header{
	z-index: 1000;
	position: relative;
}
.site-branding img {
	max-height: 155px;
	padding: 10px;
	position: relative;
	z-index: 2;
	transform: all .6s;
}
.fixed-header .site-branding img {
    max-height: 125px;
	transform: all .6s;
}
/* .ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
	height: 20px;
	width: 20px;
} */
.pic-wrapper{
	padding: 16px;
	border: 1px solid #d3b973;
}
.featured-content.ttm-bgcolor-white.text-center.dishMenu{
	height: 140px;
}
.ttm-header-icons {
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
}
.ttm-header-icons .ttm-header-cart-link span.number-cart {
	bottom: 20px;
	left: 15px;
}
.header-btn .ttm-btn.ttm-btn-size-md {
	margin-left: 10px;
}
#site-header-menu #site-navigation .menu ul li > a {
    font-weight: 400;
}
.section-title h2.title {
	font-size: 24px;
	line-height: 45px;
	margin-bottom: 0;
	font-weight: 500;
}
.homeAbout a {
	margin-top: 20px;
}
.ttm-row.weekly-section {
	background-image: url(../../img/frontend/bg-weekly.png);
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
	min-height: 600px;
}
.weekly-section h1 {
	text-align: center;
	text-transform: inherit;
	color: #fff;
	font-weight: 500;
	padding-bottom: 15px;
	font-size: 40px;
}
.comboSection {
    padding: 0 35px;
    position: relative;
}
.comboDetails {
	height: 100%;
	background-color: #d3b973;
	text-align: center;
	padding: 40px;
}
.comboName {
	padding: 15px 0;
}
.comboPrice {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 35px;
}
.dateBox {
	position: absolute;
	height: 100px;
	width: 90px;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
    margin: auto;
	padding-top: 25px;
	box-shadow: 0 9px 23px rgba(0, 0, 0,  0.2);
}
.dateBox p {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.dateBox::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 22px solid #fff;
	top: 100px;
}
.dateBox p, .dateBox span {
	text-align: center;
	line-height: 18px;
	display: block;
	color: #d3b973;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 11px;
}
.dateBox span {
	font-size: 22px;
	font-weight: 600;
}
.carousel-control-prev {
	left: -90px;
}
.carousel-control-next{
    right: -90px;
}
.comboDetails img {
	height: 70px;
}
.comboDetails h4 {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
}
.comboDetails h3 {
	margin: 0 auto;
	font-weight: 600;
	font-size: 23px;
}
.comboDetails p {
	color: #121d27;
	padding-top: 11px;
	margin: 0;
	/* display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.comboName a {
	padding: 0 !important;
	line-height: 26px !important;
	display: inline-block !important;
	background: transparent !important;
	top: unset !important;
	font-size: 14px !important;
	color: #eee5cc !important;
}
.comboDetails span {
	display: block;
	font-size: 23px;
	color: #121d27;
	font-weight: 600;
}
.comboDetails a {
	background-color: #121d27;
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	top: 10px;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	color: #fff;
	text-align: center;
	opacity: 1;
	height: 30px;
	margin: auto;
	background-color: #121d27;
}
.menuList {
	background-image: url(../../img/frontend/bg-image/bg-menu-list.png);
	background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.menuList .section-title h2.title {
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
}
.bg-img19::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	content: "";
	opacity: .4;
}

.section-title.text-center .title-header {
	margin-bottom: 50px;
}
.ttm-tabs.ttm-tab-style-classic.style2 .content-tab {
	background-color: #121d27;
}
.featured-title h5 {
    font-size: 15px;
    margin: 0 !important ;
}
.featured-desc p,
.featured-desc p a{
	font-weight: 400;
	font-size: 14px;
	transition: all ease-in-out .7s ;
}
.featured-desc p a {
	color: #4d5257;
}
.featured-imagebox-menu .featured-thumbnail img {
	border: 2px solid #fff;
}
.avilableDate p {
	font-size: 11px;
	text-align: right;
}
.avilableDate p span {
	font-size: 14px;
}

.featured-imagebox-menu:hover .menuListBtn {
	bottom: 10px;
	z-index: 99999;
	opacity: 1;
	transition: all ease-in-out .5s;
}
.featured-imagebox-menu .featured-content {
	height: 100%;
}
.featured-imagebox-menu {
	margin-bottom: 30px;
	position: relative;
	z-index: 9999;
}
.menuListBtn {
	position: absolute;
	right: 10px;
	bottom: -35px;
	z-index: 9;
    opacity: 0;
    transition: all ease-in-out .5s;
}
.home-link{
	display: inline-block;
	background: rgba(5,7,9,0.83);
	position: relative;
}
.home-link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -15px;
	/* background: url('../../img/frontend/logo-bottom2.png') no-repeat; */
	background-size: 100%;
	background-position: bottom;
	background: rgba(5,7,9,0.83);
	z-index: 1;
	clip-path: polygon(50% 100%, 0 50%, 100% 50%);
}
/* .fixed-header .site-branding::before {
	bottom: -22px;
} */
.menuListBtn a {
	color: #121d27;
	font-size: 11px;
	background-color:#d3b973;
	padding: 5px 10px;
	margin-left: 10px;
	border: 1px solid #121d27;
}
.menuBtn-1 {
	background-color: #121d27 !important;
	color: #d3b973 !important;
	border-color: #d3b973 !important;
}
.menuBtn-2 {
	border-color: #c0a16f !important;
}
.featured-imagebox-menu::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 65%;
	width: 100%;
	background-image: linear-gradient(to right , #f000 , #121d27);
	opacity: 0;
    transition: all ease-in-out .5s;
}
.featured-imagebox-menu:hover::before {
	opacity: 1;
    transition: all ease-in-out .5s;
	z-index: 99;
}

