ul.ul-mt30.align-items-center.header-icon-element {
    display: none;
}

/************************************* product-slider css start *************************************/
/*====================================
    product next-prev css
====================================*/
a.np-product.prev {
    left: 0;
}

a.np-product.next {
    right: 0;
}

/* next-prev image css */
a.np-product img {
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

a.np-product.prev img {
    border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

a.np-product.next img {
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

a.np-product:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* next-prev text css */
a.np-product span {
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
}

/*====================================
    product-slider-big swiper css
====================================*/
.product-detail-slider .product-img-big.slider-big-h .swiper:not(.swiper-initialized) .swiper-slide:not([style]),
.product-detail-slider .product-img-big.slider-big-v .swiper:not(.swiper-initialized) .swiper-slide:not([style]),
.product-detail-slider .product-img-big.slider-big-fc .swiper:not(.swiper-initialized) .swiper-slide:not([style]),
.product-detail-slider .product-img-big.slider-big-f .swiper:not(.swiper-initialized) .swiper-slide:not([style]),
.product-detail-slider .product-img-big.slider-big-s .swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

@media (min-width: 768px) {
    .product-detail-slider .product-img-big.slider-big-fc .swiper {
        margin: 0px calc(0% - 60px);
    }

    .product-detail-slider .product-img-big.slider-big-fc .swiper:not(.swiper-initialized) .swiper-slide:not([style]),
    .product-detail-slider .product-img-big.slider-big-f .swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}

/*====================================
    product-img-big css
====================================*/
.product-detail-slider .product-img-big.slider-big-fc .product-swiper-slide .product-item-img a.full-view {
    opacity: 0;
}

.product-detail-slider .product-img-big.slider-big-fc .product-swiper-slide.swiper-slide-active .product-item-img a.full-view {
    opacity: 1;
}

@media (min-width: 1200px) {

    .product-detail-slider .product-img-big.slider-big-fc .product-swiper-slide .product-item-img a.full-view,
    .product-detail-slider .product-img-big.slider-big-fc .product-swiper-slide.swiper-slide-active .product-item-img a.full-view {
        opacity: 0;
    }

    .product-detail-slider .product-img-big.slider-big-fc .product-swiper-slide.swiper-slide-active .product-item-img a.full-view {
        opacity: 1;
    }
}

/* slider-big product-item-img css */
@media (min-width: 1200px) {
    .product-detail-slider .product-img-big .product-swiper-slide .product-item-img:hover span.pro-zoom img.zoomImg {
        cursor: crosshair;
    }
}

/* slider-big navigation css */
.product-detail-slider .product-img-big .swiper-buttons button.swiper-prev {
    left: 15px;
}

.product-detail-slider .product-img-big .swiper-buttons button.swiper-next {
    right: 15px;
}

.product-detail-slider .product-img-big .swiper-buttons button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

/* slider-big dots css */
.product-detail-slider .product-img-big .swiper-dots .swiper-pagination {
    width: unset;
    position: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px 0px 0px -5px;
}

.product-detail-slider .product-img-big .swiper-dots .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 5px 0px 0px 5px;
    opacity: 1;
    border: 1px solid var(--primary-font-color);
}

.product-detail-slider .product-img-big .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

/*====================================
    product-slider-small swiper css
====================================*/
.product-detail-slider .product-img-small.slider-small-h .swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 25%;
}

.product-detail-slider .product-img-small.slider-small-v .swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 25%;
}

@media (min-width: 576px) {
    .product-detail-slider .product-img-small.slider-small-v .swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 100%;
    }
}

/*====================================
    product-img-small css
====================================*/
.product-detail-slider .product-img-small .product-swiper-slide .product-item-img {
    border: 1px solid transparent;
}

.product-detail-slider .product-img-small .product-swiper-slide .product-item-img:hover,
.product-detail-slider .product-img-small .product-swiper-slide.swiper-slide-thumb-active .product-item-img {
    border-color: var(--heading-font-color);
}

