/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


.vcex-countdown__label{
	display: block;
	font-size: 17px;
}
.vcex-countdown__item{
	text-align: center;
	background: #fff;
	margin: 5px 0 5px 0;
	width: 100px;
	padding: 14px 0; 
}


@media (max-width: 768px) {
	.vcex-countdown__label{
		font-size: 14px;
	}
	.vcex-countdown__item{
		width: 70px;
		padding: 10px 0; 
	}
	.popmake .col1{
		height: 190px;
		top: -25px;
		left: 0px;
    	margin-bottom: -15px;
	}
}


.popmake select, .popmake  .wpcf7-acceptance .wpcf7-list-item-label{
	color: #fff;
}
.popmake .wpcf7-acceptance input[type=checkbox]+span:after, .popmake .wpcf7-acceptance input[type=checkbox]+span:before{
	top: 0;
}
header .header {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    color: #fff;
}
 .woocommerce .product .cart .variations select option, .vcex-wc-template-part .variations select option{
	color: #212121;
} 
.ticon-angle-down:before {
    right: 11px;
	 top: 0;
    position: relative;
}
.no-bg .right-header{
	display: none;
}

.right-header .button.login{
	background: #b79977;
	border: none;
}
.right-header .button.login:hover{
	background: #212121;
	color: #fff;
}
.woocommerce-page #wrap>header{
	background: #212121;
}

.no-bg{
	background: none !important;
}

#wrap>header {
    width: 100%;
}

#wrap>header {
	position: fixed;
    z-index: 3;
}

.header img {
	display: none;
	width: 43px;
}

#toggle{
	 display: flex;
    align-items: center;
}

#toggle .toggle-title{
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	font-family: 'Gothic';
	font-weight: 700;
	margin-left: 15px;
}

.button_container {
	 position: relative;
	 height: 18px;
	 width: 23px;
	 cursor: pointer;
	 z-index: 100;
	 transition: opacity 0.25s ease;
}
 .button_container:hover {
	 opacity: 0.7;
}
 .button_container.active .top {
	 transform: translateY(6px) translateX(0) rotate(45deg);
	 background: #fff;
}
 .button_container.active .middle {
	 opacity: 0;
	 background: #fff;
}
 .button_container.active .bottom {
	 transform: translateY(-8px) translateX(0) rotate(-45deg);
	 background: #fff;
}
 .button_container span {
	 background: #fff;
	 border: none;
	 height: 3px;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: all 0.35s ease;
	 cursor: pointer;
	 border-radius: 3px;
}
.button_container span:nth-of-type(2) {
	 top: 7px;
}
 .button_container span:nth-of-type(3) {
	 top: 14px;
}
 
@media (max-width: 1700px) {
	header .header {
		width: 100%;
	}
}

.overlay {
    position: fixed;
    background: linear-gradient(to right, #212121 50%, #fff 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transform: translateX(-100%);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
}
 .overlay.open {
    visibility: visible;
    height: 100%;
    z-index: 2;
    width: 100%;
    transform: translateX(0%);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
}

#overlay .container{
	height: 100%;
    display: flex;
}

#overlay .container .overlay-col-1{
	width: 50%;
	display: flex;
    align-items: flex-start;
	position: relative;
	padding-top: 160px;
}

.logo-1{
    position: absolute;
    max-width: 62px;
    top: 20px;
    right: 80px;	
}

.logo-2{
    position: absolute;
    top: 44px;
    right: 80px;
}

#overlay .container .overlay-col-2{
	width: 50%;
    z-index: 1;
    padding-left: 80px;
    padding-top: 160px;
}

#menu-bottom-menu{
	margin: 0;
	list-style: none;
	display: flex;
}

#menu-bottom-menu a{
	text-decoration: none;
	font-size: 20px;
    padding-right: 30px;
    position: relative;
	font-family: 'Gothic';
	font-weight: 700;
}

#menu-main, #menu-header-menu-2{
	margin: 0px;
	list-style: none;
}

#menu-main>li, #menu-header-menu-2>li{
	margin-bottom: 3px;
}

#menu-main a{
	color: #fff;
    font-size: 29px;
    padding-left: 40px;
    position: relative;
	font-family: 'Gothic';
	font-weight: 700;
	text-decoration: none;
}

#menu-header-menu-2 a{
	color: #b79977;
    font-size: 29px;
    padding-left: 40px;
    position: relative;
	font-family: 'Gothic';
	font-weight: 700;
	text-decoration: none;
}

#menu-main a:hover{
	color: #b79977;
}

#menu-header-menu-2 a:hover{
	color: #212121;
}

#menu-header-menu-2 .menu-item-has-children > span::before{
	color: #b79977;
}

#menu-header-menu-2 .menu-item-has-children ul a {
    font-size: 19px;
    padding-bottom: 5px !important;
    display: block;
    font-weight: 400;
    font-family: 'Gothic';
}

.menu-item-has-children{
	position: relative;
}

.menu-item-has-children > span::before {
	content: "+";
    display: inline-block;
    transition: all 0.35s;
    margin-right: 5px;
    position: absolute;
    left: 0;
    font-size: 32px;
	cursor: pointer;
	line-height: 1.3;
}

.menu-item-has-children.opened > span::before {
	transition: all 0.35s;
	transform: rotate(45deg); 
	color: #eb068d;
}
#menu-main .menu-item-has-children ul{
	list-style: none;
}
#menu-main .menu-item-has-children ul a{
    font-size: 19px;
    padding-bottom: 5px !important;
    display: block;
    font-weight: 400;
    font-family: 'Gothic';
}
.follow{
	display: flex;
    color: #fff;
    gap: 20px;
    position: absolute;
    bottom: 30px;
	font-size: 18px;
    justify-content: space-between;
    max-width: 560px;
    width: 100%;
}

.follow span{
	font-family: 'Gothic';
}

.right-header{
	display: flex;
    align-items: center;
    gap: 34px;
}

.right-header .button{
	display: none;
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-page .right-header .button, 
.woocommerce-shop .right-header .button, 
.woocommerce-page .right-header img{
	display: inline-block;
}

.woocommerce-shop .right-header .button.login{
	display: inline-block !important;
}

.woocommerce-shop .right-header .button, .woocommerce-shop .right-header img {
	display: none;
}

.woocommerce-shop  #wrap>header{
	background: none;
}

@media (max-height: 800px) {
	#menu-main a, #menu-header-menu-2 a{
		font-size: 17px;
	}
	.menu-item-has-children > span::before {
		left: 11px;
    	font-size: 17px;
	}
	#overlay .container .overlay-col-1 , #overlay .container .overlay-col-2{
		padding-top: 130px;
	}
	.follow {
		bottom: 15px;
	}
	#menu-bottom-menu a {
		font-size: 17px;
	}
	#menu-main>li, #menu-header-menu-2>li {
		margin-bottom: 2px;
	}
}

