@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
	 font-display: swap;
    font-style: normal;
	
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	 font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	 font-display: swap;
}
@font-face {
    font-family: 'Avenir 85';
    src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
        url('../fonts/Avenir-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bookman Old Style';
    src: url('../fonts/BookmanOldStyle.woff2') format('woff2'),
        url('../fonts/BookmanOldStyle.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bookman Old Style';
    src: url('../fonts/BookmanOldStyle-Bold.woff2') format('woff2'),
        url('../fonts/BookmanOldStyle-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





body{
	margin: 0;
	padding: 0;
	font-size: 16px; 
	color:#333;
	font-family: 'Avenir';
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*comman-area*/
ol, ul{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
a{	color: #e6262d;
	transition: all 0.5s ease;
}
a:focus, a:hover, a:active,  a:visited{
	text-decoration: none;
	outline: none;
	color: #e6262d;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
}

p{ 
	margin: 0;
	line-height: 24px;	
}
img{
	max-width: 100%;
}
button:focus{
	outline: none;
	box-shadow: none;
}
.btn:hover,.btn:focus{
	background-color: #535e68;
	color: #fff;
}


/* navber */
.header{
	background: #000;
	border-bottom: 2px solid #b5191e;
}
.navbar-brand{
	margin: 0 0 -90px 0;
}
.navbar-toggler-icon{
	color: #fff;
}
.top-info{
	text-align: right;
	margin: 0 0 25px 0;
}
.top-info ul{
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle
}
.top-info h6{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin: 0 15px;
	padding: 0 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.top-info h6 a{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Bookman Old Style';
}
.top-info h6 a:hover{
	color: #e6262d;
}
.cart{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.cart a{
	
	font-size: 14px;
}
.cart a:hover{
	color: #e6262d;
}
.badge{
	background-color: #f42930;
	border-radius: 10px;
	color: white;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 0;
}
.top-info ul li{
	display: inline-block;
	margin: 0 10px 0 0;
}
.top-info ul li:last-child{
	margin: 0 0px 0 0;
}

.top-info ul li a{
	font-size: 14px;
	color: #fff;
}
.top-info ul li a:hover{
	color: #e6262d;
}



.navbar{
	width: 100%;
	min-height: 95px;
	background-color: #000;
}
.navbar-expand-lg .navbar-nav{
	margin: 0 0 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-item{
	margin: 0px 50px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Bookman Old Style';
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #e6262d;
}
.navbar-expand-lg .navbar-nav .active .nav-link{
	color: #e6262d;
}





ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}
.dropdown-menu{
	background-color: #fff;
	border-radius: 0;
	border: none;
}

img.alignleft {
	float: left;
	margin: 15px 13px 15px 0;
}

img.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

img.aligncenter {
	float: none;
	margin: 15px auto ;
}

.comman-btn{
	width: 199px;
	height: 48px;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 38px;
	border: none;
}




/* banner */
.banners-section{
	background-size: cover;
	height: 680px;
	border-bottom: 5px solid #e2262c;
	padding: 150px 0 0 0;
	margin-bottom: 60px;
}
.slide-text{
	text-align: center;
	margin: 150px 0 0 0;
}
.slide-text h2 {
    font-size: 65px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 10px #000;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}
.slide-text h2 span {
    font-size: 45px;
    display: block;
}


.banner-btn {
    width: 229px;
    height: 50px;
    font-size: 16px;
    color: #000 ;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 37px;
    background-color: #fff;
    box-shadow: 0 0 10px #000;
    font-family: 'Open Sans', sans-serif;
}
.banner-btn:hover{
	color: #e6262d;
	background-color: #fff;
}
.slide-image {
    display: flex;
    min-height: 500px;
    align-items: center;
}
.banner-slider .owl-carousel .owl-item img {
    width: auto ;
    margin: auto ;
}



.recipes-section{
	padding: 70px 0 0 0;
}
.recipes-text{
	margin: 20px 0 0 0;
}
.recipes-text p{
	font-size: 20px;
	margin: 0px 0 20px 0;
}
.recipes-text p span{
	font-weight: bold;
}

.title{
	text-align: center;
	margin: 0 0 0 0;
}
.title h1,.title h2{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	font-family: 'Bookman Old Style';
	color: #e6262d;
	
	margin: 0 auto;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
}
.title h1 span,.title h2 span{
	color: #000;
}
.title h1::before,.title h2::before{
	content: "";
	width: 120px;
	height: 20px;
	background-image: url('../images/left-line.png');
	background-size: cover;
	position: absolute;
	top: 18px;
	right: 102%;
	z-index: 11;
}
.title h1::after,.title h2::after{
	content: "";
	width: 120px;
	height: 20px;
	background-image: url('../images/right-line.png');
	background-size: cover;
	position: absolute;
	top: 18px;
	left: 102%;
	z-index: 11;
}
.title h6{
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Bookman Old Style';
	color: #0e0e0e;
}


.recipes-box{
	margin: 0 0 100px 0;
	position: relative;
}
.name{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.name a{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	font-family: 'Avenir 85';
	color: #fff;
}
.recipes-box img{
	width: 100%;
}
.recipes-main{
	width: 94%;
	max-width: 1750px;
	margin: 0 auto;
}



.smart-cookiy{
	background-image: url('../images/smart-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
.use-text {
	display: flex;
	align-items: center;
}
.use-text .useimage{
	width: 80px;
	display: inline-block;
	margin: 0 25px 0 0;
}

.text-data{
	padding: 0 0 0 25px;
	border-left: 2px solid #000;
	width: 480px;
}
.use-text h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Bookman Old Style';
    font-weight: bold;
    margin: 0 0 8px 0;
}
.use-text p {
    font-size: 17px;
	    font-style: italic;
}

.use-text {
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0 0 20px;
}



.right-text h3{
	font-size: 34px;
	line-height: 34px;
	margin: 0 0 10px 0;
	font-family: 'Bookman Old Style';
    font-weight: bold;
}
.right-text p{
	font-size: 20px;
	line-height: 25px;
	color: #595959;
	margin: 0 0 40px;
}
.learn-btn{
	color: #e6262d;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Avenir 85';
	position: relative;
}
.learn-btn::after {
    position: absolute;
    content: "\f061 ";
    top: 0;
    font-family: "FontAwesome";
    color: #000;
    right: -20px;
}



.product-section{
	position: relative;
    background: #AD1419;
    padding: 55px 0 0px 0;
}
.product-section::before{
	content: "";
	position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%, 0);
    border-style: solid;
    border-width: 0 37.5px 35px 37.5px;
    border-color: transparent transparent #AD1419 transparent;
}
.product-box{
	text-align: center;
	padding: 0 0 50px 0;
}
.product-box h4 {
    color: #fff;
    margin: 25px 0 0;
    font-size: 24px;
    line-height: 24px;
    height: 48px;
    font-family: 'Bookman Old Style';
    font-weight: bold;
}
.product-box p{
	font-size: 17px;
	color: #fff;
	font-style: italic;
	margin-bottom: 40px;
}
.product-box img{
	height: auto;
}
.product-btn{
	margin: 0 auto;
	display: table;
	margin-top: 10px;
}
.product-btn a{
	padding: 12px 15px;
	background-color: #000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.product-btn a i{
	margin: 0 10px 0 0;
}

.product-slider{
	position: relative;
}
.product-slider .owl-carousel .owl-nav button.owl-next,
.product-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 45px;
    height: 45px;
    left: -0px;
    top: 30%;
    font-size: 0;
    font-weight: bold;
    background-image: url('../images/arow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product-slider .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -0px;
    transform: rotate(180deg);
}



.join-section{
	padding: 30px 0 90px 0;
}
.row-wrapper{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.join-text p{
	margin: 10px 0 45px 0;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	text-align: center;
}
.form-control{
	border-radius: 0;
	border: 2px solid #a0a0a0;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 70px;	
	outline: none;
	box-shadow: none;
	font-family: 'Open Sans', sans-serif;
}
.join-btn{
	display: block;
	margin: 35px auto 0;
	background: #000;
	padding: 25px 25px;
	color: #fff;
	font-size: 19px;
	border-radius: 0;
	line-height: 0px;
}


.footer{
	border-top: 2px solid #d62328;
	padding: 15px 0 0px 0;
	background-color: #000000;
	clear: both;
}
.foot-logo{
	width: 100%;
	position: relative;
	margin: 0 0 15px 0 ;
}
.foot-logo::before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #5b5b5b;
	position: absolute;
	top: 26px;
	left: 0;
}
.foot-logo img{
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}


.foot-text h5{
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	margin: 0 0 20px;
	text-transform: capitalize;
	font-family: 'Bookman Old Style';
    font-weight: bold;
}
.foot-text ul{
	list-style: none;
}
.foot-text ul li a {
    font-family: 'BOOKOS';
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
}

.social-media ul{
	margin: 0 0 37px 0;
}
.social-media li{
	display: inline-block;
	margin: 0 5px 0 0;
}
.social-media li a{
	height: 50px;
    width: 50px;
    background-color: #3b5a9a;
    text-decoration: none;
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px!important;
    text-align: center;
    line-height: 50px!important;
}

.social-media .facebook a{
	background-color: #3b5a9a;
}
.social-media .twitter a{
	background-color: #29a9e1;
}
.social-media .youtube a{
	background-color: #cb312e;
}
.social-media .rss a{
	background-color: #fba933;
}
.social-media .instagram a{
	background-color: #5280a5;
}

.foot-text p{
	color: #fff;
	line-height: 18px;
}
.foot-text p span{
	color: #ad161b;
}

.copyright{
	text-align: center;
    background-color: #171717;
    border-top: 2px solid #b81a1f;
    padding: 20px 0;
    margin: 40px 0 0 0;
}
.copyright p{
	font-size: 12px;
	color: #a6a6a6;
}


/* product-page */
.product-pagedata{
	background-color: #fff;
}
.product-pagedata::before{
	display: none;
}
.product-pagedata .product-slider{
	padding: 40px 0 0 0;
}

.product-pagedata .product-box p{
	color: #000;
}

.product-title p{
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 15px 0;
	text-align: center;
}
.product-menu {
	background-color: #f1f1f1;
	padding: 12px 0;
}
.product-menu ul{
	list-style: none;
	text-align: center;
}
.product-menu li{
	display: inline-block;
	margin: 0 0 0 0;
	border-right: 1px solid #a7a7a7;
}
.product-menu li:last-child{
	border: none;
}
.product-menu li a {
    font-size: 17px;
    line-height: 17px;
    color: #e6262d;
    display: block;
    padding: 11px 26px 11px 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Bookman Old Style';
    font-weight: bold;
}



/* recipes */
.product-recipes .recipes-main{
	padding: 50px 0 40px 0;
}
.product-recipes .recipes-box{
	margin-bottom: 30px;
}
.load-btn{
	width: 100%;
	height: 58px;
	line-height: 43px;
    font-size: 20px ;
    background-color: #000 ;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}

.product-menu .form-control{
	color: #333;
	background-color: #fff;
	padding: 0;
	font-size: 17px ;
	color: #e6262d ;
	font-family: 'Bookman Old Style';
    font-weight: bold;
    border: none;
    outline: none;
    height: 38px;
    box-shadow: none;
    padding: 0 40px 0 15px;
}
.product-menu .form-control::placeholder{
	color: #e6262d;
	font-family: 'Bookman Old Style';
    font-weight: bold;
}
select {
    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;
		padding: 10px;
    margin: 10px;
}

.select-wrapper {
    position: relative; 
}

.select-wrapper::after {
    content: "";
    width: 11px;
    height: 7px;
    background-image: url(../images/select-icon.png);
    background-size: cover;
    position: absolute;
    top:16px;
    right: 10px;
}
.product-recipes .product-menu li{
	padding: 0 12px;
}
.product-recipes .form-group{
	margin: 0;
}
.search-box{
	border: 2px solid #e6262d;
}
.search-box .form-control::placeholder{
	opacity: 0.5;
}




/* the-latest */
.banner-area{
	border-bottom: 5px solid #e2262c;
}
.the-latest{
	padding: 50px 0 0 0;
}

.letest-maindata{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom:  solid 1px #efefef;
}
.letest-text h4{
	font-size: 25px;
	line-height: 25px;
	margin:  0 0 10px 0;
}
.letest-text h4 a{
	color: #000;
}

.letest-text h6{
	font-size: 14px!important;
	margin-bottom: 14px!important;
}

.letest-text h6 a{
	color: #333;
}
.letest-text p{
	margin: 0 0 20px 0;
}
.read-more{
	color: #333;
}


.brows-box{
	width: 100%;
	padding: 7px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
.brows{
	width: 100%;
	display: block;
	background-color: #000;
    color: #fff ;
    font-size: 20px;
    padding: 6px 15px;
}
.brows-box ul{
	list-style: none;
}
.brows-box ul li a{
	border-top: solid 1px #efefef;
	padding: 15px 10px;
	color: #000;
	font-size: 14px;
	display: block;
}
.brows-box ul li a:hover{
	color: #e6262d ;
}

.pagination-area ul{
	list-style: none;
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
}
.pagination-area ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.pagination-area ul li a,.page-numbers{
	padding: 4px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	font-family: 'Avenir 85';
	margin: 0 10px 0 0;
}
.pagination-area .btn-data {
	margin: 0 10px 0 0;
}
.pagination-area .btn-data a,.next {
	background: #000;
	color: #fff;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 10px;
	border: none;
	font-family: 'Avenir 85';
	font-weight: bold;

}
.pagination-area .btn-data a:hover{
	color: #e6262d;
}


/* sauce-squad */
.contact-form{
	padding: 70px 0; 
}
.join-text img{
	margin: 0 auto;
	display: table;
}
.contact-address h4{
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.contact-address ul{
	list-style: none;
	margin: 0 0 0 0;
}
.contact-address ul li {
	margin: 0 0 0 0;
	border-bottom: solid 1px #f1f1f1;
	padding: 15px 0;
}
.contact-address ul li h6{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.contact-address ul li a{
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.contact-address ul li p{
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.about p{
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

.contact-form-inner .form-control{
	font-size: 16px;
	height: 40px;
	background-color: #f1f1f1;
	border: none;
	padding-left: 20px;
}
.contact-form-inner .textarea{
	height: 80px;
}
.submit-btn{
	width: 257px;
	height: 59px;	
	border-radius: 0;
	margin-top: 20px;
}

.contact-map iframe{
	width: 100%;
	height: 450px;
	margin-bottom: -7px;
}



/* find us */
.find-section{
	padding: 70px 0;
}
.find-form{
	width: 100%;
	padding: 40px 30px ;
	background-color: #F2F5F6;
}
.find-form .form-control{
	width: 100%;
	background-color: #fff;
	height: 42px;
	border: 1px solid #ccc;
	outline: none;
	padding: 0;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}
label{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-family: 'Avenir 85';
}

.find-form select.form-control:not([size]):not([multiple]){
	height: 42px;
}
.select-icon{
	position: relative;
}

.select-icon::after {
    content: "";
    width: 14px;
    height: 9px;
    background-image: url('../images/select-icon.png');
    background-size: cover;
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.findproduct-btn{
	width: 100%;
	height: 42px;
	line-height: 0;
	border-radius: 5px;
	margin-top: 3px;
	font-family: 'Avenir 85';
	font-weight: bold;
	background-color: #000;
}



.find-info{
	border: 1px solid #ccc;
}
.find-parent{
	height: 500px;
	overflow: auto;
}
.find-infobox{
	width: 100%;
	padding:  20px 30px;
	background-color: #fff;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.5s ease;
	position: relative;
}
.find-infobox::before{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url('../images/arow-right.png');
	background-size: cover;
	position: absolute;
	top: 43%;
	right: 4%;
}
.find-infobox:hover{
	background-color: #e6262d;
	color: #fff !important;
}
.find-infobox h4{
	font-size: 25px;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: 'Avenir 85';
    text-transform: uppercase;
}
.find-infobox p{
	font-family: 'Bookman Old Style';
	font-size: 18px;
	margin: 0 0 10px 0;
}


.find-map iframe{
	width: 100%;
	height: 590px;
	margin-bottom: -7px;
}


.title-area h6{
	font-size: 16px;
	font-weight: 600;
	color: #e6262d;
	margin: 0 0 0 0;
	font-family: 'Avenir 85';
	text-transform: uppercase;
}

.title-area h2{
	font-size: 30px;
	color: #333;
	margin: 5px 0 30px 0;
	font-weight: 700;
	font-family: 'Avenir 85';
}

.product-image{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-image img{
	width: 80%;
}


/* rib wagon */
.rib-wagon-section{
	padding: 80px 0;
}
.rib-text img{
	float: right;
}
.rib-text p{
	margin: 0 0 15px 0;
}
.rib-text h6{
	margin: 0 0 15px 0;
}
.rib-text h3{
	font-size: 30px;
	color: #333;
	margin: 20px 0 10px 0;
	font-weight: 700;
	font-family: 'Avenir 85';
}
.rib-text ul{
	margin: 0 0 30px 30px;
}


.mobile{
	display: none;
}

.insite-section{
	padding-bottom: 80px;
}
.insite-data h6{
	margin: 0 0 20px 0;
}
.insite-data img{
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
}


.tml{
	max-width: 600px;
	margin: 0 auto;
}
.tml .tml-field{
	width: 100%;
	height: 50px;
	background-color: #fff;
	border:1px solid #ccc;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	color: #333;
	padding-left: 20px;
}
.tml-lostpassword-link{
	list-style: none;
}
.tml-lostpassword-link a{
	color: #333;
	font-weight: bold;
	margin: 0 0 0 auto;
	display: table;
	list-style: none;
}
.tml-button{
	width: 100%;
	height: 50px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border: none;
	text-transform: uppercase;
}



.tml-links{
	margin: 0 0 0 auto!important;
	display: table;
}
.tml-login-link{
	list-style: none;
}
.tml-login-link a{
	font-weight: 600;
	text-transform: uppercase;
}
 
.product-thumbnail img{
	width: 70px;
}

.button{
	background: #e6262d!important;
	color: #fff!important;
}

.woocommerce table.cart td.actions .input-text{
	width: 130px!important;
	height: 37px;
	padding-left: 10px;
}
.woocommerce table.shop_table .product-name{
	width: 100%;
}
.cart_totals  h2{
	margin: 0 0 20px 0;
	font-size: 30px;
}
.woocommerce-message {
    border-top-color: #e6262d;
}
.woocommerce-message::before {
	color: #e6262d;
}
.wc-forward{
	padding: 5px;
}

.col2-set .col-1,.col2-set .col-2{
	float: none!important;
	width: 100%!important;
	max-width: 100%!important;
}

.woocommerce-checkout .input-text {
	width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	height: 45px;
	padding-left: 20px;
}
.woocommerce-checkout .woocommerce-input-wrapper{
	width: 100%;
}
.select2-container .select2-selection--single{
	height: 45px!important;
}

#order_review{
	padding: 0 19px;
}
.rib-text #order_review_heading{
	padding: 0 19px;
	font-size: 26px;
}


.woocommerce-info {
    border-top-color: #e6262d!important;
}
.woocommerce-info::before {
    color: #e6262d!important;
}


.content-area{
	margin: 70px 0 0 0 ;
}

.woocommerce-products-header h1{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	font-family: 'Bookman Old Style';
	color: #e6262d;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 40px;
	display: table;
	min-width: 170px;
	text-align: center;
	position: relative;
}
.woocommerce-products-header h1::before{
	content: "";
	width: 120px;
	height: 20px;
	background-image: url('../images/left-line.png');
	background-size: cover;
	position: absolute;
	top: 18px;
	right: 102%;
	z-index: 11;
}
.woocommerce-products-header h1::after{
	content: "";
	width: 120px;
	height: 20px;
	background-image: url('../images/right-line.png');
	background-size: cover;
	position: absolute;
	top: 18px;
	left: 102%;
	z-index: 11;
}

.content-area .woocommerce-result-count{
	float: right;
	margin: 10px 0 ;
}
.orderby{
	height: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: none;
	padding-left: 15px;
}

.shopdata-section .products {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0 0 0;
}
.shopdata-section .type-product {
	list-style: none!important;
	margin: 0 0 40px 0;
	text-align: center;
	width: 30%;
}
.products .type-product h2{
	font-size: 24px;
	margin: 15px 0 15px 0;
	color: #000;
}
.price{
	display: block;
	margin: 0 0 20px 0;
}
.shopdata-section .products .type-product .button{
	width: 170px;
	height: 40px;
	line-height: 40px;
	background-color: #000!important;
	color: #fff!important;
	display: block;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 600!important;
	margin: 0 auto;
	display: table;
}


.shopdata-section .woocommerce-pagination .page-numbers{
	margin: 0 0 40px 0;
}
.page-numbers li{
	list-style: none;
	display: inline-block;
	margin: 0 0;
}
.shopdata-section .type-product img{
	margin: 0 auto;
}

/* 
.related {
	display: block;
}
.related .type-product {
	width: initial;
} */


.produstdata-section .woocommerce-product-gallery {
	float: left;
}
.produstdata-section .onsale{
	display: block;
}
.produstdata-section .entry-summary{
	float: right;
	width: 50%;
}
.woocommerce-tabs {
	clear: both;
}
.qty{
	width: 100px;
	height: 40px;
	border: 1px solid #ccc;
	box-shadow: none;
	padding-left: 20px;
}
.cart .button,.related .button,#searchsubmit {
	width: 170px;
	height: 40px;
	line-height: 40px;
	background-color: #000!important;
	color: #fff!important;
	display: block;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 600!important;
	border: none;
	box-shadow: none;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.quantity{
	display: inline-block;
	vertical-align: middle;
}
.posted_in{
	margin: 15px 0 0 0;
	display: block;
}
.produstdata-section .woocommerce-Price-amount {
	margin: 15px 0 20px 0;
	display: inline-block;
}



.wc-tabs {
	margin: 0 0 40px 0;
}
.wc-tabs #tab-title-description,.wc-tabs #tab-title-reviews{
	display: inline-block;
	list-style: none;
	margin: 0 0 0 0;
}
.wc-tabs #tab-title-description a,.wc-tabs #tab-title-reviews a{
	font-size: 20px;
	color: #333;
	background-color: #000;
	color: #fff;
	display: block;
	padding: 10px 20px;
}
.wc-tabs .active a{
	background-color: #e6262d!important;
}
#tab-description h2,#tab-reviews h2{
	font-size: 25px;
	margin: 0 0 15px 0;
	font-weight: 600;
	text-transform: uppercase;
}

.related {
	padding: 50px  0 0 0;
}
.related .products {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.related .button {

}
.related .products .type-product {
	list-style: none;
	margin: 0 0 40px 0;
}
#sidebar{
	padding-bottom: 60px;
}
#sidebar .searchform #s{
	height: 40px;
	border: 1px solid #ccc;
	box-shadow: none;
}
#sidebar ul{
	list-style: none;
}

#searchsubmit{
	vertical-align: baseline;
}
#sidebar ul h2{
	font-size: 25px;
	margin: 40px 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
}


.recipes-box img{
	height: auto;
}



/* find custome */
.form-top {
    width: 100%;
    background-color: #F2F5F6;
    padding: 40px 30px;
}
.form-top label {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}
.form-top .form-control {
    width: 100%;
    background-color: #fff;
    height: 42px;
    border: 1px solid #ccc;
    outline: none;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    padding: 0 0 0 20px;
}
.btn-default {
    background: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.find-btn {
    width: 100%;
    height: 40px;
    line-height: 0;
    border-radius: 5px;
    margin: 27px 0 0 0;
	font-weight: 600;
    letter-spacing: 1px;
}

.locatioparent{
	border: 1px solid #ccc;
}
.location-heading{
	padding: 5px 30px;
	border-bottom: 1px solid #ccc;
}
.location-heading h6{
	text-transform: uppercase;
	font-size: 18px;
}
.location-box{
	width: 100%;
	padding: 15px 30px 20px 30px;
	background-color: #fff;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.5s ease;
	position: relative;
}
.location-box::before{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url('https://www.cookiesbbq.com/wp-content/themes/cookies-theme/images/arow.png');
	position: absolute;
	background-size: cover;
	top: 45%;
	right: 4%;
}

.locatioparent .location-box h4{
	font-size: 25px;
	margin: 0 0 10px 0;
	font-weight: 700;
	text-transform: uppercase;
}
.product-detail .locatioparent .location-box p{
	font-size: 18px;
	font-family: 'Bookman Old Style';
	margin: 0 0 10px 0;
	text-align: left;
}
.locatioparent .location-box h6{
	font-size: 16px;
	margin: 0 0 5px 0;
}
.locatioparent .location-box h6 span{
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: middle;
}
.parent-box{
	height: 500px;
	overflow: auto;
}
.location-box:hover{
	background-color: #e6262d;
	color: #fff!important;
}

.location-box:hover p{
	color: #fff!important;
}


.map-area iframe{
	height: 550px;
	width: 100%;
	margin: 0 0 -6px 0;
}

.product-served {
    margin: 100px 0 0 0;
}
.product-served h6 {
    font-size: 16px;
    font-weight: 600;
    color: #e6262d;
    margin: 0 0 0 0;
    text-transform: uppercase;
}
.product-served h3 {
    font-size: 30px;
    color: #333;
    margin: 5px 0 30px 0;
    font-weight: 700;
}



/* custome chane */
.gform_wrapper{
	margin: 0!important;
}
#gform_1 input[type="text"]{
	border-radius: 0;
	border: 2px solid #a0a0a0;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 10px;
	outline: none;
	box-shadow: none;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
#gform_1 .gform_button {
	display: block;
	margin: 15px auto 0;
	background: #000!important;
	padding: 25px 25px;
	color: #fff!important;
	font-size: 19px;
	border-radius: 0;
	line-height: 0px;
	width: 199px;
	height: 48px;
	text-transform: uppercase;
	border: none;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 16px;
	height: 40px;
	background-color: #f1f1f1;
	border: none;
	padding-left: 20px;
	outline: none;
	box-shadow: none;
	margin: 0;
	padding-left:20px;
	font-family: 'Open Sans', sans-serif;
}

#gform_2 input[type="text"],#gform_2 .textarea,
#gform_3 input[type="text"],#gform_3 .textarea,
#gform_3 .gfield_select{
	font-size: 16px;
	height: 40px;
	background-color: #f1f1f1;
	border: none;
	padding-left: 20px;
	outline: none;
	box-shadow: none;
	margin: 0;
	padding-left:20px;
	font-family: 'Open Sans', sans-serif;
}
#gform_2 .textarea {
	height: 80px;
}
#gform_2 .gform_button,#gform_3 .gform_button{
	width: 257px;
	height: 59px;
	border-radius: 0;
	margin: 0px;
	background-color: #333!important;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 38px;
	border: none;
}	

#gform_3 input[type="text"],#gform_3 .textarea,#gform_3 .gfield_select{
	border: 2px solid #ccc;
	background-color: #fff;
}

#gform_3 .gform_button{
	margin: 0 15px 0 auto;
	display: table;
}
#gform_3 .gfield_select{
	background-color: #F8F8F8;
	font-family: 'Avenir 85';
	font-style: italic;
	color: #757575 ;
}



body .gform_wrapper #gform_2 ul li.gfield{
	margin: 0 0 16px 0!important;
	padding-bottom: 0!important;
	border: none!important;
}
.gform_wrapper .gform_footer{
	margin: 0!important;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 0!important;
}

.woocommerce-MyAccount-navigation ul{
	margin-left: 0;
}
.woocommerce-MyAccount-navigation ul li{
	display: inline-block;
	margin: 0 30px 0 0;
}
.woocommerce-MyAccount-navigation ul li:last-child{
	margin-right: 0;
}
.woocommerce-MyAccount-content .title{
	text-align: left;
}
.input-text{
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 20px;
}
.woocommerce form .password-input{
	width: 100%;
}

.product-recipes .pd-top-none{
	padding-top: 0;
}



.submit-pannel h6 {
    padding: 0 0 15px;
    margin: 0 0 30px;
    color: #595959;
    font-size: 20px;
    font-family: 'Avenir 85';
    border-bottom: 2px solid #d7d7d7;
}


.info-top h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Bookman Old Style';
    color: #000;
    font-weight: bold;
    display: block;
}
.recipe-info {
    margin: 25px 0 0;
    border-bottom: 2px solid #d7d7d7;
}
.recipe-info ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.recipe-info ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px;
    font-size: 19px;
    line-height: 19px;
    color: #757575;
   	font-family: 'Avenir';
}
.recipe-info ul li span {
    font-family: 'Avenir 85';
}
.incr-pannel {
    padding: 15px 0;
    border-bottom: 2px solid #d7d7d7;
}
.incr-pannel h6 {
    margin: 0 0 15px;
    font-family: 'Avenir 85';
    color: #757575;
    font-size: 20px;
    text-transform: uppercase;
}
.print-section h6 {
     font-family: 'Avenir 85';
    padding: 10px 0 10px;
    border-bottom: 2px solid #d7d7d7;
    color: #595959;
    font-size: 20px;
}

.direction-pannel {
    padding: 15px 0;
}
.direction-pannel h6 {
    margin: 0 0 10px;
    font-family: 'Avenir 85';
    color: #757575;
    font-size: 20px;
}
.submit-pannel .title h6{
	font-size: 25px!important;
	text-transform: uppercase!important;
	font-family: 'Bookman Old Style'!important;
	color: #0e0e0e!important;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
}



#choose-size{
	width: 200px;
	height: 45px;
	margin: 0 0 0 20px;
	border: 1px solid #ccc;
	padding-left: 15px;
}
.single_variation_wrap{
	margin: 25px 0 0 0;
}
.single_variation_wrap .cart .button{
	background-color: #e6262d!important;
	
}
.single_variation_wrap .quantity{
	margin: 0 23px 0 0;
}
.related .woocommerce-Price-amount{
	margin-top: 0;
}