.ttm-tabs.ttm-tab-style-classic ul.tabs li span {
	font-weight: 400;
}
.section-title h5 {
	font-weight: 500;
	font-size: 16px;
}
.section-title.style2 .title-header {
	width: 40%;
}
.section-title.style2 .title-header::after {
	top: 6%;
	background-color: #d0cfcf;
}
.section-title .title-desc {
	font-weight: 400;
	font-size: 14px;
}
.ttm-btn.ttm-btn-size-md {
	font-size: 12px;
	padding: 16px 32px;
	font-weight: 400;
}
.textColorWhite h5, .textColorWhite p {
	color: #fff !important;
}
.dishMenu h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.dishMenu p {
	font-weight: 400;
}
.priceTag {
	position: absolute;
	top: 8px;
	right: 25px;
	width: auto;
	width: -moz-max-content;
	text-align: center;
	padding: 10px 8px;
	background-image: url(../../img/frontend/bg-image/badge.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 16px;
	padding-bottom: 13px;
	min-width: 70px;
}
.about-section {
	background-image: url(../../img/frontend/bg-image/chips.svg);
}
.newsLetter {
	background-color:#D3B973;
}
.priceTag span i {
	display: block;
	padding-bottom: 5px;
	font-size: 22px;
}
.productBtns {
	opacity: 0;
	transition: all ease-in-out .7s;
}
.featured-imagebox-blog:hover {
	box-shadow: 0px 0px 9px #d2d2d2;
}
.featured-imagebox-blog:hover .featured-thumbnail {
	border-color: transparent;
	transition: all ease-in-out .7s;
}
.featured-imagebox-blog:hover .productBtns{
	opacity: 1;
	transition: all ease-in-out .7s ;
}
.featured-imagebox-blog:hover .featured-desc p{
	margin-top: -50px;
	opacity: 0;
	transition: all ease-in-out .7s ;
}
.alert-dark {
	color: #ffffff;
	background-color: #121d27;
	border-color: #121d27;
}
.featured-thumbnail {
	position: relative;
	overflow: hidden;
	padding: 8px;
	border: 1px solid #D3B973;
	transition: all ease-in-out .7s;
	z-index: 999;
}
.productBtns a {
	font-size: 11px ;
	background-color: #d3b973;
	color: #121d27;
}
.backBtn:hover {
	color: #fff;
}
.productBtns a:hover {
	color: #000;
}
.dishbtn-1, .dishbtn-2 {
	background-color: #d3b973;
	border: 1px solid #d3b973;
	padding: 6px 13px 4px;
}
.dishbtn-2:hover:active:focus:focus-within:visited , .dishbtn-1:hover:active:focus:focus-within:visited {
	color: #000 !important;
}
.dishbtn-1 {
	border: 1px solid #bfbfbf;
	background: transparent;
}
.newsletterBtn {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
	padding-right: 10px;
}
.newsletterBtn a {
	background-color: #121d27;
	margin-left: 10px;
	padding: 5px 15px;
	font-size: 13px;
}
.first-footer .newsletter-box h5 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
}
.newsletterBtn a:hover {
	color: #fff;
	margin-top: -2px;
	box-shadow: 0px 1px 4px #4f4221;
}
.widget .widget-title {
	font-size: 19px;
	line-height: 28px;
}
.footer .widget ul.contact-widget-wrapper li, .widget ul#menu-footer-services li a {
	font-size: 13px;
	font-weight: 200;
	color: #fff;
}
.widget li {
	font-size: 13px;
	font-weight: 200;
	color: #fff;
}
.bg-img1 {
	background-image: url(../../img/frontend/bg-image/bg-footer.png);
}
#menu-footer-services li {
	cursor: pointer;
}

.widget.offer_widget > div {
	/* border: 1px dotted #c5a572; */
	padding: 10px 30px;
}
.socilLinks {
	height: 27px;
	width: 27px;
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}
ul.contact-widget-wrapper li i {
	font-size: 14px;
	margin-right: 40x;
}
.copyright {
	font-size: 11px;
	font-weight: 200;
}