@media (max-width: 1220px) {
	#menu-main a, #menu-header-menu-2 a{
		font-size: 18px;
	}
	.menu-item-has-children > span::before {
		left: 11px;
    	font-size: 17px;
	}
	.container .overlay-col-1, .container .overlay-col-2
	{
		padding-top: 120px !important;
	}
	#menu-main .menu-item-has-children ul a {
		font-size: 14px !important;
	}
}

@media (max-width: 1271px) {
	.follow {
		justify-content: flex-start;	
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.logo-1 {
		top: -80px;
		right: 0;
	}
	.logo-2 {
		position: relative;
		top: inherit;
		right: inherit;
		margin-bottom: 20px;
		margin-top: 10px;
		display: block;
		max-width: 133px;
	}
	.overlay.open {
		overflow: auto;
	}
	#menu-main>li{
		margin-bottom: 0px;
	}
	.menu-item-has-children > span::before {
		left: inherit;
		font-size: 30px;
		right: 10px;
		font-weight: 400;
		top: -6px;
		margin: 0;
	}
	#menu-header-menu-2{
		display: flex;
		gap: 0px;
		position: relative;
		bottom: inherit;
		flex-direction: column;
	}
	#menu-main{
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.overlay {
		background: linear-gradient(to right, #212121 50%, #212121 50%);
	}
	#overlay .container .overlay-col-1 {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
		padding-top: 15px !important; 
	}
	#overlay .container .overlay-col-2 {
		z-index: 1;
		background: #fff;
		margin-top: 30px;
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
		padding: 20px;
	}
	#overlay .container { 	
		max-width: 100%;
    	padding: 95px 20px 0 20px;
		flex-direction: column;
	}
	#overlay:before {
		display: none;
	}
	#menu-main a, #menu-header-menu-2 a {
		padding-left: 0px;
		display: block;
	}
	#menu-header-menu-2 a {
		padding-left: 0px;
	}
	#menu-main .menu-item-has-children ul a {
		font-size: 18px;
    	padding-bottom: 1px !important;
    	margin-top: 8px;
	}
	#menu-header-menu-2 a:after {
		display: none;
	}
	header img{
		width: 30px !important;
	}
	.toggle-title{
		display: none;
	}
	.follow {
		bottom: inherit;
		position: relative;
		padding-top: 20px;
	}
	#menu-bottom-menu a {
		font-size: 17px;
		padding-right: 22px;
	}
	.hero-section>img{
		display: none;
	}
	.header>img {
		display: block;
	}
	.right-header .button{
    	font-size: 12px;
    	display: none;
    	padding: 12px 10px;
	}
	.right-header{
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.container .overlay-col-2 {
		padding-top: 30px !important;
	}
	ul.page-numbers span{
		font-size: 16px !important;
	}
	ul.page-numbers a, .page-numbers.current,.page-numbers.dots {
		    font-size: 14px !important;
    	padding: 0 !important;
    	min-width: 24px;
	}



}
::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 8px;
	height: 0px;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background-color: #b79977;
	background-position: center;
	background-repeat: no-repeat;
}

::-webkit-resizer {
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
}

::-webkit-scrollbar {
	width: 5px;
}

html.scr{
	overflow: hidden;
}

.grecaptcha-badge{
	visibility: hidden;
}

.theme-button-inner{
	vertical-align: text-top;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 0s 600000s, color 0s 600000s;
}

.hero-section {
	display: flex;
	height: 700px;
	position: relative;
}

.hero-section>div {
	width: 50%;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.vc_video-bg {
	z-index: -1;
}

.hero-section>img {
	position: absolute;
	top: calc(50% - 75px);
	left: calc(50% - 50px);
	max-width: 108px;
}
@media (max-width: 1700px) {
	.hero-section {
		height: 600px;
	}
}
@media (max-width: 1450px) {
	.image-custom img{
		max-width: 400px;
		width: 100%;
	}
}

@media (max-width: 1300px) {
	.hero-section {
		height: 400px;
	}

	.hero-section>div a img {
		height: 100px;
	}
}

@media (max-width: 976px) {
	.hero-section {
		height: 400px;
	}

	.hero-section>div a img {
		height: 70px;
	}
}

@media (max-width: 768px) {
	#wrap > header > div > div.right-header > a:nth-child(4){
		display: none;
	}
	header .header {
		gap: 15px;
	}
	.image-custom img{
		max-width: 100%;
        height: 254px !important;
	}
	.hero-section>div {
		width: 100%;
		height: 400px;
	}

	.hero-section {
		flex-direction: column;
		height: 659px;
	}
}
@media (max-width: 360px) {
	
}

.center {
	text-align: center;
}

.padding-lg {
	padding: 100px 0;
}

.padding-sm {
	padding: 60px 0;
}

.padding-xs {
	padding: 60px 0;
}


@media (max-width: 1200px) {
	.padding-lg {
		padding: 60px 0;
	}
}

@media (max-width: 768px) {

	.padding-sm,
	.padding-xs {
		padding: 60px 0;
	}

	.padding-lg {
		padding: 33px 0;
	}

	.section-3.padding-lg {
		padding: 50px 0;
	}

	.section-5 {
		padding: 40px 0;
	}

	.section-6,
	.section-7 {
		padding: 35px 0 30px 0;
	}

}


.home-buttons {
	display: flex;
	gap: 20px;
	transform: rotate(-90deg);
	position: fixed;
	right: calc(0% - 119px);
	z-index: 2;
	top: 37%;
}

.home-buttons a {
    display: inline-block;
    background-color: #b79977;
    text-decoration: none;
    padding: 5px 13px 5px 13px;
    font-weight: 700;
    font-size: 15px;
    width: auto;
    text-align: center;
	border-radius: 20px;
}

.home-buttons a:hover {
	background-color: #fff;
	color: #b79977;
}

@media (max-width: 768px) {
	.home-buttons {
		display: none;
	}
}

@media (max-width: 768px) {

	.vc_video-bg iframe {
		height: 144% !important;
		width: 770px !important;
	}
}

/* section-2 */

.section-2 .col3 {
	padding-top: 30px;
	display: flex;
	gap: 60px;
}

.section-2 .col3>div {
	width: 100%;
}

.section-2 .col {
	width: 100%;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background-size: cover;
    background-position: center;
}

.section-2 h2 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.section-2 .row.center p {
	font-family: 'Miller';
	font-weight: 300;
}

.section-2 .more {
	position: absolute;
	color: #b79977;
	font-size: 16px;
	bottom: 20px;
	text-decoration: underline;
	font-weight: 700;
}

.section-2 .text a {
	color: #fff;
	font-size: 26px;
	position: relative;
	text-decoration: none;
	margin-bottom: 13px;
	display: block;
	font-family: 'Gothic';
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

.section-2 .text a:hover {
	color: #b79977;
	transition: all 0.3s ease;
}

.section-2 .text a:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 2px;
	display: block;
	bottom: 0px;
	width: 100%;
}

