
.menu-tab .request-item.hover\:bg-white.active {
    background-color: var(--white);
}
.notification-center-content {
    min-height: 630px;
}
.checkout-block .content-main {
    padding: 70px 0 ;
}
.order-success-alert-btn {background-color: #000000 !important;}
.my-swal-confirm-button {
    background-color: #1F1F1F !important;
    color: white !important;
    -webkit-appearance: none !important;
    background-image: none !important;
}
#menu-mobile.open .list-nav > ul > li:nth-child(1) { transition-delay: unset; }
#menu-mobile.open .list-nav > ul > li:nth-child(2) { transition-delay: unset; }
#menu-mobile.open .list-nav > ul > li:nth-child(3) { transition-delay: unset; }
#menu-mobile.open .list-nav > ul > li:nth-child(4) { transition-delay: unset; }
#menu-mobile.open .list-nav > ul > li:nth-child(5) { transition-delay: unset; }
#menu-mobile.open .list-nav > ul > li:nth-child(6) { transition-delay: unset; }
.domain-icon img, .domain-popup img {max-width: 26px}
.domain-popup {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    box-shadow: 0px 5px 10px 0px rgba(43, 52, 74, 0.2);
    transition: all ease 0.4s;
}
.domain-popup.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menu-main .sub-menu li a,
.menu-main .sub-menu li .link,
.menu-main .mega-menu li a,
.menu-main .mega-menu li .link {
    padding: 2px 0;
}

.last-mega-menu-content {
    padding-left: 10px;
    font-size: 15px;
}

#menu-mobile .sub-nav-mobile.open {
    left: 0 !important;
    z-index: 10 !important;
}

#menu-mobile.open .list-nav > ul > li .sub-nav-mobile li a.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
#menu-mobile {
    height: 105vh;
}

.menu-main > ul > li:hover .sub-menu {
    left: 0;
}

.category-related-product-list .product-list-tab {
    max-height: 240px;
    overflow: auto;
}
.custom-draggable-wrapper .icon:first-child {
    background: linear-gradient(90deg, rgb(247 247 247 / var(--tw-bg-opacity)) 70%, transparent);
}
.custom-draggable-wrapper .icon:last-child {
    background: linear-gradient(-90deg, rgb(247 247 247 / var(--tw-bg-opacity)) 70%, transparent);
}
.category-related-products-tab, .category-related-product-list {
    padding: 15px;
}
.category-related-product-list [data-item] {
    transition: opacity 300ms ease;
    opacity: 0;
    display: none;
}

.circle-btn.button-main {
    padding: 10px 10px;
}

.modal-notify-available-block .heading5 {
    text-transform: none;
}
.modal-notify-available-block .top-close-btn {
    top: 10px;
}
.modal-notify-available-block {
    z-index: 123;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    background: rgba(0, 0, 0, 0.6);
}
.modal-notify-available-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    width: 900px;
}
.modal-notify-available-block .modal-notify-available-main.open {
    opacity: 1;
    visibility: visible;
}

.modal-notify-available-block:has(.modal-notify-available-main.open) {
    opacity: 1;
    visibility: visible;
}

.remember-in-stock-btn-modal.button-main {
    padding-left: 15px;
    position: relative;
}
.remember-in-stock-btn-modal.button-main i {
    position: absolute;
    right: 15px;
    font-weight: 600;
    font-size: 20px;
}

.variation-product-item.out-of-stock.img-item::before,
.variation-product-item.out-of-stock.img-item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150%;
    height: 150%;
    z-index: 2;
    pointer-events: none;
}

.variation-product-item.out-of-stock.img-item::before {
    left: 0;
    border-right: 2px dashed var(--line);
    transform: rotate(45deg) translateX(-70%);
}

.variation-product-item.out-of-stock.img-item::after {
    right: 0;
    border-left: 2px dashed var(--line);
    transform: rotate(-45deg) translateX(70%);
}

.variation-product-item.out-of-stock.img-item{
    /*opacity: 0.5;*/
}

.list-color .color-item.no-img-item {
    width: 12rem;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;

}
.list-color .color-item.no-img-item a {

    display: block;
    line-height: 45px;
    width: 12rem;
}

.list-color .color-item.no-img-item.active {
    border: 2px solid;
}