.slideContent{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 99;
}
.contentArea h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
	z-index: 9999;
}
.contentArea {
	text-align: center;
	position: relative;
	z-index: 9999;
}
.sliderCenter {
	position: relative;
	margin-bottom: 25px;
	z-index: 9999;
}
.sliderCenter::after , .sliderCenter::before {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	width: 20%;
	background-color: #d3b973;
	z-index: 9999;
}
.sliderCenter::after{
	right: 26%;
} 
.sliderCenter::before {
	left: 26%;
}
.contentArea h5 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 200;
	position: relative;
	z-index: 9999;
}
.slideContent::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	z-index: 9;
}
.leftSec {
	text-align: right;
}
.details h4 {
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}
.topSec {
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}
.bottomSec {
	padding-top: 40px;
}
.leftSec .chooseImg {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rightSec .chooseImg {
	display: flex;
	align-items: center;
	justify-content: left;
}
.chooseImg i {
	font-size: 35px;
	color: #d3b973;
}
.details p {
	line-height: 1.9;
}
.centerImage {
	height: 100%;
	padding: 0 30px;
}
.alert p a {
	color: #372c0a !important;
	text-decoration: underline;
	margin-left: 4px;
	font-weight: 500;
}
.del-charge th , .del-charge , .del-charge label {
	font-weight: 400 !important;
	color: #4d5271 !important;
}
.orderControlBtn a {
	font-size: 12px !important;
	padding: 5px 15px 4px !important;
}
.orderStatus {
	font-size: 12px;
	line-height: 1.5;
}
.orderPricing p:nth-child(2) {
	font-size: 14px;
}




/* Testimonials */

.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a {
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	padding: 8px;
	pointer-events: none;
	right: 0;
	margin: auto;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.starRating i {
	color: #eccb1b;
}
.slide-bg {
	width: 100%;
	height: 100%;
	border: 1px dashed #d3b973;
	padding: 20px;
}
.tes-content {
	padding-top: 15px;
}
.tes-content p {
	font-style: italic;
}
.tes-title h4 {
	margin: 0;
	padding-top: 13px;
	font-size: 22px;
}
.dg-container nav {
	width: 115px;
	position: absolute;
	z-index: 9999;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 50px;
	height: 25px;
	opacity: .7;
	background: transparent url(../../img/frontend/Tes/arrows.png) no-repeat top left;
	background-size: cover;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
.testimonial-section-style2 {
	background-image: url(../../img/frontend/bg-image/testimonial-bg.svg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-color: #f7f7f7ad;
	padding: 60px 0;
}
.copyright img {
	display: block;
	margin: 0 auto;
}


.comboImage{
	width: 100%;
	height: 480px;
}

.comboImage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* shop page */

.ttm-page-title-row {
	background-image: url(../../img/frontend/bg-image/banner.jpg);
}


.title-box .page-title-heading h1 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.sidebar .content-area {
	padding-top: 90px;
}
.sidebar div.widget-area {
	margin-top: 50px;
}
.product .product-content .product-title h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.product-btn i {
	color: #d3b973;
}
.ttm-shop-icon div:nth-child(2) {
	margin-top: 10px;
}
.product-btn:hover i {
	color: #fff;
}
.sidebar .widget-area .widget {
	margin: 20px 0 0px;
}
.sidebar .widget-title {
	font-size: 16px;
	font-weight: 600;
}
.widget.widget-categories li {
	font-size: 15px;
}
.product-title {
	font-weight: 500;
}
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.productListing .dateBox p {
	width: 100%;
}
.team-slide h5 {
	width: 100%;
	font-size: 18px;
}

/* product detail page */


.singel_product_title {
	font-weight: 600;
	font-size: 26px;
}
.price {
	color: #d3b973;
	font-weight: 400;
}
.price i {
	padding-right: 10px;
}
.product-price i {
	padding-right: 5px;
}
.product-details__short-description p {
	font-size: 15px;
	font-weight: 400;
}
button.cart_button {
	padding: 15px 35px !important;
	text-transform: uppercase;
}
.ttm-single-product-details .product-details__short-description {
	margin-bottom: 20px;
}
.product_meta span {
	color: #000;
}
.quantity .qty {
	width: 88px;
	text-align: left;
	line-height: 1.8;
}
.summary form.cart {
	margin-top: 10px;
	margin-bottom: 30px;
}
.popularBox {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.sidebar .widget-top-rated-products li img {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
	object-fit: cover;
	height: 100%;
}
.sidebar .widget-top-rated-products ul > li {
	border-top: 1px solid #d1d5d7;
}

.feature-combo-box .product-price p{
	text-align: left !important;
	margin-top: 0;
}
@media(min-width:1200px){
	.summary.entry-summary {
		padding-left: 20px;
	}
}
.cartBtn {
	margin-left: 10px;
}
.quantity .form-control {
	border: 1px solid rgba(104, 102, 102, 0.42);
}
.related.products h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

.contactDetails h4 {
	font-size: 20px;
}


/* Login page */


.loginArea .nav-tabs .nav-item.show .nav-link, .loginArea .nav-tabs .nav-link.active {
	color: #121d27;
	background: none;
	border: none;
	padding: 0;
	font-size: 26px;
	font-weight: 500;
	position: relative;
	top: -1px;
}
.loginArea .nav-tabs .nav-link {
	padding: 0;
	color: #b7b6b6;
	cursor: pointer;
	position: relative;
	bottom: -1px;
}
.loginArea ul {
	border: none;
	margin-bottom: 30px;
	text-align: left;
}
.loginArea {
	padding-bottom: 150px !important;
}
.mainTab {
	width: 100%;
	text-align: center;
}
.mainTab li {
	display: inline-block;
}
.loginShorts {
	position: relative;
	top: -20px;
}
.FormBtn button, .FormBtn a {
    padding: 7px 30px;
    font-size: 14px;
    font-weight: 500;
}
.loginShorts, .loginShorts a {
	color: #9b9ea2;
	font-weight: 300;
	font-size: 13px;
	cursor: pointer;
}
.loginShorts .form-check {
	padding-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
}
.loginShorts .form-check input {
	top: 6px;
}
.newPassBox {
	position: relative;
}
.searchTitle span {
	font-size: 20px;
	color: #121d27;
	font-weight: 500;
}
.widget a.active::after {
	background-color: #d3b973 !important;
}
.widget a.active {
	color: #d3b973;
}
.sidebar .widget.widget-search .form-group i {
	cursor: pointer;
}

.loginSection {
	background-image: url('../../img/frontend/bg-image/chips.svg');
	background-size: 50%;
	background-attachment: fixed;
}
.loginBg , .regFormBox {
	background-color: #fff;
	padding: 50px 40px 25px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
	0 6.7px 5.3px rgba(0, 0, 0, 0.028),
	0 12.5px 10px rgba(0, 0, 0, 0.035),
	0 22.3px 17.9px rgba(0, 0, 0, 0.042),
	0 41.8px 33.4px rgba(0, 0, 0, 0.05),
	0 100px 80px rgba(0, 0, 0, 0.07);
	border: 1px solid #d3b97369;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}


.dishesBox{
	height: 230px;
	width: 100%;
	overflow: hidden;
}
.dishesBox img , .menuThumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.menuThumb{
	height: 80px;
	width: 100%;
	overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

.userBtn {
	padding: 4px 12px 8px;
	margin-left: 10px;
	border: 1px solid;
	z-index: 999;
	position: relative;
}
.product.productListing .dateBox {
	height: 66px;
	width: 66px;
	z-index: 9;
	left: 25px;
	margin: initial;
	padding-top: 0px;
}
.comboTitle {
	padding: 8px 0 0px;
	background: #d3b973;
	margin-bottom: 7px;
}
.product.productListing .dateBox::before {
	border-left: 33px solid transparent;
	border-right: 33px solid transparent;
	border-top: 13px solid #fff;
	top: 66px;
}
.comboTitle p {
	color: #fff;
}
.comboTitle span {
	font-size: 12px !important;
	color: #fff;
}
.product.productListing .dateBox p {
	line-height: 5px;
	font-weight: 400;
	font-size: 7px;
}
.product.productListing .dateBox span {
	font-size: 15px;
	font-weight: 600;
}
.product.productListing .dateBox p {
	margin-bottom: 3px;
}
.userBtn:hover{
	background-color: #d3b973;
	color: #fff;
	border: 1px solid #d3b973;
}
.userDropdown {
	position: absolute;
	background-color: rgba(18,29,39,0.93);
	border-radius: 3px;
	border-top: 2px solid #d3b973;
	right: 20px;
	top: auto;
	z-index: 9999999;
	color: #fff;
	width: 230px;
	height: auto;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	transition: all .7s ease;
	display: none;
	padding-bottom: 20px;
}

.userDropdown li {
	line-height: 2;
	color: #fff;
}
.userDropdown span {
	color: #d3b973;
	font-size: 17px;
}
.userDropdown li {
	line-height: 2.4;
	color: #fff;
	list-style: none;
	color: #d9d6d6;
}
.userDropdown li:hover{
	position: relative;
	top: -2px;
	transition: .5s ease-in-out;
	color: #fff;
} 
.userPic {
	height: 100px;
	width: 100px;
	background-color: pink;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.profileDetails span {
	font-size: 16px;
}
.username span {
	font-size: 20px;
	line-height: 5;
}
.profileDetails label {
	color: gray;
	font-weight: 300;
}
.profileDetails hr {
	border: .5px solid #f9f5f5;
	margin: 25px 0;
}
.editIcon{
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 99;
}
.editIcon i {
	font-size: 13px;
	color: #b5b5b5;
}
.userPic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profilePicEdit {
	position: relative;
}
.profileHover {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: rgba(18,29,39,0.73);
	opacity: 0;
	transition: .4s ease-in-out !important;
}

.profileHover .delIcon , .profileHover .uploadIcon {
	height: 25px;
	width: 25px;
	border-radius: 20px;
	background-color: #d3b973;
	color: #121d27;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d3b973;
	position: relative;
}
.uploadIcon input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
}
.profileHover .uploadIcon {
	left: -20px;
	opacity: 0;
}
.profileHover .delIcon{
	right: -20px;
	opacity: 0;
}
.userPic:hover .profileHover {
	opacity: 1;
	transition: .4s ease-in-out !important;
}
.userPic:hover .profileHover .uploadIcon {
	opacity: 1;
	transition: .3s ease-in-out !important;
	left: 0px;
}
.userPic:hover .profileHover .delIcon{
	opacity: 1;
	transition: .3s ease-in-out !important;
	right: 0px;
}
.address-type .custom-control {
    margin-right: 10px;
}
.manageAddrs .editIcon {
    top: 0;
}
.delIcon {
    right: 50px;
}
.modal-title{
	font-size: 16px;
}
label.error {
    color: rgb(232, 108, 108) !important;
}
.alertmsg i {
	font-size: 50px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.inside-btn {
	color: #cab98be6 !important;
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 13px;
}
.backLink a {
	display: inline;
	padding-left: 0;
	font-weight: 500;
}
.loginBg p:last-child {
	margin: 0;
	color: #a4a4a4;
}
.loginError{
	text-align: center;
}
.form-group span {
	color: gray;
	padding-left: 5px;
}
.searchCloseBtn:hover {
	background: transparent;
}
.searchCloseBtn {
	background: transparent !important;
	border: none !important;
	position: absolute;
	top: 0px;
	right: 30px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .searchCloseBtn:hover {
	background: transparent !important;
	box-shadow: none !important;
}


/* Add address */
.orderPricing p i {
	font-size: 11px;
	color: #777575;
}

.orderStatus {
	font-weight: 600;
}
.addAdress a {
	background-color: #121d27;
	margin-left: 10px;
	padding: 9px 15px;
	font-size: 13px;
	color: #fff;
}
#receiptmodal table table, #receiptmodal table table tr {
	border: none !important;
	margin: 0;
}
.orderList p {
	font-size: 12px;
}
.address-sec {
	padding: 20px 15px;
	margin: 20px 0;
	background-color:#f5f5f5;
	position: relative;
	border: none;
	min-height:170px;
}
.custom-control-label {
	top: -17px;
	left: 10px;
}
.address-sec h5 {
	margin-bottom: 6px;
	font-size: 14px;
	color: #d3b973;
}
.address-sec p {
	margin: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #d3b973;
}
.form-btn-save {
	background-color: #d3b973;
	font-size: 14px;
	border: 2px solid #d3b973;
}
.form-btn-cancel {
	border: 2px solid #121d27;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	background-color: #121d27;
}
.form-btn-save:hover {
	border: 2px solid #d3b973;
	color: #d3b973;
	font-size: 14px;
	background-color: transparent;
}
.form-btn-cancel:hover {
	border: 2px solid #121d27;
	font-size: 14px;
	color: #121d27;
	background-color: transparent;
}
.dealBox {
	background-color: #fbf7ec;
	padding: 35px 30px 15px;
	border: none;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 120px;
}
.addDetails span {
	font-size: 18px;
}
.deal-amt h3 {
	font-size: 25px;
}
.deal-amt p:nth-child(2) {
	padding-left: 15px;
}
.total {
	padding-top: 10px;
	border-top: 1px solid #dfdcdc;
}
.total p {
	font-weight: 600;
}
.total p:nth-child(2) {
	font-size: 15px;
}
.backBtn {
	display: inline;
	padding: 8px 20px 6px;
	position: relative;
	top: 40px;
	background-color: #d3b973;
	border-radius: 20px;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	z-index: 999;
}

.addDetails h4 {
	font-size: 16px;
	color: #121d27;
	font-weight: 500;
	display: inline;
}
.cvvBox {
	position: absolute;
	right: 30%;
	top: -2px;
}
.cvvBox input {
	width: 50px;
	color: #121d27;
}
.purchaseSec {
	min-height: 400px;
}
.cardSel::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 57px;
	border-left: 1px dashed #d5cbcb;
}
.purchaseSec {
	min-height: 400px;
	padding: 30px 40px;
}
.purchaseSec h5 {
	font-size: 20px;
	padding-bottom: 10px;
}
.btn {
	padding: .375rem .75rem .275rem;
}
.order-right {
	text-align: right;
}
.payStatus span {
	padding-left: 20px;
}
.order-left span , .payStatus span {
	font-size: 18px;
}
#headingOne i {
	color: gray;
}
.pending {
	color: red;
}
.paid {
	color: green;
}
.card-body {
	padding: 10px 0;
}
.card-body .address-sec {
	border: 1px solid #cecece;
}
.productThumb {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
}
.productThumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.orderDetails {
	text-align: left;
	padding: 10px 0;
	border-top: 1px solid #cecece;
	position: relative;
	top: 15px;
}
.myOrder h5 {
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.orderItems p {
	font-size: 12px;
}
.orderDetails span {
	font-size: 15px;
}
.orderDetails p {
	color: #a8a8a8;
}
.order-right a:hover {
	color: #000;
}
.orderDetails {
	text-align: center;
	display: block;
}
.payStatus i {
	font-size: 16px;
	padding-left: 5px;
	padding-right: 2px;
}
.product-gallery__image img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}
.product-gallery__image , .ttm-product-gallery__wrapper {
	height: 100%;
}
/* .product-gallery.images {
	height: 300px;
} */
.loginError i {
	font-size: 30px;
	padding: 15px;
}
.zipBtn button {
	padding: 7px 18px;
	font-size: 13px;
	font-weight: 400;
}
.tooltip {
	font-size: 10px;
}

.shop_table tfoot tr:nth-child(3) {
	font-size: 18px;
	font-weight: 600;
}
.spacing-91{padding: 80px 0px 60px 0px;}

.editDp a:last-child {
    position: absolute;
    right: 0;
	font-weight: 400;
    top: -20px;
    font-size: 13px;
}
.FormBtn a {
    background-color: #121d27 !important;
}


.downBtn {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.downBtn button:hover {
	color: #d3b973;
}
.downBtn button {
	line-height: .5;
	color: gray;
}
.payStatus {
	padding-right: 50px;
}

.profileLinkBox {
    background-color: #fff9e8;
    overflow: hidden;
    box-shadow: 0px 0px 5px #d0cece;
}
.linkItems {
	padding: 10px 15px;
	position: relative;
}
.linkItems li {
	list-style: none;
	padding-left: 35px;
	display: inline;
	position: relative;
	z-index: 99;
}
.linkItems span {
    position: absolute;
    left: 0;
    top: 0;
    background-color:#d3b973;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	z-index: 10;
}
.linkItems::before {
    content: "";
    position: absolute;
    width: 5%;
    top: 0;
    height: 100%;
    background-color: #d3b973;
    z-index: 9;
	left: 0;
}
.linkItems:hover::before {
    width: 100%;
    transition: .8s ease-in-out;
}
.linkItems:hover li , .linkItems:hover span{
	color: #fff;
}
.profileLinkBox .active .linkItems {
    background-color: #e0d9c3;
}
.btnRec {
	margin-right: 10px;
	background-color: #121d27;
	border-color: #121d27;
	color: #fff;
}
.btnRec:hover {
	color: #fff !important;
}
.address-type {
	position: relative;
	top: 20px;
}
.custom-control-input {
	position: absolute;
	z-index: 9999;
	opacity: 0;
}
.shippingRadio .custom-radio {
	position: relative;
	left: 15px;
	top: 8px;
}
.shippingRadio .custom-control-input {
	position: absolute;
	z-index: 9999;
	opacity: 0;
	top: 0;
	left: 0;
}
.shippingRadio .custom-control-label {
	top: -18px;
	left: -2px;
}
.shippingRadio .custom-control-label::before {
	top: 0;
	left: 0;
}
.shippingRadio .custom-control-label::after {
	top: 0;
	left: 0;
}
.sameDetails input {
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.sameDetails input {
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.billingSec .backBtn {
	top: -40px;
}
.sameDetails {
	margin-bottom: 30px;
	margin-top: -20px;
}
.passBox{
	position: relative;
}
.orderCancelP {
	line-height: 20px;
	padding-bottom: 3px;
	font-size: 12px;
}
.orderPricing {
	border-top: 1px solid #ddd;
	padding-top: 3px;
}
.orderPricing span {
	font-size: 16px;
	font-weight: 500;
}
.profileDetails span {
	padding: 0;
}
.form-group sub {
	color: #ff5e5e;
	top: 0px;
	position: relative;
	font-size: 15px;
	left: 1px;
}
/* .loginSection a:nth-child(1) {
	color: #fff;
} */
.pay-sts {
	padding: 60px 0;
}
.cartfade {
	opacity: .15;
	pointer-events: none;
}
.product-subtotal {
	text-align: right;
}
.order-total {
	font-size: 20px;
}
.woocommerce-Price-amount.amount {
	font-weight: 600;
}
.checkout-review-order-table tr th:nth-child(2), .checkout-review-order-table tr td:nth-child(2) {
	text-align: right;
}
.cart-subtotal td span {
	font-weight: 400;
	font-size: 16px;
}
.btnRec:hover {
	background-color: #d3b973;
}
.outsideTableImg img{
	display: inline;
	height: 20px;
}
.insideTableImg img{
	display: inline;
	height: 14px;
}

#productgrndtotal table tbody tr td:nth-child(2) {
	text-align: right;
}
.details span {
	font-size: 13px;
	color: #d3b973;
	cursor: pointer;
	display: inline-block;
}
.contact-widget-wrapper li a {
	font-weight: 200;
	font-size: 13px;
	color: #fff;
}
/* team */

.team-sec .featured-thumbnail {
	padding: 25px;
	background-color: #fff;
	/* box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07); */
}
.team-sec .featured-thumbnail img {
	position: absolute;
	left: -15px;
	bottom: -50px;
}
.team-sec h5 {
	font-size: 20px;
	padding: 10px 0 5px;
}
.team-sec span {
	color: #d3b973;
}
.team-sec p {
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
}
.team-sec .social-icons.circle li>a {
	border: 1px solid #d3b973;
	height: 33px;
	width: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	background-color: #fff;
	color: #d3b973;
	font-size: 13px;
	border-radius: 50%;
}
.team-sec .social-icons.circle li>a:hover{
	color: #fff;
}

.team-pic img {
	width: 100%;
}
.featured-imagebox .dateBox {
	position: absolute;
	height: 75px;
	width: 75px;
	top: 9px;
	left: 40px;
	margin: inherit;
	padding-top: 0;
	z-index: 9999;
}
.close {
	position: absolute;
	right: 13px;
	top: 5px;
}
#changeUserPwdModal .modal-body {
	padding: 40px;
}
.modal-body label {
	font-size: 13px;
	color: #575757;
	font-weight: 300;
	margin-bottom: 2px;
}
.modal-body button {
	padding: 6px 20px;
}
.close span {
	font-size: 40px;
	font-weight: 300;
}
.featured-imagebox .dateBox::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	border-top: 15px solid #fff;
	top: 75px;
}
.featured-imagebox .dateBox span {
	font-size: 16px;
	font-weight: 600;
	line-height: 15px;
}
.featured-imagebox .comboTitle {
	padding: 5px 0 4px;
	margin-bottom: 1px;
}
.featured-imagebox .dateBox p {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	font-size: 8px;
}
.homeAbout a {
	font-size: 13px;
	border: 2px solid;
}
.homeAbout a:hover {
	background-color: #fff !important;
	border: 2px solid #d3b973 !important;
	color: #d3b973;
	transition: .3s ease-in-out;
}
#grandtotal {
	font-size: 19px;
	font-weight: 600;
	color: #050709;
}
#finalgrandtotal {
	font-size: 20px;
	font-weight: 600;
	color: #050709;
}
.order-total span {
	font-size: 20px;
}
#zipcookiemodal .close {
	position: absolute;
	right: 13px;
	top: 5px;
}
#zipcookiemodal #clsbtnwrp span {
	font-size: 35px;
}
.subTotal td span {
	font-size: 18px;
	font-weight: 500;
}
.posted_in span,
.posted_in a,
.posted_in p {
	display: block;
	font-weight: 500;
	font-size: 14px;
}
.posted_in a,
.posted_in p {
	font-weight: 400;
}
.bottom-footer-text span {
	font-size: 12px;
	font-weight: 300;
}
.product-Price-currencySymbol i {
	font-size: 20px;
}

.feature-combo-box p {
	color: #000;
	font-size: 12px;
	line-height: 1.7;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	margin: 0;
}
#menu-footer-services li a:hover {
	color: #d3b973 !important;
}
#menu-footer-services li:hover {
	color: #d3b973;
}
#nocartwrap td p {
	font-size: 12px;
	margin-bottom: 2px;
}
a.remove {
	font-size: 2em;
	font-weight: 300;
}
.delDate p {
	font-size: 12px;
	margin: 0;
	color: #b79b51;
}
.privacy ol {
    list-style: decimal;
    margin-bottom: 32px;
    padding-left: 32px;
}
.privacy h2 {
    font-size: 29px;
    line-height: 40px;
    font-weight: 500;
}
.privacy h5 strong,.privacy strong{
    font-weight: 500;
}
.btn-link {
    color: #d3b973;
}
.btn-link:hover {
    color: #1d1d1c;
}
.privacy ol{ counter-reset: item }
.privacy ol li{
	margin-bottom: 16px;
	display: block;
}
.privacy ol li::before { 
	content: counters(item,".") ". " ;
	counter-increment: item 
}
.privacy ol li ol{
    margin-top: 16px;
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ttm-pagination .pagination li a, .ttm-pagination .pagination li span{
    width: 43px;
    height: 43px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #35382f;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #eaebec;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ttm-pagination .pagination li.active span{
    background: #c5a572 !important;
	border-color: #c5a572 !important;
	color: #fff !important;
}
.howecame{
	max-width: 600px;
	margin: 0 auto;
}
/*.exzoom_preview {
	width: 600px !important;
}
.exzoom_preview_img {
	width: 900px !important;
}*/
.exzoom{
	position: relative;
}
.fadein{
	opacity: 1 !important;
	transition: all ease 2s;
}
.fadeout{
	opacity: 0 !important;
	pointer-events: none;
	visibility: hidden;
	transition: all ease 2s;
}
.round-preload {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    background: transparent;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4rem auto;
	position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -100%);
}
.round-preload img{
	width: 50%;
	height: 50%;
	object-fit: contain;
}
.round-preload::before{
	border-radius: 100px;
	content: '';
	position:absolute;
	width: 160px;
	height: 160px;
	border:4px solid #d3b973;
	border-color: #d3b973 transparent #d3b973 transparent;
	left: 0;
	top: 0;
	opacity: 0;
}