@media (max-width: 1200px) {
	.section-2 .col3 {
		padding-top: 30px;
		gap: 30px;
	}

	.section-2 .text a {
		font-size: 26px;
	}
}

@media (max-width: 908px) {
	.section-2 .text a {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.section-2 .slick-slide {
		display: block;
		padding: 0 10px;
	}

	.section-2 .col {
		height: 300px;
	}

	.section-2 .slick-list,
	.section-8 .slick-list {
		overflow: visible;
	}

	.section-2 .col3 {
		flex-direction: column;
		padding-top: 21px;
	}

	.section-2 .text a {
		font-size: 24px;
		margin-bottom: 8px;
	}
}

/* section 3 */

.section-3 {
	padding-bottom: 40px !important;
}

.section-3 p {
	font-size: 30px;
	line-height: 1.2;
	max-width: 1000px;
	margin: 0 auto;
	font-family: "Miller";
	font-weight: 300;
}

@media (max-width: 768px) {
	.section-3 p {
		font-size: 25px;
		line-height: 1.4;
	}
	.section-3 {
		padding-bottom: 20px !important;
	}
}

/* section 4 */

.section-4 {
	min-height: 640px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	padding: 30px;
}

@media (max-width: 768px) {
	.section-4 {
		min-height: 500px;
	}
}

/* section 5 */

.section-5 .row {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
}

@media (max-width: 1200px) {
	.section-5 .row {
		gap: 15px;
		flex-wrap: wrap;
	}

	.section-5 .row img:nth-child(2n+1) {
		height: 22px;
	}
}

@media (max-width: 768px) {
	.section-5 .row {
		flex-direction: column;
		align-items: center;
		display: block;
	}

	.section-5 .row .slick-list {
		overflow: visible;
	}
}

.section-6 {
	border-top: 1px solid #3b3b3b;
	position: relative;
}

.section-7 {
	position: relative;
	border-bottom: 1px solid #3b3b3b;
}

.section-6 .row,
.section-7 .row {
	display: flex;
	align-items: center;
	gap: 140px;
}

.section-6 .col,
.section-7 .col {
	width: 50%;
}

.section-6 .sub-title,
.section-7 .sub-title {
	color: #b79977;
	font-size: 20px;
	font-family: "Roman";
	font-weight: 700;
	letter-spacing: 2px;
	font-style: italic;
}

.section-6 h3,
.section-7 h3 {
	font-size: 30px;
	line-height: 1.2;
	text-transform: none;
	margin-bottom: 25px;
	color: #fff;
	font-family: "Miller";
	font-weight: 300;
}

.section-6 a,
.section-7 a {
	color: #fff;
	margin-top: 34px;
	display: block;
}

.hr:after {
	content: '';
	position: absolute;
	background: #3b3b3b;
	width: 1px;
	left: calc(50% - 1px);
	top: 0px;
	height: 100%;
}

.section-6 .text, .section-7 .text
{
    font-family: 'Roman';
    font-style: italic;
}

    

@media (max-width: 1200px) {

	.section-6 .row,
	.section-7 .row {
		gap: 80px;
	}

	.section-6 h3,
	.section-7 h3 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {

	.section-6 .col,
	.section-7 .col {
		width: 100%;
	}

	.section-6 .row {
		flex-direction: column;
		gap: 40px;
	}

	.section-7 .row {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.section-6 h3,
	.section-7 h3 {
		font-size: 30px;
	}

	.section-6 .sub-title,
	.section-7 .sub-title {
		font-size: 20px;
	}

	.section-6 a,
	.section-7 a {
		margin-top: 30px;
	}

	.hr:after {
		display: none;
	}

}


.lines {
	display: flex;
	justify-content: center;
}

.lines img {
	margin-top: -1px;
	margin-bottom: -1px;
	width: 100%;
}

.section-8 .title {
	position: relative;
}

.section-8 .col3 {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	gap: 58px;
}

.section-8 .col3>div {
	width: 33%;
}

.section-8 .col {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.section-8 .prod-name {
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
	text-decoration: none;
	font-family: "Miller";
	font-weight: 300;
	margin-bottom: -5px;
}

.section-8 .prod-name:hover {
	color: #b79977;
}

.section-8 .prod-price {
	color: #b79977;
	font-weight: 700;
	font-size: 20px;
}

.section-8 .gr1 {
	width: 100%;
	margin-top: -2px;
}

.section-8 .hidden-phone {
    position: absolute;
    display: block;
	left: calc(50% - 163px);
    top: calc(50% - 15px);
    height: 30px;
}

.section-8 .visible-phone {
	position: absolute;
	left: calc(50% - 75px);
	top: calc(50% - 24px);
}

@media (max-width: 1200px) {
	.section-8 .hidden-phone {
		height: 30px;
		left: calc(50% - 163px);
		top: calc(50% - 15px);
	}
}

@media (max-width: 900px) {
	.section-8 .hidden-phone {
		height: 25px;
		left: calc(50% - 134px);
		top: calc(50% - 14px);
	}
}


.section-9 .title {
	position: relative;
	display: flex;
}

.section-9 .gr1 {
	width: 100%;
}

.section-9 .title>div,
.tt {
	text-align: center;
	position: absolute;
	display: block;
	left: calc(50% - 125px);
    top: calc(50% - 35px);
}

.section-9 .title h2,
.tt h2 {
	margin-bottom: -10px;
}

.section-9 .title a,
.tt a {
	font-size: 26px;
	color: #fff;
	font-family: "Miller";
	margin-top: -15px;
	font-weight: 300;
	text-decoration: none;
}

.section-9 .title a:hover {
	color: #b79977;
}

.section-9 .container .row {
	padding-top: 50px;
	padding-bottom: 40px;
}


@media (max-width: 1550px) {

	.section-8 .title,
	.section-9 .title {
		background-size: cover;
	}
}

@media (max-width: 1200px) {
	.section-8 .col3 {
		padding-top: 30px;
		gap: 40px;
	}

	.section-8 .prod-name {
		font-size: 20px;
	}

	.section-8 .prod-price {
		font-size: 18px;
	}
}

@media (max-width: 959px) {

	.section-9 .title a,
	.tt a {
		font-size: 16px;
	}

	.section-9 .title>div,
	.tt {
		left: calc(50% - 78px);
    	top: calc(50% - 32px);
	}
}

.visible-m {
	display: none;
}

@media (max-width: 768px) {
	.hidden-m {
		display: none;
	}

	.visible-m {
		display: block;
	}

	.section-9 .title a,
	.tt a {
		font-size: 16px;
	}

	.section-9 .title>div,
	.tt {
		left: calc(50% - 76px);
		top: calc(50% - 29px);
	}

	.section-8 .col3>div {
		width: 100%;
	}

	.section-8 .slick-slide {
		padding: 0 10px;
	}

	.section-8 .col3 {
		flex-direction: column;
		padding-bottom: 40px;
	}

	.section-9 .title h2 {
		font-size: 30px;
	}

	.section-9 .container .row {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#menu-home-navigations .slick-slide {
		padding-left: 25px;
		padding-bottom: 20px;
	}
}

.hide {
	display: none;
}

.width30 .vcex-image-inner {
	width: 30px;
}

.height30 .vcex-image-inner img {
	height: 30px;
	max-width: max-content;
}

.testimonial-img .vcex-image-inner {
	display: inline-block;
	position: relative;
	top: -9px;
}

.wpex-post-cards .owl-nav {
	color: #b79977;
	position: absolute;
	top: -120px;
	right: 0;
}

.post-slider .wpex-posts-card-carousel .owl-nav {
	display: none;
}

.wpex-post-cards .owl-nav__btn {
	opacity: 1;
	font-size: 43px !important;
}

.wpex-post-cards .owl-prev {
	margin-right: 34px;
}

@media (max-width: 1200px) {
	.height30 .vcex-image-inner img {
		height: 17px;
	}
	.one-half, .span_1_of_2 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.post-slider .wpex-posts-card-carousel .owl-nav {
		display: flex;
	}

	.wpex-post-cards .owl-nav {
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		bottom: 9px;
	}

	.wpex-post-cards .owl-prev {
		margin-right: 10px;
	}

	.wpex-post-cards .owl-nav__btn {
		opacity: 1;
		font-size: 40px !important;
	}

	.respect-row .vcex-image-inner img {
		height: 16px;
		width: min-content;
	}

	.width30 .vcex-image-inner {
		width: 16px;
	}
}


/* locations page  */

.loc-info:before {
	content: url(/skin/img/rec1.svg);
	display: block !important;
	position: absolute;
	left: 0;
	top: -2px;
}

.loc-info:after {
	content: url(/skin/img/rec1.svg);
	display: block !important;
	position: absolute;
	right: 0;
	top: -2px;
}

@media (max-width: 1560px) {

	.loc-info:after,
	.loc-info:before {
		display: none !important;
	}
}

.wpex-vc-column-spacing-60 {
	--wpex-vc-gutter: 160px;
}

.wpex-vc-column-spacing-60 .vc_column-inner {
	margin-bottom: 0px !important;
}

.devider-1 .vc_column-inner {
	margin: 0 auto;
}

.menu-b>div>div {
	height: 335px;
}

.menu-b>.vc_column_container {
	padding: 26px !important;
}

.menu-b .wpb_text_column {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 45px;
}

.title-month {
	min-height: 254px;
}

.saba-row {
	min-height: 320px;
}

.food-body .vc_column-inner {
	position: absolute;
	bottom: 40px;
}

.vcex-button {
	font-size: 18px;
}

@media (max-width: 1200px) {
	.wpex-vc-column-spacing-60 {
		--wpex-vc-gutter: 60px;
	}
}

@media (max-width: 768px) {
	.wpex-row.gap-50 {
		--wpex-row-gap: 30px;
	}

	.vcex-button {
		font-size: 18px;
	}

	#main .title-month {
		min-height: 189px !important;
		background-size: cover;
	}

	#main .saba-row {
		background-image: url(/skin/img/mob.svg) !important;
		background-size: contain;
		min-height: 88px !important;
		height: 88px;
	}

	#main .saba-row .vcex-image-inner {
		max-width: 79px;
	}

	.menu-b>div>div {
		height: 200px;
	}

	.menu-b>.vc_column_container {
		padding: 10px 26px !important;
	}

	.loc-info:after,
	.loc-info:before {
		display: none !important;
	}

	.wpex-vc-column-spacing-60 {
		--wpex-vc-gutter: 30px;
	}

	.wpex-vc-column-spacing-60 .vc_column-inner {
		margin-bottom: 30px !important;
	}

	.loc-info .vc_column-inner {
		border: 1px solid #3b3b3b !important;
		height: 100px;
	}

	.loc-info.loc-info {
		padding: 27px 16px !important;
		border: 0px solid !important;
	}

	.loc-info .wpb_column:nth-child(1) .vc_column-inner,
	.loc-info .wpb_column:nth-child(2) .vc_column-inner {
		border-bottom-width: 0px !important;
	}
}

.custom-box {
	overflow: visible;
}

.custom-box .col {
	width: 100%;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background-size: cover;
    background-position: center;
}

.custom-box .text a {
	color: #fff;
	font-size: 26px;
	position: relative;
	text-decoration: none;
	margin-bottom: 13px;
	display: block;
	font-family: 'Gothic';
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

.custom-box .more {
	position: absolute;
	color: #b79977;
	font-size: 16px;
	bottom: 20px;
	font-weight: 700;
	text-decoration: underline;
}

.custom-box .text a:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 2px;
	display: block;
	bottom: 0x;
	width: 100%;
}

.custom-box .text a:hover {
	color: #b79977;
	transition: all 0.3s ease;
}

.vcex-toggle-group--w-borders .vcex-toggle {
	border: 1px solid;
	margin-bottom: 25px;
	padding: 10px;
}

.the {
	font-size: 61px;
    vertical-align: top;
    text-decoration: underline;
    text-underline-offset: 15px;
    top: 4px;
    position: relative;
    text-decoration-thickness: 7px;
}

.theme-button.outline {
	border: 1px solid #fff;
	color: #fff;
}

.theme-button.outline:hover {
	color: #212121;
}

.overlay-icon {
	margin-top: -40px;
	margin-left: -40px;
	height: 95px;
	line-height: 95px;
	width: 95px;
	font-size: 45px;
	background: #da0683;
}

.overlay-icon span {
	padding-left: 9px;
}

.element4:before {
	content: url(/skin/img/Element-1-1.svg);
	position: absolute;
    left: 25px;
    top: 122px;
}
.section-5-1.padding-sm.element4{
	border-bottom: 1px solid #3b3b3b;
}
.section-5-1.section-5-2.element4{
	margin-bottom: 0px !important;
}
.lines1:before{
    content: "";
    background: #3b3b3b;
    width: 1px;
    position: absolute;
    height: 123px;
    left: 75px;
    top: 0;
}    
.lines1:after{
    content: "";
    background: #3b3b3b;
    width: 1px;
    position: absolute;
    left: 75px;
    bottom: 0;
    top: 444px;
}  
.lines2:before{
    content: "";
    background: #3b3b3b;
    width: 1px;
    position: absolute;
    height: 60px;
    right: 74px;
    top: 0;
}   

.lines2:after{
    content: "";
    background: #3b3b3b;
    width: 1px;
    position: absolute;
    right: 74px;
    top: 422px;
	bottom:0;
}  

.custom-div .lines2:after{
    content: "";
    background: #3b3b3b;
    width: 1px;
    position: absolute;
    right: 74px;
    top: 501px;
	bottom:0;
}    
 
.element4 img {
    margin-top: 38px !important;
    margin-left: -80px;
    max-width: 72px;
}

@media (max-width: 1320px) {
	.element4 img {
		margin-left: 0;
	}
}
	.element4 img {
		display: none;
	}
@media (max-width: 1200px) {
	.custom-box .text a {
		font-size: 26px;
	}

}

@media (max-width: 908px) {
	.custom-box .text a {
		font-size: 20px;
	}
}

@media (max-width: 959px) {
	.element4:before {
		top: 60px;
	}
	.lines1:before{
		height: 60px;
	}    
	.lines1:after{
		top: 382px;
	}
	.section-5-1.section-5-2.element4{
		padding-top: 50px;
	}
	.the {
		font-size: 49px;
		text-decoration-thickness: 7px;
	}
	.element4.element4 img{
		margin-left: 0!important;
		max-width: 85px;
	}
}

.ig-link {
	margin-bottom: 0px !important;
}

@media (max-width: 768px) {
	.element4 img {
		display: block;
	}
	.element4:before, .lines1, .lines2 {
		display: none;
	}
	.section-5 .slick-slide {
		height: 16px !important;
		padding-right: 15px;
	}

	.respect-row .slick-slide {
		height: 16px !important;
		padding-right: 15px;
	}

	.respect-row .slick-list {
		overflow: visible !important;
		margin-left: -5px;
	}

	.custom-box {
		overflow: visible;
		max-width: 95%;
		margin: 0 auto;
	}

	.custom-box .slick-slide {
		padding: 0px 10px;
	}

	.custom-box .slick-list {
		overflow: visible !important;
	}

	.custom-box .slick-list .vc_column-inner {
		padding: 0px !important;
	}

	.custom-box .col {
		height: 250px;
	}

	.overlay-icon {
		margin-top: -30px;
		margin-left: -30px;
		height: 60px;
		line-height: 60px;
		width: 60px;
		font-size: 25px;
	}

	.custom-box .vc_column-inner {
		margin-bottom: 10px;
	}

	.custom-box .text a {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.vcex-toggle-group--w-borders .vcex-toggle {
		margin-bottom: 20px;
	}

	.the {
		font-size: 38px;
		text-underline-offset: 10px;
	}
}


.awards-slider .entry-media {
	height: 201px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.awards-slider .owl-stage {
	left: 2px;
}

.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-next,
.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-prev {
	color: #b79977;
}

@media (min-width: 1500px) {
	.awards-slider:after {
		content: "";
		background-image: url(/skin/img/slider.svg);
		width: 204px;
		height: auto;
		visibility: visible;
		position: absolute;
		top: -1.1px;
		bottom: -1.4px;
		left: -201px;
		background-size: cover;
		background-color: #212121;
	}

	.awards-slider:before {
		content: "";
		transform: rotate(180deg);
		background-image: url(/skin/img/slider.svg);
		width: 204px;
		height: auto;
		visibility: visible;
		position: absolute;
		top: -1.5px;
		bottom: -1px;
		right: -203px;
		background-size: cover;
		background-color: #212121;
	}

	.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-next {
		right: -119px;
		font-size: 52px;
	}

	.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-prev {
		left: -119px;
		font-size: 52px;
	}
}

@media (max-width: 768px) {
	.awards-slider .wpex-carousel-slide {
		border: none !important;
	}
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7 .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}

.wpcf7-acceptance label {
	position: relative;
	cursor: pointer;
	height: 100%;
	display: block;
}

.wpcf7-acceptance input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
}

.wpcf7-acceptance input[type=checkbox]+span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 18px;
	width: 18px;
	top: 4px;
	left: 0px;
	border: 2px solid #ffffff;
	background: transparent;
	border-radius: 3px;
}

.wpcf7-acceptance input[type=checkbox]+span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 18px;
	width: 18px;
	top: 4px;
	color: #fff;
	left: 0;
	visibility: hidden;
	font-size: 16px;
	text-align: center;
	background: #b79977;
	line-height: 21px;
	border-radius: 3px;
}