.related .onsale{
	display: none
}
.related  .price{
	margin: 0;
}

.product-type-simple .related,.product-type-simple .woocommerce-tabs{
	display: none;
}
.product-type-variable .related,.product-type-variable .woocommerce-tabs{
	display: none;
}


.singleslider-section{
	clear: both;
	padding: 50px 0;
}
.single-prbox .product-box h4,.single-prbox .product-box h4 a{
	color: #000;
}
.single-prbox .product-box p{
	color: #000;
	font-family: 'Avenir 85';
	font-style: normal;
}
.single-slider{
	position: relative;
}
.single-slider .owl-carousel .owl-nav button.owl-next,
.single-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 45px;
    height: 45px;
    left: -0px;
    top: 50%;
    font-size: 0;
    font-weight: bold;
    background-image: url('../images/arow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.single-slider .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -0px;
    transform: rotate(180deg);
}


.entry-summary h1{
	font-size: 40px;
	line-height: 40px;
	font-family: 'Avenir 85';
	color: #000;
	display: block;
}
.produstdata-section .entry-summary h1{
	font-family: 'Bookman Old Style';
	font-weight: bold;
}
.cart .single_add_to_cart_button {
	background-color: #e6262d!important;
}
.produstdata-section .entry-summary .price{
	color: #e6262d;
	font-size: 24px;
	font-family: 'Avenir 85';
	text-transform: uppercase;
}
.produstdata-section .entry-summary .input-text {
    border: 2px solid #a0a0a0;
    box-sizing: border-box;
}