/************************************* product-slider css end *************************************/

/************************************* product-detail-info css start *************************************/
/*====================================
    product-ratting css
====================================*/
.product-detail-info .product-ratting span.review-ratting span.review-caption {
    display: block;
    font-size: var(--body-font-size);
    margin-left: 10px;
}

.product-detail-info .product-ratting span.review-ratting span.review-caption::before,
.product-detail-info .product-ratting span.review-ratting span.review-caption::after {
    display: none;
}

.product-detail-info .product-ratting span.review-ratting span.review-caption a.review-see::before {
    content: "|";
    color: var(--body-font-color);
    margin-left: 10px;
    margin-right: 10px;
}

/*====================================
    product-price css
====================================*/
.product-detail-info .product-price .price-box {
    margin-top: -5px;
    margin-left: -2px;
    margin-right: -2px;
}

.product-detail-info .product-price .price-box>* {
    margin-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.product-detail-info .product-price .price-box span.discount-price::before {
    content: "(";
}

.product-detail-info .product-price .price-box span.discount-price::after {
    content: ")";
}

/*====================================
    product-availability css
====================================*/
.product-detail-info .product-stock span.stock-fill,
.product-detail-info .product-stock span.stock-empty {
    /* --bs-bg-opacity: 0.1; */
    --bs-border-opacity: 0.1;
    border: 1px solid;
}

.product-detail-info .product-stock span.stock-fill::before,
.product-detail-info .product-stock span.stock-empty::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    --bs-text-opacity: 1;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
}

.product-detail-info .product-stock span.stock-fill::before {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity));
    background: currentColor;
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), var(--bs-text-opacity));
    -webkit-animation: pulse-success 2s infinite;
    animation: pulse-success 2s infinite;
}

.product-detail-info .product-stock span.stock-empty::before {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
    background: currentColor;
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
    -webkit-animation: pulse-danger 2s infinite;
    animation: pulse-danger 2s infinite;
}

/*====================================
    product-timer css
====================================*/
.product-detail-info .product-timer {
    --bs-bg-opacity: 0.1;
    --bs-border-opacity: 0.1;
    border: 1px solid;
}

.product-detail-info .product-timer ul>* {
    position: relative;
}

.product-detail-info .product-timer ul>*::before {
    content: ":";
    position: absolute;
    left: -1.5px;
}

.product-detail-info .product-timer ul>*:first-child::before {
    display: none;
}

/*====================================
    product-quantity-action css
====================================*/
.product-detail-info .product-quantity .product-action {
    width: calc(100% - 120px);
}

.product-detail-info .product-quantity .product-action button,
.product-detail-info .product-button a {
    padding-left: 15px;
    padding-right: 15px;
}

/*====================================
    product-offer css
====================================*/
.product-detail-info .product-offer {
    position: relative;
    z-index: 1;
}

.product-detail-info .product-offer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-font-color);
    opacity: 0.1;
    z-index: -1;
}

/*====================================
    product-pickup css
====================================*/
.product-detail-info .product-pickup {
    position: relative;
    z-index: 1;
}

.product-detail-info .product-pickup::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-font-color);
    opacity: 0.1;
    z-index: -1;
}

.product-detail-info .product-pickup a.pickup-store span {
    border-color: var(--primary-color);
}

/*====================================
    product-preorder css
====================================*/
.product-detail-info .product-preorder {
    position: relative;
    z-index: 1;
}

.product-detail-info .product-preorder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-font-color);
    opacity: 0.1;
    z-index: -1;
}

/************************************* product-detail-info css end *************************************/

/************************************* size-modal css start *************************************/
/*====================================
    size-modal table css
====================================*/
.size-modal .size-modal-content table {
    border-collapse: unset;
    border-spacing: 2px;
}

.size-modal .size-modal-content table thead tr th,
.size-modal .size-modal-content table tbody tr td {
    border-radius: var(--border-radius);
}

/*====================================
    size-modal table-img css
====================================*/
.size-modal .size-modal-content .table-img {
    width: 100%;
}