.wpcf7-acceptance input[type=checkbox]:checked+span:before {
	background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked+span:after {
	visibility: visible;
}

.wpcf7-list-item-label {
	margin-left: 30px;
	display: inline-block;
	font-family: "Gothic";
}

.wpcf7 span.wpcf7-list-item {
	margin-right: 20px;
	text-align: left;
	margin: 10px 0px;
}

.wpcf7-submit {
	width: 100%;
}

.wpcf7 .wpex-row .col {
	margin: 0 0 26px;
	padding: 0 13px;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: -10px;
}

@media (max-width: 1500px) {
	#main .contact-form .form .vc_column-inner {
		padding-right: 8vh !important;
		padding-left: 7vw !important;
	}
}

@media (max-width: 768px) {
	#main .contact-form .form .vc_column-inner {
		padding-right: 7vw !important;
		padding-left: 7vw !important;
	}

	.wpcf7 .wpex-row .col {
		margin: 0 0 16px;
	}

	.wpcf7 span.wpcf7-list-item {
		margin: 0px 0px;
	}
}

#map {
	width: 100%;
	height: 740px !important;
	border: 1px solid #3b3b3b;
	color: #000;
}

.active-map:before {
	content: '';
	height: 100%;
	width: 7px;
	background: #b79977;
	left: 0;
	position: absolute;
	top: 0px;
}