.shop-product-list .ph-check-circle,  .wish-list-content .ph-check-circle {
    color: #3DAB25;
}
.shop-product-wrapper .product-item .product-thumb .list-action-right,
.wish-list-content .product-item .product-thumb .list-action-right {

    transform: translateX(0);
}

.shop-product-list .product-item .product-thumb .list-action,
.wish-list-content .product-item .product-thumb .list-action
{
    display: block;
}
.shop-product-list .product-item .product-thumb .list-action .quick-view-btn,
.wish-list-content .product-item .product-thumb .list-action .quick-view-btn{

    width: auto;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

.shop-add-to-cart {
    display: inline-block;
}

.product-item .product-thumb .list-action {

    opacity: 1;
    visibility: unset;
    transform: translateY(0);
}

.add-wishlist-btn.selected-as-wish, .remove-wishlist-btn.selected-as-wish {
    background-color: #FFFFFF;
    color: #DB4444;
}

.link-blue-color { color: #58b1fc !important; }
.contact-sweet-ok {
    background-color: #000000;
}

#top-nav.top-nav {
    z-index: 112;
    width: 100%;
    position: fixed;
}

#header {
    z-index: 111;
    top: 43px;
    position: fixed;
    border-bottom: 1px solid #F3F5F5;
}
#menu-mobile.open {
    padding-top: 30px;
}

.modal-cart-block, .modal-search-block{
    z-index: 123;
}
.header-shipping-country {
    overflow: auto;
    max-height: 200px;
}

.reg-header-content {
    justify-content: space-between;
}

.loader-content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    height: 100%;
    opacity: 0.6;
    background-color: #a8a9a9;
    display: none;
    z-index: 10;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #c42602;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: 50%;
    top: 50%;
    position: absolute;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #000000;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

/*shop side bar style*/

.axil-shop-sidebar .heading6 {
    border-bottom: 1px solid #CBD3D9;
    /*padding-bottom: 10px;*/
    /*margin-bottom: 20px;*/
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
}

.axil-shop-sidebar .cat-product-categories .heading6 {
    margin-bottom: 0px;
    font-size: 16px;
}

.axil-shop-sidebar .toggle-list {
    position: relative;
    padding-bottom: 15px;
}

.axil-shop-sidebar .toggle-list.active .heading6::before {
    content: "\f068";
}

.axil-shop-sidebar .heading6::before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    pointer-events: none;
}

.axil-shop-sidebar .heading6::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #58b1fc;
    transition: 0.3s;
}
.axil-shop-sidebar .toggle-list.active .heading6::after {
    width: 100%;
}

.axil-shop-sidebar .product-categories ul {
    margin: -5px 0;
    list-style: none;
    padding: 20px 0 0 0 ;
    font-size: 14px;

}

.axil-shop-sidebar .product-categories ul li {

    margin: 0;
}

.axil-shop-sidebar .product-categories .shop-category-filter-content ul li a {
    padding-left: 0;
    cursor: pointer;
}

.shop-category-filter-content ul li.has-children > ul {
    padding-left: 10px;
}

.shop-category-filter-content ul.close {
    display: none;
}

.shop-product-list .product-img img, .wish-list-content .product-img img {

    filter: contrast(0.92);
    border-radius: 10px;
}

.axil-shop-sidebar .product-categories ul li a.chosen {
    color: #58b1fc;
}

.side-bar-price-form {
    padding: 15px 15px 0 2px;
}

.side-bar-price-form .amount-range-content {

    padding: 10px 0 0 0;
}

.shop-category-filter-content  .list-type .item:not(:nth-child(1)), .list-type .brand-item:not(:nth-child(1)), .list-brand .item:not(:nth-child(1)), .list-brand .brand-item:not(:nth-child(1)) {
    margin-top: 2px;
}
.shop-category-filter-content .list-type .item {

    font-size: 14px;
}

.chosen-category .text-secondary, .chosen-category .text-secondary2 {
    color: #58b1fc;
}

/*********************/

.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    height: 13px;
    margin-left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #000000;
}
ui-slider-range.ui-widget-header.ui-corner-all {
    background: #000000 none repeat scroll 0 0;
    border-radius: 0;
    height: 5px;
}

.ui-widget.ui-widget-content {
    background: #ECECEC none repeat scroll 0 0;
    border: medium none;
    height: 2px;
}



@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lb-register-notification, .lb-register-agree {
    max-width: 95%;
}

.lb-register-agree > a {
    color:#58b1fc;
}

