/*
Theme Name: Merdas
Theme URI: https://merdasweb.ir/
Author: علیرضا رحیم زاده
Author URI: https://merdasweb.ir/
Description: قالب فروشگاهی مرداس مخصوص کسانی است که بخواهند از طریق دنیای اینترنت اقدام به فروش محصولات خود بکنند. ما در این قالب تمام مواردی که باعث ایجاد یک وب سایت زیبا می شود را بدون نیاز به نصب پلاگین اضافی برای شما آماده کرده ایم.
Requires PHP: 7.4.6
Version: 1.0

*/


/************************
* Global Settings       *
*************************/
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none !important;
}

a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #303030;
}

li {
    list-style: none;
}


@font-face {
    font-family: 'yekanbakh';
    src: url('assets/fonts/YekanBakhFaNum-VF.woff');
    src: url('assets/fonts/YekanBakhFaNum-VF.woff2');
}

@font-face {
    font-family: 'goli';
    src: url('assets/fonts/goli.ttf');
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/Ubuntu.ttf');
}


.container {
    max-width: 100%;
    margin: 0 auto;
}

body {
    font-family: 'yekanbakh';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    overflow-x: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    list-style: none;
}

.header-area {
    background-color: #fff;
}

.hd-one-flex .top-bar .tell-info-time li span {
    min-height: 42px;
    display: flex;
    align-items: center;
}

.hd-one-flex .top-bar .tell-info-time {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

.bg-mobile {
    background-color: #fff;
}

label {
    font-weight: 400;
    color: #333333;
}

label .required {
    color: var(--main-color);
    border-bottom: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    outline: none;
}

.block-display-flex {
    display: flex;
    justify-content: space-between;
}

figure {
    max-width: 100%;
}

input:focus {
    outline: none;
}

a:hover,
a:focus,
a:visited,
a:active,
button:hover,
button:focus,
button:visited,
button:active {
    text-decoration: none;
    outline: none;
}

table {
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}

th,
td {
    border: 1px solid #e6e6e6;
    padding: 10px 5px;
    font-weight: normal;
    text-align: center;
}

textarea {
    display: block;
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
select,
input[type="search"] {
    max-width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
    color: #888888;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
    color: #888888;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder {
    color: #888888;
}

select {
    background: transparent;
    border: none;
    color: #ffffff;
}

select option {
    color: #333333;
}


.nice-select:after {
    content: "\f0d7";
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    color: #000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: none;
    height: auto;
    width: auto;
    left: 1px;
    margin-top: -6px;
    line-height: 1;
    padding: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;


    display: block;

    pointer-events: none;
    position: absolute;

    top: 50%;

}

.nice-select {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0 14px;
    font-size: 14px;
    line-height: 1;
    min-height: auto;
    height: auto;


    -webkit-tap-highlight-color: transparent;

    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: normal;

    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nice-select .current {
    color: #000;
    display: inline-block;
    padding: 14px 0;
}

.nice-select .list {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e4e4e4;
    padding: 15px 16px 4px 16px;
    margin-top: 0;
    z-index: 50;
}

.nice-select .option {
    font-size: 14px;
    line-height: 2;
    color: #888888;
    height: auto;
    min-height: auto;

    padding: 0;
    text-align: right;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: transparent;
    font-weight: 400;
}

/* BIOLIFE ICON */
@font-face {
    font-family: 'biolife';
    src: url('assets/fonts/biolifebbd0.eot?t4lhqt');
    src: url('assets/fonts/biolifebbd0.eot?t4lhqt#iefix') format('embedded-opentype'),
        url('assets/fonts/biolifebbd0.ttf?t4lhqt') format('truetype'),
        url('assets/fonts/biolifebbd0.woff?t4lhqt') format('woff'),
        url('assets/fonts/biolifebbd0.svg?t4lhqt#biolife') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*font icons*/
.clone-main-menu li a i {
    font-size: 24px;
    width: 40px;
    text-align: right;
    display: inline-block;
    float: right;
    line-height: 45px;
}

.tab-head__icon-top-layout ul li a span {
    font-size: 44px;
    display: block;
    margin-bottom: 13px;
    text-align: center;
}

.biolife-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'biolife', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e900";
}

.icon-arteries-about:before {
    content: "\e901";
}

.icon-capacity-about:before {
    content: "\e902";
}

.icon-cart:before {
    content: "\e903";
}

.icon-cart-mini:before {
    content: "\e904";
}

.icon-close-menu:before {
    content: "\e905";
}

.icon-comment:before {
    content: "\e906";
}

.icon-clock:before {
    content: "\e907";
}

.icon-location:before {
    content: "\e908";
}

.icon-letter:before {
    content: "\e909";
}

.icon-phone:before {
    content: "\e90a";
}

.icon-fresh-drink:before {
    content: "\e90b";
}

.icon-green-safety:before {
    content: "\e90c";
}

.icon-grid:before {
    content: "\e90d";
}

.icon-healthy-about:before {
    content: "\e90e";
}

.icon-heart-bold:before {
    content: "\e90f";
}

.icon-left-arrow:before {
    content: "\e910";
}

.icon-like:before {
    content: "\e911";
}

.icon-list:before {
    content: "\e912";
}

.icon-login:before {
    content: "\e913";
}

.icon-location2:before {
    content: "\e914";
}

.icon-fruits:before {
    content: "\e915";
}

.icon-broccoli-1:before {
    content: "\e916";
}

.icon-beef:before {
    content: "\e917";
}

.icon-fish:before {
    content: "\e918";
}

.icon-fast-food:before {
    content: "\e919";
}

.icon-honey:before {
    content: "\e91a";
}

.icon-grape:before {
    content: "\e91b";
}

.icon-onions:before {
    content: "\e91c";
}

.icon-avocado:before {
    content: "\e91d";
}

.icon-contain:before {
    content: "\e91e";
}

.icon-fresh-juice:before {
    content: "\e91f";
}

.icon-newsletter:before {
    content: "\e920";
}

.icon-organic:before {
    content: "\e921";
}

.icon-beer:before {
    content: "\e922";
}

.icon-car:before {
    content: "\e923";
}

.icon-schedule:before {
    content: "\e924";
}

.icon-conversation:before {
    content: "\e925";
}

.icon-heart-1:before {
    content: "\e926";
}

.icon-title:before {
    content: "\e927";
}

.icon-head-phone:before {
    content: "\e928";
}

.icon-report:before {
    content: "\e929";
}

.icon-search:before {
    content: "\e92a";
}

.icon-suporter:before {
    content: "\e92b";
}

.icon-grape2:before {
    content: "\e92c";
}

.icon-broccoli:before {
    content: "\e92d";
}

.icon-lemon:before {
    content: "\e92e";
}

.icon-orange:before {
    content: "\e92f";
}

.icon-blueberry:before {
    content: "\e930";
}

/******************************************
* Animation Effects                       *
*******************************************/
@-webkit-keyframes move-around-reverse {
    0% {
        -webkit-transform: translate(0, -10px);
    }

    25% {
        -webkit-transform: translate(-10px, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
    }

    75% {
        -webkit-transform: translate(10px, 0);
    }

    100% {
        -webkit-transform: translate(0, -10px);
    }
}

@keyframes move-around-reverse {
    0% {
        transform: translate(0, -10px);
    }

    25% {
        transform: translate(-10px, 0);
    }

    50% {
        transform: translate(0, 10px);
    }

    75% {
        transform: translate(10px, 0);
    }

    100% {
        transform: translate(0, -10px);
    }
}

@-webkit-keyframes move-around {
    0% {
        -webkit-transform: translate(0, -10px);
    }

    25% {
        -webkit-transform: translate(10px, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
    }

    75% {
        -webkit-transform: translate(-10px, 0);
    }

    100% {
        -webkit-transform: translate(0, -10px);
    }
}

@keyframes move-around {
    0% {
        transform: translate(0, -10px);
    }

    25% {
        transform: translate(10px, 0);
    }

    50% {
        transform: translate(0, 10px);
    }

    75% {
        transform: translate(-10px, 0);
    }

    100% {
        transform: translate(0, -10px);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes movebounce-x {
    0% {
        -webkit-transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes movebounce-x {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes preload_waiting {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes preload_waiting {
    75% {
        transform: scale(0);
    }
}

/******************************************
* Pre Loading                             *
*******************************************/
body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#biof-loading {
    background-color: #F2F1EF;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0;
    top: 0;
}

#biof-loading .biof-loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#biof-loading .biof-loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

.biof-loading-center-absolute .dot {
    width: 20px;
    height: 20px;
    background-color: #05a503;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.biof-loading-center-absolute .dot-one {
    -webkit-animation: preload_waiting 1.5s infinite;
    animation: preload_waiting 1.5s infinite;
}

.biof-loading-center-absolute .dot-two {
    -webkit-animation: preload_waiting 1.5s infinite;
    animation: preload_waiting 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.biof-loading-center-absolute .dot-three {
    -webkit-animation: preload_waiting 1.5s infinite;
    animation: preload_waiting 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

/*********************/
.btn-scroll-top {
    color: #333333;
    border-radius: 50%;
    cursor: pointer;
    font-size: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    height: 50px;
    width: 50px;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.btn-scroll-top i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
}

@media only screen and (max-width: 767.98px) {
    .btn-scroll-top {
        line-height: 40px;
        height: 40px;
        width: 40px;
        font-size: 40px;
        bottom: 80px;
        right: 30px;
    }
}

.btn-scroll-top.showUp {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/*********************
* Menu Mobile        *
**********************/
.biolife-clone-wrap {
    position: fixed;
    top: 0;
    left: -340px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    overflow-x: hidden;
}

.biolife-clone-wrap .megamenu-item li {
    line-height: 50px;
}

.biolife-clone-wrap .megamenu-item .widget {
    padding: 0 0 30px 0;
}

.biolife-clone-wrap .megamenu-item li.menu-item>a {
    display: inline-block;
    line-height: 50px;
}

.biolife-clone-wrap .megamenu-item li .icon {
    right: -4px;
    top: -9px;
    float: right;
    position: relative;
}

.biolife-clone-wrap .megamenu-item .menu-title {
    font-size: 14px;
    font-weight: 400;
}

.biolife-clone-wrap .megamenu-item .menu-title,
.biolife-clone-wrap .megamenu-item .wrap-media {
    margin-bottom: 0;
    padding-left: 20px;
}

.biolife-panel ul {
    padding: 0;
    margin: 0;
}

.biolife-panel>ul>li {
    list-style: none;
    position: relative;
    padding: 0 20px;
    border-bottom: 1px dashed #dddddd;
}

.biolife-mobile-panels .biolife-prev-panel,
.biolife-panels-actions-wrap .biolife-prev-panel {
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #dddddd;
}

.biolife-mobile-panels .biolife-prev-panel:before,
.biolife-panels-actions-wrap .biolife-prev-panel:before {
    content: "\f104";
    font-family: 'FontAwesome', sans-serif;
}

.biolife-mobile-panels .biolife-current-panel-title,
.biolife-panels-actions-wrap .biolife-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    font-weight: 600;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.biolife-clone-wrap .biolife-panels {
    background: inherit;
    border-color: inherit;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
}

.biolife-next-panel {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.biolife-next-panel:before {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
}

.biolife-panel>ul>li>a {
    display: inline-block;
    line-height: 50px;
    text-transform: capitalize;
    color: #333333;
}

.biolife-panel>ul>li>a>i {
    display: none;
}

.biolife-panel>ul>li>a>.icon {
    right: -4px;
    top: -9px;
    float: right;
    position: relative;
}

.biolife-clone-wrap .biolife-panel {
    border-color: #ffffff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
}

.biolife-clone-wrap .biolife-main-panel,
.biolife-clone-wrap .biolife-panel.biolife-panel-opened {
    transform: translateX(0);
    z-index: 10;
}

.biolife-clone-wrap .biolife-sub-opened {
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.biolife-mobile-panels,
.biolife-panels-actions-wrap {
    border-bottom: 1px solid #dddddd;
    height: 50px;
    position: relative;
}

.biolife-mobile-panels .biolife-close-btn,
.biolife-mobile-panels .biolife-prev-panel,
.biolife-panels-actions-wrap .biolife-close-btn,
.biolife-panels-actions-wrap .biolife-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #333333;
}

.biolife-mobile-panels .biolife-close-btn,
.biolife-panels-actions-wrap .biolife-close-btn {
    border-left: 1px solid #dddddd;
}

.biolife-panel .mega-content {
    padding: 25px 0;
    display: inline-block;
    width: 100%;
}

.hero-background {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section {
    display: block;
    text-align: center;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-top: 0px;
}

.hero-section .page-title {
    margin: 0;
}

.hero-section .page-title a {
    display: inline-block;
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}

.comment-box form input[type="submit"] {
    display: inline-block;
    padding: 13px 21px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #E73A1AE0;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #bbb;
}

#commentform p.form-submit input[type="submit"] {
    display: inline-block;
    padding: 13px 21px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #E73A1AE0;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #bbb;
    margin-bottom: 30px;
}

.comment-box form input[type="submit"]:hover {
    background-color: var(--main-color);
}

.comment-box form input[type="submit"]:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.merdas-breadcrumb a {
    color: #7E7E7EE7;
}

.biolife-nav {
    display: block;
    margin-top: 37px;
    margin-bottom: 38px;
}

.biolife-nav ul {
    padding: 0;
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.biolife-nav ul li {
    list-style: none;
    display: inline-block;
}

.biolife-nav ul li+li::before {
    content: '/';
    font-family: inherit;
    color: #666666;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    margin-left: 13px;
    margin-right: 14px;
}

.biolife-nav ul li span,
.biolife-nav ul li a {
    color: #666666;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
}

.biolife-nav ul li:last-child::before,
.biolife-nav ul li:last-child span {
    color: #222222;
    font-weight: 600;
}

/**************************************/
.biolife-carousel {
    padding: 0;
    margin: 0;
}

.biolife-carousel>li {
    list-style: none;
}

.biolife-carousel>li:not(:first-child) {
    display: none;
}

.slick-initialized .slick-slide {
    outline: none;
}

.biolife-carousel .row-item {
    font-size: 0;
    line-height: 0;
}

.biolife-carousel.row-space-29px .row-item+.row-item {
    margin-top: 29px;
}

.slick-initialized .slick-arrow:not(.slick-disabled):hover {
    cursor: pointer;
}

.slick-initialized .slick-arrow:not(.slick-disabled) {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.header-top .top-bar {
    max-width: 50%;
    float: left;
}

.header-top .top-bar .horizontal-menu li span i {
    margin-right: 5px;
}

.header-top .right {
    float: right;
    text-align: right;
    display: flex;
    align-items: baseline;
}

.header-top .top-bar .social-list,
.header-top .top-bar .horizontal-menu {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}

.header-top .top-bar .social-list>li,
.header-top .top-bar .horizontal-menu>li {
    list-style: none;
    display: inline-block;
}

.header-top .top-bar .horizontal-menu a {
    color: #ffffff;
    font-size: 14px;
}

.header-top .top-bar .horizontal-menu a:hover {
    color: #dddddd;
}

.header-top .left a>i {
    font-size: 15px;
    margin-left: 6px;
}

.header-top .left .horizontal-menu>li {
    padding: 9px 30px 9px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.33);
}

.header-top .left .horizontal-menu>li:first-child {
    padding-left: 20px;
    border-right: 0;
}

.header-top .right .horizontal-menu {}

.header-top .right .horizontal-menu>li {
    vertical-align: middle;
    min-width: 140px;
    padding: 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.33);
    cursor: pointer;
}

.header-top .right .horizontal-menu>li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.33);
    border-right: 1px solid rgba(255, 255, 255, 0.33);
}

.header-top .right .horizontal-menu>li>a {
    display: inline-block;
    line-height: 42px;
}

.header-top .right .nice-select {
    padding-left: 0;
    display: inline-block;
    float: initial;
}

.header-top .right .nice-select .list {
    margin-left: -14px;
}

.header-top .top-bar .social-list {
    margin: auto 7px;
}

.header-top .top-bar .social-list li {
    font-size: 15px;
    line-height: 42px;
    margin: 0 5px;
}

.header-top .top-bar .social-list li a {
    font-size: 25px;
    line-height: 42px;
    display: flex;
    align-items: center;
}

.header-top .top-bar .social-list li a:hover {
    color: #dddddd;
}

.live-info .login-link i {
    font-size: 21px;
    display: contents;
    vertical-align: middle;
    margin-top: -5px;
    color: var(--main-color);
}

.header-area .header-middle {
    padding: 30px 0 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-area .header-middle .middle-basic-header {
    display: flex;
    align-items: stretch;
    /* این باعث می‌شود ارتفاع فرزندان برابر با والد شود */
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background: #fff;
    border-radius: 11px;
    padding: 2px 10px;
    width: 100%;
}

.logo-header-site,
.middle-basic-primary-menu,
.middle-basic-cart-header {
    display: flex;
    align-items: center;
    /* وسط چین شدن عمودی محتوا داخل هر باکس */
    justify-content: center;
    /* وسط چین شدن افقی محتوا (اختیاری) */
    flex: 0 1 auto;
}

.logo-header-site,
.middle-basic-cart-header {
    min-width: 100px;
}

.middle-basic-primary-menu {
    flex: 1 1 auto;
    margin: 0 10px;
}

.header-area .primary-menu {
    text-align: center;
}

.header-area .primary-menu>ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    position: relative;
    text-align: center;
    direction: rtl;
}

.header-area .primary-menu>ul>li>ul.main-menu {
    top: 100%;
    right: 0;
}

.header-area .primary-menu>ul>li.has-child .sub-menu a {
    color: #222222;
    display: inline-block;
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu>li {
    display: block;
    font-size: 14px;
    line-height: 32px;
    margin: 0 10px;
    position: relative;
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu>li>ul>li {
    display: block;
    font-size: 14px;
    line-height: 32px;
    margin: 0 10px;
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu>li>ul>li>a {
    color: #222222;
    display: inline-block;
    width: 100%;
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu>li>ul>li>a:hover {
    color: #e73918;
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu>li>a {
    color: #222222;
    display: inline-block;
    width: 100%;
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu>li>a:hover {
    color: #e73918;
}

.header-area .primary-menu>ul>li {
    display: inline-block;
    padding-bottom: 5px;
}

.header-area .primary-menu>ul>li+li {
    margin-left: 20px;
}

.header-area .primary-menu>ul li.has-child {
    position: relative;
}

.header-area .primary-menu>ul>li.has-child>a::before {
    content: "\f0d7";
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    color: #222222;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-left: 4px;
}

.header-area .primary-menu>ul.main-menu>li>ul>li+li>a {
    border-top: 1px dashed #d2d2d2;
}

.header-area .primary-menu>ul.main-menu>li>ul>li>ul>li+li>a {
    border-top: 1px dashed #d2d2d2;
}

.header-area .primary-menu>ul>li>a {
    color: #222222;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.header-area .primary-menu>ul>li>a {
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.header-area .primary-menu>ul>li:hover>a {
    color: #fff;
    transition: all 0.3s ease 0s;
}

.header-area .primary-menu>ul.main-menu>li.menu-item-has-children>a::after,
.header-area .primary-menu>ul>li.has-megamenu>a::before {
    content: '\f0d7';
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 10px;
}

.header-area .primary-menu ul {
    margin-bottom: 0;
    background: #fff;
    border-radius: 36px;
    line-height: 2;
    padding: 3px;
    display: flex;
    align-content: space-between;
}

.header-area .primary-menu ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 13px;
    text-align: center;
    padding: 8px 10px;
    margin-left: 0;
}

.header-area .primary-menu ul li::before {
    font-size: 20px;
    color: #a56266;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.header-area .primary-menu ul li a {
    font-size: 13px;
    font-family: 'yekanbakh';
    white-space: nowrap;
    display: inline-block;
}

.header-area .primary-menu ul li:hover {
    background: var(--main-color);
    border-radius: 3px;
}

.header-area .primary-menu ul li:hover::before {
    color: #fff;
}

.header-area .primary-menu ul li ul {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.vertical-category-block .wrap-menu .wrap-megamenu,
.vertical-category-block .wrap-menu ul.sub-menu,
.header-area .primary-menu>.main-menu>li>ul.sub-menu,
.header-area .primary-menu>.main-menu>li>ul.sub-menu li ul,
.header-area .primary-menu ul .wrap-megamenu {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 100;
}

.vertical-category-block .wrap-menu li:hover .wrap-megamenu,
.vertical-category-block .wrap-menu li:hover ul.sub-menu,
.header-area .primary-menu>.main-menu>li:hover>ul.sub-menu,
.header-area .primary-menu>.main-menu>li>ul.sub-menu li:hover ul,
.header-area .primary-menu ul li:hover .wrap-megamenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu {
    width: 250px;
    padding: 10px 0;
    right: 0;
    top: 100%;
}

.header-area .primary-menu>ul.main-menu>li>ul.sub-menu li ul {
    width: 250px;
    padding: 10px 0;
    right: 104%;
    top: 0;
}

.header-area .primary-menu>ul>li>ul>li.menu-item-has-children::before {
    content: '\f104';
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
}

.header-area .primary-menu>ul>li.has-child .sub-menu li {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 10px 20px;
}

.header-area .primary-menu>ul>li.has-child .sub-menu a {
    color: #222222;
    display: inline-block;
}

.header-area .header-bottom {
    padding: 10px 0;
    border-bottom: 1px #f1f1f1 solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.open-mobile-search .header-area.layout-02 {
    z-index: 150;
}

.header-area.layout-02 .header-top {
    background-color: #ffffff;
}

.header-area.layout-02 .header-top .nice-select .current,
.header-area.layout-02 .header-top .nice-select:after,
.header-area.layout-02 .header-top .top-bar .social-list li a,
.header-area.layout-02 .header-top .top-bar .horizontal-menu a {
    color: #333333;
}

.header-area.layout-02 .header-top .left .horizontal-menu>li,
.header-area.layout-02 .header-top .right .social-list {
    position: relative;
}

.header-area.layout-02 .header-top .right .horizontal-menu>li {
    min-width: auto;
    position: relative;
    border: none !important;
}

.header-area.layout-02 .header-top .right .horizontal-menu>li.item-link {
    padding: 0;
}

.header-area.layout-02 .header-top .left .horizontal-menu>li:not(:last-child)::after,
.header-area.layout-02 .header-top .right .social-list::after,
.header-area.layout-02 .header-top .right .horizontal-menu>li::after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: -1px;
    z-index: 2;
    height: 18px;
    width: 1px;
    background-color: #e5e5e5;
}

.header-area.layout-02 .header-top .right .dsktp-open-searchbox {
    font-size: 20px;
    padding: 0 20px;
}

.header-area.layout-02 {
    position: relative;
    z-index: 15;
}

.header-area.layout-02 .header-middle:not(.pre-sticky) {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.header-area.layout-02 .header-middle.pre-sticky {
    background-color: #ffb71a;
    visibility: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.header-area.layout-02 .header-middle.is-sticky {
    visibility: visible;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.header-area.layout-02 .primary-menu>ul>li>a {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}

#biolife-main-panel a.menu-name {
    position: relative;
}

#biolife-main-panel .menu-name .sup-item,
.header-area.layout-02 .primary-menu>ul>li>a .sup-item {
    display: inline-block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    bottom: 100%;
    right: 0;
    margin-bottom: 7px;
}

#biolife-main-panel .menu-name .sup-item {
    right: auto;
    bottom: auto;
    top: 0;
    left: calc(100% - 10px);
    margin-bottom: 0;
}

#biolife-main-panel .menu-name .sup-item>span,
.header-area.layout-02 .primary-menu>ul>li>a span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #43c172;
    border-color: #43c172;
    border-radius: 3px;
    min-width: 40px;
    text-align: center;
    padding: 0 3px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    margin: 0;
}

#biolife-main-panel .menu-name .sup-item>span.sale,
.header-area.layout-02 .primary-menu>ul>li>a span.sale {
    background-color: #ffc356;
    border-color: #ffc356;
}

#biolife-main-panel .menu-name .sup-item>span.feature,
.header-area.layout-02 .primary-menu>ul>li>a span.feature {
    background-color: #0059ff;
    border-color: #0059ff;
}

#biolife-main-panel .menu-name span::before,
.header-area.layout-02 .primary-menu>ul>li>a span::before {
    display: block;
    content: '';
    border: 7px solid transparent;
    border-top-color: inherit;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    right: 50%;
    margin-right: -8px;
}

.header-area.layout-02 .biolife-sticky-object.pre-sticky .primary-menu>ul>li>a .sup-item {
    display: none;
}

#biolife-main-panel .menu-name span::before {
    bottom: -5px;
    right: 100%;
    margin-right: -19px;
}

.header-area .biolife-cart-info .login-item .login-link {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.header-area.layout-02 .primary-menu>ul>li.has-child>a::after {
    color: inherit;
}

.header-area.layout-02 .biolife-cart-info .minicart-block .cart-inner {
    border-top-color: #05a503;
}

.header-area.layout-02 .biolife-cart-info .minicart-block .btn-control .view-cart:not(:hover) {
    background-color: #05a503;
}

.header-area.layout-02 .mobile-search .open-searchbox .biolife-icon,
.header-area.layout-02 .biolife-cart-info .minicart-contain a>.sub-total,
.header-area.layout-02 .biolife-cart-info .minicart-contain a>.title,
.header-area.layout-02 .biolife-cart-info .icon-qty-combine .biolife-icon {
    color: #ffffff;
}

/**************************************************** header3 **********************************************/
.hero-header3 {
    padding: 42px 0 60px 0;
    background: #fffcee;
}

.hero-header3 .container {
    padding: 0;
}

.hero-header3 .hd3-over .hd3-top {
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #e2eefd;
    border: 1px solid #80b9ff;
    padding: 5px 23px;
    border-radius: 100px;
}


:root {
    --accent: black;
    --canvas: color-mix(in lch, canvas, canvasText 1%);
    --border: color-mix(in lch, canvas, canvasText 10%);
    --text: color-mix(in lch, canvasText, canvas 25%);
    --border-radius: 100;
    --border-width: 3;
    --trail-size: 25;
}

aside {
    width: 100%;
    max-width: calc(100vw - 4rem);
    line-height: 1.5;
    container-type: inline-size;
    position: relative;
    z-index: 0;
}

.border {
    position: absolute;
    inset: 0;
    clip-path: inset(0 0 0 0 round calc(var(--border-radius) * 1px));
    border-radius: calc(var(--border-radius) * 1px);
    z-index: -1;
    border: 0;
    container-type: inline-size;
}

.trail {
    width: calc(var(--trail-size) * 1cqmin);
    aspect-ratio: 5 / 1;
    position: absolute;
    background: radial-gradient(100% 100% at right,
            var(--main-color),
            transparent 50%);
    offset-path: border-box;
    offset-anchor: 100% 50%;
    animation: journey var(--speed, 6s) infinite linear;
}

@container(width > 600px) {
    .trail {
        --speed: 12s;
    }
}

@keyframes journey {
    to {
        offset-distance: 100%;
    }
}

.content {
    background: linear-gradient(var(--canvas), var(--canvas)) padding-box,
        transparent;
    border: calc(var(--border-width) * 1px) solid transparent;
    border-radius: calc(var(--border-radius) * 1px);
}







.hero-header3 .hd3-over .hd3-down {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hero-header3 .hd3-over {
    width: 100%;
    position: relative;
    z-index: 200;
}

.hero-header3 .hd3-over .hd3-text {
    position: absolute;
    top: -24px;
    padding: 0 48px;
}

.hero-header3 .hd3-over .hd3-text span {
    font-size: 13px;
    font-weight: 500;
    color: #2b2b2b;
}

.hero-header3 .hd3-over .login {
    position: absolute;
    left: 208px;
    top: -18px;
    z-index: 100;
}

.hero-header3 .hd3-over .vertical-social {
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 418px;
    z-index: 100;
}

.hero-header3 .hd3-over .vertical-social ul {
    display: flex;
    background: #fff;
    border-radius: 22px;
    padding: 6px 17px;
    gap: 11px;
    align-items: center;
    border: 1px solid #80b9ff;
}

.hero-header3 .hd3-over .vertical-social ul.social-list {
    margin-bottom: 0;
}

.hero-header3 .hd3-over .vertical-social ul.social-list li a {
    font-size: 20px;
    display: flex;
}

.hero-header3 .hd3-over .hd3-content {
    width: 100%;
}

.hero-header3 .hd3-over .hd3-top .hd3-social {
    width: 20%;
}

.hero-header3 .hd3-over .hd3-top .hd3-menu {
    width: 60%;
}

.hero-header3 .hd3-over .hd3-top .hd3-login {
    width: 20%;
}

.hero-header3 .hd3-over .hd3-down .hd3-megamenu {
    width: 20%;
    background: #80b9ff;
    position: absolute;
    right: 44px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.hero-header3 .hd3-over .hd3-down .cn-logo {
    width: 20%;
    background: #e2eefd;
    border-bottom-right-radius: 85%;
    border-bottom-left-radius: 85%;
    padding: 10px 0;
}


.hero-header3 .hd3-over .hd3-down .hd3-search {
    position: absolute;
    left: 53px;
    width: 25%;
    border-radius: 46px;
    top: -15px;
}

.overlay-mode-hd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
}


.hd3-search input[type="text"]::placeholder {
    color: #fff;
}

.hero-header3 .hd3-basicmenu .primary-menu {
    margin-top: 0;
}

.hero-header3 .hd3-basicmenu .primary-menu ul.main-menu {
    margin-bottom: 0;
    background: #fff;
    border-radius: 36px;
    line-height: 2;
    padding: 3px;
    display: flex;
    align-content: space-between;
}

.hero-header3 .hd3-basicmenu .primary-menu .main-menu li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 13px;
    text-align: center;
    padding: 8px 10px;
    margin-left: 0;
}


.hero-header3 .hd3-basicmenu .primary-menu .main-menu li::before {
    font-size: 20px;
    color: #a56266;
    display: inline-block;
    margin-left: 5px;
    /* فاصله بین آیکون و متن */
    vertical-align: middle;
}

.hero-header3 .hd3-basicmenu .primary-menu .main-menu li:hover::before {
    color: #fff;
}

.hero-header3 .hd3-basicmenu .primary-menu .main-menu li a {
    font-size: 13px;
    font-family: 'yekanbakh';
    white-space: nowrap;
    display: inline-block;
}

.hero-header3 .hd3-basicmenu .primary-menu .main-menu li:hover {
    border-radius: 30px;
}

.hero-header3 .hd3-basicmenu .primary-menu .main-menu li:hover a {
    color: #fff;
    border-radius: 30px;
}












.biolife-cart-info {
    text-align: left;
}

.biolife-cart-info>div {
    display: inline-block;
}

.biolife-cart-info>div+div {
    margin-right: 9px;
}

.biolife-cart-info>div>.link-to {
    display: inline-block;
    line-height: 0;
}

.biolife-cart-info .icon-qty-combine {
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-left: 12px;
}

.biolife-cart-info .icon-qty-combine .qty {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin: 0;
    min-width: 19px;
    padding: 2px 5px 0px;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 7px;
    z-index: 2;
}

.biolife-cart-info .icon-qty-combine .qty-wishlist {
    background-color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin: 0;
    min-width: 19px;
    padding: 2px 5px 0px;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 7px;
    z-index: 2;
}

.biolife-cart-info .icon-qty-combine .biolife-icon {
    font-size: 20px;
    color: #333333;
}

.biolife-cart-info .minicart-contain a>.title {
    font-size: 14px;
    line-height: 16px;
    display: inline;
    color: #ffffff;
    font-weight: 600;
    background: var(--main-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.hd3-login .biolife-cart-info .minicart-contain a>.title {
    font-size: 14px;
    line-height: 16px;
    display: inline;
    color: #ffffff;
    font-weight: 600;
    background: var(--main-color);
    padding: 5px 10px;
    border-radius: 28px;
}

.biolife-cart-info .minicart-contain:hover a>.title {
    background: var(--second-color);
}

.biolife-cart-info .minicart-contain a>.sub-total {
    font-size: 15px;
    line-height: 16px;
    display: inline;
    color: #222222;
    font-weight: 700;
}

.biolife-cart-info .minicart-block {
    position: relative;
}

.biolife-cart-info .minicart-block .cart-content {
    position: absolute;
    display: inline-block;
    line-height: 0;
    width: 370px;
    top: 100%;
    left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 101;
}

.biolife-cart-info .minicart-block:hover .cart-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.biolife-cart-info .minicart-block .cart-inner {
    border-top: 3px solid var(--main-color);
    background-color: #ffffff;
    display: inline-block;
    padding: 20px 10px 30px 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    line-height: 0;
    width: 370px;
    margin-top: 9px;
}

.hd3-login .biolife-cart-info .minicart-block .cart-inner {
    border: 1px solid var(--main-color);
    background-color: #ffffff;
    display: inline-block;
    padding: 20px 10px 30px 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    line-height: 0;
    width: 370px;
    margin-top: 9px;
    border-radius: 34px;
}

.biolife-cart-info .minicart-block ul.products {
    padding: 0;
    margin: 0;
    text-align: left;
    max-height: 371px;
    overflow-y: auto;
}

.biolife-cart-info .minicart-block ul.products li {
    padding-right: 10px;
}

.biolife-cart-info .minicart-block ul.products li+li .minicart-item {
    border-top: 1px dashed #e6e6e6;
    padding-top: 19px;
}

.biolife-cart-info .minicart-block ul.products li+li .minicart-item .action {
    top: 23px;
}

.biolife-cart-info .minicart-block ul.products li:last-child .minicart-item {
    padding-bottom: 30px;
}

.biolife-cart-info .minicart-block .minicart-item {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.biolife-cart-info .minicart-item .thumb {
    display: inline-block;
    width: 90px;
    float: left;
}

.biolife-cart-info .minicart-item .left-info {
    display: inline-block;
    width: calc(100% - 90px);
    padding-left: 9px;
    padding-right: 40px;
}

.minicart-item .left-info .product-title {
    font-size: 17px;
    line-height: 1;
    display: block;
    margin-top: 8px;
    font-weight: 600;
}

.minicart-item .left-info .product-name {
    color: #333333;
    display: inline-block;
}

.price-contain,
.sumary-product .product-attribute .price,
.contain-product .info .price,
.minicart-item .left-info .price {
    display: block;
    font-size: 28px;
    text-align: left;
    margin-top: 6px;
    font-weight: 700;
    color: var(--main-color);
}

.custom-modal .woocommerce-Price-currencySymbol {
    font-size: 12px;
    rotate: 270deg;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -19px;
}

.quickview-container .btn-close-quickview {
    padding: 5px 5px 0;
    border-radius: 3px;
}

.quickview-container .btn-close-quickview:hover {
    color: #fff;
    background-color: #cb0101;
    padding: 5px 5px 0;
    border-radius: 3px;
}

.price-contain .price-amount,
.sumary-product .product-attribute .price .price-amount,
.contain-product .info .price .price-amount,
.minicart-item .left-info .price .price-amount {
    line-height: 24px;
    color: #aaaaaa;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.price-contain ins .price-amount,
.sumary-product .product-attribute .price ins .price-amount,
.contain-product .info .price ins .price-amount,
.minicart-item .left-info .price ins .price-amount {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
}

.price-contain ins,
.sumary-product .product-attribute .price ins,
.sumary-product .product-attribute .price del,
.contain-product .info .price ins,
.contain-product .info .price del,
.minicart-item .left-info .price ins,
.minicart-item .left-info .price del {
    display: inline-block;
    text-decoration: none;
}

.price-contain del {
    position: relative;
    margin-left: 6px;
    display: inline-block;
}

.sumary-product .product-attribute .price del,
.contain-product .info .price del,
.minicart-item .left-info .price del {
    position: relative;
    margin-left: 6px;
}

.price-contain del::after,
.sumary-product .product-attribute .price del::after,
.contain-product .info .price del::after,
.minicart-item .left-info .price del::after {
    content: '';
    height: 1px;
    background-color: #aaaaaa;
    position: absolute;
    top: 50%;
    left: -1px;
    right: -1px;
    display: block;
    z-index: 1;
}

.pr-detail-layout .info .price ins .price-amount,
.sumary-product .product-attribute .price ins .price-amount {
    font-size: 22px;
}

.contain-product.style-widget .product-thumb {
    width: 82px;
    display: inline-block;
    float: left;
}

.contain-product.style-widget .info {
    width: calc(100% - 82px);
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

.contain-product.style-widget .info .price,
.contain-product.style-widget .info .product-title,
.contain-product.style-widget .info .categories {
    text-align: left;
}

.contain-product.style-widget .info .categories {
    margin-top: 3px;
}

.contain-product.style-widget .info .price {
    margin-bottom: 0;
}

.contain-product.layout-default {
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.contain-product.layout-default .info .price {
    margin-bottom: 11px;
}

.contain-product__deal-layout .slide-down-box .message,
.contain-product.layout-default .slide-down-box .message {
    font-size: 14px;
    color: #666666;
    display: block;
    line-height: 17px;
    margin: 0 0 19px;
    text-align: center;
    padding: 0 15px;
}

.pr-detail-layout .info .buttons,
.contain-product__deal-layout .slide-down-box .buttons,
.contain-product.layout-default .slide-down-box .buttons {
    padding: 0 11px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.pr-detail-layout .info .buttons .btn,
.contain-product__deal-layout .slide-down-box .buttons .btn,
.contain-product.layout-default .slide-down-box .buttons .btn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.pr-detail-layout .info .buttons .btn:not(.add-to-cart-btn),
.contain-product__deal-layout .slide-down-box .buttons .btn:not(.add-to-cart-btn),
.contain-product.layout-default .slide-down-box .buttons .btn:not(.add-to-cart-btn) {
    font-size: 16px;
    color: #666666;
    padding: 0;
    display: flex;
    align-items: center;
}

.pr-detail-layout .info .buttons .add-to-cart-btn,
.contain-product__deal-layout .slide-down-box .buttons .add-to-cart-btn,
.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn {
    width: inherit;
    font-size: 14px;
    color: #ffffff;
    background-color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 9999px;
    line-height: 1;
    padding: 15px 10px 16px;
}

.contain-product.layout-default .slide-down-box .buttons .compare-button {
    display: flex;
    align-self: center;
    font-size: 24px;
    background: #d7d7d7;
    padding: 3px;
    border-radius: 3px;
    color: #777;
}

.pr-detail-layout .info .buttons .add-to-cart-btn:hover,
.contain-product__deal-layout .slide-down-box .buttons .add-to-cart-btn:hover,
.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn:hover {
    background-color: var(--second-color);
}

.contain-product.layout-02 {
    display: inline-block;
    width: 100%;
}

.advance-product-box_countdown {
    border: 2px solid #e6e6e6;
}

.advance-product-box_countdown .contain-product .product-thumb {
    padding-left: 8px;
    padding-right: 8px;
}

.advance-product-box_countdown .contain-product .info {
    padding-bottom: 26px;
}

.advance-product-box_countdown .biolife-countdown {
    margin: 13px 0 0;
}

.advance-product-box_countdown .biolife-countdown>span {
    padding: 5px 5px 7px;
    min-width: 47px;
}

.advance-product-box_countdown .biolife-countdown .text {
    font-size: 12px;
    margin-top: 1px;
}

.shipping-info {
    display: block;
    font-size: 0;
    line-height: 0;
}

.shipping-info p {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin: 0;
    color: #7faf51;
    font-weight: 600;
    padding-top: 7px;
}

.shipping-info p.for-today {
    color: #666666;
    padding-top: 1px;
    margin-bottom: 26px;
}

.minicart-item .left-info .qty {
    display: block;
    font-size: 0;
    line-height: 0;
    margin-top: 3px;
}

.minicart-item .left-info .qty .input-qty,
.minicart-item .left-info .qty>label {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}

.minicart-item .left-info .qty .input-qty {
    border: none;
    padding: 0;
    margin-left: 4px;
    width: 100px;
    background-color: #f5f5f5;
}

.minicart-item .left-info .qty .input-qty:disabled {
    background-color: #ffffff;
}

.minicart-item .action {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.minicart-item .action a {
    font-size: 16px;
    line-height: 24px;
    color: var(--main-color) !important;
    display: inline-block;
}


.minicart-item .action a+a {
    margin-right: 12px;
}

.minicart-item.editing .action a.edit,
.minicart-item .action a:hover {
    color: #c4130e !important;
    background: unset;
}

.minicart-item.editing .action a.edit i::before {
    content: '\f00c';
}

.minicart-block .cart-inner .minicart-empty {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-align: center;
    color: #888888;
    margin-top: 34px;
    margin-bottom: 22px;
}

.biolife-cart-info .minicart-block .btn-control {
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.biolife-cart-info .minicart-block .btn-control .btn {
    display: inline-block;
    width: calc(50% - 8px);
    padding: 16px 10px 17px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 99999999px;
    margin-top: 20px;
}

.biolife-cart-info .minicart-block .btn-control .view-cart-hover {
    background-color: var(--main-color);
}

.biolife-cart-info .minicart-block .btn-control .checkout-hover {
    background-color: #eee;
}

.biolife-cart-info .minicart-block .btn-control .view-cart {
    margin-right: 16px;
    color: #ffffff;
}

.biolife-cart-info .minicart-block .btn-control .btn:hover {
    background-color: var(--second-color) !important;
    color: #ffffff !important;
}

.minicart-block.layout-02 .icon-contain {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.minicart-block.layout-02 .icon-contain .span-index {
    border: 2px solid #e6e6e6;
    padding-left: 20px;
    border-right: 0;
    display: inline-block;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.minicart-block.layout-02 .icon-contain .biolife-icon {
    font-size: 21px;
    line-height: 41px;
    display: inline-block;
    vertical-align: middle;
}

.minicart-block.layout-02 .icon-contain .sub-total {
    font-size: 14px;
    color: #555555;
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 9px;
    padding-right: 14px;
}

.minicart-block.layout-02 .icon-contain .btn-to-cart {
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    min-width: 61px;
    padding: 15px 10px;
    vertical-align: middle;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.biolife-brand .menu-title,
.biolife-products-block .menu-title,
.block-posts .menu-title,
.wrap-custom-menu .menu-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    margin: 0 0 13px 0;
    line-height: 24px;
}

.wrap-custom-menu ul.menu {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.wrap-custom-menu ul.menu>li {
    display: block;
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
}

.wrap-custom-menu ul.menu>li+li {
    margin-top: 10px;
}

.wrap-custom-menu ul.menu>li a {
    color: #555555;
}

.wrap-custom-menu ul.menu>li sup {
    font-size: 12px;
}

.block-posts .menu-title {
    margin-bottom: 17px;
}

.block-posts ul.posts {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0 0 1px 0;
    margin: 0;
}

.block-posts ul.posts li {
    display: inline-block;
    clear: both;
    padding-bottom: 20px;
    width: 100%;
}

.block-posts ul.posts li+li {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.block-posts ul.posts li:last-child {
    padding-bottom: 0;
}

.block-posts .block-post-item .thumb {
    display: inline-block;
    width: 100px;
    border: 0;
    float: left;
}

.block-posts .block-post-item .left-info {
    display: inline-block;
    width: calc(100% - 100px);
    padding-left: 10px;
}

.block-posts .block-post-item .post-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    display: block;
    margin: 0;
    padding: 1px 0 0;
    text-align: left;
}

.block-posts .block-post-item .post-name a {
    color: #333333;
    display: inline-block;
    text-align: right;
}

.block-posts .block-post-item .p-date,
.block-posts .block-post-item .p-comment {
    font-size: 13px;
    color: #666666;
    display: inline-block;
    margin: 7px 0 0;
    padding: 0;
    line-height: 19px;
}

.block-posts .block-post-item .p-comment {
    margin-left: 19px;
}

.vertical-category-block {
    display: block;
    position: relative;
}

.vertical-category-block .block-title {
    display: block;
    padding: 13px 30px 13px 17px;
    position: relative;
    text-align: right;
}

.header-one .vertical-category-block .block-title {
    background: var(--main-color);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.vertical-category-block .menu-icon {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding-top: 5px;
    vertical-align: top;
}

.vertical-category-block .menu-icon span {
    background-color: #ffffff;
    width: 17px;
    height: 2px;
    border: 0;
    display: inline-block;
    float: left;
    clear: left;
    margin: 0 3px 3px 9px;
}

.vertical-category-block .menu-icon span::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 2px;
    margin-left: -6px;
    background-color: #ffffff;
}

.vertical-category-block .block-title .menu-title {
    font-size: 16px;
    line-height: 18px;
    color: #353535;
    font-weight: 500;
    display: inline-block;
    padding-left: 14px;
}

.hd3-down .vertical-category-block .block-title .menu-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    padding-left: 14px;
}

.vertical-category-block .block-title .angle {
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    display: inline-block;
    max-width: 18px;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
}

.hd3-down .vertical-category-block .block-title .angle {
    position: absolute;
    top: 11px;
    left: 46px;
    font-size: 15px;
    color: #ffffff;
    line-height: 18px;
    display: inline-block;
    max-width: 18px;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
}

.vertical-category-block .black-color .menu-icon span::before,
.vertical-category-block .black-color .menu-icon span {
    background-color: #333333;
}

.vertical-category-block .black-color .angle,
.vertical-category-block .black-color .menu-title {
    color: #333333;
}

.vertical-category-block>.wrap-menu {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 30;
}

.hd3-megamenu .vertical-category-block>.wrap-menu {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 30;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-top: 5px;
    padding-top: 30px;
}

.wrap-menu>ul {
    padding: 9px 0 18px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.wrap-menu>ul>li {
    font-size: 14px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    text-align: right;
}

.wrap-menu>ul>li>a {
    color: #333333;
    position: relative;
    padding-right: 5px;
    display: inline-block;
    width: 100%;
}

.wrap-menu li i {
    font-size: 24px;
    width: 40px;
    text-align: right;
    display: inline-block;
    float: right;
    line-height: 45px;
}

.wrap-menu li a:hover {
    color: #e73918;
    text-decoration: none;
}

.wrap-menu>li.has-child>a:after {
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f104';
    display: inline-block;
    font-size: 14px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    color: #333333;
}

.vertical-category-block>.wrap-menu>.menu {
    padding: 0px 0 18px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.vertical-category-block>.wrap-menu>.menu>li {
    width: 100%;
    font-size: 14px;
    line-height: 45px;
    display: flex;
    padding: 0 20px;
    text-align: right;
    position: relative;
    font-weight: unset;
}

.vertical-category-block>.wrap-menu>.menu>li:before {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 900;
    width: 32px;
}

.vertical-category-block>.wrap-menu>.menu>li>a {
    font-family: 'yekanbakh';
    color: #333333;
    display: inline-block;
    width: 100%;
}

.vertical-category-block>.wrap-menu>.menu li.has-megamenu>a,
.vertical-category-block>.wrap-menu .menu li.has-child>a {
    position: relative;
    padding-right: 5px;
}

.vertical-category-block .wrap-menu .menu li.has-child {
    position: relative;
}

.vertical-category-block>.wrap-menu>.menu>li.menu-item-has-children>a:after,
.vertical-category-block>.wrap-menu>.menu>li.has-child>a:after {
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f104';
    display: inline-block;
    font-size: 14px;
    line-height: 45px;
    position: absolute;
    top: 2px;
    left: 0;
    color: #333333;
}

.vertical-category-block>.wrap-menu>.menu>li+li>a {
    border-top: 1px dashed #d2d2d2;
}

.vertical-category-block>.wrap-menu>.menu>li>ul {
    font-family: 'yekanbakh';
    width: 900px;
    position: absolute;
    columns: 20rem;
    column-gap: 1rem;
    padding: 11px 5px;
    direction: rtl;
    text-align: right;
    column-fill: balance;
    /* توازن در پر کردن ستون‌ها */
}

.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li {
    display: inline-block;
    /* مهم برای کارکرد columns */
    width: 100%;
    margin-bottom: 1rem;
    list-style: none;
    text-align: right;
}

.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(5),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(9),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(13),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(17),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(21),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(25),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(29),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(33),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(37),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(41),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(45),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(49),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(53),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(57),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(61),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(65),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(69),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(73),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(77),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(81),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(85),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(89),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(93),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(97),
.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li:nth-child(101) {
    clear: right;
}

.vertical-category-block>.wrap-menu>.menu>li>ul>li>ul {
    display: contents;

}

.vertical-category-block>.wrap-menu>.menu>li>ul>li>ul>li {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 0 20px;
    text-align: right;
}

.vertical-category-block>.wrap-menu>.menu>li>ul>li>ul>li>a {
    font-family: 'yekanbakh';
    color: #333333;
    display: inline-block;
    width: 100%;
}

.vertical-category-block>.wrap-menu>.menu>li>ul>li>ul>li+li>a {
    border-top: 1px dashed #d2d2d2;
}

.vertical-category-block>.wrap-menu>.menu>li>ul.sub-menu>li>a {
    font-family: 'yekanbakh';
    font-weight: 450;
    color: #000;
    border-right: 3px var(--main-color) solid;
    line-height: 20px;
    padding: 2px 5px;
    background-color: #f7f7f7;
    display: block;
    margin: 2px 2px;
    border-top-left-radius: 120px;
}

.vertical-category-block>.wrap-menu>.menu>li>a .biolife-icon {
    font-size: 26px;
    width: 40px;
    text-align: right;
    display: inline-block;
    float: right;
    line-height: 45px;
}

.vertical-category-block .wrap-menu ul.sub-menu {
    display: inline-block;
    width: 250px;
    padding: 0;
    right: 100%;
    top: 0;
}

.vertical-category-block>.wrap-menu>ul.sub-menu>li {
    list-style: none;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0 4px;
}

.vertical-category-block>.wrap-menu>ul.sub-menu>li>a {
    display: block;
    line-height: inherit;
    color: #333333;
}

.vertical-category-block>.wrap-menu>ul.sub-menu>li+li>a {
    border-top: 1px dashed #d2d2d2;
}

.vertical-category-block>.wrap-menu>.wrap-megamenu {
    top: 0;
    right: 100%;
    padding: 22px 30px 0;
}

.vertical-category-block:not(.always) .block-title {
    cursor: pointer;
}

.vertical-category-block:not(.always)>.wrap-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
}

.vertical-category-block:not(.always).open-menu>.wrap-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.vertical-category-block:not(.open-menu) .block-title .angle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.biolife-vertical-menu.height-auto .vertical-category-block>.wrap-menu {
    position: static;
    width: 100%;
}

.biolife-products-block .products-list {
    padding: 0;
    margin: 0;
}

.biolife-products-block .products-list .product-item {
    list-style: none;
}

.biolife-carousel.nav-center-02 .slick-arrow,
.biolife-carousel.nav-center-bold .slick-arrow,
.biolife-carousel.nav-center .slick-arrow {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -17px;
    color: rgba(102, 102, 102, 0.2);
    z-index: 10;
    margin-bottom: 0;
    font-size: 33px;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.biolife-carousel.nav-center-bold .slick-arrow {
    font-size: 44px;
}

.products-list.biolife-carousel.nav-center-02 .slick-arrow {
    -webkit-transition: opacity 1.2s ease;
    -moz-transition: opacity 1.2s ease;
    -o-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}

.biolife-carousel.nav-center-bold .slick-arrow.prev,
.biolife-carousel.nav-center .slick-arrow.prev {
    left: -40px;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.biolife-carousel.nav-center-bold .slick-arrow.next,
.biolife-carousel.nav-center .slick-arrow.next {
    right: -40px;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.biolife-carousel.nav-center-bold .slick-arrow.prev {
    left: -44px;
}

.biolife-carousel.nav-center-bold .slick-arrow.next {
    right: -44px;
}

.biolife-carousel.nav-center-02 .slick-arrow {
    font-size: 30px
}

.biolife-carousel.nav-center-02 .slick-arrow.prev {
    left: -9px;
    padding-right: 14px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.biolife-carousel.nav-center-02 .slick-arrow.next {
    right: -9px;
    padding-left: 14px;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.biolife-carousel.nav-center-02 .slick-arrow::before {
    content: "\f104";
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.biolife-carousel.nav-center-02 .slick-arrow.next::before {
    content: "\f105";
}

.biolife-carousel.nav-center-02:hover .slick-arrow.prev,
.biolife-carousel.nav-center-02:hover .slick-arrow.next,
.biolife-carousel.nav-center-bold:hover .slick-arrow.prev,
.biolife-carousel.nav-center-bold:hover .slick-arrow.next,
.biolife-carousel.nav-center:hover .slick-arrow.prev,
.biolife-carousel.nav-center:hover .slick-arrow.next {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.biolife-carousel.nav-center-02 .slick-arrow:hover {
    color: #444444;
}

.contain-product .product-thumb {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    /*overflow: hidden;*/
}

.contain-product .product-thumb .lookup {
    display: inline-block;
    font-size: 22px;
    line-height: 0;
    color: #666666;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.contain-product:hover .product-thumb .lookup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 330ms ease 100ms;
    -moz-transition: transform 330ms ease 100ms;
    -o-transition: transform 330ms ease 100ms;
    transition: transform 330ms ease 100ms;
}

.contain-product .product-thumb .labels {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.contain-product .product-thumb .labels>span {
    display: inline-block;
    float: left;
    clear: left;
    min-width: 54px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
    background-color: #fa3535;
    line-height: 22px;
    padding: 0 5px;
    font-weight: 700;
}

.contain-product .product-thumb .labels .new-label {
    background-color: #32de04;
}

.contain-product .product-thumb .labels .feature-label {
    background-color: #036dc7;
}

.products-list.biolife-carousel.slick-initialized .contain-product .product-thumb img,
.products-list:not(.biolife-carousel) .contain-product .product-thumb img {
    width: 100%;
}

.contain-product .info .categories {
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    width: 80%;
    background-color: var(--main-color);
    padding: 5px;
    margin: 6px auto;
    border-radius: 5px;
}

.contain-product .info .product-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 7px 0 0;
    text-align: center;
    padding: 5px 5px;
}

.contain-product .info .product-title a {
    color: #222222;
    display: inline-block;
}

.contain-product .info .price {
    text-align: center;
    margin-bottom: 12px;
}

.pr-detail-layout {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}

.pr-detail-layout .product-thumb,
.pr-detail-layout .info,
.pr-detail-layout .advance-info {
    display: inline-block;
    vertical-align: top;
}

.pr-detail-layout .product-thumb {
    width: 31.036%;
    float: left;
}

.pr-detail-layout .info {
    width: 47.009%;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
}

.pr-detail-layout .advance-info {
    width: 21.955%;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    margin-top: 31px;
    padding-top: 3px;
    padding-bottom: 15px;
    min-height: 167px;
}

.pr-detail-layout .info .categories {
    text-align: left;
    margin-top: 14px;
    max-width: 356px;
    display: block !important;
}

.pr-detail-layout .info .product-title {
    text-align: left;
    max-width: 356px;
}

.pr-detail-layout .info .excerpt {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 29px 0 0;
    max-width: 356px;
}

.pr-detail-layout .info .price {
    text-align: left;
    margin: 23px 0 0;
    max-width: 356px;
}

.pr-detail-layout .info .buttons {
    padding: 0;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 356px;
}

.pr-detail-layout .info .buttons .btn:not(.add-to-cart-btn) {
    width: 32px;
    font-size: 16px;
    color: #666666;
}

.pr-detail-layout .info .buttons .wishlist-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    padding: 4px 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
}

.pr-detail-layout .info .buttons .add-to-cart-btn {
    padding: 14px;
    display: inline-block;
    min-width: 159px;
}

.pr-detail-layout .info .buttons .compare-btn {
    padding: 5px 5px 4px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.pr-detail-layout .info .buttons .compare-btn::before {
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    background-color: #aaaaaa;
    position: absolute;
    left: -4px;
    top: 4px;
}

.pr-detail-layout .advance-info .list {
    padding: 0;
    display: block;
}

.pr-detail-layout .advance-info .list li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-left: 13px;
    position: relative;
}

.pr-detail-layout .advance-info .list li::before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    left: 0;
    top: 9px;
}

.pr-detail-layout .advance-info .shipping-info {
    margin-top: 18px;
    padding-left: 13px;
}

.pr-detail-layout .advance-info .shipping-info p {
    text-align: left;
    margin: 0;
    padding: 0;
}

.pr-detail-layout .advance-info p.for-today {
    margin-top: 1px;
}

.biolife-products-block .menu-title {
    margin-bottom: 24px;
}

.biolife-brand ul.brands {
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #e6e6e6;
}

.biolife-brand ul.brands li {
    list-style: none;
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
}

.biolife-brand.vertical ul.brands {
    border: none;
    padding-bottom: 14px;
    display: inline-block;
}

.biolife-brand.vertical ul.brands li {
    display: block;
    width: auto;
    clear: left;
    text-align: left;
    margin: 17px 0;
}

.biolife-banner.layout-01 {
    display: block;
    width: 176px;
    text-align: center;
    font-size: 0;
    line-height: 1;
    border: 1px solid transparent;
    position: relative;
}

.biolife-banner.layout-01::before {
    content: '';
    display: block;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 19px;
    background: transparent;
}

.biolife-banner.layout-01::after {
    content: '';
    display: block;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 19px;
    background: transparent;
}

.biolife-banner.layout-01 .top-title {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 7px;
}

.biolife-banner.layout-01 .content {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    margin: -7px 0 0;
    padding: 0 20px;
}

.biolife-banner.layout-01 .bottomm-title {
    font-size: 20px;
    color: #333333;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    position: relative;
    bottom: -9px;
    padding: 0 7px;
}

.header-search-bar.layout-01 {
    display: inline-block;
    position: relative;
    float: right;
    flex-grow: 1;
    min-width: 50%;
}

.hd3-search .header-search-bar.layout-01 {
    display: inline-block;
    position: relative;
    float: right;
    flex-grow: 1;
    min-width: 50%;
    width: 100%;
}

.header-search-bar.layout-01 .input-text {
    font-size: 14px;
    color: var(--main-color);
    border: 2px solid #dddddd;
    width: 500px;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 24px 10px 20px;
}

.header-search-bar.layout-01 .hd3-input-text {
    font-size: 13px;
    color: var(--main-color);
    border: 1px solid #80b9ff;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 62px;
    background-color: #80b9ff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .header-search-bar.layout-01 .input-text {
        line-height: 1;
        padding: 9px 240px 9px 20px;
    }
}

.header-search-bar.layout-01 .btn-submit {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-right: 1px solid #e6e6e6;
    color: #333333;
    line-height: 0;
    font-size: 20px;
    display: inline-block;
    padding: 9px;
    width: 53px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.hd3-search .header-search-bar.layout-01 .btn-submit {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    line-height: 0;
    font-size: 16px;
    padding: 3px;
    position: absolute;
    top: 7px;
    left: -7px;
}

.header-search-bar.layout-01 .input-text::-ms-input-placeholder,
.header-search-bar.layout-01 .input-text:-ms-input-placeholder,
.header-search-bar.layout-01 .input-text::placeholder {
    color: #888888;
}

.header-search-bar.layout-01 select {
    display: none;
}

.header-search-bar.layout-01 .nice-select {
    position: absolute;
    top: 3px;
    left: 37px;
    padding-left: 0;
}

.header-search-bar.layout-01 .nice-select:after,
.header-search-bar.layout-01 .nice-select .current {
    color: #888888;
}

.header-search-bar.layout-01 .nice-select .current {
    width: 135px;
    text-align: right;
}

.header-search-bar.layout-01.no-product-cat .btn-submit {
    width: auto;
    padding: 12px 24px 12px 16px;
    top: 2px;
    right: 0;
    border-left: none;
}

.header-search-bar.layout-01.no-product-cat .input-text {
    padding-right: 60px;
}

.header-bottom .search-login-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.merdas-basic-header .header-area .live-info {
    display: flex;
    max-width: calc(100% - 500px);
    float: left;
    text-align: left;
}

.hero-header3 .hd3-over .live-info {
    border-radius: 30px;
    background-color: #80b9ff;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding: 4px 10px;
    border: 1px solid #80b9ff;
}

.hero-header3 .hd3-over .live-info a {
    color: #fff;
}

.search-login-box .live-info a {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-self: center;
}

.search-login-box .live-info #btn_modal_login {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-self: center;
    background-color: #fff;
    padding: 11px;
    border-radius: 5px;
}

.header-area .live-info .telephone {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    display: block;
    margin: 0 0 10px 0;
    padding-right: 6px;
}

.header-area .live-info .telephone i {
    font-size: 26px;
    position: relative;
    bottom: -5px;
    right: -6px;
}

.header-area .live-info .working-time {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: block;
    margin: 1px 0 0;
    padding-right: 10px;
}

.padding-top-2px {
    padding-top: 2px;
}

.header-area.layout-05 .header-top .top-bar .social-list li a,
.header-area.layout-05 .header-top .nice-select .current,
.header-area.layout-05 .header-top .nice-select:after,
.header-area.layout-05 .header-top .top-bar .horizontal-menu a {
    color: #333333;
}

.header-area.layout-05 .header-top {
    border-bottom: 1px solid #e3e3e3;
}

.header-area.layout-05 .header-top .horizontal-menu>li+li {
    border-left: 1px solid #e3e3e3;
}

.header-area.layout-05 .header-top .top-bar .social-list {
    border-right: 1px solid #e3e3e3;
}

.header-area.layout-05 .header-middle {
    box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.2);
}

/***********************
* Newsletter Block     *
***********************/
.newsletter-block.layout-01 {
    margin-top: 40px;
}

.newsletter-block .title {
    font-size: 18px;
    line-height: 20px;
    color: #f93423;
    font-weight: 500;
    display: block;
    margin: 0 0 17px;
    text-align: right;
}

.newsletter-block .form-content {
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
}

.newsletter-block .form-content .input-text {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    padding: 9px 125px 9px 18px;
    height: 46px;
}

.newsletter-block .form-content .bnt-submit {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    min-width: 123px;
    padding: 13px;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.newsletter-block .form-content .bnt-submit:hover {
    background-color: #444444;
}

.newsletter-block .form-content .input-text::-webkit-input-placeholder {
    line-height: 24px;
}

.newsletter-block .form-content .input-text::-moz-placeholder {
    line-height: 24px;
}

.newsletter-block .form-content .input-text:-ms-input-placeholder {
    line-height: 24px;
}

.newsletter-block .form-content .input-text:-moz-placeholder {
    line-height: 24px;
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
    }
}

.newsletter-block.layout-03 {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 315px;
    padding-top: 86px;
    background-repeat: no-repeat;
    background-position: center;
}

.newsletter-block.layout-03 .form-content {
    display: block;
    text-align: center;
    color: #ffffff;
}

.newsletter-block.layout-03 .form-content .newslt-title {
    font-size: 35px;
    line-height: 1;
    display: block;
    font-weight: 700;
    margin: 0;
}

.newsletter-block.layout-03 .form-content .sub-title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 4px 0 0;
    font-weight: 400;
}

.newsletter-block.layout-03 .form-content b {
    font-size: 20px;
    font-weight: 700;
}

.newsletter-block.layout-03 .form-content .input-text {
    max-width: 508px;
    font-size: 14px;
    line-height: 1;
    color: #444444;
    padding: 10px 130px 10px 21px;
    background-color: #ffffff;
    border: none;
    height: 46px;
}

.newsletter-block.layout-03 .form-content .input-text::-webkit-input-placeholder {
    color: #666666;
    line-height: 26px;
}

.newsletter-block.layout-03 .form-content .input-text::-moz-placeholder {
    color: #666666;
    line-height: 26px;
}

.newsletter-block.layout-03 .form-content .input-text:-ms-input-placeholder {
    color: #666666;
    line-height: 26px;
}

.newsletter-block.layout-03 .form-content .input-text:-moz-placeholder {
    color: #666666;
    line-height: 26px;
}

.newsletter-block .form-content .bnt-submit .form-content .bnt-submit {
    min-width: 130px;
}

.newsletter-block.layout-03 .form-content form {
    display: inline-block;
    position: relative;
    max-width: 508px;
    width: 100%;
    margin-top: 23px;
}

.newsletter-block.layout-03 .form-content .bnt-submit {
    border-radius: 999px;
}

.newsletter-block.layout-04 {
    font-size: 0;
    line-height: 0;
    padding-left: 94px;
}

.newsletter-block.layout-04 .form-content,
.newsletter-block.layout-04 .wrap-title {
    display: inline-block;
}

.newsletter-block.layout-04 .wrap-title {
    margin-right: 40px;
}

.newsletter-block.layout-04 .wrap-title .biolife-icon {
    font-size: 65px;
    line-height: 1;
    display: inline-block;
    color: #c8c8c8;
    vertical-align: middle;
}

.newsletter-block.layout-04 .wrap-title .texts {
    display: inline-block;
    vertical-align: middle;
    padding-left: 17px;
}

.newsletter-block.layout-04 .wrap-title .newslt-title {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    display: block;
    margin: 0;
}

.newsletter-block.layout-04 .wrap-title .sub-title {
    display: block;
    margin: 10px 0 0;
    font-size: 15px;
    color: #666666;
    line-height: 1;
}

.newsletter-block.layout-04 .form-content {
    max-width: 550px;
    width: 100%;
}

.newsletter-block_popup-layout {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 63px 59px 73px;
}

.newsletter-block_popup-layout .inner-content {
    display: block;
    text-align: center;
    max-width: 360px;
}

.newsletter-block_popup-layout .wrap-title .sup-title {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.newsletter-block_popup-layout .wrap-title .newslt-title {
    display: block;
    margin: 0;
    line-height: 1;
    font-size: 80px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -2px;
}

.newsletter-block_popup-layout .wrap-title .newslt-title sup {
    font-size: 60%;
}

.newsletter-block_popup-layout .form-content {
    margin-top: 22px;
}

.newsletter-block_popup-layout .form-content .input-text {
    font-size: 14px;
    text-align: center;
    color: #333333;
    background-color: #ffffff;
    border: 0;
    line-height: 1;
    padding: 10px 10px 11px;
    height: 46px;
}

.newsletter-block_popup-layout .form-content .input-text::-webkit-input-placeholder {
    color: #999999;
    line-height: 26px;
}

.newsletter-block_popup-layout .form-content .input-text:-ms-input-placeholder {
    color: #999999;
    line-height: 26px;
}

.newsletter-block_popup-layout .form-content .input-text::placeholder {
    color: #999999;
    line-height: 26px;
}

.newsletter-block_popup-layout .form-content .bnt-submit {
    position: static;
    width: 100%;
    border-radius: 9999px;
    padding: 16px;
    margin-top: 11px;
}

.newsletter-block_popup-layout .form-content .dismiss-newsletter {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    color: #666666;
    text-shadow: none;
    font-weight: 400;
    opacity: 1;
    filter: alpha(opacity=100);
    float: none;
    margin-top: 17px;
    position: relative;
}

.newsletter-block_popup-layout .form-content .dismiss-newsletter::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    border-top: 1px solid #afaeae;
    background-color: #cdcccc;
    z-index: 1;
}

.newsletter-block_popup-layout .form-content .dismiss-newsletter:hover::before {
    background-color: transparent !important;
}

.product-category .products-list {
    padding: 0;
    display: block;
    margin: 0;
}

.product-category .products-list li {
    display: block;
    list-style: none;
}

/***********************
* wrap-custom-menu      *
***********************/
.wrap-custom-menu.vertical-menu-2 ul li {
    font-size: 14px;
    line-height: 33px;
}

.wrap-custom-menu.vertical-menu-2.bigger ul li {
    font-size: 15px;
    line-height: 35px;
}

.wrap-custom-menu.vertical-menu-2 ul li+li {
    margin-top: 1px;
}

.wrap-custom-menu.vertical-menu-2 ul li a {
    color: #fff;
}

.wrap-custom-menu.horizontal-menu-v2 ul.menu {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.wrap-custom-menu.horizontal-menu-v2 ul.menu>li {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 0 15px;
}

.wrap-custom-menu.horizontal-menu-v2 ul.menu>li+li {
    border-left: 1px solid #e6e6e6;
}

.wrap-custom-menu.horizontal-menu-v2 ul.menu>li a {
    color: #666666;
    display: inline-block;
}

/***********************
* Biolife Social list *
***********************/
.biolife-social {
    margin-top: 25px;
}

.biolife-social ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
}

.biolife-social ul li {
    list-style: none;
    display: inline-block;
}

.biolife-social ul li a i {
    font-size: 25px;
}

.biolife-social ul li a i:hover {
    color: var(--main-color);
}

.biolife-social ul li+li {
    margin-left: 30px;
}

.biolife-social ul li a {
    font-size: 18px;
    color: #666666;
}

.biolife-social.circle-hover {
    margin-top: 24px;
}

.biolife-social.circle-hover ul li a {
    color: #555555;
    display: block;
    padding: 0 5px;
    line-height: 34px;
    min-width: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
}

.biolife-social.circle-hover ul li a:hover {
    color: #ffffff;
}

.biolife-social.circle-hover ul li+li {
    margin-left: 10px;
}

.biolife-social.add-title {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.biolife-social.add-title .fr-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-right: 22px;
}

.biolife-social.add-title .fr-title+.socials {
    display: inline-block;
    vertical-align: middle;
    direction: ltr;
}

.biolife-social.add-title ul li a {
    color: #aaaaaa;
}

.biolife-social.add-title ul li+li {
    margin-left: 21px;
}

/***********************
* Contact Block     *
***********************/
.contact-info-block.footer-layout ul {
    padding-top: 3px;
}

.contact-info-block.footer-layout ul {
    padding: 0;
    display: block;
}

.contact-info-block.footer-layout ul li {
    display: block;
    list-style: none;
}

.contact-info-block.footer-layout ul li+li {
    margin-top: 10px;
}

.contact-info-block.footer-layout li p.info-item {
    display: block;
    margin: 0;
    text-align: right;
}

.contact-info-block.footer-layout li .biolife-icon {
    font-size: 22px;
    color: #f93423;
    display: inline-block;
    float: right;
    width: 36px;
    text-align: right;
}

.contact-info-block.footer-layout li .icon-letter {
    font-size: 12px;
    color: #f93423;
    line-height: 20px;
    padding-top: 2px;
}

.contact-info-block.footer-layout li .desc {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    width: calc(100% - 36px);
}

.contact-info-block.simple-info {
    margin-top: 24px;
}

.contact-info-block.simple-info .title {
    font-size: 18px;
    display: block;
    margin: 0;
    color: #222222;
    line-height: 1;
    font-weight: 600;
}

.contact-info-block.simple-info .info-item {
    display: table;
    width: 100%;
    margin-top: 17px;
    max-width: 300px;
}

.contact-info-block.simple-info .info-item .biolife-icon,
.contact-info-block.simple-info .info-item .desc {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    padding-left: 16px;
    margin: 0;
}

.contact-info-block.simple-info .info-item .icon {
    display: inline-block;
    width: 33px;
    padding: 0;
    margin: 4px 0 0;
    font-size: 0;
    line-height: 0;
}

.footer-item .section-title {
    font-size: 18px;
    line-height: 1;
    color: #f93423;
    font-weight: 500;
    display: block;
    margin: 0 0 24px;
    text-align: right;
}

.footer-item .section-title ul{
    padding: 10px 0;
}

.footer-item .section-title ul li{
    font-size: 14px;
    padding: 5px 0;
}

.footer-phone-info {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.footer-phone-info .biolife-icon {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    float: left;
    width: 40px;
    padding-top: 9px;
}

.footer-phone-info .r-info {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    width: calc(100% - 40px);
    font-weight: 600;
    margin: 0;
    padding-left: 20px;
}

.footer-phone-info i {
    font-size: 36px;

}

.get-enamad-samandehi {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.abouus-footer-uniqe p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.abouus-footer-uniqe h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-phone-info .r-info span {
    display: block;
}

.footer-phone-info.mode-03,
.footer-phone-info.mode-02 {
    margin-top: 31px;
}

.footer-phone-info.mode-02 .r-info .number {
    font-size: 17px;
    color: #666666;
}

.footer-phone-info.mode-03 .biolife-icon,
.footer-phone-info.mode-02 .biolife-icon {
    padding-top: 6px;
}

.footer-phone-info.mode-03 .r-info .number {
    color: #222222;
}

.border-top-type-1 {
    border-top: 1px solid #e6e6e6;
}

.copy-right-text {
    padding: 20px;
}

.copy-right-text p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
}

.copy-right-text p b {
    font-weight: 600;
}

.copy-right-text p img {
    width: 37px;
}

.payment-methods ul li a img {
    width: auto;
}

.footer-Property-rights {
    padding: 7px 0;
    font-size: 13px;
    color: #fff;
}

.footer.layout-02 .copy-right-text {
    margin-top: 22px;
}

.footer.layout-02 .copy-right-text p {
    color: #ffffff;
}

.copy-right-text.center-align {
    margin-top: 33px;
    margin-bottom: 31px;
}

.copy-right-text.center-align>p {
    text-align: center;
}

.payment-methods ul {
    padding: 0;
    display: block;
    text-align: left;
    margin: 0;
}

.payment-methods ul li {
    list-style: none;
    display: inline-block;
    padding: 26px 0 29px;
    margin-right: 10px;
}


.payment-methods.layout-02 .title {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin: 0 0 15px;
}

.payment-methods.layout-02 .payments {
    text-align: left;
    font-size: 0;
    line-height: 0;
}

.payment-methods.layout-02 .payments li {
    padding: 0;
    margin-bottom: 20px;
}

.payment-methods.layout-02 .payments li+li {
    margin-left: 0;
}

.payment-methods.layout-02 .payments li:not(:last-child) {
    margin-right: 20px;
}

.footer.layout-02 .payment-methods ul li {
    padding-top: 15px;
    padding-bottom: 14px;
}

.footer.layout-01 .copy-rights-contain {
    background-color: #ffffff;
}

.footer.layout-01 .payment-methods ul li {
    padding: 29px 0;
}

.footer.layout-01 .copy-right-text {
    margin-top: 39px;
}

.separator {
    display: block;
    border: none;
    height: 1px;
    background-color: #e6e6e6;
}

.footer-content {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer.layout-02 .footer-content {
    padding-top: 80px;
}

.header-area .primary-menu ul .wrap-megamenu {
    padding: 22px 30px 30px;
}

.header-area .primary-menu .mega-content {
    margin-left: -15px;
    margin-right: -15px;
}

.header-area.layout-01 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.header-area.layout-01 .nice-select:after,
.header-area.layout-01 .nice-select .current,
.header-area.layout-01 .header-top .top-bar .social-list li a,
.header-area.layout-01 .header-top .top-bar .horizontal-menu a {
    color: #333333;
}

.header-area.layout-01 .header-top .right .horizontal-menu>li:first-child {
    border: none;
}

.header-area.layout-01 .left .horizontal-menu>li {
    padding: 0;
}

.header-area.layout-01 .top-bar.left>ul+ul {
    margin-left: 34px;
}

.header-area.layout-01 .header-top .right .horizontal-menu>li {
    min-width: auto;
    padding-left: 0;
    padding-right: 34px;
    border: none;
}

.header-area.layout-01 .header-top .right .horizontal-menu>li:last-child {
    padding-right: 0;
    border: none;
}

.header-area.layout-01 .top-bar.left .horizontal-menu li {
    line-height: 42px;
}

.header-area.layout-01 .header-top {
    margin-top: 36px;
}

.header-area.layout-01 .header-bottom:not(.pre-sticky) {
    padding-bottom: 42px;
}

.header-top .top-bar .social-list.circle-layout {
    margin: 0;
    line-height: 0;
    font-size: 0;
    float: none;
}

.header-top .top-bar .social-list.circle-layout li {
    line-height: 0;
    font-size: 0;
    margin: 0;
}

.header-top .top-bar .social-list.circle-layout li+li {
    margin-left: 11px;
}

.header-top .top-bar .social-list.circle-layout a>i {
    margin: 0;
}

.header-area.layout-01 .top-bar .social-list.circle-layout a {
    color: #aaaaaa;
}

.header-top .top-bar .social-list.circle-layout a {
    background-color: #dddddd;
    padding: 0 5px;
    min-width: 27px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    color: #aaaaaa;
    border-radius: 50%;
}

.header-top .top-bar .social-list.circle-layout a:hover {
    color: #ffffff !important;
}

body:not(.open-overlay) .header-area.layout-01 {
    z-index: 20;
}

.background-mega-01 {}

.background-mega-02 {}

.max-width-270 {
    max-width: 270px;
}

.mobile-footer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.mobile-footer .mobile-footer-inner {
    display: table;
    width: 100%;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
}

.mobile-footer .mobile-footer-inner>div {
    display: table-cell;
    text-align: center;
    padding: 8px 0;
}

.mobile-footer .mobile-block>a {
    display: block;
    color: #333333;
    padding: 5px;
    font-size: 0;
    line-height: 0;
}

.mobile-footer .mobile-block>a>span {
    font-size: 24px;
    color: var(--main-color);
}

.mobile-footer .mobile-block>a .text {
    font-size: 13px;
    line-height: 1;
    display: block;
    font-weight: 600;
}

.mobile-footer .mobile-block>a>.fa {
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
}

.mobile-search-content,
.mobile-search .open-searchbox {
    display: none;
}

.mobile-search {
    font-size: 0;
    line-height: 0;
}

.mobile-search .open-searchbox .biolife-icon {
    font-size: 21px;
    color: #333333;
}

.mobile-search .mobile-search-content {
    display: none;
    position: fixed;
    width: 700px;
    top: 40%;
    left: 50%;
    margin-left: -350px;
    z-index: 120;
    border-top: 2px solid #666666;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 40px;
    text-align: left;
}

.mobile-search .mobile-search-content .form-search {
    position: relative;
}

.mobile-search .mobile-search-content .input-text {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 14px;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 2px;
    border-color: #e6e6e6;
    color: #444444;
    height: 44px;
}

.mobile-search .mobile-search-content .input-text::-webkit-input-placeholder {
    /* Edge */
    line-height: 25px;
}

.mobile-search .mobile-search-content .input-text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    line-height: 25px;
}

.mobile-search .mobile-search-content .input-text::placeholder {
    line-height: 25px;
}

.mobile-search .mobile-search-content .nice-select .current {
    width: 100%;
    color: #666666;
}

.mobile-search .mobile-search-content .nice-select {
    display: inline-block;
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    width: 160px;
    clear: none;
    margin-left: 0;
    border-right: none;
}

.mobile-search .mobile-search-content .btn-submit {
    font-size: 16px;
    color: #ffffff;
    background: #555555;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    padding: 12px 17px 12px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;

    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/* Overlay */
#custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    background: radial-gradient(circle farthest-side at center, #ffffff52 60%, var(--main-color) 150%);
    display: none;
    z-index: 1000;

}

/* Modal */
.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 9999;
    display: none;
    border: 2px solid #a0a0a0;
}

/* Modal Content */
.custom-modal-content {
    text-align: center;
}

/* Close Button */
.btn-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


body.open-overlay #overlay {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.recently-products-cat ul {
    padding: 0;
}

.recently-products-cat ul li {
    list-style: none;
}

.sidebar .widget {
    display: block;
    clear: both;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 37px;
}

.sidebar .widget:last-child {
    border-bottom: none;
}

.sidebar .widget .wgt-title {
    color: #222222;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0;
    position: relative;
}

.sidebar .widget .wgt-title::after {
    content: "\f0d8";
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    position: absolute;
    top: 2px;
    right: 0;
    display: none;
}

.sidebar .widget .wgt-content {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding: 16px;
    border: 2px solid var(--main-color);
    margin-bottom: 30px;
}

.wgt-content .wp-block-group .wp-block-group-is-layout-constrained ol {
    display: contents;
}

.sidebar .widget .wgt-content a {
    font-size: 13px;
    font-weight: 500;
    color: #171a21;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: fit-content;
    display: block;
}

.sidebar .widget .wgt-content a:hover {
    color: var(--second-color);
}

.sidebar .widget .wgt-content .wc-block-grid .wp-block-button a {
    color: #fff;
    background-color: var(--main-color);
}

.single-page-row-reverse {
    display: flex;
    justify-content: space-between;
}

.post-single .related-head h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}

.single-page-remove-sidebar .post-single {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.single-page-remove-sidebar .related-article-slider .owl-item .related-item {
    box-shadow: 0px 4px 85px 0px #D3D3D340;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    margin: 20px 8px;
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-page-remove-sidebar .related-article-slider .owl-item .related-item figure {
    text-align: center;
    margin-bottom: 20px;
}

.single-page-remove-sidebar .related-article-slider .owl-item .related-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    height: 40px;
    font-weight: 500;
}

.single-page-remove-sidebar .related-article-slider .owl-item .related-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 7px 10px;
    color: #757575;
    font-size: 13px;
}

.sidebar .widget .wgt-content li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.sidebar .widget .wgt-content li:last-child {
    border-bottom: 0;
}

.sidebar .widget .wgt-content li time {
    color: #A3A3A3;
    display: block;
    margin-top: 4px;
}

.sidebar .wgt-content .color-list,
.sidebar .wgt-content .check-list,
.sidebar .wgt-content .cat-list {
    padding: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 15px 0 22px;
}

.sidebar .wgt-content .color-list li,
.sidebar .wgt-content .color-list li,
.sidebar .wgt-content .check-list li,
.sidebar .wgt-content .cat-list li {
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 34px;
    padding: 0;
    color: #444444;
}

.sidebar .wgt-content .check-list.bold li {
    font-size: 15px;
    font-weight: 600;
}

.sidebar .wgt-content .check-list li a,
.sidebar .wgt-content .cat-list li a {
    color: inherit;
}

.sidebar .wgt-content .check-list li a {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.sidebar .wgt-content .check-list li a::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #eeeeee;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 0;
}

.sidebar .wgt-content .check-list li a::after {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 2px;
    color: #eeeeee;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sidebar .wgt-content .check-list li.selected a::after,
.sidebar .wgt-content .check-list li a:hover::after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.sidebar .wgt-content .color-list {
    margin-top: 20px;
    margin-bottom: 24px;
}

.sidebar .wgt-content .color-list li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 2px;
}

.sidebar .wgt-content .color-list li a {
    display: inline-block;
    color: inherit;
    line-height: 27px;
    position: relative;
    padding-left: 37px
}

.sidebar .wgt-content .color-list li a .symbol {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar .wgt-content .color-list li a .hex-code {
    border: 2px solid #e6e6e6;
}

.product-atts .atts-item .img-color,
.sidebar .wgt-content .color-list li a .img-color {
    background-size: cover;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list span.color-02,
.sidebar .wgt-content .color-list li a .color-02 {
    background-color: #ffbc53;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list span.color-01,
.sidebar .wgt-content .color-list li a .color-01 {
    background-color: #ef2727;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list span.color-03 {
    background-color: #ffffff;
}

.sidebar .price-filter .frm-contain {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-top: 31px;
    padding-bottom: 1px;
}

.sidebar .price-filter .frm-contain .f-item {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 16px;
    color: #222222;
    float: left;
}

.sidebar .price-filter .frm-contain .f-item:last-child {
    margin-left: 0;
    margin-right: 9px;
}

.sidebar .price-filter .frm-contain .f-item label {
    margin: 0;
}

.sidebar .price-filter .frm-contain .f-item .input-number {
    border: 2px solid #e6e6e6;
    border-radius: 9999px;
    width: 59px;
    height: 33px;
    text-align: center;
}

.sidebar .price-filter .frm-contain .f-item .btn-submit {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    line-height: 1;
    padding: 9px 5px;
    min-width: 59px;
    text-align: center;
    border-radius: 9999px;
}

.sidebar .price-filter .frm-contain .f-item .btn-submit:hover {
    background-color: #444444;
}

.sidebar .wgt-content .products {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 26px 0 30px;
}

.sidebar .wgt-content .products li {
    list-style: none;
    display: block;
    clear: both;
    overflow: hidden;
}

.sidebar .wgt-content .products li+li {
    margin-top: 15px;
}

.sidebar .wgt-content .tag-cloud {
    padding: 0;
    display: block;
    margin: 27px 0 20px;
    font-size: 0;
    line-height: 0;
}

.sidebar .wgt-content .tag-cloud li {
    list-style: none;
    display: inline-block;
}

.sidebar .wgt-content .tag-cloud li a {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    line-height: 1;
    border: 2px solid #f0f0f0;
    border-radius: 9999px;
    text-align: center;
    padding: 5px 12px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.sidebar .wgt-content .tag-cloud li a:hover {
    color: #111111;
}

#sidebar .biolife-mobile-panels {
    display: none;
}

.blog-sidebar .widget .wgt-title::after {
    content: none;
}

.wp-block-search__input {
    font-family: "yekanbakh";
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    height: 48px;
}

.wp-block-search__button {
    background: var(--main-color);
    color: #fff;
    position: absolute;
    left: 0;
    border-radius: 10px 0px 0px 10px;
    padding: 11px 15px;
    font-family: "yekanbakh";
}

.wp-block-heading {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 12px;
    margin-bottom: 23px;
}

.wp-block-latest-posts {}

.wgt-content input[type=text]::-webkit-input-placeholder {
    /* Edge */
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

.wgt-content input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

.wgt-content input[type=text]::placeholder {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

form.wp-block-search__button-outside {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.search-widget button[type=submit] {
    border: none;
    font-size: 21px;
    padding: 14px 17px 14px 2px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}

.search-widget .wgt-content {
    font-size: 0;
    line-height: 0;
    padding-bottom: 40px;
}

.posts-widget .wgt-content {
    line-height: 0;
    font-size: 0;
    margin-top: 27px;
    padding-bottom: 30px;
}

.comment-widget .wgt-content ul,
.twitter-widget .wgt-content ul,
.posts-widget .wgt-content ul {
    padding: 0;
    margin: 0;
}

.comment-widget .wgt-content ul li,
.twitter-widget .wgt-content ul li,
.posts-widget .wgt-content ul li {
    list-style: none;
}

.posts-widget .wgt-content ul li+li {
    margin-top: 25px;
}

.twitter-widget .wgt-content ul {
    margin: 38px 0 28px;
}

.twitter-widget .wgt-content ul li+li {
    margin-top: 23px;
}

.comment-widget .wgt-content ul li+li {
    margin-top: 26px;
}

.comment-widget .wgt-content {
    margin-top: 25px;
}

.wgt-twitter-item,
.wgt-post-item {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}

.wgt-twitter-item .author,
.wgt-twitter-item .detail,
.wgt-post-item .detail,
.wgt-post-item .thumb {
    display: table-cell;
    vertical-align: top;
}

.wgt-post-item .thumb {
    width: 80px;
}

.wgt-twitter-item .detail,
.wgt-post-item .detail {
    padding-left: 10px;
}

.wgt-post-item .detail .post-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #222222;
    display: block;
    margin: -3px 0 0;
}

.wgt-post-item .detail .post-name a {
    color: inherit;
    font-weight: 700;
}

.wgt-post-item .detail .post-archive {
    display: block;
    font-size: 13px;
    color: #888888;
    margin: 10px 0 0;
    line-height: 13px;
}

.wgt-post-item .detail .post-archive .comment {
    margin-left: 17px;
}

.wgt-twitter-item .author {
    width: 38px;
}

.wgt-twitter-item .detail .account-info {
    display: block;
    margin: 0;
    font-size: 0;
}

.wgt-twitter-item .detail .account-info .ath-name,
.wgt-twitter-item .detail .account-info .ath-taglink {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #cccccc;
    font-weight: 600;
}

.wgt-twitter-item .detail .account-info .ath-name {
    color: #222222;
    margin-right: 7px;
}

.wgt-twitter-item .detail .tweet-content {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    margin: 7px 0 0;
}

.wgt-twitter-item .detail .tweet-content a:hover {
    color: #333333;
}

.wgt-twitter-item .detail .tweet-count {
    margin-top: 2px;
}

.wgt-twitter-item .detail .tweet-count .btn {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    padding: 0;
    margin-right: 37px;
}

.wgt-twitter-item .detail .tweet-count .btn i {
    margin-right: 6px;
}

.wgt-twitter-item .detail .viewall {
    display: block;
    margin: 21px 0 5px;
    font-size: 0;
    line-height: 0;
}

.wgt-twitter-item .detail .viewall a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #cccccc;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.wgt-twitter-item .detail .viewall a::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #cccccc;
    bottom: -3px;
    left: 0;
    position: absolute;
    right: -1px;
}

.cmt-item {
    display: block;
    font-size: 0;
    line-height: 0;
    color: #666666;
    margin: 0;
}

.cmt-item a {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    color: inherit;
    font-weight: 400;
}

.cmt-item .link-post {
    color: #333333;
    font-weight: 600;
    margin-left: 4px;
}

.cmt-item a .biolife-icon {
    margin-right: 7px;
}

.top-functions-area+div {
    clear: both;
}

.top-functions-area {
    display: block;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 13px;
    margin-bottom: 30px;
}

.top-functions-area .flt-item,
.top-functions-area .wrap-selectors {
    display: inline-block;
}

.top-functions-area .flt-item.to-right {
    float: right;
}

.top-functions-area .flt-item .icon-for-mobile {
    display: none;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
    padding: 7px 13px;
    background-color: #f0f0f0;
}

.top-functions-area .flt-item .btn-for-mobile {
    display: none;
    width: 100%;
    margin: 0;
    padding-top: 20px;
}

.top-functions-area .flt-item .btn-for-mobile button {
    font-size: 16px;
    color: #ffffff;
    background: #555555;
    border: none;
    padding: 12px 17px 12px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.top-functions-area .flt-item .icon-for-mobile span {
    width: 3px;
    height: 3px;
    display: inline-block;
    float: left;
    clear: both;
    margin: 1px 0;
    background-color: #888888;
}

.top-functions-area .flt-item .title-for-mobile {
    display: none;
    width: 100%;
    font-size: 17px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}

.top-functions-area .flt-item .flt-title {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    font-weight: 600;
}

.top-functions-area .flt-item .nice-select {
    display: inline-block;
    border: 2px solid #e6e6e6;
    border-radius: 9999px;
    background-color: #ffffff;
    padding: 0 30px 0 20px;
}

.top-functions-area .flt-item .nice-select:after {
    color: #9b9b9b;
    right: 15px;
    margin-top: -7px;
}

.top-functions-area .flt-item .nice-select .current {
    font-weight: 600;
    font-size: 15px;
    color: #222222;
    padding: 5px 0 9px;
}

.top-functions-area .flt-item .selector-item {
    display: inline-block;
    float: left;
}

.top-functions-area .flt-item .selector-item+.selector-item {
    margin-left: 9px;
}

.top-functions-area .viewmode-selector {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.top-functions-area .viewmode-selector .viewmode {
    color: #888888;
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-left: 24px;
    margin-top: 5px;
}

.top-functions-area .viewmode-selector a.detail-mode {
    font-size: 17px;
    margin-top: 7px;
    margin-left: 12px;
}

.biolife-panigations-block {
    display: block;
    clear: both;
    border-top: 1px solid #e6e6e6;
    padding-top: 39px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.biolife-panigations-block ul {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.biolife-panigations-block ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.biolife-panigations-block ul li+li {
    margin-left: 5px;
}

.biolife-panigations-block ul li a,
.biolife-panigations-block ul li span {
    font-size: 14px;
    line-height: 31px;
    color: #666666;
    min-width: 41px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    border-radius: 9999px;
}

.biolife-panigations-block ul li a.next,
.biolife-panigations-block ul li a.prev {
    border-width: 2px;
    font-size: 18px;
    line-height: 29px;
    width: 55px;
}

.biolife-panigations-block ul li a.next {
    margin-left: 20px;
}

.biolife-panigations-block ul li a.prev {
    margin-right: 15px;
}

.biolife-panigations-block ul li a:hover,
.biolife-panigations-block ul li .current-page {
    color: #ffffff;
}

.biolife-panigations-block ul li .sep {
    border-color: transparent;
    width: auto;
    min-width: auto;
    padding-right: 12px;
    margin-left: -3px;
}

.biolife-panigations-block.version-2 {
    margin: 0;
    border: none;
    padding-top: 49px;
    padding-bottom: 7px;
}

.biolife-panigations-block.version-2 ul {
    text-align: left;
    display: inline-block;
}

.biolife-panigations-block.version-2 ul li {
    text-align: center;
}

.biolife-panigations-block.version-2 .result-count {
    display: inline-block;
    float: right;
    font-size: 0;
}

.biolife-panigations-block.version-2 .result-count .txt-count {
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    display: inline-block;
    margin: 0 41px 0 0;
}

.biolife-panigations-block.version-2 .result-count .txt-count b {
    font-size: 15px;
    font-weight: 700;
}

.biolife-panigations-block.version-2 .result-count a {
    font-size: 15px;
    line-height: 34px;
    color: #333333;
    display: inline-block;
    font-weight: 600;
}

.biolife-panigations-block.version-2 .result-count a i {
    margin-left: 6px;
    display: inline-block;
}


.mobile-block-global .block-global-contain {
    display: block;
    height: calc(100% - 50px);
    overflow-y: auto;
    padding: 0 15px;
}

.mobile-block-global .glb-item {
    display: block;
    padding-top: 17px;
}

.mobile-block-global .glb-item+.glb-item {
    border-top: 1px solid #e6e6e6;
}

.mobile-block-global .glb-item .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.mobile-block-global .glb-item ul {
    padding: 0;
    margin: 0 0 20px;
    display: block;
}

.mobile-block-global .glb-item ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    gap: 13px;
    text-align: center;
    padding: 8px 10px;
    margin-left: 0;
}

.mobile-block-global .glb-item ul li:before {
    color: var(--main-color);
    font-size: 20px;
}

.mobile-block-global .glb-item ul li a {
    font-family: 'yekanbakh';
    font-weight: normal;
}

.mobile-block-global .glb-item ul.inline {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-top: 11px;
}

.mobile-block-global .glb-item ul.inline li {
    list-style: none;
    display: inline-block;
    float: left;
}

.mobile-block-global .glb-item ul.inline li:not(:last-child) {
    margin-right: 10px;
}

.mobile-block-global .glb-item ul li a {
    color: #888888;
    display: inline-block;
}

.sumary-product .woocommerce-product-gallery {
    display: inline-block;
    float: left;
    width: 38.462%;
}

.sumary-product .media ul {
    padding: 0;
    margin: 0;
}

.sumary-product .media ul li {
    list-style: none;
}

.sumary-product .media .slider-nav {
    margin-top: 10px;
    max-width: 390px;
}

.sumary-product .media .slider-nav li img {
    display: inline-block;
    width: 90px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.sumary-product .media .slider-nav li.slick-current img {
    border-width: 2px;
}

.sumary-product .product-attribute {
    display: inline-block;
    float: left;
    padding: 20px;
    width: 66%;
}

.sumary-product .product-attribute .title {
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    display: block;
    margin: 0;
}

.sumary-product .product-attribute .rating {
    display: block;
    line-height: 0;
    margin-top: 10px;
    direction: ltr;
}

.sumary-product .product-attribute .category,
.sumary-product .product-attribute .qa-text,
.sumary-product .product-attribute .review-count {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    vertical-align: top;
    margin-left: 1px;
}

.sumary-product .product-attribute .review-count .woocommerce-product-rating {
    display: flex;
}

.sumary-product .product-attribute .qa-text {
    font-size: 15px;
    color: #666666;
    margin-left: 17px;
}

.sumary-product .product-attribute .category {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    margin-left: 17px;
}

.sumary-product .product-attribute .sku {
    font-size: 15px;
    color: #666666;
    display: inline-block;
    margin: 13px 0 0;
    line-height: 1;
}

.sumary-product .product-attribute .excerpt {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 0;
    text-align: justify;
}

.sumary-product .product-attribute .price {
    margin-top: 23px;
}

.sumary-product .product-attribute .product-atts {
    display: block;
    border-top: 1px solid #e6e6e6;
    margin-top: 23px;
}

.sumary-product .product-attribute .product-atts .atts-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 15px;
    padding-bottom: 12px;
}

.sumary-product .product-attribute .product-atts .atts-item .title {
    display: table-cell;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.sumary-product .product-attribute .product-atts .atts-item ul {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    display: table-cell;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list a {
    display: inline-block;
    color: inherit;
    position: relative;
    padding-left: 37px;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list .hex-code {
    border: 2px solid #e6e6e6;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list .symbol {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #ededed;
}

.sumary-product .product-attribute .product-atts .atts-item ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    color: #444444;
    margin-right: 18px;
    margin-bottom: 2px;
}

.sumary-product .product-attribute .product-atts .atts-item ul .inline-list li {
    padding: 0 5px;
}

.sumary-product .product-attribute .product-atts .atts-item ul li a {
    color: inherit;
}

.sumary-product .shipping-info {
    margin-top: 10px;
    padding-bottom: 5px;
}

.sumary-product .shipping-info p {
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.sumary-product .shipping-info p.for-today {
    color: #666666;
    margin-top: 2px;
}

.sumary-product .action-form {
    display: inline-block;
    width: 34%;
    border-radius: 3px;
    border: 1px solid #eee;
}

.sumary-product .action-form .title {
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.quantity-box .qty-input,
.sumary-product .action-form .qty-input {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sumary-product .action-form .qty-input .quantity {
    position: relative;
}

.quantity-box .qty-input input,
.sumary-product .action-form .qty-input input {
    border: 2px solid var(--main-color);
    background-color: #ffffff;
    font-size: 16px;
    width: 119px;
    padding: 7px 33px 6px 10px;
    color: #000000;
    text-align: center;
    border-radius: 9999px;
    height: 43px;
    appearance: textfield;
}

.quantity-box .qty-input .qty-btn,
.sumary-product .action-form .qty-input .qty-btn {
    display: inline-block;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 16px;
    text-align: center;
}

.quantity-box .qty-input .qty-btn.btn-down,
.sumary-product .action-form .qty-input .qty-btn.btn-down {
    top: 23px;
}

.sumary-product .action-form .total-price-contain {
    display: block;
    margin-top: 14px;
}

.sumary-product .action-form .total-price-contain .title {
    text-transform: uppercase;
    color: #444444;
}

.sumary-product .action-form .total-price-contain .price {
    font-size: 22px;
    color: #222222;
    text-transform: uppercase;
    display: flex;
    margin: 11px 0;
    font-weight: 700;
    width: 100%;
    gap: 5px;
}

.sumary-product .action-form .buttons {
    display: block;
    text-align: center;
    border-top: 2px solid var(--main-color);
    margin-top: 17px;
    padding-top: 20px;
}

.sumary-product .action-form .buttons .add-to-cart-btn {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border-radius: 999px;
    border: none;
    padding: 14px 33px;
    margin: 0 auto;
}

.sumary-product .action-form .buttons .add-to-cart-btn i {
    font-size: 17px;
    margin-left: 5px;
}

.sumary-product .action-form .buttons .add-to-cart-btn:hover {
    background-color: #444444;
}

.sumary-product .action-form .buttons .pull-row {
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-top: 9px;
    margin-bottom: 0;
}

.sumary-product .action-form .buttons .pull-row .btn {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    color: #666666;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 18px;
    border-radius: 0;
}

.sumary-product .action-form .buttons .pull-row .btn+.btn {
    margin-left: 55px;
}

.sumary-product .action-form .buttons .pull-row .btn:first-letter {
    text-transform: uppercase;
}

.sumary-product .action-form .buttons .pull-row .btn::before {
    content: '';
    background-color: #666666;
    width: 10px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.sumary-product .action-form .buttons .pull-row .btn::after {
    content: '';
    background-color: #666666;
    width: 2px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
}

.sumary-product .action-form .social-media,
.sumary-product .action-form .location-shipping-to {
    display: inline-block;
    width: 100%;
}

.sumary-product .action-form .location-shipping-to {
    margin-top: 20px;
}

.sumary-product .action-form .location-shipping-to .nice-select {
    width: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 32px;
    border-radius: 9999px;
}

.sumary-product .action-form .location-shipping-to .nice-select .current {
    font-size: 13px;
    color: #888888;
    padding: 15px 0;
}

.sumary-product .action-form .location-shipping-to .nice-select:after {
    color: #888888;
    right: 19px;
}

.sumary-product .action-form .acepted-payment-methods ul,
.sumary-product .action-form .social-media ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.sumary-product .action-form .social-media {
    margin-top: 13px;
}

.sumary-product .action-form .social-media ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    line-height: 14px;
    color: #aaaaaa;
    padding: 6px;
}

.sumary-product .action-form .social-media ul li:not(:last-child) {
    margin-right: 16px;
}

.sumary-product .action-form .social-media ul li a {
    color: inherit;
}



.woocommerce div.product form.cart {
    margin-bottom: unset;
}

.woocommerce div.product form.cart .variations p.label {
    color: #101010;
    font-size: 15px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: right;
    margin: 0;
}

.sumary-product .action-form .recommendation-notice-methods .recommendation-notice {
    margin: 15px 0;
    padding: 10px;
    color: #424242;
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
}

.sumary-product .action-form .acepted-payment-methods ul li {
    font-size: 0;
    line-height: 0;
    list-style: none;
    display: inline-block;
    width: 38px;
}

.sumary-product .action-form .acepted-payment-methods ul li:not(:last-child) {
    margin-right: 14px;
}

.variations_form .single-variable-price .same-price-announcement {
    display: block;
    font-size: 13px;
    background: #ff2e2e;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}

.variations_form .single-variable-price .price .woocommerce-Price-currencySymbol {
    font-size: 13px;
    margin: 0 5px;
}

.variations_form .single-variable-price span.price {
    font-weight: 700;
    color: #353535 !important;
    padding: 10px 0;
    display: block;
    text-align: center;
}

.single-layout.product-related-box,
.single-layout.product-tabs {
    display: block;
    clear: both;
}

.single-layout.product-tabs {
    margin-top: 191px;
}

.product-tabs.single-layout .tab-head .tabs {
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: 2px solid #e6e6e6;
}

.product-tabs.single-layout .tab-head .tabs li {
    display: inline-block;
    list-style: none;
}

.product-tabs.single-layout .tab-head .tabs li:not(:last-child) {
    margin-right: 43px;
}

.product-tabs.single-layout .tab-head .tabs li a {
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    position: relative;
}

.product-tabs.single-layout .tab-head .tabs li a::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    display: block;
    bottom: -4px;
    left: 0;
    -webkit-transition: all 550ms ease;
    -moz-transition: all 550ms ease;
    -o-transition: all 550ms ease;
    transition: all 550ms ease;
}

.product-tabs.single-layout .tab-head .tabs li a:hover {
    color: #222222;
}

.product-tabs.single-layout .tab-head .tabs li.active a {
    font-weight: 700;
    color: #222222;
}

.product-tabs.single-layout .tab-head .tabs li.active a::before {
    width: 127px;
}

.product-tabs.single-layout .tab-content {
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-tabs.single-layout .tab-content .tab-contain {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-color: #ffffff;
    padding-top: 28px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 52px;
}

.product-tabs.single-layout .tab-content .tab-contain.review-tab {
    padding-top: 33px;
}

.product-tabs.single-layout .tab-content .tab-contain.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
}

.product-tabs .tab-content p {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

.product-tabs .tab-content .desc-expand {
    display: block;
    margin-top: 26px;
}

.product-tabs .tab-content .desc-expand .title {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    font-weight: 600;
}

.product-tabs .tab-content .desc-expand ul {
    padding: 0;
    margin: 16px 0 0;
    font-size: 0;
    line-height: 0;
    display: block;
}

.product-tabs .tab-content .desc-expand ul li {
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-left: 13px;
    position: relative;
}

.product-tabs .tab-content .desc-expand ul li::before {
    content: "\f111";
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 7px;
    line-height: 1;
    color: #666666;
    position: absolute;
    top: 9px;
    left: 0
}

.product-tabs .addtional-info-tab table p {
    margin: 0;
}

.product-tabs .review-form-wrapper {
    display: inline-block;
    width: 100%;
    padding-top: 17px;
}

.product-tabs .review-form-wrapper .title {
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.accodition-tab>ul {
    padding: 0;
}

.accodition-tab>ul>li {
    list-style: none;
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
}

.accodition-tab>ul>li>.content {
    padding: 10px 10px 15px;
    display: none;
}

.accodition-tab>ul>li>.title {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    cursor: help;
}

.accodition-tab>ul>li>.title::before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #444444;
    position: absolute;
    display: inline-block;
    top: 14px;
    left: -15px;
}

.accodition-tab>ul>li>.title::after {
    content: '';
    height: 10px;
    width: 2px;
    background-color: #444444;
    position: absolute;
    display: inline-block;
    top: 10px;
    left: -11px;
}

.accodition-tab>ul>li.active>.title::after {
    content: none;
}


.comment-form-rating label {
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    display: inline-block;
    margin: 0;
}

.comment-form-rating {
    margin-bottom: 30px;
}

.comment-form-rating .nice-select {
    display: none;
}

.comment-form-rating .stars {
    margin-left: 5px;
}

.comment-form-rating p.stars span {
    display: flex !important;
    gap: 10px;
}

.woocommerce p.stars a::before {
    font-size: 22px;
}

.comment-form-rating .stars span a {
    font-size: 15px;
    line-height: 1;
    color: #caab06;
    display: inline-block;
    padding: 1px;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}

.comment-form-rating .stars span.rated a {
    color: #ffbc53;
}

.comment-form-rating .stars span a.selected~a {
    color: #666666;
}

.comment-form-rating .stars span:hover a {
    color: #ffbc53 !important;
}

.comment-form-rating .stars span a:hover~a {
    color: #666666 !important;
}

.review-form-wrapper .form-row {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.review-form-wrapper .wide-half {
    width: calc(50% - 15px);
}

.review-form-wrapper .wide-half:nth-last-child(odd) {
    margin-left: 30px;
}

.review-form-wrapper .form-row textarea,
.review-form-wrapper .form-row input {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
    color: #444444;
    padding: 9px 14px 8px;
    line-height: 1;
    background-color: #ffffff;
}

.review-form-wrapper .form-row input {
    height: 45px;
}

.review-form-wrapper .form-row textarea {
    height: 140px;
}

.review-form-wrapper .form-row button[type=submit] {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    border-radius: 9999px;
    min-width: 162px;
    text-align: center;
    padding: 10px 20px;
}

.review-form-wrapper .form-row button[type=submit]:hover {
    background-color: #444444;
}

.review-tab #comments {
    display: block;
    clear: both;
    border-top: 2px solid #f1f1f1;
    margin-top: 39px;
}

.review-tab #comments .commentlist {
    padding: 0;
}

.review-tab #comments .commentlist>li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 20px;
    padding-bottom: 26px;
}

.review-tab #comments .comment-content .comment-in {
    display: block;
    margin: 1px 0 0;
}

.review-tab #comments .comment-content .comment-in .post-name {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    display: inline-block;
}

.review-tab #comments .comment-content .comment-in .post-date {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    display: inline-block;
    float: right;
}

.review-tab #comments .comment-content .author {
    font-size: 16px;
    line-height: 1;
    color: #666666;
    margin: 2px 0 25px;
}

.review-tab #comments .comment-content .author b {
    color: #333333;
    font-weight: 600;
}

.review-tab #comments .comment-content .comment-text {
    font-size: 15px;
    color: #666666;
    line-height: 18px;
}

.review-tab #comments .comment-review-form .title {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    display: block;
    margin: 0;
}

.review-tab #comments .comment-review-form .actions {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 17px;
}

.review-tab #comments .comment-review-form .actions li {
    list-style: none;
    display: block;
}

.review-tab #comments .comment-review-form .actions li a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    color: #666666;
}

.review-tab #comments .comment-review-form .actions li a i {
    margin-right: 7px;
}

.rating-info {
    max-width: 370px;
}

.product-tabs .rating-info .index {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 4px;
}

.rating-info .index .rating {
    color: #222222;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin-right: 6px;
}

.rating-info .see-all {
    font-size: 15px;
    color: #666666;
    display: block;
    margin: 0;
}

.rating-info .options {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 13px 0 0;
}

.rating-info .options li {
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.rating-info .options li .detail-for {
    display: table;
    width: 100%;
}

.rating-info .options li .detail-for .option-name,
.rating-info .options li .detail-for .progres,
.rating-info .options li .detail-for .number {
    display: table-cell;
    vertical-align: middle;
}

.rating-info .options li .detail-for .option-name {
    width: 49px;
    padding-left: 2px;
    text-align: left;
}

.rating-info .options li .detail-for .number {
    width: 39px;
    text-align: center;
}

.rating-info .options .detail-for .line-100percent {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    border-radius: 9999px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.rating-info .options .detail-for .line-100percent .percent {
    height: 9px;
    display: inline-block;
    background-color: #ffdd5a;
    border-radius: 9999px;
}

.rating-info .rating .star-rating>span::before,
.rating-info .rating .star-rating::before {
    font-size: 20px;
    letter-spacing: 4px;
}

.single-layout.product-related-box {
    margin-top: 60px;
    margin-bottom: 50px;
}

.product-related-box ul {
    padding: 0;
    margin: 0;
    clear: both;
}

.product-related-box .biolife-title-box {
    margin-bottom: 31px;
}

.biolife-title-box {
    text-align: center;
}

.biolife-title-box .biolife-icon {
    display: inline-block;
    margin: 0;
    font-size: 35px;
}

.biolife-title-box .subtitle {
    display: block;
    margin: 6px 0 0;
    font-size: 13px;
    color: #666666;
    line-height: 1;
}

.biolife-title-box .main-title {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    display: block;
    margin: 22px 0;
    line-height: 1;
}

.biolife-title-box.style-02 .subtitle {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0;
    line-height: 1;
    font-style: normal;
}

.biolife-title-box.style-02 .main-title {
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 4px 0 0;
    font-size: 40px;
    color: #222222;
}

.biolife-title-box.style-02 .desc {
    font-size: 15px;
    color: #666666;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    display: inline-block;
    line-height: 18px;
    margin: 12px 0 0;
    max-width: 415px;
}

.biolife-title-box.link-all {
    text-align: left;
}

.biolife-title-box.link-all .main-title {
    font-size: 40px;
    color: #222222;
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.biolife-title-box.link-all .blog-link {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    margin: 17px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.biolife-title-box.link-all .blog-link::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #bcbcbc;
}

.biolife-title-box.slim-item .subtitle {
    margin: 0;
}

.biolife-title-box.slim-item .main-title {
    margin-top: 6px;
}

.biolife-title-box_in-countdown {
    text-align: left;
    padding: 13px 18px 6px;
}

.biolife-title-box_in-countdown .title {
    display: block;
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 1;
}

.rating .star-rating {
    position: relative;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    line-height: 24px;
}

.rating .star-rating>span::before,
.rating .star-rating::before {
    display: inline-block;
    float: left;
    font-family: FontAwesome, sans-serif;
    content: "\f006\f006\f006\f006\f006";
    font-size: 15px;
    color: #666666;
    letter-spacing: 3px
}

.rating .star-rating>span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    bottom: 0;
    font-size: 0;
}

.rating .star-rating>span::before {
    color: #ffbc53;
}

.background-top-banner-for-shopping {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-banner {
    color: #ffffff;
    text-align: center;
    margin-top: -9px;
    padding-top: 57px;
    padding-bottom: 35px;
    margin-bottom: 34px;
}

.top-banner .title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin: 0;
}

.top-banner .subtitle {
    font-size: 15px;
    display: block;
    margin: 7px 0 0;
}

.top-banner ul {
    padding: 0;
    display: inline-block;
    margin: 12px 0 0;
}

.top-banner ul li {
    list-style: none;
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 61px;
}

.top-banner ul li:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.top-banner ul li .cost {
    float: right;
    font-weight: 600;
    margin-left: 35px;
}

.top-banner .btns {
    margin: 29px 0 0;
    display: block;
    font-size: 0;
    line-height: 0;
}

.top-banner .btns .btn {
    background-color: #ffffff;
    color: #444444;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 9999px;
    text-transform: uppercase;
    padding: 9px 23px;
}

.top-banner .btns .btn+.btn {
    margin-left: 10px;
}

.top-banner .btns .btn:hover {
    color: #ffffff;
    background-color: #666666;
    -webkit-transition: background-color 150ms ease;
    -moz-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}

.shopping-cart-container .box-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 12px;
}

.shopping-cart-container table {
    text-align: center;
    border: none;
    margin: 0;
}

.shopping-cart-container table tr {
    border-top: 1px solid #e6e6e6;
}

.shopping-cart-container table td {
    border: none;
    padding: 20px 0 30px 0;
}

.shopping-cart-container table th {
    font-size: 14px;
    color: #222222;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #e6e6e6;
    padding: 13px 10px 12px;
}

.shopping-cart-container table th.product-name {
    width: 346px;
}

.shopping-cart-container table td.product-thumbnail {
    text-align: left;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.shopping-cart-container table td.product-thumbnail .prd-thumb {
    display: inline-block;
}

.shopping-cart-container table td.product-thumbnail .prd-name {
    font-size: 17px;
    font-weight: 600;
    color: #222222;
    display: inline-block;
    width: calc(100% - 115px);
    padding-left: 10px;
    line-height: 1;
    vertical-align: middle;
}

.shopping-cart-container table td.product-thumbnail .action {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 30px;
    left: 113px;
    padding-left: 5px;
    z-index: 5;
}

.shopping-cart-container table td.product-thumbnail .action a {
    font-size: 16px;
    display: inline-block;
    color: #444444;
    line-height: 16px;
    padding: 0 5px;
}

.shopping-cart-container table td.product-thumbnail .action a:hover {
    color: #e73918;
}

.shopping-cart-container table td.wrap-btn-control {
    padding: 29px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
}

.shopping-cart-container table td.wrap-btn-control .btn {
    display: inline-block;
    background-color: #eeeeee;
    border: none;
    border-radius: 9999px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 16px 10px 15px;
    min-width: 154px;
    text-align: center;
}

.shopping-cart-container table td.wrap-btn-control a.back-to-shop {
    float: left;
    min-width: 184px;
}

.shopping-cart-container table td.wrap-btn-control .btn-clear {
    margin-left: 20px;
    color: #888888 !important;
    background-color: #e2e2e2 !important;
}

.shopping-cart-container table td.wrap-btn-control .btn:not(:disabled):hover {
    background-color: #444444 !important;
    color: #ffffff !important;
}

.shopping-cart-container table td.wrap-btn-control button:disabled {
    color: #888888 !important;
    background-color: #e2e2e2 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

.shpcart-subtotal-block {
    background-color: #fafafa;
    padding: 19px 15px 52px;
    margin-top: 13px;
}

.order-summary .subtotal-line,
.shpcart-subtotal-block .btn-checkout,
.shpcart-subtotal-block .tax-fee,
.shpcart-subtotal-block .subtotal-line {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.shpcart-subtotal-block .subtotal-line+.subtotal-line {
    margin-top: 20px;
}

.order-summary .subtotal-line .stt-name,
.shpcart-subtotal-block .subtotal-line .stt-name {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
}

.order-summary .subtotal-line .stt-name .sub,
.shpcart-subtotal-block .subtotal-line .stt-name .sub {
    font-size: 15px;
    color: #666666;
    text-transform: initial;
    font-weight: 400;
}

.order-summary .subtotal-line .stt-price,
.shpcart-subtotal-block .subtotal-line .stt-price {
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    float: right;
}

.shpcart-subtotal-block .tax-fee {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 29px;
    padding-bottom: 33px;
}

.shpcart-subtotal-block .tax-fee p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    margin: 0;
}

.shpcart-subtotal-block .tax-fee .title {
    text-transform: uppercase;
}

.shpcart-subtotal-block .btn-checkout {
    margin-top: 40px;
}

.shpcart-subtotal-block .btn-checkout .btn {
    border: none;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    clear: both;
    border-radius: 9999px;
    background-color: #ababab;
    padding: 13px 15px 12px;
    font-weight: 700;
}

.shpcart-subtotal-block .btn-checkout .btn:hover {
    background-color: #444444 !important;
}

.shpcart-subtotal-block .biolife-progress-bar {
    margin-top: 39px;
}

.biolife-progress-bar table,
.biolife-progress-bar table tr,
.biolife-progress-bar table td {
    border: none;
    padding: 0;
}

.biolife-progress-bar table td.mid-position {
    width: 100%;
    padding-left: 5px;
    padding-right: 7px;
}

.biolife-progress-bar .progress {
    margin: 0;
    background-color: #dadada;
    border-radius: 9999999px;
    height: auto;
    overflow: hidden;
}

.biolife-progress-bar .progress .progress-bar {
    height: 9px;
    line-height: 0;
    font-size: 0;
    box-shadow: none;
    border-top-right-radius: 9999999px;
    border-bottom-right-radius: 9999999px;
    position: relative;
}

.biolife-progress-bar .progress .progress-bar::before {
    content: '';
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 9999999px;
    z-index: 5;
    position: absolute;
}

.biolife-progress-bar .progress .progress-bar::after {
    content: '';
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    right: -2px;
    background-color: #ffffff;
    border-radius: 9999999px;
    z-index: 2;
    position: absolute;
}

.biolife-progress-bar .index {
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
}

.shpcart-subtotal-block .pickup-info {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 22px 0 0;
}

.shpcart-subtotal-block .pickup-info b {
    font-weight: 400;
    color: #222222;
}

.checkout-progress-wrap {
    max-width: 600px;
}

.checkout-progress-wrap .steps {
    padding: 0;
    display: block;
}

.checkout-progress-wrap .steps li {
    list-style: none;
    display: block;
    padding: 40px 0 38px;
}

.checkout-progress-wrap .steps li+li {
    border-top: 2px solid #e6e6e6;
    margin-top: 2px;
}

.checkout-progress-wrap .checkout-act {
    display: block;
}

.checkout-progress-wrap .checkout-act .title-box {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    color: #222222;
}

.checkout-progress-wrap .checkout-act.active .title-box .number {
    color: #ffffff;
}

.checkout-progress-wrap .checkout-act .title-box .number {
    display: inline-block;
    border: 0;
    background-color: #dddddd;
    color: #333333;
    font-size: 18px;
    line-height: inherit;
    border-radius: 50%;
    vertical-align: middle;
    min-width: 41px;
    padding: 6px 10px 5px;
    text-align: center;
    margin-right: 29px;
}

.checkout-progress-wrap .checkout-act .box-content {
    display: block;
    padding-left: 70px;
}

.checkout-progress-wrap .checkout-act .box-content .txt-desc {
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    margin-top: 5px;
    margin-bottom: 21px;
}

.checkout-progress-wrap .checkout-act .box-content .txt-desc a {
    font-weight: 600;
    color: #222222;
}

.login-on-checkout .form-row {
    display: block;
    margin: 0 0 7px;
}

.login-on-checkout .form-row label {
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
}

.login-on-checkout .form-row input[type=email] {
    font-size: 15px;
    color: #222222;
    line-height: 30px;
    max-width: 320px;
    width: 100%;
    display: inline-block;
    padding: 7px 14px 6px;
    margin-right: 25px;
}

.login-on-checkout .form-row button {
    display: inline-block;
    border: none;
    border-radius: 9999px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #aaaaaa;
    font-weight: 700;
    padding: 12px 10px;
    min-width: 180px;
    text-align: center;
}

.login-on-checkout .form-row button:hover {
    background-color: #444444;
}

.login-on-checkout .form-row input[type=checkbox] {
    display: none;
}

.login-on-checkout .form-row input[type=checkbox]+label {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 18px;
    cursor: pointer;
}

.login-on-checkout .form-row input[type=checkbox]+label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #eeeeee;
    border-radius: 2px;
    top: 2px;
    left: 0;
}

.login-on-checkout .form-row input[type=checkbox]+label::after {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 12px;
    color: #444444;
    position: absolute;
    top: 4px;
    left: 2px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 1;
}

.login-on-checkout .form-row input[type=checkbox]:checked+label::after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.login-on-checkout .msg {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 21px 0 0;
}

.login-on-checkout .msg a:hover {
    color: #000000;
}

.order-summary {
    background-color: #fafafa;
    padding: 20px;
}

.order-summary .title-block {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 21px;
}

.order-summary .title-block .title {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
}

.order-summary .title-block a {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 30px;
}

.order-summary ul {
    padding: 0;
    display: block;
    margin: 0;
}

.order-summary ul li {
    list-style: none;
    display: block;
    margin: 0;
}

.order-summary .cart-list-box .number {
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    display: block;
    margin-top: 21px;
    margin-bottom: 10px;
}

.order-summary .cart-list {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 23px;
}

.order-summary .cart-list>li+li {
    margin-top: 20px;
}

.order-summary .cart-list .cart-item {
    display: table;
    width: 100%;
}

.order-summary .cart-list .cart-item .info,
.order-summary .cart-list .cart-item .price,
.order-summary .cart-list .cart-item .product-thumb {
    display: table-cell;
    text-align: left;
}

.order-summary .cart-list .cart-item .product-thumb {
    width: 113px;
    font-size: 0;
    line-height: 0;
}

.order-summary .cart-list .cart-item .info {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    padding-top: 21px;
    padding-left: 11px;
}

.order-summary .cart-list .cart-item .info * {
    display: block;
    font-size: 17px;
    color: #222222;
    margin: 0;
    line-height: 20px;
    font-weight: 600;
}

.order-summary .cart-list .cart-item .price {
    text-align: right;
}

.order-summary .subtotal .link-forward {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-top: 9px;
    margin-bottom: 20px;
}

.order-summary .subtotal .subtotal-line a.link-forward:hover {
    color: #444444;
}

.order-summary .subtotal li:last-child {
    border-top: 1px solid #e6e6e6;
    padding-top: 22px;
    padding-bottom: 9px;
}

.quantity-box.type1 .qty-input input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #888888;
    text-align: left;
    background-color: #f3f3f3;
    line-height: 1;
    width: 106px;
    padding: 9px 33px 8px 22px;
    height: 38px;
}

.quantity-box.type1 .qty-input .qty-btn {
    right: 17px;
    top: 2px;
}

.quantity-box.type1 .qty-input .qty-btn.btn-down {
    top: 19px;
}

.contact-info-container .box-title {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    display: block;
    margin: 0;
}

.contact-info-container .frst-desc {
    font-size: 15px;
    color: #666666;
    display: block;
    line-height: 18px;
    margin: 48px 0 0;
    max-width: 480px;
}

.contact-info-container .addr-info {
    padding: 0 0 8px;
    display: block;
    margin: 54px 0 0;
    font-size: 0;
    line-height: 0;
}

.contact-info-container .addr-info li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.contact-info-container .addr-info li+li {
    margin-top: 6px;
}

.contact-info-container .addr-info .if-item .tie {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    float: left;
    margin-right: 3px;
}

.contact-info-container .addr-info .if-item .dsc {
    display: flex;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
}

.contact-form-container {
    margin-bottom: 80px;
}

.contact-form-container .form-row {
    display: block;
    margin: 0 0 20px;
    font-size: 0;
    line-height: 0;
}

.contact-form-container .form-row textarea,
.contact-form-container .form-row input {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    display: inline-block;
    width: 100%;
    padding: 8px 15px 9px;
}

.contact-form-container .form-row input {
    height: 45px;
}

.contact-form-container .form-row input::-webkit-input-placeholder {
    /* Edge */
    line-height: 25px;
}

.contact-form-container .form-row input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    line-height: 25px;
}

.contact-form-container .form-row input::placeholder {
    line-height: 25px;
}

.contact-form-container .form-row textarea {
    height: 145px;
}

.contact-form-container .form-row .btn-submit {
    min-width: 162px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 12px 10px;
    margin-top: 10px;
}

.contact-form-container .form-row .btn-submit:hover {
    background-color: #444444;
}

#map-block {
    width: 100%;
    line-height: 0;
}

.signin-container {
    margin-top: 77px;
}

.signin-container .form-row {
    margin-bottom: 13px;
}

.signin-container .form-row label {
    display: block;
    font-size: 14px;
    color: #333333;
    margin: 0 0 3px;
}

.signin-container .form-row input {
    padding: 10px 10px 9px;
    color: #444444;
    width: 100%;
}

.signin-container .form-row .btn-submit {
    min-width: 132px;
    margin-top: 7px;
}

.signin-container .form-row .link-to-help {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 16px;
    vertical-align: middle;
}

.signin-container .form-row .link-to-help:hover {
    color: #444444;
}

.btn.btn-thin {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    border-radius: 9999px;
    text-align: center;
    font-weight: 700;
    padding: 10px;
    border: 2px solid #ffffff;
}

.btn.btn-thin:hover {
    color: #ffffff;
}

.btn.btn-bold {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 9999px;
    text-align: center;
    font-weight: 700;
    padding: 12px;
}

.btn.btn-bold:hover {
    background-color: #444444;
}

.register-in-container {
    margin-top: 73px;
    margin-bottom: 80px;
}

.register-in-container .intro {
    border: 2px solid #e6e6e6;
    padding: 20px;
}

.register-in-container .box-title {
    font-size: 30px;
    margin: 4px 0 0;
    display: block;
    color: #222222;
    font-weight: 600;
    line-height: 1;
}

.register-in-container .sub-title {
    font-size: 15px;
    color: #222222;
    line-height: 1;
    display: block;
    margin: 10px 0 0;
}

.register-in-container .intro .lis {
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 37px 0 0;
}

.register-in-container .intro .lis li {
    font-size: 15px;
    line-height: 30px;
    color: #444444;
    display: block;
    list-style: none;
    position: relative;
    padding-left: 16px;
}

.register-in-container .intro .lis li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #666666;
    top: 12px;
    left: 0;
    position: absolute;
}

.register-in-container .intro .btn-bold {
    min-width: 182px;
    margin-top: 20px;
    margin-bottom: 23px;
}

.welcome-us-block,
.testimonial-block,
.why-choose-us-block {
    display: block;
    clear: both;
}

.welcome-us-block {
    background-position: center bottom;
    /*height: 499px;*/
    height: 555px;
}

.why-choose-us-block .box-title,
.testimonial-block .box-title,
.welcome-us-block .title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #222222;
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.welcome-us-block .text-info {
    float: right;
    clear: both;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    color: #555555;
    display: inline-block;
    max-width: 503px;
    margin: 180px 0 0;
}

.welcome-us-block .qt-text {
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #444444;
    display: inline-block;
    max-width: 503px;
    float: right;
    clear: both;
    text-align: left;
    padding-left: 18px;
    margin: 25px 0 0;
}

.why-choose-us-block {
    background-color: #fafafa;
    font-size: 0;
    line-height: 0;
}

.why-choose-us-block .box-title {
    margin: 49px 0 0;
}

.why-choose-us-block .subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #666666;
    font-size: 15px;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 9px 0 0;
    font-weight: 400;
}

.why-choose-us-block .showcase {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 19px;
    position: relative;
}

.why-choose-us-block .sc-list {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;

}

.sc-left-position,
.sc-right-position {
    display: inline-block;
    max-width: 270px;
    float: left;
    padding-top: 68px;
}

.sc-center-position {
    width: calc(100% - 540px);
    display: inline-block;
    float: left;
    text-align: center;
}

.sc-right-position {
    direction: rtl;
}

.why-choose-us-block .sc-list li {
    list-style: none;
    display: block;
}

.why-choose-us-block .sc-list li+li {
    margin-top: 42px;
}

.why-choose-us-block .sc-element {
    color: #95cb34;
}

.why-choose-us-block .sc-element.color-02 {
    color: #ff4f63;
}

.why-choose-us-block .sc-element.color-03 {
    color: #3b7f17;
}

.why-choose-us-block .sc-element.color-04 {
    color: #cec316;
}

.why-choose-us-block .sc-element.color-05 {
    color: #ffbc53;
}

.why-choose-us-block .sc-element.color-06 {
    color: #51142e;
}

.why-choose-us-block .sc-element .biolife-icon {
    display: inline-block;
    width: 60px;
    font-size: 46px;
    line-height: 1;
    padding: 0;
    margin: 9px 0 0;
    vertical-align: top;
}

.why-choose-us-block .sc-element .icon-healthy-about {
    font-size: 37px;
}

.why-choose-us-block .sc-element .txt-content {
    display: inline-block;
    width: calc(100% - 60px);
    padding: 0;
    margin: 0;
}

.why-choose-us-block .sc-element .txt-content .number {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin: 0;
}

.why-choose-us-block .sc-element .txt-content .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin: 7px 0 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.why-choose-us-block .sc-element .txt-content .desc {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 17px;
    margin: 12px 0 0;
}

.testimonial-block {
    text-align: center;
}

.testimonial-block .box-title {
    margin: 68px 0 84px;
    position: relative;
    display: inline-block;
}

.testimonial-block .box-title::after,
.testimonial-block .box-title::before {
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    content: "\f006\f006\f006";
    font-size: 20px;
    color: #fcc01e;
    letter-spacing: 5px;
    position: absolute;
    top: 18px;
    left: -80px;
    z-index: 2;
    font-weight: 100;
}

.testimonial-block .box-title::after {
    left: auto;
    right: -82px;
}

.testimonial-block ul {
    padding: 0;
}

.testimonial-block .testimonial-list {
    padding: 0 0 80px;
    display: block;
}

.testimonial-block .testimonial-list li {
    list-style: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.testimonial-block .testml-elem {
    font-size: 15px;
    line-height: 24px;
    color: #444444;
}

.testimonial-block .testml-elem .avata img {
    display: inline-block;
}

.testimonial-block .testml-elem .desc {
    display: block;
    margin: 55px 0 0;
    position: relative;
}

.testimonial-block .testml-elem .desc::before {
    width: 20px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -10px;
}

.testimonial-block .testml-elem .name {
    display: block;
    font-weight: 700;
    margin: 23px 0 0;
}

.testimonial-block .testml-elem .title {
    text-transform: uppercase;
    display: block;
    margin: 2px 0 0;
    font-weight: 600;
}

.testimonial-block .testml-elem .rating {
    line-height: 0;
    margin-top: 8px;
}

.testimonial-block:not(.tsm-no-margin-type) .biolife-carousel>.slick-list {
    margin-bottom: 52px;
}

.testml-elem-2 {
    font-size: 0;
    line-height: 1;
    display: block;
    margin: 46px 0 0;
    text-align: center;
    padding: 0 30px 50px;
    border-radius: 3px;
    min-height: 310px;
}

.testml-elem-2 .avata {
    display: inline-block;
    border: 4px solid #e6e6e6;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -46px;
}

.testml-elem-2 .name {
    display: block;
    margin: 12px 0 0;
    font-size: 16px;
    color: #333333;
}

.testml-elem-2 .title {
    font-size: 14px;
    color: #666666;
    display: block;
    margin: 6px 0 0;
}

.testml-elem-2 .comment {
    display: block;
    margin: 48px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-style: italic;
}

.biolife-carousel .slick-dots {
    padding: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.biolife-carousel .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.biolife-carousel .slick-dots li button {
    display: inline-block;
    border: none;
    background-color: #d7d7d7;
    width: 13px;
    height: 9px;
    border-radius: 99px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.biolife-carousel .slick-dots li.slick-active button {
    width: 33px;
}

.single-post-contain {
    display: block;
    clear: both;
}

.single-post-contain .post-head .post-archive .post-cat a {
    color: #e73918;
}

.single-post-contain .post-head {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    margin-bottom: 14px;
}

.single-post-contain .post-head .thumbnail {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
}

.single-post-contain .post-head .thumbnail figure img{
    width: 100%;
}

.single-post-contain .post-head .post-name {
    display: block;
    margin: 30px 0 0;
    font-size: 34px;
    color: #222222;
    line-height: 1.5;
    font-weight: 700;
}

.post-item .post-content .post-archive,
.single-post-contain .post-head .post-archive {
    display: block;
    margin: 9px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    background: var(--main-color);
    padding: 10px;
    border-radius: 5px;
}

.post-item .post-content .post-archive .post-cat,
.single-post-contain .post-head .post-archive .post-cat {
    font-weight: 600;
    color: #fff;
}

.post-item .post-content .post-archive .author,
.single-post-contain .post-head .post-archive .author {
    margin-left: 6px;
}

.single-post-contain .post-content {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: justify;
    background: #fff;
    padding: 14px;
    margin-bottom: 44px;
    border-radius: 5px;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.single-post-contain .post-content * {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 24px;
    line-height: 32px;
}

.single-post-contain .post-content blockquote {
    padding: 0;
    border-left: 0;
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
}

.single-post-contain .post-content blockquote::before {
    display: block;
    opacity: 0.1;
    filter: alpha(opacity=10);
    font-size: 0;
    line-height: 0;
    margin-top: -1px;
    margin-bottom: 6px;
}

.single-post-contain .post-content blockquote p {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #333333;
}

.single-post-contain .post-content blockquote address {
    display: block;
    margin: 31px 0 0;
    font-size: 13px;
    line-height: 1;
}

.single-post-contain .post-content blockquote address a {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin: 0;
}

.single-post-contain .post-content blockquote address span {
    display: block;
    margin: -1px 0 0;
}

.single-post-contain .post-foot .post-tags {
    line-height: 0;
}

.single-post-contain .post-foot .post-tags .tag-title {
    font-size: 16px;
    color: var(--main-color);
    display: inline-block;
    line-height: 24px;
    margin-right: 0px;
}

.single-post-contain .post-foot .post-tags .tags {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.single-post-contain .post-foot .post-tags .tags li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.single-post-contain .post-foot .post-tags a {
    display: inline-block;
    color: #888888;
    border: 2px solid #f1f1f1;
    border-radius: 9999px;
    padding: 0 9px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 5px 0 5px;
}

.single-post-contain .post-foot .post-tags a:hover {
    color: #111111;
}

.single-post-contain .post-foot .auth-info {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    padding: 18px 0;
    margin-top: 30px;
}

.single-post-contain .post-foot .auth-info .ath {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 30px;
}

.single-post-contain .post-foot .auth-info .avata {
    color: #333333;
    font-weight: 700;
    margin: 0 0 0 20px;
    display: inline-block;
    padding: 1px 0;
    height: 33px;
}

.single-post-contain .post-foot .auth-info .avata img {
    margin-left: 6px;
    border-radius: 13px;
}

.single-post-contain .post-foot .auth-info .count-item {
    display: inline-block;
    color: #aaaaaa;
    margin-left: 15px;
}

.single-post-contain .post-foot .auth-info .count-item i {
    margin-left: 4px;
}

.single-post-contain .post-foot .socials-connection {
    display: inline-block;
    float: left;
    font-size: 0;
    line-height: 1;
}

.single-post-contain .post-foot .socials-connection .title {
    font-size: 18px;
    color: #666666;
    display: inline-block;
    padding: 8px 0 7px;
    vertical-align: top;
}

.single-post-contain .post-foot .socials-connection .social-list {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.single-post-contain .post-foot .socials-connection .social-list li {
    list-style: none;
    display: inline-block;
}

.single-post-contain .post-foot .socials-connection .social-list li:not(:last-child) {
    margin-left: 10px;
}

.single-post-contain .post-foot .socials-connection .social-list li a {
    font-size: 18px;
    color: #666666;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 1;
    display: inline-block;
    width: 33px;
    text-align: center;
    padding: 7px 5px 4px;
}

.single-post-contain .post-foot .socials-connection .social-list li a:hover {
    color: #ffffff;
}

.post-comments {
    clear: both;
    display: block;
}

.post-comments .cmt-title {
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    color: #222222;
    margin: 48px 0 22px;
}

.post-comments .cmt-title sup {
    font-size: 60%;
    color: #aaaaaa;
    font-weight: 600;
}

.post-comments .comment-form {
    margin-top: 46px;
}

.post-comments .comment-form .form-row {
    margin: 0;
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.post-comments .comment-form .form-row+.form-row:not(.last-btns) {
    margin-top: 20px;
}

.post-comments .comment-form .form-row input,
.post-comments .comment-form .form-row textarea {
    display: inline-block;
    width: 100%;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    padding: 11px 13px;
    line-height: 24px;
}

.post-comments .comment-form .form-row textarea {
    padding: 39px 13px 11px 84px;
    height: 188px;
}

.post-comments .comment-form .form-row .current-author {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 31px;
    z-index: 2;
}

.post-comments .form-row.last-btns {
    direction: rtl;
    border-bottom: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    padding: 17px 19px 18px;
}

.post-comments .form-row.last-btns .btn {
    display: inline-block;
    border: none;
    font-size: 18px;
    line-height: 24px;
    color: #888888;
    outline: none;
    box-shadow: none;
}

.post-comments .form-row.last-btns .btn-sumit {
    font-size: 14px;
    color: #ffffff;
    border-radius: 9999px;
    font-weight: 700;
    min-width: 180px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.post-comments .form-row.last-btns .btn-sumit:hover {
    background-color: #444444;
}

.post-comments .comment-list {
    display: block;
    clear: both;
    margin-top: 50px;
}

.post-comments .comment-list ol {
    padding: 0;
    margin: 0;
}

.post-comments .comment-list ol li {
    display: block;
    list-style: none;
}

.post-comments .wrap-post-comment .author-contact {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 30px;
}

.post-comments .wrap-post-comment .author-contact img {
    margin-right: 6px;
    display: inline-block;
    float: left;
}

.post-comments .wrap-post-comment .cmt-time {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
    margin-left: 23px;
}

.post-comments .wrap-post-comment .cmt-content {
    margin-top: 12px;
}

.post-comments .wrap-post-comment .cmt-content p {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    display: block;
    margin: 0;
}

.post-comments .wrap-post-comment .cmt-fooot {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 16px 0 0;
}

.post-comments .wrap-post-comment .cmt-fooot .btn {
    display: inline-block;
    color: #aaaaaa;
    padding: 0;
    border-radius: 0;
    border: none;
    font-size: 14px;
    line-height: 30px;
    margin-right: 19px;
}

.post-comments .wrap-post-comment .cmt-fooot .btn i {
    font-size: 18px;
    margin-right: 9px;
}

.post-comments .wrap-post-comment .cmt-inner {
    margin-top: 40px;
    padding-bottom: 22px;
}

.post-comments.lever-0>li>.wrap-post-comment>.cmt-inner {
    border-bottom: 2px solid #e6e6e6;
}

.post-comments .comment-list ol.lever-1 {
    padding-left: 59px;
}

.post-comments .comment-list .biolife-panigations-block {
    margin-top: 31px;
}

.blog-page.page-contain {
    padding-top: 40px;
}

.blog-page .post-item .post-content .post-name a {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 427px;
    display: block;
}

.hero-section .merdas-breadcrumb a:last-child::before,
.hero-section .merdas-breadcrumb a:last-child span,
.hero-section .merdas-breadcrumb span,
.hero-section .merdas-breadcrumb a {
    color: #ffffff;
}

.merdas-breadcrumb {
    font-size: 13px;
    margin: 20px 0;
    color: #7E7E7EE7;
    padding: 10px;
    border-radius: 5px;
}

.hero-section .merdas-breadcrumb {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: calc(29% + 54px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    margin-top: 21px;
    font-size: 13px;
    margin: 20px 0;
    color: #7E7E7EE7;
    padding: 10px;
    border-radius: 5px;
}

.wc-block-grid__product-price.price {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 2px solid var(--main-color);
    text-align: right;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box;
    background: #fff;
}

.hero-section .merdas-breadcrumb nav i {
    color: #fff;
}

.main-content>.row {
    line-height: 0;
}

.main-content .main-post-list {
    display: inline-block;
    width: 100%;
    margin: -10px 0 0 0;
    padding: 0;
}

.main-content>.posts-list {
    padding: 0;
    margin: 0 0 60px 0;
}

.main-content .main-post-list li {
    list-style: none;
    display: block;
    margin-bottom: 40px;
    margin-top: 10px;
}

.main-content>.posts-list li {
    list-style: none;
    display: block;
}

.main-content>.posts-list li+li {
    margin-top: 50px;
}

.posts-list .post-item .thumbnail {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
}

.post-item .post-content .post-name {
    font-size: 23px;
    font-weight: 600;
    color: #333333;
    display: block;
    margin: 0;
    line-height: 1;
}

.post-item .post-content .post-name a {
    display: inline-block;
    color: inherit;
    direction: rtl;
}

.post-item .post-content .post-archive {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
}

.post-item .post-content .excerpt {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin: 14px 0 0;
    text-align: justify;
    direction: rtl;
    height: 143px;
    overflow: hidden;
}

.post-item .post-content .group-buttons {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-top: 19px;
    direction: ltr;
}

.post-item .group-buttons .btn {
    display: inline-block;
    outline: none;
    box-shadow: none;
}

.post-item .group-buttons .btn.readmore {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 9999px;
    text-transform: uppercase;
    padding: 8px 10px;
    min-width: 155px;
    margin-right: 9px;
}

.post-item .group-buttons .btn.readmore:hover {
    color: #ffffff;
}

.style-bottom-info.layout-03 .post-meta .count-number,
.post-item .group-buttons .count-number {
    font-size: 17px;
    padding: 0 0 0 11px;
    color: #666666;
    position: relative;
    line-height: 1;
    margin-right: 23px;
    border-radius: 0;
}

.style-bottom-info.layout-03 .post-meta .count-number .number,
.post-item .group-buttons .count-number .number {
    font-size: 10px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    background-color: var(--second-color);
    min-width: 19px;
    text-align: center;
    padding: 5px 3px 4px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -15px;
    z-index: 2;
}

.paginations {
    display: block;
    text-align: center;
    margin: 40px 0;
}

.count_views_post {}

.paginations span.current {
    background: #f93423;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 700;
}

.paginations a {
    background: #ecf0f1;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
}

.post-item .group-buttons .commented .number {
    right: -7px;
}

.style-bottom-info.layout-03 .post-meta .count-number+.count-number,
.post-item .group-buttons .count-number+.count-number {
    border-left: 1px solid #e6e6e6 !important;
}

.post-item.style-left-info {
    display: table;
    width: 100%;
}

.post-item.style-left-info .thumbnail,
.post-item.style-left-info .post-content {
    display: table-cell;
    vertical-align: middle;
}

.post-item.style-left-info .thumbnail {
    width: 370px;
}

.post-item.style-left-info .post-content {
    padding-left: 30px;
}

.post-item.style-left-info .post-content>* {
    max-width: 329px;
    text-align: center;
}

.post-item.style-left-info .post-content .post-name {
    font-size: 23px;
    color: #000000;
}

.post-item.style-bottom-info {
    text-align: center;
    border: 2px solid #f2f2f2;
    padding: 10px;
    border-radius: 10px;
}


.post-item.style-bottom-info .post-content {
    padding-left: 20px;
    padding-right: 20px;
}

.post-item.style-wide .post-content .post-name {
    margin-top: 16px;
    font-weight: 700;
    font-size: 26px;
}

.post-item.style-bottom-info .post-content .post-name {
    margin-top: 16px;
}

.main-slide {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
}

.main-slide ul {
    padding: 0;
    margin: 0;
}

.main-slide li {
    list-style: none;
}

.main-slide .slick-arrow {
    font-size: 44px;
    color: #e6e6e6;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 60px;
    z-index: 5;
}

.main-slide .slick-arrow.next {
    left: auto;
    right: 60px;
}

.main-slide.nav-change .slick-arrow {
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.main-slide.nav-change.type02 .slick-arrow {
    color: #d7d7d7;
    left: 10px;
}

.main-slide.nav-change.type02 .slick-arrow.next {
    right: 10px;
    left: auto;
}

.main-slide.nav-change.type02 .slick-arrow:hover {
    color: #ffffff;
}

.main-slide.nav-change .slick-arrow.next {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}

.main-slide.nav-change:hover .slick-arrow {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.slider-opt04__layout01,
.slider-opt03__layout02,
.slider-opt03__layout01 {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.slider-opt03__layout01 .media {
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 660px;
}

.slider-opt03__layout01 .media .child-elememt {
    display: inline-block;
    position: absolute;
    top: 4%;
    right: 35%;
    z-index: 5;
    margin-top: 10px;
    margin-right: -2px;
    -webkit-transition: transform 1s ease 0.5s;
    -moz-transition: transform 1s ease 0.5s;
    -o-transition: transform 1s ease 0.5s;
    transition: transform 1s ease 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.slider-opt03__layout01 .text-content {
    display: inline-block;
    position: absolute;
    top: 18%;
    left: 13%;
    margin: 0 5px 0 0;
    z-index: 20;
    -webkit-transition: transform 0.7s ease 0.7s;
    -moz-transition: transform 0.7s ease 0.7s;
    -o-transition: transform 0.7s ease 0.7s;
    transition: transform 0.7s ease 0.7s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(255, 255, 255);
    border-color: rgb(102, 102, 102);
    padding: 20px 50px 40px;
    border-radius: 10px;
}

.slick-slide.slick-active .slider-opt03__layout01 .text-content,
.slick-slide.slick-active .slider-opt03__layout01 .media .child-elememt {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slider-opt03__layout01 .text-content .first-line {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #000000;
    display: block;
    margin: 0;
    text-align: right;
}

.slider-opt03__layout01 .text-content .second-line {
    font-size: 60px;
    line-height: 60px;
    color: #333333;
    font-weight: 700;
    display: block;
    margin: 0;
    max-width: 365px;
    text-align: right;
}

.slider-opt03__layout01 .text-content .third-line {
    font-size: 22px;
    line-height: 1;
    color: #000000;
    display: block;
    margin: 13px 0 0;
}

.slider-opt03__layout01 .buttons {
    font-size: 0;
    display: block;
    line-height: 0;
    margin: 36px 0 0;
}

.slider-opt03__layout01 .buttons .btn {
    font-size: 14px;
    border-radius: 9999px;
    display: inline-block;
    line-height: 1;
    min-width: 147px;
    text-align: center;
    padding: 17px 10px 16px;
    outline: none;
    box-shadow: none;
}

.slider-opt03__layout01 .buttons .btn+.btn {
    margin-left: 19px;
}

.slider-opt03__layout01 .buttons .btn-thin {
    padding: 15px 10px 14px;
    min-width: 177px;
}

.slider-opt03__layout01 .buttons .btn:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #ffffff !important;
}

.slider-opt03__layout01.mode-02 .media {
    height: 955px;
}


.slider-opt03__layout01.mode-02 .buttons .btn-thin {
    color: #ffffff;
}

.slider-opt03__layout01.mode-03 .media {
    height: 1072px;
}


.slider-opt03__layout02 .media {
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 560px;
}

.slider-opt03__layout02 .media.background-geen-02 {}

.slider-opt03__layout02 .text-content {
    display: inline-block;
    max-width: 400px;
    position: absolute;
    top: 127px;
    left: 35%;
    z-index: 2;
    margin-top: -4px;
    margin-left: 3px;
}

.slider-opt04__layout01 .text-content .first-line,
.slider-opt03__layout02 .text-content .first-line {
    font-size: 30px;
    line-height: 1;
    color: #666666;
    display: block;
    margin: 0;
    font-family: 'Playfair Display', sans-serif;
}

.slider-opt04__layout01 .text-content .second-line,
.slider-opt03__layout02 .text-content .second-line {
    font-size: 60px;
    font-weight: 700;
    color: #222222;
    display: block;
    margin: 1px 0 0;
    line-height: 60px;
}

.slider-opt04__layout01 .text-content .third-line,
.slider-opt03__layout02 .text-content .third-line {
    font-size: 18px;
    color: #444444;
    display: block;
    margin: 14px 0 0;
    line-height: 1;
}

.slider-opt04__layout01 .buttons,
.slider-opt03__layout02 .buttons {
    margin: 37px 0 0;
}

.slider-opt04__layout01 .buttons .btn,
.slider-opt03__layout02 .buttons .btn {
    padding: 14px 10px 13px;
    min-width: 147px;
}

.slider-opt04__layout01 .buttons .btn-thin,
.slider-opt03__layout02 .buttons .btn-thin {
    border: 2px solid #e6e6e6;
    min-width: 177px;
    padding: 12px 10px 11px;
    margin-left: 19px;
}

.slider-opt04__layout01 .buttons .btn-thin:hover,
.slider-opt03__layout02 .buttons .btn-thin:hover {
    background-color: #444444;
    border-color: #444444;
    color: #ffffff;
}

.none-box-shadow .vertical-category-block>.wrap-menu {
    box-shadow: none;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.slider-opt04__layout01 .media {
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 578px;
}

.slider-opt04__layout01 .text-content {
    display: inline-block;
    max-width: 400px;
    position: absolute;
    top: 132px;
    left: 70px;
    z-index: 2;
}

.slider-opt04__layout01 .buttons .btn-thin,
.slider-opt04__layout01 .text-content .first-line,
.slider-opt04__layout01 .text-content .second-line,
.slider-opt04__layout01 .text-content .third-line {
    color: #ffffff;
}

li.slick-current .slider-opt04__layout01 .buttons .btn,
li.slick-current .slider-opt04__layout01 .text-content .first-line,
li.slick-current .slider-opt04__layout01 .text-content .second-line,
li.slick-current .slider-opt04__layout01 .text-content .third-line {
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

li.slick-current .slider-opt04__layout01 .text-content .second-line {
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
}

li.slick-current .slider-opt04__layout01 .text-content .third-line {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

li.slick-current .slider-opt04__layout01 .buttons .btn {
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.slider-opt04__layout01 .buttons .btn.btn-bold:not(:hover) {
    background-color: #87be00;
}

.slider-opt04__layout01.light-version .buttons .btn-thin:not(:hover) {
    color: #333333;
}

.slider-opt04__layout01.light-version .text-content .first-line {
    color: #666666;
}

.slider-opt04__layout01.light-version .text-content .second-line {
    color: #222222;
}

.slider-opt04__layout01.light-version .text-content .third-line {
    color: #444444;
}

.slider-opt05 {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 474px;
}

.slider-opt05 .text-content {
    display: inline-block;
    max-width: 350px;
    padding-top: 94px;
    padding-left: 39px;
    position: relative;
    z-index: 10;
}

.slider-opt05 .text-content .first-line {
    display: block;
    margin: 0;
    font-size: 26px;
    color: #666666;
    font-family: 'Playfair Display', sans-serif;
}

.slider-opt05 .text-content .second-line {
    display: block;
    margin: 5px 0 0;
    font-size: 50px;
    line-height: 60px;
    color: #222222;
    font-weight: 700;
}

.slider-opt05 .text-content .third-line {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
    color: #444444;
    margin-left: 8px;
}

.slider-opt05 .text-content .buttons {
    margin: 37px 0 0;
}

.slider-opt05 .text-content .btn.btn-bold {
    min-width: 147px;
}

.slider-opt05 .text-content .btn.btn-bold:not(:hover) {
    background-color: #87be00;
}

.slider-opt05 .media {
    display: inline-block;
    position: absolute;
    z-index: 5;
    top: 51px;
    right: 0;
}

.slick-active .slider-opt05 .text-content .btn,
.slick-active .slider-opt05 .text-content .third-line,
.slick-active .slider-opt05 .text-content .second-line,
.slick-active .slider-opt05 .text-content .first-line {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.slick-active .slider-opt05 .text-content .second-line {
    animation-duration: 1.4s;
    -webkit-animation-duration: 1.4s;
}

.slick-active .slider-opt05 .text-content .third-line {
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
}

.slick-active .slider-opt05 .text-content .btn {
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.slick-active .slide_animation .buttons,
.slick-active .slide_animation .third-line,
.slick-active .slide_animation .first-line,
.slick-active .slide_animation .second-line {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.slick-active .slide_animation.type_02 .second-line {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.slick-active .slide_animation.type_02 .third-line {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.slick-active .slide_animation.type_02 .buttons {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.biolife-banner__special {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 0;
    line-height: 0;
    padding-top: 86px;
}

.biolife-banner__special .media {
    display: inline-block;
    width: 57.265%;
    padding-left: 25px;
}

.biolife-banner__special .text-content {
    display: inline-block;
    vertical-align: top;
    width: 42.735%;
    line-height: 1;
    text-align: center;
    padding-top: 41px;
}

.biolife-banner__special .text-content .first-line {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    display: block;
    margin: 0;
}

.biolife-banner__special .text-content .second-line {
    font-size: 35px;
    line-height: 1;
    color: #666666;
    display: block;
    font-weight: 600;
    margin: 17px 0 0;
}

.biolife-banner__special .text-content .third-line {
    font-size: 35px;
    color: #666666;
    display: block;
    font-weight: 600;
    line-height: 1;
    margin: 1px 0 0;
}

.biolife-banner__special .text-content .third-line i {
    font-weight: 700;
    color: #222222;
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
}

.biolife-banner__special .product-detail {
    display: block;
    margin-top: 65px;
}

.biolife-banner__special .product-detail .product-name {
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    color: #222222;
    font-weight: 600;
}

.biolife-banner__special .product-detail .price-contain ins .price-amount {
    font-size: 30px;
    line-height: 24px;
}

.biolife-banner__special .product-detail .price-contain .price-amount {
    font-size: 20px;
}

.biolife-banner__special .product-detail .buttons {
    display: block;
    margin-top: 27px;
}

.biolife-banner__special .product-detail .add-to-cart-btn {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 9999px;
    border: none;
    padding: 17px 10px 16px;
    line-height: 1;
    min-width: 197px;
    outline: none;
    box-shadow: none;
}

.biolife-banner__special .product-detail .add-to-cart-btn:hover {
    background-color: #444444;
}

.biolife-banner__special-02 {
    text-align: right;
    position: relative;
    overflow: hidden;
    clear: both;
}

.biolife-banner__special-02 .banner-contain {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    position: relative;
}

.biolife-banner__special-02 .banner-contain .thumb {
    display: inline-block;
}

.biolife-banner__special-02 .text-content {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14%;
    margin-top: -1px;
}

.biolife-banner__special-02 .text-content .text01 {
    font-size: 70px;
    line-height: 1;
    display: block;
    margin: 0;
    color: #da840f;
    font-family: 'Playfair Display', sans-serif;
    opacity: 0.11;
    filter: alpha(opacity=11);
    margin-bottom: -31px;
}

.biolife-banner__special-02 .text-content .text02 {
    font-size: 50px;
    display: block;
    margin: 0;
    color: #000000;
    line-height: 1;
}

.biolife-banner__special-02 .text-content .text04,
.biolife-banner__special-02 .text-content .text03 {
    font-size: 35px;
    line-height: 1;
    color: #666666;
    display: block;
    margin: 0;
    font-weight: 600;
}

.biolife-banner__special-02 .text-content .text03 {
    margin: 17px 0 -1px;
}

.biolife-banner__special-02 .text-content .text04 i {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    color: #222222;
    font-size: 40px;
}

.biolife-banner__special-02 .product-detail {
    margin-top: 50px;
}

.biolife-banner__special-02 .product-detail .price-contain {
    margin-top: 8px;
}

.biolife-banner__special-02 .product-detail .price-contain .price-amount {
    font-size: 30px;
}

.biolife-banner__special-02 .product-detail .product-name {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin: 0;
}

.biolife-banner__special-02 .product-detail .measure {
    display: block;
    line-height: 1;
    font-size: 15px;
    color: #444444;
    margin: 10px 0 0;
    font-weight: 600;
}

.biolife-banner__special-02 .product-detail .buttons {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.biolife-banner__special-02 .product-detail .add-to-cart-btn {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 9999px;
    min-width: 197px;
    padding: 13px 10px 12px;
}

.biolife-banner__special-02 .product-detail .add-to-cart-btn:hover {
    background-color: #444444;
}

.biolife-banner__special-03 .banner-contain {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    clear: both;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 47px
}

.biolife-carousel.dots_ring_style_2,
.biolife-carousel.dots_ring_style {
    position: relative;
}

.biolife-carousel.dots_ring_style .slick-dots {
    position: absolute;
    bottom: 41px;
    right: 214px;
}

.biolife-carousel.dots_ring_style_2 .slick-dots li button,
.biolife-carousel.dots_ring_style .slick-dots li button {
    padding: 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 0 solid #999999;
    background-color: #bbbbbb;
    border-radius: 50%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.biolife-carousel.dots_ring_style .slick-dots li.slick-active button {
    height: 13px;
    width: 13px;
    border-width: 2px;
    background-color: transparent;
}

.biolife-carousel.dots_ring_style_2 .slick-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    line-height: 0;
}

.biolife-carousel.dots_ring_style_2 .slick-dots li {
    margin: 0;
}

.biolife-carousel.dots_ring_style_2 .slick-dots li+li {
    margin-left: 9px;
}

.biolife-carousel.dots_ring_style_2 .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #666666;
    border: none;
}

.biolife-carousel.dots_ring_style_2 .slick-dots li.slick-active button {
    background-color: transparent;
    border: 2px solid #ffffff;
    width: 12px;
    height: 12px;
}

.biolife-service__type01 {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 14px;
}

.biolife-service__type01 .txt-show-01 {
    font-size: 220px;
    color: #eeeeee;
    font-weight: 700;
    display: block;
    opacity: 0.55;
    filter: alpha(opacity=55);
    text-align: center;
    line-height: 1;
}

.biolife-service__type01 .txt-show-02 {
    font-size: 100px;
    line-height: 1;
    font-family: 'Playfair Display', sans-serif;
    display: block;
    text-align: center;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    z-index: 2;
}

.biolife-service__type01 .services-list {
    margin-top: -9px;
    position: relative;
    z-index: 1;
}

.services-list {
    padding: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    padding-top: 19px;
    padding-bottom: 18px;
}

.services-list li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding-top: 10px;
    padding-bottom: 22px;
}

.services-list li+li {
    border-left: 1px solid #e6e6e6;
}

.service-inner {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.service-inner .number {
    font-size: 16px;
    line-height: 1;
    background-color: #cccccc;
    display: inline-block;
    width: 31px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 7px 5px 8px;
    border-radius: 50%;
    vertical-align: top;
}

.service-inner .biolife-icon {
    font-size: 35px;
    display: inline-block;
    padding-top: 1px;
    margin-left: 38px;
}

.service-inner .srv-name {
    display: inline-block;
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin: 9px 0 0;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.service-inner:not(.style-02) .srv-name {
    margin-top: 15px;
}

.service-inner.color-reverse .biolife-icon {
    color: #888888;
}

.biolife-service__type02 {
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
}

.biolife-service__type02 .services-list {
    border: none;
    padding: 0 18px;
}

.biolife-service__type02 .services-list li+li {
    border-left: none;
    border-top: 1px solid #e6e6e6;
}

.biolife-service__type02 .services-list li {
    width: 100%;
    padding: 0 0 0 11px;
}

.biolife-service__type02 .foot-area {
    display: table;
    width: 100%;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 16px;
}

.biolife-service__type02 .foot-area .txt,
.biolife-service__type02 .foot-area .biolife-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.biolife-service__type02 .foot-area .biolife-icon {
    color: #222222;
    line-height: 1;
    font-size: 32px;
    width: 39px;
}

.biolife-service__type02 .foot-area .txt p {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    display: block;
    margin: 0;
    font-weight: 400;
}

.service-inner.style-02 .biolife-icon {
    font-size: 36px;
}

.service-inner.style-02 {
    text-align: left;
    padding: 20px 0;
}

.service-inner.style-02 .biolife-icon {
    color: #888888;
}

.service-inner.style-02 .number {
    color: #222222;
    font-weight: 600;
}

.service-inner.style-02 .srv-name {
    text-transform: uppercase;
    text-align: left;
    margin-top: 12px;
}

.biolife-tab .tab-head .tabs {
    padding: 0;
    margin: 0 0 23px 0;
    display: block;
    text-align: center;
}

.biolife-tab .tab-head .tabs .tab-element {
    display: inline-block;
    list-style: none;
}

.biolife-tab .tab-head .tabs .tab-element+.tab-element {
    margin-left: 45px;
}

.biolife-tab .tab-content {
    display: block;
    margin: 0;
    position: relative;
}

.biolife-tab .tab-content .tab-contain {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 2;
}

.biolife-tab .tab-content>.active {
    display: block;
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 5;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.tab-head__icon-top-layout a {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #888888;
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.tab-head__icon-top-layout:not(.background-tab-include) a::after {
    content: '';
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.tab-head__icon-top-layout .active a::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tab-head__icon-top-layout .biolife-icon {
    font-size: 44px;
    display: block;
    margin-bottom: 13px;
    text-align: center;
}

.tab-head__sample-layout .tabs {
    font-size: 0;
    margin-bottom: 8px !important;
}

.biolife-tab .tab-head__sample-layout .tabs .tab-element+.tab-element {
    margin-left: 0;
}

.biolife-tab .tab-head__default .tabs {
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.tab-head__default {
    margin-top: 33px;
    margin-bottom: 24px;
}

.tab-head__default .tab-element .tab-link {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 4px;
    -webkit-transition: color 750ms ease;
    -moz-transition: color 750ms ease;
    -ms-transition: color 750ms ease;
    -o-transition: color 750ms ease;
    transition: color 750ms ease;
}

.tab-head__default .tab-element .tab-link::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #666666;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.tab-head__default .tab-element .tab-link:hover::before,
.tab-head__default .tab-element.active .tab-link::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tab-head__sample-layout .tab-element .tab-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    display: block;
    line-height: 1;
    background: transparent;
    min-width: 129px;
    text-align: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 21px;
}

.tab-head__sample-layout .tab-element .tab-link:hover,
.tab-head__sample-layout .active .tab-link {
    color: #ffffff;
}

.biolife-banner__promotion {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.biolife-banner__promotion .text-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1;
    display: inline-block;
    padding-top: 217px;
}

.biolife-banner__promotion .text-content .text-wrap {
    width: 560px;
    direction: ltr;
    text-align: right;
    background-color: #ffd319c4;
    padding: 26px;
    border-radius: 20px;
    z-index: 1;
    border: 1px dashed #fff;
    box-shadow: inset 0 0 26px #2f2f2f;
    position: absolute;
    left: 322px;
}

.biolife-banner__promotion .text-content .first-line {
    font-size: 30px;
    line-height: 35px;
    color: #222;
    display: block;
    margin: 0;
    font-weight: 700;
}

.biolife-banner__promotion .text-content .second-line {
    display: block;
    margin: 6px 0 0;
    font-size: 50px;
    line-height: 66px;
    color: var(--main-color);
    font-weight: 700;
    max-width: 540px;
}

.biolife-banner__promotion .text-content .third-line {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 22px 0 0;
    color: #484848;
}

.biolife-banner__promotion .product-detail {
    margin-top: 11px;
}

.biolife-banner__promotion .product-detail .txt-price {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 10px;
    direction: rtl;
}

.image-personality-block img {
    width: 627px;
    position: absolute;
    top: 0;
    right: 385px;
}

.biolife-banner__promotion .product-detail .txt-price span {
    margin-right: 3px;
}

.biolife-banner__promotion .product-detail .txt-price span.woocommerce-Price-currencySymbol {
    font-size: 18px;
}

.biolife-banner__promotion3 .product-detail .add-to-cart-btn,
.biolife-banner__promotion .product-detail .add-to-cart-btn {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 999px;
    vertical-align: top;
    background: var(--main-color);
    min-width: 168px;
    padding: 13px;
}

.biolife-banner__promotion3 .product-detail .add-to-cart-btn:hover,
.biolife-banner__promotion .product-detail .add-to-cart-btn:hover {
    background-color: #444444;
}

.biolife-banner__promotion {
    display: inline-block;
    width: 100%;
    height: 710px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    background-image: url('assets/images/home-03/back-tool.webp');
}

.biolife-banner__promotion .media .img-moving {
    display: inline-block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}

.biolife-banner__promotion .media .position-1 {
    top: 137px;
    left: 13%;
    margin-left: -21px;
}

.biolife-banner__promotion .media .position-2 {
    left: auto;
    right: -21px;
    top: auto;
    bottom: 135px;
}

.biolife-banner__promotion .media .position-3 {
    top: auto;
    bottom: 0;
    left: 167px;
}

.biolife-banner__promotion .media .position-4 {
    top: 145px;
    left: -9px;
}

.biolife-banner__promotion4 .position-2 img,
.biolife-banner__promotion .media .position-1 img {
    -webkit-animation: bounceIn 9s linear infinite;
    animation: bounceIn 9s linear infinite;
}

.biolife-banner__promotion .media .position-2 img {
    -webkit-animation: movebounce 3.9s linear 0.4s infinite;
    animation: movebounce 3.9s linear 0.4s infinite;
}

.biolife-banner__promotion .media .position-3 img {
    -webkit-animation: movebounce-x 3.9s linear 0.2s infinite;
    animation: movebounce-x 3.9s linear 0.2s infinite;
}

.biolife-banner__promotion .media .position-4 img {
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}

.biolife-banner__promotion2 {
    display: block;
    background-color: #ffffff;
    position: relative;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #e6e6e6;
}

.biolife-banner__promotion2 .container {
    position: relative;
}

.biolife-banner__promotion2 .media {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 670px;
    height: 535px;
    background-position: center center;
    background-repeat: no-repeat;
}

.biolife-banner__promotion2 .text-content {
    display: inline-block;
    line-height: 1;
    float: right;
    max-width: 800px;
    margin-top: 50px;
    margin-bottom: 102px;
}

.biolife-banner__promotion2 .text-content .second-line {
    font-family: 'goli';
    display: block;
    margin-top: 20px;
    font-size: 85px;
    line-height: 1;
    color: var(--second-color);
    font-weight: 800;
}

.biolife-banner__promotion2 .text-content .first-line {
    display: block;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 1;
    color: #333333;
    font-weight: 600;
}

.biolife-banner__promotion2 .text-content .second-line {
    margin-top: -1px;
}

.biolife-banner__promotion2 .text-content .second-line i {
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.biolife-banner__promotion2 .text-content .third-line {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    display: block;
    margin: 9px 0 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.biolife-banner__promotion2 .text-content .buttons {
    margin: 28px 0 0;
}

.biolife-banner__promotion2 .text-content .btn {
    min-width: 147px;
    padding: 14px 14px 13px;
}

.biolife-banner__promotion2 .text-content .btn-thin {
    min-width: 177px;
    border-color: #ededed;
    padding: 12px 12px 11px;
    margin-right: 19px;
    vertical-align: top;
}

.biolife-banner__promotion2.advance .text-content .second-line i {
    font-weight: 600;
    font-style: normal;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
}

.biolife-banner__promotion3 {
    display: block;
    clear: both;
    height: 451px;
    border-bottom: 1px solid #e6e6e6;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.biolife-banner__promotion3 .media .position-1 {
    position: absolute;
    left: 41%;
    top: 17px;
    z-index: 5;
    display: inline-block;
}

.biolife-banner__promotion3 .text-content {
    padding-top: 92px;
}

.biolife-banner__promotion3 .text-content .first-line {
    font-size: 30px;
    line-height: 1;
    display: block;
    margin: 0;
    max-width: 300px;
}

.biolife-banner__promotion3 .text-content .second-line {
    display: block;
    margin: 6px 0 0;
    font-size: 40px;
    line-height: 1;
    color: #222222;
    font-weight: 600;
    max-width: 300px;
    text-transform: uppercase;
}

.biolife-banner__promotion3 .text-content .third-line {
    display: block;
    margin: 18px 0 0;
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    max-width: 400px;
}

.biolife-banner__promotion3 .product-detail {
    display: block;
    font-size: 0;
    line-height: 0;
    margin-top: 30px;
}

.biolife-banner__promotion3 .product-detail .txt-price {
    display: inline-block;
    line-height: 1;
    margin: 0 29px 0 0;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    vertical-align: middle;
}

.biolife-banner__promotion3 .product-detail .txt-price span {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px;
}

.biolife-banner__promotion3 .product-detail .add-to-cart-btn {
    display: inline-block;
    vertical-align: middle;
}

.biolife-banner__promotion4 {
    display: block;
    clear: both;
    background-position: center center;
    background-size: cover;
    height: 650px;
    font-size: 0;
    line-height: 0;
}

.biolife-banner__promotion4 .banner-contain {
    display: block;
    position: relative;
}

.biolife-banner__promotion4 .img-moving {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.biolife-banner__promotion4 .position-1 {
    left: 37%;
    top: 68px;
}

.biolife-banner__promotion4 .position-2 {
    left: 64%;
    top: 17px;
    z-index: 5;
    margin-left: 3px;
}

.biolife-banner__promotion4 .text-content {
    display: inline-block;
    text-align: center;
    max-width: 430px;
    position: absolute;
    top: 189px;
    left: 0;
    z-index: 10;
}

.biolife-banner__promotion4 .text-content .first-line {
    font-size: 50px;
    line-height: 50px;
    color: #222222;
    font-weight: 600;
    display: block;
    margin: 0;
}

.biolife-banner__promotion4 .biolife-countdown {
    margin-top: 23px;
}

.biolife-banner__promotion4:not(.v2) .biolife-countdown>span {
    border: none;
}

.biolife-banner__promotion4 .biolife-countdown>span {
    padding: 10px 5px 12px;
}

.biolife-banner__promotion4 .buttons {
    margin: 0;
}

.biolife-banner__promotion4 .buttons .btn.btn-bold {
    padding: 13px;
    min-width: 188px;
    margin-top: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.biolife-banner__promotion4 .buttons .btn.green-btn:not(:hover) {
    background-color: #87be00;
}

.biolife-banner__promotion4.v2 {
    height: 450px;
    background: #fafafa;
}

.biolife-banner__promotion4.v2 .sub-line {
    font-size: 24px;
    color: #f79822;
    line-height: 1;
    display: block;
    margin: 0;
}

.biolife-banner__promotion4.v2 .text-content .first-line {
    margin-top: 9px;
}

.biolife-banner__promotion4.v2 .position-1 {
    left: auto;
    right: -58px;
    top: 0;
    overflow: hidden;
}

.biolife-banner__promotion4.v2 .position-2 {
    left: auto;
    right: 0;
    top: 35px;
}

.biolife-banner__promotion6,
.biolife-banner__promotion5 {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.biolife-banner__promotion6 .banner-contain,
.biolife-banner__promotion5 .banner-contain {
    position: relative;
    display: block;
}

.biolife-banner__promotion5 .banner-contain .media {
    display: block;
    height: 630px;
    background-size: cover;
    background-repeat: no-repeat;
}

.biolife-banner__promotion6 .media .img-moving,
.biolife-banner__promotion5 .media .img-moving {
    position: absolute;
    top: -70px;
    right: 4%;
    margin-right: -7px;
    z-index: 1;
}

.biolife-banner__promotion5 .media .img-moving img {
    -webkit-animation: move-around-reverse 9s linear 0.2s infinite;
    animation: move-around-reverse 9s linear 0.2s infinite;
}

.biolife-banner__promotion5 .media .position-2 {
    top: 43px;
    right: 50%;
    margin-right: 1px;
    z-index: 2;
}

.biolife-banner__promotion5 .media .position-2 img {
    -webkit-animation: move-around 8.5s linear infinite;
    animation: move-around 8.5s linear infinite;
}

.biolife-banner__promotion5 .text-content {
    display: inline-block;
    position: absolute;
    right: 64%;
    text-align: center;
    max-width: 310px;
    top: 155px;
    margin-right: 6px;
    z-index: 15;
}

.biolife-banner__promotion5 .text-content .text1 {
    font-size: 30px;
    font-family: 'Playfair Display', sans-serif;
    color: #ffffff;
    display: block;
    margin: 0;
    line-height: 1;
}

.biolife-banner__promotion5 .text-content .text2 {
    display: block;
    font-size: 60px;
    line-height: 55px;
    margin: 26px 0 0;
    color: #ffffff;
}

.biolife-banner__promotion5 .text-content .buttons .btn {
    min-width: 177px;
    margin-top: 24px;
    padding: 14px 10px 13px;
}

.biolife-banner__promotion6 .banner-contain .media {
    display: block;
    height: 769px;
    background-size: cover;
    background-repeat: no-repeat;
}

.biolife-banner__promotion6 .banner-contain .text-content {
    position: absolute;
    top: 30%;
    left: 20%;
    display: inline-block;
    max-width: 400px;
    text-align: center;
    margin-top: -5px;
    margin-left: 13px;
    z-index: 10;
}

.biolife-banner__promotion6 .text-content .text1 {
    color: #ffffff;
    font-size: 30px;
    display: block;
    margin: 0;
    line-height: 1;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
}

.biolife-banner__promotion6 .text-content .text2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin: 27px 0 0;
    line-height: 55px;
    text-transform: uppercase;
}

.biolife-banner__promotion6 .text-content .buttons {
    display: block;
    margin: 39px 0 0;
}

.biolife-banner__promotion6 .text-content .btn-thin {
    color: #ffffff;
    min-width: 148px;
    padding: 11px 10px 10px;
    font-size: 15px;
}

.biolife-banner__promotion6 .media .img-moving.position-1 {
    right: 20%;
    top: auto;
    bottom: -15px;
    margin-right: -12px;
}

.biolife-banner__promotion6 .media .img-moving.position-1 img {
    -webkit-animation: move-around-reverse 9s linear 0.2s infinite;
    animation: move-around-reverse 9s linear 0.2s infinite;
}

.biolife-banner__promotion6 .media .img-moving.position-2 {
    right: 18%;
    bottom: 40px;
    top: auto;
    margin-right: -13px;
}

.biolife-banner__promotion6 .media .img-moving.position-2 img {
    -webkit-animation: move-around 8.5s linear infinite;
    animation: move-around 8.5s linear infinite;
}

.biolife-title-box__bold-style {
    display: block;
    margin: 0 0 38px;
    text-align: left;
    font-size: 0;
    line-height: 0;
    padding-right: 75px;
}

.biolife-title-box__bold-style-02 .title,
.biolife-title-box__bold-style .title {
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.biolife-title-box__bold-style-02 {
    display: block;
    margin: 0 0 27px;
    text-align: left;
    font-size: 0;
    line-height: 0;
}

.biolife-title-box__bold-style-02 .title {
    font-size: 22px;
}

.biolife-title-box__under-line {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #e6e6e6;
    line-height: 0;
    font-size: 0;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.biolife-title-box__under-line .title {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    color: #222222;
    font-weight: 700;
}

.biolife-title-box__bgrd-bold {
    display: block;
    text-align: left;
    margin-top: 73px;
    margin-bottom: 18px;
}

.biolife-title-box__bgrd-bold .title {
    display: inline-block;
    margin: 0;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 314px;
    padding: 14px 35px 25px 43px;
    font-weight: 700;
    background-position: center;
}

.biolife-countdown {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 10px 0 0;
    text-align: center;
}

.biolife-countdown>span {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
    min-width: 57px;
    font-size: 0;
    line-height: 0;
    padding: 9px 5px 11px;
}

.biolife-countdown>span+span {
    margin-left: 9px;
}

.biolife-countdown .number {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #222222;
}

.biolife-countdown .text {
    font-size: 13px;
    line-height: 1;
    color: #666666;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin-top: 2px;
}

.contain-product__deal-layout {
    border: 2px solid #ff810f;
    padding: 17px 18px 29px;
    background-color: #fafafa;
}

.contain-product.contain-product__deal-layout .product-thumb .labels {
    left: 0;
    top: 0;
}

.contain-product.contain-product__deal-layout .product-thumb {
    padding: 0;
}

.contain-product__deal-layout .info .categories {
    margin-top: 19px;
}

.contain-product__deal-layout .info .price {
    margin-bottom: 11px;
}

.contain-product__deal-layout .slide-down-box .message {
    padding: 0 25px;
}

.contain-product__deal-layout .slide-down-box .buttons .add-to-cart-btn {
    padding: 16px 10px 17px;
}

.biolife-carousel.nav-center-03 .slick-arrow,
.biolife-carousel.nav-top-right .slick-arrow {
    font-size: 33px;
    display: inline-block;
    position: absolute;
    top: -64px;
    right: 0;
    z-index: 3;
    color: rgba(102, 102, 102, 0.20);
}

.biolife-carousel.nav-center-03 .slick-arrow:hover,
.biolife-carousel.nav-top-right .slick-arrow:hover {
    color: #7faf51;
}

.biolife-carousel.nav-top-right .slick-arrow.prev {
    right: 41px;
}

.biolife-carousel.nav-center-03 .slick-arrow {
    top: 50%;
    margin-top: -17px;
    right: 0;
    left: auto;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.biolife-carousel.nav-center-03 .slick-arrow.prev {
    right: auto;
    left: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.biolife-carousel.nav-center-03:hover .slick-arrow.prev,
.biolife-carousel.nav-center-03:hover .slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.biolife-carousel.nav-top-right-02 {
    position: relative;
}

.biolife-carousel.nav-top-right-02 .slick-arrow {
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: -45px;
    right: 0;
    cursor: pointer;
}

.biolife-carousel.nav-top-right-02 .slick-arrow::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 20px;
    color: #666666;
    line-height: 1;
}

.biolife-carousel.nav-top-right-02 .slick-arrow:hover::before {
    color: #aea705;
}

.biolife-carousel.nav-top-right-02 .slick-arrow.prev {
    right: 21px;
}

.biolife-carousel.nav-top-right-02 .slick-arrow.prev::before {
    content: "\f104";
}

.contain-product__right-info-layout.contain-product .product-thumb {
    padding: 0;
}

.contain-product__right-info-layout {
    padding: 9px 10px 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.contain-product__right-info-layout .info,
.contain-product__right-info-layout .product-thumb {
    display: table-cell;
    vertical-align: top;
}

.contain-product__right-info-layout .product-thumb {
    width: 170px;
}

.contain-product__right-info-layout .info {
    padding-left: 10px;
    padding-top: 4px;
}

.contain-product__right-info-layout .info .price,
.contain-product__right-info-layout .info .product-title,
.contain-product__right-info-layout .info .categories {
    text-align: left;
}

.contain-product__right-info-layout .info .price {
    margin-bottom: 3px;
}

.contain-product__right-info-layout .info .rating {
    font-size: 14px;
}

.contain-product__right-info-layout .info .rating .star-rating {
    vertical-align: middle;
}

.contain-product__right-info-layout2 {
    display: table;
    width: 100%;
}

.contain-product__right-info-layout2 .product-thumb,
.contain-product__right-info-layout2 .info {
    display: table-cell;
    vertical-align: top;
}

.contain-product__right-info-layout2 .product-thumb {
    width: 100px;
    padding: 0 !important;
}

.contain-product__right-info-layout2 .info {
    padding-left: 10px;
    text-align: left;
}

.contain-product__right-info-layout2 .info .product-title {
    text-align: left;
}

.contain-product__right-info-layout2 .info .price {
    text-align: left;
    margin-bottom: 3px;
}

.contain-product__right-info-layout2 .info .star-rating {
    vertical-align: middle;
}

.contain-product__right-info-layout2 .info .review-count {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.contain-product__right-info-layout2.wgt-style .rating .star-rating>span::before,
.contain-product__right-info-layout2.wgt-style .rating .star-rating::before {
    font-size: 14px;
}

.contain-product__right-info-layout2.cate .info .cat-info {
    display: block;
    font-size: 0;
    line-height: 0;
    margin-top: 7px;
}

.contain-product__right-info-layout2.cate .cat-info .cat-item {
    font-size: 15px;
    color: #888888;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 10px 0 0;
}

.contain-product__right-info-layout3 {
    display: table;
    margin: 0;
    width: 100%;
    padding: 10px 18px 18px 10px;
    position: relative;
    background-color: #ffffff;
}

.contain-product__right-info-layout3 .info,
.contain-product__right-info-layout3 .product-thumb {
    display: table-cell;
    vertical-align: top;
}

.contain-product__right-info-layout3 .product-thumb {
    width: 130px !important;
    padding: 0 !important;
}

.contain-product__right-info-layout3 .info {
    padding-left: 10px;
    padding-top: 6px;
}

.contain-product__right-info-layout3 .info .product-title {
    margin: 0;
    font-size: 18px;
    color: #222222;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    max-width: calc(100% - 150px);
    padding-top: 2px;
}

.contain-product__right-info-layout3 .info .product-title a {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    display: inline-block;
}

.contain-product__right-info-layout3 .info .price {
    display: inline-block;
    max-width: 150px;
    text-align: right;
    float: right;
    margin: 0;
}

.contain-product__right-info-layout3 .info .price ins .price-amount {
    font-size: 26px;
}

.contain-product__right-info-layout3 .info .price del {
    margin-left: 13px;
}

.contain-product__right-info-layout3 .info .price del .price-amount {
    font-size: 16px;
}

.contain-product__right-info-layout3 .info .rating {
    display: block;
    margin: 0;
    text-align: left;
}

.contain-product__right-info-layout3 .info .rating {
    margin-top: 7px;
    margin-bottom: 9px;
}

.contain-product__right-info-layout3 .info .rating .review-count {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    vertical-align: top;
}

.contain-product__right-info-layout3 .info .desc {
    display: block;
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px dashed #666666;
    padding-top: 10px;
}

.contain-product__right-info-layout3 .info .buttons {
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 0;
    padding: 0 0 20px 150px;
    background-color: #ffffff;
}

.contain-product__right-info-layout3 .buttons .btn {
    display: inline-block;
    font-size: 15px;
    line-height: 1px;
    color: #888888;
    text-align: center;
    vertical-align: middle;
    padding: 12px 7px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.contain-product__right-info-layout3 .buttons .btn:hover {
    color: #444444;
}

.contain-product__right-info-layout3 .buttons .add-to-cart-btn {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 9999px;
    font-weight: 700;
    min-width: 168px;
    padding: 16px 15px 15px;
    margin-right: 11px;
}

.contain-product__right-info-layout3 .buttons .add-to-cart-btn:hover {
    color: #ffffff;
    background-color: #444444;
}

.biolife-banner__style-15,
.biolife-banner__style-01 {
    display: block;
    height: 207px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.biolife-banner__style-15 .bn-link,
.biolife-banner__style-01 .bn-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.biolife-banner__style-15 .text-content,
.biolife-banner__style-01 .text-content {
    display: inline-block;
    position: absolute;
    top: 39px;
    right: 0;
    z-index: 5;
    font-size: 0;
    line-height: 1;
    width: 268px;
}

.biolife-banner__style-15 .text-content .first-line,
.biolife-banner__style-01 .text-content .first-line {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1;
    color: #666666;
    text-transform: uppercase;
}

.biolife-banner__style-15 .text-content .third-line,
.biolife-banner__style-15 .text-content .second-line,
.biolife-banner__style-01 .text-content .third-line,
.biolife-banner__style-01 .text-content .second-line {
    font-size: 40px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 7px 0 0;
}

.biolife-banner__style-15 .text-content .third-line,
.biolife-banner__style-01 .text-content .third-line {
    font-family: 'Playfair Display', sans-serif;
    text-transform: unset;
    margin-top: -2px;
}

.biolife-banner__style-15 .text-content .fourth-line,
.biolife-banner__style-01 .text-content .fourth-line {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin: 14px 0 0;
}

.biolife-banner__style-15 {
    height: 200px;
    background-size: cover;
}

.biolife-banner__style-15 .text-content {
    right: 33px;
}

.biolife-stretch-the-right-background {
    position: relative;
    height: 450px;
}

.biolife-stretch-the-right-background>* {
    position: relative;
    z-index: 5;
}

.biolife-stretch-the-right-background>.bg_underground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.biolife-brd-container {
    text-align: center;
}

.biolife-brd-container img {
    display: inline-block;
}

.style-bottom-info.layout-02 .thumbnail {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    position: relative;
}

.style-bottom-info.layout-02 .thumbnail .post-date {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 9px;
    background-color: var(--main-color);
    border-radius: 10%;
    min-width: 53px;
    padding: 8px 5px 9px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style-bottom-info.layout-02 .thumbnail .post-date span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.style-bottom-info.layout-02 .post-content .post-name {
    font-weight: 500;
    color: #222222;
    font-size: 18px;
    line-height: normal;
    height: 60px;
}

.special-box {
    position: relative;
    padding: 1px 30px 1px 0;
}

.special-box::before {
    content: "";
    background: #833ab4;
    background: linear-gradient(to top,
            #833ab4, #fd1d1d, #fcb045);
    width: 19%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
}

.special-box::after {
    content: "";
    background: #833ab4;
    background: linear-gradient(to top,
            #833ab4, #fd1d1d, #fcb045);
    width: 19%;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    border-radius: 30px;
    transform: translate(-15%, 0px) skew(-22deg, 0deg);
    z-index: -1;
}

.zero-special-box {
    margin-bottom: 50px;
}

.special-box-general {
    background: #000000e8;
    border: 1px solid #bbaeae;
    box-shadow: 0px 5px 10px 5px #00000008;
    border-radius: 10px;
    padding: 15px 0;
    border-image-source: linear-gradient(to left, #743ad500, #ff008b33, #d53a9d, #ff6c00, #ff6c001c, #ff6c0000);
    border-image-slice: 1;
    border-width: 10px;
}

.box-insta {
    padding: 10px;
    border: 12px solid #0000;
    border-radius: 12px;

    animation: 5s rotate linear infinite;
}

.single-insta-page {

    margin-bottom: 40px;
    padding-bottom: 20px;
}

.page-insta {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.special-box-insta {
    position: relative;
    padding: 0px 30px 30px 0;
}

.special-box-insta .insta-title,
.special-box-insta .special-box-btn {
    position: relative;
    z-index: 99;
}

.box-insta-relative {
    position: relative;
    z-index: 99;
}

.special-box-insta:before {
    content: "";
    background: var(--main-color);
    width: 22%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: 0;
}

.special-box-insta:after {
    content: "";
    background: var(--main-color);
    width: 38%;
    position: absolute;
    top: 0px;
    right: 5%;
    bottom: 0px;
    border-radius: 30px;
    transform: translate(-15%) skew(-22deg);
    z-index: 0;
}

.page-insta .right .mejs-poster {
    background-size: contain;
}

.page-insta .right .wp-video-shortcode {
    max-height: 650px !important;
}

.page-insta .left p {
    text-align: justify;
}

.page-insta .right {
    width: 70%;
    border-radius: 10px;
    overflow: hidden;
}

.page-insta .right video {
    width: 100%;
}

.page-insta .left {
    width: 28%;
    color: #464646;
    border: 2px solid #f7f7f7;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.01);
}

.page-insta .left h1 {
    font-size: 17px;
    padding-bottom: 10px;
    font-weight: 600;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.insta-cover {
    border: 3px solid #000000;
    border-radius: 10px;
}

h2.insta-title {
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    padding: 18px 5px 5px 0;
}

h2.insta_footer-title {
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    padding: 5px 5px 5px 0;
}

.special-box-btn {
    display: flex;
    justify-content: space-between;
}

.special-box-btn a {
    color: #ffffff;
    height: 50px;
    background-color: var(--main-color);
    margin-top: 4px;
    border-radius: 10px;
    padding: 10px 17px;
    border: 2px solid var(--main-color);
}

.special-box-btn a:hover {
    color: var(--main-color);
    border: 2px solid var(--main-color);
    background-color: #fff;
}

.style-bottom-info.layout-02 .post-meta {
    display: flex;
    font-size: 0;
    line-height: 0;
    margin: 16px 0 0;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 5px;
    justify-content: space-between;
    padding: 5px 10px;
    direction: ltr;
}

.style-bottom-info.layout-02 .post-meta__item {
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
}

.style-bottom-info.layout-02 .post-meta__item.author {
    color: #222222;
    font-weight: 600;
    margin-right: 36px;
    font-size: 13px;
}

.style-bottom-info.layout-02 .post-meta__item.btn {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 5px 0;
    vertical-align: middle;
    margin-right: 8px;
}

.style-bottom-info.layout-02 .post-meta__item.author img {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-right: 8px;
    border-radius: 80px;
    width: 40px;
}

/*.owl-carousel-post .owl-stage .owl-item {
    width: 420px !important;
}*/


.owl-carousel-post .owl-stage .owl-item .post-blog-item figure img {
    width: auto !important;
    object-fit: contain;
    object-position: center;
}

.owl-stage .owl-item li {
    list-style: none;
}

/*.owl-carousel-insta .owl-stage .owl-item {
    width: 300px !important;
}*/

.owl-carousel-insta .owl-stage .owl-item .post-blog-item figure img {
    width: auto !important;
}

.owl-carousel-insta .owl-dots.disabled {
    display: none;
}

.owl-carousel-insta .owl-nav.disabled {
    display: block;
    position: absolute;
    bottom: -72px;
    right: 554px;
    margin-top: 7px;
}

.owl-sliders .owl-nav {
    float: left;
}

.owl-sliders .owl-nav button.owl-prev:before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-left: 5px;
    opacity: 0.5;
}

.owl-sliders .owl-nav button.owl-prev:hover::before {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease-out;
    opacity: 1;
}

.owl-sliders .owl-nav button.owl-next:after {
    font-family: "Font Awesome 6 Free";
    content: "\f104";
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-left: 5px;
    opacity: 0.5;
}

.owl-sliders .owl-nav button.owl-next:hover::after {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease-out;
    opacity: 1;
}

.owl-carousel-insta .owl-nav button.owl-prev:before {
    font-family: "Font Awesome 6 Free";
    content: "\f35a";
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    margin-left: 5px;
    opacity: 0.5;
}

.owl-carousel-insta .owl-nav button.owl-next:after {
    font-family: "Font Awesome 6 Free";
    content: "\f359";
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    opacity: 0.5;
}

.owl-carousel-insta .owl-nav button.owl-prev:hover::before {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease-out;
    opacity: 1;
}

.owl-carousel-insta .owl-nav button.owl-next:hover::after {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease-out;
    opacity: 1;
}

.style-bottom-info.layout-02 .post-meta__item>.btn {
    font-size: 14px;
    color: #666666;
    padding: 0;
    font-weight: 600;
}

.style-bottom-info.layout-02 .post-meta__item .biolife-icon {
    font-size: 16px;
    margin-left: 6px;
    vertical-align: middle;
}

.style-bottom-info.layout-02 .post-meta__item-social-box {
    font-size: 17px;
    color: #666666;
    position: relative;
    vertical-align: middle;
}

.style-bottom-info.layout-02 .post-meta__item-social-box .tbn {
    display: inline-block;
}

.style-bottom-info.layout-02 .post-meta__item-social-box ul {
    padding: 0;
    margin: 0;
}

.style-bottom-info.layout-02 .post-meta__item-social-box li {
    list-style: none;
    display: inline-block;
    color: #666666;
    line-height: 1;
}

.style-bottom-info.layout-02 .post-meta__item-social-box li+li {
    margin-left: 5px;
}

.style-bottom-info.layout-02 .post-meta__item-social-box li a {
    color: inherit;
    display: inline-block;
}

.style-bottom-info.layout-02 .post-meta__item-social-box .inner-content {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 128px;
    margin-left: -62px;
    background-color: #f0f0f0;
    padding: 5px;
    z-index: 5;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.style-bottom-info.layout-02 .post-meta__item-social-box:hover .inner-content {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.style-bottom-info.layout-02 .post-content .excerpt {
    margin-top: 8px;
}

.style-bottom-info.layout-02 .post-content {
    padding-left: 3px;
    padding-right: 3px;
}

.style-bottom-info.layout-02 .group-buttons .btn.readmore {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
}

.style-bottom-info.layout-02 .group-buttons .btn.readmore:hover {
    color: var(--main-color);
    background-color: transparent;
    border: 2px solid #0000;
    animation: 4s rotate linear infinite;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(var(--angle), #ffffff, var(--main-color), #fff) border-box;
}

.style-bottom-info.layout-02 .post-content .group-buttons {
    margin-top: 16px;
    margin-bottom: 4px;
}

.style-bottom-info.layout-02 .group-buttons .btn.readmore {
    color: #fff;
    background-color: var(--main-color);
    padding: 11px;
    border-radius: 6px;
    display: block;
    border: 2px solid #d7d7d7;
}

.style-bottom-info.layout-02.align-left .post-content .post-name {
    margin-top: 13px;
    font-size: 17px;
    line-height: 24px;
}

.style-bottom-info.layout-02.align-left .post-meta {
    text-align: right;
    margin-top: 21px;
}

.style-bottom-info.layout-02.align-left .post-meta__item.author {
    float: left;
}

.style-bottom-info.layout-02.align-left .post-meta__item-social-box .inner-content {
    left: auto;
    right: 1px;
    margin: 0;
}

.style-bottom-info.layout-02.align-left {
    text-align: left;
    padding-bottom: 20px;
}

.style-bottom-info.layout-03 .thumbnail {
    padding: 0;
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0;
}

.style-bottom-info.layout-03 .thumbnail .post-date {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 64px;
    background-color: #444444;
    border-radius: 50%;
    padding: 13px 5px 12px;
}

.style-bottom-info.layout-03 .thumbnail .post-date span {
    display: block;
    margin: 0;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.style-bottom-info.layout-03 .thumbnail .post-date .month {
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
}

.style-bottom-info.layout-03 .post-content {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 38px;
}

.style-bottom-info.layout-03 .post-content .post-name {
    margin-top: 17px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.style-bottom-info.layout-03 .post-content .post-meta {
    display: inline-block;
    width: 100%;
    margin-top: 9px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
}

.style-bottom-info.layout-03 .post-meta .count-number:hover {
    color: #333333;
}

.style-bottom-info.layout-03 .post-meta .count-number:hover .number {
    background-color: #333333 !important;
}

.style-bottom-info.layout-03 .post-meta__item {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    margin: 0;
}

.style-bottom-info.layout-03 .post-meta__item a {
    color: #222222;
}

.style-bottom-info.layout-03 .post-meta .count-number {
    font-size: 15px;
}

.style-bottom-info.layout-03 .post-content .excerpt {
    font-size: 14px;
    margin: 23px 0 0;
}

.style-bottom-info.layout-03 .post-content .group-buttons {
    margin-top: 20px;
}

.style-bottom-info.layout-03 .group-buttons .btn.readmore {
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}

.style-bottom-info.layout-03 .group-buttons .btn.readmore:hover {
    border: none;
    background: transparent;
    color: #333333;
}


.biolife-vertical-menu .vertical-category-block>.wrap-menu>.menu {
    padding: 8px 0 15px;
    margin: 0;
}

.biolife-banner__style-14,
.biolife-banner__style-13,
.biolife-banner__style-10,
.biolife-banner__style-09,
.biolife-banner__style-08,
.biolife-banner__style-04,
.biolife-banner__style-03,
.biolife-banner__style-02 {
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    height: 250px;
    background-color: #c4a8d5;
    background-position: top left;
    background-size: initial;
}

.biolife-banner__style-14 .media,
.biolife-banner__style-13 .media,
.biolife-banner__style-10 .media,
.biolife-banner__style-09 .media,
.biolife-banner__style-08 .media,
.biolife-banner__style-04 .media,
.biolife-banner__style-03 .media,
.biolife-banner__style-02 .media {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: inline-block;
    -webkit-transition: transform 350ms ease;
    -moz-transition: transform 350ms ease;
    -ms-transition: transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
}

.biolife-banner__style-14:hover .media,
.biolife-banner__style-13:hover .media,
.biolife-banner__style-10:hover .media,
.biolife-banner__style-09:hover .media,
.biolife-banner__style-08:hover .media,
.biolife-banner__style-04:hover .media,
.biolife-banner__style-03:hover .media,
.biolife-banner__style-02:hover .media {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.biolife-banner__style-14::before,
.biolife-banner__style-13::before,
.biolife-banner__style-04::before,
.biolife-banner__style-03::before,
.biolife-banner__style-02::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.biolife-banner__style-14:hover::before,
.biolife-banner__style-13:hover::before,
.biolife-banner__style-04:hover::before,
.biolife-banner__style-03:hover::before,
.biolife-banner__style-02:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.biolife-banner__style-14 .text-content,
.biolife-banner__style-13 .text-content,
.biolife-banner__style-10 .text-content,
.biolife-banner__style-09 .text-content,
.biolife-banner__style-08 .text-content,
.biolife-banner__style-04 .text-content,
.biolife-banner__style-03 .text-content,
.biolife-banner__style-02 .text-content {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    display: inline-block;
    text-align: center;
}

.biolife-banner__style-02 .media {
    top: 13px;
    left: -8px;
}

.biolife-banner__style-13 .text-content,
.biolife-banner__style-08 .text-content,
.biolife-banner__style-02 .text-content {
    width: 187px;
    top: 58px;
}

.biolife-banner__style-13 .text1,
.biolife-banner__style-08 .text1,
.biolife-banner__style-02 .text1 {
    color: #eeeeee;
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin: 0;
}

.biolife-banner__style-13 .text2,
.biolife-banner__style-08 .text2,
.biolife-banner__style-02 .text2 {
    font-size: 30px;
    line-height: 30px;
    display: block;
    margin: 12px 0 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.biolife-banner__style-13 .text-content {
    right: 20px;
}

.biolife-banner__style-13 .media {
    top: 16px;
    left: 20px;
}

.biolife-banner__style-14,
.biolife-banner__style-03 {
    background-color: #f6919c;
}

.biolife-banner__style-03 .media {
    top: 25px;
    left: -9px;
}

.biolife-banner__style-14 .text-content,
.biolife-banner__style-09 .text-content,
.biolife-banner__style-03 .text-content {
    top: 93px;
    width: 190px;
}

.biolife-banner__style-14 .text3,
.biolife-banner__style-14 .text1,
.biolife-banner__style-09 .text3,
.biolife-banner__style-09 .text1,
.biolife-banner__style-03 .text3,
.biolife-banner__style-03 .text1 {
    font-size: 21px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin: 0;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
}

.biolife-banner__style-14 .text2,
.biolife-banner__style-09 .text2,
.biolife-banner__style-03 .text2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin: 10px 0 0;
}

.biolife-banner__style-14 .text3,
.biolife-banner__style-09 .text3,
.biolife-banner__style-03 .text3 {
    margin-top: 7px;
}

.biolife-banner__style-14 .media {
    top: 25px;
    left: 4px;
}

.biolife-banner__style-04 {
    background-color: #f6f1de;
}

.biolife-banner__style-10 .media,
.biolife-banner__style-04 .media {
    top: 22px;
    left: 28px;
}

.biolife-banner__style-10 .text-content,
.biolife-banner__style-04 .text-content {
    width: 207px;
    top: 70px;
}

.biolife-banner__style-10 .text1,
.biolife-banner__style-04 .text1 {
    display: block;
    margin: 0;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.biolife-banner__style-10 .text2,
.biolife-banner__style-04 .text2 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    display: block;
    margin: 2px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.biolife-banner__style-10 .text2 span,
.biolife-banner__style-04 .text2 span {
    font-weight: 700;
}

.biolife-banner__style-08,
.biolife-banner__style-09,
.biolife-banner__style-10 {
    background-color: #f0f8eb;
    height: 185px;
}

.biolife-banner__style-10 .media,
.biolife-banner__style-09 .media,
.biolife-banner__style-08 .media {
    top: 0;
    left: 0;
}

.biolife-banner__style-10 .text-content,
.biolife-banner__style-09 .text-content,
.biolife-banner__style-08 .text-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.biolife-banner__style-08 .text1,
.biolife-banner__style-09 .text1,
.biolife-banner__style-09 .text3 {
    color: #666666;
}

.biolife-banner__style-08 .text2,
.biolife-banner__style-09 .text2 {
    color: #222222;
}

.biolife-banner__style-10 .text2 span {
    color: #508d00;
}

.biolife-banner__style-05,
.biolife-banner__style-06,
.biolife-banner__style-07 {
    display: block;
    font-size: 0;
    line-height: 0;
}

.biolife-banner__style-05 .banner-contain,
.biolife-banner__style-06 .banner-contain,
.biolife-banner__style-07 .banner-contain {
    position: relative;
    height: 230px;
    background-color: #f0f8eb;
    display: block;
}

.biolife-banner__style-06 .banner-contain {
    background-color: #f6f1de;
}

.biolife-banner__style-07 .banner-contain {
    background-color: #edf5fd;
}

.biolife-banner__style-05 .media,
.biolife-banner__style-06 .media,
.biolife-banner__style-07 .media {
    font-size: 0;
    display: inline-block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.biolife-banner__style-05 .btn-shopnow,
.biolife-banner__style-06 .btn-shopnow,
.biolife-banner__style-07 .btn-shopnow {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    min-width: 125px;
    text-align: center;
    border-radius: 999px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px 11px;
    margin: 12px 0 0;
}

.biolife-banner__style-05 .btn-shopnow:hover,
.biolife-banner__style-06 .btn-shopnow:hover,
.biolife-banner__style-07 .btn-shopnow:hover {
    background-color: #444444;
}

.biolife-banner__style-05 .text-content,
.biolife-banner__style-06 .text-content,
.biolife-banner__style-07 .text-content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    text-align: left;
}

.biolife-banner__style-05 .text-content {
    max-width: 156px;
    padding-top: 50px;
}

.biolife-banner__style-05 .text-content .text1 {
    font-size: 20px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    text-align: left;
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.biolife-banner__style-07 .text-content .text-pr,
.biolife-banner__style-06 .text-content .text-pr,
.biolife-banner__style-05 .text-content .text-pr {
    display: block;
    margin: 6px 0 0;
    font-size: 24px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
}

.biolife-banner__style-07 .text-content .text-pr span,
.biolife-banner__style-06 .text-content .text-pr span,
.biolife-banner__style-05 .text-content .text-pr span {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    font-weight: 400;
    margin-right: 4px;
}

.biolife-banner__style-05.layout-02 .text1 {
    font-size: 16px;
    line-height: 22px;
}

.biolife-banner__style-05.layout-02 .text-content {
    max-width: 129px;
}

.biolife-banner__style-06.layout-02 .btn-shopnow,
.biolife-banner__style-05.layout-02 .btn-shopnow {
    color: #222222;
    min-width: 118px;
}

.biolife-banner__style-06.layout-02 .btn-shopnow:hover,
.biolife-banner__style-05.layout-02 .btn-shopnow:hover {
    color: #ffffff;
}

.biolife-banner__style-06 .text-content {
    width: 154px;
    padding-top: 45px;
}

.biolife-banner__style-06 .text-content .text2,
.biolife-banner__style-06 .text-content .text1 {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.biolife-banner__style-06 .text-content .text2 {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 7px;
}

.biolife-banner__style-06.layout-02 .text-content {
    width: 124px;
}

.biolife-banner__style-07 .text-content {
    width: 154px;
    padding-top: 49px;
}

.biolife-banner__style-07 .text-content .text1 {
    font-size: 26px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0;
    letter-spacing: 3px;
}

.biolife-banner__style-07 .text-content .text2 {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin: 0;
}

.biolife-cat-box-item {
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-align: center;
}

.biolife-cat-box-item .cat-thumb img {
    width: 100%;
    display: block;
}

.biolife-cat-box-item .cat-info {
    display: inline-block;
    border: 2px solid #e6e6e6;
    position: relative;
    margin-bottom: 10px;
    margin-top: -13px;
    background-color: #ffffff;
}

.biolife-cat-box-item .cat-name {
    font-size: 20px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 164px;
    margin: 0;
    padding: 11px 10px 19px;
}

.biolife-cat-box-item .cat-number {
    font-size: 14px;
    color: #666666;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    background-color: #ffffff;
    display: inline-block;
    min-width: 90px;
    line-height: 1;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -45px;
}

.products-list__vertical-layout {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 0;
    line-height: 0;
}

.products-list__vertical-layout li {
    list-style: none;
    display: block;
    padding-bottom: 14px;
}

.products-list__vertical-layout li+li {
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}

.products-list.vertical-layout-02 {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    max-width: 600px;
    background-color: #ffffff;
}

.products-list.vertical-layout-02 li {
    display: block;
    list-style: none;
}

.products-category-box {
    position: relative;
    display: block;
    padding: 43px 100px 31px 40px;
}

.products-category-box .title {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    display: block;
    margin: 0 0 14px;
}

.grid-twice-item {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.grid-twice-item>li {
    list-style: none;
    display: inline-block;
    width: calc(50% - 8px);
    float: left;
    margin-left: 16px;
}

.grid-twice-item>li:nth-child(odd) {
    clear: left;
    margin-left: 0;
}

.wrap-category {
    display: block;
    clear: both;
}

.biolife-banner__style-12 .banner-contain,
.biolife-banner__style-11 .banner-contain {
    display: table;
    width: 100%;
}

.biolife-banner__style-12 .banner-contain .media,
.biolife-banner__style-12 .banner-contain .text-content,
.biolife-banner__style-11 .banner-contain .media,
.biolife-banner__style-11 .banner-contain .text-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.biolife-banner__style-11 .banner-contain .text-content,
.biolife-banner__style-12 .banner-contain .text-content {
    position: relative;
    background-color: #ff4f63;
    border-color: #ff4f63;
}

.biolife-banner__style-11 .banner-contain .text-content::before,
.biolife-banner__style-12 .banner-contain .text-content::before {
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -16px;
    border-right: 16px solid #ff4f63;
    border-color: inherit;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 0;
    content: '';
}

.biolife-banner__style-11 .banner-contain .text-content {
    background-color: #ffbc53;
    border-color: #ffbc53;
}

.biolife-banner__style-12 .banner-contain .media,
.biolife-banner__style-11 .banner-contain .media {
    width: 296px;
    padding-right: 15px;
}

.biolife-banner__style-12 .banner-contain .media .bn-link,
.biolife-banner__style-11 .banner-contain .media .bn-link {
    display: block;
    overflow: hidden;
}

.biolife-banner__style-11 .text3,
.biolife-banner__style-11 .text1 {
    font-size: 26px;
    font-weight: 600;
    color: #eeeeee;
    display: block;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.biolife-banner__style-11 .text2 {
    font-size: 35px;
    display: block;
    line-height: 1;
    margin: 4px 0 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.biolife-banner__style-11 .text4 {
    color: #ffffff;
    font-size: 37px;
    text-transform: uppercase;
    display: block;
    margin: 17px 0 0;
    line-height: 1;
    font-weight: 700;
}

.biolife-banner__style-11 .text4 span {
    font-size: 50px;
}

.biolife-banner__style-12 .btn,
.biolife-banner__style-11 .btn {
    min-width: 148px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    margin-top: 24px;
}

.biolife-banner__style-11 .btn.btn-bold:not(:hover),
.biolife-banner__style-12 .btn.btn-bold:not(:hover) {
    background-color: #7faf51;
}

.biolife-banner__style-11 .btn.btn-bold,
.biolife-banner__style-12 .btn.btn-bold {
    margin-top: 26px;
}

.biolife-banner__style-12 .btn:hover,
.biolife-banner__style-11 .btn:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
}

.biolife-banner__style-12 .text1 {
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin: 0;
    line-height: 1;
    font-family: 'Playfair Display', sans-serif;
}

.biolife-banner__style-12 .text2 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin: 11px 0 0;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px;
}

#sidebar.mobile-version .sidebar-contain>div {
    clear: both;
}

#sidebar.mobile-version .sidebar-contain {
    max-width: 100%;
}

.instagram-block {
    display: block;
    position: relative;
    margin-top: 35px;
}

.instagram-block ul {
    padding: 0;
    display: block;
    margin: -6px;
    font-size: 0;
    line-height: 0;
}

.instagram-block ul li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding: 6px;
}

.instagram-block ul li a,
.instagram-block ul li img {
    display: block;
    width: 100%;
}

.instagram-block .txt-infront {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.88);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 149px;
    padding-top: 24px;
    padding-bottom: 29px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.instagram-block .txt-infront .title {
    font-size: 18px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

.instagram-block .txt-infront .ac-name {
    display: block;
    margin: 3px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #888888;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.instagram-block:hover .txt-infront {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.footer-midle-pst {
    display: block;
    clear: both;
    border-top: 1px solid #E6E6E6;
    padding-top: 38px;
    margin-top: 50px;
    padding-bottom: 35px;
}

.footer-midle-pst .announce-text {
    display: block;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: center;
}

.footer.layout-01 .footer-midle-pst {
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 31px;
}

.biolife-gird-banners {
    display: block;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.biolife-gird-banners .grid-panel {
    display: table;
    width: 100%;
}

.biolife-gird-banners .grid-panel .grid-panel-item {
    display: table-cell;
    vertical-align: top;
}

.biolife-gird-banners .grid-panel-item.left-content {
    width: 33.59375%;
}

.biolife-gird-banners .grid-panel-item.right-content {
    width: 24.7395833333%;
}

.biolife-gird-banners .grid-panel .list-media {
    padding: 0;
    display: block;
    margin: 0;
}

.biolife-gird-banners .grid-panel .list-media li {
    list-style: none;
    display: inline-block;
    width: 50%;
}

.biolife-banner__grid {
    display: inline-block;
    width: 100%;
    position: relative;
}

.biolife-banner__grid .banner-contain {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
}

.biolife-banner__grid .banner-contain .cat-name {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #222222;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.biolife-banner__grid:not(.type-02) .banner-contain .cat-name::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background-color: red;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.biolife-banner__grid:not(.type-02):hover .banner-contain .cat-name::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.biolife-banner__grid .media-contain {
    display: inline-block;
    height: 375px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.biolife-banner__grid .media-contain.media-01 {
    height: 750px;
}


.biolife-banner__grid .media-contain.media-06 {
    height: 750px;
    background-position: center center;
}

.biolife-banner__grid.type-02 .banner-contain {
    bottom: 8px;
}

.biolife-banner__grid.type-02 .banner-contain .cat-name {
    width: 100%;
    color: #ffffff;
    max-width: 314px;
    padding: 21px 15px 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.biolife-banner__detail-product .text-content {
    padding-top: 26.9%;
}

.biolife-banner__detail-product .head-info h3 {
    display: block;
    margin: 0;
    font-size: 35px;
    line-height: 1;
    color: #222222;
    font-weight: 600;
}

.biolife-banner__detail-product .head-info .text2 {
    margin-top: -1px;
}

.biolife-banner__detail-product .head-info h3 i {
    font-size: 40px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
}

.biolife-banner__detail-product .midle-info {
    padding-top: 21px;
}

.biolife-banner__detail-product .midle-info .pr-desc {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    display: block;
    margin: 0;
    max-width: 400px;
}

.biolife-banner__detail-product .midle-info .pr-atts {
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    max-width: 372px;
    margin: 30px 0 0;
}

.biolife-banner__detail-product .midle-info .pr-atts li {
    display: inline-block;
    list-style: none;
    width: calc(50% - 15px);
    margin-bottom: 24px;
}

.biolife-banner__detail-product .midle-info .pr-atts li:nth-child(odd) {
    margin-right: 30px;
    clear: both;
}

.biolife-banner__detail-product .bottom-info {
    margin-top: 14px;
    font-size: 0;
}

.biolife-banner__detail-product .bottom-info .btn {
    min-width: 197px;
    padding: 14px 10px 13px;
    margin-right: 15px;
}

.biolife-banner__detail-product .bottom-info .btn-thin {
    min-width: 157px;
    border: 2px solid #e6e6e6;
    padding: 12px 10px 11px;
    margin-right: 0;
}

.biolife-banner__detail-product .bottom-info .btn-thin:hover {
    background-color: #444444;
    border-color: #444444;
}

.bn-atts-item {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    max-width: 158px;
}

.bn-atts-item .title {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #333333;
    margin: 0 0 8px;
    font-weight: 400;
    border-bottom: 1px dashed rgba(102, 102, 102, 0.5);
    text-transform: capitalize;
    padding-bottom: 7px;
}

.bn-atts-item .content {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    display: block;
    margin: 0;
}

.biolife-twitter-wrap {
    margin-top: 2px;
}

.biolife-twitter-wrap .tweet-list {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.biolife-twitter-wrap .tweet-list li {
    list-style: none;
    display: block;
}

.biolife-twitter-wrap .slick-slide .row-item+.row-item,
.biolife-twitter-wrap .tweet-list li+li {
    border-top: 1px solid #e6e6e6;
}

.biolife-twitter-wrap .slick-slide .row-item+.row-item .biolife-tweet-item,
.biolife-twitter-wrap .tweet-list li+li .biolife-tweet-item {
    padding-top: 29px;
}

.biolife-tweet-item {
    display: block;
    padding-right: 15px;
    padding-bottom: 17px;
}

.biolife-tweet-item .tw-head {
    display: table;
    width: 100%;
}

.biolife-tweet-item .tw-head .acc-info,
.biolife-tweet-item .tw-head .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: none;
}

.biolife-tweet-item .tw-head .icon {
    width: 44px;
    padding-top: 1px;
}

.biolife-tweet-item .tw-head .icon i {
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    background-color: #aaaaaa;
    padding: 12px 10px;
    width: 44px;
    text-align: center;
    border-radius: 50%;
}

.biolife-tweet-item .tw-head .acc-info p {
    margin: 0;
    font-size: 18px;
    color: #222222;
    display: block;
    line-height: 20px;
}

.biolife-tweet-item .tw-head .acc-info p.tag {
    font-size: 16px;
    color: #666666;
}

.biolife-tweet-item .tw-head .acc-info {
    padding-left: 10px;
}

.biolife-tweet-item .tw-content .message {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 10px 0 0;
}

.biolife-tweet-item .tw-content .message .link-bold {
    display: block;
    font-size: 16px;
}

.biolife-tweet-item .tw-content .message .link-bold:hover {
    color: #444444;
}

.biolife-tweet-item .tw-content .time {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #444444;
}

.biolife-instagram-block .wrap-title {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.biolife-instagram-block .wrap-title .subtitle {
    display: block;
    margin: 0;
    font-size: 15px;
    color: #666666;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
}

.biolife-instagram-block .wrap-title .title {
    display: block;
    margin: 6px 0 0;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #222222;
}

.instagram-ltl-item {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.instagram-ltl-item .link-to {
    display: inline-block;
}

.instagram-ltl-item .link-to .show-on-hover {
    display: inline-block;
    font-size: 28px;
    line-height: 50px;
    color: #fafafa;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    z-index: 2;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.instagram-ltl-item:hover .link-to .show-on-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.instagram-ltl-item .link-to::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.instagram-ltl-item:hover .link-to::after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.instagram-inline-wrap {
    font-size: 0;
    line-height: 0;
}

.biolife-popup .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.biolife-popup .modal-body {
    padding: 0;
}

.mobile-search-content .form-search>.btn-close,
.biolife-popup .modal-body>.close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    line-height: 0;
    font-size: 17px;
    color: #666666;
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
}

.mobile-search-content .form-search>.btn-close {
    top: -38px;
    right: -37px;
    font-size: 14px;
    padding: 6px;
}

.biolife-popup .modal-body>.close:hover {
    color: #D00023;
    opacity: 1;
    filter: alpha(opacity=100);
}

.biolife-quickview-block {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    z-index: 1000;
    font-size: 0;
    line-height: 0;
}

body.open-quickview-block .biolife-quickview-block {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.biolife-quickview-block .quickview-container {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 830px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative;
}

.biolife-quickview-block .quickview-container .btn-close-quickview {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    line-height: 0;
    font-size: 17px;
    color: #666666;
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
}

.quickview-container .biolife-quickview-inner {
    height: auto;
    display: flex;
    width: 100%;
    padding: 10px 30px 20px 10px;
    table-layout: fixed;
}

.biolife-quickview-inner .media,
.biolife-quickview-inner .product-attribute {
    display: table-cell;
    vertical-align: top;
}

.biolife-quickview-inner .product-attribute {
    padding-left: 20px;
    border-right: 1px dashed #ccc;
    padding-right: 16px;
    width: 60%;
}

.biolife-quickview-inner .media {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 13px;
    overflow: visible;
}

.biolife-quickview-inner .product-attribute .title {
    font-size: 20px;
    display: block;
    line-height: 30px;
    margin: 19px 0 6px;
    color: #222222;
    font-weight: 600;
}

.biolife-quickview-inner .product-attribute .title a {
    color: inherit;
    display: inline-block;
}

.biolife-quickview-inner .product-attribute .rating .star-rating>span::before,
.biolife-quickview-inner .product-attribute .rating .star-rating::before {
    font-size: 14px;
}

.biolife-quickview-inner .price-contain {
    margin-top: 10px;
    position: relative;
    padding: 4px;
}

.biolife-quickview-inner .price-contain .price-amount {
    font-size: 16px;
}

.biolife-quickview-inner .price-contain ins .price-amount {
    font-size: 24px;
}

.biolife-quickview-inner .product-attribute .excerpt {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 18px 0 0;
    text-align: justify;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.biolife-quickview-inner .from-cart {
    margin-top: 33px;
    clear: both;
    direction: ltr;
    display: flex;
    justify-content: space-between;
}

.biolife-quickview-inner .from-cart .buttons,
.biolife-quickview-inner .from-cart .qty-input {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    width: 100%;
}

.biolife-quickview-inner .from-cart .buttons a {
    font-size: 15px;
    background-color: var(--main-color);
    display: block;
    text-align: center;
    padding: 20px;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    direction: rtl;
    cursor: pointer;
}

a.disabled {
    color: #ccc;
    /* رنگ تگ غیرفعال */
    cursor: not-allowed;
    /* تغییر نشانگر ماوس به حالت غیرقابل کلیک */
}

a.disabled:hover {
    pointer-events: none;
    /* جلوگیری از هرگونه کلیک روی دکمه */
}


.biolife-quickview-inner .from-cart .buttons a.added {}

.biolife-quickview-inner .from-cart .buttons a:hover {
    background-color: var(--second-color);
}

.biolife-quickview-inner .qty-input input {
    display: inline-block;
    width: 44px;
    text-align: center;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    border-left: 0;
    border-right: 0;
    background-color: #ffffff;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    line-height: 1;
    height: 41px;
}

.biolife-quickview-inner .qty-input .qty-btn {
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid var(--main-color);
    position: relative;
    width: 27px;
    height: 41px;
    vertical-align: top;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}

.biolife-quickview-inner .qty-input .btn-down {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

.biolife-quickview-inner .qty-input .qty-btn::after,
.biolife-quickview-inner .qty-input .qty-btn::before {
    content: '';
    display: block;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.biolife-quickview-inner .qty-input .btn-up::before {
    left: 6px;
}

.biolife-quickview-inner .qty-input .btn-up::after {
    height: 10px;
    width: 2px;
    left: 10px;
}

.biolife-quickview-inner .qty-input .qty-btn:hover::after,
.biolife-quickview-inner .qty-input .qty-btn:hover::before {
    background-color: #000000;
}

.biolife-quickview-inner .buttons .add-to-cart-btn {
    padding: 11px 15px 10px;
    min-width: 218px;
    margin-left: 20px;
    direction: rtl;
}

.biolife-quickview-inner .product-meta .product-atts {
    display: block;
    padding: 20px 0 23px;
    margin: 0 0 17px;
    border-bottom: 1px solid #e6e6e6;
}

.biolife-quickview-inner .product-atts .product-atts-item {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
}

.biolife-quickview-inner .product-atts-item .meta-title {
    display: inline-block;
}

.biolife-quickview-inner .product-atts-item .meta-list {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.biolife-quickview-inner .product-atts-item .meta-list li {
    list-style: none;
    display: inline-block;
}

.biolife-quickview-inner .product-atts-item .meta-list li:not(:last-child) a::after {
    content: ',';
}

.biolife-quickview-inner .product-atts-item .meta-list li a {
    color: #666666;
}

.biolife-quickview-inner .product-meta .sku {
    font-size: 14px;
    color: #333333;
    display: block;
    margin: 0;
    line-height: 1;
    text-align: left;
}

.biolife-quickview-block .quickview-nav img {
    display: inline-block;
    border-width: 0;
}

.biolife-quickview-block .quickview-nav li.slick-current img {
    border: 2px solid #ededed;
}

.biolife-quickview-inner .media .quickview-nav {
    width: 230px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}

.biolife-quickview-inner .quickview-nav .slick-arrow {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -8px;
}

.biolife-quickview-inner .quickview-nav .slick-arrow.next {
    left: auto;
    right: -11px;
}

.biolife-quickview-inner .quickview-nav .slick-arrow::before {
    content: "\f104";
    font-family: 'FontAwesome', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 18px;
    line-height: 14px;
    color: #666666;
    width: 11px;
    text-align: left;
}

.biolife-quickview-inner .quickview-nav .slick-arrow.next::before {
    text-align: right;
    content: "\f105";
}

.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn i {
    display: none;
}

/*-------------------------------*/
.background-fafafa {
    background-color: #fafafa;
}

.z-index-20 {
    z-index: 20;
    position: relative;
}

.biolife-wrap-map {
    width: 100%;
    display: block;
    clear: both;
}

.biolife-wrap-map iframe {
    width: 100%;
}

.banner-promotion-01 {
    line-height: 0;
    font-size: 0;
    display: inline-block;
    width: 100%;
}

.top-banner-menu {
    text-align: center;
    margin: 8px 0 30px;
}

.mobile-menu-toggle {
    line-height: 0;
    display: none !important;
}

.mobile-menu-toggle span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #333333;
    float: left;
    clear: left;
}

.header-area.layout-02 .mobile-menu-toggle span {
    background-color: #ffffff;
}

.mobile-menu-toggle span+span {
    margin-top: 5px;
}

.mobile-menu-toggle>a {
    display: inline-block;
}

.header-area.layout-01 .mobile-menu-toggle>a {
    padding: 15px 0;
}

.minicart-block.layout-02 .span-index .qty {
    display: none;
}

/*===============================
* 404 Page                      *
 ===============================*/
.page-404 {
    background-position: center center;
    margin-top: 15px;
}

.content-404 {
    max-width: 450px;
    padding: 100px 0 130px;
    display: block;
    text-align: center;
    float: left;
}

.content-404 .heading {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #e73918
}

.content-404 .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222222;
}

.content-404 p {
    color: #666;
    margin-bottom: 45px;
    font-size: 16px
}

.content-404 .button {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 30px;
}

.content-404 .button:after {
    font-family: "FontAwesome";
    content: "\f104";
    display: inline-block;
    width: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    text-align: left;
}

.sumary-product .product-attribute .price+div:not(.product-atts):not(.no-border-top) {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}

.sumary-product .product-attribute .price ins+ins::before {
    content: '-';
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    padding-left: 5px;
    padding-right: 5px;
}

.grouped-product-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.grouped-product-list-item__label a:not(:hover) {
    color: #333333;
}

.grouped-product-list-item__label a {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
}

.quantity-box.type2 .qty-input input {
    width: 85px;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    font-weight: 600;
}

.sumary-product .product-attribute .grouped-product-list-item__price .price {
    margin-top: 0;
}

.sumary-product .product-attribute .grouped-product-list-item__price .price ins .price-amount {
    font-size: 17px;
    font-weight: 700;
    color: #333333;
}

.sumary-product .product-attribute .grouped-product-list-item__price .price del {
    display: block;
    margin: 0;
}

.sumary-product .product-attribute .grouped-product-list-item__price .price del .price-amount {
    font-size: 16px;
}

.sumary-product .action-form .buttons.external-btn {
    border-top: 0;
    padding-top: 0;
}

.sumary-product .biolife-countdown {
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    padding-top: 25px;
}

/*===============================
* Responsive Area               *
 ===============================*/
@media (max-width: 1699px) {

    .biolife-banner__promotion6 .media .img-moving.position-2,
    .biolife-banner__promotion5 .media .position-2 {
        display: none;
    }

    .biolife-banner__promotion6 .banner-contain .text-content {
        padding: 15px;
        margin-left: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1199px) {
    .biolife-banner__special .text-content .first-line {
        font-size: 36px;
    }

    .biolife-banner__special .text-content .second-line {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .biolife-banner__special .text-content .third-line i,
    .biolife-banner__special .text-content .third-line {
        font-size: 32px;
    }

    .biolife-banner__special .product-detail .price-contain ins .price-amount {
        font-size: 22px;
    }

    .biolife-gird-banners .grid-panel-item.left-content,
    .biolife-gird-banners .grid-panel-item.right-content {
        width: 25%;
    }

    .contain-product__right-info-layout3 {
        padding: 0;
    }

    .contain-product__right-info-layout3 .info .buttons {
        padding: 0;
        padding-top: 20px;
    }

    .products-list.vertical-layout-02 {
        max-width: 100%;
    }

    .biolife-banner__special-03 .banner-contain {
        background: none;
    }

    .biolife-banner__special-02 .banner-contain {
        display: table;
    }

    .biolife-banner__special-02 .banner-contain .thumb,
    .biolife-banner__special-02 .banner-contain .text-content {
        display: table-cell;
        vertical-align: middle;
    }

    .biolife-banner__special-02 .text-content {
        position: static;
        width: 355px;
        margin: 0;
    }

    .biolife-banner__special-02 .text-content .text01 {
        font-size: 45px;
        margin-bottom: 5px;
        color: #888888;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .biolife-banner__special-02 .text-content .text02 {
        font-size: 35px;
    }

    .biolife-banner__special-02 .text-content .text04,
    .biolife-banner__special-02 .text-content .text03 {
        font-size: 28px;
    }

    .biolife-banner__special-02 .text-content .text04 i {
        font-size: 32px;
    }

    .biolife-banner__special-02 .product-detail {
        margin-top: 30px;
    }

    .header-area.layout-01 .header-top {
        margin-top: 18px;
    }

    .newsletter-block.layout-04 .wrap-title .texts {
        text-align: left;
    }

    .newsletter-block.layout-04 {
        padding-left: 0;
        text-align: center;
        padding-bottom: 15px;
    }

    .newsletter-block.layout-04 .wrap-title {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .header-area.layout-02 .biolife-cart-info .minicart-contain a>.sub-total,
    .header-area.layout-02 .biolife-cart-info .minicart-contain a>.title {
        display: none;
    }

    .header-area .biolife-cart-info .login-item {
        vertical-align: top;
    }

    .header-area .biolife-cart-info .login-item .login-link {
        font-size: 0;
    }

    .products-category-box {
        padding: 0;
        height: auto;
    }

    .products-category-box .title {
        margin-bottom: 40px;
    }

    .biolife-stretch-the-right-background>.bg_underground {
        display: none;
    }

    .header-top .top-bar .social-list {
        display: none;
    }

    .biolife-title-box__bold-style.mobile-tiny .title {
        font-size: 22px;
    }

    .biolife-title-box.link-all .main-title {
        font-size: 26px;
    }

    .biolife-title-box.link-all .blog-link {
        display: none;
    }

    .biolife-banner__style-04 .text-content,
    .biolife-banner__style-03 .text-content,
    .biolife-banner__style-02 .text-content {
        width: calc(100% - 30px);
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        margin-left: 15px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px 10px;
        min-height: 162px;
        vertical-align: middle;
    }

    .biolife-banner__style-02 .text1,
    .biolife-banner__style-02 .text2,
    .biolife-banner__style-03 .text1,
    .biolife-banner__style-03 .text2,
    .biolife-banner__style-03 .text3 {
        color: #000000;
    }

    .biolife-banner__promotion2 .text-content .btn-thin {
        border-color: #d6d6d6;
    }

    .biolife-banner__promotion2 .text-content {
        z-index: 15;
        position: relative;
        padding: 20px 15px;
        background-color: rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 7px 0 rgba(130, 130, 130, 0.2);
        border-radius: 2px;
    }


    .biolife-service__type01 .txt-show-01 {
        font-size: 100px;
        line-height: 220px;
    }

    .biolife-service__type01 .txt-show-02 {
        font-size: 50px;
        top: 30px;
    }

    .biolife-carousel.dots_ring_style .slick-dots {
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }

    .post-item.style-bottom-info .post-content {
        padding-left: 0;
        padding-right: 0;
    }

    .welcome-us-block {
        text-align: center;
        height: auto;
        padding-bottom: 150px;
    }

    .welcome-us-block .text-wraper {
        display: inline-block;
        max-width: 503px;
        margin: 90px 0 0;
        padding: 10px;
        background-color: rgba(250, 250, 250, 0.8);
        float: none;
    }

    .welcome-us-block .text-info {
        margin-top: 0;
    }

    .welcome-us-block .qt-text,
    .welcome-us-block .text-info {
        width: 100%;
    }

    .login-on-checkout .form-row button {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .shpcart-subtotal-block {
        margin-top: 70px;
        border: 1px solid #e6e6e6;
    }

    .single-layout.product-tabs {
        margin-top: 80px;
    }

    .sumary-product .product-attribute {
        padding-right: 20px;
    }


    .top-functions-area .flt-item.group-on-mobile .wrap-selectors {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 450px;
        margin-left: -225px;
        margin-top: -162px;
        background-color: #ffffff;
        z-index: 999;
        padding: 30px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 320ms ease;
        -moz-transition: all 320ms ease;
        -o-transition: all 320ms ease;
        transition: all 320ms ease;
        visibility: hidden;
        border-top: 3px solid red;
    }

    .top-functions-area .flt-item.group-on-mobile .selector-item {
        width: 100%;
        margin: 15px 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .top-functions-area .flt-item.group-on-mobile .selector-item::before {
        content: attr(data-title);
        display: inline-block;
        font-size: 15px;
        float: left;
    }

    .top-functions-area .flt-item.group-on-mobile .nice-select {
        border-radius: 0;
        border: none;
        padding: 0 20px 0 10px;
        clear: none;
    }

    .top-functions-area .flt-item.group-on-mobile .nice-select:after {
        right: 10px;
    }

    body.top-refine-opened .top-functions-area .flt-item.group-on-mobile .wrap-selectors {
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .top-functions-area .flt-item.group-on-mobile .flt-title {
        display: none;
    }

    .top-functions-area .flt-item .btn-for-mobile,
    .top-functions-area .flt-item .title-for-mobile,
    .top-functions-area .flt-item .icon-for-mobile {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .page-404 {
        background: #f4f4f4;
        margin-top: 0;
    }

    .content-404 {
        margin: 0 auto;
    }

    .biolife-cat-box-item {
        border: 1px solid #e6e6e6;
    }

    .biolife-cat-box-item .cat-info {
        border: none;
        margin: 20px 0 20px;
        background-color: transparent;
    }

    .biolife-cat-box-item .cat-name {
        padding: 0;
        margin-bottom: 10px;
        font-size: 18px;
        min-width: initial;
    }

    .biolife-cat-box-item .cat-number {
        position: static;
        display: block;
        text-align: center;
        margin: 0;
    }

    .biolife-banner__style-14 .text-content,
    .biolife-banner__style-13 .text-content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px;
        right: 15px;
        width: auto;
        background: rgba(255, 255, 255, 0.8);
        padding: 30px 5px;
    }

    .biolife-banner__style-13 .text1,
    .biolife-banner__style-14 .text1 {
        color: #000000;
    }

    .biolife-banner__style-14 .text2,
    .biolife-banner__style-14 .text3,
    .biolife-banner__style-13 .text2 {
        color: #333333;
    }

    .biolife-cart-info .icon-qty-combine .biolife-icon,
    .mobile-search .open-searchbox .biolife-icon {
        font-size: 24px;
    }

    .mobile-menu-toggle {
        display: inline-block !important;
    }

    .minicart-block.layout-02 .icon-contain .biolife-icon {
        color: #333333 !important;
        font-size: 24px;
    }

    .minicart-block.layout-02 .icon-contain .span-index {
        padding: 2px;
        border: none;
        position: relative;
    }

    .minicart-block.layout-02 .span-index .qty {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        display: inline-block;
        margin: 0;
        min-width: 19px;
        padding: 1px 5px 2px;
        color: #ffffff;
        border-radius: 50%;
        position: absolute;
        right: -8px;
        bottom: 7px;
    }

    .minicart-block.layout-02 .icon-contain .btn-to-cart,
    .minicart-block.layout-02 .icon-contain .sub-total {
        display: none;
    }

    .biolife-banner__special-02 .banner-contain {
        display: block;
    }

    .biolife-banner__special-02 .banner-contain .thumb,
    .biolife-banner__special-02 .banner-contain .text-content {
        display: block;
    }

    .biolife-banner__special-02 .text-content {
        width: 100%;
        border: 1px solid #eeeeee;
        padding: 15px 15px 40px;
    }

    .mega-content .biolife-brand ul.brands {
        margin-left: -10px;
        margin-right: -10px;
    }

    .mega-content .biolife-brand ul.brands li {
        width: 50%;
        padding: 10px;
    }

    .mega-content .biolife-brand.vertical ul.brands {
        width: 100%;
        padding: 0;
    }

    .mega-content .biolife-brand.vertical ul.brands li {
        margin: 0;
        clear: none;
        float: left;
    }

    .mega-content .biolife-brand.vertical ul.brands li:nth-child(2n+1) {
        clear: left;
    }

    .biolife-banner__grid:hover .banner-contain .cat-name {
        color: #222222;
    }

    .biolife-banner__grid:not(.type-02) .banner-contain .cat-name::before {
        content: none;
    }

    .biolife-title-box_in-countdown {
        padding: 16px 18px 17px;
    }

    .biolife-quickview-block,
    .contain-product .product-thumb .lookup {
        display: none;
    }

    .header-area.layout-01 .header-bottom:not(.pre-sticky) {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    .header-area.layout-01 {
        background-position: center bottom;
    }

    .header-area.layout-01 .header-bottom .logo-for-mobile {
        display: inline-block;
        float: left;
        margin-top: 5px;
    }

    .header-area.layout-01 .header-bottom .biolife-cart-info {
        display: inline-block;
        margin-top: 0;
        float: right;
    }

    .footer.layout-01 .payment-methods ul,
    .footer.layout-01 .copy-right-text {
        text-align: center;
    }

    .biolife-banner__promotion5 .banner-contain {
        overflow: hidden;
    }

    .biolife-banner__promotion5 .text-content {
        margin: 0;
        padding: 40px 15px;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .biolife-banner__promotion5 .media .img-moving {
        width: 900px;
        top: 0;
        right: 0;
        margin-right: 0;
    }

    .biolife-banner__detail-product .midle-info .pr-desc,
    .biolife-banner__detail-product .midle-info .pr-atts {
        max-width: 100%;
    }

    .biolife-banner__detail-product .midle-info {
        display: inline-block;
    }

    .biolife-banner__detail-product .text-content {
        text-align: center;
        padding: 30px 15px;
        border: 1px dashed #e6e6e6;
        background: #fcfcfc;
    }

    .biolife-gird-banners .grid-panel,
    .biolife-gird-banners .grid-panel .grid-panel-item,
    .biolife-gird-banners .grid-panel-item.left-content,
    .biolife-gird-banners .grid-panel-item.right-content {
        display: block;
        width: 100%;
    }

    .biolife-banner__grid:not(.type-02) .banner-contain .cat-name {
        min-width: 150px;
        padding: 20px 30px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .biolife-banner__grid .banner-contain .cat-name::before {
        content: none;
    }

    .wrap-custom-menu.horizontal-menu-v2 ul.menu>li {
        margin-bottom: 15px;
    }

    .footer-midle-pst .announce-text {
        margin-top: 20px;
    }

    .header-area .biolife-cart-info .login-item {
        display: none;
    }

    .top-banner-menu {
        padding: 0;
        margin-top: 0;
    }

    .top-banner-menu img {
        width: 100%;
    }

    .grid-twice-item>li {
        width: 100%;
        margin-left: 0;
    }

    .grid-twice-item>li+li {
        margin-top: 50px;
    }

    .biolife-banner__promotion4.v2 .position-1 {
        right: 0;
    }

    .wrap-megamenu {
        background: none;
    }

    .mobile-inline.biolife-brand ul li {
        width: 100%;
    }

    .mega-content .row {
        margin: 0;
    }

    .biolife-banner__special .media {
        width: 60%;
        padding: 0;
    }

    .biolife-banner__special .text-content {
        width: 40%;
        padding-top: 20px;
    }

    .biolife-banner__special .text-content .first-line {
        font-size: 28px;
    }

    .biolife-banner__special .text-content .second-line {
        margin-bottom: 14px;
    }

    .biolife-banner__special .text-content .third-line,
    .biolife-banner__special .text-content .second-line {
        color: #333333;
        font-size: 25px;
    }

    .biolife-banner__special .text-content .third-line i {
        font-size: 25px;
    }

    .biolife-banner__special .product-detail {
        margin-top: 35px;
    }

    .why-choose-us-block .showcase {
        padding-bottom: 85px;
        overflow: hidden;
    }

    .showcase .sc-left-position,
    .showcase .sc-right-position {
        max-width: 50%;
        position: relative;
        z-index: 2;
    }

    .showcase .sc-center-position {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .sumary-product .action-form .buttons {
        border-top: 0;
        padding-top: 0;
    }

    .sumary-product .action-form .buttons .pull-row {
        display: none;
    }


    .review-tab #comments .comment-content .comment-text {
        line-height: inherit;
    }

    .biolife-panigations-block.version-2 {
        padding-top: 20px;
    }

    .product-tabs.single-layout .tab-head .tabs {
        border-bottom: none;
    }

    .product-tabs.single-layout .tab-content .tab-contain {
        border: 1px solid #e6e6e6;
        padding: 10px 10px 20px;
    }

    .product-tabs.single-layout .tab-content .tab-contain .container {
        width: 100%;
        padding: 0;
    }

    .product-tabs.single-layout .tab-head .tabs li.active a::before {
        width: 100%;
    }

    .product-tabs.single-layout .tab-head .tabs li a::before {
        height: 2px;
    }

    .product-tabs.single-layout .tab-head .tabs li a {
        width: 100%;
        display: inline-block;
        padding: 8px 0;
    }

    .product-tabs.single-layout .tab-head .tabs li:not(:last-child) {
        margin-right: 0;
        border-bottom: none;
    }

    .product-tabs.single-layout .tab-head .tabs li {
        width: 100%;
        text-align: center;
        border: 1px solid #e6e6e6;
        padding: 3px 0;
    }

    .sumary-product .media {
        width: 50%;
    }

    .sidebar .wgt-content .products li {
        display: inline-block;
        width: 100%;
    }

    .contain-product .info .product-title,
    .contain-product.layout-default .info .price ins .price-amount {
        font-size: 16px;
    }

    .contain-product.layout-default .info .product-title {
        font-size: 15px;
        margin-top: 15px;
    }

    .contain-product.layout-default .info .product-title a {
        color: #444444;
    }

    .contain-product.layout-default .slide-down-box .buttons .btn {
        display: block;
    }

    .contain-product.layout-default .slide-down-box .buttons .compare-btn,
    .contain-product .info .categories,
    .contain-product.layout-default .slide-down-box .message,
    .contain-product.layout-default .shipping-info {
        display: none;
    }

    #sidebar .biolife-mobile-panels {
        display: block;
    }


    #sidebar .sidebar-contain {
        display: block;
        padding: 30px 15px 0;
        height: calc(100% - 50px);
        overflow-y: auto;
    }


    .mobile-search .open-searchbox {
        display: block;
    }

    .mobile-search-content {
        display: block;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .mobile-search .mobile-search-content {
        display: block;
    }

    body.open-mobile-search .mobile-search-content {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    body.open-mobile-search .mobile-search-content .nice-select .list {
        max-height: 200px;
        overflow-y: scroll;
        margin: 0;
        border-radius: 0;
    }

    .biolife-cart-info .minicart-contain a>.sub-total,
    .biolife-cart-info .minicart-contain a>.title {
        display: none;
    }


    body {
        margin-bottom: 44px;
    }

    .header-top .top-bar {
        max-width: 100%;
    }

    .header-area.layout-02 .header-top .right .horizontal-menu>li.item-link,
    .header-top .right .horizontal-menu>.currency,
    .header-top .right .horizontal-menu>.lang,
    .header-top .top-bar .social-list {
        display: none;
    }

    .header-area.layout-01 .mobile-search .open-searchbox .biolife-icon {
        color: #333333;
        font-size: 24px;
    }

    .header-area.layout-01 .mobile-search .open-searchbox {
        line-height: 1;
        text-align: center;
        padding: 10px 0 10px 10px;
        vertical-align: top;
        background: transparent !important;
    }

    .header-area.layout-01 .biolife-cart-info>div {
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .grid-twice-item>li+li {
        margin-top: 80px;
    }

    .biolife-banner__special {
        padding-top: 80px;
    }

    .main-content>.posts-list li {
        margin-bottom: 0;
    }

    .main-content>.posts-list li+li {
        margin-top: 10px;
    }

    .hero-section {
        margin-top: 0;
    }

    .main-content .main-post-list {
        margin-top: 30px;
    }

    .main-content .main-post-list li:not(:last-child) {
        margin-bottom: 70px;
    }

    .post-item.style-bottom-info .post-content .post-name a {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-page .posts-list:not(.biolife-carousel) .post-item.style-bottom-info .thumbnail img {
        width: 100%;
    }

    .biolife-banner__special .banner-contain {
        border: 1px solid #eeeeee;
        text-align: center;
        padding: 15px 5px 30px
    }

    .biolife-banner__special .text-content,
    .biolife-banner__special .media {
        width: 100%;
    }

    .biolife-banner__special .media img {
        display: inline-block;
    }

    .biolife-banner__special .product-detail {
        margin-top: 0;
        text-align: center;
    }

    .biolife-banner__special .product-detail .buttons {
        margin-top: 20px;
    }

    .biolife-banner__special .product-detail .add-to-cart-btn {
        font-weight: 700;
        min-width: auto;
        padding: 12px 25px;
        font-size: 14px;
        text-transform: capitalize;
    }

    .biolife-banner__special .text-content .first-line,
    .biolife-banner__special .text-content .second-line,
    .biolife-banner__special .text-content .third-line {
        display: none;
    }

    .biolife-banner__special .product-detail .price-contain .price-amount,
    .biolife-banner__special .product-detail .price-contain ins .price-amount {
        font-size: 16px;
    }

    .slider-opt05 .media {
        bottom: 50px;
        top: auto;
    }

    .biolife-banner__style-01 .text-content .fourth-line,
    .biolife-banner__style-01 .text-content .first-line {
        color: #333333;
        font-weight: 600;
    }

    .biolife-banner__style-15 .text-content,
    .biolife-banner__style-01 .text-content {
        right: 10px;
        left: 10px;
        padding: 20px 10px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        top: 10px;
        bottom: 10px;
        width: auto;
    }

    .header-area.layout-02 .biolife-logo,
    .header-area.layout-03 .biolife-logo,
    .header-area.layout-04 .biolife-logo,
    .header-area.layout-05 .biolife-logo {
        display: block;
        margin-top: 5px;
    }

    .header-area .header-middle {
        padding: 15px 0 !important;
    }

    .slider-opt04__layout01 .text-content .third-line {
        line-height: 24px;
    }

    .wrap-custom-menu.horizontal-menu-v2 ul.menu>li+li {
        border-left: none;
    }

    .style-bottom-info.layout-02 .post-meta__item-social-box .inner-content {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -10px;
    }

    .mobile-search-content .form-search>.btn-close {
        top: -17px;
        right: -12px;
    }

    .main-slide .biolife-carousel.nav-none-on-mobile .slick-arrow.prev,
    .main-slide .biolife-carousel.nav-none-on-mobile .slick-arrow.next {
        display: none !important;
    }

    .sumary-product .action-form .location-shipping-to,
    .sumary-product .action-form .social-media {
        margin-top: 35px;
    }

    .sumary-product .action-form .title {
        text-transform: uppercase;
        font-weight: 700;
    }

    .order-summary .title-block .title {
        font-size: 23px;
        font-weight: 700;
    }

    .checkout-progress-wrap .checkout-act .title-box {
        font-size: 19px;
    }

    .contact-info-container .addr-info {
        margin-top: 35px;
    }

    .contact-info-container .frst-desc {
        line-height: 25px;
        font-size: 16px;
    }

    .register-in-container .box-title,
    .contact-info-container .box-title {
        font-size: 25px;
    }

    .post-item.style-wide .post-content .post-name {
        font-size: 22px;
        line-height: 24px;
    }

    .post-item .group-buttons .btn.readmore {
        padding: 6px 10px;
        min-width: 134px;
    }

    .search-widget input[type=text] {
        border-width: 1px;
    }

    .single-post-contain .post-content blockquote p {
        font-size: 15px;
    }

    .single-post-contain .post-head .post-archive {
        font-size: 16px;
        margin-top: 13px;
    }

    .post-comments .wrap-post-comment .cmt-inner {
        margin-top: 20px;
    }

    .post-comments.lever-0>li:first-child>.wrap-post-comment>.cmt-inner {
        margin-top: 5px;
    }

    .post-comments .comment-form .form-row textarea {
        padding: 55px 10px 10px 15px;
        height: 220px;
    }

    .post-comments .comment-form .form-row .current-author {
        top: 10px;
        left: 10px;
    }

    .single-post-contain .post-foot .auth-info .avata {
        margin-right: 5px;
    }

    .single-post-contain .post-content blockquote {
        padding: 10px;
    }

    .single-post-contain .post-head .post-name {
        font-weight: 700;
        font-size: 23px;
        line-height: 38px;
    }

    .contain-product__deal-layout .info .price {
        margin-top: 12px;
    }

    .contain-product__deal-layout .slide-down-box .buttons .btn:not(.add-to-cart-btn) {
        display: none;
    }

    .contain-product .info .product-title {
        margin-top: 13px;
    }

    .biolife-countdown .number {
        font-size: 17px;
    }

    .contain-product__deal-layout {
        padding: 10px 10px 30px;
        text-align: center;
    }

    .contain-product__deal-layout img {
        display: inline-block;
    }

    .biolife-banner__style-01 .text-content .third-line,
    .biolife-banner__style-01 .text-content .second-line {
        font-size: 30px;
        line-height: 40px;
    }

    .tab-head__icon-top-layout:not(.background-tab-include) a::after {
        content: none;
    }

    .instagram-ltl-item,
    .instagram-ltl-item .link-to img,
    .instagram-ltl-item .link-to {
        width: 100%;
    }

    .contain-product__right-info-layout3 {
        display: block;
    }

    .contain-product__right-info-layout3 .buttons .add-to-cart-btn {
        width: 100%;
        border-radius: 0;
        padding: 13px;
        min-width: auto;
    }

    .contain-product__right-info-layout3 .buttons .btn:not(.add-to-cart-btn) {
        display: none;
    }

    .products-list.vertical-layout-02 li {
        padding: 0 0 20px;
    }

    .biolife-banner__grid.type-02 .banner-contain .cat-name {
        max-width: 250px;
    }

    .biolife-banner__grid .media-contain.media-06,
    .biolife-banner__grid .media-contain.media-01,
    .biolife-banner__grid .media-contain {
        height: 300px;
    }

    .biolife-banner__grid .banner-contain .cat-name {
        font-size: 22px;
    }

    .sumary-product .product-attribute .title {
        font-weight: 700;
    }

    .hero-section .page-title {
        font-size: 28px;
    }

    .biolife-banner__style-12 .text2 {
        padding: 0;
        font-size: 22px;
    }

    .biolife-carousel.row-space-29px .row-item+.row-item {
        margin-top: 20px;
    }

    .slider-opt05 .text-content .second-line {
        font-size: 32px;
        line-height: 43px;
    }

    .advance-product-box_countdown {
        border: none;
    }

    .advance-product-box_countdown .contain-product .info .product-title {
        margin-top: 20px;
    }

    .biolife-title-box_in-countdown {
        padding: 0;
    }

    .biolife-title-box_in-countdown .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .advance-product-box_countdown .biolife-carousel {
        border: 1px solid #e6e6e6;
        padding-top: 10px;
    }

    .biolife-title-box.style-02 .desc,
    .biolife-title-box.style-02 .subtitle,
    .biolife-title-box.slim-item .subtitle {
        display: none;
    }

    .contain-product.scale-effect {
        padding-bottom: 20px;
    }

    .contain-product.layout-default .slide-down-box .buttons .wishlist-btn {
        display: none;
    }

    .contain-product.layout-default .slide-down-box .buttons {
        text-align: center;
    }

    .tab-head__sample-layout.type-02 .tab-element .tab-link:hover,
    .tab-head__sample-layout.type-02 .active .tab-link {
        background: #fafafa;
    }

    .biolife-banner__special-03 .banner-contain {
        padding-bottom: 0;
    }

    .biolife-title-box__bgrd-bold {
        margin-top: 70px;
        margin-bottom: 40px;
        text-align: center;
    }

    .biolife-title-box__bgrd-bold .title {
        font-size: 24px;
        width: auto;
        display: inline-block;
        text-align: center;
        padding: 10px 30px 17px;
        background-size: 100%;
        min-width: 210px;
    }

    .contain-product__right-info-layout3 .product-thumb img {
        display: block;
        width: 100%;
    }

    .contain-product__right-info-layout3 .product-thumb {
        width: 100% !important;
    }

    .contain-product__right-info-layout3 .info .price ins .price-amount {
        font-size: 18px;
    }

    .contain-product__right-info-layout3 .info .rating .star-rating {
        margin-top: 0;
    }

    .contain-product__right-info-layout3 .info .rating {
        display: none;
    }

    .contain-product__right-info-layout3 .info .price {
        display: block;
        text-align: left;
        float: none;
        max-width: 100%;
    }

    .contain-product__right-info-layout3 .info .product-title {
        display: block;
        max-width: initial;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .contain-product__right-info-layout3 .info {
        padding: 0;
    }

    .contain-product__right-info-layout3 .info .desc {
        display: none;
    }

    .contain-product__right-info-layout3 .info,
    .contain-product__right-info-layout3 .product-thumb {
        display: block;
    }

    .biolife-banner__promotion6 .media .img-moving.position-1 {
        position: static;
    }

    .biolife-banner__promotion6 .banner-contain .media {
        height: auto;
        padding-top: 10px;
    }

    .biolife-banner__promotion6 .text-content .text2 {
        font-size: 28px;
        line-height: 38px;
    }

    .biolife-banner__promotion6 .banner-contain .text-content {
        top: 50%;
        left: 50%;
        right: auto;
        max-width: 290px;
        margin-left: -145px;
        padding: 25px 10px 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .biolife-banner__special-02 .text-content .text04 i,
    .biolife-banner__special-02 .text-content .text04,
    .biolife-banner__special-02 .text-content .text03 {
        font-size: 22px;
    }

    .biolife-banner__special-02 .product-detail .price-contain .price-amount,
    .biolife-banner__special-02 .text-content .text02 {
        font-size: 24px;
    }

    .biolife-banner__special-02 .text-content .text01 {
        font-size: 32px;
        margin-bottom: 5px;
        color: #888;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .biolife-banner__special-02 .text-content .text03 {
        margin: 17px 0 10px;
        color: #444444;
    }

    .biolife-banner__special-02 .text-content .text04 {
        color: #444444;
    }

    .biolife-newsletter-popup-contain .modal-dialog {
        width: 290px;
        margin: 100px auto;
    }

    .newsletter-block_popup-layout {
        padding: 40px 15px 40px;
    }

    .newsletter-block_popup-layout .wrap-title .newslt-title {
        font-size: 32px;
        margin-top: 12px;
    }

    .newsletter-block_popup-layout .form-content .input-text {
        padding: 8px;
    }

    .newsletter-block_popup-layout .form-content .bnt-submit {
        padding: 11px;
        margin-top: 25px;
    }

    .newsletter-block_popup-layout .form-content .dismiss-newsletter {
        margin-top: 35px;
    }

    .header-area.layout-01 {
        position: static;
    }

    .header-area.layout-01 .header-bottom:not(.pre-sticky) {
        padding: 15px 0;
    }

    .minicart-block.layout-02 .icon-contain .btn-to-cart {
        padding: 12px 10px;
    }

    .minicart-block.layout-02 .icon-contain .biolife-icon {
        line-height: 35px;
    }

    .newsletter-block.layout-04 .wrap-title .biolife-icon {
        display: none;
    }

    .newsletter-block.layout-04 .wrap-title .texts {
        padding: 0;
        text-align: center;
    }

    .newsletter-block.layout-04 .wrap-title .sub-title {
        margin: 15px 0 0;
    }

    .newsletter-block.layout-04 .wrap-title {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .biolife-brand-block .link-brand-item {
        display: block;
        text-align: center;
    }

    .biolife-brand-block .link-brand-item img {
        display: inline-block;
    }

    .newsletter-block.layout-03 {
        padding-top: 90px;
        background-position: center left;
    }

    .newsletter-block.layout-03 .form-content .newslt-title {
        font-size: 22px;
    }

    .newsletter-block.layout-03 .form-content .sub-title {
        margin: 20px 0 0;
    }

    .biolife-title-box__under-line {
        margin-bottom: 30px;
        border-bottom: 0;
        padding-bottom: 10px;
    }

    .biolife-banner__detail-product .head-info .text2 {
        margin-top: 5px;
    }

    .biolife-banner__detail-product .head-info h3 i {
        font-size: 26px;
    }

    .biolife-banner__detail-product .head-info h3 {
        font-size: 22px;
    }

    .hidden-icon-on-mobile.biolife-title-box .biolife-icon {
        display: none;
    }

    .footer.layout-02 .footer-content {
        padding-top: 50px;
    }

    .products-list__vertical-layout li:last-child {
        padding-bottom: 0;
    }

    .products-category-box .title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .products-category-box {
        padding: 0;
    }

    .biolife-stretch-the-right-background>.bg_underground {
        display: none;
    }

    .payment-methods.layout-02 .payments li {
        margin-bottom: 10px;
    }

    .payment-methods.layout-02 .payments li:not(:last-child) {
        margin-right: 10px;
    }

    .biolife-social.bigger-on-mobile ul li+li {
        margin-left: 40px;
    }

    .biolife-social.bigger-on-mobile ul li a {
        font-size: 22px;
    }

    .newsletter-block.layout-02 {
        padding-top: 10px;
    }

    .biolife-banner__promotion4.v2 .container {
        position: initial;
    }

    .biolife-banner__promotion4.v2 .position-2 {
        margin: 0;
        max-width: 107px;
    }

    .biolife-banner__promotion4.v2 .position-1 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .biolife-title-box.link-all .main-title {
        font-size: 22px;
    }

    .post-item.style-bottom-info.layout-02 .thumbnail a>img {
        width: 100%;
    }

    .biolife-banner__promotion4 .position-1 {
        left: 0;
    }

    .biolife-banner__promotion4 .text-content .first-line {
        font-size: 35px;
        line-height: 35px;
    }

    .biolife-banner__promotion4 .position-2 img {
        -webkit-animation: unset;
        animation: unset;
    }

    .biolife-banner__promotion4 .banner-contain {
        position: initial;
    }

    .biolife-banner__promotion4 {
        position: relative;
        overflow: hidden;
    }

    .biolife-banner__promotion4 .text-content {
        padding: 23px 0;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: none;
    }

    .biolife-banner__promotion4.v2 .text-content {
        background: none;
    }

    .biolife-banner__promotion4.v2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 7;
    }

    .biolife-title-box.style-02 .main-title {
        font-size: 24px;
    }

    .slider-opt03__layout02 .text-content {
        margin: 0 0 0 -200px;
        left: 50%;
        padding: 15px 15px 25px;
    }

    .contain-product__right-info-layout .info .rating .review-count {
        display: none;
    }

    .contain-product__right-info-layout .product-thumb {
        width: 40%;
    }

    .contain-product__deal-layout .biolife-countdown>span {
        min-width: 50px;
        padding: 6px;
    }

    .contain-product__deal-layout .biolife-countdown .text {
        font-size: 11px;
        font-weight: 700;
    }

    .biolife-title-box__bold-style.mobile-tiny .title,
    .biolife-title-box__bold-style .title {
        font-size: 24px;
    }

    .biolife-title-box__bold-style {
        margin-top: 80px;
        padding-right: 0;
    }

    .biolife-banner__promotion2 .text-content {
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -150px;
    }

    .biolife-banner__promotion2 .media {
        position: static;
        width: 100%;
        margin-top: -91px;
    }

    .biolife-tab .tab-content {
        clear: both;
    }

    .biolife-tab .tab-head:not(.tab-head__default) .tabs {
        display: inline-block;
        margin: 26px 0 30px !important;
        width: 100%;
    }

    .tab-head__icon-top-layout a::after {
        content: none;
    }

    .tab-head__icon-top-layout a {
        font-size: 16px;
        vertical-align: middle;
        background-color: #f6f6f6;
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 7px 5px;
    }

    .tab-head__icon-top-layout .biolife-icon.icon-blueberry {
        margin-left: 7px;
    }

    .tab-head__icon-top-layout .biolife-icon {
        display: inline-block;
        font-size: 28px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .biolife-tab .tab-head:not(.tab-head__default):not(.tab-head__sample-layout) .tab-element.active .tab-link {
        background-color: #888;
        color: #f6f6f6;
    }

    .biolife-tab .tab-head:not(.tab-head__default):not(.tab-head__sample-layout) .tabs .tab-element {
        width: 50%;
        text-align: left;
        float: left;
        padding: 0 1px;
        margin-bottom: 1px;
    }

    .biolife-tab .tab-head:not(.tab-head__default):not(.tab-head__sample-layout) .tabs .tab-element+.tab-element {
        margin-left: 0;
    }

    .biolife-tab .tab-head__sample-layout .tabs .tab-element {
        width: 100%;
        border-left: 3px solid #fafafa;
        background: #fafafa;
        margin-bottom: 1px;
    }

    .tab-head__sample-layout .tabs .tab-element.active {
        border-left-color: #444444;
    }

    .tab-head__sample-layout .tab-element .tab-link {
        color: #aaaaaa;
        padding: 11px;
        background: #fafafa;
        font-size: 15px;
    }

    .tab-head__sample-layout .tab-element .tab-link:hover,
    .tab-head__sample-layout .active .tab-link {
        color: #444444;
        background: #efefef;
    }

    .services-list {
        border: none;
    }

    .services-list li {
        width: 100%;
        border: 1px solid #e6e6e6;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .biolife-service__type02 .services-list li {
        border: none;
        padding: 0;
        margin: 0;
    }

    .slider-opt03__layout01 .text-content {
        right: 50%;
        margin: 0 -270px 0 0;
        min-width: 540px;
    }

    .slider-opt03__layout01.mode-02 .text-content {
        margin-top: 10px;
    }

    .slider-opt03__layout01.mode-03 .media,
    .slider-opt03__layout01.mode-02 .media,
    .slider-opt03__layout01 .media {
        height: 480px;
    }

    .slider-opt03__layout01 .media .child-elememt {
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
        margin: 0;
    }

    .slider-opt03__layout01 .media .child-elememt>* {
        height: 440px;
        display: inline-block;
        margin-top: 40px;
    }

    .slider-opt03__layout01 .media .child-elememt img {
        width: initial;
        height: 100%;
        max-width: initial;
    }

    .slick-slide.slick-active .slider-opt03__layout01 .media .child-elememt,
    .slick-slide .slider-opt03__layout01 .media .child-elememt {
        left: 50%;
        right: auto;
        -webkit-transform: scale(1) translateX(-50%);
        -moz-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
        -o-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
    }

    .post-item.style-left-info .thumbnail img,
    .post-item.style-left-info .thumbnail {
        width: 100%;
    }

    .post-item.style-left-info .thumbnail,
    .post-item.style-left-info .post-content,
    .post-item.style-left-info {
        display: block;
        text-align: center;
        padding-left: 0;
    }

    .post-item.style-left-info .post-content>* {
        max-width: 100%;
    }

    .post-item .post-content .post-archive {
        font-size: 16px;

    }

    .post-item.style-left-info .post-content {
        padding-top: 15px;
    }

    .post-item.style-left-info .post-content .post-name {
        font-size: 22px;
        line-height: 24px;
    }

    .contact-info-block.footer-layout ul li {
        margin-bottom: 15px;
    }

    .post-comments .wrap-post-comment .cmt-fooot .btn {
        color: #888888;
    }

    .post-comments .wrap-post-comment .cmt-content p {
        color: #444444;
    }

    .post-comments .comment-list ol.lever-1 {
        padding-left: 25px;
    }

    .post-comments .comment-list ol {
        background: #fcfcfc;
        padding: 10px;
    }

    .post-comments .form-row.last-btns .btn-sumit {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .post-comments .cmt-title {
        font-size: 25px;
    }

    .single-post-contain .post-head {
        margin-bottom: 30px;
    }

    .single-post-contain .post-foot .post-tags .tags li {
        margin-bottom: 10px;
    }

    .single-post-contain .post-foot .post-tags .tag-title {
        display: none;
    }

    .testimonial-block .testml-elem .desc {
        text-align: justify;
    }

    .testimonial-block .testimonial-list {
        padding: 0 0 55px;
    }

    .testimonial-block .box-title {
        margin: 50px 0 40px;
    }

    .why-choose-us-block .showcase {
        padding-bottom: 50px;
    }

    .welcome-us-block {
        height: auto;
        background: none;
        padding-bottom: 20px;
    }

    .why-choose-us-block .subtitle {
        margin: 29px 0 0;
    }

    .welcome-us-block .text-wraper {
        margin: 43px 0 0;
        padding: 0 0 40px;
        background: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .welcome-us-block .qt-text,
    .welcome-us-block .text-info {
        float: none;
    }

    .testimonial-block .box-title::after,
    .testimonial-block .box-title::before {
        display: none;
    }

    .why-choose-us-block .box-title,
    .testimonial-block .box-title,
    .welcome-us-block .title {
        font-size: 28px;
    }

    .showcase .sc-center-position {
        display: none;
    }

    .showcase .sc-right-position {
        padding-top: 42px;
        direction: ltr;
    }

    .sc-left-position,
    .sc-right-position {
        padding-top: 30px;
    }

    .showcase .sc-left-position,
    .showcase .sc-right-position {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .why-choose-us-block .sc-element .txt-content {
        width: 100%;
    }

    .why-choose-us-block .sc-element .txt-content .number {
        font-size: 37px;
    }

    .why-choose-us-block .sc-element .txt-content .desc {
        font-size: 15px;
        line-height: 24px;
    }

    .register-in-container {
        margin-top: 50px;
    }

    .signin-container .form-row.wrap-btn {
        text-align: center;
    }

    .signin-container .form-row .link-to-help {
        float: none;
        margin: 24px 0 0;
    }

    .signin-container .form-row .btn-submit {
        width: 100%;
        margin-top: 20px;
    }

    .signin-container {
        margin-top: 20px;
    }

    .top-banner ul {
        width: 100%;
    }

    .top-banner ul li {
        padding: 0 15px;
    }

    .top-banner {
        padding: 57px 10px 35px;
    }

    .shopping-cart-container th {
        display: none;
    }

    .shopping-cart-container table.cart-form tbody,
    .shopping-cart-container table.cart-form tr,
    .shopping-cart-container table.cart-form td,
    .shopping-cart-container table.cart-form {
        display: block;
        padding: 0;
    }

    .shopping-cart-container table.cart-form tr {
        margin-bottom: 30px;
        border: 1px solid #e6e6e6;
    }

    .shopping-cart-container table.cart-form td {
        padding: 15px 5px;
    }

    .shopping-cart-container table.cart-form td+td {
        border-top: 1px solid #e6e6e6;
    }

    .shopping-cart-container table.cart-form td.product-thumbnail {
        text-align: center;
        padding-top: 26px;
    }

    .shopping-cart-container table.cart-form td.product-thumbnail .prd-name {
        padding: 0;
        width: 100%;
        margin-top: 16px;
    }

    .shopping-cart-container table.cart-form td.product-thumbnail .action {
        padding: 5px;
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
    }

    .shopping-cart-container table.cart-form td.product-thumbnail .action a {
        padding: 3px 5px;
        margin-left: 10px;
    }

    .shopping-cart-container table.cart-form tr.wrap-buttons {
        border: none;
    }

    .shopping-cart-container table.cart-form td.wrap-btn-control {
        padding: 0;
    }

    .shopping-cart-container table.cart-form td.wrap-btn-control button.btn {
        width: calc(50% - 5px);
        min-width: auto;
        float: left;
    }

    .shopping-cart-container table.cart-form td.wrap-btn-control .btn-clear {
        margin-left: 10px;
    }

    .shopping-cart-container table.cart-form td.wrap-btn-control a.back-to-shop {
        width: 100%;
        margin-bottom: 20px;
    }

    .single-layout.product-tabs {
        margin-top: 45px;
    }

    .review-tab #comments .comment-content .comment-in .post-date {
        display: none;
    }

    .review-tab #comments .comment-review-form {
        margin-top: 25px;
    }

    .review-tab #comments .comment-review-form .actions {
        display: table;
        width: 100%;
        margin-top: 0;
    }

    .review-tab #comments .comment-review-form .actions li {
        display: table-cell;
        width: 33.33333%;
    }

    .product-tabs.single-layout .tab-content .row {
        margin: 0;
    }

    .product-tabs.single-layout .tab-content .col-xs-12 {
        padding: 0;
    }

    .product-category .products-list {
        padding-left: 7px;
        padding-right: 7px;
    }

    .product-category .products-list .product-item {
        padding: 0 7px;
    }

    .footer-phone-info .r-info {
        font-size: 16px;
        padding-left: 15px;
    }

    .newsletter-block .title {
        font-size: 17px;
    }

    .payment-methods.layout-02 .title {
        font-size: 19px;
        font-weight: 700;
        margin: 0 0 30px;
    }

    .footer-item .section-title {
        font-size: 19px;
    }

    .biolife-cart-info .minicart-block .cart-content {
        width: auto;
        right: -52px;
    }

    .biolife-cart-info .minicart-block .cart-inner {
        width: 290px;
        padding-left: 10px;
    }

    .biolife-cart-info .minicart-item .thumb {
        width: 80px;
    }

    .biolife-cart-info .minicart-item .left-info {
        width: calc(100% - 80px);
        padding-right: 12px;
    }

    .biolife-cart-info .minicart-block ul.products li:first-child .minicart-item .action {
        margin-top: -32px;
    }

    .minicart-item .action {
        top: 50%;
    }

    .minicart-item .action a {
        float: left;
        clear: left;
        width: 12px;
        font-size: 14px;
        text-align: center;
    }

    .minicart-item .action a+a {
        margin-left: 0;
        margin-top: 16px;
    }

    .biolife-cart-info .minicart-block .btn-control .btn {
        width: calc(50% - 5px);
        padding: 12px;
        font-size: 12px;
        border-radius: 0;
    }

    .biolife-cart-info .minicart-block .btn-control .view-cart {
        margin-right: 10px;
    }

    .minicart-item .left-info .product-title {
        font-size: 15px;
        font-weight: 600;
    }

    .payment-methods ul,
    .copy-right-text {
        text-align: center;
    }

    .payment-methods ul li+li {
        margin-left: 5px;
    }

    .biolife-cart-info>div+div {
        margin-left: 22px;
    }

    .mobile-search .mobile-search-content {
        padding: 20px 15px;
        margin-left: -145px;
        width: 290px;
        margin-top: -101px;
        top: 50%;
    }

    .mobile-search .mobile-search-content .nice-select {
        width: 100%;
        border-top: none;
        border-left: 0;
        border-right: 0;
    }

    .mobile-search .mobile-search-content .input-text {
        width: 100%;
        margin-bottom: 15px;
        border-top: none;
        border-left: 0;
        border-right: 0;
    }

    .mobile-search .mobile-search-content .btn-submit {
        margin-top: 15px;
        width: 100%;
        position: static;
    }
}

@media (max-width: 600px) {
    .content-404 {
        margin: 0 auto;
        padding: 50px 15px 80px;
    }

    .content-404 .heading {
        font-size: 60px;
    }

    .content-404 .title {
        font-size: 28px;
    }

    .content-404 p {
        margin-bottom: 35px;
        font-size: 15px;
    }

    .slider-opt05 .text-content .first-line {
        color: #333333;
    }

    .slider-opt05 .text-content .third-line {
        color: #000000;
        font-weight: 600;
    }

    .slider-opt03__layout01 .text-content {
        right: 10px;
        left: 10px;
        margin: 0;
        text-align: center;
        padding: 20px 10px;
        min-width: auto;
    }

    .slider-opt03__layout01.mode-02 .text-content {
        margin-top: 45px;
    }

    .slider-opt03__layout01 .text-content .first-line {
        text-align: center;
        font-size: 28px;
    }

    .slider-opt03__layout01 .text-content .second-line {
        text-align: center;
        display: inline-block;
        font-size: 40px;
        line-height: 40px;
        max-width: 280px;
        margin-top: 10px;
    }

    .slider-opt03__layout01 .text-content .third-line {
        font-size: 18px;
        line-height: 24px;
    }

    .slider-opt03__layout01 .buttons .btn {
        padding: 14px 10px;
        min-width: 120px;
    }

    .slider-opt03__layout01 .buttons .btn+.btn {
        padding: 12px 10px;
        min-width: 120px;
        margin-left: 15px;
    }

    .single-post-contain .post-head .post-archive .author {
        display: block;
        margin-left: 0;
    }

    .biolife-banner__style-15 .text-content .second-line {
        font-size: 28px;
    }

    .biolife-banner__style-15 .text-content .third-line {
        font-size: 28px;
        margin-top: 8px;
    }

    .biolife-banner__style-15 .text-content .fourth-line,
    .biolife-banner__style-15 .text-content .first-line {
        color: #444444;
        font-weight: 600;
        font-size: 16px;
    }

    .biolife-banner__promotion5 .banner-contain .media {
        height: 400px;
    }

    .biolife-banner__promotion5 .text-content .text1 {
        font-size: 25px;
    }

    .biolife-banner__promotion5 .text-content .text2 {
        font-size: 30px;
        line-height: 36px;
        margin: 10px 0 0;
    }

    .biolife-banner__style-11 .text4 span {
        font-size: 32px;
    }

    .biolife-banner__style-11 .text4 {
        font-size: 23px;
    }

    .biolife-banner__style-11 .text3,
    .biolife-banner__style-11 .text1 {
        font-size: 17px;
    }

    .biolife-banner__style-11 .text2 {
        font-size: 26px;
    }

    .biolife-banner__style-11 .banner-contain .text-content::before,
    .biolife-banner__style-12 .banner-contain .text-content::before {
        top: -18px;
        margin: 0;
        left: 50%;
        margin-left: -16px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .biolife-banner__style-12 .banner-contain,
    .biolife-banner__style-11 .banner-contain {
        display: inline-block;
    }

    .biolife-banner__style-12 .banner-contain .media,
    .biolife-banner__style-12 .banner-contain .text-content,
    .biolife-banner__style-11 .banner-contain .media,
    .biolife-banner__style-11 .banner-contain .text-content {
        display: block;
        width: 100%;
    }

    .biolife-banner__style-12 .banner-contain .text-content,
    .biolife-banner__style-11 .banner-contain .text-content {
        padding: 20px 15px 30px;
        margin-top: 10px;
    }

    .biolife-banner__style-12 .banner-contain .media,
    .biolife-banner__style-11 .banner-contain .media {
        padding-right: 0;
    }

    .biolife-banner__style-12 .banner-contain .media img,
    .biolife-banner__style-11 .banner-contain .media img {
        display: inline-block;
        width: 100%;
    }

    .slider-opt03__layout02 .media {
        height: 400px;
    }

    .main-slide.nav-change2 .slick-arrow,
    .main-slide.nav-change .slick-arrow {
        display: none !important;
    }

    .slider-opt03__layout02 .text-content {
        width: 290px;
        margin-left: -145px;
        top: 51px;
    }

    .slider-opt03__layout02.type_02 .text-content {
        margin-left: 0;
        top: 70px;
    }

    .slider-opt03__layout02 .buttons .btn {
        padding: 9px 15px;
        min-width: 100px;
    }

    .slider-opt03__layout02 .buttons .btn-thin {
        padding: 7px 15px;
    }

    .slider-opt03__layout02 .text-content .third-line {
        margin: 22px 0 0;
        line-height: 24px;
        color: #000000;
    }

    .slider-opt03__layout02 .text-content .second-line {
        line-height: 1;
        margin-top: 15px;
        font-size: 32px;
    }

    .biolife-banner__promotion3 .text-content .second-line {
        font-size: 28px;
        max-width: 100%;
    }

    .biolife-banner__promotion3 .product-detail .txt-price {
        font-size: 23px;
    }

    .biolife-banner__promotion3 .product-detail .add-to-cart-btn {
        padding: 9px 10px;
        min-width: 135px;
    }

    .biolife-banner__promotion3 .text-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        text-align: center;
    }

    .biolife-banner__promotion3 .text-wrap {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 7px 0 rgba(130, 130, 130, 0.2);
        border-radius: 2px;
        margin: 0;
        padding: 15px;
        display: inline-block;
        text-align: left;
    }

    .style-bottom-info.layout-02 .post-content .post-name {
        font-size: 20px;
        line-height: 24px;
    }

    .biolife-banner__promotion2 {
        overflow: hidden;
        margin-top: 75px;
    }

    .biolife-banner__promotion2 .banner-contain {
        text-align: center;
    }

    .biolife-banner__promotion2 .media {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        padding: 20px 15px 30px;
        background-position: center top;
        margin-top: 0;
        border-top: 1px solid #eeeeee;
    }

    .biolife-banner__promotion2 .text-content {
        margin: 70px 0;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        float: initial;
        text-align: justify;
    }

    .biolife-banner__promotion2 .text-content .btn-thin {
        padding: 8px 15px !important;
        margin-left: 5px;
    }

    .biolife-banner__promotion2 .text-content .btn {
        padding: 10px 22px;
        font-size: 13px;
        min-width: auto;
    }

    .biolife-banner__promotion2 .text-content .second-line,
    .biolife-banner__promotion2 .text-content .first-line {
        font-size: 22px;
        line-height: 27px;
    }

    .biolife-banner__promotion2 .text-content .second-line i {
        font-size: 22px;
    }

    .biolife-banner__promotion2.advance .text-content .second-line i {
        font-family: 'Playfair Display', sans-serif;
        font-weight: 700;
        font-style: italic;
        text-transform: unset;
    }

    .biolife-banner__promotion3 {
        border-bottom: none;
    }

    .biolife-banner__promotion .product-detail .add-to-cart-btn {
        padding: 10px 30px;
        min-width: auto;
        margin-top: 35px;
    }

    .biolife-banner__promotion {
        background-size: auto;
        background-position: center bottom;
    }

    .biolife-banner__promotion .text-content {
        position: static;
        padding: 50px 15px;
    }

    .biolife-banner__promotion .text-content .first-line {
        font-size: 25px;
    }

    .biolife-banner__promotion .text-content .second-line {
        font-size: 25px;
        line-height: 1;
    }

    .biolife-banner__promotion .product-detail .txt-price {
        font-size: 23px;
        margin: 0;
        display: block;
    }

    .biolife-banner__promotion .text-content .text-wrap {
        padding-left: 15px;
    }

    .biolife-service__type01 .txt-show-01 {
        font-size: 50px;
        line-height: 100px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .biolife-service__type01 .txt-show-02 {
        font-size: 30px;
    }

    .biolife-carousel.dots_ring_style .slick-dots {
        display: none !important;
    }

    .single-post-contain .post-foot .auth-info {
        padding: 25px 0 0;
        border-bottom: 0;
    }

    .single-post-contain .post-foot .socials-connection {
        width: 100%;
        margin-top: 25px;
    }

    .single-post-contain .post-foot .socials-connection .social-list {
        width: 100%;
        margin: 0;
    }

    .single-post-contain .post-foot .socials-connection .title {
        display: none;
    }

    .order-summary .cart-list .cart-item .info,
    .order-summary .cart-list .cart-item .price,
    .order-summary .cart-list .cart-item .product-thumb {
        display: inline-block;
    }

    .order-summary .cart-list .cart-item .info,
    .order-summary .cart-list .cart-item .price {
        width: calc(100% - 113px);
        display: inline-block;
        float: right;
        padding-top: 5px;
        padding-left: 10px;
        text-align: left;
    }

    .order-summary .cart-list .cart-item .product-thumb {
        float: left;
    }

    .order-summary .cart-list .cart-item .info * {
        font-size: 15px;
        font-weight: 600;
    }

    .checkout-progress-wrap .checkout-act .box-content {
        padding-left: 15px;
        padding-top: 15px;
    }

    .top-banner ul li .cost {
        margin-left: 15px;
    }

    .top-banner .btns .btn {
        width: 100%;
    }

    .top-banner .btns .btn+.btn {
        margin-left: 0;
        margin-top: 15px;
    }

    .biolife-instagram-block .wrap-title .title,
    .biolife-title-box .main-title {
        font-size: 24px;
    }

    .product-tabs .review-form-wrapper {
        padding-top: 40px;
    }

    .accodition-tab>ul>li>.content {
        padding: 10px 0 15px;
    }

    .product-tabs .tab-content p,
    .accodition-tab>ul>li>.title {
        font-size: 14px;
    }

    .review-form-wrapper .form-row button[type=submit],
    .review-form-wrapper .wide-half {
        width: 100%;
    }

    .review-form-wrapper .wide-half:nth-last-child(odd) {
        margin-left: 0;
    }

    .biolife-panigations-block.version-2 {
        text-align: center;
    }

    .biolife-panigations-block.version-2 ul li a.next {
        margin-left: 0;
    }

    .biolife-panigations-block.version-2 .result-count {
        width: 100%;
        margin-top: 15px;
    }

    .sumary-product .product-attribute .rating {
        margin-top: 0;
        padding-top: 8px;
    }

    .rating .star-rating {
        margin-top: 10px;
    }

    .sumary-product .product-attribute .review-count {
        margin-right: 17px;
        margin-top: 10px;
    }

    .sumary-product .product-attribute .qa-text,
    .sumary-product .product-attribute .category {
        margin-left: 0;
        margin-right: 17px;
        margin-top: 10px;
    }

    .sumary-product .product-attribute .product-atts .atts-item,
    .sumary-product .product-attribute .title,
    .sumary-product .product-attribute .excerpt {
        max-width: 100%;
    }

    .sumary-product .product-attribute {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .sumary-product .product-attribute .product-atts,
    .sumary-product .media {
        width: 100%;
    }

    .contain-product__right-info-layout2 .info .star-rating {
        margin-top: 0;
    }

    .product-category .products-list .product-item:not(:last-child) .pr-detail-layout {
        border-bottom: 1px solid #666;
        margin-bottom: 40px;
    }

    .pr-detail-layout .info .buttons .btn:not(.add-to-cart-btn) {
        display: none;
    }

    .pr-detail-layout .product-thumb {
        width: 100%;
    }

    .pr-detail-layout .info {
        width: 100%;
        padding: 0;
    }

    .pr-detail-layout .info .categories {
        margin-top: 24px;
        width: 100%;
        font-size: 16px;
        color: #7faf51;
        font-weight: 700;
    }

    .pr-detail-layout .info .product-title {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin: 13px 0 0;
    }

    .pr-detail-layout .info .excerpt {
        margin: 20px 0 0;
        width: 100%;
    }

    .pr-detail-layout .info .buttons {
        margin-bottom: 23px;
    }

    .pr-detail-layout .info .buttons .add-to-cart-btn {
        min-width: 100%;
        padding: 13px;
    }

    .pr-detail-layout .advance-info {
        width: 100%;
        margin: 0;
        border: 1px dashed #aaa;
        padding: 13px;
        background: #f9f9f9;
    }

    .top-functions-area .flt-item.group-on-mobile .wrap-selectors {
        width: 290px;
        margin-left: -145px;
        padding: 15px;
    }

    .top-functions-area {
        display: inline-block;
        margin-top: 35px;
        background-color: #fafafa;
        border: 1px solid #efefef;
        padding: 9px 8px 1px;
        padding-bottom: 15px;
        padding-top: 24px;
    }

    .top-functions-area .viewmode-selector .viewmode {
        margin-left: 5px;
    }

    .top-functions-area .flt-item .flt-title {
        display: none;
    }

    .top-functions-area .flt-item.to-right .nice-select.orderby {
        border-radius: 0;
        border: 1px solid #e6e6e6;
        padding-left: 10px;
    }

    .top-functions-area .flt-item.to-right .nice-select.orderby .current {
        padding: 5px 0 7px;
        width: 118px;
    }
}

@media (max-width: 479px) {

    .biolife-banner__style-08 .text1,
    .biolife-banner__style-09 .text1,
    .biolife-banner__style-09 .text3 {
        color: #000000;
    }

    .payment-methods.layout-02 .payments {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .payment-methods.layout-02 .payments li:not(:last-child) {
        margin-right: 0;
    }

    .post-item .post-content .post-archive .author {
        margin-left: 0;
        display: block;
    }

    .add-border-on-mobile {
        border: 1px solid #e6e6e6;
    }

    .biolife-tab .tab-head.tab-head__default .tabs .tab-element.active {
        background-color: #f0f0f0;
    }

    .biolife-tab .tab-head.tab-head__default .tabs .tab-element {
        width: 100%;
        margin: 0;
        background-color: #fafafa;
    }

    .biolife-tab .tab-head.tab-head__default .tabs .tab-element+.tab-element {
        margin: 0;
        margin-top: 1px;
    }

    .tab-head__default .tab-element .tab-link {
        padding: 12px;
        width: 100%;
        margin: 0;
    }

    .tab-head__default .tab-element .tab-link::before {
        display: none;
    }

    .biolife-banner__detail-product .bottom-info .btn {
        min-width: 100%;
        padding: 12px 10px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .biolife-banner__detail-product .bottom-info .btn-thin {
        min-width: 100%;
        padding: 10px 10px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .bn-atts-item {
        max-width: 100%;
        text-align: left;
    }

    .biolife-banner__detail-product .midle-info .pr-atts li:nth-child(odd) {
        margin-right: 0;
    }

    .biolife-banner__detail-product .midle-info .pr-atts li {
        width: 100%;
    }

    .biolife-banner__promotion4 {
        height: 400px;
    }

    .slider-opt04__layout01 .buttons,
    .slider-opt03__layout02 .buttons {
        margin-top: 20px;
    }

    .slider-opt04__layout01 .buttons .btn,
    .slider-opt03__layout02 .buttons .btn {
        padding: 10px 20px;
        min-width: auto;
    }

    .slider-opt04__layout01 .buttons .btn-thin,
    .slider-opt03__layout02 .buttons .btn-thin {
        padding: 8px 20px;
        margin-left: 5px;
    }

    .slider-opt04__layout01 .buttons .btn-thin:not(:hover),
    .slider-opt03__layout02 .buttons .btn-thin:not(:hover) {
        background-color: #ffffff !important;
        color: #444444 !important;
        border-color: #ffffff !important;
    }

    .slider-opt04__layout01 .text-content .first-line,
    .slider-opt03__layout02 .text-content .first-line {
        font-size: 22px;
    }

    .slider-opt04__layout01.light-version .text-content .third-line,
    .slider-opt04__layout01.light-version .text-content .first-line {
        color: #000000;
        font-weight: 600;
    }

    .slider-opt04__layout01 .text-content .second-line,
    .slider-opt03__layout02 .text-content .second-line {
        font-size: 30px;
        line-height: 1;
        margin-top: 14px;
    }

    .slider-opt03__layout02 .text-content {
        left: 15px;
        top: 100px;
        padding-right: 5px;
    }

    .slider-opt04__layout01 .text-content {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        right: auto;
        margin: 0;
        padding: 15px 10px;
        background-color: transparent;
        width: calc(100% - 10px);
        -webkit-transition: background-color 1.2s ease;
        -moz-transition: background-color 1.2s ease;
        -ms-transition: background-color 1.2s ease;
        -o-transition: background-color 1.2s ease;
        transition: background-color 1.2s ease;
    }

    .slick-active .slider-opt04__layout01.light-version .text-content {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .slider-opt04__layout01 .buttons .btn {
        font-size: 13px;
    }

    .slider-opt04__layout01 .buttons .btn-thin {
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        margin-left: 10px;
    }

    .slider-opt04__layout01 .media {
        height: 400px;
    }

    .biolife-banner__style-02 .text-content,
    .biolife-banner__style-03 .text-content,
    .biolife-banner__style-04 .text-content {
        min-height: auto;
    }

    .biolife-banner__style-14 .text2,
    .biolife-banner__style-09 .text2,
    .biolife-banner__style-03 .text2,
    .biolife-banner__style-13 .text2,
    .biolife-banner__style-08 .text2,
    .biolife-banner__style-02 .text2 {
        font-size: 25px;
    }

    .main-slide .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 399px) {
    .biolife-gird-banners .grid-panel .list-media .media-contain {
        height: 200px;
    }

    .biolife-gird-banners .grid-panel .list-media .cat-name {
        font-size: 18px;
        padding: 10px 10px 18px;
    }

    .biolife-gird-banners .grid-panel .list-media .biolife-banner__grid:not(.type-02) .banner-contain .cat-name {
        padding: 20px 15px;
        min-width: auto;
        width: 100%;
    }

    .biolife-gird-banners .grid-panel .list-media .biolife-banner__grid:not(.type-02) .banner-contain {
        bottom: 0;
    }
}

@media (max-width: 380px) {

    .biolife-banner__style-05 .banner-contain,
    .biolife-banner__style-06 .banner-contain,
    .biolife-banner__style-07 .banner-contain {
        overflow: hidden;
    }

    .biolife-banner__style-05 .media,
    .biolife-banner__style-06 .media,
    .biolife-banner__style-07 .media {
        left: -50px;
    }
}

/*==============================*/
.xs-margin-top-0 {
    margin-top: 0;
}

.xs-margin-top-10px {
    margin-top: 10px;
}

.xs-margin-top-19px {
    margin-top: 19px;
}

.xs-margin-top-20px {
    margin-top: 20px;
}

.xs-margin-top-25px {
    margin-top: 25px;
}

.xs-margin-top-30px {
    margin-top: 30px;
}

.xs-margin-top-30px-im {
    margin-top: 30px !important;
}

.xs-margin-top-33px {
    margin-top: 33px;
}

.xs-margin-top-34px {
    margin-top: 34px;
}

.xs-margin-top-36px {
    margin-top: 36px;
}

.xs-margin-top-40px {
    margin-top: 40px;
}

.xs-margin-top-45px {
    margin-top: 45px;
}

.xs-margin-top-50px-im {
    margin-top: 50px !important;
}

.xs-margin-top-50px {
    margin-top: 50px;
}

.xs-margin-top-60px {
    margin-top: 60px;
}

.xs-margin-top-65px {
    margin-top: 65px;
}

.xs-margin-top-80px {
    margin-top: 80px;
}

.xs-margin-top-80px-im {
    margin-top: 80px !important;
}

.xs-margin-top-90px {
    margin-top: 90px;
}

.xs-margin-top-100 {
    margin-top: 100px;
}

/*--------------------------*/
.xs-margin-bottom-15px {
    margin-bottom: 15px;
}

.xs-margin-bottom-16px {
    margin-bottom: 16px;
}

.xs-margin-bottom-25 {
    margin-bottom: 25px;
}

.xs-margin-bottom-30px {
    margin-bottom: 30px;
}

.xs-margin-bottom-36px {
    margin-bottom: 36px;
}

.xs-margin-bottom-33px {
    margin-bottom: 33px;
}

.xs-margin-bottom-40-im {
    margin-bottom: 40px !important;
}

.xs-margin-bottom-46px {
    margin-bottom: 46px;
}

.xs-margin-bottom-60px {
    margin-bottom: 60px;
}

.xs-margin-bottom-66px {
    margin-bottom: 66px;
}

.xs-margin-bottom-50px {
    margin-bottom: 50px;
}

.xs-margin-bottom-50px-im {
    margin-bottom: 50px !important;
}

.xs-margin-bottom-60px-im {
    margin-bottom: 60px !important;
}

.xs-margin-bottom-80px {
    margin-bottom: 80px;
}

/*--------------------------*/
.xs-padding-top-10px {
    padding-top: 10px;
}

.xs-padding-top-30px {
    padding-top: 30px;
}

.xs-padding-bottom-50px {
    padding-bottom: 50px;
}

/*--------------------------*/
.width-100percent {
    width: 100%;
}

.width-90percent {
    width: 90%;
}

.width-80percent {
    width: 80%;
}

.width-40percent {
    width: 40%;
}

.width-30percent {
    width: 30%;
}

.width-20percent {
    width: 20%;
}

.width-10percent {
    width: 10%;
}

.min-height-346px {
    min-height: 346px;
}

@media (min-width: 768px) {
    .sm-margin-top_-1px {
        margin-top: -1px;
    }

    .sm-margin-top-0 {
        margin-top: 0;
    }

    .sm-margin-top-0-im {
        margin-top: 0 !important;
    }

    .sm-margin-top-11px {
        margin-top: 11px;
    }

    .sm-margin-top-19px {
        margin-top: 19px;
    }

    .sm-margin-top-23px {
        margin-top: 23px;
    }

    .sm-margin-top-25px {
        margin-top: 25px;
    }

    .sm-margin-top-27px {
        margin-top: 27px;
    }

    .sm-margin-top-30px {
        margin-top: 30px;
    }

    .sm-margin-top-30px-im {
        margin-top: 30px !important;
    }

    .sm-margin-top-32px {
        margin-top: 32px;
    }

    .sm-margin-top-33px {
        margin-top: 33px;
    }

    .sm-margin-top-34px {
        margin-top: 34px;
    }

    .sm-margin-top-37px {
        margin-top: 37px;
    }

    .sm-margin-top-39px {
        margin-top: 39px;
    }

    .sm-margin-top-40px {
        margin-top: 40px;
    }

    .sm-margin-top-44px {
        margin-top: 44px;
    }

    .sm-margin-top-45px {
        margin-top: 45px;
    }

    .sm-margin-top-49px {
        margin-top: 49px;
    }

    .sm-margin-top-50px {
        margin-top: 50px;
    }

    .sm-margin-top-53px {
        margin-top: 53px;
    }

    .sm-margin-top-54px {
        margin-top: 54px;
    }

    .sm-margin-top-55px {
        margin-top: 55px;
    }

    .sm-margin-top-59px {
        margin-top: 59px;
    }

    .sm-margin-top-60px {
        margin-top: 60px;
    }

    .sm-margin-top-61px {
        margin-top: 61px;
    }

    .sm-margin-top-62px {
        margin: 62px 0 0;
    }

    .sm-margin-top-63px {
        margin: 63px 0 0;
    }

    .sm-margin-top-64px {
        margin-top: 64px;
    }

    .sm-margin-top-70px {
        margin-top: 70px;
    }

    .sm-margin-top-71px {
        margin-top: 71px;
    }

    .sm-margin-top-74px {
        margin-top: 74px;
    }

    .sm-margin-top-76px {
        margin-top: 76px;
    }

    .sm-margin-top-80px {
        margin-top: 80px;
    }

    .sm-margin-top-84px {
        margin-top: 84px;
    }

    .sm-margin-top-96px {
        margin-top: 96px;
    }

    .sm-margin-top-100px {
        margin-top: 100px;
    }

    .sm-margin-top-112px {
        margin-top: 112px;
    }

    .sm-margin-top-193px {
        margin-top: 30px;
    }

    .sm-margin-top_58px {
        margin-top: -58px;
    }

    /*--------------------------*/
    .sm-margin-bottom-0 {
        margin-bottom: 0;
    }

    .sm-margin-bottom-0-im {
        margin-bottom: 0 !important;
    }

    .sm-margin-bottom-24px {
        margin-bottom: 24px;
    }

    .sm-margin-bottom-26px {
        margin-bottom: 26px;
    }

    .sm-margin-bottom-35-im {
        margin-bottom: 35px !important;
    }

    .sm-margin-bottom-36px {
        margin-bottom: 36px;
    }

    .sm-margin-bottom-57px {
        margin-bottom: 57px;
    }

    .sm-margin-bottom-57-im {
        margin-bottom: 57px !important;
    }

    .sm-margin-bottom-70px {
        margin-bottom: 70px;
    }

    .sm-margin-bottom-73px {
        margin-bottom: 73px;
    }

    .sm-margin-bottom-76px {
        margin-bottom: 76px;
    }

    .sm-margin-bottom-77px {
        margin-bottom: 77px;
    }

    .sm-margin-bottom-80px {
        margin-bottom: 80px;
    }

    .sm-margin-bottom-89px {
        margin-bottom: 89px;
    }

    .sm-margin-bottom-120px {
        margin-bottom: 120px;
    }

    /*--------------------------*/
    .sm-padding-top-14px {
        padding-top: 14px;
    }

    .sm-padding-top-48px {
        padding-top: 48px;
    }

    .sm-padding-top-54px {
        padding-bottom: 54px;
    }

    .sm-padding-top-64px {
        padding-top: 66px;
    }

    .sm-padding-top-75px {
        padding-top: 75px;
    }


    /*--------------------------*/
    .sm-padding-bottom-80px {
        padding-bottom: 80px;
    }

    .sm-padding-bottom-39px {
        padding-bottom: 39px;
    }

    /*********************************************/
    .tab-head__sample-layout.bg-tab-v5 .tab-element .tab-link:hover,
    .tab-head__sample-layout.bg-tab-v5 .active .tab-link {
        color: #222222;
    }

    .header-area.layout-05 .header-middle {
        margin-bottom: 32px;
    }

    .slider-opt03__layout01.mode-03 .text-content {
        top: 51%;
        right: 19%;
        margin: 0 14px 0 0;
    }

    .tab-head__icon-top-layout.background-tab-include a {
        line-height: 0;
    }

    .tab-head__icon-top-layout.background-tab-include a>span:not(.biolife-icon) {
        display: block;
        font-size: 24px;
        text-transform: capitalize;
        color: #888888;
        line-height: 1;
        font-weight: 600;
    }

    .tab-head__icon-top-layout.background-tab-include .active a>span:not(.biolife-icon) {
        color: #dd6b0c;
    }

    .tab-head__icon-top-layout.background-tab-include .biolife-icon {
        display: inline-block;
        width: 106px;
        text-align: center;
        padding: 30px;
        color: #ffffff;
        opacity: 0.5;
        filter: alpha(opacity=50);
        margin-bottom: 3px;
    }


    .tab-head__icon-top-layout.background-tab-include .active .biolife-icon {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .header-area.layout-01 .header-middle {
        padding: 20px 0 28px;
    }

    .header-area.layout-01 .header-middle .biolife-logo {
        margin-top: 7px;
        display: block;
    }

    .header-area.layout-01 .header-middle .header-search-bar {
        padding-top: 1px;
    }

    .slider-opt03__layout01.mode-02 .text-content {
        top: 39%;
        right: 19%;
        margin: 0 12px 0 0;
    }

    .tab-head__icon-top-layout.type-02 a {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 6px;
    }

    .biolife-banner__promotion4.v2 .text-content {
        margin-left: 7px;
        top: 76px;
    }

    .footer.layout-02 .footer-item .section-title {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .md-full-width {
        width: 100%;
    }

    .md-max-width-270px {
        max-width: 270px;
    }

    .md-width-970 {
        width: 970px;
    }

    .md-width-750 {
        width: 750px;
    }

    .md-width-640 {
        width: 640px;
    }

    .md-margin-top_10px {
        margin-top: -10px !important;
    }

    .md-margin-top-0 {
        margin-top: 0;
    }

    .md-margin-top-6px {
        margin-top: 6px;
    }

    .md-margin-top-5px {
        margin-top: 5px;
    }

    .md-margin-top-9 {
        margin-top: 9px;
    }

    .md-margin-top-50px {
        margin-top: 50px;
    }

    .md-margin-top-61px {
        margin-top: 61px;
    }

    .md-margin-top-74px {
        margin-top: 74px;
    }

    /*-------------------------------*/
    .md-margin-bottom-0 {
        margin-bottom: 0;
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .md-margin-bottom-35-im {
        margin-bottom: 35px !important;
    }

    .md-margin-bottom-39 {
        margin-bottom: 39px;
    }

    .md-margin-bottom-46 {
        margin-bottom: 46px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .md-margin-bottom-83 {
        margin-bottom: 83px;
    }

    .md-padding-top-55 {
        padding-top: 55px;
    }

    .md-padding-left-23 {
        padding-left: 23px;
    }

    .md-padding-left-25 {
        padding-left: 25px;
    }

    .md-padding-left-50 {
        padding-left: 50px;
    }

    .md-padding-left-57 {
        padding-left: 57px;
    }

    /***************************************************/
    .sumary-product.single-layout {
        min-height: 430px;
    }

    .biolife-brd-container:not(.transparent-effect) figure {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
    }

    .biolife-brd-container:not(.transparent-effect) figure>img {
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .biolife-brd-container:not(.transparent-effect):hover figure>img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .post-item.effect-04 .thumbnail,
    .post-item.effect-03 .thumbnail,
    .post-item.effect-02 .thumbnail,
    .post-item.effect-01 .thumbnail {
        position: relative;
        overflow: hidden;
        display: block ruby;
    }

    .post-item.effect-04 .thumbnail>a::before,
    .post-item.effect-01 .thumbnail>a::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        border: 1px solid #e6e6e6;
        z-index: 5;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .post-item.effect-04 .thumbnail>a::after,
    .post-item.effect-01 .thumbnail>a::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .post-item.effect-04 .thumbnail:hover .post-date,
    .post-item.effect-01 .thumbnail:hover .post-date {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

    .post-item.effect-04 .thumbnail:hover>a::before,
    .post-item.effect-01 .thumbnail:hover>a::before {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        visibility: visible;
    }

    .post-item.effect-04 .thumbnail:hover>a::after,
    .post-item.effect-01 .thumbnail:hover>a::after {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .post-item.effect-02 .thumbnail img {
        display: inline-block;
        -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, .7, 1);
        transition: all 0.5s cubic-bezier(0.34, 1.61, .7, 1);
    }

    .post-item.effect-02 .thumbnail:hover img {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }

    .post-item.effect-03 .thumbnail>a:before,
    .post-item.effect-02 .thumbnail>a:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 4;
        -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, .7, 1);
        transition: all 0.5s cubic-bezier(0.34, 1.61, .7, 1);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

    .post-item.effect-03 .thumbnail:hover>a:before,
    .post-item.effect-02 .thumbnail:hover>a:before {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .post-item.effect-04 .thumbnail img,
    .post-item.effect-03 .thumbnail img {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .post-item.effect-04 .thumbnail:hover img,
    .post-item.effect-03 .thumbnail:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .product-category.grid-style .products-list li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .biolife-banner__grid.type-02 .media-contain::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        background-image: linear-gradient(to top, #dd6b0c, transparent);
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 950ms ease;
        -moz-transition: all 950ms ease;
        -ms-transition: all 950ms ease;
        -o-transition: all 950ms ease;
        transition: all 950ms ease;
    }

    .biolife-banner__grid.type-02.bn-elm-02 .media-contain::before {
        background-image: linear-gradient(to top, #05a503, transparent);
    }

    .biolife-banner__grid.type-02.bn-elm-03 .media-contain::before {
        background-image: linear-gradient(to top, #5d6a96, transparent);
    }

    .biolife-banner__grid.type-02.bn-elm-04 .media-contain::before {
        background-image: linear-gradient(to top, #f81c56, transparent);
    }

    .biolife-banner__grid.type-02.bn-elm-05 .media-contain::before {
        background-image: linear-gradient(to top, #433a55, transparent);
    }

    .biolife-banner__grid.type-02.bn-elm-06 .media-contain::before {
        background-image: linear-gradient(to top, #fd2046, transparent);
    }

    .biolife-banner__grid.type-02:hover .media-contain::before {
        opacity: 0.5;
        filter: alpha(opacity=50);
        height: 110px;
    }

    .header-area.layout-01 .biolife-sticky-object:not(.pre-sticky) .biolife-cart-info {
        margin-top: 6px;
    }

    .header-area.layout-01 .biolife-sticky-object .primary-menu>ul {
        position: initial;
    }

    .header-area.layout-01 .biolife-sticky-object .primary-menu {
        margin-top: 16px;
        position: relative;
        margin-left: -30px;
        padding-left: 30px;
    }

    .header-area:not(.layout-01):not(.layout-02) .primary-menu>ul .wrap-megamenu {
        margin-left: -30px;
    }

    .header-area.layout-01 .biolife-cart-info .minicart-block {
        margin-left: 0;
    }

    .biolife-popup .modal-dialog {
        min-width: 770px;
        margin-top: 200px;
    }

    .biolife-title-box__bold-center .subtitle {
        margin: 0;
    }

    .biolife-title-box__bold-center .main-title {
        font-size: 40px;
        margin-top: 6px;
    }

    .biolife-title-box__icon-at-top-style .main-title {
        font-size: 40px;
        margin-top: 4px;
    }

    .header-area.layout-02 .mobile-search-content {
        display: block;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .header-area.layout-02 .mobile-search .mobile-search-content {
        display: block;
    }

    body.open-mobile-search .header-area.layout-02 .mobile-search-content {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    #sidebar.mobile-version {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100vh;
        overflow: hidden;
    }

    .scale-effect.contain-product .product-thumb {
        overflow: hidden;
    }

    .scale-effect.contain-product .product-thumb .link-to-product>img {
        display: inline-block;
        -webkit-transition: transform 350ms ease;
        -moz-transition: transform 350ms ease;
        -ms-transition: transform 350ms ease;
        -o-transition: transform 350ms ease;
        transition: transform 350ms ease;
    }

    .scale-effect.contain-product:hover .product-thumb .link-to-product>img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .biolife-banner__style-12 .banner-contain .media .bn-link img,
    .biolife-banner__style-11 .banner-contain .media .bn-link img {
        display: inline-block;
        -webkit-transition: transform 0.8s ease;
        -moz-transition: transform 0.8s ease;
        -ms-transition: transform 0.8s ease;
        -o-transition: transform 0.8s ease;
        transition: transform 0.8s ease;
    }

    .biolife-banner__style-12:hover .banner-contain .media .bn-link img,
    .biolife-banner__style-11:hover .banner-contain .media .bn-link img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .slider-opt04__layout01.light-version .text-content {
        left: 38px;
    }

    .slider-opt04__layout01.light-version .text-content .third-line {
        margin-left: 8px;
    }

    .biolife-banner__promotion4 .position-1 img,
    .biolife-cat-box-item .cat-thumb img {
        display: inline-block;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .biolife-banner__promotion4 .position-1:hover img,
    .biolife-cat-box-item:hover .cat-thumb img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }



    .advance-product-box_countdown .contain-product .product-thumb {
        padding: 11px 8px 0 !important;
    }

    .page-contain {
        position: relative;
    }

    .page-contain:not(.category-page) {
        z-index: 10;
    }

    .page-contain #sidebar:not(.blog-sidebar) {
        margin-top: -6px;
    }

    .page-contain.right-sidebar.category-page #main-content,
    .page-contain.left-sidebar.category-page #main-content {
        margin-top: -10px;
    }

    .page-contain.left-sidebar #main-content {
        float: left;
    }

    .biolife-carousel.products-list:not(.default-product-style) {
        margin: -5px -15px;
    }

    .biolife-carousel.products-list:not(.default-product-style) .slick-list {
        padding: 5px;
    }

    .biolife-carousel.products-list.vertical-layout-02 {
        margin: -15px;
    }

    .biolife-carousel.products-list.vertical-layout-02 .slick-list {
        padding: 15px;
    }

    .biolife-carousel.products-list:not(.default-product-style):hover {
        margin-bottom: -150px;
    }

    .biolife-carousel.products-list:not(.default-product-style):hover .slick-list {
        padding-bottom: 150px;
    }

    .contain-product.layout-02:hover,
    .contain-product.layout-default:hover {
        border-radius: 47px;
    }

    .header-search-bar.layout-01 .input-text {
        max-width: 450px;
    }

    .biolife-sticky-object.pre-sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: -110%;
        -webkit-transition: all 1200ms ease;
        -moz-transition: all 1200ms ease;
        -o-transition: all 1200ms ease;
        transition: all 1200ms ease;
        background-color: #ffffff;
        z-index: 1000;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
        padding: 10px 0;
    }

    .biolife-sticky-object.pre-sticky.is-sticky {
        top: 0;
    }

    .header-area.layout-01 .biolife-sticky-object.pre-sticky .primary-menu {
        margin-top: 15px;
    }


    .contain-product.layout-default .slide-down-box {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* افکت نرم */
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        transform: translateY(100%);
        /* شروع از خارج از دید در پایین */
        top: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 10;
        background-color: #ffffff;
        padding-top: 11px;
        padding-bottom: 15px;
    }

    .contain-product.layout-default .slide-down-box::before {
        content: "";
        position: absolute;
        bottom: -36px;
        height: 36px;
        width: 25px;
        background-color: transparent;
        border-top-left-radius: 50%;
        box-shadow: 0 -15px 0 0 #ffffff;
    }

    .contain-product.layout-default .slide-down-box::after {
        content: "";
        position: absolute;
        bottom: -36px;
        height: 36px;
        width: 25px;
        background-color: transparent;
        border-top-right-radius: 50%;
        box-shadow: 0 -15px 0 0 #ffffff;
    }

    .contain-product.layout-default .slide-down-box::before {
        left: 0px;
        border-bottom-right-radius: 50%;
    }

    .contain-product.layout-default .slide-down-box::after {
        right: 0px;
        border-bottom-left-radius: 50%;
    }

    .contain-product.layout-default:hover .slide-down-box {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        transform: translateY(0);
    }

    .biolife-nav.nav-86px {
        margin-top: 38px;
        margin-bottom: 33px;
    }
}

@media (min-width: 1200px) {
    .lg-width-1170 {
        width: 1170px;
    }

    .lg-width-900 {
        width: 900px;
    }

    .lg-width-800 {
        width: 800px;
    }

    .lg-margin-top-0 {
        margin-top: 0;
    }

    .lg-margin-top-14px {
        margin-top: 14px;
    }

    .lg-margin-top-23px {
        margin-top: 23px;
    }

    .lg-margin-bottom-0 {
        margin-bottom: 0;
    }

    .lg-margin-bottom-26px-im {
        margin-bottom: 26px !important;
    }

    .lg-margin-top-30px {
        margin-top: 30px;
    }

    .lg-margin-bottom-72 {
        margin-bottom: 72px;
    }

    .lg-padding-left-23 {
        padding-right: 23px;
    }

    .lg-padding-left-25 {
        padding-left: 25px;
    }

    .lg-padding-left-50 {
        padding-left: 50px;
    }

    /*--------------------------------*/
    .md-boder-left-30 {
        position: relative;
    }

    .md-boder-left-30::before {
        content: '';
        width: 2px;
        display: block;
        position: absolute;
        top: 0;
        left: -31px;
        bottom: 0;
        background-color: #e6e6e6;
    }

    .col-lg-2>.contain-product.layout-default .slide-down-box .buttons {
        padding: 0;
    }

    .col-lg-2>.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn {
        padding: 10px;
    }

    .col-lg-12>.pr-detail-layout .info .categories,
    .col-lg-12>.pr-detail-layout .info .product-title,
    .col-lg-12>.pr-detail-layout .info .excerpt,
    .col-lg-12>.pr-detail-layout .info .price,
    .col-lg-12>.pr-detail-layout .info .buttons {
        max-width: 100%;
    }

    .sumary-product .biolife-countdown>span+span {
        margin-left: 20px;
    }

    .sumary-product .product-attribute .price+div:not(.product-atts) {
        max-width: 368px;
    }

    .sumary-product .product-attribute .price+div.grouped-product-list {
        width: calc(100% - 30px);
        max-width: inherit;
    }

    .content-404 .button:hover:after {
        width: 16px;
        opacity: 1;
    }

    .biolife-banner__style-15 .bn-link::before,
    .biolife-banner__style-01 .bn-link::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .biolife-banner__style-15:hover .bn-link::before,
    .biolife-banner__style-01:hover .bn-link::before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .biolife-banner__style-15 .text-content .fourth-line,
    .biolife-banner__style-15 .text-content .third-line,
    .biolife-banner__style-15 .text-content .second-line,
    .biolife-banner__style-15 .text-content .first-line,
    .biolife-banner__style-01 .text-content .fourth-line,
    .biolife-banner__style-01 .text-content .third-line,
    .biolife-banner__style-01 .text-content .second-line,
    .biolife-banner__style-01 .text-content .first-line {
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }

    .biolife-banner__style-15:hover .text-content .fourth-line,
    .biolife-banner__style-15:hover .text-content .third-line,
    .biolife-banner__style-15:hover .text-content .second-line,
    .biolife-banner__style-15:hover .text-content .first-line,
    .biolife-banner__style-01:hover .text-content .fourth-line,
    .biolife-banner__style-01:hover .text-content .third-line,
    .biolife-banner__style-01:hover .text-content .second-line,
    .biolife-banner__style-01:hover .text-content .first-line {
        color: #ffffff !important;
    }

    .contain-product__deal-layout .slide-down-box .buttons .btn:not(.add-to-cart-btn) {
        padding: 6px 14px;
    }

    .biolife-service__type01 .services-list li {
        text-align: center;
        padding-bottom: 11px;
    }

    .biolife-service__type01 .services-list li:hover .biolife-icon {
        animation-duration: 2.5s;
        -webkit-animation-duration: 2.5s;
        animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-name: bounce;
        -webkit-animation-name: bounce;
    }

    .service-inner:not(.style-02) {
        width: auto;
        text-align: left;
    }

    .service-inner:not(.style-02) .srv-name {
        width: auto;
        display: block;
    }

    .header-area.layout-03 .header-search-bar.layout-01 .input-text {
        max-width: 100%;
        text-align: right;
        width: 100%;
    }

    .header-area.layout-03 .header-search-bar.layout-01 .input-text:focus {
        border: 2px solid var(--main-color);
    }

    .slider-opt03__layout01.mode-03.black-color .text-content .first-line {
        color: #666666;
    }

    .slider-opt03__layout01.mode-03.black-color .text-content .second-line {
        color: #222222;
    }

    .slider-opt03__layout01.mode-03.black-color .text-content .third-line {
        color: #444444;
    }

    .transparent-effect img {
        -webkit-transition: opacity 350ms ease;
        -moz-transition: opacity 350ms ease;
        -ms-transition: opacity 350ms ease;
        -o-transition: opacity 350ms ease;
        transition: opacity 350ms ease;
    }

    .transparent-effect:not(:hover) img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .biolife-banner__promotion2.advance .media {
        left: -37px;
    }

    .contain-product__right-info-layout3 {
        -webkit-transition: box-shadow 500ms ease;
        -moz-transition: box-shadow 500ms ease;
        -o-transition: box-shadow 500ms ease;
        transition: box-shadow 500ms ease;
        margin-left: -10px;
    }

    .contain-product__right-info-layout3 .info .buttons {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        top: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 10;
    }

    .contain-product__right-info-layout3:hover {
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }

    .contain-product__right-info-layout3:hover .info .buttons {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .footer-midle-pst.v2 {
        margin-top: 59px;
    }
}

/*==============================*/
@media (min-width: 768px) and (max-width: 1199px) {
    .tab-head__icon-top-layout .biolife-icon {
        font-size: 35px;
    }

    .tab-head__icon-top-layout a {
        font-size: 20px;
    }

    .contain-product__right-info-layout3 .buttons .add-to-cart-btn {
        min-width: auto;
        padding: 11px 23px;
    }

    .contain-product__right-info-layout3 .info {
        padding-left: 20px;
    }

    .contain-product__right-info-layout3 .product-thumb {
        width: 200px !important;
    }

    .products-list.vertical-layout-02 li {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .biolife-banner__grid .media-contain {
        height: 256px;
    }

    .biolife-banner__grid .media-contain.media-01,
    .biolife-banner__grid .media-contain.media-06 {
        height: 512px;
    }

    .md-possition-relative {
        position: relative;
    }

    .md-possition-initial {
        position: static;
    }

    .header-area.layout-01 .biolife-sticky-object .primary-menu {
        position: static;
    }

    .shpcart-subtotal-block .btn-checkout .btn {
        max-width: 175px;
    }

    .contain-product__right-info-layout .product-thumb {
        width: 40%;
    }

    .post-item.style-left-info .thumbnail {
        width: 320px;
    }

    .header-area.layout-01 .primary-menu>ul>li+li {
        margin-left: 25px;
    }

    .slider-opt05 {
        height: 508px;
    }

    .biolife-banner__style-12 .banner-contain .media,
    .biolife-banner__style-11 .banner-contain .media {
        width: 200px;
    }

    .biolife-banner__style-11 .text4 span,
    .biolife-banner__style-11 .text4,
    .biolife-banner__style-11 .text2 {
        font-size: 27px;
    }

    .minicart-block.layout-02 .icon-contain .sub-total,
    .minicart-block.layout-02 .icon-contain .btn-to-cart {
        display: none;
    }

    .minicart-block.layout-02 .icon-contain .span-index {
        border-right: 2px solid #e6e6e6;
        border-radius: 50%;
        padding: 0 10px;
        width: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sumary-product .biolife-countdown>span+span {
        margin-left: 20px;
    }

    .sumary-product .product-attribute {
        padding-top: 0;
    }

    .biolife-banner__style-01 .text-content {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: -15px;
        margin-right: 15px;
    }

    .biolife-banner__style-15 .text-content {
        right: 15px;
    }

    .slider-opt03__layout02 .text-content {
        left: 20%;
    }

    .contain-product__right-info-layout .product-thumb {
        width: 40%;
    }

    .top-functions-area {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .advance-product-box_countdown .biolife-countdown>span+span {
        margin-left: 4px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .slider-opt04__layout01.light-version .text-content {
        background-color: transparent;
        padding: 20px 10px;
        left: 30px;
        right: auto;
    }

    .slick-slide.slick-active .slider-opt04__layout01.light-version .text-content {
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transition: background-color 1.2s ease;
        -moz-transition: background-color 1.2s ease;
        -ms-transition: background-color 1.2s ease;
        -o-transition: background-color 1.2s ease;
        transition: background-color 1.2s ease;
    }
}

@media (max-width: 1199px) {
    .products-list.biolife-carousel.nav-none-after-1k2 .slick-arrow.biolife-icon {
        display: none !important;
    }
}

@media (max-width: 1100px) {

    .biolife-carousel.nav-none-on-mobile.nav-center-bold .slick-arrow.prev,
    .biolife-carousel.nav-none-on-mobile.nav-center-bold .slick-arrow.next,
    .biolife-carousel.nav-none-on-mobile.nav-center .slick-arrow.prev,
    .biolife-carousel.nav-none-on-mobile.nav-center .slick-arrow.next,
    .biolife-carousel.nav-none-on-mobile.nav-top-right .slick-arrow.prev,
    .biolife-carousel.nav-none-on-mobile.nav-top-right .slick-arrow.next,
    .biolife-carousel.nav-none-on-mobile.nav-center-02 .slick-arrow.prev,
    .biolife-carousel.nav-none-on-mobile.nav-center-02 .slick-arrow.next,
    .biolife-carousel.nav-none-on-mobile.nav-center-03 .slick-arrow.prev,
    .biolife-carousel.nav-none-on-mobile.nav-center-03 .slick-arrow.next {
        display: none !important;
    }
}

.padding-zero {
    padding: 0px !important;
}

/************************
* comments Settings       *
*************************/
.comment-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

#commentform {
    padding: 20px;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
}

.comment-respond p.comment-form-url {
    display: none;
}

.comment-respond .comment-form-comment {
    margin: 20px 0;
}

.comment-respond p.comment-form-author {
    width: 49%;
    float: right;
}

.comment-respond p.comment-form-email {
    width: 49%;
    float: left;
}

.comment-respond input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 50px;
    padding: 5px;
    width: 100%;
}

.comment-respond input[type="text"]:focus {
    border: 2px solid var(--main-color);
}

.comment-respond .comment-form-cookies-consent {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.comment-box .comments-inner {
    margin-top: 40px;
}

.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0px;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 15px 15px;
}

.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}

.comments-inner .comment .depth-2 {
    background: #f9f9f9;
}

.comments-inner .comment .depth-3 {
    background: #f0f0f0;
}


.comments-inner .comment .comment-meta {
    display: none;
}

.comments-inner .comment .comment-author img {
    display: none;
}

.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.comments-inner .comment .comment-author .says {
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #606060;
}

.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}

.comments-inner .comment .reply a {
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}

.comment-respond .comment-form .submit {
    display: block;
    padding: 9px 93px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #E73A1AE0;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #bbb;
    margin-bottom: 30px;
}

.comment-respond .comment-form .submit:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.flex-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.3s ease 0s;
}

.flex-wrapper>div {
    /*flex: 1 1 10%;*/
    top: 0;
    padding: 10px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    background: #e3e3e394;
    transition: all 0.3s ease 0s;
}

.flex-wrapper>div:hover {
    background: #e3e3e394;
    border-bottom: 2px solid var(--main-color);
    top: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    box-shadow: inset 0 0 26px var(--main-color);
    transition: all 0.3s ease 0s;
}

.flex-wrapper>div a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    flex-direction: column;
    font-size: 14px;
}

.flex-wrapper>div:hover a {
    font-size: 14px;
    transition: all 0.3s ease 0s;
}

.flex-wrapper>div a img {
    height: 90px;
    bottom: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.flex-wrapper>div a p {
    margin: 5px 0;
}

.flex-wrapper>div:hover a p {
    margin: 0;
}

.flex-wrapper>div:hover a img {
    transition: all 0.3s ease 0s;
    bottom: 20px;
}

.adver-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.adver-products-wrapper>div {
    width: 49%;
    margin-bottom: 1%;
}

.adver-products-wrapper>div img {
    border-radius: 8px;
}

.adver-products-wrapper>div:nth-child(3n) {
    width: 100%;
}

.tabs-flexbox-products-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.tabs-flexbox-products-view .tabs-items {
    width: 19%;
    background-color: #fff;
    list-style: none;
    border-radius: 22px;
    position: relative;
    margin-top: 12px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}



.tabs-flexbox-products-view .tabs-items:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 25px;
    background: linear-gradient(to bottom, var(--main-color), transparent);
    z-index: -1;
    pointer-events: none;
}


.tabs-flexbox-products-view .tabs-items .product-item div div a img {
    height: 275px;
    align-items: center;
    display: flex;
    width: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.tabs-flexbox-products-view .tabs-items .product-item div div a {
    display: flex;
    justify-content: center;
}

.quickview-container .biolife-quickview-inner .media figure.quickview-img a img {
    align-items: center;
    display: flex;
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
}

/**************************************************** discount counter *************************************************/
.amazing-product {
    background: var(--main-color);
    border-radius: 15px;
    box-shadow: 17px 17px 40px 0px #E5383B12;
}

.amazing-product .owl-stage {
    display: flex;
    gap: 10px;
}


.amazing-product .amazing-btn a {
    background: #fff;
    border-radius: 24px;
    padding: 13px 29px;
    display: inline-flex;
    align-items: center;
    color: #4d4d4d;
}

.amazing-product .amazing-btn a i {
    font-size: 13px;
    margin-right: 5px;
}

.amazing-product .amazing-btn {
    text-align: center;
}

.amazing-product .amazing-thumbnail img {
    margin: 15px auto;
}

.hero-product .product-item {
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin: 21px 6px;
    padding: 10px 10px 15px;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}



.hero-product .product-item figure a img {
    width: auto;
    height: 316px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.hero-product .product-item figure a {
    display: flex;
    justify-content: center;
}

.hero-product .product-item .end-discount {
    font-size: 13px;
    text-align: center;
    display: block;
    background: #f93423;
    padding: 4px 0;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.hero-product .product-item .end-discount:before {
    content: "\f5b4";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    margin-left: 10px;
}

.hero-product .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-product .product-item .color-dis .color-pro ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}

.hero-product .product-item .color-dis .color-pro ul li {
    float: right;
}

.hero-product .product-item .color-dis .discount {
    background: #F93423;
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
    z-index: 20;
    margin-top: 20px;
}

.hero-product .product-item h2 {
    margin-top: 15px;
    height: 59px;
    line-height: 22px;
    overflow: hidden;
    border-bottom: 2px solid #eee;
    text-align: center;
}

.hero-product .product-item h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 450;
}

.hero-product .product-item figure a {
    max-width: 100%;
}

.action-form .box-timer {
    background-color: #fff;
    padding: 11px;
    margin-bottom: 10px;
}

.action-form .box-timer .countdown-timer {
    display: flex;
    justify-content: center;
}

.action-form .box-timer .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 4px 4px;
}

.action-form .box-timer .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}











.amazing-product .countdown-timer {
    display: flex;
    justify-content: center;
}

.amazing-product .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 4px 4px;
}

.amazing-product .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.biolife-quickview-inner .countdown-timer {
    display: flex;
    justify-content: center;
}

.biolife-quickview-inner .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 4px 4px;
}

.biolife-quickview-inner .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.biolife-quickview-inner .timer-in-special-tabs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.biolife-quickview-inner .end-discount {
    font-size: 13px;
    text-align: center;
    display: block;
    background: #f93423;
    padding: 4px 0;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    width: 60%;
    margin: 0 auto;
}

.special-box .det-special .slider .tab .end-discount {
    font-size: 13px;
    text-align: center;
    display: block;
    background: #f93423;
    padding: 4px 0;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    width: 40%;
    margin-bottom: 10px;
}

.hero-product .product-item .down {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 50px;
    position: relative;
}

.best_selling .product-item .down {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 50px;
    position: relative;
}

.hero-product .product-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;
}

.hero-product .product-item .down .addtocart_button a {
    font-size: 34px;
    color: var(--second-color);
    display: flex;
}

.hero-product .product-item .down .addtocart_button_latest_products a {
    font-size: 34px;
    color: var(--main-color);
    display: flex;
}

.hero-product .product-item .down .price {
    margin-left: 25px;
    text-align: left;
    font-weight: 700;
    color: var(--main-color);
    background: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.hero-product .product-item .down .price ins {
    color: #313131;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.title-pro h4 {
    font-size: 18px;
    font-weight: 450;
    border-bottom: 1px solid var(--main-color);
    display: inline-block;
    padding-bottom: 14px;
}

.not_stock {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: var(--main-color);
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 13px;
    gap: 5px;
    color: #fff;
}

.product-sticky-bar .not_stock {
    display: block;
    margin: 0 auto;
    background: var(--main-color);
    padding: 11px 11px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.product-sticky-bar .not_stock i {
    color: #fff;
    text-align: center;
    margin: 0 5px;
}

.not_stock_best_selling {
    display: flex;
    align-items: center;
    background: var(--main-color);
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 13px;
    gap: 5px;
    color: #fff;
}

.not_stock i {
    color: var(--second-color);
    font-size: 15px;
    font-weight: 700;
}

.not_price {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: var(--second-color);
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 13px;
    gap: 5px;
    color: #fff;
}

.not_price_best_selling {
    display: flex;
    align-items: center;
    background: var(--second-color);
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 13px;
    gap: 5px;
    color: #fff;
}

.best_selling .tabs-items .info .not_price {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: var(--second-color);
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 13px;
    gap: 5px;
    color: #fff;
}

.hero-product .amazing-product .product-item .down .price ins span.woocommerce-Price-amount {
    position: absolute;
    top: 14px;
    left: 0px;
    font-size: 14px;
    color: #afafaf;
}

.hero-product .product-item .down .price bdi span.woocommerce-Price-currencySymbol {
    rotate: 270deg;
    position: absolute;
    top: 0px;
    left: -28px;
    font-size: 14px;
    color: #afafaf;
}

.hero-product .amazing-product .product-item .down .price del {
    position: absolute;
    top: -33px;
    left: 0px;
}

.hero-product .amazing-product .product-item .down-two .price {
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hero-product .amazing-product .product-item .down-two .price del {
    position: absolute;
    top: unset;
    left: unset;
}

.hero-product .amazing-product .product-item .down .price ins {
    position: absolute;
    top: -26px;
    left: 0;
}

.hero-product .product-item .down .price ins span bdi span.woocommerce-Price-currencySymbol {
    rotate: 270deg;
    position: absolute;
    top: 14px;
    left: -35px;
    width: 52px;
    text-align: center;
    margin-right: 5px;
}

.amazing-product .product-item .down .price ins span bdi span.woocommerce-Price-currencySymbol {
    rotate: 270deg;
    position: absolute;
    top: -12px;
    left: -28px;
}


:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
    background-color: var(--main-color);
    color: #fff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
    background-color: var(--second-color);
    color: #fff;
}

.woocommerce-breadcrumb {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 1em;
    overflow: hidden;
    width: 100%;
}

.woocommerce-breadcrumb {
    margin: 20px 0 !important;
    padding: 0 !important;
    list-style: none;
    font-size: 1em !important;
    overflow: hidden;
    width: 100%;
}

.woocommerce-breadcrumb li {
    float: right;
    margin: 0 0 0 30px;
}

.woocommerce-breadcrumb a {
    padding: .5em 1em .5em 2em;
    float: left;
    text-decoration: none;
    color: #aaa;
    background: #f2f2f2;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-radius: 0 5px 5px 0;
    transition: none;
    font-size: 14px;
}

.woocommerce-breadcrumb a:hover {
    background: rgb(223, 220, 220);
    color: #e73918;
    transition: none;
}

.woocommerce-breadcrumb a::after {
    background: #f2f2f2;
    content: "";
    height: 34px;
    margin-top: -1.29em;
    position: absolute;
    left: -13px;
    top: 50%;
    width: 30px;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: .4em;
}

.woocommerce-breadcrumb a:hover::after {
    background: rgb(223, 220, 220);
}

.woocommerce-breadcrumb li:last-child,
.woocommerce-breadcrumb li:last-child:hover {
    background: none;
    padding: .7em 1em .7em 2em;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    color: #4d4d4d;
    font-weight: 500;
}

.woocommerce-breadcrumb li:last-child::after {
    content: normal;
}

.entry-summary .product-attribute .sub_title_english {
    color: #ccc;
    font-size: 13px;
    direction: ltr;
    float: left;
    border-bottom: 1px solid #f4f4f4;
}

.product-attribute .acf-info-single-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.3s ease 0s;
}

.product-attribute .acf-info-single-product>div {
    width: 47%;
    margin: 5px;
    top: 0;
    font-size: 13px;
    padding: 5px 10px;
    height: 43px;
    border-radius: 3px;
    align-items: center;
    display: flex;
    background: #f7f7f7;
    border-bottom: 2px solid var(--main-color);
    transition: all 0.3s ease 0s;
}

.product-attribute .acf-info-single-product>div i {
    font-family: "Font Awesome 6 Free";
    color: var(--main-color);
    font-size: 18px;
    margin-left: 8px;
}

.product-atts .woocommerce_product_additional_information {
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease 0s;
}

.product-atts .woocommerce_product_additional_information .property-item {
    width: auto;
    margin: 3px 5px;
    padding: 2px 10px;
    font-size: 14px;
    display: flex;
    border: 1px dashed #ccc;
    align-items: center;
    background-color: #D0D0D03D;
}

.product-atts .woocommerce_product_additional_information .property-item span {
    color: #555;
    padding-left: 5px;
}

.product-atts .woocommerce_product_additional_information .property-item i {
    color: var(--main-color);
    padding-left: 6px;
}

.product-atts .woocommerce_product_additional_information .property-item p {
    color: #022f99;
    margin: 0;
}

.sumary-product .product-attribute .product-atts h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.entry-summary .action-form .total-price-contain p.price span.woocommerce-Price-amount bdi span {
    color: var(--second-color);
    font-size: 15px;
    float: left;
}

.entry-summary .action-form .total-price-contain .single-products-discount>span {
    background: var(--main-color);
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    border: 1px dashed #fff;
    float: left;
    margin-bottom: 14px;
    width: 106px;
    text-align: center;
}

.single-product .main-content .sumary-product .onsale {
    display: none;
}

.woocommerce-message {
    border-top-color: var(--main-color);
    background-color: var(--second-color);
    color: #fff !important;
}


.back-register-login .login-page .confirmation-password {
    color: #fff;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left;
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.woocommerce-message::before {
    content: "\e015";
    color: var(--main-color);
}

.woocommerce-error {
    border-top-color: var(--main-color);
}

.woocommerce-error li a {
    color: var(--main-color);
}

.woocommerce-error li {
    padding: 4px 21px;
}

.woocommerce-error::before {
    content: "\e016";
    color: var(--main-color);
}

div.variations .cfvsw-swatches-container {
    margin-bottom: 10px;
}

.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
    font-size: 26px;
    font-weight: 600;
    color: #353535;
    display: block;
    margin-top: 20px;
    line-height: initial;
}

.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins span.woocommerce-Price-amount bdi,
.product-sticky-bar .total-price-contain .price ins span.woocommerce-Price-amount bdi {
    color: var(--second-color);
    background: #fff;
    padding: 0 2px;
    border-radius: 3px;
}

.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price span bdi span {
    font-size: 14px;
    color: #a2a2a2;
    padding: 0 5px;
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border: none;
    padding: 14px 33px;
    margin: 28px auto;
    border-radius: 3px;
}

.woocommerce div.product form.cart .button {
    float: unset;
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button:hover {
    background-color: var(--second-color);
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button:before {
    content: "\f290";
    font-family: "Font Awesome 6 Free";
    margin-left: 8px;
}


/********************************image in single product***********************************/
.sumary-product .entry-summary .single-add-to-cart {
    background: #1BD2A3 !important;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 450;
    border-radius: 7px;
    cursor: pointer;
    line-height: inherit;
}

.sumary-product .entry-summary .single-add-to-cart i {
    margin-left: 5px;
}

.image-chart-container {
    width: 39%;
}

.sumary-product .entry-image {
    display: flex;
    justify-content: flex-start;
    width: 100% !important;
    position: relative !important;
    padding: 20px;

}

.sumary-product.single-layout {
    display: flex;
}

.sumary-product.single-layout .summary {
    width: 60%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 60%;
}

.sumary-product.single-layout .entry-summary {
    display: flex;
}

.sumary-product .entry-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #000;
    opacity: .02;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.sumary-product .entry-image .product-action .item-action button.woocommerce-product-gallery__trigger {
    position: unset;
    border-radius: 8px;
    height: 35px;
    text-indent: 0;
    width: auto;
    font-size: 13.5px;
    display: flex;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    display: none;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

.single-product .main-content .sumary-product .entry-image a.woocommerce-product-gallery__trigger:before,
.single-product .main-content .sumary-product .entry-image a.woocommerce-product-gallery__trigger:after {
    content: unset;
}

.sumary-product .entry-image .flex-viewport {
    width: 80%;
    flex-shrink: 0;
}

.sumary-product .entry-image .flex-viewport .countdown-timer {
    display: flex;
    justify-content: center;
}

.sumary-product .entry-image .flex-viewport .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.sumary-product .entry-image .flex-viewport .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 0 2px;
}

.flex-active-slide {
    max-width: 485px !important;
    width: 396PX !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.sumary-product .entry-image ol {
    width: 63px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    position: absolute;
    left: 26px;
    overflow-y: visible !important;
    max-height: 436px;
}

.sumary-product .entry-image ol li {
    background: #fff;
    width: 63px !important;
    height: 63px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.sumary-product .entry-image ol li:focus {
    border: 1px solid #e73918;
}

.sumary-product .entry-image ol li img {
    opacity: .5;
    filter: blur(1px);
}

.sumary-product .entry-image ol li img.flex-active {
    opacity: 1;
    filter: unset;
}

.sumary-product .entry-image .product-action {
    max-width: 6%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15%;
    z-index: 3;
}

.sumary-product .entry-image .product-action .item-action button {
    background: #fff;
    border: 2px solid var(--main-color) !important;
    border-radius: 8px;
    min-width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sumary-product .entry-image .product-action .item-action button:hover span {
    max-width: 280px;
    padding-left: 10px;
}

.sumary-product .entry-image .product-action .item-action button i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--main-color);
}

.sumary-product .entry-image .product-action .item-action button span {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    color: var(--main-color);
}

/* The Modal (background) */
#modal_video .modal-content {
    width: 800px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 6;
    /* Sit on top */
    padding-top: 138px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 2000;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 460px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

#modal_video .modal-header i {
    float: left;
    font-size: 24px;
    color: #fff;
    background: #f00;
    padding: 2px 5px;
    margin: 6px;
    border-radius: 3px;
}

#modal_video .modal-header i:hover {
    background: #d50303;
}

.modal-header i:hover {
    color: #e73918;
}

.modal-header h4 {
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.modal-body video {
    max-width: 100%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */
.close-modal {
    color: white;
    float: right;
    font-size: 25px;
    font-weight: bold;
    background-color: #db2a2a;
    padding: 3px 6px;
    border-radius: 4px;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.close-modal:hover,
.close-modal:focus {
    color: #fff;
    background-color: #d50202;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.merdas-login-form {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 18px;
    text-align: center;
    backdrop-filter: blur(7px);
    border: 1px solid #ffffff21;
    background: linear-gradient(#ffffff34, #ffffff27);
    width: 450px;
}

.merdas-login-form .register-form .woocommerce-form-row button.woocommerce-form-register__submit {
    width: 100%;
    padding: 14px;
    background-color: var(--main-color);
    color: #fff;
}

.merdas-login-form .register-form .woocommerce-form-row button.woocommerce-form-register__submit:hover {
    background-color: var(--second-color);
}

.merdas-login-form #otp-inputs .button-otp {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 42%;
    margin-top: 15px;
}

.merdas-login-form #otp-inputs .button-otp:hover {
    background-color: var(--second-color);
}

.merdas-login-form #otp-inputs #otp-timer {
    color: red;
    font-size: 13px;
    background: #f5f5f5;
    padding: 10px;
    border: 1px dashed #e6e5e5;
    border-radius: 3px;
}

.woocommerce form.login {
    border: unset;
    padding: unset;
    margin: unset;
    text-align: unset;
    border-radius: unset;
}

.form-box-shadows {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.form-box-shadows:before,
.form-box-shadows:after {
    content: "";
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.form-box-shadows:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.merdas-login-form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.woocommerce form .form-row .input-text {
    outline: 0;
    background-color: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
    position: relative;
    top: -7px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: unset;
    margin-left: unset;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover {
    background-color: unset;
    color: unset;
}

.merdas-login-form input.woocommerce-form__input-checkbox {
    width: auto;
}

.merdas-login-form button.woocommerce-form-login__submit {
    text-transform: uppercase;
    outline: 0;
    background: var(--main-color);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    line-height: unset;
}

.merdas-login-form button.woocommerce-form-login__submit:before {
    content: "\f090";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    right: 120px;
}

.otp-login-form p button {
    text-transform: uppercase;
    outline: 0;
    background: var(--main-color) !important;
    width: 100%;
    border: 0;
    padding: 15px !important;
    color: #FFFFFF !important;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    line-height: unset !important;
    font-weight: unset !important;
}

.otp-login-form p button:before {
    content: "\f090";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 26px;
    margin-left: 10px;
    position: absolute;
    right: 60px;
}

.otp-login-form p button:hover {
    background: var(--second-color) !important;
    color: #fff !important;
}

.merdas-login-form button.woocommerce-form-login__submit:hover {
    background: var(--second-color);
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover {
    background: var(--second-color);
    color: #fff;
}


.merdas-login-form .message {
    margin: 15px 0 0;
    color: #fff;
    font-size: 14px;
}

.form-box-shadows .merdas-login-form .message {
    margin: 15px 0 0;
    color: #535353;
    font-size: 14px;
    text-align: center;
}

.merdas-login-form .message a {
    color: #e73918;
    text-decoration: none;
}

.merdas-login-form .register-form {
    display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: unset;
    padding: unset;
    margin: 10px 0;
    text-align: right;
    border-radius: 5px;
}

.merdas-login-form .register-form .woocommerce-privacy-policy-text {
    display: none;
}

.back-register-login .merdas-login-form .register-form .woocommerce-password-hint {
    color: #fff;
}

.merdas-login-form .logo {
    max-width: 200px;
    margin: 0 auto 35px;
}

.modal-header {
    padding: 2px 0px;
    color: #444;
    border-bottom: unset !important;
}

.modal-body {
    padding: 2px 0px;
}

.modal-footer {
    padding: 2px 0px;
    background-color: #e73918;
    color: white;
}

.modal-body .shortlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #edecec;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 20px;
}

.modal-body .shortlink textarea {
    text-align: left;
    width: 300px;
    height: 32px;
    padding: 8px;
    font-weight: 500;
}

.modal-body .social-sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.modal-body .social-sharing .box-sharing {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.modal-body .social-sharing .box-sharing a.facebook {
    color: #4267B2;
}

.modal-body .social-sharing .box-sharing a.twitter {
    color: #1DA1F2;
}

.modal-body .social-sharing .box-sharing a.pinterest {
    color: #E60023;
}

.modal-body .social-sharing .box-sharing a.telegram {
    color: #1DA1F2;
}

.modal-body .social-sharing .box-sharing a.whatsapp {
    color: #25D366;
}

.modal-body .social-sharing .box-sharing a {
    font-size: 28px;
    display: flex;
}

.sumary-product .entry-image .product-action .item-action button span.added {
    display: none;
}

.sumary-product .entry-image .product-action .item-action button.woosw-added span.added {
    display: block;
}

.sumary-product .entry-image .product-action .item-action button.woosw-added span.add {
    display: none;
}

.woosw-item--price,
.woosw-item--time {
    display: none;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
    font-weight: 400;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--atc p a {
    font-weight: 400;
    width: 130px;
    font-size: 13px;
    text-align: center;
    padding: 10px 5px;
    background-color: var(--main-color);
    color: #fff;
    display: block;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    color: #303030;
}

.main-single-page {
    width: 100%;
}

.woosw-list table.woosw-items {
    width: 100%;
}


/************************* woocommerce tabs style ************************/
.woocommerce div.product .woocommerce-tabs .panel {
    overflow-x: hidden;
}

.woocommerce-tabs nav {
    margin-top: 50px;
    font-size: 15px;
    padding: 0px;
    list-style: none;
    background: var(--second-color);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.woocommerce-tabs nav ul {
    display: flex;
    margin-bottom: 0 !important;
    position: unset !important;
}

.woocommerce-tabs nav ul:before {
    display: flex;
    margin-bottom: 0 !important;
    border-bottom: unset !important;
}

.woocommerce-tabs nav ul li {
    list-style: none;
    position: unset !important;
    background-color: unset !important;
    border: unset !important;
}

.woocommerce-tabs nav a {
    text-decoration: none;
    color: #fff !important;
    font-weight: unset !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
}

.woocommerce-tabs nav li.active a {
    color: #fff;
}

.woocommerce-tabs nav .selector {
    height: 53px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 1;
    border-radius: 10px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: var(--main-color);
    border: 2px solid #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 30px 20px !important;
    border: 2px solid #f3f3f3;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description p {
    text-align: justify;
    line-height: 38px;
}

.woocommerce-tabs div.comments .woocommerce-Reviews-title {
    font-size: 18px;
}

.woocommerce-tabs .woocommerce_product_additional_information .property-item {
    display: flex;
    gap: 10px;
}

.woocommerce-tabs .woocommerce_product_additional_information .property-item span {
    min-width: 200px;
    background-color: #f5f5f5;
    margin-bottom: 3px;
    padding: 7px 10px;
    border-top: 1px dashed #5c5c5c;
    border-left: 1px dashed #5c5c5c;
}

.woocommerce-tabs .woocommerce_product_additional_information .property-item span i {
    color: var(--second-color);
    padding: 0 0px 5px 8px;
}

.woocommerce-tabs .woocommerce_product_additional_information .property-item p {
    margin-bottom: 0;
    border-bottom: 1px dashed #cdcdcd;
    min-width: 250px;
    align-items: center;
    display: flex;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: unset !important;

}

.merdas-cross-sell {
    display: flex;
    gap: 15px;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.cross-item {
    width: 32.5%;
    height: 160px;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 15px;
    padding: 15px;
    flex-grow: 1;
    min-width: 300px;
}

.cross-item figure {
    float: right;
    margin-left: 5px;
    max-height: 100%;
    overflow: hidden;
}

.cross-item figure a img {
    max-width: 130px;
}

.cross-item h2 {
    line-height: 23px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.cross-item h2 a {
    font-size: 15px;
    font-weight: 450;
}

.cross-item .down {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: end;
}

.cross-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;
}

.cross-item .down .price>span>bdi {
    font-size: 16px;
    font-weight: 725;
}

.cross-item .down .price del {
    color: #7E7E7E;
}

.cross-item .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
    display: block;
}

.cross-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}

.cross-item .down .price del .woocommerce-Price-currencySymbol {
    display: none;
}

.cross-item .down .price>span>bdi .woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0;
    bottom: 26px;
}

.cross-item .down .addtocart_button a {
    font-size: 34px;
    color: #e73918 !important;
    display: flex;
    background: none !important;
    padding: 0 !important;
}

.cross-item .down .addtocart_button a.added {
    display: none;
}

.cross-item .down .addtocart_button a:after {
    display: none;
}

.cross-item .down .addtocart_button a.added_to_cart {
    background: #4cae4c !important;
    color: #fff !important;
    font-size: 13px;
    padding: 3px 5px !important;
    border-radius: 4px;
}

.addtocart_button a {
    transition: all 1.5s ease-in-out;
}

.modal-add-to-cart {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 450;
}

.modal-add-to-cart i {
    color: #4cae4c;
    font-size: 26px;
}

.hero-product .product-item .down .addtocart_button_latest_products a {
    font-size: 34px;
    color: var(--main-color);
    display: flex;
    background: none !important;
    padding: 0 !important;
}

.hero-product .product-item .down .addtocart_button_latest_products a:hover {
    color: var(--second-color);
}

.hero-product .product-item .down .addtocart_button_latest_products a.added_to_cart {
    background: #4cae4c !important;
    color: #fff !important;
    font-size: 12px;
    padding: 3px 5px !important;
    border-radius: 4px;
}

.hero-product .product-item .down .addtocart_button_latest_products a.added_to_cart:before {
    content: "\f291";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    margin-left: 6px;
    font-weight: 900;
}

.hero-product .product-item .down .addtocart_button_latest_products a:after {
    display: none;
}

.hero-product .product-item .down .addtocart_button_latest_products a.added {
    display: none;
}

.hero-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}

.hero-archive .product-item {
    width: 23.5%;
    margin: 0;
    border: 1px solid #f0f0f0;
}

.modern-contenedor .modern-card .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0;
}

.hero-product .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0;
}

.modern-contenedor .modern-card .card-image .color-dis .color {
    position: relative;
}

.hero-product .product-item .color-dis .color {
    position: relative;
}

.best_selling .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

.hero-product .product-item .color-dis .color ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    padding: 5px 2px;
    border-radius: 0 0 0 5px;
}

.modern-contenedor .modern-card .color-dis .color ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 0;
    padding: 5px 2px;
    border-radius: 0 0 0 5px;
}

.modern-contenedor .modern-card .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 6px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.modern-contenedor .modern-card .color ul li span b {
    position: absolute;
    right: -10px;
    bottom: 10px;
    background: #303030;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    transition: all .2s ease-in-out;
}

.modern-contenedor .modern-card .color ul li span:hover b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
    width: max-content;
}

.hero-product .product-item .color-dis .color ul li {
    float: right;
}

.best_selling .product-item .color-dis .color ul li {
    float: right;
}

.hero-product .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 6px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.hero-product .product-item .color-dis .color ul li span img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 6px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.best_selling .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}

.modern-contenedor .modern-card .color,
.hero-product .product-item .color,
.best_selling .product-item .color-dis .color,
.Second-product-card .color-dis .color,
.basic-second-card .product-item .color {
    display: none;
}

.modern-contenedor .modern-card .color:first-of-type,
.hero-product .product-item .color:first-of-type,
.best_selling .product-item .color-dis .color:first-of-type,
.Second-product-card .color-dis .color:first-of-type,
.basic-second-card .product-item .color:first-of-type {
    display: block;
}

.hero-product .product-item .color ul li span:hover b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
    width: max-content;
}

.hero-product .product-item .color ul li span b {
    position: absolute;
    right: -10px;
    bottom: 10px;
    background: #303030;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    transition: all .2s ease-in-out;
}

.hero-product .product-item .color:nth-child(2) {
    right: unset;
    left: 13px;
}

.hero-product .product-item .color:nth-child(3) {
    display: none;
}

.hero-product .product-item .color:nth-child(4) {
    display: none;
}

.hero-product .product-item .color ul li small {
    border: 1px solid #ddd;
    padding: 2px 5px;
    margin-bottom: 6px;
    display: block;
    bottom: 0px;
    position: relative;
    border-radius: 5px;
    font-weight: 450;
    margin-left: 2px;
}

.special-box .special-item .color ul li small {
    border: 1px solid #ddd;
    padding: 2px 5px;
    margin-bottom: 6px;
    display: block;
    bottom: 0px;
    position: relative;
    border-radius: 5px;
    font-weight: 450;
    margin-left: 2px;
}

.best_selling .product-item .color ul li small {
    border: 1px solid #ddd;
    padding: 2px 5px;
    margin-bottom: 0px;
    display: block;
    bottom: 0px;
    position: relative;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 2px;
}

/**************************************************** woocommerce comments styles *******************************************/
.woocommerce-Reviews #comments h2 {
    display: none;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container {
    display: flex;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container img {
    display: none;
    border-radius: 20px;
    height: fit-content;
    margin-top: 32px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    line-height: 2.3;
    padding: 10px !important;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info {
    width: 18%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .recommend-status-yes {
    margin-bottom: 12px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .recommend-status-no {
    margin-bottom: 12px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .recommend-status {
    margin-bottom: 12px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .show-recommend-vote-yes {
    background-color: #d8f9b7;
    font-size: 12px;
    padding: 6px 5px;
    color: #238637;
    border: 1px solid #238637;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 20px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .show-recommend-vote-no {
    background-color: #f9b7b7;
    color: #ff0606;
    border: 1px solid #f00;
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 5px;
    display: block;
    text-align: center;
    line-height: 20px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .show-recommend-vote-without {
    background-color: #376b8a57;
    color: #0781a6;
    border: 1px solid #0781a6;
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 5px;
    display: block;
    text-align: center;
    line-height: 20px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .meta {
    margin-bottom: 0;
    font-size: 13px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .star-rating {
    color: #ccc;
    font-size: 16px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .description {
    width: 64%;
    border-right: 1px solid #ececec;
    padding-right: 10px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .description p {
    font-size: 14px;
    text-align: justify;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .additional-comment-rating {
    width: 19%;
    padding: 9px;
    background-color: #fbfbfb;
    border-radius: 7px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .additional-comment-rating .rate-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .additional-comment-rating .rate-item span {
    font-size: 13px;
    font-width: 600;
    min-width: 100px;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .additional-comment-rating .rate-item .rate-content {
    width: 150px;
    background: #eaeaea;
    height: 10px;
    border-radius: 5px;
    box-shadow: inset 0 0 3px #b0b0b0;
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .additional-comment-rating .rate-item .rate-content .rate-result {
    background-color: var(--main-color);
    height: 100%;
    border-radius: 5px;
}


.comment-form-comment textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 10px;
}

.comment-form-comment textarea:focus {
    border: 2px solid var(--main-color);
}

.comment-form-comment textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 10px;
}

.woocommerce-Tabs-panel .woocommerce-Reviews #comments p.woocommerce-noreviews {
    display: none;
}

#review_form_wrapper .comment-respond span.comment-reply-title {
    display: block;
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 80px;
    color: var(--second-color);
    line-height: 50px;
}

#review_form_wrapper .comment-respond .comment-form p.comment-notes {
    display: none;
}

#review_form_wrapper .comment-respond .comment-form p.comment-policy {
    display: none;
}

#review_form_wrapper .comment-respond .comment-form p input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 50px;
    padding: 5px;
    width: 100%;
}

#review_form_wrapper .comment-respond .comment-form p input[type="text"]:focus {
    border: 2px solid var(--main-color);
}

#review_form_wrapper .comment-respond .comment-form p input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 50px;
    padding: 5px;
    width: 100%;
}

#review_form_wrapper .comment-respond .comment-form p input[type="email"]:focus {
    border: 2px solid var(--main-color);
}

#review_form_wrapper .comment-respond .comment-form p input[type="submit"] {
    display: inline-block;
    padding: 13px 87px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: var(--main-color);
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #bbb;
    margin-top: 48px;
}

#review_form_wrapper .comment-respond .comment-form p input[type="submit"]:hover {
    background-color: var(--main-color);
}

#review_form_wrapper .comment-respond .comment-form p input[type="submit"]:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review {
    display: flex;
    margin-top: 25px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question {
    width: 50%;
    text-align: center;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4d4d4d;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question .radio-list {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question .radio-list .radio-item input {
    display: none;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question .radio-list .radio-item label {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f0f0f0;
    font-size: 13px;
    display: block;
    cursor: pointer;
    font-weight: 600;
    color: #939393;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question .radio-list .radio-item input[type="radio"]:checked#suggest-yes~label {
    background-color: #d8f9b7;
    color: #238637;
    border: 1px solid #238637;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question .radio-list .radio-item input[type="radio"]:checked#suggest-no~label {
    background-color: #f9b7b7;
    color: #ff0606;
    border: 1px solid #f00;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .radio-question .radio-list .radio-item input[type="radio"]:checked#suggest-without~label {
    background-color: #376b8a57;
    color: #0781a6;
    border: 1px solid #0781a6;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .rate-list {
    width: 50%;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .rate-list .rate-item {
    display: flex;
    justify-content: space-between;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .rate-list .rate-item span {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 13px;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .rate-list .rate-item input[type="range"] {
    width: 75%;
    margin-bottom: 15px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .rate-list .rate-item input[type='range']::-moz-range-progress {
    background-color: #f50;
    height: 8px !important;
    border-radius: 20px;
}

#review_form_wrapper .comment-respond .comment-form .custom-field-review .rate-list .rate-item input[type='range']::-moz-range-track {
    background-color: #ccc;
    height: 8px !important;
    border-radius: 20px;
    box-shadow: inset 0 0 3px #b0b0b0;
}

@supports (-webkit-appearance: none) {
    .rate-item input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 15px;
        border-radius: 10px;
        background: linear-gradient(to left, #f50 100%, #ccc 0%);
        outline: none;
        transition: background 0.3s ease;

    }

    /* Track */
    .rate-item input[type="range"]::-webkit-slider-runnable-track {
        height: 15px;
        border-radius: 10px;
        background: transparent;
        /* مدیریت با استایل اصلی */
    }

    /* Thumb */
    .rate-item input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 3px solid #f50;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -3px;
        /* تنظیم محل قرارگیری */
    }

    .rate-item input[type="range"]:focus {
        outline: none;
    }

    .rate-item input[type="range"]::-webkit-slider-thumb:active {
        transform: scale(1.1);
    }
}

.woocommerce-Reviews #comments .commentlist li.review div.comment_container .comment-text .column-comment-info .star-rating {
    color: var(--main-color) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: var(--main-color) !important;
}

/* پنهان کردن فیلد انتخاب امتیاز پیش‌فرض */


/* طراحی ستاره‌ها */
.star-rating {
    direction: rtl;
    display: inline-flex;
}

.star-rating label {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {
    color: #f5c518;
    /* رنگ طلایی برای ستاره‌های انتخاب شده */
}


/* استایل ستاره‌های نمایشی زیر هر کامنت */
.static-star-rating {
    direction: rtl;
    display: inline-flex;
}

.static-star-rating .star {
    font-size: 20px;
    color: #ccc;
}

.static-star-rating .star.filled {
    color: #f5c518;
}

/*****************************************************************************************/
/* پنهان کردن فیلد انتخاب امتیاز پیش‌فرض */
#rating {
    display: none;
}

/* طراحی ستاره‌ها */
.star-rating {
    direction: rtl;
    display: inline-flex;
    height: 20px !important;
}

.star-rating .star-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.star-rating label {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {
    color: #f5c518;
    /* رنگ طلایی برای ستاره‌های انتخاب شده */
}

.comment-form p.comment-form-cookies-consent {
    display: none;
}

/********************************************************* special products tabs  slider ****************************************************/
.special-box {
    position: relative;
    padding: 0px 30px 30px 0;
}

.special-box:before {
    content: "";
    background: var(--main-color);
    width: 22%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
}

.special-box::after {
    content: "";
    background: var(--main-color);
    width: 38%;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    border-radius: 30px;
    transform: translate(-15%, 0px) skew(-22deg, 0deg);
    z-index: -1;
}

.special-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    padding: 20px 15px 5px 0;
}

.special-box>.owl-carousel .owl-stage-outer {
    background: #fff;
    border: 3px solid var(--main-color);
    box-shadow: 0px 5px 10px 5px #00000008;
    border-radius: 0 20px 20px 0;
    width: 71.2%;
}

.special-box .special-item {
    display: flex;
    padding: 10px 25px;
    width: 906px;
    position: relative;
}

.special-box .special-item figure {
    width: 29.5%;
}

.special-box .special-item figure img {
    max-width: 247px;
}

.special-box .special-item .color {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.owl-sliders .basic-sider .color {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.special-box .special-item .color ul li {
    float: right;
}

.owl-sliders .basic-sider .color ul li {
    float: right;
}

.special-box .special-item .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}

.owl-sliders .basic-sider .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}

.special-box .special-item .color ul li span:hover>b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}

.owl-sliders .basic-sider .color ul li span:hover>b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}

.special-box .special-item .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.owl-sliders .basic-sider .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 10;
}

.special-box .special-item .det-special {
    width: 70%;
    padding: 0 20px;
}

.special-box .special-item .det-special h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 19px;
    width: 100%;
    line-height: 33px;
}

.special-box .special-item .det-special .additional-product {
    display: flex;
    flex-direction: column;
    max-height: 144px;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 450;
    gap: 7px 0;
    margin-right: 10px;
    margin-bottom: 30px;
}

.special-box .special-item .det-special .additional-product .property-item {
    display: flex;
    gap: 5px;
}

.special-box .special-item .det-special .additional-product .property-item i {
    color: #f93423;
    font-size: 10px;
    margin-left: 3px;
}

.special-box .special-item figure .timer-in-special-tabs {
    margin-top: 27px;
}

.special-box .special-item .down {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    padding: 10px 0;
}

.special-box .special-item .det-special .down a {
    background: var(--main-color);
    color: #fff;
    padding: 12px;
    border-radius: 7px;
    display: block;
    text-align: center;
    margin: 20px 0;
}

.special-box .special-item .det-special .down a:hover {
    background: var(--second-color);
}

.special-box .special-item .det-special .down .price {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 auto;
}

.special-box .special-item figure .down .price del {
    font-size: 16px;
    font-weight: 700;
    color: #7E7E7E;
}

.special-box .special-item figure .down .price bdi {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.special-box .special-item .det-special .down .price span {
    font-size: 28px;
}

.special-box .special-item .det-special .down .price span.woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.special-box .special-item .discount {
    position: absolute;
    background: #c88401;
    left: 49px;
    top: 0;
    width: 65px;
    height: 72px;
    border-radius: 0px 0px 12px 12px;
    text-align: center;
    padding-top: 10px;
    color: #FFF;
}

.special-box .special-item .discount b {
    display: block;
    font-size: 18px;
    font-weight: 700;
}


.special-box .special-item .countdown-timer {
    display: flex;
    justify-content: center;
    direction: ltr;
}

.special-box .special-item .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.special-box .special-item .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 0 2px;
}

.special-slider {
    display: flex !important;
    justify-content: space-between;
}

.special-slider .owl-dots {
    width: 29%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    overflow: auto;
    margin: 0 !important;
    padding-left: 10px;
}

.special-slider .owl-dot {
    background: #FFF;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    width: 95%;
    text-align: right;
    transition: all .2s ease-in-out;
    border: 2px solid var(--main-color);
    border-right: 0;
}

.special-slider .owl-dot button {
    font-family: "yekanbakh";
    background: transparent;
    cursor: pointer;
}

.special-slider .owl-dot .list-special {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

.special-slider .owl-dot .list-special figure {
    background: #fff;
    border-radius: 10px;
    padding: 7px 7px 0;
}

.special-slider .owl-dot .list-special figure img {
    max-width: 70px;
}

.special-slider .owl-dots .active {
    background: var(--main-color);
    width: 100%;
    border-radius: 10px 0 0 10px;
}

.special-slider .active .list-special b {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

.special-slider .list-special b {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

.intro-tabs-products {
    float: unset;
}

.special-woocommerce_product_additional .woocommerce_product_additional_information {
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease 0s;
}

.special-woocommerce_product_additional .woocommerce_product_additional_information .property-item {
    width: auto;
    margin: 3px 5px;
    padding: 2px 10px;
    font-size: 13px;
    display: flex;
    border: 1px dashed #ccc;
    align-items: center;
    background-color: #D0D0D03D;
}

.special-woocommerce_product_additional .woocommerce_product_additional_information .property-item span {
    color: #555;
    padding-left: 5px;
}

.special-woocommerce_product_additional .woocommerce_product_additional_information .property-item span i {
    color: #e73918;
    padding-left: 6px;
}

.special-woocommerce_product_additional .woocommerce_product_additional_information .property-item p {
    color: #022f99;
    margin: 0;
}

.special-item .det-special .intro-tabs-products p {
    font-size: 13px;
    background-color: var(--second-color);
    padding: 9px;
    border-radius: 7px;
    color: #fffc;
    text-align: justify;
}

.text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* تعداد خطوطی که نمایش داده می‌شود */
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.text.expanded {
    -webkit-line-clamp: unset;
    /* غیرفعال‌کردن محدودیت تعداد خطوط */
}

.intro-tabs-products .toggleButton {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 18px;
    background-color: #eee;
    float: left;
    color: var(--main-color);
}

.best_selling .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 6px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.best_selling .product-item .color-dis .color ul li span img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 6px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.best_selling .product-item .color-dis {
    padding: 5px 10px;
    position: relative;
}

.biolife-quickview-inner .media .quickview-product-page {
    align-self: center;
    border: 2px solid var(--main-color);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.biolife-quickview-inner .media .quickview-product-page a {
    color: var(--main-color);
    text-align: center;
    display: block;
}

.best_selling .product-item .color-dis .color ul {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 2;
}

.quickview-container .color-dis .color ul.quickview {
    display: flex;
    flex-direction: revert;
    position: absolute;
    z-index: 2;
    gap: 5px;
    margin-top: 7px;
}

.quickview-container .color-dis .color ul.quickview li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
    border: 1px solid #ddd;
}

.best_selling .product-item .color-dis .color ul li span b {
    position: absolute;
    right: -10px;
    bottom: 10px;
    background: #303030;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    transition: all .2s ease-in-out;
}

.quickview-container .color-dis .color ul.quickview li span b {
    display: flex;
    flex-direction: revert;
    position: absolute;
    z-index: 2;
    gap: 5px;
    margin-top: 7px;
}

.best_selling .product-item .color-dis .single-products-discount {
    height: 0;
}

.best_selling .product-item .color-dis .single-products-discount span {
    background-color: red;
    padding: 2px 5px;
    z-index: 100;
    position: relative;
    color: #fff;
    border-radius: 5px;
}

.best_selling .product-item .info .price span bdi {
    font-weight: 600;
}

.best_selling .product-item .info .price del span bdi span {
    display: none;
}

.best_selling .tabs-items .product-item div.info .slide-down-box .buttons .item-action button span {
    display: none;
}

.best_selling .tabs-items .product-item div.info .slide-down-box .buttons .item-action button {
    font-size: 22px;
    color: red;
    background: #ccc;
    padding: 5px;
    border-radius: 3px;
}

.best_selling .product-item .info .price span bdi span {
    font-size: 12px;
    color: #979797;
    margin-right: 10px;
}

.best_selling .product-item .color-dis .color ul li span:hover b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
    width: max-content;
}

.best_selling .product-item .product-thumb figure a.link {
    max-width: 100%;
    margin: 7px auto 0;
}

.best_selling .product-item .info h4 a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    font-size: 16px;
    -webkit-box-orient: vertical;
    padding: 0 5px;
}

.best_selling .product-item .info .price {
    font-size: 15px;
    padding-top: 10px;
    margin: 0;
    color: var(--main-color);
    height: 50px;
}

.modern-contenedor .modern-card .card-content .price {
    font-size: 19px;
    margin: 0;
    color: var(--main-color);
    height: 25px;
    text-align: center;
    font-weight: 700;
}

.modern-contenedor .modern-card .card-content .price .woocommerce-Price-currencySymbol {
    font-size: 13px;
    color: #a6a6a6;
}

.best_selling .product-item .info .slide-down-box .star-rating-best-selling {
    font-size: 22px;
    display: block;
    padding: 4px 0;
    text-align: center;
}

.best_selling .product-item .info .slide-down-box .star-rating-best-selling .full {
    color: #e6b350;
}

.biolife-quickview-inner .star-rating-best-selling {
    font-size: 28px;
    display: block;
    padding: 4px 0;
    text-align: right;
}

.biolife-quickview-inner .star-rating-best-selling .full {
    color: #e6b350;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px black;
}

.biolife-quickview-inner .star-rating-best-selling .half {
    display: inline-block;
    font-weight: bold;
    color: transparent;
    /* حذف رنگ متن */
    background: linear-gradient(to left, gold 50%, white 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px black;
    /* ایجاد بردر مشکی */
}

.woosw-actions .woosw-copy-btn #woosw_copy_btn {
    background-color: #e73918;
    padding: 7px 41px;
    border-radius: 5px;
    color: #fff;
}

.woosw-list .woosw-actions .woosw-copy {
    border: 1px solid #e8e8e8;
    padding: 5px;
    border-radius: 5px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.woosw-list .woosw-actions .woosw-copy span.woosw-copy-url {
    width: 100%;
}

.woosw-list .woosw-actions .woosw-copy span.woosw-copy-url input {
    width: 100%;
    height: 38px;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--second-color);
}

.title-brand {
    text-align: center;
}

.title-brand h4 {
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 700;
    font-size: 18px;
}

.box-brand {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 90px 0px #D3D3D333;
}

.box-brand .inner-brand {
    width: 88%;
    margin: auto;
}

.box-brand .inner-brand .brand-item {
    display: flex;
    justify-content: center;
    height: 170px;
    align-items: center;
}

.box-brand .inner-brand .brand-item img {
    max-width: 150px;
}

.box-brand .owl-carousel .owl-nav button {
    position: absolute;
    background: var(--main-color);
    width: 74px;
    height: 52px;
    top: 60px;
    color: #fff;
}

.box-brand .owl-carousel .owl-nav button.owl-prev {
    right: -7.2%;
    border-radius: 50px 0px 0px 50px;
}

.box-brand .owl-carousel .owl-nav button.owl-next {
    left: -7.2%;
    border-radius: 0px 50px 50px 0px;
}

.box-brand .owl-carousel .owl-nav button.owl-prev::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.box-brand .owl-carousel .owl-nav button.owl-next::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.hero-single {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
}

section.hero-single .side-single {
    width: 20%;
    padding: 5px 20px;
    border-radius: 9px;
    background-color: #fbfbfb;
}

.main-single {
    width: 79%;
}

.hero-single .main-single .before-shop {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .031372549);
    padding: 10px;
    align-items: center;
    border-radius: 15px;
    font-weight: 450;
    margin-bottom: 15px;
    background: #fff;
}

.hero-single .main-single .before-shop .woocommerce-result-count {
    font-size: 13px;
}

.hero-single .main-single .before-shop .woocommerce-ordering .catalog-list {
    display: flex;
    align-items: center;
}

.hero-single .main-single .before-shop .woocommerce-ordering .catalog-list i {
    font-size: 20px;
    margin-left: 5px;
    color: var(--main-color);
}

.hero-single .main-single .before-shop .woocommerce-ordering .catalog-list li {
    margin-right: 10px;
}

.hero-single .main-single .before-shop .woocommerce-ordering .catalog-list li a {
    color: #8a8a8a;
    font-weight: 400;
    background: #f7f7f7;
    padding: 2px 8px;
    border-radius: 5px;
}

.hero-single .main-single .before-shop .woocommerce-ordering .catalog-list li a:hover {
    color: var(--main-color);
}

.wp-block-woocommerce-price-filter.is-loading {
    direction: ltr;
}

.wc-block-components-price-slider__range-input-progress {}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 100% !important;
    direction: rtl;
    font-weight: 600;
    color: #2b2b2b;
    border: 2px solid #eaeaea !important;
}

.woocommerce-info {
    border-top-color: #e73918 !important;
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    border: 2px solid #eaeaea !important;
    color: #e73918;
}

.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: #e73918 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 5px 21px !important;
    width: 100%;
    text-decoration: none !important;
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: #fc5e41 !important;
}

.wc-block-components-filter-reset-button span {
    background-color: #fff !important;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #aeaeae;
}

.wc-block-components-filter-reset-button span:hover {
    border: 1px solid #fc5e41;
    color: #fc5e41;
}

/*****************/
/* تغییر رنگ و استایل خط پیشرفت */
.wc-block-components-price-slider__range-input-progress {
    --range-color: #4caf50 !important;
    /* رنگ خط فعال */
    --track-background: linear-gradient(to right,
            transparent var(--low),
            var(--range-color) 0,
            var(--range-color) var(--high),
            transparent 0) no-repeat 0 100% / 100% 100% !important;
    background: var(--track-background) !important;
    height: 6px;
    /* ارتفاع خط */
    border-radius: 5px;
    /* گوشه‌های گرد */
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    transition: all 0.3s ease-in-out;
    /* انیمیشن تغییر */
}

/* استایل دایره کشویی (Thumb) */
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ff5722;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ff5722;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* حذف استایل پیش‌فرض برای ورودی‌ها */
.wc-block-components-price-slider__range-input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

/* استایل اعداد کناری (نمایش مقادیر) */
.wc-block-price-filter__range-input::after {
    content: attr(aria-valuetext);
    position: absolute;
    top: -25px;
    color: #333;
    font-size: 12px;
    background: #f9f9f9;
    padding: 5px 8px;
    border-radius: 5px;
    white-space: nowrap;
    transform: translateX(-50%);
}

.products .minicart-item .left-info .product-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    font-size: 13px;
    -webkit-box-orient: vertical;
    padding: 0 5px;
}

.minicart-contain .cart-content .cart-inner .cart-total {
    display: block;
    font-weight: 600;
    color: var(--main-color);
    text-align: center;
    border: 2px solid var(--main-color);
    padding: 18px 9px;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.minicart-contain .cart-content .cart-inner .products .minicart-item span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #757272;
}

.minicart-contain .cart-content .cart-inner .cart-total .total-amount .woocommerce-Price-amount span {
    font-size: 12px;
    color: #757272;
    margin-right: 10px;
}

.woocommerce-mini-cart__empty-message {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.cart-custom {
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    gap: 18px;
}

.cart-custom .product-item {
    flex: 1 1 calc(33.333% - 20px);
    /* هر باکس 33.33% عرض داشته باشد و فاصله‌ها را در نظر بگیرد */
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}


.cart-custom .product-item .quantity {
    width: 100px;
    height: 40px;
    position: relative;
}

.cart-custom .product-item .quantity button {
    margin: 0;
    padding: 5px 10px;
}

.cart-custom .product-item .quantity .qty {
    font-size: 16px;
    font-weight: 450;
}

.cart-custom .product-item .delete-cart-item a {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 13px;
    height: auto;
    color: #fff !important;
}

.cart-custom .product-item .delete-cart-item a:hover {
    color: #fff !important;
    background: var(--second-color) !important;
}

.cart-copun {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 15px;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.cart-copun .coupon {
    display: flex;
    gap: 10px;
}

.cart-copun .coupon button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 170px;
    color: #fff;
    background-color: var(--second-color);
}

.cart-copun .coupon button:hover {
    color: #fff;
    background-color: #e73918;
}

.cart-copun .coupon input[type="text"] {
    border: 2px solid #ececec;
    padding: 8px;
    border-radius: 5px;
}

.cart-copun .coupon input[type="text"]:focus {
    border: 2px solid var(--second-color);
}

.cart-copun button {
    padding: 9px !important;
    line-height: 2 !important;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

.cart-copun button:hover {
    background-color: var(--second-color);
    color: #fff;
}

.cart-custom .product-item .quantity .qty {
    border: none;
    background-color: #ffffff;
    border: 2px solid var(--main-color);
    font-size: 16px;
    width: 75px;
    padding: 7px 33px 6px 10px;
    color: #000000;
    text-align: center;
    border-radius: 9999px;
    height: 43px;
    appearance: textfield;
}

.woocommerce-cart-form .cart-custom .cart_item h2 dl.variation {
    font-size: 13px;
    display: flex;
}

.woocommerce-cart-form .cart-custom .down .quantity .btn-up {
    display: inline-block;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 16px;
    text-align: center;
}

.woocommerce-cart-form .cart-custom .down .quantity .btn-down {
    display: inline-block;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 20px;
    width: 16px;
    text-align: center;
}

form.woocommerce-cart-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 26.5%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart-left-box {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding: 10px 15px 15px;
    flex-grow: 1;
    margin-bottom: 20px;
}

.cart-left-box .cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cart-left-box .cart-subtotal span span bdi {
    font-weight: 700;
}

.woocommerce ul#shipping_method li {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 13px;
    font-size: 14px;
}

.cart-left-box .woocommerce-shipping-destination {
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
}

.cart-left-box .woocommerce-shipping-destination {
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
}

.cart-left-box .shipping-calculator-button {
    color: #0089ff;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 450;
}

.woocommerce .shipping-calculator-form button {
    background: #f93423 !important;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px !important;
    color: #fff;
}

.cart-left-box .order-total {
    display: flex;
    justify-content: space-between;
    background: #e1ffe9;
    border: 1px solid #b6f4c7;
    padding: 12px;
    line-height: normal;
}

.woocommerce .woocommerce-cart-form .hero-product {
    margin-top: 0;
}

.cart-collaterals .cart_totals .cart-left-box .shipping-calculator-form p select {
    display: block !important;
}

.cart-collaterals .cart_totals .cart-left-box .shipping-calculator-form p div.nice-select {
    display: none;
}

.shipping-calculator-form #calc_shipping_city_field input {
    border: 2px solid #e6e6e6 !important;
    padding: 5px;
    border-radius: 4px;
}

.shipping-calculator-form #calc_shipping_postcode_field input {
    border: 2px solid #e6e6e6 !important;
    padding: 5px;
    border-radius: 4px;
}

.wc-proceed-to-checkout .checkout-button {
    background-color: var(--main-color) !important;
    width: 100%;
    text-align: center;
    padding: 16px !important;
    margin-top: 15px !important;
    display: block;
    border-radius: 5px;
    color: #fff;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: var(--second-color) !important;

}

.cart-process {
    width: 70%;
    margin: 35px auto;
}

.cart-process ul {
    display: flex;
    justify-content: space-between;
}

.cart-process ul li {
    position: relative;
    flex-grow: 1;
    text-align: center;
}

.cart-process ul li::before {
    content: attr(data-step);
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    z-index: 9;
    position: relative;
    margin: 0 auto;
}

.cart-process ul li::after {
    content: "";
    background: #c6c6c6;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 23px;
    right: 50%;
}

.cart-process ul li.active::before {
    background: var(--main-color);
    color: #fff;
    border: 5px solid #fff;
}

.cart-process ul li:last-child:after {
    display: none;
}

.cart-process ul li a,
.cart-process ul li span {
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

.cart-process ul li:nth-child(1).complete:before {
    content: "\f291";
    font-family: "Font Awesome 6 Free";
    background-color: var(--main-color);
    color: var(--second-color);
    font-size: 23px;
    border: 3px solid #fff;
    font-weight: 900;
}

.cart-process ul li:nth-child(2).complete:before {
    content: "\f788";
    font-family: "Font Awesome 6 Free";
    background-color: var(--main-color);
    color: var(--second-color);
    font-size: 23px;
    border: 3px solid #fff;
    font-weight: 900;
}

.cart-process ul li:nth-child(3).complete:before {
    content: "\f0f4";
    font-family: "Font Awesome 6 Free";
    background-color: var(--main-color);
    color: var(--second-color);
    font-size: 23px;
    border: 3px solid #fff;
    font-weight: 900;
}

.cart-process ul li.complete:after {
    background-color: var(--main-color);
}

.hero-checkout {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.merdas-checkout-page {
    width: 34%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    padding: 14px;
    margin: 15px 0 10px;
    font-size: 16px;
    background: var(--main-color);
    color: #fff;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover {
    background: var(--second-color);
    color: #fff;
}

.other-address {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding: 15px;
    margin: 20px 0;
}

.woocommerce-billing-fields__field-wrapper input {
    border: 1px solid #ccc;
    padding: 9px;
    border-radius: 5px;
}

.woocommerce-billing-fields__field-wrapper select {
    display: block !important;
    border: 1px solid #ccc !important;
    padding: 9px !important;
    border-radius: 5px;
}

.other-address .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
    border: 1px solid #ccc !important;
    padding: 9px !important;
    border-radius: 5px;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper span input {
    border: 1px solid #ccc !important;
    padding: 9px !important;
    border-radius: 5px;
}

.cart-left-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
    display: none !important;
}

.cart-left-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field {
    display: none !important;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_city_field select {
    display: block !important;
    border: 1px solid #ccc !important;
    padding: 9px !important;
    border-radius: 5px;
}

.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    position: unset !important;
    margin-left: 5px !important;
}

.hero-checkout .merdas-checkout-page .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background: #dfdfdf !important;
    border: 1px solid #cacaca;
}

.hero-checkout .merdas-checkout-page .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li div {
    background-color: #1886e7 !important;
    color: #fff !important;
}

.hero-checkout .merdas-checkout-page .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li div:before {
    content: "";
    display: block;
    border: 1em solid #1886e7 !important;
    border-top-color: rgb(24, 134, 231) !important;
    border-right-color: rgb(24, 134, 231) !important;
    border-left-color: rgb(24, 134, 231) !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0;
}

p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.woocommerce ul.order_details li {
    background: #ffffff0f;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    border: 2px solid var(--main-color) !important;
    flex-grow: 1;
    color: var(--main-color);
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 12px;
}

.woocommerce ul.order_details li strong {
    font-size: 18px;
    margin-top: 18px;
}

.order-final-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5px;
}

.order-final-info div {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
    border: 2px solid #fff;
    flex-grow: 1;
    background-color: var(--main-color);
    color: #fff;
}

.order-final-info div span:nth-child(2) {
    font-weight: 800;
}

.woocommerce table.shop_table {
    border: 1px solid var(--main-color);
    background-color: #fff;
}

.woocommerce table.shop_table thead tr th,
.woocommerce table.shop_table tbody tr td {
    border: 1px solid var(--main-color);
}

.woocommerce .woocommerce-order {
    padding: 20px;
    border: 2px solid var(--main-color);
    background-color: #fff;
    border-radius: 5px;
}

.woocommerce-customer-details h2 {
    font-size: 20px;
}


#custom-login-register-form {
    max-width: 400px;
    margin: auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#custom-login-register-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.back-register-login {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.login-page {
    display: grid;
    place-items: center;
    height: 100vh;
}

.merdas-login-form label.woocommerce-form-login__rememberme {
    text-align: right;
}

.merdas-login-form p.woocommerce-LostPassword {
    margin-top: 15px;
    text-align: center;
}

.merdas-login-form p.woocommerce-LostPassword a {
    color: #fff;
}

.form-box-shadows .merdas-login-form p.woocommerce-LostPassword a {
    color: #535353;
}

.woocommerce-form__label-for-checkbox span {
    color: #fff;
}

.form-box-shadows .woocommerce-form__label-for-checkbox span {
    color: #535353;
}

.google-login-button {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.login-page .merdas-login-form .message {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.login-page .merdas-login-form .woocommerce-privacy-policy-text,
.login-page .merdas-login-form .lost_reset_password p:nth-child(1) {
    color: #fff;
}

.account-user-logged_in {
    position: relative;
    display: grid;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 200px;
}

.account-user-logged_in-header-two {
    position: relative;
    display: grid;
    width: 20%;
}

.merdas-basic-header .account-user-logged_in label {
    padding: 3px;
    border-radius: 5px;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.hd3-over>.login .account-user-logged_in label {
    border-radius: 30px;
    background-color: #80b9ff;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding: 4px 10px;
    border: 1px solid #80b9ff;
}

.account-user-logged_in-header-two label {
    padding: 3px;
    border-radius: 50%;
    color: var(--second-color);
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.account-user-logged_in label span.label-content {
    display: flex;
    /* مدل فلکس برای متن و آیکون */
    align-items: center;
    /* عمودی وسط‌چین کردن متن و آیکون */
    gap: 5px;
    justify-content: space-between;
    width: 100%;
}

.hero-header3 .account-user-logged_in label span.label-content {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
}

.account-user-logged_in-header-two label span.label-content {
    display: flex;
    /* مدل فلکس برای متن و آیکون */
    align-items: center;
    /* عمودی وسط‌چین کردن متن و آیکون */
    gap: 5px;
}

.account-user-logged_in label img.avatar {
    width: 39px;
    height: 39px;
    border-radius: 5px;
    border: 2px solid #fff;
}

.account-user-logged_in-header-two img.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.account-user-logged_in label i {
    font-size: 13px;
    transition: all 0.5s ease-in-out;
    color: #fff;
    margin: 0 5px;
}

.hero-header3 .account-user-logged_in label i {
    font-size: 13px;
    transition: all 0.5s ease-in-out;
    color: #3c3c3c;
    margin: 0 5px;
}

.account-user-logged_in-header-two label i {
    font-size: 13px;
    transition: all 0.5s ease-in-out;
    color: #000;
    margin: 0 5px;
}

.account-user-logged_in .woo-menu-access-header {
    position: absolute;
    background-color: #f4f4f4;
    z-index: 100;
    top: 51px;
    border: 2px solid #ddd;
    right: 0;
    width: 100%;
    border-radius: 5px;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.hero-header3 .account-user-logged_in .woo-menu-access-header {
    position: absolute;
    background-color: #f4f4f4;
    z-index: 100;
    top: 40px;
    border: 1px solid #ddd;
    right: 0;
    width: 100%;
    border-radius: 15px;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.account-user-logged_in-header-two .woo-menu-access-header-two {
    position: absolute;
    background-color: #f4f4f4;
    z-index: 100;
    top: 51px;
    border: 2px solid #ddd;
    left: -41px;
    width: 210px;
    border-radius: 5px;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.account-user-logged_in .woo-menu-access-header ul li {
    padding: 5px;
}

.account-user-logged_in-header-two .woo-menu-access-header-two ul li {
    padding: 5px;
}

.account-user-logged_in .woo-menu-access-header ul li a.nav-link-header {
    color: #000;
    display: block;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #f4f4f438;
    font-size: 13px;
}

.account-user-logged_in-header-two .woo-menu-access-header-two ul li a.nav-link-header {
    color: #000;
    display: block;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
    font-size: 13px;
}

.account-user-logged_in .woo-menu-access-header ul li a.nav-link-header:hover {
    color: var(--main-color);
    background: #FFF;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--main-color);
}

.account-user-logged_in-header-two .woo-menu-access-header-two ul li a.nav-link-header:hover {
    color: var(--main-color);
    background: #FFF;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--main-color);
}

.account-user-logged_in input[type="checkbox"]:checked+label {
    background: #fff;
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
}

.account-user-logged_in-header-two input[type="checkbox"]:checked+label {
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
}

.account-user-logged_in input[type="checkbox"]:checked+label+.woo-menu-access-header {
    visibility: visible;
    max-height: 500px;
    transition: all 0.5s ease-in-out;
}

.account-user-logged_in-header-two input[type="checkbox"]:checked+label+.woo-menu-access-header-two {
    visibility: visible;
    max-height: 500px;
    transition: all 0.5s ease-in-out;
}

.account-user-logged_in input[type="checkbox"]:checked+label>span>i {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    color: var(--main-color);
}

.account-user-logged_in-header-two input[type="checkbox"]:checked+label>span>i {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    color: var(--main-color);
}

.woocommerce-MyAccount-navigation-link a:before {
    margin-left: 5px;
    display: inline-block;
}

li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f625";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    width: 26px;
}

li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    width: 26px;
}

li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    width: 26px;
}

li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    width: 26px;
}

li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f2c2";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    width: 26px;
}

li.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    width: 26px;
}

li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f011";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    width: 26px;
}

.merdas-login-form .woocommerce-form-login p.remmember-form-chk {
    text-align: right;
}


.live-search-container {
    position: relative;
}

.History_Tracker-search-container {
    position: relative;
    width: 100%;
}

.History_Tracker-search-container form input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
}

#live-search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#live-search-results_History_Tracker {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.live-search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.live-search-results-list li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.live-search-results-list li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}

.live-search-results-list li img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.loader {
    display: block;
    position: relative;
    height: 12px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px auto;
}

.loader_History_Tracker {
    display: block;
    position: relative;
    height: 12px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px auto;
}

.loader_History_Tracker:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--main-color);
    animation: 6s prog ease-in infinite;
}

.loader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--main-color);
    animation: 6s prog ease-in infinite;
}

@keyframes prog {
    to {
        width: 100%;
    }
}

.no-result {
    text-align: center;
}

.no-result img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.social-media-floating {
    position: fixed;
    top: 40%;
    z-index: 15;
    width: 50px;
    overflow: visible;
}

.social-media-floating ul {
    padding: 0px;
    transform: translate(250px, 0);
}

.social-media-floating ul li {
    display: block;
    margin: 5px;
    background: #bbb;
    width: 308px;
    text-align: left;
    padding: 5px;
    border-radius: 30px 0 0 30px;
    transition: all 1s;
}

.social-media-floating ul li a {
    font-weight: 600;
}

.social-media-floating ul li:hover {
    transform: translate(-110px, 0);
}

.additional-info-internal-page .all-additional-box ul {
    display: flex;
    flex-wrap: wrap;
    /* اجازه می‌دهد آیتم‌ها در صورت نیاز به خط بعد بروند */
    gap: 10px;
    /* فاصله بین آیتم‌ها */
}

.additional-info-internal-page .all-additional-box ul li {
    flex: 1 1 200px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}

.additional-info-internal-page .all-additional-box ul li i {
    font-size: 30px;
    display: block;
    padding: 2px;
}

.sticky-bar-position {
    background-color: #fff;
    padding: 11px;
    margin-bottom: 10px;
}

.additional-help-internal-page {
    background-color: #fff;
    padding: 11px;
}

.additional-help-internal-page h2 {
    margin-top: 0;
}

.additional-help-internal-page .all-help-box ul {
    display: flex;
    flex-wrap: wrap;
    /* اجازه می‌دهد آیتم‌ها در صورت نیاز به خط بعد بروند */
    gap: 10px;
    /* فاصله بین آیتم‌ها */
}

.additional-help-internal-page .all-help-box ul li {
    display: flex;
    flex: 1 1 200px;
    padding: 5px;
    gap: 5px;
    border-radius: 3px;
}

.additional-help-internal-page .all-help-box ul li i {
    padding: 2px;
    align-self: first baseline;
    font-size: 20px;
    border-radius: 3px;
}

.additional-help-internal-page .all-help-box ul li p {
    font-size: 13px;
}

.additional-help-internal-page h2 {
    font-size: 13px;
}

.mobile-app-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.mobile-app-box .mobile-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-line-down {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7px;
}

.footer-line-down-socialmedia ul {
    display: flex;
    gap: 11px;
}

.footer-line-down-socialmedia ul li {
    padding: 10px 0;
    float: left;
}

.footer-line-down-socialmedia ul li a {
    font-size: 25px;
    color: #fff;
}

.footer-line-down-socialmedia ul li a:hover {
    font-size: 25px;
}

.social-media-floating ul li:hover i {
    color: #fff;
    transform: rotate(360deg);
    transition: all 1s;
}

.social-media-floating ul li i {
    margin-right: 22px;
    color: #f63322;
    padding: 10px;
    border-radius: 50%;
    width: auto;
    height: auto;
    font-size: 20px;
    background: #ffffff;
    transform: rotate(0deg);
}


.custom-header {
    position: relative;
    top: 0;
    background: white;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: top 0.3s ease;
}

/* ویژگی چسبان برای هدر */
.custom-header.sticky {

    z-index: 1000;
    /* بالاتر از سایر عناصر */

}


.custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.header-two .main-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.header-two .main-navigation ul.main-menu li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 13px;
    text-align: center;
    padding: 8px 10px;
    margin-left: 0;
}


.main-navigation ul.main-menu li::before {
    font-size: 20px;
    color: #a56266;
    display: inline-block;
    margin-left: 5px;
    /* فاصله بین آیکون و متن */
    vertical-align: middle;
}

.main-navigation ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-family: 'yekanbakh';
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
}

.main-navigation ul li a:hover {
    color: #007bff;
}

.header-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
    /* تنظیم موقعیت برای فیلد جستجو */
}

/* آیکن جستجو در ابتدا قرار می‌گیرد */
.header-icons .search-icon {
    order: -1;
}

.icon-wrapper {
    position: relative;
    cursor: pointer;
}

.header-icons .icon-wrapper.search-icon {
    position: relative;
    /* برای کنترل بهتر موقعیت */
    z-index: 10;
    /* اطمینان از اینکه آیکن جستجو روی بقیه لایه‌ها قرار دارد */
}

/* تغییر رنگ آیکن جستجو */
.icon-wrapper i {
    font-size: 20px;
    color: #333;
    transition: color 0.3s ease;
}


.cart-wrapper {
    position: relative;
    display: inline-block;
}

.cart-dropdown {
    position: absolute;
    top: 100%;
    /* دقیقا زیر آیکن */
    left: 0;
    width: 250px;
    /* عرض دلخواه */
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    /* پنهان کردن محتوا در حین انیمیشن */
    max-height: 0;
    /* ارتفاع اولیه 0 */
    opacity: 0;
    /* شفافیت اولیه 0 */
    transform: translateY(-10px);
    /* باکس را کمی بالا می‌برد */
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    /* ترانزیشن نرم */
    z-index: 1000;
    pointer-events: none;
    /* جلوگیری از کلیک در حالت بسته */
    visibility: hidden;
}

.cart-wrapper:hover .cart-dropdown {
    max-height: fit-content;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 10px;
    width: 290px;
    visibility: visible;
}

/* استایل برای محصولات */
.cart-dropdown .products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-dropdown .products li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.cart-dropdown .products li:last-child {
    border-bottom: none;
}

/* استایل برای تصویر محصول */
.cart-dropdown .thumb {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.cart-dropdown .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* استایل اطلاعات سمت چپ */
.cart-dropdown .left-info {
    flex: 1;
}

.cart-dropdown .product-title a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.cart-dropdown .product-title a:hover {
    color: #0073e6;
}

.cart-dropdown .price ins {
    font-weight: bold;
    font-size: 14px;
    color: #ff5722;
}

/* استایل دکمه حذف */
.cart-dropdown .action .remove {
    color: #888;
    font-size: 16px;
    transition: color 0.3s;
}

.cart-dropdown .action .remove:hover {
    color: #ff5722;
}

/* استایل مجموع کل */
.cart-dropdown .cart-total {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
}

.cart-dropdown .total-amount {
    color: #ff5722;
}

/* دکمه‌های مشاهده سبد و تسویه حساب */
.cart-dropdown .btn-control {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cart-dropdown .btn {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.cart-dropdown .view-cart-hover {
    background: #0073e6;
}

.cart-dropdown .view-cart-hover:hover {
    background: #005bb5;
}

.cart-dropdown .checkout-hover {
    background: #ff5722;
}

.cart-dropdown .checkout-hover:hover {
    background: #e64a19;
}

.icon-wrapper i:hover {
    color: #007bff;
    /* تغییر رنگ آیکن جستجو هنگام هاور */
}

/* استایل دکمه حذف */
.cart-dropdown .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    /* اندازه دکمه حذف */
    height: 30px;
    border-radius: 50%;
    background: #f8f8f8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    position: absolute;
}

.cart-dropdown .action .remove {
    color: #888;
    font-size: 16px;
    transition: color 0.3s;
}

.cart-dropdown .action .remove:hover {
    color: #ff5722;
}

/* تغییر موقعیت دکمه حذف در کنار محصول */
.cart-dropdown .minicart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.cart-dropdown .left-info {
    flex: 1;
    margin-right: 10px;
}


.icon-wrapper .badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: var(--main-color);
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.icon-wrapper .add-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: var(--main-color);
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-badge {
    line-height: 1;
}


/* باکس جستجو */
.search-box {
    display: none;
    position: absolute;
    top: 50%;
    left: 140px;
    /* موقعیت کنار آیکن جستجو */
    width: 0;
    opacity: 0;
    border-radius: 20px;
    /* گوشه‌های نرم */
    padding: 5px 10px;
    transition: width 0.4s ease, opacity 0.3s ease;
    /* انیمیشن برای عرض و شفافیت */
    justify-content: center;
    transform: translateY(-50%);
    /* وسط‌چینی عمودی */
}

.search-box.active {
    width: 900px;
    /* عرض بیشتر فیلد جستجو */
    opacity: 1;
    /* شفافیت کامل */
    left: 190px;
    /* موقعیت ثابت */
}

/* ورودی جستجو */
.search-box input {
    width: 900px;
    /* عرض کامل */
    padding: 8px 15px;
    /* padding کمتر برای کاهش ارتفاع */
    border: none;
    border-radius: 20px;
    /* گوشه‌های نرم */
    font-size: 14px;
    color: #333;
    background-color: #f4f4f4;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* تغییر رنگ پس‌زمینه هنگام فوکوس */
.search-box input:focus {
    background-color: #fff;
    box-shadow: 0 0 5px var(--main-color);
    /* سایه نرم */
}

.search-box button {
    display: none;
}

.search-box button:hover {
    background: #0056b3;
}

/* لایه پوششی (overlay) */
/* لایه پوششی (overlay) */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
    /* زیر فیلد جستجو قرار گیرد */
    display: none;
    /* به‌صورت پیش‌فرض لایه overlay پنهان است */
}

/* وقتی که فیلد جستجو فعال می‌شود، لایه overlay نمایش داده می‌شود */
.overlay.active {
    display: block;
}

div.header-top {
    z-index: 21;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}


.search-box {
    transition: width 0.3s ease, opacity 0.3s ease, left 0.3s ease;
}

.custom-header .custom-container .vertical-category-block .block-title {
    border-radius: 28px;
    background: none;
}

.custom-header .custom-container .vertical-category-block {
    display: block;
    top: auto;
    right: 19px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.custom-header .custom-container .action a.remove_from_cart_button i {
    color: var(--main-color);
}


.custom-header {
    position: relative;
    /* موقعیت والد */
    z-index: 999;
    /* بالاتر از مگامنو */
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-header .custom-container .wrap-menu {
    position: fixed;
    top: calc(var(--header-height, 107px)) !important;
    /* زیر هدر */
    right: 0 !important;
    /* چسبیده به سمت راست */
    width: 250px;
    height: calc(100vh - var(--header-height, 65px)) !important;
    /* تا انتهای صفحه */
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    /* پیش‌فرض: مخفی سمت راست */
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    z-index: 1001;
    /* زیر هدر */
    margin: 0;
    /* اطمینان از حذف فاصله‌ها */
    padding: 0;
    border-radius: 0;
}

.custom-header .custom-container .wrap-menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    /* باز شدن کامل */
}

.header-no-top {
    margin-top: -43px !important;
}

section.footer-item {
    display: flex;
    flex-direction: column;
}

.footer-content .abouus-footer-uniqe {
    margin-bottom: 20px;
}

.footer-content .abouus-footer-uniqe button {
    padding: 3px 10px;
    border-radius: 3px;
}

.product-price-chart {
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow-x: visible;
    padding: 8px 10px;
}

.product-price-chart h3 {
    margin: 0;
    padding: 17px 11px;
    font-size: 16px;
    background: var(--second-color);
    color: #fff;
    text-align: center;
    border-radius: 5px;
}


.adver-slider-box {
    position: relative;
    overflow: hidden;
}

/* استایل کلی برای Owl Carousel */
.adver-slider-box .owl-carousel {
    position: relative;
}

/* استایل برای نویگیشن (پیکان‌های چپ و راست) */
.adver-slider-box .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    gap: 7px;
    width: 100%;
}

.adver-slider-box .owl-nav button {
    background-color: #ffffff70 !important;
    width: 35px;
    height: 100px;
}

.adver-slider-box .owl-nav button.owl-next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.adver-slider-box .owl-nav button.owl-prev {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.adver-slider-box .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}

.adver-slider-box .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}

.adver-slider-box .owl-prev,
.adver-slider-box .owl-next {
    background-color: #007bff;
    /* رنگ پس‌زمینه */
    color: #fff;
    /* رنگ متن یا آیکون */
    font-size: 24px;
    /* اندازه فونت */
    width: 40px;
    /* عرض */
    height: 40px;
    /* ارتفاع */
    /* گرد کردن گوشه‌ها */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.adver-slider-box .owl-prev:hover,
.owl-next:hover {
    background-color: #0056b3;
    /* تغییر رنگ هنگام هاور */
}


.owl-carousel-post .owl-nav {
    display: none;
}

/* استایل برای بولت‌ها (نقاط پایین اسلایدر) */
.owl-carousel-post .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 25px;
}

.adver-slider-box .owl-dots,
.hero-product .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3px;
    /* فاصله بین بولت‌ها */
}

.owl-carousel-post .owl-dot span,
.adver-slider-box .owl-dot span,
.hero-product .owl-dot span {
    display: block;
    width: 10px;
    /* عرض بولت */
    height: 10px;
    /* ارتفاع بولت */
    background-color: #000 !important;
    /* رنگ پیش‌فرض */
    border-radius: 9px;
    /* گرد کردن */
    opacity: 0.5;
    transition: background-color 0.3s ease;
}

.owl-carousel-post .owl-dot.active span,
.hero-product .owl-dot.active span,
.hero-product .owl-dot.active span {
    background-color: var(--main-color) !important;
    /* رنگ بولت فعال */
    opacity: 1;
    width: 26px;
}

.owl-carousel-post .owl-dot.active span,
.adver-slider-box .owl-dot.active span,
.adver-slider-box .owl-dot.active span {
    background-color: var(--main-color) !important;
    /* رنگ بولت فعال */
    opacity: 1;
    width: 26px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: unset;
}

/****** down-two *******/
.hero-product .product-item .down-two {
    display: block;
    height: auto;
    text-align: center;
}

.hero-product .product-item .down-two .price {
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hero-product .product-item .down-two .price ins span.woocommerce-Price-currencySymbol {
    position: unset;
    margin-right: 5px;
}

.hero-product .product-item .down-two .price ins {
    display: inline-block;
}

.hero-product .product-item .down-two .price>span>bdi>.woocommerce-Price-currencySymbol {
    bottom: 0px;
    left: -35px;
}

.hero-product .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    display: inline-block;
    rotate: unset;
}

.down-two .not_stock {
    display: inline-flex;
    padding: 3px 5px;
}

.hero-product .product-item .down-two .wish-add {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.hero-product .product-item .down-two .wish-add .wishlist-button {
    display: flex;
}

.hero-product .product-item .down-two .wish-add .wishlist-button button {
    background: transparent;
    cursor: pointer;
}

.hero-product .product-item .down-two .wish-add .wishlist-button button span.add,
.hero-product .product-item .down-two .wish-add .wishlist-button button span.added {
    display: none;
}

.hero-product .product-item .down-two .wish-add .wishlist-button button i {
    font-size: 26px;
    color: #7E7E7E;
}

.hero-product .product-item .down-two .wish-add .wishlist-button button span {
    font-size: 26px;
    color: #7E7E7E;
}

.hero-product .product-item .down-two .wish-add .wishlist-button button.woosw-added i {
    color: red;
}

.hero-product .product-item .down-two .wish-add .wishlist-button button.woosw-added span {
    color: red;
}

.hero-product .product-item .down-two .wish-add .add-to-cart {}

.hero-product .product-item .down-two .wish-add .add-to-cart a {
    background: none;
    padding: 3px 8px;
    font-size: 12px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-weight: 450;
    border-radius: 4px;
}

.hero-product .product-item .down-two .wish-add .add-to-cart a.added {
    display: none;
}

.hero-product .product-item .down-two .wish-add .add-to-cart a.added:after {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
}

.hero-product .product-item .down-two .wish-add .add-to-cart .added_to_cart {
    border-radius: 5px;
    display: inline-flex;
    line-height: 2;
}

/****** End down-two *******/
.box-sell {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}

.box-sell .best-sell {
    background: var(--main-color);
    border-radius: 15px;
    padding: 15px 24px 30px;
    width: 275px;
    height: 396px;
    position: relative;
    flex-shrink: 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.box-sell .best-sell .head {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.box-sell .best-sell .head div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-sell .best-sell .head span {
    font-size: 18px;
    font-weight: 450;
}

.box-sell .best-sell figure {
    border-radius: 10px;
    background: #fff;
    width: 170px;
    height: 170px;
    margin: 25px auto !important;
    padding: 15px;
    overflow: hidden;
    animation: pulse-white 1.5s infinite;
}

@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.box-sell .best-sell figure img {
    max-width: 100%;
    margin: auto;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box-sell .best-sell h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
}

.box-sell .best-sell h2 a {
    font-size: 14px;
    color: #fff;
    font-weight: 450;
}

.box-sell .best-sell .price {
    display: flex;
    gap: 10px;
    color: #fff;
    justify-content: space-between;
    margin: 13px 0;
    background-color: var(--second-color);
    padding: 4px 5px;
    border-radius: 5px;
}

.box-sell .best-sell .price span {
    text-align: center;
    width: 100%;
}

.box-sell .best-sell .price del {
    font-size: 14px;
    font-weight: 400;
}

.box-sell .best-sell .price del span.woocommerce-Price-currencySymbol {
    display: none;
}

.box-sell .best-sell .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.box-sell .best-sell .price ins span.woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.box-sell .best-sell .add-cart {
    position: absolute;
    bottom: -34px;
    left: 106px;
}

.box-sell .best-sell .add-cart i {
    font-size: 40px;
    background: #fff;
    color: var(--main-color);
    border-radius: 50%;
    border: 12px solid #fff;
}

.other-sell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;
}

.other-sell .product-item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 15px;
    padding: 15px;
    flex-grow: 1;
    height: 125px;
    width: 31.7%;
    min-width: 280px;
}

.other-sell .product-item:hover .down .number {
    background: var(--main-color);
    color: #fff;
}

.other-sell .product-item figure {
    float: right;
    margin-left: 5px !important;
}

.other-sell .product-item figure img {
    max-width: 90px;
    width: 80px;
}

.other-sell .product-item h2 {
    line-height: 20px;
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
}

.other-sell .product-item h2 a {
    font-size: 14px;
    font-weight: 500;
}

.other-sell .product-item .down {
    display: flex;
    justify-content: space-between;
    height: 37px;
    align-items: end;
}

.other-sell .product-item .down .number {
    background: #ECF0F1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #95A5A6;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.other-sell .product-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;
    color: var(--main-color);
}

.other-sell .product-item .down .price>span>bdi {
    font-size: 16px;
    font-weight: 725;
}

.other-sell .product-item .down .price del {
    color: #7E7E7E;
}

.other-sell .product-item .down .price ins {
    color: #313131;
    font-size: 16px;
    font-weight: 725;
    text-decoration: none;
    display: block;
}

.other-sell .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}

.other-sell .product-item .down .price del .woocommerce-Price-currencySymbol {
    display: none;
}

.other-sell .product-item .down .price>span>bdi .woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0;
    bottom: 26px;
}

.hero-blog .owl-stage-outer .owl-stage {
    display: flex;
}


.box-service {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.box-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.box-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}

.box-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #7E7E7E;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    background-color: var(--second-color) !important;
}

/**************************************************** compare btn ****************************************************************************/
.compare-modal {
    display: none;
    /* مخفی کردن مودال به‌طور پیش‌فرض */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    /* ارتفاع برابر با صفحه نمایش */
    overflow: hidden;
    /* جلوگیری از اسکرول کل صفحه */
    background-color: rgba(0, 0, 0, 0.5);
    /* پس‌زمینه تاریک */
}

.compare-modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: 20px auto;
    /* فاصله از بالا و پایین */
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    /* عرض مودال */
    max-width: 90%;
    /* حداکثر عرض */
    max-height: calc(100vh - 80px);
    /* ارتفاع محتوا (با احتساب فاصله از بالا و پایین) */
    overflow-y: auto;
    /* اسکرول عمودی */
    position: relative;
    top: 50%;
    /* حرکت به وسط صفحه */
    transform: translateY(-50%);
    /* تنظیم موقعیت عمودی */
}


.compare-modal-content .compare-modal-close {
    color: #aaa;
    float: right;
    font-size: 27px;
    font-weight: bold;
    cursor: pointer;
    background-color: #eee;
    padding: 2px 5px;
    border-radius: 3px;
    width: 31px;
    height: 31px;
}

.compare-modal-close:hover {
    color: #fff;
    background-color: #df0000;
}

.compare-modal-content .compare-title {
    display: flex;
    justify-content: space-between;
}

.compare-modal-content .compare-content .compare-title button {
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    align-self: center;
    align-items: center;
    padding: 6px 20px;
    border-radius: 3px;
}

.compare-modal-content .compare-content .compare-title button:before {
    content: "\f1f8";
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
    font-size: 17px;
    margin-bottom: 6px;
}

.compare-modal-content .compare-content .compare-title button:hover {
    background-color: var(--second-color);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table .compare-pro-title {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.compare-table .remove-from-compare {
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    align-self: end;
    align-items: center;
    padding: 6px 20px;
    border-radius: 3px;
    float: left;
}

.compare-table .remove-from-compare:before {
    content: "\f1f8";
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    font-weight: 900;
}

.compare-table .remove-from-compare:hover {
    background-color: var(--second-color);
}

.compare-table .th-titel {
    display: flex;
    flex-direction: column;
}

.compare-table th,
.compare-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.quickview-compare-addtocart a {
    background-color: var(--main-color);
}

.compare-table .compare-add-to-cart a {
    background-color: var(--main-color);
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px;
}

.compare-table .compare-price b {
    font-size: 24px;
}

.compare-table .compare-add-to-cart a:hover {
    background-color: var(--second-color);
}

.compare-table .compare-disc {
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

.compare-table th {
    background-color: #f2f2f2;
}

.compare-button.selected {
    animation: pulse 1.5s infinite;
    /* اعمال انیمیشن پالس */
}

.compare-button.selected i {
    color: #ff0000;
    /* تغییر رنگ آیکون برای محصولات انتخاب‌شده */
}

/* انیمیشن پالس */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/***************Comparison on the product's internal page******************/
#inside-compare-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#inside-compare-modal.active {
    opacity: 1;
    visibility: visible;
}

.compare-inside-content {
    background-color: white;
    padding: 20px;
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow-x: hidden;
    /* برای محتوای طولانی */
    max-height: 90vh;
    /* حداکثر ارتفاع مودال */
    height: 90vh;
}

.compare-inside-content .compare-title {
    display: flex;
    justify-content: space-between;
    color: var(--main-color);
}

.compare-inside-content .compare-title h2 {
    font-weight: 700;
}

.compare-inside-content .compare-table td img {
    width: 250px;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#inside-compare-modal {
    overflow-y: auto;
    max-height: 100vh;
}

.inside-compare-add-to-cart a {
    background-color: var(--main-color);
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    width: 200px;
    color: #fff;
    border-radius: 3px;
}

.inside-compare-add-to-cart a:hover {
    background-color: var(--second-color);
}

.compare-inside-content .compare-title button {
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    align-self: center;
    align-items: center;
    padding: 6px 20px;
    border-radius: 3px;
}

.compare-inside-content .compare-title button:before {
    content: "\f1f8";
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 900;
}

.compare-inside-content .compare-title button:hover {
    background-color: var(--second-color);
    color: #fff;
}

.compare-inside-content .compare-modal-close {
    background-color: #eee;
    padding: 10px;
    width: fit-content;
    display: flex;
    cursor: pointer;
    border-radius: 3px;
}

.compare-inside-content .compare-modal-close:hover {
    background-color: #c90404;
}

#search-results ul {
    list-style: none;
    padding: 0;
}

#search-results li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#search-results li.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#search-results li.disabled .category-warning {
    color: #ff5f5f;
    margin-left: 10px;
}

.compare-inside-content #product-search {
    width: 100%;
    height: 42px;
    background: #eee;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: var(--main-color);
}

.compare-inside-content #product-search:focus {
    border: 2px solid var(--main-color);
}

.compare-inside-content #search-results {
    position: relative;

}

.compare-inside-content #search-results>ul {
    position: absolute;
    background: #eee;
    width: 100%;
    overflow-y: auto;
    max-height: 500px;
    box-shadow: 0px 0px 10px 5px #00000008;
    border: 1px solid #bdbdbd;
}

.inside-price-compare b {
    font-size: 22px;
    color: var(--main-color);
}


#cboxOverlay {
    font-family: 'yekanbakh';
    backdrop-filter: blur(3px);
    background: radial-gradient(circle farthest-side at center, #ffffff52 60%, var(--main-color) 150%);
}

#yith-woocompare div.product_info {
    display: flex;
}

.box-pagination-w_all_products {
    display: block;
    margin: 0 auto;
}

.box-pagination-w_all_products .pagination {
    text-align: center;
    display: block;
}

.box-pagination-w_all_products .pagination span {
    color: var(--main-color);
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--main-color);
    padding: 0px 10px;
    border-radius: 3px;
}

.box-pagination-w_all_products .pagination a {
    background-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 3px;
}

/************************************************/
/* HTML: <div class="loader-product"></div> */
.box-loader {
    display: flex;
    align-items: center;
    /* وسط چین عمودی */
    justify-content: center;
    height: 200px;
}

.loader-product {
    width: 200px;
    height: 22px;
    border-radius: 40px;
    color: var(--main-color);
    border: 2px solid;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.loader-product::before {
    content: "";
    position: absolute;
    margin: 2px;
    width: 14px;
    top: 0;
    bottom: 0;
    left: -20px;
    border-radius: inherit;
    background: currentColor;
    box-shadow: -10px 0 12px 3px currentColor;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
    animation: l14 1s infinite linear;
}

@keyframes l14 {
    100% {
        left: calc(100% + 20px)
    }
}

/****************** OTP CODE *********************/
.otp-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: ltr;
}

.otp-box input {
    width: 40px;
    height: 40px;
    text-align: left;
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 5px;
    outline: none;
    direction: ltr;
    padding: 12px;
}

.otp-box input:focus {
    border-color: var(--main-color);
}

#otp-success-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    /* رنگ سبز موفقیت */
    color: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 9999;
    display: none;
    /* نمایش غیرفعال در ابتدا */
}

#otp-success-modal .modal-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#otp-success-modal .modal-content p {
    color: #343434;
}

#otp-success-modal .modal-content p:before {
    content: "\f2f7";
    font-family: "Font Awesome 6 Free";
    color: #49a64d;
    font-size: 25px;
    margin-left: 10px;
}


.item-otp {
    flex: 1 1 45%;
    /* عرض هر عنصر را تنظیم می‌کند */
    margin: 5px;
    /* فاصله بین عناصر */
}

.item-otp:nth-child(2) {
    flex-basis: 100%;
    /* عنصر سوم را به خط بعد می‌برد */
}

@keyframes progress-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* HTML: <div class="loader"></div> */
.loader-opt-progres {
    height: 4px;
    width: 130px;
    --c: no-repeat linear-gradient(#49a64d 0 0);
    background: var(--c), var(--c), #ccc;
    background-size: 60% 100%;
    animation: l16 3s infinite;
}

@keyframes l16 {
    0% {
        background-position: -150% 0, -150% 0
    }

    66% {
        background-position: 250% 0, -150% 0
    }

    100% {
        background-position: 250% 0, 250% 0
    }
}

/*******************************footer*************************************/
.footer-content .box-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.col-box {
    flex: 1;
    /* در حالت پیش‌فرض هر باکس کل عرض را بگیرد */
    box-sizing: border-box;
    border: 1px solid #cccccc38;
    border-radius: 5px;
    padding: 16px;
    background-color: var(--second-color);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.mobile-show-desktop {
    display: none;
}

.cart-bar-fix,
.mobile-block-global,
.order-display {
    display: none;
}

/*************************** display product stock in inner product page *************************/
.universal_stock_display {
    font-size: 13px;
    font-weight: 600;
}

.universal_stock_display #variation-stock-display {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 15px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.universal_stock_display #variation-stock-display.visible {
    opacity: 1;
    height: auto;
    min-height: 50px;
    /* ارتفاع حداقلی برای جلوگیری از جهش */
    padding: 12px 15px;
    margin: 15px 0;
}

/* استایل‌های وضعیت موجودی */
.universal_stock_display .in-stock {
    background: #e8f5e9;
    color: #2e7d32;
}

.universal_stock_display .low-stock {
    background: #ffebee;
    color: #d32f2f;
}

.universal_stock_display .out-of-stock {
    background: #f5f5f5;
    color: #616161;
}



.merdas-breadcrumb nav.breadcrumbs {
    display: inline-block;
    box-shadow: 0 0 15px 1px #00000059;
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    direction: rtl;
    /* افزودن جهت راست به چپ */
}

.merdas-breadcrumb nav.breadcrumbs a {
    text-decoration: none;
    outline: none;
    display: block;
    float: right;
    /* تغییر float از left به right */
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    padding: 0 60px 0 60px;
    /* تغییر padding از چپ به راست */
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
    transition: unset;
}

.merdas-breadcrumb nav.breadcrumbs a:first-child {
    padding-right: 46px;
    /* تغییر از left به right */
    border-radius: 0 5px 5px 0;
    /* تغییر جهت border-radius */
}

.merdas-breadcrumb nav.breadcrumbs a:first-child::before {
    right: 14px;
    /* تغییر از left به right */
    left: auto;
    /* اضافه کردن این خط برای اطمینان */
}

.merdas-breadcrumb nav.breadcrumbs a:last-child {
    border-radius: 5px 0 0 5px;
    /* تغییر جهت border-radius */
    padding-left: 20px;
    /* تغییر از right به left */
}

.merdas-breadcrumb nav.breadcrumbs a.active,
.merdas-breadcrumb nav.breadcrumbs a:hover {
    background: #333;
    background: var(--main-color);
}

.merdas-breadcrumb nav.breadcrumbs a.active::after,
.merdas-breadcrumb nav.breadcrumbs a:hover::after {
    background: #333;
    background: var(--main-color);
}

.merdas-breadcrumb nav.breadcrumbs a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    /* تغییر از right به left */
    right: auto;
    /* اضافه کردن این خط برای اطمینان */
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    box-shadow:
        -2px 2px 0 2px #00000066,
        /* تغییر جهت shadow */
        -3px 3px 0 2px #ffffff1a;
    /* تغییر جهت shadow */
    border-radius: 0px 0 0 0px;
    /* تغییر جهت border-radius */
}

.merdas-breadcrumb nav.breadcrumbs a:last-child::after {
    content: none;
}

.merdas-breadcrumb nav.breadcrumbs a::before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    right: 30px;
    /* تغییر از left به right */
    left: auto;
    /* اضافه کردن این خط برای اطمینان */
    background: #444;
    background: var(--main-color);
    font-weight: bold;
    text-align: center;
}

.merdas-breadcrumb nav.breadcrumbs a:hover::before {
    background: var(--second-color);
}

.woo-variation-swatches .variable-items-wrapper {
    justify-content: center !important;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px;
    gap: 5px;
    justify-content: center;
    border: unset;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid var(--main-color);
    padding: 0;
    margin: 0;
    float: right;
    display: inline;
    overflow: hidden;
    border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fff;
    color: var(--main-color);
}

.end-discount {
    background-color: #fff;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    color: #d00;
    font-weight: 600;
}

/************************ toastify ************************/
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    z-index: 9999;
    max-height: 100vh;
    overflow-y: auto;
    padding: 0 12px;
    box-sizing: border-box;
}

.custom-toast {
    min-width: 280px;
    max-width: 90%;
    width: 100%;
    padding: 16px 40px 16px 24px;
    border-radius: 8px;
    background: #4CAF50;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 1.5;
    transform: translateX(150%);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.custom-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.custom-toast.fade-out {
    opacity: 0;
    transform: translateX(150%) scale(0.9);
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 0 8px;
    transition: width linear;
}

/* انواع پیغام‌ها */
.custom-toast.info {
    background: linear-gradient(135deg, #2196F3, #0D47A1);
}

.custom-toast.error {
    background: linear-gradient(135deg, #ff5f5f, #d32f2f);
}

.custom-toast.warning {
    background: linear-gradient(135deg, #FF9800, #F57C00);
}

.custom-toast.success {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

/* دکمه بستن */
.toast-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.toast-close:hover {
    opacity: 1;
}

/* انیمیشن‌ها */
@keyframes progress-indeterminate {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* مدیا کوئری برای دستگاه‌های کوچک */
@media (max-width: 480px) {
    .toast-container {
        right: 10px;
        left: auto;
        align-items: flex-end;
        /* حتی در موبایل به راست بچسبد */
    }

    .custom-toast {
        max-width: calc(100% - 20px);
        /* فاصله از لبه */
    }

    .toast-close {
        top: 8px;
        right: 8px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .toast-container {
        align-items: flex-end;
    }

    .custom-toast {
        max-width: 400px;
    }
}

.custom-toast.fade-out {
    animation: slideOut 0.3s forwards;
}


.custom-sold-progress {
    margin: 9px 0;
    font-size: 13px;
    padding: 0 8px;
    height: 39px;
}

.sold-progress-wrapper {
    margin-top: 8px;
}

.sold-progress-bar {
    height: 8px;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.sold-progress-fill {
    height: 100%;
    transition: width 0.5s ease;
}

.sold-progress-text {
    text-align: center;
    color: #555;
    background: #fff;
    width: 107px;
    margin: 5px auto;
    border-radius: 5px;
}

.sold-error {
    color: #f44336;
    padding: 5px;
    text-align: center;
}

.sold-info {
    color: var(--main-color);
    padding: 5px;
    text-align: center;
    background: #fff;
    border-radius: 5px;

}

.Second-product-card .sold-info {
    color: var(--main-color);
    padding: 5px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

.entry-summary .action-form .quantity-box .variations_form div.variations {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/******** loader for sliders *********/
/* لودر زیبا */
.owl-loader {
    width: 50px;
    height: 50px;
    display: grid;
    animation: s4 4s infinite;
}

.owl-loader::before,
.owl-loader::after {
    content: "";
    grid-area: 1/1;
    border: 8px solid;
    border-radius: 50%;
    border-color: var(--main-color) var(--main-color) var(--second-color) var(--second-color);
    mix-blend-mode: darken;
    animation: s4 1s infinite linear;
}

.owl-loader::after {
    border-color: #0000 #0000 #E4E4ED #E4E4ED;
    animation-direction: reverse;
}

@keyframes s4 {
    100% {
        transform: rotate(1turn)
    }
}

/* لودر در مرکز */
.slider-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

/* مخفی‌سازی واقعی اسلایدر */
.owl-hidden {
    visibility: hidden !important;
    position: absolute !important;
    width: 100% !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* انیمیشن نرم ظاهر شدن */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slider-appear {
    animation: fadeInUp 0.6s ease-out forwards;
}

/******************************Inverted Border*******************************/
.slider-clipped .owl-stage-outer {
    clip-path: url(#roundedBox);
    -webkit-clip-path: url(#roundedBox);
    overflow: hidden;
}

/*************************************style two for product cart show*****************************************/
.basic-Second-product-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.Second-product-card {
    width: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;

}

.Second-product-card .card {
    position: relative;
    width: 300px;
    height: 330px;
    background: var(--second-color);
    clip-path: url(#svg-all-product);
    -webkit-clip-path: url(#svg-all-product);
    z-index: 1;

}

.Second-product-card div.title {
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #a56266;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 17px;
}

.Second-product-card .card figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-flexbox-products-view .Second-product-card .card figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 38px;
    display: flex;
    align-items: center;
}

.Second-product-card .card figure .timer-in-special-tabs {
    position: absolute;
    left: 38px;
    bottom: 41px;
}

.Second-product-card .card figure .timer-in-special-tabs .countdown-timer {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.Second-product-card .card figure .timer-in-special-tabs .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}


.Second-product-card .card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.95) contrast(1.2);
    transition: transform 0.8s ease, filter 0.8s ease;
    will-change: transform, filter;
    transform-origin: center;
    border-radius: 10px;
}

.tabs-flexbox-products-view .Second-product-card .card figure img {
    border-radius: 10px;
}

.Second-product-card .card:hover figure img {
    transform: scale(1.1) rotateZ(1.2deg);
    filter: brightness(1.1) contrast(1.05) saturate(1.2);
}

.Second-product-card .product-card {
    width: 100%;
    height: 226px;
    background: var(--main-color);
    color: white;
    padding: 10px;
    border-radius: 18px;
    text-align: center;
    clip-path: url(#svg-all-product-card);
    -webkit-clip-path: url(#svg-all-product-card);
    position: relative;
    transform: translateY(-48px);
}

.Second-product-card h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 42px;
    height: 50px;
    padding: 2px 5px;
    border-radius: 5px;
}

.Second-product-card h2 a {
    color: var(--second-color);
    line-height: 27px;
}

.Second-product-card .price {
    text-align: center;
    font-weight: 500;
}

.Second-product-card .actions {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 8px;
}

.Second-product-card .buy-now {
    background: #b33131;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 3px 8px;
    cursor: pointer;
    z-index: 10;
    margin-top: -83px;
    line-height: 30px;
}




/* CSS */
.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: -81px;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: linear-gradient(to left, hsl(0, 0%, 21.6%) 0%, hsla(340.1, 100%, 32%, 0) 8%, hsla(340.1, 100%, 32%, 0) 92%, hsl(0, 0%, 20%) 100%);
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 7px;
    font-size: 1.1rem;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .button-82-front {
        font-size: 14px;
        padding: 9px 21px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}

.Second-product-card .cart-icon {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 2px;
    font-size: 8px;
}

.Second-product-card .options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 7px;
    border-radius: 20px;
}

.Second-product-card .color {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 1px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.Second-product-card .product-card div.buttons .item-action .woosw-btn span {
    display: none;
}

.Second-product-card .product-card .buttons {
    padding: 0 11px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.Second-product-card .product-card div.buttons .item-action .woosw-btn {
    background-color: var(--second-color);
    padding: 3px;
    font-size: 22px;
    color: var(--main-color);
    border-radius: 3px;
}

.Second-product-card .compare-button i {
    background-color: var(--second-color);
    padding: 3px;
    border-radius: 3px;
    font-size: 22px;
    color: var(--main-color);
}

.Second-product-card .categories {
    width: 66%;
    float: left;
    font-size: 12px;
    padding: 5px 0;
}

.Second-product-card .card .lookup {
    display: inline-block;
    font-size: 22px;
    line-height: 0;
    color: #666666;
    position: absolute;
    z-index: 2;
    bottom: 7px;
    right: 8px;
    padding: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.Second-product-card .card:hover .lookup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 330ms ease 100ms;
    -moz-transition: transform 330ms ease 100ms;
    -o-transition: transform 330ms ease 100ms;
    transition: transform 330ms ease 100ms;
}

.Second-product-card .biolife-quickview-inner .single-products-discount span {
    background: #d30101;
    padding: 2px;
    border-radius: 3px;
    display: inline-flex;
    color: #fff;
}

.Second-product-card .color-dis {
    width: 100%;
    padding: 5px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

.Second-product-card .color-dis .discount {
    z-index: 100;
    background-color: #ccc;
}

.Second-product-card .color-dis .color:first-of-type {
    display: block;
}

.Second-product-card .color-dis .color ul {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 2;
}

.Second-product-card .color-dis .color ul li {
    float: right;
}

.Second-product-card .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.Second-product-card .color-dis .color ul li span b {
    width: max-content;
    position: absolute;
    right: -10px;
    bottom: 10px;
    background: #303030;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    transition: all .2s ease-in-out;
}

.Second-product-card .color-dis .color ul li span:hover b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}

.Second-product-card .color-dis .single-products-discount span {
    background-color: red;
    padding: 2px 5px;
    z-index: 100;
    position: relative;
    color: #fff;
    border-radius: 5px;
}

.Second-product-card .product-card .not_price {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: var(--second-color);
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 13px;
    gap: 5px;
    color: #fff;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
}

.amazing-reverse-border {
    clip-path: url(#amazing-reverse-border);
    -webkit-clip-path: url(#amazing-reverse-border);
    overflow: hidden;
    background-color: #fff;
}

.basic-second-card .product-item {
    position: relative;
    border-radius: 5px;
    padding: 10px 10px 15px;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.basic-second-card .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0;
}

.basic-second-card .product-item .color-dis .color ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 53px;
    padding: 5px 2px;
    right: 15px;
}

.basic-second-card .product-item .color-dis .discount {
    position: absolute;
    left: 26px;
    top: 39px;
}

.basic-second-card .product-item .color-dis .discount span {
    background-color: red;
    padding: 2px 5px;
    z-index: 100;
    position: relative;
    color: #fff;
    border-radius: 5px;
}

.basic-second-card .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 4px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.basic-second-card .product-item .color ul li span b {
    position: absolute;
    right: -10px;
    bottom: 10px;
    background: #303030;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    transition: all .2s ease-in-out;
    z-index: 10;
}

.basic-second-card .product-item .color ul li span:hover b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
    width: max-content;
}

.basic-second-card .product-item figure {
    width: 100%;
    height: 100%;
    padding: 38px 0 0 0;
}

.basic-second-card .product-item figure a img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}


#14073ff .amazing-product .second-card-item-product .amazing-reverse-border  {
    mix-blend-mode: multiply;
    background-color: #4cae4c;
}


.basic-second-card .latest-products .product-item .latest-reverse-border figure a img {
    width: auto;
    height: 230px;
    object-fit: inherit;
    object-position: center;
    filter: brightness(0.95) contrast(1.2);
    transition: transform 0.8s ease, filter 0.8s ease;
    will-change: transform, filter;
    transform-origin: center;
    border-radius: 10px;
}

.basic-second-card .latest-products .product-item .latest-reverse-border figure a {
    display: flex;
    justify-content: end;
    padding: 0 20px;
}

.basic-second-card .latest-products .product-item .latest-reverse-border:hover  figure a img {
	transform: scale(1.1) rotateZ(1.2deg);
	filter: brightness(1.1) contrast(1.05) saturate(1.2);
}

.basic-second-card .product-item h2 {
    margin-top: 15px;
    height: 59px;
    line-height: 22px;
    overflow: hidden;
    border-bottom: 2px solid #eee;
    text-align: center;
    padding: 0 5px;
}

.basic-second-card .product-item h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 450;
}

.basic-second-card .product-item .down {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
}

.basic-second-card .second-card-item-product .addtocart_button_latest_products {
    position: absolute;
    bottom: 22px;
    right: 13px;
}

.basic-second-card .second-card-item-product .addtocart_button_latest_products a.add_to_cart_button {
    font-size: 43px;
    color: #000;
    display: flex;
    background: none ;
    padding: 0 !important;
}

.basic-second-card .latest-products .second-card-item-product .addtocart_button_latest_products a.add_to_cart_button {
    font-size: 32px;
    color: #000;
    display: flex;
    padding: 37px 14px 15px 40px !important;
    background-color: #825d1c;
    border-bottom-right-radius: 39px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 10px;
}

.basic-second-card .latest-products .second-card-item-product .addtocart_button_latest_products a.add_to_cart_button i{
	font-size: 20px;
}

.basic-second-card .product-item .down .price ins span bdi span.woocommerce-Price-currencySymbol {
    rotate: 270deg;
    position: absolute;
    top: 7px;
    left: 1px;
    background: #fff;
    padding: 1px 5px;
    border-radius: 5px;
}

.basic-second-card .product-item .down .price {
    margin-left: 17px;
    text-align: left;
    font-weight: 700;
    color: var(--main-color);
    border-radius: 5px;
    padding: 2px 5px;
}

.basic-second-card .product-item .added_to_cart.wc-forward {
    position: absolute;
    top: -18px;
    left: -171px;
    width: 147px;
    background: #22bd92;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    color: #fff !important;
}

.basic-second-card .amazing-product .amazing-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3px;
}

.basic-second-card .amazing-product .owl-dot.active span {
    background-color: var(--main-color) !important;
    opacity: 1;
    width: 26px;
}

.basic-second-card .amazing-product .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000 !important;
    border-radius: 9px;
    opacity: 0.5;
    transition: background-color 0.3s ease;
}

.Second-product-card .color-dis .color ul li span img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.basic-second-card .product-item .color-dis .color ul li span img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px;
    margin-left: 5px;
    float: right;
    position: relative;
}

.latest-reverse-border {
    clip-path: url(#latest-reverse-border);
    -webkit-clip-path: url(#latest-reverse-border);
    overflow: hidden;
    background-color: #dfdfdf;
    position: relative;
  z-index: 50;
}

.basic-second-card .latest-products .second-card-item-product .addtocart_button_latest_products {
    position: absolute;
    bottom: 22px;
    right: 19px;
    transition: all 0.3s ease 0s;
}

.basic-second-card .latest-products .second-card-item-product .addtocart_button_latest_products:hover {
    position: absolute;
    bottom: 8px;
    right: 8px;
    transition: all 0.3s ease 0s;
}

.latest-products .timer-latest-products .countdown-timer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
}

.latest-products .timer-latest-products .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.latest-products .countdown-timer span.dot {
    display: none;
}

.basic-second-card .latest-products .latest-reverse-border .timer-latest-products {
    position: absolute;
    left: 18px;
    top: 110px;
}

.first-layer-category-reverse-border{
    position: relative;
}

.hero-special .special-box .special-item .color ul li span img {
	width: 18px !important;
	height: 18px !important;
	border-radius: 4px;
	margin-left: 5px;
	float: right;
	position: relative;
}

.basic-second-card .latest-products .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3px;
}

.basic-second-card .latest-products .owl-dot.active span {
    background-color: var(--main-color) !important;
    opacity: 1;
    width: 26px;
}

.basic-second-card .latest-products .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000 !important;
    border-radius: 9px;
    opacity: 0.5;
    transition: background-color 0.3s ease;
}

.merdas-login-form .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button{
    background-color: var(--main-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}