@charset "utf-8";
 @import url("bootstrap.min.css");
/*------------------------------
=BASIC SETUP
------------------------------*/

@font-face {
    font-family: 'lobsterregular';
    src: url('../fonts/lobster-regular-webfont.woff2') format('woff2'),
         url('../fonts/lobster-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'maven_probold';
    src: url('../fonts/mavenpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/mavenpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'maven_promedium';
    src: url('../fonts/mavenpro-medium-webfont.woff2') format('woff2'),
         url('../fonts/mavenpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'maven_proregular';
    src: url('../fonts/mavenpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/mavenpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






/* CSS Reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
/* Tell the browser to render HTML 5 elements as block */

header, footer, section, aside, nav, article {
	display: block
}
.clear {
	clear: both
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	color: #2a2e32;
	font-family: 'lobsterregular';
}
a, a:focus, button {
	text-decoration: none;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	outline: 0
}
input {
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
a {
	color: #bd281d;
}
a:hover {/*color:#44199e;*/
	text-decoration: none;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
a img {
	border: none
}

img{ max-width:100%;}

body {
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	color: #5e5e5e;
	padding-top: 88px;
	font-family: 'maven_proregular';
}

/********************header******************/
.header {
	background:#bd281d;
	-webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
	left: 0;
	margin: 0;
	padding-top: 0;
	position: fixed;
	padding: 0px 0 0 0;
	top: 0px;
	width: 100%;
	z-index: 99999;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.header:after, .topSearchBar:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden
}
.affix {
	position: fixed !important;
	padding: 0px 0 !important;
	top: 0px !important;
	z-index: 9999 !important;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease 0;
	transition: all .6s ease 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.logo img {
	max-width: 100%
}
.logo {
	z-index: 99;
	float: left;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	max-width: 350px;
	padding: 15px 0 16px 0;
	left: 0px;
	top: 20px;
}
.affix .logo {/*max-width:220px;*/
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.affix .logo img {
	max-width: 100%;
}
.top-head-right {
	float: right;
	text-align: right;
}
.topRightLinks {
	display: inline-block;
	vertical-align: top;
}
.topHeadBar:after {
	display: block;
	overflow: hidden;
	clear: both;
	content: "";
}
.topHeadBar {
	padding: 14px 0;
	background: #bd281d;
}
.topSocial {
	display: inline-block;
}
.topSocial ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topSocial ul li {
	display: inline-block;
}
.topSocial li a {
	display: block;
	width: 38px;
	height: 38px;
	background: #fff;
	border: 2px solid #b0bccd;
	color: #b0bccd;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.topSocial li a:hover, .topSocial li a:focus {
	background: #333;
	color: #fff;
	border-color: #333;
}
.top-phone-col {
	display: inline-block;
	text-align: left;
	padding: 0 0px;
	position: relative;
	margin-top: 8px;
}
.top-phone-col a {
	font-size: 17px;
	color: #fff;
	display: block;
}
.top-phone-col i {
	font-size: 25px;
}
.login-logout-btn {
	background: #fff;
	display: inline-block;
	line-height: 43px;
	height: 45px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 15px;
	color: #bd281d;
}
.login-logout-btn a {
	margin: 0 0px;
	line-height: 46px;
	display: inline-block;
	color: #bd281d;
	font-size: 15px;
}
.login-logout-btn a:hover {
	color: #000;
}
.login-logout-btn img {
	vertical-align: middle;
	margin-right: 6px;
}
.header-search {
	float: right;
}
.topSearchBar {
	background: #2a2e32;
	bottom: -70px;
	max-width: 100%;
	min-height: 50px;
	padding: 15px;
	position: absolute;
	right: 0;
	width: 300px;
	z-index: 9;
	display: none;
}
.searchCol {
	float: right;
	margin-right: 2px;
	max-width: 100%;
	position: relative;
	width: 290px;
}
.searchBtn {
	background: url(../images/header_search_icon.png) no-repeat center center;
	border: 0px;
	width: 30px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 9;
	outline: none !important;
	cursor: pointer;
	border-left: 1px solid #757575;
	line-height: 67px;
	height: 67px;
	padding-left: 80px !important;
	border-right: 1px solid #757575;
}
.topSearchBar input[type="text"] {
	background: #fff;
	border: 0px solid #ddd;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	padding: 0 40px 0 10px;
	width: 100%;
}
.topSearchBar input[type="submit"] {
	background: url(../images/icon_search_blue.png) no-repeat center center;
	height: 17px;
	border: 0px;
	font-size: 16px;
	width: 17px;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 9;
}
/**************navbar-toggle******************/
.navbar-toggle {
	float: right;
	margin-top: 25px;
}
.menuText {
	color: #6f6f70;
	display: none;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 6px;
	text-transform: uppercase;
}
.navbar-toggle .icon-bar {
	height: 4px;
	width: 32px;
}
/**************navbar-toggle******************/

/*=============================================*/
/*==================Top**Big**MENU===============*/
/*==================================================*/
.mainMenuWrap {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0px 0px;
}
.mainMenuBar {
	position: relative;
}
.mainMenuWrap .container {
	position: relative;
}
.wrapper-small {
	max-width: 728px;
}
.wrapper-flush {
	width: 100%;
}
.nav-container {
	margin: 0 auto !important;
	padding-left: 173px !important;
	padding-top: 22px !important;
	width: auto !important;
	float: left;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
/**
 * Navigation
 */

.nav { /*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
/**
* Nav container
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
	position: fixed;
	top: 60px; /* 1 */
	left: 0;
	z-index: 99999;
	overflow-y: auto;
	visibility: hidden; /* 2 */
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%); /* 2 */ /*background-color: #c0c0c0;*/
	-webkit-overflow-scrolling: touch; /* 3 */
}
/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
	visibility: visible; /* 1 */
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0); /* 1 */
}
/* Nav toggle */

.nav-toggle {
	line-height: 1;
	display: inline-block;
	padding: 1.25rem 1rem;
	border: 0;
	z-index: 99999;
	background:#bd281d;
	outline:none !important;
	position: relative;
	cursor:pointer;
}
/* Nav toggle icon */

.nav-toggle .icon-menu {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 26px;
	vertical-align: middle;
	fill: none;
}
/* Nav toggle icon lines */

.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #fff;
}
/* Nav toggle icon line 1 */

.icon-menu .line-1 {
	top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(12px) translateX(0) rotate(45deg);
	-ms-transform: translateY(12px) translateX(0) rotate(45deg);
	transform: translateY(12px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */

.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
}
/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
	opacity: 0;
}
/* Nav toggle icon line 3 */

.icon-menu .line-3 {
	bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
	transform: translateY(-12px) translateX(0) rotate(-45deg);
}
/* Remove default list styles for menus */

.menu {
	list-style: none;
	margin: 10px -20px 0 0;
	padding: 0;
}
/**
* 1. Give menu a lighter background than its container
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu { /*background-color: #dedede;*/ /* 1 */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;         /* 2 */
}
/* Give menu items a top border */






.nav-menu .menu-item {
	position: relative;
	padding:0 9.5px;
}
.lastLi {
	padding-right: 0px !important;
}
/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child {
	border-bottom: 0px solid #bbb;
}
/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active { /*background-color: #d0d0d0;*/
	color: #e61b24;
}
/* 1. Menu links are block level, by default */


.nav-menu .menu-link {
	color: #fff;
	display: block;
	font-size: 11px;
	letter-spacing: 0.5px;
	padding:1px 5px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border:2px solid transparent;
	font-family: 'montserratbold';
	line-height: 16px;
}
.nav-menu .menu-link:hover {
	color: #fff;
	border-color:#fff;
}
.has-dropdown {
	position: relative;
	cursor: pointer; /* 1 */
}
/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link {
	display: inline-block;
}
/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
	font-size: 32px;
	position: absolute;
	top: 0px;
	right: 0;
	padding-right: 10px;
	text-align: right;
	content: "\f105";
	font-family: FontAwesome;  /* 1 */
	color: #222;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #222;
}
/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
	display: none; /* 1 */
	background-color: #bd281d;
}
/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown {
	display: block; /* 1 */
}
/* 2nd level dropdown */

.nav-dropdown .nav-dropdown { /*background-color: #aaa;*/
	color: #e61b24;
}
.nav-dropdown .menu-item { /*border-color: #a0a0a0;*/
}
.nav-dropdown .nav-dropdown .menu-item { /*background-color: #b0b0b0;*/
	border-color: #909090;
	color: #e61b24;
}
/* Main content area */

.content {
	margin-top: 60px;
}
.content .wrapper {
	padding: 1rem 0;
}
 @media (min-width: 768px) {
.nav { /*background-color: #dedede; */
}
.nav, .nav-container, .nav-container.is-visible {
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.nav-container, .nav-container.is-visible {
	visibility: visible;
	height: auto;
	min-height: 0;
	overflow-y: visible;
}
.nav-toggle {
	display: none;
}
/* 1. Display menu items inline */

.nav-menu > .menu-item, .nav-menu > .menu-item.is-active {
	display: inline-block; /* 1 */
	background-color: transparent;
}
/* Remove bottom border on last child */

.nav-menu > .menu-item:last-child {
	border: 0;
}

.nav-menu .menu-item {
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
/* Remove +/- icons */

/*.nav-menu > .menu-item:before {
	background: #000;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}
.nav-menu > .menu-item:last-child:before {
	display: none;
}
*/
.has-dropdown:after {
	content: "" !important;
}
/* Add a caret to top-level menu items that have dropdowns */

.nav-menu > .has-dropdown:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	padding: 0px;
	margin-top: -3px;
	margin-left: 0px;
	content: "";
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
/* Increase padding to compensate for caret */

/*.has-dropdown > .menu-link { padding-bottom: 5px; padding-right: 5px; }*/
/* Re-style dropdowns for larger screens */

.nav-dropdown {
	display: block;
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 200px;
	margin: 0;
	padding: 0; /*background: rgba(255, 255, 255, 1);*/
	background: #1161b7;
	box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
.has-dropdown:hover > .nav-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.nav-dropdown .menu-item {
	border: 0px;
	border-bottom: 1px solid #548ac5;
	padding: 0px;
}
.nav-dropdown .menu-item .menu-link {
	border: 0px !important;
	color: #fff;
	padding: 14px 15px;
	text-transform: none;
	font-size: 13px;
}
.nav-dropdown .menu-item:hover, .nav-dropdown .nav-dropdown .menu-item:hover {
	background-color: #74aae5;
	color: #fff;
	border-color: #74aae5;
}
.nav-dropdown .nav-dropdown, .nav-dropdown .nav-dropdown .menu-item {
	background-color: #1161b7;
}
.nav-dropdown .nav-dropdown {
	z-index: 9998;
	top: 0;
	left: 100%;
}
.content {
	margin-top: 0;
}
.nav-dropdown .menu-link:hover {
	color: #bd281d;
}
}
/*=============================================*/
/*=============Top**Big**MENU========End=========*/
/*=================================================*/



.nav-container {
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.affix .nav-container {
	padding: 0px !important;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.nav-menu .menu-item {
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.affix .nav-menu .menu-item { /* padding: 14px 18px 10px;*/
	color: #333;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.mainWpapContainer {
	width: 100%;
}
.mainWpapContainer:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}
.mainMenuBar .active a {
	color: #fff;
	border-color:#fff;
}
/**************Fixed***Header****Start*******************/

.header-sticky {
	position: fixed;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.searchBtn {
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
/*.header-sticky .nav-menu .menu-link {
	font-size: 15px;
	padding: 12px 25px;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-sticky .logo {
	padding: 5px 0px;
}
*/


.login-link
{
	padding-left:0px !important;
}

.login-link::after {
	background: #da857f;
	content: "";
	height: 9px;
	position: absolute;
	left: -11px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
}
.login-link a {
	color: #da857f !important;
	border: 0px !important;
	padding-left: 0 !important;
}

.login-link a:hover
{
	color:#fff !important;
}



.header-cart-sec
{
	position:absolute;
	top:0px;
	right:0px;
}


.top-language-col {
	width: 100%;
	display: block;
	text-align: right;
	color: #da857f;
	line-height: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 9px;
}

.top-language-col a
{
	font-size:9px;
	color:#da857f;
	display:inline-block;
	line-height:10px;
	color:#da857f;
	text-transform:uppercase;
	font-family:'montserratbold';
}

.top-language-col a:hover
{
	color:#fff;
}

.cart-items-col {
	position: relative;
	width: 100%;
	padding-right: 40px;
	text-align: right;
	padding-top: 10px;
}

.cart-items-col strong
{
	color:#fff;
	font-size:11px;
	display:block;
	font-weight:normal;
	font-family: 'montserratbold';
}

.cart-items-col span
{
	color:#da857f;
	font-size:10px;
	display:block;
	font-family:'montserratbold';
}

.baket-col
{
	position:absolute;
	right:0px;
	top:0px;
}

.baket-col img
{
	width:30px;
}

.baket-col i {
	background: #ffc850;
	width: 17px;
	height: 17px;
	color: #000;
	text-align: center;
	line-height: 16px;
	font-size: 9px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-style: normal;
	position: absolute;
	top: -1px;
	right: -3px;
}



.cart-M, .M-language
{
	display:none !important;
}

/**************Fixed***Header****End*******************/


/*******************Main*Slider*Wrap*****Start************/
.sliderWrap {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	/* background: url(../images/top_banner.jpg) no-repeat top center; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 750px;
}
.sliderWrap .fill::before {
	position: absolute !important;
	top: 0px;
	background: #000 !important;
	-webkit-opacity: 0.2;
	opacity: 0.2;
	left: 0px;
	content: "";
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
	visibility: visible !important;
	display: block !important;
}
.sliderWrap #home-slider {
	height: 100%;
}
.sliderWrap .container {
	position: relative;
	height: 100%;
}
/*.sliderWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background:url(../images/top_banner_effect.png) no-repeat top center, rgba(0,0,0,0.4);
   -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}*/

.slideColOuter {
	width: 100% !important;
}
.sliderWrap .owl-carousel .owl-stage-outer, .sliderWrap .owl-stage, .sliderWrap .owl-stage .owl-item {
	height: 100%;
}
.sliderWrap img {
	max-width: 100%;
	left: 0px !important;
	bottom: 0px !important;
}
.sliderWrap:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}
.slider-wrapper.theme-default {
	position: relative;
}
.sliderWrap .carousel-caption {
	bottom: inherit; /*margin-top: -175px;*/
	margin-top: -158px;
	top: 50%;
}
.carousel {
	height: 100%;
}
/*.sliderWrap .item, .active, .carousel-inner { height: 100%; }*/
.fill {
	width: 100%;
	height: 100%;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.sliderWrap .bannerText {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	width: 100%;
	left: 0;
	padding: 0px;
	z-index: 3;
	text-align: center;
}
.banner-heading {
	position: relative;
}
.banner-heading h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 20px;
	letter-spacing:1px;
}
.banner-heading p {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0px;
}
.home-slider-btn {
	width: auto;
	height: 46px;
	font-family: 'maven_promedium';
	line-height: 46px;
	text-align: center;
	color: #fff;
	display: table;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	background: transparent;
	margin: 50px auto 0px;
	padding: 0 60px;
	border: 2px solid #fff;
	letter-spacing:0.5px;
}
.home-slider-btn:hover {
	background: #fff;
	color: #bd281d;
	border-color:#fff;
}

.sliderWrap .owl-prev, .sliderWrap .owl-next
{
	-webkit-border-radius:50%;
	border-radius:50%;
	background:rgba(0,0,0,0.5);
	font-size:16px;
	height:40px;
	width:40px;

}

.sliderWrap .owl-prev::after, .sliderWrap .owl-next::after {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	color:#fff !important;
}



.sliderWrap .owl-prev {
	left: 30px;
}


.sliderWrap .owl-next {
	right: 30px;
}

.sliderWrap .owl-prev:hover, .sliderWrap .owl-next:hover
{
	background:#bd281d;
}




.right-fixed-cart
{
	position:fixed;
	right:106px;
	top:400px;
	z-index:99;
}

.fixed-cart
{
	position:relative;
}

.fixed-cart
{
	position:relative;
}

.fixed-cart i {
	background: #ffc850;
	width: 25px;
	height: 25px;
	color: #000;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-style: normal;
	position: absolute;
	top: -1px;
	right: -3px;
}

.fixed-cart strong
{
	background:#bd281d;
	-webkit-border-radius:20px;
	border-radius:20px;
	font-size:9px;
	color:#fff;
	line-height:18px;
	text-align:center;
	padding:0px 10px;
	display:block;
	margin-top:5px;
}


 .bookingFormCol input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #70789f;
 -webkit-opacity:1;
 opacity:1;
}
.bookingFormCol input::-moz-placeholder { /* Firefox 19+ */
 color: #70789f;
 -webkit-opacity:1;
 opacity:1;
}
.bookingFormCol input::-ms-input-placeholder { /* IE 10+ */
 color: #70789f;
 -webkit-opacity:1;
 opacity:1;
}
.bookingFormCol input::-moz-placeholder { /* Firefox 18- */
 color: #70789f;
 -webkit-opacity:1;
 opacity:1;
}
/*******************Main*Slider*Wrap****End*************/


/***************Globel***Other***Sections********************/




.relative {
	position: relative;
}
.titleSec {
	margin-bottom: 45px;
	text-align: center;
	width: 100%;
}
.titleSec h2::before {
	background: #dcdee4 none repeat scroll 0 0;
	bottom: -8px;
	color: #676666;
	content: "+";
	display: inline-block;
	font-size: 23px;
	font-weight: 400;
	height: 20px;
	left: 50%;
	line-height: 24px;
	margin-right: 10px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 21px;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 15;
}
.titleSec h2::after {
	background: #dcdee4 none repeat scroll 0 0;
	content: "";
	display: table;
	height: 1px;
	margin: 15px auto;
	vertical-align: middle;
	width: 370px;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -14px;
}
.titleSec h2 {
	color: #1161b7;
	display: block;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	padding-bottom: 35px;
}
.ul-list-col, .ol-list-col {
	margin-left: 15px;
	margin-bottom: 15px;
}
.ul-list-col li, .ol-list-col li {
	margin-bottom: 10px;
	padding-left: 10px;
}
.ol-list-col ul {
	margin-left: 15px;
}
.ol-list-col li {
	list-style: decimal;
}
.check-bullet-list {
	margin-left: 0px;
	margin-bottom: 15px;
}
.check-bullet-list li {
	line-height: 23px;
	list-style: outside none none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.check-bullet-list li:after {
	content: "\f14a";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: #1ba6c6;
}
.arrow-bullet-list {
	margin-left: 0px;
	margin-bottom: 15px;
}
.arrow-bullet-list li {
	line-height: 23px;
	list-style: outside none none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.arrow-bullet-list li:after {
	content: "\f18e";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: #585858;
}
.padding-T-B-80 {
	padding: 80px 0px;
}
.padding-T-B-70 {
	padding: 70px 0 !important;
}
.padding-T-B-60 {
	padding: 60px 0 !important;
}
.padding-T-B-40 {
	padding: 40px 0 !important;
}
.padding-T-B-30 {
	padding: 30px 0 !important;
}
.padding-T-B-20 {
	padding: 20px 0 !important;
}
.padding-T-B-10 {
	padding: 10px 0 !important;
}
.padding-T-10 {
	padding-top: 10px !important;
}
.padding-T-15 {
	padding-top: 15px !important;
}
.padding-T-20 {
	padding-top: 20px !important;
}
.padding-T-30 {
	padding-top: 30px !important;
}
.padding-T-40 {
	padding-top: 40px !important;
}
.padding-T-50 {
	padding-top: 50px !important;
}
.padding-T-60 {
	padding-top: 60px !important;
}
.padding-T-70 {
	padding-top: 70px !important;
}
.padding-T-80 {
	padding-top: 80px !important;
}
.padding-B-10 {
	padding-bottom: 10px !important;
}
.padding-B-15 {
	padding-bottom: 15px !important;
}
.padding-B-20 {
	padding-bottom: 20px !important;
}
.padding-B-30 {
	padding-bottom: 30px !important;
}
.padding-B-40 {
	padding-bottom: 40px !important;
}
.padding-B-50 {
	padding-bottom: 50px !important;
}
.padding-B-60 {
	padding-bottom: 60px !important;
}
.padding-B-70 {
	padding-bottom: 70px !important;
}
.padding-B-80 {
	padding-bottom: 80px !important;
}
.margin-B-60 {
	margin-bottom: 60px !important;
}
.margin-B-50 {
	margin-bottom: 50px !important;
}
.margin-B-40 {
	margin-bottom: 40px !important;
}
.margin-B-30 {
	margin-bottom: 30px !important;
}
.margin-B-20 {
	margin-bottom: 20px !important;
}
.margin-B-15 {
	margin-bottom: 15px !important;
}
.margin-B-10 {
	margin-bottom: 10px !important;
}
.margin-T-10 {
	margin-top: 10px !important;
}
.margin-T-15 {
	margin-top: 15px !important;
}
.margin-T-20 {
	margin-top: 20px !important;
}
.margin-T-30 {
	margin-top: 30px !important;
}
.margin-T-40 {
	margin-top: 40px !important;
}
.margin-T-B-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.margin-T-B-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.margin-T-B-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.margin-T-B-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.margin-T-B-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.margin-T-B-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.margin-T-B-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.margin-T-B-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
.margin-T-0 {
	margin-top: 0px !important;
}
.margin-B-0 {
	margin-bottom: 0px !important;
}
.margin-L-5 {
	margin-left: 5px !important;
}
.margin-L-10 {
	margin-left: 10px !important;
}
.margin-L-15 {
	margin-left: 15px !important;
}
.margin-L-20 {
	margin-left: 20px !important;
}
.margin-R-5 {
	margin-right: 5px !important;
}
.margin-R-10 {
	margin-right: 10px !important;
}
.margin-R-15 {
	margin-right: 15px !important;
}
.margin-R-20 {
	margin-right: 20px !important;
}
/************Button**Default****CSS********Start*************/

.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 20px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
/*******Custom**Container**Value****************/

.btn {
	background: #bd281d;
	border: 0px;
	line-height: normal;
	color: #fff;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn:hover {
	background: #333;
	color: #fff;
}
.btn-lg {
	font-size: 15px !important;
	height: 52px !important;
	line-height: 52px !important;
	padding: 0 30px !important;
}
.btn-md {
	font-size: 15px !important;
	height: 45px !important;
	line-height: 45px !important;
	padding: 0 25px !important;
}
.btn-sm {
	font-size: 14px !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 20px !important;
}
.btn-xs {
	font-size: 12px !important;
	height: 35px !important;
	line-height: 35px !important;
	padding: 0 15px !important;
}
.btn-red {
	background: #fd281b !important;
	color: #fff !important;
}
.btn-red:hover, .btn-red-bg:focus {
	background: #cd1f15 !important;
	border-color: #cd1f15 !important;
	color: #fff !important;
}
.btn-yellow {
	background: #bd281d !important;
	color: #2a2e32 !important;
	border-color: #2a2e32 !important;
}
.btn-yellow:hover, .btn-skyblue-bg:focus {
	background: #172151 !important;
	color: #bd281d !important;
}



.btn-white
{
	background:none;
	display:inline-block;
	border:2px solid #fff;
	line-height:46px;
	height:46px;
	color:#fff;
	text-align:center;
	padding:0 20px;
	font-size:18px;
	font-family: 'maven_promedium';
	text-transform:uppercase;
}


.btn-white:hover
{
	background:#fff;
	color:#bd281d;
}





.build-you-pizza
{
	width:100%;
	background:url(../images/start-building-big.jpg) no-repeat top center;
	min-height:200px;
	padding-top:50px;
	position:relative;
}


.build-you-pizza:before {
	position: absolute !important;
	top: 0px;
	background: #000 !important;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	left: 0px;
	content: "";
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
	visibility: visible !important;
	display: block !important;
}



.build-you-pizza .container {
	position: relative;
	padding-right: 412px;
	z-index: 5;
}

.build-you-pizza .btn-white {
	position: absolute;
	right: 0px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:260px;
}

.build-you-pizza h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
}




.build-you-pizza p
{
	color:#fff;
	font-size:16px;
}


/***********Services**Sec***Start***********************/



.pizaa-services-sec
{
	padding:50px 0px;
}


.pizaa-category
{
	width:100%;
}

.pizaa-category ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.pizaa-category ul li.active::after {

    background: #bd281d;
    height: 7px;
    width: 7px;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;

}
.pizaa-category ul li:before {

    background: #fff;
    height: 15px;
    width: 15px;
    padding: 2px;
    border: 2px solid #aeaeae;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;

}


.pizaa-category ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #b2b2b2;
	font-family: 'maven_probold';
	margin: 0;
	line-height: 15px;
}

.sec-heading
{
	text-align:center;
}

.sec-heading img
{
	margin-bottom:20px;
}


.pizaa-services-sec h2
{
	font-size:40px;
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;
}


.pizza-service-tab
{
	width:100%;
}

.pizza-service-tab ul
{
	border:0px;
	margin-bottom:45px;
	text-align:center;
	width:100%;
}

.pizza-service-tab ul li
{
	margin: 0 25px;
	display:inline-block;
}


.pizza-service-tab ul li a
{
	color:#b2b2b2;
	font-family: 'maven_probold';
	letter-spacing:0.5px;
}

.pizza-service-tab ul li.active a
{
	color:#000;
}

.pizaa-service-col
{
	width:100%;
	padding-bottom:60px;
	text-align:center;
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.pizaa-service-col h4
{
	font-size:23px;
	font-weight:normal;
	margin-bottom:15px;
	color:#bd281d;
}

.pizaa-service-col p
{
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	color:#888888;
	flex-grow: 1;
}

#catid4 .pizaa-service-col  p
{
	min-height:85px;
}

.code-no
{
	width:100%;
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.pizza-ser-img-col
{
	position:relative;
	-webkit-border-radius:50%;
	border-radius:50%;
	display:table;
	margin:0 auto 30px;
}




.pizza-ser-img-col img
{
	max-width:180px;
}


a.pizza-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(189,40,29,0.65);
    -webkit-border-radius: 50%;
	border-radius: 50%;
	visibility:hidden;
	-webkit-opacity:0;
	opacity:0;
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
	transform:scale(0);
}

a.pizza-overlay .pro-overlay-icon
{
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:1;
}

.pro-overlay-icon i
{
	    background: #fff;
    width: 17px;
    height: 17px;
    color: #bd281d;
    text-align: center;
    line-height: 17px;
    font-size: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-style: normal;
    position: absolute;
    top: -1px;
    right: -3px;
}


.pizza-ser-img-col:hover a.pizza-overlay
{
	visibility:visible;
	-webkit-opacity:1;
	opacity:1;
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}


.service-order-btn
{
	height:32px;
	line-height:33px;
	text-align:center;
	background:#bd281d;
	font-size:13px;
	letter-spacing:0.5px;
	color:#ffffff;
	display:inline-block;
	padding:0 33px;
	text-transform:uppercase;
	font-family: 'maven_promedium';
}

.service-order-btn:hover
{
	color:#000;
	background:#FFC850;
}



/***********Services**Sec***End***********************/


.map-sec img
{
	width:100%;
}





.bottom-detail-sec
{
	width:100%;
}


.bottom-detail-sec .row
{
	margin:0px;
}

.bottom-detail-sec [class*=col-]
{
	padding:0px;
}


.bottom-detail-col
{
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	min-height:232px;
	position:relative;
}
.bottom-detail-col:before {
    position: absolute !important;
    top: 0px;
    background: #000 !important;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    left: 0px;
    content: "";
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
    visibility: visible !important;
    display: block !important;
}

.bottom-detail-col h3
{
	font-size:25px;
	color:#fff;
	font-weight:normal;
}

.bottom-detail-col p
{
	font-size:16px;
	color:#fff;
	font-family: 'maven_promedium';
}



.bottom-detail-inner
{
	position:absolute;
	top:50%;
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	left:0px;
	width:100%;
	text-align:center;
	padding:0 80px;
	z-index:5;
}



.bottom-detail-col .btn-white {
	font-size: 13px;
	line-height: 37px;
	height: 37px;
	letter-spacing: 0.5px;
	padding: 0 43px;
}








/**********footer**********/
.footer {
	background: #bd281d;
	padding: 30px 0 50px;
	text-align:center;
}



.footer h3 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 35px;
	letter-spacing: 1.5px;
}

.footer-logo
{
	margin-bottom:25px;
}


.footer-social {
	background: #bd281d;
}
.social-icon {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.social-icon li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0px;
}
/*.social-icon li a {
	display: block;
	color: #fff;
	font-size: 18px;
	background: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
        padding-top:12px;
}*/

.social-icon li a {
	display: block;
	color: #fff;
	font-size: 14px;
	background: none;

	text-align: center;

}

.ft-menu {
	margin-bottom:20px;
}


.ft-menu ul {
	margin: 0px;
	padding:0px;
}
.ft-menu ul li {
	margin: 0 0 10px;
	padding: 0 20px;
	list-style: none;
	display: inline-block;
}
.ft-menu ul li a {
	color: #fff;
	font-size: 11px;
	padding: 0 0px;
	display:block;
	padding: 0;
	text-transform:uppercase;
	font-family: 'montserratbold';
	letter-spacing:.5px;
}
.ft-menu ul li a:hover {
	color: #fff;
}
.ft-bottom-rlt {
	padding: 15px 0 0px;
	text-align: center;
	background: #bd281d;
	width: 100%;
	margin-top: 0px;
}
.ft-bottom-rlt p {
	color: #da857f ;
	margin-bottom: 0px;
	font-size:14px;
	letter-spacing:.5px;
}

/******************Inner**Page***Css**Start*********************/


/************Inner**Page**Top***Banner**Start*****************/


.topInnerBanner {
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 350px;
	text-align: left;
	width: 100%;
	position: relative;
	margin-bottom: 90px;
}
/*.topInnerBanner::after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/inner_banner_border.png"), none;
  background-position: right bottom;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index:2;
}*/

.topInnerBanner .container {
	height: 100%;
	position: relative;
}
.topInnerBanner .topBannerMidCol {
	bottom: -89px;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 25px 15px 20px 15px;
	background: #fff;
	border-bottom:1px solid #e3e3e3;

}
.topBannerMidCol h1 {
	color: #000;
	font-size: 42px;
	font-weight: 500;
	padding: 0 0px;
	text-transform: uppercase;
	margin: 0;
}
.topBannerMidCol h1 strong {
	color: #bd281d;
	font-weight: 500;
}
.topBannerMidCol p {
	color: #ffffff;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 1px;
	margin: 0;
}

/********************Popup**Css**Start****************************/

.error-message{color:#a94442;}

.success{color:#008d4c;}

.my-popup {
    max-width: 100% !important;
    position: fixed;
    width: 100% !important;
    left: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    top: 0 !important;
    height: 100% !important;
    overflow-y: auto !important;
    z-index: 999999 !important;
}
.in {
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}


.my-popup .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	right: inherit !important;
	bottom: inherit !important;
	-ms-transform: translate(-50%, -45%) !important;
	-o-transform: translate(-50%, -45%) !important;
	-webkit-transform: translate(-50%, -45%) !important;
	transform: translate(-50%, -45%) !important;
	overflow: initial !important;
	/* margin: 0px !important; */
	z-index: 999999;
	max-width: 100% !important;
	width: 760px;
	margin: 0 !important;
}
.my-popup .modal-dialog {
	max-width: 100%;

}
.my-popup .modal-dialog {
	max-width: 100%;
	padding: 0px 0;
}

.my-popup .modal-dialog.modal-lg {
	width: 900px !important;
}

.my-popup .modal-content {
	-webkit-border-radius: 8px;
	border-radius: 8px;

}


.chat-popup .modal-dialog, .e-prescription-popup .modal-dialog
{
	max-width:100%;
	width:760px;
}




.my-popup .modal-body {
    padding: 0px 0px;
    overflow-y: auto;
}

.my-popup .modal-header {
    background: #bd281d;
    width: 100%;
    margin: 0px auto 0;
	text-align:center;
}

.my-popup .modal-header .close {
	width: 37px;
	height: 37px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 41px;
	-webkit-opacity: 1;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 0 0;
	font-size: 34px;
	text-shadow: none;
	position: absolute;
	top: -10px;
	right: -10px;
}

.my-popup .modal-header .close:hover
{
	background:#333;
        color: #fff;
}


.my-popup .modal-header h4
{
	color:#fff;
	font-weight:500;
	text-align:center;
	display:block;
	width:100%;
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}



/*****************Popup***Css**End**********************************/





/*******************Form**Box****Css***********************/

.formBox:after
{
	content:"";
	clear:both;
	overflow:hidden;
	display:block;
}

.formBox {
  background: #ffffff;
  margin: 0 auto;
}

.form-group
{
	position:relative;
}

.form-row-col
{
	margin-bottom:15px;
}

.formBoxInner { padding: 0px; }
.formBox label { display: inline-block; font-size: 15px; font-weight: 400; color: #000; letter-spacing: 0px; margin-bottom: 7px; }
.formRow:after { content: ""; display: block; overflow: hidden; clear: both; }
.formRow { margin:0 -10px 15px -10px; }
.formBox input[type="text"], .formBox input[type="email"], .formBox input[type="number"], .formBox input[type="file"], .formBox input[type="password"], .formBox input[type="tel"], .formBox input[type="search"], .formBox select { background-color: #fff; height: 42px; font-size: 14px; color: #333; padding: 0px 10px; border: 1px solid #d2d2d2; width: 100%; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-border-radius: 0px; border-radius: 0px; }
 .formBox select::-ms-expand {
 display: none;
}

.formBox input[type="file"] {
	width: 100%;
	text-indent: -500px;
	background: url(img/upload_bg.png) no-repeat center center;
	cursor: pointer;
}

.formBox select {/* background: url(../images/form_select_arrow.png) no-repeat right center #fff !important; */ font-size: 14px; line-height: 42px; height: 42px; width: 100%; /*-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; */ color:#858585; }
.formBox select option { padding: 10px; }
.formBox textarea { background: #fcfbfb; font-size: 14px;  height: 100px; padding: 10px; border: 1px solid #dfdede; width: 100%; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-border-radius: 3px; border-radius: 3px; }
.formBox input[type="text"]:focus, .formBox input[type="email"]:focus, .formBox input[type="password"]:focus, .formBox input[type="tel"]:focus, .formBox input[type="search"]:focus, .formBox select:focus, .formBox textarea:focus { border-color: #ccc; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.formBox input[type="submit"]{ cursor: pointer; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; font-weight: 500; width:100%; margin:0 auto;background: #BD281D; border: none; font-family: 'maven_promedium'; color: #fff; font-weight: 400; height:42px; line-height: 42px; text-align: center; text-transform: uppercase; width: 100%; -webkit-border-radius: 0px; border-radius: 0px; letter-spacing: 1px; font-size:13px;}
.formBox input[type="submit"]:hover, input[type="submit"]:hover, .button-1 input[type="submit"]:hover { background: #444; color: #fff; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.radioBtnCol label { margin-right: 15px; }


.rememberMe {
	color: #989898;
	font-size: 13px;
	margin-bottom: 20px;
	padding-left: 21px;
	position: relative;
	text-align: left;
	margin-top: 24px;
}
.rememberMe label { color: #989898; text-transform: none; font-size:13px; line-height:18px; }
.rememberMe input[type="checkbox"] { height: 16px; left: 0; margin-top: 0; position: absolute; top: 2px; width: 16px; }
.forgotPassword {
	top: 0;
	font-size: 13px;
	position: static;
	right: 0;
	color: #888888;
	text-align: center;
	margin-top: 30px;
}
.forgotPassword a{ color:#888888;}


.forgotPassword a:hover{ color:#bd281d;}



.loginBox input[type="text"], .loginBox input[type="email"], .loginBox input[type="password"]
{
	background-color:#C3C3C3;
	border-color:#C3C3C3;
	padding-left:40px;
	color:#fff;
}

.loginBox input[type="text"], .loginBox input[type="email"]
{
	background-image:url(../images/icon_email_white.svg);
	background-repeat:no-repeat;
	background-position:10px center;
}


.loginBox input[type="password"]
{
	background-image:url(../images/icon_lock_white.svg);
	background-repeat:no-repeat;
	background-position:10px center;
}

.loginBox h3, .admin-login-box h3, .user-register h3
{
	text-align:center;
	color:#bd281d;
	font-size:25px;
}
.loginBox p, .admin-login-box p, .user-register p
{
	text-align:center;
	color:#888888;
	font-size:14px;
}


.loginBox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
 -webkit-opacity:1;
 opacity:1;
}
.loginBox input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 -webkit-opacity:1;
 opacity:1;
}
.loginBox input::-ms-input-placeholder { /* IE 10+ */
 color: #fff;
 -webkit-opacity:1;
 opacity:1;
}
.loginBox input::-moz-placeholder { /* Firefox 18- */
 color: #fff;
 -webkit-opacity:1;
 opacity:1;
}










.login-popup .modal-body {
	padding: 30px 20px;
	max-height: inherit;
}


.login-popup .form-row-col
{
	margin-bottom:40px;
}

.or-img-col
{
	width:100%;
	text-align:center;
	padding:0px 0px 30px;
}


.login-social-col
{
	width:100%;
	text-align:center;
}

.login-social-col img
{
	max-width:100%;
}

.login-social-col a
{
	background:#bd281d;
	display:block;
	margin-bottom:15px;
	font-size:14px;
	color:#fff;
	padding:10px;
	position:relative;
	padding-left:50px;
	text-align:left;
}


.login-social-col a img
{
	position:absolute;
	left:20px;
	top:50%;
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}


.facebook-login
{
	background:#1a4b91 !important;
}

.google-plus-login
{
	background:#cf553d !important;
}




.login-register-popup-outer .modal-dialog
{
	max-width:100%;
	width:708px;
}


.login-register-popup-outer .loginBox, .login-register-popup-outer .modal-content {
	background: none !important;
	border: 0;
}


.loginBox:before {

    width: 85px;
    height: 85px;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/american_pepperoni.jpg) no-repeat;
	overflow:hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	z-index:1;

}

.loginBox:after {

    width: 60px;
    height: 60px;
    color: #fff;
    border: 4px solid #fff;
    font-size: 16px;
    content: "OR";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 55px;
	background:#bd281d;
	overflow:hidden;
    font-family: 'maven_promedium';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
	z-index:1;
}

.login-left, .login-right
{
	min-height:400px;
	padding:30px 45px;
	position:relative;
}

.login-left
{
	width:48%;
	background:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
	float:left;
}

.login-right
{
	width:48%;
	background:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
	float:right;
}



.register-popup-outer .modal-dialog
{
	width:325px;
}

.register-popup-outer .modal-body {
    padding:0px;

	background:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.user-register
{
	padding:30px 40px;
}


.email-icon-col input
{
	background-image:url(../images/icon_email_grey.svg);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:40px !important;
}


.password-icon-col input
{
	background-image:url(../images/icon_lock_grey.svg);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:40px !important;
}


.name-icon-col input
{
	background-image:url(../images/icon_profile_grey.svg);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:40px !important;
}

.mobile-icon-col input
{
	background-image:url(../images/icon_phone_grey.svg);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:40px !important;
}






.change-password-form
{
	max-width:90%;
	padding:50px 0px;
}









/*********Step**2****Start***********************/

.check-box-sec h4
{
	font-size:18px;
	font-weight:600;
	margin-bottom:25px;
}

.check-box-sec .form-row-col
{
	margin-bottom:15px
}

.propertyCheck input[type="checkbox"]:checked + label::before,
.propertyCheck input[type="radio"]:checked + label::before {
  background-color: #44199e;
  border-color: #44199e; }

.propertyCheck input[type="checkbox"]:checked + label::after,
.propertyCheck input[type="radio"]:checked + label::after {
  color: #fff; }

  .abc-checkbox {
  padding-left: 20px; }
.abc-checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	font-size: 15px;
	color: #858585;
}
    .abc-checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff; }
    .abc-checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #55595c; }
  .abc-checkbox input[type="checkbox"],
  .abc-checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .abc-checkbox input[type="checkbox"]:focus + label::before,
    .abc-checkbox input[type="radio"]:focus + label::before {
      outline: none;
      outline: 0px auto -webkit-focus-ring-color;
      outline-offset: 0px; }
    .abc-checkbox input[type="checkbox"]:checked + label::after,
    .abc-checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; }


.radio { padding-left: 10px; }
.radio label { display: inline-block; padding-left: 5px; position: relative; vertical-align: middle; }
.radio label::before { background-color: #eee; border: 1px solid #cccccc; border-radius: 50%; content: ""; display: inline-block; height: 17px; left: 0; margin-left: -20px; position: absolute; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; width: 17px; }
.radio label::after { background-color: #555555; border-radius: 50%; content: " "; display: inline-block; height: 11px; left: 3px; margin-left: -20px; position: absolute; top: 3px; transform: scale(0, 0); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s; width: 11px; }
.radio input[type="radio"] { cursor: pointer; opacity: 0; z-index: 1; }
.radio input[type="radio"]:checked + label::after { transform: scale(1, 1); }
.radio input[type="radio"]:disabled { cursor: not-allowed; }
.radio input[type="radio"]:disabled + label { opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before { cursor: not-allowed; }
.radio.radio-inline { margin-top: 0; }
.radio input[type="radio"] + label::after { background-color: #1161b7; }
.radio input[type="radio"]:checked + label::before { border-color: #1161b7; }
.radio input[type="radio"]:checked + label::after { background-color: #1161b7; }












/************************************************/

.topBanner {
  background:url(../images/inner_banner.jpg) no-repeat center top;
  -ms-background-size:cover;
  -o-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
height: 200px;
  padding: 0;
  text-align: center;
  position:relative;
}

.topBanner:before {
	position: absolute !important;
	top: 0px;
	background: #000 !important;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	left: 0px;
	content: "";
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
	display: block !important;
}

.topBanner .container
{
	height:100%;
	position:relative;
}

.topBannerInner {
  position:absolute;
  z-index:12;
  top:50%;
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  vertical-align: middle;
  width: 100%;
  text-align:center;
  left:0px;
}


.topBanner h2 {
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
	letter-spacing:1px;
    text-align: center;
}
.topBanner h3 {
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
	letter-spacing:1px;
    text-align: left;
}

.topBanner p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}




/*****************Product**Detail*Page**Start*****************************/


.product-detail-sec
{
	width:100%;
}


.pro-detail-slider
{
	padding-right:0px;
}

.pro-detail-slider ul
{
	width:100%;
	list-style:none;
}

.mig-img-box
{
	width:100%;
	margin-bottom:30px;
	text-align:center;
}

.mig-img-box img
{
	max-width:100%;
}

.pro-detail-slider ul li
{
	width:33.33%;
	display:inline-block;
	margin:0 -2px;
	text-align:center;
	padding:0px 15px;
}



.product-detail-sec
{
	padding:50px 0px;
}

.product-dis h3 {
	font-size: 25px;
	color: #BD281D;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.product-dis .code-no
{
	margin-bottom:15px;
}

.product-dis
{
	padding-top:50px;
}


.chees-option-box
{
	padding-top:15px;
}

.chees-option-btn-col
{
	margin-top:40px;
}

.input-col:after, .input-row:after
{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
}

.input-col
{
	position:relative;
	overflow:hidden;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.chees-option-box label
{
	margin-bottom:5px;
}


.input-row
{
	margin-bottom:20px;
}

.chees-option-box input,.chees-option-box select
{
	height:42px;
	border:1px solid #dddddd;
	width:100%;
	padding:0 50px;
}

.chees-option-box select{padding:0 10px;}

.left-arrow-btn, .right-arrow-btn
{
	background:#606a76;
	height:42px;
	line-height:42px;
	width:45px;
	font-size:25px;
	color:#fff;
	border:0px;
	cursor:pointer;
	position:absolute;
	top:0px;
}


.left-arrow-btn
{
	left:0px;
}


.right-arrow-btn
{
	right:0px;
	background:#10a479;
}



.quntity-input-col
{
	max-width:145px;
}

.quntity-input-col input
{
	text-align:center;
}

.chees-option-box input[type="submit"], .customize-btn
{
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px;
	font-size:17px;
	line-height:55px;
	height:55px;
	color:#fff;
	text-align:center;
	padding:0 10px;
	cursor:pointer;
	font-family: 'lobsterregular';
	width:49%;
}

.chees-option-box input[type="submit"]
{
	float:left;
	background:#bd281d;
}



.customize-btn
{
	float:right;
	background:#10a479;
}

.chees-option-box input[type="submit"]:hover, .customize-btn:hover
{
	background:#606a76;
}

.chees-option-btn-col::after {
	width: 34px;
	height: 34px;
	color: #fff;
	border: 3px solid #fff;
	font-size: 12px;
	content: "OR";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 27px;
	background: #606a76;
	font-family: 'maven_promedium';
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	display: inline-block;
}


.pro-det-bottom-pizza h3
{
	font-size:23px;
}

.pro-det-bottom-pizza h4
{
	font-size:17px;
	font-family: 'maven_probold';
	font-weight:normal;
	color:#fff;
}

.menu-recommend-col:before
{
	display:none !important;
}

.menu-recommend-col
{
	background:#fff;
}

.menu-recommend-col h3
{
	color:#333333;
	margin-top:10px;
}

/*************About***popup*****************************/

.about-popup .modal-dialog
{
	width:900px;
}

.about-popup .modal-body {
	padding: 0px;
	border-radius: 8px;
	overflow: hidden;
}

.close-btn {
	background: #000 !important;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-shadow: none;
	-webkit-opacity: 1 !important;
	opacity: 1 !important;
	border-radius: 0 0 10px 0;
	z-index:11;
	text-align:center;
}

.close-btn:hover
{
	background:#bd281d !important;
	color:#fff;
}

.about-content
{
	text-align:center;
}

.about-text
{
	padding:30px 40px 10px;
}


.about-content h3
{
	color:#bd281d;
	font-size:25px;
	letter-spacing:0.5px;
}

.delivery-zone-popup .modal-dialog
{
	width:690px;
	height:auto;
}

.delivery-zone-popup .modal-body
{
	max-height:inherit;

}

.delivery-zone-popup .about-text {
	padding: 30px 30px 30px;
}

.delivery-zone-popup .about-content
{
	text-align:left;
}


.delivery-location-form
{
	padding-top:30px;
}

.delivery-location-form .input-row:last-child
{
	margin-bottom:0px;
}

.delivery-location-form label {
	clear: both;
	width: 100%;
}


.delivery-location-form .input-col
{
	float:right;
	width:70%;
}
.delivery-location-form .input-value
{
	float:left;
	width:25%;
}

.delivery-location-form input[type="text"],
input.input-custom
{
	width:100%;
	border:1px solid #ddd;
	-webkit-border-radius:7px;
	border-radius:7px;
	height:42px;
	font-size:13px;
	 font-family: 'maven_promedium';
	 width:100%;
	 padding:0 15px;
}

.destination-col input
{
	background:url(../images/pins_icon.png) no-repeat 15px center;
	padding-left:48px !important;
}


.delivery-location-form input[type="submit"], .delivery-location-form input button
{
	background:#bd281d;
	 font-family: 'lobsterregular';
	 font-size:18px;
	 text-align:center;
	 -webkit-border-radius:7px;
	border-radius:7px;
	height:55px;
	width:100%;
	border:0px;
	color:#fff;
	line-height:55px;

}

.delivery-location-form input[type="submit"]:hover, .delivery-location-form input button:hover
{
	background:#333;
	color:#fff;
}


.delivery-location-form .input-value input
{
	font-size:20px;
	height:55px;
	text-align:center;
}



/**************OWN**Custom**Pizaa******************************/

.build-you-pizz-tab .in, .product-select-wrap .in
{
	display:block;
}


.build-you-pizz-nav
{
	list-style:none;
}

.build-you-pizz-nav li
{
	display:inline-block;
	width:33.33%;
	margin:0 -2px;
	padding-right:10px;
}


.build-you-pizz-nav li:last-child
{
	padding-right:0px;
}

.build-you-pizz-nav li a
{
	background:#D3D3D3;
	font-size:17px;
	letter-spacing:0.5px;
	color:#333;
	display:block;
	padding:0 15px;
	line-height:42px;
	height:42px;
	font-family: 'lobsterregular';
	text-align:left;
}

.build-you-pizz-nav li i
{
	font-size:22px;
	font-family: 'maven_probold';
	margin-right:30px;
	font-style:normal;
}


.build-you-pizz-nav li.active a
{
	color:#fff;
	background:#BD281D;
}


.build-you-pizz-tab .card
{
	margin-bottom:30px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:0px;
}


.build-you-pizz-tab .card-body {
	padding:10px 0px 0;
}

.build-you-pizz-tab .card-header
{
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #efefef;
	background:#fff;


}

.build-you-pizz-tab .card-header a
{
	background:url(../images/pizza_collapse_arrow_top.svg) no-repeat;
	background-position:right center;
	display:block;
	font-family: 'maven_promedium';
	font-size:18px;
	color:#bd281d;
}
.build-you-pizz-tab .card-header a.collapsed
{
	background-image:url(../images/pizza_collapse_arrow_down.svg);
}

.build-you-pizz-tab .card-header a:hover
{
	color:#bd281d;
}

.build-you-pizz-tab .card-header span
{
	font-family: 'maven_proregular';
	color:#888888;
	font-size:16px;
	margin-right:10px;
}





.build-you-pizz-tab [class*=col-]
{
	padding-left:5px;
	padding-right:5px;
}


.build-you-pizz-tab .row
{
	margin-left:-5px;
	margin-right:-5px;
}

.build-pizza-col {
	border: 1px solid #efefef;
	text-align: center;
	padding: 25px;
	margin-bottom: 10px;
}
.build-pizza-img-col {
	width: 100%;
	margin-bottom: 10px;
}


.build-pizza-img-col img
{
	width:80px;
	height:80px;
	display:inline-block;
	-webkit-border-radius:50%;
	border-radius:50%;
}


.build-pizza-col h4
{
	font-size:15px;
	margin-bottom:2px;
}

.build-pizza-col h5
{
	font-size:11px;
	font-family: 'maven_promedium';
	text-transform:uppercase;
}

.pizza-select-btn
{
	height:32px;
	text-align:center;
	width:112px;
	line-height:32px;
	display:inline-block;
	font-family: 'maven_promedium';
	font-size:13px;
	background:#D3D3D3;
	color:#000;
	letter-spacing:0.5px;
	text-transform:uppercase;
}

.pizza-select-btn:hover
{
	background:#bd281d;
	color:#fff;
}

.selected-pizza
{
	background:#bd281d;
	color:#fff;
}


.step-btn-col:after
{
	content:"";
	clear:both;
	overflow:hidden;
	display:block;
}

.step-btn-col
{
	width:100%;
}


.step-btns
{
	height:55px;
	text-align:center;
	letter-spacing:0.5px;
	width:49%;
	line-height:55px;
	display:inline-block;
	font-family: 'maven_promedium';
	font-size:18px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}


.step-right-btn
{
	background:url(../images/step_right_arrow.svg) no-repeat #bd281d;
	background-position:88% center;
	float:right;
}

.step-right-btn:hover
{
	background-color:#333;
	color:#fff;
}

.step-left-btn
{
	background:url(../images/step_left_arrow.svg) no-repeat #333;
	background-position:12% center;
	float:left;
}

.step-left-btn:hover
{
	background-color:#bd281d;
	color:#fff;
}



/**********Pizza---Pricing-details**************/

.product-select-wrap
{
	padding:60px 0px;
}


.pizza-price-detail-sec .card
{
	margin-bottom:10px;
}



.pizza-price-detail-sec .card-body {
	padding:10px 0px 0;
	min-height:300px;
}

.pizza-price-detail-sec .card-header
{
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #333;
	background:#333;


}

.pizza-price-detail-sec .card-header a
{
	background:url(../images/pizza_collapse_arrow_top.svg) no-repeat;
	background-position:right center;
	display:block;
	font-family: 'lobsterregular';
	font-size:18px;
	color:#fff;
}
.pizza-price-detail-sec .card-header a.collapsed
{
	background-image:url(../images/pizza_collapse_arrow_down.svg);
}

.pizza-price-detail-sec .card-header a:hover
{
	color:#fff;
}


.pizza-baking-detail
{
	list-style:none;
	margin:0px;
	padding:0 10px;
}

.pizza-baking-detail li:after, .pizza-total-price:after, .cart-btn-outer:after
{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
}

.pizza-baking-detail li
{
	margin-bottom:5px;
	font-family: 'maven_promedium';
	color:#333;
	font-size:14px;
}

.pizza-baking-detail li .baking-type
{
	float:left;
	width:85%;
}
.pizza-baking-detail li .baking-type .extraa-item {
	color: #bd281d;
	font-weight: normal;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.extraa-item *
{
	/*display:block;*/
	font-weight:normal;
}

.pizza-baking-detail li .baking-price
{
	float:right;
	width:15%;
	text-align:right;
}



.pizza-price-detail-sec .card-body h4
{
	font-size:18px;
	color:#ffc74c;
	font-family: 'maven_promedium' !important;
	margin-bottom:10px;
}

.first-half-order, .second-half-order
{
	padding:10px 15px;
}


.first-half-order .pizza-baking-detail, .second-half-order .pizza-baking-detail
{
	padding-left:12px;
}


.cart-btn-outer
{
	margin-top:10px;
}

.qnt-pizza
{
	float:left;
}

.qnt-pizza span
{
	font-family: 'maven_promedium';
	font-size:14px;
	color:#888888;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}

.qnt-pizza input {
    border: 1px solid #EFEFEF;
    height: 42px;
    width: 60px;
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
	display:inline-block;
	vertical-align:middle;
}

.sub-total
{
	float:right;
	padding-top:5px;
}


.sub-total span
{
	font-family: 'maven_promedium';
	font-size:14px;
	color:#888888;
	vertical-align:middle;
	display:inline-block;
}


.sub-total strong
{
	font-family: 'maven_promedium';
	font-size:22px;
	color:#333;
	font-weight:normal;
	vertical-align:middle;
	display:inline-block;
}


.cart-btn-outer
{
	position:relative;
	padding-left:65px;
}


.referesh-btn
{
	height:42px;
	width:50px;
	text-align:center;
	line-height:40px;
	border:0px;
	background:#D3D3D3;
	position:absolute;
	left:0px;
	top:0px;
}


.pizza-cart-btn
{
	background: #bd281d;
	height:42px;
	text-align:center;
	letter-spacing:0.5px;
	width:100%;
	line-height:42px;
	display:inline-block;
	font-family: 'maven_promedium';
	font-size:15px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:0px;
}


.pizza-cart-btn:hover
{
	background:#333;
	color:#fff;
}




/*******************Customize**Pizaa***Sec***************************/


.customiz-pizza-accordions > .card-header
{
	background:#333;
	border-color:#333;

}


.customiz-pizza-accordions > .card-header a
{
	color:#fff;
	font-family: 'lobsterregular';
	letter-spacing:0.5px;
}

.customiz-pizza-accordions > .card-header a:hover, .customiz-pizza-accordions > .card-header a:focus
{
	color:#fff;
}



/*********************Account**Info**Page******************************/

.account-info-page
{
	padding:60px 0px;
}

.user-info-sec
{
	margin-bottom:20px;
}


.user-info-sec [class*=col-]
{
	padding-left:10px;
	padding-right:10px;
}

.user-info-sec .row
{
	margin-left:-10px;
	margin-right:-10px;
}


.user-info-sec h3
{
	font-size:22px;
	color:#bd281d;
	margin-bottom:25px;
}

.personal-info-col, .address-info-col
{
	border:2px solid #efefef;
	padding:25px;
	min-height:290px;
	position:relative;
	padding-bottom:70px;
}

.personal-info-col ul, .address-info-col ul
{
	list-style:none;
}

.personal-info-col ul li, .address-info-col ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 110px;
	min-height: 26px;
}

.personal-info-col ul li span, .address-info-col ul li span
{
	position:absolute;
	left:0px;
	top:0px;
	font-size:14px;
	color:#888888;
}

.personal-info-col ul li strong, .address-info-col ul li strong
{
	text-align:right;
	display:block;
	font-size:15px;
	color:#333;
	font-family: 'maven_promedium';
	font-weight:normal;
}



.edit-address-bar
{
	border-top:1px solid #efefef;
	margin-top:0px;
	padding-top:10px;
}

.edit-address-bar span
{
	top:10px !important;
}


.info-btn-col:after
{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
}

.info-btn-col {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 25px;
}

.info-btn {
	background:#bd281d;
	height: 42px;
	text-align: center;
	letter-spacing: 0.5px;
	width: 49%;
	line-height: 42px;
	display: inline-block;
	font-family: 'maven_promedium';
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}



.info-btn:hover
{
	color:#fff;
	background:#333;
}

.change-pass-btn
{
	float:right;
}

.resent-order-sec
{
	border:2px solid #efefef;
	padding:25px;
}


.resent-order-sec h3
{
	font-size:22px;
	color:#bd281d;
	margin-bottom:5px;
}

.resent-order-sec table tr th
{
	font-size:14px;
	color:#888;
	font-weight:normal;
	border-top:0px;
}


.resent-order-sec table tr td
{
	font-size:15px;
	color:#333;
	font-family: 'maven_promedium';
}



.resent-order-sec table tr th, .resent-order-sec table tr td
{
	padding:18px 10px; text-transform: capitalize;
}




/**********************Cart-Page************************/


.cart-page
{
	padding:60px 0px;
}


.cart-item-label-sec:after, .cart-item-row:after
{
	clear:both;
	display:block;
	overflow:hidden;
	content:"";
}


.cart-item-row {
	padding:20px 0;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}

.cart-item-label-sec {
	background: #333;
	color: #fff;
	padding:10px 0px;
}


.cart-label
{
	width:20%;
	float:left;
	color:#fff;
	font-family: 'lobsterregular';
	font-size:17px;
}

.label-1
{
	width:0%;
}


.label-2
{
	width:30%;
}

.label-3
{
	width:35%;
}


.label-4
{
	width:15%;
}

.label-5
{
	width:15%;
}






.cart-item-col
{
	width:20%;
	float:left;
}


.cart-item-2 {
	width: 30%;
	padding-left: 0px;
	text-align:center;
}
.cart-item-3
{
	width:35%;
}

.cart-item-4
{
	width:15%;
}

.cart-item-5
{
	width:15%;
}



.item-label-m
{
	display:none;
}

.item-quantity-col input
{
    border: 1px solid #EFEFEF;
    height: 42px;
    width: 42px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;

}

.cart-item-img img
{
	width:80px;
}


.item-name-col
{
	color:#bd281d;
	font-family: 'lobsterregular';
	font-size:20px;
}

.item-name-col {
	padding-top: 25px;
}

.item-price-col {
	padding-top: 30px;
	vertical-align: middle;
	display: inline-block;
}


.item-quantity-col
{
	padding-top: 21px;
}


.cart-close-btn
{
    line-height:0px;
}


.cart-item-1 {
	position: absolute;
	top: 50%;
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	left:20px;
	z-index:10;
}



.continue-shpping-btn {
	background:#bd281d;
	height: 42px;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 42px;
	display: inline-block;
	font-family: 'maven_promedium';
	font-size: 13px;
	padding:0 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}



.continue-shpping-btn:hover
{
	color:#fff;
	background:#333;
}

.clear-car-btn
{
	float:right;
	color:#000;
	font-size:13px;
	font-family: 'maven_promedium';
	text-transform:uppercase;
	margin-top:5px;
}

.clear-car-btn:hover
{
	color:#bd281d;
}

.continue-shpping-sec
{
	margin-top:20px;
}




.customer-coupon-col
{
	position:relative;
	padding-right:140px;
}

.customer-coupon-col input[type="text"]
{
	border:1px solid #EFEFEF;
	height:42px;
	padding:0 10px;
	font-size:13px;
	font-family: 'maven_promedium';
	width:100%;
}

.customer-coupon-col input[type="submit"]
{
	background:#333;
	border:1px solid #333;
	height:42px;
	padding:0 10px;
	width:140px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'maven_promedium';
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}



.cart-total-box
{
	padding:20px;
	border:1px solid #EFEFEF;
	margin-top:20px;
}

.cart-total-box h3
{
	color:#bd281d;
	font-size:22px;
	margin-bottom:20px;
}

.cart-total-box ul
{
	margin:0px;
	list-style:none;
}

.cart-total-box ul li:after
{
	clear:both;
	display:block;
	overflow:hidden;
	content:"";
}


.cart-total-box ul li
{
	margin-bottom:10px;
}


.cart-total-box ul li span
{
	float:left;
	font-size:14px;
	color:#888;
}

.cart-total-box ul li strong
{
	float:right;
	font-size:15px;
	font-family: 'maven_promedium';
	font-weight:normal;
}


.cart-total-box ul li strong.main-amount {
    font-size: 22px;
}

.checkout-btn {
	background: #bd281d;
	height: 42px;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 42px;
	display: inline-block;
	font-family: 'maven_promedium';
	font-size: 15px;
	padding: 0 10px;
	width:100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.checkout-btn:hover
{
	background:#333;
	color:#fff;
}

/******************Checkout****Page***********************/


.checkout-page
{
	padding:60px 0px;
}

.delivery-top-sec
{
	margin-bottom:0px;
}


.delivery-top-sec h2
{
	 font-size:22px;
	 color:#bd281d;
	 padding-bottom:15px;
	 margin-bottom:25px;
	 border-bottom:1px solid #e8e8e8;
	 letter-spacing:.5px;
}



.delivery-form input
{
	height:42px;
	border:1px solid #dddddd;
	width:100%;
	padding:0 50px !important;
}


.left-arrow-btn, .right-arrow-btn
{
	background:#606a76;
	height:42px;
	line-height:42px;
	width:45px;
	font-size:25px;
	color:#fff;
	border:0px;
	cursor:pointer;
	position:absolute;
	top:0px;
}


.left-arrow-btn
{
	left:0px;
}


.right-arrow-btn
{
	right:0px;
	background:#10a479;
}

.delivery-form textarea
{
	height:100px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #ddd;
	background:#fff;
	padding:10px;
}



.card-info-col, .delivery-schedule-col {
	border: 2px solid #efefef;
	padding: 25px;
	min-height: 340px;
	position: relative;
}

.checkout-info-sec h3 {
    font-size: 22px;
    color: #bd281d;
    margin-bottom: 25px;
}



.card-type-col input[type="radio"]
{
	margin-right:10px;
}

.card-info-col label
{
	font-family: 'maven_promedium';
	font-size: 15px;
}


.card-type-col {
	margin-bottom: 20px;
}


.card-icon-col {
	margin-left: 20px;
	vertical-align: text-bottom;
}

.card-info-col input[type="text"], .card-info-col input[type="email"], .card-info-col input[type="password"]
{
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #EFEFEF;
	height:35px;
	padding:10px;
	font-family: 'maven_promedium';
	font-size: 13px;
	width:100%;
}

.card-feids-col .input-row {
	padding-left: 110px !important;
	position: relative;
	margin-bottom: 0;
	margin-top: 20px;
}
.card-feids-col label {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 14px;
	color: #888;
	font-weight:normal;
	font-family: 'maven_proregular';
}


.delivery-schedule-col .cart-total-box
{
	padding:0px;
	border:0px;
}


.delivery-schedule-col .card-type-row {
	display: inline-block;
	margin-right: 40px;
}


.your-bill {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}

.your-bill strong
{
	font-size:22px;
	font-family: 'maven_promedium';
}

.delivery-schedule-col .cart-total-box ul li
{
	margin-bottom:15px;
}

.delivery-schedule-col .cart-total-box ul li:last-child
{
	margin-bottom:0px !important;
}


.place-order
{
	width:auto;
	float:right;
	margin-top:20px;
	font-size:13px;
	padding:0 25px;
	letter-spacing:0.7px;
}


/*************Margherita-popup*******************/



.margherita-popup .modal-dialog {
	width: 500px;
}

.margherita-popup .product-dis {
	padding: 30px;
	text-align: left;
}



.margherita-popup .chees-option-box input[type="text"], .margherita-popup .chees-option-box input[type="password"], .margherita-popup .chees-option-box input[type="number"]
{
	height: 43px;
}









/**************Half--and----Half---Popup*******************/


.half-and-half-popup .modal-content {
	background: none !important;
	border: 0;
}

.half-pizza-select-col
{
	text-align:center;
}

.half-pizza-img
{
	margin-bottom:20px;
}

/**************Address--Popup**********************/
.add-new-address-popup
{
	text-align:center;
}

.add-new-address-popup .modal-dialog {
	/*width: 620px;*/
}


.home-icon input {
	background: url(../images/home_icon.svg) no-repeat 15px center;
}


.address-location-map
{
	width:100%;
	margin-bottom:20px;
}

.address-location-map img
{
	width:100%;
}

.address-location-map iframe
{
	width:100% !important;
	height:230px !important;
}


.add-new-address-popup input[type="submit"], .add-new-address-popup input button {
	font-family: 'maven_proregular';
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 40px;
	width: 200px;
	border: 0px;
	line-height: 40px;
	float: right;
}

.add-new-address-popup .about-text {
	padding: 25px 30px 25px;
}


.add-new-address-popup .delivery-location-form {
	padding-top: 15px;
}

/*************Promotional**Popup**sec******************************/

.promotion-popup .modal-dialog {
	width: 1170px;
}

.promotion-popup .modal-content
{
	border:0px;
}

.promo-btn-col {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.promo-btn-col:after {
	width: 34px;
	height: 34px;
	color: #fff;
	border: 3px solid #fff;
	font-size: 12px;
	content: "OR";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 27px;
	background: #606a76;
	font-family: 'maven_promedium';
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	display: inline-block;
}


.promo-btns {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px;
	font-size: 17px;
	line-height: 55px;
	height: 55px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
	font-family: 'lobsterregular';
	width: 49%;
}





.promo-shoping-btn
{
	float: left;
	background: #bd281d;
}


.promo-checkout-btn {
	float: right;
	background: #10a479;
}


.promo-btns:hover
{
	background:#606a76;
	color:#fff;
}




.promotion-popup h2
{
	font-size:45px;
	color:#000;
	margin-bottom:25px;
}


.promotion-popup h3
{
	font-size:40px;
	color:#bd281d;
	margin-bottom:15px;
}

.promotion-popup h4
{
	font-size:30px;
	color:#bd281d;
	margin-bottom:15px;
}

.promo-banner-col
{
	min-height:400px;
	-webkit-background-size:cover;
	background-size:cover;
	background-position: center center;
}


.banner-overlay
{
	background:url(../images/food_overlay01.png) repeat-y right top;
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
}


.banner-overlay-midd
{
	background:url(../images/food_overlay02.png) repeat-y center top;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}


.right-promo-text
{
	position:relative;
	padding-top:110px;
	max-width:100%;
	float:right;
	text-align:right;
	width:530px;
	padding-right:50px;
}


.center-promo-text {
	position: relative;
	padding-top: 100px;
	max-width: 100%;
	text-align: right;
	width: 530px;
	padding-right: 0;
	margin: 0 auto;
	text-align: center;
}


.promotion-offer-3 .promo-banner-col
{
	min-height:540px;
}


/*******************************************************************************************/
/*********{}************************Responsiv**Start**{}***************************************/
/*******************************************************************************************/
@media (max-width: 1500px) {
.consult-box-3 {
	padding-left: 10px;
}
}



@media (max-width: 1400px) {

.topBannerMidCol h1 {
	font-size: 40px;
}
.topInnerBanner {
	height: 250px;
}
.vertical-100 {
	padding: 40px 0px;
}
.join-form-col {
	padding: 50px 30px 50px 40px;
}

.step-nav {
	right: 30px;
}

.infoItem h3 {
	font-size: 15px;
	padding: 0 15px;
}

.bottom-detail-inner {
	padding: 0 30px;
}

.right-fixed-cart {
	position: fixed;
	right: 30px;
}

}


@media (min-width: 1279px) {
.vertical-100 {
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	max-width: 100%;
	width: 1200px;
}
.how-to-find-sec {
	padding: 0px 0px 0px;
}
}
 @media (max-width: 1199px) {
.nav-dropdown .menu-item {
	padding: 0px;
}

.sliderWrap .fill {
	min-height: 410px;
	height: auto !important;
}
.sliderWrap #home-slider, .sliderWrap {
	height: auto;
}
.sliderWrap .owl-carousel .owl-stage-outer, .sliderWrap .owl-stage, .sliderWrap .owl-stage .owl-item {
	height: auto;
}
.sliderWrap .bannerText {
	padding: 80px 50px 50px 50px;
	text-align: center;
	-webkit-transform: none;
	transform: none;
	position: relative;
}
.banner-heading h2 {
	font-size: 41px;
	line-height:48px;
}
.banner-heading p {
	font-size: 18px;
}




.nav-container {
	padding-left: 45px !important;
}

.nav-menu .menu-item {
	padding: 0 2px;
}

.login-link::after {
	left: 0;
}

.login-link {
	padding-left: 15px !important;
}

.build-you-pizza .container {
	padding-right: 275px;
}


.build-you-pizza {
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
}

.bottom-detail-inner {
	padding: 0 15px;
}

.bottom-detail-col .btn-white {
	padding: 0 25px;
}


.right-fixed-cart
{
	display:none;
}




.promotion-popup .modal-dialog {
	max-width:95% !important;
}


.center-promo-text {
	position: relative;
	padding-top: 100px;
	max-width: 100%;
	text-align: right;
	width: 530px;
	padding-right: 24px;
	margin: 0 auto;
	text-align: center;
	padding-left: 24px;
}

.banner-overlay-midd {
	-webkit-background-size: contain;
	background-size: contain;
}

}




@media (max-width: 1024px) {
.mainMenuBar {
	background: none;
	left: 0;
	padding: 0 10px;
	position: relative;
	top: 0;
	width: 100%;
}
.header .container {
	padding: 0 10px;
	width: 100%;
}
.nav-toggle {
	float: right;
	margin-top: 0px;
}

.logo {
	max-width: 240px;
}

.aboutTextCol p {
	font-size: 13px;
}
}



@media (max-width: 1023px) and (min-width: 768px) {

.cart-label {
    font-size: 13px;
}

.item-name-col {
	font-size: 15px;
}

.cart-item-1 {
	left: 0px;
}

.item-quantity-col {
	padding-top: 14px;
}

.item-price-col {
	padding-top: 26px;
}

.customer-coupon-col input[type="submit"] {
	width: 100px;
	font-size: 11px;
}

.customer-coupon-col {
	padding-right: 100px;
}

.cart-total-box {
	padding: 10px;
	margin-top: 15px;
}

.cart-total-box ul li span {
	font-size: 12px;
}

.cart-total-box ul li strong {
	font-size: 13px;
}

.cart-total-box h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.cart-total-box ul li strong.main-amount {
    font-size: 18px !important;
}

}


@media (max-width: 992px) {


.nav-container {
	padding-left: 30px !important;
	padding-top: 24px !important;
}
.nav-menu .menu-link {
	letter-spacing: 0px;
}



body {
	padding-top: 68px;
}
.sliderWrap .bannerText {
	padding: 80px 85px 50px 85px;
}
.logo {
	width: 65px;
	padding: 15px 0 15px 0px;
	position: static;
}

.baket-col img {
	width: 24px;
}

.cart-items-col {
	padding-right: 32px;
	text-align: right;
	padding-top: 0px;
}

.menu {
	margin: 0 0px 0 0;
	padding: 0;
}

.build-you-pizza {
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	padding-top: 20px;
	padding-bottom: 20px;
}

.build-you-pizza .btn-white {
	width: auto;
}

.pizza-ser-img-col img {
	max-width: 140px;
}

.pizaa-service-col h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.build-you-pizz-nav li i {
	font-size: 17px;
	margin-right: 10px;
}

.build-you-pizz-nav li a {
	font-size: 13px;
	padding: 0 12px;
}

.build-pizza-col h4 {
	font-size: 13px;
}

.build-you-pizz-tab .card-header a {
	font-size: 16px;
}
.build-pizza-col {
	padding: 10px;
}

}
 @media only screen and (max-width:991px) {
.footer {
	padding: 40px 0 20px;
}
.nav-menu .menu-link {
	/* padding: 15px 8px; */
	font-size: 10px;
}

.fixed-cart
{
	display:none;
}

}
 @media (max-width: 767px) {

h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
body {
	padding-top: 77px;
}
.topBanner {
	padding: 0 20px;
	height: 215px;
}
.topBanner h2 {
	font-size: 28px;
}
.topBanner h2::after, .topBanner h2::before {
	margin: 10px auto;
}
.nav-container {
	float: left;
	padding-left: 40px !important;
	padding-top: 0px !important;
	width: 100% !important;
	background: #bd281d;
	top: 72px;
	/* -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
	/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
	position: absolute !important;
	padding-right: 40px;
	height:400px;
}


.topBanner h3 {
	font-size: 20px;
	font-style: normal;
	letter-spacing: 1px;
	text-align: left;
}

.topBanner p {
	font-size: 13px;
	text-align: left;
}


.mainMenuWrap {
	min-height: inherit !important;
}
.logo {
	width: 86px !important;
	padding: 10px 0 !important;
	z-index: 99;
}
.nav-toggle {
	padding: 26px 15px;
	position: relative;
	right: 0;
}
.bannerText {
	margin-top: 0;
	padding: 25px 0 0 0;
	position: relative;
	text-align: center;
	top: 0;
	transform: none;
	width: 100%;
}

.nav-menu .menu-item {
	border:0px;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding:0px;
}

.nav-menu .menu-link {
	letter-spacing: 1px;
	color: #fff;
	padding: 15px 0;
	border:0px;
	font-size:11px;
}

.nav-menu .menu-link:hover {
	background: #a61d13;
	color: #fff;
}
.nav-menu .menu-link:after {
	display: none !important;
}

.has-dropdown > .menu-link {
	display: block;
}
.container {
	max-width: 100%;
}
.sliderWrap .fill {
	min-height: 290px;
	height: auto !important;
}
.sliderWrap .bannerText {
	padding: 50px 0px 50px 0px;
}

.header-cart-sec
{
	display:block;
	right:84px;
}

.header .container {
	padding: 0 0px;
	width: 100%;
}

.login-link::after
{
	display:none;
}

.login-link {
	padding-left: 0px !important;
}

.login-link a {
	color: #fff !important;
}

.M-language a
{
	display:inline-block !important;
	position:relative;
	color:#da857f !important;
}

.M-language a:hover
{
	color:#fff !important;
}

.M-language a:hover
{
	background:none !important;
}

.M-language, .M-language:hover {
    color: #da857f !important;
}

.cart-M, .M-language
{
	display:block !important;
}

.home-slider-btn {
	padding: 0 40px;
}

.sliderWrap .owl-prev {
	left: 20px;
}

.sliderWrap .owl-next {
	right: 20px;
}

.build-you-pizza h2 {
	font-size: 25px;
}

.build-you-pizza {

	padding-top: 48px;
	padding-bottom: 45px;
	text-align:center;
}

.build-you-pizza .container {
	padding-right: 15px;
}

.build-you-pizza p
{
	font-size:16px;
}

.build-you-pizza .btn-white {
	width: 220px !important;
	position: static;
	margin: 0 auto;
	transform: none;
	font-size:16px;
	display:inline-block;
	line-height: 44px;
}

.pizaa-category ul li {
	font-size: 14px;
}

.pizza-service-tab ul li {
	margin: 0 7px;
}

.pizza-service-tab ul li a {
	font-size: 12px;
}

.pizaa-service-col {
	position: relative;
	padding-left: 220px;
	min-height: 320px;
	text-align: right;
	padding-top: 68px;
}
.pizza-ser-img-col {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 auto 0px;
	position: absolute;
	left: -114px;
	top: 0;
}
.pizza-ser-img-col img {
	max-width: 100%;
}

.bottom-detail-col .btn-white {
	padding: 0 50px;
}


.footer h3 {
	font-size: 18px;
}

.ft-menu ul li {
	padding: 0 10px;
}

.social-icon li {
	margin: 0 8px 0 8px;
}
.pizaa-services-sec {
	padding: 50px 0px 0;
}


.my-popup .modal-dialog {
	top: 10%;
	-ms-transform: translate(-50%, 0%) !important;
	-o-transform: translate(-50%, 0%) !important;
	-webkit-transform: translate(-50%, 0%) !important;
	transform: translate(-50%, 0%) !important;
	width: 90%;

}

.login-left, .login-right {
	min-height: inherit;
	position: relative;
	width: 100% !important;
	background: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:25px 25px;
}

.login-left
{
	padding-bottom:35px !important;
}

.login-right
{
	padding-top:35px !important;
	padding-bottom:10px !important;
}

.loginBox::before, .loginBox::after
{
	display:none;
}

.loginBox
{
	background: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}

.login-left::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	left: 45px;
	background: #ccc;
	right: 45px;
}

.login-right::before {
	content: "";
	position: absolute;
	top: -20px;
	height: 38px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	width: 65px;
}

.login-right:after
{
	width: 35px;
	height: 35px;
	color: #fff;
	border: 4px solid #fff;
	font-size: 11px;
	content: "OR";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 29px;
	background: #bd281d;
	overflow: hidden;
	font-family: 'maven_promedium';
	position: absolute;
	top: -20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	display: inline-block;
	z-index: 1;
}

.login-right h3, .login-right p
{
	display:none;
}

.half-and-half-popup .login-right h3, .half-and-half-popup .login-right p {
	display: block;
}


.half-and-half-popup .login-right {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.forgotPassword {
	margin-top: 20px;
}

.user-register {
	padding: 25px 25px;
}
.delivery-location-form .input-value {
	width: 100%;
	margin-bottom: 20px;
}

.delivery-location-form .input-col {
	width: 100%;
}

.about-text {
	padding: 25px 25px 10px;
}

.delivery-zone-popup .about-text {
	padding: 20px 25px 25px;
}

.pro-detail-slider ul li {
	padding: 0 5px;
}


.chees-option-btn-col:after
{
	display:none;
}


.chees-option-box input[type="submit"], .customize-btn
{
	width:100%;
}

.chees-option-box input[type="submit"]
{
	margin-bottom:15px;
}

.chees-option-btn-col
{

}

.cart-item-label-sec, .cart-item-2
{
	display:none;
}

.cart-item-col {
	width: 100% !important;
	float: left;
	position: relative;
	padding-left: 100px;
	padding: 0px !important;
	text-align: right;
	margin-bottom: 15px;
}
.cart-item-1 {
	position: absolute;
	top: 0;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	left: inherit !important;
	right: 0;
	width: 10px !important;
	height: 22px;
}


.item-name-col, .item-quantity-col, .item-price-col
{
	padding:0px;
}

.item-label-m
{
	float:left;
	display:inline-block;
	font-family: 'lobsterregular';
	font-size: 17px;
	color:#333;
	position:absolute;
	left:0px;
	top:0px;
}

.account-info-page {
	padding: 15px 0px 40px;
}

.cart-item-row {
	padding: 50px 0 10px;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}

.cart-page {
	padding: 20px 0px 40px;
}

.cart-item-1 {

    top: 15px;
}



.cart-total-amount-sec {
	margin-top: 30px;
}

.continue-shpping-sec {
	margin-top: 35px;
}

.clear-car-btn {
	margin-top: 10px;
}

.user-info-sec [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.user-info-sec .row
{
	margin:0px -15px;
}

.personal-info-col, .address-info-col {
	padding: 30px 20px 30px;
	min-height: inherit;
	position: relative;
	/* padding-bottom: 0px; */
	border: 0;
	border-bottom: 2px solid #efefef !important;
}

.info-btn-col {
	position: static;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px 0 0px;
}

.info-btn {
	font-size: 11px;
}

.resent-order-sec {
	padding: 15px;
}

.product-select-wrap {
	padding: 0 0px 40px;
}

.build-you-pizz-nav:after
{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
}

.build-you-pizz-nav {
	list-style: none;
	margin: 0 -15px 20px;
}

.build-you-pizz-nav li {
	display: inline-block;
	width: 33.33%;
	margin: 0 0;
	padding-right: 2px;
	float: left;
}

.build-you-pizz-nav li a {
	font-size: 11px;
	padding: 0 6px;
	letter-spacing: 0;
}
.build-you-pizz-nav li i {
	font-size: 16px;
	margin-right: 4px;
}


.step-btn-col {
	width: 100%;
	margin-bottom: 30px;
}

.step-btns {
	font-size: 15px;
}

.margherita-popup .product-dis {
	padding: 15px;
	text-align: left;
}


.about-img-col img
{
	width:100%;
}

.card-info-col, .delivery-schedule-col {
	border: 0px solid #efefef;
	padding: 25px 0;
	min-height: inherit;
}

.place-order {
	width: 100%;
}


.delivery-schedule-col .card-type-row {
	display: inline-block;
	margin-right: 20px;
}

.place-order {
	font-size: 16px;
}

.checkout-page {
	padding: 40px 0px;
}


.promotion-popup h3 {
	font-size: 26px;
	margin-bottom: 10px;
}

.promotion-popup h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.promotion-popup h2 {
	font-size: 32px;
	margin-bottom: 15px;
}


.promo-btn-col:after
{
	display:none;
}

.promo-btns
{
	width:100%;
	margin-top:15px;
}

.promotion-offer-3 .promo-banner-col {
	min-height: inherit;
}

.center-promo-text {
	padding-top: 40px;
	max-width: 100%;
	width: inherit !important;
	padding-right: 24px;
	margin: 0 auto;
	text-align: center;
	padding-left: 24px;
	padding-bottom: 40px;
}

.right-promo-text {
	position: relative;
	padding: 50px 24px;
	max-width: 100%;
	float: none;
	text-align: right;
	width: 100%;
	text-align: center;
}
.promo-banner-col {
	min-height: inherit;
}

.banner-overlay {
	background: url(../images/food_overlay01_responsive.png) repeat-x bottom center !important;
	position: absolute;
	top: inherit;
	right: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	-webkit-background-size: contain !important;
    background-size: contain !important;
}

.add-new-address-popup .about-text {
	padding: 20px 15px 20px;
}

}

@media (max-width: 575px) {



}

@media (max-width: 480px) {
.nav-toggle {
	float: right;
}

.bannerText {
	margin-top: 0;
	padding: 12px 0 0 0;
}

.pizza-ser-img-col img {
	max-width: 250px;
}

.pizaa-service-col {
	position: relative;
	padding-left: 145px;
	min-height: 250px;
	padding-top: 45px;
}

.step-btns {
	font-size: 15px;
	width:100%;
	margin-top:15px;
}

}

.omise-checkout-button{
    width: auto;
    float: left;
    margin-top: 20px;
    font-size: 13px;
    padding: 0 25px;
    letter-spacing: 0.7px;
    background: #bd281d;
    height: 42px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 42px;
    display: inline-block;
    font-family: 'maven_promedium';
    color: #fff;
    text-transform: uppercase;
	border:none;
}


.lobibox-notify-wrapper, .lobibox-notify-wrapper-large {
    z-index: 5000000;
}