@media (max-width: 768px) {
	#map {
		height: 340px !important;
	}
}

.map .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}


.custom-nav .owl-nav {
	width: 240px;
	height: 60px;
	margin: 0 auto;
	background: #212121;
	position: relative;
	bottom: auto;
	top: -80px;
	border: 2px solid #2f2f2f;
}

#main .custom-nav .owl-nav__btn {
	opacity: 1;
	font-size: 41px;
	color: #eb068d;
	margin-top: 0;
	height: 100%;
	width: 60px;
	position: absolute;
}

.custom-nav .owl-prev {
	left: 0;
	border-right: 2px solid #2f2f2f !important;
}

.custom-nav .owl-next {
	right: 0;
	border-left: 2px solid #2f2f2f !important;
}

.custom-nav .owl-dots {
	width: 115px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	bottom: auto;
	top: -135px;
}

.custom-nav .wpex-carousel .owl-dot {
	height: 6px;
	width: 6px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 23px;
}

@media (max-width: 768px) {
	.custom-nav .owl-dots {
		top: -76px;
	}

	.custom-nav .owl-nav {
		top: -20px;
	}
}


.vcex-image-caption {
	text-align: left;
	margin-top: 20px;
	position: relative;
	padding-left: 16px;
}

.vcex-image-caption:before {
	content: "";
	height: 100%;
	display: block;
	background: #eb068d;
	width: 4px;
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
}


