/*
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 */

.elementor-loop-container.elementor-grid.loading {
  opacity: .5;
}

.elementor-widget-loop-grid:has(.elementor-grid.loading):after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('https://wordpress-995787-5157381.cloudwaysapps.com/wp-content/uploads/2025/02/spinner.svg');
    background-size: contain;
    top: 50%;
    left: 50%;
    transform:translate(50%,-50%);
}

#product-tag-filter label, #product-cat-filter label, #product-brand-filter label, #product-tag-brand-filter label {
    display: flex;
    align-items: center;
    gap: 5px;
}

#product-tag-filter, #product-cat-filter, #product-brand-filter, #product-tag-brand-filter {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

input[type="checkbox"].custom-checkbox {
    -webkit-appearance: none;
}

input[type="checkbox"].custom-checkbox:before {
    /* position: absolute; */
    display: block;
    content: '';
    background-image: url('/wp-content/uploads/2025/01/unchecked.svg');
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 2px;
    right: 10px;
}
@media (max-width: 767px) {

    input[type="checkbox"].custom-checkbox:before {
        width: 20px;
        height: 20px;
    }
}

input[type="checkbox"].custom-checkbox:checked:before {
    background-image: url('/wp-content/uploads/2025/01/checked.svg');
}


.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  display: none !important;
}

.woocommerce-checkout span.wc-block-components-order-summary__button-text {
    font-size: 28px;
    font-weight: 500;
}

.woocommerce-checkout .wc-block-components-panel__button svg {
    /* display: none; */
}

.woocommerce-checkout .wc-block-components-order-summary-item {
    position: relative;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    width: 80px !important;
    max-width: 80px !important;
}