.forgot-pass .content-main {
    align-items: center;
    justify-content: center;
}

.pass .eye-icon {
    position: absolute;
    top: 17px;
    right: 30px;
    cursor: pointer;
}

.button-main:hover {
    background-color: #e4e2e1;
}

.forgot-pass {
    padding: 70px 0px 70px 0;
}

.login-block, .register-block {
    padding: 40px 0px 40px 0;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.my-account-block {
    position: relative;
}

/* Flex container for blog items */
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.blog-title {
    height: 85px;
    overflow: hidden;
}

.product-detail.sale .featured-product .mySwiper.prod-thumb-swiper .swiper-wrapper {
    gap:12px;
    margin-top: 10px;
}

.prod-thumb-swiper .swiper-button-prev.thumb-button-prev,
.prod-thumb-swiper .swiper-button-next.thumb-button-next {

    color: #000000;
    background: #ecebeb;
    width: 40px;
    height: 40px;
    top: 56%;
    border-radius: 20px;
    padding: 0px;
}

.prod-thumb-swiper .swiper-button-prev.thumb-button-prev:after,
.prod-thumb-swiper .swiper-button-next.thumb-button-next:after {

    font-size: 22px;
}

.prod-thumb-swiper .swiper-button-prev.thumb-button-prev,
.prod-thumb-swiper .swiper-button-next.thumb-button-next {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.prod-thumb-swiper:hover .swiper-button-prev.thumb-button-prev,
.prod-thumb-swiper:hover .swiper-button-next.thumb-button-next {
    opacity: 1;
    visibility: visible;
}

.pro-qty input {
    width: 32px;
    float: left;
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    margin: 0 12px;
    color: #27272e;
}

.pro-qty .disabled {
    color: var(--secondary2);
    opacity: 0.8;
    cursor: default;
}

.mfp-custom-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px;
    right: 8px;
}

.select-block .select2-container .select2-selection--single {
    height: 45px;
    border-radius: 0.5rem;
    border-color: #f6f6f6;
}

.select-block .select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 45px;
}

.select-block .select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 10px;
    right: 15px;
    width: 20px;
}

.mfp-custom-popup .select2-container .select2-selection--single {

    height: 35px;
}

.mfp-custom-popup .select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 35px;
}

.mfp-custom-popup .select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 4px;
    right: 8px;
}


.main-mfp-custom-popup .mfp-content {

    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.mfp-custom-popup .mfp-header {

    padding-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 20px;
}

.mfp-bg.main-mfp-custom-popup {
    opacity: 0.5;
}

.mfp-custom-popup .button-main {

    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
    border-radius: 8px;
}

.checkout-product-item-part-two .price-title,
.checkout-product-item-part-three .quantity-title,
.checkout-product-item-part-four .subtotal-title {

    display: none;
}

.checkout-product-item-part-two,
.checkout-product-item-part-three {
    border: none;
}

.cart-checkout-block .total-cart-block-value {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
}

.checkout-product-item .text-title a:hover {
    border-bottom: 1px solid;
}

/*.billing-address-block {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: all linear 0.4s;
}*/

.billing-address-block.open {

    opacity: 1;
    visibility: visible;
    max-height: 1100px;
    margin-top: 16px;
}
.checkout-block .payment-block .list-payment .type.open .infor {
    max-height: 550px;
}

.process-steps {
    margin: 0 0 40px;
    list-style: none;
}

.clearfix:before {
    content: " ";
    display: table;
}

.process-steps.process-3 li {
    width: 33.33%;
}

.process-steps li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    overflow: hidden;
}
.clearfix:after {
    clear:both;
    content: " ";
    display: table;
}

.process-steps li.active a, .process-steps li.ui-tabs-active a {
    background-color: #1F1F1F !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #1F1F1F !important;
}

.process-steps li:nth-child(1):after,  .process-steps li:nth-child(2):after{
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
    border-top: 1px dashed #ddd;
}

.process-steps li:nth-child(2):before, .process-steps li:nth-child(3):before {
    left: 0;
    margin-left: -26px;
    border-top: 1px dashed #ddd;
}

.process-steps li:after, .process-steps li:before {
    content: "";
    position: absolute;
    top: 30px;
    width: 50%;
}

.i-circled {
    border-radius: 50%;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #000000;
    text-shadow: none;
}