.round-preload::before{
	animation: rotate 2s linear infinite;
	-webkit-animation: rotate 2s linear infinite;
}
.round-preload::after{
	animation: rotate 2s linear 4s infinite;
	-webkit-animation: rotate 2s linear 4s infinite;
}

@keyframes rotate{
	0%, 100%{
		transform: rotate(0);
		opacity: 0;
	}
	50%{
		transform: rotate(360deg);
		opacity: 1;
	}
}
.Price-amount.amount span {
	font-size: 22px;
	margin-right: 3px;
}
.addDetails.myOrder>p {
	font-size: 12px;
	text-align: right;
}
.coupon input {
	border: 1px solid #050709;
}
.couponInput a {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 13px;
    top: 3px;
    bottom: 0;
    margin: auto;
    z-index: 99;
    color: #8a8a8a;
}
.couponInput {
	position: relative;
	display: inline;
}
.couponInput a:hover:active:focus:focus-visible {
	color: #8a8a8a;
}
.bgcolor-black {
	background: #050708;
}
.mainColor {
	color: #d3b973;
}

.catHeader {
	text-align: left;
	padding: 20px;
	color: #d0c8b3;
	padding-left: 0;
	position: relative;
	left: -16px;
}
.ShopList {
	min-width: 250px;
	padding-left: 40px !important;
	padding-bottom: 10px !important;
	background-color: rgba(18, 29, 39, 0.98) !important;
}
.ShopList li a:hover {
	color: #c5a572 !important;
	background-color: transparent !important;
}
.ShopList li {
	list-style: disclosure-closed;
}
.ShopList li a {
	text-align: left;
	padding-left: 0 !important;
}