.button-woo{
	text-decoration: underline;
	margin-bottom: 10px;
}
.title-woo>*:not(.star-rating),
.price-woo>*:not(.star-rating) {
	font-family: Gothic;
	font-weight: 700;
	line-height: 1.1;
}

.title-woo>*,
.price-woo * {
	font-size: 26px !important;
}

.button-woo:hover {
	color: #b79977;
}


@media (max-width:959px) {


	.price-woo * {
		text-align: left !important;
		padding: 10px 0px;
	}

}

@media (max-width:767px) {

	.title-woo>*,
	.price-woo * {
		font-size: 24px !important;
	}

	.image-woo .vcex-image-img {
		height: 250px !important;
	}
}

@media (max-width:479px) {

	.title-woo>*,
	.price-woo * {
		font-size: 24px !important;
	}
}

.card-recipes .overlay-icon {
	height: 56px;
	line-height: 58px;
	width: 56px;
	font-size: 24px;
	opacity: 1;
	margin-top: -31px;
	margin-left: -31px;
	z-index: 2;
}

.card-recipes .overlay-icon span {
	padding-left: 6px;
}

.card-recipes .vcex-image-inner a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 32%);
	z-index: 0;
}

.breadcrumb_last {
	color: #da0683;
	padding-left: 13px;
}

nav.vcex-breadcrumbs>span>span:nth-child(1) {
	padding-right: 13px;
}

.woocommerce-product-gallery__wrapper img {
	width: 100%;
}

.woocommerce-product-details__short-description {
	margin-top: 0px;
}

.add_to_cart_button,
.added_to_cart {
	font-size: 20px;
}

.button-full a {
	width: 100%;
}

.single-product .wpex-vc-column-spacing-50 {
	--wpex-vc-gutter: 80px;
}

@media (max-width:767px) {
	.single-product .wpex-vc-column-spacing-50 {
		--wpex-vc-gutter: 30px;
	}
}

.vcex-wc-template-part--single-product__tabs h3 {
	font-family: "Gothic";
	font-weight: bold;
}

.vcex-wc-template-part--single-product__tabs svg {
	width: 30px;
}

.vcex-wc-template-part--single-product__tabs .vcex-toggle {
	padding: 14px 0 15px 0;
	border: none !important;
	border-bottom: 1px solid #3b3b3b !important;
	margin-bottom: 0px;
}

.vcex-wc-template-part--single-product__tabs .vcex-toggle__trigger {
	padding-bottom: 0px !important;
}

.vcex-wc-template-part--single-product__tabs .vcex-toggle__content {
	font-size: 16px;
}

.woocommerce-MyAccount-navigation ul {
	border: 1px solid #3b3b3b;
	border-radius: 0;
}

.woocommerce-MyAccount-navigation li {
	border: none;
	border-bottom: 1px solid #3b3b3b;
}

.woocommerce-MyAccount-navigation a {
	transition: 0.15s all ease;
	color: #fff !important;
	font-size: 20px;
	border-radius: 0px !important;
	font-family: "Gothic";
	font-weight: bold;
	padding: 15px 22px 15px 22px;
	text-transform: uppercase;

}

.woocommerce-MyAccount-navigation li.is-active a {
	color: #212121 !important;
	margin: 0 !important;
}

.woocommerce-MyAccount-navigation a:hover {
	color: #212121 !important;
	background: #b79977 !important;
}

.woocommerce-account .button[type="submit"] {
	font-size: 20px;
	margin-top: 25px;
}

address {
	margin-bottom: 30px !important;
}

.product-search-filter-search {
	max-width: 560px;
	margin: 0 auto !important;
	font-family: "Gothic";
	font-weight: bold;
}

.product-search-filter-search:after {
	content: url("/skin/img/search.svg");
	position: absolute;
	top: 16px;
	right: 18px;
}

.product-search-filter-search .product-filter-field {
	padding-bottom: 10px;
	padding-top: 14px;

}

.woocommerce-product-search-filter-products-prefix {
	display: none;
}

#customer_login form.login,
#customer_login form.register {
	border: 0px solid var(--wpex-border-main);
}

#customer_login.col2-set {
	gap: 100px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
	width: 100%;
}

.lost_reset_password input {
	display: block;
	margin-top: 15px;
	margin-bottom: -15px !important;
}

#wrap .woocommerce .vcex-toggle-group--w-borders:where(:not(.vcex-toggle-group--no-top-border))>:where(div:first-of-type) {
	border-top: 1px solid #3b3b3b !important
}

.wpex-quantity-btns .plus,
.wpex-quantity-btns .minus {
	background: transparent;
	color: #fff;
	width: 40px;
}

.woocommerce .quantity input[type=number] {
	background: transparent;
	font-family: "Gothic";
	font-weight: bold;
	font-size: 24px;
	width: 50px;
	min-height: 50px;
	padding-top: 3px;
}

.wpex-quantity-btns-wrap--vertical .wpex-quantity-btns__icon,
.wpex-quantity-btns--horizontal .wpex-quantity-btns__icon {
	opacity: 1;
	font-size: 24px;
}

.single_add_to_cart_button.button {
	width: 200px;
}

.vcex-wc-template-part--single-product__add-to-cart form,
.vcex-wc-template-part--single-product__add-to-cart .wpex-woocommerce-product-qty-btn-wrapper {
	gap: 30px;
	display: flex;
}

.vcex-wc-template-part--single-product__add-to-cart .outline {
	width: 200px;
	height: 50px;
	line-height: 1.3;
}

.vcex-icon-box-heading {
	margin-top: -1px;
}

.vcex-module.vcex-social-share {
	display: none;
}

.vcex-module.vcex-social-share.show {
	display: flex;
}


@media (max-width:1380px) {
	.vcex-wc-template-part--single-product__add-to-cart form {
		gap: 15px;
		flex-direction: column
	}

	.vcex-wc-template-part--single-product__add-to-cart .wpex-woocommerce-product-qty-btn-wrapper {
		gap: 15px;
	}
}

@media (max-width:768px) {
	.vcex-wc-template-part--single-product__add-to-cart .outline {
		width: 100%;
	}

	.wpex-quantity-btns .plus,
	.wpex-quantity-btns .minus {
		width: 30px;
	}

	.woocommerce .quantity input[type=number] {
		width: 30px;
	}
}

.products .product img {
	height: 300px;
}

tfoot th {
	color: #fff;
}

.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-2 {
	width: 100% !important;
}
.section-5-1{
	position: relative;
}
.section-5-1 .vcex-heading {
	font-size: 25px;
	padding-top: 56px;
	line-height: 1.3;
}

.section-5-2.element4:before{
    right: 25px !important;
    left: inherit;
    top: 60px;
	content: url(/skin/img/Element-2-1.svg);
}

