/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://wordpress.com/
 Description:  A child theme of Hello Elementor.
 Author:       Author Name
 Author URI:   http://wordpress.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../hello-elementor/style.css");

/* Add your custom styles below */



/* Custom CSS */
li.elementor-icon-list-item {
    list-style-type: none;
}

.whatsapp-icon {
    z-index: 20;
}

/* Header */
.ekit-template-content-header {
	position: relative;
	z-index: 2;
}
.ekit-template-content-header .elementor {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
	transition: 0.2s ease;
}
.ekit-template-content-header .elementor:hover {
    background-color: rgb(48 48 48 / 25%);
}

/* Home-Banner */
.home-slider-btn a:hover {
			color: #37699F;
            background-color: #ffffff;
        }
        .home-slider-btn {
            padding-top: 40px;
        }
        .home-slider-head {
            top: 33%;
/* 			top: 350px; */
        }
		.home-slider-head.carousel-caption{
			text-align: left;
			right: 7.25%;
			left: 7.25%;
		}

		/* button animation */
		.home-slider-btn a {
			font-family: Arial;
			font-weight: normal;
            position: relative;
            overflow: hidden;
/*             z-index: 1; */
            display: inline-block;
            text-align: center;
            text-decoration: none;
            transition: 0.05s ease-in;
            -o-transition: 0.05s ease-in;
            -ms-transition: 0.05s ease-in;
            -moz-transition: 0.05s ease-in;
            -webkit-transition: 0.05s ease-in;
         }
         .home-slider-btn a:hover {
             color: #37699F;
			 background-color: #1A120B;
         }

.swiper-container.home-banner-carousel{
	height: auto !important;
}
.home-banner-carousel  .swiper-slide {
    background-size: cover !important;
    height: 1080px;
/* 	padding: 30% 0; */
    margin: auto;
    background-repeat: no-repeat !important;
    background-position: top center;
    background-attachment: fixed; 
    background-blend-mode: multiply;
    background-color: rgb(22 22 22 / 60%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out; /* Increased duration */
}
.home-banner-carousel .swiper-button-prev:after,
.home-banner-carousel .swiper-button-next:after{
	content: unset;
}
.home-banner-carousel .swiper-button-prev,
.home-banner-carousel .swiper-button-next{
	height: 50px;
	width: 50px;
}
.home-banner-carousel .swiper-button-prev{
	left: 135px;
}
.home-banner-carousel .swiper-button-next{
	right: 135px;
}


		#carouselExample{
			position: relative;
		}
		.home-banner-slide-container .carousel ol{
			position: absolute;
			margin: 0 auto;
			left:0;
			right: 0;
			bottom: 50px;
			z-index: 1;
		}
		.home-banner-slide-container .carousel li{
			border: 1px solid #ffffff;
            list-style-type: none;
            color: #ffffff;
            height: 12px;
            width: 13px;
            margin: 0 7px;
            border-radius: 50%;
			background: transparent;
		}
		.home-banner-slide-container .carousel li.active{
            background: #ffffff;
		}


.home-banner-carousel .swiper-pagination-bullet {
    border: 1px solid #ffffff;
            list-style-type: none;
            color: #ffffff;
            height: 12px;
            width: 13px;
            margin: 0 7px;
	background:transparent; /* Color of the dots */
}

.home-banner-carousel .swiper-pagination-bullet-active {
    background: #ffffff; /* Active dot color */
}
.home-banner-carousel .swiper-pagination{
	bottom: 35px !important;
}


.home-banner-slide-container .carousel-caption h5{
	text-align: center;
    font: normal normal bold 25px/30px Lato;
    letter-spacing: 7.5px;
    color: #D5CDA2;
    text-transform: uppercase;
	margin-bottom: 35px;
}
.home-banner-slide-container .carousel-caption h3{
	text-align: center;
    font: normal normal normal 90px/99px Forum;
    letter-spacing: 0px;
    color: #FFFFFF;
	margin-block-end: unset;
	margin-bottom: 20px;
}
.home-banner-slide-container .carousel-caption p{
    text-align: center;
    font: normal normal normal 25px/30px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}		
.home-banner-slide-container .home-slider-btn{
	text-align: center;
}
.home-banner-slide-container .home-slider-btn a {
    font: normal normal 600 17px/21px Lato;
    letter-spacing: 0.85px;
    color: #D5CDA2;
    text-transform: uppercase;
	padding: 22.5px 102.605px;
    text-decoration: none;
    border: 2px solid #D5CDA2;
}

.home .home-banner-slide-container button.carousel-control-prev,
.home .home-banner-slide-container button.carousel-control-next{
	z-index: 0;
}


/* Home Testimonials Slider */
.home-testimonial-row .testimonial-user-name-box h3{
	margin: 0;
}
.home-testimonial-row .slick-next, .home-testimonial-row .slick-prev{
    font-size: 0;
	line-height: 0;
}
.home .home-testimonial-row.slick-slider .slick-prev:before {
    content: '\f284';
    font-family: bootstrap-icons !important;
    font-size: 36px;
    color: #D5CEA3;
}
.home .home-testimonial-row.slick-slider .slick-next:before {
    content: '\f285';
    font-family: bootstrap-icons !important;
    font-size: 36px;
    color: #D5CEA3;
}
.home .home-testimonial-row.slick-slider button:hover{
	background-color: transparent !important;
}

.home .home-testimonial-row.slick-slider [type=button]:focus, 
.home .home-testimonial-row.slick-slider [type=button]:hover, 
.home .home-testimonial-row.slick-slider button:focus, 
.home .home-testimonial-row.slick-slider button:hover{
	background-color: transparent !important;
}