.i-bordered, .i-circled {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
    width: 52px !important;
    height: 52px !important;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.link-btn-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.filter-sidebar-btn{display: none}

.mobile-sort-select-content {
    width: 50%;
    float: right;
    display: none;
}
.mobile-sort-select {
    width: 100%;
}

.web-sort-select {
    cursor: pointer;
}
.custom-arrow-bg {

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../../images/down_arrow_icon.png');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px 20px;
    padding-right: 2.5rem;
}

.modal-cart-block .modal-cart-main .list-product {
    max-height: calc(100% - 175px);
}

.modal-cart-block .modal-cart-main .list.list-product {
    max-height: calc(100%);
}

.desktop-hidden {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .breadcrumb-block .breadcrumb-main .container {
        padding-top: 134px;
    }
}

@media only screen and (max-width: 992px) {

    .modal-notify-available-main { width: 768px; }
    .remember-in-stock-btn-modal.button-main i {
        font-size: 18px;
        right: 7px;
    }
    .remember-in-stock-btn-modal.button-main {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .modal-notify-available-main {

        width: 375px;
    }
    .mobile-hidden {
        display: none;
    }
    .desktop-hidden {
        display: block;
    }
    .shop-product-list .product-item .product-thumb .list-action, .wish-list-content .product-item .product-thumb .list-action{
        text-align: right;
        display: block;
    }
    .wishlist-h1{margin-top: 10px}
    .modal-cart-main{max-height: calc(100% - 40px);}
    .list-product-block {margin-top: 40px}
    .web-sort-select, .select-block .ph-caret-down { display: none}
    .shop-filter-content {
        box-shadow: 0px 4px 4px -3px #a09f9f;
        padding: 0 5px;
    }

    .mobile-sort-select-content {
        display: inline-block;
    }
    .mobile-hidden {display: none}
    .filter-txt{display: none}
    .filter-sidebar-btn{display: inline-block}
    .shop-product .sidebar {
        position: absolute;
        z-index: 2;
        top: 0;
        background-color: #FFFFFF;
        padding-top: 10px;
    }

    .checkout-product-item-part-two,
    .checkout-product-item-part-three {
        border-bottom: 2px solid rgb(233 233 233);
    }

    .checkout-list-product-heading {
        display: none;
    }

    .checkout-product-item {
        display: inline-block;
        padding-left: 120px;
    }

    .checkout-product-item-part-one ,
    .checkout-product-item-part-two,
    .checkout-product-item-part-three,
    .checkout-product-item-part-four {
        display: block;
        width: 80%;
        overflow: auto;
        padding: 8px 0;
    }
    .checkout-product-item-part-one > div {
        display: block;
    }

    .checkout-product-item .checkout-product-item-part-one {
        width: 80%;
    }

    .checkout-product-item-part-one img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100px;
    }

    .cart-block .content-main .list-product > div {
        width: auto;
        white-space: unset;
    }

    .checkout-product-item-part-two .price-title,
    .checkout-product-item-part-two .price-value,
    .checkout-product-item-part-three .quantity-title,
    .checkout-product-item-part-four .subtotal-title,
    .checkout-product-item-part-four .subtotal-value {
        display: inline-block;
    }

    .checkout-product-item-part-two .price-title,
    .checkout-product-item-part-three .quantity-title,
    .checkout-product-item-part-four .subtotal-title {
        float: left;
    }

    .checkout-product-item-part-two .price-value,
    .checkout-product-item-part-three .quantity-block,
    .checkout-product-item-part-four .subtotal-value {
        float: right;
    }

    .checkout-product-item-part-three .quantity-block {
        padding: 2px 10px;
    }

    .checkout-product-item-part-five {
        position: absolute;
        right: 0;
        top: 0;
    }


    #header {
        top: 30px;
    }
    .breadcrumb-block .breadcrumb-main .container {
        padding-top: 95px;
        padding-bottom: 0;
    }

    .login-block {
        padding: 20px 0px 20px 0;
    }

    .blog-title {
        height: auto;
        overflow: auto;
    }

}

@media only screen and (max-width: 500px) {

    .checkout-product-item {
        padding-left: 100px;
    }

    .checkout-product-item-part-one img {

        max-width: 80px;
    }

    .mobile-sort-select-content {
        width: 40%;
    }

}

@media (min-width: 768px) {
    .min-md\:hidden {
        display: none;
    }
}