.woocommerce-checkout span.wc-block-components-product-name {
    font-weight: 700;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block {
    display: none;
}

.woocommerce-checkout .wc-block-components-shipping-address, .woocommerce-checkout .wc-block-components-totals-shipping__via {
  display: none !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border-color: #77838E !important;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-checkout #wc-block-components-totals-coupon__form {
    border: 1px solid #6C7275;
    border-radius: 4px;
}

.woocommerce-checkout #wc-block-components-totals-coupon__form input, .woocommerce-checkout #wc-block-components-totals-coupon__form button {
    border: none !important;
    color: #141718;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input label, .woocommerce-checkout .wc-block-components-totals-coupon__input input, .wc-block-components-totals-coupon__input input:focus {
    padding-right: 40px !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input input {
    padding-top: .5em !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input:before {
    content: '';
    background: url('/wp-content/uploads/2025/01/ticket-percent.svg');
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices, .woocommerce-checkout .wc-block-components-product-metadata {
  display: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary > div > button {
    /* pointer-events: none; */
}

.woocommerce-checkout .wc-block-components-totals-coupon__input.is-active label {
  display: none !important;
}

.woocommerce-checkout #wc-block-components-totals-coupon__form button:hover {
  background: none !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    display: flex !important;
    flex-direction: column;
	background: #3A3A3E;
}

.after_summary {
    order: 9;
}

.after_block {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.after_heading {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
}

.after_text_title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.after_text_description {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.after_summary {
    margin-top: 10px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block {
    border: 1px solid #77838E;
    border-radius:  5px;
    padding-right: 24px !important;
    padding-left: 24px !important;
    padding-top: 20px;
	padding-bottom: 40px;
}

.wc-block-components-text-input input[type=email] {
	border: 1px solid #fff !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
	background: transparent !important;
}

.woocommerce-checkout .wc-block-components-sidebar {
    margin-top: 0 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__description {
    display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__title {
    margin-bottom: 20px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=text], .woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=tel], .woocommerce-checkout .wp-block-woocommerce-checkout-fields-block select {
    max-height: 40px;
    padding: 7px 16px !important;
    border-color: #CBCBCB !important;
	border-radius: 30px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input:focus {
    box-shadow: none !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block div:not(.wc-block-components-checkbox) > label:not(.wc-block-components-radio-control__option) {
    position: absolute !important;
    top: -10px !important;
    background: #101011 !important;
    transform: none !important;
    font-size: 12px !important;
    right: 15px !important;
    color: #D9D9D9 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input  label, .woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .wc-blocks-components-select__container label {
    position: absolute !important;
    top: -10px !important;
    background: #101011 !important;
    transform: none !important;
    font-size: 12px !important;
    right: 15px !important;
    color: #D9D9D9 !important;
}

.woocommerce-checkout .wc-blocks-components-select__container {
    max-height: 40px;
    border-color: #CBCBCB !important;
}

.woocommerce-checkout .wc-block-checkout__shipping-option, .woocommerce-checkout .wc-block-components-address-form__address_2-toggle, .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-method-block, .woocommerce-checkout .wp-block-woocommerce-checkout-pickup-options-block, .woocommerce-checkout .wp-block-woocommerce-checkout-terms-block {
  display: none !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background: #FFF !important;
    color: #181818 !important;
    border: none !important;
    border-radius: 30px !important;
	font-weight: 500 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-content {
  display: none !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__option-checked {
  background: #101011 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__option {
    border: 1px solid #6C7275 !important;
    margin-bottom: 24px !important;
    border-radius: 4px !important;
}

.woocommerce-checkout .wc-block-components-radio-control__option-checked {
    border-color: #141718 !important;
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after {
    border: none !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 20px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block {
    display: none !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	background-color: transparent !important;
	color: #fff !important;
	border-radius: 15px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
	background: #101011 !important;
	color: #fff !important;
}

.wc-block-components-checkout-order-summary__title-text {
	font-size: 28px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding-right: 45px !important;
	padding-top: 5px !important;
}

.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

.wc-block-components-checkout-place-order-button {
    width: 100% !important;
    background-color: #fff !important;
}

.post-38 .page-header {
	display: none;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form {
	gap: 10px 16px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
	padding-top: 6px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	filter: invert(1);
}

.wc-block-components-checkout-order-summary__content {
	display: flex;
	flex-direction: column;
}

.wc-block-components-totals-wrapper {
	order: 0;
}

@media (max-width: 767px) {

.after_summary {
    display: none;
}

.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-bottom: 20px !important;
}

	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
		background: transparent;
	}

	.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
		padding-left: 0;
		padding-right: 0;
	}

}

img.cat-img {
    max-width: 230px;
}

.subcategory-loop-item {
    text-align: center;
    max-width: 265px;
    display: flex;
    flex-direction: column;
}

.cat-name {
    font-size: 18px;
    font-family: 'Rubik';
}

.cat-img {
    margin-bottom: 10px;
}

.subcategories-grid {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.parent-category-title {
    font-size: 36px;
    line-height: 54px;
    font-family: 'Rubik';
    margin-bottom: 45px;
    margin-top: 90px;
}

.cat_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid #38383A;
    padding: 13px 0;
    font-family: 'Rubik';
    position: relative;
}
.cat_slider{
    /* padding: 0 30px; */
    width: calc(100% - 90px);
    /* width: 100%; */
}
.cat_slider .swiper-slide {
    width: auto; /* or a fixed width like 80px if needed */
    flex-shrink: 0; /* ensures consistent spacing */
  }

.cat_list_inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.list_scroll_btn {
    background: url('/wp-content/uploads/2025/02/Button-previous-slide.svg');
    background-size: contain;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}

.cat_list_header {
    font-size: 36px;
    line-height: 54px;
    margin-left: 20px;
}

.cat_slider .swiper-slide {
    font-size: 18px;
    min-width: 72px;
    height: 72px !important;
    display: flex !important;
    align-items: center;
    background: #242427;
    justify-content: center;
    border-radius: 15px;
    transition: border ease .3s;
    border: 1px solid transparent;
}

.cat_slider .swiper-slide:hover{
    border: 1px solid #fff;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: pointer;
}

.custom-prev {
    left: auto !important;
    right: 5px !important;
    bottom: 36px !important;
    top: auto !important;
    width: 25px !important;
    height: 25px !important;
    padding: 5.769px;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 12.5px;
    border: 0.962px solid rgba(255, 255, 255, 0.10);
  background-image: url('/wp-content/uploads/2025/02/Button-previous-slide.svg');
transform: scaleX(-1);
}

.custom-next {
    left: 5px !important;
    right: auto !important;
    bottom: 22px !important;
    top: auto !important;
    width: 25px !important;
    height: 25px !important;
    padding: 5.769px;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 12.5px;
    border: 0.962px solid rgba(255, 255, 255, 0.10);
  background-image: url('/wp-content/uploads/2025/02/Button-previous-slide.svg');
}
.custom-next:after, .custom-prev:after{
    content: none  !important;
}

@media (min-width: 768px) {
  .custom-prev,
  .custom-next {
    /*display: none;*/
  }
}

@media (max-width: 767px) {
    .subcategories-grid {
        justify-content: center;
    }
    
    .cat_list_header {
        font-size: 18px;
        margin-left: 5px;
    }
    
    .cat_slider .swiper-slide {
        font-size: 14px;
        min-width: 45px !important;
        height: 45px !important;
    }
    .custom-prev {
        bottom: 24px !important;
    }
    .custom-next {
        bottom: 12px !important;
    }
    .cat_list {
        flex-wrap: wrap;
        border-bottom: none;
    }
    .cat_list_inner {
        gap: 10px;
    }
    .cat_slider{
        width: calc(100% - 80px);
    }
    .parent-category-title {
        margin-bottom: 27px;
        margin-top: 27px;
    }
}

#api_model .elementor-message {
    display: none;
}
#api_model .custom-message {
    display: inline-flex;
    padding: 8px 12px;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.65);
}
#api_model .custom-message:before {
    content: none;
}
#api_model .custom-message .icon{
    height: 22px;
}
#api_model .custom-message .label{
    color: #101011;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