/* About-Us */
.elementor-element.about-second-container{
	position: relative;
}
.elementor-element.about-second-container:before{
	background-image: url(https://websentialsdraft4.com/bistro-one/wp-content/uploads/2024/09/paddy_left.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: -330px;
    left: -120px;
}



/* WooCommerce */
.woocommerce-page main.site-main{
	width: 100% !important;
	max-width: 1920px !important;
	background-color: #332118;
}
.woocommerce.woocommerce-shop .shop-banner-wrapper,
.woocommerce.tax-product_cat .shop-banner-wrapper{
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    height: 700px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	background-blend-mode: multiply;
    background-color: rgba(90,90,90,0.85);
}
.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb,
.woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb{
	font: normal normal normal 20px/24px Lato;
	color: #D5CEA3;
	margin-bottom: 15px;
}
.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb a,
.woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb a{
	color: #ffffff;
}
.woocommerce.woocommerce-shop .shop-banner-wrapper header .woocommerce-products-header__title,
.woocommerce.tax-product_cat .shop-banner-wrapper header .woocommerce-products-header__title{
	font: normal normal normal 90px/99px Forum;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.woocommerce-page .products-main-container{
	padding: 150px 165px 180px;
}
.woocommerce-page .shop-products-wrapper h2.woocommerce-loop-product__title{
	font: normal normal normal 25px/35px Forum;
    letter-spacing: 0px;
    color: #D5CEA3;
    text-transform: capitalize;
	margin-top: 27px;
	margin-bottom: 5px;
}
.woocommerce-page .shop-products-wrapper a.product-thim-img span.price,
.woocommerce-page .shop-products-wrapper a.product-thim-img span.amount{
	font: normal normal normal 22px/40px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.woocommerce-page .productcolumnfilter ul.mainlist{
	padding-left: 0;
}
.woocommerce-page .shop-products-wrapper ul.products {
    display: grid;
    grid-template-columns: auto auto auto;
}
.woocommerce-page .shop-products-wrapper ul.products:before {
    display: none;
}
.woocommerce-page .shop-products-wrapper ul.products:after {
    display: none;
}
.woocommerce-page .productcolumnfilter h4{
	font: normal normal normal 25px/35px Lato;
    letter-spacing: 0.75px;
    color: #D5CEA3;
    text-transform: uppercase;
	margin: 0 0 30px;
}
.woocommerce-page .productcolumnfilter ul li{
	list-style: none;
	margin-bottom: 22px;
}
.woocommerce-page .productcolumnfilter ul li h3,
.woocommerce-page .productcolumnfilter ul li h3 a{
	font: normal normal normal 22px/28px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
	margin: 0;
}
.shop-products-wrapper div#productcolumn {
    margin: 0 15px;
	text-align: center;
	padding-bottom: 60px;
}
.shop-products-wrapper div#productcolumn:nth-of-type(3n){
	margin-right: 0;
}
.shop-products-wrapper a.product-thim-img,
.shop-products-wrapper span.product-image-box-wr {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.shop-products-wrapper a.product-thim-img{
	transition: 3s ease;
}
.shop-products-wrapper a.product-thim-img:hover img.product-img{
	transform: scale(1.05);
}
.shop-products-wrapper img.product-img{
	width: 100%;
	transition: .3s all linear;
}
.woocommerce .shop-products-wrapper nav.woocommerce-pagination{
	text-align: right;
	margin-top: 70px;
}
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul,
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul li .page-numbers{
	font: normal normal bold 22px/35px Lato;
	color: #ffffff;
	padding: 5px 15px;
    margin: 0 5px;
}
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul li .page-numbers.current{
	color: #D5CEA3;
	background: transparent;
}
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul li a:hover,
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul li a:focus{
	background: transparent;
}
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul li .prev.page-numbers{
	margin-right: 20px;
	padding-left: 0;
}
.woocommerce .shop-products-wrapper nav.woocommerce-pagination ul li .next.page-numbers{
	margin-left: 20px;
	padding-right: 0;
}

/* Woocommerce-Single-Product */
.woocommerce .woocommerce-message {
    border-top-color: #1A120B;
}
.woocommerce .woocommerce-message::before{
	color: #1A120B;
}


.woocommerce.single-product main.site-main{
	padding-top: 200px;
	display: flex;
	flex-direction: column;
}
.woocommerce.single-product .woocommerce-notices-wrapper{
	order: 1;
}
.woocommerce.single-product .shop-banner-wrapper{
	background-image: unset;
	order: 2;
}
.woocommerce.single-product div.product{
	order: 3;
	display: flex;
    flex-direction: column;
}
.woocommerce.single-product .product-main-container{
	padding: 0 165px 120px;
	order: 1;
}
.woocommerce.single-product .woocommerce-tabs.wc-tabs-wrapper{
	order: 2;
	padding: 0 165px 30px;
}
.woocommerce.single-product .woocommerce-Tabs-panel .page>*{
	color: #ffffff;
}
.woocommerce.single-product .woocommerce-message a.button{
	background-color: #D5CDA2 !important;
    text-align: center;
    font: normal normal 600 17px/21px Lato;
    letter-spacing: 0.85px;
    color: #1A120B;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    width: 200px;
    padding: 15px 0;
    transition: all .4s ease;
}
.woocommerce.single-product .woocommerce-message a.button:hover{
	color: #D5CDA2 !important;
    background-color: #1A120B !important;
    border-color: #1A120B !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active{
	background-color: #D5CDA2 !important;
    color: #1A120B;
    text-transform: uppercase;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li{
	background-color: #ffffff !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a{
	font: normal normal 600 16px/22px Lato;
    letter-spacing: 0.85px;
	text-transform: uppercase;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
    box-shadow: unset;
}
.woocommerce.single-product .product-related-container{
	background-color: #3C2A21;
	padding: 120px 0 100px;
	order: 3;
}
.woocommerce.single-product .product-related-container .related-products-swiper-container{
	padding-left: 165px;
	padding-right: 165px;
}
.woocommerce.single-product nav.woocommerce-breadcrumb{
	font: normal normal normal 20px/24px Lato;
	color: #D5CEA3;
	margin-bottom: 100px;
	padding: 0 165px;
}
.woocommerce.single-product nav.woocommerce-breadcrumb a{
	color: #ffffff;
}
.woocommerce.single-product .woocommerce-product-gallery__image a {
    pointer-events: none;
}
.woocommerce.single-product section.related.products {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.woocommerce.single-product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce.single-product .summary{
	text-align: center;
}
.woocommerce.single-product h1.product_title{
	font: normal normal normal 55px/45px Forum;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
	margin-bottom: 30px;
}
.woocommerce.single-product .summary .product_meta{
	display: none;
}
.woocommerce.single-product .summary .price{
	margin-bottom: 50px;
}
.woocommerce.single-product .summary span.amount{
	font: normal normal normal 35px/40px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-viewport {
    float: right;
    width: 80.5%;
}
.woocommerce.single-product .woocommerce-product-gallery ol {
    float: left;
    width: 17%;
    margin-top: 0 !important;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li {
    width: 100%;
    margin: 0px 0px 20px;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li:last-child{
	margin-bottom: 0px;
}
.woocommerce.single-product div.product h2.woocommerce-loop-product__title{
	font: normal normal normal 25px/35px Forum;
    letter-spacing: 0px;
    color: #D5CEA3;
    text-transform: capitalize;
	margin: 25px 0 10px;
}
.woocommerce.single-product section.related>h2{
	text-align: center;
	margin-bottom: 70px;
}
.woocommerce.single-product section.related ul.products:before,
.woocommerce.single-product section.related ul.products:after{
	display: none !important;
}
.woocommerce.single-product section.related ul.products div.product{
	text-align: center;
}
.woocommerce.single-product .summary div.quantity{
	display: block;
	float: unset !important;
	width: 300px;
	background-color: #80726C;
	margin: 0 auto !important;
}
.woocommerce.single-product .summary div.quantity input,
.woocommerce.single-product .summary div.quantity button{
	background-color: transparent;
	border: none;
	font: normal normal normal 30px/35px Lato;
	text-align: center;
	color: #ffffff;
	width: 31%;
	padding-top: 22px;
    padding-bottom: 22px;
}
.woocommerce.single-product .summary button[type=submit] {
	display: block;
	float: unset !important;
    background-color: #D5CDA2 !important;
	text-align: center;
    font: normal normal 600 17px/21px Lato;
    letter-spacing: 0.85px;
    color: #1A120B;
    text-transform: uppercase;
	border: none;
	border-radius: 0;
	margin: 65px auto 0;
	width: 300px;
    padding: 24.5px 0;
	transition: all .4s ease;
}
.woocommerce.single-product .summary button[type=submit]:hover{
	color: #D5CDA2 !important;
    background-color: #1A120B !important;
    border-color: #1A120B !important;
}
.woocommerce.single-product .summary .woocommerce-product-details__short-description p{
	font: normal normal normal 22px/30px Lato;
    color: #FFFFFF;
}
.woocommerce.single-product div.product .variations{
	background-color: #332118;
}
.woocommerce.single-product div.product .variations a.reset_variations{
	display: block !important;
	text-align: center;
}
.woocommerce.single-product div.product .variations th label{
    font: normal normal normal 16px/30px Lato;
    letter-spacing: 0px;
    color: #D5CDA2;
    text-transform: uppercase;
	
}
.woocommerce.single-product div.product .variations th.label{
	padding-bottom: 0;
}
.woocommerce.single-product div.product form.cart .variations td, .woocommerce.single-product div.product form.cart .variations th{
	background-color: #332118;
}
.woocommerce.single-product div.product .variations th .woo-selected-variation-item-name{
	font: normal normal normal 16px/30px Lato;
    color: #ffffff;
	vertical-align: bottom;
}
.woocommerce.single-product div.product .variations th,
.woocommerce.single-product div.product ul.variable-items-wrapper{
	justify-content: center;
	text-align: center;
}
.woocommerce.single-product div.product td.woo-variation-items-wrapper{
	padding: 0;
}
.woocommerce.single-product div.product ul.variable-items-wrapper{
	display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line */
}
.woocommerce.single-product div.product .variations li.variable-item{
	border: none;
	border-radius: 0;
	flex: 1 1 auto; /* Allows items to grow and shrink */
    margin: 12.5px; 
    min-width: 100px;
	padding: 0;
	height: 70px;
}
.woocommerce.single-product div.product .variations li.variable-item:first-child{
	margin-left: 0;
}
.woocommerce.single-product div.product .variations li.variable-item:last-child{
	margin-right: 0;
}
.woocommerce.single-product div.product .variations .variable-item-contents{
	background-color: #80726C;
}
.woocommerce.single-product div.product .variations .variable-item-span{
	font: normal normal normal 22px/35px Lato;
    color: #FFFFFF;
}

.woocommerce.single-product .slick-prev, .woocommerce.single-product .slick-next,
.woocommerce.single-product .slick-prev:before, .woocommerce.single-product .slick-next:before{
    font-size: 0;
	line-height: 0;
}
.woocommerce.single-product .slick-slider button:hover{
	background-color: transparent !important;
}

.woocommerce.single-product button.slick-prev.slick-arrow {
    background-image: url(https://websentialsdraft4.com/bistro-one/wp-content/uploads/2024/09/arrow-left-circle.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border: none;
}
.woocommerce.single-product button.slick-next.slick-arrow {
    background-image: url(https://websentialsdraft4.com/bistro-one/wp-content/uploads/2024/09/arrow-right-circle.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border: none;
}
.woocommerce.single-product button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: -50px;
}
.woocommerce.single-product button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
}
.woocommerce.single-product .related-products-slider .swiper-button-prev:after,
.woocommerce.single-product .related-products-slider .swiper-button-next:after{
	content: unset;
}
.woocommerce.single-product .related-products-slider .swiper-button-prev,
.woocommerce.single-product .related-products-slider .swiper-button-next{
	height: 50px;
	width: 50px;
}
.woocommerce.single-product .related-products-swiper-container{
	position: relative;
}
.woocommerce.single-product .related-products-slider .swiper-button-prev{
	left: 85px;
}
.woocommerce.single-product .related-products-slider .swiper-button-next{
	right: 85px;
}
.woocommerce.single-product .related-products-slider div.product{
	text-align: center;
}
.woocommerce.single-product .related-products-slider div.product span.price,
.woocommerce.single-product .related-products-slider div.product span.amount{
	color: #ffffff;
}
.woocommerce.single-product .related-products-slider a.product-thim-img {
    transition: transform 2s ease-in;
    display: inline-block;
}
.woocommerce.single-product .related-products-slider span.product-image-box-wr {
    display: inline-block;
    overflow: hidden;
}
.woocommerce.single-product .related-products-slider a.product-thim-img:hover img.product-img {
    transform: scale(1.05);
}

.woocommerce.single-product .quantity-label{
	text-align: center;  
    font: normal normal normal 16px/30px Lato;
    letter-spacing: 0px;
    color: #D5CDA2;
    text-transform: uppercase;
	margin-bottom: 5px;
}

/* Cart-Page */
.woocommerce-cart main.site-main{
    padding: 200px 165px 70px;
}
.woocommerce-cart main.site-main .alignwide{
	margin-left: 0;
	margin-right: 0;
}
.woocommerce-cart main.site-main h1.entry-title{
	font: normal normal normal 74px/82px Forum;
    letter-spacing: 0px;
    color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
.woocommerce-cart .wc-block-cart-items th {
    font: normal normal normal 22px / 42px Forum;
    color: #ffffff;
    letter-spacing: 1.2px;
}
.woocommerce-cart .wc-block-cart td.wc-block-cart-item__image{
	padding-left: 0 !important;
}
.woocommerce-cart .wc-block-cart td.wc-block-cart-item__product a.wc-block-components-product-name{
	color: #D5CEA3;
    font-family: "Forum", Sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 21px;
	text-decoration: none;
}
.woocommerce-cart .wc-block-cart td.wc-block-cart-item__product div.wc-block-cart-item__prices span,
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__total span{
	color: #FFFFFF;
    font-family: "Forum", Sans-serif;
    font-size: 19px;
    font-weight: normal;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector,
.woocommerce-cart .wc-block-cart-items li.wc-block-components-product-details__size,
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-panel__button,
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item{
	color: #ffffff;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector {
    border: 1px solid #ffffff;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper{
	border-top: 1px solid rgba(90,90,90,0.8);
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-fee-block.wc-block-components-totals-wrapper, .woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper{
    border-top: none !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__remove-link{
	color: #ff0000 !important;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{
    font: normal normal normal 34px / 42px Forum;
    color: #ffffff;
    letter-spacing: 1.2px;	
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar a.wc-block-cart__submit-button{
	background-color: #D5CDA2;
/*     padding: 12px 0; */
    font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 0.85px;
    color: #1A120B;
	text-decoration: none;
}

/* Checkout-Page */
.woocommerce-checkout main.site-main{
    padding: 200px 165px 70px;
}
.woocommerce-checkout main.site-main h1.entry-title{
	font: normal normal normal 74px/82px Forum;
    letter-spacing: 0px;
    color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
.woocommerce-checkout .wc-block-components-main>*,
.woocommerce-checkout .wc-block-components-sidebar>*{
    color: #ffffff;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button{
	background-color: #D5CDA2;
	color: #1A120B;
	border-color: #D5CDA2;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{
	background-color: #1A120B;
}

/* My-Acc-Page */
.woocommerce-account main.site-main{
    padding: 200px 165px 70px;
}
.woocommerce-account .page-header>*,
.woocommerce-account .page-content>*{
    color: #ffffff;
}
.woocommerce-account main.site-main h1.entry-title{
	font: normal normal normal 74px/82px Forum;
    letter-spacing: 0px;
    color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

/* Responsive */
@media(max-width: 1750px){
    .elementor-element.about-second-container:before{
        background-size: 30%;
    }
	.woocommerce-page .products-main-container{
	    padding: 150px 120px 180px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb{
		padding: 0 120px;
	}
	.woocommerce.single-product .product-main-container{
		padding: 0 120px 120px;
	}
	.woocommerce.single-product .product-related-container{
		padding: 120px 0 100px;
	}
	.woocommerce.single-product .product-related-container .related-products-swiper-container{
        padding-left: 120px;
        padding-right: 120px;
    }
	.woocommerce.single-product .related-products-slider .swiper-button-prev{
	    left: 50px;
    }
    .woocommerce.single-product .related-products-slider .swiper-button-next{
	    right: 50px;
    }
	.woocommerce.single-product .woocommerce-tabs.wc-tabs-wrapper{
		padding: 0 120px 30px;
    }
}
@media(max-width: 1640px){
	.elementor-element.header-container{
		width: 100% !important;
		--content-width: 100% !important;
		padding: 0 70px;
	}
	.elementor .elementor-element.header-container .elementskit-navbar-nav > li > a{
		padding: 0 16px 0 16px;
	}
	.elementor .elementor-element.elementor-element-061614f{
		--width: 20%;
	}
	.elementor .elementor-element.elementor-element-280aaf9{
		--width: 80%;
	}
	.elementor-element.mid-container{
		width: 88% !important;
		margin: 0 auto;
	}
	.home .home-banner-slide-container button.carousel-control-prev {
        left: 45px;
    }
	.home .home-banner-slide-container button.carousel-control-next {
        right: 45px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb{
		margin-bottom: 70px;
	}
	.woocommerce-cart main.site-main {
        padding: 160px 130px 5px;
    }
	.woocommerce-cart main.site-main h1.entry-title {
		font: normal normal normal 65px / 71px Forum;
	}
	.woocommerce-checkout main.site-main{
		padding: 160px 130px 50px;
	}
	.woocommerce-checkout main.site-main h1.entry-title {
        font: normal normal normal 65px / 71px Forum;
    }
	.home-banner-carousel .swiper-button-prev{
	    left: 75px;
    }
    .home-banner-carousel .swiper-button-next{
	    right: 75px;
    }
}
@media(max-width: 1540px){
	.elementor-element.header-container{
		padding: 0 55px;
	}
	.elementor .elementor-element.header-user-icon .elementor-widget-container{
		margin: 0 0 0 5px;
	}
	.elementor .elementor-element.header-cart-icon .elementor-widget-container{
		margin: 0 0 0 10px;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper header .woocommerce-products-header__title, .woocommerce.tax-product_cat .shop-banner-wrapper header .woocommerce-products-header__title{
		font: normal normal normal 65px/67px Forum;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper, .woocommerce.tax-product_cat .shop-banner-wrapper{
		height: 600px;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb, .woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb{
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.home-banner-carousel .swiper-button-prev{
	    left: 60px;
    }
    .home-banner-carousel .swiper-button-next{
	    right: 60px;
    }
}
@media(max-width: 1440px){
	.home-banner-slide-container .carousel-caption h3{
		font: normal normal normal 78px/92px Forum;
	}
	.elementor .elementor-element.header-user-icon img,
	.elementor .elementor-element.header-cart-icon img{
        width: 25px;
        height: 25px;
    }
	.elementor .elementor-element.header-container .elementskit-navbar-nav > li > a {
        padding: 0 14px 0 14px;
    }
	.elementor .elementor-element.elementor-element-061614f {
        --width: 17%;
    }
	.elementor .elementor-element.elementor-element-280aaf9 {
        --width: 83%;
    }
	.home .home-banner-slide-container button.carousel-control-prev {
        left: 35px;
    }
	.home .home-banner-slide-container button.carousel-control-next {
        right: 35px;
    }
	.home-banner-carousel .swiper-slide{
		height: 980px !important;
	}
	.home-slider-head {
        top: 28% !important;
	}
	.woocommerce-page .products-main-container {
        padding: 100px 100px 100px;
    }
	.woocommerce .shop-products-wrapper nav.woocommerce-pagination{
		margin-top: 0;
	}
	.woocommerce.single-product main.site-main {
        padding-top: 180px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb {
        margin-bottom: 60px;
		font: normal normal normal 18px/22px Lato;
    }
	.woocommerce.single-product h1.product_title{
		font-size: 50px;
	}
	.woocommerce.single-product .summary span.amount{
		font: normal normal normal 32px/38px Lato;
	}
	.woocommerce.single-product .summary .price {
        margin-bottom: 35px;
    }
	.woocommerce.single-product .summary .woocommerce-product-details__short-description p{
		font: normal normal normal 20px/30px Lato;
	}
	.woocommerce.single-product div.product .variations .variable-item-span{
		font: normal normal normal 20px/28px Lato;
	}
	.woocommerce.single-product div.product .variations li.variable-item{
		height: 50px;
	}
	.woocommerce.single-product .summary div.quantity{
		width: 240px;
	}
	.woocommerce.single-product .summary div.quantity input, .woocommerce.single-product .summary div.quantity button{
		font: normal normal normal 26px/32px Lato;
		padding-top: 12px;
        padding-bottom: 12px;
	}
	.woocommerce.single-product .product-main-container {
        padding: 0 120px 40px;
    }
	.woocommerce.single-product .product-related-container {
        padding: 75px 0 85px;
    }
	.woocommerce.single-product .summary button[type=submit]{
		margin: 45px auto 0;
        width: 240px;
        padding: 17.5px 0;
	}
	.woocommerce.single-product section.related>h2{
		margin-bottom: 45px;
		font-size: 64px;
	}
	.woocommerce-cart main.site-main {
        padding: 150px 90px 5px;
    }
	.woocommerce-checkout main.site-main{
		padding: 150px 90px 50px;
	}
	.woocommerce-account main.site-main{
        padding: 150px 90px 50px;
    }
	.home-banner-carousel .swiper-button-prev{
	    left: 55px;
    }
    .home-banner-carousel .swiper-button-next{
	    right: 55px;
    }
}
@media(max-width: 1400px){
	.elementor-page .elementor-element.common-button a.elementskit-btn{
		padding: 18px 0;
		width: 210px;
	}
	.home-banner-slide-container .carousel-caption h3 {
        font: normal normal normal 68px/78px Forum;
    }
    .home-banner-slide-container .carousel-caption h5 {
        font: normal normal bold 22px/26px Lato;
        margin-bottom: 25px;
    }
	.woocommerce.woocommerce-shop .shop-banner-wrapper, .woocommerce.tax-product_cat .shop-banner-wrapper{
		height: 480px;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb, .woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb{
		margin-top: 50px;
	}
	.woocommerce div.product .woocommerce-tabs .panel>h2{
		font-size: 50px;
		line-height: 58px;
	}
}
@media(max-width: 1366px){
	.elementor .elementor-element.header-container .elementskit-navbar-nav > li > a {
        padding: 0 12px 0 12px;
    }
	.elementor .elementor-element.header-user-icon img, .elementor .elementor-element.header-cart-icon img {
        width: 22px;
        height: 22px;
    }
	.elementor .elementor-element.header-cart-icon .elementor-widget-container {
        margin: 0 0 0 6px;
    }
	.elementor .elementor-element.header-user-icon .elementor-widget-container {
        margin: 0 0 0 2px;
    }
	.elementor-page .elementor-element.common-button a.elementskit-btn{
		padding: 15px 0;
		width: 200px;
	}
	.home-banner-carousel .swiper-slide{
        height: 700px !important;
    }
	.home-banner-slide-container .carousel-caption h3 {
        font: normal normal normal 60px/60px Forum;
    }
	.home-banner-slide-container .home-slider-btn a{
		padding: 18px 70px;
	}
	.home-banner-slide-container .carousel-caption p{
		font-size: 22px;
	}
	.elementor-element.about-second-container:before{
		top: -265px;
        left: -110px;
	}
	.woocommerce.single-product h1.product_title {
        font-size: 45px;
        margin-bottom: 25px;
    }
	.woocommerce.single-product .summary .price {
        margin-bottom: 28px;
    }
	.woocommerce.single-product .summary span.amount {
        font: normal normal normal 28px / 34px Lato;
    }
	.woocommerce.single-product .product-main-container {
        padding: 0 120px 20px;
    }
	.woocommerce.single-product .product-related-container {
        padding: 60px 0 75px;
    }
	.woocommerce.single-product section.related>h2 {
        margin-bottom: 35px;
        font-size: 54px;
    }
	.woocommerce.single-product div.product h2.woocommerce-loop-product__title{
		font: normal normal normal 22px/30px Forum;
		margin: 15px 0 5px;
	}
	.woocommerce.single-product section.related span.woocommerce-Price-amount.amount {
        font-size: 18px;
    }
	.home-banner-carousel .swiper-button-prev{
	    left: 45px;
    }
    .home-banner-carousel .swiper-button-next{
	    right: 45px;
    }
}
@media(max-width: 1280px){
	.elementor .elementor-element.header-container .elementskit-navbar-nav > li > a {
        padding: 0 11px 0 11px;
    }
	.elementor .elementor-element.header-user-icon .elementor-widget-container{
		margin: 0;
	}
	.elementor .elementor-element.elementor-element-061614f {
        --width: 14%;
    }
	.elementor .elementor-element.elementor-element-280aaf9 {
        --width: 86%;
    }
	.home-banner-slide-container .carousel-caption p{
		max-width: 100%;
		margin: 0 40px;
	}
	.home-slider-head {
        top: 25% !important;
    }
	.woocommerce.single-product main.site-main {
        padding-top: 140px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb {
        font: normal normal normal 16px/20px Lato;
		padding: 0 55px;
		margin-bottom: 50px;
    }
	.woocommerce.single-product .product-main-container {
        padding: 0 55px 0;
    }
	.woocommerce.single-product h1.product_title {
        font-size: 40px;
        margin-bottom: 21px;
        line-height: 40px;
    }
	.woocommerce.single-product .summary span.amount {
        font: normal normal normal 26px / 34px Lato;
    }
	.woocommerce.single-product .summary .price {
        margin-bottom: 20px;
    }
	.woocommerce.single-product .summary .woocommerce-product-details__short-description p {
        font: normal normal normal 18px / 28px Lato;
    }
	.woocommerce.single-product div.product .variations li.variable-item{
		margin: 7.5px;
		height: 45px;
	}
	.woocommerce.single-product div.product .variations .variable-item-span {
        font: normal normal normal 18px / 28px Lato;
    }
	    .woocommerce.single-product .summary div.quantity input, .woocommerce.single-product .summary div.quantity button {
        font: normal normal normal 22px / 30px Lato;
        padding-top: 8px;
        padding-bottom: 8px;
    }
	.woocommerce.single-product .summary div.quantity {
        width: 220px;
    }
	.woocommerce.single-product .summary button[type=submit] {
        margin: 35px auto 0;
        width: 220px;
        padding: 14px 0;
		font: normal normal 600 16px/18px Lato;
    }
	.woocommerce.single-product .product-related-container {
        padding: 30px 0 70px;
    }
	.woocommerce.single-product .product-related-container .related-products-swiper-container{
        padding-left: 55px;
        padding-right: 55px;
    }
	.woocommerce.single-product section.related>h2 {
        margin-bottom: 30px;
        font-size: 50px;
    }
	.woocommerce-cart main.site-main h1.entry-title {
        font: normal normal normal 55px / 65px Forum;
    }
	.woocommerce-checkout main.site-main h1.entry-title {
        font: normal normal normal 55px / 65px Forum;
    }
    .woocommerce-account main.site-main h1.entry-title{
    	font: normal normal normal 55px/65px Forum;
    }
	.woocommerce-account .page-content .woocommerce>h2{
		font-size: 60px;
		line-height: 70px;
	}
	.woocommerce.single-product .related-products-slider .swiper-button-prev{
	    left: 30px;
    }
    .woocommerce.single-product .related-products-slider .swiper-button-next{
	    right: 30px;
    }
	.woocommerce.single-product .woocommerce-tabs.wc-tabs-wrapper{
		padding: 0 55px 30px;
    }
}
@media(max-width: 1200px){
	.elementor-14 .elementor-element.elementor-element-711eba9 .elementskit-navbar-nav > li > a {
        font-size: 15px;
    }
	.elementor-element.header-nav-container {
        --widgets-spacing: 10px;
    }
	.elementor .elementor-element.header-container .elementskit-navbar-nav > li > a {
        padding: 0 9px 0 9px;
    }
	.elementor-element.header-container {
        padding: 0 40px;
    }
	.home-banner-slide-container .carousel-caption h3{
		font: normal normal normal 62px/78px Forum;
	}
	.elementor-page .elementor-element.common-button a.elementskit-btn {
        padding: 10px 0;
        width: 160px;
        font-size: 15px;
    }
/* 	.testimonial-col.slick-slide .testimonial-box{
		height: auto !important;
	} */
	.home-banner-slide-container .carousel-caption h5 {
        font: normal normal bold 20px/26px Lato;
        margin-bottom: 18px;
    }
	.home-banner-slide-container .carousel-caption h3 {
        font: normal normal normal 56px/68px Forum;
    }
	.home-banner-slide-container .carousel-caption p {
        margin: 0 50px;
    }
	.home-banner-slide-container .home-slider-btn a {
        padding: 16px 60px;
    }
	.elementor-element.about-second-container:before {
        top: -225px;
        left: -85px;
    }
	.woocommerce.woocommerce-shop .shop-banner-wrapper, .woocommerce.tax-product_cat .shop-banner-wrapper{
		height: 430px;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb, .woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb{
		margin-top: 60px;
	}
	.woocommerce-page .products-main-container {
        padding: 80px 80px 80px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb{
		padding: 0 40px;
	}
	.woocommerce.single-product .product-main-container {
        padding: 0 40px 0;
    }
	.woocommerce.single-product .product-related-container {
        padding: 30px 0 70px;
    }
	.woocommerce.single-product .product-related-container .related-products-swiper-container{
        padding-left: 40px;
        padding-right: 40px;
    }
	.woocommerce-cart main.site-main {
        padding: 110px 40px 5px;
    }
	.woocommerce-cart main.site-main h1.entry-title {
        font: normal normal normal 50px / 58px Forum;
    }
	.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
		font: normal normal normal 30px / 40px Forum;
	}
	.woocommerce-cart .wc-block-cart .wc-block-cart-items{
		margin-bottom: 0;
	}
	.woocommerce-checkout main.site-main{
		padding: 110px 40px 20px;
	}
	.woocommerce-checkout main.site-main h1.entry-title {
        font: normal normal normal 50px / 58px Forum;
    }
	.woocommerce-account main.site-main{
		padding: 110px 40px 20px;
	}
	.woocommerce-account main.site-main h1.entry-title{
    	font: normal normal normal 50px / 58px Forum;
    }
	.woocommerce-account .page-content .woocommerce>h2{
		font-size: 50px;
		line-height: 58px;
	}
	.woocommerce.single-product .woocommerce-tabs.wc-tabs-wrapper{
		padding: 0 40px 30px;
    }
}
@media(max-width: 1199px){
	.woocommerce.single-product .related-products-slider .swiper-button-prev{
	    left: 15px;
    }
    .woocommerce.single-product .related-products-slider .swiper-button-next{
	    right: 15px;
    }
}
@media(max-width: 1080px){
	.elementor .elementor-element.header-container .elementskit-navbar-nav > li > a {
        padding: 0 8px 0 8px;
    }
}
@media(max-width: 1024px){
	.elementor-element.header-container .header-logo-image img{
		width: 180px;
	}
	.elementor .elementor-element.elementor-element-061614f {
        --width: 100%;
    }
	.elementor .elementor-element.elementor-element-280aaf9 {
        --width: 100%;
    }
	.elementor-element.header-container [type=button]:hover{
		background-color: #D5CEA3;
		color: #999999 !important;
	}
	.elementor-element.header-nav-container .elementskit-menu-container .elementskit-navbar-nav>li {
        margin: 8px;
    }
	.home-slider-head {
        top: 21% !important;
    }
	.home-banner-slide-container .carousel-caption h3 {
        font: normal normal normal 46px/56px Forum;
    }
	.home-banner-slide-container .carousel-caption p {
        font-size: 20px;
    }
	.home-banner-carousel .swiper-slide{
        height: 650px !important;
    }
	.home-banner-carousel .swiper-button-prev,
	.home-banner-carousel .swiper-button-next{
		z-index: 1;
	}
	.home-banner-slide-container button.carousel-control-prev span.carousel-control-prev-icon,
	.home-banner-slide-container button.carousel-control-next span.carousel-control-next-icon{
		height: 40px !important;
		width: 40px !important;
	}
	.elementor-element.about-second-container:before {
        background-size: 25%;
		top: -195px;
        left: -60px;
    }
	.woocommerce-page .products-main-container {
        padding: 65px 50px 65px;
    }
	.woocommerce.single-product main.site-main {
        padding-top: 120px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb {
        font: normal normal normal 14px / 18px Lato;
        margin-bottom: 30px;
    }
	.woocommerce.single-product h1.product_title {
        font-size: 34px;
        margin-bottom: 16px;
        line-height: 36px;
    }
	.woocommerce.single-product .summary span.amount {
        font: normal normal normal 22px / 30px Lato;
    }
	.woocommerce.single-product .summary .price {
        margin-bottom: 15px;
    }
	.woocommerce.single-product .summary .woocommerce-product-details__short-description p {
        font: normal normal normal 17px / 25px Lato;
    }
	.woocommerce.single-product div.product .variations .variable-item-span {
        font: normal normal normal 16px / 26px Lato;
    }
	.woocommerce.single-product .summary div.quantity {
        width: 180px;
    }
	.woocommerce.single-product .summary div.quantity input, .woocommerce.single-product .summary div.quantity button{
		font: normal normal normal 18px / 26px Lato;
	}
	.woocommerce.single-product .summary button[type=submit]{
		width: 180px;
        padding: 13px 0;
        font: normal normal 600 14px / 16px Lato;
	}
	.woocommerce.single-product section.related>h2 {
        margin-bottom: 20px;
        font-size: 45px;
    }
	.woocommerce.single-product main.site-main {
        padding-top: 100px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb {
        padding: 0 30px;
    }
	.woocommerce.single-product .product-main-container {
        padding: 0 30px 30px;
    }
	.home-banner-carousel .swiper-button-prev{
	    left: 40px;
    }
    .home-banner-carousel .swiper-button-next{
	    right: 40px;
    }
	.home-banner-carousel .swiper-pagination {
        bottom: 15px !important;
    }
	.woocommerce.single-product .woocommerce-tabs.wc-tabs-wrapper{
		padding: 0 30px 30px;
    }
	.woocommerce div.product .woocommerce-tabs .panel>h2{
		font-size: 34px;
		line-height: 40px;
	}
}
@media(max-width: 980px){
	.home .home-banner-slide-container button.carousel-control-prev {
        left: 25px;
    }
	.home .home-banner-slide-container button.carousel-control-next{
		right: 25px;
	}
	.home-testimonial-row button.slick-prev.slick-arrow{
		left: -5px !important;
	}
	.home-testimonial-row button.slick-next.slick-arrow{
		right: -5px !important;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper, .woocommerce.tax-product_cat .shop-banner-wrapper{
		height: 280px;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb, .woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb{
		margin-top: 45px;
	}
/*	.woocommerce-page .shop-products-wrapper ul.products {
        display: grid;
        grid-template-columns: auto auto;
    } */
	.shop-products-wrapper div#productcolumn{
		padding-bottom: 40px;
	}
/*	.shop-products-wrapper div#productcolumn:nth-of-type(3n) {
        margin-right: 15px;
    }
	.shop-products-wrapper div#productcolumn:nth-of-type(2n) {
        margin-right: 0;
    } */
	.woocommerce-page .productcolumnfilter h4{
		font: normal normal normal 21px/24px Lato;
		margin-bottom: 20px;
	}
	.woocommerce-page .productcolumnfilter ul li h3, .woocommerce-page .productcolumnfilter ul li h3 a {
        font: normal normal normal 17px/25px Lato;
	}
	.woocommerce-page .productcolumnfilter ul li{
		margin-bottom: 12px;
	}
	.home .testimonial-home-btn {
        padding-top: 5px;
    }
}
@media(max-width: 768px){
	.elementor-page .elementor-element.common-button a.elementskit-btn{
		font-size: 14px;
	}
	.elementor-element.header-container {
        padding: 0 30px;
    }
	.elementor-element.mid-container{
		width: 100% !important;
	}
	.home-banner-slide-container .carousel-caption h3 {
        font: normal normal normal 38px/44px Forum;
        margin-bottom: 15px;
    }
	.home-banner-slide-container .carousel-caption h5 {
        font: normal normal bold 18px/22px Lato;
        margin-bottom: 12px;
    }
	.home-banner-slide-container .carousel-caption p {
        font-size: 19px;
        line-height: 27px;
    }
	.home-banner-carousel .swiper-slide{
        height: 600px !important;
    }
	.home-slider-head {
        top: 18% !important;
    }
	.elementor-element.about-second-container:before{
		display: none;
	}
	.woocommerce-page .products-main-container {
        padding: 40px 30px 55px;
    }
	.woocommerce-page .shop-products-wrapper h2.woocommerce-loop-product__title{
		font: normal normal normal 22px/28px Forum;
		margin-top: 21px;
		margin-bottom: 0;
	}
	.woocommerce-page .shop-products-wrapper a.product-thim-img span.price, .woocommerce-page .shop-products-wrapper a.product-thim-img span.amount{
		font: normal normal normal 19px/35px Lato;
	}
	.shop-products-wrapper div#productcolumn {
        padding-bottom: 25px;
    }
	.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__total span {
        line-height: 21px;
    }
	.home-banner-carousel .swiper-button-prev{
	    left: 30px;
		top: 48%;
    }
    .home-banner-carousel .swiper-button-next{
	    right: 30px;
		top: 48%;
    }
}
@media(max-width: 767px){
	.elementor .elementor-element.elementor-element-061614f {
        --width: 50%;
    }
	.elementor .elementor-element.elementor-element-280aaf9 {
        --width: 50%;
    }
	.elementor-element.header-container .header-logo-image img {
        width: 150px;
    }
}
@media(max-width: 650px){
	.home-slider-head {
        top: 16% !important;
    }
	.home-banner-slide-container button.carousel-control-prev span.carousel-control-prev-icon,
	.home-banner-slide-container button.carousel-control-next span.carousel-control-next-icon{
		height: 35px !important;
		width: 35px !important;
	}
	.home .home-banner-slide-container button.carousel-control-prev {
        left: 15px;
    }
	.home .home-banner-slide-container button.carousel-control-next{
		right: 15px;
	}
	.home-banner-slide-container .carousel ol{
		bottom: 25px !important;
	}
	.home-banner-slide-container .carousel-caption h3 {
        font: normal normal normal 34px/40px Forum;
        margin-bottom: 10px;
    }
	.home-banner-slide-container .home-slider-btn a {
        font-size: 14px;
        padding: 12px 46px;
    }
	.home .home-banner-slide-container button.carousel-control-prev,
	.home .home-banner-slide-container button.carousel-control-next{
		padding:0;
	}
	.home-banner-slide-container .carousel-caption p {
        margin: 0 25px;
    }
	.home-slider-btn {
        padding-top: 20px !important
    }
	.home-banner-carousel .swiper-button-prev{
		left: 10px;
        top: 51%;
        height: 40px;
        width: 40px;
        background-size: contain;
	}
	.home-banner-carousel .swiper-button-next{
		right: 10px;
        top: 51%;
        height: 40px;
        width: 40px;
        background-size: contain;
	}
}
@media(max-width: 575px){
	.woocommerce-page main.site-main{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.woocommerce .productcolumnfilter,
	.woocommerce .shop-products-wrapper{
		width: 100%;
	}
	.woocommerce .productcolumnfilter{
		margin-bottom: 20px;
	}
	.shop-products-wrapper div#productcolumn:nth-of-type(2n) {
        margin-right: 15px;
    }
	.shop-products-wrapper div#productcolumn:nth-child(even){
		margin-right: 0;
	}
	.shop-products-wrapper div#productcolumn:nth-child(odd){
		margin-left: 0;
	}
	.woocommerce-cart main.site-main {
        padding: 90px 30px 5px !important;
    }
	.woocommerce-cart main.site-main h1.entry-title {
        font: normal normal normal 42px / 50px Forum;
		margin-bottom: 5px;
		padding-left: 0 !important;
    }
	.woocommerce-checkout main.site-main{
		padding: 90px 30px 50px !important;
	}
	.woocommerce-checkout main.site-main h1.entry-title {
        font: normal normal normal 42px / 50px Forum;
		margin-bottom: 5px;
		padding-left: 0 !important;
    }
	.woocommerce-account main.site-main{
		padding: 90px 30px 50px !important;
	}
	.woocommerce-account main.site-main h1.entry-title{
    	font: normal normal normal 42px / 50px Forum;
		margin-bottom: 5px;
		padding-left: 0 !important;
    }
	.woocommerce-account .page-content .woocommerce>h2{
		font-size: 42px;
		line-height: 50px;
	}
}
@media(max-width: 480px){
	.elementor-element.header-container .header-logo-image img {
        width: 135px;
    }
	.elementor .elementor-element.header-user-icon img, .elementor .elementor-element.header-cart-icon img {
        width: 18px;
        height: 18px;
    }
		.woocommerce-page .shop-products-wrapper ul.products {
        display: grid;
        grid-template-columns: auto;
    }
	.shop-products-wrapper div#productcolumn{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.woocommerce.single-product .product-main-container {
        padding: 0 30px 20px;
    }
	.woocommerce.single-product .product-related-container {
        padding: 10px 0 50px;
    }
	.woocommerce.single-product .product-related-container .related-products-swiper-container{
        padding-left: 30px;
        padding-right: 30px;
    }
	.woocommerce.single-product section.related>h2 {
        margin-bottom: 5px;
        font-size: 40px;
    }
	.woocommerce.single-product div.product div.images .flex-control-thumbs li{
		margin: 0 0 12px;
	}
	.woocommerce.single-product main.site-main {
        padding-top: 85px;
    }
	.woocommerce.single-product nav.woocommerce-breadcrumb{
		margin-bottom: 20px;
	}
	.woocommerce.single-product .related-products-slider .swiper-button-prev{
	    left: 18px;
        top: 42%;
        height: 40px;
        width: 40px;
        background-size: contain;
    }
    .woocommerce.single-product .related-products-slider .swiper-button-next{
	    right: 18px;
		top: 42%;
        height: 40px;
        width: 40px;
        background-size: contain;
    }
}
@media(max-width: 430px){
	.home-testimonial-row button.slick-prev.slick-arrow{
		left: 10px !important;
		width: 40px !important;
		height: 40px !important;
	}
	.home-testimonial-row button.slick-next.slick-arrow{
		right: 10px !important;
		width: 40px !important;
		height: 40px !important;
	}
	.home-testimonial-row .testimonial-col {
        padding: 0 30px 15px 30px !important;
    }
	.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb, .woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb{
		font-size: 12px;
		line-height: 18px;
	}
	.woocommerce.woocommerce-shop .shop-banner-wrapper, .woocommerce.tax-product_cat .shop-banner-wrapper {
        height: 180px;
    }
	.woocommerce.woocommerce-shop .shop-banner-wrapper header .woocommerce-products-header__title, .woocommerce.tax-product_cat .shop-banner-wrapper header .woocommerce-products-header__title {
        font: normal normal normal 35px/40px Forum;
		margin-top: 0;
    }
	.woocommerce.woocommerce-shop .shop-banner-wrapper nav.woocommerce-breadcrumb, .woocommerce.tax-product_cat .shop-banner-wrapper nav.woocommerce-breadcrumb{
		margin-bottom: 0;
	}
	.woocommerce-checkout main.site-main{
		padding: 90px 30px 30px !important;
	}
	.woocommerce-account main.site-main{
		padding: 90px 30px 30px !important;
	}
	.woocommerce.single-product .related-products-slider .swiper-button-prev{
	    left: 10px;
	}
    .woocommerce.single-product .related-products-slider .swiper-button-next{
	    right: 10px;
    }
}
@media(max-width: 375px){
	.home-slider-head.carousel-caption{
        padding: 0;
    }
	.home-banner-slide-container .carousel-caption h5 {
        font: normal normal bold 16px/20px Lato;
        margin-bottom: 10px;
	}
	.home-banner-slide-container .carousel-caption h3 {
        font: normal normal normal 28px/34px Forum;
        margin-bottom: 5px;
    }
}