.quantity-controls input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.quantity-controls input[type=number]::-webkit-inner-spin-button,
.quantity-controls input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.quantity-controls .number-input {
	border: 2px solid #ddd;
	display: inline-flex;
}

.quantity-controls .number-input,
.quantity-controls .number-input * {
	box-sizing: border-box;
}

.quantity-controls .number-input button {
	outline: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.quantity-controls .number-input button:before,
.quantity-controls .number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 1rem;
	height: 2px;
	background-color: #212121;
	transform: translate(-50%, -50%);
}

.quantity-controls .number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.quantity-controls .number-input input[type=number] {
	font-family: sans-serif;
	max-width: 5rem;
	padding: .5rem;
	border: solid #ddd;
	border-width: 0 2px;
	font-size: 2rem;
	height: 3rem;
	font-weight: bold;
	text-align: center;
}

.quantity-controls {
	width: 100px;
	border: 1px solid #d3b973;
	margin-bottom: 15px;
	position: relative;
	height: 47px;
}
.quantity-controls button {
	padding: 4px 2px;
	background: #d3b973;
	font-size: 30px;
	font-weight: 300;
	height: 45px;
	width: 28px;
}
.quantity {
	height: 45px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	padding: 5px;
	text-align: center;
	color: #b79b4f;
}
.quantity-controls button:last-child {
	position: absolute;
	right: 0;
}
.cart > button {
	margin: 0;
}
.product-label {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	color: #000;
}

