@charset "UTF-8";
/*--------------------- TABLE OF CONTENTS --------------- */
/*--------------------- 1.    GENERAL STYLES ------------------- */
/*--------------------- 2.    HEADERS ------------------- */
/*--------------------- 2.1   Menu ------------------- */
/*--------------------- 2.2   Vertical Menu ------------------- */
/*--------------------- 2.3   Sticky Header ------------------- */
/*--------------------- 2.4   Mobile Menu ------------------- */
/*--------------------- 3.    FOOTERS ------------------- */
/*--------------------- 4.    ELEMENTS ------------------- */
/*--------------------- 4.1.  Page Header -------------------- */
/*--------------------- 4.2.  BreadCrumbs -------------------- */
/*--------------------- 4.3.  Titles -------------------- */
/*--------------------- 4.4.  Icon boxes -------------------- */
/*--------------------- 4.5.  Cards -------------------- */
/*--------------------- 4.6.  Tabs -------------------- */
/*--------------------- 4.7.  Buttons -------------------- */
/*--------------------- 4.8.  Products -------------------- */
/*--------------------- 4.9.  Banners -------------------- */
/*--------------------- 4.10. Banners Video -------------------- */
/*--------------------- 4.11. Banners Category -------------------- */
/*--------------------- 4.12. Social Icons -------------------- */
/*--------------------- 4.13. Testimonials -------------------- */
/*--------------------- 4.14. Forms -------------------- */
/*--------------------- 4.15. Call to Actions -------------------- */
/*--------------------- 4.16. Tables -------------------- */
/*--------------------- 4.17. Counters -------------------- */
/*--------------------- 4.18. Pagination -------------------- */
/*--------------------- 4.19. Modals -------------------- */
/*--------------------- 4.20. Alerts -------------------- */
/*--------------------- 4.21. Instagram Feeds -------------------- */
/*--------------------- 5.    PAGES -------------------- */
/*--------------------- 5.1.  Home -------------------- */
/*--------------------- 5.2.  Category -------------------- */
/*--------------------- 5.3.  Product Pages -------------------- */
/*--------------------- 5.4.  Blog -------------------- */
/*--------------------- 5.5.  Single/Blog Post -------------------- */
/*--------------------- 5.6.  Portfolio -------------------- */
/*--------------------- 5.7.  About -------------------- */
/*--------------------- 5.8.  About 2 -------------------- */
/*--------------------- 5.9.  Contact -------------------- */
/*--------------------- 5.10. Contact 2 -------------------- */
/*--------------------- 5.11. Login -------------------- */
/*--------------------- 5.12. Category Banner Page -------------------- */
/*--------------------- 5.13. Checkout -------------------- */
/*--------------------- 5.14. Wishlist -------------------- */
/*--------------------- 5.15. Cart -------------------- */
/*--------------------- 5.16. Dashboard -------------------- */
/*--------------------- 5.17. 404 -------------------- */
/*--------------------- 5.18. Coming Soon -------------------- */
/*--------------------- 5.19. Track Order -------------------- */
/*--------------------- 6.    SPACING & HELPERS -------------------- */
/*--------------------- 7.    FONT ICONS -------------------- */
/*--------------------- 8.    INVOICE -------------------- */
/*--------------------- 9.    LookBook -------------------- */
/*--------------------- END of TABLE OF CONTENTS  ---------- */
/* Main CSS File */
/* Fonts */
/* font-family: 'iransans', 'Poppins', sans-serif; */
/*--------------------- 1.General Styles ---------- */

@font-face {
    font-family: "iransans";
    src: url("../fonts/IRANSansWeb_Light.woff2") format("woff2");
    src: url("../fonts/IRANSansWeb_Light.woff") format("woff");
}

@font-face {
    font-family: "dana";
    src: url("../fonts/dana-fanum-regular.woff2") format("woff2");
    src: url("../fonts/dana-fanum-regular.woff") format("woff");
}


@font-face {
    font-family: "Vazir";
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Bold.woff2") format("woff2");
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Bold.woff") format("woff");
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Light.woff") format("woff");
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Light.woff2") format("woff2");
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Medium.woff2") format("woff2");
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Medium.woff") format("woff");
    src: url("../fonts/vazir-font-v16.1.0/Vazir.woff") format("woff");

}

@font-face {
    font-family: "DanaFaNum";
    src: url("/static/fonts/dana-fanum-regular.woff2") format("woff2"),
    url("/static/fonts/dana-fanum-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}

body {
    font: normal 300 1.4rem/1.86 "iransans", "Poppins", sans-serif;
    color: #666;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

::-moz-selection {
    color: #fff;
    background-color: #FA523C;
}

::selection {
    color: #fff;
    background-color: #FA523C;
}

p {
    margin-bottom: 1.5rem;
}

span {
    font-family: "iransans";
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

hr {
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 3rem auto 2.5rem;
}

sub,
sup {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

input,
select {
    font-family: "iransans";
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.bg-light-2 {
    background-color: #f9f9f9 !important;
}

.bg-lighter {
    background-color: #fafafa !important;
}

.bg-gray {
    background-color: #f4f5f8 !important;
}

.bg-primary {
    background-color: #FA523C !important;
}

.bg-secondary {
    background-color: #a6c76c !important;
}

.bg-image {
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: .3;
    background-color: #333;
}

.bg-overlay .container,
.bg-overlay .container-fluid {
    position: relative;
    z-index: 2;
}

/* Animation for lazyload */
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Type */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333333;
    letter-spacing: -.03em;
}

h1,
.h1 {
    font-size: 4rem;
}

h2,
.h2 {
    font-size: 3.6rem;
}

h3,
.h3 {
    font-size: 2.6rem;
}

h4,
.h4 {
    font-size: 2.2rem;
}

h5,
.h5 {
    font-size: 2rem;
    letter-spacing: -.025em;
}

h6,
.h6 {
    font-size: 1.6rem;
    letter-spacing: -.01em;
}

a {
    color: #FA523C;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #bf8040;
    text-decoration: none;
}

.link-underline {
    box-shadow: 0 1px 0 0 #FA523C;
}

.text-primary {
    color: #FA523C !important;
}

.text-secondary {
    color: #a6c76c !important;
}

.text-dark {
    color: #333 !important;
}

.text-light {
    color: #ccc !important;
}

.mr-6 {
    margin-right: 9rem !important;
}

.lead {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    margin-bottom: 1.2rem;
}

blockquote {
    position: relative;
    margin: 0 0 4.2rem;
    padding: 0;
    color: #777;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 1.625;
}

blockquote p {
    max-width: 1120px;
}

blockquote.text-center p {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

blockquote cite {
    font-style: normal;
    font-weight: 500;
    color: #333333;
    letter-spacing: -.01em;
    line-height: 1;
}

blockquote cite span {
    display: block;
    font-weight: 300;
    font-size: 1.4rem;
}

blockquote.text-white cite {
    color: #cccccc;
}

blockquote.text-white cite span {
    color: #777;
}

@media screen and (max-width: 768px) {
    html {
        overflow-x: hidden;
    }

    .details-action-wrapper .btn-product {
        display: block;
        text-align: right;
    }

    .details-action-wrapper .btn-compare {
        border: none !important;
        padding-right: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {

    h1,
    .h1 {
        font-size: 5rem;
    }

    h2,
    .h2 {
        font-size: 4rem;
    }

    h3,
    .h3 {
        font-size: 3rem;
    }

    h4,
    .h4 {
        font-size: 2.4rem;
    }
}

/* Layout */
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.container {
    width: 1188px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s ease;
}

/* .mmenu-active .page-wrapper {
  transform: translateX(200px);
} */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .page-wrapper {
        display: block;
    }
}

.main {
    flex: 1;
    width: 100%;
}

.page-content {
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
    .col-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-xl-5col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xl-4-5col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xl-2-5col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xl-3-5col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 1200px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-4-5col {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xl-2-5col {
        -ms-flex: 0 0 calc(40%);
        flex: 0 0 calc(40%);
        max-width: calc(40%);
    }

    .col-xl-3-5col {
        -ms-flex: 0 0 calc(60%);
        flex: 0 0 calc(60%);
        max-width: calc(60%);
    }

    .no-gutters .col-xl-2-5col {
        -ms-flex: 0 0 calc(40% + 8px);
        flex: 0 0 calc(40% + 8px);
        max-width: calc(40% + 8px);
    }

    .no-gutters .col-xl-3-5col {
        -ms-flex: 0 0 calc(60% - 8px);
        flex: 0 0 calc(60% - 8px);
        max-width: calc(60% - 8px);
    }
}

@media screen and (min-width: 1380px) {
    .container {
        max-width: 1480px;
    }
}

/* Extend grid - 1600px */
@media screen and (min-width: 1600px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .offset-xxl-2 {
        margin-right: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-4-5col {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }
}

@media screen and (min-width: 1920px) {
    .container-fluid {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*--------------------- 2.Headers -------------------- */
/* Header */
.header {
    width: 100%;
    background-color: #213555;
}

.header-checkout{
    width: 90%;
    background-color: #a8a1a1;
    align-content: center;
    display: flex;
    border-radius: 10px;
    align-items: center;
    margin: auto;
    align-self: center;


}

.header .container,
.header .container-fluid {
    position: relative;
    display: flex;
    align-items: center;
}

.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center;
}

.header-right {
    margin-right: auto;
    align-self: stretch;
}

.header-center {
    margin-left: auto;
    margin-right: auto;
}

/* .logo {
    display: block;
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
    flex-shrink: 0;
    min-height: 25px;
}

.logo img {
    display: block;
    max-width: 90%;
    height: 70%;
} */

.header-top {
    font-weight: 300;
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #123458;
    margin-bottom: .1rem;
}

.header-top a {
    color: inherit;
}

.header-top a:hover,
.header-top a:focus {
    color: #FA523C;
}

.header-top .container,
.header-top .container-fluid {
    position: relative;
}

.header-top .container:after,
.header-top .container-fluid:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    background-color: #2D336B;
}

.header-top .top-menu li + li {
    margin-right: 2.6rem;
}

@media screen and (min-width: 1200px) {
    .header-top .container-fluid:after {
        left: 30px;
        right: 30px;
    }
}

@media screen and (min-width: 1600px) {
    .header-top .container-fluid:after {
        left: 70px;
        right: 70px;
    }
}

.top-menu {
    text-transform: uppercase;
    letter-spacing: -.01em;
    margin: 0;
}

.top-menu > li {
    position: relative;
}

.top-menu > li > a {
    display: none;
}

.top-menu ul {
    display: flex;
    align-items: center;
}

.top-menu li + li {
    margin-right: 3rem;
}

.top-menu a {
    display: inline-flex;
    align-items: center;
}

.top-menu i {
    font-size: 1.5rem;
    margin-left: .8rem;
    line-height: 1;
}

.top-menu i.icon-heart-o {
    margin-top: -.2rem;
}

.top-menu span {
    color: #FA523C;
    margin-right: .3rem;
}

.header-dropdown {
    position: relative;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.header-dropdown + .header-dropdown {
    margin-right: 2.9rem;
}

.header-dropdown > a,
.header-dropdown > span {
    position: relative;
    display: inline-flex;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: 2.2rem;
    align-items: center;
    text-transform: uppercase;
}

.header-dropdown > a::after,
.header-dropdown > span::after {
    font-family: "molla";
    content: '\f110';
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem;
}

.header-dropdown a:hover,
.header-dropdown a:focus {
    text-decoration: none;
}

.header-menu {
    position: absolute;
    right: -1.5rem;
    top: 100%;
    z-index: 20;
    padding-top: .6rem;
    padding-bottom: .6rem;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
    transition: all .25s;
    margin-top: 1px;
}

.header-dropdown:first-child .header-menu {
    right: 0;
}

.header-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0;
}

.header-dropdown:hover > .header-menu,
.header-dropdown:focus > .header-menu {
    visibility: visible;
    opacity: 1;
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu ul li {
    margin: 0;
}

.header-menu ul a {
    padding: .3rem 1.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header-menu a {
    color: inherit;
}

.header-menu a:hover,
.header-menu a:focus {
    color: #FA523C;
}

.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
    left: auto;
    right: 0;
}

.header-right .top-menu + .header-dropdown {
    margin-right: 2.5rem;
}

.header-middle {
    border-bottom: .1rem solid #213555;
    margin-bottom: 2rem;
}

.header-middle .menu > li > a {
    letter-spacing: .01em;
}

.header-middle .menu.sf-arrows > li > .sf-with-ul {
    padding-left: 1.5rem;
}

.cart-dropdown,
.compare-dropdown {
    display: flex;
    align-self: stretch;
    align-items: center;
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    line-height: 1;
    color: #333;
}

.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
    display: none;
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
    display: block;
    width: 300px;
    z-index: 100;
    font-size: 1.3rem;
    z-index: 1001;
    border: none;
    margin: 1px 0 0;
    padding: 2.2rem 3rem 2.5rem;
    border-radius: 0;
    border: none;
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
}

.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 1px;
}

.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
    left: -1px;
}

.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
    position: absolute;
    top: 50%;
    left: -.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    color: #cccccc;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    margin-top: -1.2rem;
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus,
.compare-dropdown .btn-remove:hover,
.compare-dropdown .btn-remove:focus {
    color: #333333;
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
    color: #FA523C;
}

.cart-dropdown:hover .dropdown-menu,
.cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.compare-dropdown {
    padding-right: 2.5rem
}

.compare-dropdown .dropdown-toggle {
    font-size: 2.6rem;
}

.compare-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compare-product {
    position: relative;
    padding: .5rem 0;
    margin: 0;
    box-shadow: none !important;
}

.compare-product:hover {
    box-shadow: none;
}

.compare-product-title {
    color: #666666;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.35;
    margin: 0;
    text-align: right;
    letter-spacing: -.01em;
}

.compare-product-title a {
    color: inherit;
}

.compare-product-title a:hover,
.compare-product-title a:focus {
    color: #FA523C;
}

.compare-actions {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.compare-actions .action-link {
    font-size: 1.3rem;
    color: #666666;
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
    color: #FA523C;
    text-decoration: underline;
}

.compare-actions .btn {
    font-size: 1.3rem;
    min-width: 110px;
    margin-right: auto;
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.cart-dropdown {
    padding-right: 2.5rem
}

.cart-dropdown .dropdown-toggle {
    font-size: 3.2rem;
}

.cart-dropdown .dropdown-toggle i {
    display: inline-block;
    margin-top: -3px;
}

.cart-dropdown .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-right: .2rem;
    margin-top: .1rem;
    color: #fff;
    background-color: #FA523C;
}

.cart-dropdown .dropdown-cart-products {
    margin-top: -1rem;
}

.cart-product-qty {
    float: right;
    margin-left: .5rem;
}

.cart-dropdown .product {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 1.6rem 0 1.6rem 2.4rem;
    box-shadow: none;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none !important;
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 60px;
    margin: 0;
    margin-right: auto;
}

.cart-dropdown .product-title {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #666;
    text-align: left;
    margin-bottom: .4rem;
}

.cart-dropdown .product-title a {
    color: inherit;
    display: block;
    text-align: right;
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
    color: #FA523C;
}

.cart-dropdown .product-cart-details {
    font-weight: 400;
    max-width: 150px;
    font-size: 1.3rem;
    color: #999999;
    text-align: right;
}

.dropdown-cart-total {
    padding: 1rem 0 .5rem;
    display: flex;
    align-items: flex-end;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 1.1rem;
}

.dropdown-cart-total .cart-total-price {
    font-size: 1.5rem;
    margin-right: auto;
}

.dropdown-cart-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 .5rem;
}

.dropdown-cart-action .btn {
    font-size: 1.3rem;
    min-width: 110px;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.wishlist-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 2.6rem;
    line-height: 1;
    margin-right: 2.4rem;
}

.wishlist-link i {
    display: inline-block;
    margin-top: -2px;
}

.wishlist-link .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-right: .7rem;
    margin-top: .1rem;
    color: #fff;
    background-color: #FA523C;
}

.wishlist-link:hover,
.wishlist-link:focus {
    color: #FA523C;
}

/* Header Search */
.search-toggle {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: .3rem .2rem;
    font-weight: 400;
    color: #050505;
    text-align: center;
    z-index: 11;
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
    color: #FA523C;
    outline: none !important;
}

.header-search {
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none;
    border-radius: 9px;
}

.header-search .header-search-wrapper {
    position: absolute;
    left: -1.4rem;
    top: 50%;
    margin-top: -20px;
    display: none;
    align-items: stretch;
    overflow: visible;
    border-radius: 20px;
    width: 100%;
    min-width: 270px;
    background-color: #fff;
    border: .1rem solid #ebebeb;
    border-radius: 20px;
    z-index: 10;
}

.header-search .header-search-wrapper.show {
    display: flex;
}

.header-search .search-wrapper-wide {
    width: 570px;
}

.header-search form {
    margin: 0;
}

.header-search .select-custom {
    flex: 0 0 200px;
    max-width: 200px;
    padding-right: 0;
    margin: 0;
    align-self: center;
}

.header-search .select-custom:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: .1rem;
    height: 2.6rem;
    margin-top: -1.3rem;
    background-color: #ebebeb;
}

.header-search .select-custom::after {
    right: 2rem;
    color: #999;
    font-size: 1.2rem;
}

.header-search .form-control,
.header-search select {
    line-height: 1;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0;
    background-color: #fff;
    margin: 0;
}

.header-search .form-control {
    flex: 1 1 auto;
    padding: 1.2rem 2.3rem 1.2rem 5rem; /* ↑ padding عمودی بیشتر برای افزایش ارتفاع */
    width: 90%;
    height: 48px; /* از 38px بیشتر شد */
    line-height: 24px;
    border: none;
    border-radius: 30px; /* گوشه‌ها گردتر */
    box-shadow: none;
}

.header-search select {
    width: 100%;
    border: none;
    line-height: 38px;
    height: 38px;
    color: #777;
    padding: .1rem 2rem .1rem 4rem;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.header-search select:focus {
    outline: none !important;
}

.header-search option {
    font-size: 1.3rem;
    padding: .1rem .3rem;
}

.header-search .btn {
    flex: 0 0 40px;
    max-width: 40px;
    min-width: 0;
    height: 40px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: -1rem;
    border-radius: 0 20px 20px 0;
}

.header-search .btn i {
    margin: 0 !important;
}

.header-search-extended {
    margin-left: 19rem;
    width: 100%;
    max-width: 570px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
}

.header-search-extended .header-search-wrapper {
    border-radius: 30px;
}

.header-search-extended .form-control,
.header-search-extended select {
    font-weight: 300;
}

.header-search-extended .form-control {
    height: 44px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 2.4rem;
    border-radius: 30px 0 0 30px;
}

.header-search-extended select {
    line-height: 44px;
    height: 44px;
}

.header-search .btn {
    flex: 0 0 50px;
    max-width: 50px;
    height: 48px; /* هم‌ارتفاع با input */
    font-size: 1.8rem;
    border-radius: 30px 30px 30px 30px; /* هماهنگ با گردی input */
}

.header-search-visible .search-toggle {
    display: none;
}

.header-search-visible .header-search-wrapper {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
    display: flex;
}

/*.header-search-no-radius .header-search-wrapper,*/
/*.header-search-no-radius .form-control,*/
/*.header-search-no-radius .btn {*/
/*  border-radius: 0;*/
/*}*/

/*.header-search-no-round .header-search-wrapper {*/
/*  border-radius: .6rem;*/
/*}*/

/*.header-search-no-round .form-control {*/
/*  border-radius: 0 .6rem .6rem 0;*/
/*}*/

/*.header-search-no-round .btn {*/
/*  border-radius: .3rem 0 0 .3rem;*/
/*}*/

.mobile-menu-toggler {
    border: none;
    background: transparent;
    color: #666666;
    padding: .2rem .25rem;
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 1rem;
}

.header-bottom .mobile-menu-toggler {
    margin-top: .55rem;
    margin-bottom: .55rem;
    margin-right: -.4rem;
}

.menu .megamenu.demo {
    height: 65vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.menu .megamenu.demo::-webkit-scrollbar {
    height: 10px;
    width: 7px;
}

.menu .megamenu.demo::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
}

.menu .megamenu.demo::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 8px;
    width: 100%;
}

.menu .megamenu.demo .demo-item.hidden {
    opacity: 0;
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    transform: translateY(50px);
    transition: all 0.5s;
}

.menu .megamenu.demo .demo-item.show {
    opacity: 1;
    max-height: 100%;
    padding-bottom: 3rem;
    transform: translateY(0);
}

.disabled-hidden {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0 !important;
    overflow: hidden;
}

.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
    flex: 0 0 calc((100% + 20px) / 4);
    max-width: calc((100% + 20px) / 4);
    margin: 0;
}

.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
    flex: 0 0 calc((100% + 20px) / 2 - 20px);
    max-width: calc((100% + 20px) / 2 - 20px);
    margin: 0;
}

.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
    margin-right: auto;
}

.header-intro-clearance .header-bottom .menu > li > a {
    font-size: 1.4rem;
    letter-spacing: -.01em;
    text-transform: none;
}

.header-intro-clearance .header-bottom .menu > li > a::before {
    top: 0;
}

.header-intro-clearance .header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
    left: 1.3rem
}

.header-intro-clearance .header-bottom .menu > li + li {
    margin-right: .7rem
}

.header-intro-clearance .header-bottom .header-left {
    align-self: stretch;
}

.header-intro-clearance .header-bottom .header-right p {
    padding-left: .5rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -.01em;
}

.header-intro-clearance .header-bottom .header-right .highlight {
    color: #333;
}

.header-intro-clearance .header-bottom .header-right i {
    color: #333;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-left: 1.5rem;
}

.header-intro-clearance .header-bottom .container::before {
    position: absolute;
    content: '';
    right: 28.5rem;
    height: 1.6rem;
    width: .1rem;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%);
}

.header-intro-clearance .header-bottom .container::after {
    position: absolute;
    content: '';
    left: 28rem;
    height: 1.6rem;
    width: .1rem;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%);
}

.header-intro-clearance .header-middle .header-right p {
    font-size: 1.6rem;
}

.header-intro-clearance .top-menu {
    text-transform: none;
}

.header-intro-clearance .header-dropdown > a,
.header-intro-clearance .header-dropdown > span {
    padding-left: 1.8rem;
    text-transform: none;
}

.header-intro-clearance .header-dropdown > a:after,
.header-intro-clearance .header-dropdown > span:after {
    font-size: 1.9rem;
    margin-top: -.6rem;
}

.header-intro-clearance .dropdown.category-dropdown {
    width: 275px;
    max-width: 95%;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
    color: #fff;
    text-transform: none;
    padding-top: 15px;
    padding-right: 5.5rem;
    min-width: 100%;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
    font-size: 1rem;
    position: absolute;
    left: 1.5rem
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
    height: 0;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
    font-weight: 400;
    position: absolute;
    margin-right: 0;
    right: 1.5rem
}

.header-intro-clearance .header-menu ul {
    display: block;
}

.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li + li {
    margin-right: 0
}

.header-intro-clearance .account,
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown {
    display: flex;
    align-self: stretch;
    align-items: initial;
}

.header-intro-clearance .account > a,
.header-intro-clearance .wishlist > a,
.header-intro-clearance .compare-dropdown > a,
.header-intro-clearance .cart-dropdown > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-intro-clearance div.icon {
    position: relative;
    height: 3.2rem;
}

.header-intro-clearance .account a {
    font-size: 3rem;
    color: #000000;
    line-height: 1;
}

.header-intro-clearance .wishlist a {
    font-size: 2.8rem;
    color: #000000;
    line-height: 1;
}

.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
    min-width: 1.6rem;
    height: 1.6rem;
}

.header-intro-clearance .wishlist .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.header-intro-clearance .wishlist .wishlist-count {
    position: absolute;
    top: 0;
    left: -.5rem;
}

.header-intro-clearance .cart-dropdown .cart-count {
    position: absolute;
    top: 0;
    left: -.3rem;
}

.header-intro-clearance .cart-dropdown,
.header-intro-clearance .wishlist,
.header-intro-clearance .account {
    padding-right: 3rem;
}

.header-intro-clearance .cart-dropdown .dropdown-toggle,
.header-intro-clearance .wishlist .dropdown-toggle,
.header-intro-clearance .account .dropdown-toggle {
    color: #090909;
}

@media screen and (min-width: 992px) {
    .mobile-menu-toggler {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .header .container-fluid .megamenu-container {
        position: relative;
    }

    .header .container-fluid .megamenu-container .megamenu {
        left: auto;
        width: 1170px;
    }
}

@media screen and (max-width: 1199px) {
    .header-search .search-wrapper-wide {
        width: 480px;
    }

    .header-search-extended {
        margin-right: 10rem;
    }

    .header-search-extended .btn {
        flex: 0 0 50px;
        max-width: 50px;
    }
}

@media screen and (max-width: 991px) {
    .top-menu:not(.top-link-menu) {
        display: flex;
        text-align: right;
        align-items: center;
        align-self: stretch;
    }

    .top-menu:not(.top-link-menu) > li {
        display: flex;
        align-items: center;
        align-self: stretch;
        padding-left: 2.2rem;
    }

    .top-menu:not(.top-link-menu) > li > a {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .top-menu:not(.top-link-menu) > li::after {
        font-family: "molla";
        content: '\f110';
        position: absolute;
        left: 0;
        top: 50%;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        margin-top: -.7rem;
    }

    .top-menu:not(.top-link-menu) ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 20;
        padding-top: .6rem;
        padding-bottom: .6rem;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 1px;
        background-color: #fff;
        box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
        text-transform: capitalize;
    }

    .top-menu:not(.top-link-menu) ul:before {
        content: '';
        display: block;
        width: 100%;
        height: .1rem;
        position: absolute;
        top: -1px;
        left: 0;
    }

    .top-menu:not(.top-link-menu):hover ul,
    .top-menu:not(.top-link-menu):focus ul {
        visibility: visible;
        opacity: 1;
    }

    .top-menu:not(.top-link-menu) li + li {
        margin-right: 0 !important;
    }

    .top-menu:not(.top-link-menu) a {
        padding: .3rem 1.5rem;
    }

    .header-left .top-menu ul {
        left: auto;
        right: 0
    }

    .header-search {
        display: none;
    }

    .header-search-extended {
        margin-right: 0;
    }

    .header-search-extended .btn {
        height: 40px;
    }

    .header-search-extended .form-control {
        height: 38px;
        padding-top: .9rem;
        padding-bottom: .9rem;
    }

    .header-search-extended select {
        height: 38px;
        line-height: 38px;
    }

    .header-search-visible .search-toggle {
        display: block;
    }

    .header-search-visible .header-search-wrapper {
        position: absolute;
        right: -10rem;
        top: 100%;
        margin-top: .8rem;
        display: none;
        border-width: .4rem;
    }

    .header-search-visible .header-search-wrapper:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 10rem;
        bottom: 100%;
        border-style: solid;
        border-width: 0 11px 13px 11px;
        border-color: transparent transparent #ebebeb transparent;
    }

    .header-bottom {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-search .search-wrapper-wide {
        width: 420px;
    }

    .header-search .select-custom {
        flex: 0 0 180px;
        max-width: 180px;
    }
}

@media screen and (max-width: 575px) {
    .header-search .search-wrapper-wide {
        width: 300px;
    }

    .header-search .select-custom {
        display: none;
    }

    .compare-dropdown,
    .wishlist-link {
        display: none;
    }

    .cart-dropdown {
        padding-right: 1.4rem;
    }
}

@media (max-width: 340px) {
    .header-search .search-wrapper-wide {
        width: 260px;
    }

    .compare-dropdown,
    .wishlist,
    .account,
    .wishlist-link {
        display: none !important;
    }
}

/* --- Fix Mobile Header Layout --- */
@media (max-width: 575px) {

    .header-middle {
        padding: 0.5rem 0 !important;
    }

    .logo {
        margin: 0 !important;
        padding: 0 !important;
    }

    .logo img {
        max-height: 40px !important;
        height: auto !important;
    }

    .header-left,
    .header-center,
    .header-right {
        align-items: center !important;
    }

    /* فاصله اضافی آیکون‌ها */
    .wishlist-link,
    .cart-dropdown,
    .mobile-menu-toggler {
        margin: 0 .5rem !important;
    }

    /* پنهان کردن متن حساب کاربری، لیست علاقه مندی ها و سبد خرید */
    .header-right .account p,
    .header-right .wishlist p,
    .header-right .cart-dropdown p {
        display: none !important;
    }

    /* تنظیم سایز آیکون‌ها */
    .header-right .account i,
    .header-right .cart-dropdown i {
        font-size: 2rem !important; /* کمی کوچکتر برای موبایل */
        display: inline-block;
    }

    /* آیکون قلب لیست علاقه مندی ها کمی کوچکتر */
    .header-right .wishlist i {
        font-size: 1.8rem !important;
        display: inline-block;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {

    /* فقط متن حساب کاربری، لیست علاقه مندی ها و سبد خرید مخفی شود */
    .header-right .account p,
    .header-right .wishlist p,
    .header-right .cart-dropdown p {
        display: none !important;
    }

    /* آیکون ها کمی بزرگ‌تر (به جز قلب) */
    .header-right .account i,
    .header-right .cart-dropdown i {
        font-size: 2.2rem !important;
        display: inline-block;
    }

    /* آیکون قلب لیست علاقه مندی ها کمی کوچکتر */
    .header-right .wishlist i {
        font-size: 2rem !important;
        display: inline-block;
    }

    /* فاصله آیتم‌ها کمتر برای جا شدن بهتر */
    .header-right .account,
    .header-right .wishlist,
    .header-right .cart-dropdown {
        padding: 0 5px !important;
    }

    /* جلوگیری از شکستن خطوط */
    .header-right {
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }

    /* کمی کوچک کردن لوگو */
    .logo img {
        max-width: 80% !important;
        height: auto !important;
    }
}


/* کاهش سایز متن لینک‌های حساب کاربری در دراپ‌داون */
.header-right .account .dropdown-menu .product-cart-details .product-title a {
    font-size: 1.25rem; /* اندازه دلخواه، می‌توانید تغییر دهید */
    white-space: nowrap; /* جلوگیری از شکستن خط */
}

@media (min-width: 1200px) and (max-width: 1537px) {
    .header-right .account p,
    .header-right .cart-dropdown p,
    .header-right p {
        display: none !important;
    }

    /* اگر فاصله اضافی افتاد، با این خط حل می‌شود */
    .header-right .icon {
        margin: 0 !important;
    }
}




/*--------------------- 2.1.Menu -------------------- */
.main-nav {
    margin-right: 2rem;
    display: none;
}

/* Menu Structure */
.menu,
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu {
    display: flex;
    align-items: center;
}

.menu li {
    position: relative;
    text-align: right;
}

.menu li:hover > ul,
.menu li:hover > .megamenu,
.menu li.show > ul,
.menu li.show > .megamenu {
    display: block;
}

.menu .megamenu-container {
    position: static;
}

.menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 1002;
}

.menu ul ul {
    top: -1.6rem;
    right: 100%;
}

.menu .megamenu {
    display: none;
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 100%;
    z-index: 1002;
}

.menu .megamenu.megamenu-sm {
    right: 0;
    left: auto;
    width: 456px;
}

.menu .megamenu.megamenu-md {
    right: -10rem;
    left: auto;
    width: 694px;
}

.menu .megamenu > ul,
.menu .megamenu div > ul {
    display: block;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    min-width: 0;
}

.menu ul,
.menu .megamenu {
    margin-top: 1px;
}

.menu ul:before,
.menu .megamenu:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    height: 1px;
    left: 0;
    right: 0;
}

.menu ul ul,
.menu .megamenu ul {
    margin-top: 0;
}

.menu a:not(.btn) {
    display: block;
    position: relative;
    text-decoration: none;
}

.menu a:not(.btn):focus {
    outline: none !important;
}

/* Menu Style */
.menu {
    line-height: 1.5;
}

.menu li > a {
    color: #999999;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.menu li > a span:not(.tip) {
    position: relative;
}

.menu > li > a {
    color: #000000;
    font-weight: 700;
    font-size: 3.4rem;
    letter-spacing: -.01em;
    padding: 3.95rem 3rem;
    text-transform: uppercase;
}

.menu > li + li {
    margin-left: 0;
}

.menu.sf-arrows > li > .sf-with-ul {
    padding-left: 2rem;
}

.menu.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.sf-arrows .sf-with-ul::after {
    font-family: 'molla';
    content: '\f110';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-top: -.5rem;
}

.menu.sf-arrows ul .sf-with-ul {
    padding-left: 4rem
}

.menu.sf-arrows ul .sf-with-ul:after {
    content: '\f111';
    left: 3rem
}

.menu .megamenu,
.menu ul {
    background-color: #fff;
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.menu ul {
    min-width: 218px;
    padding: 1.6rem 0 2rem;
}

.menu .megamenu .banner > a {
    display: block;
    padding: 0;
    margin: 0;
}

.menu .megamenu li a {
    padding-right: 0;
    padding-left: 0;
}

.menu .megamenu .btn {
    min-width: 210px;
    text-transform: uppercase;
}

.menu .banner {
    margin: 0;
    max-width: 218px;
    float: right;
    height: 100%;
}

.menu .menu-col {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2.2rem;
    padding-bottom: 2rem;
}

.menu .menu-title {
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: .6rem;
}

.menu .megamenu-action {
    padding-bottom: 2rem;
}

.menu ul + .menu-title {
    margin-top: 1.5rem;
}

.menu .banner-content {
    padding-top: 0;
}

.menu .banner-content.banner-content-bottom {
    left: 2.4rem;
    bottom: 2.4rem;
}

.menu .banner-content.banner-content-top {
    left: 2rem;
    top: 2.4rem;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.menu .banner-title {
    margin: 0;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0;
}

.menu .banner-title span {
    font-size: 2.4rem;
}

.menu .banner-content-top .banner-title span {
    line-height: 1.05;
    font-size: 3.1rem;
}

/* Menu Hover Style */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
    color: #FA523C;
}

/* Demos */
.demo-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin: 1.8rem -10px .4rem;
}

.demo-item {
    color: #999999;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
    text-align: center;
    padding-bottom: 3rem;
    margin-bottom: auto;
}

.demo-item a {
    color: inherit;
}

.demo-item a:hover,
.demo-item a:focus {
    color: #FA523C;
}

.demo-item a:hover .demo-bg,
.demo-item a:focus .demo-bg {
    box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05), -3px 10px 16px rgba(51, 51, 51, 0.05);
    background-position: center bottom;
    transition: background-position 2s linear, box-shadow .3s;
}

.demo-bg {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-color: #f4f4f4;
    border: .1rem solid #ebebeb;
    margin-bottom: 1.2rem;
    padding-top: 80.95%;
    background-position: center top;
    transition: background-position .6s linear, box-shadow .3s;
}

.demo-title {
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: .01em;
}

/* Label - Tip */
.tip {
    color: #fff;
    display: block;
    position: absolute;
    right: 100%;
    bottom: 1.1rem;
    text-align: center;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: 0;
    padding: .3rem .1rem .1rem;
    min-width: 23px;
    z-index: 1;
    border-radius: 0;
    margin-right: .5rem;
    text-transform: uppercase;
    background-color: #FA523C;
}

.tip.tip-new {
    background-color: #a6c76c;
}

.tip.tip-hot {
    background-color: #ef837b;
}

/* Header Bottom  - Menu position in header-bottom */
.header-bottom .main-nav {
    margin-right: 0
}

.header-bottom .menu .megamenu.megamenu-md {
    right: 1em
}

.header-bottom .menu > li + li {
    margin-right: 1rem;
}

.header-bottom .menu > li > a {
    padding: 1.65rem 1rem;
}

.header-bottom .menu > li > .sf-with-ul {
    padding-left: 3rem
}

.header-bottom .menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: .1rem;
    background-color: #FA523C;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
}

.header-bottom .menu li:hover > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li.active > a:before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
    left: 1rem
}

@media screen and (min-width: 992px) {
    .main-nav {
        display: block;
    }
}

/*--------------------- 2.2.Vertical Menu -------------------- */
/* Vertical Menu */
.side-nav {
    position: relative;
    margin: 0;

}

.sidenav-title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    padding: 1.45rem 3rem;
    color: #EAEFEF;
    background-color: #254D70;
    text-transform: uppercase;
}

.category-dropdown {
    display: flex;
    align-self: stretch;
    align-items: center;
}

.category-dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    color: #333333;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    text-transform: uppercase;
    padding: 1rem 2rem 1rem 2rem;
    min-width: 270px;
    transition: background .4s, color .1s;
}

.category-dropdown .dropdown-toggle:after {
    content: '\f131';
    font-family: 'molla';
    border: none;
    font-size: 2.3rem;
    line-height: 0;
    margin-right: 6.7rem
}

.category-dropdown .dropdown-toggle:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #FA523C;
    transition: all .35s;
}

.category-dropdown .dropdown-toggle:hover,
.category-dropdown .dropdown-toggle:focus {
    color: #fff;
    background-color: #FA523C;
    outline: none !important;
}

.category-dropdown:not(.is-on):hover .dropdown-menu {
    display: block;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
    color: #fff !important;
    background-color: #FA523C;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
    content: '\f191';
}

.category-dropdown.show .dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
}

.category-dropdown.show .dropdown-toggle:after {
    content: '\f191';
}

.category-dropdown .dropdown-menu {
    left: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.category-dropdown .dropdown-item {
    color: #666;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    border: .1rem solid #ebebeb;
    border-top: none;
    padding: .9rem 1.9rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-dropdown .dropdown-item.dropdown-item-lead {
    color: #333;
    font-weight: 500;
    background-color: #f9f9f9;
}

.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
    color: #FA523C;
    background-color: #fff;
    outline: none !important;
}

.category-dropdown .dropdown-item:hover.dropdown-item-lead,
.category-dropdown .dropdown-item:focus.dropdown-item-lead {
    background-color: #f9f9f9;
}

.menu-vertical,
.menu-vertical ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-vertical {
    display: flex;
    align-items: center;
    position: static;
    line-height: 1.5;
    flex-direction: column;
}

.menu-vertical li {
    position: relative;
}

.menu-vertical li:hover > ul,
.menu-vertical li:hover > .megamenu,
.menu-vertical li.show > ul,
.menu-vertical li.show > .megamenu {
    display: block;
}

.menu-vertical a:not(.btn) {
    display: block;
    position: relative;
    text-decoration: none;
}

.menu-vertical a:not(.btn):focus {
    outline: none !important;
}

.menu-vertical .megamenu-container {
    position: static;
}

.menu-vertical ul {
    min-width: 218px;
    padding: 1.6rem 0 2rem;
}

.menu-vertical ul,
.menu-vertical .megamenu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1002;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.menu-vertical ul:before,
.menu-vertical .megamenu:before {
    display: none;
}

.menu-vertical .megamenu {
    width: 713px;
}

.menu-vertical .megamenu.megamenu-sm {
    width: 456px;
}

.menu-vertical .megamenu.megamenu-md {
    width: 694px;
}

@media screen and (min-width: 1200px) {
    .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
        width: 893px;
        min-height: 100%;
    }
}

.menu-vertical .megamenu > ul,
.menu-vertical .megamenu div > ul {
    display: block;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    min-width: 0;
}

.menu-vertical .banner {
    margin: 0;
    max-width: 280px;
    float: right;
    border-radius: 0;
}

.menu-vertical .banner img {
    border-radius: 0;
}

.menu-vertical .menu-banners {
    margin-top: 2.4rem;
}

.menu-vertical .menu-banners .banner {
    float: none;
    max-width: 100%;
}

.menu-vertical.sf-arrows > li > .sf-with-ul {
    padding-left: 3rem;
    text-align: right;
}

.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu-vertical.sf-arrows .sf-with-ul::after {
    display: block;
    font-family: 'molla';
    content: '\f111';
    position: absolute;
    left: 1.8rem;
    top: 50%;
    line-height: 1;
    font-size: 1.2rem;
    margin-top: -.6rem;
}

.menu-vertical li > a {
    color: #000000;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.menu-vertical li > a span:not(.tip) {
    position: relative;
}

.menu-vertical li > a strong {
    font-weight: 600;
}

.menu-vertical > li {
    width: 100%;
}

.menu-vertical > li > a {
    display: block;
    color: #666;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    border: .1rem solid #ebebeb;
    border-top: none;
    padding: .9rem 1.9rem;
    width: 100%;
}

.menu-vertical > li.item-lead > a {
    color: #333;
    text-align: right;
    font-weight: 500;
    background-color: #f9f9f9;
}

.menu-vertical > li + li {
    text-align: right;
    margin-left: 0;
}

.menu-vertical .menu-title {
    color: #333;
    font-weight: 600;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    text-transform: capitalize;
    padding-bottom: 1rem;
    border-bottom: .1rem solid #eeeeee;
    margin-bottom: .7rem;
}

.menu-vertical ul + .menu-title {
    margin-top: 1.2rem;
}

.menu-vertical i {
    display: inline-block;
    color: #ccc;
    min-width: 3.4rem;
}

.menu-vertical .menu-col {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.menu-vertical .menu-col li > a {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
    color: #FA523C;
}

.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
    color: #FA523C;
}

.menu-brands.menu-col {
    padding-top: 2rem;
    margin-top: 0 !important;
    border-top: .1rem solid #ebebeb;
}

.menu-brands .brand {
    display: flex !important;
}

.menu-brands .col,
.menu-brands [class*=col-] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------- 2.3.Sticky Header -------------------- */
/* Sticky Header */
@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 992px) {
    .sticky-header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1040;
        animation-name: fixedHeader;
        animation-duration: .4s;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    }

    .sticky-header.fixed .logo {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .sticky-header.fixed.header-middle .menu > li > a {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/*--------------------- 2.4.Mobiel Menu -------------------- */
/* Mobile Menu */
.mobile-menu-container {
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #333;
    width: 100%;
    max-width: 280px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    transition: all 0.4s ease;
}

.mmenu-active .mobile-menu-container {
    visibility: visible;
    transform: translateX(-280px);
}

.mobile-menu-container .social-icons {
    justify-content: center;
    margin-bottom: 0;
}

.mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    background-color: transparent;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.45);
}

.mobile-menu-container .social-icon + .social-icon {
    margin-right: .8rem;
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
    background-color: transparent;
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0;
}

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: .7rem;
    left: 1rem;
    padding: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    transition: color .35s;
}

.mobile-menu-close:hover,
.mobile-menu-close:focus {
    color: #FA523C;
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(25, 25, 25, 0.25);
    z-index: 1000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

.mmenu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1;
}

.mobile-nav {
    padding: 0;
    margin: 0 0 2.5rem;
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu > li > a {
    text-transform: uppercase;
}

.mobile-menu li {
    text-align: right;
    display: block;
    position: relative;
}

.mobile-menu li a {
    position: relative;
    display: block;
    padding: 1rem 2rem 1rem 4.5rem;
    color: #fff;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #FA523C;
    text-decoration: none;
    outline: none !important;
}

.mobile-menu li.open > a,
.mobile-menu li.active > a {
    color: #FA523C;
}

.mobile-menu li ul {
    margin: 0;
    padding: .7rem 0 .9rem;
    display: none;
    margin-bottom: 0;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li ul li a {
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-right: 3.5rem;
    border-bottom: none;
}

.mobile-menu li ul li a:not(:hover):not(:focus) {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu li ul li:last-child ul {
    border-bottom: none;
    padding-bottom: 0;
}

.mobile-menu li ul ul {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li ul ul li a {
    padding-right: 5rem;
}

.mobile-menu > li > a {
    text-transform: uppercase;
}

.mobile-menu span:not(.mmenu-btn):not(.tip) {
    position: relative;
}

.mmenu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1rem;
    top: 50%;
    z-index: 10;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    color: #fff;
    margin-top: -1.5rem;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    transition: color 0.35s;
}

.mmenu-btn::after {
    font-family: "molla";
    content: '\f110';
    display: inline-block;
}

.mmenu-btn:hover,
.mmenu-btn:focus {
    color: #FA523C;
}

.open > a > .mmenu-btn::after {
    content: '\e802';
}

/* === Mobile Search (compact) === */
.mobile-search {
    /* مقادیر قابل تنظیم */
    --h: 44px; /* ارتفاع کل */
    --r: 12px; /* گردی گوشه‌ها */
    --btn-w: 36px; /* عرض دکمه (کوچک‌ترش کن) */

    margin: 1rem 1.5rem 1.8rem;
    padding: 0;
    display: flex;
    align-items: stretch;
    height: var(--h);
    background: #333;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--r);
    overflow: hidden; /* جلوگیری از بیرون‌زدن دکمه/اینپوت */
}

/* Input */
.mobile-search .form-control {
    flex: 1 1 auto;
    min-width: 0; /* جلوگیری از بیرون‌زدگی در فلکس */
    height: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    background: transparent;
    border: none;
    border-inline-end: 1px solid rgba(255, 255, 255, .08); /* جداکننده بین input و دکمه */
    border-radius: 0;
    box-shadow: none;
}

/* Button */
.mobile-search .btn {
    flex: 0 0 var(--btn-w);
    width: var(--btn-w);
    min-width: var(--btn-w); /* اووررایدِ min-width بوت‌استرپ */
    height: 100%;
    margin: 0;
    padding: 0; /* اووررایدِ padding بوت‌استرپ */
    border: 0;
    background: #1f1f1f; /* اگر تیره نمی‌خوای، بردار */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0; /* گردی فقط روی کانتینر است */
    line-height: 1;
}

.mobile-search .btn i {
    font-size: 1.2rem;
}

.mobile-search .form-control::placeholder {
    color: rgba(255, 255, 255, .45);
}

.mobile-search .form-control:focus {
    outline: none;
    box-shadow: none;
    border-inline-end-color: #FA523C;
}

.mobile-menu-container .tab-content {
    padding: 0;
    margin: 0 0 2.5rem;
    border: none;
}

.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
    margin-bottom: 0;
    text-align: right;
}

.mobile-menu-container .tab-pane {
    padding: 0;
}

.nav.nav-pills-mobile {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
    margin: 0 0 .2rem;
}

.nav.nav-pills-mobile .nav-item {
    text-align: right;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 0 -.1rem;
}

.nav.nav-pills-mobile .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: .2rem solid transparent;
    background: none;
    padding: .8rem 2rem;
    transition: all .35s ease;
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.mobile-cats-nav .mobile-menu > li > a {
    text-transform: capitalize;
}

.mobile-cats-menu li a {
    position: relative;
    display: block;
    padding: 1rem 2rem 1rem 4.5rem;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-cats-menu li a.mobile-cats-lead {
    font-weight: 500;
    color: #fff;
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
    color: #FA523C;
    text-decoration: none;
    outline: none !important;
}

/* Mobile Menu Light */
.mobile-menu-light {
    background-color: #fff;
}

.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
    color: #666;
}

.mobile-menu-light .social-icon {
    color: #999;
    border-color: #999;
}

.mobile-menu-light .mobile-menu li a {
    border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    color: #666;
}

.mobile-menu-light .mobile-menu li.open > a,
.mobile-menu-light .mobile-menu li.active > a {
    color: #FA523C;
}

.mobile-menu-light .mobile-menu li ul {
    border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
    color: #666;
}

.mobile-menu-light .mobile-menu li ul ul {
    border-top-color: #efefef;
}

.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
    color: #666;
}

.mobile-menu-light .mobile-search .form-control {
    color: #666;
    background-color: #fff;
    border-color: #e5e5e5;
}

.mobile-menu-light .mobile-search .form-control::placeholder {
    color: #666;
}

.mobile-menu-light .mobile-search .form-control:focus {
    color: #666;
    border-color: #FA523C;
    background-color: #fff;
}

.mobile-menu-light .nav.nav-pills-mobile {
    border-bottom-color: #efefef;
}

.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
    color: #333;
}

.mobile-menu-light .mobile-cats-menu li a {
    border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
    color: #666;
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead {
    color: #333;
}

/* Header 2 */
a {
    font-family: "iransans", 'Poppins';
}

p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "iransans", 'Poppins';
    letter-spacing: 0;
    text-align: right;
    color: #777;
}

.header-2 {
    background-color: #fff;
}

.header-2 .logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.header-2 .header-search-extended {
    margin-left: 5rem;
    max-width: none;
}

.header-2 .header-search-extended select,
.header-2 .header-search-extended .form-control {
    height: 38px;
}

.header-2 .header-search-extended .form-control {
    padding: 1.2rem 2.4rem 1rem 2rem;
    font-family: "iransans", 'Poppins';
    letter-spacing: -.01em;
}

.header-2 .header-search-extended .btn {
    height: 42px;
    background-color: transparent;
    color: #666;
    max-width: 60px;
}

.header-2 .header-search-extended .btn:hover,
.header-2 .header-search-extended .btn:focus,
.header-2 .header-search-extended .btn:active {
    color: #a6c76c;
    background-color: transparent;
}

.header-2 .btn-primary:not(:disabled):not(.disabled):active,
.header-2 .btn-primary:not(:disabled):not(.disabled).active,
.header-2 .show > .btn-primary.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
}

.header-2 .header-search .search-wrapper-wide {
    width: unset;
}

.header-2 .header-top {
    font-weight: 300;
    font-size: 1.4rem;
    background-color: #f8f8f8;
}

.header-2 .header-top .header-left {
    display: flex;
    align-items: center;
}

.header-2 .header-top .container::after,
.header-2 .header-top .container-fluid::after {
    height: 0;
}

.header-2 .header-dropdown {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.header-2 .header-dropdown + .header-dropdown {
    margin-left: 4rem;
}

.header-2 .login-modal {
    margin-left: 4rem;
}

.header-2 .top-menu {
    text-transform: capitalize;
}

.header-2 .top-menu li + li {
    margin-right: 4rem;

}

.header-2 .top-menu li + li {
    margin-left: 4rem;
}

.header-2 .header-middle {
    border-bottom: none;
}

.header-2 .header-middle .container::after {
    position: absolute;
    content: '';
    bottom: -.1rem;
    left: 1rem;
    right: 1rem;
    height: .1rem;
    background-color: #ebebeb;
}

.header-2 .cart-dropdown .dropdown-menu,
.header-2 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-2 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-2 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-2 .mobile-menu-toggler,
.header-2 .search-toggle:not(:hover):not(:focus),
.header-2 .wishlist-link:not(:hover):not(:focus) {
    color: #333;
}

.header-2 .sticky-header {
    background-color: #333;
}

.header-2 .mobile-menu-toggler {
    margin-right: 2rem;
}

.header-2 .header-search .header-search-wrapper {
    display: flex;
    align-items: stretch;
    border: .1rem solid #ebebeb;
    border-radius: 30px; /* گردی یکنواخت کانتینر */
    overflow: hidden;
}

.header-2 .header-bottom {
    color: #fff;
}

.header-2 .header-bottom .main-nav {
    margin-left: 0;
}

.header-2 .header-bottom .menu ul,
.header-2 .header-bottom .menu .megamenu {
    margin-top: 0;
}

.header-2 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
    color: #fff;
}

.header-2 .header-bottom .mobile-menu-toggler {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .header-2 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #dadada;
    }
}

@media screen and (max-width: 991px) {
    .header-middle .header-center {
        display: none;
    }

    .login {
        padding-right: 0 !important;
    }

    .top-menu:not(.top-link-menu) ul {
        min-width: 141px;
    }

    .top-menu > li {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .top-menu .header-dropdown {
        padding: 0;
    }

    .top-menu .header-dropdown ul {
        right: -100%;
        left: 100%
    }

    .top-menu .header-menu {
        padding: 0;
    }
}

/* Header 3 */
.header-3 {
    color: #fff;
    background-color: #333333;
}

.header-3 .header-top {
    background-color: #333;
}

.header-3 .header-top .container::after,
.header-3 .header-top .container-fluid::after {
    height: .1rem;
    background-color: #444444;
}

.header-3 .header-top .header-left i {
    font-size: 1.6rem;
    margin-left: .5rem;
}

.header-3 .header-dropdown {
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.header-3 .header-middle {
    border-bottom: none;
}

.header-3 .header-bottom {
    background-color: #fff;
}

.header-3 .header-bottom .menu > li > a::before {
    bottom: 0;
    top: unset;
}

.header-3 .wishlist a {
    color: #fff;
}

.header-3 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-3 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-3 .mobile-menu-toggler,
.header-3 .search-toggle:not(:hover):not(:focus),
.header-3 .wishlist-link:not(:hover):not(:focus) {
    color: #fff;
}

.header-3 .wishlist .wishlist-count,
.header-3 .cart-count {
    color: #333;
}

.header-3 .header-bottom {
    border-bottom: .1rem solid #ebebeb;
}

.header-3 .header-bottom .header-right p {
    padding-right: 0;
}

.header-3 .logo {
    margin-bottom: 1.2rem;
    margin-top: 1rem;
}

.header-3 .header-search-extended .btn {
    max-width: 40px;
    margin-right: 1rem;
    height: 46px;
    font-size: 2.2rem;
    background-color: transparent;
    color: #333;
}

.header-3 .header-search-extended .form-control {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding-right: 0;
    height: 44px;
    padding: 1rem .5rem 1rem 2.4rem;
}

.header-3 .btn-primary:hover,
.header-3 .btn-primary:focus,
.header-3 .btn-primary.focus,
.header-3 .btn-primary:not(:disabled):not(.disabled):active,
.header-3 .btn-primary:not(:disabled):not(.disabled).active,
.header-3 .show > .btn-primary.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .header-3 .header-search-visible .header-search-wrapper {
        border-color: #dadada;
    }

    .header-3 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #dadada;
    }
}

@media screen and (max-width: 575px) {

    .header-3 .cart-dropdown,
    .header-3 .compare-dropdown,
    .header-3 .wishlist {
        padding-right: 1.4rem;
    }
}

@media screen and (max-width: 1119px) {

    .header-intro-clearance .header-bottom .container::before,
    .header-intro-clearance .header-bottom .container::after {
        visibility: hidden;
    }
}

@media screen and (max-width: 1100px) {
    .header-intro-clearance .header-bottom .header-right i {
        visibility: hidden;
    }
}

@media screen and (max-width: 399px) {

    .header-intro-clearance .account,
    .wishlist {
        display: none;
    }
}

/* Header 4 */
.header-4 .header-top {
    font-weight: 400;
    font-size: 1.4rem;
    background-color: #f5f6f9;
    margin-bottom: 0;
    letter-spacing: -.01em;
}

.header-4 .header-top .container:after {
    display: none;
}

.header-4 .header-top .header-left i {
    font-size: 1.6rem;
    margin-left: .5rem;
}

.header-4 .header-dropdown {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.header-4 .header-dropdown + .header-dropdown {
    margin-left: 2rem;
}

.header-4 .header-dropdown > a,
.header-4 .header-dropdown > span {
    font-weight: 300;
    text-transform: initial;
}

.header-4 .header-menu {
    margin-top: 0;
}

.header-4 .top-menu {
    text-transform: capitalize;
}

.header-4 .top-menu i {
    font-size: 1.6rem;
}

.header-4 .top-menu li + li {
    margin-right: 4rem;
}

.header-4 .header-middle {
    border-bottom: none;
    margin-bottom: .1rem;
}

.header-4 .header-search-extended {
    margin-top: 2.1rem;
    margin-bottom: 2.1rem;
}

.header-4 .compare-dropdown .dropdown-toggle {
    font-size: 3rem;
}

.header-4 .cart-dropdown .dropdown-toggle {
    font-size: 3.2rem;
}

.header-4 .cart-dropdown,
.header-4 .compare-dropdown {
    padding-right: 3rem;
}

.header-4 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-4 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #333;
}

.header-4 .wishlist-link:not(:hover):not(:focus),
.header-4 .search-toggle:not(:hover):not(:focus),
.header-4 .mobile-menu-toggler {
    color: #333;
}

.header-4.header-intro-clearance .header-search .header-search-wrapper {
    border-color: #ccc;
}

.header-4 .header-bottom {
    background-color: #fff;
}

.header-4 .header-bottom .container::before {
    height: 0;
}

.header-4 .menu ul,
.header-4 .menu .megamenu {
    margin-top: 0;
}

.header-4 .dropdown.category-dropdown {
    background-color: #f8f8f8;
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: #FA523C;
}

.header-4 .header-search-extended .btn {
    max-width: 40px;
    margin-right: 1rem;
    height: 46px;
    font-size: 2.2rem;
}

.header-4 .header-search-extended .form-control {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding-right: 0;
    height: 44px;
    padding: 1rem .5rem 1rem 2.4rem;
}

.header-4 .btn-primary:hover,
.header-4 .btn-primary:focus,
.header-4 .btn-primary.focus,
.header-4 .btn-primary:not(:disabled):not(.disabled):active,
.header-4 .btn-primary:not(:disabled):not(.disabled).active,
.header-4 .show > .btn-primary.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: #333 !important;
}

@media screen and (min-width: 992px) {
    .header-4 .header-search-extended {
        margin-left: 7rem;
    }
}

@media screen and (min-width: 1200px) {
    .header-4 .header-search-extended {
        margin-left: 15rem;
    }
}

@media screen and (max-width: 991px) {
    .header-4 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #FA523C;
    }
}

@media screen and (max-width: 575px) {

    .header-4 .cart-dropdown,
    .header-4 .compare-dropdown,
    .header-4 .wishlist {
        padding-right: 1.4rem;
    }
}

/* Header 5 */
.header-5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    background-color: transparent;
    margin-top: 1rem;
}

.header-5 .header-middle {
    border-bottom: none;
    margin-bottom: .1rem;
}

.header-5 .cart-dropdown,
.header-5 .compare-dropdown {
    padding-right: 2.3rem;
}

.header-5 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-5 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #fff;
}

.header-5 .cart-dropdown .dropdown-menu,
.header-5 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-5 .header-search {
    margin-right: 0;
}

.header-5 .header-search .header-search-wrapper {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: .1rem solid #fff;
    min-width: 260px;
}

.header-5 .header-search-extended {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.header-5 .header-search-extended .form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    padding-right: 1rem;
}

.header-5 .header-search-extended .form-control::placeholder {
    color: #fff;
}

.header-5 .header-search-extended .btn {
    max-width: 40px;
    flex: 0 0 40px;
}

.header-5 .wishlist-link {
    margin-right: 3rem;
    margin-left: 0;
}

.header-5 .wishlist-link:not(:hover):not(:focus),
.header-5 .search-toggle:not(:hover):not(:focus):not(.active),
.header-5 .mobile-menu-toggler,
.header-5 .wishlist-link:not(:hover):not(:focus),
.header-5 .menu > li:not(:hover):not(.active):not(.show) > a,
.header-5 .mobile-menu-toggler {
    color: #fff;
}

.header-5 .logo {
    margin-top: 0;
    margin-bottom: 0;
}

.header-5 .menu ul,
.header-5 .menu .megamenu {
    margin-top: 0;
}

.header-5 .menu > li > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: -.01em;
}

.header-5 .menu > li > a::before {
    content: '';
    position: absolute;
    right: 2rem;
    left: -.5rem;
    bottom: .5rem;
    height: .1rem;
    background-color: #fff;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s;
}

.header-5 .menu > li:hover > a,
.header-5 .menu > li:focus > a,
.header-5 .menu > li.active > a {
    color: #fff;
}

.header-5 .menu > li:hover > a::before,
.header-5 .menu > li:focus > a::before,
.header-5 .menu > li.active > a::before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.header-5 .sticky-header.fixed {
    background-color: #333;
}

@media screen and (min-width: 1200px) {
    .header-5 .container-fluid {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (min-width: 1600px) {
    .header-5 .container-fluid {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .header-5 .container-fluid .megamenu-container {
        position: relative;
    }

    .header-5 .container-fluid .megamenu-container .megamenu {
        right: auto;
        width: 1170px;
    }
}

@media screen and (max-width: 575px) {

    .header-5 .cart-dropdown,
    .header-5 .compare-dropdown {
        padding-right: 1.4rem;
    }
}

@media screen and (max-width: 1149px) {
    .header-5 .header-search-extended {
        display: none;
    }
}

/* Header 6 */
.header-6 .header-dropdown {
    padding-top: .55rem;
    padding-bottom: .55rem;
}

.header-6 .header-dropdown + .header-dropdown {
    margin-right: 2rem;
}

.header-6 .header-right .top-menu + .header-dropdown {
    margin-right: 2rem;
}

.header-6 .header-dropdown > a,
.header-6 .header-dropdown > span {
    font-weight: 400;
    text-transform: initial;
    padding-left: 2.8rem;
}

.header-6 .header-menu {
    margin-top: 0;
    font-size: 1.5rem;
}

.header-6 .top-menu {
    text-transform: capitalize;
}

.header-6 .top-menu i {
    font-size: 1.6rem;
}

.header-6 .top-menu li + li {
    margin-right: 2rem;
}

.header-6 .header-middle {
    display: flex;
    min-height: 84px;
    color: #777;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: none;
    margin-bottom: .1rem;
}

.header-6 .header-middle a {
    color: #666;
}

.header-6 .header-middle a:hover,
.header-6 .header-middle a:focus {
    color: #FA523C;
}

.header-6 .header-middle .container {
    position: relative;
    min-height: 0;
}

.header-6 .header-middle .header-center a {
    display: flex;
    align-items: center;
}

.header-6 .cart-dropdown,
.header-6 .compare-dropdown {
    padding-right: 2.3rem;
}

.header-6 .cart-dropdown .dropdown-menu,
.header-6 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-6 .cart-dropdown:hover .cart-txt,
.header-6 .cart-dropdown:focus .cart-txt,
.header-6 .compare-dropdown:hover .cart-txt,
.header-6 .compare-dropdown:focus .cart-txt {
    color: #FA523C;
}

.header-6 .header-bottom {
    background-color: #222;
}

.header-6 .header-bottom .menu > li + li {
    margin-left: .6rem;
}

.header-6 .header-bottom .menu > li > a {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
    padding-left: 3rem;
    letter-spacing: .05em;
    color: #fff
}

.header-6 .header-bottom .menu > li > a:before {
    bottom: 1rem;
}

.header-6 .header-bottom .header-right i {
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-left: 1.5rem;
    color: #FA523C;
}

.header-6 .header-bottom .header-right p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
}

.header-6 .menu ul,
.header-6 .menu .megamenu {
    margin-top: 0;
}

.header-6 .header-top .social-icons {
    margin-left: 3rem;
}

.header-6 .header-top .social-icons a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #777;
}

.header-6 .header-right .top-menu + .header-dropdown {
    margin-right: 3rem;
}

.header-6 .header-search .search-wrapper-wide {
    width: 270px;
    border: none;
}

.header-6 .header-search-extended {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.header-6 .header-search-extended .form-control {
    font-size: 1.3rem;
    font-weight: 400;
    color: #222;
    border-radius: 0;
    padding: 1.4rem 2rem 1.2rem 2.4rem;
}

.header-6 .header-search-extended .form-control::placeholder {
    color: #222;
}

.header-6 .header-search-extended .btn {
    background-color: transparent;
    color: #666;
    font-size: 2.6rem;
    padding-right: 1rem;
    max-width: 0;
    z-index: 1;
}

.header-6 .wishlist-link {
    font-size: 2.8rem;
}

.header-6 .wishlist-link:hover .wishlist-txt,
.header-6 .wishlist-link:focus .wishlist-txt {
    color: #FA523C;
}

.header-6 .wishlist-link .wishlist-count,
.header-6 .cart-dropdown .cart-count {
    min-width: 1.7rem;
    height: 1.7rem;
    margin-bottom: 1.5rem;
    margin-right: -1.2rem;
}

.header-6 .wishlist-txt,
.header-6 .cart-txt {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #222;
    margin-right: 1rem;
    margin-top: -.5rem;
    transition: all .3s;
}

.header-6 .cart-txt {
    font-weight: 500;
}

.header-6 .menu.sf-arrows .sf-with-ul::after {
    letter-spacing: -.01em;
}

.header-6 .header-middle a.btn:hover,
.header-6 .header-middle a.btn:focus {
    color: #fff;
}

.header-6 .btn-primary:hover,
.header-6 .btn-primary:focus,
.header-6 .btn-primary.focus,
.header-6 .btn-primary:not(:disabled):not(.disabled):active,
.header-6 .btn-primary:not(:disabled):not(.disabled).active,
.header-6 .show > .btn-primary.dropdown-toggle {
    color: #c15454;
    background-color: transparent;
}

@media screen and (min-width: 992px) {
    .header-6 .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .header-6 .header-bottom {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .header-6 .header-dropdown {
        display: none;
    }

    .header-6 .cart-dropdown,
    .header-6 .compare-dropdown {
        padding-right: 1.4rem;
    }

    .header-6 .wishlist-link {
        margin-left: 1.4rem;
    }

    .header-6 .compare-dropdown,
    .header-6 .wishlist-link {
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .header-6 .header-middle .header-left {
        display: none;
    }

    .header-6 .header-middle .header-center {
        display: block;
    }

    .header-6 .logo {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translate(0, -50%);
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Header 7 */
.header-7 .header-top {
    background-color: #f9f9f9;
}

.header-7 .header-top .container-fluid::after {
    height: 0;
}

.header-7 .header-middle {
    border-bottom: none;
}

.header-7 .header-middle .menu > li > a {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
}

.header-7 .cart-dropdown,
.header-7 .compare-dropdown {
    padding-right: 2.3rem;
}

.header-7 .cart-dropdown .dropdown-menu,
.header-7 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-7 .logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.header-7 .main-nav {
    margin-right: 2.5rem;
}

.header-7 .menu ul,
.header-7 .menu .megamenu {
    margin-top: 0;
}

.header-7 .menu > li > a {
    padding-top: 3.9rem;
    padding-bottom: 3.7rem;
}

.header-7 .menu.sf-arrows > li > .sf-with-ul {
    padding-left: 1.7rem;
}

.header-7 .header-search-extended {
    margin-left: .5rem;
    margin-right: 15rem !important;
    max-width: 270px;
}

.header-7 .header-search-extended .btn-primary {
    flex: 0 0 40px;
    max-width: 40px;
    background-color: transparent;
    font-size: 2.2rem;
    color: #666;
    border-radius: 0;
}

.header-7 .header-search-extended .header-search-wrapper {
    border-radius: 0;
    border: none;
    border-bottom: .1rem solid #ccc;
}

.header-7 .header-search-extended .search-wrapper-wide {
    width: 270px;
    background: transparent;
}

.header-7 .header-search-extended .form-control {
    padding-right: 1rem;
    padding-left: 2.4rem !important;
    padding-bottom: 1rem;
    background: transparent;
}

.header-7 .btn-primary:hover,
.header-7 .btn-primary:focus,
.header-7 .btn-primary.focus,
.header-7 .btn-primary:not(:disabled):not(.disabled):active,
.header-7 .btn-primary:not(:disabled):not(.disabled).active,
.header-7 .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc6666;
    border-color: #cc6666;
    box-shadow: none;
}

.header-7 .top-menu:not(.top-link-menu) ul {
    min-width: 180px;
}

@media screen and (max-width: 575px) {

    .header-7 .cart-dropdown,
    .header-7 .compare-dropdown {
        padding-right: 1.4rem;
    }

    .header-7 .wishlist-link {
        margin-left: 1.4rem;
    }
}

@media screen and (max-width: 1079px) {
    .header.header-7 .header-search-extended {
        display: none;
    }
}

/* Header 8 */
.header-8 .header-top {
    font-weight: 400;
    font-size: 1.4rem;
    color: #f4e8dd;
    background-color: #FA523C;
    margin-bottom: 0;
}

.header-8 .header-top .container:after,
.header-8 .header-top .container-fluid:after {
    display: none;
}

.header-8 .header-top .header-dropdown > a:hover,
.header-8 .header-top .header-dropdown > a:focus,
.header-8 .header-top .top-menu > li > a:hover,
.header-8 .header-top .top-menu > li > a:focus {
    color: #fff;
}

.header-8 .header-menu {
    margin-top: 0;
}

.header-8 .header-menu ul a:not(:focus):not(:hover) {
    color: #666;
}

.header-8 .header-dropdown {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.header-8 .header-dropdown + .header-dropdown {
    margin-left: 2rem;
}

.header-8 .top-menu,
.header-8 .header-dropdown > a,
.header-8 .header-dropdown > span {
    text-transform: capitalize;
}

.header-8 .header-dropdown > a,
.header-8 .header-dropdown > span {
    padding-left: 2rem;
}

.header-8 .header-dropdown > a::after,
.header-8 .header-dropdown > span::after {
    font-size: 1rem;
    margin-top: -.5rem;
}

.header-8 .top-menu li + li {
    margin-right: 2.1rem;
}

.header-8 .header-middle {
    border-bottom: none;
    margin-bottom: 0;
}

.header-8 .main-nav {
    margin-right: 0;
    margin-left: 3rem;
}

.header-8 .menu > li > a {
    padding-top: 3.45rem;
    padding-bottom: 3.45rem;
}

.header-8 .header-search .form-control {
    background-color: #f4f4f4;
}

.header-8 .header-search .form-control::placeholder {
    font-style: italic;
}

.header-8 .header-search .header-search-wrapper {
    border-color: #f4f4f4;
}

.header-8 .cart-dropdown .dropdown-menu,
.header-8 .compare-dropdown .dropdown-menu,
.header-8 .menu ul,
.header-8 .menu .megamenu {
    margin-top: 0;
}

@media screen and (min-width: 992px) {

    .header-8 .header-top .top-menu a:hover,
    .header-8 .header-top .top-menu a:focus {
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
    .header-8 .top-menu ul a:not(:hover):not(:focus) {
        color: #666;
    }

    .header-8 .top-menu:not(.top-link-menu) ul {
        margin-top: 0;
    }

    .header-8 .top-menu:not(.top-link-menu) > li {
        padding-right: 2rem;
    }

    .header-8 .top-menu:not(.top-link-menu) > li::after {
        font-size: 1rem;
        margin-top: -.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .header-8 .header-search .header-search-wrapper {
        display: flex;
    }

    .header-8 .main-nav {
        margin-left: 26rem;
    }
}

/* Header 9 */
.header-9 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    background-color: transparent;
}

.header-9 .header-middle {
    border-bottom: none;
}

.header-9 .cart-dropdown,
.header-9 .compare-dropdown {
    padding-right: 2.3rem;
}

.header-9 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-9 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #fff;
}

.header-9 .cart-dropdown .dropdown-menu,
.header-9 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-9 .header-search .header-search-wrapper {
    border-color: #fff;
}

.header-9 .wishlist-link:not(:hover):not(:focus),
.header-9 .search-toggle:not(:hover):not(:focus):not(.active),
.header-9 .mobile-menu-toggler,
.header-9 .wishlist-link:not(:hover):not(:focus),
.header-9 .menu > li:not(:hover):not(.active):not(.show) > a,
.header-9 .mobile-menu-toggler {
    color: #fff;
}

.header-9 .logo {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.header-9 .main-nav {
    margin-left: 1rem;
}

.header-9 .menu ul,
.header-9 .menu .megamenu {
    margin-top: 0;
}

.header-9 .menu > li > a {
    padding-top: 2.85rem;
    padding-bottom: 2.85rem;
}

.header-9 .sticky-header.fixed {
    background-color: #333;
}

@media screen and (max-width: 575px) {

    .header-9 .cart-dropdown,
    .header-9 .compare-dropdown {
        padding-right: 1.4rem;
    }

    .header-9 .wishlist-link {
        margin-right: 1.4rem;
    }
}

/* Header 10 */
.header-10 {
    background-color: #fff;
}

.header-10 .header-top {
    font-size: 1.4rem;
    background-color: #fafafa;
    margin-bottom: 0;
}

.header-10 .header-top .container:after,
.header-10 .header-top .container-fluid:after {
    display: none;
}

.header-10 .header-menu {
    margin-top: 0;
}

.header-10 .header-dropdown {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.header-10 .header-dropdown + .header-dropdown {
    margin-right: 2rem;
}

.header-10 .header-dropdown > a,
.header-10 .header-dropdown > span {
    padding-left: 1.8rem;
}

.header-10 .header-dropdown > a:after,
.header-10 .header-dropdown > span:after {
    font-size: 1rem;
    margin-top: -.6rem;
}

.header-10 .top-menu {
    text-transform: capitalize;
}

.header-10 .top-menu li + li {
    margin-right: 2rem;
}

.header-10 .header-middle {
    border-bottom: none;
}

.header-10 .cart-dropdown,
.header-10 .compare-dropdown {
    padding-right: 1.4rem;
    padding-left: 0;
}

.header-10 .cart-dropdown .dropdown-menu,
.header-10 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-10 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-10 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-10 .mobile-menu-toggler,
.header-10 .search-toggle:not(:hover):not(:focus),
.header-10 .wishlist-link:not(:hover):not(:focus) {
    color: #333;
}

.header-10 .sticky-header {
    background-color: #f7f7f7;
}

.header-10 .mobile-menu-toggler {
    margin-right: 0;
}

.header-10 .header-search-extended {
    margin-right: 2.8rem;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.header-10 .header-search .header-search-wrapper {
    border-radius: .2rem;
    border-color: #FA523C;
}

.header-10 .header-search .btn {
    border-radius: 0 .2rem .2rem 0;
}

.header-10 .header-search .select-custom:before {
    right: auto;
    left: 0;
}

.header-10 .header-bottom {
    background-color: #333;
}

.header-10 .header-bottom .container {
    display: block;
}

.header-10 .header-bottom .col-lg-9 {
    position: static;
}

.header-10 .header-bottom .main-nav {
    margin-right: 5.2rem;
}

.header-10 .header-bottom .menu ul,
.header-10 .header-bottom .menu .megamenu {
    margin-top: 0;
}

.header-10 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
    color: #fff;
}

.header-10 .header-bottom .mobile-menu-toggler {
    color: #fff;
}

.header-10 .header-bottom .menu > li > a {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.header-10 .header-bottom .menu > li > a:before {
    background-color: #fff;
}

.header-10 .menu > li:hover > a,
.header-10 .menu > li.show > a,
.header-10 .menu > li.active > a {
    color: #fff;
}

.header-10 .category-dropdown .dropdown-toggle {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    padding: 1.45rem 5rem 1.45rem 2rem;
    background-color: #FA523C;
    min-width: 100%;
}

.header-10 .category-dropdown .dropdown-toggle:before {
    display: none;
}

.header-10 .category-dropdown .dropdown-toggle:after {
    position: absolute;
    left: 4rem;
    top: 70%;
    margin-top: -1.15rem;
    font-weight: normal;
    margin-left: 0;
    float: right
}

.header-10 .category-dropdown.show .dropdown-toggle:after {
    content: '\f131';
}

.header-10 .category-dropdown .dropdown-menu {
    box-shadow: none;
}

.header-10 .menu-vertical ul li > a {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.header-10 .menu-vertical .menu-title {
    color: #FA523C;
}

.header-10 .menu-vertical .menu-col {
    margin-top: 1.6rem;
}

@media screen and (max-width: 991px) {
    .header-10 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #dadada;
    }

    .header-10 .top-menu:not(.top-link-menu) ul {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .header-10 .header-search-extended {
        margin-right: 6.6rem;
    }
}

/* Header 11 */
.header-11 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    background-color: transparent;
}

.header-11 .header-middle {
    border-bottom-color: rgba(250, 250, 250, 0.2);
}

.header-11 .header-left,
.header-11 .header-right {
    flex: 1 1 0;
}

.header-11 .header-center {
    flex: 0 1 auto;
}

.header-11 .header-right {
    display: flex;
    justify-content: flex-end;
}

.header-11 .cart-dropdown,
.header-11 .compare-dropdown {
    padding-right: 2.3rem;
}

.header-11 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-11 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #fff;
}

.header-11 .cart-dropdown .dropdown-menu,
.header-11 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-11 .header-search .header-search-wrapper {
    border-color: #fff;
}

.header-11 .wishlist-link:not(:hover):not(:focus),
.header-11 .search-toggle:not(:hover):not(:focus):not(.active),
.header-11 .mobile-menu-toggler,
.header-11 .wishlist-link:not(:hover):not(:focus),
.header-11 .menu > li:not(:hover):not(.active):not(.show) > a,
.header-11 .mobile-menu-toggler {
    color: #fff;
}

.header-11 .logo {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.header-11 .main-nav {
    margin-right: 0;
}

.header-11 .menu > li:not(:last-child) {
    margin-left: 2rem;
}

.header-11 .menu > li > a {
    padding-top: 2.95rem;
    padding-bottom: 2.95rem;
    padding-right: 0;
}

.header-11 .sticky-header.fixed {
    background-color: #333;
}

.header-11 .mobile-menu-toggler {
    margin-right: 0;
}

@media screen and (max-width: 575px) {

    .header-11 .cart-dropdown,
    .header-11 .compare-dropdown {
        padding-right: 1.4rem;
    }

    .header-11 .wishlist-link {
        margin-right: 1.4rem;
    }
}

@media screen and (min-width: 1200px) {
    .header-11 .menu > li:not(:last-child) {
        margin-left: 3rem;
    }
}

/* Header 12 */
.header-12 .logo {
    margin-bottom: 2.5rem;
}

.header-12 .header-dropdown-link {
    display: flex;
    align-items: flex-end;
}

.header-12 .account,
.header-12 .wishlist,
.header-12 .compare-dropdown,
.header-12 .cart-dropdown {
    display: flex;
    align-self: stretch;
    align-items: initial;
}

.header-12 .account > a,
.header-12 .wishlist > a,
.header-12 .compare-dropdown > a,
.header-12 .cart-dropdown > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.header-12 div.icon {
    position: relative;
}

.header-12 .account a {
    font-size: 3rem;
    color: #333;
    line-height: 1;
}

.header-12 .wishlist a {
    font-size: 2.8rem;
    color: #333;
    line-height: 1;
}

.header-12 .cart-dropdown .cart-count,
.header-12 .wishlist .wishlist-count {
    min-width: 1.6rem;
    height: 1.6rem;
}

.header-12 .wishlist .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.header-12 .wishlist .wishlist-count {
    position: absolute;
    top: 0;
    left: -.5rem;
}

.header-12 .cart-dropdown .cart-count {
    position: absolute;
    top: 0;
    left: -.3rem;
}

.header-12 .cart-dropdown,
.header-12 .wishlist,
.header-12 .account {
    padding-left: 3rem;
}

.header-12 .cart-dropdown .dropdown-toggle,
.header-12 .wishlist .dropdown-toggle,
.header-12 .account .dropdown-toggle {
    color: #333;
}

.header-12 .cart-dropdown,
.header-12 .wishlist,
.header-12 .account {
    align-items: flex-end;
    padding-right: 3.4rem;
    padding-left: 0;
}

.header-12 .cart-dropdown > a p,
.header-12 .wishlist > a p,
.header-12 .account > a p {
    margin-top: .3rem;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0;
    transition: color .3s;
}

.header-12 .cart-dropdown:hover > a,
.header-12 .cart-dropdown:hover > a p,
.header-12 .cart-dropdown:focus > a,
.header-12 .cart-dropdown:focus > a p,
.header-12 .cart-dropdown.show > a,
.header-12 .cart-dropdown.show > a p,
.header-12 .wishlist:hover > a,
.header-12 .wishlist:hover > a p,
.header-12 .wishlist:focus > a,
.header-12 .wishlist:focus > a p,
.header-12 .wishlist.show > a,
.header-12 .wishlist.show > a p,
.header-12 .account:hover > a,
.header-12 .account:hover > a p,
.header-12 .account:focus > a,
.header-12 .account:focus > a p,
.header-12 .account.show > a,
.header-12 .account.show > a p {
    color: #1cc0a0;
}

.header-12 .wishlist {
    padding-right: 3rem;
    padding-left: 0;
}

.header-12 .dropdown.category-dropdown .dropdown-toggle {
    min-width: 264px;
    position: relative;
    color: #fff;
    background-color: #1cc0a0;
    padding-right: 5.6rem;
    padding-left: 3rem;
}

.header-12 .dropdown.category-dropdown .dropdown-toggle:after {
    margin-left: 0;
    position: absolute;
    right: -5rem;
    top: 70%;
    margin-top: -1.1rem;
}

.header-12 .dropdown.category-dropdown .dropdown-toggle:before {
    display: block;
    height: auto;
    content: '';
    font-family: 'molla';
    content: '\f110';
    position: absolute;
    right: auto;
    left: 1.8rem;;
    top: 50%;
    font-size: 1rem;
    line-height: 1;
    margin-top: -.5rem;
}

.header-12 .dropdown.category-dropdown.show .dropdown-toggle:before {
    content: '\e801';
}

.header-12 .header-dropdown > a,
.header-12 .header-dropdown > span {
    text-transform: none;
}

.header-12 .top-menu {
    text-transform: none;
}

.header-12 .header-menu ul {
    display: block;
}

.header-12 .header-dropdown {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.header-12 .header-top {
    font-size: 1.4rem;
}

.header-12 .header-top .header-left {
    letter-spacing: -.01em;
}

.header-12 .header-top .header-left i {
    margin-left: .8rem;
}

.header-12 .header-top .top-menu li + li {
    margin-right: 0;
}

.header-12 .header-top .dropdown-links > li + li {
    margin-right: 4rem;
}

.header-12 .header-middle {
    border-bottom: none;
}

.header-12 .header-bottom .container {
    position: relative;
}

.header-12 .header-bottom .container::after {
    content: '';
    position: absolute;
    top: 1.8rem;
    bottom: 1.8rem;
    width: .1rem;
    background-color: #ccc;
    left: 0%;
}

.header-12 .header-bottom .menu > li + li {
    margin-right: 2.8rem;
}

.header-12 .header-bottom .menu > li > a {
    padding: 1.55rem 1rem 1.55rem 3rem;
}

.header-12 .header-bottom .menu > li > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: -.5rem;
    width: unset;
    bottom: 0;
    height: .1rem;
    background-color: #1cc0a0;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
}

.header-12 .header-bottom .menu > li:hover > a,
.header-12 .header-bottom .menu > li:focus > a,
.header-12 .header-bottom .menu > li.active > a {
    color: #1cc0a0;
}

.header-12 .header-bottom .menu > li:hover > a::before,
.header-12 .header-bottom .menu > li:focus > a::before,
.header-12 .header-bottom .menu > li.active > a::before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.header-12 .header-bottom .header-right {
    margin-right: 2rem;
}

.header-12 .header-bottom .header-right i {
    font-size: 1.6rem;
    color: #fff;
}

.header-12 .header-bottom .header-right p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -.01em;
    color: #fff;
    text-transform: none;
    padding-right: 1.5rem;
    margin-left: 4rem;
}

.header-12 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
    color: #fff;
}

.header-12 .sticky-header.fixed {
    background-color: #333;
}

.header-12 .header-search-extended #cat,
.header-12 .header-search-extended .form-control {
    background-color: #f8f8f8;
}

.header-12 .header-search-extended .form-control {
    padding-left: 2rem;
}

.header-12 .header-search-extended .select-custom {
    flex: 0 0 213px;
    max-width: 213px;
}

@media screen and (min-width: 1600px) {
    .header-12 .header-search-extended {
        margin-right: 7rem;
    }

    .header-12 .header-search .search-wrapper-wide {
        width: 832px;
    }

    .header-12 .header-search-extended {
        max-width: 832px;
    }
}

@media screen and (max-width: 991px) {
    .header-12 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #dadada;
    }
}

@media screen and (min-width: 1200px) {
    .header-12 .header-text {
        display: block;
    }
}

@media screen and (max-width: 1279px) {
    .header-12 .header-bottom .menu > li + li {
        margin-left: .5rem;
    }

    .header-12 .header-bottom .container::after {
        visibility: hidden;
    }
}

@media screen and (max-width: 1140px) {
    .header-12 .header-bottom .header-right {
        margin-left: 0;
    }

    .header-12 .header-bottom .header-right p {
        font-size: 1.3rem;
        margin-right: 1rem;
    }

    .header-12 .header-bottom .menu > li > a {
        font-size: 1.3rem;
    }

    .header-12 .dropdown.category-dropdown .dropdown-toggle {
        font-size: 1.3rem;
        min-width: 150px;
        padding-left: 5rem;
    }

    .header-12 .dropdown.category-dropdown .dropdown-toggle::before {
        right: 1rem;
    }
}

@media screen and (max-width: 395px) {

    .header-12 .wishlist,
    .header-12 .account {
        display: none;
    }
}

/* Header 13 */
.header-13 {
    background-color: #fff;
}

.header-13 .header-top {
    font-weight: 300;
    font-size: 1.3rem;
}

.header-13 .header-dropdown {
    padding-top: .85rem;
    padding-bottom: .85rem;
}

.header-13 .header-dropdown + .header-dropdown {
    margin-left: 2rem;
}

.header-13 .header-dropdown > a,
.header-13 .header-dropdown > span {
    padding-right: 1.8rem;
}

.header-13 .header-dropdown > a:after,
.header-13 .header-dropdown > span:after {
    font-size: 1rem;
    margin-top: -.6rem;
}

.header-13 .top-menu {
    text-transform: uppercase;
}

.header-13 .top-menu li + li {
    margin-left: 3rem;
}

.header-13 .header-middle {
    border-bottom: none;
}

.header-13 .cart-dropdown,
.header-13 .compare-dropdown {
    padding-left: 1.4rem;
}

.header-13 .cart-dropdown .dropdown-menu,
.header-13 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-13 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-13 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-13 .mobile-menu-toggler,
.header-13 .search-toggle:not(:hover):not(:focus),
.header-13 .wishlist-link:not(:hover):not(:focus) {
    color: #666;
}

.header-13 .mobile-menu-toggler {
    margin-right: 0;
}

.header-13 .header-search-extended {
    margin-right: 2.1rem;
}

.header-13 .header-search .header-search-wrapper {
    border-radius: .3rem;
    border-color: #ebebeb;
}

.header-13 .header-search .btn {
    border-radius: 0 .3rem .3rem 0;
}

.header-13 .header-bottom {
    color: #fff;
    background-color: #333;
}

.header-13 .header-bottom .menu ul,
.header-13 .header-bottom .menu .megamenu {
    margin-top: 0;
}

.header-13 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
    color: #ccc;
}

.header-13 .header-bottom .menu > li.active > a,
.header-13 .header-bottom .menu > li.show > a {
    color: #fff;
}

.header-13 .header-bottom .mobile-menu-toggler {
    color: #fff;
}

.header-13 .header-bottom .menu > li > a {
    padding-left: 0;
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
}

.header-13 .header-bottom .menu > li > a:hover,
.header-13 .header-bottom .menu > li > a:focus {
    color: #fff;
}

.header-13 .main-nav {
    margin-left: 2rem;
}

.header-13 .menu > li > a:before {
    display: none;
}

.header-13 .fixed .menu .megamenu {
    left: 0;
    right: 0;
}

.header-13 .dropdown.category-dropdown .dropdown-toggle {
    min-width: 264px;
    position: relative;
    color: #fff;
    background-color: #FA523C;
    padding-left: 5.6rem;
    padding-right: 3rem;
}

.header-13 .dropdown.category-dropdown .dropdown-toggle:after {
    margin-left: 0;
    position: absolute;
    left: 1.8rem;
    top: 50%;
    margin-top: -1.1rem;
}

.header-13 .dropdown.category-dropdown.show .dropdown-toggle:before {
    content: '\e801';
}

.header-13 .header-text {
    color: #ccc;
    display: none;
}

.header-13 .header-text i {
    margin-right: 1.4rem;
}

.header-13 .sticky-header.fixed {
    left: auto;
    right: auto;
}

@media screen and (max-width: 991px) {
    .header-13 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #dadada;
    }
}

@media screen and (min-width: 992px) {
    .header-13 .sticky-header.fixed {
        width: 930px;
    }
}

@media screen and (min-width: 1200px) {
    .header-13 .header-text {
        display: block;
    }

    .header-13 .sticky-header.fixed {
        width: 1110px;
    }

    .header-13 .header-search-extended {
        margin-right: 11rem;
    }
}

@media screen and (min-width: 1280px) {
    .header-13 .sticky-header.fixed {
        width: 1170px;
    }

    .header-13 .header-search-extended {
        margin-right: 17rem;
    }
}

/* Header 14 */
.header-14 {
    background-color: #fff;
}

.header-14 .header-top {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.header-14 .header-top .header-left {
    font-weight: 400;
    letter-spacing: -.01em;
}

.header-14 .header-top .header-left i {
    margin-left: 1rem;
    font-size: 1.6rem;
}

.header-14 .header-middle .container,
.header-14 .header-middle .container-fluid,
.header-14 .header-bottom .container,
.header-14 .header-bottom .container-fluid {
    display: block;
}

.header-14 .header-bottom .container::after,
.header-14 .header-bottom .container-fluid::after {
    content: '';
    position: absolute;
    top: 1.95rem;
    bottom: 1.95rem;
    left: 16%;
    width: .1rem;
    background-color: #fff;
}

.header-14 .header-dropdown {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.header-14 .header-dropdown + .header-dropdown {
    margin-left: 2rem;
}

.header-14 .header-dropdown > a,
.header-14 .header-dropdown > span {
    padding-left: 1.8rem;
    text-transform: none;
}

.header-14 .header-dropdown > a:after,
.header-14 .header-dropdown > span:after {
    font-size: 1rem;
    margin-top: -.6rem;
}

.header-14 .login {
    text-transform: none;
}

.header-14 .top-menu {
    text-transform: uppercase;
}

.header-14 .top-menu ul {
    display: block;
}

.header-14 .top-menu .menus {
    display: flex;
    align-items: center;
}

.header-14 .top-menu .menus > li + li {
    margin-right: 4rem;
    margin-left: 0;
}

.header-14 .top-menu li + li {
    margin-right: 0;
}

.header-14 .header-middle {
    border-bottom: none;
}

.header-14 .cart-dropdown,
.header-14 .compare-dropdown {
    padding-right: 0;
}

.header-14 .cart-dropdown .dropdown-menu,
.header-14 .compare-dropdown .dropdown-menu {
    margin-top: 0;
}

.header-14 .cart-dropdown:hover .dropdown-toggle,
.header-14 .cart-dropdown.show .dropdown-toggle,
.header-14 .compare-dropdown:hover .dropdown-toggle,
.header-14 .compare-dropdown.show .dropdown-toggle {
    color: #fcb941;
}

.header-14 .mobile-menu-toggler {
    margin-right: 0;
    color: #333;
}

.header-14 .header-search-extended {
    margin-right: 0;
    max-width: 100%;
    margin-top: 2.05rem;
    margin-bottom: 2.05rem;
}

.header-14 .header-search .header-search-wrapper {
    border-radius: .3rem;
    border-color: #FA523C;
}

.header-14 .header-search .search-wrapper-wide {
    width: 100%;
}

.header-14 .header-search .btn {
    border-radius: 0 .3rem .3rem 0;
}

.header-14 .header-bottom {
    color: #fff;
    background-color: #333;
}

.header-14 .header-bottom .menu ul,
.header-14 .header-bottom .menu .megamenu {
    margin-top: 0;
}

.header-14 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
    color: #fff;
}

.header-14 .header-bottom .menu > li > a {
    padding-left: 0;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.header-14 .header-bottom .menu > li > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: -.5rem;
    width: unset;
    bottom: 0;
    height: .1rem;
    background-color: #fcb941;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
}

.header-14 .header-bottom .menu > li:hover > a::before,
.header-14 .header-bottom .menu > li:focus > a::before,
.header-14 .header-bottom .menu > li.active > a::before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.header-14 .header-bottom .menu > li > .sf-with-ul {
    padding-right: 1rem;
    padding-left: 2.5rem;
}

.header-14 .main-nav {
    margin-left: 0;
}

.header-14 .menu > li > a:before {
    display: none;
}

.header-14 .dropdown.category-dropdown .dropdown-toggle {
    min-width: 0;
    width: 100%;
    position: relative;
    color: #333 !important;
    background-color: #FA523C;
    font-size: 1.6rem;
    text-transform: capitalize;
    padding: 1.45rem 5rem 1.45rem 1rem;
}

.header-14 .dropdown.category-dropdown .dropdown-toggle:before {
    display: none;
}

.header-14 .dropdown.category-dropdown .dropdown-toggle:after {
    margin-left: 0;
    position: absolute;
    right: -5.6rem;
    line-height: 1;
    top: 50%;
    font-size: 2.2rem;
    margin-top: -1.2rem;
}

.header-14 .dropdown.category-dropdown .dropdown-menu {
    box-shadow: none;
}

.header-14 .dropdown.category-dropdown.show .dropdown-toggle::after {
    content: '\f131';
}

.header-14 .menu-vertical ul li > a {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.header-14 .menu-vertical > li:not(:last-child) > a {
    border-bottom: none;
}

.header-14 .menu-vertical > li > a {
    font-weight: 400;
    padding-bottom: .95rem;
    padding-right: .5rem;
}

.header-14 .menu-vertical > li:not(:hover):not(.show):not(.active) > a {
    color: #333;
}

.header-14 .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
    min-height: 0;
}

.header-14 .menu-vertical i {
    font-size: 1.4rem;
    display: inline-flex;
    justify-content: center;
    margin-left: 1rem;
}

.header-14 .menu-vertical .sf-with-ul::after {
    left: 1.3rem;
}

.header-14 .menu-brands.menu-col {
    padding-bottom: 2rem;
}

.header-14 .header-bottom .header-left .category-dropdown {
    width: 100%;
}

.header-14 .header-bottom .header-center {
    display: flex;
    justify-content: center;
}

.header-14 .header-bottom .header-center .main-nav {
    margin-left: 0;
}

.header-14 .header-bottom .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 5rem;
}

.header-14 .header-bottom .header-right p {
    font-weight: 500;
    letter-spacing: -.01em;
    color: #fff;
}

.header-14 .header-bottom .header-right i {
    font-size: 1.6rem;
    margin-left: 1.5rem;
    color: #fcb941;
}

.header-14 .header-dropdown-link {
    display: flex;
    align-items: flex-end;
}

.header-14 .wishlist-link {
    position: relative;
    flex-direction: column;
    font-size: 2.8rem;
    color: #333;
}

.header-14 .wishlist-link .wishlist-count {
    left: 0;
    top: -.5rem;
}

.header-14 .wishlist-link:hover .wishlist-txt,
.header-14 .wishlist-link:focus .wishlist-txt {
    color: #fcb941;
}

.header-14 .compare-dropdown {
    padding-right: 2.4rem;
}

.header-14 .compare-dropdown .dropdown-toggle {
    font-size: 3rem;
}

.header-14 .compare-dropdown:hover .compare-txt,
.header-14 .compare-dropdown:focus .compare-txt {
    color: #fcb941;
}

.header-14 .cart-dropdown {
    font-size: 3.2rem;
    margin-right: 3.4rem;
    align-items: flex-end;
}

.header-14 .cart-dropdown .cart-count {
    top: -.3rem;
    left: -.3rem;
}

.header-14 .cart-dropdown:hover .cart-txt,
.header-14 .cart-dropdown:focus .cart-txt {
    color: #fcb941;
}

.header-14 .compare-dropdown [class*='count'],
.header-14 .cart-dropdown [class*='count'],
.header-14 .wishlist-link [class*='count'] {
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
}

.header-14 .compare-dropdown .dropdown-toggle,
.header-14 .cart-dropdown .dropdown-toggle,
.header-14 .wishlist-link .dropdown-toggle {
    position: relative;
    flex-direction: column;
}

.header-14 .wishlist-txt,
.header-14 .cart-txt,
.header-14 .compare-txt {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0;
    color: #777;
    margin-top: .3rem;
    transition: all .3s;
}

.header-14 .select-custom::before {
    left: 0;
    right: unset;
    background-color: #dadada;
}

@media screen and (max-width: 991px) {
    .header-14 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #dadada;
    }

    .header-14 .header-middle-right {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 768px) {
    .header-14 .header-middle .header-right {
        max-width: 84%;
    }
}

@media screen and (min-width: 1200px) {
    .header-14 .main-nav {
        margin-left: 2rem;
    }
}

@media screen and (min-width: 1600px) {
    .header-14 .container-fluid .megamenu-container {
        position: static;
    }

    .header-14 .main-nav {
        margin-left: 3rem;
    }

    .header-14 .header-bottom .menu > li + li {
        margin-left: 3rem;
    }
}

@media screen and (max-width: 1500px) {
    .header-14 .header-bottom .col-lg-9 {
        position: static;
    }

    .header-14 .menu .megamenu {
        left: 3rem;
        right: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    .header-14 .menu .megamenu {
        left: 1.5rem;
        right: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    .header-14 .top-menu .menus {
        display: block;
    }
}

@media screen and (max-width: 1700px) {

    .header-14 .header-bottom .container::after,
    .header-14 .header-bottom .container-fluid::after {
        left: 22%;
    }
}

@media screen and (max-width: 1200px) {
    .header-14 .header-bottom .header-right {
        padding-left: 1rem;
    }

    .header-14 .header-bottom .menu > li > a {
        font-size: 1.3rem;
    }

    .header-14 .header-bottom .menu > li + li {
        margin-left: 0;
    }
}

/* Header 6 */
.header-25 .social-icons {
    margin-left: 3.3rem;
}

.header-25 .social-icons a {
    font-size: 1.3rem;
    font-weight: 500;
    color: #b6b9bc;
}

.header-25 .social-icons-color .social-icon:not(:last-child) {
    margin-left: 2.1rem;
}

.header-25 .top-menu {
    text-transform: none;
}

.header-25 .top-menu i {
    margin-right: .5rem;
    font-size: 1.6rem;
}

.header-25 .top-menu li + li {
    margin-right: 1.7rem;
}

.header-25 .account-links {
    margin-left: 1.3rem;
    padding-top: .55rem;
    padding-bottom: .55rem;
}

.header-25 .header-dropdown {
    padding-top: .55rem;
    padding-bottom: .55rem;
}

.header-25 .header-dropdown > a,
.header-25 .header-dropdown > span {
    padding-left: 2.7rem;
    font-weight: 400;
    text-transform: initial;
}

.header-25 .header-menu {
    margin-top: 0;
    font-size: 1.3rem;
}

.header-25 .header-middle {
    margin-bottom: .1rem;
    line-height: 1.5;
    border-bottom: none;
    min-height: 84px;
}

.header-25 .header-middle .header-left {
    flex: 1 1 0;
    -ms-flex: 1;
}

.header-25 .header-middle .header-center {
    flex: 0 1 auto;
}

.header-25 .header-middle .header-center p {
    font-size: 1.1rem;
    letter-spacing: .3em;
}

.header-25 .header-middle .header-right {
    flex: 1 1 0;
    -ms-flex: 1;
    justify-content: flex-end;
}

.header-25 .header-middle .wishlist-link {
    color: #333;
    margin-left: 0;
}

.header-25 .header-middle .wishlist-link:hover,
.header-25 .header-middle .wishlist-link:focus {
    color: #FA523C;
}

.header-25 .header-middle .btn {
    letter-spacing: 0;
}

.header-25 .header-middle .btn-primary:hover,
.header-25 .header-middle .btn-primary:focus,
.header-25 .header-middle .btn-primary:not(:disabled):not(.disabled):active {
    color: #666;
    background-color: transparent;
    border: transparent;
}

.header-25 .header-middle .header-right .btn-primary:hover {
    background-color: #a6c76c;
    border-color: #a6c76c;
}

.header-25 .header-bottom {
    background-color: #222;
}

.header-25 .header-bottom .menu > li + li {
    margin-left: .6rem;
}

.header-25 .header-bottom .menu > li > a {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
    letter-spacing: .05em;
    font-weight: 600;
    color: #fff;
}

.header-25 .header-bottom .menu > li > a:before {
    bottom: 1rem;
}

.header-25 .header-bottom .header-right i {
    font-size: 1.7rem;
    margin-left: 1.6rem;
    color: #FA523C;
}

.header-25 .header-bottom .header-right p {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .03em;
}

.header-25 .logo {
    margin-top: 2.5rem;
    margin-bottom: 1.7rem;
}

.header-25 .header-search-extended {
    margin-top: 2.2rem;
    margin-bottom: 1.8rem;
}

.header-25 .header-search-extended .form-control {
    padding: 1.4rem 2.4rem 1.2rem 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #222;
    border-radius: 0;
    outline: none;
}

.header-25 .header-search-extended .form-control::placeholder {
    color: #222;
}

.header-25 .header-search-extended .btn {
    padding-left: 1rem;
    background-color: transparent;
    color: #666;
    font-size: 2.6rem;
    max-width: 2.5rem;
    z-index: 1;
}

.header-25 .header-search .search-wrapper-wide {
    width: 270px;
    border: none;
}

.header-25 .wishlist-txt,
.header-25 .cart-txt {
    margin-right: .7rem;
    margin-top: -.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;
    transition: all .3s;
}

.header-25 .cart-txt {
    font-weight: 600;
}

.header-25 .wishlist-link .wishlist-count,
.header-25 .cart-dropdown .cart-count {
    margin-bottom: 1.5rem;
    margin-right: -1.4rem;
    min-width: 1.6rem;
    height: 1.6rem;
}

.header-25 .wishlist-link {
    font-size: 2.8rem;
}

.header-25 .wishlist-link i {
    margin-top: 2px;
}

.header-25 .wishlist-link:hover .wishlist-txt,
.header-25 .wishlist-link:focus .wishlist-txt {
    color: #FA523C;
}

.header-25 .cart-dropdown {
    padding-right: 2.7rem;
}

.header-25 .cart-dropdown:hover .cart-txt,
.header-25 .cart-dropdown:focus .cart-txt {
    color: #FA523C;
}

.header-25 .menu.sf-arrows > li > .sf-with-ul:after {
    left: 1.2rem !important;
    font-weight: 300;
    letter-spacing: -.01em;
}

@media screen and (max-width: 991px) {
    .header-25 .header-menu {
        top: 0;
    }

    .header-25 .sticky-header {
        display: flex;
    }
}

@media screen and (max-width: 340px) {
    .wishlist-link {
        display: flex !important;
    }

    .wishlist-link .wishlist-txt {
        display: none;
    }
}

.header-26 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 999;
}

.header-26 .header-top {
    border-bottom: .1rem solid #f1f1f1;
    color: #999;
}

.header-26 .header-top .container:after {
    display: none;
}

.header-26 .header-dropdown {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.header-26 .header-middle {
    border-bottom: none;
}

.header-26 .header-middle .header-left {
    flex: 1 1 0;
    -ms-flex: 1;
    max-width: none;
}

.header-26 .header-middle .header-center {
    flex: 0 1 auto;
    max-width: calc((61%) - 22px);
    width: calc((61%) - 22px);
}

.header-26 .header-middle .header-right {
    flex: 1 1 0;
    -ms-flex: 1;
    justify-content: flex-end;
}

.header-26 .logo {
    margin-top: 2.85rem;
    margin-bottom: 3.45rem;
}

.header-26 .header-search {
    width: 100%;
}

.header-26 .header-search .header-search-wrapper {
    border-color: #61ab00;
    border-radius: 3px;
}

.header-26 .header-search .search-wrapper-wide {
    width: 100%;
}

.header-26 .header-search select,
.header-26 .header-search .form-control {
    height: 4.4rem;
}

.header-26 .header-search .form-control {
    padding: .9rem 2rem .9rem 0.5rem;
}

.header-26 .header-search .select-custom:before {
    right: auto;
    left: 0;
}

.header-26 .header-search .btn {
    height: 4.6rem;
    max-width: 70px;
    flex: 0 0 70px;
    font-size: 2rem;
}

.header-26 .header-middle .header-right p {
    margin-top: .1rem;
}

.header-26 .header-dropdown-link {
    padding-top: .5rem;
}

.header-26 .cart-dropdown {
    padding-right: 3.6rem;
    padding-left: .4rem;
}

.header-26 .wishlist {
    padding-right: 2.6rem;
}

.header-26 .compare-dropdown .dropdown-toggle {
    font-size: 3rem;
}

.header-26 .header-bottom .header-right i {
    margin-left: 1.8rem;
}

.header-26 .header-bottom .header-right p {
    font-weight: 600;
}

.header-26 .header-bottom .container:after {
    left: 27.5rem;
}

.header-26 .header-top {
    font-size: 1.4rem;
}

.header-26 .header-top .header-left {
    letter-spacing: -.01em;
}

.header-26 .header-top .header-left i {
    margin-left: .8rem;
}

.header-26 .header-top .top-menu li + li {
    margin-right: 4rem;
}

.header-26 .header-dropdown-link {
    display: flex;
}

.header-26 .menu > li > a:before {
    height: .2rem !important;
    top: auto !important;
    bottom: 0 !important;
}

.header-26 .header-bottom .container::before {
    display: none;
}

.header-26 .menu > li > a {
    text-transform: uppercase !important;
    font-weight: 600;
}

.header-26 .menu > li > a:before {
    background-color: #333 !important;
}

.header-26 .menu li:hover > a,
.header-26 .menu li.show > a,
.header-26 .menu li.active > a {
    color: #333 !important;
}

@media screen and (max-width: 991px) {
    .top-menu:not(.top-link-menu) ul {
        min-width: 150px;
    }
}

@media screen and (max-width: 479px) {
    .header-26 .wishlist {
        padding-right: 1rem;
    }

    .header-26 .cart-dropdown {
        padding-right: 1rem;
    }
}

/* Skin structure */
::-moz-selection {
    background-color: #FA523C;
}

::selection {
    background-color: #FA523C;
}

.bg-primary {
    background-color: #FA523C !important;
}

.bg-secondary {
    background-color: #222 !important;
}

a {
    color: #FA523C;
}

a:hover,
a:focus {
    color: #bf8040;
}

.link-underline {
    box-shadow: 0 1px 0 0 #FA523C;
}

.text-primary {
    color: #FA523C !important;
}

.text-secondary {
    color: #222 !important;
}

/* Elements */
.alert-primary {
    background-color: #FA523C;
}

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
    background-color: #FA523C;
}

.header-3 .header-search-extended .btn,
.header-4 .header-search-extended .btn {
    background-color: transparent;
    color: #333;
}

.header-3 .header-search-extended .btn:hover,
.header-3 .header-search-extended .btn:focus,
.header-4 .header-search-extended .btn:hover,
.header-4 .header-search-extended .btn:focus {
    color: #FA523C;
}

.btn-video {
    color: #FA523C;
}

.btn-video:hover,
.btn-video:focus {
    background-color: #222;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: #FA523C;
}

.btn-link {
    color: #FA523C;
}

.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
    color: #FA523C;
    border-color: #FA523C;
}

/* generated with mixins */
.btn-primary {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.btn-secondary {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.btn-white {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-2 {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white-2:hover,
.btn-white-2:focus,
.btn-white-2.focus,
.btn-white-2:not(:disabled):not(.disabled):active,
.btn-white-2:not(:disabled):not(.disabled).active,
.show > .btn-white-2.dropdown-toggle {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: none;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary-white {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active,
.show > .btn-primary-white.dropdown-toggle {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-primary-white.disabled,
.btn-primary-white:disabled {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.btn-white-primary {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary.focus,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active,
.show > .btn-white-primary.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-white-primary.disabled,
.btn-white-primary:disabled {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333;
    box-shadow: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-outline {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show > .btn-outline.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn-outline.disabled,
.btn-outline:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-primary {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-primary-2 {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-dark {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-dark-2 {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-dark-2:hover,
.btn-outline-dark-2:focus,
.btn-outline-dark-2.focus,
.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-2.dropdown-toggle {
    color: #FA523C;
    background-color: #fafafa;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-dark-2.disabled,
.btn-outline-dark-2:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-dark-3 {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3.focus,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-3.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-darker {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-darker:hover,
.btn-outline-darker:focus,
.btn-outline-darker.focus,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-gray {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #959595;
    box-shadow: none;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray.focus,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-lightgray {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-lightgray:hover,
.btn-outline-lightgray:focus,
.btn-outline-lightgray.focus,
.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightgray.dropdown-toggle {
    color: #FA523C;
    background-color: #f5f6f9;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white-2 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-2:hover,
.btn-outline-white-2:focus,
.btn-outline-white-2.focus,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-2.dropdown-toggle {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: none;
}

.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white-4 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-4:hover,
.btn-outline-white-4:focus,
.btn-outline-white-4.focus,
.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-outline-white-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-4.dropdown-toggle {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-4.disabled,
.btn-outline-white-4:disabled {
    color: #fff;
    background-color: transparent;
}

.newsletter-popup-container .input-group .btn:hover,
.newsletter-popup-container .input-group .btn:focus {
    background-color: #FA523C;
}

.bg-image .btn-link-dark:hover,
.bg-image .btn-link-dark:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.bg-image .btn-outline-primary:hover,
.bg-image .btn-outline-primary:focus,
.bg-image .btn-outline-primary.focus,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-image .btn-outline-primary.dropdown-toggle {
    background-color: #FA523C;
    border-color: #FA523C;
}

.bg-image .btn-outline-dark:hover,
.bg-image .btn-outline-dark:focus,
.bg-image .btn-outline-dark.focus,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-image .btn-outline-dark.dropdown-toggle {
    color: #FA523C;
}

.card-title a {
    color: #FA523C;
}

.card-title a:before {
    color: #FA523C;
}

.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
    color: #FA523C;
}

.count-wrapper {
    color: #FA523C;
}

.feature-box i {
    color: #FA523C;
}

.feature-box-simple i {
    color: #FA523C;
}

.form-control:focus {
    border-color: #FA523C;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #FA523C;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FA523C;
}

.icon-box-icon {
    color: #FA523C;
}

.icon-box-circle .icon-box-icon {
    background-color: #FA523C;
}

.instagram-feed-content a:hover,
.instagram-feed-content a:focus {
    color: #FA523C;
}

.close:hover,
.close:focus {
    color: #FA523C;
}

.page-header h1 span {
    color: #FA523C;
}

.page-link:hover,
.page-link:focus {
    color: #FA523C;
}

.page-item.active .page-link {
    color: #FA523C;
}

.social-icon:hover,
.social-icon:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.testimonial-icon:before {
    color: #FA523C;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
    color: #FA523C;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
    color: #FA523C;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
    color: #FA523C;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.nav.nav-border-anim .nav-link:before {
    background-color: #FA523C;
}

.title-link:hover,
.title-link:focus {
    box-shadow: 0 1px 0 0 #FA523C;
}

.product-countdown.countdown-primary .countdown-amount {
    color: #FA523C;
}

.product-title a:hover,
.product-title a:focus {
    color: #FA523C;
}

.product-price {
    color: #FA523C;
}

.product-label.label-primary {
    background-color: #FA523C;
}

.product-label.label-secondary {
    background-color: #222;
}

.product-label-text {
    color: #FA523C;
}

.ratings-primary .ratings-val {
    color: #FA523C;
}

.ratings-text a:hover,
.ratings-text a:focus {
    color: #FA523C;
}

.btn-product {
    color: #FA523C;
}

.btn-product:hover span,
.btn-product:focus span {
    color: #FA523C;
    box-shadow: 0 1px 0 0 #FA523C;
    text-decoration: none !important;
}

.btn-product-icon {
    color: #FA523C;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
    background-color: #FA523C;
}

.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
    color: #FA523C;
}

.btn-expandable span {
    background-color: #FA523C;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
    background-color: #222;
}

.product.product-5 .btn-product {
    color: #FA523C;
}

.product.product-5 .btn-product:hover,
.product.product-5 .btn-product:focus {
    background-color: #FA523C;
}

.product.product-7 .btn-product {
    color: #FA523C;
}

.product.product-7 .btn-product span {
    color: #FA523C;
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
    background-color: #FA523C;
    border-bottom-color: #FA523C;
}

.product.product-8 .new-price {
    color: #FA523C;
}

.product.product-8 .btn-product:before {
    color: #FA523C;
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
    background-color: #FA523C;
}

.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
    color: #FA523C;
}

.product.product-list .btn-product.btn-cart {
    color: #FA523C;
    border-color: #FA523C;
}

.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
    background-color: #FA523C;
}

/* Footers */
.footer a:hover,
.footer a:focus {
    color: #FA523C;
}

.footer-dark.footer-2 .widget-about-title {
    color: #FA523C;
}

/* Headers */
.header-top a:hover,
.header-top a:focus {
    color: #FA523C;
}

.top-menu span {
    color: #FA523C;
}

.header-menu a:hover,
.header-menu a:focus {
    color: #FA523C;
}

.account a:hover,
.account a:focus {
    color: #FA523C;
}

.wishlist a:hover,
.wishlist a:focus {
    color: #FA523C;
}

.wishlist a .wishlist-count {
    background-color: #FA523C;
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
    color: #FA523C;
}

.compare-product-title a:hover,
.compare-product-title a:focus {
    color: #FA523C;
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
    color: #FA523C;
}

.cart-dropdown .cart-count {
    background-color: #FA523C;
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
    color: #FA523C;
}

.wishlist-link .wishlist-count {
    background-color: #FA523C;
}

.wishlist-link:hover,
.wishlist-link:focus {
    color: #FA523C;
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
    color: #FA523C;
}

/* Menu */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
    color: #FA523C;
}

.demo-item a:hover,
.demo-item a:focus {
    color: #FA523C;
}

.tip {
    background-color: #FA523C;
}

.header-bottom .menu > li > a:before {
    background-color: #FA523C;
}

.category-dropdown .dropdown-toggle:before {
    background-color: #FA523C;
}

.category-dropdown .dropdown-toggle:hover,
.category-dropdown .dropdown-toggle:focus {
    color: #fff;
    background-color: #FA523C;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
    background-color: #FA523C;
}

.category-dropdown.show .dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
}

.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
    color: #FA523C;
}

/* Vertical Menu */
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
    color: #FA523C;
}

.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
    color: #FA523C;
}

.mobile-menu-close:hover,
.mobile-menu-close:focus {
    color: #FA523C;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #FA523C;
}

.mobile-menu li.open > a,
.mobile-menu li.active > a {
    color: #FA523C;
}

.mmenu-btn:hover,
.mmenu-btn:focus {
    color: #FA523C;
}

.mobile-search .form-control:focus {
    border-color: #FA523C;
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
    color: #FA523C;
}

.mobile-menu-light .mobile-menu li.open > a,
.mobile-menu-light .mobile-menu li.active > a {
    color: #FA523C;
}

.mobile-menu-light .mobile-search .form-control:focus {
    border-color: #FA523C;
}

/* Header 4 */
.header-4 .header-search .header-search-wrapper {
    border-color: #FA523C;
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: #FA523C;
}

@media screen and (max-width: 991px) {
    .header-4 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #FA523C;
    }
}

/* Header 6 */
.header-6 .header-middle a:hover,
.header-6 .header-middle a:focus {
    color: #FA523C;
}

.header-8 .header-top {
    color: #f4e8dd;
    background-color: #FA523C;
}

/* Header 10 */
.header-10 .header-search .header-search-wrapper {
    border-color: #FA523C;
}

.header-10 .category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

.header-10 .menu-vertical .menu-title {
    color: #FA523C;
}

/* Header 12 */
.header-12 .dropdown.category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

/* Header 13 */
.header-13 .dropdown.category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

/* Header 14 */
.header-14 .header-search .header-search-wrapper {
    border-color: #FA523C;
}

.header-14 .dropdown.category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

/* Pages */
.entry-video a:hover:after,
.entry-video a:focus:after {
    color: #FA523C;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #FA523C;
}

.entry-cats a:hover,
.entry-cats a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.read-more:hover,
.read-more:focus {
    box-shadow: 0 1px 0 0 #FA523C;
}

.menu-cat a:hover,
.menu-cat a:focus {
    color: #FA523C;
}

.menu-cat li.active a {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.widget-search .btn:hover,
.widget-search .btn:focus {
    color: #FA523C;
}

.widget-cats a:hover,
.widget-cats a:focus {
    color: #FA523C;
}

.posts-list a:hover,
.posts-list a:focus {
    color: #FA523C;
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: #FA523C;
}

.table .total-col {
    color: #FA523C;
}

.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
    color: #FA523C;
}

.table.table-summary .summary-shipping-estimate a:hover,
.table.table-summary .summary-shipping-estimate a:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.sidebar-toggler:hover,
.sidebar-toggler:focus {
    color: #FA523C;
}

#filter-price-range {
    color: #FA523C;
}

.checkout-discount label span {
    color: #FA523C;
}

.checkout-discount .form-control:focus {
    border-color: #FA523C;
}

.table.table-summary a:hover,
.table.table-summary a:focus {
    color: #FA523C;
}

.table.table-summary .summary-total td {
    color: #FA523C;
}

.accordion-summary .card-title a:before {
    border-color: #FA523C;
}

.accordion-summary .card-title a:after {
    background-color: #FA523C;
}

.paypal-link:hover,
.paypal-link:focus {
    color: #FA523C !important;
}

.coming-countdown .countdown-amount {
    color: #FA523C;
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
    color: #FA523C;
}

.contact-box a:hover,
.contact-box a:focus {
    color: #FA523C;
}

.contact-list a:hover,
.contact-list a:focus {
    color: #FA523C;
}

.contact-list i {
    color: #FA523C;
}

.store a:not(.btn):hover,
.store a:not(.btn):focus {
    color: #FA523C;
}

.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link.active {
    color: #FA523C;
}

.form-tab .form-footer a:hover,
.form-tab .form-footer a:focus {
    color: #FA523C;
}

.nav-filter a:hover,
.nav-filter a:focus {
    color: #FA523C;
}

.nav-filter .active a {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.portfolio-title a:hover,
.portfolio-title a:focus {
    color: #FA523C;
}

.portfolio-tags a {
    color: #FA523C;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
    background-color: #FA523C;
}

.product-gallery-item:before {
    border-color: #FA523C;
}

.product-pager-link:hover,
.product-pager-link:focus {
    color: #FA523C;

}

.product-cat span {
    font-size: 1.5rem;
    color: #111;
}

.product-pager-link:hover span,
.product-pager-link:focus span {
    box-shadow: 0 1px 0 #FA523C;
}

.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.size-guide:hover,
.size-guide:focus {
    color: #FA523C;
}

.product-details-action .btn-cart {
    color: #FA523C;
    border-color: #FA523C;
}

.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
    border-color: #FA523C;
    background-color: #FA523C;
}

.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.product-desc-content a:hover,
.product-desc-content a:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.review h4 a:hover,
.review h4 a:focus {
    color: #FA523C;
}

.review-action a:hover,
.review-action a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:hover,
.product-details-extended .nav.nav-pills .nav-link:focus {
    border-color: #FA523C;
}

.editor-content a:hover,
.editor-content a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.editor-content blockquote {
    border-left-color: #FA523C;
}

.entry-tags a:hover,
.entry-tags a:focus {
    color: #FA523C;
}

.entry-author-details h4 a:hover,
.entry-author-details h4 a:focus {
    color: #FA523C;
}

.author-link:hover,
.author-link:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.pager-link {
    color: #FA523C;
}

.pager-link:hover,
.pager-link:focus {
    color: #FA523C;
}

.pager-link:hover:after,
.pager-link:focus:after {
    color: #FA523C;
}

.comment-reply:hover,
.comment-reply:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.comment-user h4 a:hover,
.comment-user h4 a:focus {
    color: #FA523C;
}

.product-col .product-title a:hover,
.product-col .product-title a:focus {
    color: #FA523C;
}

/* Plugins */
.owl-theme .owl-nav [class*='owl-'] {
    color: #FA523C;
}

.owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
    border-color: #FA523C;
}

.owl-theme.owl-light .owl-dots .owl-dot:hover span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-theme.owl-light .owl-dots .owl-dot.active span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-full .owl-nav [class*='owl-'] {
    color: #FA523C;
}

.owl-full .owl-nav [class*='owl-']:hover,
.owl-full .owl-nav [class*='owl-']:focus {
    color: #FA523C;
}

.owl-full .owl-dots .owl-dot span {
    border-color: #FA523C;
}

.owl-full .owl-dots .owl-dot:hover span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-full .owl-dots .owl-dot.active span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-full.owl-nav-dark .owl-nav [class*='owl-']:hover,
.owl-full.owl-nav-dark .owl-nav [class*='owl-']:focus {
    color: #FA523C;
}

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
    color: #FA523C;
}

.owl-simple.owl-light .owl-dots .owl-dot:hover span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-simple.owl-light .owl-dots .owl-dot.active span {
    border-color: #FA523C;
    background: #FA523C;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
    border: none;
    font-size: 3rem;
    color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
    color: #FA523C;
    background-color: transparent;
}

.quickView-content .details-action-wrapper .btn-product:hover span,
.quickView-content .details-action-wrapper .btn-product:focus span {
    color: #FA523C;
    box-shadow: 0 1px 0 0 #FA523C;
}

.quickView-content .product-details-action .btn-cart {
    transition: color .3s;
}

.quickView-content .product-details-action .btn-cart:hover,
.quickView-content .product-details-action .btn-cart:focus {
    border-color: #FA523C;
    background-color: #FA523C;
    color: #fff;
}

.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
    border: none;
}

.quickView-content .btn-wishlist:before,
.quickView-content .btn-compare:before {
    color: #FA523C;
}

.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
    color: #FA523C;
    background-color: transparent;
}

.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
    color: #FA523C;
}

.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
    color: #fff;
    background-color: #FA523C;
}

.quickView-content .product-left .carousel-dot.active img {
    opacity: 1;
    box-shadow: 0 0 0 1px #FA523C;
}

.quickView-content .product-left .carousel-dot:hover img,
.quickView-content .product-left .carousel-dot:focus img {
    opacity: 1;
}

.newsletter-popup-container .banner-title span {
    color: #FA523C;
}

.header-27 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 92px;
    z-index: 100;
    background: transparent;
}

.header-27 .sticky-header.fixed {
    opacity: 0;
    background-color: #222;
    animation: none;
    transition: opacity .35s;
}

.header-27 .sticky-header.fixed .header-center a {
    margin: 2rem 0;
}

.header-27 .sticky-header.fixed:hover {
    opacity: 1;
}

.header-27 .header-left {
    flex: 1;
}

.header-27 .header-right {
    flex: 1;
    justify-content: flex-end;
}

.header-27 .header-center .logo {
    margin: 1.65rem 0 0.95rem;
}

.header-27 .main-nav {
    margin: 0;
}

.header-27 .header-middle {
    border: none;
}

.header-27 .header-middle .menu.sf-arrows > li > .sf-with-ul {
    padding-left: 1.9rem;
}

.header-27 .header-middle .menu.sf-arrows > li > a:hover {
    color: #FA523C;
}

.header-27 .menu.sf-arrows .sf-with-ul::after {
    margin-top: -.6rem;
}

.header-27 .header-middle .menu > li > a {
    padding: 3.5rem 0 3.5rem 1.5rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -.02em;
}

.header-27 .header-middle .menu > li + li {
    margin-right: 2.95rem;
}

.header-27 .header-search-wrapper {
    min-width: 230px;
    margin-top: .5rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

.header-27 .header-search-wrapper .btn {
    position: absolute;
    left: 1rem;
    top: .4rem;
    font-size: 2.2rem;
}

.header-27 .header-search-wrapper .btn:hover i,
.header-27 .header-search-wrapper .btn:focus i,
.header-27 .header-search-wrapper .btn:active i {
    color: #FA523C;
}

.header-27 .form-control {
    padding-right: 1rem;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 300;
    background: transparent;
    color: #fff;
}

.header-27 .form-control::placeholder {
    color: #fff;
}

.header-27 .form-control:focus {
    background: transparent;
    color: #fff;
}

.header-27 .header-right i {
    color: #fff;
    transition: color .35s;
}

.header-27 .header-right .wishlist-count,
.header-27 .header-right .cart-count {
    position: absolute;
    min-width: 1.6rem;
    height: 1.6rem;
}

.header-27 .header-right .cart-count {
    right: 1.7rem;
    top: -.3rem;
}

.header-27 .header-right .wishlist-count {
    top: -.5rem;
    left: -.5rem;
}

.header-27 .header-right .btn-remove i {
    color: #ccc;
}

.header-27 .header-right .btn-remove:hover i {
    color: #333;
}

.header-27 .header-right .btn-outline-primary-2 i {
    color: #FA523C;
}

.header-27 .header-right .btn-outline-primary-2:hover i {
    color: #fff;
}

.header-27 .wishlist-link {
    position: relative;
    font-size: 2.8rem;
}

.header-27 .wishlist-link:hover i {
    color: #FA523C;
}

.header-27 .cart-text {
    margin: -.4rem 1.1rem 0 .6rem;
    font-size: 1.3rem;
    letter-spacing: -.01em;
    color: #fff;
    transition: color .35s;
}

.header-27 .cart-dropdown:hover > a i,
.header-27 .cart-dropdown:hover .cart-text {
    color: #FA523C;
}

.header-27 .mobile-menu-toggler {
    font-size: 2.5rem;
    color: #fff;
}

.header-27 .mobile-menu-container {
    background-color: #fff;
    color: #222;
}

.header-27 .mobile-menu-container .form-control {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.header-27 .mobile-menu-container .form-control::placeholder {
    color: #222;
}

.header-27 .mobile-menu-container .form-control:focus {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.header-27 .mobile-menu-container .form-control:focus::placeholder {
    color: #222;
}

.header-27 .mobile-menu-container .social-icon {
    color: inherit;
    opacity: 0.8;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-27 .mobile-menu-container .social-icon:hover,
.header-27 .mobile-menu-container .social-icon:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.header-27 .mobile-menu-close {
    color: inherit;
}

.header-27 .mobile-menu li a {
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-27 .mobile-menu li a .mmenu-btn {
    color: inherit;
}

.header-27 .mobile-menu li ul li a:not(:hover):not(:focus) {
    color: inherit;
}

@media screen and (max-width: 991px) {
    .header-27 .header-center {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .header-27 .wishlist-link {
        display: none !important;
    }
}

.header-28 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}

.header-28 .header-dropdown {
    padding-top: .8rem;
    padding-bottom: .9rem;
}

.header-28 .header-dropdown + .header-dropdown {
    margin-right: 2.8rem;
}

.header-28 .header-middle {
    border-bottom: none;
}

.header-28 .top-menu i {
    margin-left: 5px;
}

.header-28 .top-menu ul li {
    display: flex;
    align-items: center;
}

.header-28 .header-top .top-menu li + li {
    margin-right: 2.7rem;
}

.header-28 .header-top .header-right {
    margin-bottom: .1rem;
}

.header-28 .logo {
    margin-top: 3.2rem;
    margin-bottom: 3.5rem;
}

.header-28 .top-menu:not(.top-link-menu) ul {
    min-width: 170px;
}

.header-28 .menu > li > a {
    padding: 3.4rem 1rem 3.2rem 2.5rem !important;
    font-weight: 600;
}

.header-28 .main-nav {
    margin-right: 5.6rem;
}

.header-28 .menu > li + li {
    margin-left: 1rem;
}

.header-28 .menu.sf-arrows .sf-with-ul::after {
    left: 10px;
}

.header-28 .cart-txt {
    margin-right: 1.3rem;
    font-size: 1.3rem;
}

.header-28 .cart-count,
.header-28 .wishlist-count {
    position: absolute;
    left: -3px;
    top: -1px;
    min-width: 1.6rem;
    height: 1.6rem;
}

.header-28 .wishlist-count {
    left: -5px;
    top: -5px;
}

.header-28 .wishlist-link {
    margin-right: 2.7rem;
    color: #777;
}

.header-28 .wishlist-link i {
    font-size: 2.8rem;
}

.header-28 .cart-dropdown {
    padding-bottom: 5px;
    padding-right: 2.7rem;
}

.header-28 .cart-dropdown .dropdown-toggle {
    color: #777;
}

.header-28 .header-search {
    padding-bottom: 3px;
}

.header-28 .header-search .search-toggle {
    color: #777;
}

@media screen and (min-width: 992px) {
    .header-28 .fixed .menu > li > a {
        padding-top: 1.85rem !important;
        padding-bottom: 1.85rem !important;
    }

    .header-28 .fixed .main-nav {
        margin-left: 2.9rem;
    }

    .header-28 .sticky-header.fixed .logo {
        margin-bottom: .3rem;
    }

    .header-28 .fixed .icon {
        padding-bottom: .2rem;
    }
}

/* Skin structure */
::-moz-selection {
    background-color: #FA523C;
}

::selection {
    background-color: #FA523C;
}

.bg-primary {
    background-color: #FA523C !important;
}

.bg-secondary {
    background-color: #000 !important;
}

a {
    color: #FA523C;
}

a:hover,
a:focus {
    color: #bf8040;
}

.link-underline {
    box-shadow: 0 1px 0 0 #FA523C;
}

.text-primary {
    color: #FA523C !important;
}

.text-secondary {
    color: #000 !important;
}

/* Elements */
.alert-primary {
    background-color: #FA523C;
}

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
    background-color: #FA523C;
}

.header-3 .header-search-extended .btn,
.header-4 .header-search-extended .btn {
    background-color: transparent;
    color: #333;
}

.header-3 .header-search-extended .btn:hover,
.header-3 .header-search-extended .btn:focus,
.header-4 .header-search-extended .btn:hover,
.header-4 .header-search-extended .btn:focus {
    color: #FA523C;
}

.btn-video {
    color: #FA523C;
}

.btn-video:hover,
.btn-video:focus {
    background-color: #000;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: #FA523C;
}

.btn-link {
    color: #FA523C;
}

.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
    color: #FA523C;
    border-color: #FA523C;
}

/* generated with mixins */
.btn-primary {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-white {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-2 {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white-2:hover,
.btn-white-2:focus,
.btn-white-2.focus,
.btn-white-2:not(:disabled):not(.disabled):active,
.btn-white-2:not(:disabled):not(.disabled).active,
.show > .btn-white-2.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary-white {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active,
.show > .btn-primary-white.dropdown-toggle {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-primary-white.disabled,
.btn-primary-white:disabled {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.btn-white-primary {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary.focus,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active,
.show > .btn-white-primary.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-white-primary.disabled,
.btn-white-primary:disabled {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333;
    box-shadow: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-outline {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show > .btn-outline.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn-outline.disabled,
.btn-outline:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-primary {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-primary-2 {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-dark {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-dark-2 {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-dark-2:hover,
.btn-outline-dark-2:focus,
.btn-outline-dark-2.focus,
.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-2.dropdown-toggle {
    color: #FA523C;
    background-color: #fafafa;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-dark-2.disabled,
.btn-outline-dark-2:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-dark-3 {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3.focus,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-3.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-darker {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-darker:hover,
.btn-outline-darker:focus,
.btn-outline-darker.focus,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-gray {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #959595;
    box-shadow: none;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray.focus,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-lightgray {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-lightgray:hover,
.btn-outline-lightgray:focus,
.btn-outline-lightgray.focus,
.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightgray.dropdown-toggle {
    color: #FA523C;
    background-color: #f5f6f9;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white-2 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-2:hover,
.btn-outline-white-2:focus,
.btn-outline-white-2.focus,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-2.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white-4 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-4:hover,
.btn-outline-white-4:focus,
.btn-outline-white-4.focus,
.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-outline-white-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-4.dropdown-toggle {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-4.disabled,
.btn-outline-white-4:disabled {
    color: #fff;
    background-color: transparent;
}

.newsletter-popup-container .input-group .btn:hover,
.newsletter-popup-container .input-group .btn:focus {
    background-color: #FA523C;
}

.bg-image .btn-link-dark:hover,
.bg-image .btn-link-dark:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.bg-image .btn-outline-primary:hover,
.bg-image .btn-outline-primary:focus,
.bg-image .btn-outline-primary.focus,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-image .btn-outline-primary.dropdown-toggle {
    background-color: #FA523C;
    border-color: #FA523C;
}

.bg-image .btn-outline-dark:hover,
.bg-image .btn-outline-dark:focus,
.bg-image .btn-outline-dark.focus,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-image .btn-outline-dark.dropdown-toggle {
    color: #FA523C;
}

.card-title a {
    color: #FA523C;
}

.card-title a:before {
    color: #FA523C;
}

.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
    color: #FA523C;
}

.count-wrapper {
    color: #FA523C;
}

.feature-box i {
    color: #FA523C;
}

.feature-box-simple i {
    color: #FA523C;
}

.form-control:focus {
    border-color: #FA523C;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #FA523C;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FA523C;
}

.icon-box-icon {
    color: #FA523C;
}

.icon-box-circle .icon-box-icon {
    background-color: #FA523C;
}

.instagram-feed-content a:hover,
.instagram-feed-content a:focus {
    color: #FA523C;
}

.close:hover,
.close:focus {
    color: #FA523C;
}

.page-header h1 span {
    color: #FA523C;
}

.page-link:hover,
.page-link:focus {
    color: #FA523C;
}

.page-item.active .page-link {
    color: #FA523C;
}

.social-icon:hover,
.social-icon:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.testimonial-icon:before {
    color: #FA523C;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
    color: #FA523C;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
    color: #FA523C;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
    color: #FA523C;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.nav.nav-border-anim .nav-link:before {
    background-color: #FA523C;
}

.title-link:hover,
.title-link:focus {
    box-shadow: 0 1px 0 0 #FA523C;
}

.product-countdown.countdown-primary .countdown-amount {
    color: #FA523C;
}

.product-title a:hover,
.product-title a:focus {
    color: #FA523C;
}

.product-price {
    color: #FA523C;
}

.product-label.label-primary {
    background-color: #FA523C;
}

.product-label.label-secondary {
    background-color: #000;
}

.product-label-text {
    color: #FA523C;
}

.ratings-primary .ratings-val {
    color: #FA523C;
}

.ratings-text a:hover,
.ratings-text a:focus {
    color: #FA523C;
}

.btn-product {
    color: #FA523C;
}

.btn-product:hover span,
.btn-product:focus span {
    color: #FA523C;
    box-shadow: 0 1px 0 0 #FA523C;
}

.btn-product-icon {
    color: #FA523C;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
    background-color: #FA523C;
}

.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
    color: #FA523C;
}

.btn-expandable span {
    background-color: #FA523C;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
    background-color: #000;
}

.product.product-5 .btn-product {
    color: #FA523C;
}

.product.product-5 .btn-product:hover,
.product.product-5 .btn-product:focus {
    background-color: #FA523C;
}

.product.product-7 .btn-product {
    color: #FA523C;
}

.product.product-7 .btn-product span {
    color: #FA523C;
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
    background-color: #FA523C;
    border-bottom-color: #FA523C;
}

.product.product-8 .new-price {
    color: #FA523C;
}

.product.product-8 .btn-product:before {
    color: #FA523C;
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
    background-color: #FA523C;
}

.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
    color: #FA523C;
}

.product.product-list .btn-product.btn-cart {
    color: #FA523C;
    border-color: #FA523C;
}

.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
    background-color: #FA523C;
}

/* Footers */
.footer a:hover,
.footer a:focus {
    color: #FA523C;
}

.footer-dark.footer-2 .widget-about-title {
    color: #FA523C;
}

/* Headers */
.header-top a:hover,
.header-top a:focus {
    color: #FA523C;
}

.top-menu span {
    color: #FA523C;
}

.header-menu a:hover,
.header-menu a:focus {
    color: #FA523C;
}

.account a:hover,
.account a:focus {
    color: #FA523C;
}

.wishlist a:hover,
.wishlist a:focus {
    color: #FA523C;
}

.wishlist a .wishlist-count {
    background-color: #FA523C;
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
    color: #FA523C;
}

.compare-product-title a:hover,
.compare-product-title a:focus {
    color: #FA523C;
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
    color: #FA523C;
}

.cart-dropdown .cart-count {
    background-color: #FA523C;
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
    color: #FA523C;
}

.wishlist-link .wishlist-count {
    background-color: #FA523C;
}

.wishlist-link:hover,
.wishlist-link:focus {
    color: #FA523C;
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
    color: #FA523C;
}

/* Menu */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
    color: #FA523C;
}

.demo-item a:hover,
.demo-item a:focus {
    color: #FA523C;
}

.tip {
    background-color: #FA523C;
}

.header-bottom .menu > li > a:before {
    background-color: #FA523C;
}

.category-dropdown .dropdown-toggle:before {
    background-color: #FA523C;
}

.category-dropdown .dropdown-toggle:hover,
.category-dropdown .dropdown-toggle:focus {
    color: #fff;
    background-color: #FA523C;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
    background-color: #FA523C;
}

.category-dropdown.show .dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
}

.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
    color: #FA523C;
}

/* Vertical Menu */
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
    color: #FA523C;
}

.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
    color: #FA523C;
}

.mobile-menu-close:hover,
.mobile-menu-close:focus {
    color: #FA523C;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #FA523C;
}

.mobile-menu li.open > a,
.mobile-menu li.active > a {
    color: #FA523C;
}

.mmenu-btn:hover,
.mmenu-btn:focus {
    color: #FA523C;
}

.mobile-search .form-control:focus {
    border-color: #FA523C;
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
    color: #FA523C;
}

.mobile-menu-light .mobile-menu li.open > a,
.mobile-menu-light .mobile-menu li.active > a {
    color: #FA523C;
}

.mobile-menu-light .mobile-search .form-control:focus {
    border-color: #FA523C;
}

/* Header 4 */
.header-4 .header-search .header-search-wrapper {
    border-color: #FA523C;
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: #FA523C;
}

@media screen and (max-width: 991px) {
    .header-4 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #FA523C;
    }
}

/* Header 6 */
.header-6 .header-middle a:hover,
.header-6 .header-middle a:focus {
    color: #FA523C;
}

.header-8 .header-top {
    color: #f4e8dd;
    background-color: #FA523C;
}

/* Header 10 */
.header-10 .header-search .header-search-wrapper {
    border-color: #FA523C;
}

.header-10 .category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

.header-10 .menu-vertical .menu-title {
    color: #FA523C;
}

/* Header 12 */
.header-12 .dropdown.category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

/* Header 13 */
.header-13 .dropdown.category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

/* Header 14 */
.header-14 .header-search .header-search-wrapper {
    border-color: #FA523C;
}

.header-14 .dropdown.category-dropdown .dropdown-toggle {
    background-color: #FA523C;
}

/* Pages */
.entry-video a:hover:after,
.entry-video a:focus:after {
    color: #FA523C;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #FA523C;
}

.entry-cats a:hover,
.entry-cats a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.read-more:hover,
.read-more:focus {
    box-shadow: 0 1px 0 0 #FA523C;
}

.menu-cat a:hover,
.menu-cat a:focus {
    color: #FA523C;
}

.menu-cat li.active a {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.widget-search .btn:hover,
.widget-search .btn:focus {
    color: #FA523C;
}

.widget-cats a:hover,
.widget-cats a:focus {
    color: #FA523C;
}

.posts-list a:hover,
.posts-list a:focus {
    color: #FA523C;
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: #FA523C;
}

.table .total-col {
    color: #FA523C;
}

.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
    color: #FA523C;
}

.table.table-summary .summary-shipping-estimate a:hover,
.table.table-summary .summary-shipping-estimate a:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.sidebar-toggler:hover,
.sidebar-toggler:focus {
    color: #FA523C;
}

#filter-price-range {
    color: #FA523C;
}

.checkout-discount label span {
    color: #FA523C;
}

.checkout-discount .form-control:focus {
    border-color: #FA523C;
}

.table.table-summary a:hover,
.table.table-summary a:focus {
    color: #FA523C;
}

.table.table-summary .summary-total td {
    color: #FA523C;
}

.accordion-summary .card-title a:before {
    border-color: #FA523C;
}

.accordion-summary .card-title a:after {
    background-color: #FA523C;
}

.paypal-link:hover,
.paypal-link:focus {
    color: #FA523C !important;
}

.coming-countdown .countdown-amount {
    color: #FA523C;
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
    color: #FA523C;
}

.contact-box a:hover,
.contact-box a:focus {
    color: #FA523C;
}

.contact-list a:hover,
.contact-list a:focus {
    color: #FA523C;
}

.contact-list i {
    color: #FA523C;
}

.store a:not(.btn):hover,
.store a:not(.btn):focus {
    color: #FA523C;
}

.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link.active {
    color: #FA523C;
}

.form-tab .form-footer a:hover,
.form-tab .form-footer a:focus {
    color: #FA523C;
}

.nav-filter a:hover,
.nav-filter a:focus {
    color: #FA523C;
}

.nav-filter .active a {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.portfolio-title a:hover,
.portfolio-title a:focus {
    color: #FA523C;
}

.portfolio-tags a {
    color: #FA523C;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
    background-color: #FA523C;
}

.product-gallery-item:before {
    border-color: #FA523C;
}

.product-pager-link:hover,
.product-pager-link:focus {
    color: #FA523C;
}

.product-pager-link:hover span,
.product-pager-link:focus span {
    box-shadow: 0 1px 0 #FA523C;
}

.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.size-guide:hover,
.size-guide:focus {
    color: #FA523C;
}

.product-details-action .btn-cart {
    color: #FA523C;
    border-color: #FA523C;
}

.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
    border-color: #FA523C;
    background-color: #FA523C;
}

.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.product-desc-content a:hover,
.product-desc-content a:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.review h4 a:hover,
.review h4 a:focus {
    color: #FA523C;
}

.review-action a:hover,
.review-action a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:hover,
.product-details-extended .nav.nav-pills .nav-link:focus {
    border-color: #FA523C;
}

.editor-content a:hover,
.editor-content a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.editor-content blockquote {
    border-left-color: #FA523C;
}

.entry-tags a:hover,
.entry-tags a:focus {
    color: #FA523C;
}

.entry-author-details h4 a:hover,
.entry-author-details h4 a:focus {
    color: #FA523C;
}

.author-link:hover,
.author-link:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.pager-link {
    color: #FA523C;
}

.pager-link:hover,
.pager-link:focus {
    color: #FA523C;
}

.pager-link:hover:after,
.pager-link:focus:after {
    color: #FA523C;
}

.comment-reply:hover,
.comment-reply:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.comment-user h4 a:hover,
.comment-user h4 a:focus {
    color: #FA523C;
}

.product-col .product-title a:hover,
.product-col .product-title a:focus {
    color: #FA523C;
}

/* Plugins */
.owl-theme .owl-nav [class*='owl-'] {
    color: #FA523C;
}

.owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
    border-color: #FA523C;
}

.owl-theme.owl-light .owl-dots .owl-dot:hover span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-theme.owl-light .owl-dots .owl-dot.active span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-full .owl-nav [class*='owl-'] {
    color: #FA523C;
}

.owl-full .owl-nav [class*='owl-']:hover,
.owl-full .owl-nav [class*='owl-']:focus {
    color: #FA523C;
}

.owl-full .owl-dots .owl-dot span {
    border-color: #FA523C;
}

.owl-full .owl-dots .owl-dot:hover span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-full .owl-dots .owl-dot.active span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-full.owl-nav-dark .owl-nav [class*='owl-']:hover,
.owl-full.owl-nav-dark .owl-nav [class*='owl-']:focus {
    color: #FA523C;
}

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
    color: #FA523C;
}

.owl-simple.owl-light .owl-dots .owl-dot:hover span {
    border-color: #FA523C;
    background: #FA523C;
}

.owl-simple.owl-light .owl-dots .owl-dot.active span {
    border-color: #FA523C;
    background: #FA523C;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
    border: none;
    font-size: 3rem;
    color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
    color: #FA523C;
    background-color: transparent;
}

.quickView-content .details-action-wrapper .btn-product:hover span,
.quickView-content .details-action-wrapper .btn-product:focus span {
    color: #FA523C;
    box-shadow: 0 1px 0 0 #FA523C;
}

.quickView-content .product-details-action .btn-cart {
    transition: color .3s;
}

.quickView-content .product-details-action .btn-cart:hover,
.quickView-content .product-details-action .btn-cart:focus {
    border-color: #FA523C;
    background-color: #FA523C;
    color: #fff;
}

.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
    border: none;
}

.quickView-content .btn-wishlist:before,
.quickView-content .btn-compare:before {
    color: #FA523C;
}

.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
    color: #FA523C;
    background-color: transparent;
}

.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
    color: #FA523C;
}

.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
    color: #fff;
    background-color: #FA523C;
}

.quickView-content .product-left .carousel-dot.active img {
    opacity: 1;
    box-shadow: 0 0 0 1px #FA523C;
}

.quickView-content .product-left .carousel-dot:hover img,
.quickView-content .product-left .carousel-dot:focus img {
    opacity: 1;
}

.newsletter-popup-container .banner-title span {
    color: #FA523C;
}

.header-31 {
    position: absolute;
    z-index: 100;
    background: transparent;
}

.header-31 a {
    font-family: inherit;
}

.header-31 .header-left {
    flex: 1;
}

.header-31 .header-middle {
    border: none;
}

.header-31 .main-nav {
    margin-right: 0;
}

.header-31 .header-middle .menu.sf-arrows > li > a {
    margin: 5.65rem 0;
    padding: 1.5rem 1rem 1.1rem;
    font-weight: 400;
    color: #000;
    letter-spacing: -.02em;
}

.header-31 .header-middle .menu.sf-arrows > li > a.sf-with-ul {
    padding: 1.5rem 1rem 1.1rem 2.9rem;
}

.header-31 .header-middle .menu.sf-arrows > li.active > a {
    padding: 1.5rem 1rem .9rem 2.9rem;
    border-bottom: 2px solid;
}

.header-31 .menu.sf-arrows .sf-with-ul::after {
    left: 1.15rem;
    margin-top: -.5rem;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    font-size: 1.5rem;
    font-weight: 900;
    color: inherit;
}

.header-31.header .menu.sf-arrows > li + li > a::before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    color: #000;
    height: .2rem;
    width: 100%;
    background: #000;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
}

.header-31.header .menu.sf-arrows > li + li:hover > a::before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.header-31 .menu > li + li {
    margin-right: 1.9rem;
}

.header-31 .menu .megamenu.megamenu-md {
    margin-top: 0;
    right: -9.6rem;
}

.header-31 .menu .megamenu.demo {
    margin-top: 0;
}

.header-31 .menu li ul {
    margin-top: 0;
}

.header-31 .menu .banner-title {
    font-family: 'iransans', sans-serif;
}

.header-31 .menu .banner-content.banner-content-top {
    text-align: left;
}

.header-31 figure {
    margin: 0;
}

.header-31 .header-right {
    flex: 1;
    justify-content: flex-end;
}

.header-31 .header-search-visible .header-search-wrapper {
    min-width: 230px;
    margin-bottom: -.3rem;
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}

.header-31 .header-search-visible .header-search-wrapper .btn {
    position: absolute;
    margin-top: 0;
    left: .9rem;
    color: #000;
    font-size: 2.4rem;
}

.header-31 .header-search-visible .header-search-wrapper .btn:hover,
.header-31 .header-search-visible .header-search-wrapper .btn:focus,
.header-31 .header-search-visible .header-search-wrapper .btn:active {
    color: #FA523C;
}

.header-31 .form-control {
    height: 3.9rem;
    padding: .9rem .9rem .9rem 4rem;
    color: #999;
}

.header-31 .form-control::placeholder {
    color: #999;
}

.header-31 .wishlist-link {
    position: relative;
    margin-right: 4.3rem;
    margin-bottom: -1.1rem;
    font-size: 2rem;
    color: #000;
}

.header-31 .wishlist-link:hover {
    color: #FA523C;
}

.header-31 .wishlist-link i {
    font-family: 'Font Awesome 5 Pro';
}

.header-31 .wishlist-link .wishlist-count {
    position: absolute;
    min-width: 1.6rem;
    height: 1.6rem;
    background: #FA523C;
    top: -1rem;
    left: -.9rem;
}

.header-31 .cart-dropdown {
    margin-bottom: -.9rem;
    padding-right: 3.5rem;
}

.header-31 .cart-dropdown .dropdown-toggle {
    font-size: 3rem;
    color: #000;
}

.header-31 .cart-dropdown .cart-count {
    position: absolute;
    min-width: 1.6rem;
    height: 1.6rem;
    background: #FA523C;
    top: -.3rem;
    right: 1.8rem;
}

.header-31 .cart-dropdown .dropdown-menu-right {
    margin-top: -4rem;
    left: 0;
}

.header-31 .cart-dropdown:hover .dropdown-toggle {
    color: #FA523C;
}

.header-31 .cart-text {
    margin-right: 1.4rem;
    margin-top: -0.6rem;
    font-family: "iransans", "Poppins", sans-serif;
    font-size: 1.4rem;
    color: inherit;
    letter-spacing: -.02em;
}

.header-31 .mobile-menu-toggler {
    font-size: 2.5rem;
}

.header-31 .mobile-menu-wrapper .social-icon {
    margin-left: 0;
    border: none;
}

@media screen and (max-width: 1199px) {
    .header-31 .wishlist-link {
        margin-right: 3.5rem;
    }
}

@media screen and (max-width: 991px) {
    .header-31 .header-center {
        display: flex;
    }
}

@media screen and (max-width: 575px) {
    .header-31 .wishlist-link {
        display: none !important;
    }

    .header-31 .cart-dropdown {
        padding: 0;
    }
}

/*--------------------- 3.Footer -------------------- */
/* Footer */
.footer {
    width: 100%;
    font-weight: 300;
    text-align: right;
    font-size: 1.4rem;
    color: #777;
    background-color: #fff;
}

.footer a {
    color: inherit;
}

.footer a:hover,
.footer a:focus {
    color: #FA523C;
}

.footer .widget {
    margin-bottom: 4rem;
}

.footer .widget-title {
    color: #333333;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 1.9rem;
}

.footer-middle {
    padding: 6.7rem 0 2.2rem;
    border-top: .1rem solid #ebebeb;
}

.footer-logo {
    /* margin-bottom: 2rem;
    margin-top: -.8rem; */
    width: 100px;
    height: 100px;
    margin-top: 0px;
}

.widget-about p {
    max-width: 250px;
}

.container-fluid .widget-about p {
    max-width: 540px;
}

.widget-about p:last-of-type {
    margin-bottom: 3.2rem;
}

.widget-list {
    margin-bottom: 0;
}

.widget-list li:not(:last-child) {
    margin-bottom: .4rem;
}

.widget-newsletter form {
    padding-top: .7rem;
}

.widget-newsletter .form-control {
    height: 46px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    background-color: #fff;
    border-left-width: 0;
}

.widget-newsletter .form-control:not(:focus) {
    border-color: #dadada;
}

.widget-newsletter .btn {
    min-width: 46px;
    font-size: 1.5rem;
    padding: 1.1rem 1rem;
}

.widget-newsletter .btn i {
    margin: 0 !important;
}

.footer-bottom .container,
.footer-bottom .container-fluid {
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    padding-top: 2.1rem;
    padding-bottom: 2.9rem;
}

.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    background-color: #ebebeb;
}

.footer-copyright {
    margin-bottom: 1rem;
    text-align: center;
}

.footer-payments {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

/* Scroll Top Button */
#scroll-top {
    width: 5rem;
    height: 5rem;
    position: fixed;
    left: 30px;
    bottom: 120px;
    z-index: 999;
    color: #cccccc;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border: none;
    background-color: #fafafa;
    font-size: 3rem;
    transition: all 0.4s ease;
    transform: translateY(60px);
    -ms-transform: translateY(60px);
}

#scroll-top:hover,
#scroll-top:focus {
    color: #777;
    background-color: #eaeaea;
}

#scroll-top.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

@media screen and (min-width: 768px) {
    #scroll-top {
        display: flex;
    }
}

@media screen and (min-width: 992px) {

    .footer-bottom .container,
    .footer-bottom .container-fluid {
        flex-direction: row;
    }

    .footer-copyright {
        margin-bottom: 0;
        text-align: left;
    }

    .footer-payments {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom .container-fluid:before {
        left: 30px;
        right: 30px;
    }
}

@media screen and (min-width: 1600px) {
    .footer-bottom .container-fluid:before {
        left: 70px;
        right: 70px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footer .widget-about .social-icon:not(:last-child) {
        margin-left: .4rem;
    }
}

/* Footer Dark */
.footer-dark {
    background-color: #333333;
}

.footer-dark .footer-middle {
    border-top-width: 0;
}

.footer-dark .widget-title {
    color: #fff;
}

.footer-dark .social-icon:hover,
.footer-dark .social-icon:focus {
    color: #fff;
}

.footer-dark .footer-bottom {
    color: #666666;
}

.footer-dark .footer-bottom .container:before {
    background-color: #525455;
}

.footer-dark.footer-2 .widget-about-info a:not(:hover) {
    color: #fff;
}

.footer-dark.footer-2 .widget-about-title {
    color: #FA523C;
}

.footer-dark.footer-2 .footer-bottom {
    color: #999999;
}

/* Footer 2 */
.footer-2 .footer-middle {
    padding-top: 4.5rem;
    padding-bottom: .4rem;
}

.footer-2 .footer-bottom .container {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    flex-direction: column-reverse;
}

.col-md-6 .widget-about p,
.col-lg-6 .widget-about p {
    max-width: none;
}

.widget-about-info {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding-top: .7rem;
}

.widget-about-info .footer-payments {
    margin-top: .6rem;
}

.widget-about-title {
    display: block;
    font-weight: 300;
    font-size: 1.3rem;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: .4rem;
}

.footer-bottom .social-icons {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.footer-bottom .social-icon {
    font-size: 1.3rem;
}

.footer-newsletter {
    color: #ebebeb;
    padding-top: 4.8rem;
    padding-bottom: 5.5rem;
}

.footer-newsletter .heading {
    margin-bottom: 2.4rem;
}

.footer-newsletter .title {
    color: #fff;
    font-weight: 500;
}

.footer-newsletter .title-desc {
    color: inherit;
    font-size: 1.6rem;
    margin-top: .7rem;
}

.footer-newsletter .title-desc span {
    color: #fff;
    font-weight: 400;
}

.footer-newsletter .form-control {
    height: 46px;
    padding: 1.25rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    color: #999999;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    transition: all 0.3s;
}

.footer-newsletter .form-control.form-control::placeholder {
    color: #999999;
}

.footer-newsletter .btn i:last-child {
    margin-left: 1rem;
}

.footer-menu {
    direction: ltr;
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu li {
    position: relative;
}

.footer-menu li + li {
    margin-left: 2.1rem;
}

.footer-menu li + li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1.2rem;
    position: absolute;
    left: -1.1rem;
    top: 50%;
    margin-top: -.6rem;
    background-color: #b5b5b5;
}

.footer-menu a {
    box-shadow: 0 1px 0 #b5b5b5;
}

@media screen and (min-width: 992px) {

    .footer-2 .footer-bottom .container,
    .footer-2 .footer-bottom .container-fluid {
        flex-direction: row;
    }

    .footer-menu {
        direction: ltr;
        margin-bottom: 0;
        margin-right: .6rem;
        margin-left: 0;
    }

    .footer-bottom .social-icons {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 575px) {
    .widget-about-info .col-sm-6:not(:last-child) {
        margin-bottom: 1rem;
    }
}

/*--------------------- 4.Elements -------------------- */
/*--------------------- 4.1.Page Header -------------------- */
/* Page Header */
.page-header {
    padding: 4.6rem 0 5rem;
    background-color: #ebebeb;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-header h1 {
    color: #333333;
    font: normal 400 3.2rem/1.1 "iransans", "Poppins", sans-serif;
    letter-spacing: -.025em;
    margin-bottom: 0;
}

.page-header h1 span {
    display: block;
    color: #FA523C;
    font-size: 1.6rem;
    margin-top: .8rem;
}

.page-header.page-header-big {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    margin-bottom: 5rem;
}

.page-header.page-header-big h1 span {
    font-size: 1.6rem;
    margin-top: .4rem;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .page-header h1 {
        font-size: 3.6rem;
    }

    .page-header h1 span {
        font-size: 1.8rem;
    }

    .page-header.page-header-big {
        min-height: 350px;
    }
}

@media screen and (min-width: 992px) {
    .page-header h1 {
        font-size: 4rem;
    }

    .page-header h1 span {
        font-size: 2rem;
    }

    .page-header.page-header-big {
        min-height: 450px;
    }
}

/*--------------------- 4.2.BreadCrumbs -------------------- */
/* Breadcrumb */
.breadcrumb-nav {
    margin-bottom: 4rem;
    border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}

.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.breadcrumb-with-filter .container,
.breadcrumb-with-filter .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-with-filter .container-fluid {
    width: 100%;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
}

.breadcrumb-item i {
    font-size: 1.3rem;
    vertical-align: top;
    margin-top: -.2rem;
}

.breadcrumb-item i::before {
    margin: 0;
}

.breadcrumb-item a {
    color: #777;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: #FA523C;
}

.breadcrumb-item.active {
    color: #333333;
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #999999;
    content: '\f111';
    font-family: "molla";
    padding-left: .7rem;
    font-size: 1.1rem;
    vertical-align: middle;
    margin-top: -.1rem;
}

/*--------------------- 4.3.Titles -------------------- */
/* Titles */
.title {
    text-align: right;
    font-size: 2.2rem;
    letter-spacing: -.03em;
}

.title-lg {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.01em;
}

.title-sm {
    font-size: 2rem;
    letter-spacing: -.03em;
}

.heading {
    margin-bottom: 1.6rem;
}

.heading.heading-flex {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.heading .title {
    margin-bottom: 0;
}

.heading.heading-center {
    text-align: center;
}

.heading.heading-center .title {
    margin-bottom: 1.5rem;
}

.heading.heading-center .title-lg {
    margin-bottom: 2.4rem;
}

.title-separator {
    font-weight: 300;
    color: #cccccc;
}

.text-white .title-separator {
    color: #777;
}

.title-desc {
    color: #777;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    margin-bottom: 0;
}

.heading-right {
    margin-top: .5rem;
}

.title-link {
    font-weight: 500;
    transition: all .3s ease;
}

.title-link:hover,
.title-link:focus {
    box-shadow: 0 1px 0 0 #FA523C;
}

.title-link i {
    font-size: 1.5rem;
}

.title-link i:last-child {
    margin-right: .5rem;
}

@media screen and (min-width: 768px) {
    .title {
        font-size: 2.4rem;
        text-align: right;
    }

    .title-lg {
        font-size: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .heading.heading-flex {
        align-items: center;
        flex-direction: row;
        text-align: left;
    }

    .heading-right {
        margin-top: 0;
        margin-right: auto;
    }
}

/*--------------------- 4.4.Icon boxes -------------------- */
/* Icon boxes */
.icon-box {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    margin-bottom: 2rem;
}

.icon-box.icon-box-sm {
    font-size: 1.4rem;
    line-height: 1.86;
}

.icon-box-title {
    color: #333333;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: .9rem;
}

.icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FA523C;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2rem;
}

.icon-box-content p:last-child {
    margin-bottom: 0;
}

.icon-box-left {
    position: relative;
    padding-right: 70px;
}

.icon-box-left .icon-box-icon {
    position: absolute;
    right: 0;
    top: -1rem;
}

.icon-box-circle .icon-box-icon {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    color: #fff;
    background-color: #FA523C;
}

.icon-box-circle.icon-box-left {
    padding-right: 100px;
}

.icon-box-circle.icon-box-left .icon-box-icon {
    left: 1rem;
}

/* Icon Box Card */
.icon-box-card {
    background-color: #fafafa;
    padding: 6.5rem 2rem 6rem;
}

.icon-box-card .icon-box-title {
    font-weight: 600;
}

.icon-box-card .icon-box-icon {
    margin-bottom: 1.3rem;
}

/* Icon Boxes */
.icon-boxes-container {
    background-color: #f7f7f7;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    margin-bottom: 0;
}

.icon-boxes-container.bg-dark .icon-box-icon {
    color: #666666;
}

.icon-boxes-container.bg-dark .icon-box-title {
    color: #fff;
}

.icon-box-side {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

.icon-box-side p {
    margin-bottom: 0;
}

.icon-box-side .icon-box-icon {
    display: inline-block;
    line-height: 0;
    min-width: 7rem;
    text-align: center;
    margin-bottom: 0;
}

.icon-box-side .icon-box-content {
    text-align: right;
}

.icon-box-side .icon-box-title {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-top: .2rem;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .icon-box {
        margin-bottom: 4rem;
    }

    .icon-box-side {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .icon-boxes-separator [class*="col-"] + [class*="col-"]:before {
        content: '';
        display: block;
        width: .1rem;
        height: 5.3rem;
        background-color: #e9e9e9;
        position: absolute;
        left: -.3rem;
        top: 50%;
        margin-top: -2.55rem;
    }
}

@media screen and (max-width: 1199px) {
    .icon-box-sm br {
        display: none;
    }
}

/*--------------------- 4.5.Cards -------------------- */
.accordion {
    text-align: right;
    margin-bottom: 3rem;
}

.card {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    border-top: .1rem solid #ebebeb;
}

.card:last-child {
    border-bottom: .1rem solid #ebebeb;
}

.card-header {
    position: relative;
    padding: 0;
    border: none;
    font-weight: 700;
    line-height: 1.5;
    background-color: transparent;
    margin: 0;
}

.card-header::after {
    display: block;
    clear: both;
    content: '';
}

.card-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.card-title a {
    display: block;
    padding: 1.7rem 4rem 1.7rem 1.2rem;
    position: relative;
    color: #FA523C;
    border: none;
    background-color: transparent;
    outline: none !important;
}

.card-title a i {
    min-width: 17px;
    margin-left: 2.4rem;
}

.card-title a:before {
    content: '\e802';
    display: inline-block;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    color: #FA523C;
    font-family: "molla";
    line-height: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s;
}

.card-title a.collapsed {
    color: #333;
}

.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
    color: #FA523C;
}

.card-title a.collapsed:before {
    content: '\f110';
    color: #8c8c8c;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.card-body {
    padding: .4rem 4rem 1.8rem 1.2rem;
    border: none;
    border-radius: 0;
}

.card-body p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.9rem;
    color: #1a1c1e;
}

.accordion-icon .card-body {
    padding-left: 5.5rem !important;
}

.accordion-plus .card-title a:before {
    content: '\f28e';
}

.accordion-plus .card-title a.collapsed:before {
    content: '\f2c2';
}

.accordion-rounded .card:first-child {
    border-radius: .3rem .3rem 0 0;
}

.accordion-rounded .card:last-child {
    border-radius: 0 0 .3rem .3rem;
}

.card.card-box .card-title a {
    padding-right: 2rem;
}

.card.card-box .card-title a:before {
    left: 2rem;
}

.card.card-box .card-title a i {
    margin-right: 1.4rem;
}

.card.card-box .card-body {
    padding: 1rem 2rem 2rem;
}

.card.card-sm .card-title {
    text-align: right;
    font-size: 1.6rem;
    letter-spacing: -.01em;
}

.card.card-sm .card-title a {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
}

.card.card-sm .card-title a:before {
    left: 2rem;
}

.card.card-sm .card-body {
    padding: 1rem 2rem 2rem;
    text-align: right;
}

.card.bg-light,
.card.bg-white {
    background-color: #fff !important;
    border: .1rem solid #ebebeb;
}

.card.bg-light .card-title a,
.card.bg-white .card-title a {
    background-color: #fff;
}

.card.bg-light .card-title a.collapsed {
    background-color: #fafafa;
}

@media screen and (min-width: 992px) {
    .card-title {
        font-size: 2rem;
    }
}

/*--------------------- 4.6.Tabs -------------------- */
/* Tabs */
.nav-link:focus {
    outline: none !important;
}

.nav.nav-tabs {
    border-bottom-right-radius: .3rem;
    border: .1rem solid #d7d7d7;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
}

.nav.nav-tabs .nav-link {
    color: #777;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.025em;
    padding: .85rem 2.2rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-align: center;
    transition: all .35s ease;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
    color: #FA523C;
    border-color: transparent;
}

.nav.nav-tabs .nav-item + .nav-item {
    margin-right: 2rem;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
    color: #FA523C;
    border-color: #d7d7d7;
    border-bottom-color: transparent;
}

.nav.nav-tabs.nav-tabs-bg .nav-link:not(.active) {
    border-color: #ebebeb #ebebeb #d7d7d7 #ebebeb;
    background-color: #fafafa;
}

.nav.nav-tabs.justify-content-center {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.tab-content-border {
    border: .1rem solid #d7d7d7;
    border-radius: .3rem;
    border-top-right-radius: 0;
    border-top-width: 0;
}

.justify-content-center + .tab-content-border {
    border-top-left-radius: .3rem;
}

.tab-pane {
    padding: 1.4rem 2.2rem;
}

.tab-pane p:last-child {
    margin-bottom: 0;
}

/* Nav Pills - Line Tabs */
.nav.nav-pills .nav-link {
    color: #777;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    padding: .45rem 1rem;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-bottom: .1rem solid transparent;
    background-color: transparent;
    transition: all .35s ease;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
    color: #FA523C;
}

.nav.nav-pills .nav-link:focus {
    outline: none !important;
}

.nav.nav-pills .nav-item + .nav-item {
    margin-right: 1rem;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
    color: #FA523C;
    border-color: #d7d7d7;
    border-bottom-color: #FA523C;
}

.nav-pills + .tab-content .tab-pane {
    padding: 1.4rem 0;
}

.nav-pills + .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

/* Vertical Tabs */
.tabs-vertical {
    display: flex;
    align-items: flex-start;
    align-items: stretch;
}

.tabs-vertical .tab-content-border {
    border-top-width: .1rem;
    border-right-width: 0;
    border-bottom-right-radius: 0;
}

.tabs-vertical .nav {
    flex-shrink: 0;
}

.tabs-vertical .nav .nav-link {
    min-width: 100px;
}

.tabs-vertical .nav.nav-tabs {
    border-bottom-width: 0;
    border-left-width: .1rem;
}

.tabs-vertical .nav.nav-tabs .nav-link {
    border-top-right-radius: .3rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: .3rem;
}

.tabs-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 0;
    margin-left: -1px;
}

.tabs-vertical .nav.nav-tabs .nav-item + .nav-item {
    margin-right: 0;
    margin-top: 1px;
}

.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link,
.tabs-vertical .nav.nav-tabs .nav-item .nav-link.active {
    border-color: #d7d7d7;
    border-left-color: transparent;
}

.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-link:not(.active) {
    border-color: #ebebeb #d7d7d7 #ebebeb #ebebeb;
    background-color: #fafafa;
}

/* Tab content product - with carouse */
.tab-content.tab-content-carousel > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0 !important;
}

.tab-content.tab-content-carousel > .tab-pane:not(.active) {
    overflow: hidden !important;
}

.tab-content.tab-content-carousel > .active {
    height: auto !important;
    visibility: visible;
}

.nav.nav-border-anim .nav-link {
    position: relative;
    border-bottom: none;
}

.nav.nav-border-anim .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .1rem;
    background-color: #FA523C;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
}

.form-tab .nav.nav-border-anim .nav-link:before {
    height: .2rem;
}

.nav.nav-border-anim .nav-link.active:before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
    height: .2rem;
}

@media screen and (min-width: 992px) {
    .nav-pills + .tab-content .tab-pane {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/*--------------------- 4.7.Buttons -------------------- */
/* Buttons */
.btn-wrap {
    display: inline-block;
    margin-bottom: 2rem;
}

.btn-wrap > span {
    text-align: right;
    display: block;
    color: #ccc;
    margin-bottom: .3rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: 170px;
    border-radius: 0;
    white-space: normal;
    transition: all 0.3s;
}

.btn span {
    line-height: 1;
}

.btn i:first-child {
    margin-left: 1rem;
}

.btn i:last-child {
    margin-right: 1rem;
}

.btn:focus {
    box-shadow: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
}

.btn:active:focus {
    box-shadow: none !important;
}

.btn.btn-minwidth-sm {
    min-width: 112px;
}

.btn.btn-minwidth {
    min-width: 170px;
}

.btn.btn-minwidth-lg {
    min-width: 218px;
}

.btn:active {
    outline: none;
}

.btn-rounded {
    border-radius: .2rem;
}

.btn-round {
    border-radius: 3rem;
}

.btn-lg {
    font-weight: 500;
    font-size: 1.5rem;
    min-width: 170px;
    padding: 1.1rem 2rem;
}

.btn-lg i:first-child {
    margin-right: 1.4rem;
}

.btn-lg i:last-child {
    margin-left: 1.4rem;
}

.btn-more {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    min-width: 230px;
    text-transform: uppercase;
}

.btn-link {
    padding: .4rem 1rem;
    min-width: 0;
    color: #FA523C;
    text-decoration: none;
    border: none;
    border-bottom: .1rem solid transparent;
    letter-spacing: 0;
    font-size: 1.4rem;
    min-width: 0;
    font-family: "iransans", "Poppins", sans-serif;
}

.btn-link.btn-link-dark {
    color: #333;
}

.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
    color: #FA523C;
    text-decoration: none;
    border-color: #FA523C;
}

.btn-link i:first-child {
    margin-right: 1rem;
}

.btn-link i:last-child {
    margin-left: 1rem;
}

.btn-hover-text {
    display: none;
}

.btn:hover .btn-text,
.btn:focus .btn-text {
    display: none;
}

.btn:hover .btn-hover-text,
.btn:focus .btn-hover-text {
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-white {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-2 {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white-2:hover,
.btn-white-2:focus,
.btn-white-2.focus,
.btn-white-2:not(:disabled):not(.disabled):active,
.btn-white-2:not(:disabled):not(.disabled).active,
.show > .btn-white-2.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary-white {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active,
.show > .btn-primary-white.dropdown-toggle {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-primary-white.disabled,
.btn-primary-white:disabled {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.btn-white-primary {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary.focus,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active,
.show > .btn-white-primary.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-white-primary.disabled,
.btn-white-primary:disabled {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333;
    box-shadow: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-outline {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show > .btn-outline.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn-outline.disabled,
.btn-outline:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-primary {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-primary-2 {
    color: #FA523C;
    background-color: transparent;
    background-image: none;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
    color: #FA523C;
    background-color: transparent;
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-dark {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-dark-2 {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-dark-2:hover,
.btn-outline-dark-2:focus,
.btn-outline-dark-2.focus,
.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-2.dropdown-toggle {
    color: #FA523C;
    background-color: #fafafa;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-dark-2.disabled,
.btn-outline-dark-2:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-dark-3 {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3.focus,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-3.dropdown-toggle {
    color: #FA523C;
    background-color: transparent;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-darker {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-darker:hover,
.btn-outline-darker:focus,
.btn-outline-darker.focus,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-gray {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #959595;
    box-shadow: none;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray.focus,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-lightgray {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-lightgray:hover,
.btn-outline-lightgray:focus,
.btn-outline-lightgray.focus,
.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightgray.dropdown-toggle {
    color: #FA523C;
    background-color: #f5f6f9;
    border-color: #ebebeb;
    box-shadow: none;
}

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}

.btn-shadow:hover,
.btn-shadow:focus,
.btn-shadow:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
    box-shadow: none;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white-2 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-2:hover,
.btn-outline-white-2:focus,
.btn-outline-white-2.focus,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-2.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white-3 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-3:hover,
.btn-outline-white-3:focus,
.btn-outline-white-3.focus,
.btn-outline-white-3:not(:disabled):not(.disabled):active,
.btn-outline-white-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-3.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-3.disabled,
.btn-outline-white-3:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white-4 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-4:hover,
.btn-outline-white-4:focus,
.btn-outline-white-4.focus,
.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-outline-white-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-4.dropdown-toggle {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-white-4.disabled,
.btn-outline-white-4:disabled {
    color: #fff;
    background-color: transparent;
}

.bg-image .btn-wrap > span {
    color: #777;
}

.bg-image .btn-link-dark {
    color: #fff;
}

.bg-image .btn-link-dark:hover,
.bg-image .btn-link-dark:focus {
    color: #FA523C;
    border-color: #FA523C;
}

.bg-image .btn-outline-primary:hover,
.bg-image .btn-outline-primary:focus,
.bg-image .btn-outline-primary.focus,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-image .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.bg-image .btn-outline-dark {
    color: #fff;
    border-color: #fff;
}

.bg-image .btn-outline-dark:hover,
.bg-image .btn-outline-dark:focus,
.bg-image .btn-outline-dark.focus,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-image .btn-outline-dark.dropdown-toggle {
    color: #FA523C;
    background-color: #fff;
    border-color: #fff;
}

/*--------------------- 4.8.Products -------------------- */
/* Product */
.product {
    position: relative;
    margin-bottom: 1rem;
    transition: box-shadow .35s ease;
    background-color: #fff;
}

.owl-carousel .product {
    margin-bottom: 0 !important;
}

.product:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
}

.product-media > a {
    display: block;
}

.product-image {
    display: block;
    width: 100%;
    height: auto;
}

.product-image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: auto;
    transition: all .4s ease;
}

.product:hover .product-image-hover {
    opacity: 1;
}

.product-countdown {
    position: absolute;
    left: .8rem;
    right: .8rem;
    bottom: 1.3rem;
    z-index: 6;
    transition: all .4s ease;
    visibility: visible;
    opacity: 1;
}

.product-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 10px);
}

.product-countdown .countdown-section {
    font-size: 1rem;
    line-height: 1;
    padding: 1.4rem 0 1.2rem;
    margin-left: .5rem;
    margin-right: .5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: .4rem;
}

.product-countdown .countdown-section:not(:last-child):after {
    color: #fff;
    content: ':';
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 3px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.product-countdown .countdown-period {
    display: block;
    font-weight: 400;
    color: #333333;
    text-transform: lowercase;
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-countdown .countdown-amount {
    display: inline-block;
    color: #ef837b;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -.03em;
    margin-bottom: .6rem;
}

.product-countdown.countdown-primary .countdown-amount {
    color: #FA523C;
}

.product-countdown-container {
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.3rem;
    z-index: 6;
    padding-top: .9rem;
    padding-bottom: .9rem;
    border-radius: .3rem;
    background-color: rgba(255, 255, 255, 0.95);
    letter-spacing: -.01em;
    transition: all .4s ease;
    visibility: visible;
    opacity: 1;
}

.product-countdown-container .product-contdown-title {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: .3rem;
    text-align: center;
}

.product-countdown-container .product-countdown {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 6;
    line-height: 1;
    opacity: 1;
}

.product-countdown-container .product-countdown .countdown-amount {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.product:hover .product-countdown,
.product:hover .product-countdown-container {
    opacity: 0;
    visibility: hidden;
}

.product-body {
    position: relative;
    padding: 1.6rem 2rem;
    transition: all .35s ease;
    background-color: #fff;
}

.product-body.product-action-inner {
    padding-left: 4rem;
}

.product-title {
    direction: rtl;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.9;
    letter-spacing: -.01em;
    color: #100e0e;
    margin-bottom: .7rem;
    margin-top: .7rem;
    text-align: right;
}

.product-title a {
    color: inherit;
}

.product-title a:hover,
.product-title a:focus {
    color: #FA523C;
}

.product-cat {
    color: #777;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin-bottom: .3rem;
    text-align: right;
}

.product-cat a {
    color: inherit;
}

.product-cat a:hover,
.product-cat a:focus {
    color: #666;
}

.product-price {
    display: flex;
    align-items: center;
    direction: rtl;
    flex-flow: wrap;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #FA523C;
    margin-bottom: 1.3rem;
}

.new-price {
    color: #ef837b;
    margin-left: .8rem;
}

.old-price {
    color: #cccccc;
    text-decoration: line-through;
}

.out-price {
    color: #cccccc;
}

.out-text {
    display: block;
    text-align: right;
    width: 100%;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.product-label {
    position: absolute;
    z-index: 1;
    top: 2rem;
    right: 2rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: -.01em;
    padding: .5rem .9rem;
    min-width: 45px;
    text-align: center;
    color: #333333;
    background-color: #fff;
}

.product-label + .product-label {
    top: 5rem;
}

.product-label.label-sale {
    color: #fff;
    background-color: #ef837b;
}

.product-label.label-new {
    color: #fff;
    background-color: #a6c76c;
}

.product-label.label-top {
    color: #fff;
    background-color: #7dd2ea;
}

.product-label.label-out {
    color: #fff;
    background-color: #ccc;
}

.product-label.label-primary {
    color: #fff;
    background-color: #FA523C;
}

.product-label.label-secondary {
    color: #fff;
    background-color: #000;
}

.product-label-text {
    color: #FA523C;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -.01em;
    margin-top: -.1rem;
}

.label-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    min-width: 0;
    border-radius: 50%;
    line-height: 1;
}

.label-circle + .label-circle {
    top: 5.6rem;
}

.label-circle.label-out {
    font-size: 1.1rem;
}

.ratings-container {
    display: flex;
    direction: rtl;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 1.7rem;
    line-height: 1;
    white-space: nowrap;
}

.ratings {
    position: relative;
    color: #cccccc;
}

.ratings,
.ratings-val {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "molla";
}

.ratings:before,
.ratings-val:before {
    content: "\f318" "\f318" "\f318" "\f318" "\f318";
}

.ratings-val {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fcb941;
}

.ratings-primary .ratings-val {
    color: #FA523C;
}

.ratings-text {
    color: #474343;
    letter-spacing: -.01em;
    margin-right: .8rem;
}

.ratings-text a {
    color: inherit;
}

.ratings-text a:hover,
.ratings-text a:focus {
    color: #FA523C;
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.product:hover .product-action,
.product:focus .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.action-icon-top {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.action-icon-top .btn-product {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
}

.action-icon-top .btn-product span {
    margin-top: .9rem;
}

.action-icon-top:before {
    margin-right: 0;
}

.btn-product {
    color: #FA523C;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    transition: all .35s ease;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    flex-grow: 1;
    flex-basis: 0;
}

.btn-product + .btn-product {
    border-right: .1rem dotted #e5e5e5;
}

.btn-product:before {
    font-family: "molla";
    margin-left: .9rem;
}

.btn-product span {
    text-align: right;
    color: #666666;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -.01em;
    transition: all .35s ease;
}

.btn-product:hover,
.btn-product:focus {
    outline: none !important;
}

.btn-product:hover span,
.btn-product:focus span {
    color: #FA523C;
    box-shadow: 0 1px 0 0 #FA523C;
}

.product-action-dark {
    background-color: #333333;
}

.product-action-dark .btn-product:not(:hover):not(:focus) span {
    color: #fff;
}

.product-action-dark .btn-product + .btn-product {
    border-left-color: #4b4b4b;
}

.product-action-vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 2rem;
    top: 2rem;
    background-color: transparent;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease;
    transform: translateX(15px);
}

.product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.btn-product-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1;
    transition: all .35s ease;
    padding: 0;
    border-radius: 50%;
    color: #FA523C;
    background-color: #fff;
}

.btn-product-icon:before {
    font-family: "molla";
}

.btn-product-icon span {
    display: none;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
    color: #fff;
    background-color: #FA523C;
}

.btn-product-icon + .btn-product-icon {
    margin-top: 1rem;
}

.btn-cart:before {
    content: '\e812';
}

.btn-wishlist {
    font-size: 1.6rem;
}

.btn-wishlist:before {
    content: '\f234';
}

.product-body .btn-wishlist {
    position: relative;
    top: 3.4rem;
    left: 0;
    color: #ccc;
    padding: 0;
    margin: 0;
    background: none;
}

.product-body .btn-wishlist:before {
    margin-right: 0;
}

.product-body .btn-wishlist span {
    display: none;
}

.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
    color: #FA523C;
    background: none;
}

.btn-quickview:before {
    content: '\f145';
}

.btn-compare:before {
    content: '\f2d0';
}

.btn-expandable {
    position: relative;
}

.btn-expandable span {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    align-items: center;
    display: inline-flex;
    font-weight: 300;
    font-size: 1.1rem;
    white-space: nowrap;
    letter-spacing: 0;
    min-width: 100px;
    padding-right: 1.8rem;
    padding-left: .5rem;
    color: #fff;
    background-color: #FA523C;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: translateX(-15px);
    z-index: -1
}

.btn-expandable:hover,
.btn-expandable:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-expandable:hover span,
.btn-expandable:focus span {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.product-size {
    display: flex;
    align-items: center;
    padding-top: .2rem;
    margin-bottom: 1.6rem;
}

.product-size a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2.1rem;
    height: 2.1rem;
    font-weight: 400;
    font-size: 1.2rem;
    padding-top: .1rem;
    line-height: 1;
    color: #666666;
    background-color: #f7f8fa;
    border-radius: .2rem;
    transition: all .35s ease;
    margin-left: .5rem
}

.product-size a:last-child {
    margin-right: 0;
}

.product-size a:hover,
.product-size a:focus,
.product-size a.active {
    color: #fff;
    background-color: #333;
}

.product-size a.disabled {
    color: #cccccc;
    pointer-events: none;
}

.product-nav {
    display: flex;
    align-items: center;
}

.product-nav-dots {
    margin-bottom: .5rem;
    direction: rtl;
}

.product-nav-dots a,
.product-nav-dots span {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    border: .2rem solid #fff;
    margin-left: .5rem;
    transition: box-shadow .35s ease;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots a:focus,
.product-nav-dots span.active,
.product-nav-dots span:hover,
.product-nav-dots span:focus {
    box-shadow: 0 0 0 0.1rem #cccccc;
}

.product-nav-dots a:last-child,
.product-nav-dots span:last-child {
    margin-right: 0;
}

.product-nav-thumbs {
    padding-top: .2rem;
    direction: rtl;
    margin-bottom: 1.6rem;
}

.product-nav-thumbs a,
.product-nav-thumbs span {
    display: flex;
    align-items: center;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: .2rem;
    border: .2rem solid #fff;
    margin-left: .4rem;
    transition: box-shadow .35s ease
}

.product-nav-thumbs a.active,
.product-nav-thumbs a:hover,
.product-nav-thumbs a:focus,
.product-nav-thumbs span.active,
.product-nav-thumbs span:hover,
.product-nav-thumbs span:focus {
    box-shadow: 0 0 0 0.1rem #cccccc;
}

.product-nav-thumbs a:last-child,
.product-nav-thumbs span:last-child {
    margin-right: 0;
}

.product-nav-thumbs img {
    border-radius: .2rem;
}

.product-disabled {
    pointer-events: none;
}

.product-disabled .btn-product,
.product-disabled .btn-product-icon {
    pointer-events: none;
    color: #fff;
    background-color: #ccc !important;
}

.product.text-center .product-price,
.product.text-center .ratings-container,
.product.text-center .product-nav,
.product.text-center .product-size {
    justify-content: center;
}

/* Product 2 */
.product.product-2 .product-body {
    padding-bottom: .4rem;
}

.product.product-2 .product-action {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.product.product-2 .btn-product {
    direction: rtl;
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.product.product-2 .btn-product + .btn-product {
    border-right-style: solid;
}

.product.product-2 .ratings-container:last-child {
    margin-bottom: 1.6rem;
}

.product.product-2 .product-action-vertical {
    top: 3rem;
}

.product.product-2 .product-nav-dots {
    margin-bottom: 2rem;
}

.product-footer {
    display: none;
    padding-top: 1.3rem;
}

/* Product 3 */
.product.product-3 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.product.product-3 .product-action {
    position: absolute;
    bottom: 100%;
    border-bottom: .1rem solid #ebebeb;
    background-color: #fff;
    transform: translateY(0);
    transition-duration: .25s;
}

.product.product-3 .btn-product {
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
}

.product.product-3 .btn-product:not(:hover):not(:focus) span {
    color: #333;
}

.product.product-3 .product-price,
.product.product-3 .product-nav {
    margin-bottom: 0;
}

.product.product-3 .product-body {
    background-color: #fff;
}

.product.product-3 .product-footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: translateY(100%);
    visibility: hidden;
    transition: all .35s ease;
    padding: 0 2rem 1rem;
}

.product.product-3:hover {
    box-shadow: none;
}

/* Product 4 */
.product.product-4 .product-body {
    padding-bottom: 2rem;
    z-index: 2;
}

.product.product-4 .product-body div:last-child {
    margin-bottom: 0;
}

.product.product-4 .product-action {
    background-color: transparent;
}

.product.product-4 .product-action-vertical {
    top: 3rem;
    transform: translate(0, 10px);
}

.product.product-4 .btn-product {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    color: #fff;
    background-color: #FA523C;
}

.product.product-4 .btn-product span {
    color: inherit;
    transition-duration: 0s;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
    color: #fff;
    background-color: #000;
}

.product.product-4 .btn-product:hover span,
.product.product-4 .btn-product:focus span {
    box-shadow: none;
}

.product.product-4 .product-title {
    margin-bottom: 1rem;
}

.product.product-4 .product-nav {
    margin-bottom: 0;
}

.product.product-4 .product-footer {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    padding-top: .3rem;
    padding-bottom: 2.5rem;
    transition: all .35s ease;
    background-color: #fff;
    z-index: 1;
}

.product.product-4 .ratings-container {
    margin-bottom: 0;
}

.product.product-4:hover .product-action-vertical {
    transform: translate(0, 0);
}

.product.product-4:hover .product-footer {
    opacity: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-4-carousel .owl-stage {
    padding-bottom: 4rem;
}

/* Product 5 */
.product.product-5 .product-body {
    padding-bottom: 1.6rem;
    background-color: #fff;
    transition-duration: 0s;
    z-index: 2;
}

.product.product-5 .product-body div:last-child {
    margin-bottom: 0;
}

.product.product-5 .product-action {
    background-color: transparent;
}

.product.product-5 .product-action-vertical {
    transform: translate(10px, 0);
}

.product.product-5 .btn-product {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    color: #FA523C;
    background-color: #333333;
}

.product.product-5 .btn-product span {
    color: #fff;
    transition-duration: 0s;
}

.product.product-5 .btn-product:hover,
.product.product-5 .btn-product:focus {
    color: #fff;
    background-color: #FA523C;
}

.product.product-5 .btn-product:hover span,
.product.product-5 .btn-product:focus span {
    box-shadow: none;
}

.product.product-5 .product-title {
    margin-bottom: 1rem;
}

.product.product-5 .product-footer {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 2rem;
    transition: all .35s ease;
    background-color: #fff;
    z-index: 1;
}

.product.product-5 .ratings-container {
    margin-bottom: 0;
}

.product.product-5 .ratings-container + .product-nav {
    margin-top: 1.7rem;
}

.product.product-5 .product-nav {
    margin-bottom: 0;
}

.product.product-5:hover .product-footer {
    opacity: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-5-carousel .owl-stage {
    padding-bottom: 7rem;
}

/* Product 6 */
.product.product-6 {
    overflow: hidden;
}

.product.product-6 .product-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 2rem;
    padding-bottom: 0;
    transform: translateY(100%);
}

.product.product-6 .product-action {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: .1rem solid #ebebeb;
    margin-top: 2.4rem;
}

.product.product-6 .btn-product {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.product.product-6 .btn-product + .btn-product {
    border-right-style: solid;
}

.product.product-6 .product-cat {
    margin-bottom: .5rem;
}

.product.product-6 .product-title {
    margin-bottom: 1rem;
}

.product.product-6:hover {
    box-shadow: none;
}

.product.product-6:hover .product-body {
    transform: translateY(0);
}

/* Product 7 */
.product.product-7 .btn-product {
    direction: rtl;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    color: #FA523C;
    background-color: #fff;
    text-transform: uppercase;
    border-bottom: .1rem solid #ebebeb
}

.product.product-7 .btn-product span {
    color: #FA523C;
}

.product.product-7 .btn-product:before {
    display: inline-block;
    margin-top: -.1rem;
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
    color: #fff;
    background-color: #FA523C;
    border-bottom-color: #FA523C;
}

.product.product-7 .btn-product:hover span,
.product.product-7 .btn-product:focus span {
    color: #fff;
    box-shadow: none;
}

.product.product-7 .product-nav-thumbs {
    margin-bottom: 1rem;
}

/* Product 8 */
.product.product-8 {
    margin-bottom: 2rem;
}

.product.product-8 .product-media {
    border: .1rem solid #ebebeb;
}

.product.product-8 .product-body {
    padding: 1.9rem .5rem 4rem;
}

.product.product-8 .product-cat {
    color: #ccc;
    margin-bottom: .5rem;
}

.product.product-8 .product-action {
    background-color: transparent;
}

.product.product-8 .product-action-vertical {
    transform: translate(0, 10px);
}

.product.product-8 .new-price {
    color: #FA523C;
}

.product.product-8 .btn-product {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: #fff;
    background-color: #333;
    text-transform: uppercase;
}

.product.product-8 .btn-product:before {
    color: #FA523C;
    margin-top: -2px;
    margin-right: .6rem;
}

.product.product-8 .btn-product span {
    font-size: 1.4rem;
    color: inherit;
    transition-duration: 0s;
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
    color: #fff;
    background-color: #FA523C;
}

.product.product-8 .btn-product:hover:before,
.product.product-8 .btn-product:focus:before {
    color: #fff;
}

.product.product-8 .btn-product:hover span,
.product.product-8 .btn-product:focus span {
    box-shadow: none;
}

.product.product-8 .product-title {
    margin-bottom: 1rem;
}

.product.product-8 .product-price {
    margin-bottom: .9rem;
}

.product.product-8 .product-nav {
    padding-top: .4rem;
    margin-bottom: 1.3rem;
}

.product.product-8 .product-nav:last-child {
    margin-bottom: 0;
}

.product.product-8 .ratings-container {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.2rem;
    margin-bottom: 0;
    transition: all .35s ease;
}

.product.product-8:hover .product-action-vertical {
    transform: translate(0, 0);
}

.product.product-8:hover .ratings-container {
    opacity: 1;
}

/* Product 9 */
.product.product-9 .product-price {
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: .01em;
    color: #333;
}

.product.product-9 .old-price {
    text-decoration: none;
}

.product.product-9 .label-sale {
    background-color: #FA523C;
    text-transform: uppercase;
}

.product.product-9 .product-body {
    padding: 1rem 2rem;
    transition: all .3s;
}

.product.product-9 .product-action {
    bottom: auto;
    background-color: #fff;
    text-transform: uppercase;
}

.product.product-9 .product-action::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    height: .1rem;
    background-color: #ebebeb;
}

.product.product-9 .product-detail {
    position: absolute;
    visibility: hidden;
    padding-top: 1rem;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.product.product-9 .btn-product {
    direction: rtl;
    padding-top: 1.2rem;
    padding-bottom: 2.2rem;
}

.product.product-9:hover {
    margin-bottom: -9rem !important;
    box-shadow: none;
}

.product.product-9:hover .product-body,
.product.product-9:hover .product-action {
    transform: translateY(-100%);
}

.product.product-9:hover .product-intro {
    padding-bottom: 9rem;
}

.product.product-9:hover .product-detail {
    bottom: 1rem;
    opacity: 1;
    visibility: visible;
}

.product.product-9 .product-nav-dots a,
.product.product-9 .product-nav-dots span {
    width: 4rem;
    height: 5rem;
    border-radius: .5rem;
}

/* Product 10 */
.product.product-10:hover .product-body,
.product.product-10:focus .product-body {
    transform: translateY(-56px);
}

.product.product-10:hover .product-action,
.product.product-10:focus .product-action {
    transform: translateY(22%);
}

.product.product-10 .btn-expandable span {
    background-color: #fcb941;
}

.product.product-10 .product-media {
    background-color: #fff;
    padding: 2rem;
}

.product.product-10 .product-image-hover {
    padding: 2rem;
}

.product.product-10 .product-body .btn-wishlist {
    width: fit-content;
    direction: rtl;
    right: 50%;
    left: -23%;
    top: 4.5rem;
    transform: translateX(50%)
}

.product.product-10 .product-body .btn-wishlist span {
    margin-right: .5rem;
    display: flex;
}

.product.product-10 .product-body .btn-wishlist:hover,
.product.product-10 .product-body .btn-wishlist:focus {
    color: #666;
}

.product.product-10 .product-body .btn-wishlist:hover::before,
.product.product-10 .product-body .btn-wishlist:focus::before {
    content: '\f233';
}

.product.product-10 .btn-product:hover span,
.product.product-10 .btn-product:focus span {
    color: #FA523C;
    box-shadow: 0 1px 0 0 #fcb941;
}

.product.product-10 .product-action {
    display: flex;
    justify-content: center;
}

.product.product-10 .product-body {
    padding-bottom: 5rem;
}

.product.product-10 .btn-cart {
    padding: .5rem 3.5rem;
    border: .2rem solid #fcb941;
    border-radius: .5rem;
    color: #fcb941;
}

.product.product-10 .btn-cart span {
    text-transform: uppercase;
}

.product.product-10 .btn-cart::before {
    content: '';
}

.product.product-10 .btn-cart:hover,
.product.product-10 .btn-cart:focus {
    color: #222;
    background-color: #fcb941;
}

.product.product-10 .btn-quickview {
    color: #fcb941;
}

.product.product-10 .btn-quickview:hover,
.product.product-10 .btn-quickview:focus {
    color: #fff;
    background-color: #fcb941;
}

.product.product-10 .product-title a {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "iransans", 'Poppins';
    letter-spacing: 0;
    color: #333;
}

.product.product-10 .product-title a:hover,
.product.product-10 .product-title a:focus {
    color: #fcb941;
}

.product.product-10 .product-price {
    margin-top: .8rem;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "iransans", 'Poppins';
    letter-spacing: 0;
    color: #333333;
}

.product.product-10 .new-price {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "iransans", 'Poppins';
    letter-spacing: 0;
}

.product.product-10 .old-price {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "iransans", 'Poppins';
    letter-spacing: 0;
    text-decoration: none;
}

.product.product-10 .product-label {
    right: 3rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "iransans", 'Poppins';
    letter-spacing: -.01em
}

.product.product-10 .product-label.label-deal {
    color: #fff;
    background-color: #ef837b;
    padding: .5rem 2rem;
    right: 0;
    box-shadow: 0 5px 10px rgba(34, 34, 34, 0.2);
}

/* Product 11 */
.product.product-11 a:hover,
.product.product-11 a:focus {
    color: #FA523C;
}

.product.product-11 .btn-product-icon {
    color: #333;
    border: .1rem solid #ebebeb;
}

.product.product-11 .btn-product-icon:hover,
.product.product-11 .btn-product-icon:focus {
    color: #fff;
    background-color: #FA523C;
    border-color: #FA523C;
}

.product.product-11 .product-price {
    color: #333;
}

.product.product-11 .old-price {
    text-decoration: none;
}

.product.product-11 .product-body {
    padding-bottom: 7rem;
}

.product.product-11 .product-action {
    bottom: 2rem;
}

.product.product-11 .btn-product {
    text-transform: uppercase;
    color: #333;
    border: .1rem solid #ebebeb;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.product.product-11 .btn-product span {
    font-size: 1.4rem;
}

.product.product-11 .btn-product:hover,
.product.product-11 .btn-product:focus {
    color: #fff;
    border-color: #FA523C;
    background-color: #FA523C;
}

.product.product-11 .btn-product:hover span,
.product.product-11 .btn-product:focus span {
    color: #fff;
    box-shadow: none;
}

.product.product-11:hover,
.product.product-11:focus {
    z-index: 10;
}

/* Product List */
.product.product-list {
    box-shadow: none;
    padding-bottom: 2rem;
    border-bottom: .1rem solid #ebebeb;
    margin-bottom: 2rem;
}

.product.product-list .product-media {
    height: 100%;
}

.product.product-list .product-media > a {
    height: 100%;
}

.product.product-list .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product.product-list .product-body {
    padding: 1.6rem 0 0;
}

.product.product-list .product-body .btn-wishlist {
    top: 3.1rem;
}

.product.product-list .product-list-action {
    padding: 3.4rem 0 0;
}

.product.product-list .product-content {
    color: #191818;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.43;
    padding-top: 1rem;
    margin-bottom: 3.4rem;
}

.product.product-list .product-content p {
    margin-bottom: 0;
}

.product.product-list .product-action {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    margin-bottom: 1.2rem;
}

.product.product-list .ratings-container {
    margin-bottom: 2.6rem;
}

.product.product-list .btn-product {
    color: #777;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
    flex: 1 1 50%;
    max-width: 50%;
}

.product.product-list .btn-product:before {
    margin-right: .5rem;
}

.product.product-list .btn-product span {
    color: inherit;
    font-size: 1.2rem;
    transition: box-shadow .35s ease, color 0s ease;
}

.product.product-list .btn-product.disabled {
    pointer-events: none;
}

.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
    color: #FA523C;
}

.product.product-list .btn-product:hover span,
.product.product-list .btn-product:focus span {
    color: inherit;
}

.product.product-list .btn-product.btn-cart {
    color: #FA523C;
    border: 0.1rem solid #FA523C;
    flex: 1 1 100%;
    max-width: 100%;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all .35s ease;
}

.product.product-list .btn-product.btn-cart span {
    font-size: 1.3rem;
}

.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
    color: #fff;
    background-color: #FA523C;
}

.product.product-list .btn-product.btn-cart:hover span,
.product.product-list .btn-product.btn-cart:focus span {
    box-shadow: none;
}

.product.product-list .btn-product.btn-cart.disabled {
    color: #ccc;
    border-color: #ebebeb;
    background-color: #fafafa;
}

.product.product-list .btn-product.btn-cart.disabled:before {
    display: none;
}

.product.product-list .product-nav {
    margin-bottom: 0;
}

/* Products Small */
.product.product-sm {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.product.product-sm:hover {
    box-shadow: none;
}

.product.product-sm .product-media {
    flex: 0 0 80px;
    max-width: 80px;
}

.product.product-sm .product-body {
    flex: 1 1 auto;
    padding: 1rem 2rem 0 0;
}

.product.product-sm .product-cat {
    color: #cccccc;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: .2rem;
}

.product.product-sm .product-title {
    font-size: 1.4rem;
}

.product.product-sm .product-price {
    font-size: 1.6rem;
}

.product.product-sm .product-title {
    margin-bottom: .2rem;
}

.product.product-sm .product-price {
    margin-bottom: 0;
}

.product.product-sm .product-price .old-price {
    text-decoration: none;
}

@media screen and (min-width: 480px) {
    .just-action-icons-sm .btn-product span {
        display: none;
    }

    .just-action-icons-sm .btn-product:before {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .just-action-icons-md .btn-product span {
        display: none;
    }

    .just-action-icons-md .btn-product:before {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .just-action-icons-lg .btn-product span {
        display: none;
    }

    .just-action-icons-lg .btn-product:before {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .just-action-icons-xl .btn-product span {
        display: none;
    }

    .just-action-icons-xl .btn-product:before {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {

    .product.product-9:hover .product-body,
    .product.product-9:hover .product-action {
        transform: translateY(-60%);
    }
}

@media screen and (max-width: 991px) {
    .sticky-wrapper {
        z-index: 1;
    }
}

/*--------------------- 4.9.Banners -------------------- */
/* Banners */
.banners-group {
    margin-bottom: 1.9rem;
}

.banner {
    display: block;
    position: relative;
    margin-bottom: 2rem;
    background-color: #ccc;
}

.banner > a {
    position: relative;
    display: block;
    outline: none !important;
}

.banner img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
}

.banner.banner-menu img {
    height: 100%;
}

.banner-content {
    display: inline-block;
    position: absolute;
    padding-top: .4rem;
    right: 2rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-content a:hover,
.banner-content a:focus {
    text-decoration: none;
}

.banner-big .banner-content.banner-content-center,
.banner-content-center.banner-content {
    max-width: none;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-title {
    color: #333333;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    letter-spacing: -.03em;
}

.banner-title a {
    color: inherit;
}

.banner-title a:hover,
.banner-title a:focus {
    text-decoration: none;
}

.banner-title.text-white a {
    color: #fff;
}

.banner-subtitle {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.banner-subtitle a {
    color: inherit;
}

.banner-subtitle a:hover,
.banner-subtitle a:focus {
    text-decoration: none;
}

.banner-subtitle.text-white a {
    color: #fff;
}

.banner-link {
    font-weight: 400;
    display: inline-block;
}

.banner-big {
    color: #cccccc;
}

.banner-big .banner-content {
    max-width: 470px;
    left: 3rem;
}

.banner-big .banner-subtitle {
    font-size: 1.8rem;
    margin-bottom: .6rem;
}

.banner-big .banner-title {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.banner-big .banner-title + .btn {
    margin-top: 1rem;
}

.banner-big p:last-of-type {
    margin-bottom: 2.3rem;
}

@media screen and (min-width: 768px) {
    .banner-content {
        right: 3rem;
    }

    .banner-big .banner-content {
        right: 6rem;
    }

    .banner-big .banner-title {
        font-size: 4rem;
    }
}

@media screen and (min-width: 992px) {
    .banner-content {
        right: 4rem;
    }

    .banner-big .banner-content {
        left: 10rem;
    }

    .banner-big .banner-title {
        font-size: 5rem;
    }
}

.banner-display > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.4);
    transition: all 0.35s ease;
}

.banner-display:hover > a:before {
    visibility: visible;
    opacity: 1;
}

.banner-display .banner-content {
    padding-top: 0;
    text-align: right;
}

.banner-display .banner-title {
    font-weight: 600;
    font-size: 2rem;
}

.banner-display.banner-link-anim .banner-title {
    margin-bottom: 0;
}

.banner-display.banner-link-anim:hover .banner-content {
    padding-bottom: 4.5rem;
}

.btn.banner-link {
    font-size: 1.4rem;
    line-height: 1;
    padding: .8rem 1.4rem;
    min-width: 0;
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn.banner-link i {
    margin-right: 0;
    margin-left: 0;
}

.btn.banner-link i:first-child {
    margin-right: 0;
}

.btn.banner-link i:last-child {
    margin-right: .9rem;
}

.banner-overlay > a {
    position: relative;
}

.banner-overlay > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.25);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.banner-overlay.banner-overlay-light > a:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.banner-overlay:hover > a:after,
.banner-overlay:focus > a:after {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .banner-display .banner-title {
        font-size: 2.4rem;
    }
}

/*--------------------- 4.10.Banners Video -------------------- */
/* Banners Videos */
.video-banner p {
    max-width: 500px;
}

.video-banner p:last-child {
    margin-bottom: 0;
}

.video-banner.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.video-banner-bg {
    padding-top: 8.5rem;
    padding-bottom: 7.5rem;
}

.video-banner-title {
    letter-spacing: -.025em;
    margin-bottom: 3.6rem;
}

.video-banner-title > span {
    display: block;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -.03em;
    margin-bottom: 1.6rem;
}

.video-fullheight {
    display: flex;
    align-items: center;
}

.btn-video {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5.4rem;
    height: 5.4rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #FA523C;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.2);
    transition: all .35s ease;
}

.btn-video i {
    margin-right: -.2rem;
}

.btn-video:hover,
.btn-video:focus {
    color: #fff;
    background-color: #000;
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
}

.video-banner-poster .video-banner-title {
    font-weight: 400;
    margin-bottom: 1.6rem;
}

.video-banner-poster .video-banner-title span {
    font-weight: 300;
    font-size: 1.6rem;
}

.video-poster {
    position: relative;
}

.video-poster img {
    border-radius: .4rem;
}

.video-poster-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-poster-title {
    font-weight: 400;
    margin-bottom: 3rem;
    letter-spacing: -.025em;
}

.video-banner-box {
    padding: 3rem;
}

.video-banner-box .video-poster img {
    border-radius: 0;
}

.video-box-content {
    padding-left: 0;
    max-width: 460px;
    font-size: 1.5rem;
    color: #777;
}

.video-box-content .video-banner-title {
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.video-box-content .video-banner-title span {
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: .6rem;
}

.video-box-content p:not(:last-child) {
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .video-banner-bg {
        padding-top: 14.5rem;
        padding-bottom: 13.5rem;
    }

    .video-banner-title > span {
        font-size: 2.4rem;
    }

    .video-box-content .video-banner-title span {
        font-size: 2rem;
    }

    .btn-video {
        width: 7rem;
        height: 7rem;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 992px) {
    .video-banner-bg {
        padding-top: 18.5rem;
        padding-bottom: 17.5rem;
    }

    .video-box-content {
        padding-left: 5rem;
    }

    .video-fullheight {
        height: 100vh;
        max-height: 900px;
    }
}

@media screen and (min-width: 992px) {
    .video-box-content {
        padding-left: 7rem;
    }
}

/*--------------------- 4.11.Banners Category -------------------- */
/* Banners Category */
.banner-cat .banner-title {
    margin-bottom: .1rem;
}

.banner-cat .banner-subtitle {
    margin-bottom: 1.6rem;
}

.banner-content-overlay {
    overflow: hidden;
    padding: 1.8rem 2rem .7rem;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .3s ease;
}

.banner-content-overlay .banner-subtitle {
    margin-bottom: .9rem;
}

.banner-content-overlay .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    transition: all .3s ease;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
}

.banner:hover .banner-content-overlay {
    padding-bottom: 3.7rem;
    background-color: white;
}

.banner:hover .banner-content-overlay .banner-link {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.banner-content-static {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 1.2rem 2rem;
    background-color: white;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .3s ease;
}

.banner-content-static .banner-subtitle {
    transition: all .25s ease;
    margin-bottom: .9rem;
}

.banner-content-static .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    transition: all .3s ease;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
}

.banner:hover .banner-content-static {
    background-color: white;
}

.banner:hover .banner-content-static .banner-subtitle {
    opacity: 0;
}

.banner:hover .banner-content-static .banner-link {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.banner-content.banner-content-top {
    top: 105px;
}

.banner-content.banner-content-bottom {
    top: auto;
    bottom: 60px;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.banner-content.banner-content-right {
    right: auto;
    left: 30px;
}

.banner-link-anim .banner-content {
    transition: all .3s ease;
}

.banner-link-anim .banner-subtitle {
    margin-bottom: 0;
}

.banner-link-anim .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 130px;
    padding-left: .5rem;
    padding-right: .5rem;
    transition: all .3s ease;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
}

.banner-link-anim .banner-content-center .banner-link {
    right: 50%;
    transform: translateY(-20px) translateX(50%);
    -ms-transform: translateY(-20px) translateX(50%);
}

.banner-link-anim:hover .banner-content {
    padding-bottom: 4rem;
}

.banner-link-anim:hover .banner-link {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.banner-link-anim:hover .banner-content-center .banner-link {
    transform: translateY(0) translateX(50%);
    -ms-transform: translateY(0) translateX(50%);
}

.banner-badge .banner-link {
    font-size: 1.6rem;
    display: inline-block;
    background-color: #fff;
    padding: 1.2rem 2rem;
    text-align: center;
    min-width: 170px;
    border-radius: .2rem;
    position: absolute;
    top: auto;
    bottom: 3.2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    overflow: hidden;
}

.banner-badge .banner-title,
.banner-badge .banner-subtitle {
    transition: all .3s ease;
}

.banner-badge .banner-subtitle {
    margin-bottom: 0;
}

.banner-badge .banner-link-text {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    transition: all .3s ease;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.banner-badge .banner-link:hover,
.banner-badge .banner-link:focus {
    text-decoration: none;
}

.banner-badge .banner-link:hover .banner-title,
.banner-badge .banner-link:hover .banner-subtitle,
.banner-badge .banner-link:focus .banner-title,
.banner-badge .banner-link:focus .banner-subtitle {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
    opacity: 1;
    background-color: #FA523C;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------- 4.12.Social Icons -------------------- */
/* Social Icons */
.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #777;
    margin: 0;
    background-color: transparent;
    border: .1rem solid #e1e2e6;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease;
}

.social-icon:not(:last-child) {
    margin-left: 1rem;
}

.social-icon:hover,
.social-icon:focus {
    color: #FA523C;
    border-color: #FA523C;
    background-color: transparent;
}

.social-icon.social-facebook {
    color: #8f79ed;
}

.social-icon.social-twitter {
    color: #79c8ed;
}

.social-icon.social-instagram {
    color: #dd6d9a;
}

.social-icon.social-youtube {
    color: #e66262;
}

.social-icon.social-pinterest {
    color: #e66262;
}

.social-icon.social-linkedin {
    color: #3399cc;
}

.social-icons-color,
.social-icons-simple {
    line-height: 1;
}

.social-icons-color .social-icon,
.social-icons-simple .social-icon {
    width: auto;
    height: auto;
    border: none;
}

.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
    margin-left: 2rem;
}

.social-label {
    margin-bottom: 0;
    margin-left: 2rem;
}

.social-icons-sm .social-icon {
    font-size: 1.2rem;
    width: 3rem;
    height: 3rem;
}

.social-icons-sm .social-icon:not(:last-child) {
    margin-left: .5rem;
}

.social-icons-sm .social-label {
    margin-left: 1rem;
}

.social-icons-colored .social-icon.social-facebook {
    color: #fff;
    border-color: #8f79ed;
    background-color: #8f79ed;
}

.social-icons-colored .social-icon.social-twitter {
    color: #fff;
    border-color: #79c8ed;
    background-color: #79c8ed;
}

.social-icons-colored .social-icon.social-instagram {
    color: #fff;
    border-color: #dd6d9a;
    background-color: #dd6d9a;
}

.social-icons-colored .social-icon.social-youtube {
    color: #fff;
    border-color: #e66262;
    background-color: #e66262;
}

.social-icons-colored .social-icon.social-pinterest {
    color: #fff;
    border-color: #e66262;
    background-color: #e66262;
}

.social-icons-colored .social-icon.social-linkedin {
    color: #fff;
    border-color: #3399cc;
    background-color: #3399cc;
}

.social-icons-colored .social-icon:hover,
.social-icons-colored .social-icon:focus {
    background-color: #fff !important;
    border-color: #d7d7d7 !important;
}

.social-icons-colored .social-icon:hover.social-facebook,
.social-icons-colored .social-icon:focus.social-facebook {
    color: #8f79ed;
}

.social-icons-colored .social-icon:hover.social-twitter,
.social-icons-colored .social-icon:focus.social-twitter {
    color: #79c8ed;
}

.social-icons-colored .social-icon:hover.social-instagram,
.social-icons-colored .social-icon:focus.social-instagram {
    color: #dd6d9a;
}

.social-icons-colored .social-icon:hover.social-youtube,
.social-icons-colored .social-icon:focus.social-youtube {
    color: #e66262;
}

.social-icons-colored .social-icon:hover.social-pinterest,
.social-icons-colored .social-icon:focus.social-pinterest {
    color: #e66262;
}

.social-icons-colored .social-icon:hover.social-linkedin,
.social-icons-colored .social-icon:focus.social-linkedin {
    color: #3399cc;
}

/*--------------------- 4.13.Testimonials -------------------- */
/* Testimonials */
.testimonial-icon:before {
    font-family: 'molla';
    content: '\f10d';
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 1;
    color: #FA523C;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.testimonial img {
    display: inline-block !important;
    max-width: 70px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-bottom: 2.1rem;
}

.owl-testimonials.owl-theme .owl-nav [class*='owl-'] {
    top: 65px;
}

.owl-testimonials-photo.owl-theme .owl-nav [class*='owl-'] {
    top: 110px;
}

/*--------------------- 4.14.Forms -------------------- */
/* Inputs */
.form-group {
    margin-bottom: 2rem;
}

.form-group .form-control,
.form-group .select-custom {
    margin-bottom: 0;
}

.form-control {
    height: 40px;
    padding: .85rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

.form-control-white {
    border-color: #fff;
}

.form-control:focus {
    color: #777;
    background-color: #fff;
    border-color: #FA523C;
    box-shadow: none;
    outline: none !important;
}

.form-control::placeholder {
    color: #777;
}

textarea.form-control {
    min-height: 130px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.form-control-rounded {
    border-radius: .2rem;
}

.input-group-round .form-control {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.input-group-round > .input-group-append > .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

label {
    color: #666;
    font-weight: 300;
    font-size: 1.4rem;
    margin: 0 0 1.1rem;
    float: right;
}

.form-text {
    color: #999999;
    line-height: 1.5;
    margin-top: 0;
}

.form-control + .form-text {
    margin-top: -.5rem;
    margin-bottom: .6rem;
    text-align: right;
}

small.form-text {
    font-size: 85%;
}

.required-field > label::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 .45rem;
}

.required {
    color: #e02b27;
    font-size: 1.2rem;
}

.required + .form-footer {
    margin-top: 0.8rem;
}

.form-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: .6rem;
}

.select-custom {
    position: relative;
    margin-bottom: 1rem;
}

.select-custom select {
    -webkit-appearance: none;
    appearance: none;
}

.select-custom::after {
    font-family: "molla";
    content: '\f110';
    position: absolute;
    display: inline-block;
    left: 1.9rem;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-51%);
    color: #333333;
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem;
}

.form-group-custom-control {
    margin-top: 2rem;
}

.form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem;
}

.form-group-custom-control + .form-group-custom-control {
    margin-top: -.5rem;
}

.form-group-custom-control .custom-control-label {
    text-transform: initial;
    letter-spacing: 0;
    font-weight: 400;
}

.custom-control {
    position: relative;
    padding-left: 2.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #FA523C;
}

.custom-control-label {
    position: static;
    margin-bottom: 0;
    margin-top: .1rem;
    font-size: 1.4rem;
    padding-right: 2.6rem;
    margin-left: -2.6rem;
}

.custom-control-label::before {
    right: 0;
    top: .6rem;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    box-shadow: none !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dadada;
}

.custom-control-label::after {
    right: 0;
    top: .6rem;
    width: 1.6rem;
    height: 1.6rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 15;
}

.custom-checkbox .custom-control-label::after {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: none;
    font-size: 1rem;
    font-family: 'molla';
    content: '\ec2d';
    line-height: 1;
    text-align: center;
    opacity: 0;
    margin-top: .1rem;
    visibility: hidden;
    transition: opacity .01s
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #989595;
    background-color: #FA523C;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #333;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(51, 51, 51, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(51, 51, 51, 0.5);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    opacity: 1;
    visibility: visible;
}

.custom-control.custom-radio .custom-control-label::before {
    top: .4rem;
    background-color: #f9f9f9;
    border-color: #dadada;
    border-radius: 50%;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #FA523C;
    background-color: #fff;
}

.custom-control.custom-radio .custom-control-label::after {
    border-radius: 50%;
    width: .6rem;
    height: .6rem;
    top: .9rem;
    right: .5rem;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important;
    z-index: 2;
    background-color: #FA523C;
}

.noUi-tooltip {
    direction: rtl !important;
}

.form-control-tooltip {
    position: relative;
    padding-right: 4rem;
}

.form-control-tooltip .input-tooltip {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 2.4rem;
    color: #777;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.form-control-tooltip .input-tooltip:hover,
.form-control-tooltip .input-tooltip:focus {
    color: #000;
}

/*--------------------- 4.15.Call to Actions -------------------- */
/* Call to Actions */
.cta .input-group {
    margin-bottom: 0;
}

.cta .form-control {
    height: 46px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    background-color: #fff;
}

.cta .form-control:not(:focus):not(.form-control-white) {
    border-color: #dadada;
}

.cta .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cta .btn:not(.btn-block) {
    min-width: 170px;
}

.cta.bg-image {
    background-color: #f5f5f5;
}

.cta-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin-bottom: 0;
}

.cta-desc {
    margin-bottom: 1.5rem;
}

.cta-horizontal .form-control {
    flex-grow: 1;
    margin-right: 2rem;
}

.cta-horizontal .form-control,
.cta-horizontal .cta-desc {
    margin-bottom: 0;
}

.cta-horizontal-box {
    padding-top: 5.2rem;
    padding-bottom: 4.8rem;
}

.cta-heading {
    padding-top: .7rem;
    margin-bottom: 2.7rem;
}

.cta-heading .cta-title {
    margin-bottom: .5rem;
}

.cta-text {
    padding-top: .5rem;
}

.cta-text .cta-title {
    margin-bottom: 2.1rem;
}

.cta-text .cta-desc {
    margin-bottom: 2.3rem;
}

.cta-separator {
    position: relative;
}

.cta-separator [class*="col-"] + [class*="col-"]:before {
    content: '';
    width: .1rem;
    display: block;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #ebebeb;
}

.cta-separator.bg-image [class*="col-"] + [class*="col-"]:before {
    background-color: #dadada;
}

.cta-wrapper {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.cta-wrapper .cta-title {
    margin-bottom: .6rem;
}

.cta-wrapper .cta-desc {
    margin-bottom: 2rem;
}

.cta-wrapper.cta-text {
    max-width: 330px;
}

.cta-wrapper.cta-text .cta-title {
    margin-bottom: 1.6rem;
}

.cta-wrapper.cta-text .cta-desc {
    margin-bottom: 2.6rem;
}

.cta-border {
    padding: 3.9rem 2rem;
    border: 1rem solid #f5f5f5;
    text-align: center;
}

.cta-border .cta-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cta-border .cta-heading {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
}

.cta-border .cta-title {
    margin: 0 0 2rem;
}

.cta-border .cta-text {
    position: relative;
    padding: 0;
    flex-grow: 1;
    margin-bottom: 2rem;
}

.cta-border .cta-text::before {
    content: '';
    background-color: #f5f5f5;
    width: .5rem;
    height: 9rem;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -4.5rem;
    display: none;
}

.cta-border p {
    max-width: 460px;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .cta-border {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .cta-border .cta-content {
        flex-direction: row;
        padding-right: 1.5rem;
    }

    .cta-border .cta-heading {
        flex: 0 0 24.7%;
        max-width: 24.7%;
        padding-left: 3rem;
    }

    .cta-border .cta-title {
        margin-bottom: 0;
    }

    .cta-border .cta-text {
        text-align: right;
        margin-left: 2rem;
        padding-right: 3rem;
        margin-bottom: 0;
    }

    .cta-border .cta-text::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .cta-horizontal-box {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .cta-horizontal .cta-desc {
        margin-bottom: 1.5rem;
    }

    .cta-separator [class*="col-"] + [class*="col-"]:before {
        height: .1rem;
        width: 80%;
        left: 10%;
        top: 0;
        bottom: auto;
    }

    .cta-border .cta-title,
    .cta-border .cta-title.text-right {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .cta-horizontal .form-control {
        margin-right: 1rem;
    }

    .cta .btn:not(.btn-block) {
        min-width: 0;
        float: right;
        margin-top: 1.5rem;
    }

    .cta-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .cta .input-group {
        flex-direction: column;
    }

    .cta .input-group .form-control {
        width: 100%;
        margin-right: 0;
    }

    .cta .input-group .btn {
        margin-left: 0;
        margin-top: 1rem;
    }

    .cta .input-group .input-group-append,
    .cta .input-group .input-group-prepend {
        justify-content: center;
    }

    .cta .input-group-round .form-control,
    .cta .input-group-round .btn {
        border-radius: 30px;
    }

    .cta .input-group-round .input-group-append {
        justify-content: center;
    }
}

/*--------------------- 4.16.Tables -------------------- */
/* Tables */
.table {
    margin-bottom: 3rem;
}

.table th {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #999999;
}

.table th,
.table thead th,
.table td {
    border-top: none;
    border-bottom: .1rem solid #ebebeb;
}

.table th,
.table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.table td {
    vertical-align: middle;
}

/*--------------------- 4.17. Counters -------------------- */
/* Counters */
.count-container {
    margin-bottom: 3.3rem;
}

.count-wrapper {
    color: #FA523C;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: .6rem;
}

.count-title {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -.01em;
}

/*--------------------- 4.18.Pagination -------------------- */
/* Pagination */
.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 2rem;
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0 .3rem;
    line-height: 1;
    color: #706f6c;
    border-radius: .3rem;
    background-color: transparent;
    border: .1rem solid transparent;
}

.page-link i {
    font-size: 1.5rem;
}

.page-link.page-link-prev {
    margin-left: 1.7rem !important;
}

.page-link.page-link-prev i {
    margin-right: 0;
    margin-left: 1rem;
}

.page-link.page-link-next {
    margin-right: 1.8rem;
}

.page-link.page-link-next i {
    margin-right: 1rem;
    margin-left: 0;
}

.page-link.page-link-prev,
.page-link.page-link-next {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 70px;
}

.page-link:hover,
.page-link:focus {
    box-shadow: none;
    color: #FA523C;
    border-color: #ebebeb;
    text-decoration: none;
    background-color: transparent;
    outline: none !important;
}

.page-item-total {
    color: #cccccc;
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 1.2rem;
}

.page-item + .page-item {
    margin-right: .4rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.page-item.active .page-link {
    color: #FA523C;
    background-color: transparent;
    border-color: #ebebeb;
}

.page-item.disabled .page-link {
    border-color: transparent;
    color: #eaeaea;
}

/*--------------------- 4.19.Modals -------------------- */
/* Modals */
.modal-backdrop {
    background-color: #333;
}

.modal-backdrop.show {
    opacity: .4;
}

.modal-body {
    padding: 0;
}

.modal-body .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.modal-content {
    border: none;
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.close {
    font-weight: normal;
    font-size: 1.8rem;
    color: #666666;
    opacity: 1;
    transition: all .3s;
}

.close:hover,
.close:focus {
    color: #FA523C;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 575px;
    }
}

/*--------------------- 4.20.Alerts -------------------- */
/* Alerts */
.alert {
    font-weight: 300;
    color: #fefefe !important;
    line-height: 1.43;
    letter-spacing: -.01em;
    border-radius: 0;
    margin: 0;
    padding: 1rem 1.5rem;

}

.alert .container {
    position: relative;
}

.alert a {
    color: rgba(255, 255, 255, 0.7);
}

.alert a:hover,
.alert a:focus {
    color: rgba(255, 255, 255, 0.9);
}

.alert .close {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.alert .close span {
    display: inline-block;
    line-height: 1;
    padding-bottom: .2rem;
}

.alert-primary {
    color: #fff;
    background-color: #fdf554;
    border: 1px solid #000000;
}

.alert-dark {
    color: #fefefe;
    background-color: #c2bebe;
    border: 1px solid #000000;
}

.alert-danger {
    color: #000000 !important;
    background-color: #fbc9c9;
    border: 1px solid #bd2130;
}

.alert-info {
    color: #fff;
    background-color: #9de5fb;
    border: 1px solid #0069d9;
    text-align: right;

}

.alert-success {
    color: #fff;
    background-color: #20cb55;
    border: 1px solid #0b2e13;
}

.alert-warning {
    color: #fff;
    background-color: #f4b388;
    border: 1px solid #bd4040;
}

/*--------------------- 4.21.Instagram Feeds -------------------- */
/* Instagram Feed */
.instagram-feed {
    width: 100%;
    display: block;
    position: relative;
    background-color: #ccc;
    margin-bottom: 2rem;
}

.owl-carousel .instagram-feed {
    margin-bottom: 0;
}

.instagram-feed:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.4);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.instagram-feed:hover:after,
.instagram-feed:hover .instagram-feed-content {
    opacity: 1;
    visibility: visible;
}

.instagram-feed img {
    max-width: none;
    width: 100%;
}

.instagram-feed-content {
    direction: rtl;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.instagram-feed-content i {
    font-weight: normal;
    margin-left: .8rem;
}

.instagram-feed-content a {
    color: inherit;
}

.instagram-feed-content a:hover,
.instagram-feed-content a:focus {
    color: #FA523C;
}

.instagram-feed-content a + a {
    margin-right: 2rem;
}

/*--------------------- 4.21.Elements list -------------------- */
/* Lists */
.elements > div {
    padding: 1rem;
}

.elements > div:nth-child(1) .element-img {
    background-position: calc(-200px * calc(1 - 1)) 0;
}

.elements > div:nth-child(1) .element-hover-img {
    background-position: calc(-200px * 1 + 100px) 0;
}

.elements > div:nth-child(2) .element-img {
    background-position: calc(-200px * calc(2 - 1)) 0;
}

.elements > div:nth-child(2) .element-hover-img {
    background-position: calc(-200px * 2 + 100px) 0;
}

.elements > div:nth-child(3) .element-img {
    background-position: calc(-200px * calc(3 - 1)) 0;
}

.elements > div:nth-child(3) .element-hover-img {
    background-position: calc(-200px * 3 + 100px) 0;
}

.elements > div:nth-child(4) .element-img {
    background-position: calc(-200px * calc(4 - 1)) 0;
}

.elements > div:nth-child(4) .element-hover-img {
    background-position: calc(-200px * 4 + 100px) 0;
}

.elements > div:nth-child(5) .element-img {
    background-position: calc(-200px * calc(5 - 1)) 0;
}

.elements > div:nth-child(5) .element-hover-img {
    background-position: calc(-200px * 5 + 100px) 0;
}

.elements > div:nth-child(6) .element-img {
    background-position: calc(-200px * calc(6 - 1)) 0;
}

.elements > div:nth-child(6) .element-hover-img {
    background-position: calc(-200px * 6 + 100px) 0;
}

.elements > div:nth-child(7) .element-img {
    background-position: calc(-200px * calc(7 - 1)) 0;
}

.elements > div:nth-child(7) .element-hover-img {
    background-position: calc(-200px * 7 + 100px) 0;
}

.elements > div:nth-child(8) .element-img {
    background-position: calc(-200px * calc(8 - 1)) 0;
}

.elements > div:nth-child(8) .element-hover-img {
    background-position: calc(-200px * 8 + 100px) 0;
}

.elements > div:nth-child(9) .element-img {
    background-position: calc(-200px * calc(9 - 1)) 0;
}

.elements > div:nth-child(9) .element-hover-img {
    background-position: calc(-200px * 9 + 100px) 0;
}

.elements > div:nth-child(10) .element-img {
    background-position: calc(-200px * calc(10 - 1)) 0;
}

.elements > div:nth-child(10) .element-hover-img {
    background-position: calc(-200px * 10 + 100px) 0;
}

.elements > div:nth-child(11) .element-img {
    background-position: calc(-200px * calc(11 - 1)) 0;
}

.elements > div:nth-child(11) .element-hover-img {
    background-position: calc(-200px * 11 + 100px) 0;
}

.elements > div:nth-child(12) .element-img {
    background-position: calc(-200px * calc(12 - 1)) 0;
}

.elements > div:nth-child(12) .element-hover-img {
    background-position: calc(-200px * 12 + 100px) 0;
}

.elements > div:nth-child(13) .element-img {
    background-position: calc(-200px * calc(13 - 1)) 0;
}

.elements > div:nth-child(13) .element-hover-img {
    background-position: calc(-200px * 13 + 100px) 0;
}

.elements > div:nth-child(14) .element-img {
    background-position: calc(-200px * calc(14 - 1)) 0;
}

.elements > div:nth-child(14) .element-hover-img {
    background-position: calc(-200px * 14 + 100px) 0;
}

.elements > div > a {
    display: block;
}

.element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: .1rem solid #ebebeb;
    position: relative;
    transition: all .3s;
}

.element:hover,
.element:focus {
    box-shadow: 0 5px 20px rgba(234, 234, 234, 0.8);
}

.element:hover .element-hover-img,
.element:focus .element-hover-img {
    visibility: visible;
    opacity: 1;
}

.element:hover .element-img,
.element:focus .element-img {
    opacity: 0;
}

.element:hover p,
.element:focus p {
    color: #333;
}

.element p {
    margin-top: -1rem;
    padding-bottom: 1rem;
}

.element-img,
.element-hover-img {
    width: 100px;
    height: 100px;
    background-image: url(../images/elements.png);
    background-repeat: no-repeat;
    transition: all .3s;
}

.element-hover-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.element-type {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Poppins';
    letter-spacing: .01em;
    color: #666;
    text-transform: uppercase;
}

/*--------------------- 5.Pages -------------------- */
/*--------------------- 5.1.Home -------------------- */
/*  Index.html - Home page */
.intro-section {
    margin-top: -1px;
}

.intro-banners .banner {
    margin-bottom: 2rem;
}

.text-darkwhite {
    color: #ebebeb;
}

.banner-link-anim {
    background-color: transparent;
}

.banner-subtitle {
    margin-bottom: .5rem;
}

.intro-slider-container,
.intro-slide {
    background-color: #cccccc;
}

.intro-slider-container,
.intro-slide .slide-image {
    position: relative;
}

.intro-slider-container:before,
.intro-slide .slide-image:before {
    display: block;
    content: '';
    width: 100%;
}

.slider-container-1:before,
.intro-slider-1 .slide-image:before {
    padding-top: 56.5384615385%;
}

@media screen and (max-width: 479px) {

    .slider-container-1:before,
    .intro-slider-1 .slide-image:before {
        padding-top: 83.3333333333%;
    }
}

.slider-container-ratio .intro-slider,
.slide-image > picture,
.slide-image > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

.slide-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.slider-loader {
    color: #333;
}

.slider-loader::after {
    content: '\f311';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    font-family: "molla";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 4rem;
    transform-origin: center center;
    animation: rotating 3s linear infinite;
    z-index: 20;
}

.owl-loaded + .slider-loader {
    display: none;
}

button:focus {
    outline: none;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.intro-content {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.intro-content .btn {
    font-size: 1.2rem;
    min-width: 90px;
    padding: .65rem 1rem;
}

.intro-subtitle {
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    margin-bottom: .5rem;
}

.intro-title {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin-bottom: 1.2rem;
    text-indent: -.2rem;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

.brand img {
    width: auto !important;
    max-width: 100% !important;
}

.brand:focus {
    outline: none !important;
}

.title-lg {
    letter-spacing: -.025em;
}

.nav.nav-pills .nav-link {
    font-size: 1.6rem;
}

.mt-v3 {
    margin-top: -3rem;
}

.categories.container {
    position: relative;
}

.categories.container::before {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    height: .1rem;
    top: 1;
    background-color: #ebebeb;
}

.more-container {
    margin-bottom: 7rem;
}

.icon-box-card {
    background-color: transparent;
    padding: 2rem;
}

.icon-box-icon {
    color: #333;
    font-size: 3.4rem;
}

.carousel-with-shadow .owl-stage-outer {
    padding: 0 1rem 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -3rem;
    padding-top: 3rem;
}

.carousel-with-shadow.owl-simple .owl-nav [class*='owl-'] {
    margin-top: -31px;
}

.blog-posts .entry {
    color: #777;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: -.01em;
    margin-bottom: 3rem;
}

.blog-posts .entry-media {
    margin-bottom: 1.7rem;
}

.blog-posts .entry-meta {
    color: #cccccc;
    margin-bottom: .8rem;
}

.blog-posts .entry-title {
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -.01em;
    margin-bottom: .5rem;
}

.blog-posts .read-more {
    padding-right: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-posts .read-more:after {
    display: none;
}

.blog-posts .read-more:hover,
.blog-posts .read-more:focus {
    padding-left: 0;
}

.entry.entry-display {
    transition: box-shadow .35s ease;
}

.entry-body {
    text-align: right;
}

.entry.entry-display .entry-body {
    padding: 0 2rem 2.5rem;
}

.entry.entry-display:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03);
}

.cta-display .cta-title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.01em;
}

.cta-display .cta-desc {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.cta-display-content {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.footer .widget-title {
    font-weight: 600;
}

.widget-about p {
    max-width: 260px;
}

.cross-txt {
    position: absolute;
    left: -1px;
    right: -1px;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cross-txt:before,
.cross-txt:after {
    content: '';
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #fff;
}

.cross-txt:before {
    margin-left: 2.5rem;
}

.cross-txt:after {
    margin-right: 2.5rem;
}

.mfp-ready.mfp-bg {
    opacity: .6;
}

.quickView-content {
    padding: 4rem 2rem;
    background-color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
    border: none;
    font-size: 3rem;
    color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
    color: #FA523C;
    background-color: transparent;
}

.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-prev {
    right: 30px;
    margin: 0;
}

.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-next {
    left: 30px;
    margin: 0;
}

.quickView-content .owl-theme .owl-nav [class*='owl-'] {
    top: 50%;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
    background-color: transparent;
}

.quickView-content .owl-theme.owl-nav-inside .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}

.quickView-content > .row {
    margin-left: 0;
    margin-right: 0;
}

.quickView-content > .row > div {
    padding-left: 2rem;
    padding-right: 2rem;
}

.quickView-content > .row > div .row {
    margin-left: 0;
    margin-right: 0;
}

.quickView-content .product-title {
    margin-top: 3rem;
}

.quickView-content .product-title,
.quickView-content .product-price {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -.025em;
    color: #333;
    margin-bottom: 1rem;
}

.quickView-content .rating-container {
    margin-bottom: 2rem;
}

.quickView-content p {
    color: #666;
    margin-bottom: 4rem;
}

.quickView-content .product-nav-thumbs a,
.quickView-content .product-nav-thumbs span {
    height: 5.4rem;
}

.quickView-content .details-filter-row label {
    font-size: 1.4rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #333;
}

.quickView-content .product-details-action {
    margin-top: 5rem;
    flex-direction: column;
    align-items: normal;
    margin-bottom: 4rem;
}

.quickView-content .details-action-wrapper {
    margin-right: 0;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.quickView-content .btn-product {
    background-color: transparent;
}

.quickView-content .btn-product span {
    font-size: 1.3rem;
    letter-spacing: .01em;
    color: #777;
    text-transform: uppercase;
}

.quickView-content .btn-product.btn-cart {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.2rem 1.5rem;
}

.quickView-content .btn-product.btn-cart:hover span,
.quickView-content .btn-product.btn-cart:focus span {
    color: #fff;
    box-shadow: none;
}

.quickView-content .btn-product.btn-cart span {
    font-size: 1.4rem;
    letter-spacing: .1em;
}

.quickView-content .product-details-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
}

.quickView-content .product-details-footer .social-icons {
    margin-right: 0;
}

.quickView-content .product-cat {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .01em;
    color: #777;
    margin-bottom: 4.5rem;
}

.quickView-content .product-cat span {
    margin-right: .7rem;
}

.quickView-content .product-cat a {
    color: #111;
}

.quickView-content .product-left {
    padding-left: .5rem;
    padding-right: .5rem;
    flex: 0 0 19.2%;
    max-width: 19.2%;
}

.quickView-content .product-left img {
    margin-bottom: 1rem;
}

.quickView-content .product-right {
    padding-left: .5rem;
    padding-right: .5rem;
    flex: 0 0 80.8%;
    max-width: 80.8%;
}

.quickView-content .intro-slider-container,
.quickView-content .intro-slide {
    height: unset;
}

.quickView-content .btn-wishlist:before {
    content: '\f234';
}

.quickView-content .btn-compare:before {
    content: '\f2d0';
}

.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
    border: none;
}

.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
    color: #FA523C;
    background-color: transparent;
}

.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
    color: #FA523C;
}

.quickView-content .details-action-wrapper .btn-product + .btn-product {
    margin-left: 0;
    padding-left: 0;
}

.quickView-content .carousel-dot img {
    transition: all .3s;
    opacity: .6;
}

.quickView-content .carousel-dot.active img {
    opacity: 1;
    box-shadow: 0 0 0 1px #FA523C;
}

.quickView-content .carousel-dot:hover img,
.quickView-content .carousel-dot:focus img {
    opacity: 1;
}

.quickView-content .btn-fullscreen {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #777;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
    transition: all .35s ease;
}

.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
    color: #fff;
    background-color: #FA523C;
}

.container.quickView-container,
.fullscreen-container .container,
.container.newsletter-popup-container {
    width: 1188px;
    max-width: 100%;
}

.quickView-container,
.fullscreen-container {
    position: relative;
}

.quickView-container button.mfp-close,
.fullscreen-container button.mfp-close {
    color: #666;
    font-size: 1.8rem;
    top: 1.5rem;
    right: 2rem;
    display: block;
    width: 2rem;
    height: 2rem;
}

.fullscreen-container {
    margin-left: -.8rem;
    margin-right: -.8rem;
}

.fullscreen-container .carousel-dots {
    margin-top: 2rem;
    display: flex;
    padding-left: 6rem;
    padding-right: 6rem;
}

.fullscreen-container .carousel-dot {
    padding-left: .5rem;
    padding-right: .5rem;
}

.fullscreen-container .quickView-content {
    padding: 1rem 0 4rem;
}

.mfp-newsletter.mfp-bg {
    background: #222;
    opacity: .6;
}

.newsletter-popup-container {
    position: relative;
}

.newsletter-popup-container .newsletter-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-popup-container .banner-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-popup-container .banner-content {
    position: static;
    transform: translateY(0);
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 calc((100% + 20px) / 6 * 4);
    max-width: calc((100% + 20px) / 6 * 4);
}

.newsletter-popup-container .banner-title {
    font-size: 4.6rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #222;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.4em;
}

.newsletter-popup-container .banner-title span {
    color: #FA523C;
    font-weight: 700;
}

.newsletter-popup-container .banner-title light {
    font-weight: 400;
}

.newsletter-popup-container p {
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 3.3rem;
    line-height: 1.75em;
}

.newsletter-popup-container .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    min-height: 0;
}

.newsletter-popup-container .form-control {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 0;
    height: 4.6rem;
    background-clip: border-box;
    color: #666;
}

.newsletter-popup-container .form-control::placeholder {
    color: #666;
}

.newsletter-popup-container .form-control:focus {
    border-color: #f5f5f5;
}

.newsletter-popup-container .input-group {
    border: none;
}

.newsletter-popup-container .input-group .btn {
    min-width: 7rem;
    background-color: #222;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

.newsletter-popup-container .input-group .btn:hover,
.newsletter-popup-container .input-group .btn:focus {
    background-color: #FA523C;
}

.newsletter-popup-container .custom-control {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    flex: 0 0 calc((100% + 20px) * .5 + 20px);
    max-width: calc((100% + 20px) * .5 + 20px);
}

.newsletter-popup-container .custom-control-label {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .01em;
    padding-right: 2rem;
}

.newsletter-popup-container .custom-control-label:before,
.newsletter-popup-container .custom-control-label:after {
    left: -.5rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .2rem;
}

.newsletter-popup-container .newsletter-popup-content {
    box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
}

.newsletter-popup-container .mfp-close {
    top: 1rem;
    left: calc(100% / 12 + 2rem);
    font-size: 2rem;
    background-color: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

@media screen and (min-width: 1200px) {
    .quickView-content > .row .product-fullscreen {
        flex: 0 0 calc(50% + 2rem);
        max-width: calc(50% + 2rem);
        padding-left: 0;
        padding-right: 0;
    }
}

.mfp-wrap .mfp-content {
    transition: all .35s;
    opacity: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

@media screen and (min-width: 576px) {
    .intro-content {
        right: 50px;
        text-align: right;
    }

    .intro-content .btn {
        font-size: 1.2rem;
        min-width: 110px;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .intro-subtitle {
        font-size: 1.6rem;
    }

    .intro-title {
        font-size: 3.6rem;
        margin-bottom: 1.3rem;
    }
}

@media screen and (min-width: 768px) {
    .intro-content {
        right: 70px;
    }

    .intro-content .btn {
        font-size: 1.3rem;
        min-width: 130px;
        padding: .95rem 1.5rem;
    }

    .intro-subtitle {
        font-size: 1.8rem;
    }

    .intro-title {
        font-size: 4.2rem;
        margin-bottom: 1.7rem;
    }
}

@media screen and (min-width: 992px) {
    .cta-display .cta-title {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .intro-content {
        right: 100px;
        text-align: right;
    }

    .intro-content .btn {
        font-size: 1.4rem;
        min-width: 150px;
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
    }

    .intro-subtitle {
        font-size: 2rem;
    }

    .intro-title {
        font-size: 5.2rem;
    }
}

@media screen and (max-width: 575px) {
    .cta-display .cta-desc {
        margin-bottom: 2rem;
    }

    .cta-display .btn {
        padding-top: .85rem;
        padding-bottom: .85rem;
    }
}

@media screen and (max-width: 991px) {
    .newsletter-img {
        display: none;
    }

    .newsletter-popup-container .banner-content {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 900px) {
    .fullscreen-container {
        margin-left: -.6rem;
        margin-right: -.6rem;
    }
}

@media screen and (min-width: 768px) {
    .banner-display .banner-title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 591px) {
    .newsletter-popup-container .banner-content {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 439px) {
    .quickView-content .details-action-wrapper {
        flex-direction: column;
    }

    .quickView-content .details-action-wrapper .btn-product + .btn-product {
        border: none;
        margin-top: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .banners-sm .banner-link-anim {
        padding-left: 0;
        padding-right: 0;
    }

    .banners-sm .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/*--------------------- 5.2.Category -------------------- */
/* Category */
.toolbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 2rem;
}

.toolbox::after {
    display: block;
    clear: both;
    content: '';
}

.toolbox .select-custom {
    margin-bottom: 0;
}

.toolbox .select-custom::after {
    left: .9rem;
    font-size: 1rem;
}

.toolbox .select-custom .form-control {
    font-size: 1.3rem;
    padding-right: 2rem;
    max-width: 140px;
    min-width: 140px;
    background-color: #fff;
    border-color: #e4e4e4;
}

.toolbox label {
    font-weight: 400;
    color: #333333;
    font-size: 1.2rem;
    letter-spacing: -.01em;
    margin: 0;
}

.toolbox .form-control {
    color: #999999;
    font-weight: 300;
    font-size: 1.2rem;
    padding: .45rem 1rem;
    height: 30px;
    margin-bottom: 0;
}

.toolbox .form-control:not(:focus) {
    border-color: #d7d7d7;
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    flex-wrap: wrap;
}

.toolbox-center {
    margin-top: 1rem;
    flex: 0 1 auto;
}

.toolbox-right {
    margin-top: 1rem;
    flex-direction: column;
}

.toolbox-info {
    color: #ccc;
}

.toolbox-info span {
    color: #333333;
}

.toolbox-sort {
    display: flex;
    align-items: center;
}

.toolbox-sort label {
    margin-left: 1.6rem;
}

.toolbox-layout {
    margin-top: 1rem;
}

.btn-layout {
    display: inline-flex;
    padding: .5rem;
}

.btn-layout + .btn-layout {
    margin-left: .5rem;
}

.btn-layout svg {
    fill: #dadada;
    transition: fill 0.35s;
}

.btn-layout:hover svg,
.btn-layout:focus svg,
.btn-layout.active svg {
    fill: #333;
}

.products > .row > [class*=col-] {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.products .product {
    width: 100%;
    border-radius: .9rem; /* شعاع گوشه‌ها */
    overflow: hidden; /* لبه‌های تصویر بیرون نزنه */
    background: #fff;
    border: 0.2px solid #eee; /* اختیاری: قاب ظریف */
    transition: box-shadow .2s ease, transform .2s ease;
}

.products .product:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transform: translateY(-2px);
}

/* تصویر و فیگِر هم همون گردی را بگیرند */
.products .product figure.product-media,
.products .product figure.product-media a,
.products .product figure.product-media img {
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
}

/* اگر بدنه کارت هم می‌خوای گوشه‌ها رو داشته باشه */
.products .product .product-body {
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
}

.product {
    overflow: hidden;
}

.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
    display: flex;
    align-items: stretch;
}

.carousel-equal-height .product {
    width: 100%;
}

.owl-carousel .entry {
    margin-bottom: 0;
}

.load-more-container {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.btn.btn-load-more {
    text-transform: uppercase;
    min-width: 190px;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn.btn-load-more i {
    margin: 0 !important;
}

.sidebar-shop .widget {
    color: #333333;
    text-align: right;
    margin: 0 0 2rem;
    border-bottom: .1rem solid #ebebeb;
}

.sidebar-shop .widget:last-child {
    border-bottom: none;
}

.sidebar-shop .widget-title {
    color: #333333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin-bottom: .7rem;
}

.sidebar-shop .custom-control {
    padding-left: 2.7rem;
    margin: 0;
}

.sidebar-shop .custom-control-label {
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.sidebar-shop .custom-control-label::before {
    border-radius: 0.2rem;
}

.widget-clean {
    display: flex;
    align-items: center;
    padding-top: .6rem;
    padding-bottom: 2.1rem;
}

.widget-clean label {
    color: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    margin: 0;
}

.widget-clean a {
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    margin-right: auto
}

.widget-collapsible .widget-title a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    padding-left: 3rem
}

.widget-collapsible .widget-title a:after {
    color: #333333;
    content: '\f110';
    display: block;
    font-family: 'molla';
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 1.6rem;
    margin-top: -.7rem;
}

.widget-collapsible .widget-title a.collapsed:after {
    content: '\e802';
}

.widget-collapsible .widget-title a:focus {
    outline: none !important;
}

.widget-collapsible .widget-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.filter-item {
    position: relative;
    margin-bottom: .3rem;
    display: flex;
}

.filter-items-count .filter-item {
    padding-left: 4rem;
    text-align: right;
    display: flex;
}

.filter-items-count .item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1rem;
    top: 50%;
    min-width: 2.5rem;
    height: 2rem;
    margin-top: -1rem;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: .6rem;
    color: #777;
    background-color: #f8f8f8;
}

.sidebar-toggler {
    display: inline-flex;
    align-items: center;
    color: #333333;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -.01em;
    text-transform: uppercase;
    margin-left: 3rem;
}

.sidebar-toggler i {
    font-size: 1.6rem;
    margin-left: .9rem;
}

.sidebar-toggler:hover,
.sidebar-toggler:focus {
    color: #FA523C;
}

.sub-filter-items {
    padding-right: 2.7rem;
}

.filter-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: .7rem;
    padding-bottom: .5rem;
}

.filter-colors a {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: .2rem solid #fff;
    margin: 0 .3rem .3rem;
    transition: box-shadow .35s ease;
}

.filter-colors a:after {
    color: #fff;
    font-family: 'molla';
    content: '\ec2d';
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .01s;
    margin-top: -.4rem;
    margin-left: -.5rem;
}

.filter-colors a.selected,
.filter-colors a:hover,
.filter-colors a:focus {
    box-shadow: 0 0 0 .1rem #cccccc;
}

.filter-colors a.selected:after {
    visibility: visible;
    opacity: 1;
}

.filter-price {
    padding-top: .2rem;
    padding-bottom: 3rem;
}

.filter-price-text {
    margin-bottom: 2rem;
    text-align: right;
    letter-spacing: -.01em;
}

#filter-price-range {
    color: #FA523C;
}

@media screen and (min-width: 576px) {
    .toolbox-right {
        flex-direction: row;
    }

    .toolbox-layout {
        margin-top: 0;
        margin-left: -.5rem;
        margin-right: 1rem
    }
}

@media screen and (min-width: 768px) {
    .toolbox {
        flex-direction: row;
    }

    .toolbox-center {
        margin-top: 0;
    }

    .toolbox-right {
        margin-top: 0;
        justify-content: flex-end;
    }
}

/*--------------------- 5.3.Product Pages -------------------- */
.product-details-top {
    margin-bottom: 1rem;
}

.product-gallery {
    margin-bottom: 2rem;
}

.product-main-image {
    position: relative;
    margin-bottom: 1rem;
}

.product-main-image img {
    max-width: none;
    width: 100%;
}

.btn-product-gallery {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #777;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
    transition: all .35s ease;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
    color: #fff;
    background-color: #FA523C;
}

.product-image-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.product-gallery-item {
    position: relative;
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem;
}

.max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.product-gallery-item img {
    max-width: none;
    width: 100%;
}

.product-gallery-item:before,
.product-gallery-item:after {
    content: '';
    display: block;
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: 0;
    bottom: 0;
    transition: all .35s ease;
}

.product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
    border: 0.1rem solid #FA523C;
}

.product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.product-gallery-item.active:before {
    visibility: visible;
    opacity: 1;
}

.product-gallery-item:hover:after,
.product-gallery-item.active:after {
    opacity: 0;
    visibility: hidden;
}

.product-gallery-vertical .row {
    margin-left: 0;
    margin-right: 0;
}

.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
    width: 100%;
}

.product-gallery-vertical .product-image-gallery {
    width: calc(100% + 10px);
}

.product-gallery-masonry {
    position: relative;
    display: block !important;
}

.product-gallery-masonry .product-gallery-item {
    max-width: 50%;
    width: 50%;
}

/* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
    z-index: initial;
    direction: rtl;
}

.product-gallery-carousel.owl-carousel .owl-item:not(.active) {
    pointer-events: none;
}

.product-gallery-image {
    margin-bottom: 0;
    padding-right: 1rem;
}

.product-gallery-separated {
    position: relative;
}

.product-separated-item {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}

.product-separated-item img {
    max-width: none;
    width: 100%;
}

.product-pager {
    display: flex;
    align-items: center;
}

.product-pager-link {
    color: #ccc;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0;
}

.product-pager-link i {
    color: #666;
    font-size: 2rem;
    line-height: 1;
    transition: color .3s;
}

.product-pager-link span {
    display: inline-block;
    transition: box-shadow .3s ease;
}

.product-pager-link:hover,
.product-pager-link:focus {
    color: #FA523C;
}

.product-pager-link:hover i,
.product-pager-link:focus i {
    color: inherit;
}

.product-pager-link:hover span,
.product-pager-link:focus span {
    box-shadow: 0 1px 0 #FA523C;
}

.product-pager-link + .product-pager-link {
    margin-right: 3rem
}

.product-pager-prev i {
    margin-left: .5rem
}

.product-pager-next i {
    margin-right: .5rem;
}

.product-details {
    margin-bottom: 2rem;
}

.product-details .product-title {
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: 0.1rem;
    margin-top: -.5rem;
    padding-left: 1rem;
}

.product-details .ratings-container {
    margin-bottom: 1.3rem;
}

.product-details .product-price {
    font-size: 2.4rem;
}

.product-details .new-price {
    margin-left: 1rem;
}

.product-details .product-content {
    margin-bottom: 1.6rem;
}

.product-details .product-content p:last-child {
    margin-bottom: 0;
    text-align: right;
    font-size: 1.5rem;
    color: #28292b;
}

.product-details .product-countdown {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 260px;
    margin-left: -5px;
    margin-bottom: 2rem;
}

.product-details .product-countdown .countdown-section {
    background-color: #fafafa;
}

.product-details .product-nav-dots a,
.product-details .product-nav-dots span {
    width: 2rem;
    height: 2rem;
}

.product-details .product-cat {
    font-weight: 450;
    font-size: 1.8rem;
}

.product-details .product-cat span {
    margin-left: .7rem;
}

.product-details .product-cat a {
    color: #111;
    box-shadow: none;
    transition: all .35s ease;
}

.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.product-details .product-size {
    flex-flow: row wrap;
    padding-top: 0;
    margin-bottom: 0;
}

.product-details .product-size a {
    color: #111;
    width: 4rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    border: .1rem solid #d7d7d7;
    background-color: transparent;
    border-radius: 0;
    margin-right: 1rem;
}

.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
    color: #FA523C;
    border-color: #FA523C;
    background-color: transparent;
}

.product-details .product-size a.disabled {
    color: #dadada;
    border-color: #ebebeb;
    background-color: transparent;
}

.details-filter-row {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 2rem;
}

.details-filter-row .form-control {
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    border-color: #d7d7d7;
    min-width: 131px;
}


.p-style {
    font-weight: 500;
    font-size: 1.9rem;
}

.details-filter-row .select-custom {
    margin-bottom: 0;
    margin-left: 3.9rem;
}

.details-filter-row .select-custom .form-control {
    padding-left: 3rem;
}

.details-filter-row .select-custom::after {
    font-size: 1.8rem;
    left: .9rem;
}

.details-filter-row label {
    text-align: right;
    display: inline-block;
    width: 67px;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.details-filter-row .product-nav {
    margin-bottom: 0;
}

.details-filter-row .product-nav-thumbs {
    padding-top: 0;
}

.size-guide {
    color: #777;
    display: inline-flex;
    align-items: center;
}

.size-guide i {
    font-size: 1.8rem;
    margin-left: .7rem;
}

.size-guide:hover,
.size-guide:focus {
    color: #FA523C;
}

.product-details-quantity {
    max-width: 131px;
}

.product-details-quantity .form-control {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    text-align: center;
    margin-bottom: 0;
}

.product-details-action {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: .5rem;
}

.product-details-action .btn-cart {
    padding: 1rem 1.5rem;
    max-width: 198px;
    color: #FA523C;
    border: 0.1rem solid #FA523C;
}

.product-details-action .btn-cart span {
    font-size: 1.8rem;
    color: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .35s ease, color 0s ease;
}

.product-details-action .btn-cart:before {
    margin-left: .4rem;
}

.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
    color: #fff;
    border-color: #FA523C;
    background-color: #FA523C;
}

.details-action-wrapper {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    margin-top: 2.5rem;
}

.details-action-wrapper .btn-product {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    align-self: stretch;
    line-height: 1.4;
}

.details-action-wrapper .btn-product:before {
    margin-left: 1rem;
}

.details-action-wrapper .btn-product.btn-wishlist:before {
    margin-top: -.2rem;
}

.details-action-wrapper .btn-product span {
    font-size: 2rem;
}

.details-action-wrapper .btn-product + .btn-product {
    padding-right: 1.3rem;
    margin-right: 1.6rem;
}

@media screen and (max-width: 361px) {
    .details-action-wrapper {
        flex-direction: column;
    }

    .details-action-wrapper .btn-product + .btn-product {
        padding-right: 0;
        margin-right: 0;
    }
}

.product-details-footer {
    color: #111111;
    display: flex;
    font-weight: 400;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.2rem;
    border-top: .1rem solid #ebebeb;
    padding-bottom: 1.2rem;
}

.product-details-footer .social-icons {
    margin-right: auto;
}

.product-details-footer .social-icon {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .container-fluid .product-details-top .col-lg-7 {
        -ms-flex: 0 0 56.5%;
        flex: 0 0 56.5%;
        max-width: 56.5%;
    }

    .container-fluid .product-details-top .col-lg-5 {
        -ms-flex: 0 0 43.5%;
        flex: 0 0 43.5%;
        max-width: 43.5%;
    }
}

@media screen and (min-width: 1700px) {
    .container-fluid .product-details-action .btn-cart {
        min-width: 240px;
    }

    .container-fluid .details-filter-row .form-control {
        min-width: 171px;
    }
}

.product-details-tab {
    margin-bottom: 5rem;
}

.product-details-tab .nav.nav-pills .nav-link {
    color: #333333;
    font-size: 2rem;
    padding: .55rem 3rem;
    border-bottom-width: .2rem;
    text-transform: capitalize;
}

.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
    color: #EA2E00;
    border-bottom-color: #EA2E00;
}

.product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 2rem;
}

.product-details-tab .tab-content {
    border: .1rem solid #dadada;
    margin-top: -.1rem;
    border-radius: .3rem;
}

.product-details-tab .tab-content .tab-pane {
    padding: 2.7rem 3rem;
    text-align: right;
}

.product-desc-content h2 {
    font-weight: 600;
    font-size: 3.2rem;
    letter-spacing: -.01em;
    margin-bottom: 1.8rem;
}

.product-desc-content h3 {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.01em;
    margin-bottom: 1.8rem;
}

.product-desc-content ul {
    color: #333333;
}

.product-desc-content ul li {
    position: relative;
    padding-right: 1.3rem;
}

.product-desc-content ul li:before {
    content: '•';
    position: absolute;
    display: block;
    top: 0;
    right: .2rem;
}

.product-desc-content a {
    color: #333;
    border-bottom: .1rem solid #b8b8b8;
    transition: all .35s ease;
}

.product-desc-content a:hover,
.product-desc-content a:focus {
    color: #EA2E00;
    border-bottom-color: #EA2E00;
}

.product-desc-content blockquote {
    color: #292626;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: 1.6rem;
}

.product-desc-content blockquote p {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 0;
}

.product-desc-content blockquote cite {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
}

.reviews h3 {
    font-size: 2rem;
    letter-spacing: -.01em;
    margin-bottom: 2.3rem;
}

.review {
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
    border-bottom: .1rem solid #ebebeb;
}

.review:last-child {
    margin-bottom: 0;
}

.review .col-auto {
    width: 120px;
    padding-left: 2rem;
}

.review h4 {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: .8rem;
}

.review h4 a {
    color: inherit;
}

.review h4 a:hover,
.review h4 a:focus {
    color: #FA523C;
}

.review .ratings-container {
    padding-top: .7rem;
    margin-bottom: .5rem;
}

.review .review-date {
    color: #ccc;
}

.review-content {
    margin-bottom: .8rem;
}

.review-action {
    font-size: 1.2rem;
}

.review-action a {
    color: #777;
    transition: all .35s ease;
}

.review-action a:hover,
.review-action a:focus {
    color: #EA2E00;
    box-shadow: 0 1px 0 #EA2E00;
}

.review-action a + a {
    margin-right: 1.6rem;
}

.review-action i {
    font-size: 1.4rem;
    margin-left: .6rem;
}

/* Product Centered */
.product-details-centered {
    text-align: center;
}

.product-details-centered .ratings-container,
.product-details-centered .product-price,
.product-details-centered .details-filter-row {
    justify-content: center;
}

.product-details-centered .product-content {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.product-details-centered .details-row-size .select-custom {
    margin-right: 2rem;
}

.product-details-centered .details-filter-row label {
    width: auto;
    margin-left: 1rem;
}

.product-details-centered .details-filter-row .form-control {
    min-width: 104px;
}

.product-details-centered .product-details-action {
    flex-direction: column;
    align-items: center;
}

.product-details-centered .product-details-action .btn-cart {
    min-width: 218px;
}

.product-details-centered .details-action-wrapper {
    margin-left: 0;
}

.product-details-centered .details-action-wrapper .btn-product + .btn-product {
    border-left-width: 0;
}

.product-details-centered .product-details-quantity {
    max-width: 100px;
}

.details-action-col {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
}

.details-action-col .product-details-quantity {
    margin-left: 2rem;
}

.details-action-col label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0;
}

/* Product Extended */
.product-details-extended .nav.nav-pills {
    border-top: .1rem solid #ebebeb;
}

.product-details-extended .nav.nav-pills .nav-link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-top: .2rem solid transparent;
    border-bottom: none;
    margin-top: -.1rem;
}

.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:hover,
.product-details-extended .nav.nav-pills .nav-link:focus {
    border-color: #EA2E00;
}

.product-details-extended .tab-content {
    border: none;
}

.product-details-extended .tab-content .tab-pane {
    padding: 0;
}

.product-desc-row {
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 500px;
}

.product-desc-row.text-white h2,
.product-desc-row.text-white h3,
.product-desc-row.text-white h4 {
    color: inherit;
}

/* Product Gallery */
.product-details-separator {
    margin-bottom: 6rem;
}

.product-details-separator .details-filter-row label {
    margin-left: 2.4rem;
}

.product-details-separator .details-filter-row .product-size {
    margin-left: 2rem;
}

@media screen and (min-width: 768px) {
    .product-details-separator [class*="col-"] {
        padding-top: 1rem;
    }

    .product-details-separator [class*="col-"] + [class*="col-"]:before {
        content: '';
        width: .1rem;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background-color: #ebebeb;
    }
}

.details-footer-col {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    border-top: none;
}

.product-details-centered .details-footer-col {
    align-items: center;
}

.details-footer-col .product-cat {
    margin-bottom: 2.6rem;
}

.details-footer-col .social-icons {
    margin-right: 0;
}

/* Sticky Info */
.product-details-accordion .card {
    border: .1rem solid #ebebeb;
    text-align: right;
}

.product-details-accordion .card .card-title {
    font-weight: 400;
}

.product-details-accordion .card .card-title a {
    background-color: #fafafa;
}

.product-details-accordion .card .card-title a:not(.collapsed) {
    background-color: #fff;
}

.product-details-accordion .card .card-body {
    padding-top: 0;
}

.product-details-accordion .card .card-body p:last-child {
    margin-bottom: .2rem;
}

/* With Sidebar */
.product-details-sidebar {
    margin-bottom: 3rem;
}

.product-details-sidebar .details-filter-row .select-custom {
    margin-left: 1.9rem;
}

.product-details-sidebar .product-details-action {
    flex-direction: column;
    align-items: flex-start;
}

.product-details-sidebar .details-action-wrapper {
    margin-right: 0;
}

.product-details-sidebar .details-action-col {
    width: 100%;
}

.product-details-sidebar .details-action-col .btn-product {
    flex: 1 1 auto;
    max-width: 230px;
}

.product-details-sidebar .product-details-action {
    margin-bottom: 2.6rem;
}

.sidebar-product {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar-product .widget {
    margin-bottom: 4.5rem;
}

.sidebar-product .widget-title {
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: 2.4rem;
}

.sidebar-product .products {
    margin-bottom: 3rem;
}

.sidebar-product .btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

/* Sticky bar */
.sticky-bar {
    display: none;
}

@media screen and (min-width: 992px) {
    .product-gallery-vertical .row {
        margin-left: -.5rem;
        margin-right: -.5rem;
        flex-direction: row-reverse;
    }

    .product-gallery-vertical .btn-product-gallery {
        left: 2.5rem;
    }

    .product-gallery-vertical .product-image-gallery,
    .product-gallery-vertical .product-main-image {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .product-gallery-vertical .product-main-image {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .product-gallery-vertical .product-image-gallery {
        width: auto;
        flex: 0 0 20%;
        max-width: 20%;
        margin-left: 0;
        margin-right: 0;
    }

    .product-gallery-vertical .product-gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .product-gallery-vertical .product-gallery-item:before,
    .product-gallery-vertical .product-gallery-item:after {
        left: 0;
        right: 0;
    }

    .sticky-bar {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #fff;
        box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
    }

    .sticky-bar .row {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sticky-bar .col-6 {
        display: flex;
        align-items: center;
    }

    .sticky-bar .product-media {
        max-width: 60px;
        margin-left: 2rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .sticky-bar .product-title {
        margin-bottom: 0;
        letter-spacing: -.025em;
    }

    .sticky-bar .product-price {
        margin-bottom: 0;
        margin-left: 2rem;
    }

    .sticky-bar .product-details-quantity {
        margin-right: 2rem;
        max-width: 100px;
    }

    .sticky-bar .product-details-action {
        margin-bottom: 0;
    }

    .sticky-bar .btn-cart {
        min-width: 200px;
        margin-right: 2rem;
    }

    .sticky-bar .btn-product + .btn-product {
        border: none;
    }

    .sticky-bar .btn-wishlist {
        font-size: 1.8rem;
        margin-right: 2rem;
    }

    .sticky-bar .btn-wishlist span {
        display: none;
    }

    .sticky-bar .btn-wishlist:before {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .details-action-wrapper {
        margin-left: 1rem;
    }

    .product-details-sidebar .product-details-quantity {
        max-width: 91px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-action-wrapper {
        margin-right: 0;
        margin-top: 1.5rem;
    }

    .product-details-action .btn-cart {
        min-width: 198px;
    }

    .product-details-tab .nav.nav-pills .nav-item + .nav-item {
        margin-left: 1rem;
    }

    .product-details-tab .nav.nav-pills .nav-item .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .product-desc-row {
        min-height: 380px;
    }

    .product-desc-content h2,
    .product-details .product-title {
        font-size: 2.2rem;
    }

    .product-gallery-separated {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb-nav .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .product-pager {
        margin-left: auto;
        margin-top: 1rem;
    }

    .product-details-tab .nav.nav-pills .nav-item + .nav-item {
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .product-details-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-action-wrapper {
        margin-right: 0;
        margin-top: 1.5rem;
    }

    .product-details-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-details-footer .social-icons {
        margin-right: 0;
        margin-top: 1rem;
    }

    .review .row {
        flex-direction: column;
    }

    .details-filter-row .select-custom {
        margin-left: 1.5rem;
    }

    .product-details-action .btn-cart,
    .product-details-centered .product-details-action .btn-cart {
        min-width: 198px;
    }

    .product-details-sidebar .details-action-col .btn-product {
        min-width: 168px;
    }
}


/* Product New Design */

.product-feature-all {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.product-feature-all .gap-y-2 {
    row-gap: 8px;
}

.product-feature-all .feature-img {
    width: 48px;
    height: 48px;
}

.product-feature-all .feature-img img {
    width: 48px;
    height: 48px;
}

.product-feature-all .feature-text {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.17;
    color: #9e9fb1;
    margin-bottom: 0;
}

.navbar-product ul {
    display: flex;
    border-bottom: .1rem solid #ebebeb;
}

.navbar-product ul li a {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333 !important;
    padding: .55rem 3rem !important;
}

.navbar-product ul li.is-current a {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FA523C !important;
}

.navbar-product ul li.is-current a::after {
    content: '';
    position: absolute;
    background-color: #FA523C;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 4px;
    left: 50%;
    top: calc(100% - 4px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 16px);
}

.navbar-product {
    position: sticky;
    transition: top .2s ease-in-out;
    z-index: 99;
    background: #fff;
    padding-top: 1rem;
}

.product-tab-new .border-t {
    border-top: .1rem solid #ebebeb;
    padding: 3rem 0;
}


@media screen and (max-width: 1023px) {

    .features-banner {
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .features-banner::-webkit-scrollbar {
        display: none;
    }

    .features-banner a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 85px;
    }

    .features-banner a .feature-box {
        flex-direction: column !important;
    }

    .features-banner a .feature-box .ml-2 {
        margin-left: 0 !important;
    }

    .features-banner a .feature-box p {
        font-size: 1rem;
        text-align: center;
    }

    .navbar-product {
        display: none;
    }

    .navbar-product ul {
        flex-direction: column;
    }

    .navbar-product ul li {
        display: flex;
        width: 100%;
    }

    .navbar-product ul li a {
        padding-left: 0 !important;
        padding-right: .5rem !important;
    }

}


/*--------------------- 5.4.Blog -------------------- */
.entry {
    position: relative;
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.85;
}

.entry-media {
    position: relative;
    background-color: #ccc;
    margin-bottom: 2.4rem;
}

.entry-media > a {
    position: relative;
    display: block;
}

.entry-media img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
}

.entry-video a:after {
    content: '\ec2c';
    font-family: "molla";
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.5rem;
    margin-top: -3.5rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    border: .2rem solid #fff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.entry-video a:hover:after,
.entry-video a:focus:after {
    color: #FA523C;
    background-color: #fff;
    box-shadow: 0 0 0 1.6rem rgba(255, 255, 255, 0.2);
}

.entry-meta {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    color: #777;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.text-center .entry-meta {
    direction: rtl;
    justify-content: center;
}

.entry-meta a {
    color: inherit;
    direction: rtl;
    transition: all .3s ease;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.meta-separator {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}

.entry-title {
    color: #333333;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.25;
    letter-spacing: -.025em;
    margin-bottom: .6rem;
}

.entry-title a {
    color: inherit;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #FA523C;
}

.entry-cats {
    color: #777;
    font-size: 1.4rem;
    direction: rtl;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.entry-cats a {
    color: inherit;
    transition: all .3s ease;
}

.entry-cats a:hover,
.entry-cats a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.entry-content p {
    margin-bottom: 1.3rem;
}

.entry-content.text-center p {
    text-align: center;
}

.read-more {
    display: inline-block;
    position: relative;
    font-weight: 400;
    letter-spacing: -.01em;
    padding-bottom: .1rem;
    transition: all .3s ease;
}

.read-more:after {
    font-family: 'molla';
    content: '\f273';
    font-size: 1.5rem;
    line-height: 1;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.75rem;
    opacity: 0;
    transition: all .25s ease;
    transform: translateX(6px);
}

.read-more:hover,
.read-more:focus {
    padding-left: 2.2rem;
    box-shadow: 0 1px 0 0 #FA523C;
}

.read-more:hover:after,
.read-more:focus:after {
    opacity: 1;
    transform: translateX(0);
}

.menu-cat {
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.menu-cat li {
    margin-right: 3.6rem;
}

.menu-cat li:last-child {
    margin-right: 0;
}

.menu-cat.justify-content-center li {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
}

.menu-cat.justify-content-center li:last-child {
    margin-right: 1.8rem;
}

.menu-cat a {
    display: inline-block;
    color: #333333;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.menu-cat a span {
    color: #cccccc;
    font-weight: 400;
    margin-right: .8rem;
}

.menu-cat a:hover,
.menu-cat a:focus {
    color: #FA523C;
}

.menu-cat li.active a {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

/* Entry Grid */
.entry-grid .entry-title {
    font-size: 1.8rem;
}

.entry-grid .entry-media {
    margin-bottom: 1.4rem;
}

.entry-grid .entry-cats {
    margin-bottom: .9rem;
}

/* Masonry */
.entry-container {
    position: relative;
    margin: 0 -1rem .5rem;
    transition: height .4s;
}

.entry-container::after {
    display: block;
    clear: both;
    content: '';
}

.entry-item {
    float: left;
    padding: 0 10px;
}

/* Entry list */
.entry-list p {
    text-align: right;
    margin-bottom: 1rem;
}

/* Entry Overlay */
.entry-mask.entry {
    margin-bottom: 2rem;
}


.entry-mask::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 3;
    pointer-events: none;

    /* فقط همین خط کافی است */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);

    /* اگر می‌خواهی کل اوورلی کمی شفاف‌تر باشد: */
    opacity: .75;

    transition: opacity .3s; /* به‌جای all سبک‌تر و دقیق‌تر */
    display: block;
}

.entry-mask .entry-media {
    margin-bottom: 0;
}

.entry-mask .entry-video a:after,
.entry-mask .entry-gallery a:after {
    width: auto;
    height: auto;
    left: 3rem;
    top: 3rem;
    margin-left: 0;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1;
    border: none;
}

.entry-mask .entry-video a:hover:after,
.entry-mask .entry-video a:focus:after,
.entry-mask .entry-gallery a:hover:after,
.entry-mask .entry-gallery a:focus:after {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.entry-mask .entry-gallery a:after {
    color: #fff;
    position: absolute;
    content: '\f24d';
    font-family: "molla";
    top: 2.6rem;
}

.entry-mask .entry-body {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1.7rem 1.8rem 2.7rem 2.8rem;
    z-index: 5;
}

.entry-mask .entry-meta,
.entry-mask .entry-cats {
    color: #ebebeb;
}

.entry-mask .entry-cats {
    margin-bottom: 0;
}

.entry-mask .entry-title {
    color: #fff;
    font-size: 2rem;
}

.entry-mask:hover:before {
    opacity: .9;
}

.widget {
    margin-bottom: 4.5rem;
}

.sidebar {
    margin-top: 3rem;
}

.sidebar .widget:last-child {
    margin-bottom: 1.5rem;
}

.widget-title {
    color: #333;
    font-weight: 400;
    text-align: right;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 2rem;
}

.widget-search .widget-title {
    margin-bottom: 1.3rem;
    text-align: right;
}

.widget-search form {
    position: relative;
}

.widget-search .form-control {
    height: 40px;
    padding: .95rem 1.4rem .95rem 5rem;
    font-weight: 300;
    font-size: 1.3rem;
    background-color: transparent;
    margin-bottom: 0;
}

.widget-search .btn {
    position: absolute;
    left: .8rem;
    top: 50%;
    min-width: 0;
    font-weight: normal;
    font-size: 1.8rem;
    color: #666;
    padding: 0;
    width: 3rem;
    height: 3rem;
    margin-top: -1.4rem;
}

.widget-search .btn i {
    margin: 0 !important;
}

.widget-search .btn:hover,
.widget-search .btn:focus {
    color: #FA523C;
}

.widget-cats ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-cats li:not(:last-child) {
    margin-bottom: 1rem;
}

.widget-cats a {
    color: #333;
    display: block;
    text-align: right;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
}

.widget-cats a span {
    float: left;
}

.widget-cats a:hover,
.widget-cats a:focus {
    color: #FA523C;
}

.widget-banner-sidebar {
    position: relative;
}

.banner-sidebar-title {
    color: #777;
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -.01em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.posts-list {
    list-style: none;
    padding: .4rem 0 .2rem;
    margin: 0;
}

.posts-list li {
    margin-bottom: 2rem;
}

.posts-list li::after {
    display: block;
    clear: both;
    content: '';
}

.posts-list li:last-child {
    margin-bottom: 0;
}

.posts-list figure {
    float: right;
    max-width: 80px;
    margin-left: 2rem;
    margin-bottom: 0;
}

.posts-list figure a {
    display: block;
}

.posts-list div {
    padding-top: .6rem;
    text-align: right;
}

.posts-list span {
    display: block;
    color: #cccccc;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: .5rem;
}

.posts-list h4 {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 0;
}

.posts-list a {
    color: #333;
}

.posts-list a:hover,
.posts-list a:focus {
    color: #FA523C;
}

.banner-sidebar {
    position: relative;
    text-align: center;
    line-height: 0;
}

.banner-sidebar > a {
    display: inline-block;
}

.tagcloud {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding-top: .3rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
}

.tagcloud a {
    display: block;
    color: #777;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: .3rem;
    padding: .65rem .9rem;
    background-color: #fafafa;
    border: .1rem solid #ebebeb;
    margin-right: 1rem;
    margin-bottom: 1rem;
    transition: all .3s ease;
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: #FA523C;
    background-color: #fff;
}

.widget-text p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .entry-title {
        font-size: 2.4rem;
    }

    .entry-list {
        margin-bottom: 5rem;
    }

    .entry-list .col-md-5 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .entry-list .entry-media {
        max-width: 376px;
        margin-bottom: 0;
    }

    .entry-list .col-md-7 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media screen and (min-width: 992px) {
    .sidebar {
        margin-top: -.3rem;
    }

    .entry {
        margin-bottom: 6rem;
    }

    .entry-grid {
        margin-bottom: 4rem;
    }

    .max-col-2 .entry-grid .entry-media {
        margin-bottom: 2.4rem;
    }

    .max-col-2 .entry-grid .entry-title {
        font-size: 2.4rem;
    }

    .max-col-2 .entry-grid .entry-cats {
        margin-bottom: 1.5rem;
    }

    .max-col-4 .entry-grid .entry-video a:after {
        width: 5rem;
        height: 5rem;
        margin-left: -2.5rem;
        margin-top: -2.5rem;
    }

    .max-col-4 .entry-grid .entry-video a:hover:after,
    .max-col-4 .entry-grid .entry-video a:focus:after {
        box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
    }

    .entry-list {
        margin-bottom: 7rem;
    }

    .entry-list:last-of-type {
        margin-bottom: 6rem;
    }

    .entry-list .entry-body {
        padding-left: 1.5rem;
    }

    .entry-mask .entry-title {
        font-size: 2.4rem;
    }
}

/*--------------------- 5.5.Single/Blog Post -------------------- */
/* Single Entry - Post */
.entry.single-entry {
    margin-bottom: 4rem;
}

.single-entry .entry-body {
    margin-bottom: 4rem;
}

.single-entry .entry-meta,
.single-entry .entry-cats {
    color: #ccc;
}

.single-entry .entry-meta a:not(:hover):not(:focus),
.single-entry .entry-cats a:not(:hover):not(:focus) {
    color: #666;
}

.single-entry .entry-title-big {
    font-weight: 400;
    font-size: 2.8rem;
}

.editor-content::after {
    display: block;
    clear: both;
    content: '';
}

.editor-content .float-left {
    margin-left: 2.8rem;
    margin-bottom: 1.5rem;
}

.editor-content .float-right {
    margin-left: 2.8rem;
    margin-bottom: 1.5rem;
}

.editor-content img {
    margin-bottom: 2rem;
}

.editor-content p {
    text-align: right;
    margin-bottom: 2.4rem;
}

.editor-content h3 {
    font-weight: 400;
    font-size: 2.2rem;
    text-align: right;
    margin-bottom: 2rem;
}

.editor-content a {
    color: #333;
    box-shadow: 0 1px 0 #333;
    transition: all .35s ease;
}

.editor-content a:hover,
.editor-content a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.editor-content blockquote {
    position: relative;
    color: #333333;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.67;
    padding: 7rem 3rem 4rem 3rem;
    border-right: 0.1rem solid #FA523C;
    background-color: #fafafa;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
}

.editor-content blockquote p:last-child {
    margin-bottom: 0;
}

.editor-content blockquote:before {
    color: #ebebeb;
    content: '\f10e';
    font-weight: normal;
    font-size: 3rem;
    line-height: 1;
    font-family: 'molla';
    position: absolute;
    right: 3rem;
    top: 4rem;
    margin-top: -1.5rem;
}

.editor-content ul li {
    position: relative;
    text-align: right;
    margin-bottom: 2.7rem;
}

.editor-content ul li:before {
    display: inline-block;
    content: '•';
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 1rem;
    vertical-align: middle;
    margin-top: -1px;
}

.entry-footer {
    margin-top: 3.6rem;
    margin-bottom: 5rem;
    align-items: center;
}

.entry-footer .social-icon {
    font-size: 1.3rem;
}

.entry-tags {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding-top: .2rem;
}

.entry-tags span {
    margin-left: 1rem;
}

.entry-tags a {
    display: block;
    color: #777;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: .3rem;
    padding: .45rem .9rem;
    background-color: #fafafa;
    border: .1rem solid #ebebeb;
    margin-right: .5rem;
    margin-bottom: 0;
    transition: all .3s ease;
}

.entry-tags a:hover,
.entry-tags a:focus {
    color: #FA523C;
    background-color: #fff;
}

.entry-author-details {
    display: flex;
    align-items: flex-start;
    padding: 5rem 3rem 4.6rem;
    background-color: #fafafa;
}

.entry-author-details h4 {
    color: #333;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -.01em;
    margin-bottom: 0;
}

.entry-author-details h4 a {
    color: inherit;
    float: right;
}

.entry-author-details h4 a:hover,
.entry-author-details h4 a:focus {
    color: #FA523C;
}

.author-media,
.comment-media {
    flex: 0 0 50px;
    max-width: 50px;
}

.author-media img,
.comment-media img {
    border-radius: 50%;
}

.author-content p:last-child,
.comment-content p:last-child {
    margin-bottom: 0;
}

.author-body {
    position: relative;
    flex: 1 1 auto;
    padding-right: 2rem;
}

.author-header {
    align-items: flex-start;
    line-height: 1;
    margin-bottom: 2rem;
}

.author-link {
    color: #777;
    letter-spacing: -.01em;
    transition: all .35s ease;
}

.author-link:hover,
.author-link:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.pager-nav {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4.5rem;
    padding-bottom: 1rem;
}

.pager-link {
    position: relative;
    color: #FA523C;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    font-weight: 400;
    padding-top: .95rem;
    padding-bottom: .95rem;
    font-size: 1.4rem;
    line-height: 1.5;
    transition: all .35s ease;
}

.pager-link + .pager-link {
    border-top: .1rem solid #ebebeb;
}

.pager-link:after {
    color: #333;
    display: block;
    font-family: 'molla';
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transition: all .35s ease .05s;
    margin-top: -.8rem;
}

.pager-link.pager-link-prev {
    padding-right: 10rem;
    padding-left: 1rem;
}

.pager-link.pager-link-prev:after {
    content: '\f274';
    right: 3rem;
}

.pager-link.pager-link-next {
    padding-right: 1rem;
    padding-left: 10rem;
    align-items: flex-end;
    text-align: right;
}

.pager-link.pager-link-next:after {
    content: '\f273';
    left: 3rem;
}

.pager-link:hover,
.pager-link:focus {
    color: #FA523C;
}

.pager-link:hover:after,
.pager-link:focus:after {
    color: #FA523C;
}

.pager-link:hover.pager-link-prev,
.pager-link:focus.pager-link-prev {
    padding-right: 7rem;
}

.pager-link:hover.pager-link-prev:after,
.pager-link:focus.pager-link-prev:after {
    right: 0;
}

.pager-link:hover.pager-link-next,
.pager-link:focus.pager-link-next {
    padding-left: 7rem;
}

.pager-link:hover.pager-link-next:after,
.pager-link:focus.pager-link-next:after {
    left: 0;
}

.pager-link:hover .pager-link-title,
.pager-link:focus .pager-link-title {
    box-shadow: 0 .1rem 0 #333;
}

.pager-link-title {
    display: inline-block;
    margin-top: .6rem;
    flex: 0 0 auto;
    color: #333;
    font-size: 1.5rem;
    transition: all .35s ease;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-posts {
    padding-bottom: 4.5rem;
    margin-bottom: 4.5rem;
    border-bottom: .1rem solid #ebebeb;
}

.related-posts .title {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: 3rem;
}

.related-posts .entry.entry-grid {
    margin-bottom: 0;
}

.related-posts .entry-grid .entry-title {
    font-weight: 400;
}

.comments {
    margin-bottom: 5rem;
}

.comments .title {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: 4.5rem;
}

.comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments ul ul {
    margin-top: 4rem;
    margin-right: 8rem;
    padding-top: 4.5rem;
    border-top: .1rem solid #ebebeb;
}

.comments li {
    border-bottom: .1rem solid #ebebeb;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
}

.comments li:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.comment-body {
    position: relative;
    flex: 1 1 auto;
    padding-right: 3rem;
}

.comment-reply {
    display: flex;
    align-items: center;
    color: #777;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -.01em;
    padding-bottom: .4rem;
    transition: all .35s ease;
}

.comment-reply:after {
    font-family: 'molla';
    content: '\f279';
    font-size: 1.5rem;
    margin-left: .7rem;
}

.comment-reply:hover,
.comment-reply:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.comment-user {
    margin-bottom: 1rem;
    text-align: right;
}

.comment-user h4 {
    color: #333;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -.01em;
    margin-bottom: 0;
}

.comment-user h4 a {
    color: inherit;
}

.comment-user h4 a:hover,
.comment-user h4 a:focus {
    color: #FA523C;
}

.comment-user h4 span {
    display: block;
}

.comment-date {
    color: #ccc;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
}

.reply {
    background-color: #fafafa;
    padding: 4rem 3rem 5rem;
    margin-bottom: 2rem;
}

.reply .heading {
    margin-bottom: 2.4rem;
}

.reply .title {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: .9rem;
}

.reply .title-desc {
    color: #ccc;
    font-size: 1.3rem;
    letter-spacing: -.01em;
}

.reply .form-control {
    background-color: #fff;
}

.reply textarea.form-control {
    min-height: 100px;
}

/* Fullwidth */
.entry-fullwidth .entry-body {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .entry-fullwidth .entry-body {
        padding-left: 2rem;
    }
}

.entry-fullwidth .author-body {
    padding-left: 4rem;
}

.entry-fullwidth .social-icons.social-icons-vertical {
    margin-bottom: 2rem;
}

@media screen and (min-width: 576px) {
    .pager-nav {
        flex-direction: row;
        padding-bottom: 3.5rem;
        border-bottom: .1rem solid #ebebeb;
    }

    .pager-link {
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: .55rem;
        padding-bottom: .55rem;
    }

    .pager-link + .pager-link {
        border-top: none;
        border-right: .1rem solid #ebebeb;
    }
}

@media screen and (min-width: 768px) {
    .single-entry .entry-title-big {
        font-size: 3.4rem;
    }

    .editor-content::after {
        display: block;
        clear: both;
        content: '';
    }

    .editor-content .float-left {
        margin-right: 4.8rem;
        margin-bottom: 2rem;
    }

    .editor-content .float-right {
        margin-left: 4.8rem;
        margin-bottom: 2rem;
    }

    .editor-content h3 {
        font-size: 2.4rem;
    }

    .editor-content blockquote {
        padding: 4rem 12rem 4rem 6rem;
    }

    .editor-content blockquote:before {
        right: 4rem;
        top: 50%;
    }
}

@media screen and (min-width: 992px) {
    .single-entry .entry-title-big {
        font-size: 4rem;
    }

    .social-icons.social-icons-vertical {
        flex-direction: column;
        text-align: center;
        padding-bottom: 4rem;
    }

    .entry-fullwidth .social-icons.social-icons-vertical {
        margin-bottom: 0;
    }

    .social-icons.social-icons-vertical .social-label {
        margin-left: 0;
        margin-bottom: 1.1rem;
    }

    .social-icons.social-icons-vertical .social-icon {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .social-icons.social-icons-vertical .social-icon + .social-icon {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .sticky-content.is_stuck {
        position: static !important;
        top: auto !important;
        width: auto !important;
        bottom: auto !important;
    }
}

/*--------------------- 5.6.Portfolio -------------------- */
/* Portfolio */
.nav-filter {
    display: flex;
    margin-bottom: 3rem;
}

.nav-filter a {
    display: inline-block;
    color: #777;
    padding: .4rem 1rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    text-transform: uppercase;
    border-bottom: .1rem solid transparent;
}

.nav-filter a:hover,
.nav-filter a:focus {
    color: #FA523C;
}

.nav-filter .active a {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.portfolio-container {
    position: relative;
    margin: 0 -1rem 4rem;
    transition: height .4s;
}

.portfolio-container::after {
    display: block;
    clear: both;
    content: '';
}

.portfolio-nogap {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
}

.portfolio-nogap .col,
.portfolio-nogap [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-nogap .portfolio-item {
    margin-bottom: 0;
}

.portfolio-item {
    float: left;
    margin-bottom: 2rem;
}

.portfolio {
    position: relative;
}

.portfolio-media {
    background-color: #ccc;
    margin: 0;
}

.portfolio-media > a {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.portfolio-media > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #444444;
    visibility: hidden;
    opacity: 0;
    transition: all 0.45s ease;
}

.portfolio-media img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
}

.portfolio-item:hover .portfolio-media > a:after {
    visibility: visible;
    opacity: .4;
}

.portfolio-item:hover .portfolio-content {
    background-color: #f6f6f6;
}

.portfolio-content {
    text-align: right;
    padding: 1.6rem 2rem;
    transition: all 0.45s ease;
}

.portfolio-title {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: .1rem;
}

.portfolio-title a {
    color: inherit;
}

.portfolio-title a:hover,
.portfolio-title a:focus {
    color: #FA523C;
}

.portfolio-tags {
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: -.01em;
}

.portfolio-tags a {
    color: #FA523C;
    transition: all .35s ease;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
    color: #FA523C;
    box-shadow: 0 1px 0 #FA523C;
}

.portfolio-overlay {
    overflow: hidden;
}

.portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 3rem;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.portfolio-overlay .portfolio-content.portfolio-content-center {
    bottom: auto;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.portfolio-overlay .portfolio-title {
    color: #fff;
}

.portfolio-overlay .portfolio-title a:hover,
.portfolio-overlay .portfolio-title a:focus {
    color: #f1f1f1;
}

.portfolio-overlay .portfolio-tags a {
    color: #ccc;
}

.portfolio-overlay .portfolio-tags a:hover,
.portfolio-overlay .portfolio-tags a:focus {
    color: #fff;
    box-shadow: 0 1px 0 #fff;
}

.portfolio-overlay:hover .portfolio-content {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
}

@media screen and (max-width: 575px) {
    .nav-filter {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/*--------------------- 5.7.About -------------------- */
/* About us */
.about-images {
    position: relative;
    text-align: right;
    padding-top: 4rem;
    height: auto; /* برای موبایل */
}

.about-img-front {
    position: relative;
    z-index: 2;
    border: 1rem solid #f9f9f9;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-radius: .5rem; /* از قالب اضافه شد */
    margin-left: 2rem;
}

.about-img-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: auto;
    max-width: 72%; /* همگام با مدیا query */
    top: 1.5rem;
    left: 1.5rem;
    transform: rotate(-5deg); /* از قالب اضافه شد */
    box-shadow: 0 30px 50px rgba(0,0,0,0.1);
    border: 1rem solid #f9f9f9;
    border-radius: .5rem;
    margin-left: 2rem;
}

/* Brands text */
.brands-text {
    max-width: 430px;
    margin-top: .5rem;
    margin-bottom: 3rem;
}
.brands-text .title {
    line-height: 1.5;
}
.brands-display {
    margin-top: .5rem;
}
.brands-display .brand {
    min-height: 0;
    margin-bottom: 4rem;
}
.brands-display [class*="col-"] {
    display: flex;
}
.brands-display [class*="col-"] .brand {
    width: 100%;
}

/* Testimonials */
.about-testimonials blockquote {
    color: #666666;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    line-height: 1.875;
}


/* Row که اعضای تیم داخلش هستند */
.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
}

/* Team Members */
.member {
    margin-bottom: 2rem;
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%; /* کارت‌ها به ارتفاع والد کشیده می‌شوند */
}

.member p {
    max-width: 240px;
    color: #999;
}

.member.text-center p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.member.text-center .social-icons {
    justify-content: center;
}

.member-media {
    position: relative;
    width: 320px; /* یا هر اندازه دلخواه */
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}

.member-content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    overflow: hidden;
    flex-grow: 1;
}

.member-title {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 0;
}

.member-title span {
    display: block;
    color: #999999;
    font-weight: 300;
    font-size: 1.4rem;
    margin-top: .3rem;
}

.member-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(102, 102, 102, 0.7);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.member-overlay .member-title {
    color: inherit;
    margin-bottom: 1.5rem;
}

.member-overlay .member-title span {
    color: #ebebeb;
}

.member-overlay .social-icons {
    margin-top: 2.7rem;
}

.member-overlay .social-icon {
    font-size: 1.5rem;
}

.member-overlay .social-icon + .social-icon {
    margin-right: 2.8rem;
}

.member-overlay .social-icon:not(:hover) {
    color: inherit;
}

.member-content,
.member-overlay {
    transition: all 0.45s ease;
}

.member:hover .member-content {
    opacity: 0;
}

.member:hover .member-overlay {
    visibility: visible;
    opacity: 1;
}

.member-overlay-content p {
    color: inherit;
}

.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
    animation-name: fadeInUpShort;
    animation-duration: .65s;
    animation-fill-mode: both;
}

.member:hover.member-anim .member-overlay p {
    animation-delay: .1s;
}

.member:hover.member-anim .member-overlay .social-icons {
    animation-delay: .2s;
}

.member:hover.member-anim .member-content .member-title {
    animation-name: fadeOutUpShort;
    animation-duration: .65s;
    animation-fill-mode: both;
}

@keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutUpShort {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}


/*--------------------- Responsive -------------------- */
@media (max-width: 768px) {
    .about-img-back {
        display: none !important;
        position: static !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .about-images {
        position: relative !important;
        padding-top: 0 !important;
        height: auto !important;
        text-align: center !important;
    }
    .about-images img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .about-img-front {
        border: 1rem solid #f9f9f9;
        max-width: 260px !important;
        width: 100% !important;
    }

    .col-6.col-md-4.col-lg-4 {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .about-img-front {
        border-width: 1rem;
        max-width: 82%;
    }
    .about-img-back {
        max-width: 72%;
        top: 1.5rem;
        left: 1.5rem;
    }
}

/*--------------------- 5.8.About 2 -------------------- */
/* About us 2 */
.member.member-2 {
    background-color: #fff;
    max-width: 277px;
    margin-left: auto;
    margin-right: auto;
}

.member.member-2 .member-content {
    visibility: visible;
    opacity: 1;
    padding-top: 1.7rem;
    padding-bottom: 2.7rem;
}

.member.member-2 .member-overlay {
    color: #333333;
    background-color: rgba(249, 249, 249, 0.7);
}

.member.member-2 .member-overlay .social-icons {
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------------- 5.9.Contact -------------------- */
/* Contact us */
#map {
    height: 280px;
    background-color: #ccc;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}

#map address {
    color: #666666;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 1rem;
    font-size: 1.4rem;
    padding: .5rem .75rem .2rem .75rem;
    line-height: 1.5;
    margin: 0;
}

.direction-link {
    display: inline-block;
    margin-top: 1rem;
    line-height: 1;
}

.contact-info {
    margin-bottom: 3rem;
}

.contact-info h3 {
    margin-top: .5rem;
    font-weight: 400;
    text-align: right;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: 1.5rem;
}

.contact-list {
    max-width: 270px;
    list-style: none;
    padding-left: 0;
}

.contact-list li {
    position: relative;
    padding-right: 3rem;
    margin-bottom: 1.4rem;
    text-align: right;
}

.contact-list a {
    color: inherit;
}

.contact-list a:hover,
.contact-list a:focus {
    color: #FA523C;
}

.contact-list i {
    display: inline-block;
    position: absolute;
    right: 0;
    top: .3rem;
    font-size: 2rem;
    line-height: 1;
    color: #FA523C;
}

.store {
    margin-bottom: 3rem;
    color: #777;
}

.store address,
.store div {
    text-align: right;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0;
}

.store a:not(.btn) {
    color: inherit;
}

.store a:not(.btn):hover,
.store a:not(.btn):focus {
    color: #FA523C;
}

.store .btn.btn-link {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2.1rem;
}

.store-media {
    margin-bottom: 0;
}

.store-title {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: .8rem;
    margin-top: -.2rem;
}

.store-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: .4rem;
    margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
    #map {
        height: 380px;
    }
}

@media screen and (min-width: 992px) {
    #map {
        height: 492px;
    }
}

/*--------------------- 5.10.Contact 2 -------------------- */
/* Contact us 2 */
.contact-box {
    margin-bottom: 3rem;
}

.contact-box h3 {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -.025em;
    margin-bottom: 1.6rem;
}

.contact-box address,
.contact-box div {
    font-weight: 300;
    font-style: normal;
}

.contact-box a {
    color: inherit;
}

.contact-box a:hover,
.contact-box a:focus {
    color: #FA523C;
}

.contact-box .social-icons {
    padding-top: 1.5rem;
}

.contact-box .social-icon {
    font-size: 1.3rem;
}

.touch-container .lead {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------- 5.11.Login -------------------- */
/* Login */
.form-box {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 2.2rem 2rem 4.4rem;
    box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}

.form-box .btn {
    min-width: 115px;
}

.form-tab .nav.nav-pills {
    color: #333333;
    border-bottom: .1rem solid #ebebeb;
}

.form-tab .nav.nav-pills .nav-item {
    margin-bottom: -.1rem;
}

.form-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 0;
}

.form-tab .nav.nav-pills .nav-link {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -.025em;
    color: inherit;
    border-bottom-width: .2rem;
    padding: .9rem 1rem;
}

.form-tab .nav.nav-pills .nav-link.active {
    color: inherit;
}

.form-tab .nav-fill .nav-item {
    flex: 1 1 0;
}

.form-tab .tab-content .tab-pane {
    padding: 2rem 0 0;
}

.form-tab .form-group {
    margin-bottom: 1.3rem;
}

.form-tab .form-footer {
    padding-top: .6rem;
    padding-bottom: 3rem;
    border-bottom: .1rem solid #ebebeb;
    margin-bottom: 2.3rem;
}

.form-tab .form-footer .btn {
    margin-left: auto;
    margin-top: 1rem;
    order: 2;
    width: 100%;
}

.form-tab .form-footer a {
    color: inherit;
}

.form-tab .form-footer a:hover,
.form-tab .form-footer a:focus {
    color: #FA523C;
}

.form-tab .form-footer a:not(.forgot-link) {
    text-decoration: none;
}

.form-tab .form-footer .custom-control {
    margin: 0;
}

.form-tab .form-footer .forgot-link {
    order: -1;
    text-align: right;
    width: 100%;
    margin-bottom: .6rem;
}

.form-choice {
    color: #333333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.025em;
}

.form-choice p {
    margin-bottom: 2.7rem;
}

.btn.btn-login {
    color: #333333;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1rem;
    border: .1rem solid #ebebeb;
    min-width: 0;
}

.btn.btn-login i {
    text-align: right;
    display: inline-block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-width: 2rem;
}

.btn.btn-login.btn-g i {
    color: #cc3333;
    min-width: 2.6rem;
}

.btn.btn-login.btn-f i {
    color: #3366cc;
}

.btn.btn-login:hover,
.btn.btn-login:focus {
    background-color: #f5f6f9;
}

.form-choice .col-sm-6:not(:last-child) {
    margin-bottom: .6rem;
}

@media screen and (min-width: 576px) {
    .form-choice .col-sm-6:not(:last-child) {
        margin-bottom: 0;
    }

    .form-tab .form-footer .btn {
        width: auto;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .form-box {
        padding: 3.7rem 6rem 6.4rem;
    }

    .form-tab .nav.nav-pills .nav-link {
        font-size: 2.4rem;
    }

    .form-tab .form-footer .btn {
        margin-right: 0;
        margin-left: 1.6rem;
        order: -1;
    }

    .form-tab .form-footer .forgot-link {
        order: 2;
        width: auto;
        margin-bottom: 0;
        margin-right: auto;
    }
}

/*--------------------- 5.12.Category Banner Page -------------------- */
/* Category banner page  */
.categories-page .banner {
    overflow: hidden;
}

.categories-page .banner > a:not(.banner-link):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .35s ease;
    background-color: rgba(25, 25, 25, 0.3);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.categories-page .banner-badge .banner-link {
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 5;
    bottom: 2rem;
}

.categories-page .banner-badge .banner-title {
    font-size: 1.6rem;
    margin-bottom: .5rem;
}

.categories-page .banner-badge .banner-subtitle {
    font-size: 1.4rem;
}

.categories-page .banner:hover > a:not(.banner-link):after {
    visibility: visible;
    opacity: 1;
}

.sidebar-filter-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.25);
    z-index: 1000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

.sidebar-filter-active .sidebar-filter-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-filter {
    position: fixed;
    right: -350px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #fff;
    width: 100%;
    max-width: 350px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    transition: all 0.35s;
}

.sidebar-filter-active .sidebar-filter {
    visibility: visible;
    transform: translateX(-350px);
}

.sidebar-filter .widget {
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar-filter .widget:last-child {
    border-bottom: none;
}

.sidebar-filter .widget-clean {
    color: #333333;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    border-bottom: .1rem solid #ebebeb;
    padding: 0 1rem 2.4rem;
    margin-bottom: 2rem;
}

.sidebar-filter .widget-clean i {
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 1rem;
}

.sidebar-filter .widget-clean a {
    font-size: 1.4rem;
}

.sidebar-filter-banner.sidebar-shop .widget:not(.widget-clean) {
    border-bottom: none;
    margin-bottom: 4rem;
}

.sidebar-filter-banner.sidebar-shop .widget-title {
    margin-bottom: 1.7rem;
}

.sidebar-filter-wrapper {
    position: relative;
    padding: 3.5rem 2.7rem 1.5rem;
}

.sidebar-filter-clear {
    text-transform: capitalize;
}

@media screen and (max-width: 380px) {
    .sidebar-filter {
        right: -300px;
        max-width: 300px;
    }

    .sidebar-filter-active .sidebar-filter {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .sidebar-filter-wrapper {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
}

/*--------------------- 5.13.Checkout -------------------- */
/* Checkout */
@media screen and (min-width: 992px) {
    .checkout .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .checkout .col-lg-9 {
        -ms-flex: 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.checkout label {
    margin-bottom: .2rem;
    float: right;
}

.checkout .form-control {
    margin-bottom: 1.3rem;
}

.checkout .form-control + .form-control {
    margin-top: 2rem;
}

.checkout .form-control:not(:focus) {
    background-color: #f9f9f9;
}

.checkout textarea.form-control {
    min-height: 150px;
}

.checkout .custom-control {
    margin-top: 2.5rem;
}

.checkout .custom-control + .custom-control {
    margin-top: 1.8rem;
}

.checkout .custom-control + label {
    margin-top: 1rem;
    display: block;
    width: 100%;
    text-align: right;
}

.checkout .custom-control .custom-control-label {
    font-weight: 400;
    color: #333;
}

.checkout-title {
    font-weight: 500;
    text-align: right;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-top: 2.2rem;
    margin-bottom: 1.8rem;
}

.checkout-discount {
    position: relative;
    max-width: 340px;
    margin-bottom: .5rem;
}

.checkout-discount label {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-weight: 400;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    transition: all .3s;
}

.checkout-discount label span {
    color: #FA523C;
}

.checkout-discount .form-control {
    background-color: transparent !important;
    border-radius: .3rem;
    border: .1rem dashed #d7d7d7;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.checkout-discount .form-control:focus {
    border-color: #FA523C;
    outline: none !important;
}

.summary {
    text-align: right;
    padding: 2.5rem 3rem 3rem;
    border: .1rem dashed #d7d7d7;
    background-color: #f9f9f9;
    border-radius: .3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.summary-title {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-bottom: 1.7rem;
    border-bottom: .1rem solid #cccccc;
    margin-bottom: 2.1rem;
}

.table.table-summary {
    text-align: right;
    line-height: 1.43;
    color: #666666;
    border: none;
    margin-bottom: 0;
}

.table-cart,
.table-wishlist {
    text-align: right;
}

.table.table-summary a {
    color: inherit;
}

.table.table-summary a:hover,
.table.table-summary a:focus {
    color: #FA523C;
}

.table.table-summary thead th,
.table.table-summary .summary-subtotal td {
    color: #333333;
    font-weight: 400;
    font-size: 1.6rem;
}

.table.table-summary thead th {
    border-bottom: none;
    padding: 0 0 .3rem;
}

.table.table-summary tbody td {
    padding: 0;
    height: 70px;
    border-bottom: .1rem solid #ebebeb;
}

.table.table-summary thead th,
.table.table-summary tbody td {
    vertical-align: middle;
    border-top: none;
}

.table.table-summary thead th:last-child,
.table.table-summary tbody td:last-child {
    text-align: right;
    min-width: 100px;
}

.table.table-summary .summary-total td {
    font-weight: 400;
    font-size: 1.6rem;
    color: #FA523C;
    border-bottom: none;
}

.accordion-summary {
    margin-bottom: 3.2rem;
}

.accordion-summary .card {
    color: #999999;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.67;
    border: none;
    background-color: transparent;
}

.accordion-summary .card-title {
    font-weight: 300;
    font-size: 1.4rem;
    color: #333333;
    letter-spacing: 0;
}

.accordion-summary .card-title a {
    color: inherit;
    padding: .7rem 3rem .7rem 0;
    text-align: right;
}

.accordion-summary .card-title a img {
    margin-top: 1rem;
}

.accordion-summary .card-title a:hover,
.accordion-summary .card-title a:focus {
    color: inherit;
}

.accordion-summary .card-title a small {
    font-size: 1.1rem;
    color: #999999;
}

.accordion-summary .card-title a:before {
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.1rem solid #FA523C;
    right: auto;
    right: 0;
    top: .7rem;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.accordion-summary .card-title a:after {
    content: '';
    display: block;
    width: .6rem;
    height: .6rem;
    position: absolute;
    right: .5rem;
    top: 1.2rem;
    border-radius: 50%;
    background-color: #FA523C;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.accordion-summary .card-title a.collapsed:before {
    border-color: #dadada;
}

.accordion-summary .card-title a.collapsed:after {
    opacity: 0;
    visibility: hidden;
}

.accordion-summary .card-body {
    padding: .4rem 0 .8rem 3rem;
}

.paypal-link {
    cursor: pointer;
    margin-top: .2rem;
}

.paypal-link:hover,
.paypal-link:focus {
    color: #FA523C !important;
}

@media screen and (min-width: 992px) {
    .summary {
        margin-top: 0;
    }
}

/*--------------------- 5.13.compare2 -------------------- */
/* compare2 */

.compare-table .table tbody tr:first-child {
    border-top: 1px solid #eee
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.compare-table .table tbody tr td:last-child {
    border-left: 1px solid #eee
}

.compare-table .table tbody tr td.first-column {
    min-width: 180px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    padding-top: 70px
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px
}

.compare-table .table tbody tr td.product-image-title .image img {
    max-width: 100%;
    width: 100%
}

.compare-table .table tbody tr td.product-image-title .category {
    clear: both;
    color: #454545;
    float: right;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
    text-transform: capitalize
}

.compare-table .table tbody tr td.product-image-title .title {
    float: right;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 20px;
    margin-bottom: 10px
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: right;
    margin: 0;
    color: #222
}

.compare-table .table tbody tr td.pro-price {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.compare-table .table tbody tr td.pro-color {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.compare-table .table tbody tr td.pro-stock {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
    position: relative;
    background-color: #f6f6f6;
    color: #222;
    border-radius: 50px;
    display: inline-block;
    width: 190px;
    padding: 10px 56px 10px 25px;
    -webkit-transition: all .7s cubic-bezier(.77, -1.5, .12, 3) 0s;
    -o-transition: all .7s cubic-bezier(.77, -1.5, .12, 3) 0s;
    transition: all .7s cubic-bezier(.77, -1.5, .12, 3) 0s
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart i {
    width: 41px;
    height: 41px;
    background-color: #fff;
    border-radius: 50px;
    display: block;
    float: right;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: absolute;
    right: 0;
    left: auto;
    top: 0
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
    padding-right: 25px;
    padding-left: 56px
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
    right: calc(100% - 41px)
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px
}

.compare-table .table tbody tr td.pro-ratting i {
    color: #222;
    font-size: 14px
}

/* end compare2 */

/*--------------------- 5.13.Checkout2 -------------------- */
/* Checkout2 */

.steps-progress .nav-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 575px) {
    .steps-progress .nav-tabs {
        margin-bottom: 10px;
        border: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.steps-progress .nav-tabs:not(.tab-category) > li {
    max-width: 25%;
    margin-left: 2rem;
    text-align: right;
}

@media (max-width: 575px) {
    .steps-progress .nav-tabs:not(.tab-category) > li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    transition: .2s;
    text-align: inherit;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
}

@media (max-width: 575px) {
    .steps-progress .nav-tabs:not(.tab-category) > li .nav-link {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:focus,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:active,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link.active {
    padding: 10px 0;
    border: 0;
    color: #333;
    background-color: transparent;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover:after,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:focus:after,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:active:after,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link.active:after {
    display: none;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:not(.active) {
    opacity: .3;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover {
    opacity: 1;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link span:first-child {
    font-size: 36px;
    font-weight: 400;
    position: relative;
    top: 3px;
    padding: 0 8px;
}

@media (max-width: 575px) {
    .steps-progress .nav-tabs:not(.tab-category) > li .nav-link span:first-child {
        font-size: 30px;
        top: -4px;
    }
}

.tab-content .tab-pane-inside .radio {
    position: absolute;
    right: 0;
}

.tab-content .tab-pane-inside input[type='radio'] {
    display: none;
}

.tab-content .tab-pane-inside input[type='radio']:active + label:before {
    transition-duration: 0s;
}

.tab-content .tab-pane-inside input[type='radio'] + label {
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    line-height: 1.903em;
    position: relative;
    min-width: 100px;
    margin: 0 0 4px 0;
    padding-right: 30px;
    outline: none !important;
}

.tab-content .tab-pane-inside input[type='radio'] + label:before,
.tab-content .tab-pane-inside input[type='radio'] + label:after {
    position: absolute;
    right: 0;
    display: block;
    box-sizing: content-box;
    content: '';
}

.tab-content .tab-pane-inside input[type='radio'] + label:before {
    top: 1px;
    width: 21px;
    height: 21px;
    transition: background-color .2s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #f7f7f8;
}

.tab-content .tab-pane-inside input[type='radio'] + label:hover:before {
    background-color: #f7f7f8;
    box-shadow: 0 0 1px rgba(0, 0, 0, .35);
}

.tab-content .tab-pane-inside input[type='radio'] + label:after {
    top: 7px;
    right: 6px;
    width: 10px;
    height: 10px;
    transition: transform 0.2 ease-out;
    transform: scale(0);
    transform-origin: 50%;
}

.tab-content .tab-pane-inside input[type='radio'] + label:after {
    background-color: #bf8040;
}

.tab-content .tab-pane-inside input[type='radio']:checked + label:before {
    -webkit-animation: borderscale 300ms ease-in;
    -moz-animation: borderscale 300ms ease-in;
    animation: borderscale 300ms ease-in;
    background-color: #f7f7f8;
}

.tab-content .tab-pane-inside input[type='radio']:checked + label:after {
    transform: scale(1);
}

.tab-content .tab-pane-inside input[type='radio'] + label:before,
.tab-content .tab-pane-inside input[type='radio'] + label:after {
    border-radius: 50%;
}

.steps-progress .progress {
    height: 4px;
    margin-top: -1px;
    border-radius: 0;
}

.steps-progress .progress-bar {
    background-color: #bf8040;
}

.tab-content {
    position: relative;
    z-index: 1;
    padding: 25px 0 0;
}

.tab-content input.spr-form-input:not(.spr-starrating),
.tab-content textarea.spr-form-input,
.tab-content .form-control,
.tab-content .select-wrapper select {
    background-color: #f9f9f9;
}

.tab-content input.spr-form-input:not(.spr-starrating),
.tab-content input.spr-form-input:not(.spr-starrating):focus,
.tab-content textarea.spr-form-input,
.tab-content textarea.spr-form-input:focus,
.tab-content .form-control,
.tab-content .form-control:focus,
.tab-content .select-wrapper select,
.tab-content .select-wrapper select:focus {
    background-color: #f9f9f9;
}

@media (max-width: 767px) {
    .tab-content {
        padding: 20px 0 0;
    }
}

.tab-content.tab-content--bg {
    padding: 40px;
    color: #282828;
    background: #fff;
}

@media (max-width: 767px) {
    .tab-content.tab-content--bg {
        padding: 20px;
    }
}

.tab-content.tab-content--bg h2,
.tab-content.tab-content--bg h3,
.tab-content.tab-content--bg h4,
.tab-content.tab-content--bg h5,
.tab-content.tab-content--bg h6 {
    color: #282828;
}

.tab-content.tab-content--bg .tags-list li a:not(:hover):not(.active) {
    background-color: #fff;
}

.tab-content.tab-content--bg table {
    font-size: 14px;
    line-height: 23px;
    color: #282828;
    background-color: #fff;
}

.tab-content.tab-content--bg .form-control,
.tab-content.tab-content--bg .form-control:focus {
    background-color: #fff;
}

.tab-content > .tab-pane {
    display: none;
    width: 100%;
    border: 0;
}

.tab-content > .tab-pane > *:not(:first-child):not(p):not(.clearfix):not(.row) {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .tab-content > .tab-pane > *:not(:first-child):not(p):not(.clearfix):not(.row) {
        margin-top: 20px;
    }
}

.tab-content > .tab-pane > p:not(:first-child) {
    margin-top: 25px;
}

.tab-content > .tab-pane > p + p {
    margin-top: 20px;
}

.tab-content > .tab-pane:only-child {
    margin-bottom: 0;
}

.tab-content > .active {
    display: block;
}

/* captcah */
.captcha .errorcaptcha {
    color: #ff0000;
    text-align: right;
    font-size: 12px;
    display: none;
}

.captcha .successmessage {
    text-align: right;
    color: #4ead4e;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.captcha .reloadbtncapcha {
    margin-left: unset;
    margin-right: 10px;
}

.captcha .reloadbtncapcha svg {
    width: 18px;
    fill: #000000;
}

.captcha .reloadbtncapcha:hover {
    -webkit-animation: rotationxy 2s 0.5s alternate ease 1;
    animation: rotationxy 2s 0.5s alternate ease 1;
}

@-webkit-keyframes rotationxy {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg);
    }
}

@keyframes rotationxy {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg);
    }
}

.captcha .captchabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.captcha .captchabox .captchaimagecode {
    width: 150px;
}

.captcha .captchabox .captchaimagecode canvas {
    width: 100%;
}

.captcha .captchabox .reloadbtncapcha {
    margin-left: 10px;
}

.captcha .captchabox .reloadbtncapcha svg {
    width: 18px;
    fill: #000000;
}

.captcha .captchabox .reloadbtncapcha:hover {
    -webkit-animation: rotationxy 2s 0.5s alternate ease 1;
    animation: rotationxy 2s 0.5s alternate ease 1;
}

/* end captcha */

/* end checkout2 */

.cart-table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f4f4f4;
}

.cart-table-prd {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 0 !important;
    padding-bottom: 30px;
    padding-left: 0 !important;
    -ms-flex-align: center;
    align-items: center;
}

.cart-table-prd:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
}

@media (max-width: 991px) {
    .cart-table-prd {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.cart-table-prd > * {
    padding: 0 15px;
}

.cart-table-prd > *:first-child {
    padding-right: 0;
}

.cart-table-prd > *:last-child {
    padding-left: 0;
}

.cart-table-prd-options {
    margin-top: 5px;
}

.cart-table-prd-image {
    max-width: 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.cart-table-prd-image img {
    width: 100%;
}

@media (max-width: 1860px) {
    .cart-table-prd-image {
        max-width: 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }
}

@media (max-width: 1199px) {
    .cart-table-prd-image {
        max-width: 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}

@media (max-width: 991px) {
    .cart-table-prd-image {
        max-width: 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}

@media (max-width: 575px) {
    .cart-table-prd-image {
        max-width: 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
}

.cart-table-prd-info {
    -ms-flex: 1;
    flex: 1;
}

.cart-table-prd-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0;
    color: #818181;
}

.cart-table-prd-name:not(:first-child) {
    margin-top: 7px;
}

@media (max-width: 991px) {
    .cart-table-prd-name {
        font-size: 16px;
    }
}

.cart-table-prd-subname {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0;
}

.cart-table-prd-subname:not(:first-child) {
    margin-top: 6px;
}

@media (max-width: 991px) {
    .cart-table-prd-subname {
        font-size: 14px;
    }
}

.cart-table-prd-qty {
    max-width: 160px;
    text-align: center;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

@media (max-width: 1199px) {
    .cart-table-prd-qty {
        max-width: 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }
}

@media (max-width: 767px) {
    .cart-table-prd-qty {
        max-width: 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }
}

@media (max-width: 575px) {
    .cart-table-prd-qty {
        max-width: 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
}

.cart-table-prd-qty .qty {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cart-table-prd-price {
    max-width: 230px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
}

@media (max-width: 1860px) {
    .cart-table-prd-price {
        max-width: 260px;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}

@media (max-width: 1199px) {
    .cart-table-prd-price {
        max-width: 200px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}

.cart-table-prd--head {
    font-size: 15px;
    font-weight: 500;
}

.cart-table-prd-price-total {
    font-family: "iransans", 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 1em;
    max-width: 230px;
    text-align: center;
    white-space: nowrap;
    color: #282828;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
}

@media (max-width: 1860px) {
    .cart-table-prd-price-total {
        font-size: 22px;
        max-width: 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}

@media (max-width: 1199px) {
    .cart-table-prd-price-total {
        font-size: 18px;
        max-width: 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}

.cart-table-prd-action {
    max-width: 70px;
    text-align: center;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

@media (max-width: 767px) {
    .cart-table-prd-action {
        position: absolute;
        top: 30px;
        left: 0;
    }
}

.cart-table-prd-remove {
    font-size: 20px;
}

.cart-table-prd-remove [class*='icon'] {
    transition: .2s;
    color: #f12b2b;
}

.cart-table-prd-remove:hover {
    text-decoration: none;
}

.cart-table-prd-remove:hover [class*='icon'] {
    color: #282828;
}

.cart-table-prd-content-wrap .cart-table-prd-price {
    margin-top: 0 !important;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-table-prd-price {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.cart-table-prd-price:not(:first-child) {
    margin-top: 10px;
}

.cart-table-prd-price > * {
    margin: 0 5px;
}

.cart-table-prd-price .price-old {
    font-family: "iransans", 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    text-decoration: line-through;
}

@media (max-width: 991px) {
    .cart-table-prd-price .price-old {
        font-size: 14px;
    }
}

.cart-table-prd-price .price-new {
    font-family: "iransans", 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    color: #282828;
}

@media (max-width: 991px) {
    .cart-table-prd-price .price-new {
        font-size: 18px;
    }
}

.card-text-info {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
}

.card-text-info h4,
.card-text-info h5,
.card-text-info h6 {
    margin-bottom: 5px;
}

.card-text-info p:not(:first-child) {
    margin-top: 5px;
}

.card-text-info b {
    font-size: 15px;
}

.cart-table-prd-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
}

.cart-table-prd-content-wrap > * {
    padding: 0 15px;
}

.cart-table-prd-content-wrap > *:first-child {
    padding-right: 0;
}

.cart-table-prd-content-wrap > *:last-child {
    padding-left: 0;
}

@media (max-width: 991px) {
    .cart-table-prd-content-wrap {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .cart-table-prd-content-wrap {
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 767px) {

    .cart-table-prd-info,
    .cart-table-prd-price-total,
    .cart-table-prd-qty {
        width: 100%;
        max-width: 100%;
        padding: 0;
        text-align: right;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .cart-table-prd-price {
        max-width: calc(100% - 50px);
        padding-left: 50px;
    }

    .cart-table-prd-info,
    .cart-table-prd-qty {
        margin: 0 0 15px;
    }
}

.page404-bg {
    min-height: 550px !important;
}

@media (max-width: 767px) {
    .page404-bg {
        min-height: 350px !important;
    }
}

.shopping-cart-empty-text {
    display: none;
}

.shopping-cart-empty-text .page404-bg {
    min-height: 500px !important;
}

@media (max-width: 767px) {
    .shopping-cart-empty-text .page404-bg {
        min-height: 350px !important;
    }
}

.shopping-cart-empty-text .page404-bg .page404-text {
    position: relative;
}

.gift-bg {
    min-height: 550px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .gift-bg {
        min-height: 350px !important;
    }
}

.shopping-cart-empty-text {
    display: none;
}

.shopping-cart-empty-text .gift-bg {
    min-height: 500px !important;
}

@media (max-width: 767px) {
    .shopping-cart-empty-text .gift-bg {
        min-height: 350px !important;
    }
}

.shopping-cart-empty-text .page404-bg .gift-text {
    position: relative;
}

.gift-title {
    font-size: 34px;
    line-height: 1.1;
    color: #191919;
}

.gift-box {
    margin-top: 35px;
    max-width: 434px;
    overflow: hidden;
    position: relative;
    border-radius: 9px;
}

.gift-box .gift-image img {
    margin: auto;
    border-radius: 9px;
}

.gift-box .gift-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.gift-box .gift-description .gift-sum {
    color: #ffffff;
    font-size: 32px;
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.gift-box .gift-description .gift-sum span {
    font-size: 15px;
}

@media screen and (max-width: 479px) {
    .gift-box .gift-description .gift-sum {
        font-size: 27px;
    }
}

@media screen and (max-width: 375px) {
    .gift-box .gift-description .gift-sum {
        font-size: 22px;
    }
}

.gift-box .gift-description .gift-code {
    background-color: #ffffff;
    border: 7px solid #ffffff;
    margin: 20px;
    position: relative;
    border-radius: 3px;
}

.gift-box .gift-description .gift-code::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../images/gift-box-border1.png) left top repeat-x;
}

.gift-box .gift-description .gift-code::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../images/gift-box-border1.png) left top repeat-x;
}

.gift-box .gift-description .gift-code span {
    display: block;
    position: relative;
    padding: 13px 14px 11px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #191919;
}

.gift-box .gift-description .gift-code span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: url(../images/gift-box-border2.png) left top repeat-y;
}

.gift-box .gift-description .gift-code span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: url(../images/gift-box-border2.png) right top repeat-y;
}

.gift-bg p {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.shopping-cart--empty .shopping-cart-empty-text {
    display: block;
}

.shopping-cart--empty .shopping-cart-content {
    display: none;
}

.page404-text .empty-image img {
    margin: auto;
}

@media (min-width: 992px) {
    .cart-table-under {
        margin-right: -30px;
        margin-left: -30px;
    }

    .cart-table-under > * {
        padding: 0 30px;
    }
}


.cart-table.disable-actions .cart-table-prd-remove {
    pointer-events: none;
    opacity: 0;
}

@media (min-width: 576px) {
    .cart-table-under .form-control.textarea--height-200 {
        height: 272px;
    }
}

.cart-table-under .cart-promo-banner .txt1 {
    font-size: 28px;
}

@media (max-width: 1199px) {
    .cart-table-under .cart-promo-banner .txt1 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .cart-table-under .cart-promo-banner .txt1 {
        font-size: 24px;
    }
}

.cart-table-under .cart-promo-banner .txt2 {
    font-size: 18px;
}

@media (max-width: 575px) {
    .cart-table-under .cart-promo-banner .txt2 {
        font-size: 16px;
    }
}

.cart-table--sm .cart-table-prd-image {
    max-width: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.cart-table--sm .cart-table-prd-price-total {
    font-size: 20px;
}

.cart-table--sm .cart-table-prd-info {
    text-align: right;
    -ms-flex: 2;
    flex: 1;
}

.cart-table--sm .cart-table-prd-price,
.cart-table--sm .cart-table-prd-price-total {
    -ms-flex: 1;
    flex: 1;
}

.cart-table--sm .cart-table-prd-qty {
    max-width: 80px;
    text-align: center;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

@media (max-width: 767px) {
    .cart-table--sm .cart-table-prd-content-wrap {
        flex-direction: row;
        padding: 0;
        -ms-flex-direction: row;
    }
}

.cart-total-sm {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.cart-total-sm > * {
    padding: 0 10px;
}

.qty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.qty-changer button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 17px;
    max-width: 17px;
    height: 17px;
    padding: 0;
    cursor: pointer;
    transition: .2s ease;
    color: #282828;
    border: 0;
    border-radius: 50%;
    background: #f7f7f8;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
}

.qty-changer button:hover {
    background: #bf8040;
}

.qty-changer button:hover:after,
.qty-changer button:hover:before {
    background-color: #fff;
}

.qty-changer button:before,
.qty-changer button:after {
    position: absolute;
    z-index: 1;
    content: '';
    background-color: #282828;
}

.qty-changer button:before {
    top: calc(50% - .5px);
    right: 4px;
    width: 9px;
    height: 1px;
}

.qty-changer button.increase:after {
    top: 4px;
    right: calc(50% - .5px);
    width: 1px;
    height: 9px;
}

.qty-changer input[type='number'],
.qty-changer input[type='text'] {
    font-size: 15px;
    line-height: 27px;
    width: 27px;
    max-width: 27px;
    margin: 0 6px;
    padding: 0;
    text-align: center;
    color: #282828;
    border: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background: #f7f7f8;
    -webkit-appearance: none;
}

/*--------------------- 5.14.Wishlist -------------------- */
/* Wishlist */
.table td {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.table .price-col {
    width: 180px;
    color: #333333;
    font-weight: 400;
    font-size: 1.6rem;
}

.table .stock-col {
    width: 160px;
    font-weight: 400;
    font-size: 1.6rem;
}

.table .action-col {
    width: 202px;
}

.table .action-col .btn {
    height: 40px;
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.table .action-col .btn i {
    font-size: 1.8rem;
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

.table .action-col .btn.disabled {
    opacity: 1 !important;
    color: #cccccc !important;
    cursor: default;
    pointer-events: none;
    background-color: #fafafa !important;
    border-color: #ebebeb !important;
}

.table .remove-col {
    padding-right: 0;
    padding-left: 0;
    width: 38px;
    text-align: right;
}

.table .remove-col .btn-remove {
    margin-left: -.7rem;
}

.product-col .product {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 2rem;
    box-shadow: none;
}

.product-col .product-media {
    display: inline-block;
    margin: 0;
    margin-left: 2.8rem;
    flex-shrink: 0;
    max-width: 60px;
}

.price-col .product-media {
    display: inline-block;
    margin: 0;
    margin-left: 2.8rem;
    flex-shrink: 0;
}

.product-col .product-title {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.25;
    margin: 0;
}

.product-col .product-title a {
    color: inherit;
}

.product-col .product-title a:hover,
.product-col .product-title a:focus {
    color: #FA523C;
}

.in-stock {
    color: #a6c76c;
}

.out-of-stock {
    color: #ef837b;
}

.btn-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #cccccc;
    background-color: transparent;
    font-size: 1.7rem;
    line-height: 1;
    border: none;
    outline: none;
    transition: all .35s;
}

.btn-remove:hover,
.btn-remove:focus {
    color: #333333;
}

.action-col .dropdown-menu {
    color: #666;
    border-radius: 0;
    width: 100%;
    font-size: 1.3rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.action-col .dropdown-item {
    padding: .5rem 1.5rem;
    text-align: right;
    transition: background .35s ease, color .1s ease;
}

.action-col .dropdown-item.active,
.action-col .dropdown-item:active,
.action-col .dropdown-item:hover,
.action-col .dropdown-item:focus {
    color: #fff;
    background-color: #FA523C;
}

@media screen and (max-width: 991px) {

    .table-mobile,
    .table-mobile tbody,
    .table-mobile tr,
    .table-mobile td {
        width: 100% !important;
        display: block !important;
    }

    .table-mobile thead {
        display: none !important;
    }

    .table-mobile tr {
        position: relative;
        padding-top: 4.2rem;
        padding-bottom: 4rem;
    }

    .table-mobile .remove-col {
        position: absolute;
        left: 1.5rem;
        top: .5rem;
        padding: .5rem !important;
        width: auto !important;
    }

    .table-mobile tr td {
        text-align: center;
        padding: .1rem 3rem;
        border-bottom: none;
    }

    .table-mobile tr .product-col {
        padding-bottom: .6rem;
    }

    .table-mobile tr .action-col {
        padding-top: 1.5rem;
    }

    .table-mobile tr .action-col .btn,
    .table-mobile tr .action-col .dropdown {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .table-mobile .product-col .product {
        justify-content: center;
    }

    .table-mobile .product-col .product-title {
        text-align: right;
    }

    .table-mobile {
        border: .1rem solid #ebebeb;
    }

    .table-mobile tr:not(:last-child) {
        border-bottom: .1rem solid #ebebeb;
    }

    .table-mobile .cart-product-quantity {
        margin: .5rem auto;
    }

    .product-col .product {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .table-mobile .product-col .product-media {
        margin-left: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .cart-bottom {
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .cart-bottom .cart-discount .btn {
        margin-top: 0;
    }

    .cart-bottom .btn {
        margin-right: 0 !important;
        margin-top: 1rem;
    }
}

/*--------------------- 5.15.Cart -------------------- */
/* Shopping Cart */
@media screen and (min-width: 992px) {
    .cart .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .cart .col-lg-9 {
        -ms-flex: 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.table .total-col {
    color: #FA523C;
    font-weight: 400;
    font-size: 1.6rem;
}

.table.table-cart .price-col {
    width: 120px;
}

.table.table-cart .total-col {
    width: 80px;
}

.table.table-cart .quantity-col {
    width: 135px;
}

.cart-product-quantity {
    width: 100px;
}

.cart-product-quantity .form-control {
    padding: .85rem 2.6rem;
    height: 40px;
    max-width: 100%;
    border-color: #dadada;
    background-color: #fff;
    margin: 0;
}

.input-spinner {
    position: relative;
}

.input-spinner .input-group-prepend,
.input-spinner .input-group-append {
    position: absolute;
    top: 0;
}

.input-spinner .input-group-prepend {
    left: 0;
}

.input-spinner .input-group-append {
    right: 0;
}

.input-spinner .form-control {
    padding: .85rem 2.6rem;
    height: auto;
    border-color: #dadada;
    background-color: #fff;
    margin: 0;
}

.input-spinner .form-control[disabled] {
    background-color: #f9f9f9;
}

.btn.btn-spinner {
    min-width: 0;
    color: #333333;
    padding: 1.25rem .4rem;
    font-size: 1rem;
    border: none;
    background: none;
}

.btn.btn-spinner i {
    margin: 0 !important;
}

.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
    color: #FA523C;
}

.cart-bottom {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem;
}

.cart-bottom .btn {
    margin-right: auto;
    min-width: 152px;
}

.cart-discount {
    flex: 0 0 50%;
    max-width: 326px;
}

.cart-discount .form-control {
    margin-left: 1.1rem;
}

.cart-discount .btn {
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
}

.summary.summary-cart {
    margin-bottom: 3rem;
}

.summary.summary-cart .summary-title {
    margin-bottom: 0;
    text-align: right;
}

.table.table-summary .summary-shipping {
    color: #333333;
    font-weight: 400;
    font-size: 1.6rem;
}

.table.table-summary .summary-shipping td {
    padding-top: 2rem;
    padding-bottom: 1.3rem;
    height: auto;
    border-bottom: none;
}

.table.table-summary .summary-shipping-row {
    color: #333333;
}

.table.table-summary .summary-shipping-row label {
    color: inherit;
}

.table.table-summary .summary-shipping-row td {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: none;
}

.table.table-summary .custom-control {
    margin: 0;
}

.table.table-summary .summary-shipping-estimate {
    color: #333333;
    font-weight: 400;
    font-size: 1.6rem;
}

.table.table-summary .summary-shipping-estimate td {
    height: auto;
    padding-top: 1.4rem;
    padding-bottom: 2.3rem;
}

.table.table-summary .summary-shipping-estimate a {
    margin-top: .6rem;
    display: inline-block;
    font-weight: 300;
    color: #999999;
    font-size: 1.4rem;
    border-bottom: 0.1rem solid #999999;
}

.table.table-summary .summary-shipping-estimate a:hover,
.table.table-summary .summary-shipping-estimate a:focus {
    color: #FA523C;
    border-bottom-color: #FA523C;
}

.summary-cart .table.table-summary thead th:last-child,
.summary-cart .table.table-summary tbody td:last-child {
    min-width: 0;
}

@media screen and (max-width: 992px) {
    .position-custum {
        position: inherit !important;
    }

    .position-custum .btn {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .btncart1 {
        display: block;
    }

    .btncart2 {
        display: block;
        float: none !important;
        margin-top: 1.5rem;
    }
}

/*--------------------- 5.16.Dashboard -------------------- */
/* Dashboard */
@media screen and (min-width: 992px) {
    .dashboard .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .dashboard .col-lg-9 {
        -ms-flex: 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.dashboard label {
    margin-bottom: .2rem;
    float: right;
}

.dashboard .form-control {
    margin-bottom: 1.3rem;
}

.dashboard .form-control + .form-control {
    margin-top: 2rem;
}

.dashboard .form-control:not(:focus) {
    background-color: #f9f9f9;
}

.dashboard .tab-pane {
    padding: 0;
    border: none;
    line-height: 2.15;
    padding-bottom: 2rem;
}

.dashboard .tab-pane p {
    margin-bottom: 1rem;
    text-align: right;
}

.dashboard .btn {
    min-width: 123px;
    float: right;
}

.nav-dashboard {
    margin-top: -1rem;
}

.nav-dashboard .nav-link {
    overflow: hidden;
    position: relative;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.4rem 0;
    text-align: right;
    color: #333333;
    border-bottom: .1rem solid #ebebeb;
}

.nav-dashboard .nav-link:before {
    font-family: "molla";
    content: '\f273';
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -7.5px;
    transition: all .3s;
    opacity: 0;
}

.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link.active {
    color: #FA523C;
}

.nav-dashboard .nav-link.active {
    padding-right: 2rem;
}

.nav-dashboard .nav-link.active:before {
    right: 0;
    opacity: 1;
}

.card-dashboard {
    text-align: right;
    margin-bottom: 3rem;
    background-color: #f9f9f9;
    border: .1rem solid #ebebeb;
}

.card-dashboard .card-title {
    letter-spacing: 0;
    margin-bottom: .5rem;
}

.card-dashboard .card-body {
    padding: 4rem 2.8rem 2rem;
}

/*--------------------- 5.17.404 -------------------- */
/* 404 - Error */
.error-content {
    color: #777;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.025em;
    padding-top: 8.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 480px;
    background-color: #fdfdfd;
}

.error-content p {
    margin-bottom: 2.5rem;
}

.error-title {
    letter-spacing: -.025em;
    margin-bottom: 1.4rem;
}

@media screen and (min-width: 768px) {
    .error-content {
        padding-top: 12.5rem;
        min-height: 540px;
    }

    .error-content {
        min-height: 620px;
    }
}

/*--------------------- 5.18.Coming Soon -------------------- */
/* Coming Soon */
.soon {
    position: relative;
    background-color: #fff;
}

.soon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 9rem;
    min-height: 100vh;
    background-color: #fff;
    z-index: 2;
    color: #999999;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875;
}

.soon-content form,
.soon-content hr {
    max-width: 496px;
}

.soon-content.text-center p {
    max-width: 680px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.soon-content.text-center form,
.soon-content.text-center hr,
.soon-content.text-center .coming-countdown {
    margin-left: auto;
    margin-right: auto;
}

.soon-content form {
    padding-top: .5rem;
}

.soon-content .input-group {
    flex-direction: column;
    align-items: center;
}

.soon-content .btn {
    min-width: 140px;
    margin-top: 1rem;
}

.soon-content .form-control {
    width: 100%;
}

.soon-content .form-control:not(:focus) {
    border-color: #dadada;
}

.soon-bg {
    display: none;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.soon-logo {
    margin-bottom: 2.3rem;
}

.soon-title {
    font-weight: 400;
    letter-spacing: -.025em;
    margin-bottom: 4.2rem;
}

.coming-countdown {
    max-width: 476px;
    min-height: 53px;
    padding-bottom: .7rem;
}

.coming-countdown .countdown-section {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
}

.coming-countdown .countdown-amount {
    color: #FA523C;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -.025em;
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
    font-size: 30px;
    margin-left: 8px;
    color: #FA523C;
    margin-top: -1rem;
}

@media screen and (min-width: 576px) {
    .soon-content {
        font-size: 1.6rem;
    }

    .soon-content .input-group {
        flex-direction: row;
    }

    .soon-content .btn {
        margin-left: 1rem;
        margin-top: 0;
    }

    .soon-content .form-control {
        width: auto;
    }

    .coming-countdown .countdown-section {
        font-size: 1.6rem;
    }

    .coming-countdown .countdown-amount {
        font-size: 3rem;
    }
}

@media screen and (min-width: 768px) {
    .soon-content {
        padding-right: 3rem;
    }

    .soon-bg {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .soon-bg-2 {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .soon-content {
        padding-right: 0;
    }
}

.soon2 .soon-bg2 {
    width: 100%;
    height: 50%;
}

@media screen and (max-width: 576px) {
    .soon-content.text-center p {
        padding: 0 2rem;
    }

    .soon-content.text-center form {
        padding: 0 2rem;
    }
}


/*--------------------- 5.19.Track Order -------------------- */

.trackorder-content {
    direction: rtl;
}

.trackorder-detail {
    text-align: right;
}

.trackorder-inner {
    background: #f9f9f9;
    padding: 50px;
    overflow: hidden;
}

.trackorder-top .trackorder-detail span {
    color: #FA523C;
}

.trackorder-top {
    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;
}

.trackorder-top .trackorder-id {
    font-family: "iransans";
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
    color: #555;
    letter-spacing: 0;
    position: relative;
    text-transform: capitalize;
}

.trackorder-top .trackorder-detail {
    font-size: 15px;
    color: #444444;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: right;
}

.trackorder-top .trackorder-detail div:first-child {
    margin-bottom: 7px;
}

.trackorder-top .trackorder-detail span {
    color: #FA523C;
    text-transform: uppercase;
    font-weight: 600;
}

.trackorder-progressbar {
    overflow: hidden;
    margin: 58px -9% 5px;
}

.trackorder-progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: right;
    position: relative;
    font-weight: 400;
    text-align: center;
}

.trackorder-progressbar li .progressbar-track {
    position: relative;
    display: block;
}

.trackorder-progressbar li .progressbar-track:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 26px;
    background: #f1dcca;
    border-radius: 50%;
    margin: auto;
    padding: 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;
    color: #ffffff;
    z-index: 9;
    position: relative;
}

.trackorder-progressbar li .progressbar-track:after {
    content: "";
    width: 100%;
    height: 12px;
    background: #f1dcca;
    position: absolute;
    left: 0;
    top: 19px;
}

.trackorder-progressbar li .track-icon {
    display: inline-block;
    margin-bottom: 11px;
}

.trackorder-progressbar li .track-title {
    position: relative;
    color: #444444;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    max-width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    margin-top: 16px;
    word-break: break-all;
}

.trackorder-progressbar li:last-child .progressbar-track:after {
    content: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.trackorder-progressbar li:first-child .progressbar-track:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.trackorder-progressbar li:nth-child(2) .progressbar-track:after {
    left: -50%;
}

.trackorder-progressbar li:nth-child(3) .progressbar-track:after {
    left: -50%;
}

.trackorder-progressbar li:nth-child(4) .progressbar-track:after {
    left: -50%;
}

.trackorder-progressbar li.active .progressbar-track:before {
    background: #f1dcca;
    background: #FA523C;
    font-family: "molla";
    content: "\e801";
    z-index: 2;
}

.trackorder-progressbar li.active .progressbar-track:after {
    background: #FA523C;
}

.trackorder-progressbar .trackorder-step .progressbar-track:before {
    font-family: "FontAwesome";
    content: "\f1db";
}

@media only screen and (max-width: 1199px) {

    .trackorder-progressbar li .track-title {
        max-width: 50%;
        line-height: 22px;
        font-size: 18px;
    }

    .trackorder-inner {
        padding: 40px;
    }

}

@media only screen and (max-width: 991px) {

    .trackorder-progressbar li .track-title {
        max-width: 70%;
        font-size: 16px;
    }

    .trackorder-top .trackorder-id {
        font-size: 24px;
    }

    .trackorder-top .trackorder-detail {
        font-size: 16px;
        text-align: right;
    }

}

@media only screen and (max-width: 767px) {

    .trackorder-progressbar li .progressbar-track:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .trackorder-progressbar li .progressbar-track:after {
        height: 8px;
        top: 12px;
    }

    .trackorder-progressbar li .track-icon {
        max-width: 40px;
        margin: 0 auto 11px;
    }

    .trackorder-progressbar li .track-title {
        max-width: 85%;
        font-size: 14px;
    }

    .trackorder-inner {
        padding: 25px;
    }

    .trackorder-top .trackorder-id {
        font-size: 20px;
    }

    .trackorder-top .trackorder-detail {
        font-size: 14px;
        text-align: right;
    }

}

@media only screen and (max-width: 575px) {

    .trackorder-progressbar {
        margin: 20px 0 5px;
    }

    .trackorder-progressbar li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .trackorder-progressbar li .track-title {
        max-width: unset;
        font-size: 14px;
        margin: 0;
        text-align: right;
    }

    .trackorder-progressbar li .track-icon {
        max-width: 34px;
        margin: 0;
        margin-left: 15px;
    }

    .trackorder-progressbar li .progressbar-track {
        width: 30px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 15px;
    }

    .trackorder-progressbar li .progressbar-track:after {
        height: 110%;
        top: -100%;
        width: 6px;
    }

    .trackorder-progressbar li:first-child .progressbar-track:after {
        content: none;
    }

    .trackorder-progressbar li:nth-child(2) .progressbar-track:after {
        left: 0;
        right: 0px;
        margin: 0 auto;
    }

    .trackorder-progressbar li:nth-child(3) .progressbar-track:after {
        left: 0;
        right: 0px;
        margin: 0 auto;
    }

    .trackorder-progressbar li:nth-child(4) .progressbar-track:after {
        content: "";
        left: 0;
        right: 0px;
        margin: 0 auto;
    }

    .trackorder-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .trackorder-top .trackorder-id {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .trackorder-top .trackorder-detail {
        font-size: 14px;
        text-align: right;
        margin-bottom: 15px;
    }

    .trackorder-inner {
        padding: 15px;
    }

}


/*--------------------- 6.Spacing + Helpers -------------------- */
/* Spacing */
.mt-0 {
    margin-top: 0rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.pt-9 {
    padding-top: 9rem !important;
}

.pb-9 {
    padding-bottom: 9rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.mt-11 {
    margin-top: 11rem !important;
}

.mb-11 {
    margin-bottom: 11rem !important;
}

.pt-11 {
    padding-top: 11rem !important;
}

.pb-11 {
    padding-bottom: 11rem !important;
}

.mt-12 {
    margin-top: 12rem !important;
}

.mb-12 {
    margin-bottom: 12rem !important;
}

.pt-12 {
    padding-top: 12rem !important;
}

.pb-12 {
    padding-bottom: 12rem !important;
}

.mt-13 {
    margin-top: 13rem !important;
}

.mb-13 {
    margin-bottom: 13rem !important;
}

.pt-13 {
    padding-top: 13rem !important;
}

.pb-13 {
    padding-bottom: 13rem !important;
}

.mt-14 {
    margin-top: 14rem !important;
}

.mb-14 {
    margin-bottom: 14rem !important;
}

.pt-14 {
    padding-top: 14rem !important;
}

.pb-14 {
    padding-bottom: 14rem !important;
}

.mt-15 {
    margin-top: 15rem !important;
}

.mb-15 {
    margin-bottom: 15rem !important;
}

.pt-15 {
    padding-top: 15rem !important;
}

.pb-15 {
    padding-bottom: 15rem !important;
}

@media screen and (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0rem !important;
    }

    .mt-md-1 {
        margin-top: 1rem !important;
    }

    .mt-md-2 {
        margin-top: 2rem !important;
    }

    .mt-md-3 {
        margin-top: 3rem !important;
    }

    .mt-md-4 {
        margin-top: 4rem !important;
    }

    .mt-md-5 {
        margin-top: 5rem !important;
    }

    .mt-md-6 {
        margin-top: 6rem !important;
    }

    .mt-md-7 {
        margin-top: 7rem !important;
    }

    .mt-md-8 {
        margin-top: 8rem !important;
    }

    .mt-md-9 {
        margin-top: 9rem !important;
    }

    .mt-md-10 {
        margin-top: 10rem !important;
    }

    .mt-md-11 {
        margin-top: 11rem !important;
    }

    .mt-md-12 {
        margin-top: 12rem !important;
    }

    .mt-md-13 {
        margin-top: 13rem !important;
    }

    .mt-md-14 {
        margin-top: 14rem !important;
    }

    .mt-md-15 {
        margin-top: 15rem !important;
    }

    .mb-md-0 {
        margin-bottom: 0rem !important;
    }

    .mb-md-1 {
        margin-bottom: 1rem !important;
    }

    .mb-md-2 {
        margin-bottom: 2rem !important;
    }

    .mb-md-3 {
        margin-bottom: 3rem !important;
    }

    .mb-md-4 {
        margin-bottom: 4rem !important;
    }

    .mb-md-5 {
        margin-bottom: 5rem !important;
    }

    .mb-md-6 {
        margin-bottom: 6rem !important;
    }

    .mb-md-7 {
        margin-bottom: 7rem !important;
    }

    .mb-md-8 {
        margin-bottom: 8rem !important;
    }

    .mb-md-9 {
        margin-bottom: 9rem !important;
    }

    .mb-md-10 {
        margin-bottom: 10rem !important;
    }

    .mb-md-11 {
        margin-bottom: 11rem !important;
    }

    .mb-md-12 {
        margin-bottom: 12rem !important;
    }

    .mb-md-13 {
        margin-bottom: 13rem !important;
    }

    .mb-md-14 {
        margin-bottom: 14rem !important;
    }

    .mb-md-15 {
        margin-bottom: 15rem !important;
    }

    .pt-md-0 {
        padding-top: 0rem !important;
    }

    .pt-md-1 {
        padding-top: 1rem !important;
    }

    .pt-md-2 {
        padding-top: 2rem !important;
    }

    .pt-md-3 {
        padding-top: 3rem !important;
    }

    .pt-md-4 {
        padding-top: 4rem !important;
    }

    .pt-md-5 {
        padding-top: 5rem !important;
    }

    .pt-md-6 {
        padding-top: 6rem !important;
    }

    .pt-md-7 {
        padding-top: 7rem !important;
    }

    .pt-md-8 {
        padding-top: 8rem !important;
    }

    .pt-md-9 {
        padding-top: 9rem !important;
    }

    .pt-md-10 {
        padding-top: 10rem !important;
    }

    .pt-md-11 {
        padding-top: 11rem !important;
    }

    .pt-md-12 {
        padding-top: 12rem !important;
    }

    .pt-md-13 {
        padding-top: 13rem !important;
    }

    .pt-md-14 {
        padding-top: 14rem !important;
    }

    .pt-md-15 {
        padding-top: 15rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0rem !important;
    }

    .pb-md-1 {
        padding-bottom: 1rem !important;
    }

    .pb-md-2 {
        padding-bottom: 2rem !important;
    }

    .pb-md-3 {
        padding-bottom: 3rem !important;
    }

    .pb-md-4 {
        padding-bottom: 4rem !important;
    }

    .pb-md-5 {
        padding-bottom: 5rem !important;
    }

    .pb-md-6 {
        padding-bottom: 6rem !important;
    }

    .pb-md-7 {
        padding-bottom: 7rem !important;
    }

    .pb-md-8 {
        padding-bottom: 8rem !important;
    }

    .pb-md-9 {
        padding-bottom: 9rem !important;
    }

    .pb-md-10 {
        padding-bottom: 10rem !important;
    }

    .pb-md-11 {
        padding-bottom: 11rem !important;
    }

    .pb-md-12 {
        padding-bottom: 12rem !important;
    }

    .pb-md-13 {
        padding-bottom: 13rem !important;
    }

    .pb-md-14 {
        padding-bottom: 14rem !important;
    }

    .pb-md-15 {
        padding-bottom: 15rem !important;
    }
}

@media screen and (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0rem !important;
    }

    .mt-lg-1 {
        margin-top: 1rem !important;
    }

    .mt-lg-2 {
        margin-top: 2rem !important;
    }

    .mt-lg-3 {
        margin-top: 3rem !important;
    }

    .mt-lg-4 {
        margin-top: 4rem !important;
    }

    .mt-lg-5 {
        margin-top: 5rem !important;
    }

    .mt-lg-6 {
        margin-top: 6rem !important;
    }

    .mt-lg-7 {
        margin-top: 7rem !important;
    }

    .mt-lg-8 {
        margin-top: 8rem !important;
    }

    .mt-lg-9 {
        margin-top: 9rem !important;
    }

    .mt-lg-10 {
        margin-top: 10rem !important;
    }

    .mt-lg-11 {
        margin-top: 11rem !important;
    }

    .mt-lg-12 {
        margin-top: 12rem !important;
    }

    .mt-lg-13 {
        margin-top: 13rem !important;
    }

    .mt-lg-14 {
        margin-top: 14rem !important;
    }

    .mt-lg-15 {
        margin-top: 15rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 7rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 8rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 9rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 10rem !important;
    }

    .mb-lg-11 {
        margin-bottom: 11rem !important;
    }

    .mb-lg-12 {
        margin-bottom: 12rem !important;
    }

    .mb-lg-13 {
        margin-bottom: 13rem !important;
    }

    .mb-lg-14 {
        margin-bottom: 14rem !important;
    }

    .mb-lg-15 {
        margin-bottom: 15rem !important;
    }

    .pt-lg-0 {
        padding-top: 0rem !important;
    }

    .pt-lg-1 {
        padding-top: 1rem !important;
    }

    .pt-lg-2 {
        padding-top: 2rem !important;
    }

    .pt-lg-3 {
        padding-top: 3rem !important;
    }

    .pt-lg-4 {
        padding-top: 4rem !important;
    }

    .pt-lg-5 {
        padding-top: 5rem !important;
    }

    .pt-lg-6 {
        padding-top: 6rem !important;
    }

    .pt-lg-7 {
        padding-top: 7rem !important;
    }

    .pt-lg-8 {
        padding-top: 8rem !important;
    }

    .pt-lg-9 {
        padding-top: 9rem !important;
    }

    .pt-lg-10 {
        padding-top: 10rem !important;
    }

    .pt-lg-11 {
        padding-top: 11rem !important;
    }

    .pt-lg-12 {
        padding-top: 12rem !important;
    }

    .pt-lg-13 {
        padding-top: 13rem !important;
    }

    .pt-lg-14 {
        padding-top: 14rem !important;
    }

    .pt-lg-15 {
        padding-top: 15rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 6rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 7rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 8rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 9rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 10rem !important;
    }

    .pb-lg-11 {
        padding-bottom: 11rem !important;
    }

    .pb-lg-12 {
        padding-bottom: 12rem !important;
    }

    .pb-lg-13 {
        padding-bottom: 13rem !important;
    }

    .pb-lg-14 {
        padding-bottom: 14rem !important;
    }

    .pb-lg-15 {
        padding-bottom: 15rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0rem !important;
    }

    .mt-xl-1 {
        margin-top: 1rem !important;
    }

    .mt-xl-2 {
        margin-top: 2rem !important;
    }

    .mt-xl-3 {
        margin-top: 3rem !important;
    }

    .mt-xl-4 {
        margin-top: 4rem !important;
    }

    .mt-xl-5 {
        margin-top: 5rem !important;
    }

    .mt-xl-6 {
        margin-top: 6rem !important;
    }

    .mt-xl-7 {
        margin-top: 7rem !important;
    }

    .mt-xl-8 {
        margin-top: 8rem !important;
    }

    .mt-xl-9 {
        margin-top: 9rem !important;
    }

    .mt-xl-10 {
        margin-top: 10rem !important;
    }

    .mt-xl-11 {
        margin-top: 11rem !important;
    }

    .mt-xl-12 {
        margin-top: 12rem !important;
    }

    .mt-xl-13 {
        margin-top: 13rem !important;
    }

    .mt-xl-14 {
        margin-top: 14rem !important;
    }

    .mt-xl-15 {
        margin-top: 15rem !important;
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 6rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 7rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 8rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 9rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 10rem !important;
    }

    .mb-xl-11 {
        margin-bottom: 11rem !important;
    }

    .mb-xl-12 {
        margin-bottom: 12rem !important;
    }

    .mb-xl-13 {
        margin-bottom: 13rem !important;
    }

    .mb-xl-14 {
        margin-bottom: 14rem !important;
    }

    .mb-xl-15 {
        margin-bottom: 15rem !important;
    }
}

@media screen and (min-width: 1600px) {
    .mt-xxl-0 {
        margin-top: 0rem !important;
    }

    .mt-xxl-1 {
        margin-top: 1rem !important;
    }

    .mt-xxl-2 {
        margin-top: 2rem !important;
    }

    .mt-xxl-3 {
        margin-top: 3rem !important;
    }

    .mt-xxl-4 {
        margin-top: 4rem !important;
    }

    .mt-xxl-5 {
        margin-top: 5rem !important;
    }

    .mt-xxl-6 {
        margin-top: 6rem !important;
    }

    .mt-xxl-7 {
        margin-top: 7rem !important;
    }

    .mt-xxl-8 {
        margin-top: 8rem !important;
    }

    .mt-xxl-9 {
        margin-top: 9rem !important;
    }

    .mt-xxl-10 {
        margin-top: 10rem !important;
    }

    .mt-xxl-11 {
        margin-top: 11rem !important;
    }

    .mt-xxl-12 {
        margin-top: 12rem !important;
    }

    .mt-xxl-13 {
        margin-top: 13rem !important;
    }

    .mt-xxl-14 {
        margin-top: 14rem !important;
    }

    .mt-xxl-15 {
        margin-top: 15rem !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0rem !important;
    }

    .mb-xxl-1 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 6rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 7rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 8rem !important;
    }

    .mb-xxl-9 {
        margin-bottom: 9rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 10rem !important;
    }

    .mb-xxl-11 {
        margin-bottom: 11rem !important;
    }

    .mb-xxl-12 {
        margin-bottom: 12rem !important;
    }

    .mb-xxl-13 {
        margin-bottom: 13rem !important;
    }

    .mb-xxl-14 {
        margin-bottom: 14rem !important;
    }

    .mb-xxl-15 {
        margin-bottom: 15rem !important;
    }
}

/*--------------------- 7.Font Icons -------------------- */
/* Font Icons */
@font-face {
    font-family: 'molla';
    src: url("../fonts/molla0ab2.eot");
    src: url("../fonts/molla0ab2.eot#iefix") format("embedded-opentype"), url("../fonts/molla0ab2.woff2") format("woff2"), url("../fonts/molla0ab2.woff") format("woff"), url("../fonts/molla0ab2.ttf") format("truetype"), url("../fonts/molla0ab2.svg#molla") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'molla2';
    src: url("../fonts/molla2.eot");
    src: url("../fonts/molla2.eot#iefix") format("embedded-opentype"), url("../fonts/molla2.ttf") format("woff2"), url("../fonts/molla2.woff") format("woff"), url("../fonts/molla2.ttf") format("truetype"), url("../fonts/molla2.svg#molla2") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "molla";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
    content: '\e800';
}

/* '' */
.icon-check:before {
    content: '\e801';
}

/* '' */
.icon-angle-up:before {
    content: '\e802';
}

/* '' */
.icon-life-ring:before {
    content: '\e803';
}

/* '' */
.icon-phone-square:before {
    content: '\e804';
}

/* '' */
.icon-euro:before {
    content: '\e805';
}

/* '' */
.icon-phone:before {
    content: '\e806';
}

/* '' */
.icon-life-bouy:before {
    content: '\e807';
}

/* '' */
.icon-rmb:before {
    content: '\e808';
}

/* '' */
.icon-creative-commons-1:before {
    content: '\e809';
}

/* '' */
.icon-comment-o:before {
    content: '\e80a';
}

/* '' */
.icon-check-circle-o:before {
    content: '\e80b';
}

/* '' */
.icon-info-circle:before {
    content: '\e80c';
}

/* '' */
.icon-cog:before {
    content: '\e80d';
}

/* '' */
.icon-cogs:before {
    content: '\e80e';
}

/* '' */
.icon-gift:before {
    content: '\e80f';
}

/* '' */
.icon-cart-arrow-down:before {
    content: '\e810';
}

/* '' */
.icon-home:before {
    content: '\e811';
}

/* '' */
.icon-cart-plus:before {
    content: '\e812';
}

/* '' */
.icon-refresh:before {
    content: '\e813';
}

/* '' */
.icon-eye:before {
    content: '\e814';
}

/* '' */
.icon-map-marker:before {
    content: '\e815';
}

/* '' */
.icon-headphones:before {
    content: '\e816';
}

/* '' */
.icon-comments:before {
    content: '\e817';
}

/* '' */
.icon-list-alt:before {
    content: '\e818';
}

/* '' */
.icon-list-ol:before {
    content: '\e819';
}

/* '' */
.icon-clone-1:before {
    content: '\e81a';
}

/* '' */
.icon-plus-square-o:before {
    content: '\e81b';
}

/* '' */
.icon-rotate-left:before {
    content: '\e81c';
}

/* '' */
.icon-tv:before {
    content: '\e81d';
}

/* '' */
.icon-play:before {
    content: '\ec2c';
}

/* '' */
.icon-check:before {
    content: '\ec2d';
}

/* '' */
.icon-music:before {
    content: '\f001';
}

/* '' */
.icon-gift-1:before {
    content: '\f06b';
}

/* '' */
.icon-twitter-square:before {
    content: '\f081';
}

/* '' */
.icon-facebook-square:before {
    content: '\f082';
}

/* '' */
.icon-linkedin:before {
    content: '\f08c';
}

/* '' */
.icon-github-square:before {
    content: '\f092';
}

/* '' */
.icon-twitter:before {
    content: '\f099';
}

/* '' */
.icon-facebook:before {
    content: '\f09a';
}

/* '' */
.icon-github:before {
    content: '\f09b';
}

/* '' */
.icon-pinterest:before {
    content: '\f0d2';
}

/* '' */
.icon-pinterest-square:before {
    content: '\f0d3';
}

/* '' */
.icon-google-plus-square:before {
    content: '\f0d4';
}

/* '' */
.icon-google-plus-g:before {
    content: '\f0d5';
}

/* '' */
.icon-linkedin-in:before {
    content: '\f0e1';
}

/* '' */
.icon-laptop:before {
    content: '\f109';
}

/* '' */
.icon-quote-left:before {
    content: '\f10d';
}

/* '' */
.icon-quote-right:before {
    content: '\f10e';
}

/* '' */
.icon-angle-down:before {
    content: '\f110';
}

/* '' */
.icon-angle-left:before {
    content: '\f111';
}

/* '' */
.icon-angle-right:before {
    content: '\f112';
}

/* '' */
.icon-github-alt:before {
    content: '\f113';
}

/* '' */
.icon-arrow-down:before {
    content: '\f11f';
}

/* '' */
.icon-arrow-left:before {
    content: '\f120';
}

/* '' */
.icon-arrow-right:before {
    content: '\f121';
}

/* '' */
.icon-arrow-up:before {
    content: '\f122';
}

/* '' */
.icon-arrows:before {
    content: '\f123';
}

/* '' */
.icon-balance-scale:before {
    content: '\f12b';
}

/* '' */
.icon-bars:before {
    content: '\f131';
}

/* '' */
.icon-maxcdn:before {
    content: '\f136';
}

/* '' */
.icon-html5:before {
    content: '\f13b';
}

/* '' */
.icon-css3:before {
    content: '\f13c';
}

/* '' */
.icon-binoculars:before {
    content: '\f145';
}

/* '' */
.icon-bookmark-o:before {
    content: '\f150';
}

/* '' */
.icon-btc:before {
    content: '\f15a';
}

/* '' */
.icon-calendar:before {
    content: '\f15c';
}

/* '' */
.icon-youtube:before {
    content: '\f167';
}

/* '' */
.icon-xing:before {
    content: '\f168';
}

/* '' */
.icon-xing-square:before {
    content: '\f169';
}

/* '' */
.icon-dropbox:before {
    content: '\f16b';
}

/* '' */
.icon-stack-overflow:before {
    content: '\f16c';
}

/* '' */
.icon-instagram:before {
    content: '\f16d';
}

/* '' */
.icon-flickr:before {
    content: '\f16e';
}

/* '' */
.icon-adn:before {
    content: '\f170';
}

/* '' */
.icon-bitbucket:before {
    content: '\f171';
}

/* '' */
.icon-tumblr:before {
    content: '\f173';
}

/* '' */
.icon-tumblr-square:before {
    content: '\f174';
}

/* '' */
.icon-certificate:before {
    content: '\f178';
}

/* '' */
.icon-apple:before {
    content: '\f179';
}

/* '' */
.icon-windows:before {
    content: '\f17a';
}

/* '' */
.icon-android:before {
    content: '\f17b';
}

/* '' */
.icon-linux:before {
    content: '\f17c';
}

/* '' */
.icon-dribbble:before {
    content: '\f17d';
}

/* '' */
.icon-skype:before {
    content: '\f17e';
}

/* '' */
.icon-foursquare:before {
    content: '\f180';
}

/* '' */
.icon-trello:before {
    content: '\f181';
}

/* '' */
.icon-gratipay:before {
    content: '\f184';
}

/* '' */
.icon-vk:before {
    content: '\f189';
}

/* '' */
.icon-weibo:before {
    content: '\f18a';
}

/* '' */
.icon-renren:before {
    content: '\f18b';
}

/* '' */
.icon-pagelines:before {
    content: '\f18c';
}

/* '' */
.icon-stack-exchange:before {
    content: '\f18d';
}

/* '' */
.icon-clock-o:before {
    content: '\f18f';
}

/* '' */
.icon-close:before {
    content: '\f191';
}

/* '' */
.icon-vimeo-square:before {
    content: '\f194';
}

/* '' */
.icon-slack:before {
    content: '\f198';
}

/* '' */
.icon-wordpress:before {
    content: '\f19a';
}

/* '' */
.icon-openid:before {
    content: '\f19b';
}

/* '' */
.icon-yahoo:before {
    content: '\f19e';
}

/* '' */
.icon-reddit:before {
    content: '\f1a1';
}

/* '' */
.icon-reddit-square:before {
    content: '\f1a2';
}

/* '' */
.icon-stumbleupon-circle:before {
    content: '\f1a3';
}

/* '' */
.icon-stumbleupon:before {
    content: '\f1a4';
}

/* '' */
.icon-delicious:before {
    content: '\f1a5';
}

/* '' */
.icon-digg:before {
    content: '\f1a6';
}

/* '' */
.icon-pied-piper-pp:before {
    content: '\f1a7';
}

/* '' */
.icon-pied-piper-alt:before {
    content: '\f1a8';
}

/* '' */
.icon-drupal:before {
    content: '\f1a9';
}

/* '' */
.icon-joomla:before {
    content: '\f1aa';
}

/* '' */
.icon-behance:before {
    content: '\f1b4';
}

/* '' */
.icon-behance-square:before {
    content: '\f1b5';
}

/* '' */
.icon-steam:before {
    content: '\f1b6';
}

/* '' */
.icon-steam-square:before {
    content: '\f1b7';
}

/* '' */
.icon-dollar:before {
    content: '\f1bb';
}

/* '' */
.icon-spotify:before {
    content: '\f1bc';
}

/* '' */
.icon-deviantart:before {
    content: '\f1bd';
}

/* '' */
.icon-soundcloud:before {
    content: '\f1be';
}

/* '' */
.icon-edit:before {
    content: '\f1c1';
}

/* '' */
.icon-envelope:before {
    content: '\f1c6';
}

/* '' */
.icon-vine:before {
    content: '\f1ca';
}

/* '' */
.icon-codepen:before {
    content: '\f1cb';
}

/* '' */
.icon-jsfiddle:before {
    content: '\f1cc';
}

/* '' */
.icon-exclamation-circle:before {
    content: '\f1ce';
}

/* '' */
.icon-rebel:before {
    content: '\f1d0';
}

/* '' */
.icon-empire:before {
    content: '\f1d1';
}

/* '' */
.icon-git:before {
    content: '\f1d3';
}

/* '' */
.icon-hacker-news:before {
    content: '\f1d4';
}

/* '' */
.icon-tencent-weibo:before {
    content: '\f1d5';
}

/* '' */
.icon-qq:before {
    content: '\f1d6';
}

/* '' */
.icon-weixin:before {
    content: '\f1d7';
}

/* '' */
.icon-slideshare:before {
    content: '\f1e7';
}

/* '' */
.icon-twitch:before {
    content: '\f1e8';
}

/* '' */
.icon-yelp:before {
    content: '\f1e9';
}

/* '' */
.icon-paypal:before {
    content: '\f1ed';
}

/* '' */
.icon-google-wallet:before {
    content: '\f1ee';
}

/* '' */
.icon-cc-visa:before {
    content: '\f1f0';
}

/* '' */
.icon-cc-mastercard:before {
    content: '\f1f1';
}

/* '' */
.icon-cc-discover:before {
    content: '\f1f2';
}

/* '' */
.icon-cc-amex:before {
    content: '\f1f3';
}

/* '' */
.icon-cc-paypal:before {
    content: '\f1f4';
}

/* '' */
.icon-cc-stripe:before {
    content: '\f1f5';
}

/* '' */
.icon-lastfm:before {
    content: '\f202';
}

/* '' */
.icon-lastfm-square:before {
    content: '\f203';
}

/* '' */
.icon-ioxhost:before {
    content: '\f208';
}

/* '' */
.icon-angellist:before {
    content: '\f209';
}

/* '' */
.icon-buysellads:before {
    content: '\f20d';
}

/* '' */
.icon-connectdevelop:before {
    content: '\f20e';
}

/* '' */
.icon-dashcube:before {
    content: '\f210';
}

/* '' */
.icon-forumbee:before {
    content: '\f211';
}

/* '' */
.icon-leanpub:before {
    content: '\f212';
}

/* '' */
.icon-sellsy:before {
    content: '\f213';
}

/* '' */
.icon-shirtsinbulk:before {
    content: '\f214';
}

/* '' */
.icon-simplybuilt:before {
    content: '\f215';
}

/* '' */
.icon-skyatlas:before {
    content: '\f216';
}

/* '' */
.icon-heartbeat:before {
    content: '\f21e';
}

/* '' */
.icon-pinterest-p:before {
    content: '\f231';
}

/* '' */
.icon-whatsapp:before {
    content: '\f232';
}

/* '' */
.icon-heart:before {
    content: '\f233';
}

/* '' */
.icon-heart-o:before {
    content: '\f234';
}

/* '' */
.icon-viacoin:before {
    content: '\f237';
}

/* '' */
.icon-medium:before {
    content: '\f23a';
}

/* '' */
.icon-y-combinator:before {
    content: '\f23b';
}

/* '' */
.icon-optin-monster:before {
    content: '\f23c';
}

/* '' */
.icon-opencart:before {
    content: '\f23d';
}

/* '' */
.icon-expeditedssl:before {
    content: '\f23e';
}

/* '' */
.icon-cc-jcb:before {
    content: '\f24b';
}

/* '' */
.icon-cc-diners-club:before {
    content: '\f24c';
}

/* '' */
.icon-clone:before {
    content: '\f24d';
}

/* '' */
.icon-jpy:before {
    content: '\f253';
}

/* '' */
.icon-creative-commons:before {
    content: '\f25e';
}

/* '' */
.icon-gg:before {
    content: '\f260';
}

/* '' */
.icon-gg-circle:before {
    content: '\f261';
}

/* '' */
.icon-tripadvisor:before {
    content: '\f262';
}

/* '' */
.icon-odnoklassniki:before {
    content: '\f263';
}

/* '' */
.icon-odnoklassniki-square:before {
    content: '\f264';
}

/* '' */
.icon-get-pocket:before {
    content: '\f265';
}

/* '' */
.icon-wikipedia-w:before {
    content: '\f266';
}

/* '' */
.icon-safari:before {
    content: '\f267';
}

/* '' */
.icon-chrome:before {
    content: '\f268';
}

/* '' */
.icon-firefox:before {
    content: '\f269';
}

/* '' */
.icon-opera:before {
    content: '\f26a';
}

/* '' */
.icon-internet-explorer:before {
    content: '\f26b';
}

/* '' */
.icon-list:before {
    content: '\f26c';
}

/* '' */
.icon-contao:before {
    content: '\f26d';
}

/* '' */
.icon-500px:before {
    content: '\f26e';
}

/* '' */
.icon-list-ul:before {
    content: '\f26f';
}

/* '' */
.icon-amazon:before {
    content: '\f270';
}

/* '' */
.icon-long-arrow-down:before {
    content: '\f272';
}

/* '' */
.icon-long-arrow-left:before {
    content: '\f273';
}

/* '' */
.icon-long-arrow-right:before {
    content: '\f274';
}

/* '' */
.icon-long-arrow-up:before {
    content: '\f275';
}

/* '' */
.icon-magic:before {
    content: '\f276';
}

/* '' */
.icon-map-signs:before {
    content: '\f277';
}

/* '' */
.icon-mail-reply:before {
    content: '\f279';
}

/* '' */
.icon-houzz:before {
    content: '\f27c';
}

/* '' */
.icon-vimeo-v:before {
    content: '\f27d';
}

/* '' */
.icon-black-tie:before {
    content: '\f27e';
}

/* '' */
.icon-fonticons:before {
    content: '\f280';
}

/* '' */
.icon-reddit-alien:before {
    content: '\f281';
}

/* '' */
.icon-edge:before {
    content: '\f282';
}

/* '' */
.icon-codiepie:before {
    content: '\f284';
}

/* '' */
.icon-modx:before {
    content: '\f285';
}

/* '' */
.icon-fort-awesome:before {
    content: '\f286';
}

/* '' */
.icon-usb:before {
    content: '\f287';
}

/* '' */
.icon-product-hunt:before {
    content: '\f288';
}

/* '' */
.icon-mixcloud:before {
    content: '\f289';
}

/* '' */
.icon-scribd:before {
    content: '\f28a';
}

/* '' */
.icon-minus:before {
    content: '\f28e';
}

/* '' */
.icon-shopping-bag:before {
    content: '\f290';
}

/* '' */
.icon-bluetooth:before {
    content: '\f293';
}

/* '' */
.icon-bluetooth-b:before {
    content: '\f294';
}

/* '' */
.icon-gitlab:before {
    content: '\f296';
}

/* '' */
.icon-wpbeginner:before {
    content: '\f297';
}

/* '' */
.icon-wpforms:before {
    content: '\f298';
}

/* '' */
.icon-envira:before {
    content: '\f299';
}

/* '' */
.icon-glide:before {
    content: '\f2a5';
}

/* '' */
.icon-glide-g:before {
    content: '\f2a6';
}

/* '' */
.icon-viadeo:before {
    content: '\f2a9';
}

/* '' */
.icon-viadeo-square:before {
    content: '\f2aa';
}

/* '' */
.icon-snapchat:before {
    content: '\f2ab';
}

/* '' */
.icon-snapchat-ghost:before {
    content: '\f2ac';
}

/* '' */
.icon-snapchat-square:before {
    content: '\f2ad';
}

/* '' */
.icon-pied-piper:before {
    content: '\f2ae';
}

/* '' */
.icon-first-order:before {
    content: '\f2b0';
}

/* '' */
.icon-yoast:before {
    content: '\f2b1';
}

/* '' */
.icon-themeisle:before {
    content: '\f2b2';
}

/* '' */
.icon-google-plus:before {
    content: '\f2b3';
}

/* '' */
.icon-font-awesome:before {
    content: '\f2b4';
}

/* '' */
.icon-linode:before {
    content: '\f2b8';
}

/* '' */
.icon-play-outline:before {
    content: '\f2be';
}

/* '' */
.icon-plus:before {
    content: '\f2c2';
}

/* '' */
.icon-quora:before {
    content: '\f2c4';
}

/* '' */
.icon-free-code-camp:before {
    content: '\f2c5';
}

/* '' */
.icon-telegram:before {
    content: '\f2c6';
}

/* '' */
.icon-puzzle-piece:before {
    content: '\f2c8';
}

/* '' */
.icon-question-circle:before {
    content: '\f2cc';
}

/* '' */
.icon-random:before {
    content: '\f2d0';
}

/* '' */
.icon-bandcamp:before {
    content: '\f2d5';
}

/* '' */
.icon-grav:before {
    content: '\f2d6';
}

/* '' */
.icon-etsy:before {
    content: '\f2d7';
}

/* '' */
.icon-imdb:before {
    content: '\f2d8';
}

/* '' */
.icon-ravelry:before {
    content: '\f2d9';
}

/* '' */
.icon-sellcast:before {
    content: '\f2da';
}

/* '' */
.icon-superpowers:before {
    content: '\f2dd';
}

/* '' */
.icon-wpexplorer:before {
    content: '\f2de';
}

/* '' */
.icon-rocket:before {
    content: '\f2df';
}

/* '' */
.icon-meetup:before {
    content: '\f2e0';
}

/* '' */
.icon-rotate-right:before {
    content: '\f2e1';
}

/* '' */
.icon-rupee:before {
    content: '\f2e7';
}

/* '' */
.icon-search:before {
    content: '\f2eb';
}

/* '' */
.icon-search-plus:before {
    content: '\f2ed';
}

/* '' */
.icon-shopping-cart:before {
    content: '\f2fa';
}

/* '' */
.icon-spinner:before {
    content: '\f311';
}

/* '' */
.icon-star:before {
    content: '\f318';
}

/* '' */
.icon-star-o:before {
    content: '\f31b';
}

/* '' */
.icon-tag:before {
    content: '\f330';
}

/* '' */
.icon-tags:before {
    content: '\f331';
}

/* '' */
.icon-th-list:before {
    content: '\f33b';
}

/* '' */
.icon-thumbs-down:before {
    content: '\f33d';
}

/* '' */
.icon-thumbs-up:before {
    content: '\f340';
}

/* '' */
.icon-times:before {
    content: '\f342';
}

/* '' */
.icon-times-circle-o:before {
    content: '\f344';
}

/* '' */
.icon-trophy:before {
    content: '\f351';
}

/* '' */
.icon-truck:before {
    content: '\f352';
}

/* '' */
.icon-turkish-lira:before {
    content: '\f357';
}

/* '' */
.icon-font-awesome-alt:before {
    content: '\f35c';
}

/* '' */
.icon-unlock:before {
    content: '\f360';
}

/* '' */
.icon-usd:before {
    content: '\f363';
}

/* '' */
.icon-user:before {
    content: '\f364';
}

/* '' */
.icon-accessible-icon:before {
    content: '\f368';
}

/* '' */
.icon-accusoft:before {
    content: '\f369';
}

/* '' */
.icon-adversal:before {
    content: '\f36a';
}

/* '' */
.icon-affiliatetheme:before {
    content: '\f36b';
}

/* '' */
.icon-algolia:before {
    content: '\f36c';
}

/* '' */
.icon-amilia:before {
    content: '\f36d';
}

/* '' */
.icon-angrycreative:before {
    content: '\f36e';
}

/* '' */
.icon-app-store:before {
    content: '\f36f';
}

/* '' */
.icon-app-store-ios:before {
    content: '\f370';
}

/* '' */
.icon-apper:before {
    content: '\f371';
}

/* '' */
.icon-asymmetrik:before {
    content: '\f372';
}

/* '' */
.icon-audible:before {
    content: '\f373';
}

/* '' */
.icon-avianex:before {
    content: '\f374';
}

/* '' */
.icon-aws:before {
    content: '\f375';
}

/* '' */
.icon-bimobject:before {
    content: '\f378';
}

/* '' */
.icon-bitcoin:before {
    content: '\f379';
}

/* '' */
.icon-bity:before {
    content: '\f37a';
}

/* '' */
.icon-blackberry:before {
    content: '\f37b';
}

/* '' */
.icon-blogger:before {
    content: '\f37c';
}

/* '' */
.icon-blogger-b:before {
    content: '\f37d';
}

/* '' */
.icon-buromobelexperte:before {
    content: '\f37f';
}

/* '' */
.icon-centercode:before {
    content: '\f380';
}

/* '' */
.icon-cloudscale:before {
    content: '\f383';
}

/* '' */
.icon-cloudsmith:before {
    content: '\f384';
}

/* '' */
.icon-cloudversify:before {
    content: '\f385';
}

/* '' */
.icon-cpanel:before {
    content: '\f388';
}

/* '' */
.icon-yen:before {
    content: '\f38a';
}

/* '' */
.icon-css3-alt:before {
    content: '\f38b';
}

/* '' */
.icon-cuttlefish:before {
    content: '\f38c';
}

/* '' */
.icon-d-and-d:before {
    content: '\f38d';
}

/* '' */
.icon-deploydog:before {
    content: '\f38e';
}

/* '' */
.icon-deskpro:before {
    content: '\f38f';
}

/* '' */
.icon-digital-ocean:before {
    content: '\f391';
}

/* '' */
.icon-discord:before {
    content: '\f392';
}

/* '' */
.icon-discourse:before {
    content: '\f393';
}

/* '' */
.icon-dochub:before {
    content: '\f394';
}

/* '' */
.icon-docker:before {
    content: '\f395';
}

/* '' */
.icon-draft2digital:before {
    content: '\f396';
}

/* '' */
.icon-dribbble-square:before {
    content: '\f397';
}

/* '' */
.icon-dyalog:before {
    content: '\f399';
}

/* '' */
.icon-earlybirds:before {
    content: '\f39a';
}

/* '' */
.icon-erlang:before {
    content: '\f39d';
}

/* '' */
.icon-facebook-f:before {
    content: '\f39e';
}

/* '' */
.icon-facebook-messenger:before {
    content: '\f39f';
}

/* '' */
.icon-firstdraft:before {
    content: '\f3a1';
}

/* '' */
.icon-fonticons-fi:before {
    content: '\f3a2';
}

/* '' */
.icon-fort-awesome-alt:before {
    content: '\f3a3';
}

/* '' */
.icon-freebsd:before {
    content: '\f3a4';
}

/* '' */
.icon-gitkraken:before {
    content: '\f3a6';
}

/* '' */
.icon-gofore:before {
    content: '\f3a7';
}

/* '' */
.icon-goodreads:before {
    content: '\f3a8';
}

/* '' */
.icon-goodreads-g:before {
    content: '\f3a9';
}

/* '' */
.icon-google-drive:before {
    content: '\f3aa';
}

/* '' */
.icon-google-play:before {
    content: '\f3ab';
}

/* '' */
.icon-gripfire:before {
    content: '\f3ac';
}

/* '' */
.icon-grunt:before {
    content: '\f3ad';
}

/* '' */
.icon-gulp:before {
    content: '\f3ae';
}

/* '' */
.icon-hacker-news-square:before {
    content: '\f3af';
}

/* '' */
.icon-hire-a-helper:before {
    content: '\f3b0';
}

/* '' */
.icon-hotjar:before {
    content: '\f3b1';
}

/* '' */
.icon-hubspot:before {
    content: '\f3b2';
}

/* '' */
.icon-itunes:before {
    content: '\f3b4';
}

/* '' */
.icon-itunes-note:before {
    content: '\f3b5';
}

/* '' */
.icon-jenkins:before {
    content: '\f3b6';
}

/* '' */
.icon-joget:before {
    content: '\f3b7';
}

/* '' */
.icon-js:before {
    content: '\f3b8';
}

/* '' */
.icon-js-square:before {
    content: '\f3b9';
}

/* '' */
.icon-keycdn:before {
    content: '\f3ba';
}

/* '' */
.icon-kickstarter:before {
    content: '\f3bb';
}

/* '' */
.icon-kickstarter-k:before {
    content: '\f3bc';
}

/* '' */
.icon-laravel:before {
    content: '\f3bd';
}

/* '' */
.icon-line:before {
    content: '\f3c0';
}

/* '' */
.icon-lyft:before {
    content: '\f3c3';
}

/* '' */
.icon-magento:before {
    content: '\f3c4';
}

/* '' */
.icon-medapps:before {
    content: '\f3c6';
}

/* '' */
.icon-medium-m:before {
    content: '\f3c7';
}

/* '' */
.icon-medrt:before {
    content: '\f3c8';
}

/* '' */
.icon-microsoft:before {
    content: '\f3ca';
}

/* '' */
.icon-mix:before {
    content: '\f3cb';
}

/* '' */
.icon-mizuni:before {
    content: '\f3cc';
}

/* '' */
.icon-mobile-alt:before {
    content: '\f3cd';
}

/* '' */
.icon-monero:before {
    content: '\f3d0';
}

/* '' */
.icon-napster:before {
    content: '\f3d2';
}

/* '' */
.icon-node-js:before {
    content: '\f3d3';
}

/* '' */
.icon-npm:before {
    content: '\f3d4';
}

/* '' */
.icon-ns8:before {
    content: '\f3d5';
}

/* '' */
.icon-nutritionix:before {
    content: '\f3d6';
}

/* '' */
.icon-page4:before {
    content: '\f3d7';
}

/* '' */
.icon-palfed:before {
    content: '\f3d8';
}

/* '' */
.icon-patreon:before {
    content: '\f3d9';
}

/* '' */
.icon-periscope:before {
    content: '\f3da';
}

/* '' */
.icon-phabricator:before {
    content: '\f3db';
}

/* '' */
.icon-phoenix-framework:before {
    content: '\f3dc';
}

/* '' */
.icon-playstation:before {
    content: '\f3df';
}

/* '' */
.icon-pushed:before {
    content: '\f3e1';
}

/* '' */
.icon-python:before {
    content: '\f3e2';
}

/* '' */
.icon-red-river:before {
    content: '\f3e3';
}

/* '' */
.icon-wpressr:before {
    content: '\f3e4';
}

/* '' */
.icon-replyd:before {
    content: '\f3e6';
}

/* '' */
.icon-resolving:before {
    content: '\f3e7';
}

/* '' */
.icon-rocketchat:before {
    content: '\f3e8';
}

/* '' */
.icon-rockrms:before {
    content: '\f3e9';
}

/* '' */
.icon-schlix:before {
    content: '\f3ea';
}

/* '' */
.icon-searchengin:before {
    content: '\f3eb';
}

/* '' */
.icon-servicestack:before {
    content: '\f3ec';
}

/* '' */
.icon-sistrix:before {
    content: '\f3ee';
}

/* '' */
.icon-slack-hash:before {
    content: '\f3ef';
}

/* '' */
.icon-speakap:before {
    content: '\f3f3';
}

/* '' */
.icon-staylinked:before {
    content: '\f3f5';
}

/* '' */
.icon-steam-symbol:before {
    content: '\f3f6';
}

/* '' */
.icon-sticker-mule:before {
    content: '\f3f7';
}

/* '' */
.icon-studiovinari:before {
    content: '\f3f8';
}

/* '' */
.icon-supple:before {
    content: '\f3f9';
}

/* '' */
.icon-telegram-plane:before {
    content: '\f3fe';
}

/* '' */
.icon-uber:before {
    content: '\f402';
}

/* '' */
.icon-uikit:before {
    content: '\f403';
}

/* '' */
.icon-uniregistry:before {
    content: '\f404';
}

/* '' */
.icon-untappd:before {
    content: '\f405';
}

/* '' */
.icon-ussunnah:before {
    content: '\f407';
}

/* '' */
.icon-vaadin:before {
    content: '\f408';
}

/* '' */
.icon-viber:before {
    content: '\f409';
}

/* '' */
.icon-vimeo:before {
    content: '\f40a';
}

/* '' */
.icon-vnv:before {
    content: '\f40b';
}

/* '' */
.icon-whatsapp-square:before {
    content: '\f40c';
}

/* '' */
.icon-whmcs:before {
    content: '\f40d';
}

/* '' */
.icon-wordpress-simple:before {
    content: '\f411';
}

/* '' */
.icon-xbox:before {
    content: '\f412';
}

/* '' */
.icon-yandex:before {
    content: '\f413';
}

/* '' */
.icon-yandex-international:before {
    content: '\f414';
}

/* '' */
.icon-apple-pay:before {
    content: '\f415';
}

/* '' */
.icon-cc-apple-pay:before {
    content: '\f416';
}

/* '' */
.icon-fly:before {
    content: '\f417';
}

/* '' */
.icon-nintendo-switch:before {
    content: '\f418';
}

/* '' */
.icon-node:before {
    content: '\f419';
}

/* '' */
.icon-osi:before {
    content: '\f41a';
}

/* '' */
.icon-react:before {
    content: '\f41b';
}

/* '' */
.icon-autoprefixer:before {
    content: '\f41c';
}

/* '' */
.icon-less:before {
    content: '\f41d';
}

/* '' */
.icon-sass:before {
    content: '\f41e';
}

/* '' */
.icon-vuejs:before {
    content: '\f41f';
}

/* '' */
.icon-angular:before {
    content: '\f420';
}

/* '' */
.icon-aviato:before {
    content: '\f421';
}

/* '' */
.icon-ember:before {
    content: '\f423';
}

/* '' */
.icon-font-awesome-flag:before {
    content: '\f425';
}

/* '' */
.icon-gitter:before {
    content: '\f426';
}

/* '' */
.icon-hooli:before {
    content: '\f427';
}

/* '' */
.icon-strava:before {
    content: '\f428';
}

/* '' */
.icon-stripe:before {
    content: '\f429';
}

/* '' */
.icon-stripe-s:before {
    content: '\f42a';
}

/* '' */
.icon-typo3:before {
    content: '\f42b';
}

/* '' */
.icon-amazon-pay:before {
    content: '\f42c';
}

/* '' */
.icon-cc-amazon-pay:before {
    content: '\f42d';
}

/* '' */
.icon-ethereum:before {
    content: '\f42e';
}

/* '' */
.icon-korvue:before {
    content: '\f42f';
}

/* '' */
.icon-elementor:before {
    content: '\f430';
}

/* '' */
.icon-youtube-square:before {
    content: '\f431';
}

/* '' */
.icon-flipboard:before {
    content: '\f44d';
}

/* '' */
.icon-hips:before {
    content: '\f452';
}

/* '' */
.icon-php:before {
    content: '\f457';
}

/* '' */
.icon-quinscape:before {
    content: '\f459';
}

/* '' */
.icon-couch:before {
    content: '\f4b8';
}

/* '' */
.icon-readme:before {
    content: '\f4d5';
}

/* '' */
.icon-java:before {
    content: '\f4e4';
}

/* '' */
.icon-pied-piper-hat:before {
    content: '\f4e5';
}

/* '' */
.icon-creative-commons-by:before {
    content: '\f4e7';
}

/* '' */
.icon-creative-commons-nc:before {
    content: '\f4e8';
}

/* '' */
.icon-creative-commons-nc-eu:before {
    content: '\f4e9';
}

/* '' */
.icon-creative-commons-nc-jp:before {
    content: '\f4ea';
}

/* '' */
.icon-creative-commons-nd:before {
    content: '\f4eb';
}

/* '' */
.icon-creative-commons-pd:before {
    content: '\f4ec';
}

/* '' */
.icon-creative-commons-pd-alt:before {
    content: '\f4ed';
}

/* '' */
.icon-creative-commons-remix:before {
    content: '\f4ee';
}

/* '' */
.icon-creative-commons-sa:before {
    content: '\f4ef';
}

/* '' */
.icon-creative-commons-sampling:before {
    content: '\f4f0';
}

/* '' */
.icon-creative-commons-sampling-plus:before {
    content: '\f4f1';
}

/* '' */
.icon-creative-commons-share:before {
    content: '\f4f2';
}

/* '' */
.icon-creative-commons-zero:before {
    content: '\f4f3';
}

/* '' */
.icon-ebay:before {
    content: '\f4f4';
}

/* '' */
.icon-keybase:before {
    content: '\f4f5';
}

/* '' */
.icon-mastodon:before {
    content: '\f4f6';
}

/* '' */
.icon-r-project:before {
    content: '\f4f7';
}

/* '' */
.icon-researchgate:before {
    content: '\f4f8';
}

/* '' */
.icon-teamspeak:before {
    content: '\f4f9';
}

/* '' */
.icon-first-order-alt:before {
    content: '\f50a';
}

/* '' */
.icon-fulcrum:before {
    content: '\f50b';
}

/* '' */
.icon-galactic-republic:before {
    content: '\f50c';
}

/* '' */
.icon-galactic-senate:before {
    content: '\f50d';
}

/* '' */
.icon-jedi-order:before {
    content: '\f50e';
}

/* '' */
.icon-mandalorian:before {
    content: '\f50f';
}

/* '' */
.icon-old-republic:before {
    content: '\f510';
}

/* '' */
.icon-phoenix-squadron:before {
    content: '\f511';
}

/* '' */
.icon-sith:before {
    content: '\f512';
}

/* '' */
.icon-trade-federation:before {
    content: '\f513';
}

/* '' */
.icon-wolf-pack-battalion:before {
    content: '\f514';
}

/* '' */
.icon-blender:before {
    content: '\f517';
}

/* '' */
.icon-shoe-prints:before {
    content: '\f54b';
}

/* '' */
.icon-tshirt:before {
    content: '\f553';
}

/* '' */
.icon-concierge-bell:before {
    content: '\f562';
}

/* '' */
.icon-hornbill:before {
    content: '\f592';
}

/* '' */
.icon-mailchimp:before {
    content: '\f59e';
}

/* '' */
.icon-megaport:before {
    content: '\f5a3';
}

/* '' */
.icon-nimblr:before {
    content: '\f5a8';
}

/* '' */
.icon-rev:before {
    content: '\f5b2';
}

/* '' */
.icon-shopware:before {
    content: '\f5b5';
}

/* '' */
.icon-squarespace:before {
    content: '\f5be';
}

/* '' */
.icon-themeco:before {
    content: '\f5c6';
}

/* '' */
.icon-weebly:before {
    content: '\f5cc';
}

/* '' */
.icon-wix:before {
    content: '\f5cf';
}

/* '' */
.icon-ello:before {
    content: '\f5f1';
}

/* '' */
.icon-hackerrank:before {
    content: '\f5f7';
}

/* '' */
.icon-kaggle:before {
    content: '\f5fa';
}

/* '' */
.icon-markdown:before {
    content: '\f60f';
}

/* '' */
.icon-neos:before {
    content: '\f612';
}

/* '' */
.icon-zhihu:before {
    content: '\f63f';
}

/* '' */
.icon-alipay:before {
    content: '\f642';
}

/* '' */
.icon-the-red-yeti:before {
    content: '\f69d';
}

/* '' */
.icon-acquisitions-incorporated:before {
    content: '\f6af';
}

/* '' */
.icon-critical-role:before {
    content: '\f6c9';
}

/* '' */
.icon-d-and-d-beyond:before {
    content: '\f6ca';
}

/* '' */
.icon-dev:before {
    content: '\f6cc';
}

/* '' */
.icon-fantasy-flight-games:before {
    content: '\f6dc';
}

/* '' */
.icon-penny-arcade:before {
    content: '\f704';
}

/* '' */
.icon-wizards-of-the-coast:before {
    content: '\f730';
}

/* '' */
.icon-think-peaks:before {
    content: '\f731';
}

/* '' */
.icon-reacteurope:before {
    content: '\f75d';
}

/* '' */
.icon-adobe:before {
    content: '\f778';
}

/* '' */
.icon-artstation:before {
    content: '\f77a';
}

/* '' */
.icon-atlassian:before {
    content: '\f77b';
}

/* '' */
.icon-canadian-maple-leaf:before {
    content: '\f785';
}

/* '' */
.icon-centos:before {
    content: '\f789';
}

/* '' */
.icon-confluence:before {
    content: '\f78d';
}

/* '' */
.icon-dhl:before {
    content: '\f790';
}

/* '' */
.icon-diaspora:before {
    content: '\f791';
}

/* '' */
.icon-fedex:before {
    content: '\f797';
}

/* '' */
.icon-fedora:before {
    content: '\f798';
}

/* '' */
.icon-figma:before {
    content: '\f799';
}

/* '' */
.icon-intercom:before {
    content: '\f7af';
}

/* '' */
.icon-invision:before {
    content: '\f7b0';
}

/* '' */
.icon-jira:before {
    content: '\f7b1';
}

/* '' */
.icon-mendeley:before {
    content: '\f7b3';
}

/* '' */
.icon-raspberry-pi:before {
    content: '\f7bb';
}

/* '' */
.icon-redhat:before {
    content: '\f7bc';
}

/* '' */
.icon-sketch:before {
    content: '\f7c6';
}

/* '' */
.icon-sourcetree:before {
    content: '\f7d3';
}

/* '' */
.icon-suse:before {
    content: '\f7d6';
}

/* '' */
.icon-ubuntu:before {
    content: '\f7df';
}

/* '' */
.icon-ups:before {
    content: '\f7e0';
}

/* '' */
.icon-usps:before {
    content: '\f7e1';
}

/* '' */
.icon-yarn:before {
    content: '\f7e3';
}

/*--------------------- 8.INVOICE -------------------- */
/* INVOICE */

/*===========
 40. invoice
=============*/
.invoice-popup {
    position: relative;
    background-color: #ffffff;
    min-height: 680px;
    padding: 30px;
}

table.invoice-table {
    width: 100%;
    border-collapse: collapse;
}

table.invoice-table td {
    padding: 15px;
    font-weight: 700;
}

table.invoice-table td h3 {
    font-weight: 700;
    font-size: 16px;
}

table.invoice-table th {
    padding: 15px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
}

.print-bar {
    margin-top: 30px;
}

.print-bar button {
    line-height: 1;
    border: none;
    background-color: #FA523C;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.print-bar button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.print-bar button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.print-bar button:hover {
    background-color: #FA523C;
}

.print-bar .printbar-left button {
    background-color: #FA523C;
}

.print-bar .printbar-left button:hover {
    background-color: #FA523C;
}

.print-bar .printbar-right {
    text-align: right;
}

.invoice1 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
}

.invoice1 .invoice-popup .invoice-header {
    padding-bottom: 30px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .invoice1 .invoice-popup .invoice-header .header-invoice-right {
        display: flex;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .invoice1 .invoice-popup .invoice-header .header-invoice-left {
        float: none !important;
        text-align: center;
    }

    .invoice1 .invoice-popup .invoice-breadcrumb {
        text-align: center;
    }

    .invoice1 .invoice-popup .invoice-breadcrumb .breadcrumb-left {
        float: none !important;
    }
}

.invoice1 .invoice-popup .invoice-header .header-invoice-left {
    float: left;
    margin-bottom: 5px;
}

.invoice1 .invoice-popup .invoice-header .header-invoice-left ul li {
    display: block;
}

.invoice1 .invoice-popup .invoice-header .header-invoice-left ul li h2 {
    color: #FA523C;
    font-weight: 700;
    font-size: 24px;
}

.invoice1 .invoice-popup .invoice-breadcrumb {
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(204, 153, 102, 0.05);
}

.invoice1 .invoice-popup .invoice-breadcrumb ul li {
    display: block;
    color: #FA523C;
    font-weight: 600;
}

.invoice1 .invoice-popup .invoice-breadcrumb ul li span {
    color: #444444;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
}

.invoice1 .invoice-popup .invoice-breadcrumb .breadcrumb-left {
    float: left;
}

.invoice1 .invoice-popup table.invoice-table td h3 {
    color: #000000;
    text-transform: capitalize;
}

.invoice1 .invoice-popup table.invoice-table th {
    background-color: rgba(238, 238, 238, 0.3);
    color: #444444;
    text-transform: uppercase;
}

.invoice1 .invoice-popup table.invoice-table tbody tr td {
    border: 2px solid #ffffff;
    background-color: rgba(238, 238, 238, 0.3);
}

.invoice1 .invoice-popup table.invoice-table tfoot tr:first-child td {
    padding-bottom: 0;
    padding-top: 30px;
}

.invoice1 .invoice-popup table.invoice-table tfoot tr:last-child td:nth-child(n+2) {
    background-color: rgba(204, 153, 102, 0.1);
    color: #FA523C;
}

.invoice1 .invoice-popup .print-bar {
    margin-top: 30px;
}

.invoice1 .print-bar .printbar-right {
    text-align: left;
}

.invoice1 .print-bar button {
    line-height: 1.5;
    border-radius: 5px;
    border: none;
    background-color: #FA523C;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.invoice2 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-right .brand-logo {
    margin-bottom: 25px;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-right .invoice-to ul li {
    display: block;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-right .invoice-to ul li h2 {
    text-transform: capitalize;
    color: #444444;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-right .invoice-to ul li h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #FA523C;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-left ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #FA523C;
    padding-left: 10px;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-left ul li:nth-child(n+2) {
    margin-top: 5px;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-left ul li span {
    width: 40px;
    height: 40px;
    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;
    background-color: #FA523C;
    margin-left: 10px;
}

.invoice2 .invoice-popup .invoice-header .header-invoice-left ul li span i {
    color: #ffffff;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .invoice2 .invoice-popup .invoice-header .header-invoice-left {
        display: block;
    }

    .invoice2 .invoice-popup .invoice-header .col-6 {
        margin-left: .1rem;
    }

    .invoice2 .invoice-popup .invoice-header .header-invoice-left ul li {
        width: max-content;
    }

    .invoice2 .invoice-popup .invoice-breadcrumb .invoice-contain ul {
        display: unset !important;
    }

    .invoice2 .invoice-popup .invoice-breadcrumb .invoice-contain ul li {
        width: 100% !important;
    }

    .invoice2 .invoice-popup .table-responsive-md .invoice-total .col-md-4.offset-8 {
        margin: auto !important;
    }

    .invoice2 .print-bar .printbar-right {
        text-align: right !important;
    }
}

.invoice2 .invoice-popup .invoice-header .header-contain {
    background-color: rgba(204, 153, 102, 0.08);
}

.invoice2 .invoice-popup .invoice-header .header-contain .invoice-text {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;

    /* عرض به اندازه محتوا */
    width: max-content; /* امن و پشتیبانی خوب */
    /* یا اگر لینتر اجازه داد: */
    /* width: fit-content;   */

    margin-inline-start: auto; /* معادل margin-left:auto ولی RTL-safe */
    margin-inline-end: 120px; /* معادل margin-right:120px */
    margin-top: 30px;

    background-color: #fff;
    color: #FA523C;
    padding-inline: 15px; /* معادل padding-left/right */
}

.invoice2 .invoice-popup .invoice-breadcrumb {
    margin-top: 30px;
}

.invoice2 .invoice-popup .invoice-breadcrumb .invoice-contain ul {
    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;
}

.invoice2 .invoice-popup .invoice-breadcrumb .invoice-contain ul li {
    width: 25%;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid rgba(238, 238, 238, 0.8);
}

.invoice2 .invoice-popup .invoice-breadcrumb .invoice-contain ul li h6 {
    background-color: rgba(238, 238, 238, 0.8);
    font-size: 16px;
    font-weight: 700;
}

.invoice2 .invoice-popup .invoice-breadcrumb .invoice-contain ul li h6,
.invoice2 .invoice-popup .invoice-breadcrumb .invoice-contain ul li h5 {
    padding: 12px;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-table {
    margin-top: 30px;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-table th {
    background-color: #FA523C;
    color: #ffffff;
    text-transform: uppercase;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-table td {
    border: 1px solid #FA523C;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-table td h3 {
    text-transform: capitalize;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-table p {
    font-weight: 200;
}

.invoice2 .invoice-total .offset-8 {
    margin-right: 66.666667%;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total {
    margin-top: 30px;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total ul li {
    display: block;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total .total-left ul li h4 {
    text-transform: uppercase;
    color: #FA523C;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total .total-left ul li h3 {
    font-size: 16px;
    color: #444444;
    text-transform: capitalize;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total .total-right ul li {
    color: #444444;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total .total-right ul li span {
    float: left;
    font-weight: 400;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total .total-right ul li:nth-child(2) {
    border-top: 1px solid #eeeeee;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total .total-right ul li:last-child {
    background-color: #FA523C;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.invoice2 .invoice-popup .table-responsive-md .invoice-total .total-right ul li:last-child span {
    font-weight: 700;
    text-transform: uppercase;
}

.invoice2 .print-bar .printbar-right {
    text-align: left;
}

.invoice2 .print-bar button {
    line-height: 1.5;
    border-radius: 5px;
    border: none;
    background-color: #FA523C;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*--------------------- 9.LookBook -------------------- */

.lookbook-section {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.lookbook-section .lookbook-img > div + div img {
    margin-top: 25px;
}

.lookbook .lookbook-block {
    position: relative;
}

.lookbook .lookbook-block .lookbook-dot {
    cursor: pointer;
    position: absolute;
    line-height: 29px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
    top: 35%;
    left: 50%;
    width: 38px;
    height: 38px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.8);
}

.lookbook .lookbook-block .lookbook-dot::before {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 3;
    font-family: "molla2";
    font-size: 16px;
    content: "\e9a0";
    line-height: 1;
    font-weight: normal;
    width: 38px;
    height: 38px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s linear;
}

.lookbook .lookbook-block .lookbook-dot::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: attr(data-style-top);
    background-color: #FA523C;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}

.lookbook .lookbook-block .lookbook-dot.dot2 {
    top: 75%;
    left: 48%;
}

.lookbook .lookbook-block .lookbook-dot.dot3 {
    top: 37%;
    left: 38%;
}

.lookbook .lookbook-block .lookbook-dot.dot4 {
    top: 67%;
    left: 46%;
}

.lookbook .lookbook-block .lookbook-dot.dot5 {
    top: 20%;
    left: 39%;
}

.lookbook .lookbook-block .lookbook-dot.dot6 {
    top: 60%;
    left: 56%;
}

.lookbook .lookbook-block .lookbook-dot.dot7 {
    top: 43%;
    left: 37%;
}

.lookbook .lookbook-block .lookbook-dot.dot8 {
    top: 74%;
    left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot9 {
    top: 47%;
    left: 56%;
}

.lookbook .lookbook-block .lookbook-dot.dot10 {
    top: 60%;
    left: 61%;
}

.lookbook .lookbook-block .lookbook-dot.dot11 {
    top: 57%;
    left: 43%;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox {
    visibility: hidden;
    top: -60px;
    left: 125%;
    position: absolute;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    border-radius: 6px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.left-lookbook {
    right: 125%;
    left: unset;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .close-lookbook {
    position: absolute;
    display: none;
    left: 14px;
    top: 8px;
    font-family: "molla2";
    font-size: 14px;
    z-index: 1;
    padding: 5px;
    transition: color 0.2s linear;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .close-lookbook::before {
    content: "\e9b3";
}

@media screen and (max-width: 1023px) {
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .close-lookbook {
        display: block;
    }
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox img {
    width: 99px;
    min-width: 99px;
    height: auto;
    margin-top: 0;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
    text-align: right;
    margin-right: 19px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .info-price {
    color: #191919;
    font-weight: 500;
    font-size: 16px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .new-price {
    color: #f8353e;
    margin-left: 7px;
    display: inline-block;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .old-price {
    color: #191919;
    text-decoration: line-through;
    display: inline-block;
    font-size: 18px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .title {
    font-size: 16px;
    line-height: 22px;
    font-family: "iransans", sans-serif;
    font-weight: 400;
    color: #191919;
    margin-top: -5px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .title-desc {
    display: block;
    text-align: right;
    font-size: 13px;
    line-height: 22px;
    font-family: "iransans", sans-serif;
    font-weight: 400;
    color: #191919;
    margin-top: -5px;
    margin-bottom: 1rem;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info a {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    width: 100%;
    transition: none;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info a::before {
    content: '\e812';
    font-family: "molla";
    position: relative;
    top: -2px;
    margin-left: .4rem;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
    top: 41%;
    left: -8px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.left-lookbook::before {
    right: -8px;
    left: unset;
    border-left: 8px solid #ffffff;
    border-right: unset;
}

@media screen and (max-width: 992px) {
    .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        position: fixed;
        left: 28% !important;
        top: 47%;
        right: unset !important;
    }

    .lookbook .lookbook-block .lookbook-dot .dot-showbox::before {
        border-left: unset;
        border-right: unset;
        border-top: unset;
    }

    .lookbook .lookbook-block .lookbook-dot .dot-showbox.left-lookbook::before {
        border-left: unset;
        border-right: unset;
        border-top: unset;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        position: fixed;
        left: 30% !important;
        top: 25%;
        right: unset !important;
    }
}

@media screen and (max-width: 767px) {
    .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        position: fixed;
        left: 10% !important;
        top: 35%;
        right: unset !important;
    }

    .lookbook .lookbook-block .lookbook-dot .dot-showbox::before {
        border-left: unset;
        border-right: unset;
        border-top: unset;
    }

    .lookbook .lookbook-block .lookbook-dot .dot-showbox.left-lookbook::before {
        border-left: unset;
        border-right: unset;
        border-top: unset;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        position: fixed;
        left: 14% !important;
        top: 3%;
        padding: 10px;
        right: unset !important;
    }
}

@media screen and (max-width: 375px) {
    .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        position: fixed;
        left: 4% !important;
        top: 40%;
        right: unset !important;
    }

    .lookbook .lookbook-block .lookbook-dot .dot-showbox::before {
        border-left: unset;
        border-right: unset;
        border-top: unset;
    }

    .lookbook .lookbook-block .lookbook-dot .dot-showbox.left-lookbook::before {
        border-left: unset;
        border-right: unset;
        border-top: unset;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        position: fixed;
        left: 11% !important;
        top: 7%;
        padding-top: 1px;
        padding-bottom: 1px;
        right: unset !important;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox .close-lookbook {
        top: -4px;
        left: 4px;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox img {
        width: 75px;
        min-width: 75px;
        height: auto;
        margin-top: 9px;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .title {
        font-size: 12px;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .title-desc {
        font-size: 10px;
        margin-bottom: 0;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .info-price {
        font-size: 13px;
    }

    .owl-item .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info a {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 3px;
        margin-bottom: 9px;
        font-size: 1rem;
    }
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.active {
    -webkit-animation: fadeInUp 400ms ease-in-out;
    animation: fadeInUp 400ms ease-in-out;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.save {
    -webkit-animation: fadeInUp 400ms ease-in-out;
    animation: fadeInUp 400ms ease-in-out;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.hidden {
    visibility: hidden;
}

.lookbook .lookbook-block .lookbook-dot:hover span {
    color: #ffffff;
}

.lookbook .lookbook-block .lookbook-dot.show-menu::before {
    transition: transform .2s;
    transform: rotate(45deg);
}

@media (min-width: 1400px) {
    .container {
        max-width: clamp(1400px, 92vw, 1560px);
    }

}


/*# sourceMappingURL=style.css.map */


/* === ShopX Wide Variant: widen desktop containers & trim side paddings === */
/* Place this file after your main styles to override defaults. */

@media (min-width: 1280px) {
    .container {
        width: 1320px;
        max-width: 1320px;
    }

    /* If you use a quick view container based on .container */
    .container.quickView-container {
        width: 1320px;
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1440px;
        max-width: 1440px;
    }

    .container.quickView-container {
        width: 1440px;
        max-width: 1440px;
    }
}

/* Reduce horizontal paddings on large screens so the usable area increases */
@media (min-width: 1200px) {
    .container,
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* حذف خطوط عمودی نوار ناوبری */
.header-intro-clearance .header-bottom .container::before,
.header-intro-clearance .header-bottom .container::after {
    display: none !important;
    content: none !important;
}

.sidebar.sidebar-shop {
    border: 0;
    border-radius: .8rem;
    background: #fff;
    padding: 3rem;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

@media (max-width: 576px) {
    .sidebar.sidebar-shop {
        padding: 1.4rem 1.2rem;
        border-radius: .6rem;
    }
}


/* ============================
   تنظیم رنگ‌ها و متغیرها
   ============================ */
:root {
    --accent: #170f0e; /* رنگ نارنجی هنگام hover — در صورت نیاز تغییر بده */
    --sidebar-bg: #fefefe; /* پس‌زمینه سایدبار */
    --sidebar-text: #000000; /* رنگ متن سایدبار */
}

/* ============================
   NAVBAR (فقط هدر پایین / منوی اصلی)
   هدف: بزرگ‌تر و مرتب‌تر شدن متن منو
   ============================ */
.header-bottom .main-nav .menu > li > a {
    font-size: 1.9rem; /* اندازه متن منو */
    font-weight: 600;
    padding: 1.8rem 1.4rem; /* فضای داخل آیتم‌ها */
    line-height: 1;
    transition: color .18s ease, background-color .18s ease;
    color: inherit; /* ارث‌بری رنگ از طراحی کلی */
}

/* حالت sticky (در صورت وجود کلاس fixed روی header) */
.sticky-header .header-bottom .main-nav .menu > li > a {
    font-size: 1.7rem;
    padding: 1.0rem 1rem;
}

/* اگر می‌خواهی فقط روی صفحه محصولات اعمال شود، از سلکتور صفحه استفاده کن:
   .page-content .header-bottom .main-nav ...  (در صورت داشتن کلاس خاص روی body) */

/* ============================
   SIDEBAR (فقط در صفحه محصولات -> .sidebar-shop)
   پس‌زمینه مشکی، متن سفید، هاور نارنجی
   ============================ */
.sidebar-shop {
    background: transparent; /* پایه: شفاف تا ویجت‌ها قابل استایل باشند */
}

:root {
    --accent: #201d1d; /* رنگ نارنجی هاور (اگر لازم شد تغییر بده) */
}

/* ویجت‌های سایدبار: پس‌زمینه سفید و متن مشکی */
.sidebar-shop .widget {
    background: #ffffff !important;
    color: #111111 !important;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* عنوان ویجت */
.sidebar-shop .widget .widget-title {
    color: #111111 !important;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* متن‌های داخل ویجت (لینک‌ها، لیست‌ها و فیلترها) */
.sidebar-shop .widget .widget-body,
.sidebar-shop .widget .filter-items,
.sidebar-shop .widget .filter-colors {
    color: #222222 !important;
    font-size: 1.45rem;
}

/* لینک‌های داخل سایدبار */
.sidebar-shop .widget a {
    color: #222222 !important;
    text-decoration: none;
    transition: color .16s ease, transform .12s ease;
}

/* Hover: متن یا آیتم انتخابی نارنجی شود (همان رنگaccent) */
.sidebar-shop .widget a:hover,
.sidebar-shop .accordion .acc-item .collapse-wrap ul li a:hover,
.sidebar-shop .filter-item .custom-control-label:hover {
    color: var(--accent) !important;
}

/* چک‌باکس/رادیو لیبل‌ها به رنگ مشکی */
.sidebar-shop .custom-control-label {
    color: #222222 !important;
    font-size: 1.35rem;
}

/* دایره‌های رنگی: مرزبندی ملایم تاریک‌تر تا توی پس‌زمینه سفید دیده شود */
.sidebar-shop .filter-colors a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 6px 6px 6px 0;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform .12s ease, box-shadow .12s ease;
}

.sidebar-shop .accordion .acc-item h5 a {
    color: rgba(255, 255, 255, 0.95);
    display: block;
    padding: 8px 6px;
    transition: color .16s ease;
}

.sidebar-shop .accordion .acc-item .collapse-wrap ul li a {
    padding: 6px 0;
    display: block;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.85);
}

.sidebar-shop .accordion .acc-item .collapse-wrap ul li a:hover {
    color: var(--accent);
}

/* چک‌باکس و رادیو لیبل‌ها */
.sidebar-shop .custom-control-label {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.35rem;
    padding-left: 8px;
}

/* فیلتر رنگ‌ها (دایره‌های رنگی) */
.sidebar-shop .filter-colors a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 6px 6px 6px 0;
    border: 2px solid rgba(255, 255, 255, 0.06);
    transition: transform .12s ease, box-shadow .12s ease;
}

.sidebar-shop .filter-colors a:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.sidebar-shop .filter-colors a.selected {
    outline: 3px solid rgba(204, 153, 102, 0.14); /* هاله نارنجی ملایم برای انتخاب */
    transform: scale(1.05);
}

/* بنر سایدبار: گوشه‌ها ملایم و حاشیه روشن */
.widget-banner-sidebar .banner-sidebar {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* ریسپانسیو: مطمئن شو در موبایل خوانایی حفظ شود */
@media (max-width: 991px) {
    .sidebar-shop .widget {
        background: transparent !important;
        color: inherit !important;
        box-shadow: none;
        border: none;
        padding: 10px 0;
    }

    .sidebar-shop .widget .widget-title {
        color: #333 !important;
        border-bottom: none;
    }
}

/* ============================
   ظاهرسازی محصولات (اندکی مرتب‌تر)
   ============================ */
.products .product .product-body .product-title a {
    font-size: 1.45rem;
    font-weight: 600;
    color: #222;
}

.products .product {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: box-shadow .18s ease, transform .12s ease;
}

.products .product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}

/* ============================
   ریسپانسیو: موبایل و تبلت
   ============================ */
@media (max-width: 991px) {
    .header-bottom .main-nav .menu > li > a {
        font-size: 1.5rem;
        padding: 1rem 0.6rem;
    }

    /* در موبایل: سایدبار ویجت‌ها به پس‌زمینه روشن بازمی‌گردند تا خوانا باشند */
    .sidebar-shop .widget {
        background: transparent;
        color: inherit;
        box-shadow: none;
        border: none;
        padding: 10px 0;
    }

    .sidebar-shop .widget .widget-title {
        color: #333;
        border-bottom: none;
        font-size: 1.45rem;
    }

    .sidebar-shop .accordion .acc-item h5 a {
        color: #333;
    }
}


/* قیمت: مشکی و بولد و اجباری سمت چپ کارت */
.products .product .product-price {
    display: block;
    width: 100%;
    text-align: left !important; /* حتی در RTL هم چپِ کارت */
    color: #111 !important;
    font-weight: 700 !important;
    margin-top: .25rem;
}

/* اگر قالب، بدنه کارت را وسط‌چین کرده بود، خنثی‌اش کن */
.products .product .product-body.text-center {
    text-align: inherit !important; /* یا left اگر می‌خواهی همه چیز چپ شود */
}

/* برای کارت‌های حالت لیست هم (اگر جایی استفاده کردی) */
.product.product-list .product-price {
    display: block;
    width: 100%;
    text-align: left !important;
    color: #111 !important;
    font-weight: 700 !important;
}

/* === Site-wide wider container (Walmart-ish) === */
/* روی تمام کانتینرهای بوت‌استرپی اثر بده */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* عریض‌تر، اما نه تمام‌عرض: بین 1240 تا 1560 به نسبت ویو */
    max-width: clamp(1240px, 92vw, 1560px);
    padding-right: 12px; /* اگر قبلاً چیز دیگری گذاشتی، حذفش نکن */
    padding-left: 12px;
}

/* روی نمایشگرهای خیلی بزرگ کمی عریض‌ترش کن */
@media (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: clamp(1400px, 88vw, 1680px);
    }
}


html {
    scroll-behavior: smooth;
}

/* اسکرول نرمِ پیش‌فرض */
:root {
    --sticky-offset: 80px;
}

/* ارتفاع هدر چسبانِ تو */

/* مقصدها زیر هدر مخفی نشن */
#information, #send_receive, #comments, [data-serialscrolling-target] {
    scroll-margin-top: var(--sticky-offset);
}


/* === Rounded product cards (Owl) === */
:root {
    --product-card-radius: 14px;
}

/* خودِ کارت */
.owl-carousel .product {
    border-radius: var(--product-card-radius);
    background: #fff;
    border: 1px solid #eef0f2;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
    overflow: hidden; /* خیلی مهم: همه‌چیز داخل شعاع بمونه */
    transition: transform .15s ease, box-shadow .2s ease;
}

.owl-carousel .product:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
}

/* بخش تصویر و اوورلی‌ها */
.product .product-media {
    border-radius: inherit; /* گوشه‌های بالا */
    overflow: hidden;
}

.product .product-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* اکشن‌های شناور و لیبل‌ها داخل شعاع برش بخورن */
.product .product-action-vertical,
.product .product-action,
.product .product-label {
    border-radius: inherit;
}

/* بدنه‌ی کارت */
.product .product-body {
    border-top: 1px solid #f2f2f4;
    border-radius: 0 0 var(--product-card-radius) var(--product-card-radius);
    background: #fff;
}

/* تامب‌های کوچک داخل کارت (اگر هست) */
.product-nav-thumbs a {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eceef1;
}

/* اگر قالب قبلاً radius=0 داده بود، این یکی غالب شود */
.owl-carousel .product,
.product .product-media,
.product .product-image {
    border-radius: var(--product-card-radius) !important;
}

/*!*# sourceMappingURL=style.css.map *!*/


/* ==== Product card emphasis ==== */
.products .product .product-body .product-title a {
    font-family: "iransans", 'Poppins';
    font-size: 2rem; /* قبلی حدود 1.4–1.6 بوده */
    font-weight: 500; /* بولدتر */
    line-height: 1.35;
    color: #222; /* کمی تیره‌تر برای خوانایی */
}

.products .product .product-body .product-price {
    font-size: 1.8rem; /* قیمت درشت‌تر */
    font-weight: 600; /* بولد */
    color: #000;
    margin-top: .4rem;
}

/* قیمت قبلی (اگر نمایش می‌دی) کوچیک‌تر و خط‌خورده */
.products .product .product-body .product-price .old-price {
    font-family: Vazir;
    font-size: 2rem;
    font-weight: bold;
    opacity: .75;
    text-decoration: line-through;
    margin-right: .9rem;
}


/* برای موبایل کمی کوچیک‌تر که نشکنه */
@media (max-width: 576px) {
    .products .product .product-body .product-title a {
        font-size: 1.6rem;
    }

    .products .product .product-body .product-price {
        font-size: 1.6rem;
    }
}

/*.products .product .product-body .product-title{*/
/*  min-height: 3.8em; !* تقریباً دو خط *!*/
/*  overflow: hidden;*/
/*}*/


/* === Specs bar on product card === */
.products .product .specs-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 8px;
    margin: 8px 0;
    background: #f9fafb;
    border: 1px solid #eee;
    border-radius: 12px;
}

.products .product .specs-bar .spec {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.products .product .specs-bar .ic {
    width: 16px;
    height: 16px;
    fill: #6b7280;
    flex: 0 0 auto;
}

.products .product .specs-bar .val {
    font-weight: 700;
    font-size: 12px;
    color: #111827;
    white-space: nowrap;
}

.products .product .specs-bar .val .unit {
    font-weight: 500;
    font-size: 11px;
    color: #6b7280;
    margin-right: 2px;
}

/* عنوان و قیمت درشت‌تر و بولدتر (طبق خواسته قبلی) */
.products .product .product-body .product-title a {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.35;
    color: #222;
}

.products .product .product-body .product-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    margin-top: .4rem;
}

.products .product .product-price .old-price {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: .75;
    text-decoration: line-through;
    margin-right: .5rem;
}

@media (max-width: 576px) {
    .products .product .product-body .product-title a {
        font-size: 1.6rem;
    }

    .products .product .product-body .product-price {
        font-size: 1.6rem;
    }
}


/* ==== Product card emphasis ==== */
.products .product .product-body .product-title a {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.35;
    color: #222;
}

.products .product .product-body .product-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-top: .4rem;
}

.products .product .product-body .product-price .old-price {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: .75;
    text-decoration: line-through;
    margin-right: .5rem;
}

@media (max-width: 576px) {
    .products .product .product-body .product-title a {
        font-size: 1.6rem;
    }

    .products .product .product-body .product-price {
        font-size: 1.6rem;
    }
}

/* ==== Specs bar (icons + values) ==== */
.products .product .specs-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 8px;
    margin: 8px 0 6px;
    background: #f9fafb;
    border: 1px solid #eee;
    border-radius: 12px;
}

.products .product .specs-bar .spec {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.products .product .specs-bar .ic {
    width: 16px;
    height: 16px;
    fill: #6b7280;
    flex: 0 0 auto;
}

.products .product .specs-bar .val {
    font-weight: 700;
    font-size: 12px;
    color: #111827;
    white-space: nowrap;
}

.products .product .specs-bar .val .unit {
    font-weight: 500;
    font-size: 11px;
    color: #6b7280;
    margin-right: 2px;
}


/* specs bar */
.products .product .specs-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 8px;
    margin: 8px 0 6px;
    background: #f9fafb;
    border: 1px solid #eee;
    border-radius: 12px;
}

.products .product .specs-bar .spec {
    display: flex;
    align-items: center;
    gap: 6px;
}

.products .product .specs-bar .ic {
    width: 16px;
    height: 16px;
    fill: #6b7280;
}

.products .product .specs-bar .val {
    font-weight: 700;
    font-size: 12px;
    color: #111827;
    white-space: nowrap;
}

.products .product .specs-bar .val .unit {
    font-weight: 500;
    font-size: 11px;
    color: #6b7280;
    margin-right: 2px;
}


/* --- Card tidy & RTL alignment --- */
.products .product .product-body {
    padding: .5rem .5rem 1rem;
}

.products .product .product-cat,
.products .product .product-title,
.products .product .product-price,
.products .product .rating-compact {
    text-align: right;
}

/* Category link */
.products .product .product-cat a {
    color: #6b7280;
    font-size: .95rem;
    text-decoration: none;
}

/* Title: دوخطی، بولد، راست‌چین */
.products .product .product-title {
    margin: .25rem 0 .35rem;
}

.products .product .product-title a {
    font-weight: 700;
    /* اندازه را خیلی بزرگ نمی‌کنیم؛ اگر قبلاً بزرگ شده بود این مقدار متعادل است */
    font-size: 2.1rem;
    line-height: 2;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Price: فقط بولدتر، اندازه کنترل‌شده */
.products .product .product-price {
    font-weight: 800; /* ← تاکید بدون بزرگ کردن زیاد */
    font-size: 2.5rem; /* متعادل؛ اگر قبلاً 1.8rem گذاشته بودیم، این جمع‌وجورتره */
    line-height: 1.65;
    margin-top: 0.25rem;
    color: #111;
    margin-bottom: .25rem;
}

.products .product .product-price .new-price {
    font-weight: 900;
}

.products .product .product-price .old-price {
    font-weight: 400;
    font-size: 1.25rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-right: .4rem;
}

/* Rating compact: یک ستاره + عدد */
.products .product .rating-compact {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}

.products .product .rating-compact .star {
    color: #f2b01e;
    font-size: 14px;
    line-height: 1;
}

.products .product .rating-compact .score {
    font-weight: 700;
    font-size: 13px;
    color: #111;
}

/* فواصل کلی */
.products .product figure.product-media {
    margin-bottom: .5rem;
}

.cat-list .cat-item {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem
}

.cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none
}

.cat-name {
    font-weight: 500;
    color: #111
}

.cat-count {
    font-size: .85rem;
    opacity: .7;
    margin-right: .5rem
}

.cat-children {
    padding-right: .75rem;
    margin-top: .35rem
}

.cat-children a {
    font-size: .92rem;
    opacity: .9
}

.cat-item.is-active > .cat-link .cat-name {
    font-weight: 700
}


/* ==== Category Mega Menu (RTL) ==== */
.category-dropdown.mega-rtl .dropdown-menu {
    inset-inline-start: 0; /* RTL: از سمت راست باز شود */
    inset-inline-end: auto;
    right: 0;
    left: auto; /* fallback برای مرورگرهای قدیمی */
    top: 100%;
    transform: none !important;
    display: block; /* Bootstrap کنترلش می‌کند؛ این برای اندازه‌گیری است */
    min-width: 320px;
    width: 900px; /* عرض پیش‌فرض دسکتاپ */
    max-width: min(95vw, 1100px); /* واکنش‌گرا */
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.category-dropdown.mega-rtl .side-nav {
    padding: 8px 0;
}

.category-dropdown.mega-rtl .menu-vertical {
    margin: 0;
}

/* ردیف ریشه‌ها */
.category-dropdown.mega-rtl .menu-vertical > li.megamenu-container > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

/* محتوای مگا */
.category-dropdown.mega-rtl .megamenu {
    position: absolute;
    top: 0;
    inset-inline-end: 100%; /* RTL: پنل به سمت چپِ آیتم لیست بچسبد */
    width: 900px;
    max-width: min(95vw, 1100px);
    min-height: 100%;
    height: auto;
    background: #fff;
    border-inline-start: 1px solid #f1f5f9;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
    padding: 18px 18px 18px 12px;
    display: none;
}

/* نمایش پنل وقتی ریشه هاور شده */
.category-dropdown.mega-rtl .menu-vertical > li.megamenu-container:hover > .megamenu {
    display: block;
}

/* ستونی داخل مگا (دو ستون برای سطح دوم) */
.category-dropdown.mega-rtl .megamenu .menu-col .row > [class*="col-"] {
    padding-inline: 12px;
    margin-bottom: 12px;
}

.category-dropdown.mega-rtl .megamenu .menu-title {
    font-weight: 800;
    color: #111;
    margin-bottom: 6px;
}

.category-dropdown.mega-rtl .megamenu .menu-title a {
    color: #111;
    text-decoration: none;
}

.category-dropdown.mega-rtl .megamenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-dropdown.mega-rtl .megamenu ul li a {
    display: block;
    padding: 6px 0;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
}

.category-dropdown.mega-rtl .megamenu ul li a:hover {
    color: #111;
}

/* بنر ستون راست */
.category-dropdown.mega-rtl .megamenu .banner-overlay {
    border-radius: 10px;
    overflow: hidden;
}

.category-dropdown.mega-rtl .megamenu .banner-menu img {
    width: 100%;
    height: auto;
    display: block;
}

/* محدود کردن ارتفاع برای محتواهای زیاد + اسکرول نرم */
.category-dropdown.mega-rtl .dropdown-menu {
    max-height: 80vh;
    overflow: auto;
    overscroll-behavior: contain;
}

/* آیکن فلش‌های sf-arrows در RTL (اگه تم استفاده می‌کند) */
.menu-vertical.sf-arrows > li > a.sf-with-ul::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-inline-start: 8px;
    border-top: 2px solid #9ca3af;
    border-right: 2px solid #9ca3af;
    transform: rotate(-45deg);
}

/* ز-ایندکس کافی که روی بقیه بیاد */
.category-dropdown.mega-rtl .dropdown-menu,
.category-dropdown.mega-rtl .megamenu {
    z-index: 1049;
}

/* حالت موبایل/تبلت: پنل ساده و تمام‌عرض زیر دکمه */
@media (max-width: 991.98px) {
    .category-dropdown.mega-rtl .dropdown-menu {
        width: 95vw;
        max-width: 95vw;
        border-radius: 10px;
    }

    .category-dropdown.mega-rtl .megamenu {
        position: static;
        width: 100%;
        display: block;
        box-shadow: none;
        border: none;
        padding: 10px 12px;
    }

    .category-dropdown.mega-rtl .menu-vertical > li.megamenu-container > a {
        font-weight: 700;
        padding: 10px 12px;
    }
}

/* Mega menu safe sizing (optional) */
.category-dropdown .dropdown-menu {
    min-width: 320px;
}

.category-dropdown .megamenu {
    width: min(96vw, 1000px);
    padding: 16px;
}

.category-dropdown .megamenu .menu-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.category-dropdown .megamenu .row > [class^="col-"] {
    margin-bottom: 12px;
}

@media (max-width: 991.98px) {
    .category-dropdown .megamenu {
        width: auto;
    }
}

/* ==== Category vertical menu hover (RTL-safe) ==== */
/* دامنه‌اش خیلی محدود شده که چیزهای دیگه رو به‌هم نزنه */
.header-bottom .menu-vertical > li {
    position: relative;
}

.header-bottom .menu-vertical > li > a {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
}

/* فقط پس‌زمینه هاور؛ به فلش‌ها (که معمولاً ::after هست) دست نمی‌زنیم */
.header-bottom .menu-vertical > li > a::before {
    content: "";

    position: absolute;
    inset: 0;
    background: #FA523C; /* نارنجی برند */
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center; /* برای RTL از راست باز شود */
    transition: transform .2s ease, opacity .2s ease;
    z-index: -1; /* زیر متن بماند */
    pointer-events: none;
}

.header-bottom .menu-vertical > li:hover > a::before,
.header-bottom .menu-vertical > li > a:focus-visible::before {
    opacity: .08;
    transform: scaleX(1); /* تمام عرض، دیگه «نصفه» نمیاد */
}

/* ستون عمودی مگامنو: مطمئن شو ستون چپ عرض ثابتی داره */
.category-dropdown .menu-vertical {
    width: 280px; /* می‌تونی به 260/300 هم تغییر بدی */
    margin: 0;
    padding: 0;
    list-style: none;
}

/* هر آیتم حتماً بلوک تمام‌عرض باشه */
.category-dropdown .menu-vertical > li {
    display: block;
    position: relative;
}

/* لینک داخل آیتم، تمام عرض ستون رو بپوشونه */
.category-dropdown .menu-vertical > li > a {
    display: flex; /* تا فلش همراستا بشه */
    align-items: center;
    justify-content: space-between; /* متن راست، فلش چپ (در RTL) */
    width: 100%;
    box-sizing: border-box;
    padding: 10px 28px;
    text-decoration: none;
    background: transparent;
    color: #111;
    border-radius: 0;
}

/* هاور/فکوس: کل نوار نارنجی بشه */
.category-dropdown .menu-vertical > li:hover > a,
.category-dropdown .menu-vertical > li:focus-within > a {
    background-color: #FA523C; /* نارنجی */
    color: #fff;
}

/* فلش‌های sf-arrows روی هاور سفید بشن */
.menu-vertical.sf-arrows > li > a.sf-with-ul::after {
    border-color: #9ca3af; /* حالت عادی */
}

.category-dropdown .menu-vertical > li:hover > a.sf-with-ul::after {
    border-color: #fff; /* روی نارنجی، فلش سفید */
}

/* فاصله‌های اضافی را حذف کن تا نوار تا لبه‌ها بیاد */
.category-dropdown .dropdown-menu {
    padding: 0;
}

.category-dropdown .side-nav {
    padding: 0;
}


/* دکمه دسته‌بندی تمام عرض ستون شود و محدودیت 270px برداشته شود */
.category-dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    min-width: 0; /* overrideِ min-width:270px */
}

/* فلشِ انتهایی را مطمئن و ثابت در سمت راست قرار بده تا padding با margin گِل‌درشت قاطی نشود */
.category-dropdown .dropdown-toggle {
    position: relative; /* برای positionِ فلش */
    padding-right: 3rem; /* فضای کافی برای فلش */
}

.category-dropdown .dropdown-toggle:after {
    position: absolute;
    right: 1rem; /* بجای margin-right سنگین */
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0; /* overrideِ 6.7rem */
}

/* اگر خواستی کل باکس دسته‌بندی هم خودش کشسان باشد */
.dropdown.category-dropdown {
    width: 100%;
}

/* منوی بازشونده همین حالا هم width:100% دارد؛ خوبه */


/* A) خط عمودی دور آیتم‌ها را کامل بردار */
.header-bottom .category-dropdown .menu-vertical > li > a {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* B) فقط خط زیر هر آیتم (تمام عرض) */
.header-bottom .category-dropdown .menu-vertical > li > a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: .9rem 1.9rem; /* نگه‌دار/به دلخواه */
    border-bottom: 1px solid #ebebeb !important;
}

/* آخرین آیتم خط نداشته باشد */
.header-bottom .category-dropdown .menu-vertical > li:last-child > a {
    border-bottom: 0 !important;
}

/* C) هر خط ۱px تزریقی از خود تم را هم خاموش کن */
.header-bottom .menu ul::before,
.header-bottom .menu .megamenu::before {
    content: none !important;
    display: none !important;
}

/* خط‌های روی خود لینک‌ها حذف شود */
.header-bottom .category-dropdown .menu-vertical > li > a {
    border-bottom: 0 !important;
}

/* هر li یک خط 1px تمام‌عرض در انتها داشته باشد */
.header-bottom .category-dropdown .menu-vertical > li {
    position: relative; /* اگر قبلاً نیست */
}

.header-bottom .category-dropdown .menu-vertical > li::after {
    content: "";
    position: absolute;
    inset-inline: 0; /* هم start هم end = 0 (RTL-safe) */
    bottom: 0;
    height: 1px;
    background: #ebebeb; /* رنگ خط */
}

.header-bottom .category-dropdown .menu-vertical > li:last-child::after {
    display: none; /* برای آخرین آیتم خط نکش */
}

.header-bottom .category-dropdown .menu-vertical > li:hover::after {
    background: transparent;
}

/* 1) خودِ باکس دراپ‌داون را سفید کن تا نوار شفاف سمت چپ دیده نشود */
.header-bottom .category-dropdown .dropdown-menu {
    background: #fff !important; /* تم پیش‌فرض شفاف بود */
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

/* 2) در RTL از سمت راست بچسبان، سمت چپ آزاد باشد (تا فاصلهٔ اضافی نیاید) */
[dir="rtl"] .header-bottom .category-dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

/* 3) خود nav/ul هیچ پدینگ افقی نداشته باشند تا خطوط، تمامِ عرض باکس را پوشش دهند */
.header-bottom .category-dropdown .dropdown-menu > .side-nav,
.header-bottom .category-dropdown .dropdown-menu .menu-vertical {
    padding-inline: 0 !important;
    margin-inline: 0 !important;
}

/* 4) جداکنندهٔ افقی تمام‌عرض: روی li (نه a) بماند */
.header-bottom .category-dropdown .menu-vertical > li {
    position: relative;
}

.header-bottom .category-dropdown .menu-vertical > li::after {
    content: "";
    position: absolute;
    inset-inline: 0; /* از لبه راست تا چپ، کامل */
    bottom: 0;
    height: 1px;
    background: #ebebeb;
}

.header-bottom .category-dropdown .menu-vertical > li:last-child::after {
    display: none;
}

/* اگر هنوز خط 1px تم روی خود dropdown فعال بود، خاموشش کن */
.header-bottom .menu ul::before,
.header-bottom .menu .megamenu::before {
    content: none !important;
    display: none !important;
}

/* 1) منوی عمودی رو به جای وسط‌چین، «کشسان» کن تا کل عرض رو پر کنه */
.category-dropdown .menu-vertical {
    align-items: stretch !important; /* به‌جای center */
    justify-content: flex-start !important;
    width: 100% !important;
}

/* اگر هنوز فاصله دیدی، این یکی رو هم اضافه کن تا Flex کلاً بی‌اثر شه: */
/* .category-dropdown .menu-vertical{ display:block !important; } */

/* 2) پس‌زمینه‌ی پنل بازشونده رو سفید کن تا چیزی از زیرش دیده نشه */
.category-dropdown .dropdown-menu {
    background: #fff !important;
    padding: 0 !important;
}

/* 3) خود ناوبری کناری هم تمام‌عرض بشه */
.category-dropdown .side-nav {
    width: 100% !important;
}

/* (اختیاری) اگر خط زیر هر آیتم باید تا لبه‌ها بره، اینو نگه‌دار */
.header-bottom .category-dropdown .menu-vertical > li > a {
    border: none !important;
    box-shadow: none !important;
}


/* ------------------------------------------------------------- */

/* ——— فقط یک فلش «>» در سمت چپِ آیتم‌های منوی عمودی ——— */
.category-dropdown .menu-vertical.sf-arrows > li > a.sf-with-ul::after {
    content: '>' !important; /* به‌جای آیکن فونت/بوردر */
    font-family: inherit !important;
    border: 0 !important; /* فلشِ ساخته‌شده با border را خاموش کن */
    width: auto !important;
    height: auto !important;
    left: 1.2rem !important; /* همان جای قبلی */
    right: auto !important;
    transform: none !important; /* چرخش نداشته باشد */
    opacity: .85;
}

/* اگر جایی فونت molla را تزریق کرده بود، بی‌اثر شود */
.category-dropdown .menu-vertical.sf-arrows .sf-with-ul::after {
    font-family: inherit !important;
}


/* رسانه‌ی کارت کوچکتر و منظم */
.page-content .products .product.product-7 figure.product-media {
    height: var(--media-h);
    padding: 8px;
    margin: 0;
    background: #ffffff;
}

.page-content .products .product.product-7 img.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* تصویر داخل قاب بماند */
}

/* بدنه و تایپوگرافی جمع‌وجور */
.page-content .products .product.product-7 .product-body {
    padding: 8px 10px 12px;
}

.page-content .products .product.product-7 .product-cat a {
    font-size: .95rem;
}

.page-content .products .product.product-7 .product-title a {
    font-size: 1.68rem; /* قبلاً 1.6rem بود → خواناتر و جمع‌وجورتر */
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* حداکثر دو خط */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-content .products .product.product-7 .product-price {
    font-size: 1.99rem; /* قبلاً ~1.5rem بود */
}

.page-content .products .product.product-7 .product-price .old-price {
    font-size: 1.5rem;
    opacity: .75;
    margin-right: .35rem;
}


/* بندانگشتی‌های زیر تصویر کوچکتر و تمیز */
.page-content .products .product.product-7 .product-nav-thumbs img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
}

/* فاصله‌گذاری شبکه کارت‌ها (چفت و تمیز) */
.page-content .products .row {
    margin-inline: -8px;
}

.page-content .products .row > [class*="col-"] {
    padding-inline: 8px;
}

/* واکنش‌گرا: کمی تطبیق ارتفاع مدیا */
@media (min-width: 1400px) {
    .page-content .products .product.product-7 {
        --media-h: 240px;
    }
}

@media (max-width: 991.98px) {
    .page-content .products .product.product-7 {
        --media-h: 180px;
    }
}


/* استک عمودی قیمت‌ها */
.product .product-price {
    display: flex;
    flex-direction: column; /* یکی بالا، یکی پایین */
    align-items: flex-end; /* چون راست‌چین هستی */
    line-height: 1.6;
    gap: 2px; /* فاصله‌ی ظریف بین دو خط */
}

/* قیمت فعلی (پررنگ و درشت) */
.product .product-price .new-price {
    order: 1;
    display: block;
    font-size: 1.9rem;
    line-height: 2.3; /* اگر زیاد است 1.25rem کن */
    font-weight: 600;
    color: #111;
}

/* قیمت قبلی (کوچک‌تر و خاکستری با خط‌خوردگی) */
.product .product-price .old-price {
    order: 2;
    display: block;
    font-size: 1.45rem;
    color: #646667;
    text-decoration: line-through;
}
.cart-wrap{direction:rtl}
    .cart-item{display:flex;gap:16px;padding:20px;border-bottom:1px solid #1111;align-items:flex-start;background:#fff}
    .cart-media{width:150px;min-width:150px}
    .cart-media img{width:100%;height:auto;border-radius:8px}
    .cart-body{flex:1 1 auto}
    .cart-title{margin-bottom:6px;text-align:right;}
    .cart-title a{font-size:3rem;font-weight:800;color:#111111;text-decoration:none;direction: rtl}
    .cart-title a:hover{color: #FA523C;}
    .cart-meta{font-size:2rem;color:#6b7280;text-align:right;}
    .cart-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}
    .cart-actions a,.cart-actions button{font-size:12px;color:#FA523C;background:none;border:0;padding:0;cursor:pointer}
    .qty{display:inline-flex;align-items:center;min-width:140px;height:36px;border:1px solid #d1d5db;border-radius:9999px;overflow:hidden;background:#fff}
    .qty button{width:42px;height:36px;line-height:36px;border:0;background:#f9fafb;font-size:18px}
    .qty .qty-dec{border-inline-end:1px solid #e5e7eb}
    .qty .qty-inc{border-inline-start:1px solid #e5e7eb}
    .qty input{width:56px;text-align:center;border:0;height:36px;outline:none;font-weight:700}
    .cart-price{min-width:130px;text-align:left}
    .cart-price .now{font-weight:990;font-size:2.5rem;}
    .cart-price .list{color:#6b7280;text-decoration:line-through;font-size:14px}
    .deal-badge{display:inline-block;font-size:12px;background:#fee2e2;color:#b91c1c;padding:3px 7px;border-radius:999px;margin-bottom:6px}
    .cart-subtotal{display:flex;justify-content:flex-end;padding:16px 0;font-weight:700;font-size: 18px;}
    .summary-cart{position:sticky;top:16px;border:1px solid #eee;border-radius:12px;padding:16px;background:#fff}
    .summary-cart .title{font-size:18px;font-weight:800;margin-bottom:10px}
    .summary-cart .line{display:flex;justify-content:space-between;margin:8px 0}
    .btn-checkout{width:100%;background:#ff5b3c;border-color:#ff5b3c}
    .qty{
  display:inline-flex; align-items:center; min-width:140px; height:36px;
  border:1px solid #d1d5db; border-radius:9999px; overflow:hidden; background:#fff;
}
.qty{
  position:relative;
  display:inline-flex; align-items:center;
  min-width:140px; height:36px;
  border:1px solid #d1d5db; border-radius:9999px; overflow:hidden; background:#fff;
}

/* دکمه‌ها */
.qty-btn{
  position:relative; z-index:1; /* روی هر لایه تزئینیِ تم بایستد */
  width:42px; height:36px; border:0; background:#f9fafb; line-height:36px;
  font-size:0; cursor:pointer;
}

/* مرزهای داخلی */
.qty .qty-dec{ border-inline-end:1px solid #e5e7eb; }
.qty .qty-inc{ border-inline-start:1px solid #e5e7eb; }

/* علامت‌ها فقط با CSS خودمان */
.qty-btn::after{
  content:"+"; font-size:18px; color:#FA523C;
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  pointer-events:none; /* کلیک حتماً به خود دکمه برسد */
}
.qty-dec::after{ content:"−"; }

/* هر تزریق تم را خاموش کن */
.qty-btn::before{ content:none !important; }

/* Input number: اسپینر و استایل تم را حذف کن */
.qty input[type=number]{
  width:56px; text-align:center; border:0; height:36px; outline:none; font-weight:700;
  -moz-appearance:textfield; appearance:textfield;
}
.qty input[type=number]::-webkit-outer-spin-button,
.qty input[type=number]::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }

/* بدنه‌ی کارت ستونی شود تا بتوانیم اکشن‌ها را بچسبانیم به پایین */
.cart-body{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* فاصله‌ی بالای اکشن‌ها حذف؛ خودشون میرن پایین کارت */
.cart-actions{
  margin-top: auto;         /* اصلِ ماجرا: بچسبان به پایین بدنه */
  padding-top: 8px;         /* یک خط فاصله از متن بالا */
}

/* اگر تیتر/متا margin پایینی داشتن، کمش کن تا فاصله اضافی نیفتد */
.cart-title{ margin-bottom: 4px; }
.cart-meta{ margin-bottom: 0; }



/* ستون قیمت را ستونی کن تا اکشن‌ها پایینش بچسبند */
.cart-price{
  min-width:220px;          /* می‌تونی کمتر/بیشترش کنی */
  text-align:left;          /* چون RTL است، سمت چپ ستون */
  display:flex;
  flex-direction:column;
  align-items:flex-start;   /* متن‌ها چپ ستون */
}

/* خود نوار اکشن‌ها نزدیک لبه پایین ستون قیمت */
.action-bar{
  margin-top:auto;/* بچسب به پایین .cart-price */
  margin-bottom: 5px;
  padding-top:10px;
  display:flex; gap:16px; flex-wrap:wrap;
  justify-content:flex-end;
}
/* ---------- Layout ---------- */
.cart-wrap{padding-top:1rem;padding-bottom:2rem }
.cart-list{display:flex;flex-direction:column;gap:1rem}
.cart-item{
  display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;
  background:#fff;border-bottom:1px solid #fff0ec;padding:16px 18px
}
.cart-media{order:2}
.cart-media img{width:84px;height:84px;object-fit:cover;border-radius:12px;border:1px solid #eee}
.cart-body{order:1;display:flex;flex-direction:column;gap:.35rem}
.cart-title a{font-weight:800;color:#222;text-decoration:none; text-align: right; direction: rtl}
.cart-meta{font-size:.9rem;color:#6b7280; text-align: right}
.cart-meta .text-success{color:#17a34a!important}
.cart-side{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}

/* ---------- Price ---------- */
.deal-badge{
  display:inline-block;background:#ffe9e9;color:#e84343;border:1px solid #ffd1d1;
  border-radius:999px;padding:.15rem .5rem;font-size:.78rem;font-weight:700
}
.price-now{font-size:1.6rem;font-weight:900;line-height:1}
.price-now .unit{font-size:.85rem;margin-inline-start:.25rem}
.price-list{color:#9ca3af}
.price-list del{font-size:2rem;color:#3d4044;text-decoration-thickness:1px;font-weight:800}
.price-list .save{color:#e24343;font-weight:800;margin-inline-start:.35rem}

/* ---------- Qty pill ---------- */
.qty-form{display:flex;align-items:center;gap:.5rem}
.qty-pill{
  display:inline-flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:999px;
  padding:.25rem .5rem;background:#fff
}
.qty-pill button{width:28px;height:28px;border:0;background:#fff;border-radius:999px;cursor:pointer}
.qty-pill button:hover{background:#f3f4f6}
.qty-input{width:42px;border:0;text-align:center;font-weight:700}

/* ---------- Actions ---------- */
.action-bar{display:flex;gap:.65rem}
.action-link{color:#ef4444;background:transparent;border:0;cursor:pointer}
.action-link i{font-size:2rem}

/* ---------- Summary ---------- */
.summary-cart{position:sticky;top:88px;border:1px solid #eee;border-radius:14px;padding:16px;background:#fff;margin-top: 2.5rem;}
.summary-cart .title{font-weight:900;border-bottom:1px dashed #eee;padding-bottom:.5rem;margin-bottom:.5rem}
.summary-cart .line{display:flex;justify-content:space-between;margin:.4rem 0;color:#374151}
.btn-checkout{
    width:100%;
    font-weight:800;
  padding: 10px 22px; /* کوچیک‌تر */
    border: 0.5px solid  #f36a57;
    border-radius: 10px;     /* گوشه گرد */
    font-size: 1.4rem;}

btn-checkout:hover{
      background-color: #f36a57 ;
      color: #fff;
}
@media (max-width: 992px){
  .cart-item{grid-template-columns:1fr;align-items:flex-start}
  .cart-media{order:1}
}

/* ====== Cart row layout (RTL) ====== */
.cart-item{
  display:grid;
  /* ستون چپ: قیمت/اکشن | وسط: تیتر/متا/تعداد | راست: تصویر */
  grid-template-columns: 220px 1fr 110px;
  grid-template-areas: "side body media";
  align-items:stretch;
  gap: 1rem;
  background:#fff;border:1px solid #eee;border-radius:14px;padding:16px 18px
}
.cart-side { grid-area: side; display:flex; flex-direction:column; align-items:flex-start; text-align:left }
.cart-body { grid-area: body; display:flex; flex-direction:column; gap:.5rem; text-align:right }
.cart-media{ grid-area: media; display:flex; align-items:center; justify-content:center }

/* عنوان و وضعیت (راست) */
.cart-title a{font-weight:800;color:#1f2937;text-decoration:none}
.cart-meta{font-size:.9rem;color:#6b7280}
.cart-meta .text-success{color:#17a34a!important}

/* قیمت (چپ) + بج */
.deal-badge{
  display:inline-block;background:#ffe9e9;color:#e84343;border:1px solid #ffd1d1;
  border-radius:999px;padding:1rem .55rem;font-size:2rem;font-weight:700;margin-bottom:.25rem
}
.price-now{font-size:3.3rem;font-weight:500;line-height:1.5}
.price-now .unit{font-size:2.2rem;margin-inline-start:.25rem}
.price-list{color:#9ca3af}
.price-list del{font-size:1.05rem;text-decoration-thickness:2px}

/* اکشن‌ها بیاد پایین ستون قیمت */
.cart-side .action-bar{margin-top:auto;display:flex;gap:.65rem;justify-content:flex-start}
.action-link{color:#ef4444;background:transparent;border:0;cursor:pointer}

/* تصویر کوچک (راست) */
.cart-media img{width:84px;height:84px;object-fit:cover;border-radius:12px;border:1px solid #eee}

/* کنترل تعداد زیر عنوان و کمی متمایل به راست */
.qty-form{display:flex;align-items:center;gap:.5rem;align-self:flex-start}
.qty-pill{
  display:inline-flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:999px;
  padding:.25rem .5rem;background:#fff
}
.qty-pill button{width:28px;height:28px;border:0;background:#fff;border-radius:999px;cursor:pointer}
.qty-pill button:hover{background:#f3f4f6}
.qty-input{width:42px;border:0;text-align:center;font-weight:700}

/* ریسپانسیو: در موبایل زیر هم (تیتر، قیمت، تصویر) */
@media (max-width: 992px){
  .cart-item{
    grid-template-columns:1fr;
    grid-template-areas:
      "body"
      "side"
      "media";
  }
  .cart-side{align-items:stretch}
  .cart-side .action-bar{justify-content:flex-end}
}

/* سطر کارت: چپ=قیمت/اکشن | وسط=بدنه (تیتر/وضعیت/تعداد) | راست=تصویر */
.cart-wrap .cart-item{
  display:grid;
  grid-template-columns: 230px minmax(0,1fr) 110px;
  grid-template-areas: "side body media";
  gap: 16px;
  align-items: stretch;
  background:#fff; border:1px solid #eee; border-radius:14px; padding:16px 18px;
}

/* نگاشت نواحی */
.cart-wrap .cart-side  { grid-area: side;  display:flex; flex-direction:column; align-items:flex-start; text-align:left; }
.cart-wrap .cart-body  { grid-area: body;  display:flex; flex-direction:column; gap:.5rem; text-align:right; }
.cart-wrap .cart-media { grid-area: media; display:flex; align-items:center; justify-content:center; }

/* تصویر کوچک سمت راست */
.cart-wrap .cart-media img{
  width:84px; height:84px; object-fit:cover; border-radius:12px; border:1px solid #eee;
}

/* قیمت و بج در ستون چپ */
.cart-wrap .deal-badge{
  display:inline-block; margin-bottom:.25rem;
  background: #e84343; color:#fff0ec; border:1px solid #ffd1d1;
  border-radius:8px; padding:0.28rem .40rem; font-size:1.5rem; font-weight:700;
}
.cart-wrap .price-now{ font-size:2.8rem; font-weight:900; line-height:1; }
.cart-wrap .price-now .unit{ font-size:.85rem; margin-inline-start:.3rem; }
.cart-wrap .price-list{ color:#ef4444; }
.cart-wrap .price-list del{ font-size:1.6rem; text-decoration-thickness:1px; }

/* اکشن‌ها بروند پایین ستون قیمت */
.cart-wrap .cart-side .action-bar{
  margin-top:auto;               /* می‌فرستد به پایین ستون */
  display:flex; gap:.65rem; justify-content:flex-start;
}
.cart-wrap .action-link{ color:#ef4444; background:transparent; border:0; cursor:pointer; }

/* بدنه: عنوان راست، وضعیت سبز، کنترل تعداد زیر عنوان */
.cart-wrap .cart-title a{ font-weight:800; color:#1f2937; text-decoration:none; }
.cart-wrap .cart-meta{ font-size:1.7rem; color: #3b3d40; }
.cart-wrap .cart-meta .text-success{ color:#17a34a !important; }

/* کنترل تعداد (به‌صورت کپسولی) */
.cart-wrap .qty-form{ display:flex; align-items:center; gap:.5rem; align-self:flex-start; }
.cart-wrap .qty-pill{
  display:inline-flex; align-items:center; gap:.5rem;
  border:1px solid #e5e7eb; border-radius:999px; padding:.25rem .5rem; background:#fff;
}
.cart-wrap .qty-pill button{ width:38px; height:28px; border:0; background:#fff; border-radius:999px; cursor:pointer; }
.cart-wrap .qty-pill button:hover{ background:#f3f4f6; }
.cart-wrap .qty-input{ width:42px; border:0; text-align:center; font-weight:700; }

/* ریسپانسیو: در موبایل ترتیب شود: بدنه → قیمت/اکشن → تصویر */
@media (max-width: 992px){
  .cart-wrap .cart-item{
    grid-template-columns: 1fr;
    grid-template-areas:
      "body"
      "side"
      "media";
  }
  .cart-wrap .cart-side{ align-items:stretch; }
  .cart-wrap .cart-side .action-bar{ justify-content:end; }
}

/* swap: media (عکس) ←→ side (قیمت/اکشن‌ها) */
.cart-wrap .cart-item{
  grid-template-columns: 125px minmax(0,1fr) 230px; /* تصویر باریک، وسط، ستون قیمت پهن */
  grid-template-areas: "media body side";
}

/* وقتی ستون قیمت رفته سمت راست، چیدمان و ترازبندی مناسب راست */
.cart-wrap .cart-side{
  text-align:right;           /* قیمت بچسبد به لبه راست */
  align-items:flex-end;       /* اکشن‌ها هم راست‌چین */
}
.cart-wrap .cart-side .action-bar{
  justify-content:flex-end;   /* آیکن‌ها راست ستون */
}

/* تصویر حالا ستون چپ است (همچنان ظاهرش ثابت می‌ماند) */
.cart-wrap .cart-media{
  justify-content:center;
}
.cart-wrap .cart-media img{
  width:84px;height:84px;object-fit:cover;border-radius:12px;border:1px solid #eee;
}

/* ریسپانسیو: همان قبلی بماند (بدنه → قیمت/اکشن → تصویر) */
@media (max-width: 992px){
  .cart-wrap .cart-item{
    grid-template-columns: 1fr;
    grid-template-areas:
      "body"
      "side"
      "media";
  }
  .cart-wrap .cart-side{ align-items:stretch; text-align:left; }
  .cart-wrap .cart-side .action-bar{ justify-content:flex-end; }
}

/* مخفی‌کردن اسپینرهای عدد در همه‌ی مرورگرها */
.cart-wrap .qty-input {
  -moz-appearance: textfield;  /* Firefox */
  appearance: textfield;       /* استاندارد */
  direction: ltr;              /* از چسبیدن علامت منفی/فلش‌ها جلوگیری می‌کند */
}

/* Chrome / Edge / Safari (WebKit/Blink) */
.cart-wrap .qty-input::-webkit-outer-spin-button,
.cart-wrap .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* قدیمی‌های Edge/IE */
.cart-wrap .qty-input::-ms-clear,
.cart-wrap .qty-input::-ms-reveal {
  display: none;
}

/* کمی بهینه‌سازی ظاهری فیلد وسط کپسول */
.cart-wrap .qty-pill .qty-input{
  width: 48px;                 /* کمی جا برای ۳ رقم */
  border: 0;
  text-align: center;
  font-weight: 700;
  background: transparent;
  padding: 0;
}

/* ==== Kill all native number spinners (scoped to cart) ==== */
.cart-wrap .qty-pill .qty-input[type="number"] {
  -moz-appearance: textfield !important;   /* Firefox */
  appearance: textfield !important;        /* Standard */
  direction: ltr;                           /* از علائم عجیب در RTL جلوگیری می‌کند */
}

/* Chrome / Edge / Safari */
.cart-wrap .qty-pill .qty-input[type="number"]::-webkit-outer-spin-button,
.cart-wrap .qty-pill .qty-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

/* IE/legacy Edge cleanups */
.cart-wrap .qty-pill .qty-input[type="number"]::-ms-clear,
.cart-wrap .qty-pill .qty-input[type="number"]::-ms-reveal {
  display: none !important;
}

/* اطمینان از تمیزی داخل کپسول */
.cart-wrap .qty-pill .qty-input {
  background: transparent !important;
  border: 0 !important;
  width: 52px;           /* کمی جا برای ۳ رقم */
  text-align: center !important;
  font-weight: 700 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* کنترل تعداد – مستقل از Bootstrap */
.dk-qty{display:flex;align-items:center;gap:.5rem}
.qty-input{
  width:96px;height:40px;text-align:center;direction:ltr;
  border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:16px;
}
/* دکمه‌های +/− سبک */
.qty-btn{
  width:40px;height:40px;border:1px solid #e5e7eb;border-radius:8px;
  background:#fff;font-size:18px;font-weight:600;line-height:1;padding:0;cursor:pointer;
}
.qty-btn:active{transform:translateY(1px)}
/* حذف اسپینر عدد در مرورگرها */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button{ -webkit-appearance:none;margin:0 }
.qty-input{ -moz-appearance:textfield }

/* آیکون‌های نوار اکشن خیلی بزرگ نشوند */
.action-bar .action-link i{font-size:16px;line-height:1}
/* کامپوننت تعداد */
.qty{display:inline-flex;align-items:center;gap:.5rem}
.qty__input{
  width:96px;height:40px;text-align:center;direction:ltr;
  border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:16px;
}
.qty__btn{
  width:40px;height:40px;border:1px solid #e5e7eb;border-radius:8px;
  background:#fff;font-size:18px;font-weight:600;line-height:1;padding:0;cursor:pointer;
}
.qty__btn:active{transform:translateY(1px)}

/* اگر جایی هنوز type=number بماند، استپرها را مخفی کند */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0 }
input[type=number]{ -moz-appearance:textfield }
/* فرم تعداد را اینلاین و جمع‌وجور کن */
.qty-inline{display:flex;align-items:center;gap:.75rem;margin:0;padding:0}
.qty-label{margin:0;white-space:nowrap}

/* خود کامپوننت تعداد */
.qty{display:inline-flex;align-items:center;gap:.5rem}
.qty__input{
  width:88px;height:36px;text-align:center;direction:ltr;
  border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:15px;
}
.qty__btn{
  width:36px;height:36px;border:1px solid #e5e7eb;border-radius:8px;
  background:#fff;font-size:18px;font-weight:600;line-height:1;padding:0;cursor:pointer;
}
.qty__btn:active{transform:translateY(1px)}

/* کمی فشرده‌سازی کارت تا ستون جمع‌کل بالا بیاید */
.cart-item{padding:16px 20px}
.cart-body{display:flex;flex-direction:column;gap:8px}
.cart-meta{margin:0}
.action-bar{margin-top:6px}

/* نوار ویژگی‌ها */
.item-flags{display:flex;gap:12px;flex-wrap:wrap;margin:6px 0 0;padding:0;list-style:none}
.item-flags li{display:inline-flex;align-items:center;gap:8px;font-size:1.7rem;color:#5b667a}
.item-flags i{font-size:14px}
.item-flags li.ok i{color:#22c55e}   /* سبز برای موجودی */
.item-flags li.no  i{color:#ef4444}  /* قرمز برای ناموجود */

/* باکس بیمه (تمام‌عرضِ کارت) */
.service-card{
  grid-column: 1 / -1;    /* کل عرض کارت */
  display:flex;justify-content:space-between;align-items:center;
  padding:12px 14px;border:1px solid #e6f0ff;background: #28a745;
  border-radius:12px;margin-top:10px
}
.service-card__head{display:flex;align-items:center;gap:10px;font-size: 1.6rem;font-weight:600;color:#254f9e}
.service-card__head i{font-size:18px}
.service-card__head .dot{
  width:8px;height:8px;border-radius:50%;display:inline-block
}
.service-card__head .dot.ok{background:#22c55e}
.service-card__meta{display:flex;align-items:center;gap:10px}
.service-card__meta .price{font-weight:700;color:#0f172a}
.service-card__meta .hint{color:#64748b;font-size:.9rem}

/* ساختار کارت سه‌ستونه که قبلاً دادی */
.cart-item{
  display:grid;grid-template-columns:120px 1fr 220px;
  gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid #eee;;background:#fff;margin-bottom:16px
}
.cart-media img{width:100%;height:auto;border-radius:8px;object-fit:cover}
.cart-body{display:flex;flex-direction:column;gap:8px}
.cart-side{text-align:left}
@media (max-width:991.98px){
  .cart-item{grid-template-columns:90px 1fr}
  .cart-side{grid-column:1 / -1;display:flex;justify-content:space-between;gap:12px}
  .service-card{grid-column:1 / -1}
}
  /* متای واریانت (رنگ/سایز) */
  .variant-meta{
    margin-top:.4rem;
    display:flex; align-items:center; gap:.6rem; flex-wrap:wrap;
  }
  .variant-meta .vm-label{
    font-size:1.6rem; color: #535864; /* طوسی ملایم */
  }
  .variant-meta .vm-name,
  .variant-meta .vm-size{
    font-size:1.02rem; color:#111827; font-weight:500; /* کمی پررنگ‌تر و بزرگ‌تر */
  }

  /* جداکننده عمودی بین رنگ/سایز */
  .variant-meta .vm-divider{
    width:1px; height:16px; background:#e5e7eb; margin:0 .35rem;
  }

  /* سواچ‌ها (دایره‌ی رنگ) — و نسخه‌ی تصویری */
  .variant-meta .vm-swatch,
  .variant-meta .vm-swatch-img{
    width:20px; height:20px; border-radius:9999px; display:inline-block;
    /* مرز دو لایه برای تمایز روی هر بک‌گراند: اول سفید، بعد خط نازک طوسی */
    box-shadow:
      0 0 0 2px #ffffff,         /* حلقه‌ی سفید داخلی */
      0 0 0 3px rgba(17,24,39,.08); /* خط بیرونی خیلی ملایم (تقریباً #111827 با شفافیت) */
    border:1px solid #d1d5db;        /* مرز خود عنصر (fallback) */
    vertical-align:middle;
  }
  .variant-meta .vm-swatch-img{
    object-fit:cover; border:none; /* مرز را box-shadow می‌دهد */
  }

  /* وقتی صفحه خیلی فشرده شد، متن‌ها یک خط نمیشن */
  @media (max-width: 576px){
    .variant-meta{ gap:.5rem; }
    .variant-meta .vm-label{ font-size:.95rem; }
    .variant-meta .vm-name, .variant-meta .vm-size{ font-size:.98rem; }
  }
.cart-services{ margin-top: .5rem; background-color: #f5f5f5 ;border-radius: 9px; border:1px solid #ff6a45; margin-bottom: 1rem;}
.cart-services .svc-title{ font-size: 1.9rem; color:#6b7280; margin: 1rem 1.5rem; }
.svc-list{ display:flex; flex-wrap:wrap; gap:.5rem .75rem; }
.svc-item{ position:relative; display:inline-flex; align-items:center; gap:.4rem; cursor:pointer; user-select:none;  margin: 1rem 1.5rem;}
.svc-item input{ display:none; }
.svc-check{
  width:18px;height:18px;border:1px solid #d1d5db;border-radius:4px; background:#fff; display:inline-block;
}
.svc-item input:checked + .svc-check{ background:#ff6a45; border-color:#ff6a45; }
.svc-name{ font-size:1.6rem; color:#374151; margin-right: 0.5rem }

.cart-badge{
  position:absolute; top:-6px; inset-inline-end:-8px;
  min-width:18px; height:18px; padding:0 5px;
  border-radius:9px; font-size:11px; line-height:18px;
  background:#ff4d4f; color:#fff; text-align:center;
}
.nav-cart{ position:relative; display:inline-block; }


.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
}

 .checkout-box {
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #edf2f7;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
        padding: 1.5rem 1.75rem;
    }
    .checkout-box-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.25rem;
    }
    .checkout-box-title {
        font-weight: 800;
        font-size: 1.8rem;
        text-align: right;
    }
    .checkout-box-subtitle {
        font-size: 1.4rem;
        color: #94a3b8;
    }

    .info-group-title {
        font-weight: 700;
        font-size: 1.4rem;
        margin-bottom: .33rem;
        text-align: right;
    }
    .info-group-content {
        font-size: 1.2rem;
        color: #111827;
        line-height: 1.7;
        text-align: right;
        border-bottom: 1px solid #babdc2;
    }

    .info-row {
        display: flex;
        justify-content: space-between;
        font-size: 1.6rem;
    }
    .info-label {
        color: #2e2e2e;
        margin-left: .75rem;
        white-space: nowrap;
    }
    .info-value {
        font-weight: 600;
        color: #111827;
        text-align: left;
    }

    .checkout-items-table thead th {
        font-size: 1.5rem;
        color: #5f6164;
        border-bottom-width: 1px;
    }
    .checkout-items-table tbody td {
        font-size: 1.5rem;
        vertical-align: middle;
    }

    .checkout-summary {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
    }
    .checkout-summary-header {
        padding: .5rem 1rem;
        border-bottom: 1px solid #e5e7eb;
        background-color: #f8f3f2;
        color: #040404;
         border-top-radius: 8px;
    }
    .checkout-summary-title {
        font-weight: 800;
        font-size: 1.33rem;
    }
    .checkout-summary-body {
        padding: 1rem 1.1rem 1.2rem;
        margin-bottom: 1.4rem;
        font-size: 1.43rem;
    }
    .summary-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: .5rem;
    }
    .summary-row-total strong {
        font-size: 1.8rem;
    }

    .payment-link{
    width: 100%;
    background: #FFFFFF;
    border:1px solid  #FA523C;
    border-radius: 10px;
    font-weight: 800;
    font-size: 1.6rem;
    color: #111;
    padding: 12px;
    transition: background .2s ease;
}

.payment-link:hover {
    background: linear-gradient(#FA523C, #f36a57);
    color: #FFFFFF;

    @media (max-width: 767.98px) {
        .checkout-box {
            padding: 1.1rem 1.2rem;
        }

        .checkout-box-header {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    /* خود badge که قبلاً تعریف کردیم، فقط جهت یادآوری */

    .shipping-badge {
        display: inline-block;
        background: #ffffff;
        border: 0.5px solid #ef4444;
        color: #111;
        font-weight: 700;
        font-size: 1.1rem;
        padding: 6px 14px;
        border-radius: 12px;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }

    /* 👉 نسخه موبایل فرندلی */
    @media (max-width: 576px) {
        .info-row {
            flex-direction: column;
            align-items: flex-start;
            gap: .35rem;
        }

        .info-label {
            font-size: 1.4rem;
        }

        .info-value {
            width: 100%;
        }

        .shipping-badge {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 0.85rem; /* یه ذره جمع‌وجورتر تو موبایل */
            padding: 8px 0; /* ارتفاع خوب برای لمس */
            margin-top: 0.15rem;
        }
    }
}

.checkout-box .btn-back {
    padding: 10px 22px; /* کوچیک‌تر */
    border: 0.5px solid  #f36a57;
    border-radius: 10px;     /* گوشه گرد */
    font-size: 1.4rem;

}


.checkout-box .btn-back:hover{
    background-color: #f36a57 ;
    color: #fff;
}


.empty-cart{
     padding: 10px 22px; /* کوچیک‌تر */
    border: 0.5px solid  #f36a57;
    border-radius: 10px;     /* گوشه گرد */
    font-size: 1.4rem;

}

.empty-cart:hover{
      background-color: #f36a57 ;
    color: #fff;

}

.checkout-box-header a{
    padding: 8px 20px; /* کوچیک‌تر */
    border: 0.5px solid  #f36a57;
    border-radius: 10px;     /* گوشه گرد */
    font-size: 1.5rem;
}


.checkout-box-header a:hover{
    background-color: #f36a57 ;
    padding: 10px 22px;
    color: #fff;
}


.checkout-box a{
     padding: 8px 20px; /* کوچیک‌تر */
    border: 0.5px solid  #f36a57;
    border-radius: 10px;     /* گوشه گرد */
    font-size: 1.5rem;
}

.checkout-box a:hover{
    background-color: #f36a57 ;
    padding: 10px 22px;
    color: #fff;
}
/* جدول آیتم‌های سبد در صفحه‌ی مرور سفارش */
.checkout-items-table table {
    table-layout: fixed;              /* عرض ستون‌ها ثابت و تمیز */
}

/* تقسیم عرض ستون‌ها */
.checkout-items-table .col-product  { width: 40%; }
.checkout-items-table .col-qty      { width: 8%; }
.checkout-items-table .col-price    { width: 15%; }
.checkout-items-table .col-service  { width: 17%; }
.checkout-items-table .col-discount { width: 10%; }
.checkout-items-table .col-total    { width: 10%; }

/* ستون کالا: چند خطی، بدون به‌هم ریختن جدول */
.checkout-items-table .product-cell {
    white-space: normal;
    word-break: break-word;
}

.checkout-items-table .product-title {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.25rem;
}

.checkout-items-table .product-variant {
    font-size: 0.8rem;
    color: #6b7280;         /* خاکستری ملایم */
}

/* ستون‌های عددی: جمع‌وجور و یک خطی */
.checkout-items-table .nowrap {
    white-space: nowrap;
}

/* کمی فاصله بین ردیف‌ها برای خوانایی بیشتر */
.checkout-items-table tbody tr > td {
    padding-top: .75rem;
    padding-bottom: .75rem;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .checkout-items-table .col-product  { width: 50%; }
    .checkout-items-table .col-service,
    .checkout-items-table .col-discount {
        display: none;   /* اگر خواستی، می‌تونی حذف کنی که خیلی شلوغ نشه */
    }
}

/* لینک علاقه‌مندی — حالت عادی */
.wishlist-toggle {
    color: #666 !important; /* مشکی */
    font-weight: 500;
    transition: 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* آیکون قلب در حالت عادی */
.wishlist-toggle i {
    color: #666 !important; /* مشکی */
    font-size: 20px;
    transition: 0.2s ease;
}

/* هاور: متن و آیکون نارنجی می‌شود */
.wishlist-toggle:hover,
.wishlist-toggle:hover i {
    color: #FA523C !important;
}

/* اگر محصول در علاقه‌مندی باشد => همیشه قلب نارنجی */
.wishlist-toggle i.bi-heart-fill {
    color: #FA523C !important;
}


a .btn-product .btn-compare span :hover{
    text-decoration: none !important;
}

:root {
    --shopx-accent: var(--accent, #FA523C);
    --shopx-soft-bg: #fff7f5;
}

/* ========================================= */
/* استایل دراپ‌داون سبد خرید (Cart Dropdown) */
/* ========================================= */
.cart-dropdown .cart-panel-menu {
    width: 420px;
    max-height: 540px;
    padding: 0;
    border: none;
    margin-top: 4rem;
    margin-bottom: 2rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.cart-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
}

.cart-panel-header {
    padding: 14px 18px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.cart-panel-title {
    direction: rtl;
    font-size: 1.3rem;
    font-weight: 600;
}

.cart-panel-sub { font-size: 1rem; color: #FA523C; }
.cart-panel-link { font-size: 1.4rem; color: var(--shopx-accent); text-decoration: none; font-weight: 500; }

.cart-panel-body {
    padding: 10px 14px;
    overflow-y: auto;
    max-height: 440px;
}

.cart-panel-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.cart-panel-item:last-child { border-bottom: none; }

.cart-item-image img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #eee;
}

.cart-item-info { flex: 1; }

.cart-item-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 4px; }
.cart-item-title a { color: #333; text-decoration: none; }
.cart-item-title a:hover { color: var(--shopx-accent); }

.cart-item-meta { font-size: 1.3rem; }
.cart-discount-badge { background: var(--shopx-soft-bg); color: var(--shopx-accent); padding: 2px 6px; border-radius: 999px; font-size: 1.4rem; font-weight: 600; }
.cart-product-info { font-size: 1.2rem; font-weight: 500; }
.cart-item-oldprice { font-size: 1.2rem; color: #999; text-decoration: line-through; margin-top: 2px 0 0; }

.cart-item-remove { border: none; background: transparent; color: #bbb; padding: 0; margin-right: 4px; }
.cart-item-remove:hover { color: #ff4b4b; }

.cart-panel-footer {
    border-top: 1px solid #f0f0f0;
    padding: 10px 16px 14px;
    background: #fff;
}

.cart-total-label { font-size: 1.4rem; color: #555; }
.cart-total-value { font-size: 1.2rem; font-weight: 600; }

.btn-cart-primary {
    background: var(--shopx-accent);
    border-color: var(--shopx-accent);
    color: #fff;
    border-radius: 999px;
    font-size: 1.2rem;
    padding: 8px 14px;
}

.btn-cart-primary:hover {
    background: #e34832;
    border-color: #e34832;
}

.cart-item-image { position: relative; }

.cart-discount-badge.over-image {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    background: var(--shopx-accent, #FA523C);
    color: #fff;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.cart-item-color {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
    font-size: 0.9rem;
    color: #555;
}

.cart-item-color .color-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
}

/* =============================================== */
/* فیکس ریسپانسیو منوی همبرگر (آخرین تغییرات جدید) */
/* =============================================== */
.category-toggler {
    position: relative;
    direction: rtl;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    padding: 18px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1;
    height: 100%;
}

.category-toggler > *:not(.hamburger-icon) {
    position: relative;
    top: 2px;
}

.category-toggler .hamburger-icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block;
}

.category-toggler .hamburger-icon::before,
.category-toggler .hamburger-icon::after,
.category-toggler .hamburger-icon span {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    background: #fff !important;
    transition: none !important;
}

.category-toggler .hamburger-icon::before { top: 0; }
.category-toggler .hamburger-icon span { top: 6px; }
.category-toggler .hamburger-icon::after { bottom: 0; }

.category-toggler.active .hamburger-icon::before,
.category-toggler.active .hamburger-icon::after,
.category-toggler.active .hamburger-icon span {
    transform: none !important;
    opacity: 1 !important;
}

.category-toggler:hover {
    background: #FA523C !important;
    border-radius: 4px;
}

.btn-save {
    background: #FA523C;
    border: 2px solid #FA523C;
    border-radius: 5px;
    color: #fff;
    box-shadow: 1px;
    padding: 10px 20px;
}
.btn-save:hover {
    background: #e34832;
    border-color: #e34832;
    color: #fff;}

/* ===========================
   Home Categories Banner Grid
   (desktop fixed height + mobile natural)
   =========================== */

/* پایه: همه چیز داخل کارت 100% و عکس cover */
.categories-grid .banner,
.categories-grid .banner-link-wrap,
.categories-grid .banner-media { height: 100%; }

.categories-grid .banner { margin-bottom: 0; } /* توی این سکشن فاصله اضافی نده */

.categories-grid .banner-media { position: relative; overflow: hidden; }

.categories-grid .banner-media img,
.categories-grid .banner-media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.categories-grid .banner-media img {
  object-fit: cover;
  object-position: center;
}

/* --------- DESKTOP (>= lg) --------- */
@media (min-width: 992px) {
  .categories-grid{
    --catH: clamp(320px, 34vw, 460px);
    --catGap: 12px;
    align-items: stretch;
  }

  .categories-grid .banner-slot-left,
  .categories-grid .banner-slot-right{
    height: var(--catH);
  }

  .categories-grid .categories-mid{ height: var(--catH); }

  .categories-grid .categories-mid .banner-stack{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--catGap);
  }

  .categories-grid .categories-mid .banner-stack-item{
    flex: 1 1 0;
    min-height: 0;
  }
}

@media (min-width: 992px){
  .categories-grid .banner-content{
    /* ریستِ override های قبلی اگر جایی مونده */
    display: block;
    height: auto;
  }
      .categories-grid .banner-content .btn,
  .categories-grid .banner-content .banner-btn{
    margin-top: .4rem !important;  /* نزدیک‌تر به تیتر */
  }
    .categories-grid .banner-subtitle{
    width: 100%;
    text-align: center !important;
  }

  .categories-grid .banner-title{ margin: 0 0 .25rem 0; }
  .categories-grid .banner-subtitle{ margin: 0; }
}

/* --------- TABLET + MOBILE (< lg) --------- */
@media (max-width: 991.98px) {
  /* ارتفاع‌ها آزاد (طبیعی) */
  .categories-grid,
  .categories-grid .banner-slot-left,
  .categories-grid .banner-slot-right,
  .categories-grid .categories-mid,
  .categories-grid .banner-stack{
    height: auto !important;
      gap: 1rem;

  }
.categories-grid .categories-mid .banner-stack{
    display: flex;
    flex-direction: column;
          /* فاصله بین tile اول و دوم */
  }
.categories-grid .banner-subtitle{
    width: 100%;
    text-align: center !important;
  }

 .categories-grid .banner-slot-right{
     gap: 2rem;
 }
  /* وسطی‌ها زیر هم بیفتن و فاصله بگیرن */
  .categories-grid .banner-stack{
    display: block;
  }
  /*.categories-grid .banner-stack-item{*/
  /*  margin-bottom: 12px;*/
  /*}*/
  /*.categories-grid .banner-stack-item:last-child{*/
  /*  margin-bottom: 1rem;*/
  /*}*/

  /* به جای height ثابت، نسبت تصویر بده */
  .categories-grid .banner-media{
    height: auto;
    aspect-ratio: 16 / 9; /* پیش‌فرض خوب برای موبایل */
  }

  /* اگر خواستی بنر بزرگ‌ها کمی “کوتاه‌تر/خوش‌فرم‌تر” باشن */
  .categories-grid .banner-slot-left .banner-media,
  .categories-grid .banner-slot-right .banner-media{
    aspect-ratio: 16 / 10;
  }

  /* متن‌ها کوچیک‌تر که تو باکس نره */
  /* متن‌ها وسطِ بنر (افقی + عمودی) */

  .categories-grid .banner-content{
    width: 100%;
    color: #fff;
}


/* style page 404 */
.error-content {
        background-color: #ffffff;
        padding: 80px 20px;
        text-align: center;
    }

    .error-image {
        display: block;
        margin: 0 auto 30px auto;
        max-width: 400px;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .error-title {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

    /* متن متاسفانه – کاملاً وسط */
    .error-text {
        font-size: 1.25rem;
        color: #666;
        margin: 0 auto 45px auto;
        max-width: 600px;   /* وسط‌چین حرفه‌ای متن */
        line-height: 1.8;
        text-align: center;
    }

    /* دکمه بزرگ‌تر */
    .btn-home {
        display: inline-block;
        padding: 16px 45px;
        border: 2px solid #FA523C;
        color: #FA523C;
        text-decoration: none;
        border-radius: 8px;
        font-size: 1.2rem;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-home:hover {
        background-color: #FA523C;
        color: #ffffff;
    }

    @media (max-width: 768px) {
        .error-title {
            font-size: 2.2rem;
        }

        .error-text {
            font-size: 1.05rem;
            max-width: 90%;
        }

        .error-image {
            max-width: 280px;
        }

        .btn-home {
            padding: 14px 35px;
            font-size: 1.1rem;
        }
    }
/* End style page 404 */

/* =========================
   Popular Categories (cat-blocks)
   Extracted from demo-4.css
   ========================= */

.cat-blocks-container {
  padding-top: .5rem;
}

/* ستون‌ها خودشون کش بیان تا کارت‌ها هم‌قد بشن */
.cat-blocks-container [class*="col-"] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* خود کارت */
.cat-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  text-decoration: none;
}

/* تصویر */
.cat-block figure {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 1;
  margin: 0;
}

.cat-block figure span {
  position: relative;
}

/* سایه‌ی فیک زیر تصویر */
.cat-block figure span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.2rem;
  left: 45%;
  width: 105%;
  margin-left: -45%;
  height: .3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
  filter: blur(3px);
  opacity: .5;
}

.cat-block img {
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.35s ease;
  display: block;
}

.cat-block:hover img {
  transform: translateY(-14px);
}

.cat-block:hover figure span:after {
  opacity: 1;
}

/* عنوان */
.cat-block-title {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

/* پیشنهاد برای موبایل (اختیاری): فاصله کمتر */
@media (max-width: 575.98px) {
  .cat-block { margin-bottom: 2rem; }
  .cat-block-title { margin-top: 1.2rem; font-size: 1.2rem; }
}

/* پیشنهاد برای دستگاه‌های لمسی (اختیاری): hover خاموش */
@media (hover: none) {
  .cat-block:hover img { transform: none; }
  .cat-block:hover figure span:after { opacity: .5; }
}


/* یک خط شدن سایه‌ها: ناحیه تصویر را ثابت کن */
.cat-block figure{
  height: 120px;          /* می‌تونی 110/130 تست کنی */
  width: 100%;
  justify-content: center;
}

.cat-block figure span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* تصویر داخل قاب، هم‌قد و هم‌خط */
.cat-block img{
  max-height: 110px;      /* کمی کمتر از height figure */
  width: auto;
}

/* سایه دقیقاً روی یک خط ثابت */
.cat-block figure span:after{
  bottom: 6px;            /* به جای مقدار منفی */
}
@media (max-width: 575.98px){
  .cat-block figure{ height: 95px; }
  .cat-block img{ max-height: 85px; }
}

/* 
* ===========================
   Home Categories Banner Grid
   (desktop fixed height + mobile natural)
   =========================== */

/* پایه: همه چیز داخل کارت 100% و عکس cover */
.categories-grid .banner,
.categories-grid .banner-link-wrap,
.categories-grid .banner-media { height: 100%; }

.categories-grid .banner { margin-bottom: 0; } /* توی این سکشن فاصله اضافی نده */

.categories-grid .banner-media { position: relative; overflow: hidden; }

.categories-grid .banner-media img,
.categories-grid .banner-media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.categories-grid .banner-media img {
  object-fit: cover;
  object-position: center;
}

/* --------- DESKTOP (>= lg) --------- */
@media (min-width: 992px) {
  .categories-grid{
    --catH: clamp(320px, 34vw, 460px);
    --catGap: 12px;
    align-items: stretch;
  }

  .categories-grid .banner-slot-left,
  .categories-grid .banner-slot-right{
    height: var(--catH);
  }

  .categories-grid .categories-mid{ height: var(--catH); }

  .categories-grid .categories-mid .banner-stack{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--catGap);
  }

  .categories-grid .categories-mid .banner-stack-item{
    flex: 1 1 0;
    min-height: 0;
  }
}

@media (min-width: 992px){
  .categories-grid .banner-content{
    /* ریستِ override های قبلی اگر جایی مونده */
    display: block;
    height: auto;
  }
      .categories-grid .banner-content .btn,
  .categories-grid .banner-content .banner-btn{
    margin-top: .4rem !important;  /* نزدیک‌تر به تیتر */
  }
    .categories-grid .banner-subtitle{
    width: 100%;
    text-align: center !important;
  }

  .categories-grid .banner-title{ margin: 0 0 .25rem 0; }
  .categories-grid .banner-subtitle{ margin: 0; }
}

/* --------- TABLET + MOBILE (< lg) --------- */
@media (max-width: 991.98px) {
  /* ارتفاع‌ها آزاد (طبیعی) */
  .categories-grid,
  .categories-grid .banner-slot-left,
  .categories-grid .banner-slot-right,
  .categories-grid .categories-mid,
  .categories-grid .banner-stack{
    height: auto !important;
      gap: 1rem;

  }
.categories-grid .categories-mid .banner-stack{
    display: flex;
    flex-direction: column;
          /* فاصله بین tile اول و دوم */
  }
.categories-grid .banner-subtitle{
    width: 100%;
    text-align: center !important;
  }

 .categories-grid .banner-slot-right{
     gap: 2rem;
 }
  /* وسطی‌ها زیر هم بیفتن و فاصله بگیرن */
  .categories-grid .banner-stack{
    display: block;
  }
  /*.categories-grid .banner-stack-item{*/
  /*  margin-bottom: 12px;*/
  /*}*/
  /*.categories-grid .banner-stack-item:last-child{*/
  /*  margin-bottom: 1rem;*/
  /*}*/

  /* به جای height ثابت، نسبت تصویر بده */
  .categories-grid .banner-media{
    height: auto;
    aspect-ratio: 16 / 9; /* پیش‌فرض خوب برای موبایل */
  }

  /* اگر خواستی بنر بزرگ‌ها کمی “کوتاه‌تر/خوش‌فرم‌تر” باشن */
  .categories-grid .banner-slot-left .banner-media,
  .categories-grid .banner-slot-right .banner-media{
    aspect-ratio: 16 / 10;
  }

  /* متن‌ها کوچیک‌تر که تو باکس نره */
  /* متن‌ها وسطِ بنر (افقی + عمودی) */

  .categories-grid .banner-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: .35rem;
  }

    .categories-grid .banner-title{
      font-size: 2rem;
      margin-bottom: .35rem;
      margin-right: 2rem;

    }

    .categories-grid .banner-subtitle{
      font-size: 1.2rem;
      margin: 0;
      opacity: .9;
      margin-right: 2rem;

    }

  .categories-grid .banner-content .btn,
  .categories-grid .banner-content .banner-btn{
    margin-top: .35rem !important;
    padding: .8rem 1.1rem;
    font-size: .85rem;
    margin-right: 2rem;
  }

   .categories-grid .banner-content{
    /* ریستِ override های قبلی اگر جایی مونده */
    display: block;
    height: auto;
  }
      .categories-grid .banner-content .btn,
  .categories-grid .banner-content .banner-btn{
    margin-top: .4rem !important;  /* نزدیک‌تر به تیتر */
  }

  .categories-grid .banner-title{ margin: 0 0 .25rem 0; }
  .categories-grid .banner-subtitle{ margin: 0; }
}

/* =========================
   Popular Categories (cat-blocks)
   Extracted from demo-4.css
   ========================= */

.cat-blocks-container {
  padding-top: .5rem;
}

/* ستون‌ها خودشون کش بیان تا کارت‌ها هم‌قد بشن */
.cat-blocks-container [class*="col-"] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* خود کارت */
.cat-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  text-decoration: none;
}

/* تصویر */
.cat-block figure {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 1;
  margin: 0;
}

.cat-block figure span {
  position: relative;
}

/* سایه‌ی فیک زیر تصویر */
.cat-block figure span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.2rem;
  left: 45%;
  width: 105%;
  margin-left: -45%;
  height: .3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
  filter: blur(3px);
  opacity: .5;
}

.cat-block img {
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.35s ease;
  display: block;
}

.cat-block:hover img {
  transform: translateY(-14px);
}

.cat-block:hover figure span:after {
  opacity: 1;
}

/* عنوان */
.cat-block-title {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

/* پیشنهاد برای موبایل (اختیاری): فاصله کمتر */
@media (max-width: 575.98px) {
  .cat-block { margin-bottom: 2rem; }
  .cat-block-title { margin-top: 1.2rem; font-size: 1.2rem; }
}

/* پیشنهاد برای دستگاه‌های لمسی (اختیاری): hover خاموش */
@media (hover: none) {
  .cat-block:hover img { transform: none; }
  .cat-block:hover figure span:after { opacity: .5; }
}


/* یک خط شدن سایه‌ها: ناحیه تصویر را ثابت کن */
.cat-block figure{
  height: 120px;          /* می‌تونی 110/130 تست کنی */
  width: 100%;
  justify-content: center;
}

.cat-block figure span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* تصویر داخل قاب، هم‌قد و هم‌خط */
.cat-block img{
  max-height: 110px;      /* کمی کمتر از height figure */
  width: auto;
}

/* سایه دقیقاً روی یک خط ثابت */
.cat-block figure span:after{
  bottom: 6px;            /* به جای مقدار منفی */
}
@media (max-width: 575.98px){
  .cat-block figure{ height: 95px; }
  .cat-block img{ max-height: 85px; }
}
}

/* =========================
   Home product tabs carousel
   Scope: فقط همین سکشن
   ========================= */

.home-product-tabs {
  --card-radius: 16px;
  --card-border: rgba(0,0,0,.06);
  --card-shadow: 0 10px 28px rgba(0,0,0,.06);
  --card-shadow-hover: 0 14px 34px rgba(0,0,0,.10);
}

/* فاصله و ظاهر تب‌ها */
.home-product-tabs .nav.nav-pills .nav-link {
  border-radius: 999px;
  padding: .55rem 1.1rem;
  font-weight: 600;
}
.home-product-tabs .nav.nav-pills .nav-link.active {
  box-shadow: 0 10px 20px rgba(0,0,0,.06);
}

/*!* خود آیتم داخل اسلایدر *!*/
/*.home-product-tabs .owl-carousel .item {*/
/*  height: 100%;*/
/*  padding: 2px; !* برای اینکه سایه قطع نشه *!*/
/*}*/

/*!* کارت محصول داخل اسلایدر: هم‌قد و تمیز *!*/
/*.home-product-tabs .owl-carousel .product.dk-product-card {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  background: #fff;*/
/*  border: 1px solid var(--card-border);*/
/*  border-radius: var(--card-radius);*/
/*  box-shadow: var(--card-shadow);*/
/*  overflow: hidden; !* تصویر و لیبل‌ها بیرون نزنه *!*/
/*  transition: transform .18s ease, box-shadow .18s ease;*/
/*}*/

/*.home-product-tabs .owl-carousel .product.dk-product-card:hover {*/
/*  transform: translateY(-2px);*/
/*  box-shadow: var(--card-shadow-hover);*/
/*}*/

/*!* تصویر: ثابت و شبیه لیست *!*/
/*.home-product-tabs .owl-carousel .product-media {*/
/*  margin: 0;*/
/*  background: #fff;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  padding: 14px;*/
/*  min-height: 210px;  !* ارتفاع یکدست *!*/
/*  position: relative;*/
/*}*/

/*.home-product-tabs .owl-carousel .product-image {*/
/*  width: 100%;*/
/*  height: 190px;*/
/*  object-fit: contain;*/
/*}*/

/*!* بدنه کارت *!*/
/*.home-product-tabs .owl-carousel .product-body {*/
/*  flex: 1;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  padding: 12px 14px 14px;*/
/*}*/

/*!* تیتر محصول: ۲ خط ثابت *!*/
/*.home-product-tabs .owl-carousel .product-title {*/
/*  margin: 8px 0 10px;*/
/*  font-size: .95rem;*/
/*  line-height: 1.7;*/
/*  height: calc(1.7em * 2); !* 2 lines *!*/
/*  overflow: hidden;*/
/*}*/

/*!* قیمت‌ها *!*/
/*.home-product-tabs .owl-carousel .product-price {*/
/*  margin-top: auto; !* قیمت همیشه ته کارت *!*/
/*  display: flex;*/
/*  gap: 10px;*/
/*  align-items: baseline;*/
/*}*/

/*.home-product-tabs .owl-carousel .product-price .new-price {*/
/*  font-weight: 800;*/
/*  font-size: 1rem;*/
/*}*/
/*.home-product-tabs .owl-carousel .product-price .old-price {*/
/*  opacity: .6;*/
/*  text-decoration: line-through;*/
/*  font-size: .9rem;*/
/*}*/

/*!* لیبل‌ها (جدید/تخفیف/ناموجود) اگر تو partial هست *!*/
/*.home-product-tabs .owl-carousel .product-label {*/
/*  border-radius: 999px;*/
/*  padding: 6px 10px;*/
/*  font-size: .78rem;*/
/*  font-weight: 700;*/
/*}*/

/*!* dots رنگ‌ها: کمی کوچیک‌تر تو اسلایدر *!*/
/*.home-product-tabs .owl-carousel .product-nav-dots a {*/
/*  width: 10px;*/
/*  height: 10px;*/
/*}*/

/*!* جلوگیری از بریدن سایه داخل stage *!*/
/*.home-product-tabs .owl-carousel .owl-stage-outer {*/
/*  padding: 18px 0; !* فضا برای سایه بالا/پایین *!*/
/*}*/

/*!* کنترل دکمه‌های ناوبری (اگر در 1600 فعال می‌کنی) *!*/
/*.home-product-tabs .owl-carousel .owl-nav button {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border-radius: 999px;*/
/*  background: #fff;*/
/*  box-shadow: 0 10px 24px rgba(0,0,0,.08);*/
/*}*/
/*!* کوتاه‌تر شدن کارت‌ها در سکشن هوم *!*/
/*.home-product-tabs .owl-carousel .product-media{*/
/*  min-height: 150px;*/
/*  padding: 10px;*/
/*}*/

/*.home-product-tabs .owl-carousel .product-image{*/
/*  height: 150px;*/
/*}*/

/*.home-product-tabs .owl-carousel .product-body{*/
/*  padding: 10px 12px 12px;*/
/*}*/

/*!* تیتر 1 خطه (کوتاه‌تر) *!*/
/*.home-product-tabs .owl-carousel .product-title{*/
/*  margin: 6px 0 8px;*/
/*  line-height: 1.7;*/
/*  height: calc(1.7em * 1);     !* 1 line *!*/
/*  overflow: hidden;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 1;*/
/*  -webkit-box-orient: vertical;*/
/*}*/

/*!* ردیف رنگ‌ها و لیبل رنگ رو جمع‌وجورتر کن *!*/
/*.home-product-tabs .owl-carousel .details-filter-row{*/
/*  margin: 4px 0 6px;*/
/*}*/
/*.home-product-tabs .owl-carousel .details-filter-row label{*/
/*  font-size: .85rem;*/
/*}*/
/*.home-product-tabs .owl-carousel .product-nav-dots a{*/
/*  width: 9px;*/
/*  height: 9px;*/
/*}*/

/*!* کمی پهن‌تر دیده شدن کارت: فاصله‌ی بین آیتم‌ها کمتر *!*/
/*.home-product-tabs .owl-carousel .owl-stage-outer{*/
/*  padding: 14px 0;*/
/*}*/
/*.home-product-tabs .owl-carousel{*/
/*  margin: 0 -6px; !* فضا بده تا کارت ها کمی پهن‌تر حس بشن *!*/
/*}*/
/*.home-product-tabs .owl-carousel .item{*/
/*  padding: 0 6px;*/
/*}*/


/* =========================
   Popular Categories (cat-blocks)
   Extracted from demo-4.css
   ========================= */

.cat-blocks-container {
  padding-top: .5rem;
}

/* ستون‌ها خودشون کش بیان تا کارت‌ها هم‌قد بشن */
.cat-blocks-container [class*="col-"] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* خود کارت */
.cat-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  text-decoration: none;
}

/* تصویر */
.cat-block figure {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 1;
  margin: 0;
}

.cat-block figure span {
  position: relative;
}

/* سایه‌ی فیک زیر تصویر */
.cat-block figure span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.2rem;
  left: 45%;
  width: 105%;
  margin-left: -45%;
  height: .3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
  filter: blur(3px);
  opacity: .5;
}

.cat-block img {
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.35s ease;
  display: block;
}

.cat-block:hover img {
  transform: translateY(-14px);
}

.cat-block:hover figure span:after {
  opacity: 1;
}

/* عنوان */
.cat-block-title {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

/* پیشنهاد برای موبایل (اختیاری): فاصله کمتر */
@media (max-width: 575.98px) {
  .cat-block { margin-bottom: 2rem; }
  .cat-block-title { margin-top: 1.2rem; font-size: 1.2rem; }
}

/* پیشنهاد برای دستگاه‌های لمسی (اختیاری): hover خاموش */
@media (hover: none) {
  .cat-block:hover img { transform: none; }
  .cat-block:hover figure span:after { opacity: .5; }
}


/* یک خط شدن سایه‌ها: ناحیه تصویر را ثابت کن */
.cat-block figure{
  height: 120px;          /* می‌تونی 110/130 تست کنی */
  width: 100%;
  justify-content: center;
}

.cat-block figure span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* تصویر داخل قاب، هم‌قد و هم‌خط */
.cat-block img{
  max-height: 110px;      /* کمی کمتر از height figure */
  width: auto;
}

/* سایه دقیقاً روی یک خط ثابت */
.cat-block figure span:after{
  bottom: 6px;            /* به جای مقدار منفی */
}
@media (max-width: 575.98px){
  .cat-block figure{ height: 95px; }
  .cat-block img{ max-height: 85px; }
}
/* =====================================
   FIX CARD & IMAGE SIZE – FINAL SOLUTION
   ===================================== */

/*!* owl item باید کش بیاد *!*/
/*.owl-carousel .item {*/
/*    height: 100%;*/
/*    display: flex;*/
/*}*/

/*!* کارت *!*/
/*.dk-product-card {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    border-radius: 16px;*/
/*    border: 1px solid rgba(0,0,0,.06);*/
/*    overflow: hidden;*/
/*}*/

/* ================= IMAGE ================= */

/*!* باکس تصویر با نسبت ثابت *!*/
/*.dk-product-card .product-media {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    aspect-ratio: 1 / 1;   !* 🔒 قفل نهایی *!*/
/*    background: #f4f4f4;*/
/*    overflow: hidden;*/
/*}*/

/*!* لینک تمام فضا *!*/
/*.dk-product-card .product-media a {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    display: block;*/
/*}*/

/*!* خود تصویر *!*/
/*.dk-product-card .product-media img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;     !* ⬅️ مهم‌ترین خط *!*/
/*    object-position: center;*/
/*    display: block;*/
/*}*/

/* ================= BODY ================= */

.dk-product-card .product-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 12px 14px 14px;
}

/* بالای کارت */
.product-top {
    min-height: 72px;
}

/* عنوان دو خط */
.product-title {
    font-size: 2rem;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* رنگ‌ها – حتی اگر نباشه فضا حفظ می‌شه */
.product-middle {
    min-height: 32px;
    margin-top: 6px;
}

/* پایین کارت همیشه ته */
.product-bottom {
    margin-top: auto;
}

/* قیمت */
.product-price {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

/* ================= LABELS ================= */

.product-label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 12px;
    color: #fff;
}

.label-sale { background: #ef4444; }
.label-new  { background: #22c55e; }

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
    .product-title { font-size: 13px; }
}


/* بنرهای برند صفحه اول */
.dk-home-brand-banner {
  height: 210px;              /* مثل دمو، یکدست */
  overflow: hidden;
  border-radius: 12px;
}

/* لینکِ عکس تمام قد */
.dk-home-brand-banner .dk-banner-link {
  display: block;
  height: 100%;
}

/* عکس داخل بنر: مثل عکس محصول، نه کشیده و نه زشت */
.dk-home-brand-banner .dk-banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;        /* مهم: شبیه دمو */
  object-position: left center;
  padding: 18px 18px 18px 6px; /* فضای متن سمت راست */
  background: transparent;
}

/* اگر لوگو بود، بهتره کوچیک‌تر و تمیزتر نمایش داده شه */
.dk-home-brand-banner .dk-banner-img--logo {
  object-fit: contain;
  max-width: 75%;
  margin-left: 0;
}

/* متن‌ها کمی منظم‌تر */
.dk-home-brand-banner .banner-content {
  right: 24px;
  left: auto;
  max-width: 55%;
}

@media (max-width: 991px) {
  .dk-home-brand-banner { height: 190px; }
  .dk-home-brand-banner .banner-content { max-width: 60%; }
}

/* پس‌زمینه رنگی برای 3 بنر */
.dk-home-brand-banner { background: #f7f7f7; }
.home-brand-col:nth-child(1) .dk-home-brand-banner { background: #fbf5e9; }
.home-brand-col:nth-child(2) .dk-home-brand-banner { background: #eef3ff; }
.home-brand-col:nth-child(3) .dk-home-brand-banner { background: #fdeff2; }



/*=========================================================*/
                    /* بتر تایم داون */
/*=========================================================*/


/* پایه‌ی بنر رادیوس دار */
.banner.banner-rad .bg-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}

/* جایگیری محتوا مثل demo-26 (transform خاموش) */
.banner-rad .banner-content{
  transform: none; /* demo-26 */
}

/* متن بزرگِ وسط (demo-26 اندازه بزرگ داده) */
.banner-rad .banner-text{
  margin-bottom: 1.9rem;
  margin-top: 1.5rem;
  font-size: 4rem; /* demo-26 */
  color: #98a5c3;

}

/* این هم از demo-26: بنرها محتوا راست‌چین/RTL */
.banner .banner-content{
  right: 0; /* demo-26 */
}
.banner.banner-rad .bg-image::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.25); /* می‌تونی کمتر/بیشتر کنی */
}
.banner.banner-rad .banner-content{
  position: relative;
  z-index: 1;
}




/* ===== Demo 26: Product Group (3 ستون لیستی) ===== */

.product-group {
  margin-top: 4.5rem;
}

.product-group .heading.heading-flex {
  margin-bottom: 2.3rem;
}

.product-group .products {
  padding: 1.6rem 0 .2rem 2rem;
  height: calc(100% - 5rem);
  border: .1rem solid #eee;
}

.product-group .product {
  border: none;
}

.product-group .product-label {
  top: 1.5rem;
  right: 3rem;
}

.product-group .product-media {
  min-width: 160px;
}

.product-group .product-body {
  padding: 1.1rem 0 2.8rem 0;
}

.product-group .product-cat,
.product-group .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-group .product-cat {
  margin-bottom: 1px;
  -webkit-line-clamp: 1;
}

.product-group .product-title {
  -webkit-line-clamp: 2;
}

.product-group .ratings,
.product-group .ratings-val {
  letter-spacing: .15em;
}

/* ریسپانسیو (دمو 26) */
@media screen and (max-width: 991px) {
  .product-group .heading.heading-flex {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-group .heading {
    flex-direction: column;
  }
  .product-group .heading .heading-right {
    margin-right: auto;
  }
  .products .product-media {
    min-width: 130px;
  }
}

@media screen and (max-width: 479px) {
  .product-group .title {
    font-size: 1.7rem;
  }
  .title-link {
    font-size: 1rem;
  }
}
.title-link {
  color: #999;
}
.title-link:hover {
  color: #FA523C;
}

/*.product-media > a img {*/
/*  padding: 2rem;*/
/*}*/

/* ===== Festival Countdown ===== */
.banner-countdown{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  direction: rtl;
}

.banner-countdown .cd-box{
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background: #FA523C;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.25);
}

.banner-countdown .cd-num{
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.banner-countdown .cd-label{
  font-size: 12px;
  margin-top: 6px;
  color: rgba(255,255,255,.85);
}

/* ✅ بنر: وسط‌چین کامل (افقی + عمودی) */
.banner.banner-rad .bg-image{
  /* همون background-image رو نگه می‌داری */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  position: relative;

  display: flex;
  align-items: center;      /* وسط عمودی */
  justify-content: center;  /* وسط افقی */
  text-align: center;
}

/* اگر overlay داری اینا رو نگه دار */
.banner.banner-rad .bg-image::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.25);
}

.banner.banner-rad .banner-content{
  position: relative;
  z-index: 1;

  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;      /* وسط افقی آیتم‌ها */
  justify-content: center;  /* وسط عمودی داخل content */
  gap: 10px;
}

/* ✅ ترتیب نمایش باکس‌ها برعکس (روز -> ... -> ثانیه) */
#festival-countdown{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
}


/* index brand */
.brand img{
  max-height: 40px;
  width: auto;
  margin: 0 auto;
  opacity: .8;
}
.brand:hover img{ opacity: 1; }
.brand-text{ font-size: 12px; color: #999; }


/* video */
/* سکشن هرو */
.home-hero{
  position: relative;
  overflow: hidden;

  /* تمام عرض مثل عکس */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  /* ارتفاع مثل بنر اسکرین‌شات (کم و کشیده) */
  height: 520px;
}

/* ویدیو تمام کادر */
.hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* اوورلی برای خوانایی متن */
.home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.35);
  z-index:2;
}

/* متن‌ها روی ویدیو، وسط چین */
.hero-content{
  position: relative;
  z-index: 3;
  height: 100%;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  text-align:center;
  padding: 1rem;
}

/* دقیقا شبیه عکس */
.hero-content h4{
  color:#fff;
  font-size: 2rem;
  opacity:.9;
  margin: 0 0 .6rem 0;
}

.hero-content h3{
  color:#fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* موبایل */
@media (max-width: 768px){
  .home-hero{ height: 320px; }
  .hero-content h3{ font-size: 2rem; }
}

.dk-meta{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.dk-mini-rating{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dk-reviews{
  margin-right: auto;  /* RTL → می‌رود سمت چپ */
  white-space: nowrap;
  font-size: 1.4rem;
  color: #43474e;
}


/*.product-group .row{*/
/*  align-items: stretch;*/
/*  row-gap: 16px;*/
/*}*/

/*.product-group .row > [class*="col-"]{*/
/*  display: flex;*/
/*}*/

/*.dk-mini-products{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.dk-mini-products{*/
/*  border:1px solid #eee;*/
/*  border-radius:10px;*/
/*  padding:6px 12px;*/
/*}*/

/*.dk-mini-product{ padding:10px 0; }*/
/*.dk-mini-sep{ margin:0; border-top:1px solid #f2f2f2; }*/

/*.dk-mini-media{*/
/*  width:110px; flex:0 0 110px;*/
/*  padding:6px;*/
/*}*/

/*.dk-mini-img{*/
/*  width:100px; height:100px;*/
/*  object-fit:contain;*/
/*  display:block;*/
/*}*/

/*.dk-mini-title a{*/
/*  display:-webkit-box;*/
/*  -webkit-line-clamp:2;*/
/*  -webkit-box-orient:vertical;*/
/*  overflow:hidden;*/
/*  line-height:1.6;*/
/*}*/

/*.dk-mini-price .old-price{*/
/*  text-decoration:line-through;*/
/*  color:#999;*/
/*  font-size:.85em;*/
/*  margin-right:8px;*/
/*}*/

/*!* فاصله ستون‌ها کمتر و مرتب‌تر *!*/
/*.product-group .row{ row-gap:16px; }*/

/* --- mini list layout polish --- */
/*.dk-mini-products{*/
/*  border: 1px solid #eee;*/
/*  border-radius: 1px;*/
/*  padding: 8px 12px;*/
/*  height: 100%;*/
/*}*/

/*.dk-mini-product{*/
/*  padding: 12px 0;*/
/*  align-items: center;         !* همه چیز هم‌راستا *!*/
/*  gap: 10px;*/
/*  width: 100%;            !* فاصله تصویر و متن *!*/
/*}*/

/*.dk-mini-media{*/
/*  width: 110px;*/
/*  flex: 0 0 110px;*/
/*  padding: 6px;*/
/*}*/

/*.dk-mini-img{*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  object-fit: contain;*/
/*  display: block;*/
/*}*/

/*!* title: مشکی + بولد *!*/
/*.dk-mini-title a{*/
/*  color: #111 !important;*/
/*  font-weight: 700 !important;*/
/*  font-size: 16px;*/
/*  line-height: 1.7;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 2;*/
/*  -webkit-box-orient: vertical;*/
/*  overflow: hidden;*/
/*  text-decoration: none;*/
/*}*/

/*.dk-mini-title a:hover{*/
/*  color: #000 !important;*/
/*  text-decoration: none;*/
/*}*/

/*!* category smaller + muted *!*/
/*.dk-mini-cat a{*/
/*  color: #777;*/
/*  font-size: 12px;*/
/*  text-decoration: none;*/
/*}*/

/*!* price spacing *!*/
/*.dk-mini-price{*/
/*  display: flex;*/
/*  align-items: baseline;*/
/*  gap: 8px;*/
/*  margin-top: 4px;*/
/*}*/

/*.dk-mini-price .new-price{*/
/*  font-weight: 700;*/
/*}*/

/*.dk-mini-price .old-price{*/
/*  text-decoration: line-through;*/
/*  color: #999;*/
/*  font-size: 12px;*/
/*}*/

/*!* rating tidy *!*/
/*.dk-mini-rating{*/
/*  margin-top: 4px;*/
/*  color: #666;*/
/*  font-size: 12px;*/
/*}*/

/*.dk-mini-sep{*/
/*  margin: 0;*/
/*  border-top: 1px solid #f2f2f2;*/
/*}*/

/*!* ستون‌ها هم قد و مرتب *!*/
/*.product-group .row{*/
/*  row-gap: 16px;*/
/*  align-items: stretch;*/
/*}*/
/*.product-group .row > [class*="col-"]{*/
/*  display: flex;*/
/*}*/

/*!* هدر بالای ستون مرتب *!*/
/*.product-group .heading{*/
/*  width: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  margin-bottom: 8px;*/
/*}*/
/*.product-group .heading .title{*/
/*  font-size: 18px;*/
/*}*/

/*!* ستون‌ها: کارت و تیتر روی هم (نه کنار هم) *!*/
/*.product-group .row{*/
/*  row-gap: 16px;*/
/*  align-items: stretch;*/
/*  justify-content: space-between; !* به جای center *!*/
/*}*/

/*.product-group .row > [class*="col-"]{*/
/*  display: flex;*/
/*  flex-direction: column;   !* <<< این مهمه *!*/
/*  align-items: stretch;*/
/*}*/

/*.dk-mini-rating{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 6px;*/
/*  font-size: 12px;*/
/*  color: #fdf554;*/
/*}*/

/*.dk-mini-star{*/
/*  color:#f5c518;*/
/*  font-size: 13px;*/
/*  line-height: 1;*/
/*}*/

.dk-mini-heading{ justify-content: space-between; }

.dk-mini-products{
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 6px 12px;
  height: 100%;
}

.dk-mini-product{
  padding: 12px 0;
  align-items: center;
  gap: 10px;
}

.dk-mini-media{ width: 110px; flex: 0 0 110px; padding: 6px; }
.dk-mini-img{ width: 100px; height: 100px; object-fit: contain; display: block; }

.dk-mini-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.dk-mini-info{ flex: 1 1 auto; min-width: 0; }

.dk-mini-title a{
  color: #111;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

.dk-mini-cat a{ color:#777; font-size:13px; text-decoration:none; }

.dk-mini-price-wrap{ flex: 0 0 auto; text-align: left; direction: rtl; }
.dk-mini-price{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  white-space: nowrap;
}
.dk-mini-price .new-price{ font-weight: 800; color:#111; font-size:18px}
.dk-mini-price .old-price{ text-decoration: line-through; color:#2a3342; font-size:13px; }

.dk-mini-rating{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}
.dk-mini-star{
  color:#f5c518;
  font-size:13px;
  line-height:1;
  display:inline-block;
  transition: color .18s ease, transform .18s ease, filter .18s ease;
  transform-origin: center;
  filter: drop-shadow(0 0 0 rgba(245, 197, 24, 0));
  cursor: pointer;
}

.dk-mini-star:hover{
  color:#FFD41D;
  transform: translateY(-1px) scale(1.12);
  filter: drop-shadow(0 3px 10px rgba(245, 197, 24, .35));
}

/* برای کیبورد/دسترسی‌پذیری (اگه ستاره لینک/دکمه باشه) */
.dk-mini-star:focus-visible{
  outline: none;
  transform: translateY(-1px) scale(1.12);
  filter: drop-shadow(0 3px 10px rgba(245, 197, 24, .45));
}

.dk-mini-sep{ margin:0; border-top:1px solid #f2f2f2; }


.dk-mini-product{
  position: relative;
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

@media (hover: hover) {
  .dk-mini-product:hover{
    transform: translateY(-2px);                 /* پرش خیلی نرم */
    box-shadow: 0 6px 18px rgba(0,0,0,.06);      /* سایه خیلی ملایم */
  }
}

/* برای اینکه وقتی هاور میشه، hr به هم نریزه */
.dk-mini-sep{
  transition: opacity 180ms ease;
}

@media (hover: hover) {
  .dk-mini-product:hover + .dk-mini-sep{
    opacity: .55;
  }
}

/* برای موبایل هاور رو خاموش کن که عجیب نشه */
@media (hover: none) {
    .dk-mini-product {
        transition: none;
    }
}


.dk-home-brand-banner .banner-content{
  padding-right: 24px;  /* فاصله از راست */
  padding-left: 18px;   /* یه کم از چپ هم */
}
[dir="rtl"] .dk-home-brand-banner .banner-content{
  padding-right: 24px;
  padding-left: 18px;
}

.dk-home-brand-banner{
  position: relative;
}
.dk-home-brand-banner .banner-link{
  position: absolute;
  right: 24px;     /* همون padding-right */
  bottom: 18px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dk-home-brand-banner .banner-content{
  padding-bottom: 46px;  /* جا برای لینک */
}

.dk-home-brand-banner .banner-title{
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* حداکثر 2 خط */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dk-home-brand-banner .banner-subtitle{
  margin-bottom: 6px;
}
@media (max-width: 991.98px){
  .dk-mini-block{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }
  .product-group .row > [class*="col-"]:first-child .dk-mini-block{
    margin-top: 0;
  }

  .dk-mini-heading{
    margin: 0 !important;
    padding: 0 4px;
    position: relative;
    z-index: 2;
  }

  .dk-mini-products{
    margin-top: 0 !important; /* فاصله با gap کنترل میشه */
    position: relative;
    z-index: 1;
  }
}
.dk-product-card .product-media a{
  padding: 0 !important;
}

.dk-product-card img{
  border-radius: 0 !important; /* اگر گردیِ داخلی قاب ساخته */
}

/* =========================
   Home carousel: equal card sizes
   ========================= */

/* owl: stage رو flex کن تا آیتم‌ها هم‌قد بشن */
.tab-content-carousel .owl-carousel .owl-stage {
  display: flex;
}

/* هر owl-item خودش flex بشه و ارتفاع بگیره */
.tab-content-carousel .owl-carousel .owl-item {
  display: flex;
  height: auto;
}

/* wrapper داخلی شما */
.tab-content-carousel .owl-carousel .item {
  display: flex;
  width: 100%;
  height: 100%;
}

/* کارت 100% آیتم را پر کند */
.tab-content-carousel .dk-product-card {
  width: 100%;
  height: 100%;
  display: flex;
}

/* ============== IMAGE FIX ============== */
/* باکس تصویر یک‌دست و تمیز */
.tab-content-carousel .dk-product-card .product-media{
  width: 100%;
  aspect-ratio: 1 / 1;   /* مربع یکدست */
  background: #f5f6f8;   /* اگر نمی‌خوای طوسی باشه اینو transparent کن */
  border-radius: 14px;
  overflow: hidden;
  margin: 10px;          /* مثل نمونه خارجی فاصله از لبه کارت */
  position: relative;
}

/* لینک تمام فضا */
.tab-content-carousel .dk-product-card .product-media > a{
  position: absolute;
  inset: 0;
  display: block;
}

/* خود عکس: مهم‌ترین قسمت برای اینکه کوچیک نشه */
.tab-content-carousel .dk-product-card .product-media img{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;     /* جلوی کوچیک شدن */
  max-height: none !important;
  /*object-fit: cover;               !* پر کن *!*/
  /*object-position: center;*/
  display: block;
}

/* بعضی استایل‌ها باعث میشن عکس وسط بماند و کوچک شود */
.tab-content-carousel .owl-carousel .owl-item img{
  transform: none;
}


/* 1) figure پیش‌فرض margin دارد؛ حذفش */
.dk-product-card .product-media{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important; /* قاب طوسی هم حذف */
  overflow: hidden;
  position: relative;

  /* همون نسبت ثابت که داری */
  aspect-ratio: 1 / 1;
}

/* 2) لینک تمام فضا */
.dk-product-card .product-media > a{
  position: absolute;
  inset: 0;
  display: block;
}

/* 3) خود عکس دقیقاً فیتِ باکس */
.dk-product-card .product-media img{
  width: 100% !important;
  height: 100% !important;

  /*object-fit: cover !important;      !* کلید اصلی *!*/
  /*object-position: center;*/

  max-width: none !important;        /* جلوی کوچیک شدن */
  max-height: none !important;
  display: block;
}
/* =========================
   FORCE FIT image in product card (carousel + normal)
   ========================= */

.tab-content-carousel .dk-product-card .product-media,
.dk-product-card .product-media{
  margin: 0 !important;         /* ← قاب از اینجا میومد */
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;

  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 14px;          /* اگر میخوای گوشه‌ها گرد باشه */
}

/* لینک نباید padding داشته باشه */
.tab-content-carousel .dk-product-card .product-media > a,
.dk-product-card .product-media > a{
  position: absolute;
  inset: 0;
  display: block;
  padding: 0 !important;        /* ← مهم */
  margin: 0 !important;
}

/* خود عکس رو مطلق کن که هیچ چیز روش اثر نذاره */
.tab-content-carousel .dk-product-card .product-media img,
.dk-product-card .product-media img{
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  /*object-fit: cover !important;*/
  /*object-position: center !important;*/

  max-width: none !important;
  max-height: none !important;

  display: block !important;
}
.dk-product-card .product-media{
  padding: 10px;              /* فاصله داخل قاب */
  background: #f5f6f8;
  border-radius: 14px;
}

.dk-product-card .product-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;        /* گوشه‌ی خود عکس */
}


.dk-product-card .dk-chip--oos{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,0,0,.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.dk-product-card.is-oos .product-media img{
  filter: grayscale(.25) brightness(.92);
}
/* =========================
  END  Product carousel: equal card sizes
   ========================= */

/* =========================
   Error Pages (400/403/404/500/504)
   ========================= */

.error-content {
  min-height: calc(80vh - 90px); /* اگر هدر/فوتر داری، این عدد رو تنظیم کن */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.error-content .container {
  max-width: 720px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* ===== Error Page: image بدون کادر/کارت ===== */
.error-image{
  width: min(420px, 100%);
  height: auto;
  display: block;
  margin: 0 auto 0.75rem;
  border-radius: 0 !important;   /* کادر گرد حذف */
  box-shadow: none !important;   /* سایه حذف */
  background: transparent !important;
}

/* اگر تصویر داخل یک wrapper/کارت قرار گرفته (مثل .error-image-wrap یا figure) */
.error-image-wrap,
.error-media,
.error-thumb,
figure.error-image-wrap{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}


/* تیتر */
.error-title {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  font-size: clamp(26px, 4vw, 44px);
  letter-spacing: -0.2px;
}

/* متن */
.error-text {
  margin: 0;
  max-width: 55ch;
  line-height: 1.9;
  font-size: clamp(14px, 1.6vw, 18px);
  opacity: 0.85;
}

/* دکمه */
.btn-home{
  background: #ff6a00;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

/* هاور */
.btn-home:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,0,0,0.14);
  filter: brightness(0.95);
}

/* فوکوس برای دسترسی‌پذیری */
.btn-home:focus {
  outline: none;
}

.btn-home:focus-visible{
  outline: 3px solid rgba(255,106,0,0.35);
  outline-offset: 3px;
}

/* موبایل: فاصله‌ها کمتر، تصویر جمع‌وجورتر */
@media (max-width: 576px) {
  .error-content {
    min-height: calc(100vh - 90px);
    padding: 1.25rem 0;
  }

  .error-image {
    border-radius: 14px;
  }

  .btn-home {
    width: 100%;
    max-width: 320px;
  }
}

.dk-field-invalid input,
.dk-field-invalid select,
.dk-field-invalid textarea,
.dk-field-invalid .form-control {
  border-color: #dc3545;
}

.dk-field-invalid input:focus,
.dk-field-invalid select:focus,
.dk-field-invalid textarea:focus,
.dk-field-invalid .form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

/* فرم گیرنده - ظاهر کلی */
.dk-form {
  direction: rtl;
  text-align: right;
}

.dk-label {
  margin-top: 1rem;
  margin-right: 2rem;
  font-weight: 700;
  font-size: 15px;
  color: #222;
}

/* باکس پیام‌های بالای فرم */
.dk-form-alerts {
  margin-bottom: 14px;
}

.dk-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
  margin-bottom: 10px;
}

.dk-alert-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
  font-size: 16px;
  margin-top: 2px;
}

.dk-alert-title {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 2px;
}

.dk-alert-text {
  font-size: 14px;
  line-height: 1.9;
}

/* رنگ‌بندی بر اساس level_tag های messages */
.dk-alert-error,
.dk-alert-danger {
  border-color: rgba(220,53,69,.28);
  background: rgba(220,53,69,.08);
}
.dk-alert-error .dk-alert-icon,
.dk-alert-danger .dk-alert-icon {
  background: rgba(220,53,69,.15);
  color: #dc3545;
}

.dk-alert-warning {
  border-color: rgba(255,193,7,.35);
  background: rgba(255,193,7,.12);
}
.dk-alert-warning .dk-alert-icon {
  background: rgba(255,193,7,.22);
  color: #b58100;
}

.dk-alert-success {
  border-color: rgba(25,135,84,.25);
  background: rgba(25,135,84,.10);
}
.dk-alert-success .dk-alert-icon {
  background: rgba(25,135,84,.18);
  color: #198754;
}

.dk-alert-info {
  border-color: rgba(13,110,253,.22);
  background: rgba(13,110,253,.10);
}
.dk-alert-info .dk-alert-icon {
  background: rgba(13,110,253,.16);
  color: #0d6efd;
}

/* فیلد و ارور زیر فیلد */
.dk-field input,
.dk-field select,
.dk-field textarea,
.dk-field .form-control {
  font-size: 15px;
  padding: 10px 12px;
  border-radius: 12px;
}

.dk-field-error {
  margin-top: 6px;
  margin-right: 2rem;
  font-size: 13.5px;
  font-weight: 600;
  color: #dc3545;
  line-height: 1.8;
}

/* هایلایت فیلد خطادار (شیک‌تر از border ساده) */
.dk-field-invalid input,
.dk-field-invalid select,
.dk-field-invalid textarea,
.dk-field-invalid .form-control {
  border-color: rgba(220,53,69,.75) !important;
  box-shadow: 0 0 0 .18rem rgba(220,53,69,.12);
}

/* نمایش شماره موبایل به شکل Readonly */
.dk-readonly {
  margin-right: 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9fa;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 10px 12px;
}

.dk-readonly-text {
  font-weight: 800;
  letter-spacing: .5px;
  font-size: 15px;
  color: #222;
}

.dk-readonly-badge {
  font-size: 12px;
  font-weight: 800;
  color: #198754;
  background: rgba(25,135,84,.12);
  border: 1px solid rgba(25,135,84,.18);
  padding: 4px 8px;
  border-radius: 999px;
}
/* موبایل مثل input هم‌قد شود */
.dk-readonly-field .dk-readonly {
  height: 44px;              /* اگر inputهای تو 44px هستند */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: #f8f9fa;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
}

.dk-readonly-text {
  font-weight: 800;
  font-size: 15px;
  color: #222;
}

.dk-readonly-badge {
  font-size: 12px;
  font-weight: 800;
  color: #198754;
  background: rgba(25,135,84,.12);
  border: 1px solid rgba(25,135,84,.18);
  padding: 4px 8px;
  border-radius: 999px;
}
/* اینو با input های خودت ست می‌کنیم */
.dk-phone-like-input{
  height: 44px;                 /* اگر input هایت 44px نیست، پایین توضیح دادم */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  box-sizing: border-box;
}

/* ارزش/شماره */
.dk-phone-value{
  font-weight: 800;
  font-size: 15px;
  color: #222;
  letter-spacing: .5px;
}

/* badge */
.dk-phone-badge{
  font-size: 12px;
  font-weight: 800;
  color: #198754;
  background: rgba(25,135,84,.12);
  border: 1px solid rgba(25,135,84,.18);
  padding: 4px 10px;
  border-radius: 999px;
}

.dk-active-filters{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.dk-filters-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.dk-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #e6eaf2;
  background:#f8fafc;
  font-size:12.5px;
  line-height:1;
}

.dk-chip-label{ color:#6b7280; }
.dk-chip-value{ color:#111827; font-weight:600; }

.dk-chip-x{
  display:inline-flex;
  width:20px;
  height:20px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid #d7dde8;
  color:#6b7280;
  text-decoration:none;
  font-weight:700;
  line-height:1;
}
.dk-chip-x:hover{
  background:#fff;
  border-color:#bfc8d8;
  color:#111827;
}

.dk-clear-all{
  font-size:12.5px;
  color:#6b7280;
  text-decoration:none;
  padding:6px 10px;
  border-radius:10px;
  border:1px solid transparent;
}
.dk-clear-all:hover{
  color:#111827;
  border-color:#e6eaf2;
  background:#fff;
}