.section-5-2 {
	margin-bottom: 60px;
}

.section-5-1.padding-sm {
	padding-top: 60px;
	padding-bottom: 0px;
}

@media (max-width: 959px) {
	.section-5-1 .vcex-heading {
		padding-top: 0px;
	}
}

@media (max-width: 767px) {
	.section-5-2 {
		margin-bottom: 0px;
	}
	.section-5-2.element4:before{
		display: none;
	}
	.section-5-2.element4 .vc_col-sm-2{
		display: none;
	}
	
	.section-5-1.padding-sm {
		padding: 0px 0;
	}
}

.wpex-carousel.arrwstyle-slim .owl-prev .ticon-chevron-left:before,
.wpex-carousel.arrwstyle-slim .owl-next .ticon-chevron-right:before {
	top: 2px;
	position: relative;
}

#animationContainer {
	position: absolute !important;
	height: 100vh;
	top: -50px;
}

#bike-animation {
	overflow: hidden;
}

#bike-animation svg {
	min-width: 950px;
}

.cd-upload-btn:hover:after {
	color: #b79977 !important;
}


@media (min-width: 1200px) {
	#sbi_images {
		padding: 0 0 5px 0;
		display: flex;
		gap: 60px;
	}
}

#outer-wrap .woocommerce-SavedPaymentMethods-saveNew label {
	font-weight: 400;
	font-size: 19px !important;
}

.breadcrumb_last * {
	font-weight: 400 !important;
}

.vcex-breadcrumbs--links-inherit-color a {
	text-decoration: none;
}

.fancybox-container {
	z-index: 2999999999 !important;
}

.pum-theme-lightbox .pum-container {
	padding: 30px 40px 0 40px !important;
}


@media (max-width: 768px) {
	.fancybox-slide {
		padding: 0 !important;
	}

	.pum-theme-lightbox .pum-container {
		padding: 25px 15px 0 !important;
	}
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-size: 15px;
	padding: 15px 15px 15px 50px;
	margin: 0 0 30px;
	list-style: none;
	border: 1px solid #3b3b3b;
	border-radius: 0px;
	margin-bottom: 20px !important;
}

.single-product #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button-separator {
	display: none !important;
}

.woocommerce-SavedPaymentMethods {
	list-style: none;
	margin: 0;
}

.vcex-ajax-loader__overlay {
	background-color: transparent !important;
}

.woocommerce-message::before {
	background: #eb068d;
}

.woocommerce .blockUI.blockOverlay {
	display: none !important;
}

.outofstock .button.product_type_simple {
	display: none;
}

.outofstock .stock-label {
	display: block !important;
}

.woocommerce-checkout thead {
	background: transparent !important;
	color: #fff !important;
}

.woocommerce-checkout thead th {
	color: #fff !important;
	vertical-align: middle;

}

.woocommerce-order-details table {
	border: none !important;
	vertical-align: middle;

}

.woocommerce-order-details table tr,
.woocommerce-order-details table td,
.woocommerce-checkout thead tr,
.woocommerce-checkout thead th {
	border: none !important;
	vertical-align: middle;

}

.woocommerce-order-details .product-image {
	width: 16% !important;
}

.woocommerce-order-details .product-name {
	width: 25% !important;
	font-size: 24px;
	font-family: 'Miller';
}

.woocommerce-order-details .get-pdf {
	padding-bottom: 16px;
	font-size: 24px;
}

.woocommerce-order-details .woocommerce-table--order-details thead tr th {
	font-size: 16px !important;
	font-weight: 500;
	opacity: .6;
}

tr.product-row td {
	border-top: .5px solid #ffffff2e !important;
}

.woocommerce-order-details .order-details-desktop tr.product-row:last-child td {
	border-bottom: .5px solid #ffffff17 !important;

}

.order-details-desktop {
	margin-top: 40px;
}

.woocommerce-order-details .order-total>div {
	display: flex;
	justify-content: space-between;
}

.woocommerce-order-details .order-total {
	background-color: #3B3B3B;
	max-width: 630px;
	width: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	float: inline-end;
	margin-top: 10px;

}

.customer-info {
	display: flex;
	gap: 0px;
	flex-wrap: wrap;

}

.customer-details-inner h2 {
	font-size: 30px;
	font-family: 'Miller';
	font-weight: 500;
}

.customer-info>div {
	flex: 0 0 50%;
	padding: 30px;
	border: 1px solid #3B3B3B;
}

.customer-details-inner {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.customer-details-inner>* {
	margin: 0 !important;
}


.order-details-mobile {
	display: none;
}

.slick-dots {
	bottom: -45px;
}
.wpex-select-wrap select {
	z-index: 1;
}
.thwcfd-field-wrapper label{
	display: none !important;
}

@media (max-width: 768px) {
	.order-details-mobile {
		display: block;
	}
}
footer{
	background: #212121;
	border-top: 1px solid #3b3b3b;
	color: #fff;
}

footer h2{
	font-size: 24px;
	color: #fff;
	margin-top: 0px;
    margin-bottom: 27px;
}

footer .location{
	font-size: 18px;
	font-family: "Gothic";
}

.locations-1, .locations-2{
	width: 49%;
	padding-right: 1%;
}

footer .location a{
	color: #fff;
	text-decoration: none;
}

footer .location a:hover{
	text-decoration: underline;
}

footer .location-name {
    font-weight: 700;
    color: #b79977;
}

footer .footer-top{
	padding-bottom: 20px;
	padding-top: 40px;
	gap: 15px;
	border-bottom: 1px solid #3b3b3b;
	display: flex;
	justify-content: space-between;
}

footer .footer-bottom{
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
    justify-content: space-between;
	font-family: "Gothic";
	font-size: 16px;
}

footer .footer-bottom .footer-bottom_col-1, 
footer .footer-bottom .footer-bottom_col-2 {
	width: 37%;
}

.social{
	list-style: none;
    margin: 0;
    display: flex;
	align-items: center;
    gap: 15px;
}

.social a{
	width: 25px;
    height: 25px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
	transition: 0.3s;
}

.social a:hover{
    color: #b79977;
	transition: 0.3s;
}

.footer-top_col-1 .social li{
	width: 50%;
	margin-bottom: 20px;
}
.footer-top_col-1 .social{
    flex-wrap: wrap;
    gap: 0;
    max-width: 290px;
	margin-top: 25px;
}
.footer-top_col-1  .social a{
    width: auto;
    height: auto;
    text-align: left;
    text-decoration: none;
}
.footer-top_col-1  .social a span{
	font-family: "Gothic";
	margin-left: 10px;
}
.footer-top_col-1  .social a i{
	width: 20px;
    height: 20px;
    text-align: center;
    background: #b79977;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: -1px;
	color: #fff !important;
}

#menu-help{
	margin: 0px;
	list-style: none;
}