/* .product-quantity .quantity-controls {
	height: 37px;
	border: 1px solid #050709;
}
.product-quantity .quantity-controls button {
	background: #050709;
	height: 35px;
}
.product-quantity .quantity {
	height: 35px;
	color: #050709;
} */
.number-input.quantity-controls button:nth-child(2) {
	position: absolute;
	left: 0;
}
.round-wrap{
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.round-wrap img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
/*
.feature-combo-box a {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}
*/

.processing-preload {
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	z-index: 9999;
}
.flex-preload p {
	font-size: 12px;
	font-weight: 600;
}
.flex-preload {
	text-align: center;
}
.orderControlBtn a:nth-child(1) {
	margin-right: 0;
}
.orderControlBtn a:nth-child(3) {
	background: #a73c3c;
	border-color: #a73c3c;
	margin-right: 0;
}
.orderControlBtn a:nth-child(3):hover {
	background: #fff;
	border-color: #a73c3c;
	color: #a73c3c;
}
.product-cart .quantity-controls {height: 45px;}
.product-cart .quantity-controls button { height: 43px;}
.product-cart .quantity {height: 43px;}
.product-cart .btn.btn-primary {height: 45px; min-width: 120px; border-radius: 0 !important; margin-left: 10px; font-size: 14px;}
button.btn.btn-primary.buy-now {
    background: #d3b973 !important;
    border: 1px solid #d3b973 !important;
}
button.btn.btn-primary.buy-now:hover {
    background: #111d27 !important;
    border: 1px solid #111d27 !important;
}

.ttm-header-icon.ttm-header-cart-link i {
    font-size: 24px !important;
}

/* -------- responsive ---------- */


@media(min-width:1199px){
    #site-header-menu #site-navigation .menu ul {
        position: absolute !important;
        text-align: center !important;
        width: 100% !important;
    }
}
@media(max-width:1400px){
	.carousel-control-prev {
		left: -10px;
	}
	.carousel-control-next {
		right: -10px;
	}
	.comboSection {
		padding: 0 70px;
	}
	.comboDetails img {
		height: 65px;
	}
	.comboDetails h3 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media(max-width:1400px){
	.carousel-control-prev {
		left: -10px;
	}
	.carousel-control-next {
		right: -10px;
	}
	.comboSection {
		padding: 0 70px;
	}
	.comboDetails img {
		height: 65px;
	}
	.comboDetails h3 {
		font-size: 21px;
		line-height: 30px;
	}
}
@media(max-width:1200px){
	.comboSection {
		padding: 0px 120px;
	}
	.comboDetails {
		padding: 25px;
	}
	.comboDetails span {
		padding-top: 35px;
	}
	.comboDetails h3 {
		font-size: 20px;
	}
	.comboDetails p {
		padding-top: 10px;
	}
	.carousel-control-prev {
		left: 50px;
	}
	.carousel-control-next {
		right: 50px;
	}
	.comboDetails img {
		height: 50px;
	}
	
	.site-branding::before {
		width: 120px;
		height: 40px;
		bottom: -32px;
		background-image: url(../../img/frontend/logo-bottom2.png);
		left: 0;
		right: 0;
		margin: auto;
	}
	.comboDetails h4 {
		margin: 0 auto;
		width: 95%;
	}
	.contentArea h1 {
		font-size: 50px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.ttm-header-icons {
		padding-right: 0px;
	}
	.ttm-menu-toggle {
		position: absolute;
		height: 30px;
		width: 32px;
		float: none;
		right: 0;
		z-index: 99;
	}
	.site-branding {
		width: 13%;
	}
	.ttm-menu-toggle label {
		top: 35px;
	}


	.backBtn {
		right: 30px;
	}
	.comboImage {
		width: 100%;
		height: 430px;
	}
	div.product.ttm-single-product-details div.summary {
		width: 41%;
	}

}
@media(max-width:1199px){
	.ttm-header-icons {
		padding-right: 50px;
	}
}
@media(max-width:990px){
	
	.comboDetails h3 {
		font-size: 19px;
	}
	.comboDetails h4 {
		font-size: 17px;
	}
	.comboDetails p {
		padding-top: 15px;
		font-size: 13px;
	}
	.comboDetails a {
		font-size: 10px;
		line-height: 15px;
	}
	.comboDetails span {
		font-size: 18px;
	}
	.comboSection {
		padding: 0px 70px;
	}
	.carousel-control-prev {
		left: 20px;
	}
	.carousel-control-next {
		right: 20px;
	}
	.menuListBtn {
		bottom: -50px;
	}
	.featured-imagebox-menu:hover .menuListBtn {
		bottom: -30px;
	}
	.dateBox::before {
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
		border-top: 15px solid #fff;
		top: 80px;
	}
	.dateBox {
		height: 80px;
		width: 70px;
		padding-top: 15px;
	}
	.dateBox span {
		font-size: 18px;
		font-weight: 600;
		line-height: 16px;
	}

	.tesSection {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.tesSection::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, #f3f7f9 , transparent , transparent , transparent , #f3f7f9);
		z-index: 9;
	}
	.widget.offer_widget > div {
		padding: 10px 125px;
	}
	.comboImage {
		width: 100%;
		height: 400px;
	}
	div.product.ttm-single-product-details div.summary {
		width: 100%;
	}
	div.product.ttm-single-product-details div.images {
		width: 67%;
		float: initial;
	}

}

@media(min-width:768px){
	.product-subtotal , .cart-subtotal td {
		width: 190px;
	}
}

.openCateg {
	display: none
}

.closeCategory {
	display: none;
}


@media(max-width:768px){
	.comboSection {
		padding: 0px 60px;
	}
	.comboDetails {
		padding: 25px;
		height: 350px;
	}
	.comboImage {
		width: 100%;
		height: 300px;
	}
	.dateBox {
		position: absolute;
		height: 80px;
		width: 70px;
		background-color: #fff;
		top: 0;
		padding-top: 15px;
		left: 20px;
		margin: unset;
	}
	.carousel-control-prev {
		left: 55px;
	}
	.carousel-control-next {
		right: 55px;
	}
	.comboDetails img {
		display: none;
	}
	.comboDetails h4 {
		font-size: 17px;
		position: absolute;
		top: -60px;
		right: 0;
		z-index: 99;
		left: 0;
		margin: auto;
		width: 80%;
		line-height: 20px;
	}
	.dateBox span {
		font-size: 18px;
		font-weight: 600;
		line-height: 16px;
	}
	.dateBox::before {
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
		border-top: 22px solid #fff;
		top: 80px;
	}
	.featured-imagebox-blog:hover .productBtns {
		margin-top: -35px;
	}
	
	.widget.offer_widget > div {
		padding: 25px 130px;
	}
	.second-footer .widget {
		padding: 0 20px;
	}
	.comboImage::before {
		content: "";
		position: absolute;
		z-index: 9;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(transparent,transparent,#202020);
	}
	.contentArea h1 {
		font-size: 35px;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.chooseImg {
		display: block;
	}

	.leftSec .chooseImg i {
		text-align: right;
		padding-bottom: 10px;
	}
	.rightSec .chooseImg i {
		text-align: left;
		padding-bottom: 10px;
	}
	.bottomSec, .topSec {
		padding-top: 0;
		text-align: center;
		padding: 0 20px;
		border: none;
	}
	.leftSec .chooseImg , .rightSec .chooseImg {
		justify-content: center;
	}
	.dg-wrapper a {
		width: 422px;
	}
	.tesSection::before {
		background-image: linear-gradient(to right, #f3f7f9 , transparent , transparent , transparent , transparent , transparent , #f3f7f9);
		z-index: 99;
	}
	.section-title.style2{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.section-title.style2 .title-header{
		padding-right: 0;
		width: 100%;
	}
	.section-title.style2 .title-header, .section-title.style2 .title-desc{
		display: block;
	}
	.section-title.style2 .title-header::after{
		display: none;
	}
	.cart-collaterals .cart_totals {
		width: 63%;
	}




	.mobileCategory {
		position: fixed;
		top: 0;
		z-index: 999;
		left: -1000px;
		height: 100%;
		background: #f0f0f0;
		padding-right: 15px;
		transition: .6s ease all;
	}

	.mobileCategory.show {
		left: 0;
	}

	.sidebar .widget-area .widget {
		padding: 45px 20px;
	}

	.sidebar .widget-area .widget {
		margin: 20px 0 0px;
		padding-bottom: 0;
		margin-top: 0;
	}

	.mobileCategory aside:last-child {
		padding-top: 20px !important;
	}

	.closeCategory {
		display: block;
		font-size: 30px;
		text-align: right;
		position: absolute;
		top: 10px;
		z-index: 9;
		cursor: pointer;
		right: 12px;
	}

	.openCateg {
		display: inline-block;
		position: relative;
		top: -40px;
		cursor: pointer;
		border: 1px solid #d3b973;
		border-radius: 20px;
		padding: 3px 17px;
		font-size: 13px;
		padding-top: 6px;
	}
	.openCateg span {
		font-size: 13px;
		position: relative;
		bottom: 2px;
		color: #ceb164;
	}

	.openCateg i {
		font-size: 16px;
		color: #d3b973;
		margin-right: 7px;
	}

	.sidebar div.widget-area {
		padding-bottom: 0;
	}
	.site-branding img {
		height: 95px;
	}
	.sidebar .widget-area .widget {
		padding-bottom: 20px;
		margin-top: 0;
		margin-bottom: 120px;
		padding-top: 20px;
	}
	.sidebar .content-area {
		padding-bottom: 0;
	}
	.sidebar .content-area {
		padding-top: 50px;
	}
	.product-quantity {
		display: flex !important;
		justify-content: flex-end;
	}
	
}

@media(max-width:575px){
	.comboSection {
		padding: 0px 25px;
	}
	.product.productListing .dateBox p {
		margin-bottom: 6px;
	}
	.exzoom_img_ul_outer {
		width: 100% !important;
	}
	/* .exzoom_img_ul li {
		width: 100% !important;
	} */
	.team-sec p {
		font-size: 12px;
	}
	.comboTitle {
		padding: 8px 0 6px;
	}
	.team-sec .featured-thumbnail img {
		position: relative;
		left: 0;
		bottom: 0;
		width: auto;
		height: 200px;
	}
	.comboDetails {
		height: 400px;
	}
	.site-branding {
		width: 18%;
	}
	.carousel-control-prev {
		left: 10px;
	}
	.carousel-control-next {
		right: 10px;
	}
	.header-btn .ttm-btn.ttm-btn-size-md {
		font-size: 11px;
		padding: 6px 10px 6px 10px;
	}
	.weekly-section h1 {
		font-size: 30px;
	}
	.featured-imagebox-blog:hover .productBtns {
		margin-top: -15px;
	}
	.featured-imagebox-menu {
		margin-bottom: 70px;
	}
	.featured-imagebox-menu .featured-thumbnail img {
		position: relative;
		z-index: 999999;
	}
	.widget.offer_widget > div {
		padding: 10px 50px;
	}
	.newsletterBtn a {
		background-color: #121d27;
		margin-left: 10px;
		padding: 5px 15px;
		font-size: 13px;
		display: block;
		text-align: center;
		width: 80%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.newsletterBtn {
		height: 100%;
		padding-right: 10px;
		display: block;
	}
	.comboDetails h3 {
		font-size: 18px;
	}
	.comboDetails p {
		font-size: 14px;
	}
	.comboDetails h4 {
		font-size: 13px;
	}
	.comboDetails span {
		font-size: 18px;
		padding-top: 18px;
	}
	.dateBox {
		height: 70px;
		width: 64px;
	}
	.dateBox::before {
		border-left: 32px solid transparent;
		border-right: 32px solid transparent;
		border-top: 16px solid #fff;
		top: 70px;
	}

	.dateBox p {
		margin-bottom: 6px;
	}
	.dateBox p, .dateBox span {
		line-height: 13px;
		font-size: 9px;
	}
	.dateBox span {
		font-size: 15px;
		line-height: 8px;
	}
	.comboDetails a {
		font-size: 10px;
		line-height: 15px;
	}
	.about-section a {
		margin-bottom: 20px;
	}
	.section-title h2.title {
		font-size: 27px !important;
	}
	.site-branding img {
		max-height: 90px;
	}
	.site-branding::before {
		background: none;
	}
	.footer .widget ul.contact-widget-wrapper li:not(:last-child) {
		margin-bottom: 0px;
	}
	.sliderCenter {
		margin-bottom: 15px;
	}
	.contentArea h5 {
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
	}
	.ttm-btn.ttm-btn-size-md {
		font-size: 11px;
		padding: 6px 10px;
	}
	.sliderCenter::before {
		left: 22%;
	}
	.sliderCenter::after {
		right: 22%;
	}
	.contentArea h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.truncate {
		width: 250px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		margin: 0 auto;
	}
	.bottomSec, .topSec {
		padding: 18px 0;
	}
	.loginBg, .regFormBox {
		padding: 40px 25px 10px;
	}
	.loginBg {
		margin: 0 15px;
	}
	.loginShorts, .loginShorts a {
		font-size: 12px;
	}
	.form-control {
		font-size: 11.5px;
	}
	.ttm-menu-toggle label {
		top: 34px;
	}


	.downBtn {
		top: 7%;
		margin: auto;
		width: 100%;
		text-align: left;
		padding-left: 70px;
	}
	.loginBg, .regFormBox {
		padding: 20px 10px 10px;
	}
	.payStatus span {
		font-size: 14px;
		padding-top: 5px;
	}
	.dishbtn-1, .dishbtn-2 {
		padding: 3px 13px;
	}
	.payStatus span {
		padding-left: 0;
		font-size: 15px;
		display: block;
		padding-top: 10px;
	}
	.payStatus i {
		font-size: 13px;
	}
	.dishbtn-1, .dishbtn-2 {
		font-size: 12px;
	}
	.payStatus {
		padding-right: 0px;
	}
	
	.downBtn {
		position: relative;
	}
	
	.userBtn {
		padding: 1px 12px 4px;
	}

	.userBtn i {
		font-size: 13px;
	}
	.ttm-header-icons .ttm-header-cart-link span.number-cart {
		width: 15px;
		height: 15px;
		line-height: 16px;
	}
	.menuThumb {
		height: 200px;
	}
	.ttm-tabs.ttm-tab-style-classic.style2 ul.tabs li.active a::before {
		display: none;
	}
	.coupon {
		float: right;
		padding-bottom: 15px;
	}
	.cart-collaterals .cart_totals {
		width: 100%;
	}
	table.shop_table td.actions .form-control {
		width: 170px;
		height: 45px;
	}
	.exzoom_img_box {
		width: 100% !important;
	}
	.exzoom_nav {
		width: 96% !important;
	}
	.exzoom .exzoom_img_ul_outer {
		right: 0;
		left: 0;
		margin: auto;
	}
	div.product.ttm-single-product-details div.images {
		width: 100%;
	}
	.sidebar div.widget-area {
		margin-top: 0;
	}
	.newsletter-box {
		text-align: center;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.written-content {
		padding: 4rem 2rem;
	}
	.promosection {
		padding-bottom: 0px;
	}
	.bg-img19 {
		background-size: cover;
	}
	
	.comboPrice {
		position: relative;
		bottom: 0px;
	}
	.sidebar .content-area {
		padding-bottom: 0;
	}
	
	
}

@media(max-width:470px){

	.dg-wrapper a {
		width: 100%;
		height: auto;
	}
	.ttm-header-icons {
		position: relative;
		right: 8px;
	}
	.header-btn {
		line-height: 2.6;
		padding-top: 9px;
		height: 45px;
		position: absolute;
		right: 50px;
	}
	.ttm-header-icons .ttm-header-cart-link span.number-cart {
		bottom: 5px;
	}
	.dg-wrapper {
		width: 80%;
	}
	.tesSection .title-header {
		margin-bottom: 35px !important;
	}
	.dg-container {
		margin-bottom: 120px;
	}
	.dg-container nav {
		bottom: -55px;
	}
	.tes-title h4 {
		padding-top: 5px;
		font-size: 17px;
	}
	.dg-container {
		height: auto;
	}
	.downBtn {
		padding-left: 27px;
	}
	.product-cart .btn.btn-primary { margin-left: 0; width: 100%;}
	.ttm-header-icons .ttm-header-cart-link span.number-cart {bottom: 9px;}
	.ttm-header-icons {top: 35px;}
	.ttm-header-icons {
		bottom: -35px;
		top: auto;
	}
	.ttm-menu-toggle label {position: relative; top: 0;}
	.ttm-stickable-header-w, .site-branding, .header-btn, .ttm-header-icons, .ttm-header-icon {height: 100px;}
	.site-branding img {
		max-height: 110px;
		height: 100px;
	}
	.ttm-header-icons {padding-right: 10px;}
	span.ttm-header-icon.ttm-header-cart-link.top-cart i {font-size: 27px !important;}
	.ttm-header-icons .ttm-header-cart-link span.number-cart {width: 20px; height: 20px; line-height: 20px; font-size: 13px;}
	.ttm-header-icons .ttm-header-icon {margin-left: 20px;}
	.ttm-header-icons i {font-size: 27px;}
	.ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {height: 20px !important; width: 20px !important;}
}
@media(max-width:665px){
.ttm-header-icons .fa-shopping-cart{
	margin-top: 30px !important;
}
.ttm-header-icons .ttm-header-cart-link span.number-cart{
	bottom: -10px !important;
}
}
@media(max-width:485px){
	.ttm-header-icons .ttm-header-cart-link span.number-cart{
		bottom: -20px !important;
	}
}
@media(max-width:375px){
	.contentArea h1 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 3px;
	}
	.backBtn {
		font-size: 9px;
	}
	.billingSec .backBtn {
		top: -85px;
		right: 0px;
	}
	.sliderCenter img {
		height: 20px;
	}
	.sliderCenter {
		margin-bottom: 0px;
	}
	.contentArea h5 {
		font-size: 12px;
	}
	.payStatus a {
		padding: 2px 6px;
		font-size: 11px;
	}
	.order-left span, .payStatus span {
		font-size: 17px;
	}
	.address-sec p {
		font-size: 11px;
	}
}