/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


body {
    overflow-x: hidden;
}

html a {
    text-decoration: none !important;
}

body a {
    text-decoration: none !important;
}

.page-header {
    display: none !important;
}

.service-sec a {
    text-decoration: unset !important;
}

.elementor-shortcode span.woocommerce-Price-amount.amount {
    display: none;
}

.elementor-shortcode .xoo-wsc-sc-count {
    background: #c07d48 !important;
}


ul.products li.product .price {
    margin: 0 0 !important;
}

.shopengine-wishlist.badge {
    display: none !important;
}

a.shopengine-quickview-trigger {
    display: none !important;
}

.shopengine-comparison {
    display: none !important;
}


.cart_totals h2 {
    font-size: 25px !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.cart_totals  .wc-proceed-to-checkout a {
    padding: 20px !important;
    border-radius: 100px !important;
    background: #C07D48 !important;
    color: #ffff;
    font-size: 16px !important;
    font-family: 'Manrope';
}

.cart_totals  .wc-proceed-to-checkout a:hover {
    background: #000 !important;
}

.coupon.e-cart-section.shop_table input#coupon_code {
    height: 50px !important;
    border-radius: 100px !important;
    border: 1px solid grey;
    padding: 20px;
}

.coupon.e-cart-section.shop_table  button.button.e-apply-coupon {border: 2px solid #c07d48 !important;color: #000 !important;border-radius: 100px !important;height: 50px !important;}

.coupon.e-cart-section.shop_table  button.button.e-apply-coupon:hover {border: 2px solid #c07d48 !important;color: #fff !important; background: #c07d48 !important;}

.e-shop-table.e-cart-section td.product-name a {
    font-size: 16px !important;
    color: #c07d48 !important;
}

.e-shop-table.e-cart-section  button.button {
    border: 2px solid #c07d48 !important;color: #000 !important;border-radius: 100px !important;height: 50px !important;
}


.e-checkout__container .e-checkout__column h3 {
    font-size: 25px !important;
    margin-top: 10px !important;
}

.e-checkout__container .e-checkout__column  input, select, textarea {
}

.e-checkout__container .e-checkout__column  a.e-show-coupon-form {
    color: #C07D48 !important;
}

.e-checkout__container .e-checkout__column  button.woocommerce-button.button.e-apply-coupon {
    border: 2px solid #c07d48 !important;
    color: #000 !important;
    border-radius: 100px !important;
    height: 50px !important;
}


.e-checkout__container .e-checkout__column  .col.coupon-col-1 input#coupon_code {
    height: 50px !important;
    border-radius: 100px !important;
    border: 1px solid grey;
    padding: 20px;
}

.e-checkout__container .e-checkout__column button#place_order {
    padding: 18px !important;
    border-radius: 100px !important;
    background: #C07D48 !important;
    color: #ffff;
    font-size: 16px !important;
    font-family: 'Manrope';
}

.e-checkout__container .e-checkout__column button#place_order:hover {
    background: #000 !important;
}


.shopengine-woocommerce-info.woocommerce-info {
    display: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {color: #000 !important;margin-top: 0 !important;}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p a {color: #000 !important;margin-top: 0 !important;}




.single-product main#main {
    padding-top: 50px !important;
}

.single-product main#main img.wp-post-image {
    background: #C07D48;
    border-radius: 12px;
}

.single-product main#main  section.related {
    display: none !important;
}

.single-product main#main  div#reviews h2.woocommerce-Reviews-title {
    font-size: 25px !important;
    color: #122B5A !important;
    margin-top: 30px !important;
}

.single-product main#main  textarea#comment {
    border-radius: 12px !important;
    height: 120px !important;
}

.single-product main#main  p.form-submit input#submit {
    padding: 16px 40px !important;
    border-radius: 1000px !important;
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.single-product main#main p.form-submit input#submit:hover {
    background: #fff !important;
    color: #C07D48;
}

.single-product .summary h1.product_title.entry-title {
    margin-top: 30px;
    color: #000 !important;
    font-size: 44px !important;
}

.single-product .summary .amount {
    font-size: 24px !important;
    font-weight: 400 !important;
    font-family: 'Bungee' !important;
    display: block;
    color: #C07D48;
}

.single-product .summary  .woocommerce-product-details__short-description {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.single-product .summary .woocommerce-product-details__short-description p {
    color: #000 !important;
    font-size: 16px !important;
    font-family: 'Inter';
}

.single-product .summary  .product_meta {display: none;}

.single-product .summary .shopengine-wishlist {display: none !important;}

.single-product .summary  a.shopengine_comparison_add_to_list_action {display: none;}

.single-product .summary  button.single_add_to_cart_button {
    padding: 13px 45px !important;
    border-radius: 100px !important;
    background: #C07D48;
    color: #fff;
    border: 2px solid #C07D48;
}


.single-product .summary  button.single_add_to_cart_button:hover {
    background: #000 !important;
    border: 2px solid #000 !important;
}


.single-product .summary .quantity .qty {
    border: 2px solid #000 !important;
    padding: 9px 0px !important;
    width: 100px !important;
    border-radius: 1000px !important;
    padding-right: 10px !important;
}


.single-product .ekit-template-content-header {
    border-bottom: 1px solid #cacaca;
}

.single-product main#main {
    max-width: 1300px !important;
    padding-bottom: 40px !important;
}

.single-product main#main div#tab-description h2 {
    font-size: 40px;
}

.xoo-wsc-ft-buttons-cont {
    display: block !important;
}

.xoo-wsc-ft-buttons-cont a {
    margin-bottom: 10px !important;
}

.pum-theme-258, .pum-theme-default-theme {
    background: rgb(0 0 0 / 22%) !important;
}

.pum-theme-258 .pum-container, .pum-theme-default-theme .pum-container {
    border-radius: 10px !important;
    overflow: hidden;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.pum-container iframe {
    width: 100% !important;
    height: 400px !important;
}

.pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background: rgb(255 0 0) !important;
    width: 40px !important;
    border-radius: 100px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    font-size: 20px !important;
}

.pum-container.pum-responsive.pum-responsive-small {
    width: unset !important;
    margin-left: -12% !important;
}

.pum-content.popmake-content {
    padding: 25px;
    background: #ffffff;
    text-align: center;
}

.pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
}

.pum-content.popmake-content button {
    padding: 12px 30px !important;
    margin: 0 auto;
    border: 1px solid #000 !important;
}


.full-width-img a {
    display: block;
}

.full-width-img a img {
    object-position: 100% 100% !important;
}

.full-width-img a {
    display: block !important;
}

.img-slide figure.swiper-slide-inner {
    height: 375px !important;
}

.img-slide figure.swiper-slide-inner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.woocommerce-loop-product__buttons {
    display: none !important;
}


form.cart {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 80px !important;
    padding: 20px;
    background: rgb(193 128 76);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    padding: 24;
}

.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    padding-top: 20px !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1 !important;
}


.elementor-element .swiper .elementor-swiper-button svg {
    background: #fff !important;
    border-radius: 100px !important;
    width: 15px !important;
    fill: #000 !important;
}


.price {
	display: none !important;
}

@media only screen and (max-width: 1000px) {
	
	[data-id="4894e091"] {
		width: 50% !important;
		justify-content: flex-end !important;
		gap: 12px !important;
	}

	[data-id="4ea9d94b"] {
		width: 50% !important;
	}

	.ekit-template-content-header {
		padding: 10px  !important;
	}
	

	[data-id="5bc60d54"]::before {
		background-size: 65% 48%  !important;
		background-position: 51% 100% !important;
	}
	
}