#menu-help a {
    color: #fff;
    font-size: 18px;
    display: block;
    font-family: "Gothic";
    text-decoration: none;
}
#menu-help a:hover{
	text-decoration: underline;
}
.footer-top_col-1{
	width: 26%;
	margin-top: -1px;
}
.footer-top_col-2{
	width: 38%;
	padding-right: 20px;
}
.footer-top_col-3{
	width: 16%;
}
.locations{
	display:flex;
	flex-wrap: wrap;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select{
	font-family: "Gothic";
	font-weight: 700;
}
.wpex-select-arrow {
	z-index: 2;
}
.wpcf7-form-control-wrap select{
	padding: 8px 28px 8px 17px;
    width: 100%;
	margin-top: 3px;
    font-size: 18px;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
	margin: 10px 0;
}
.top-footer .wpcf7 .wpex-row .col {
    margin: 0 0 20px;
    padding: 0 20px;
}

select {
   -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
}

select {
   -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
	background-image: url('/skin/img/expand_more.svg');
	background-size: auto;
    background-repeat: no-repeat;
    background-position: center right;
}

.top-footer .wpcf7 .wpex-row input, .top-footer .wpcf7 .wpex-row select{
    border: none;
    border-bottom: 1px solid #5a5a5a;
    padding: 20px 0 20px 0;
    font-weight: 400;
	width: 100%;
    font-family: 'Karla';
}
.wpcf7-form .text {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.top-footer .wpcf7  input[type="submit"]{
	max-width: 230px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.top-footer .wpcf7  input[type="submit"]:hover{
    color: #b79977;
}
.footer-form{
	padding: 70px 0;
}
.top-footer .title img{
	width: 100%;
}
.top-footer .title  {
    position: relative;
}
.top-footer .title h2 {
    color: #FFFFFF;
    font-size: 54px;
    position: absolute;
    width: 100%;
    top: calc(50% - 38px);
	color: #b79977;
}

.top-footer input {
  color-scheme: dark;
}
option{
	width: 100%;
}
/* White page styles */

.white_page .vcex-toggle a{
	color: #b79977;
}

.white_page .footer-bottom_col-2 img{
	filter: brightness(0%);
}

.white_page footer .footer-bottom .footer-bottom_col-3{
	color: #000;
}

.white_page select {
	background-image: url('/skin/img/expand_more-1.svg') !important;
}
.white_page .top-footer input {
  color-scheme: white;
}

.white_page .footer-form .wpcf7-form input:not([type="submit"]), .white_page .footer-form .wpcf7-form select {
    background-color: transparent;
}
.white_page footer {
    background: #fff;
    border-top: 1px solid #3B3B3B;
    color: #212121;
}
.white_page footer h2, .white_page footer .location a, .white_page #menu-help a, .white_page .footer-top_col-1  .social a span, .white_page .wpcf7-form .text, .white_page .top-footer .wpcf7 .wpex-row input,  .white_page  .top-footer .wpcf7 .wpex-row select, .white_page .wpex-select-arrow  {
    color: #212121;
}
.white_page footer .footer-top {
    border-bottom: 1px solid rgb(33 33 33 / 10%);
}
.white_page footer .footer-top {
    border-bottom: 1px solid rgb(33 33 33 / 10%);
}
.top-footer .white h2 {
    color: #212121;
    font-size: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 40px;
    bottom: 7px;
}
.top-footer .white  {
    position: relative;
}

@media (max-width: 1200px) {
	footer .footer-bottom .footer-bottom_col-1, 
	footer .footer-bottom .footer-bottom_col-2 {
		width: auto;
	}
	footer .location{
		flex-direction: column;
	}
	.footer-top_col-1 a{
		margin-left: 0 !important
	}
	footer .location, #menu-help a, .footer-bottom {
		font-size: 15px;
	}
}
@media (max-width: 960px) {
	footer .location {
		width: 100%;
		margin-bottom: 15px;
	}
	.wpcf7-form .text {
		margin-bottom: 30px;
		margin-top: 10px;
		font-size: 15px;
	}
	.top-footer .wpcf7 .wpex-row input, .top-footer .wpcf7 .wpex-row select{
		font-size: 16px;
		padding: 0 0 15px 0;
	}
	.footer-form {
		padding: 40px 0;
	}
	.top-footer .title h2 {
		font-size: 30px;
		top: calc(50% - 22px);
	}
	.top-footer .white h2 {
		font-size: 30px;
		padding-bottom: 20px;
		bottom: 3px;
	}
}

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{
	overflow: visible !important;
}
@media (max-width: 768px) {
	
	html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{
		overflow: hidden !important;
	}
	.locations-1, .locations-2{
		width: 100%;
		padding-right: 15px;
	}
	.footer-top_col-1{
		display: flex;
		gap: 15px;
		align-items: center;
	}
	.footer-top_col-1 .social {
		gap: 0;
		max-width: 213px;
		margin-top: -54px;
		align-items: inherit;
		height: 91px;
	}
	.footer-top_col-1 .social li {
		margin-bottom: 0;
	}
	.white_page .footer-top_col-1 .social {
		max-width: 213px;
		height: 91px;
		margin-top: -10px;
	}
	.footer-top_col-1  .social a{
		 font-size: 16px;
	}  
	.white_page  .footer-top_col-1 {
		gap: 23px;
	}
	
	footer .footer-top {
		flex-direction: row;
    	gap: 0px;
    	flex-wrap: wrap;
	}
	footer .footer-bottom {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer-top_col-1{
		width: 100%;
		padding-bottom: 10px;
	}
	.footer-top_col-1 .social a span {
		margin-left: 7px;
	}
	.footer-top_col-2, .footer-top_col-3{
		width:50%;
		padding: 0;
	}
	footer .location {
		font-size: 16px;
		flex-direction: row;
		margin-bottom: 10px;
	}
	footer .footer-top {
		padding-bottom: 20px;
	}
	.footer-bottom{
		font-size: 12px;
		flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: center !important;
		text-align: center;
	}
	.footer-bottom_col-1>div{
		display: flex;
    	justify-content: space-between;
	}
	footer .footer-bottom .footer-bottom_col-1{
		width: 100%;
	}
	footer {
		padding-bottom:30px;
	}
	footer .footer-bottom .footer-bottom_col-2{
		width: 100%;
	}
	footer .footer-bottom .footer-bottom_col-3{
		width: 100%;
	}
	 footer h2 {
		margin-top: 0px;
		font-size: 24px;
		 margin-bottom: 20px;
	}
	.footer-top_col-4 img{
		max-width: 201px;
	}
	#menu-help a {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.footer-top_col-1 img{
		margin-bottom: 20px;
	}
	footer .footer-bottom .footer-bottom_col-1 span {
		padding-left: 0px;
	}
}
.Roman{
    font-family: Roman;
    font-style: italic;
}