:root {
    --h1size: 36px;
    --h2size: 28px;
    --h3size: 22px;
    --h4size: 18px;
    --h5size: 16px;
    --h6size: 15px;
    --bodysize: 14px;
    --bodymed: 13px;
    --bodysmall:13px;
    --h1height: 50px;
    --h2height: 42px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 25px;
    --bodyheight: 24px;
    --pfamily: "IRANSans", sans-serif;
    --red: #ff3838;
    --light-red:#dc3545;
    --secondary-dark:#43680d;
    --gray-w:#f6f6f6;
    --gray: #777777;
    --text: #555555;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #eee;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --body: #fff;
    --border: #e8e8e8;
    --heading: #39404a;
    --primary: #cb18cb;
    --primary-dark: #960f96;
    --secondary: #649915;
    --third-color: #3D518C;
    --sub-heading: #565765;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #cccccc;
    --gray-light:#eee;
    --intro-bg: #f8fffa;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --google: #e60023;
    --instagram: #f77737;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
@font-face {
    font-family: "IRANSans";
    src: url("../fonts/IRANSansWeb.woff2");
}
html{
    max-width: 100vw;
    overflow-x: hidden;
}
* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
    display: inline-block;
    color: var(--primary);
}
a:hover {
    text-decoration: none;
    color: var(--primary);
}
ul,
ol {
    padding: 0px;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
    margin-bottom: 0px;
}
html,
body {
    scroll-behavior: smooth;
}
body {
    color: var(--text);
    background: var(--body);
    font-size: var(--bodysize);
    font-family: var(--pfamily);
    line-height: var(--bodyheight);
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--heading);
}
h1 {
    font-size: var(--h1size);
    line-height: var(--h1height);
    font-weight: 700;
}
h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    text-transform: capitalize;
    font-weight: 700;
}
h3 {
    font-size: var(--h3size);
    line-height: var(--h3height);
    font-weight: 700;

}
h4 {
    font-size: var(--h4size);
    line-height: var(--h4height);
    font-weight: 700;

}
h5 {
    font-size: var(--h5size);
    line-height: var(--h5height);
}
h6 {
    font-size: var(--h6size);
    line-height: var(--h6height);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
input,
button {
    border: none;
    outline: none;
    background: none;
}
button:focus {
    outline: none;
}
@media (max-width: 575px) {
    .col {
        padding: 0px 4px;
    }
}
@media (max-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.color-primary{
    color: var(--primary);
}
.margin-auto{
    margin:auto
}
.section {
    margin-bottom: 55px;
}
.inner-section {
    margin-bottom: 70px;
}
.section-heading {
    text-align: right;
    margin-bottom: 40px;
}
.section-heading h2{
    font-size: var(--h3size);
}
.section-heading a{
    font-weight: 700;
    color: var(--text);
}
.section-heading a:hover{
    color: var(--primary);
}
.section-btn {
    text-align: center;
    margin-top:0;
    margin-bottom: 15px;
}
.bg-primary{
    background-color: var(--primary) !important;
}
.section-btn-25 {
    text-align: center;
    margin-top: 25px;
}
@media (max-width: 767px) {
    .section {
        margin-bottom: 55px;
    }
    .inner-section {
        margin-bottom: 60px;
    }
    .section-heading {
        margin-bottom: 30px;
        flex-direction: column;
        text-align: right;
        align-items: start !important;
    }
    .section-heading h2 {
        line-height: 36px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section {
        margin-bottom: 75px;
    }
    .inner-section {
        margin-bottom: 80px;
    }
}
.alert {
    border: none;
    margin: 0px;
    padding: 0px 15px;
    border-radius: 0px;
}
.alert-info {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 3px;
    background: var(--white);
    border-top: 3px solid var(--primary);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.alert-info p {
    font-weight: 500;
    color: var(--primary);
    text-shadow: var(--primary-bshadow);
}
.alert-info p a {
    margin-left: 5px;
    text-decoration: underline;
}
.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    background: none;
    margin: 0px;
}
.breadcrumb .active {
    color: var(--primary);
}
.breadcrumb-item {
    font-size: 14px;
    padding: 0 !important;
    text-transform: capitalize;
}
.breadcrumb-item a {
    color: var(--gray);
}
.breadcrumb-item a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--gray);
    padding: 0px 8px;
    float: right;
}
.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    width: 1000%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.backtop {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 6;
    width: 48px;
    height: 48px;
    font-size: 15px;
    color: var(--white);
    line-height: 48px;
    text-align: center;
    display: none;
    border-radius: 50%;
    background: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.backtop:hover {
    color: var(--white);
}

@media (max-width: 575px) {
    .backtop {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .backtop {
        bottom: 55px;
    }
    .seller-section{
        flex-direction: column;
    }
    .seller-section .d-flex{
        margin-bottom: 15px;
    }
}
.ajax-loader{
    z-index: 1000001;
    background-color: #ffffff;
    border-radius: 16px;
    position: fixed;
    top:50%;
    right:50%;
    transform: translate(50%,-50%);
    display: none;
}
.ajax-loader .loader-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}
.ajax-loader .loader-content img{
    width:150px;
    margin-bottom: 15px;
}
.btn {
    border: none;
    font-size: var(--bodysize);
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 4px;
}
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn i {
    margin-left: 10px;
}
.btn-inline {
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
}
.btn-inline:hover {
    color: var(--primary);
    background: var(--white);
}
.btn-outline {
    color: var(--third-color);
    background: var(--white);
}
.btn-outline:hover {
    color: var(--white);
    background: var(--primary);
}
.menu-badge {
    font-size: 10px;
    padding: 0px 5px;
    margin-right: 5px;
    line-height: 18px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white);
    background: var(--red);
    text-shadow: var(--primary-tshadow);
}
.dropdown-arrow {
    position: relative;
    padding-left: 18px !important;
}
.dropdown-arrow:hover::before {
    color: var(--primary);
}
.dropdown-arrow::before {
    position: absolute;
    content: "\f078";
    top: 50%;
    left: 3px;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
    font-family: 'Font Awesome 5 Pro';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-link {
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-link:hover {
    color: var(--primary);
    background: var(--chalk);
}
.dropdown-link:hover::before {
    color: var(--primary);
}
.dropdown-link::before {
    position: absolute;
    top: 50%;
    left: 18px;
    content: "\f053";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-link.active {
    color: var(--primary);
}
.dropdown-link.active::before {
    color: var(--primary);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.dropdown-list {
    display: none;
    padding: 0px 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-list li a {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
    padding: 10px 35px 10px 15px;
    color: var(--text);
    background: var(--white);
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-list li a:hover {
    color: var(--primary);
    background: var(--chalk);
}
.dropdown-list li a::before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "\f068";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 70px;
}
.dropdown-position-list {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 2;
    width: 200px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-position-list::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -7px;
    right: 12px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--white);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
}
.dropdown-position-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 8px 15px;
    color: var(--text);
    background: var(--white);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dropdown-position-list li a:hover {
    color: var(--primary);
    background: var(--chalk);
}

.form-title {
    text-align: center;
    margin-bottom: 20px;
}
.form-title h3 {
    text-transform: capitalize;
}
.form-group {
    margin-bottom: 25px;
}
.form-group small {
    color: var(--gray);
    padding: 0px 0px 0px 20px;
}
.form-group textarea {
    height: 150px;
    padding: 12px 20px;
}
.form-label {
    font-weight: 500;
    margin: 0px 0px 7px 3px;
    white-space: nowrap;
    text-transform: capitalize;
}
.form-control {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    padding: 0px 20px 2px;
    color: var(--text);
    background: var(--gray-w);
    border: 1px solid var(--border);
}
.form-control:focus-within {
    background: var(--chalk);
    border-color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.form-select {
    height: 45px;
    font-size: 15px;
    padding: 0px 16px;
    background-size: 12px 10px;
    text-transform: capitalize;
    background-position: left 0.75rem center;
    color: var(--text);
    cursor: pointer;
}
.form-select:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary);
}
.form-check .form-check-input {
    float: right;
    margin-left: 0.75em;
}
.form-check-input:focus {
    border-color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
}
.form-input-group {
    position: relative;
}
.form-input-group:focus-within i {
    color: var(--primary);
}
.form-input-group input {
    padding: 0px 20px 2px 45px;
}
.form-input-group textarea {
    padding: 12px 20px 12px 45px;
}
.form-input-group i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
}
.form-btn-group {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
}
.form-btn-group i {
    font-size: 15px;
    margin-left: 5px;
    display: inline-block;
}
.nav-tabs {
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--white);

}
.nav-radius-hover{
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, .07);
}
.nav-tabs li {
    padding: 0px 30px;
    border-left: 1px solid var(--border);
}
.nav-tabs li:last-child {
    border: none;
}
.tab-link {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--heading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    padding: 10px 20px;
}
.tab-link:hover {
    color: var(--primary);
}
.tab-link i {
    font-size: 18px;
    margin-left: 5px;
}
.nav-radius-hover .tab-link.active {
    background: #337ab7;
    border-radius: 50px;
    color: #fff;
}
.tab-link.active{
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}
.tab-pane {
    display: none;
    padding: 0px;
}
.tab-pane.active {
    display: block;
}
@media (max-width: 575px) {
    .nav-tabs li {
        padding: 5px;
        border: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .nav-tabs {
        padding: 25px 10px;
    }
    .nav-tabs li {
        padding: 0px 20px;
    }
}
.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-item {
    margin-left: 10px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}
.page-item.active .page-link {
    color: var(--white) !important;
    background: var(--primary) !important;
}
.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    border: none;
    padding: 0px;
    color: var(--text);
    background: var(--white);
}
.page-link:hover {
    color: var(--white);
    background: var(--primary);
}
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 991px) {
    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    .page-item {
        margin: 0px 3px;
    }
}
.star-rating {
    direction: rtl;
    text-align: center;
    margin: 25px 0px;
}
.star-rating input {
    display: none;
}
.star-rating input:checked ~ label::after {
    opacity: 1;
}
.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0px 8px;
}
.star-rating label:hover::after {
    opacity: 1;
}
.star-rating label:hover:hover ~ label::after {
    opacity: 1;
}
.star-rating label::before {
    content: "\ec7c";
    font-family: "Icofont";
    font-weight: 900;
    font-size: 35px;
    display: block;
    color: #bbbbbb;
}
.star-rating label::after {
    content: "\ec7c";
    font-family: "Icofont";
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: var(--yellow);
    opacity: 0;
}
.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1;
}
.dandik,
.bamdik {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.disabled .dandik , .disabled .bamdik{
    visibility: hidden !important;
    opacity: 0 !important;
}
.dandik.slick-disabled{
    display: none !important;
}
.dandik:hover,
.bamdik:hover {
    color: var(--white);
    background: var(--primary);
}
.dandik {
    right: -10px;
}
.bamdik {
    left: -10px;
}


.slider-dots ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-dots ul li {
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    background: var(--primary);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.slider-dots ul li button {
    display: none;
}
.slider-dots ul li.slick-active {
    width: 25px;
    background: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (max-width: 575px) {
    .slider-dots ul {
        bottom: 10px;
    }
    .slider-dots ul li {
        margin: 0px 6px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .slider-dots ul {
        bottom: 20px;
    }
    .slider-dots ul li {
        margin: 0px 6px;
    }
}
.product-add {
    width: 100%;
    font-size: 14px;
    padding: 6px 0px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    color: var(--heading);
    background: var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-add i {
    font-size: 14px;
    margin-left: 5px;
}
.product-add span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-add.small{
    width: unset;
    padding: 6px 12px;
}
.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.product-action button i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--chalk);
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-action button i:hover {
    color: var(--white);
    background: var(--primary);
}
.product-action input {
    width: 100%;
    font-size: 15px;
    margin: 0px 5px;
    padding: 6px 0px;
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
}
.table-list {
    width: 100%;
}
thead tr {
    background: var(--primary);
}
thead tr th {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 20px;
    color: var(--white);
    border-left: 1px solid var(--border);
}
thead tr th:first-child {
    border-radius: 0px 6px 6px 0px;
}
thead tr th:last-child {
    border-left: none;
    border-radius: 6px 0px 0px 6px;
}
tbody tr {
    border-bottom: 1px solid var(--border);
}
tbody tr td {
    padding: 12px 20px;
    text-align: center;
    border-left: 1px solid var(--border);
}
tbody tr td:last-child {
    border-left: none;
}
.table-name {
    white-space: nowrap;
    text-transform: capitalize;
}
.table-image img {
    width: auto;
    height: 100px;
}
.table-price h6 {
    white-space: nowrap;
}
.table-price h6 small {
    font-size: 13px;
    margin-right: 3px;
    color: var(--gray);
    font-family: sans-serif;
}
.table-desc p {
    width: 150px;
    font-size: 15px;
    text-align: right;
}
.table-desc p a {
    text-transform: capitalize;
}
.table-desc p a:hover {
    text-decoration: underline;
}
.table-vendor a {
    font-weight: 500;
    color: var(--heading);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.table-vendor a:hover {
    color: var(--primary);
}
.table-status h6 {
    text-transform: capitalize;
}
.table-status .stock-in {
    color: var(--purple);
}
.table-status .stock-out {
    color: var(--orange);
}
.table-shop {
    width: 180px;
}
.table-shop .product-add {
    color: var(--white);
    background: var(--primary);
}
.table-shop .action-plus i,
.table-shop .action-minus i {
    background: var(--white);
}
.table-action a i {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.table-action .view i {
    color: var(--green);
    background: var(--white);
}
.table-action .view i:hover {
    color: var(--white);
    background: var(--green);
}
.table-action .wish i {
    color: var(--green);
    background: var(--white);
}
.table-action .wish.active i {
    color: var(--white);
    background: var(--green);
}
.table-action .trash i {
    color: var(--red);
    background: var(--white);
}
.table-action .trash i:hover {
    color: var(--white);
    background: var(--red);
}
@media (max-width: 1199px) {
    .table-scroll {
        overflow-x: scroll;
    }
}
.modal-dialog {
    max-width: max-content;
}
.modal-content {
    border: none;
    background: none;
    border-radius: 0px;
}
.modal-close {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--white);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.modal-close:hover {
    color: var(--white);
    background: var(--primary);
}
.modal-form {
    width: 400px;
    padding: 30px;
    border-radius: 8px;
    background: var(--white);
}
@media (max-width: 400px) {
    .modal-form,
    .modal-dialog {
        width: 100%;
        max-width: inherit;
    }
}
@media (max-width: 1100px) {
    .modal-dialog {
        margin: 80px auto 50px;
    }
    .modal-close {
        right: 50%;
        top: -45px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
.order-track {
    margin-bottom: 25px;
}
.order-track-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 25px;
    border-radius: 8px;
    background: var(--chalk);
}
.order-track-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.order-track-item::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    width: 100%;
    height: 5px;
    z-index: -1;
    background: var(--white);
}
.order-track-item:first-child::before {
    border-radius: 50px 0px 0px 50px;
}
.order-track-item:last-child::before {
    border-radius: 0px 50px 50px 0px;
}
.order-track-item i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    border: 2px dotted var(--primary);
}
.order-track-item span {
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    color: var(--heading);
    text-transform: capitalize;
}
.order-track-item.active::before {
    background: var(--primary);
}
.order-track-item.active i {
    color: var(--white);
    background: var(--primary);
}
.order-track-item.active span {
    color: var(--primary);
}
@media (max-width: 575px) {
    .order-track {
        overflow-x: scroll;
    }
    .order-track-list {
        width: 575px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .order-track-item span {
        white-space: inherit;
    }
}
.nav-pills .nav-link {
    font-weight: 400;
    list-style: decimal;
}
.nav-pills .nav-link.active {
    color: var(--primary);
    background: transparent;
}
@media (max-width: 991px) {
    .nav {
        margin-bottom: 30px;
    }
}
.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown-time {
    padding: 0px 30px;
    position: relative;
    color: var(--heading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.countdown-time::before {
    position: absolute;
    content: ":";
    top: 28%;
    left: -3px;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--heading);
}
.countdown-time:last-child::before {
    display: none;
}
.countdown-time span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary);
}
.countdown-time small {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
@media (max-width: 575px) {
    .countdown-time {
        padding: 0px 12px;
    }
    .countdown-time:first-child {
        padding-right: 0px;
    }
    .countdown-time:last-child {
        padding-left: 0px;
    }
    .countdown-time span {
        font-size: 35px;
    }
    .countdown-time small {
        font-size: 16px;
    }
}
.suggest-card {
    position: relative;
    background-position: center;
    margin-bottom: 15px;
    margin-top: 5px;
    width: 87px;
    height: 87px;
}
.suggest-img img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;

}
.suggest-category .suggest-img{
    border-radius: 50%;
    border: 0px solid var(--white);
}
.suggest-category:hover .suggest-img{
    border: 8px solid var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0 ,.16);
    transition: all .2s;
}
.suggest-category:hover .suggest-card span.cat_name{
    color: var(--primary);
}
.suggest-card span.cat_name {
   margin-top: 10px;
    font-size: var(--bodymed);
    text-align: center;
    font-weight: 700;
    display: block;
    color: #39404a;
}

.suggest-category .all-categories{
    background: #ddd;
    border-radius: 50%;
}
@media (max-width: 400px) {
    .suggest-card span.cat_name {
        font-size: 14px;
        line-height: 24px;
    }
}
.suggest-slider li {
    margin: 0px 10px;
}
@media (max-width: 575px) {
    .suggest-slider li {
        margin: 0px 5px;
    }
}

.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 5px;
    border-radius: 2px;
    background: var(--white);
    border: 1px solid var(--gray-light);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-card:hover {
    border-color: var(--primary);
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}
.product-card:hover .product-widget {
    opacity: 1;
}
.product-card:hover .product-add,.seller-section:hover .product-add, .sort-btn:hover {
    color: var(--white);
    background: var(--primary);
}

.product-media {
    position: relative;
}
.product-wish {
    position: absolute;
    top: 6px;
    left: 9px;
    font-size: 20px;
    background: #fff;
    color: #454444;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 8px 9px;
    z-index: 5;
}
.product-wish.active, .product-wish:hover {
    color: var(--primary);
}

.product-image img {
    width: 100%;
}
.product-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-widget a {
    width: 100%;
    padding: 5px 12px;
    font-size: 11px;
    margin: 0;
    text-align: center;
    border-radius: 0;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
}
.product-content {
    text-align: center;
}
.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.product-rating i,
.product-rating a {
    font-size: 13px;
    margin: 0px 1px;
    color: var(--gray);
}
.product-rating a {
    white-space: nowrap;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-rating a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.product-rating .active {
    color: var(--yellow);
}
.product-name a {
    color: var(--sub-heading);
    margin: 4px 0;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    font-size: 13px;
}
.product-name a:hover {
    color: var(--primary);
}
.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 4px;
}
.product-price del {
    color: var(--red);
    margin-left: 8px;
    font-size: 13px;
}
.product-price span {
    color: var(--primary);
    white-space: nowrap;
}
.product-price span small {
    font-weight: 400;
}
.product-disable {
    position: relative;
}
.product-disable:hover {
    border-color: var(--border);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-disable:hover .product-add {
    color: var(--heading);
    background: var(--border);
}
.product-disable .product-widget {
    visibility: hidden;
}
.product-disable::before {
    position: absolute;
    content: "اتمام موجودی";
    top: 40%;
    left: 50%;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: var(--primary-tshadow);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--white);
    background: rgba(224, 152, 22, 0.9);
}
.product-disable::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
    .product-card {
        padding: 8px;
        margin-bottom: 8px;
    }
    .product-name {
        font-size: 15px;
        line-height: 22px;
    }
}
.feature-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.feature-card:hover .feature-widget {
    opacity: 1;
    bottom: 15px;
}
.feature-card:hover .feature-add {
    color: var(--white);
    background: var(--primary);
}
.feature-media {
    position: relative;
}
.feature-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.label-text {
    font-size: 11px;
    padding: 4px 6px;
    font-weight: 300;
    line-height: 13px;
    border-radius: 5px;
    color: var(--white);
    text-align: center;
}
.label-text.off {
    background: var(--red);
}
.label-text.new {
    background: var(--green);
}
.label-text.sale {
    background: var(--orange);
}
.label-text.feat {
    background: var(--purple);
}
.label-text.rate {
    background: var(--yellow);
}
.label-text.order {
    background: var(--blue);
}
.feature-wish {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 18px;

}
.feature-wish.active {
    color: var(--primary);
}
.feature-image img {
    width: 100px;
    border-radius: 4px;
}
.feature-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    right: 35px;
    width: 100%;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-widget a {
    padding: 3px 12px;
    font-size: 11px;
    margin: 0 6px;
    text-align: center;
    border-radius: 4px;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
}
.feature-content {
    width: 100%;
    margin-right: 15px;
}
.feature-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3px;
}
.feature-rating i,
.feature-rating a {
    font-size: 14px;
    margin: 0px 2px;
    color: var(--gray);
}
.feature-rating a {
    white-space: nowrap;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-rating a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.feature-rating .active {
    color: var(--yellow);
}
.feature-name {
    margin-bottom: 3px;
    text-transform: capitalize;
}
.feature-name a {
    color: var(--sub-heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-name a:hover {
    color: var(--primary);
}
.feature-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}
.feature-price del {
    color: var(--red);
    margin-left: 8px;
    font-size: 13px;
}
.feature-price span {
    color: var(--primary);
    white-space: nowrap;
}
.feature-price span small {
    font-weight: 400;
}
.feature-desc {
    font-size: var(--bodysize);
    line-height: 25px;
    margin-bottom: 15px;
    min-height: 50px;
}
@media (max-width: 575px) {
    .feature-card {
        padding: 8px;
        margin-bottom: 15px;
    }
    .feature-image img {
        width: 100%;
    }
    .feature-name {
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 450px) {
    .feature-card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .feature-content {
        padding-right: 12px;
        margin-right: 12px;
    }
    .feature-desc {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-image img {
        width: 190px;
    }
}
.product-standard {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 15px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-standard:hover {
    border-color: var(--primary);
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}
.product-standard:hover .standard-widget {
    opacity: 1;
    bottom: 15px;
}
.product-standard:hover .standard-add {
    color: var(--white);
    background: var(--primary);
}
.standard-media {
    position: relative;
}
.standard-label-group {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.standard-label {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    color: var(--white);
}
.standard-label.off {
    background: var(--red);
}
.standard-label.new {
    background: var(--green);
}
.standard-label.sale {
    background: var(--orange);
}
.standard-label.feat {
    background: var(--purple);
}
.standard-label.rate {
    background: var(--yellow);
}
.standard-image img {
    width: 220px;
}
.standard-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.standard-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
}
.standard-content {
    width: 100%;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid var(--border);
}
.standard-name {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.standard-name a {
    color: var(--sub-heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.standard-name a:hover {
    color: var(--primary);
}
.standard-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
}
.standard-price del {
    color: var(--red);
    margin-left: 12px;
}
.standard-price span {
    color: var(--primary);
    white-space: nowrap;
}
.standard-price span small {
    font-weight: 400;
}
.standard-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.standard-rating i,
.standard-rating a {
    font-size: 14px;
    margin-left: 3px;
    color: var(--gray);
}
.standard-rating a {
    white-space: nowrap;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.standard-rating a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.standard-rating .active {
    color: var(--yellow);
}
.standard-desc {
    margin-bottom: 20px;
}
.standard-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.standard-action-group .product-add,
.standard-action-group .action-input {
    padding: 10px 0px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
}
.standard-action-group .product-add {
    font-size: 14px;
    font-weight: 500;
}
.standard-wish {
    padding: 10px 0px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.standard-wish i {
    font-size: 16px;
    margin-left: 6px;
}
.standard-wish span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.standard-wish {
    color: var(--primary);
    background: var(--border);
}
.standard-wish.active {
    color: var(--white);
    background: var(--primary);
}
.standard-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.standard-action button i,
.standard-action a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--border);
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.standard-action button i:hover,
.standard-action a i:hover {
    color: var(--white);
    background: var(--primary);
}
.standard-action input {
    width: 100%;
    height: 45px;
    margin: 0px 8px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 5px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
}
@media (max-width: 575px) {
    .product-standard {
        padding: 10px 10px;
    }
    .standard-image img {
        width: 130px;
    }
    .standard-content {
        margin-right: 10px;
        padding-right: 10px;
    }
    .standard-name {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .standard-price {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .standard-rating {
        margin-bottom: 6px;
    }
    .standard-desc {
        display: none;
    }
    .standard-action-group {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
    .product-add,
    .standard-wish {
        padding: 8px 0px;
    }
    .product-add i,
    .standard-wish i {
        display: none;
    }
    .standard-action input {
        height: 38px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .standard-image img {
        width: 150px;
    }
    .standard-content {
        margin-right: 10px;
        padding-right: 10px;
    }
    .standard-name {
        font-size: 18px;
    }
    .standard-price {
        font-size: 16px;
    }
    .standard-desc {
        display: none;
    }
    .standard-action-group {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
    .product-add,
    .standard-wish {
        padding: 8px 0px;
    }
    .product-add i,
    .standard-wish i {
        display: none;
    }
    .standard-action input {
        height: 38px;
    }
}

.category-wrap:hover .category-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.category-media {
    position: relative;
    margin-bottom: 15px;
}
.category-media img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.category-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.category-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.category-overlay a i:hover {
    color: var(--primary);
    background: var(--white);
}
.category-meta {
    padding: 0px 10px;
}
.category-meta h4 {
    text-transform: capitalize;
    margin-bottom: 3px;
}
@media (max-width: 575px) {
    .category-wrap {
        width: 150px;
    }
}
@media (max-width: 1199px) {
    .category-meta {
        padding: 0px 5px;
    }
    .category-meta h4 {
        font-size: 17px;
        margin-bottom: 0px;
    }
    .category-meta p {
        font-size: 15px;
    }
}
.brand-wrap {
    text-align: center;
    padding-top: 15px;
}
.brand-wrap:hover .brand-media::before {
    border-color: var(--primary);
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.brand-wrap:hover .brand-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.brand-media {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.brand-media img {
    max-width: 100%;
    border-radius: 100%;
}
@media (min-width: 991px){
    .brand-media img {
        padding: 20px;
    }
}
@-webkit-keyframes rotate360 {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes rotate360 {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.brand-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.brand-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.brand-overlay a i:hover {
    color: var(--primary);
    background: var(--white);
}
.brand-meta h4 {
    text-transform: capitalize;
    margin-bottom: 3px;
}

.choose-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.choose-card:hover i {
    color: var(--white);
    background: var(--primary);
}
.choose-icon i {
    width: 75px;
    height: 75px;
    font-size: 40px;
    line-height: 75px;
    border-radius: 50%;
    margin-left: 30px;
    text-align: center;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.choose-text h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-card {
    margin-bottom: 30px;
}
.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-media {
    position: relative;
}
.blog-calender {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 55px;
    height: 55px;
    border-radius: 6px;
    color: var(--white);
    background: rgba(0, 0, 0, 0.6);
}
.blog-calender span {
    line-height: 20px;
}
.blog-date {
    font-size: 20px;
    font-weight: 500;
}
.blog-month {
    font-size: 14px;
    text-transform: uppercase;
}
.blog-img {
    overflow: hidden;
    border-radius: 8px;
}
.blog-img img {
    width: 100%;
    border-radius: 8px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-content {
    padding: 15px 15px 0px;
}
.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.blog-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}
.blog-meta li:last-child {
    margin: 0px;
}
.blog-meta li i {
    color: var(--primary);
    margin-left: 8px;
    font-size: 14px;
}
.blog-meta li a,
.blog-meta li span {
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
}
.blog-meta li a {
    color: var(--text);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-meta li a:hover {
    color: var(--primary);
}
.blog-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}
.blog-title a {
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-title a:hover {
    color: var(--primary);
}
.blog-desc {
    font-size: 17px;
    line-height: 28px;
    color: var(--gray);
    margin-bottom: 25px;
}
.blog-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
    text-transform: uppercase;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-btn i {
    font-size: 17px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-btn:hover {
    color: var(--primary);
    text-decoration: underline;
}
.blog-btn:hover i {
    margin-right: 5px;
}
@media (max-width: 575px) {
    .blog-meta li {
        margin-left: 25px;
    }
    .blog-content {
        padding: 15px 8px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-content {
        padding: 15px 12px 0px;
    }
}
.offer-card {
    margin-bottom: 30px;
}
.offer-card a {
    width: 100%;
}
.offer-card a img {
    width: 100%;
    border-radius: 8px;
}
.offer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 0px 15px;
    border-radius: 0px 0px 8px 8px;
    background: var(--white);
}
.offer-div h5 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.offer-div button,
.offer-div span {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
    text-transform: capitalize;
}
@media (min-width: 351px) and (max-width: 575px) {
    .offer-card {
        width: 320px;
        margin: 0px auto 30px;
    }
}
.account-card {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0px 30px 30px;
    background: var(--white);
}
.account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0px;
    width: 50px;
    height: 2px;
    background: var(--primary);
}
.account-title h4 {
    text-transform: capitalize;
}
.account-title button,
.account-title a {
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--primary);
    background: var(--third-color);
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.account-title button:hover,
.account-title a:hover {
    color: var(--white);
    background: var(--primary);
}
@media (max-width: 575px) {
    .account-card {
        padding: 0px 15px 15px;
    }
}
.header-top {
    background: var(--chalk);
    font-size: var(--bodysmall);
}
.header-right, .header-center, .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top .welcome-msg {
    margin-right: 10px;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: -0.022em;
    line-height: 1.5;
    white-space: nowrap;
    padding: 10px 0;
    text-transform: uppercase;
}
.header-top .header-left {
    padding-left: 0.2rem;
}

.header-left{
    margin-right:auto;
}
.header-top .header-left a{
    color: var(--text);
    font-size: var(--bodysmall);
    display: flex;
    align-items: center;
}
.header-top .header-left a:hover{
    color: var(--primary);
    transition: all .3s;
}

.header-top .header-left .divider {
    width: 1px;
    height: .9rem;
    background-color: #ccc;
}
.header-top .header-left .divider {
   width: 1px;
    height: 1.5rem;
    background-color: #ccc;
}
.header-part {
    background: var(--white);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    box-shadow: 0px 2px 3px rgba(17, 17, 17 ,.09);
}
.header-part.active {
    position: -webkit-sticky;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 111;
    background: var(--white);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-part.active .header-content {
    padding: 15px 0px;
}
.header-part.active .header-widget sup {
    border-color: var(--white);
}
.header-part.active .header-form {
    background: var(--white);
    border-color: var(--primary);
}
.header-content {
    padding: 13px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-logo {
    margin-left: 50px;
}
.header-logo img {
    width: auto;
    height: 45px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-widget-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-widget-group .header-widget {
    margin-left: 20px;
}
.header-widget-group .header-widget:first-child {
    margin-right: 0px;
}
.header-widget {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-widget:hover i {
    color: var(--primary);

    transition: all .2s;
}
.header-widget:hover span {
    color: var(--primary);
}
.header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header-widget i {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    background: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-widget span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
    white-space: nowrap;
    text-align: right;
    text-transform: capitalize;
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-widget span small {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: sans-serif;
    display: block;
}
.header-widget sup {
    position: absolute;
    top: -3px;
    right: 24px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--white);
    text-shadow: var(--primary-tshadow);
}
.header-cart span {
    font-size: 12px;
    margin-right: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.header-form {
    width: 100%;
    margin: 0px 100px;
    border-radius: 4px;
    border: 1px solid var(--chalk);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-form:focus-within {
    background: var(--white);
    border-color: var(--primary);
}
.header-form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-right: 15px;
}
.header-form button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: var(--text);
    display: inline-block;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-form button i:hover {
    color: var(--primary);
}
.header-media-group {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-media-group a img {
    width: auto;
    height: 45px;
}
.header-user img,
.header-src img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header-user i,
.header-src i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-user i:hover,
.header-src i:hover {
    color: var(--white);
    background: var(--primary);
}
@media (max-width: 991px) {
    .header-logo {
        margin-left: 10px;
    }
    .header-content {
        padding: 10px 0px;
        flex-direction: row;
    }
    .header-widget-group,
    .header-widget
    {
        display: none;
    }
    .header-form {
        margin: 0;
    }
    .header-form.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-form{
        margin: 0 20px 0 50px;
    }
}
.navbar-part {
    background: var(--white);
}
.navbar-content {
    border-top: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-item {
    margin-left: 30px;
}
.navbar-item:last-child {
    margin-left: 0px;
}
.navbar-link {
    padding: 15px 0px;
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.navbar-link:hover,.navbar-link.active {
    color: var(--primary);
}
.navbar-focus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.navbar-focus-list li {
    margin-right: 30px;
}
.navbar-focus-list li:first-child {
    margin-right: 0px;
}
.navbar-focus-list li a {
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.navbar-focus-list li a:hover {
    color: var(--primary);
}
.navbar-focus-list li a i {
    font-size: 18px;
    margin-left: 5px;
}
.navbar-info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.navbar-info {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-info:last-child {
    margin-left: 0px;
}
.navbar-info i {
    font-size: 24px;
    margin-left: 8px;
    color: var(--text);
}
.navbar-info p small {
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: right;
    text-transform: capitalize;
}
.navbar-info p span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    margin-right: 7px;
}
@media (max-width: 991px) {
    .navbar-part {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-list li {
        margin-left: 18px;
    }
    .navbar-link {
        font-size: 15px;
    }
    .navbar-info {
        margin-left: 15px;
    }
    .navbar-info p span {
        font-size: 14px;
    }
    .navbar-info i {
        margin-left: 10px;
    }
}

.nav-header {
    padding: 15px 0px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border);
}
.nav-header a img {
    width: auto;
    height: 40px;
}
.nav-close {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.nav-close i:hover {
    color: var(--white);
    background: var(--primary);
}
.nav-content {
    padding: 0px 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
}
.nav-btn {
    width: 100%;
    padding: 50px 0px;
    margin-bottom: 20px;
    text-align: center;
    background: var(--chalk);
}
.nav-btn .btn {
    font-size: 14px;
    padding: 12px 28px;
}
.nav-btn .btn i {
    font-size: 14px;
}
.nav-profile {
    width: 100%;
    text-align: center;
    padding: 18px 0px 0px;
}
.nav-user {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
.nav-user img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.nav-name {
    margin-bottom: 18px;
    text-transform: capitalize;
}
.nav-name a {
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.nav-name a:hover {
    color: var(--primary);
}
.nav-select-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
}
.nav-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px;
    padding-right: 18px;
    line-height: 20px;
    border-right: 1px solid var(--gray-chalk);
}
.nav-select:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}
.nav-select i {
    margin-right: 5px;
}
.nav-list {
    width: 100%;
}
.nav-list li {
    width: 100%;
}
.nav-link {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.nav-link:hover {
    color: var(--primary);
    background: var(--chalk);
}
.nav-link::before {
    right: 15px;
}
.nav-link i {
    font-size: 14px;
    margin-left: 3px;
}
.nav-link.active {
    color: var(--primary) !important;
}
.nav-info-group {
    padding: 20px 0px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.nav-info {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-info:last-child {
    margin-bottom: 0px;
}
.nav-info i {
    font-size: 30px;
    margin-right: 15px;
    color: var(--primary);
}
.nav-info p small {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: left;
    text-transform: capitalize;
}
.nav-info p span {
    font-size: 16px;
    font-weight: 500;
}
.nav-footer {
    text-align: center;
}
.nav-footer p {
    font-size: 14px;
    color: var(--gray);
}
.nav-footer p a {
    color: var(--primary);
}
.cart-sidebar {
    position: fixed;
    top: 0px;
    right: -450px;
    width: 400px;
    height: 100vh;
    z-index: 500000;
    background: var(--white);
    -webkit-box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.cart-sidebar.active {
    right: 0px;
    bottom: 0;
    left: 0;
}
.cart-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid var(--border);
}
.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart-total i {
    font-size: 20px;
    margin-left: 8px;
    color: var(--primary);
}
.cart-total span {
    font-weight: 500;
    color: var(--primary);
    text-transform: capitalize;
}
.cart-close {
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.cart-close i:hover {
    color: var(--white);
    background: var(--primary);
}
.cart-list {
    height: 100%;
    padding: 0px 15px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;

}
.cart-item {
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid var(--border);
}

.cart-item:last-child {
    border-bottom: none;
}
.cart-media {
    position: relative;
    margin-left: 15px;
}
.cart-media a img {
    width: 80px;
    border-radius: 8px;
}
.cart-media button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.cart-media button i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--red);
    background: rgba(255, 255, 255, 0.9);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.cart-media button i:hover {
    color: var(--white);
    background: var(--red);
}
.cart-info-group {
    width: 100%;
    margin-right:10px
}
.cart-info {
    margin-bottom: 13px;
}
.cart-info p {
    font-size: 14px;
}
.cart-info .item-title {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}
.cart-info .item-title a {
    color: var(--heading);
    padding-left: 10px;
}

.cart-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-action-group .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-action-group .product-action button i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
}
.cart-action-group .product-action input {
    width: 45px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: var(--primary);
    background: var(--chalk);
}
.cart-action-group .cart-price {
    font-weight: 500;
    color: var(--primary);
}
.cart-footer {
    padding: 20px 15px 0px;
    text-align: center;
    -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
}
.coupon-btn {
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary);
    text-shadow: var(--primary-tshadow);
}
.coupon-btn:hover {
    text-decoration: underline;
}
.coupon-form {
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border);
    -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    display: none;
}
.coupon-form:focus-within {
    border-color: var(--primary);
}
.coupon-form input {
    width: 100%;
    height: 38px;
    padding: 0px 15px;
}
.coupon-form button span {
    width: 100px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
}
.cart-checkout-btn {
    padding: 10px 0px;
    border-radius: 8px;
    background: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.cart-checkout-btn.disabled{
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: 0.9;
}
.cart-checkout-btn:hover {
    background: var(--heading);
}
.checkout-label {
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}
.checkout-price {
    padding: 0px 25px;
    color: var(--white);
    border-right: 1px solid var(--border);
    white-space: nowrap;
}
@media (max-width: 450px) {
    .cart-sidebar {
        right: 0px;
        width: 100%;
        height: 88vh;
        top:unset;
        -webkit-transform: scale(0);
        transform: scale(0);
        margin: 80px 0px 0px;
        border-radius: 15px 15px 0px 0px;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }
    .cart-sidebar.active {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    .cart-close {
        left: 50%;
        top: -45px;
        bottom: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50px 50px 0px 0px;
        -webkit-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
    }
    .cart-list {
        max-height: calc(100vh - 260px);
    }
    .cart-media a img {
        width: 80px;
    }
}
.category-sidebar {
    position: fixed;
    top: 0px;
    left: -320px;
    width: 280px;
    height: 100vh;
    z-index: 500000;
    background: var(--white);
    -webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.category-sidebar.active {
    left: 0px;
}
.category-header {
    padding: 15px 18px;
    position: relative;
    border-bottom: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-title {
    color: var(--primary);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-title i {
    position: absolute;
    left: 8px;
}
.category-close {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.category-close i:hover {
    color: var(--white);
    background: var(--primary);
}
.category-list {
    width: 100%;
    padding: 0px 15px;
    overflow-y: scroll;
    height: calc(100vh - 130px);
}
.category-item {
    width: 100%;
    border-bottom: 1px solid var(--border);
}
.category-link {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: var(--text);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.category-link i {
    font-size: 17px;
    margin-left: 15px;
    display: inline-block;
}
.category-sidebar .category-link span{
    font-size: 14px;
}
.category-footer {
    text-align: center;
    margin-top: 20px;
}
.category-footer p {
    font-size: 14px;
    color: var(--gray);
}
.category-footer p a {
    color: var(--primary);
}
.mobile-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 6;
    background: var(--white);
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}
.mobile-menu a,
.mobile-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
}
.mobile-menu a:hover,
.mobile-menu button:hover {
    background: var(--chalk);
}
.mobile-menu a:hover i,
.mobile-menu button:hover i {
    color: var(--primary);
}
.mobile-menu a:hover span,
.mobile-menu button:hover span {
    color: var(--primary);
}
.mobile-menu a i,
.mobile-menu button i {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.mobile-menu a span,
.mobile-menu button span {
    font-size: 12px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase;
}
.mobile-menu a sup,
.mobile-menu button sup {
    position: absolute;
    top: -5px;
    left: 75%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--primary);
    text-shadow: var(--primary-tshadow);
}
.mobile-menu a .fas fa-shopping-basket,
.mobile-menu button .fas fa-shopping-basket {
    font-size: 18px;
}
@media (max-width: 991px) {
    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.product-view {
    max-width: 1000px;
    border-radius: 8px;
    background: var(--white);
}
.view-gallery {
    margin: 30px;
    position: relative;
}
.view-label-group {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.view-label {
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}
.view-label:last-child {
    margin-bottom: 0px;
}
.view-label.off {
    background: var(--red);
}
.view-label.new {
    background: var(--green);
}
.view-label.sale {
    background: var(--orange);
}
.view-label.feat {
    background: var(--purple);
}
.view-label.rate {
    background: var(--yellow);
}
.view-details {
    margin: 30px;
}
.view-name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.view-name a {
    color: var(--heading);
}
.view-name a:hover {
    color: var(--primary);
}
.view-meta {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.view-meta p {
    font-size: 13px;
    margin-right: 20px;
    text-transform: uppercase;
}
.view-meta span,
.view-meta a {
    margin-left: 5px;
}
.view-meta a:hover {
    text-decoration: underline;
    color: var(--primary);
}
.view-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.view-rating i,
.view-rating a {
    font-size: 15px;
    margin-right: 3px;
    color: var(--gray);
}
.view-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.view-rating a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.view-rating .active {
    color: var(--yellow);
}
.view-price {
    margin: 20px 0;
}
.view-price del {
    color: var(--red);
    margin-left: 15px;
    float: right;
}
.view-price span {
    color: var(--primary);
    background-color: rgba(203, 24, 203 ,.09);
    border-radius: 4px;
    padding: 10px;
}
.view-price span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.view-desc {
    margin-bottom: 25px;
}
.view-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.view-list-group:last-child {
    margin-bottom: 0px;
}
.view-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: var(--heading);
    text-transform: capitalize;
}
.view-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.view-tag-list li {
    margin-right: 8px;
}
.view-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.view-tag-list li a:hover {
    color: var(--white);
    background: var(--primary);
}
.view-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.view-share-list li {
    margin-right: 8px;
}
.view-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.view-share-list li a:hover {
    color: var(--white);
    background: var(--primary);
}
.view-add-group {
    margin: 45px 0px 15px;
}
.view-add-group .product-add,
.view-add-group .action-input {
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
}
.view-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
}
.view-action-group a {
    padding: 10px 0px;
    border-radius: 4px;
    color: var(--text);
    background: var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.view-action-group a i {
    font-size: 16px;
    margin-left: 8px;
}
.view-action-group a span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.view-wish.active {
    color: var(--white);
    background: var(--primary);
}
.preview-slider {
    margin-bottom: 20px;
}
.preview-slider li img {
    width: 100%;
    border-radius: 8px;
}
.thumb-slider li {
    margin: 0px 10px;
    cursor: pointer;
}
.thumb-slider li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border);
}
.thumb-slider .slick-center img {
    border: 1px solid var(--primary);
}
@media (max-width: 500px) {
    .view-gallery,
    .view-details {
        margin: 25px;
    }
    .view-list-group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .view-list-title {
        margin: 0px 0px 10px;
    }
}
@media (max-width: 767px) {
    .product-view {
        max-width: 480px;
    }
}
.countdown-part {
    padding: 80px 0px;
    background: -webkit-gradient(linear, right top, left top, from(#c3ffda), to(#a1f3c0));
    background: linear-gradient(to left, #3d518c, #5ca7d9);
}
.countdown-content {
    text-align: center;
}
.countdown-content h3 {
    font-size: var(--h1size);
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 17px;
    color:var(--primary);
}
.countdown-content p {
    margin-bottom: 20px;
    color: #fff;
}
.countdown-clock {
    margin-bottom: 45px;
}
.countdown-img {
    position: relative;
}
.countdown-img img {
    width: 100%;
}
.countdown-off {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 35px 30px 30px;
    background: var(--red);
    position: absolute;
    top: 0px;
    right: 0px;
}
.countdown-off span {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
}
@media (max-width: 767px) {
    .countdown-part {
        padding: 60px 0px;
    }
    .countdown-img {
        margin-top: 30px;
    }
}
.news-part {
    background-size: cover !important;
    padding: 10px 0px;
    position: relative;
    z-index: 1;
    margin-top: 130px;
}
.news-part::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(151, 22 ,236), #e81b91);
    z-index: -1;
}
.news-text h2 {
    font-size: 35px;
    color: var(--white);
    margin-bottom: 5px;
}
.news-text p {
    font-size: 18px;
    font-weight: 300;
    color: var(--white);
}
.news-form {
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-form input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
}
.news-form button span {
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
}
.news-form button span i {
    margin-right: 5px;
}
@media (max-width: 575px) {
    .news-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .news-text {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .news-part {
        padding: 50px 30px 60px;
    }
    .news-part .container-fluid {
        padding: 0px;
    }
}
.intro-part {
    padding: 35px 0px;
    background: #f5f6f7;
    border-bottom: 1px solid #ddd;
}
.intro-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0,.1);
    border-radius: 8px;
    background: var(--white);
    padding: 15px;
}
.intro-icon {
    margin-left: 20px;
}
.intro-content h5 {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.intro-content p {
    font-size: 13px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .intro-part {
        padding: 60px 0px 30px;
    }
    .intro-wrap {
        margin-bottom: 10px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .intro-part {
        padding: 80px 0px 50px;
    }
    .intro-wrap {
        margin-bottom: 30px;
    }
}
.footer-part {
    padding-top: 65px;
}
.footer-widget {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-logo img {
    width: 130px;
}
.footer-desc {
    margin-bottom: 30px;
}
.footer-social li {
    display: inline-block;
    margin-left: 7px;
}
.footer-social li:last-child {
    margin-left: 0px;
}
.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.footer-social li a:hover {
    color: var(--white);
    background: var(--primary);
}
.footer-title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: var(--h6size);
}
.footer-widget.contact {
    margin-right: 30px;
}
.footer-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}
.footer-contact li:last-child {
    margin-bottom: 0px;
}
.footer-contact li i {
    font-size: 20px;
    margin-left: 15px;
    color: var(--primary);
}
.footer-contact li p span {
    display: block;
}
.footer-links {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.footer-links ul li {
    margin-bottom: 15px;
}
.footer-links ul li:last-child {
    margin-bottom: 0px;
}
.footer-links ul li a {
    color: var(--text);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    white-space: nowrap;
}
.footer-links ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.footer-app {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-app a img {
    width: 100%;
}
.footer-bottom {
    margin-top: 50px;
    padding: 20px 35px 15px;
    border-top: 1px solid var(--border);
}
.footer-copytext {
    font-size: var(--bodysize);
    color: var(--text);
}
.footer-copytext a {
    color: var(--primary);
}
.footer-copytext a:hover {
    text-decoration: underline;
}
.footer-card a {
    margin-right: 10px;
}
.footer-card a img {
    width: 50px;
    border-radius: 3px;
}
@media (max-width: 768px) {
    .footer-part .container-fluid {
        padding: 0px 25px;
    }
    .footer-widget.contact {
        margin-right: 0px;
    }

}
@media (max-width: 1199px) {
    .footer-part {
        padding-top: 50px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .footer-bottom {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .footer-bottom {
        padding: 25px 15px 75px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .footer-copytext {
        margin-bottom: 10px;
    }
    .footer-card a {
        margin: 0px 3px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom {
        padding: 25px 30px 75px;
    }
}
.blog-widget {
    margin-bottom: 30px;
    margin-right: 5px;
    border-radius: 8px;
    padding: 18px 25px 25px;
    background: var(--white);
}
.blog-widget:last-child {
    margin-bottom: 0px;
}
.blog-widget-title {
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border);
}
.blog-widget-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0px;
    width: 50px;
    height: 2px;
    background: var(--primary);
}
.blog-widget-form {
    position: relative;
}
.blog-widget-form input {
    width: 100%;
    height: 45px;
    padding: 0px 60px 0px 15px;
    border-radius: 8px;
    background: var(--chalk);
    border: 1px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-form input:focus-within {
    border-color: var(--primary);
}
.blog-widget-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border-radius: 0px 8px 8px 0px;
}
.blog-widget-feed li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border);
}
.blog-widget-feed li:last-child {
    margin: 0px;
    padding: 0px;
    border: none;
}
.blog-widget-media img {
    width: 100px;
    border-radius: 8px;
    margin-left: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-text {
    font-size: 17px;
    line-height: 24px;
}
.blog-widget-text a {
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-text a:hover {
    color: var(--primary);
}
.blog-widget-text span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-widget-category li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
.blog-widget-category li:last-child {
    margin: 0px;
    padding: 0px;
    border: none;
}
.blog-widget-category li:hover a {
    color: var(--primary);
}
.blog-widget-category li:hover a span {
    background: var(--primary);
}
.blog-widget-category li a {
    width: 100%;
    font-size: 17px;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-category li a span {
    font-size: 14px;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-tag li {
    display: inline-block;
    margin: 0px 0px 12px 8px;
}
.blog-widget-tag li a {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 3px;
    color: var(--text);
    background: var(--chalk);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-tag li a:hover {
    color: var(--white);
    background: var(--primary);
}
.blog-widget-social li {
    display: inline-block;
    margin-left: 10px;
}
.blog-widget-social li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: var(--white);
    background: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-social li a:hover {
    background: var(--primary);
}
@media (max-width: 575px) {
    .header-logo img{
        height: 30px;
    }
    .blog-widget-social li {
        margin-left: 5px;
    }
    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-widget-media img {
        width: 95px;
    }
    .blog-widget-social li {
        margin-right: 5px;
    }
    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .blog-widget {
        margin-right: 0px;
    }
}
.shop-filter {
    padding: 20px 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--white);
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop-filter .nice-select {
    border-radius: 6px;
    background: var(--chalk);
    padding: 8px 20px 8px 35px;
    border: 1px solid var(--border);
}
.shop-filter .nice-select::after {
    left: 20px;
}
.shop-filter .nice-select .current {
    font-size: 15px;
}
.shop-filter .nice-select .list {
    top: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.shop-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shop-filter ul li {
    margin: 0px 5px;
}
.shop-filter ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
}
.shop-filter ul li .active {
    color: var(--white);
    background: var(--primary);
}
.shop-filter p {
    font-size: 15px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .shop-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shop-filter .nice-select {
        margin-bottom: 15px;
    }
    .shop-filter ul {
        margin-bottom: 15px;
    }
}
.shop-widget-promo {
    margin-bottom: 25px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
}
.shop-widget-promo img {
    width: 100%;
    border-radius: 2px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.shop-widget-promo img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.shop-widget {
    background: var(--white);
    border: 1px solid var(--white);
}
.shop-widget .categories-widget > ul > li{
    margin: 10px 0;
}
.shop-widget .categories-widget > ul > li > a{
    color: var(--text);
}
.shop-widget .categories-widget > ul > li > a:hover, .shop-widget .categories-widget > ul > li > a.active{
    color: var(--primary);
}
.shop-widget:last-child {
    margin-bottom: 0px;
}
.shop-widget-title {
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border);
}
.shop-widget-btn {
    width: 100%;
    font-size: 15px;
    padding: 8px 0px;
    border-radius: 8px;
    color: var(--heading);
    background: var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.shop-widget-btn:hover {
    color: var(--white);
    background: var(--primary);
}
.shop-widget-btn i {
    margin-left: 8px;
    margin-top: -1px;
}
.shop-widget-btn span {
    text-transform: capitalize;
}
.shop-widget-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 15px 0px;
}
.shop-widget-group input {
    width: 100%;
    height: 45px;
    border-radius: 2px;
    background: var(--chalk);
    text-align: center;
}
.shop-widget-group input::placeholder{
    font-size: 10px;
}
.shop-widget-list {
    margin: 18px 0px 20px;
}
.shop-widget-list li {
    margin-bottom: 12px;
    color: var(--gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.shop-widget-list li:hover {
    color: var(--primary);
}
.shop-widget-list li:last-child {
    margin-bottom: 0px;
}
.shop-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.shop-widget-content input {
    width: 15px;
    height: 15px;
    margin-left: 12px;
    cursor: pointer;
}
.shop-widget-content label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
}
.shop-widget-content label i {
    font-size: 15px;
    margin-right: 8px;
    color: var(--gray);
}
.shop-widget-content label i:first-child {
    margin-right: 0px;
}
.shop-widget-content label i.active {
    color: var(--yellow);
}
.shop-widget-number {
    font-size: 15px;
}
.shop-widget-search {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
    background: var(--chalk);
    border: 1px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.shop-widget-search:focus-within {
    border-color: var(--primary);
}
.shop-widget-scroll {
    max-height: 279px;
    overflow-y: auto;
    padding-left: 10px;
}
.single-banner {
    background-size: cover !important;
    padding: 8px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 20px ;
}
.single-image-banner{
    background-size: cover !important;
    padding: 100px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
}
.single-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -1;
}
.single-image-banner:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(6,23,56,0.6)), to(rgba(17,151,68,0.6)));
    background: linear-gradient(to left, rgba(6,23,56,0.6), rgba(17,151,68,0.6));
    z-index: -1;
}
.single-banner h1, .single-image-banner h1{
    font-size: 20px;
    margin-bottom: 0;
    color: #3d518c;
    text-align: right;
}
.single-image-banner h1, .single-image-banner .breadcrumb-item a{
    color: #fff;

}

.top-filter {

    margin-bottom: 25px;

}
.filter-short {
    width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-show {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-label {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}
.filter-select {
    height: 40px;
    background-color: transparent;
}
.filter-select:focus-within {
    border-color: #ced4da;
}
.filter-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.filter-action a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: transparent;
}
.filter-action a i:hover {
    color: var(--primary);
}
.filter-action .active i {
    color: var(--white);
    background: var(--primary);
}
.filter-action .active i:hover {
    color: var(--white);
}
@media (max-width: 575px) {
    .filter-label,
    .filter-action {
        display: none;
    }
    .filter-show {
        width: 80px;
    }
    .filter-short {
        width: 130px;
    }
}
.bottom-paginate {
    padding-top: 25px;
    border-top: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-info {
    font-weight: 400;
    color: var(--text);
}
@media (max-width: 575px) {
    .bottom-paginate {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-info {
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .bottom-paginate {
        margin-bottom: 30px;
    }
}

/*//////////////////////////////*/
.container-middle{
    max-width: 1400px;
}
.bg-gradient {
    padding: 20px;
    border-radius: 10px;
}
.bg-gradient {
    padding: 20px;
    border-radius: 8px;
}
.bg-gradient .product-card{
    padding: 0px 10px;
    border-radius: 8px;
    margin-bottom: 0;
}
.bg-gradient .product-rating i{
    font-size: 11px;
    margin: 0;
}
.bg-gradient .product-price del {
    color: #c1c1c1;
    font-size: 13px;
}
.bg-gradient .product-price{
    margin-bottom: 12px;
}
.bg-gradient .section-heading h2 {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
}
.bg-gradient .product-price span {
    color: var(--primary);
    white-space: nowrap;
}
.sec-bordered {
    border: 1px solid var(--gray-light);
    border-radius: 4px;
    padding: 15px ;
}
.off-heading h2 {
    display: inline-block;
    margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
    .feature-image img {
        width: 100px;
    }
}
@media (max-width: 992px){
    .container, .container-md, .container-sm {
        max-width: 900px;
    }
}
@media (max-width: 768px) {
    .bg-gradient .section-heading{
        display: inline-block;
    }
    .new-slider-intro{
        margin-left:10px;
        padding-top:30px !important;
    }
    .new-slider-intro h2{
        font-size: 22px !important;
    }
    .new-slider-intro img{
        width:100px
    }

}
.sort-btn{
    background: #fff;
    border-radius: 2px;
    padding: 7px 15px;
    margin-left: 10px;
    border: 1px solid var(--gray);
    color: var(--gray);
    white-space: nowrap;
}
.sort-btn.active, .sort-btn:hover{
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}
.sort-btn.active:before{
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    margin-left:8px;
}
/*MEGA MENU*/
.categories_menu {
    position: relative;
    display: inline-block;
}
.categories_menu_toggle {
    background: #fff;
    position: absolute;
    width: 96%;
    top: 130px;
    display: none;
    right: 0;
    z-index: 30;
    height: calc(100vh - 250px);
    margin-right: 2%;
    box-shadow:0 -1px 3px 0 rgba(206,206,206,0.2);
    border-radius: 0 0 10px 10px;

}
.categories_menu_holder{
    width: 17%;
    border-left: 1px solid #f5f5f5;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories_menu_toggle {
        display: none;
        max-height: 350px;
        overflow: auto;
    }
}
@media only screen and (max-width: 767px) {
    .categories_menu_toggle {
        display: none;
    }
    .modal-btn-group{
        flex-direction: column;
    }
    .modal-btn-group .w-100{
        margin-bottom: 10px;
    }
    .breadcrumb{
        margin-top:15px;
    }
}

.categories_menu_toggle > ul > li > a {
    font-size: 14px;
    line-height: 55px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    padding: 0 30px 0 20px;
    color: var(--text);
}
.categories_menu_toggle > ul > li.main-children.active ul.categories_mega_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    right: 17%;
    padding-top:50px

}
.categories_menu_toggle > ul > li.main-children.active{
    background-color: #f5f5f5;
    width: calc(100% + 1px);
}
.categories_menu_toggle > ul > li.main-children.active a{
    color: var(--primary);
}
.categories_menu_toggle > ul > li ul.categories_mega_menu {
    position: absolute;
    width: 80%;
    background: transparent;
    padding: 25px 20px;
    overflow: hidden;
    top: 0;
    right: 20%;
    height: 100%;
    z-index: 99;
    display: none;
}
ul.categories_mega_menu li a{
    width: 185px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.categories_mega_menu  li.level-2 a {
    border-right: 4px solid var(--primary);
    padding-right: 10px;
    font-weight: 700;
    font-size: 15px;
    margin-top:10px;
    margin-bottom: 20px;
}
ul.categories_mega_menu  li.level-3 a{
    font-size: 14px;
    color: #747474 !important;
}
ul.categories_mega_menu  li.level-4 {
    list-style-type: disc;
    margin-right: 15px;
    color: #9f9f9f !important;
}
ul.categories_mega_menu li a{
    color: var(--text) !important;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.categories_menu_toggle > ul > li ul.categories_mega_menu.open {
    display: block;
    right: 0;
}
.heading-list-item{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 10px;
    width:100%
}
.heading-list-item a{
    white-space: nowrap;
    display: inline-block !important;
    overflow: unset !important;
}
.heading-list-item i {
    font-size: 12px;
}
.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 29;
    opacity: 0;
    visibility: hidden;
    background: #242424;
    top: 132px;
    transition: .4s ease-in-out all;
}
.off_canvars_overlay.active {
    opacity: 0.8;
    visibility: visible;
}
.navbar-part .menu_item_children.main-children i{
    font-size: 15px;
    margin-left: 10px;
}
.bg-inner-banner{
    position: relative;
    top: -98px;
    left: -50%;
    z-index: 1;
    transform: translateX(50%);
    max-width: 400px;
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(17, 17, 17,.27);
}
.pay-result h2{
    margin-top: 20px;
    font-size: 22px;
}
.pay-result i{
    font-size: 80px;
}
.success-pay h2, .success-pay i{
    color: #00de76;
}
.failed-pay h2, .failed-pay i{
    color: #f11010;
}

@media (max-width: 990px){
    .filter-bar{
        position: fixed;
        height: 100vh;
        right: -330px;
        top: 0;
        background-color: #ffffff;
        width: 330px;
        z-index: 999999999999;
        overflow-y: auto;
        transition:ease-in-out 0.5s;
        padding: 15px 20px;
    }
    .filter-bar.active{
        right: 0;
    }
}
.main-thumbnail{
    margin-bottom: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#product-view .main-thumbnail{
    aspect-ratio: unset;
}
.main-thumbnail.disabled{
    display: none !important;
}
.main-thumbnail img{
    width: 100%;
    border-radius: 4px;
}
.video-holder{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    padding: 10px 10px 4px 10px;
    min-height: 56px;
    cursor: pointer;
    border: 2px solid #ddd;
}

.video-holder i{
    font-size: 35px;
}

/*Editor text*/
.editor-text{
    margin:10px 0;
    text-align: right;
}
.editor-text p {
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    text-justify: inter-word;
}
.editor-text a {
    color: #59A5D8;
}
.editor-text h1{
    font-size: 24px;
    font-weight: 700;
}
.editor-text h2{
    font-size: 20px;
    font-weight: 700;
}
.editor-text h3{
    font-size: 16px;
    font-weight: 700;
}
.editor-text .text-right{
    text-align: right !important;
    display: block;
}
.editor-text .text-center{
    text-align: center;
    display: block;
}
.editor-text figure{
    text-align: center;
}
.editor-text figure img{
    max-width: 80%;
}
.editor-text .text-left{
    text-align: left !important;
    display: block;
}
.editor-text li{
    margin: 5px 30px 5px 0;
    font-size: 15px;
    line-height: 30px;
}

.loader-search {
    text-align: center;
    display: none;
}
.loader-search.active{
    display: block;
}
.modal_loader{
    width: 500px;
    height: 150px;
}
.modal_loader .loader-search{
    margin-top:150px
}
.loader-search span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #59A5D8;
    border-radius: 20px;
    animation: loader-search 0.8s infinite alternate;
}
.loader-search span:nth-of-type(2) {
    animation-delay: 0.2s;
}
.loader-search span:nth-of-type(3) {
    animation-delay: 0.6s;
}
@keyframes loader-search {
    0% {
        opacity: 0.9;
        transform: scale(0.5);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}
#thankYou,#thankYou_FaQ{
    display: none;
    text-align: center;
    min-height: 300px;
}
#thankYou .content-thank,#thankYou_FaQ .content-thank{
    margin-top: 75px;
}
.content-thank p{
    text-align:center !important;
}
#thankYou .content-thank strong,#thankYou_FaQ .content-thank strong{
    color:rgb(79 183 136);
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
#thankYou .content-thank i{
    display: block;
    color: rgb(79 183 136) ;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 60px;
}
.login-first-modal{
    border-radius: 8px;
    background: var(--white);
    padding:40px 60px
}
.icon-link{
    display: inline-flex;
    align-items: center;
}
.icon-link i {
    margin-left:5px;
}
.resultPage{
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 8px 20px;
    transition: .7s all ease-in-out;
    display: none;
    z-index: 99999;
    top:52px;
    border-radius:4px;
}
.resultPage.active{
    display: block;
}
.resultPage .recent-searches a{
    background: #eee;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 2px;
    color: #888;
}
.resultPage .recent-searches p {
    color: #111;
}
.search-result-img{
    max-width: 35px;
    border-radius: 2px;
}
.loader-search {
    text-align: center;
    display: none;
}
.loader-search span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 20px;
    animation: loader-search 0.8s infinite alternate;
}
.loader-search span:nth-of-type(2) {
    animation-delay: 0.2s;
}
.loader-search span:nth-of-type(3) {
    animation-delay: 0.6s;
}
@keyframes loader-search {
    0% {
        opacity: 0.9;
        transform: scale(0.5);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

.resultPage h4{
    margin-bottom: 6px;
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
}
.resultPage .search-products-list a, .resultPage .search-half-list a{
    color: var(--text);
}
.resultPage hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(166,164,164,.1);
    color: #dddddd;
}
.search-products-list{
    max-height: 200px;
    overflow: auto;
}
.resultPage a{
    font-size: 13px;
}
.off_canvars_overlay_search {
    top:0;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out all;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #242424;
    z-index: 10;
}
.off_canvars_overlay_search.active {
    opacity: 0.5;
    visibility: visible;
}
.search-half-list li{
    width: 49%;
    display: inline-block;
}
.search-half-list li,.search-products-list li {
    margin-bottom: 8px;
}
.no-product-found{
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    min-height: 250px;
   width: 100%;
    border-radius: 4px;
    border: 1px solid var(--gray-chalk);
}
.no-product-found h3{
    font-size: 24px;
    font-weight: 700;
    color: #757575;
}
.no-product-found img{
    max-width: 100%;
    opacity: 0.7;
    width: 200px;
    margin-bottom: 30px;
}
@media (max-width: 768px){
    .no-product-found img{
        width: 100px;
    }
}
.details-thumb li {
    margin: 0px 8px;
    cursor: pointer;
}
.details-thumb li img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--white);
}
.details-thumb .current img {
    border: 2px solid var(--primary) !important;
}
.details-thumb .current span {
    border: 2px solid var(--primary) !important;
}
.details-thumb-quick li {
    margin: 0px 8px;
    cursor: pointer;
    width:56px !important;
}
.details-thumb-quick li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--white);
}
.details-thumb-quick .slick-current img {
    border: 1px solid var(--primary);
}
.details-thumb-quick .slick-current span {
    border: 1px solid var(--primary);
}
.only-two-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.only-one-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}
/*Other Pages*/
.page-header{
    width: 100%;
    height: 140px;
    position: relative;
}

.page-title h1{
    color: var(--text);
    text-align: center;
}
.page-content{
    padding: 25px 30px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 1px 4px 7px rgba(17, 17, 17 ,.07);

}
.contact_info_box{
    border: 1px solid var(--gray-light);
    border-radius: 4px;
    padding: 0;
    background: var(--white);

}
.contact_info_box a{
    color: var(--text);
}
.contact_info_box p , .contact_info_box address{
    margin-bottom: 20px;
}
.contact_info_box h4{
    font-size: 16px;
    color: #353535;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-form{
    margin-bottom: 10px;
    border-radius: 7px;
    padding:0 30px;
}
.contact-form h3{
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}
.contact_info_box i{
    font-size: 45px;
    margin-top:10px;
    color: var(--primary)
}
.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 450px;
}

.cart_loader{
    display: none;
    text-align: center;
    margin-top: 30px;
    color: #ddd;
    font-size: 28px;
}
/*>>>>>>>>>>>*/
.btn-login i{
    width: unset;
    height: unset;
    font-size: 18px;
}
.btn-login:hover i {
    background: unset;
    text-shadow: unset;

}
.btn-login{
    padding: 0 15px;
    border-radius: 5px;
    min-width: 100px;
}
.btn-login-padding{
    padding: 10px 15px;
}
.btn-login-padding i{
    margin-left: 10px;
    font-size: 16px;
}

.btn-outlined-primary{
    border: 2px solid var(--primary);
    color: var(--primary);
}
.btn-outlined-primary i , .btn-outlined-primary span{
    color: var(--primary) !important;
}
.btn-outlined-primary:hover,.btn-outlined-primary.active{
    background-color: var(--primary);
    transition: all .3s;
    color: #fff;
}
.btn-outlined-primary:hover i , .btn-outlined-primary:hover span, .btn-outlined-primary.active i,
.btn-outlined-primary.active span,
.btn-fill-primary:hover i, .btn-fill-primary:hover span{
    color: var(--white) !important;
}
.btn-fill-primary{
    background-color: var(--primary);
    color: var(--white);
    border-color: 1px solid var(--primary);
}
.btn-fill-primary i, .btn-fill-primary span{
    color: var(--white);
}
.btn-fill-primary:hover{
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
    transition: all .3s;
}
.btn-outlined-red{
    border: 1px solid var(--light-red);
    color: var(--light-red) !important;
    background-color: transparent !important;
}
.btn-outlined-red:hover,.btn-outlined-red.active {
    background-color: var(--light-red) !important;
    color: var(--white) !important;
}
.btn-outlined-red i {
    font-size: 16px;
    margin-left: 8px;
}
.product-add:hover{
    background: var(--third-color);
    transition: all .3s;
}
.view-add-group .product-add,
.view-add-group .action-input {
    padding: 10px 0px;
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    min-width: 200px;
    margin-bottom: 0;
}
.brd-right{
    border-right: 1px solid #ddd;
}
.sub-categories.suggest-part{
    max-height: 240px;
    overflow: auto;
}
button:disabled,
button[disabled]{
    cursor: not-allowed !important;
    opacity: 0.3;
}
.values_chooser_holder .radio_value{
    margin: 0;
    padding: 0;
}
.values_chooser_holder h3{
    font-size: 13px;
    margin-top:15px
}
.radio_value label{
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    height: 35px;
    min-width: 50px;
    margin:5px;
    border-radius:20px;
    background-color:#fafafa;
    box-shadow: 0 2px 5px 1px rgba(192,192,192,.3);
    display: inline-block;
    text-align: center;

}
.radio_value input{
    display: none;
}
.radio_value.checked label{
    border: 1px solid var(--primary);
}
.colored_badge{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 5px;
}
.transfer_chooser_radio label{
    height: unset;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
    margin:0
}

.transfer_chooser_radio label div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cart-delete{
    color: var(--light-red);
    margin-right: 7px;
    display: block;
    height: 100%;
}
.transfer_type_holder{
    white-space: nowrap;
    margin-top: 10px;
}
.transfer_type_holder span{
    font-size: 12px;
}
.variables_shower{
    border-right: 1px solid var(--primary);
    padding-right: 10px;
    font-size: 12px;
    color: #888;
}
.banner-bg{
    height: 45%;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}
.banner-bg .banner-title{
    font-size: 25px;
    display: block;
}
.banner-fixed > .banner-content {
    position: absolute;
    z-index: 1;
}
.intro-banner .banner-content {
    bottom: 1.7rem;
    left: 0rem;
}

.intro-banner.intro-banner2 .banner-content {
    bottom: 2rem;
    right: 2rem;
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
}
.btn-white.btn-link {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-dark.btn-link {
    background-color: transparent;
    color: #333;
    border-color: #333;
}
.btn-outline-white{
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-outline-white:hover{
    background-color: var(--white);
    color: var(--primary);
    transition: all .3s;
}
.btn-default{
    padding: 7px 15px;
    border-radius: 4px;
}
.btn-default i{
    margin-left: 10px;
}
.banner-inner-bg{
    background-position: center;
    background-repeat: no-repeat;
}
.app-banner img{
    width: 330px;
    margin-top: -160px;
    margin-bottom: -50px;
}
@media (max-width: 768px){
    .app-banner img{
        display: none;
    }
}
@media (max-width: 578px){
    .banner-inner-bg{
        background-size: cover;
    }
}
.product-media img{
    min-width: 100%;
}
.category-heading{
    background-color: rgba(203, 24, 203 ,.09);
    margin-bottom: 35px;
    border-radius: 4px;
    text-align: center;
    padding: 2px 40px;
}
.category-heading h1{
    color: var(--text);
    font-size: 18px;
    font-weight: 500;
}
.category-heading .breadcrumb-item a, .category-heading .breadcrumb-item + .breadcrumb-item::before{
    color: var(--text);
}
@media(max-width: 480px){
    .category-heading{
        flex-direction: column;
        text-align: center;
    }

}
@media (max-width: 768px) {
    .suggest-card{
        width: 73px;
        height: 73px;
    }
    .resultPage{
        width: calc( 100vw - 25px );
        left: 0;
        top: 62px;
    }
}
.w-100{
    width: 100%;
}
.icon-box-icon i {
    font-size: 26px;
    font-weight: 400;
}
.icon-box-side .icon-box-content {
    margin-right: 20px;
}
.icon-box .icon-box-content .icon-box-title{
    font-size: 14px;
    line-height: 23px;
}
.icon-box .icon-box-content p{
    font-size: var(--bodymed);
    color: var(--text);
}
.icon-box{
    margin: 0 10px;
}
.btn-contained-white{
    color: var(--primary);
    background-color: var(--white);
    border: 1px solid var(--white);
}
.btn-contained-white:hover{
    color: var(--white);
    background-color: var(--primary-dark);
    border-color: var(--white);
}

.vendor-details {
    display: flex;
    align-items: center;
}
.vendor-logo {
    width:70px;
    border-radius: 5px;

}
.vendor-widget-2 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.vendor-widget-2 {
    padding-bottom: 1.9rem;
    border-color: #e5e5e5;
    background-color: #fff;
}
.vendor-widget-2 h3{
    font-size: 14px;
    font-weight: 700;
}
.vendor-widget-2 .inner-txt{
    margin-right: 15px;
    font-size: 12px;
}
.vendor_products{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vendor_products img{
    width: calc(100% - 5px);
    margin-left: 7px;
    border-radius: 5px;
    max-width: 70px;
}
.page-title h1{
    font-size: var(--h3size);
}
.bg-top{
    background-color: var(--gray-w);
}
@media (max-width: 460px){
    .bg-top div.d-flex{
        flex-direction: column;
    }
}
.btn-contained-primary{
    background-color: var(--primary);
    color: var(--white);
}
.btn-contained-primary:hover{
    background-color: var(--primary-dark);
    color: var(--white);
}
.feature-part{
    background: #fafafa;
    padding: 50px;
    border-radius: 5px;
}
@media (max-width: 768px){
    .feature-part{
        padding: 20px 10px;
    }
}
.owl-carousel,
.bx-wrapper { direction: ltr; }
.owl-carousel .owl-item { direction: rtl; }
.owl-item {
    float: right;
}
button.owl-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    margin: 6px;
    border-radius: 100%;
    background-color: #434f5d;
}
.owl-nav.disabled{
    display: none;
}
.owl-slider{
    overflow: hidden;
}
.out_of_stock{
    background-color: rgba(255,197,203,.7);
    color: #fe4343;
    border-radius: 8px;
    display: none;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}
.out_of_stock p{
    text-align: center;
}
.out_of_stock.active{
    display: block;
}
.out-of-stock-badge{
    background-color: rgb(147 21 34);
    color: #ffffff;
    border-radius: 0 0 4px 0;
    position: absolute;
    top: 0;
    padding: 2px 12px;
    left: 0;
    font-size: 12px;
}
.enamad-holder img{
    max-width: 100%;
}
.enamad-holder.in-shop img{
    max-width: 85px
}
.product-add.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.counter{
    min-height: 165px;
    padding: 20px;
    border-radius: 20px;
    background-size:cover ;
}
.timer-item{
    padding-top: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    font-size: 30px;
    margin-right: 10px;
    color: #7b0f1e;
    width: 60px;
    aspect-ratio: 1 / 1;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.timer-item:after{
    display:block;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.timer-item.day:after{
    content:"روز"
}
.timer-item.minute:after{
    content:"دقیقه"
}
.timer-item.hour:after{
    content:"ساعت"
}
.timer-item.second:after{
    content:"ثانیه"
}
.counter h3{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 768px){
    .counter h3{
        font-size: 22px;
    }
}
.header-notic{
    /* background-color: #b21f2d; */
    background-color: #0ba062;
}
.header-notic.in-home{
    border-radius: 4px;
    padding: 3px 20px;
    background-color: #739;
}
.header-notic .header-notic-inner{
    padding: 2px;
    display: flex;
    align-items: center;
}
.header-notic img{
    width: 70px;
    margin-left: 15px;
}
.header-notic.in-home img{
    width: 135px;
}
.header-notic p{
    color: #ffffff;
    font-weight:700;
}


.collapsing {
    height: unset !important;
    overflow: unset !important;
    transition: unset !important;
}
.dropdown-menu.show{
    text-align: right;
    border-radius: 0;
    margin-right: 5px;
    padding: 0;
    margin-top: 0;
}
.dropdown-item {
    color: var(--text);
    font-size: 13px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: unset !important;
    background-color: unset !important;
}
@media (max-width: 992px){
    .navbar .container-fluid{
        padding-left:0
    }
    .navbar-collapse{
        position: absolute;
        background: #fff;
        top: 40px;
        z-index: 999999;
        width: 280px;
        padding: 20px;
        transition: none;
        overflow: hidden;
        display: block !important;
        opacity: 0;
        right: 0;
        visibility: hidden;
        border-radius: 8px;
        box-shadow: 0 0 5px 1px rgba(51,51,51,0.4);
    }
    .navbar-collapse.show{
        opacity: 1;
        visibility: visible;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .nav-item .nav-link{
        font-size:16px !important;
        padding-right:5px;
        background:unset;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .nav-link i {
        font-size: 16px;
        margin-left: 5px;
    }
    .dropdown-menu.show{
        border:unset;
        border-right: 1px solid #ddd;
    }
    .dropdown-item {
        font-size: 15px;
    }
}
.category_collapse .editor-text{
    height: 300px;
    overflow: hidden;
    transition: all 1.5s ease;
}
.category_collapse.open .editor-text{
    height:unset;
}
.readmore-holder button{
    display:none;
    font-size: 13px;
}

.readmore-holder button.active{
    display: flex;
    align-items: center;
}
.readmore-holder button span{
    margin-left: 5px;
}
.temp_disable{
    background: #8a8a8a;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.temp_disable .top-text{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.temp_disable p{
    text-align: center;
    font-size: 15px;
}
.temp_disable strong a{
    background: var(--primary);
    color: #fff;
    padding: 5px 11px;
    margin: 0 5px;
    border-radius: 4px;
}
.enamads{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.best-product-holder{
    padding: 10px;
}
.best-product-holder:nth-child(even){
    background: #f6f6f6;
}
.best-product-holder img{
    width: 60px;
    border-radius: 50%;
    margin: 0 15px;
}
.pointer{
    cursor: pointer;
}
.app-page{
    background: linear-gradient(to left, rgb(172 46 255), #cd559a);
}
.app-page img{
    max-width: 600px;
    text-align: center;
}
.app-page h1{
    font-size: 30px !important;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 4px #ff0097;
}
.app-page p{
    font-size: 16px !important;
    line-height: 38px;
}
.app-page strong{
    color: #250046;
    font-size: 18px;
}
.app-page p{
    color: #fff;

}
.lower-text{
    font-size: 12px;
    color:#999;
}
.quantity-controller{
    max-width: 200px;
    margin-bottom: 20px;
}
.quantity-controller .in-product{
    display: flex;
}
.quantity-controller .in-product.product-action input{
    background: #fafafa;
    color: var(--text);
}
.inner-cart-prices span.currency{
    font-size: 11px;
}
.inner-cart-prices span.title{
    font-size: 11px;
}
.quantity-in-price{
    color: #909090 !important;
    font-size: 10px !important;
    line-height: 10px;
    font-weight: 400 !important;
}
.product-price .quantity-price{
    color: var(--primary);
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
}
.minimum-check-error{
    font-weight: 700;
    text-align: center;
    border: 1px solid red;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px;
    margin-top: 7px;
}
.minimum-check-error span ,.minimum-check-error p{
    color: red !important;
}
.minimum-check-error .get-min-text{
    font-size: 11px;
    text-align: center;
}
.cart-error{
     font-size: 12px;
     font-weight: 700;
     text-align: center;
     color: red;
 }
.product-price-desc{
    font-size: 12px;
}
.product-price-desc span{
    color: var(--text) !important;
    font-size: 12px;
}