.use-pannel .product-box h4{
	color: #000;
}
.use-pannel .product-box p{
	color: #000;
	font-style: normal;
}
.use-pannel .item{
	margin: 0 auto;
}
.use-pannel h6 {
    padding: 20px 0 15px;
    margin: 0;
    font-family: 'Avenir 85';
    color: #595959;
    font-size: 20px;
    border-bottom: 2px solid #d7d7d7;
}
.incr-pannel p {
    font-size: 16px;
    line-height: 20px;
    color: #595959;
    margin: 0 0 18px;
}


.produstdata-section .wpgs--with-images {
	float: left;
	width: 48%;
}
.product-box img{
	margin: 0 auto;
}

.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart h3{
    font-family: 'Avenir 85';
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #757575;
}



.shopdata-section .woocommerce-breadcrumb{
	display: none;
}



.wpgs-nav .slick-active img{

}
.wpgs-nav .slick-current img{
	border:2px solid #e6262d;
}
.woocommerce table.cart img
{
	max-width:70px !important;
}


.woocommerce-checkout-payment .about_paypal{
	float: none!important;
}
.payment_method_paypal label img{
	width: auto!important;
	height: auto!important;
}
#stripe-cvc-element
{
	width:100%;
}
.stripe-card-group
{
	width:100%;
}
#stripe-exp-element
{
	width:100%;
}
.gfield_captcha
{
	display:inline-block !important;
}
.useimage img
{
	max-width:fit-content;
}

.slick-track .slick-slide img{
	height: auto!important;
}


#customer_login {
	width:100%;
}
#customer_login h2{
	text-align:center;
}
#customer_login .u-column1,#customer_login .u-column2{
	width:100%!important;
	max-width:50%!important;
	float:left!important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	width:100%!important;
}







.form-top .form-control{
	margin: 0;
}
.form-top select.form-control:not([size]):not([multiple]){
	height: 42px;
}