@media (min-width: 400px) {
    .size-modal .size-modal-content .table-img {
        width: 66.67%;
    }
}

@media (min-width: 576px) {
    .size-modal .size-modal-content .table-img {
        width: 75%;
    }
}

/************************************* size-modal css end *************************************/

/************************************* share-modal css start *************************************/
/*====================================
    share-modal css
====================================*/
@media (min-width: 768px) {
    .share-modal .share-modal-content .product-link input {
        border-radius: var(--border-radius) 0px 0px var(--border-radius);
    }

    .share-modal .share-modal-content .product-link button {
        border-radius: 0px var(--border-radius) var(--border-radius) 0px;
    }
}

/************************************* share-modal css end *************************************/

/************************************* product-frequently-bought css start *************************************/
/*====================================
    frequent-image css
====================================*/
.frequent .frequent-group form .frequent-detail .frequent-image ul {
    margin-left: -15px;
    margin-right: -15px;
}

.frequent .frequent-group form .frequent-detail .frequent-image ul>* {
    padding-left: 15px;
    padding-right: 15px;
}

.frequent .frequent-group form .frequent-detail .frequent-image ul li {
    position: relative;
}

.frequent .frequent-group form .frequent-detail .frequent-image ul li::before {
    content: "\f4b2";
    font-family: remixicon !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.frequent .frequent-group form .frequent-detail .frequent-image ul li:first-child::before {
    display: none;
}

.frequent .frequent-group form .frequent-detail .frequent-image ul li span.freq-img.active img {
    border-color: var(--heading-font-color);
}

/*====================================
    frequent-info css
====================================*/
.frequent .frequent-group form .frequent-detail .frequent-info .frequent-content a {
    border-bottom: 1px solid var(--heading-font-color);
}

.frequent .frequent-group form .frequent-detail .frequent-info .frequent-content a[aria-expanded="true"] i {
    transform: scaleY(-1);
}

/************************************* product-frequently-bought css end *************************************/

/************************************* product-detail-tab css start *************************************/
/*====================================
    product-tab-nav css
====================================*/
.product-tab .product-tab-nav ul.nav-tabs {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product-tab .product-tab-nav ul.nav-tabs>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media(min-width: 576px) {
    .product-tab .product-tab-nav ul.nav-tabs {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-tab .product-tab-nav ul.nav-tabs>* {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(min-width: 1400px) {
    .product-tab .product-tab-nav ul.nav-tabs {
        margin-left: -25px;
        margin-right: -25px;
    }

    .product-tab .product-tab-nav ul.nav-tabs>* {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*====================================
    horizontal-tab css
====================================*/
.product-tab.horizontal-tab .product-tab-nav ul.nav-tabs {
    margin-top: -13px;
}

.product-tab.horizontal-tab .product-tab-nav ul.nav-tabs>* {
    margin-top: 13px;
}

.product-tab.horizontal-tab .product-tab-nav ul.nav-tabs li a {
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.product-tab.horizontal-tab .product-tab-nav ul.nav-tabs li a.active {
    color: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

/*====================================
    collapse-tab css
====================================*/
.product-tab .collapse-tab:last-child {
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
}

.product-tab .collapse-tab button[aria-expanded="true"] {
    color: var(--primary-font-color);
}

.product-tab .collapse-tab button[aria-expanded="true"] span.tab-icon i::before {
    content: "\f1af";
}

/*====================================
    vertical-tab css
====================================*/
.product-tab.vertical-tab .product-tab-nav ul.nav-tabs {
    margin-top: -17px;
}

.product-tab.vertical-tab .product-tab-nav ul.nav-tabs>* {
    margin-top: 17px;
}

.product-tab.vertical-tab .product-tab-nav ul.nav-tabs li a {
    position: relative;
    z-index: 1;
}

.product-tab.vertical-tab .product-tab-nav ul.nav-tabs li a span {
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.product-tab.vertical-tab .product-tab-nav ul.nav-tabs li a.active span {
    color: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

.product-tab.vertical-tab .product-tab-nav ul.nav-tabs li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(var(--border-color), var(--border-opacity));
    z-index: -1;
}

/*====================================
    product-tab-title css
====================================*/
.product-tab h6.product-tab-title span {
    border-bottom: 2px solid;
}

/************************************* product-detail-tab css end *************************************/

/************************************* woocommerce-tabs css start *************************************/
/*====================================
    wc-tabs nav css
====================================*/
.product-tab .woocommerce-tabs {
    margin-top: 0;
}

/* Reset WooCommerce default tab styles */
.product-tab .woocommerce-tabs ul.wc-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
    gap: 0;
}

.product-tab .woocommerce-tabs ul.wc-tabs li {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.product-tab .woocommerce-tabs ul.wc-tabs li a {
    display: inline-block;
    padding: 10px 20px 12px 20px;
    font-size: var(--body-font-size);
    font-weight: var(--heading-font-weight);
    color: var(--body-font-color);
    text-decoration: none;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.product-tab .woocommerce-tabs ul.wc-tabs li a:hover {
    color: var(--heading-font-color);
}

.product-tab .woocommerce-tabs ul.wc-tabs li.active a {
    color: var(--heading-font-color);
    border-bottom-color: var(--heading-font-color);
}

/* Remove WooCommerce default ::before / ::after pseudo-elements */
.product-tab .woocommerce-tabs ul.wc-tabs li::before,
.product-tab .woocommerce-tabs ul.wc-tabs li::after {
    display: none !important;
}

/*====================================
    woocommerce-Tabs-panel css
====================================*/
.product-tab .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 0;
    border: none;
    background: none;
}

/* Description panel */
.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--description {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
    font-size: 18px;
    width: 100%;
    margin: 0 0 10px 0;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    margin-bottom: 12px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--description ul {
    list-style-type: disc;
    padding-left: 17px;
    width: 100%;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--description ul li {
    margin-top: 8px;
    color: var(--body-font-color);
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--description ul li:first-child {
    margin-top: 0;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--description ul li::marker {
    color: var(--heading-font-color);
}

/* Additional Information panel table */
.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes {
    width: 100%;
    border-collapse: unset;
    border-spacing: 2px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr th,
.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr td {
    padding: 10px 15px;
    border-radius: var(--border-radius);
    vertical-align: top;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr th {
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    width: 200px;
    background-color: rgba(var(--border-color), 0.06);
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr td {
    color: var(--body-font-color);
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr td p {
    margin: 0;
}

/* Reviews panel */
.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #comments {
    margin-bottom: 30px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol.commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol.commentlist li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol.commentlist li:last-child {
    border-bottom: none;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol.commentlist li .comment-text {
    margin: 0;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol.commentlist li .comment-text .star-rating {
    float: right;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol.commentlist li .comment-text p.meta {
    font-size: 13px;
    color: var(--body-font-color);
    margin-bottom: 8px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol.commentlist li .comment-text p.meta strong {
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-reply-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-rating {
    margin-bottom: 15px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form p {
    margin-bottom: 15px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form label {
    display: block;
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    margin-bottom: 6px;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form input[type="text"],
.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form input[type="email"],
.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form textarea {
    width: 100%;
}

.product-tab .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit input[type="submit"] {
    cursor: pointer;
}

/************************************* woocommerce-tabs css end *************************************/

/************************************* product-detail-description css start *************************************/
/*====================================
    product-description-info css
====================================*/
.product-description-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px;
}

.product-description-info>* {
    width: 100%;
    margin-top: 15px;
}

/* product-description-info heading css */
.product-description-info h6 {
    font-size: 18px;
}

/* product-description-info 'ul', 'li' css */
.product-description-info ul {
    list-style-type: disc;
    padding-left: 17px;
}

.product-description-info ul li {
    margin-top: 8px;
}

.product-description-info ul li:first-child {
    margin-top: 0px;
}

.product-description-info ul li::marker {
    color: var(--heading-font-color);
}

/************************************* product-detail-description css end *************************************/

/************************************* product-detail-additional-info css start *************************************/
/*====================================
    product-additional-info css
====================================*/
.product-tab-ai table {
    border-collapse: unset;
    border-spacing: 2px;
}

.product-tab-ai table tbody tr th,
.product-tab-ai table tbody tr td {
    border-radius: var(--border-radius);
}

/************************************* product-detail-additional-info css end *************************************/

/************************************* product-detail-review css start *************************************/
/*====================================
    product-review css
====================================*/
.product-review .product-review-count span.product-review-stars {
    width: 30px;
}

.product-review .product-review-count span.product-review-progress {
    width: calc(100% - 100px);
    height: 5px;
    position: relative;
    z-index: 1;
}

.product-review .product-review-count span.product-review-progress::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--heading-font-color);
    z-index: -1;
    opacity: 0.2;
}

.product-review .product-review-count span.product-review-number {
    width: 50px;
}

/* Button */
.prod_pop_btn_open {
    padding: 12px 20px;
    background: #fb6b11;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.prod_pop_btn_open:hover {
    background: #e55a00;
}

/* Overlay */
.prod_pop_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup */
.prod_pop_box {
    width: 520px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    position: relative;
    transform: scale(0.7);
    opacity: 0;
    transition: 0.3s ease;
}

/* Animation */
.prod_pop_overlay.active .prod_pop_box {
    transform: scale(1);
    opacity: 1;
}

/* Close */
.prod_pop_close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Image */
.prod_pop_img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Info */
.prod_pop_info {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
}

/* Title */
.prod_pop_heading {
    color: #fb6b11;
    margin-bottom: 40px;
}

/* Form */
#wpcf7-f220-o2 input,
#wpcf7-f220-o2 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 21px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
}

#wpcf7-f220-o2 input:focus,
#wpcf7-f220-o2 textarea:focus {
    border-color: #fb6b11;
}

/* Submit */
.prod_pop_submit {
    width: 100%;
    padding: 12px;
    background: #fb6b11;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}

.prod_pop_submit:hover {
    background: #e55a00;
}

.enqry_btn {
    height: auto;
    padding: 14px 0px;
    cursor: pointer;
}

/* Fix for price inputs being too small and labels overlapping */
.price-field {
    background-color: #fff;
    transition: all 0.3s ease;
}

.price-input-title {
    padding-left: 10px;
    padding-top: 2px;
    font-size: 10px !important;
    line-height: 1;
    color: #888;
    pointer-events: none;
}

.price-input-prefix {
    left: 10px !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}

.price-field input {
    padding-top: 15px !important;
    /* Push text down to avoid label */
    font-weight: 500;
}

/* AJAX Loader Styles */
body.is-loading .shop-product-wrap {
    position: relative;
}

body.is-loading .shop-product-wrap::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    animation: ajax-spin 1s linear infinite;
    z-index: 99;
}

@keyframes ajax-spin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

/*====================================
    product-review-form css
====================================*/
.product-review .product-review-form .product-review-ratting .product-ratting span.review-ratting span.review-star i {
    cursor: pointer;
}

/*====================================
    product-review-comment css
====================================*/
.product-review .product-review-comment .product-review-detail .product-reviewer-info span {
    position: relative;
    z-index: 1;
}

.product-review .product-review-comment .product-review-detail .product-reviewer-info span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-font-color);
    opacity: 0.1;
    z-index: -1;
}

/************************************* product-detail-review css end *************************************/

/************************************* related-slider css start *************************************/
/*====================================
    related-slider swiper css
====================================*/
.collection-wrap #related-slider-full.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 50%;
}

@media (min-width: 768px) {
    .collection-wrap #related-slider-full.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .collection-wrap #related-slider-full.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 25%;
    }
}

@media (min-width: 1400px) {
    .collection-wrap #related-slider-full.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 20%;
    }
}

/************************************* related-slider css end *************************************/

/************************************* product-comparison css start *************************************/
/*====================================
    product-comparison css
====================================*/
.product-comparison .product-compare-area {
    overflow-x: hidden;
}

.product-comparison .product-compare-area>* {
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
}

.product-comparison .product-compare-area>*::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

.product-comparison .product-compare-area>*::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.product-comparison .product-compare-area>*::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-font-color);
}

@media (min-width: 1200px) {
    .product-comparison .product-compare-area>* {
        -webkit-scrollbar-width: unset;
        scrollbar-width: unset;
        max-width: unset;
        overflow-x: unset;
    }
}

/*====================================
    product-compare-block-row css
====================================*/
.product-comparison .product-compare-area .product-compare-block .product-compare-block-row {
    width: calc(100% + 33.33%);
}

@media (min-width: 420px) {
    .product-comparison .product-compare-area .product-compare-block .product-compare-block-row {
        width: calc(100% + 0%);
    }
}

/*====================================
    product-compare-col css
====================================*/
.product-comparison .product-compare-area .product-compare-block .product-compare-row .product-compare-col .flex-nowrap>* {
    position: relative;
}

.product-comparison .product-compare-area .product-compare-block .product-compare-row .product-compare-col .flex-nowrap>*::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(var(--border-color), var(--border-opacity));
}

/*====================================
    compare-modal css
====================================*/
@media (min-width: 768px) {
    .compare-modal .modal-dialog {
        max-width: 750px;
    }
}

/* compare-product-results css */
.compare-modal .compare-search .compare-product-results {
    max-height: 386px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-scrollbar-width: thin;
    scrollbar-width: thin;
}

.compare-modal .compare-search .compare-product-results::-webkit-scrollbar {
    width: 2px;
}

.compare-modal .compare-search .compare-product-results::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

.compare-modal .compare-search .compare-product-results::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.compare-modal .compare-search .compare-product-results::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-font-color);
}

/* compare-product-label css */
.compare-modal .compare-search .compare-product-results label.compare-product-label {
    display: block;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.compare-modal .compare-search .compare-product-results label.compare-product-label input.cust-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.compare-modal .compare-search .compare-product-results label.compare-product-label:hover .compare-product-content,
.compare-modal .compare-search .compare-product-results label.compare-product-label input.cust-checkbox:checked~.compare-product-content {
    border-color: var(--primary-font-color);
}

/************************************* product-comparison css end *************************************/

/************************************* keyframes css start *************************************/
/*====================================
    blinking keyframes css
====================================*/
.blinking {
    -webkit-animation: blinking 2s cubic-bezier(.4, 0, .6, 1) infinite;
    animation: blinking 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

@-webkit-keyframes blinking {
    50% {
        opacity: 0.5;
    }
}

@keyframes blinking {
    50% {
        opacity: 0.5;
    }
}

/*====================================
    pulse-success keyframes css
====================================*/
@-webkit-keyframes pulse-success {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(var(--bs-success-rgb), 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0);
    }
}

@keyframes pulse-success {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(var(--bs-success-rgb), 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0);
    }
}

/*====================================
    pulse-danger keyframes css
====================================*/
@-webkit-keyframes pulse-danger {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(var(--bs-danger-rgb), 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0);
    }
}

@keyframes pulse-danger {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(var(--bs-danger-rgb), 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0);
    }
}

/*====================================
    borderAnimation keyframes css
====================================*/
@-webkit-keyframes borderAnimation {
    from {
        background-position: 0 0, -17px 0, 100% -17px, 0 100%;
    }

    to {
        background-position: 0 -17px, 0 0, 100% 0, -17px 100%;
    }
}

@keyframes borderAnimation {
    from {
        background-position: 0 0, -17px 0, 100% -17px, 0 100%;
    }

    to {
        background-position: 0 -17px, 0 0, 100% 0, -17px 100%;
    }
}

/************************************* keyframes css end *************************************/