@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {
    --base: #E71D25;
    --hover: #000;
    --black: #1D1B20;
    --white: #fff;
    --ff: "Josefin Sans", sans-serif;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: var(--ff);
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff);
    font-weight: 700;
}

a,
a:hover {
    font-family: var(--ff);
    text-decoration: none !important;
}

.section_padding {
    padding: 100px 0;
}

.btn-link {

    &:focus,
    &:active {
        text-decoration: none;
    }
}

/* Custom select dropdown item
============================== */
.custom_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    background-color: #D9D9D9;
    background: #D9D9D9 url('../images/arrow.png') no-repeat right 10px center !important;
    background-size: 12px;
    cursor: pointer;

    &.refund_method {
        background-color: var(--base);
        background: var(--base) url('../images/arrow_white.png') no-repeat right 10px center !important;
        color: white !important;

        &:hover,
        &:focus,
        &:active {
            background: var(--base) url('../images/arrow_white.png') no-repeat right 10px center !important;
            color: white !important;
        }

        option {
            background-color: #D9D9D9;
        }
    }
}

.custom_select:hover,
.custom_select:focus,
.custom_select:active {
    background: #D9D9D9 url('../images/arrow.png') no-repeat right 10px center !important;
    background-size: 12px;
    outline: none;
}

select::-ms-expand {
    display: none;
}

select {
    option {
        &:hover {
            background:
        }
    }
}


input[type="checkbox"] {
    -webkit-appearance: none;
    /* For WebKit browsers */
    -moz-appearance: none;
    /* For Firefox */
    appearance: none;
    /* Reset appearance for other browsers */
    width: 15px;
    height: 15px;
    border: 2px solid #d00;
    /* Red border */
    background-color: white;
    cursor: pointer;
}

/* Checked state - add a background color and checkmark */
input[type="checkbox"]:checked {
    background-color: red;
}

/* Optional: add a checkmark with CSS */
input[type="checkbox"]:checked::after {
    content: '\2714';
    /* Unicode character for checkmark */
    color: white;
    font-size: 9px;
    display: block;
    text-align: center;
}

/* Custom Radio Button
======================== */
/* Hide the default radio button */
.custom-radio input[type="radio"] {
    display: none;
}

/* Create the outer circle */
.custom-radio .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid red;
    border-radius: 50%;
    position: relative;
}

/* Create the inner filled circle when the radio button is checked */
.custom-radio input[type="radio"]:checked+.checkmark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}





/*Mega Menu Start
=====================*/
.custom_mega_menu {
    border: 1px solid #eee;
    background: #F3F3F3;
    z-index: 100;
    display: none;
    border-radius: 0px 0px 12px 12px;
    padding: 40px 40px 30px 40px;
    width: calc(100% - 30px);
}

.mega_menu h5 {
    margin-bottom: 20px;
    color: var(--base);
}

.mega_menu ul {
    list-style: none;
    padding: 0px;
}

.mega_menu ul li a .icon {
    width: 40px;
    overflow: hidden;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #D9D9D9;
    margin-right: 10px;
}

.mega_menu ul li a .icon img {
    width: 20px;
}

.mega_menu ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    margin-bottom: 8px;
    transition: .5s;
}


.mega_menu ul li a:hover {
    color: var(--base);
}

/*Mega Menu End
==========================*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-type-image.fancybox-opened {
    width: 740px !important;
    height: 740px !important;
    top: 35px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.fancybox-skin {
    width: 100% !important;
    height: 100% !important;
}

.fancybox-inner {
    width: 100% !important;
    height: 100% !important;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(/images/fancybox_sprite.png?783d4031fe50c3d83c960911e1fbc705);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/images/fancybox_loading.gif?328cc0f6c78211485058d460e80f4fa8) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/images/blank.gif?aea2fa668453e23c431649801e5ea548);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    /*background: url(/images/fancybox_overlay.png?77aeaa52715b898b73c74d68c630330e);*/
    background: rgba(255, 255, 255, .9);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(/images/fancybox_sprite@2x.png?ed9970ce22242421e66ff150aa97fe5f);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(/images/fancybox_loading@2x.gif?f92938639fa894a0e8ded1c3368abe98);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


/* Slider */
.slick-loading .slick-list {
    background: #fff url(/images/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475);
    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475?#iefix) format('embedded-opentype'), url(/fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format('woff'), url(/fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format('truetype'), url(/fonts/slick.svg?526d7fdf63614222d376257221e8b754#slick) format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/left.png');
    background-size: contain;
    background-repeat: no-repeat;
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/right.png');
    background-size: contain;
    background-repeat: no-repeat;
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}


.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}





.swatch-primary {
    color: #212529;
}

.swatch-secondary {
    color: #fff;
}

.swatch-success {
    color: #fff;
}

.swatch-info {
    color: #fff;
}

.swatch-warning {
    color: #212529;
}

.swatch-danger {
    color: #fff;
}

.swatch-light {
    color: #212529;
}

.swatch-dark {
    color: #fff;
}



.date-tag {
    background-color: #fff;
    z-index: 2;
    left: 10px;
    font-size: 0.875rem;
    color: #212529;
    font-weight: 600;
    border-radius: 0;
    position: absolute;
    top: 10px;
    min-width: 40px;
    text-align: center;
}

.discount {
    background-color: #dc3545;
    color: #fff;
}

.new-tag {
    background-color: #479af1;
    color: #fff;
}

.featured-tag {
    background-color: #28a745;
    color: #fff;
}

html.boxed body {
    margin: 0 auto;
    box-shadow: 0 4px 30px rgba(51, 51, 51, 0.1);
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


@media only screen and (min-width: 1200px) {
    html.boxed body {
        max-width: 1200px;
    }

    html.boxed #stickyHeader {
        max-width: 1200px;
    }

    .container {
        max-width: 1200px;
    }
}

a {
    transition: 0.5s !important;
    line-height: 1.5;
    letter-spacing: 1px;
}



.tabs-content .tab-content .product {
    padding-bottom: 0;
}

.pro-blog .general-product .product {
    padding-bottom: 0;
}

.product-content .general-product .product-carousel-js .product {
    padding-bottom: 0;
}

.pro-content .product {
    padding-top: 30px;
}

.badge-counter {
    position: absolute;
    right: 6px;
    top: 19px;
    height: 12px;
    min-width: 12px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.pro-content .pro-heading-title {
    padding-bottom: 30px;
}

.pro-content .pro-heading-title h2 {
    font-family: var(--ff);
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.pro-content .pro-heading-title p {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

.page-heading-title {
    margin-top: -7px;
    padding-bottom: 35px;
}

.page-heading-title h2 {
    font-family: var(--ff);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.product article .badges {
    position: absolute;
    top: 10px;
    left: 10px;
}



.badges .badge {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 2px 7px 2px 7px;
    min-width: 40px;
    text-align: center;
}

.pro-options .color-selection,
.pro-options .size-selection {
    margin-bottom: 15px;
}

.pro-options .color-selection h4,
.pro-options .size-selection h4 {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.pro-options .color-selection h4 b,
.pro-options .size-selection h4 b {
    font-weight: 700;
    color: #111;
}

.pro-options .color-selection ul,
.pro-options .size-selection ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.pro-options .color-selection ul li,
.pro-options .size-selection ul li {
    margin-right: 10px;
    margin-left: 4px;
}

.pro-options .color-selection ul li.active a,
.pro-options .size-selection ul li.active a {
    outline-color: var(--base);
}

.pro-options .color-selection ul li a,
.pro-options .size-selection ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    outline-width: 2px;
    outline-style: solid;
    outline-color: transparent;
    outline-offset: 2px;
    font-size: 1rem;
    color: #111;
}

.pro-options .color-selection ul li a:hover,
.pro-options .size-selection ul li a:hover {
    outline-color: var(--base);
}

.pro-options .color-selection ul li .green,
.pro-options .size-selection ul li .green {
    background-color: lightblue;
}

.pro-options .color-selection ul li .red,
.pro-options .size-selection ul li .red {
    background-color: lightgreen;
}

.pro-options .color-selection ul li .yellow,
.pro-options .size-selection ul li .yellow {
    background-color: lightcoral;
}

.pro-options .size-selection ul li a {
    outline-color: #dee2e6;
    height: 26px;
    width: 26px;
    line-height: 20px;
}

.badge {
    line-height: 1.5;
}



select option {
    font-size: 0.875rem;
    color: #111;
}

select:focus {
    box-shadow: none;
}

.select-control {
    float: left;
}


.form-control:focus {
    z-index: 0 !important;
    box-shadow: none;
    border: 1px solid #dee2e6;
}

.btn-google {
    background-color: #de4e33;
    color: #fff;
}

.btn-google:hover,
.btn-google:focus {
    background-color: #d53f22;
    color: #fff;
}

.btn-facebook {
    background-color: #3a599c;
    color: #fff;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #334e89;
    color: #fff;
}

.btn-twitter {
    background-color: #1aa9e1;
    color: #fff;
}

.btn-twitter:hover,
.btn-twitter:focus {
    background-color: #1798ca;
    color: #fff;
}

ul li .dropdown-item.active,
ul li .dropdown-item:active {
    background-color: transparent;
    color: initial;
}

ul li a:focus {
    outline: none;
}

h1 {
    font-size: 1.325rem;
    letter-spacing: 0.5px;
}

.heading {
    margin-bottom: 15px;
}

.heading hr {
    border-color: var(--black) !important;
}

.heading h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.heading h2 small {
    float: right;
    font-size: 1rem;
    line-height: 28px;
}

.heading h2 small a:hover {
    color: #6c757d;
    text-decoration: none;
}

.item-quantity {
    width: 100px;
    height: 44px;
}

.item-quantity input {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: none;
    font-size: 0.875rem;
    font-weight: 800;
    height: 100%;
}

.item-quantity .input-group-btn {
    float: left;
    width: 30px;
}

.item-quantity .input-group-btn button {
    display: block;
    height: 21px;
    padding: 0 10px;
    font-size: 10px;
    border: 1px solid #dee2e6;
}

.padding-r0 {
    padding-right: 0;
}

nav[aria-label=breadcrumb] {
    background-color: #dbdbdb;
}

nav[aria-label=breadcrumb] .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
    font-size: 0.875rem;
    color: #6c757d;
}

nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
    color: var(--base);
}

nav[aria-label=breadcrumb] .breadcrumb .active::before {
    content: "\F101" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-top: 2px;
}

.notifications {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 190px;
    background-color: black;
    margin-left: -95px;
    color: white;
    padding: 20px;
    text-align: center;
}

.switecher-new {
    z-index: 100;
    position: fixed !important;
    right: 0;
    top: 250px;
}

.switecher-new .dropdown-menu {
    padding: 15px;
    margin: 0 !important;
    transform: translate3d(-209px, 40px, 0px) !important;
    -webkit-animation: animationcartmenu ease 0.5s;
    animation: animationcartmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-color: #fff;
}

.switecher-new .dropdown-toggle {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #212529;
}

.switecher-new .dropdown-toggle::after {
    display: none;
}

.switecher-new a {
    display: block;
    text-align: left;
    float: left;
    width: 210px;
    margin-bottom: 15px;
}

.switecher-new a.active .toggle {
    background-color: #daf4ef;
    border-color: var(--base);
    text-align: right;
}

.switecher-new a.active .toggle .circle {
    border-color: var(--base);
    background-color: #fff;
    right: 0;
    left: auto;
}

.switecher-new .text {
    float: left;
    font-size: 0.9rem;
}

.switecher-new .toggle {
    float: right;
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 11px;
    width: 48px;
    min-width: 48px;
    height: 22px;
    line-height: 0;
    padding: 0 3px;
    text-align: left;
    transition: 0.2s linear;
}

.switecher-new .toggle .circle {
    display: inline-block;
    width: 20px;
    height: 14px;
    position: relative;
    top: 3px;
    background-color: transparent;
    border: 2px solid #777;
    border-radius: 10px;
}

.switecher-new .swicher-color {
    float: left;
}

.switecher-new .swicher-color .text {
    float: left;
    width: 100%;
}

.switecher-new .swicher-color ul {
    padding-left: 0;
    margin-bottom: 0;
}

.switecher-new .swicher-color ul li {
    float: left;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.switecher-new .swicher-color ul li a {
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    outline-width: 2px;
    outline-style: solid;
    outline-color: transparent;
    outline-offset: 2px;
}

.switecher-new .swicher-color ul li a:hover {
    outline-color: #fff;
}

.switecher-new .swicher-color ul li a #sprite1 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) 0 0;
}

.switecher-new .swicher-color ul li a #sprite2 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -30px 0;
}

.switecher-new .swicher-color ul li a #sprite3 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -60px 0;
}

.switecher-new .swicher-color ul li a #sprite4 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -90px 0;
}

.switecher-new .swicher-color ul li a #sprite5 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -120px 0px;
}

.switecher-new .swicher-color ul li a #sprite6 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -150px 0px;
}

.switecher-new .swicher-color ul li a #sprite7 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -180px 0px;
}

.switecher-new .swicher-color ul li a #sprite8 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) 0px -31px;
}

.switecher-new .swicher-color ul li a #sprite9 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -30px -31px;
}

.switecher-new .swicher-color ul li a #sprite10 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -60px -31px;
}

.switecher-new .swicher-color ul li a #sprite11 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -90px -31px;
}

.switecher-new .swicher-color ul li a #sprite12 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -120px -31px;
}

.switecher-new .swicher-color ul li a #sprite13 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -150px -31px;
}

.switecher-new .swicher-color ul li a #sprite14 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -180px -31px;
}

.switecher-new .swicher-color ul li a #sprite15 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) 0px -61px;
}

.switecher-new .swicher-color ul li a #sprite16 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -30px -61px;
}

.switecher-new .swicher-color ul li a #sprite17 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -60px -61px;
}

.switecher-new .swicher-color ul li a #sprite18 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -90px -61px;
}

.switecher-new .swicher-color ul li a #sprite19 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -120px -61px;
}

.switecher-new .swicher-color ul li a #sprite20 {
    width: 20px;
    height: 20px;
    background: url(/images/colors.png?8f81e1436b929fb487668ec2d97ada26) -150px -61px;
}

.switecher-new .swicher-color ul li.active a {
    outline-color: #fff;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    background: var(--base);
    color: #fff;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 6px;
}

#back-to-top:hover {
    background: var(--base);
}

#back-to-top.show {
    opacity: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--base);
}

.list-group .list-group-item {
    padding: 0;
}

.list-group .list-group-item .nav-link .fas {
    color: #6c757d;
    width: 20px;
    text-align: center;
    margin-right: 7px;
}

.header-area .cart-header .shopping-cart {
    left: 1px;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.ratings {
    border: none;
    float: left;
}

.ratings>input {
    display: none;
}

.ratings>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\F005";
}

.ratings>.half:before {
    content: "\F089";
    position: absolute;
}

.ratings>label {
    color: #ddd;
    float: right;
    margin-bottom: 0;
}

/**** CSS Magic to Highlight Stars on Hover ****/

.ratings>input:checked~label,
.ratings:not(:checked)>label:hover,
.ratings:not(:checked)>label:hover~label {
    color: var(--base);
}

.ratings>input:checked+label:hover,
.ratings>input:checked~label:hover,
.ratings>label:hover input:checked label,
.ratings>input:checked label:hover label {
    color: var(--base);
}

.disabled-ratings>label:before {
    margin: 5px 0px 0 xp;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\F005";
}

.disabled-ratings>label {
    color: #ddd;
    float: none;
}

.disabled-ratings label.active {
    color: var(--base);
}

.bodyrtl .disabled-ratings>label {
    margin-right: -5px;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.se-pre-con .pre-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.se-pre-con .pre-loader p {
    margin-top: 5px;
}

.se-pre-con .loaderpage {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

.la-line-scale,
.la-line-scale>div {
    position: relative;
    box-sizing: border-box;
}

.la-line-scale {
    display: block;
    font-size: 0;
    color: #343a40;
}

.la-line-scale.la-dark {
    color: #333;
}

.la-line-scale>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale {
    width: 40px;
    height: 32px;
}

.la-line-scale>div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s infinite ease;
    animation: line-scale 1.2s infinite ease;
}

.la-line-scale>div:nth-child(1) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.la-line-scale>div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.la-line-scale>div:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.la-line-scale>div:nth-child(4) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.la-line-scale>div:nth-child(5) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.la-line-scale.la-sm {
    width: 20px;
    height: 16px;
}

.la-line-scale.la-sm>div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-2x {
    width: 80px;
    height: 64px;
}

.la-line-scale.la-2x>div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-3x {
    width: 120px;
    height: 96px;
}

.la-line-scale.la-3x>div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * Animation
 */

@-webkit-keyframes line-scale {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
    }
}

@keyframes line-scale {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
    }
}

.slider-for .iframe {
    width: 100%;
    height: 440px;
}

.animation-s1 {
    /* Zoom In #1 */
}

.animation-s1 .group-banners .banner-image img {
    transform: scale(1);
    transition: 0.8s ease-in-out;
}

.animation-s1 .group-banners .banner-image:hover img {
    transform: scale(1.1);
}

.animation-s1 .categories-content .categories-image {
    overflow: hidden;
    transform: scale(1);
    transition: 0.8s ease-in-out;
}

.animation-s1 .categories-content .categories-image:hover img {
    transform: scale(1.1);
    transition: 0.8s ease-in-out;
}

.animation-s1 .pro-main .banner-image img {
    transform: scale(1);
    transition: 0.8s ease-in-out;
}

.animation-s1 .pro-main .banner-image:hover img {
    transform: scale(1.1);
}

.animation-s1 .banner-category img {
    transform: scale(1);
    transition: 0.8s ease-in-out;
}

.animation-s1 .banner-category:hover img {
    transform: scale(1.1);
}

.animation-s1 .full-width-banner .banner-image img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.animation-s1 .full-width-banner .banner-image:hover img {
    transform: scale(1.2);
}

.animation-s1 .full-screen-banner .banner-image img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.animation-s1 .full-screen-banner .banner-image:hover img {
    transform: scale(1.2);
}

.animation-s1 .cat-thumb {
    overflow: hidden;
    position: relative;
}

.animation-s1 .cat-thumb img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.animation-s1 .cat-thumb:hover img {
    transform: scale(1.2);
}

.animation-s2 {
    /* Flashing */
}

.animation-s2 .group-banners .banner-image:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.animation-s2 .categories-content .categories-image:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.animation-s2 .full-width-banner .banner-image:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.animation-s2 .full-screen-banner .banner-image:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.animation-s2 .cat-thumb:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.animation-s3 {
    /* Shine */
}

.animation-s3 .group-banners .banner-image {
    position: relative;
}

.animation-s3 .group-banners .banner-image::before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.animation-s3 .group-banners .banner-image:hover::before {
    -webkit-animation: shine 0.95s;
    animation: shine 0.95s;
}

.animation-s3 .categories-content .categories-image {
    position: relative;
}

.animation-s3 .categories-content .categories-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.animation-s3 .categories-content .categories-image:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.animation-s3 .full-width-banner .banner-image {
    position: relative;
}

.animation-s3 .full-width-banner .banner-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.animation-s3 .full-width-banner .banner-image:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.animation-s3 .full-screen-banner .banner-image {
    position: relative;
}

.animation-s3 .full-screen-banner .banner-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.animation-s3 .full-screen-banner .banner-image:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.animation-s3 .cat-thumb {
    overflow: hidden;
    position: relative;
}

.animation-s3 .cat-thumb::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.animation-s3 .cat-thumb:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.animation-s5 {
    /* Opacity #2 */
}

.animation-s5 .group-banners .banner-image img {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.animation-s5 .group-banners .banner-image:hover img {
    opacity: 0.5;
}

.animation-s5 .categories-content .categories-image img {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.animation-s5 .categories-content .categories-image:hover img {
    opacity: 0.5;
}

.animation-s5 .full-width-banner .banner-image img {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.animation-s5 .full-width-banner .banner-image:hover img {
    opacity: 0.5;
}

.animation-s5 .full-screen-banner .banner-image img {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.animation-s5 .full-screen-banner .banner-image:hover img {
    opacity: 0.5;
}

.animation-s5 .cat-thumb img {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.animation-s5 .cat-thumb:hover img {
    opacity: 0.5;
}

.animation-s4 {
    /* Circle */
}

.animation-s4 .group-banners .banner-image {
    position: relative;
}

.animation-s4 .group-banners .banner-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.animation-s4 .group-banners .banner-image:hover::before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
}

.animation-s4 .categories-content .categories-image {
    position: relative;
}

.animation-s4 .categories-content .categories-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.animation-s4 .categories-content .categories-image:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.animation-s4 .full-width-banner .banner-image {
    position: relative;
}

.animation-s4 .full-width-banner .banner-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.animation-s4 .full-width-banner .banner-image:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.animation-s4 .full-screen-banner .banner-image {
    position: relative;
}

.animation-s4 .full-screen-banner .banner-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.animation-s4 .full-screen-banner .banner-image:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.animation-s4 .cat-thumb {
    position: relative;
    overflow: hidden;
}

.animation-s4 .cat-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.animation-s4 .cat-thumb:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-webkit-keyframes animationmenu {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0px, -10px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0px, 0px);
    }
}

@keyframes animationmenu {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0px, -10px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationselect {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0px, -20px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0, 50px);
    }
}

@keyframes animationselect {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0px, -20px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0, 50px);
    }
}

@-webkit-keyframes animationcartmenu {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        top: -10px;
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 0;
    }
}

@keyframes animationcartmenu {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        top: -10px;
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes imageScroll {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@keyframes imageScroll {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes slidedown {
    0% {
        transform: translateY(-24rem);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform-origin: top bottom;
    }

    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
}

@keyframes slidedown {
    0% {
        transform: translateY(-24rem);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform-origin: top bottom;
    }

    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.aa {
    opacity: 1;
    transform: translateZ(0);
    transition-timing-function: ease;
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}

/* newsletter animate */

@-webkit-keyframes news-ani {
    from {
        top: 0px;
    }

    to {
        top: 50%;
    }
}

@keyframes news-ani {
    from {
        top: 0px;
    }

    to {
        top: 50%;
    }
}

/* Animation */

@-webkit-keyframes fadeInUp {
    from {
        transform: translateY(40px);
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(40px);
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    transform: translateY(40px);
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes Animationlookbook {
    from {
        box-shadow: 0 0 0 0 #d4d4d4;
    }

    to {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    }
}

@keyframes Animationlookbook {
    from {
        box-shadow: 0 0 0 0 #d4d4d4;
    }

    to {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    }
}

a,
.btn-link {
    transition: 0.4s;
}

a:hover,
.btn-link:hover {
    text-decoration: none;
    color: var(--base);
}

/*.btn {*/
/*  padding: 0.6rem 1.8rem;*/
/*}*/

.btn:focus {
    box-shadow: none !important;
}

.btn-secondary:hover {
    background-color: var(--base);
}

.btn-secondary:before {
    background-color: #000;
}

.btn-primary:hover {
    background-color: #fff;
}

.btn-primary:before {
    background-color: #e6e6e6;
}

.btn-light:hover {
    background-color: #e9ecef;
}

.btn-light:before {
    background-color: #cbd3da;
}

.swipe-to-top {
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.4s;
    overflow: hidden;
}

.swipe-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 50% -100%;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.swipe-to-top:hover:before,
.swipe-to-top:focus:before,
.swipe-to-top:active:before {
    transform: scaleY(1);
}

.btn-google {
    background-color: #6c757d;
    color: #fff;
    transition: 0.4s;
}

.btn-google:hover,
.btn-google:focus {
    background-color: #d53f22;
    color: #fff;
}

.btn-facebook {
    background-color: #6c757d;
    color: #fff;
    transition: 0.4s;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #334e89;
    color: #fff;
}

.btn-twitter {
    background-color: #6c757d;
    color: #fff;
    transition: 0.4s;
}

.btn-twitter:hover,
.btn-twitter:focus {
    background-color: #1798ca;
    color: #fff;
}

.categories-panel {
    padding: 0;
    border: none;
}

.categories-panel .dropdown-submenu {
    position: relative;
}

.categories-panel .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.categories-panel .dropdown:hover>.dropdown-menu {
    display: block;
}

.categories-panel ul {
    width: 100%;
}

.categories-panel ul .nav-item {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.categories-panel ul .nav-item .fas {
    position: absolute;
    right: 0;
    font-size: 20px;
    margin-right: 10px;
    color: #ced4da;
    cursor: pointer;
}

.categories-panel ul .nav-item a {
    font-size: 14px;
    font-weight: 600;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    color: #212529 !important;
    padding-bottom: 8.1px;
    transition: color 0.4s;
}

.categories-panel ul .nav-item a:hover {
    color: var(--base) !important;
    padding-left: 25px !important;
}

.categories-panel ul .nav-item a img {
    width: 16px;
    margin-right: 7px;
}

.categories-panel ul .nav-item .dropdown-item::before {
    left: 10px;
}

.categories-panel ul .nav-item .dropdown-menu {
    -webkit-animation: animationmenu ease 0.5s;
    animation: animationmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0;
    padding: 0;
    border-color: #dee2e6;
    border-top: none;
    border-bottom: none;
    width: 250px;
}

.categories-panel ul .nav-item .dropdown-menu .dropdown-item {
    padding: 0.5rem;
}

.newsletter-fix {
    transform: translateX(-100px);
    position: fixed;
    left: 0;
    z-index: 2;
    opacity: 1;
    display: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    text-align: center;
    font-weight: 600;
    font-family: var(--ff);
    padding: 0px 10px 3px 10px;
    margin-top: -60px;
    -webkit-animation: news-ani 1.2s forwards;
    animation: news-ani 1.2s forwards;
    transition: 1.2s ease-in-out;
}

.newsletter-fix span {
    opacity: 0;
}

.newsletter-fix .fas {
    margin-top: 5px;
    font-size: 1rem;
}

.newsletter-fix:hover {
    transform: translateX(0px);
    transition: 0.4s ease-in-out;
}

.newsletter-fix:hover span {
    opacity: 1;
}

.modal {
    padding-right: 0;
}

.modal .modal-dialog .modal-body .close {
    outline: none;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    top: 5px;
    right: 12px;
}

#newsletterModal .modal-body {
    background-color: #fff;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0;
}

#newsletterModal .modal-body .promo-box {
    padding: 30px 0 30px 15px;
    text-align: center;
    z-index: 999;
}

#newsletterModal .modal-body .promo-box .text-01 {
    z-index: 999;
    font-family: var(--ff);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 5px;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#newsletterModal .modal-body .promo-box .text-03 {
    z-index: 999;
    font-size: 1rem;
    color: #000;
    margin-bottom: 15px;
    line-height: 28px;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vab {
    -webkit-animation: Animationlookbook 0.5s ease-out infinite;
    animation: Animationlookbook 0.5s ease-out infinite;
}

@media only screen and (max-width: 767px) {
    .modal .modal-dialog {
        z-index: 25;
        margin: 0;
        width: calc(100% - 1rem);
    }

    .modal .modal-dialog .modal-body {
        z-index: 25;
    }

    .modal .modal-dialog .pro-image {
        display: none;
    }

    #newsletterModal .promo-box {
        padding: 30px 0 30px 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #newsletterModal .promo-box {
        padding: 15px 0px 0 15px;
    }

    #newsletterModal .promo-box .text-01 {
        font-size: 34px;
        line-height: 40px;
    }

    .modal .modal-dialog {
        width: 98%;
        max-width: 700px;
    }
}

#pixlee_container {
    width: 100% !important;
    margin: 0 15px;
}

#pixlee_container iframe {
    height: 175px !important;
    width: 100% !important;
}

#pixlee_container a {
    display: none !important;
}

#pixlee_container::after {
    content: "";
    position: absolute;
    width: 92%;
    bottom: 0;
    background-color: white;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pixlee_container #widget #tap2shop_widget .tap2shop_frame .clearfix .tap2shop_photo_block .custom_call_to_action_anchor .img_holder {
    cursor: pointer !important;
}

#pixlee_container a#powered_by_pixlee21e087a8-fc68-87d1-9114-cc8ce2b6926f {
    display: none !important;
}

.wrap .tap2shop_frame ul .tap2shop_photo_block a .img_holder {
    cursor: pointer !important;
}

#photo_lightbox_wrapper #right_panel #bottom_block {
    display: none !important;
}

.logged-in .Header {
    display: none;
}

iframe#instagram-embed-0 {
    width: 100px !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    min-width: auto !important;
}

iframe#instagram-embed-0 .logged-in .Header {
    display: none !important;
}

.Embed .Header {
    display: none !important;
}

.instagram-content {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.instagram-content picture {
    border: 1px solid #dee2e6;
    border-right: none;
    cursor: pointer;
}

.instagram-content picture:last-child {
    border-right: 1px solid #dee2e6;
}

#quickViewModal .modal-body {
    padding: 10px;
}

.modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.modal .modal-dialog .modal-body .pro-description {
    position: relative;
    bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .badges {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

.modal .modal-dialog .modal-body .pro-description .pro-title {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos {
    margin-top: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-catgory {
    display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info {
    display: flex;
    line-height: 24px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info b {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111;
    margin-right: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li {
    display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li:after {
    content: ",";
}

.modal .modal-dialog .modal-body .pro-description .pro-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info div,
.modal .modal-dialog .modal-body .pro-description .popup-detail-info p {
    color: #6c757d;
    margin-top: 10px;
    padding: 0;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .pro-options {
    display: flex;
    justify-content: space-between;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box {
    display: flex;
    align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box label {
    margin-bottom: 0;
    margin-right: 5px;
}

.modal .modal-dialog .modal-body .pro-description .pro-price {
    display: flex;
    align-items: flex-end;
}

.modal .modal-dialog .modal-body .pro-description .pro-price ins {
    font-family: var(--ff);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--base);
    text-decoration: none;
    line-height: 1;
}

.modal .modal-dialog .modal-body .pro-description .pro-price del {
    font-family: var(--ff);
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 0.875rem;
}

.modal .carousel .carousel-inner .carousel-item {
    background-color: #e9ecef;
    text-align: center;
}

.modal .carousel .carousel-inner .carousel-item a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
    color: #c8c8c8;
}

.modal .carousel .carousel-control-prev,
.modal .carousel .carousel-control-next {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ced4da !important;
    color: #212529 !important;
    border: none !important;
    border-radius: 0;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
}

.modal .carousel .carousel-control-prev .fas,
.modal .carousel .carousel-control-next .fas {
    color: #212529;
}

.modal .carousel .carousel-control-prev:hover,
.modal .carousel .carousel-control-next:hover {
    background-color: var(--base);
}

.modal .carousel .carousel-control-prev::after,
.modal .carousel .carousel-control-next::after {
    content: "";
    background-color: #000;
    opacity: 0;
}

.modal .carousel .carousel-control-prev {
    transition: 1.4s ease-in-out;
    transform: translateX(-30px) !important;
    -webkit-transform: translateX(-30px) !important;
    overflow: hidden;
    opacity: 0;
    left: 15px;
}

.modal .carousel .carousel-control-next {
    transition: 1.2s ease-in-out;
    transform: translateX(20px) !important;
    -webkit-transform: translateX(20px) !important;
    overflow: hidden;
    opacity: 0;
    right: 15px;
}

.modal .carousel:hover .carousel-control-prev {
    transition: 0.4s ease-in-out;
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    opacity: 1 !important;
    overflow: hidden;
    box-shadow: none;
}

.modal .carousel:hover .carousel-control-prev .fas {
    color: #fff;
}

.modal .carousel:hover .carousel-control-next {
    transition: 0.4s ease-in-out;
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    opacity: 1 !important;
    box-shadow: none;
    overflow: hidden;
}

.modal .carousel:hover .carousel-control-next .fas {
    color: #fff;
}

.carousel-control-prev:hover:after,
.carousel-control-prev:focus:after,
.carousel-control-prev:active:after,
.carousel-control-next:hover:after,
.carousel-control-next:focus:after,
.carousel-control-next:active:after {
    transform: scaleY(1);
    opacity: 1 !important;
    box-shadow: none;
}

a.carousel-control-prev.btn-secondary.swipe-to-top:focus {
    box-shadow: none !important;
}

a.carousel-control-next.btn-secondary.swipe-to-top:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 576px) {
    .modal .modal-dialog .modal-body .pro-description .pro-counter {
        display: flex;
        align-items: self-start;
        flex-direction: column;
    }

    .modal .modal-dialog .modal-body .pro-description .pro-counter .item-quantity {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .modal .modal-dialog .modal-body .pro-description .pro-counter {
        margin-bottom: 15px;
    }
}

.banners-content {
    padding-top: 30px;
}

.banners-content .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
}

.banners-content .container-fluid [class^=col] {
    padding-right: 5px;
    padding-left: 5px;
}

.banners-content .container-fluid figure {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

.banners-content .container-fluid figure img {
    width: 100%;
    height: auto;
}

.banners-content .container-fluid figure.mt-image {
    margin-top: 10px;
}

.banners-content .container-fluid .banner-caption {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.banners-content .container-fluid .banner-caption h2 {
    font-family: var(--ff);
    margin: 0;
}

.banners-content .container-fluid .banner-caption h2 small {
    display: block;
    font-family: var(--ff);
    font-size: 1rem;
}

.banners-content .container-fluid .banner-caption h4 {
    color: #6c757d;
}

.banners-content .container-fluid .banner-caption.left-caption {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    left: 30px;
}

.banners-content .container-fluid .banner-caption.top-caption {
    top: 30px;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
}

.banners-content .container-fluid .banner-caption.right-caption {
    right: 30px;
    transform: translateY(-50%);
    text-align: right;
    top: 50%;
}

.banners-content .container-fluid .banner-caption.bottom-caption {
    bottom: 70px;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
}

.banners-content .container-fluid .banner-caption.center-caption {
    top: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
}

.banners-content .container-fluid .banner-caption.left-bottom-caption {
    bottom: 30px;
    transform: translateY(-30%);
    text-align: left;
    left: 30px;
}

.banners-content .container-fluid .hover-link {
    transform: translateY(-100px);
    transition: 1.2s ease-out;
    opacity: 0;
    margin-top: 3px;
}

.banners-content .container-fluid .main-banner:hover:not(.no-zoom) .banner-image img {
    transform: scale3d(1.1, 1.1, 1);
}

.full-width-banner {
    margin-bottom: 30px;
}

.full-width-banner .banner-image {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.full-width-banner .banner-image a {
    display: block;
}

.full-screen-banner {
    margin-bottom: 30px;
}

.full-screen-banner .banner-image {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.full-screen-banner .banner-image a {
    display: block;
}

.group-banners .imagespace {
    margin-bottom: 30px;
    border-radius: 12px !important;
}

.banner-image {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.banner-image img {
    width: 100%;
    border-radius: 12px;
}

.banner-image .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100px);
    transition: 1.2s ease-out;
    opacity: 0;
    background-color: #dadadacf;
}

.banner-image .over .btn-bottom {
    position: absolute;
    bottom: 24px;
}

.banner-image .over .btn-center {
    position: absolute;
    bottom: 60px;
}

.banner-image .over .btn-top {
    position: absolute;
    top: 106px;
}

.banner-image .over .btn-left-bottom {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.banner-image .over .btn-left {
    position: absolute;
    bottom: 58px;
    left: 17px;
}

.banner-image .over .btn-right {
    position: absolute;
    bottom: 58px;
    right: 17px;
}

.banner-image:hover .hover-link {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
}

.banner-image:hover .over {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
}

.fullwidth-banner {
    /* The image used */
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullwidth-banner .parallax-banner-text {
    text-align: center;
}

.fullwidth-banner .parallax-banner-text h2 {
    font-size: 5rem;
    line-height: 1;
    font-family: var(--ff);
    color: #fff;
    margin: 0;
}

.fullwidth-banner .parallax-banner-text h4 {
    font-size: 40px;
    font-family: var(--ff);
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}

.fullwidth-banner .parallax-banner-text .hover-link {
    transform: translateY(-100px);
    transition: 1.2s ease-out;
    opacity: 0;
    margin-top: 15px;
}

.fullwidth-banner:hover .hover-link {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
}

.product-2x {
    margin-bottom: 30px;
    height: 343px;
}

.product-2x .featured-tag {
    position: absolute;
    top: 19px;
    left: 34px;
    background-color: #28a745;
    font-size: 0.875rem;
    color: #212529;
    padding: 2px 10px;
    border-radius: 0;
    z-index: 9;
}

.product-2x .icon-liked {
    position: absolute;
    right: 26px;
    top: 20px;
    z-index: 9;
}

.product-2x .icon-liked .badge {
    font-family: "Roboto", sans-serif;
    position: absolute;
    right: 0;
    top: -5px;
    border-radius: 0;
}

.product-2x .icon-liked .icon {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    font-size: 1rem;
    color: var(--base);
    text-decoration: none;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
}

.product-2x .icon-liked .icon:hover {
    background-color: #ced4da;
    color: #212529;
}

.product-2x article {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 4px solid rgba(50, 78, 92, 0.49);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.product-2x article .featured-tag {
    display: none;
    position: absolute;
    top: 19px;
    left: 34px;
    background-color: #28a745;
    font-size: 0.875rem;
    color: #212529;
    padding: 2px 10px;
    border-radius: 0;
    z-index: 9;
}

.product-2x article .icon-liked {
    display: none;
    position: absolute;
    right: 26px;
    top: 20px;
    z-index: 9;
}

.product-2x article .icon-liked .badge {
    font-family: "Roboto", sans-serif;
    position: absolute;
    right: 0;
    top: -5px;
    border-radius: 0;
}

.product-2x article .icon-liked .icon {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    font-size: 1rem;
    color: var(--base);
    text-decoration: none;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
}

.product-2x article .icon-liked .icon:hover {
    background-color: #ced4da;
    color: #212529;
}

.product-2x article .cart-detail-btn {
    display: none;
}

.product-2x article .thumb {
    position: absolute;
    right: 15px;
    bottom: 20px;
    height: auto;
    width: 35%;
    overflow: hidden;
    text-align: center;
}

.product-2x article .module {
    position: absolute;
    top: 12%;
}

.product-2x article .tag {
    font-size: 0.875rem;
    color: #6c757d;
    overflow: hidden;
    margin-top: 20px;
    display: inline-block;
}

.product-2x article .title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    text-decoration: none;
    font-size: 1rem;
    margin-top: 20px;
}

.product-2x article .price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--base);
    margin-top: 20px;
}

.product-2x article .list {
    display: flex;
    list-style: none;
    padding: 20px 0 0 0;
}

.product-2x article .list li {
    padding-right: 64px;
    font-size: 1rem;
    color: #111;
}

.product-2x article .list li small {
    font-size: 0.875rem;
    color: #6c757d;
}

.product-2x article .buttons {
    float: left;
    width: 100%;
}

.product-2x article .buttons .btn {
    width: 110px;
}

.products-content .products-area .product {
    padding-bottom: 60px;
}

.product {
    overflow: hidden;
}

.product article {
    display: block;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.product article .thumb {
    height: 200px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.product article .thumb a {
    overflow: hidden;
    height: 200px;
    width: 100%;
    display: flex;
}

.product article .thumb a img {
    height: 220px;
    width: 100%;
}

.product article .content {
    padding: 15px;
}

.product article .content .expand-detail {
    display: none;
}

.product article .content .tag {
    font-family: var(--ff);
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    overflow: hidden;
    text-align: center;
}

.product article .content .title {
    font-family: var(--ff);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    line-height: 1.5;
    text-decoration: none;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    overflow: hidden;
}

.product article .content .title a {
    display: block;
    outline: none;
    color: var(--black);
}

.product article .content p {
    display: none;
}

.product article .content .price {
    font-family: var(--ff);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--base);
}

.product article .content .price span {
    color: var(--black);
    margin-left: 0px;
    font-size: 11px;
    color: var(--black);
}

.product article .content .price span span:first-of-type {
    color: var(--base);
    text-decoration: line-through;
}

.product article .product-hover {
    overflow: hidden;
    opacity: 0;
    transition: 1.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dadadaa6;
    border-radius: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transform: translateY(-40px) !important;
    -webkit-transform: translateY(-40px) !important;
}

.product article .product-hover .icons {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    overflow: hidden;
}

.product article .product-hover .icons .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin: 15px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product article .product-hover .icons .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product article .product-hover .icons .icon::before {
    background-color: #000;
}

.product article .product-hover .btn {
    width: calc(100% - 90px);
    margin: 0 auto;
    margin-top: 15px;
    padding: 0.6rem 1.6rem;
}

.product article:hover .product-hover {
    overflow: hidden;
    opacity: 0;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    /* A litttttle slower on the way in */
    transition: 0.4s;
    /* Move into place */
    transform: translateY(0);
}

.product-ad {
    height: 100%;
}

.product-ad article {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 4px solid #dee2e6;
}

.product-ad article picture {
    display: block;
    margin: 10px;
    text-align: center;
    width: 45%;
    overflow: hidden;
    position: relative;
}

.product-ad article picture .product-hover {
    overflow: hidden;
    opacity: 0;
    transition: 1.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dadadaa6;
    border-radius: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transform: translateY(-40px) !important;
    -webkit-transform: translateY(-40px) !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.product-ad article picture .product-hover .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    overflow: hidden;
}

.product-ad article picture .product-hover .icons .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin: 15px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product-ad article picture .product-hover .icons .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product-ad article picture .product-hover .icons .icon::before {
    background-color: #000;
}

.product-ad article picture .product-hover .btn {
    width: 80%;
    padding: 0.6rem 1.6rem;
    margin-bottom: 15px;
    padding: 0.6rem 0rem;
    font-size: 13px;
}

.product-ad article .pro-options {
    margin-top: 5px;
}

.product-ad article .pro-options .selection-color {
    margin-bottom: 15px;
}

.product-ad article .pro-options .selection-color,
.product-ad article .pro-options .selection-size {
    display: block;
    align-items: center;
}

.product-ad article .pro-options .selection-color h4,
.product-ad article .pro-options .selection-size h4 {
    margin-bottom: 0;
    line-height: 10px;
    font-size: 1rem;
}

.product-ad article .pro-options .selection-color ul,
.product-ad article .pro-options .selection-size ul {
    list-style: none;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.product-ad article .pro-options .selection-color ul li,
.product-ad article .pro-options .selection-size ul li {
    margin-right: 5px;
    font-family: var(--ff);
    color: #6c757d;
    line-height: 12px;
    margin-top: 1px;
    display: inline-block;
}

.product-ad article .pro-options .selection-color ul li:last-child,
.product-ad article .pro-options .selection-size ul li:last-child {
    margin-right: 0;
}

.product-ad article .pro-sub-buttons .buttons .btn:first-child {
    padding-left: 0;
}

.product-ad article .pro-sub-buttons .buttons {
    display: inline-block;
}

.product-ad article .pro-sub-buttons .buttons .btn {
    font-size: 12px;
    padding: 0.6rem 0.5rem;
}

.product-ad article .pro-sub-buttons .buttons i.fas {
    margin-right: 5px;
}

.product-ad article .tag {
    font-family: var(--ff);
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    padding-top: 0px;
    padding-left: 0;
    margin-top: 0;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-ad article:hover .product-hover {
    overflow: hidden;
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    /* A litttttle slower on the way in */
    transition: 0.4s;
    /* Move into place */
    transform: translateY(0);
}

.product-ad article .pre-tag {
    right: auto;
    left: 10px;
}

.product-ad .icons {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 10px 0px 0px 0;
}

.product-ad .icon {
    position: relative;
    background-color: var(--base);
    color: #fff !important;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-ad .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product-ad .icon::before {
    background-color: #000;
}

.product-ad .detail {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 55%;
    margin-left: 10px;
}

.product-ad .detail .title {
    font-size: 15px;
    padding: 0;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.product-ad .detail .discription {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    overflow: hidden;
}

.product-ad .detail .featured-detail p,
.product-ad .detail .featured-detail div {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.product-ad .detail .price {
    font-family: var(--ff);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--base);
}

.product-ad .detail .price span {
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 1.075rem;
    line-height: 1.5;
}

.pro-content {
    overflow: hidden;
    padding: 40px 0px 0px 0px;
    background: #fff;
}



.pro-content .general-product {
    overflow: hidden;
}



.pro-content .tabs-main .nav {
    display: flex;
    justify-content: center;
}

.pro-content .tabs-main .nav h4 {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    font-weight: 600;
}

.pro-content .tabs-main .nav-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ff);
    background-color: #ced4da;
    border: 1px solid #dee2e6;
    color: #212529;
    text-transform: uppercase;
    width: 140px;
    height: 45px;
    margin-right: 30px;
    margin-bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    text-align: center;
    padding: 8px;
    box-shadow: none;
}

.pro-content .tabs-main a.nav-link.active {
    color: #fff;
    background-color: var(--base) !important;
}

.pro-content .tabs-main a.nav-link.active::before {
    content: "";
    position: absolute;
    left: 62px;
    bottom: -18px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid var(--base);
}

.pro-content .tabs-main a.nav-link.hover {
    color: #fff;
    background-color: var(--base) !important;
}

.pro-content .tabs-main a.nav-link.hover::before {
    content: "";
    position: absolute;
    left: 63px;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid var(--base);
}


.product article .btn-all {
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dadadaa6;
}


.pagination {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 2px 15px;
    margin-top: 30px;
    width: 100%;
    text-align: right;
}

.pagination div {
    padding-left: 0;
    padding-right: 0;
}

.pagination .mainbar-link {
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
}

.pagination .form-group {
    padding-left: 0;
    padding-right: 0;
}

.pagination .form-group .col-form-label {
    text-align: right;
}

.pagination .loader-page {
    display: inline-block;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    margin-top: 6px;
}

.pagination .loader-page .loader-page-item {
    font-size: 0.875rem;
    display: inline-block;
    border: 1px solid #dee2e6;
    text-align: center;
}

.pagination .loader-page .loader-page-item a {
    text-decoration: none;
    cursor: pointer;
    line-height: 12px;
    padding: 3px 5px;
}

.pagination .loader-page .loader-page-item a:hover {
    color: var(--base);
    background-color: #fff;
}

/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.range-slider-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px 10px 15px;
    margin-top: 30px;
}

.range-slider-main .main-manu {
    padding: 0 !important;
    border: none !important;
}

.range-slider-main h2 {
    font-size: 0.875rem;
    margin: 0;
}

.range-slider-main .form-inline {
    justify-content: center;
}

.range-slider-main .form-inline .form-group {
    display: block;
}

.range-slider-main .form-inline .form-group font {
    float: left;
    margin-top: 4px;
}

.range-slider-main .form-inline .form-group span {
    display: flex;
    align-items: center;
    border: 1px solid var(--black);
    border-radius: 6px;
    padding: 2px 0px 0px 10px;
    font-size: 14px;
    font-weight: 700;
}

.range-slider-main .form-inline .form-group span font {
    margin-top: 0;
}

.range-slider-main .form-inline .form-group span font:first-child {
    float: left;
}

.range-slider-main .form-inline .form-group span font:last-child {
    float: right;
}

.range-slider-main .form-inline .form-group span:first-child {
    float: left;
}

.range-slider-main .form-inline .form-group span:last-child {
    float: right;
}

.range-slider-main .form-inline .form-group span .form-control {
    display: flex;
    width: 50px;
    padding: 5px;
    height: 20px;
    background-color: #F3F3F3;
    border: 0px;
    font-size: 14px;
    font-weight: 700;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px !important;
}

.irs-from {
    visibility: hidden !important;
}

.irs-to {
    visibility: hidden !important;
}

.irs-max {
    visibility: hidden !important;
}

.irs-min {
    visibility: hidden !important;
}

.irs-single {
    visibility: hidden !important;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
    border-radius: 200px;
    top: 14px !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    top: 13px !important;
    background: #D9D9D9 !important;
    border-top: 1px solid #D9D9D9 !important;
    border-bottom: 1px solid #D9D9D9 !important;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
    top: 10px !important;
    width: 15px !important;
    height: 15px !important;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 8px;
    top: 33px;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
    background: var(--base);
    border-radius: 12px;
}

.irs-line-mid {
    height: 8px;
    background: var(--base);
}

.irs-line-right {
    height: 8px;
    background: var(--base);
    border-radius: 12px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
    /* W3C */
}

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
    /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
    /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #FFF;
}

.irs-min,
.irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.pro-content .slider-nav-vertical .slick-current {
    opacity: 1 !important;
}

.pro-content .slider-nav-vertical .slick-slide {
    height: auto !important;
    opacity: 0.7;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
}

.pro-content .slider-nav-vertical .slick-arrow {
    /* bottom: -50px; */
    top: auto;
}

.pro-content .slider-nav-vertical .slick-arrow.slick-prev {
    left: 0;
}

.pro-content .slider-nav-vertical .slick-arrow.slick-next {
    right: -3px;
}

.slider-nav .slick-slide {
    opacity: 0.7;
    cursor: pointer;
}

.slider-nav .slick-current {
    opacity: 1;
}

.slider-nav .slick-arrow {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ced4da !important;
    color: #212529 !important;
    border: none !important;
    border-radius: 0;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    outline: none;
    opacity: 0;
    position: absolute;
    top: 35px;
}

.slider-nav .slick-arrow:hover {
    background-color: var(--base);
}

.slider-nav .slick-arrow::after {
    background-color: #000;
    opacity: 0;
}

.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
    color: #fff;
}

.slider-nav .slick-prev {
    /*transition: 1.2s ease-in-out;*/
    /*transform: translateX(-80px);*/
    /*-webkit-transform: translateX(-80px);*/
    overflow: hidden;
    opacity: 0;
    left: 0;
}

.slider-nav .slick-prev::before {
    font-family: "revicons";
    line-height: 36px;
    font-size: 15px;
    opacity: 1;
}

.slider-nav .slick-next {
    /*transition: 1.2s ease-in-out;*/
    /*transform: translateX(30px);*/
    /*-webkit-transform: translateX(30px);*/
    overflow: hidden;
    opacity: 0;
    right: 0;
}

.slider-nav .slick-next::before {
    font-family: "revicons";
    line-height: 36px;
    font-size: 15px;
    opacity: 1;
}

.slider-wrapper .slider-for .slider-for__item {
    padding: 0;
}

.slick-slide {
    outline: none;
    padding: 0 15px;
}

.slick-dots {
    position: static !important;
    margin-top: 35px !important;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dots li button {
    position: relative;
    width: 16px !important;
    height: 16px !important;
    transition: background 0.3s;
    margin: 2.5px;
    border: 2px solid var(--base) !important;
    outline: none;
}

.slick-dots li button:before {
    content: none !important;
}

.slick-dots li button::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: var(--base);
    transition: height 0.3s ease;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.slick-dots li.slick-active button::after {
    height: 100%;
}

.slider-for-vertical {
    float: right;
    width: 80%;
    padding-left: 15px;
}

.slider-for-vertical .slick-list .slick-track .slick-slide img {
    width: 103%;
}

.slider-for-vertical .slick-slide.slick-current {
    opacity: 1 !important;
}

.slider-nav-vertical {
    float: left;
    width: 20%;
    margin-top: 0;
}

.slider-nav-vertical img {
    width: 100%;
}

.slider-banner .slider-nav .slick-arrow {
    position: absolute;
    top: 6px;
}

.slider-wrapper {
    width: 100%;
}

.slider-wrapper .slider-for {
    margin-bottom: 20px;
}

.slider-wrapper .slider-for .slider-for__item img {
    width: 100%;
}

.slider-wrapper .slider-nav .slick-prev::before,
.slider-wrapper .slider-nav .slick-next::before {
    color: black;
}

.slider-wrapper .slider-nav .slider-nav__item img {
    width: 100%;
}

.slider-wrapper:hover .slick-prev {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    opacity: 1;
    overflow: hidden;
}

.slider-wrapper:hover .slick-next {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    opacity: 1;
    overflow: hidden;
}

.pro-content .Vertical-pro .slider-wrapper:hover .slick-prev {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateY(0px) !important;*/
    /*-webkit-transform: translateY(0px) !important;*/
    opacity: 1;
    overflow: hidden;
}

.pro-content .Vertical-pro .slider-wrapper:hover .slick-next {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateY(0px) !important;*/
    /*-webkit-transform: translateY(0px) !important;*/
    opacity: 1;
    overflow: hidden;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: yiq-color(var(--base)) !important;
    outline: none;
    box-shadow: none;
    /*background: var(--base) !important;*/
}

.slick-prev:hover:after,
.slick-prev:focus:after,
.slick-prev:active:after,
.slick-next:hover:after,
.slick-next:focus:after,
.slick-next:active:after {
    transform: scaleY(1);
    opacity: 1;
}

.product2 {
    padding-top: 30px;
}

.product2 .pricetag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product2 .pricetag .price {
    font-family: var(--ff);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--base);
}

.product2 .pricetag .price span {
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 1.075rem;
    line-height: 1.5;
}

.product2 .pricetag .icon {
    outline: none;
    border: none;
    position: relative;
    border-radius: 200px;
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 0 3px 0px rgba(59, 59, 59, 0.1);
    transition-duration: 0.3s;
}

.product2 article {
    display: inline-block;
    width: 100%;
}

.product2 article .pro-thumb {
    position: relative;
}

.product2 article .pro-thumb .img-fluid {
    width: 100%;
}

.product2 article .pro-thumb .badges {
    position: absolute;
    left: 10px;
    top: 10px;
}

.product2 article .content {
    padding-top: 10px;
}

.product2 article .content .pro-info {
    font-size: 0.875rem;
    color: #6c757d;
}

.product2 article .content .tag {
    font-family: var(--ff);
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.product2 article .content .title {
    font-family: var(--ff);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    margin: 0;
    line-height: 1.5;
    text-decoration: none;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-align: initial;
    overflow: hidden;
}

.product2 article .content .title a {
    display: block;
    outline: none;
}

.product2 article .pro-options {
    margin-top: 10px;
}

.product2 article .pro-options div:last-child {
    margin-bottom: 5px;
}

.product2 article .pro-options .color-option ul li:first-child,
.product2 article .pro-options .size-option ul li:first-child {
    margin-left: 5px;
}

.product2 article .pro-hover-icons {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    transition: 1.2s ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.product2 article .pro-hover-icons .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 14px;
}

.product2 article .pro-hover-icons .icons .icon {
    outline: none;
    border: none;
    position: relative;
    border-radius: 200px;
    display: flex;
    width: 40px;
    height: 40px;
    margin: 7px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 0 3px 0px rgba(59, 59, 59, 0.1);
    transition-duration: 0.3s;
}

.product2 article:hover .pro-hover-icons {
    overflow: hidden;
    opacity: 1;
    transition-timing-function: ease-in;
    /* A litttttle slower on the way in */
    transition: 0.4s;
    /* Move into place */
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.product3.product article {
    background-color: transparent;
}

.product3.product article .content {
    padding-bottom: 48px;
}

.product3.product article .product-hover {
    align-items: center;
    justify-content: center;
}

.product3.product article .product-hover .icons {
    padding-top: 0;
}

.btn-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

article:hover .btn-hover {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.product4.product .thumb .badges .badge {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2px;
}

.product4.product .thumb .product-action-vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translateX(-15px);
}

.product4.product .thumb .product-action-vertical .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product4.product .thumb .product-action-vertical .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product4.product .thumb .product-action-vertical .icon::before {
    background-color: #000;
}

.product4.product article {
    background-color: transparent;
}

.product4.product article .content {
    padding-bottom: 48px;
}

.product4.product article:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product4.product article:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.product4.product article:hover .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.product4.product .product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
}

.product5.product article:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product5.product article:hover .thumb {
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}

.product5.product article:hover .thumb img {
    transform: scale(1.02);
}

.product5.product article:hover .product-action-vertical li {
    display: block;
}

.product5.product article:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.product5.product article:hover .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.product5.product .thumb img {
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.product5.product .thumb .badges {
    z-index: 2;
}

.product5.product .thumb .product-action-vertical {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    z-index: 2;
}

.product5.product .thumb .product-action-vertical li {
    margin-bottom: 5px;
    -webkit-animation: fadeIn 0.1s ease;
    animation: fadeIn 0.1s ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
    position: relative;
}

.product5.product .thumb .product-action-vertical li:nth-child(1) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.product5.product .thumb .product-action-vertical li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.product5.product .thumb .product-action-vertical li:nth-child(3) {
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s;
}

.product5.product .thumb .product-action-vertical .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product5.product .thumb .product-action-vertical .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product5.product .thumb .product-action-vertical .icon::before {
    background-color: #000;
}

.product5.product .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 0.35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
}

.product6.product article .thumb .product-action-vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    bottom: 0px;
    background-color: transparent;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translateX(15px);
}

.product6.product article .thumb .product-action-vertical .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product6.product article .thumb .product-action-vertical .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product6.product article .thumb .product-action-vertical .icon::before {
    background-color: #000;
}

.product6.product article:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product6.product article:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.product6.product article:hover .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.product7.product article .thumb .product-action-vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    bottom: 0px;
    background-color: transparent;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translateX(15px);
}

.product7.product article .thumb .product-action-vertical .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product7.product article .thumb .product-action-vertical .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product7.product article .thumb .product-action-vertical .icon::before {
    background-color: #000;
}

.product7.product article:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}

.product7.product article:hover .thumb {
    padding-left: 1px;
}

.product7.product article:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.product7.product article:hover .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.product7.product article:hover .productdetail::before {
    transition-delay: 0.2s;
    height: 100%;
}

.product7.product article:hover .productdetail::after {
    transition-delay: 0.2s;
    height: 100%;
}

.product7.product article::after,
.product7.product article::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--base);
}

.product7.product article:hover::before {
    transition-delay: 0s;
    width: 100%;
}

.product7.product article:hover::after {
    transition-delay: 0s;
    width: 100%;
}

.product7.product article::before {
    right: 0;
    top: 0;
}

.product7.product article::after {
    left: 0;
    bottom: 0;
}

.product7.product .productdetail::after,
.product7.product .productdetail::before {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--base);
    transition-delay: 0s;
}

.product7.product .productdetail::before {
    left: 0;
    top: 0;
}

.product7.product .productdetail::after {
    right: 0;
    bottom: 0;
}

.product8.product article {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.product8.product article .product-hover {
    align-items: center;
    justify-content: center;
}

.product8.product article .product-hover .icons {
    padding-top: 0;
}

.product8.product article .thumb {
    margin-top: -1px;
}

.product8.product article .content {
    padding-bottom: 25px;
}

.product8.product article .content .btn-hover {
    padding-bottom: 15px;
}

.product9.product .thumb .product-action-vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translateX(-15px);
}

.product9.product .thumb .product-action-vertical .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product9.product .thumb .product-action-vertical .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product9.product .thumb .product-action-vertical .icon::before {
    background-color: #000;
}

.product9.product article {
    background-color: transparent;
}

.product9.product article .content {
    padding: 0;
    padding-top: 10px;
}

.product9.product article .content .tag {
    -webkit-box-align: start;
}

.product9.product article .content .title {
    -webkit-box-align: start;
}

.product9.product article .content .pricetag {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.product9.product article .content .pricetag .icon {
    outline: none;
    border: none;
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 0 3px 0px rgba(59, 59, 59, 0.1);
    transition-duration: 0.3s;
}

.product9.product article:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product9.product article:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.product9.product article:hover .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.product9.product .product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 10;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    display: inline-block;
}

.product9.product .product-action .icon {
    background-color: var(--base);
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.product9.product .product-action .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product9.product .product-action .icon::before {
    background-color: #000;
}

.product2.product10 article .pro-thumb .badges {
    right: 10px;
    left: auto;
}

.product2.product10 article .pro-thumb .badges .badge {
    border-radius: 5px;
    display: block;
    margin-bottom: 2px;
}

.product11.product article {
    background-color: transparent;
}

.product11.product article .content {
    padding: 0;
    padding-top: 10px;
}

.product11.product article .content .title,
.product11.product article .content .tag {
    -webkit-box-align: start;
}

.product11.product article .content .price {
    justify-content: flex-start;
}

.product11.product article .content .pro-counter {
    display: flex;
}

.product11.product article .content .pro-counter .btn-secondary {
    margin-left: 5px;
}

.product11.product article .content .pro-counter .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product11.product article .content .pro-counter .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product11.product article .content .pro-counter .icon::before {
    background-color: #000;
}

.product11.product article .producthover {
    overflow: hidden;
    opacity: 0;
    transition: 1.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dadadaa6;
    border-radius: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product11.product article .producthover .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product11.product article .producthover .icons .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin: 15px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product11.product article .producthover .icons .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product11.product article .producthover .icons .icon::before {
    background-color: #000;
}

.product11.product article .producthover .btn {
    width: calc(100% - 90px);
    margin: 0 auto;
    margin-top: 15px;
    padding: 0.6rem 1.6rem;
}

.product11.product article:hover .producthover {
    overflow: hidden;
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    /* A litttttle slower on the way in */
    transition: 0.4s;
    /* Move into place */
    transform: translateY(0);
}

.product12.product article .thumb img {
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.product12.product article .thumb .product-hover {
    justify-content: center;
    align-items: center;
}

.product12.product article .thumb .icons {
    padding-top: 0;
}

.product12.product article .thumb .icons .icon {
    border-radius: 10px;
}

.product12.product article .thumb .btn {
    border-radius: 10px;
}

.product12.product article .thumb .badges {
    z-index: 2;
}

.product12.product article .thumb .badges .badge {
    display: block;
    border-radius: 10px;
    margin-bottom: 2px;
}

.product12.product article .thumb .product-hover {
    transform: scale(0) !important;
    -webkit-transform: scale(0) !important;
    transition: 0.2s ease-out;
}

.product12.product article .content {
    text-align: center;
}

.product12.product article .content .pro-counter {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.product12.product article .content .btn {
    border-radius: 10px;
}

.product12.product article .content .btn-secondary {
    margin-left: 5px;
    padding: 10px 12px;
}

.product12.product article .content .title {
    transition: 0.3s;
}

.product12.product article:hover img {
    transform: scale(1.05);
}

.product12.product article:hover .title a {
    color: var(--base);
    z-index: 3;
    position: relative;
}

.product12.product article:hover .thumb .product-hover {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

.product13.product article:hover .thumb .product-hover {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

.product13.product article:hover .thumb .product-hover .btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    margin: 0px;
    z-index: -1;
    opacity: 0;
    display: none;
}

.product13.product article:hover .thumb .product-hover .icons .icon {
    border-radius: 200px;
}

.product13.product .thumb .product-hover {
    transform: scale(0) !important;
    -webkit-transform: scale(0) !important;
    transition: 0.2s ease-out;
}

.product14.product .thumb .product-action-vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 40%;
    background-color: transparent;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translate(-50%, -50%);
}

.product14.product .thumb .product-action-vertical .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product14.product .thumb .product-action-vertical .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product14.product .thumb .product-action-vertical .icon::before {
    background-color: #000;
}

.product14.product .product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
}

.product14.product article {
    background-color: transparent;
}

.product14.product article .content {
    padding-bottom: 48px;
    text-align: center;
}

.product14.product article .content .product-icon {
    display: flex;
    background-color: transparent;
    z-index: 10;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product14.product article .content .product-icon .icons {
    display: flex;
}

.product14.product article .content .product-icon .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin-right: 5px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product14.product article .content .product-icon .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.product14.product article .content .product-icon .icon::before {
    background-color: #000;
}

.product14.product article .content .pro-counter {
    display: flex;
    justify-content: center;
    margin: 5px 0px;
}

.product14.product article:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product14.product article:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.product14.product article:hover .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.badges .label-circle+.label-circle {
    top: 50px;
}

.badges .label-circle+.label-circle+.label-circle {
    top: 100px;
}

.badges .label-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.3rem;
    height: 4.3rem;
    min-width: 0;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 0;
}

.pro-content .ratingstar .pro-rating {
    justify-content: center;
    line-height: 1;
    margin-bottom: 5px;
}

.pro-content .ratingstar .pro-rating img {
    width: 9px;
    height: 9px;
}

.pro-content .ratingstar .pro-rating .fas {
    font-size: 9px;
}

.pro-content .ratingstar .pro-rating .disabled-ratings>label {
    /*color: #fac451;*/
    margin-bottom: 0;
}

.pro-content .ratingstar .pro-rating .disabled-ratings>label:first-child {
    /*color: #dee2e6;*/
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bodyrtl .product2 article .content .tag {
    text-align: right;
}

.bodyrtl .product2 .pricetag .price span {
    margin-left: 0;
    margin-right: 10px;
}

.bodyrtl .product2 article .pro-thumb .badges {
    left: auto;
    right: 10px;
}

.bodyrtl .product4.product .thumb .product-action-vertical {
    right: auto;
    left: 10px;
}

.bodyrtl .product5.product .thumb .product-action-vertical {
    right: auto;
    left: 10px;
}

.bodyrtl .product6.product article .thumb .product-action-vertical {
    left: 10px;
    right: auto;
    transform: translateX(-15px);
}

.bodyrtl .product6.product article:hover .product-action-vertical {
    transform: translateX(0);
}

.bodyrtl .product7.product article .thumb .product-action-vertical {
    left: 10px;
    right: auto;
    transform: translateX(-15px);
}

.bodyrtl .product7.product article:hover .product-action-vertical {
    transform: translateX(0);
}

.bodyrtl .product9.product .thumb .product-action-vertical {
    right: auto;
    left: 10px;
    transform: translateX(15px);
}

.bodyrtl .product9.product article:hover .product-action-vertical {
    transform: translateX(0);
}

.bodyrtl .product12.product article .content .btn-secondary {
    margin-left: 0;
    margin-right: 5px;
}

.bodyrtl .product11.product article .content .pro-counter .btn-secondary {
    margin-left: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 992px) {
    .product2 article .pro-hover-icons {
        overflow: hidden;
        opacity: 1;
        transition-timing-function: ease-in;
        transition: 0.4s;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .btn-hover {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
    }

    .product4.product .thumb .product-action-vertical {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .product4.product .product-action {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .product5.product .thumb .product-action-vertical li {
        display: block;
    }

    .product6.product article .thumb .product-action-vertical {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .bodyrtl .product6.product article .thumb .product-action-vertical {
        transform: translateX(0);
    }

    .product7.product article .thumb .product-action-vertical {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .product7.product article::after,
    .product7.product article::before {
        height: 0px;
    }

    .product7.product .productdetail::after,
    .product7.product .productdetail::before {
        width: 0px;
    }

    .product7.product article:hover .thumb {
        padding-left: 0;
    }

    .bodyrtl .product7.product article .thumb .product-action-vertical {
        transform: translateX(0);
    }

    .product9.product .thumb .product-action-vertical {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .product9.product .product-action {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .bodyrtl .product9.product .thumb .product-action-vertical {
        transform: translateX(0);
    }

    .product.product12 article .mobile-icons {
        z-index: 3;
    }
}

/*-----------
/----- Header Top bar -------- */

.header-section {
    overflow: unset;
}

.header-area .header-navbar nav .navbar-collapse ul .nav-item .nav-link .badge {
    position: absolute;
    top: 4px;
    left: 0px;
    padding: 3px 3px 2px 3px;
    font-family: var(--ff);
    background-color: #dc3545;
    color: #fff;
    line-height: 10px;
}

.header-area .header-navbar nav .navbar-collapse ul .nav-item .nav-link .badge::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 10px solid #dc3545;
    transform: rotate(-28deg);
}

.header-area .header-mini .dropdown .dropdown-menu {
    width: 200px;
}

.header-area .alert {
    background-color: #fff;
    position: relative;
    z-index: 8;
    min-height: 50px;
    padding: 13px 35px 12px;
    margin-bottom: 0;
    border: none;
}

.header-area .alert .pro-description {
    position: relative;
    text-align: center;
    width: 100%;
}

.header-area .alert .pro-description .pro-info {
    font-size: 20px;
    color: #212529;
    line-height: 25px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 30px;
}

.header-area .alert .pro-description .pro-info strong {
    font-family: var(--ff);
}

.header-area .alert .pro-description .pro-info .pro-link-dropdown.js-toppanel-link-dropdown {
    display: inline-block;
    z-index: 8;
}

.header-area .alert .pro-description .pro-info .pro-link-dropdown.js-toppanel-link-dropdown .pro-dropdown-toggle {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    font-family: var(--ff);
    color: #212529;
    text-decoration: underline;
    padding: 0;
    outline: 0;
    cursor: help;
}

.header-area .alert .pro-description .close {
    font-size: 40px;
    color: #212529;
    font-weight: normal;
    line-height: 24px;
    padding: 0;
    right: -5px;
    text-shadow: none;
}

.header-area .dropdown-item:hover {
    color: var(--base);
}

.dropdown .dropdown-menu {
    margin: 0 0 0 -28px;
}


/*-----------
/----- Header Top bar -------- */



.header-six .bg-top-bar {
    background-color: #ebebeb;
}

.header-six .header-mini {
    min-height: 26px;
}

.header-six .header-mini .navbar-lang {
    display: flex;
}

.header-six .header-mini .navbar-lang .country-flag {
    display: flex;
    align-items: center;
    width: auto;
}

.header-six .header-mini .navbar-lang .country-flag h4 {
    padding-right: 12px;
}

.header-six .header-mini .navbar-lang .country-flag ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.header-six .header-mini .navbar-lang .country-flag ul li {
    margin-right: 5px;
}

.header-six .header-mini .navbar-lang .country-flag ul li a {
    font-size: 11px;
}

.header-six .header-mini .navbar-lang .country-flag ul li:last-child {
    margin-right: 0px;
}

.header-six .header-mini .navbar-lang .select-control {
    float: left;
    position: relative;
    width: 95px;
}

.header-six .header-mini .navbar-lang .select-control .form-control {
    background-color: transparent;
    width: 100%;
    color: #212529;
}

.header-six .header-mini .navbar-lang .select-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F0D7";
    position: absolute;
    top: 7px;
    right: 15px;
    color: #212529;
}

.header-six .header-mini .navbar-lang .select-control.currency {
    width: 75px;
}

.header-six .header-mini .dropdown {
    margin-right: 15px;
}

.header-six .header-mini .dropdown .btn.dropdown-toggle {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: var(--ff);
    background-color: transparent;
    color: #212529;
    transition: 0.4s;
    border: none;
}

.header-six .header-mini .dropdown .btn.dropdown-toggle::after {
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F107";
    border: none;
    font-size: 12px;
    color: #212529;
    height: 10px;
    width: 10px;
    display: block;
    line-height: normal;
    margin-top: 4px;
}

.header-six .header-mini .dropdown .dropdown-menu {
    -webkit-animation: animationmenu ease 0.5s;
    animation: animationmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: 0.4s;
    background-color: #fff;
    padding: 1.2rem 0;
    border-width: 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

.header-six .header-mini .dropdown .dropdown-menu .dropdown-item {
    color: #212529;
    padding: 5px 1.8rem;
}

.header-six .header-mini .dropdown .dropdown-menu .dropdown-item:hover,
.header-six .header-mini .dropdown .dropdown-menu .dropdown-item.active,
.header-six .header-mini .dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: var(--base);
}

.header-six .header-mini .dropdown:hover>.dropdown-menu {
    display: block;
    transition: 0.4s;
}

.header-six .header-mini .navbar {
    padding: 0;
}

.header-six .header-mini .navbar .navbar-collapse {
    justify-content: flex-end;
}

.header-six .header-mini .navbar .navbar-collapse li:last-child a {
    color: var(--base) !important;
    text-decoration: none;
    padding-right: 0;
}

.header-six .header-mini .navbar .navbar-collapse .nav-item {
    display: flex;
    align-items: center;
}

.header-six .header-mini .navbar .navbar-collapse .nav-item .nav-avatar {
    display: flex;
    align-items: center;
}

.header-six .header-mini .navbar .navbar-collapse .nav-item .nav-avatar .avatar {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 200px;
    margin-right: 7px;
    overflow: hidden;
    background-color: grey;
    text-align: center;
    color: white;
    font-weight: bold;
}

.header-six .header-mini .navbar .navbar-collapse .nav-item .nav-avatar .avatar img {
    display: block;
}

.header-six .header-mini .navbar .navbar-collapse .nav-item .nav-avatar span {
    color: #212529;
}

.header-six .header-mini .navbar .navbar-collapse .nav-item .nav-link {
    color: #212529;
    font-size: 0.875rem;
}

.header-six .bg-header-bar {
    background-color: #fff;
}

.header-six .header-maxi .container {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.header-six .header-maxi .search-field-module {
    position: relative;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: none;
    width: 100%;
}

.header-six .header-maxi .search-field-module:focus {
    border-color: var(--base);
}

.header-six .header-maxi .search-field-module .dropdown-menu {
    padding: 1.2rem 0px 1.2rem 0px;
    border: none;
    -webkit-animation: animationcartmenu ease 0.5s;
    animation: animationcartmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-color: #fff;
    left: 0px !important;
    transform: translate3d(-1px, 41px, 0px) !important;
    position: absolute;
    width: 250px;
}

.header-six .header-maxi .search-field-module .dropdown-menu a {
    padding: 5px 1.8rem;
}

.header-six .header-maxi .search-field-module .dropdown-toggle {
    width: 200px;
    font-size: 0.875rem;
    background-color: var(--base);
    color: #fff;
}

.header-six .header-maxi .search-field-module .search-field-wrap {
    float: right;
    height: 42px;
    width: calc(100% - 200px);
}

.header-six .header-maxi .search-field-module .search-field-wrap input {
    float: left;
    padding: 0px 50px 0 15px;
    height: 42px;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none !important;
}

.header-six .header-maxi .search-field-module .search-field-wrap .btn-secondary {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 45px;
    padding: 0;
}

.header-six .header-maxi .search-field-module .search-field-select {
    float: left;
    position: relative;
    width: 160px !important;
    height: 50px;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select {
    width: 100% !important;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle {
    background-color: #fff;
    color: #6c757d;
    font-weight: 400;
    font-family: var(--ff);
    height: 50px;
    width: 100%;
    border: none;
    padding: 0;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle .filter-option {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle:focus {
    outline: none !important;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F107";
    position: absolute;
    top: 17px;
    right: 6px;
    color: #6c757d;
    border: none;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select>.dropdown-menu {
    -webkit-animation: animationselect ease 0.7s;
    animation: animationselect ease 0.7s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transform-origin: 100% 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0;
    border: 0;
}

.header-six .header-maxi .search-field-module .search-field-select .bootstrap-select>.dropdown-menu .dropdown-item {
    padding: 5px 15px 5px 23px;
}

.header-six .header-maxi .search-field-module .search-field-select::before {
    content: "";
    width: 1px;
    height: 25px;
    background: #dee2e6;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -14px;
    z-index: 1;
}

.header-six .header-maxi .phone-header {
    margin-right: 0px !important;
    margin: auto;
}

.header-six .header-maxi .phone-header a {
    display: flex;
    text-decoration: none;
    color: #212529;
    align-items: center;
}

.header-six .header-maxi .phone-header .block {
    margin-left: 10px;
}

.header-six .header-maxi .phone-header .block .title {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0;
}

.header-six .header-maxi .phone-header .block .items {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0;
    font-weight: 700;
}

.header-six .header-maxi .fa-phone {
    font-size: 2rem;
    margin-top: 0px;
    color: #212529;
}

.header-six .header-maxi .pro-header-right-options {
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-six .header-maxi .pro-header-right-options li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-left: 35px;
}

.header-six .header-maxi .pro-header-right-options li .cart-right {
    margin-left: 10px;
    text-align: center;
}

.header-six .header-maxi .pro-header-right-options li .cart-right .title-cart {
    color: #212529;
    font-weight: 600;
    font-family: var(--ff);
}

.header-six .header-maxi .pro-header-right-options li .cart-right .cart-item {
    color: #212529;
    font-weight: lighter;
    text-transform: capitalize;
}

.header-six .header-maxi .pro-header-right-options li>a,
.header-six .header-maxi .pro-header-right-options li button {
    position: relative;
    padding: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-six .header-maxi .pro-header-right-options li>a .fas,
.header-six .header-maxi .pro-header-right-options li>a .far,
.header-six .header-maxi .pro-header-right-options li button .fas,
.header-six .header-maxi .pro-header-right-options li button .far {
    font-size: 2rem;
    color: #212529;
    transition: 0.4s;
}

.header-six .header-maxi .pro-header-right-options li>a .fas:hover,
.header-six .header-maxi .pro-header-right-options li>a .far:hover,
.header-six .header-maxi .pro-header-right-options li button .fas:hover,
.header-six .header-maxi .pro-header-right-options li button .far:hover {
    color: var(--base);
}

.header-six .header-maxi .pro-header-right-options li>a .badge,
.header-six .header-maxi .pro-header-right-options li button .badge {
    position: absolute;
    left: 15px;
    top: 20px;
    height: 16px;
    min-width: 16px;
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.header-six .header-maxi .pro-header-right-options .dropdown {
    float: right;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-toggle::after {
    content: none;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu {
    -webkit-animation: animationcartmenu ease 0.5s;
    animation: animationcartmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    width: 270px;
    border-radius: 0;
    border-color: #fff;
    z-index: 99999;
    margin-top: 15px;
    position: absolute;
    left: 1px !important;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 350px;
    overflow-y: auto;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-left: 0;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-thumb .image {
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    overflow: hidden;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail {
    float: left;
    padding-left: 74px;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail h3 {
    font-size: 0.875rem;
    text-transform: capitalize;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #111;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s .fas {
    color: #6c757d;
    float: right;
    margin-left: 8px;
    transition: 0.4s;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s .fas:hover {
    color: var(--base);
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items .item-summary {
    font-family: var(--ff);
    font-size: 1rem;
    font-weight: 600;
    color: var(--base);
    margin-bottom: 0;
    margin-top: 5px;
    white-space: normal;
}

.header-six .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items .btn {
    padding: 0.475rem 1rem;
}

.header-six .bg-menu-bar {
    background-color: var(--base);
}

.header-six .bg-nav-bar {
    background-color: #fff;
}

.header-six .header-navbar nav {
    width: 100%;
    padding: 0;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown {
    position: static !important;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .nav-link {
    position: relative;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu[aria-expanded=true] {
    display: flex !important;
    align-items: center;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu {
    border-bottom: 1px solid #dee2e6 !important;
    margin-top: 0px;
    width: 100%;
    box-shadow: none;
    margin: 0;
    margin-left: 0 !important;
    border: none;
    padding: 1.2rem 15px;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .dropdown-header {
    padding-left: 0;
    font-size: 0.875rem;
    font-family: var(--ff);
    font-weight: 800;
    color: #212529;
    margin: 0;
    margin-bottom: 15px;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .dropdown-header h5 {
    padding: 5px 0;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .dropdown-header a {
    color: #212529;
    font-family: var(--ff);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul {
    padding-left: 0;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul li {
    position: relative;
    list-style: none;
    padding: 0;
    padding-left: 0;
    margin-left: 0;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul li a {
    padding: 2.5px 7px 3px 0px;
    text-decoration: none;
    outline: none;
    font-size: 0.875rem;
    font-weight: 400;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .mega-dropdown-menu-image {
    padding-top: 6px;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .mega-dropdown-menu-image:hover .over {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
}

.header-six .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 61%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100px);
    transition: 1.2s ease-out;
    opacity: 0;
    background-color: #dadadaa6;
}

.header-six .header-navbar nav .navbar-collapse ul .dropdown:hover>.dropdown-menu {
    display: block;
}

.header-six .header-navbar nav .navbar-collapse ul li {
    margin-right: 28px;
}

.header-six .header-navbar nav .navbar-collapse ul li a .badge-secondary {
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 0;
}

.header-six .header-navbar nav .navbar-collapse ul li a .badge-secondary:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 10px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 10px solid var(--base);
    transform: rotate(-28deg);
}

.header-six .header-navbar nav .navbar-collapse ul li .dropdown-menu {
    -webkit-animation: animationmenu ease 0.5s;
    animation: animationmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0px 0 0 -22px;
    padding: 1.2rem 0;
    border-radius: 0;
    border-color: #dee2e6;
    border-top-width: 0;
}

.header-six .header-navbar nav .navbar-collapse ul li .dropdown-menu .dropdown-item {
    padding: 5px 33px;
}

.header-six .header-navbar nav .navbar-collapse ul .nav-item .nav-link {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    padding: 1.2rem 0;
}

.header-six .header-navbar nav .navbar-collapse ul .nav-item .nav-link:hover {
    color: #fff;
}

/*-----------
/----- Header Top bar -------- */

.header-mobile {
    /*-----------
  /----- Header bar -------- */
}

.header-mobile .bg-top-bar {
    background-color: #f4f4f4;
}

.header-mobile .header-mini {
    min-height: 26px;
}

.header-mobile .header-mini .navbar {
    padding: 0;
    justify-content: center;
}

.header-mobile .header-mini .navbar-lang {
    display: flex;
}

.header-mobile .header-mini .navbar-lang .select-control {
    float: left;
    position: relative;
    width: 95px;
}

.header-mobile .header-mini .navbar-lang .select-control .form-control {
    background-color: transparent;
    width: 100%;
    color: #212529;
}

.header-mobile .header-mini .navbar-lang .select-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F0D7";
    position: absolute;
    top: 7px;
    right: 15px;
    color: #212529;
}

.header-mobile .header-mini .navbar-lang .select-control.currency {
    border-left: 1px solid #dee2e6;
    width: 95px;
}

.header-mobile .bg-header-bar {
    background-color: #fff;
}

.header-mobile .header-maxi {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.header-mobile .header-maxi .navigation-mobile-container .navigation-mobile-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 38px;
    padding: 0.55rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 0;
}

.header-mobile .header-maxi .navigation-mobile-container .navigation-mobile-toggler .fas {
    color: #212529;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -300px;
    background-color: #fafafa;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 0px 12px 12px 0px;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .logout-main {
    display: flex;
    padding: 30px 15px;
    position: relative;
    background-color: #fff;
    width: 250px;
    border-bottom: 1px solid white;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .logout-main .welcome {
    color: #212529;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .logout-main .logout a {
    float: right;
    position: absolute;
    display: flex;
    right: 0.75rem;
    color: #212529;
    width: 70px;
    height: 26px;
    text-align: center;
    justify-content: center;
    background-color: #e6e6e6;
    position: absolute;
    padding-top: 2px;
    border-radius: 15px;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .fa-chevron-down {
    float: right;
    display: block;
    margin-top: 5px;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .fa-chevron-up {
    display: none;
    float: right;
    margin-top: 5px;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu {
    width: 250px;
    text-align: left;
    border-bottom: 1px solid white;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu:hover .fa-chevron-up {
    display: block;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu:hover .fa-chevron-down {
    display: none;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .sub-manu .unorder-list {
    padding: 0;
    margin-bottom: 0;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .sub-manu .unorder-list li {
    list-style: none;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .sub-manu .unorder-list li a {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid white;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .sub-manu .unorder-list li .sub-manu1 a {
    padding-left: 40px;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .sub-manu .unorder-list li .sub-manu1 .sub-manu2 a {
    padding-left: 50px;
}

.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile.navigation-active {
    left: 0;
}

.header-mobile .header-maxi .logo {
    font-family: "Pasajero";
    color: #212529;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding-top: 4px;
    text-decoration: none;
}

.header-mobile .header-maxi .logo strong {
    color: var(--base);
}

.header-mobile .header-maxi .pro-header-right-options {
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-mobile .header-maxi .pro-header-right-options li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-left: 35px;
}

.header-mobile .header-maxi .pro-header-right-options li>a,
.header-mobile .header-maxi .pro-header-right-options li button {
    position: relative;
    padding: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-mobile .header-maxi .pro-header-right-options li>a .fas,
.header-mobile .header-maxi .pro-header-right-options li>a .far,
.header-mobile .header-maxi .pro-header-right-options li button .fas,
.header-mobile .header-maxi .pro-header-right-options li button .far {
    font-size: 2rem;
    transition: 0.4s;
}

.header-mobile .header-maxi .pro-header-right-options li>a .badge,
.header-mobile .header-maxi .pro-header-right-options li button .badge {
    position: absolute;
    right: -4px;
    top: 18px;
    height: 16px;
    min-width: 16px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.header-mobile .header-maxi .pro-header-right-options li>a:hover,
.header-mobile .header-maxi .pro-header-right-options li button:hover {
    color: var(--base);
}

.header-mobile .header-maxi .pro-header-right-options .dropdown {
    float: right;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-toggle::after {
    content: none;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu {
    -webkit-animation: animationcartmenu ease 0.5s;
    animation: animationcartmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    width: 270px;
    border-radius: 0;
    border-color: #fff;
    z-index: 99999;
    margin-top: 25px;
    position: absolute;
    left: 1px !important;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 350px;
    overflow-y: auto;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-left: 0;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-thumb .image {
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    overflow: hidden;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail {
    float: left;
    padding-left: 74px;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail h3 {
    font-size: 0.875rem;
    text-transform: capitalize;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #111;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s .fas {
    color: #6c757d;
    float: right;
    margin-left: 8px;
    transition: 0.4s;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s .fas:hover {
    color: var(--base);
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items .item-summary {
    font-family: var(--ff);
    font-size: 1rem;
    font-weight: 600;
    color: var(--base);
    margin-bottom: 0;
    margin-top: 5px;
    white-space: normal;
}

.header-mobile .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items .btn {
    padding: 0.475rem 1rem;
}

.header-mobile .bg-menu-bar {
    background-color: var(--base);
}

.header-mobile .bg-nav-bar {
    background-color: var(--base);
}

.header-mobile .header-navbar {
    padding-bottom: 0.9375rem;
}

.header-mobile .header-navbar .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.header-mobile .header-navbar .form-inline .search {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dee2e6;
    position: relative;
    width: 100%;
}

.header-mobile .header-navbar .form-inline .search .select-control {
    float: left;
    position: relative;
    border-right: 1px solid #dee2e6;
    width: 98px;
    height: 30px;
}

.header-mobile .header-navbar .form-inline .search .select-control .form-control {
    font-size: 12px;
    height: 30px;
    width: 100%;
}

.header-mobile .header-navbar .form-inline .search .select-control .form-control options {
    font-size: 12px;
}

.header-mobile .header-navbar .form-inline .search .select-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F0D7";
    position: absolute;
    top: 5px;
    right: 10px;
    color: #111;
}

.header-mobile .header-navbar .form-inline .search input {
    font-size: 12px;
    float: right;
    height: 30px;
    padding: 8px 12px 8px 12px;
    width: calc(100% - 98px);
    border-radius: 0;
    border: none;
    outline: none !important;
}

.header-mobile .header-navbar .form-inline .search .btn-secondary {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    height: calc(100% - 2px);
    width: 30px;
    padding: 2px;
}

.mobile-overlay {
    display: none;
    top: 0;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

/* display .overlay when it has the .active class */

.mobile-overlay.active {
    /* display: block; */
    opacity: 1;
}

body[dir=rtl] .header-mobile .header-mini .navbar-lang .select-control.currency {
    border-right: 1px solid #dee2e6;
    border-left: none;
}

body[dir=rtl] .header-mobile .header-mini .navbar-lang .select-control {
    margin-right: 10px !important;
    margin-left: 0 !important;
}

body[dir=rtl] .header-mobile .header-mini .navbar-lang .select-control .form-control {
    padding-left: 0 !important;
    padding-right: 0.75rem !important;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container {
    margin-right: 15px;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile {
    right: -250px;
    left: auto;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .logout-main .logout a {
    left: 0.75rem;
    right: auto;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu {
    text-align: right;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu span {
    float: left;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .sub-manu a {
    text-align: right;
    padding-left: 0.75rem;
    padding-right: 30px;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .sub-manu a span {
    float: left;
}

body[dir=rtl] .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile.navigation-active {
    left: auto;
    right: 0;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown {
    margin-left: 15px;
    float: left;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .cart-dropdown-toggle .badge {
    left: -5px;
    right: auto;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items {
    padding-right: 0;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .item-thumb {
    right: 0;
    left: auto;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .item-thumb .icon {
    left: -5px;
    right: auto;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .item-detail {
    padding-left: 0;
    padding-right: 74px;
    text-align: right;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .item-detail .item-quantity {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .item-detail .item-price {
    float: left;
    margin-left: 0;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .tt-summary {
    text-align: right;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .tt-summary span {
    float: left;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .buttons .btn:first-child {
    margin-right: 0;
    margin-left: 5px;
}

body[dir=rtl] .header-mobile .header-maxi .cart-dropdown .shopping-cart-items .buttons .btn:last-child {
    margin-right: 5px;
    margin-left: 0;
}

body[dir=rtl] .header-mobile .header-navbar .form-inline .search .select-control {
    float: right;
    border-right: none;
    border-left: 1px solid #dee2e6;
}

body[dir=rtl] .header-mobile .header-navbar .form-inline .search .select-control::before {
    left: 10px;
    right: auto;
}

body[dir=rtl] .header-mobile .header-navbar .form-inline .search input {
    font-size: 12px;
    float: right;
    height: 30px;
    padding: 8px 12px 8px 12px;
    width: calc(100% - 98px);
    border-radius: 0;
    border: none;
    outline: none !important;
}

body[dir=rtl] .header-mobile .header-navbar .form-inline .search .btn-secondary {
    left: 1px;
    right: auto;
}

.bg-sticky-bar {
    background-color: #fff;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    opacity: 1;
    display: block !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 0;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}

.sticky-header .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.sticky-header .dropdown-item:hover>.dropdown-submenu2 {
    display: block;
}

.sticky-header .dropdown-submenu {
    position: relative;
}

.sticky-header .dropdown-submenu .dropdown-menu {
    top: -19px;
    left: 100%;
    margin-left: 0 !important;
}

.sticky-header .header-sticky-inner {
    position: absolute;
    z-index: 2;
    width: 100%;
    -webkit-animation: animationcartmenu ease 0.5s;
    animation: animationcartmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0;
    display: none;
}

.sticky-header .header-sticky-inner .logo {
    margin-right: 30px;
}

.sticky-header .header-sticky-inner .logo a {
    display: block;
}

.sticky-header .header-sticky-inner .pro-header-right-options {
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sticky-header .header-sticky-inner .pro-header-right-options .search-field .dropdown-menu {
    padding: 0;
}

.sticky-header .header-sticky-inner .pro-header-right-options .search-field .search-field-module .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.sticky-header .header-sticky-inner .pro-header-right-options .search-field .search-field-module .fas {
    font-size: 1rem;
    color: #000;
    transition: 0.4s;
}

.sticky-header .header-sticky-inner .pro-header-right-options .search-field .search-field-module .fas:hover {
    color: var(--base);
}

.sticky-header .header-sticky-inner .pro-header-right-options .profile-tags .dropdown-menu {
    width: 100px !important;
}

.sticky-header .header-sticky-inner .pro-header-right-options .profile-tags .dropdown-menu .dropdown-item:hover {
    color: var(--base);
}

.profile_tab_link a {
    color: var(--base);
}

.profile_tab_link {
    .list-group-item {
        padding: 0px;
        margin-bottom: 15px;

        a {
            color: var(--black) !important;
            display: inline !important;

            &:hover {
                color: var(--base) !important;
            }
        }
    }
}

.sticky-header .header-sticky-inner .pro-header-right-options li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-left: 35px;
}

.sticky-header .header-sticky-inner .pro-header-right-options li .btn-light {
    background-color: #ced4da;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    padding: 0;
    border-radius: 200px;
}

.sticky-header .header-sticky-inner .pro-header-right-options li .btn-light .fas,
.sticky-header .header-sticky-inner .pro-header-right-options li .btn-light .far {
    font-size: 1rem;
    color: #000;
    transition: 0.4s;
}

.sticky-header .header-sticky-inner .pro-header-right-options li .btn-light .fas:hover,
.sticky-header .header-sticky-inner .pro-header-right-options li .btn-light .far:hover {
    color: var(--base);
}

.sticky-header .header-sticky-inner .pro-header-right-options li .btn-light .badge {
    position: absolute;
    left: -5px;
    bottom: -5px;
    top: auto;
    height: 16px;
    width: 16px;
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border-radius: 200px;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown {
    float: right;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-toggle::after {
    content: none;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu {
    -webkit-animation: animationcartmenu ease 0.5s;
    animation: animationcartmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    width: 270px;
    border-radius: 0;
    border-color: #fff;
    z-index: 99999;
    margin-top: 25px;
    left: auto !important;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 350px;
    overflow-y: auto;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-left: 0;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-thumb .image {
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    overflow: hidden;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail {
    float: left;
    padding-left: 74px;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail h3 {
    font-size: 0.875rem;
    text-transform: capitalize;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #111;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s .fas {
    color: #6c757d;
    float: right;
    margin-left: 8px;
    transition: 0.4s;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s .fas:hover {
    color: var(--base);
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items .item-summary {
    font-family: var(--ff);
    font-size: 1rem;
    font-weight: 600;
    color: var(--base);
    margin-bottom: 0;
    margin-top: 5px;
    white-space: normal;
}

.sticky-header .header-sticky-inner nav {
    width: 100%;
    padding: 0;
    position: static;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown {
    position: static !important;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .nav-link {
    position: relative;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu[aria-expanded=true] {
    display: flex !important;
    align-items: center;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu {
    border-bottom: 1px solid #dee2e6 !important;
    margin-top: 0px;
    width: 100%;
    box-shadow: none;
    margin: 0;
    margin-left: 0 !important;
    border: none;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .dropdown-header {
    padding-left: 0;
    font-size: 0.875rem;
    font-family: var(--ff);
    font-weight: 800;
    color: #212529;
    margin: 0;
    margin-bottom: 15px;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .dropdown-header h5 {
    padding: 5px 0;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .dropdown-header a {
    color: #212529;
    font-family: var(--ff);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul {
    padding-left: 0;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul li {
    position: relative;
    list-style: none;
    padding: 0;
    padding-left: 0;
    margin-left: 0;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul li a {
    padding: 2.5px 7px 3px 0px;
    text-decoration: none;
    outline: none;
    font-size: 0.875rem;
    font-weight: 400;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .mega-dropdown-menu-image {
    padding-top: 6px;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .mega-dropdown-menu-image:hover .over {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 61%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100px);
    transition: 1.2s ease-out;
    opacity: 0;
    background-color: #dadadaa6;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .dropdown:hover>.dropdown-menu {
    display: block;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul li {
    margin-left: 10px;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul li:first-child {
    margin-left: 0;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul li a .badge-secondary {
    position: absolute;
    top: -12px;
    left: -12px;
    border-radius: 0;
    padding: 2px 0;
    height: 13px;
    width: 26px;
    text-align: center;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul li a .badge-secondary:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 10px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 10px solid var(--base);
    transform: rotate(-28deg);
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul li .dropdown-menu {
    -webkit-animation: animationmenu ease 0.5s;
    animation: animationmenu ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0px 0 0 -25px;
    padding: 1.2rem 0;
    border-radius: 0;
    border-color: #dee2e6;
    border-top-width: 0;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul li .dropdown-menu .dropdown-item {
    padding: 5px 33px;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link {
    font-family: var(--ff);
    font-size: 0.875rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link .badge {
    position: absolute;
    top: 16px;
    left: 0px;
    padding: 3px 3px 2px 3px;
    font-family: var(--ff);
    background-color: #dc3545;
    color: #fff;
    line-height: 10px;
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link .badge::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 10px solid #dc3545;
    transform: rotate(-28deg);
}

.sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link:hover {
    text-decoration: none;
}

.bodyrtl .sticky-header .header-sticky-inner nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul li a {
    padding: 2.5px 0px 3px 7px;
}

.bodyrtl .header-sticky-inner .logo {
    margin-right: auto;
    margin-left: 30px;
}

.bodyrtl .sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu {
    transform: translate3d(0, 34px, 0) !important;
    left: 0 !important;
    right: auto !important;
}

.bodyrtl .sticky-header .header-sticky-inner .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail {
    padding-left: 0;
    padding-right: 74px;
}

.bodyrtl .sticky-header .header-sticky-inner .pro-header-right-options .search-field .search-field-module .btn {
    left: 0;
    right: auto;
}

.bodyrtl .sticky-header .header-sticky-inner .dropdown .dropdown-menu {
    text-align: right;
}

.bodyrtl .sticky-header .header-sticky-inner .pro-header-right-options li {
    margin-right: 35px;
    margin-left: 0;
}

.bodyrtl .sticky-header .header-sticky-inner nav ul {
    padding: 0;
}

.bodyrtl .sticky-header .dropdown-submenu .dropdown-menu {
    right: 100%;
    left: auto;
}

.bodyrtl .sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link .badge {
    right: 0;
    left: auto;
}

.bodyrtl .sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link .badge::after {
    content: "";
    transform: rotate(28deg);
}

@media only screen and (max-width: 1140px) {
    .sticky-header {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link {
        font-size: 11px;
    }

    .sticky-header .header-sticky-inner .pro-header-right-options li {
        margin-left: 15px;
    }

    .sticky-header .header-sticky-inner nav .navbar-collapse ul li {
        margin-left: 0;
    }

    .bodyrtl .sticky-header .header-sticky-inner .pro-header-right-options li {
        margin-right: 15px;
    }
}

.alert-cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    color: #212529;
    margin-bottom: 0;
    width: 100%;
    padding: 30px;
    border: none;
    z-index: 15;
}

.alert-cookie .btn-link {
    color: #212529;
    text-decoration: underline;
}

.alert-cookie .btn-link:hover,
.alert-cookie .btn-link:focus {
    color: var(--base);
}

.alert-cookie .btn {
    float: right;
}

.footer-area {
    margin-top: 0px;
}

.footer-area .peragraph {
    margin-top: 15px;
}


.footer-six {
    background-color: #f5f5f5;
    color: #212529;
}

.footer-six .search-content {
    background-color: var(--base);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.footer-six .search-content .newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-six .search-content .newsletter .block {
    position: relative;
    margin-left: 14px;
    width: 502px;
}

.footer-six .search-content .newsletter .block .search-field-module {
    position: relative;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: none;
    width: 100%;
}

.footer-six .search-content .newsletter .block .search-field-module:focus {
    border-color: var(--base);
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-wrap {
    float: right;
    height: 42px;
    width: 100%;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-wrap input {
    float: left;
    padding: 0px 50px 0 15px;
    height: 42px;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none !important;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-wrap .btn-secondary {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select {
    float: left;
    position: relative;
    width: 160px !important;
    height: 50px;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select .bootstrap-select {
    width: 100% !important;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle {
    background-color: #fff;
    color: #6c757d;
    font-weight: 400;
    font-family: var(--ff);
    height: 50px;
    width: 100%;
    border: none;
    padding: 0;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle .filter-option {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle:focus {
    outline: none !important;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select .bootstrap-select .btn.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F107";
    position: absolute;
    top: 17px;
    right: 6px;
    color: #6c757d;
    border: none;
}

.footer-six .search-content .newsletter .block .search-field-module .search-field-select::before {
    content: "";
    width: 1px;
    height: 25px;
    background: #dee2e6;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -14px;
    z-index: 1;
}

.footer-six h5 {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
}

.footer-six hr {
    margin-top: 5px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.footer-six hr:before {
    height: 1px;
    background-color: var(--base);
    content: "";
    position: absolute;
    width: 85px;
    margin-top: -1px;
}

.footer-six ul li a .fa {
    padding-right: 5px;
}

.footer-six ul li a:hover {
    color: var(--base);
}

.footer-six .contact-list li {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.footer-six .contact-list li .fas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    color: var(--base);
    height: 30px;
    width: 30px;
}

.footer-six .contact-list li a {
    color: #212529;
}

.footer-six .links-list li {
    list-style-type: none;
    margin-bottom: 5px;
}

.footer-six .links-list li a {
    display: block;
    font-size: 0.875rem;
    color: #212529;
}

.footer-six .links-list li a:hover {
    color: var(--base);
}

.footer-six .socials {
    display: block;
}

.footer-six .socials .footer-image {
    margin-top: 15px;
}

.footer-six .socials .list {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-six .socials .list li {
    display: inline-block;
}

.footer-six .socials .list li a {
    background-color: #fff;
    color: #212529;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #dee2e6;
}

.footer-six .socials .list li a:hover {
    background-color: var(--base);
    color: #fff;
    border-color: var(--base);
}

.footer-six .copyright-content {
    background-color: #F2F2F2;
    color: #212529;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-six .copyright-content .footer-image .img-fluid {
    height: 20px;
}

.footer-six .copyright-content .footer-info {
    text-align: center;
}

.footer-six .copyright-content .footer-info a {
    color: #212529;
}

.footer-mobile {
    /* padding-top: 30px; */
    background-color: #fff;
}

.footer-mobile .single-footer.display-mobile h5 {
    color: #212529;
}

.footer-mobile .newsletter {
    margin-bottom: 30px;
}

.footer-mobile .newsletter .block {
    margin-bottom: 15px;
    position: relative;
}

.footer-mobile .newsletter .block .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    margin-left: auto;
}

.footer-mobile .newsletter .block .form-inline .search {
    background-color: #fff;
    border-radius: 0;
    position: relative;
    width: 100%;
}

.footer-mobile .newsletter .block .form-inline .search .select-control {
    float: left;
    position: relative;
    border-right: 1px solid #dee2e6;
    width: 159px;
    height: 40px;
}

.footer-mobile .newsletter .block .form-inline .search .select-control .form-control {
    height: 40px;
    width: 100%;
}

.footer-mobile .newsletter .block .form-inline .search .select-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F0D7";
    position: absolute;
    top: 10px;
    right: 15px;
    color: #111;
}

.footer-mobile .newsletter .block .form-inline .search input {
    float: right;
    height: 40px;
    padding: 8px 12px 8px 12px;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none !important;
    border: 1px solid #dee2e6;
}

.footer-mobile .newsletter .block .form-inline .search .btn-secondary {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    height: calc(100% - 2px);
    width: 102px;
    /*display: none;*/
}

.footer-mobile .newsletter .block .form-inline .search .arrow {
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    height: calc(100% - 2px);
    width: 46px;
    padding: 0px 0px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
}

.footer-mobile .socials {
    display: flex;
    margin-top: 2px;
    margin-bottom: 30px;
}

.footer-mobile .socials .list {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-mobile .socials .list li {
    display: inline-block;
}

.footer-mobile .socials .list li a {
    color: #212529;
    font-size: 1rem;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #dee2e6;
}

.footer-mobile .socials .list li a:hover {
    background-color: var(--base);
    color: #fff;
    border-color: var(--base);
}

.footer-mobile .footer-inner {
    background-color: #dee2e6;
    padding-top: 30px;
}

.footer-mobile .footer-inner .single-footer {
    margin-bottom: 30px;
}

.footer-mobile .single-footer h5 {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    color: #212529;
}

.footer-mobile .single-footer hr {
    margin-top: 5px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.footer-mobile .single-footer hr:before {
    height: 1px;
    background-color: var(--base);
    content: "";
    position: absolute;
    width: 85px;
    margin-top: -1px;
}

.footer-mobile .single-footer ul li a .fa {
    padding-right: 5px;
}

.footer-mobile .single-footer ul li a:hover {
    color: var(--base);
}

.footer-mobile .single-footer .contact-list li {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 0.875rem;
    width: 100%;
    margin-bottom: 5px;
}

.footer-mobile .single-footer .contact-list li span {
    color: #212529;
}

.footer-mobile .single-footer .contact-list li .fas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    color: var(--base);
    height: 30px;
    width: 30px;
}

.footer-mobile .single-footer .contact-list li a {
    color: #212529;
}

.footer-mobile .single-footer .links-list li {
    list-style-type: none;
    margin-bottom: 5px;
}

.footer-mobile .single-footer .links-list li a {
    display: block;
    font-size: 0.875rem;
    color: #212529;
}

.footer-mobile .single-footer .links-list li a:hover {
    color: var(--base);
}

.footer-mobile .copyright-content {
    background-color: #fff;
    color: #212529;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.footer-mobile .copyright-content .footer-image {
    float: right;
}

.footer-mobile .copyright-content .footer-image .img-fluid {
    height: 20px;
}

.footer-mobile .copyright-content .footer-info a {
    color: #212529;
}

.footer-mobile .display-mobile {
    display: none;
}

.shop-three .right-menu {
    padding-top: 30px;
}

.right-menu a[aria-expanded=false]:after {
    content: "\F067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    float: right;
}

.right-menu a[aria-expanded=true]:after {
    content: "\F068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    float: right;
}

.right-menu .main-manu {
    display: block;
    color: #212529;
    text-decoration: none;
    font-family: var(--ff);
    font-size: 16px;
    font-weight: 400;

    &:hover,
    &:not(.collapsed) {
        color: var(--base);
    }
}

.right-menu .main-manu .fas {
    float: right;
    display: block;
    color: #dee2e6;
    margin-top: 5px;
}

.right-menu .sub-manu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.right-menu .sub-manu .unorder-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.right-menu .sub-manu .unorder-list .list-item a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    line-height: 25px;
    color: var(--black);
}

.right-menu .sub-manu .unorder-list .list-item a:hover {
    color: var(--base);
}

.right-menu .sub-manu .unorder-list .list-item a .fas {
    margin-right: 7px;
}

.right-menu .color-range-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    margin-top: 30px;
}

.right-menu .color-range-main h5 {
    font-family: var(--ff);
    font-size: 0.875rem;
    font-weight: 600;
}

.right-menu .color-range-main .color-range ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.right-menu .color-range-main .color-range ul li {
    display: inline-block;
    margin-right: 2px;
}

.right-menu .color-range-main .color-range ul li a {
    display: block;
    padding: 10px 10px;
}

.right-menu .color-range-main .color-range ul li .black {
    background-color: #111;
}

.right-menu .color-range-main .color-range ul li .dark-blue {
    background-color: #09057d;
}

.right-menu .color-range-main .color-range ul li .light-blue {
    background-color: #1d18f8;
}

.right-menu .color-range-main .color-range ul li .choclate {
    background-color: #7d0006;
}

.right-menu .color-range-main .color-range ul li .dark-pink {
    background-color: #7f057e;
}

.right-menu .color-range-main .color-range ul li .purple {
    background-color: #8017f8;
}

.right-menu .color-range-main .color-range ul li .red {
    background-color: #f90018;
}

.right-menu .color-range-main .color-range ul li .light-pink {
    background-color: #f90080;
}

.right-menu .color-range-main .color-range ul li .pink {
    background-color: #fa13f9;
}

.right-menu .size-range-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    margin-top: 30px;
}

.right-menu .size-range-main h5 {
    font-family: var(--ff);
    font-size: 0.875rem;
    font-weight: 600;
}

.right-menu .size-range-main .size-range ul {
    display: flex;
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.right-menu .size-range-main .size-range ul li a {
    padding-top: 3px !important;
    margin: 0 2px;
    width: 30px;
    padding: 0;
    height: 30px;
}

.right-menu .size-range-main .size-range ul li .size-btn {
    background-color: #e9ecef;
    border-color: #c1c9d0;
}

.right-menu .size-range-main .size-range ul li .size-btn:hover {
    background-color: #fff;
    color: #212529;
}

.right-menu .img-main {
    margin-top: 30px;
    padding-bottom: 30px;
}


.top-bar label {
    font-weight: 700;
    margin-right: 10px;
    font-size: 12px;
}

.top-bar .block {
    display: flex;
    align-items: center;
}

.top-bar .block label {
    font-weight: 700;
    margin: 10px;
}

.top-bar .block .buttons {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .block .buttons a {
    padding: 5px;
}

.top-bar .block .buttons .active {
    color: var(--base);
}

.top-bar .form-group {
    position: relative;
    margin-right: 10px;
}

.top-bar .form-group .form-control {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 17px;
    border: none;
    font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-bar .form-inline .form-group {
        margin-right: 10px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-bar {
        margin-bottom: 15px;
    }

    .top-bar .justify-content-center,
    .top-bar .justify-content-end {
        justify-content: flex-start !important;
    }

    .top-bar .block {
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .top-bar .form-inline {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .top-bar .block {
        margin-bottom: 1rem;
    }

    .top-bar .form-inline .form-group {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .top-bar .form-inline .form-group .form-control {
        width: 100%;
    }

    .top-bar .form-inline .form-group .select-control {
        width: 100%;
    }

    .top-bar .form-inline .form-group span {
        width: 100%;
        display: block;
        padding-left: 10px;
    }
}

.blog-menu .category-div {
    background-color: white;
    padding: 15px 15px 15px 15px;
    margin-bottom: 30px;
}

.blog-menu .category-div .heading {
    padding-bottom: 15px;
}

.blog-menu .category-div .media {
    height: 85px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-menu .category-div .media .media-img {
    width: 30%;
    margin-right: 15px;
    overflow: hidden;
}

.blog-menu .category-div .media .fas {
    margin-right: 15px;
}

.blog-menu .category-div .media .media-body {
    width: 70%;
}

.blog-menu .category-div .media .media-body h5 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-menu .category-div .media .media-body p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.blog-menu .category-div .media .media-body p span {
    margin-right: 10px;
}

.blog-menu .category-div .media .media-body p span .fa-clock {
    font-size: 15px;
}

.blog-menu .category-div .btn-primary {
    background-color: #dee2e6;
    color: #212529;
    border-color: #c1c9d0;
}

.blog-menu .category-div .main-manu {
    width: 100%;
    text-align: left;
    border: 1px solid #dce1e56e;
}

.blog-menu .category-div .main-manu img {
    width: 16px;
    margin-right: 7px;
    margin-bottom: 4px;
}

.blog-menu .category-div .main-manu .fas {
    float: right;
    display: block;
    color: #c1c9d0;
    margin-top: 3px;
}

.blog-menu .category-div .sub-manu .unorder-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.blog-menu .category-div .sub-manu .unorder-list .list-item {
    padding-right: 0;
}

.blog-menu .category-div .sub-manu .unorder-list .list-item a {
    width: 100%;
    text-align: left;
    padding-left: 38px;
    border: 1px solid #dce1e56e;
}

.blog-menu .category-div .sub-manu .unorder-list .list-item a .fas {
    margin-right: 7px;
}

.blog-menu .category-div .socials {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

.blog-menu .category-div .socials li {
    font-size: 1.625rem;
    width: auto;
    margin-right: 15px;
    list-style: none;
}

.blog-menu .category-div .socials li a {
    color: #6c757d;
    transition: 0.4s;
}

.blog-menu .category-div .socials li .fb:hover {
    color: #3b5998;
}

.blog-menu .category-div .socials li .tw:hover {
    color: #00acee;
}

.blog-menu .category-div .socials li .sk:hover {
    color: #00aff0;
}

.blog-menu .category-div .socials li .In:hover {
    color: #0077B5;
}

.blog-menu .category-div .socials li .ig:hover {
    color: #3f729b;
}

@media only screen and (max-width: 1200px) {
    .blog-menu .category-div .media {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .blog-menu .category-div .media .media-img {
        margin-bottom: 15px;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }

    .blog-menu .category-div .media .media-body {
        width: 100%;
    }
}

.carousel-content .carousel-control-prev,
.carousel-content .carousel-control-next {
    overflow: hidden;
    outline: none;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ced4da;
    border: 1px solid #ced4da;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: 1.2s;
    opacity: 0;
    top: 45%;
    z-index: 10;
}

.carousel-content .carousel-control-prev::after,
.carousel-content .carousel-control-next::after {
    background-color: #000;
    opacity: 0;
}

.carousel-content .carousel-control-prev::before,
.carousel-content .carousel-control-next::before {
    font-family: "revicons";
    font-size: 15px;
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.carousel-content .carousel-control-prev:after,
.carousel-content .carousel-control-next:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 50% -100%;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.carousel-content .carousel-control-prev .carousel-control-next,
.carousel-content .carousel-control-prev .carousel-control-prev:hover:after,
.carousel-content .carousel-control-prev .carousel-control-next,
.carousel-content .carousel-control-prev .carousel-control-prev:focus:after,
.carousel-content .carousel-control-prev .carousel-control-next,
.carousel-content .carousel-control-prev .carousel-control-prev:active:after,
.carousel-content .carousel-control-next .carousel-control-next,
.carousel-content .carousel-control-next .carousel-control-prev:hover:after,
.carousel-content .carousel-control-next .carousel-control-next,
.carousel-content .carousel-control-next .carousel-control-prev:focus:after,
.carousel-content .carousel-control-next .carousel-control-next,
.carousel-content .carousel-control-next .carousel-control-prev:active:after {
    transform: scaleY(1);
    opacity: 1;
}

.carousel-content .carousel-control-next {
    right: 0px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.carousel-content .carousel-control-next::before {
    content: "\2192";
    font-family: "revicons";
    line-height: 36px;
    font-size: 30px;
    font-weight: 100;
}

.carousel-content .carousel-control-prev {
    left: 0px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.carousel-content .carousel-control-prev::before {
    content: "\2190";
    font-family: "revicons";
    line-height: 36px;
    font-size: 30px;
    font-weight: 100;
}

.carousel-content .carousel-indicators .active {
    background-color: var(--base);
}

.carousel-content .group-banners .banner-image:nth-child(2) {
    margin-bottom: 0;
}

.carousel-content .carousel.slide:hover .carousel-control-prev {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0.4s;
    opacity: 1;
    border: none;
}

.carousel-content .carousel.slide:hover .carousel-control-next {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: 0.4s;
    opacity: 1;
    border: none;
}

#quickViewModal .modal-body {
    padding: 10px;
}

.modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.modal .modal-dialog .modal-body .pro-description {
    position: relative;
    bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .badges {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

.modal .modal-dialog .modal-body .pro-description .pro-title {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos {
    margin-top: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-catgory {
    display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info {
    display: flex;
    line-height: 24px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info b {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111;
    margin-right: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li {
    display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li:after {
    content: ",";
}

.modal .modal-dialog .modal-body .pro-description .pro-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info div,
.modal .modal-dialog .modal-body .pro-description .popup-detail-info p {
    color: #6c757d;
    margin-top: 10px;
    padding: 0;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .pro-options {
    display: flex;
    justify-content: space-between;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box {
    display: flex;
    align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box label {
    margin-bottom: 0;
    margin-right: 5px;
}

.modal .modal-dialog .modal-body .pro-description .pro-price {
    display: flex;
    align-items: flex-end;
}

.modal .modal-dialog .modal-body .pro-description .pro-price ins {
    font-family: var(--ff);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--base);
    text-decoration: none;
    line-height: 1;
}

.modal .modal-dialog .modal-body .pro-description .pro-price del {
    font-family: var(--ff);
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 0.875rem;
}

.modal .carousel .carousel-inner .carousel-item {
    background-color: #e9ecef;
    text-align: center;
}

.modal .carousel .carousel-inner .carousel-item a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
    color: #c8c8c8;
}

.modal .carousel .carousel-control-prev,
.modal .carousel .carousel-control-next {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ced4da !important;
    color: #212529 !important;
    border: none !important;
    border-radius: 0;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
}

.modal .carousel .carousel-control-prev .fas,
.modal .carousel .carousel-control-next .fas {
    color: #212529;
}

.modal .carousel .carousel-control-prev:hover,
.modal .carousel .carousel-control-next:hover {
    background-color: var(--base);
}

.modal .carousel .carousel-control-prev::after,
.modal .carousel .carousel-control-next::after {
    content: "";
    background-color: #000;
    opacity: 0;
}

.modal .carousel .carousel-control-prev {
    transition: 1.4s ease-in-out;
    transform: translateX(-30px) !important;
    -webkit-transform: translateX(-30px) !important;
    overflow: hidden;
    opacity: 0;
    left: 15px;
}

.modal .carousel .carousel-control-next {
    transition: 1.2s ease-in-out;
    transform: translateX(20px) !important;
    -webkit-transform: translateX(20px) !important;
    overflow: hidden;
    opacity: 0;
    right: 15px;
}

.modal .carousel:hover .carousel-control-prev {
    transition: 0.4s ease-in-out;
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    opacity: 1 !important;
    overflow: hidden;
    box-shadow: none;
}

.modal .carousel:hover .carousel-control-prev .fas {
    color: #fff;
}

.modal .carousel:hover .carousel-control-next {
    transition: 0.4s ease-in-out;
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    opacity: 1 !important;
    box-shadow: none;
    overflow: hidden;
}

.modal .carousel:hover .carousel-control-next .fas {
    color: #fff;
}

.carousel-control-prev:hover:after,
.carousel-control-prev:focus:after,
.carousel-control-prev:active:after,
.carousel-control-next:hover:after,
.carousel-control-next:focus:after,
.carousel-control-next:active:after {
    transform: scaleY(1);
    opacity: 1 !important;
    box-shadow: none;
}

a.carousel-control-prev.btn-secondary.swipe-to-top:focus {
    box-shadow: none !important;
}

a.carousel-control-next.btn-secondary.swipe-to-top:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 576px) {
    .modal .modal-dialog .modal-body .pro-description .pro-counter {
        display: flex;
        align-items: self-start;
        flex-direction: column;
    }

    .modal .modal-dialog .modal-body .pro-description .pro-counter .item-quantity {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .modal .modal-dialog .modal-body .pro-description .pro-counter {
        margin-bottom: 15px;
    }
}

.empty-content .pro-empty-page {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 33px 0 92px;
}

.empty-content .pro-empty-page h2 {
    font-family: var(--ff);
    color: #ced4da;
    font-size: 36px;
    line-height: 43px;
    padding: 0;
    margin: 0;
}

.empty-content .pro-empty-page h1 {
    font-family: var(--ff);
    font-size: 64px;
    line-height: 77px;
}

.blog-content .pro-heading-title {
    padding-bottom: 35px;
}

.categories-content {
    overflow: hidden;
}

.categories-content .cat-banner {
    margin-top: 30px;
}

.categories-content .cat-banner a {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.categories-content .cat-banner a img {
    width: 100%;
}

.categories-content .cat-banner .categories-image {
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
    position: relative;
}

.categories-content .cat-banner .categories-image .categories-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--base);
    opacity: 0.8;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: 0.2s;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.categories-content .cat-banner .categories-image .categories-title h3 {
    font-size: 1rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.categories-content .cat-banner .categories-image .categories-title:after {
    background-color: #000;
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 50% -100%;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.categories-content .cat-banner .categories-image .categories-title:hover {
    opacity: 1;
}

.categories-content .cat-banner .categories-image .categories-title:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

.categories-content .cat-banner .categories-image:hover a {
    color: #fff;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}

.categories-content .cat-banner .categories-icon img {
    padding: 15px;
    width: auto;
    display: inline-block;
}

.categories-content .cat-banner .categories-icon h3 {
    position: relative;
    bottom: auto;
    color: #6c757d;
    font-size: 14px;
    font-weight: normal;
}

.categories-content .general-product:hover .slick-prev {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    opacity: 1 !important;
    overflow: hidden;
}

.categories-content .general-product:hover .slick-next {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    opacity: 1 !important;
    overflow: hidden;
}

.pro-timer {
    z-index: 1;
    display: flex;
    bottom: 0px;
    position: relative;
}

.pro-timer span {
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
    z-index: 2;
    font-weight: 700;
    background-color: #dbdbdb;
    color: #212529;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pro-timer span small {
    display: block;
    font-size: 11px;
}

.pro-timer span small {
    color: #6c757d;
    z-index: 2;
}

.pro-fs-content .general-product {
    margin-top: 30px;
}

.pro-fs-content .product {
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 0;
}

.pro-fs-content .product article {
    overflow: hidden;
    display: block;
    box-shadow: none;
}

.pro-fs-content .product article:hover .pro-btn {
    transform: translateY(0px);
    transition: 0.4s ease-out;
    opacity: 1;
}

.pro-fs-content .product article:hover .product-flash-hover {
    overflow: hidden;
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    /* A litttttle slower on the way in */
    transition: 0.4s;
    /* Move into place */
    transform: translateY(0);
}

.pro-fs-content .product .flash-p {
    z-index: 99;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.pro-fs-content .pro-description {
    z-index: 2;
    width: 64%;
}

.pro-fs-content .pro-description .pro-info {
    font-family: var(--ff);
    font-size: 20px;
    line-height: 1.5;
    color: #dc3545;
    z-index: 2;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.pro-fs-content .pro-description .tag {
    font-family: var(--ff);
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left;
    line-height: 1.5;
}

.pro-fs-content .pro-description .pro-title {
    font-family: var(--ff);
    z-index: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-bottom: 0;
}

.pro-fs-content .pro-description .price {
    font-family: var(--ff);
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--base);
    margin-bottom: 10px;
}

.pro-fs-content .pro-description .price span {
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 1.075rem;
    line-height: 1.5;
}

.pro-fs-content .pro-description .pro-btn {
    transform: translateY(-115px);
    transition: 1.2s ease-in;
    opacity: 0;
}

.pro-fs-content .pro-thumb {
    width: 36%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.pro-fs-content .pro-thumb .product-flash-hover {
    overflow: hidden;
    opacity: 0;
    transition: 1.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dadadaa6;
    border-radius: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transform: translateY(-40px) !important;
    -webkit-transform: translateY(-40px) !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    overflow: hidden;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    margin: 15px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons .icon:hover {
    background-color: var(--base);
    color: #fff;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons .icon::before {
    background-color: #000;
}

.pro-fs-content .pro-thumb .product-flash-hover .btn {
    width: 80%;
    padding: 0.6rem 1.6rem;
    margin-bottom: 15px;
    padding: 0.6rem 0rem;
    font-size: 13px;
}

.pro-comment .product {
    margin-bottom: 0;
}

.pro-comment .product article {
    padding: 20px;
}

.pro-comment .pro-img {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
}

.pro-comment .pro-img .pre-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    overflow: hidden;
    margin: 0 16px 0 0;
    border-radius: 50%;
}

.pro-comment .pro-img .pre-title {
    display: flex;
    font-size: 13px;
    line-height: 19px;
}

.pro-comment .pro-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 76px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 17px solid #55555530;
    border-right: 34px solid transparent;
}

.pro-comment .pro-title {
    padding: 20px;
    background-color: #55555530;
}

.pro-comment .pro-title .pro-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
}

.pro-comment .pro-title .pro-heading .pro-rating {
    display: flex;
    list-style: none;
}

.boxes-content {
    padding-top: 70px;
    background: #fff !important;
    display: none;
}

.info-boxes-content {
    border: 1px solid #dee2e6;
    padding: 30px 15px;
}

.info-boxes-content .info-box {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    border-right: 1px solid #dee2e6;
}

.info-boxes-content .info-box .panel {
    display: flex;
    align-items: center;
}

.info-boxes-content .info-box .panel .fas {
    color: var(--base);
    font-size: 35px;
    margin-bottom: 0;
    text-align: center;
    align-self: center;
    margin-right: 15px;
}

.info-boxes-content .info-box .panel .block h4 {
    font-size: 1rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.info-boxes-content .info-box .panel .block p {
    font-size: 0.875rem;
    margin: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.info-boxes-content .last {
    border: none;
}

.shop-content .list-group {
    display: block;
    margin-bottom: 15px;
    padding: 0 15px;
}

.shop-content .list-group .list-group-item:first-child:before {
    display: none;
}

.shop-content .list-group .list-group-item {
    float: left;
    font-size: 0.875rem;
    background-color: transparent;
    border: none;
    margin-right: 10px;
}

.shop-content .list-group .list-group-item a {
    text-decoration: none;
}

.shop-content .list-group .list-group-item.active {
    color: var(--base);
}

.shop-content .list-group .list-group-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.shop-content .list-group.end {
    float: right;
}

.shop-content .list-group.end .list-group-item {
    font-weight: 600;
}

.shop-content .listing .product article {
    display: flex;
}

.shop-content .listing .product article .thumb {
    width: 32%;
}

.shop-content .listing .product article .content {
    width: 67%;
}

.shop-content .listing .product article .content .expand-detail {
    display: block;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-content .listing .product article .content .expand-detail p {
    display: block;
}

.shop-content .listing .product article .product-dis {
    margin-left: 30px;
}

.shop-content .listing .product article .tag {
    display: block;
    padding: 0;
    text-align: left;
}

.shop-content .listing .product article .discription {
    display: block;
}

.shop-content .listing .product article .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.shop-content .listing .product article .price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-center;
}

.shop-content .listing .product article .listing-btn {
    display: flex;
    padding-bottom: 10px;
}

.shop-content .listing .product article .listview-btn {
    display: block;
    margin-left: 15px;
}

.shop-content.shop-topbar .listing .product article .thumb {
    width: 25%;
}

.shop-content.shop-topbar .listing .product article .content {
    width: 75%;
}

.product-page .pro-timer {
    margin: 15px 0;
}

.product-page .pro-options {
    margin-bottom: 15px;
}

.product-page .pro-options .attributes {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0px;
}

.product-page .pro-options .attributes .select-control {
    width: 100%;
}

.product-page .pro-options label {
    margin-bottom: 0;
    margin-right: 10px;
}

.product-page .product {
    margin-bottom: 35px;
}

.product-page h5 {
    font-family: var(--ff);
    line-height: 1.5;
    padding: 10px 0 10px 0;
    margin: 0;
}

.product-page .price {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--base);
    line-height: 1;
    margin: 13px 0px 20px;
    font-family: var(--ff);
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

.product-page .price small {
    font-size: 14px;
    font-weight: 400 !important;
    margin-left: 15px;
}

.product-page .price span {
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 1.075rem;
    line-height: 1.5;
}

.product-page .pro-rating {
    line-height: 35px;
    display: flex;
    align-items: center;
}

.product-page .pro-rating .fas {
    color: var(--base);
}

.product-page .pro-rating .btn-link {
    font-weight: 600;
    color: #6c757d;
    margin-left: 10px;
}

.product-page .pre-tag {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 2px 7px 2px 7px;
    min-width: 40px;
    text-align: center;
}

.product-page .discount {
    position: absolute;
    right: 10px !important;
    left: auto !important;
}

.product-page .pro-infos {
    margin-bottom: 10px;
}

.product-page .pro-infos .pro-single-info {
    font-family: var(--ff);
    font-size: 0.875rem;
    color: #111;
    margin-right: 10px;
}

.product-page .pro-infos .pro-single-info ul {
    margin-bottom: 10px;
}

.product-page .pro-infos .pro-single-info a {
    font-family: var(--ff);
    font-size: 0.875rem;
    color: #111;
    font-weight: 400;
    margin-left: 10px;
}

.product-page .pro-counter {
    margin-bottom: 10px;
}

.product-page .pro-counter .item-quantity {
    margin-bottom: 15px;
}

.product-page .pro-sub-buttons .buttons .btn:first-child {
    padding-left: 0;
}

.product-page .pro-sub-buttons {
    margin-bottom: 15px;
}

.product-page .pro-sub-buttons .buttons {
    margin-bottom: 10px;
}

.product-page .pro-sub-buttons .buttons i.fas {
    margin-right: 5px;
}

.product-page .tab-content {
    margin-top: 10px;
}

.product-page .tab-content .tab-pane {
    border: 1px solid #dee2e6;
    padding: 15px;
}

.product-page .slider-pcontent {
    border: 1px solid #dee2e6;
}

.product-page .slider-pcontent h5 {
    text-align: center;
}

.product-page .slider-pcontent .product article .thumb {
    height: 140px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}

.product-page .list {
    list-style: none;
    padding: 2px 0px 0 0;
    display: flex;
}

.product-page .list li {
    font-size: 0.875rem;
    color: #6c757d;
    margin-right: 15px;
}

.product-page .list .instock {
    color: green;
}

.product-page .list .instock .fas {
    margin-right: 5px;
}

.product-page .list li:last-child {
    border: none;
}

.product-page .list-main .icon-liked {
    position: relative;
    float: right;
    top: -32px;
}

.product-page .list-main .icon-liked .icon {
    position: relative;
    background-color: var(--base);
    color: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.product-page .list-main .icon-liked .badge {
    font-family: "Roboto", sans-serif;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 0;
}

.product-page .controls {
    background-color: #dbdbdb;
    padding: 15px;
}

.product-page .controls .quantity-pro {
    display: flex;
    justify-content: center;
}

.product-page .controls .input-group .input-group-btn .btn {
    background-color: #fff;
    border-color: #ced4da;
}

.product-page .controls .select-control .form-control {
    background-color: #fff;
    width: 100%;
    color: #212529;
}

.product-page .controls .select-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F0D7";
    position: absolute;
    top: 6px;
    right: 30px;
    color: #212529;
}

.product-page .controls .color-item {
    width: 29%;
}

.product-page .controls .size-item {
    width: 24%;
}

.product-page .product-buttons {
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-page .product-buttons h2 span {
    margin-left: 15px;
}

.product-page .product-buttons .buttons {
    width: 30%;
}

.product-page .product-buttons .buttons .btn {
    font-weight: 700;
}

.product-page .tab-list .nav-index {
    border: 1px solid #d1d8df;
    margin-right: 10px;
    text-align: center;
}

.product-page .tab-list .active {
    border-color: #dee2e6;
    color: #212529;
}

.product-page .tab-content .tab-pane .tabs-pera {
    padding: 10px;
    border: 1px solid #d1d8df;
    background-color: #fff;
}

.product-page .tab-content .tab-pane .tabs-pera p {
    margin-bottom: 19.8px;
}

.product-page .bg-banner-content {
    text-align: center;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 15px 15px 15px 15px;
}

.product-page .bg-banner-content .banner-single {
    padding: 20px 0px 20px 0px;
}

.product-page .bg-banner-content .banner-single .fas {
    color: var(--base);
}

.product-page .bg-banner-content .banner-single .block {
    margin: 0;
}

.product-page .bg-banner-content .banner-single .block h5 {
    font-family: var(--ff);
    line-height: 1.5;
}

.Vertical-pro .product article .thumb {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .product-page .controls {
        display: block;
    }

    .product-page .controls .select-control .form-control {
        margin-bottom: 15px;
    }

    .product-page .product-buttons {
        display: block;
    }

    .product-page .product-buttons .buttons {
        width: auto;
    }

    .product-page .list-main .icon-liked {
        top: auto;
    }
}

.upcomming-tag {
    background-color: #28a745;
    top: initial;
    bottom: 0px;
    width: 100%;
}

.upcomming-tag #timer {
    color: var(--base);
}

.timer-tag {
    background-color: #dc3545;
    top: initial;
    bottom: -10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.timer-tag .pro-timer {
    margin-left: 5px;
}

.timer-tag .pro-timer span {
    color: var(--base);
}

.input-group .form-control {
    height: calc(2.25rem + 6px);
}

.cart-area .bottom-table {
    border: 2px solid #dee2e6;
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
    display: flex;
}

.cart-area .bottom-table .align-right.align-right2 .btn {
    margin-right: 0;
}

.cart-area .table-background {
    background-color: #fff;
}

.cart-area .table-background .form-control {
    height: calc(2.25rem + 9px);
}

.cart-area .table {
    margin: 0;
}

.cart-area .table thead tr th {
    text-transform: uppercase;
    border: none;
    font-family: var(--ff);
}

.cart-area .table thead tr th[align=center] {
    text-align: center;
}

.cart-area .item {
    position: relative;
    float: left;
    width: 100%;
}

.cart-area .item .item-thumb {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #dee2e6;
    margin-right: 15px;
}

.cart-area .item .item-detail {
    float: left;
}

.cart-area .item .item-detail h4 {
    font-size: 1rem;
}

.cart-area .item .item-detail h4 small {
    color: #6c757d;
}

.cart-area .item-price {
    color: var(--base);
}

.cart-area .item-price,
.cart-area .item-total {
    font-size: 1.25rem;
    font-weight: 600;
}

.cart-page-one .top-table thead {
    background-color: #fff;
}

.cart-page-one .top-table tbody tr {
    background-color: #fff;
    align-items: center;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.cart-page-one .top-table tbody tr td {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.cart-page-one .top-table tbody tr td .item-detail {
    justify-content: flex-start;
}

.cart-page-one .top-table tbody tr td .item-detail h4 {
    font-size: 1rem;
    font-weight: 600;
}

.cart-page-one .top-table tbody tr td .item-detail .item-controls .btn {
    font-size: 12px;
    border: 1px solid #dee2e6;
    padding: 0 5px;
}

.cart-page-one .top-table tbody tr td .item-control {
    text-align: right;
}

.cart-page-one .top-table tbody tr td .item-control .btn {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
}

.cart-page-one .summery {
    background-color: #fff;
    border: 2px solid #dee2e6;
    padding: 15px 15px;
}

.cart-page-one .summery h5 {
    text-align: center;
}

.cart-page-one .right-table {
    background-color: #fff;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.cart-page-one .right-table tbody th,
.cart-page-one .right-table tbody td {
    border-top: none;
    padding: 15px;
}

.cart-page-one .align-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-page-one .align-right .btn:first-child {
    margin-right: 15px;
}

.bottom-table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .cart-page-one .align-right .btn:first-child {
        margin-right: 0px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .cart-page-one .align-right .btn:first-child {
        margin-right: 0;
        margin-left: 0px;
    }
}

.order-one-content .h5-heading {
    margin: 0;
}

.order-one-content .hr-line hr {
    margin-top: 5px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.order-one-content .hr-line hr:before {
    height: 1px;
    background-color: var(--base);
    content: "";
    position: absolute;
    width: 85px;
    margin-top: -1px;
}

.order-one-content .table {
    background-color: white;
    text-align: center;
}

.order-one-content .table th {
    border: none;
    vertical-align: middle;
}

.order-one-content .table tr.head {
    border-bottom: 1px solid var(--black);
    margin-bottom: 10px;
}

.order-one-content .table tr .underline {
    text-decoration: underline;
}

.order-one-content .table tr td {
    display: flex;
    align-items: center;
    border: none;
}

.order-one-content .table tr td .order-img {
    border: 1px solid #ced4da;
}

.order-one-content .table tr td .description {
    text-align: left;
}

.order-one-content .table tr td .description h3 {
    font-family: var(--ff);
    font-size: 1rem;
}

.order-one-content .table tr td .description .price {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-family: var(--ff);
    font-size: 1rem;
    margin-bottom: 5px;
}

.order-one-content .table tr td .description .price span {
    color: #dc3545;
}

.order-one-content .table tr td .description p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.order-one-content .table tr td .description .input-group span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ced4da;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.order-one-content .table tr td .description .input-group span .fa {
    font-size: 13px;
}

.order-one-content .table tr td .description .input-group input {
    background-color: #f2f2f2;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 29px;
    min-width: 24px;
    max-width: 35px;
    outline: none;
    box-shadow: unset;
}

.order-one-content .table tr td .description .input-group .btn {
    font-size: 10px;
    font-weight: 600;
    margin-left: 15px;
}

.order-one-content .table tr td .description .detail {
    text-align: right;
}

.order-one-content .table tr td .description .detail p {
    margin-bottom: 5px;
    color: #a1abb6;
}

.order-one-content .table tr td .description .detail .share {
    margin-bottom: 5px;
}

.order-one-content .table tr td .description .detail .share a {
    color: #a1abb6;
}

.order-one-content .table tr td .description .detail .share a .fas {
    color: #a1abb6;
}

.order-two-content {
    margin-bottom: 30px;
}

.order-two-content .navbar-nav .nav-item .nav-link .fas {
    margin-right: 10px;
    font-size: 16px;
    float: left;
}

.order-two-content .tag-color {
    color: var(--base);
    font-size: 20px;
}

.order-two-content .tag-s {
    font-size: 20px;
}

.order-two-content .media-main {
    background-color: white;
}

.order-two-content .table {
    background-color: white;
}

.order-two-content .table th {
    border-top: none;
    vertical-align: middle;
}

.order-two-content .items tr th {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-two-content .items tr td.item-detail-left {
    justify-content: flex-start;
}

.order-two-content .items tr td {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-two-content .items tr td .order-img {
    border: 1px solid #ced4da;
}

.order-two-content .items tr td .text-body h4 {
    font-size: 1rem;
    font-weight: 600;
}

.order-two-content .items tr td .qtypluscart {
    display: grid;
}

.order-two-content .items tr td .qtypluscart a {
    display: grid;
}

.order-two-content .items tr td .qtypluscart .fas {
    border: 1px solid #ced4da;
    padding: 2px 4px;
    font-size: 9px;
}

.order-two-content .items tr td .input-group {
    display: flex;
    justify-content: center;
    width: 50%;
}

.order-two-content .items tr td .input-group .form-control {
    width: 50%;
    text-align: center;
}

.order-two-content .order-id tbody tr .pending p {
    background-color: #fff;
    color: white;
    margin: 0;
    padding: 0 5px;
    width: 80px;
    text-align: center;
}

.order-two-content .order-id tbody tr .address {
    text-align: left;
}

.order-two-content .order-id tbody tr td {
    border-top: none;
    font-size: 13px;
    padding-left: 20px;
}

.order-two-content .comments-area {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.shipping-content .main-form {
    padding: 30px;
    background-color: white;
}

.shipping-content .main-form .select-control {
    float: left;
    position: relative;
}

.shipping-content .main-form .select-control .form-control {
    background-color: transparent;
    width: 100%;
    color: #495057;
    border: 1px solid #222 !important;
}

.shipping-content .main-form .select-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F107";
    position: absolute;
    color: #6c757d;
    bottom: 8px;
    right: 15px;
    z-index: 1;
    font-size: 12px;
}

.shipping-content .main-form .star {
    color: red;
    position: relative;
    top: 3px;
}

.shipping-content .navbar-nav .nav-item .nav-link .fas {
    margin-right: 10px;
    font-size: 16px;
    float: left;
}

.shipping-content .tag-color {
    color: var(--base);
}

.shipping-content .h5-heading {
    margin: 0;
}

.shipping-content .hr-line hr {
    margin-top: 5px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.shipping-content .hr-line hr:before {
    height: 1px;
    background-color: var(--base);
    content: "";
    position: absolute;
    width: 85px;
    margin-top: -1px;
}

.shipping-content .media-main {
    background-color: white;
}

.shipping-content .table {
    background-color: white;
    text-align: center;
}

.shipping-content .table th {
    border: none;
    vertical-align: middle;
    text-align: left;
}

.shipping-content .table tr .edit-tag ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.shipping-content .table tr .edit-tag ul li {
    margin-right: 15px;
}

.shipping-content .table tr td {
    vertical-align: middle;
}

.shipping-content .table tr td .qtypluscart {
    display: grid;
}

.shipping-content .table tr td .qtypluscart a {
    display: grid;
}

.shipping-content .table tr td .qtypluscart .fas {
    border: 1px solid #ced4da;
    padding: 2px 4px;
    font-size: 9px;
}

.shipping-content .table tr td .form-check {
    padding-left: 30px;
}

.shipping-content .table tr td .form-check .form-check-input {
    position: absolute;
    left: 20px;
    top: 5px;
    margin-top: 0;
}

.shipping-content .table tr td .form-check .form-check-label {
    text-align: left;
}

.profile-content {
    margin-bottom: 30px;
}

.profile-content .h5-heading {
    margin: 0;
}

.profile-content .hr-line hr {
    margin-top: 5px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.profile-content .hr-line hr:before {
    height: 1px;
    background-color: var(--base);
    content: "";
    position: absolute;
    width: 85px;
    margin-top: -1px;
}

.profile-content .media-main {
    margin-bottom: 30px;
}

.profile-content .media-main .media {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 20px;
}

.profile-content .media-main .media img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.profile-content .media-main .media-body {
    margin-left: 15px;
}

.profile-content .media-main .media-body h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.profile-content .media-main .media-body h4 small {
    color: var(--black);
    font-size: 12px;
}

.profile-content .media-main .media-body .input-group span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.profile-content .media-main .media-body .input-group span .fa {
    font-size: 13px;
}

.profile-content .media-main .media-body .detail {
    text-align: right;
}

.profile-content .media-main .media-body .detail span {
    display: block;
    font-size: 0.875rem;
    font-family: var(--ff);
}

.profile-content form {
    float: left;
    width: 100%;
    background-color: white;
    padding: 30px;
}

.profile-content form .select-control::before {
    right: 30px;
}

.profile-content form .input-group.date .input-group-prepend {
    margin-right: 0;
}

.profile-content form .input-group.date .input-group-prepend .input-group-text {
    border-left-width: 0;
}

.profile-content form .input-group.date .datepicker-inline {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    z-index: 999;
}

.profile-content form .btn {
    float: right;
}

#datepicker {
    width: 100%;
}

#datepicker>span:hover {
    cursor: pointer;
}

.checkout-area .checkout-module {
    padding: 15px;
    padding-top: 0;
    width: 100%;
}

.checkout-area .checkout-module .checkoutd-nav {
    padding-left: 0;
    padding-right: 0;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item {
    font-family: var(--ff);
    width: calc(25% - 17px);
    margin-right: 15px;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a {
    background-color: #e1e1e1;
    padding: 5px;
    padding-left: 35px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a:after {
    content: "";
    border-top: 19.7px solid transparent;
    border-bottom: 19.7px solid transparent;
    border-left: 18px solid #e1e1e1;
    position: absolute;
    right: -18px;
    top: 0px;
    z-index: 1;
    transition: 0.4s;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a:before {
    content: "";
    border-top: 19.7px solid transparent;
    border-bottom: 19.7px solid transparent;
    border-left: 18px solid #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a.active {
    background-color: var(--base);
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a.active:after {
    content: "";
    border-top: 19.7px solid transparent;
    border-bottom: 19.7px solid transparent;
    border-left: 18px solid var(--base);
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
    transition: 0.4s;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a.active:before {
    content: "";
    border-top: 19.7px solid transparent;
    border-bottom: 19.7px solid transparent;
    border-left: 18px solid #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
}

.checkout-area .checkout-module .form-group {
    display: inline-block;
    width: 49.6%;
    padding: 0 15px;
    padding-left: 0;
}

.checkout-area .checkout-module .form-group .select-control {
    position: relative;
}

.checkout-area .checkout-module .form-group .select-control .form-control {
    border: 1px solid #222 !important;
}

.checkout-area .checkout-module .form-group .select-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* regular style/weight */
    content: "\F0D7";
    position: absolute;
    top: 7px;
    right: 15px;
    color: #ddd;
    z-index: 0;
}

.checkout-area .checkout-module .form-group .form-check-inline {
    margin-right: 5px;
    background-color: white;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.checkout-area .checkout-module .btn {
    margin-right: 10px;
}

.checkout-area .right-table {
    margin: 0;
    background-color: #fff;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.checkout-area .right-table thead tr th {
    text-transform: uppercase;
    border: none;
    font-family: var(--ff);
}

.checkout-area .right-table thead tr th[align=center] {
    text-align: center;
}

.checkout-area .right-table tbody th,
.checkout-area .right-table tbody td {
    border-top: none;
    padding: 15px;
}

.checkout-area .item {
    position: relative;
    float: left;
    width: 100%;
}

.checkout-area .item .item-thumb {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #dee2e6;
    margin-right: 15px;
}

.checkout-area .item .item-detail {
    float: left;
}

.checkout-area .item .item-detail h4 {
    font-size: 1rem;
}

.checkout-area .item .item-detail h4 small {
    color: #6c757d;
}

.checkout-area .item .item-detail .item-controls {
    position: absolute;
    bottom: 0;
}

.checkout-area .item .item-detail .item-controls .btn {
    font-size: 12px;
    border: 1px solid #dee2e6;
    padding: 3px 4px 2px 4px;
    text-align: center;
    height: 20px;
    width: 20px;
}

.checkout-area .item .item-detail .item-controls .btn .fas {
    justify-content: center;
}

.checkout-area .item-price {
    color: var(--base);
}

.checkout-area .item-price,
.checkout-area .item-total {
    font-size: 1.25rem;
    font-weight: 600;
}

.checkout-area .tab-content .tab-pane .top-table thead {
    background-color: #fff;
}

.checkout-area .tab-content .tab-pane .top-table thead tr th {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-area .tab-content .tab-pane .top-table tbody {
    border-bottom: 2px solid #ced4da;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr {
    background-color: #fff;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr td.item-detail-left {
    text-align: right;
    justify-content: flex-start;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr td {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr td .item-detail h4 {
    font-size: 1rem;
}

.compare-content .table {
    background-color: #fff;
    margin-bottom: 0;
}

.compare-content .table thead td {
    border: none;
}

.compare-content .table thead td .img-div {
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.compare-content .table thead td .img-div img {
    width: 202px;
}

.compare-content .table tbody tr td {
    font-size: 0.875rem;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
}

.compare-content .table tbody tr td h2 {
    font-size: 1rem;
    margin: 0;
}

.compare-content .table tbody tr td span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
}

.compare-content .table tbody tr td .price-tag {
    font-size: 1.2rem;
    color: var(--base);
}

.compare-content .table tbody tr td .detail-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare-content .table tbody tr td .detail-buttons .share a {
    color: #a1abb6;
}

.compare-content .table tbody tr td .detail-buttons .share a .fas {
    color: #a1abb6;
}

.wishlist-content {
    margin-bottom: 30px;
}

.wishlist-content .h5-heading {
    margin: 0;
}

.wishlist-content .media-main {
    background-color: white;
}

.wishlist-content .media-main .media {
    padding: 20px;
}

.wishlist-content .media-main .media img {
    width: 140px;
    height: 160px;
    border: 1px solid #ddd;
    margin-right: 1rem;
}

.wishlist-content .media-main .media-body .texting h3 {
    font-family: var(--ff);
    font-size: 1rem;
}

.wishlist-content .media-main .media-body .texting .price {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-family: var(--ff);
    font-size: 1rem;
    margin-bottom: 5px;
}

.wishlist-content .media-main .media-body .texting .price span {
    color: #dc3545;
}

.wishlist-content .media-main .media-body .texting p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.wishlist-content .media-main .media-body .texting .buttons {
    display: flex;
}

.wishlist-content .media-main .media-body .texting .buttons .input-group {
    margin-right: 5px;
}

.wishlist-content .media-main .media-body .detail {
    text-align: right;
}

.wishlist-content .media-main .media-body .detail p {
    margin-bottom: 5px;
    color: #a1abb6;
}

.wishlist-content .media-main .media-body .detail .share {
    margin-bottom: 5px;
}

.registration-process {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.registration-process .input-group .input-group-text {
    background-color: #fff;
    border-right-width: 0;
}

.registration-process .input-group input {
    border-color: #dee2e6;
}

.registration-process .input-group input:focus {
    border-color: #dee2e6;
}

.registration-socials {
    background-color: #fff;
    padding: 15px;
    text-align: center;
}

.registration-socials .btn {
    margin: 0 2px;
}

#registerTab .nav-link {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: #ced4da;
    border: none;
    width: 120px;
}

#registerTab .nav-link.active {
    background-color: #fff;
}

#registerTabContent .registration-process {
    padding: 30px 15px;
}

#registerTabContent .registration-socials {
    background-color: transparent;
}

.aboutus-content-one {
    margin-top: 30px;
}

.aboutus-content-one h1 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.aboutus-content-one .peragraph {
    margin-top: 15px;
}

.aboutus-content-one .profile-div {
    background-color: white;
    margin-bottom: 30px;
}

.aboutus-content-one .profile-div .media-main .media .rounded-circle {
    margin-right: 15px;
}

.aboutus-content-one .profile-div .media-main .media .media-body h4 small {
    color: #adb5bd;
    font-size: 12px;
}

.aboutus-content-one .profile-div .media-main .media .media-body p {
    color: #6c757d;
}

.aboutus-content-one .media-col {
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
    border-right: 0.2px solid #ced4da;
}

.aboutus-content-one .product {
    text-align: center;
}

.aboutus-content-one .product h2 {
    margin: 0;
    font-size: 0.875rem;
}

.aboutus-content-one .product h5 {
    margin: 0;
    font-size: 12px;
    color: #adb5bd;
}

.aboutus-content-one .product article {
    padding: 0;
}

.aboutus-content .slick-slide img {
    margin: 0 auto;
}

.aboutus-content .product article {
    text-align: center;
}

.aboutus-content .img-portion {
    padding-bottom: 100px;
}

.aboutus-content .img-portion img {
    width: 100%;
}

.aboutus-content .peragraph {
    padding-bottom: 60px;
    width: 70%;
}

.aboutus-content .peragraph .pre-info {
    padding-bottom: 30px;
}

.aboutus-content .peragraph .pre-info h5,
.aboutus-content .peragraph .pre-info p {
    margin-bottom: 5px;
}

.aboutus-content .peragraph2 {
    margin-bottom: 10px;
}

.aboutus-content .peragraph2:last-child {
    margin-bottom: 0;
}

.aboutus-content .profile-div {
    background-color: #dbdbdb;
}

.aboutus-content .profile-div .media {
    padding: 30px 0;
}

.aboutus-content .profile-div .media .media-body {
    margin-left: 20px;
}

.aboutus-content .profile-team .products-area .aboutus-carousel-js .product {
    padding-bottom: 0;
}

.aboutus-content .profile-team .aboutdetail {
    padding: 10px;
}

.aboutus-content .profile-team .aboutdetail p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aboutus-content .profile-team .pro-title {
    padding-top: 30px;
}

.aboutus-content .profile-team .pro-title h5 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aboutus-content video {
    width: 100%;
}

.aboutus-content h5 .fa-angle-down {
    margin-left: 15px;
}

.aboutus-content .insta-discription {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-content .insta-discription p {
    margin-bottom: 15px;
}

.aboutus-carousel-js:hover .slick-arrow {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    /*opacity: 1 !important;*/
}

.aboutus-content-two {
    margin-top: 30px;
}

.aboutus-content-two .profile-div {
    background-color: white;
    margin-bottom: 30px;
}

.aboutus-content-two .profile-div .media-main .media .media-body h4 small {
    color: #adb5bd;
    font-size: 12px;
}

.aboutus-content-two .profile-div .media-main .media .media-body p {
    color: #6c757d;
}

.aboutus-content-two .media-col {
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
    border-right: 0.2px solid #dee2e6;
}

.aboutus-content-two .product {
    text-align: center;
}

.aboutus-content-two .product h2 {
    margin: 0;
    font-size: 0.875rem;
}

.aboutus-content-two .product h5 {
    margin: 0;
    font-size: 12px;
    color: #adb5bd;
}

.aboutus-content-two .product article {
    padding: 0;
}

.aboutus-content-two .iframe-container {
    margin-bottom: 30px;
}

.aboutus-content-two .peragraph2 {
    margin-top: 30px;
}

.aboutus-content-two .accordion-main {
    margin-bottom: 30px;
}

.aboutus-content-two .accordion-main .accordion-card {
    margin-top: 30px;
}

.aboutus-content-two .accordion-main .accordion-card .card-header a {
    text-decoration: none;
}

.aboutus-content-two .accordion-main .accordion-card .card-header a .fas {
    float: right;
}

.contact-content .contact-info {
    list-style-type: none;
    padding-left: 0px;
}

.contact-content .contact-info li {
    display: flex;
    padding-bottom: 37px;
}

.contact-content .contact-info li a {
    font-family: var(--ff);
    line-height: 1.5;
}

.contact-content .contact-info li .fas {
    color: var(--base);
    font-size: 30px;
    width: 45px;
    display: flex;
    align-items: center;
}

.contact-content .contact-info li span {
    display: block;
}

.contact-content .contact-logo {
    list-style-type: none;
    padding-left: 0px;
    border-right: 1px solid #ced4da;
}

.contact-content .contact-logo li {
    display: block;
    justify-content: center;
    text-align: center;
    font-family: var(--ff);
    margin-bottom: 25px;
}

.contact-content .contact-logo li .fas {
    color: var(--base);
    font-size: 30px;
    width: 45px;
    margin-top: 3px;
}

.contact-content .contact-logo li span {
    display: block;
    text-align: left;
    font-family: var(--ff);
}

.contact-content .contact-logo li:last-child {
    margin-bottom: 0;
}

.contact-content .info {
    margin: 0;
    padding-top: 30px;
}

.contact-content .form-start form .input-group .form-control {
    height: calc(2.0625rem + 10px);
}

.contact-content .form-start form .first-label {
    margin-top: 0;
}

.contact-content .form-start form label {
    font-family: var(--ff);
    font-size: 0.875rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-content .form-start form textarea {
    width: 100%;
    padding: 0px 15px 0px 15px;
    outline: none;
    margin-bottom: 30px;
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom: 2px solid #dee2e6;
    overflow-x: hidden;
}

.contact-content .form-start form button {
    font-weight: 600;
}

.contact-content .form-start form button .fa-location-arrow {
    padding-left: 10px;
}

.contact-content .form-start .input-group .input-group-prepend .input-group-text {
    border-color: #dee2e6;
}

.contact-content .form-start .input-group input {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom: 2px solid #dee2e6;
}

.blog-content .blog-detail .blog-thumbnail {
    height: auto;
}

.blog-content .blog-detail .blog-title {
    -webkit-line-clamp: unset;
}

.blog-content .blog-detail .blog-title p {
    -webkit-line-clamp: unset;
}

.blog-content .blog-area .border-bg {
    background-color: transparent;
    border: none;
    padding: 0;
}

.blog-content .post-date {
    margin-bottom: 30px;
    font-family: var(--ff);
}

.blog-content .post-date i {
    margin-right: 5px;
}

.blog-content .right-menu-categories a[aria-expanded=false]:after {
    content: "\F067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    float: right;
}

.blog-content .right-menu-categories a[aria-expanded=true]:after {
    content: "\F068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    float: right;
}

.blog-content .right-menu-categories .main-manu {
    display: block;
    background-color: #f2f2f2;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    text-decoration: none;
    font-family: var(--ff);
    font-size: 0.875rem;
    font-weight: 600;
}

.blog-content .right-menu-categories .main-manu img {
    width: 16px;
    margin-right: 7px;
    margin-bottom: 4px;
}

.blog-content .right-menu-categories .main-manu .fas {
    float: right;
    display: block;
    color: #dee2e6;
    margin-top: 5px;
}

.blog-content .right-menu-categories .sub-manu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-content .right-menu-categories .sub-manu .unorder-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.blog-content .right-menu-categories .sub-manu .unorder-list .list-item a {
    display: block;
    padding: 0px 40px;
    text-decoration: none;
    line-height: 25px;
}

.blog-content .right-menu-categories .sub-manu .unorder-list .list-item a:hover {
    color: var(--base);
}

.blog-content .right-menu-categories .sub-manu .unorder-list .list-item a .fas {
    margin-right: 7px;
}

.blog {
    padding-bottom: 30px;
}

.blog .blog-thumbnail {
    position: relative;
    margin-bottom: 15px;
    height: 240px;
    overflow: hidden;
}

.blog .blog-thumbnail .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100px);
    transition: 1.2s ease-out;
    opacity: 0;
    background-color: #dadadaa6;
}

.blog .blog-thumbnail .img-thumbnail {
    padding: 0;
    border: none;
}

.blog .blog-thumbnail a {
    display: block;
}

.blog .blog-thumbnail a:hover .over {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
}

.blog .blog-thumbnail:hover .over {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
}

.blog .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 15px;
}

.blog .blog-title {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog p {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .blog-control {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    margin-bottom: 30px;
}

.blog .blog-control .btn {
    padding: 0 5px;
}

.blog .blog-detial {
    text-align: center;
}

.blog .blog-detial .tag {
    font-family: var(--ff);
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    overflow: hidden;
    line-height: 15px;
    margin-bottom: 10px;
}

.blog .blog-detial h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    overflow: hidden;
}

.blog .blog-detial .blog-description div,
.blog .blog-detial .blog-description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    overflow: hidden;
}

.blog .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100px);
    transition: 1.2s ease-out;
    opacity: 0;
    background-color: #dadadaa6;
}

.pro-blog .general-product {
    margin-top: 30px;
}


@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .pro-fs-content .pro-description .pro-info {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-ad article .pro-sub-buttons .buttons .btn {
        padding-left: 0;
    }

    .bodyrtl .product-ad article .pro-sub-buttons .buttons .btn {
        padding-left: 0.5rem;
        padding-right: 0;
    }
}

@media only screen and (max-width: 409px) {
    .product-ad article .pro-sub-buttons .buttons .btn {
        padding-left: 0;
    }

    .bodyrtl .product-ad article .pro-sub-buttons .buttons .btn {
        padding-left: 0.5rem;
        padding-right: 0;
    }

    .carousel-content .carousel-item img {
        height: 125px;
    }
}

@media only screen and (min-width: 1200px) {
    .product-ad article picture {
        height: 270px;
    }

    .container {
        max-width: 1500px;
    }

    .padding-r0 {
        padding-right: 0;
    }

    .padding-l0 {
        padding-left: 0;
    }

    .footer-one .single-footer .newsletter .block .form-inline .search .subscribe {
        display: block;
    }

    .footer-one .single-footer .newsletter .block .form-inline .search .fa-location-arrow {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product article .thumb {
        height: 210px;
    }

    .product article .product-hover .btn {
        width: 87%;
    }

    .padding-r0 {
        padding-right: 0;
    }

    .padding-l0 {
        padding-left: 0;
    }

    .rev_slider_wrapper li img {
        width: 100%;
        height: 100%;
    }

    .checkout-area .checkout-module .checkoutd-nav .nav-item {
        width: 23%;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    /* shop page */
    .top-bar label {
        width: 71px;
        justify-content: center;
        display: flex;
    }

    .top-bar .justify-content-end {
        justify-content: flex-start !important;
        margin: 0px 0px 0px 0px;
    }

    .top-bar .justify-content-between {
        justify-content: center !important;
    }

    .top-bar .block {
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar .filter-block {
        padding: 0 15px;
    }

    .top-bar .filter-block .form-inline {
        padding: 0 10px;
    }

    .right-menu .main-manu {
        font-size: 12px;
    }

    .right-menu .sub-manu .unorder-list .list-item a {
        font-size: 12px;
    }
}

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

    .product article .thumb,
    .product article .thumb a,
    .product article .thumb a img {
        height: 200px;
    }

    .header-mobile .header-mini .navbar {
        padding: 0;
        justify-content: space-between;
    }

    .info-boxes-content .info-box-full {
        border: none;
        padding: 0;
        margin: 0;
    }

    .info-boxes-content .info-box-full .info-box {
        justify-content: flex-start;
        border-width: 1px;
        border-style: solid;
        border-color: #dee2e6;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .footer-mobile .single-footer .links-list li a {
        font-size: 0.775rem;
    }

    .checkout-area .checkout-module .checkoutd-nav .nav-item {
        width: 23%;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .click-btn .input-group {
        margin-bottom: 15px;
    }

    .align-right {
        margin-bottom: 15px;
    }
}

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

    #carouselExampleIndicators3 .carousel-indicators,
    #carouselExampleIndicators5 .carousel-indicators,
    #carouselExampleIndicators4 .carousel-indicators,
    #carouselExampleWithCaptions2 .carousel-indicators,
    #carouselExampleWithCaptions4 .carousel-indicators {
        padding-right: 0;
        padding-left: 0;
    }

    .product-page .pd2 {
        margin-bottom: 30px;
    }

    .product-page .pt2 {
        margin-top: 30px;
    }

    .pro-content {
        padding-top: 70px;
    }

    .pro-content .pro-heading-title {
        padding-bottom: 30px;
    }

    .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu[href="#features"] {
        display: none;
    }

    .categories-product .col-lg-3:last-child .categories-image {
        margin-bottom: 0;
    }

    .pro-fs-content .pro-description .pro-btn {
        transform: translateY(0px);
        transition: 0.4s ease-out;
        opacity: 1;
    }

    .fullwidth-banner .parallax-banner-text .hover-link {
        opacity: 1;
        transition-timing-function: ease-in;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
        transition: 0.4s;
    }

    .carousel-content .carousel-control-prev {
        display: none !important;
    }

    .carousel-content .carousel-control-next {
        display: none !important;
    }

    /* .pro-content .slick-prev {
        display: none !important;
    }

    .pro-content .slick-next {
        display: none !important;
    } */

    .checkout-area .checkout-module .form-group {
        padding: 0;
    }

    .checkout-area .checkout-module .checkoutm-nav .nav-item {
        width: 25%;
        position: relative;
    }

    .checkout-area .checkout-module .checkoutm-nav .nav-item a {
        background-color: #e0e0e2;
        border-radius: 200px;
        padding: 5px;
        width: 45px;
        height: 45px;
        color: #fff;
        font-weight: bold;
    }

    .checkout-area .checkout-module .checkoutm-nav .nav-item a span {
        display: flex;
        margin-right: 0px;
        border-radius: 200px;
        background-color: white;
        border: 4px solid #fff;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .checkout-area .checkout-module .checkoutm-nav .nav-item a.active {
        background-color: #e0e0e2;
        color: #fff;
    }

    .checkout-area .checkout-module .checkoutm-nav .nav-item a.active span {
        border-color: #6ad180;
    }

    .checkout-area .checkout-module .checkoutm-nav .nav-item::before {
        content: "";
        height: 4px;
        width: 100%;
        display: block;
        background-color: #c8c8c8;
        position: absolute;
        top: 21px;
        z-index: -1;
    }

    .top-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-bar .block {
        display: none !important;
    }

    .top-bar .filter-block {
        padding: 0 15px;
    }

    .top-bar .filter-block .form-inline {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #c1c9d0;
    }

    .top-bar .form-inline {
        padding: 0 15px;
    }

    .top-bar .form-inline .form-group {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
    }

    .top-bar .form-inline .form-group .form-control {
        width: 100%;
    }

    .right-menu {
        margin-top: 15px;
    }

    .right-menu .img-main {
        margin-bottom: 15px;
    }

    .right-menu .img-main img {
        width: 100%;
    }

    .product-page .xzoom-container {
        margin-bottom: 30px;
    }

    .product-page .xzoom-container .xzoom-thumbs {
        display: none;
    }

    .product-page h1 {
        font-size: 1rem;
        width: 88%;
    }

    .product-page .controls {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .product-page .controls .select-control {
        margin-bottom: 15px;
    }

    .product-page .controls .input-group {
        width: 100%;
    }

    .product-page .product-buttons {
        display: block;
    }

    .product-page .product-buttons h2 {
        margin-bottom: 7px;
    }

    .product-page .product-buttons .buttons {
        margin-top: 7px;
        width: 100%;
    }

    .product-page-two .xzoom-container {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .product-page-three .xzoom-3 .xzoom2,
    .product-page-three .xzoom-3 .xzoom3,
    .product-page-three .xzoom-3 .xzoom4,
    .product-page-three .xzoom-3 .xzoom5 {
        width: 100% !important;
        height: auto;
    }

    .product-page-three .add-favrt {
        justify-content: center;
        background-color: #fff;
        padding: 5px;
        margin-bottom: 15px;
    }

    .product-page-three .owl-nav {
        top: 35%;
        position: absolute;
        transform: translateY(-50%);
        width: 100%;
    }

    .product-page-three .owl-nav button {
        display: inline-block;
        background-color: #ced4da !important;
        color: #111 !important;
        border: 1px solid #dee2e6 !important;
        border-radius: 0;
        margin-left: 1px;
        height: 38px;
        width: 38px;
        text-align: center;
        line-height: 38px;
        text-decoration: none;
        outline: none;
    }

    .product-page-three .owl-nav button:hover {
        background-color: var(--base) !important;
        color: #fff !important;
    }

    .product-page-three .owl-nav button span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        font-size: 2rem;
        padding-bottom: 7px;
    }

    .product-page-three .owl-nav .disabled {
        opacity: 0.3;
    }

    .product-page-three .owl-nav .disabled:hover {
        background-color: #ced4da !important;
        color: #111 !important;
    }

    .product-page-three .owl-nav .owl-prev {
        position: absolute;
        margin-left: -45px;
        border-radius: 50px;
    }

    .product-page-three .owl-nav .owl-next {
        position: absolute;
        margin-right: -45px;
        border-radius: 50px;
        right: 0;
    }

    .product-page-three .tab-list .nav-index {
        width: 31%;
        padding: 5px;
        font-size: 12px;
    }

    .product-page-three .tab-list .nav-index:last-child {
        margin-right: 0;
    }

    .product-page-four .xzoom-container {
        margin-bottom: 0;
    }

    .product-page-four .add-favrt {
        justify-content: center;
        background-color: #fff;
        padding: 5px;
        margin-bottom: 15px;
    }

    .product-page-four .product-buttons .buttons {
        padding-left: 0;
        padding-right: 0;
    }

    .product-page-four .product-buttons .icon-liked {
        position: absolute;
        top: 0;
        right: 14px;
    }

    .product-page-four .tab-list .nav-index {
        text-align: center;
        width: 31%;
        padding: 5px;
        font-size: 12px;
    }

    .product-page-four .tab-list .nav-index:last-child {
        margin-right: 0;
    }

    .product-page-five .add-favrt {
        justify-content: center;
        background-color: #fff;
        padding: 5px;
        margin-bottom: 15px;
    }

    .product-page-five .product-buttons .buttons {
        padding-left: 0;
        padding-right: 0;
    }

    .product-page-five .product-buttons .icon-liked {
        position: absolute;
        top: 0;
        right: 14px;
    }

    .product-page-five .tab-list .nav-index {
        text-align: center;
        width: 31%;
        padding: 5px;
        font-size: 12px;
    }

    .product-page-five .tab-list .nav-index:last-child {
        margin-right: 0;
    }

    .product-page-six .add-favrt {
        justify-content: center;
        background-color: #fff;
        padding: 5px;
        margin-bottom: 15px;
    }

    .product-page-six .tab-list .nav-index {
        text-align: center;
        width: 31%;
        padding: 5px;
        font-size: 12px;
    }

    .product-page-six .tab-list .nav-index:last-child {
        margin-right: 0;
    }

    .blog-content .blog .blog-thumbnail .img-thumbnail {
        height: 100%;
    }

    .blog-content .pagination {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .alert {
        padding: 13px 5px 12px;
    }

    .header-area .alert .pro-description .pro-info {
        padding: 0 5px;
        display: block;
    }

    .pro-fs-content .pro-thumb {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pro-fs-content .product .flash-p {
        flex-direction: column;
    }

    .pro-fs-content .pro-description {
        margin-bottom: 30px;
        width: 100%;
    }

    .pro-fs-content span.pro-image {
        height: 100%;
        display: block;
    }

    .pro-timer span {
        margin-right: 5px;
    }

    .pro-timer span:last-child {
        margin-right: 0;
    }

    .footer-area {
        /* margin-top: 30px !important; */
    }

    .modal .modal-dialog {
        z-index: 25;
        margin: 0;
        width: calc(100% - 1rem);
    }

    #quickViewModal .modal-content .container {
        height: 450px;
        overflow-y: auto;
    }

    #quickViewModal .modal-content .container .pro-description {
        margin-top: 15px;
    }

    .modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info:nth-child(2) {
        display: inline-block;
    }

    .product-ad article {
        align-items: flex-start;
    }

    .product-ad .detail {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 40px;
        width: 78%;
    }

    .product article picture {
        width: 100%;
        margin: 10px 0 10px 0px;
    }

    .slider-nav .slick-arrow {
        /*top: 2px !important;*/
        /*transform: translateX(0px) !important;*/
        /*-webkit-transform: translateX(0px) !important;*/
        /*opacity: 1 !important;*/
    }

    .fullwidth-banner .hover-link {
        opacity: 1 !important;
        transition-timing-function: ease-in;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }

    .pro-content .tabs-main .tab-content .tab-pane .slick-arrow {
        /*transform: translateX(0px) !important;*/
        /*-webkit-transform: translateX(0px) !important;*/
        /*opacity: 1 !important;*/
    }

    .pro-content .pro-heading-title h2 {
        font-size: 20px;
    }

    .pro-content .pro-heading-title {
        padding-bottom: 0px !important;
    }

    .pro-content .tabs-main .nav-link {
        width: 27% !important;
        font-size: 11px;
        margin-right: 7px !important;
        margin-left: 7px;
    }

    .pro-content .tabs-main a.nav-link.active.show::before {
        left: 40% !important;
    }

    .pro-content {
        padding-top: 20px;
    }

    .fullwidth-banner {
        height: 320px !important;
    }

    .fullwidth-banner .parallax-banner-text h2 {
        font-size: 3rem !important;
    }

    .fullwidth-banner .parallax-banner-text h4 {
        font-size: 25px !important;
    }

    .product-ad article {
        flex-direction: column;
    }

    .registration-socials .btn {
        margin-top: 10px;
    }

    .banners-content {
        padding-top: 15px;
    }

    .banners-content .group-banners .banner-image {
        margin-bottom: 15px;
    }

    .banners-content .group-banners .imagespace {
        margin-bottom: 15px !important;
    }

    .banners-content .col-12:last-child .banner-image {
        margin-bottom: 0;
    }

    .tabs-content .tabs-main {
        margin-top: 30px;
    }

    .blog-content .blog-col {
        justify-content: center;
        display: flex;
    }

    .products-content .products-area .owl-carousel {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .category-area article {
        padding: 0;
    }

    .product article .title {
        font-size: 16px;
    }

    .product article .mobile-buttons {
        text-align: center;
    }

    .product article .thumb .img-fluid {
        margin-left: auto;
        margin-right: auto;
    }

    .product article .upcomming-tag {
        bottom: -24px;
    }

    .product article .timer-tag {
        bottom: -24px;
    }

    .product article:hover {
        box-shadow: none;
    }

    .product article .cat-title {
        font-size: 10px !important;
    }

    .product.last-product article {
        height: 336px !important;
    }

    .footer-mobile .display-mobile {
        display: block;
    }

    .footer-mobile .copyright-content {
        margin-top: 0;
    }

    .footer-mobile .copyright-content .footer-image {
        float: none;
        text-align: center;
    }

    .footer-mobile .copyright-content .footer-info {
        text-align: center;
    }

    .info-boxes-content .info-box-full {
        border: none;
        padding: 0;
        margin: 0;
    }

    .info-boxes-content .info-box-full .info-box {
        justify-content: flex-start;
        border-width: 1px;
        border-style: solid;
        border-color: #dee2e6;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .heading h2 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .heading h2 small {
        font-size: 12px;
        line-height: normal;
    }

    .heading hr:before {
        display: none;
    }

    .product-2x {
        height: auto;
    }

    .product-2x article .module {
        position: static;
        text-align: center;
    }

    .product-2x article .module .title {
        margin-top: 0;
    }

    .product-2x article .module .price {
        margin-top: 0;
    }

    .product-2x article .module .list {
        display: none;
    }

    .product-2x article .thumb {
        position: static;
        margin-top: 42px;
        width: 100%;
    }

    .product-2x article .buttons .btn {
        width: 49%;
    }

    .products-area .nav-pills .nav-link {
        width: 32.6%;
        font-size: 10px;
    }

    .products-area .nav-pills .active:after {
        content: "";
        position: absolute;
        left: 44%;
        top: 31px;
        width: 0;
        height: 0;
        right: 14px;
    }

    .products-area .owl-nav {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        width: 100%;
    }

    .products-area .owl-nav .owl-prev {
        position: absolute;
        margin-left: -40px;
        border-radius: 50px;
    }

    .products-area .owl-nav .owl-next {
        position: absolute;
        margin-right: -40px;
        border-radius: 50px;
        right: 0;
    }

    .shop-content .breadcum-area {
        padding: 30px;
    }

    .shop-content .breadcum-area .breadcrumb-item {
        padding-left: 0;
        width: 100%;
    }

    .wishlist-content .media-main .media {
        padding: 0;
        padding-top: 15px;
    }

    .wishlist-content .media-main .media img {
        justify-content: flex-start;
        align-items: flex-start;
        display: block;
        margin: 0;
        margin-right: 15px;
    }

    .wishlist-content .media-main .media-body .texting h5 {
        margin-bottom: 15px;
    }

    .wishlist-content .media-main .media-body .texting h6 {
        margin-bottom: 15px;
    }

    .wishlist-content .media-main .media-body .detail {
        display: flex;
        justify-content: flex-start;
    }

    .wishlist-content .media-main .media-body .detail p {
        margin: 11px 5px 0 5px;
    }

    .wishlist-content .media-main .media-body .detail .share {
        margin: 11px 5px 0 5px;
    }

    .shipping-content .list-group {
        margin-bottom: 15px;
    }

    .shipping-content .shipping-table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .shipping-content .main-form form .btn {
        width: 100%;
    }

    .order-table thead {
        display: none;
    }

    .order-table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .order-table tbody tr td {
        display: flex;
        flex-direction: column;
    }

    .order-one-content .table tr td .description {
        text-align: center;
    }

    .checkout-area .tab-content .top-table thead {
        display: none;
    }

    .checkout-area .tab-content .top-table tbody tr {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .checkout-area .tab-content .top-table tbody tr td {
        flex-direction: column;
    }

    .checkout-area .tab-content .top-table tbody tr td .item-detail {
        text-align: center;
    }

    .checkout-area .tab-content .form-check-inline {
        width: 100%;
        margin-bottom: 15px;
    }

    .checkout-area .checkout-module {
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }

    .checkout-area .checkout-module .btn {
        margin-right: 15px;
    }

    .login-heading {
        margin-top: 15px;
    }

    .order-two-content .h5-heading {
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .order-two-content .items thead {
        display: none;
    }

    .order-two-content .items tr td .input-group {
        width: 15%;
    }

    .responsive-lay {
        flex-direction: column;
    }

    .responsive-lay .text-body h4 {
        text-align: center;
    }

    .cart-page-one .top-table thead {
        display: none;
    }

    .cart-page-one .top-table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .cart-page-one .top-table tbody tr td {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .cart-page-one .top-table tbody tr td .item-detail {
        text-align: center;
    }

    .cart-page-one .top-table tbody tr td .item-quantity {
        margin: 0 auto;
    }

    .cart-page-one .top-table tbody tr td .item-control {
        text-align: center !important;
    }

    .cart-page-one .align-right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .cart-page-one .align-right .row {
        justify-content: center;
    }

    .cart-page-one .align-right .btn {
        margin-bottom: 15px;
    }

    .cart-page-one .align-right2 {
        margin-top: 15px;
    }

    .cart-page-one .bottom-table {
        margin-bottom: 30px;
    }

    .cart-page-one .m-btn {
        margin-bottom: 15px;
    }

    .cart-page-one .click-btn .input-group {
        margin-bottom: 15px;
    }

    .cart-page-one .item .item-thumb {
        width: 100px;
        height: 100px;
    }

    .cart-page-one .item .item-detail {
        width: calc(100% - 115px);
    }

    .cart-page-one .align-right2 .btn:first-child {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .cart-area .bottom-table {
        display: block;
    }

    .product-page .owl-carousel {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    /* about us page */
    .aboutus-content-one .media-col {
        border-right: none;
    }

    .aboutus-content .profile-div .media {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0 !important;
    }

    .aboutus-content-one .owl-carousel {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .aboutus-content-one .owl-carousel .owl-nav {
        top: 40%;
    }

    .accordion-main .accordion-card {
        padding-bottom: 30px;
    }

    .aboutus-content-two .owl-carousel {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .aboutus-content-two .owl-carousel .owl-nav {
        top: 40%;
    }

    .aboutus-content-two .accordion-main .accordion-card {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .contact-content .form-start {
        padding-bottom: 30px;
    }

    .contact-content .info {
        padding-bottom: 30px;
    }

    .contact-content {
        padding-bottom: 0 !important;
    }

    .contact-content .contact-info li {
        padding-bottom: 15px !important;
    }

    .wishlist-content .list-group {
        margin-bottom: 15px;
    }
}

section.tabs-content>.slick-list>.slick-track {
    height: 330px;
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .product article .thumb {
        height: 241px;
    }
}

@media only screen and (max-width: 576px) {
    .product article .thumb {
        height: 290px;
    }

    .product article .content .title {
        font-size: 10px;
    }

    .product article .content .tag {
        font-size: 11px;
    }

    .product article .content .btn {
        font-size: 10px;
        padding: 8px;
    }

    .product article .content .price {
        font-size: 18px;
    }

}

@media only screen and (max-width: 576px) and (min-width: 425px) {
    .product article .thumb {
        height: 186px;
    }

    .product article .content .title {
        font-size: 10px;
    }

    .product article .content .tag {
        font-size: 11px;
    }

    .product article .content .btn {
        font-size: 10px;
        padding: 8px;
    }

    .product article .content .price {
        font-size: 18px;
    }
}

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

    .product article .thumb,
    .product article .thumb a,
    .product article .thumb a img {
        height: 161px;
    }

    .product article .content .title {
        font-size: 10px;
    }

    .product article .content .tag {
        font-size: 11px;
    }

    .product article .content .btn {
        font-size: 10px;
        padding: 8px;
    }

    .product article .content .price {
        font-size: 18px;
    }
}

@media only screen and (max-width: 374px) and (min-width: 320px) {


    .product article .content .title {
        font-size: 10px;
    }

    .product article .content .tag {
        font-size: 11px;
    }

    .product article .content .btn {
        font-size: 10px;
        padding: 8px;
    }

    .product article .content .price {
        font-size: 18px;
    }
}


@media only screen and (max-width: 576px) and (min-width: 425px) {
    section.tabs-content.pro-content {
        height: 450px !important;
    }
}

@media only screen and (max-width: 424px) and (min-width: 375px) {
    section.tabs-content.pro-content {
        height: 450px !important;
    }
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
    section.tabs-content.pro-content {
        height: 450px !important;
    }
}


.pro-timer .days,
.pro-timer .hours,
.pro-timer .mintues,
.pro-timer .seconds {
    margin: 5px;
}

.pagination {
    display: block !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.registration-socials .btn {
    width: 100%;
}

.aboutus-content-one .media {
    display: block;
}

.aboutus-content-one .media .rounded-circle {
    width: 100% !important;
    margin-bottom: 15px;
}

.top-bar label {
    font-weight: bolder;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
}


.pro-fs-content .pro-description .pro-info {
    font-size: 17px;
}

.pro-fs-content .pro-description .pro-title {
    font-size: 16px;
}

.profile-content .list-group {
    margin-bottom: 15px;
}

.profile-content .list-group-item {
    border: 0px;
}

.profile-content .list-group-item a {
    padding-left: 0px;
    margin-bottom: 8px;
}

.profile-content .list-group-item a.active {
    color: var(--base) !important;
    font-weight: 700;
}

.profile-content form {
    padding: 15px;
}

.profile-content form .btn-primary {
    width: 100%;
}

.profile-content .media-main .media-body .detail {
    text-align: left;
}

.profile-content .media-main .media-body .detail p {
    font-size: 11px;
}

.wishlist-content .list-group {
    margin-bottom: 15px;
}

.wishlist-content .media-main .media {
    padding: 0;
    padding-top: 15px;
    display: block;
}

.wishlist-content .media-main .media img {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 10px auto;
}

.wishlist-content .media-main .media-body .texting {
    text-align: center;
}

.wishlist-content .media-main .media-body .texting .buttons {
    justify-content: center;
    gap: 5px;
    /*flex-direction: column;*/
    align-items: center;
}

.wishlist-content .media-main .media-body .texting .buttons .input-group {
    margin-bottom: 10px;
}

.wishlist-content .media-main .media-body .detail {
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
}

.wishlist-content .media-main .media-body .detail p {
    margin: 11px 5px 0 5px;
}

.wishlist-content .media-main .media-body .detail .share {
    margin: 11px 5px 0 5px;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination .loader-page {
    padding-bottom: calc(0.375rem + 1px);
}

.product-page-three .add-favrt {
    display: block;
}

.product-page-three .add-favrt li {
    padding: 7px;
}

.product-page-four .add-favrt {
    display: block;
}

.product-page-four .add-favrt li {
    padding: 7px;
}

.product-page-five .add-favrt {
    display: block;
    margin-bottom: 0;
    border: none;
}

.product-page-five .add-favrt li {
    padding: 7px;
}

.product-page-six .add-favrt {
    display: block;
    border: none;
}

.product-page-six .add-favrt li {
    padding: 7px;
}

.checkout-area .checkout-module .form-group {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

/* modal */

.cart-page-one .align-right .btn:first-child {
    margin-right: 0;
}

.cart-page-one .align-right .row {
    flex-direction: column;
}

.contact-two-content .contact-main li {
    font-size: 12px;
}

.contact-two-content .contact-main .contact-logo {
    padding-right: 15px;
}

.contact-two-content .contact-main .contact-logo li .fas {
    font-size: 25px;
}

.contact-two-content .contact-main .right {
    padding-left: 0;
}

.contact-two-content .contact-main .right .contact-info li {
    padding-top: 5px;
}

.compare-content .table tbody tr td .detail-buttons {
    flex-direction: column;
    align-items: flex-start;
}

.compare-content .table tbody tr td .detail-buttons .share {
    margin-top: 15px;
}

.banners-content .container {
    padding-left: 15px;
    padding-right: 15px;
}

.banners-content {
    padding-top: 15px;
    background: #fff;
}

.banners-content .group-banners .banner-image {
    margin-bottom: 15px;
}

.banners-content .col-12:last-child .banner-image {
    margin-bottom: 0;
}



@media only screen and (max-width: 1200px) {
    .slider-wrapper .slick-prev {
        display: none;
    }

    .slider-wrapper .slick-next {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .product article .mobile-icons {
        position: absolute;
        left: 10px;
    }

    .product article .mobile-icons .icon-liked {
        position: relative;
    }

    .product article .mobile-icons .icon-liked .badge {
        font-family: "Roboto", sans-serif;
        border-radius: 0;
        position: absolute;
        right: -10px;
        top: -6px;
    }

    .product article .mobile-icons .icon {
        position: relative;
        background-color: var(--base);
        color: #fff;
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        overflow: hidden;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .product article .mobile-icons .icon:hover {
        background-color: #ced4da;
        color: #212529;
    }

    .product article .mobile-buttons {
        text-align: center;
    }

    .product article .thumb .img-fluid {
        margin-left: auto;
        margin-right: auto;
    }

    .product article .timer-tag {
        bottom: -19px;
    }

    .product article .upcomming-tag {
        bottom: -19px;
    }
}

@media only screen and (max-width: 992px) {
    .modal .modal-dialog .modal-body .pro-description {
        margin-top: 15px;
    }

    .top-bar .justify-content-between {
        justify-content: center !important;
    }

    .product article .mobile-icons {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .product article .mobile-icons .icon-liked {
        position: relative;
    }

    .product article .mobile-icons .icon-liked .badge {
        font-family: "Roboto", sans-serif;
        border-radius: 0;
        position: absolute;
        right: -10px;
        top: -6px;
    }

    .product article .mobile-icons .icon {
        position: relative;
        background-color: var(--base);
        color: #fff;
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        overflow: hidden;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .product article .mobile-buttons {
        text-align: center;
    }

    .product article .mobile-buttons .btn {
        margin-bottom: 15px;
    }

    .product article .timer-tag {
        bottom: -19px;
    }

    .product article .upcomming-tag {
        bottom: -19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product article .btn-all {
        height: 312px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product article .btn-all {
        height: 546px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .product article .btn-all {
        height: 391px;
    }
}

@media only screen and (min-width: 367px) and (max-width: 577px) {
    .product article .btn-all {
        height: 546px;
    }
}

@media only screen and (max-width: 367px) {
    .product article .btn-all {
        height: 496px;
    }
}

@media only screen and (max-width: 423px) {
    .product-page .pro-sub-buttons .buttons .btn {
        padding-left: 0;
    }

    .bodyrtl .product-page .pro-sub-buttons .buttons .btn {
        padding-right: 0;
        padding-left: 1.8rem;
    }
}



@media only screen and (min-width: 1200px) {
    .bodyrtl .padding-r0 {
        padding-right: 15px;
        padding-left: 0;
    }

    .bodyrtl .padding-l0 {
        padding-left: 15px;
        padding-right: 0;
    }

    .bodyrtl .info-boxes-content .pl-xl-0,
    .bodyrtl .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bodyrtl .padding-r0 {
        padding-right: 15px;
        padding-left: 0;
    }

    .bodyrtl .padding-l0 {
        padding-left: 15px;
        padding-right: 0;
    }
}

.bodyrtl {
    overflow-x: hidden;
    text-align: right;
    direction: rtl;
}

.bodyrtl .blog-menu .category-div .media .media-img {
    margin-left: 15px;
    margin-right: 0;
}

.bodyrtl .product-page .price span {
    margin-left: 0px;
    margin-right: 10px;
}

.bodyrtl .modal .modal-body {
    text-align: right;
}

.bodyrtl .product-ad article .pro-sub-buttons .buttons .btn:first-child {
    padding-right: 0;
    padding-left: 0.5rem;
}

.bodyrtl .product-ad article .pro-sub-buttons .buttons i.fas {
    margin-left: 5px;
    margin-right: 0;
}

.bodyrtl .product article .content .title a {
    text-align: center;
}

.bodyrtl .product-ad .detail {
    margin-left: 0px;
    margin-right: 10px;
}

.bodyrtl .product article .mobile-icons {
    left: 10px;
    right: auto;
}

.bodyrtl .product article .badges {
    left: auto;
    right: 10px;
}

.bodyrtl .tab-pane {
    height: auto;
}

.bodyrtl .tab-content>.active {
    height: auto;
    display: block;
    float: none;
}

.bodyrtl .slick-slider {
    direction: ltr;
}

.bodyrtl .slick-slider .slick-slide {
    direction: rtl;
}

.bodyrtl .pro-content .slick-next {
    right: -53px;
    left: auto;
}

.bodyrtl .pro-content .slick-prev {
    left: -53px;
    right: auto;
}

.bodyrtl .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
}

.bodyrtl .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-left: 0.5rem;
    padding-right: 0;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul .nav-item .nav-link .badge {
    position: absolute;
    top: 4px;
    left: auto;
    right: 0;
    padding: 3px 3px 2px 3px;
    font-family: var(--ff);
    background-color: #dc3545;
    color: #fff;
    line-height: 10px;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul .nav-item .nav-link .badge::after {
    content: "";
    transform: rotate(28deg);
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul li a {
    padding: 2.5px 0px 3px 7px;
}

.bodyrtl .header-mobile .header-maxi .navigation-mobile-container .navigation-mobile-toggler {
    background-color: transparent;
    width: 38px;
    padding: 0.55rem 0.75rem;
    font-size: 1.2rem;
}

.bodyrtl .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .logout-main .logout a {
    left: 0.75rem;
    right: auto;
}

.bodyrtl .header-mobile .header-maxi .pro-header-right-options li {
    margin-right: 35px;
    margin-left: 5px;
    float: left;
}

.bodyrtl .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile {
    right: -250px;
    left: auto;
}

.bodyrtl .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile.navigation-active {
    right: 0;
}

.bodyrtl .header-mobile .header-navbar .form-inline .search .select-control {
    float: right;
}

.bodyrtl .header-mobile .header-navbar .form-inline .search .btn-secondary {
    right: auto;
    left: 1px;
}

.bodyrtl .header-mobile .header-navbar .form-inline .search .select-control::before {
    right: auto;
    left: 10px;
}

.bodyrtl .header-area .alert .pro-description .close {
    left: -5px;
    right: auto;
}

.bodyrtl .alert-cookie .btn {
    float: left;
}

.bodyrtl .carousel-content .carousel-indicators .active {
    z-index: 1;
}

.bodyrtl .pro-description {
    text-align: right;
}

.bodyrtl .dropdown-item::before {
    left: 0px;
    right: 35px;
}

.bodyrtl .dropdown-item:hover {
    padding-right: 48px !important;
    padding-left: 1.8rem !important;
}

.bodyrtl .dropdown .dropdown-menu {
    margin: 0 0 0 0px;
}

.bodyrtl .header-area .header-mini .navbar .navbar-lang .select-control {
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .header-area .header-mini .navbar .navbar-lang .select-control .form-control {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.bodyrtl .header-area .header-mini .navbar .navbar-lang .select-control::before {
    right: auto;
    left: 15px;
}

.bodyrtl .header-area .header-mini .navbar .navbar-collapse .nav-item .nav-avatar .avatar {
    margin-right: 0;
    right: -20px;
    margin-left: 7px;
}

.bodyrtl .header-area .header-maxi .pro-header-right-options .dropdown .dropdown-menu {
    transform: translate3d(0, 39px, 0) !important;
    left: 0 !important;
    right: auto !important;
}

.bodyrtl .header-area .top-right-list .dropdown .dropdown-menu {
    transform: translate3d(0, 39px, 0) !important;
    left: 0 !important;
    right: auto !important;
}

.bodyrtl .header-area .header-maxi .top-right-list .dropdown .dropdown-menu .shopping-cart-items li .item-thumb {
    left: auto;
    right: 0;
}

.bodyrtl .header-area .header-maxi .top-right-list .dropdown .dropdown-menu .shopping-cart-items li {
    text-align: right;
}

.bodyrtl .header-area .header-maxi .top-right-list .dropdown .dropdown-menu .shopping-cart-items li .item-detail {
    padding-left: 0;
    padding-right: 74px;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul li:last-child .pro-header-right-options .dropdown .dropdown-menu {
    transform: translate3d(0, 39px, 0) !important;
    left: 0 !important;
    right: auto !important;
    margin-top: 16px;
}

.bodyrtl .header-area .header-maxi .form-inline .search .select-control {
    float: right;
    border-right: none;
    border-left: 1px solid #dee2e6;
}

.bodyrtl .header-area .header-maxi .form-inline .search .select-control::before {
    right: auto;
    left: 15px;
}

.bodyrtl .header-area .header-maxi .form-inline .search input {
    float: left;
}

.bodyrtl .header-area .header-maxi .form-inline .search .btn-secondary {
    left: 1px;
    right: auto;
}

.bodyrtl .header-area .header-maxi .top-right-list {
    padding-right: 0;
}

.bodyrtl .header-area .header-maxi .top-right-list>li {
    margin-left: 0;
    margin-right: 28px;
}

.bodyrtl .header-area .header-maxi .top-right-list>li>a .badge {
    right: 0;
    left: auto;
}

.bodyrtl .header-area .header-maxi .top-right-list>li .block {
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header a:after {
    margin-left: 0;
    margin-right: 0.875em;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items {
    padding-right: 0;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-thumb {
    right: 0;
    left: auto;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-thumb .icon {
    left: -5px;
    right: auto;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-detail {
    padding-left: 0;
    padding-right: 74px;
    text-align: right;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-detail .item-quantity {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-detail .item-price {
    float: left;
    margin-left: 0;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .tt-summary {
    text-align: right;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .tt-summary span {
    float: left;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .buttons .btn:first-child {
    margin-right: 0;
    margin-left: 5px;
}

.bodyrtl .header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .buttons .btn:last-child {
    margin-right: 5px;
    margin-left: 0;
}

.bodyrtl .header-area .search-field-module .dropdown-menu {
    text-align: right;
    right: 0 !important;
    left: auto !important;
}

.bodyrtl .header-area .search-field-module .search-field-wrap {
    float: left;
}

.bodyrtl .header-area .search-field-module .search-field-wrap .btn-secondary {
    left: 0;
    right: auto;
}

.bodyrtl .header-area .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-thumb {
    position: absolute;
    right: 0;
    top: 0;
}

.bodyrtl .header-area .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail {
    float: right;
    padding-right: 74px;
    padding-left: 0;
}

.bodyrtl .header-area .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail .item-s .fas {
    margin-left: 0px;
    margin-right: 8px;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu {
    margin: 0 !important;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav {
    padding-right: 0;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav li {
    text-align: right;
    margin-left: 0px;
    margin-right: 25px;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav li .first {
    padding-left: 0;
    padding-right: 15px;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav li .badge-primary {
    right: 0;
    left: auto;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav li .badge-primary:after {
    left: 5px;
    transform: rotate(20deg);
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav .nav-item>.dropdown-menu {
    right: 0;
    left: auto;
    margin: 0 -25px 0px 0px;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav .mega-dropdown-menu ul {
    padding-right: 0;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
    right: 100%;
    left: auto;
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav .dropdown-submenu .fas {
    float: left;
    transform: rotate(180deg);
}

.bodyrtl .header-area .header-navbar .navbar-collapse .navbar-nav li a {
    text-align: right;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul li:last-child .search-field-module .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul li:last-child .search-field-module .search-field-wrap {
    float: left;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul li:last-child .search-field-module .search-field-wrap input {
    padding: 0px 32px 0 50px;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul li:last-child .search-field-module .search-field-wrap .btn-light,
.bodyrtl .header-area .header-navbar nav .navbar-collapse ul li:last-child .search-field-module .search-field-wrap .btn-secondary {
    left: 0;
    right: auto;
}

.bodyrtl .header-area .pro-header-options .dropdown .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    text-align: right;
    margin-right: -28px;
    margin-left: 0;
}

.bodyrtl .header-area .mega-dropdown-item::before {
    left: auto;
    right: 0;
}

.bodyrtl .header-area li:hover>.mega-dropdown-item {
    padding-left: 0 !important;
    padding-right: 12px !important;
}

.bodyrtl .header-area .header-navbar nav .navbar-collapse ul .mega-dropdown .mega-dropdown-menu ul li {
    margin-right: 0 !important;
}

.bodyrtl .header-area .header-mini .dropdown .btn.dropdown-toggle::after {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: 0.255em;
    float: left;
}

.bodyrtl .header-area .header-mini .pro-header-options .dropdown {
    margin-left: 0px;
    margin-right: 15px;
}

.bodyrtl .header-area .header-mini .pro-header-options li {
    margin-left: 0px;
    margin-right: 15px;
}

.bodyrtl .header-area .header-mini .dropdown {
    margin-right: 0;
    margin-left: 15px;
}

.bodyrtl .header-area .navbar-lang .dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    text-align: right;
    margin-right: -28px;
    margin-left: 0;
}

.bodyrtl .header-area .header-maxi .pro-header-right-options .dropdown {
    float: left;
}

.bodyrtl .header-area .header-maxi .pro-header-right-options li {
    margin-left: 0px;
    margin-right: 35px;
    text-align: right;
}

.bodyrtl .header-area .bg-header-bar .align-items-center {
    text-align: right;
}

.bodyrtl .header-area .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li {
    margin-left: 0;
    margin-right: 0px;
}

.bodyrtl .header-area .header-maxi .pro-header-right-options li .cart-right {
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
}

.bodyrtl .header-area .header-mini .link-list .link-item .avatar {
    margin-right: 0px;
    margin-left: 7px;
}

.bodyrtl .header-one .header-maxi .pro-header-right-options li>a .badge,
.bodyrtl .header-one .header-maxi .pro-header-right-options li button .badge {
    right: auto;
    left: -4px;
}

.bodyrtl .header-one .header-navbar nav .logo {
    margin-left: 30px;
}

.bodyrtl .header-one .header-mini .dropdown .btn.dropdown-toggle::after {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: 0.255em;
    float: left;
}

.bodyrtl .header-one .header-mini .pro-header-options .dropdown {
    margin-left: 0px;
    margin-right: 15px;
}

.bodyrtl .header-one .header-mini .pro-header-options li {
    margin-left: 0px;
    margin-right: 15px;
}

.bodyrtl .header-one .header-mini .dropdown {
    margin-right: 0;
    margin-left: 15px;
}

.bodyrtl .header-one .navbar-lang .dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    text-align: right;
    margin-right: -28px;
    margin-left: 0;
}

.bodyrtl .header-one .header-maxi .pro-header-right-options .dropdown {
    float: left;
}

.bodyrtl .header-one .header-maxi .pro-header-right-options li {
    margin-left: 0px;
    margin-right: 35px;
    text-align: right;
}

.bodyrtl .header-one .bg-header-bar .align-items-center {
    text-align: right;
}

.bodyrtl .header-one .header-maxi .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li {
    margin-left: 0;
    margin-right: 0px;
}

.bodyrtl .header-one .header-maxi .pro-header-right-options li .cart-right {
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
}

.bodyrtl .header-one .header-navbar nav .navbar-collapse ul li {
    margin-left: 0;
    margin-right: 25px;
    padding-left: 0px;
}

.bodyrtl .header-two .header-navbar nav .home-icon {
    margin-right: 0;
    margin-left: 0;
}

.bodyrtl .header-two .header-navbar nav .navbar-collapse ul li:last-child {
    right: auto;
    left: 0;
    padding-right: 0;
    padding-left: 0;
}

.bodyrtl .header-two .header-navbar nav .navbar-collapse ul li:last-child a {
    padding-left: 0;
    padding-right: 0.5rem;
    direction: ltr;
}

.bodyrtl .header-two .header-navbar nav .navbar-collapse ul li:last-child span {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.bodyrtl .header-three .header-mini .navbar .navbar-collapse .nav-item:last-child a {
    padding-left: 0;
    padding-right: 0.5rem;
}

.bodyrtl .header-three .header-mini .navbar .navbar-lang .country-flag ul li {
    margin-left: 0;
    margin-right: 5px;
}

.bodyrtl .header-three .header-mini .navbar .navbar-lang .currency {
    margin-right: 30px;
    margin-left: 0;
}

.bodyrtl .header-three .header-mini .navbar .navbar-lang .currency span {
    display: flex;
    margin-right: 5px;
}

.bodyrtl .header-three .header-maxi .top-right-list .cart-header {
    margin-right: 0 !important;
}

.bodyrtl .header-four .header-mini .navbar .navbar-phone a .items {
    direction: ltr;
}

.bodyrtl .header-four .header-mini .navbar .navbar-collapse .nav-item:last-child a {
    padding-left: 0;
    padding-right: 0.5rem;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li .dropdown-menu {
    margin: 0 0 0 0;
}

.bodyrtl .header-four .header-maxi h4 {
    text-align: right;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li:first-child a {
    padding-right: 0;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li:last-child {
    left: 0;
    right: auto;
    padding-left: 0;
    padding-right: 0;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li:last-child .form-inline .search .select-control {
    float: right;
    border-right: none;
    border-left: 1px solid #dee2e6;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li:last-child .form-inline .search .select-control::before {
    right: auto;
    left: 15px;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li:last-child .form-inline .search input {
    float: left;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li:last-child .form-inline .search .btn-secondary {
    left: 1px;
    right: auto;
}

.bodyrtl .header-four .header-navbar nav .navbar-collapse ul li {
    margin-right: 0 !important;
    margin-left: 25px !important;
}

.bodyrtl .header-five .header-mini .navbar .navbar-collapse .nav-item .nav-link {
    padding-right: 15px;
    padding-left: 0;
}

.bodyrtl .header-five .header-navbar nav .navbar-collapse ul .nav-item {
    margin-right: 0;
    margin-left: 28px;
}

.bodyrtl .header-five .header-navbar nav .navbar-collapse ul li:last-child .pro-header-right-options .dropdown .dropdown-menu .shopping-cart-items li .item-detail {
    padding-left: 0;
}

.bodyrtl .header-five .header-maxi .currency .select-control::before {
    right: auto;
    left: 15px;
}

.bodyrtl .header-five .header-maxi .phone-header {
    margin: auto;
}

.bodyrtl .header-five .header-maxi .phone-header .block {
    text-align: right;
    margin-right: 10px;
    margin-left: 0;
}

.bodyrtl .header-five .header-maxi .dropdown:hover>.dropdown-menu {
    text-align: right;
}

.bodyrtl .header-five .header-maxi .phone-header {
    margin-left: 0px !important;
}

.bodyrtl .header-five .header-navbar nav .navbar-collapse ul li:last-child .pro-header-right-options .dropdown {
    margin-left: 0;
    margin-right: 35px;
}

.bodyrtl .header-five .header-navbar nav .navbar-collapse ul li:last-child .pro-header-right-options li .cart-right {
    margin-left: 0px;
}

.bodyrtl .header-five .pro-header-right-options li .cart-right {
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .badge-secondary {
    right: 0 !important;
    left: auto !important;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li {
    left: 0;
    right: auto;
    padding-left: 0;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .badge-secondary {
    right: 0;
    left: auto;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .badge-secondary:after {
    left: 5px;
    transform: rotate(20deg);
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list {
    padding-right: 0;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list>li {
    margin-left: 0;
    margin-right: 28px;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list>li>a .badge {
    right: 0;
    left: auto;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list>li .block {
    margin-left: 0;
    margin-right: 10px;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header a:after {
    margin-left: 0;
    margin-right: 0.875em;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart {
    right: auto;
    left: 0;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items {
    padding-right: 0;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-thumb {
    right: 0;
    left: auto;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-thumb .icon {
    left: -5px;
    right: auto;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-detail {
    padding-left: 0;
    padding-right: 74px;
    text-align: right;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-detail .item-quantity {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .item-detail .item-price {
    float: left;
    margin-left: 0;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .tt-summary {
    text-align: right;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .tt-summary span {
    float: left;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .buttons .btn:first-child {
    margin-right: 0;
    margin-left: 5px;
}

.bodyrtl .header-five .header-navbar .navbar-collapse .navbar-nav li .top-right-list .cart-header .shopping-cart .shopping-cart-items .buttons .btn:last-child {
    margin-right: 5px;
    margin-left: 0;
}

.bodyrtl .header-six .header-navbar nav .navbar-collapse ul li {
    margin-right: 0 !important;
    margin-left: 28px !important;
}

.bodyrtl .header-six .header-mini .navbar .navbar-collapse li:last-child a {
    padding-right: 0.5rem;
    padding-left: 0;
}

.bodyrtl .header-six .header-maxi .phone-header .block {
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
}

.bodyrtl .header-six .header-maxi .pro-header-right-options li button .badge {
    right: 0 !important;
    left: auto !important;
}

.bodyrtl .header-six .header-mini .navbar-lang .country-flag ul li {
    margin-left: 5px;
    margin-right: 0;
}

.bodyrtl .header-six .header-mini .navbar-lang .country-flag ul li:last-child {
    margin-left: 0;
}

.bodyrtl .header-six .header-mini .navbar .navbar-lang .select-control {
    margin-left: 0;
    margin-right: 10px;
}

.bodyrtl .header-six .header-mini .navbar .navbar-lang .country-flag h4 {
    border-right: none;
    border-left: 1px solid #adb5bd;
    padding-left: 12px;
    padding-right: 0;
}

.bodyrtl .header-six .header-navbar .navbar-collapse .navbar-nav li>a:first-child {
    margin-left: 0.5rem;
    padding-right: 0;
}

.bodyrtl .header-six .header-navbar .navbar-collapse .navbar-nav li .badge-secondary {
    right: 0;
    left: auto;
}

.bodyrtl .header-six .header-navbar .navbar-collapse .navbar-nav li .badge-secondary:after {
    left: 5px;
    transform: rotate(20deg);
}

.bodyrtl .footer-area h5,
.bodyrtl .footer-area p {
    text-align: right;
}

.bodyrtl .footer-area hr:before {
    right: 15px;
}

.bodyrtl .footer-area ul {
    padding-right: 0;
}

.bodyrtl .footer-area ul li {
    float: right;
    text-align: right;
}

.bodyrtl .footer-area .links-list li {
    width: 100%;
}

.bodyrtl .footer-area .links-list li .fa {
    padding-left: 5px;
    padding-right: 0;
    transform: rotate(180deg);
    margin-right: -5px;
    margin-left: 5px;
}

.bodyrtl .footer-area .social-content .newsletter {
    text-align: right;
}

.bodyrtl .footer-area .copyright-content .footer-info {
    text-align: left;
}

.bodyrtl .footer-area .copyright-content .footer-info p {
    text-align: left;
}

.bodyrtl .footer-area .copyright-content .footer-image {
    text-align: right;
}

.bodyrtl .footer-area .newsletter .block .form-inline .search input {
    padding: 8px 8px 8px 98px;
}

.bodyrtl .footer-area .newsletter .block .form-inline .search .btn-secondary {
    left: 1px;
    right: auto;
}

.bodyrtl .footer-one figure {
    text-align: right;
}

.bodyrtl .footer-one .mail li {
    float: none;
}

.bodyrtl .footer-one .copyright-content .footer-info {
    text-align: center;
}

.bodyrtl .footer-one .socials li {
    margin-right: 0px;
    margin-left: 15px;
}

.bodyrtl .footer-one .mail li a .fas {
    margin-right: 0px;
    margin-left: 10px;
}

.bodyrtl .footer-three .newsletter .block .search-field-module .search-field-wrap .btn-secondary {
    left: 0;
    right: auto;
}

.bodyrtl .footer-three .newsletter .block .form-inline {
    margin-left: 0;
    margin-right: auto;
}

.bodyrtl .footer-three .newsletter .block .form-inline .search input {
    padding: 8px 8px 8px 98px;
}

.bodyrtl .footer-three .newsletter .block .form-inline .search .btn-secondary {
    left: 1px;
    right: auto;
}

.bodyrtl .footer-four .form .btn {
    float: right;
}

.bodyrtl .footer-five .contact-list li {
    padding-right: 30px;
    padding-left: 0;
}

.bodyrtl .footer-five .contact-list li .fas {
    left: auto;
    right: 0;
}

.bodyrtl .footer-five .footer-image img {
    margin-right: 30px;
}

.bodyrtl .footer-five .margin-d2 {
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .footer-five .media {
    padding-right: 15px;
}

.bodyrtl .footer-five .media .media-body {
    text-align: right;
}

.bodyrtl .footer-five .social-content .socials {
    float: left;
}

.bodyrtl .footer-six .search-content .newsletter .block .search-field-module .search-field-wrap .btn-secondary {
    left: 0;
    right: auto;
}

.bodyrtl .footer-six .search-content .newsletter .block {
    margin-right: 14px;
    margin-left: 0;
}

.bodyrtl .footer-six .footer-image {
    float: right;
}

.bodyrtl .footer-six .copyright-content .footer-info {
    text-align: center;
}


.bodyrtl .product article .pre-tag {
    left: auto;
    right: 10px;
}

.bodyrtl .product article .discount {
    left: 10px !important;
    right: auto !important;
}

.bodyrtl .blog-menu .category-div ul li {
    padding-left: 15px;
    padding-right: 0;
}

.bodyrtl .blog-menu .category-div .main-manu span {
    float: left;
}

.bodyrtl .blog-menu .category-div .main-manu img {
    margin-left: 7px;
    margin-right: 0 !important;
}

.bodyrtl .blog-menu .category-div .sub-manu .list-item {
    padding-left: 0;
    padding-right: 0;
}

.bodyrtl .blog-menu .category-div .sub-manu .list-item a {
    padding-right: 38px;
}

.bodyrtl .blog-menu .category-div a.btn {
    text-align: right !important;
}

.bodyrtl .blog-menu .category-div a.btn .fas {
    transform: rotate(-180deg);
    margin-left: 7px;
    margin-right: 0 !important;
}

.bodyrtl .blog-menu .category-div .media img {
    margin-left: 15px;
    margin-right: 0;
}

.bodyrtl .blog-menu .category-div .media .fas {
    margin-left: 15px;
    margin-right: 0;
}

.bodyrtl .blog-menu .category-div .media .media-body {
    text-align: right;
}

.bodyrtl .blog-menu .category-div .media .media-body span {
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .categories-panel ul {
    padding-right: 0;
}

.bodyrtl .categories-panel ul .nav-item .fas {
    left: 0;
    right: auto;
    transform: rotate(-180deg);
    margin-right: 0px;
    margin-left: 10px;
}

.bodyrtl .categories-panel ul .nav-item a {
    text-align: right;
}

.bodyrtl .categories-panel ul .nav-item a img {
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .categories-panel ul .dropright .dropdown-menu {
    right: 100%;
    left: auto;
}

.bodyrtl .categories-panel ul .nav-item .dropdown-item::before {
    right: 10px;
    left: auto;
}

.bodyrtl .categories-panel ul .nav-item a:hover {
    padding-left: 0.5rem !important;
    padding-right: 25px !important;
}

.bodyrtl .product-2x .featured-tag {
    left: auto;
    right: 34px;
}

.bodyrtl .product-2x .icon-liked {
    left: 26px;
    right: auto;
}

.bodyrtl .product-2x article .thumb {
    right: auto;
    left: 15px;
}

.bodyrtl .product-2x article .module {
    text-align: right;
}

.bodyrtl .product-2x article .module .list li {
    padding-left: 64px;
    padding-right: 0;
}

.bodyrtl .product article .discount-tag {
    left: 0;
    right: auto;
}

.bodyrtl .product article .price span {
    margin-left: 0;
    margin-right: 10px;
}

.bodyrtl .last-product article .icons a .icon {
    transform: rotate(-180deg);
}

.bodyrtl nav[aria-label=breadcrumb] .breadcrumb .active::before {
    content: "\F100" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.bodyrtl .shop-one .listing .product article .product-detail {
    margin-right: 30px;
    margin-left: 0;
}

.bodyrtl .listing .product article {
    text-align: right;
}

.bodyrtl .listing .product article .thumb {
    float: right;
}

.bodyrtl .listing .product article .discount-tag {
    right: 0;
    left: auto;
}

.bodyrtl .listing .product article .product-hover {
    right: 0;
    left: auto;
}

.bodyrtl .listing .product article .listview-btn {
    margin-right: 15px;
    margin-left: 0;
}

.bodyrtl .top-bar label {
    margin-left: 10px;
    margin-right: 0px;
}

.bodyrtl .top-bar .block label {
    margin: 10px;
}

.bodyrtl .top-bar .form-group {
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .top-bar .form-group .form-control {
    padding-right: 14px;
    padding-left: 17px;
}

.bodyrtl .select-control::before {
    right: auto;
    left: 8px;
}

.bodyrtl .right-menu a[aria-expanded=false]:after {
    float: left;
}

.bodyrtl .right-menu a[aria-expanded=true]:after {
    float: left;
}

.bodyrtl .right-menu .sub-manu .unorder-list .list-item a .fas {
    margin-left: 7px;
    transform: scaleX(-1);
}

.bodyrtl .pro-timer span {
    margin-right: 0;
    margin-left: 20px;
}

.bodyrtl .pro-fs-content .pro-description .pro-title ins del {
    margin-right: 5px;
    margin-left: 0;
}

.bodyrtl .blog-content .blog h2 {
    padding-left: 100px;
    padding-right: 15px;
    text-align: right;
}

.bodyrtl .blog-content .blog h2 .featured-tag {
    left: 0;
    right: auto;
}

.bodyrtl .blog-content .blog .blog-date {
    margin-left: 0;
    margin-right: 15px;
}

.bodyrtl .info-boxes-content .info-box .panel .fas {
    margin-right: 0;
    margin-left: 15px;
}

.bodyrtl .info-boxes-content .last {
    border-right: 1px solid #dee2e6;
}

.bodyrtl .product-ad article .tag {
    padding-right: 0;
}

.bodyrtl .product-ad article .pre-tag {
    left: auto;
    right: 10px;
}

.bodyrtl .product-ad .icons {
    right: auto;
    left: 10px;
}

.bodyrtl #quickViewModal .modal-body {
    padding: 10px;
}

.bodyrtl .modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul {
    padding-right: 0;
}

.bodyrtl .modal .modal-dialog .modal-body .pro-description .pro-price del {
    margin-right: 10px;
    margin-left: 0px;
}

.bodyrtl .modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info b {
    margin-right: 0px;
    margin-left: 10px;
}

.bodyrtl .date-tag {
    left: auto;
    right: 10px;
}

.bodyrtl .first {
    border-right: none;
}

.bodyrtl #back-to-top {
    left: 40px;
    right: auto;
}

.bodyrtl .aboutus-content h1,
.bodyrtl .aboutus-content .peragraph,
.bodyrtl .aboutus-content .media-body {
    text-align: right;
}

.bodyrtl .aboutus-content .media-body h4 small {
    margin-right: 10px;
}

.bodyrtl .aboutus-content .rounded-circle {
    margin-left: 15px;
}

.bodyrtl .aboutus-content .media-col {
    border-left: 0.2px solid #ced4da;
    border-right: none;
}

.bodyrtl .aboutus-content .card .card-header h5 {
    text-align: right;
}

.bodyrtl .aboutus-content .card .card-header h5 .fas {
    float: left;
}

.bodyrtl .aboutus-content .card .card-body {
    text-align: right;
}

.bodyrtl .blog-content .blog-area .blog {
    text-align: right;
}

.bodyrtl .blog-content .blog-area .blog .blog-thumbnail .badge span {
    float: right;
}

.bodyrtl .blog-content .blog-area .blog .blog-thumbnail .badge .fas {
    transform: scaleX(-1);
}

.bodyrtl .cart-content .cart-area .item-detail-left .item-detail {
    text-align: right;
}

.bodyrtl .cart-content .cart-area .right-table tbody th {
    text-align: right;
}

.bodyrtl .cart-content .cart-area .right-table tbody td[align=right] {
    text-align: left;
}

.bodyrtl .cart-content .cart-area .align-right {
    text-align: left;
}

.bodyrtl .checkout-area .checkout-module .select-control::before {
    left: 15px;
    right: auto;
}

.bodyrtl .checkout-area .checkout-module .checkoutd-nav .nav-item {
    margin-right: 0;
    margin-left: 15px;
}

.bodyrtl .checkout-area .checkout-module .checkoutd-nav .nav-item .nav-link {
    text-align: right;
    padding-left: inherit;
    padding-right: 30px;
}

.bodyrtl .checkout-area .checkout-module .checkoutd-nav .nav-item a:after {
    transform: rotate(-180deg);
    left: -18px;
    right: auto;
}

.bodyrtl .checkout-area .checkout-module .checkoutd-nav .nav-item a:before {
    transform: rotate(-180deg);
    left: auto;
    right: -1px;
}

.bodyrtl .checkout-area .checkout-module .tab-content p {
    text-align: right;
}

.bodyrtl .checkout-area .checkout-module .tab-content .form-group {
    text-align: right;
    padding-right: 0;
}

.bodyrtl .checkout-area .checkout-module .tab-content .form-check {
    text-align: right;
    padding-left: 0;
    padding-right: 1.25rem;
}

.bodyrtl .checkout-area .checkout-module .tab-content .form-check .form-check-input {
    margin-right: -1.25rem;
}

.bodyrtl .checkout-area .checkout-module .tab-content .form-check-inline {
    float: right;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.bodyrtl .checkout-area .checkout-module .tab-content .form-check-inline .form-check-input {
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .checkout-area .checkout-module .tab-content .btn {
    margin-left: 10px;
    margin-right: 0;
}

.bodyrtl .checkout-area .checkout-module .tab-content .btn .fa-caret-right {
    transform: rotate(-180deg);
}

.bodyrtl .checkout-area .checkout-module .tab-content .btn .fa-caret-left {
    transform: rotate(-180deg);
}

.bodyrtl .checkout-area .right-table tbody th {
    text-align: right;
}

.bodyrtl .checkout-area .right-table tbody td[align=right] {
    text-align: left;
}

.bodyrtl .compare-content h1,
.bodyrtl .compare-content table tbody td {
    text-align: right;
}

.bodyrtl .compare-content .detail-buttons .share .fas {
    transform: scaleX(-1);
}

.bodyrtl .contact-content p {
    text-align: right;
}

.bodyrtl .contact-content .contact-info {
    padding-right: 0;
}

.bodyrtl .contact-content .contact-info li .fas {
    text-align: right;
}

.bodyrtl .contact-content .socials .list {
    text-align: right;
    padding-right: 0;
}

.bodyrtl .contact-content .form-start {
    text-align: right;
}

.bodyrtl .contact-content .form-start .input-group .input-group-prepend .input-group-text {
    border-left: 0;
    border-right: 1px solid #dee2e6;
}

.bodyrtl .contact-content .form-start .input-group input {
    border-left: 1px solid #dee2e6;
}

.bodyrtl .contact-content .contact-main {
    text-align: right;
}

.bodyrtl .contact-content .contact-main .contact-logo {
    padding-right: 0;
    border-right: none;
    border-left: 1px solid #dee2e6;
}

.bodyrtl .page-area {
    text-align: right;
}

.bodyrtl .page-area .nav {
    padding-right: 0;
}

.bodyrtl .registration-process .input-group .input-group-prepend .input-group-text {
    border-left: 0;
    border-right: 1px solid #dee2e6;
}

.bodyrtl .registration-process .input-group input {
    border-left: 1px solid #dee2e6;
}

.bodyrtl .registration-socials .right {
    text-align: left;
}

.bodyrtl .order-one-content .list-group {
    padding-right: 0;
}

.bodyrtl .order-one-content .list-group .nav-link {
    text-align: right;
}

.bodyrtl .order-one-content .list-group .nav-link .fas {
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .order-two-content .list-group {
    padding-right: 0;
}

.bodyrtl .order-two-content .list-group .nav-link {
    text-align: right;
}

.bodyrtl .order-two-content .list-group .nav-link .fas {
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .order-two-content .table td {
    text-align: right;
}

.bodyrtl .order-two-content .form-group {
    text-align: right;
}

.bodyrtl .wishlist-content .list-group {
    padding-right: 0;
}

.bodyrtl .wishlist-content .list-group .nav-link {
    text-align: right;
}

.bodyrtl .wishlist-content .list-group .nav-link .fas {
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .wishlist-content .media {
    text-align: right;
}

.bodyrtl .wishlist-content .media img {
    margin-left: 1rem;
    margin-right: 0;
}

.bodyrtl .wishlist-content .media .input-group {
    margin-left: 10px;
}

.bodyrtl .wishlist-content .media .share .fas {
    transform: scaleX(-1);
}

.bodyrtl .shipping-content .list-group {
    padding-right: 0;
}

.bodyrtl .shipping-content .list-group .nav-link {
    text-align: right;
}

.bodyrtl .shipping-content .list-group .nav-link .fas {
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .shipping-content .shipping-table .form-check {
    padding-left: 0;
    padding-right: 45px;
}

.bodyrtl .shipping-content .shipping-table .form-check .form-check-input {
    right: 18px;
    left: auto;
}

.bodyrtl .shipping-content .shipping-table .edit-tag ul {
    padding-right: 0;
}

.bodyrtl .shipping-content .main-form {
    text-align: right;
}

.bodyrtl .shipping-content .main-form .select-control::before {
    right: auto;
    left: 15px;
}

.bodyrtl .profile-content .list-group {
    padding-right: 0;
}

.bodyrtl .profile-content .list-group .nav-link {
    text-align: right;
}

.bodyrtl .profile-content .list-group .nav-link .fas {
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .profile-content .media img {
    margin-left: 15px;
}

.bodyrtl .profile-content .media .media-body h4 {
    text-align: right;
}

.bodyrtl .profile-content .media .media-body .detail p {
    text-align: left;
}

.bodyrtl .profile-content form label {
    text-align: right;
}

.bodyrtl .profile-content form .select-control::before {
    right: auto;
    left: 15px;
}

.bodyrtl .profile-content form .input-group.date .input-group-prepend .input-group-text {
    border-left-width: 1px;
    border-right-width: 0;
}

.bodyrtl .profile-content form .btn {
    float: left;
}

.bodyrtl .shop-content .breadcum-area {
    text-align: right;
}

.bodyrtl .shop-content .list-group .list-group-item {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .shop-content .list-group .list-group-item:before {
    padding-right: 0;
    padding-left: 0.5rem;
}

.bodyrtl .shop-content .listing .product article .tag {
    text-align: right;
}

.bodyrtl .right-menu {
    text-align: right;
}

.bodyrtl .right-menu .right-menu-categories .main-manu span {
    float: left;
}

.bodyrtl .right-menu .right-menu-categories .main-manu img {
    margin-left: 7px;
    margin-right: 0 !important;
}

.bodyrtl .right-menu .right-menu-categories .sub-manu .list-item {
    padding-right: 0;
}

.bodyrtl .right-menu .right-menu-categories .sub-manu .list-item .fas {
    transform: scaleX(-1);
    margin-left: 7px;
    margin-right: 0 !important;
}

.bodyrtl .right-menu .right-menu-categories .sub-manu .list-item a {
    padding-right: 38px;
}

.bodyrtl .right-menu .range-slider-main .extra-controls font {
    margin-left: 10px;
    margin-right: 10px;
}

.bodyrtl .right-menu .range-slider-main .extra-controls span font {
    margin-left: 10px;
    margin-right: 0;
}

.bodyrtl .right-menu .color-range-main .color-range ul {
    padding-right: 0;
}

.bodyrtl .right-menu .brands-main .brands ul li a .fas {
    transform: scaleX(-1);
    margin-left: 7px;
    margin-right: 0;
}

.bodyrtl .product-page .pro-infos .pro-single-info {
    margin-right: 0;
}

.bodyrtl .product-page .pro-sub-buttons .buttons i.fas {
    margin-right: 0;
    margin-left: 7px;
}

.bodyrtl .product-page .pro-options label {
    margin-right: 0;
    margin-left: 10px;
}

.bodyrtl .product-page .pro-sub-buttons .buttons .btn:first-child {
    padding-right: 0;
}

.bodyrtl .slider-wrapper:hover .slick-prev {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    /*opacity: 1;*/
    /*overflow: hidden;*/
}

.bodyrtl .slider-wrapper:hover .slick-next {
    /*transition: 0.4s ease-in-out;*/
    /*transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    /*opacity: 1;*/
    /*overflow: hidden;*/
}

.bodyrtl .slider-wrapper .slick-prev {
    left: 0px;
    right: auto;
}

.bodyrtl .slider-wrapper .slick-next {
    right: 0px;
    left: auto;
}

.bodyrtl .product-page h1 {
    text-align: right;
}

.bodyrtl .product-page .list {
    text-align: right;
}

.bodyrtl .product-page .nav .nav-link {
    text-align: right;
    margin-left: 10px;
    margin-right: 0;
}

.bodyrtl .product-page .tab-content {
    text-align: right;
}

.bodyrtl .product-page .list-main .icon-liked {
    float: left;
}

.bodyrtl .product-page .list-main .icon-liked .badge {
    right: auto;
    left: -8px;
}

.bodyrtl .product-page .list-main .list li {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #e1e1e1;
    border-right: none;
    margin-right: 0;
    margin-left: 6px;
}

.bodyrtl .product-page .list-main .list .instock .fas {
    margin-left: 5px;
    margin-right: 0;
    float: left;
}

.bodyrtl .product-page .controls .select-control::before {
    left: 30px;
    right: auto;
}

.bodyrtl .product-page .product-buttons h2 span {
    margin-right: 15px;
    margin-left: 0;
    float: left;
}

.bodyrtl .product-page .xzoom-thumbs a:last-child img {
    margin: 0;
}

.bodyrtl .product-page-two .list-main .list .instock .fas {
    float: right;
}

.bodyrtl .product-page-three .list-main .list .instock .fas {
    float: right;
}

.bodyrtl .product-page-three .xzoom-3 .xzoom2,
.bodyrtl .product-page-three .xzoom-3 .xzoom3,
.bodyrtl .product-page-three .xzoom-3 .xzoom4,
.bodyrtl .product-page-three .xzoom-3 .xzoom5 {
    float: left;
}

.bodyrtl .product-page-three .xzoom-3 .xzoom-thumbs {
    float: right;
    text-align: right;
}

.bodyrtl .product-page-three .add-favrt li {
    margin-left: 15px;
    margin-right: 0;
}

.bodyrtl .product-page-three .add-favrt li .fas {
    margin-left: 5px;
    margin-right: 0;
}

.bodyrtl .product-page-four .list-main .list .instock .fas {
    float: right;
}

.bodyrtl .product-page-four .add-favrt li {
    margin-left: 15px;
    margin-right: 0;
}

.bodyrtl .product-page-four .add-favrt li .fas {
    margin-left: 5px;
    margin-right: 0;
}

.bodyrtl .product-page-five .product-buttons .icon-liked {
    margin-right: 15px;
}

.bodyrtl .product-page-five .list-main .list .instock .fas {
    float: right;
}

.bodyrtl .product-page-five .add-favrt li {
    margin-left: 15px;
    margin-right: 0;
}

.bodyrtl .product-page-five .add-favrt li .fas {
    margin-left: 5px;
    margin-right: 0;
}

.bodyrtl .product-page-six .product-buttons .icon-liked {
    margin-right: 15px;
}

.bodyrtl .product-page-six .list-main .list .instock .fas {
    float: right;
}

.bodyrtl .product-page-six .add-favrt li {
    margin-left: 15px;
    margin-right: 0;
}

.bodyrtl .product-page-six .add-favrt li .fas {
    margin-left: 5px;
    margin-right: 0;
}

.bodyrtl .modal .modal-body {
    text-align: right;
}

.bodyrtl .modal .modal-body .list li {
    padding-left: 10px;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}

.bodyrtl .modal .modal-body .list li.instock .fas {
    margin-left: 5px;
    margin-right: 0;
}

.bodyrtl .pagination div {
    text-align: left;
}

.bodyrtl .pagination div .fa-angle-double-left {
    transform: rotate(-180deg);
}

.bodyrtl .pagination div .fa-angle-double-right {
    transform: rotate(-180deg);
}

@media only screen and (max-width: 767px) {
    .bodyrtl .top-bar .form-inline .form-group .form-control {
        padding-left: 25px;
        padding-right: 15px;
    }

    .bodyrtl .top-bar .form-inline .form-group::before {
        left: 10px;
        right: auto;
    }

    .bodyrtl .pagination div {
        text-align: center;
    }

    .bodyrtl .products-area .nav-pills .active:after {
        left: 14px;
        right: 39%;
    }

    .bodyrtl .product-2x article .module .title {
        justify-content: flex-start;
    }

    .bodyrtl .product article .thumb .mobile-icons .icon-liked .badge {
        display: inline-table;
    }

    .bodyrtl #myModal.modal .modal-content h2 {
        padding-left: 45px;
        padding-right: 0;
    }

    .bodyrtl #myModal.modal .modal-content .list {
        float: right;
        margin-bottom: 0;
    }

    .bodyrtl #myModal.modal .modal-content .list li {
        float: right;
        margin-bottom: 7px;
        padding-left: 7px;
        padding-right: 0 !important;
        margin-left: 7px;
        margin-right: 0 !important;
        border-right: none !important;
        border-left: 1px solid #e1e1e1;
    }

    .bodyrtl #myModal.modal .modal-content .product-buttons .icon-liked {
        left: 15px;
        right: auto;
    }

    .bodyrtl .footer-area .copyright-content .footer-info {
        text-align: center;
    }

    .bodyrtl .footer-area .copyright-content .footer-image {
        text-align: center;
    }

    .bodyrtl .aboutus-content .rounded-circle {
        margin-left: auto;
        margin-right: auto !important;
    }

    .bodyrtl .contact-two-content .contact-main .right {
        padding-left: 15px;
        padding-right: 0;
    }

    .bodyrtl .checkout-area .nav-pills {
        padding-right: 0;
    }

    .bodyrtl .checkout-area .checkout-module {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bodyrtl .checkout-area .checkout-module .tab-content .form-group {
        padding-left: 0;
        padding-right: 0;
    }

    .bodyrtl .checkout-area .checkout-module .tab-content .form-check-inline {
        justify-content: flex-start;
    }

    .bodyrtl .profile-content .media .media-body .detail p {
        text-align: right;
    }

    .bodyrtl .profile-content .select-control::before {
        left: 15px;
        right: auto;
    }

    .bodyrtl .wishlist-content .media img {
        margin-left: auto;
        margin-right: auto;
    }

    .bodyrtl .shipping-content .h5-heading {
        text-align: right;
    }

    .bodyrtl .product-page h2 {
        text-align: right;
    }

    .bodyrtl .product-page h2 span {
        float: none !important;
    }

    .bodyrtl .product-page .product-buttons {
        text-align: right;
    }

    .bodyrtl .product-page .product-buttons .icon-liked {
        left: 14px;
        right: auto;
    }

    .bodyrtl .product-page .product-buttons .buttons {
        margin-left: 0;
        margin-right: 0;
    }

    .bodyrtl .product-page .input-group-btn .btn {
        float: left;
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .bodyrtl .product-page .nav .nav-link {
        width: 32.18%;
        margin-left: 5px;
    }

    .bodyrtl .product-page .nav .nav-link:last-child {
        margin-left: 0;
    }

    .bodyrtl .product-page .add-favrt li {
        text-align: right;
    }

    .bodyrtl .product-page-six .product-buttons .icon-liked {
        left: 14px;
        right: auto;
    }

    .bodyrtl .product-page-six .product-buttons .buttons {
        margin-left: 0;
        margin-right: 0;
    }
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0 !important;
}

/*Login page
======================*/
.loginwrap {
    padding: 100px 0px;
}

.login_bottom {
    margin-top: 30px;
}

.login_bottom ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    padding: 0px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.login_bottom ul li a img {
    max-width: 30px;
}

.login_bottom h4 {
    text-transform: uppercase;
}

.login_form label {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px !important;
}

.login_form label.remember {
    font-size: 12px !important;
    font-weight: 400;
}

.login_form .btn-link,
.login_form a {
    font-size: 12px;
    font-weight: 400;
    color: #24aae1;
}



.hr {
    border-color: #000;
}

.form-control {
    border-color: #222;
}

.shop_product_sorting .form-group {
    margin-right: 40px;
}

.shop_product_sorting .form-group:last-child {
    margin-right: 0px;
}

.shop_product_filter_menu {
    position: fixed;
    top: 0px;
    right: -100%;
    background: rgba(0, 0, 0, 0.2);
    height: 100vh !important;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    transition: all .5s ease-in-out;
    z-index: 5;
    margin-top: 0px !important;
}

.shop_filter_body {
    width: 400px;
    background: #f2f2f2;
    padding: 40px;
    max-height: 100vh;
    overflow-y: scroll;
    border-radius: 12px 0px 0px 12px;
    position: absolute;
    right: 0px;
}

.shop_filter_body_close {
    cursor: pointer;

    img {
        width: 16.67px;
    }
}

.shopping_cart_wrap {
    position: fixed;
    top: 0px;
    right: -200%;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    transition: right .2s ease-in-out;
}

.shopping_cart_wrap .shopping_cart_items_wrap {
    width: 450px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #F3F3F3;
    padding: 30px;
    height: 100%;
    overflow-y: scroll;
    border-radius: 12px 0px 0px 12px;
}

.shopping_cart_wrap .shopping_cart_items_wrap h4 {
    font-size: 18px;
    font-weight: 700;
}

.shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items {
    padding: 0px;
    height: 600px;
    overflow-y: auto;
}

.shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items li {
    display: flex;
    margin-left: 0px;
    align-items: center;
    border-bottom: 1px solid #eee;
}


.shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items li .item-thumb {
    width: 30%;
    padding: 10px;
    padding-left: 0px;
}

.shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items li .item-detail {
    width: 70%;
    padding: 20px;
    padding-left: 0px;
}

.shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items li .item-detail .item-name {
    font-size: 14px;
    line-height: 10px;
}

.shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items li .item-detail .item-s {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    color: var(--base);
}

.shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items li .item-thumb img {
    max-height: 100px;
}



.shopping_cart_wrap .shopping_cart_items_wrap .shopping_cart_items_bottom {
    border-top: 1px solid #eee;
}

.shopping_cart_wrap .shopping_cart_items_wrap .shopping_cart_items_bottom .item-summary {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.shopping_cart_close_icon {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 20px;
    color: red;
}

.shopping_cart_close_icon:hover {
    color: red;
}

@media (max-width: 992px) {
    .shopping_cart_wrap .shopping_cart_items_wrap {
        width: 300px;
        padding: 15px;
    }

    .shopping_cart_close_icon {
        top: 9px;
    }

    .shopping_cart_wrap .shopping_cart_items_wrap h4 {
        font-size: 16px;
    }

    .shopping_cart_wrap .shopping_cart_items_wrap .shopping-cart-items li .item-detail .item-name {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .item-s {
        font-size: 12px !important;
        margin-bottom: -7px;
    }
}

.carousel-indicators {
    z-index: 1 !important;
}

/*Single Product Page
==========================*/

.slider-wrapper.sv_product {
    max-height: 900px;
    overflow: hidden;
}

.slider-wrapper.sv_product .slider-for-vertical {
    width: 85% !important;
    padding: 0px;
}

.sv_product .slider-nav-vertical {
    height: 700px;
    width: 85px;
    padding: 20px 0px;
}

.sv_product .slider-nav-vertical .slick-slide {
    height: 79.5px !important;
    width: 85px !important;
    border: 1px solid var(--base);
    margin-top: 4px;
    margin-bottom: 4px;
}

.sv_product .slider-nav-vertical .slick-slide img {
    height: 100% !important;
}

.sv_product .slider-nav-vertical .slick-arrow {
    position: absolute;

}

.sv_product .slider-nav-vertical .slick-arrow:hover {
    background: transparent !important;
}

.sv_product .slider-nav-vertical .slick-arrow.slick-prev {
    top: 12px;
}

.sv_product .slider-nav-vertical .slick-arrow:before {
    color: var(--base);
}

.sv_product .slick-slide {
    padding: 0px;
}

.sv_product .slider-nav-vertical .slick-arrow.slick-prev {
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
}

.sv_product .slider-nav-vertical .slick-arrow.slick-next {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
}

.product article .content {
    background: #eee;
}


.customer_review_banner {
    padding: 80px 0px;
    position: relative;
}

.customer_review_banner:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.customer_review_banner img {
    max-width: 80px;
    margin-bottom: 20px;
}

.cutomer_review_top {
    margin: 40px 0px 0px;
    border-bottom: 1px solid #bbb;
}

.rating_count {
    display: flex;
    padding: 20px 0px;
}

.rating_count .left {
    width: 25%;
}

.rating_count .right {
    width: 73%;
    margin-left: 2%;
}

.rating_count .right ul {
    list-style: none;
    padding: 0px;
}

.rating_count .right ul li {
    display: flex;
}

.rating_count .right .progress.pg {
    width: 95%;
    margin-left: 5px;
}

.rating_count .right span {
    width: 3%;
}

.rating_count .right .progress-bar {
    background: var(--base);
}

.rating_count .rating {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: var(--base);
    margin-bottom: 5px;
}

.rating_count .left span {
    font-size: 20px;
    font-weight: 600;
}

.align_quantity_atc {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
    width: 100% !important;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

.align_quantity {
    display: flex;
    width: 100px !important;
    align-items: center;
    border: 1px solid #eee;
}

.align_quantity_atc .item-quantity {
    margin-bottom: 0px !important;
    height: auto !important;
}

.align_quantity button {
    display: block !important;
    height: 42px !important;
}

.align_quantity button,
.align_quantity input {
    border: 0px !important;
    background: #fff !important;
}

.align_add_to_cart {
    margin-left: 20px;
}

.clients_review {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.clients_review li .top {
    display: flex;
}

.clients_review li .top .img img {
    max-width: 50px;
    border: 2px solid #000;
    border-radius: 50%;
}

.clients_review li .top .img {
    margin-right: 14px;
}

.clients_review li .top .client {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 250px;
}

.clients_review li .top .client .name {
    width: 100%;
}

.clients_review li .bottom p {
    font-size: 18px !important;
}

.clients_review li {
    margin: 30px 0px;
}

.customer_review_form_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .4);
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
}

.customer_review_form {
    width: 480px;
    background: #fff;
    padding: 20px;
    position: relative;
}

a.close_review_form {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: red;
}

/* search bar - start */


input {
    font-family: var(--ff);
    font-size: 13px;
    color: #555860;
}

.search {
    position: relative;
    margin: 0 auto;
    /* width: 300px; */
}


.search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--base);
}

.search input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--base);
}

.search input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--base);
}

.search input:-moz-placeholder {
    color: var(--base);
}

.search input:focus {
    outline: none;

}

.search input:focus+.search-results {
    display: block;
}

.search .search-results {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #fdfdfd),
            color-stop(100%, #eceef4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(top, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search .search-results li {
    display: block;
}

.search .search-results li:first-child {
    margin-top: -1px;
}

.search .search-results li:first-child:before,
.search .search-results li:first-child:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .search-results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search .search-results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search .search-results li:first-child:hover:before,
.search .search-results li:first-child:hover:after {
    display: none;
}

.search .search-results li:last-child {
    margin-bottom: -1px;
}

.search .search-results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: var(--base);
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search .search-results a span {
    font-weight: 200;
}

.search .search-results a:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
}

.search .search-results a:hover {
    text-decoration: none;
    color: var(--base);
    background-color: #fff;
}

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

.lt-ie9 .search input {
    line-height: 26px;
}

/* search bar - end */

img.zoomImg {
    display: none !important;
}

/*Custom Raido Button start*/
.custom_radios div {
    display: inline-block;
}

.custom_radios input[type=radio] {
    display: none;
}

.custom_radios input[type=radio]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom_radios input[type=radio]+label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}

.custom_radios input[type=radio]:checked+label span {
    outline-style: solid;
    outline-width: 3px;
    outline-color: #000
}

.custom_radios input[type=radio]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
}



.custom_radios input[type=radio]:checked+label span img {
    opacity: 1;
    margin-top: -10px;
}

.custom_radios input[type=radio]:checked+label span p {
    /*display: none;*/
}

.custom_radios input[type=radio]+label span p {
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: -5px;
}


/*Custom Raido Button end*/
.stock-out-cart {
    background: var(--base) !important;
    border-color: var(--base) !important;
}

.currentstock.form-control {
    cursor: pointer;
}

.product-page .pro-options label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product_details .card-header {
    background: var(--base);
}

.product_details .card-header button {
    color: #fff;
    text-transform: capitalize;
}

/*View Offer Start*/
.view_offers_button {
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px 0px;
    cursor: pointer;
}

.view_offers_button .icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

.view_offers_button .icon h4 {
    margin: 0px;
    margin-left: 15px;
    font-size: 14px;
}

.view_offer_wrap {
    position: fixed;
    top: 0px;
    right: -200%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    transition: all .5s ease-in-out;
}

.view_offer {
    width: 400px;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 30px;
}

.view_offer_close {
    cursor: pointer;
    color: red;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 7px;
}

.view_offer h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--base);
}

/*View Offer End*/

.shop_product_sorting select {
    cursor: pointer;
    font-size: 16px !important;
    background: var(--base) !important;
    color: #fff !important;
}

.shop_product_sorting select option {
    background: var(--base);
    color: #fff;
}

/*Floating Cart Start
=======================*/
.floating_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    border: 1px solid #D9D9D9;
    padding: 0px 5px;
    margin-top: 5px;
    background-color: #F3F3F3;
    border-radius: 6px;
}

.floating_cart .form-control {
    height: 21px;
    text-align: center;
    background: #F3F3F3;
    border: 0px;
    font-size: 14px;
    padding: 0px;
}

.floating_cart button span {
    font-size: 8px !important;
}

.floating_cart button {
    width: 14px;
}


/*Floating Cart end
=======================*/
/*Check Out Page Start
=======================*/
.shipping_zone_form {
    display: none;
}

.shipping_zone_form.show {
    display: block;
}

.checkout_shipping_address span input {
    display: inline-block;
}

.checkout_shipping_address span label {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.checkout_shipping_address span label p {
    line-height: 1;
    font-size: 16px;
}

.checkout_shipping_address span.shipping_zone_form {
    display: flex;
    align-items: center;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    height: 100%;
}

.checkout_shipping_address {
    margin: 40px 0px;
}

#shipping_mehtods_form {
    ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;

        li {
            input {

                &:checked+label {
                    color: var(--white);
                    background-color: var(--base);
                    border-color: var(--base);

                    .delivery_price {
                        color: var(--white) !important;
                    }
                }

            }

            label {
                width: 100%;
            }
        }
    }
}

#payment_mehtods_form {
    >div {
        .payment_method {
            width: 25%;

            input {

                &:checked+.bkash img {
                    content: url('../images/bkash-white.png');
                }

                &:checked+.nagad img {
                    content: url('../images/nagad-white.png');
                }
            }
        }
    }
}

.custom_form_inner {
    button {
        i {
            margin-top: 0px !important;
        }
    }
}

.delivery_option_wrapper {
    .delivery_date {
        font-size: 12px;
    }

    .delivery_price {
        font-size: 14px;
    }
}

.payment_method input:checked+label {
    color: var(--white);
    background-color: var(--base);
    border-color: var(--base);
}

.payment_method_logo {
    width: 100%;
    word-break: break-all;
    text-align: center;
    font-size: 12px;
    height: 60px;
    color: var(--base);
    justify-content: center;
    font-weight: 700;
}

.payment_method_logo img {
    max-width: 60px;
}

.payment_method_logo .icon.show {
    display: block;
}

.checkout-area .right-table {
    border: 0px !important;
    background-color: transparent !important;
}

.checkout_total {
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px #eee;
    padding: 35px;
    max-width: 330px;
    background-color: #F2F2F2;
    border-radius: 12px;

    h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    table {

        tbody {
            tr {

                td {
                    padding: 0px !important;
                    font-size: 12px;
                    margin-bottom: 10px;
                    padding-bottom: 9px !important;
                }

                &.item-price {
                    td {
                        padding-top: 8px !important;
                        font-size: 14px;
                        font-weight: 700;
                    }
                }
            }
        }
    }

    p {
        font-size: 10px;
        line-height: 20px;

        a {
            color: var(--base);
        }
    }
}

.checkout_total table {
    margin: 0px !important;
}

/*Check Out222 Page end
=======================*/
.closeForm {
    top: 20px;
    right: 20px;
    font-size: 25px;
    color: red;
    cursor: pointer;
}

.delete_cart_item {
    background: transparent !important;
    border-color: transparent !important;
}

.delete_cart_item i {
    font-size: 14px !important;
}

/* Hide the default scrollbar */
::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

/* Track (the area behind the scrollbar) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background color of the track */
}

/* Handle (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the handle */
    border-radius: 4px;
    /* Rounded corners of the handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the handle on hover */
}

/* Firefox */
/* Hide the default scrollbar */
scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

/* Track (the area behind the scrollbar) */
scrollbar-track {
    background: #f1f1f1;
    /* Background color of the track */
}

/* Handle (the draggable part of the scrollbar) */
scrollbar-thumb {
    background: #888;
    /* Color of the handle */
    border-radius: 4px;
    /* Rounded corners of the handle */
}

/* Handle on hover */
scrollbar-thumb:hover {
    background: #555;
    /* Color of the handle on hover */
}

/*Recomend Product Section*/
.recomend_desktop {
    display: flex;
}

.recomend_mobile {
    display: none;
}

@media(max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        /* Prevent horizontal scrolling */
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .shopping_cart_open .cart-right {
        display: none !important;
    }

    .align_add_to_cart {
        position: fixed;
        bottom: 20px;
        left: 0px;
        width: 90%;
        z-index: 9;
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .3);
    }

    .info-boxes-content .info-box {
        justify-content: flex-start !important;
        margin-bottom: 20px;
    }

    /*
    Single Product Page Image Carousel
    */
    .slider-wrapper.sv_product {
        max-height: 400px !important;
        margin-top: 0px !important;
    }

    .slider-wrapper.sv_product .slider-for-vertical {
        width: 75% !important;
    }

    .sv_product .slider-nav-vertical {
        width: 24% !important;
        height: auto !important;
    }

    .slider-for-vertical .slick-slide.slick-current {
        display: flex;
        justify-content: center;
        overflow: auto !important;
    }

    .slider-for-vertical .slick-list .slick-track .slick-slide img {
        width: 70%;
    }

    .sv_product .slider-for-vertical {
        position: relative;
    }

    .sv_product .slider-for-vertical:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .0);
        display: none;
    }

    .fancybox-inner img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .fancybox-wrap,
    .fancybox-inner {
        width: auto;
        height: auto;
        max-width: 90%;
        /* Adjust as needed */
        max-height: 90%;
        /* Adjust as needed */
    }


    /*Recomend Product Section*/

    .recomend_desktop {
        display: none;
    }

    .recomend_mobile {
        display: flex;
    }

    /* CSS for Submenu */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu .dropdown-item:hover {
        padding-left: 15px !important;
    }

    /* Optional: Ensure the submenu dropdown is not hidden by overflow */
    .navbar-nav {
        overflow: visible;
    }

    .dropdown-item {
        white-space: normal !important;
        border-bottom: 1px solid #bbb;
    }

    .dropdown-item:hover {
        padding-left: 0px !important;
    }

    .dropdown-item:hover::before {
        display: none !important;
    }

    /*Signin & Signup*/
    .login_mobile_top,
    .login_mobile_bottom {
        display: grid;
    }

    .login_mobile_top {
        grid-template-columns: 1.3fr 1.7fr;
    }

    .login_mobile_bottom {
        grid-template-columns: .7fr 1.3fr;
    }

    .hide_image {
        display: none !important;
    }

    .reg_padding {
        padding-block: 100px;
    }


    .top-bar label {
        width: 80px;
    }

    .shop_product_sorting select {
        cursor: pointer;
        font-size: 16px !important;
        background: #fff !important;
        color: #000 !important;
        border: 1px solid #000 !important;
        padding: 10px !important;
    }

    .footer-mobile .newsletter .block .form-inline .search input {
        background: none !important;
    }


    /*Checkout Page
    ======================*/
    .checkout_product_list .row div {
        text-align: center;
    }

    .checkout_product_list .row div:first-of-type a {
        display: flex;
        justify-content: center;
    }

    .checkout_product_list .row div:nth-child(1) {
        margin: 15px 0px;
    }

    .checkout_product_list .row div:nth-child(1) .pro-info {
        font-size: 18px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .checkout_product_list .row div:nth-child(1) .pro-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .checkout_product_list .row div:nth-child(1) .item-attributes {
        font-size: 18px;
    }

    .checkout_shipping_address div span {
        width: 100% !important;
        display: inline-flex;
        justify-content: flex-start !important;
        margin-bottom: 10px;
    }
}


/* New All Customiztion code
=================================== */
.bg_base {
    background-color: var(--base);
}

.color_base {
    color: var(--base) !important;
}

/* Header
===================== */

.header-six {
    .search_box {
        display: flex;
        border: 1px solid var(--base);
        border-radius: 12px;
        padding: 0px 10px;
        background: #F3F3F3;

        .icon {
            width: 36px;
            background: url('../images/Search.png') 15px 14px no-repeat;
        }

        input {
            height: 48px;
            width: 100%;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 20px;
            border: 0px;
            background: #F3F3F3;
            font-weight: 700;

            &::placeholder {
                color: #1E1E1E;
                font-weight: 700;
                opacity: .12;
            }
        }
    }

    a.profile {
        width: 48px;
        height: 48px;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        background: url('../images/profile.png') no-repeat center;
        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

        &:hover {
            background-image: url('../images/profile_hover.png');
            border-color: var(--base);
        }
    }

    a.shopping_cart_open {
        width: 48px;
        height: 48px;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        background: url('../images/cart.png') no-repeat center;
        background-size: 24px 24px;
        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

        &:hover {
            background-image: url('../images/cart_hover.png');
            border-color: var(--base);
        }

        span {
            position: absolute;
            top: -10px !important;
            left: 35px !important;
            width: 24px !important;
            height: 24px !important;
            border-radius: 50% !important;
            background: var(--base) !important;
        }
    }


    button.header_left_btn {
        width: 48px;
        height: 48px;
        border: 1px solid #D9D9D9;
        border-radius: 12px;

        &:hover {
            border-color: var(--base);
        }

        &::after {
            display: none;
        }

        &.translator {
            background: url('../images/g_translate.png') no-repeat center;
            background-size: 24px 24px;
            transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

            &:hover {
                background-image: url('../images/g_translate_hover.png');
            }
        }

        &.profile {
            background: url('../images/profile.png') no-repeat center;
            background-size: 24px 24px;
            transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

            &:hover {
                background-image: url('../images/profile_hover.png');
            }
        }



    }

    .dropdown-menu {
        width: 180px !important;
        border-radius: 6px !important;

        &.profile_wrap {
            width: 200px !important;
        }

        .dropdown-item {
            padding-inline: 10px !important;
            display: flex;

            &.translator {
                i {
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    background: url('../images/g_translate.png') no-repeat left;
                    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                }

                &:hover {
                    i {
                        background-image: url('../images/g_translate_hover.png');
                    }
                }
            }

            &.home {
                i {
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    background: url('../images/Home.png') no-repeat left;
                    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                }

                &:hover {
                    i {
                        background-image: url('../images/Home_hover.png');
                    }
                }
            }

            &.order {
                i {
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    background: url('../images/order.png') no-repeat left;
                    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                }

                &:hover {
                    i {
                        background-image: url('../images/order_hover.png');
                    }
                }
            }

            &.address {
                i {
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    background: url('../images/map_pin.png') no-repeat left;
                    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                }

                &:hover {
                    i {
                        background-image: url('../images/map_pin_hover.png');
                    }
                }
            }

            &.history {
                i {
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    background: url('../images/history.png') no-repeat left;
                    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                }

                &:hover {
                    i {
                        background-image: url('../images/history_hover.png');
                    }
                }
            }

            &.change_pass {
                i {
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    background: url('../images/change_pass.png') no-repeat left;
                    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                }

                &:hover {
                    i {
                        background-image: url('../images/change_pass_hover.png');
                    }
                }
            }

            &.logout {
                i {
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    background: url('../images/logout.png') no-repeat left;
                    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                }

                &:hover {
                    i {
                        background-image: url('../images/logout_hover.png');
                    }
                }
            }
        }
    }
}


.header-mobile {
    .header-maxi {
        position: relative;

        a.profile {
            width: 35px;
            height: 35px;
            border: 1px solid #D9D9D9;
            border-radius: 5px;
            background: url('../images/profile.png') no-repeat center;
            background-size: 14px 14px;
            transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

            &:hover {
                background-image: url('../images/profile_hover.png');
                border-color: var(--base);
            }
        }

        button.header_left_btn {
            width: 35px;
            height: 35px;
            border: 1px solid #D9D9D9;
            border-radius: 5px;

            &:hover {
                border-color: var(--base);
            }

            &::after {
                display: none;
            }

            &.translator {
                background: url('../images/g_translate.png') no-repeat center;
                background-size: 14px 14px;
                transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

                &:hover {
                    background-image: url('../images/g_translate_hover.png');
                }
            }

            &.profile {
                background: url('../images/profile.png') no-repeat center;
                background-size: 14px 14px;
                transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

                &:hover {
                    background-image: url('../images/profile_hover.png');
                }
            }



        }

        .dropdown-menu {
            width: 180px !important;
            border-radius: 6px !important;

            &.profile_wrap {
                width: 200px !important;
            }

            .dropdown-item {
                padding-inline: 10px !important;

                &.translator {
                    i {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('../images/g_translate.png') no-repeat left bottom / 14px;
                        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                    }

                    &:hover {
                        i {
                            background-image: url('../images/g_translate_hover.png');
                        }
                    }
                }

                &.home {
                    i {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('../images/Home.png') no-repeat left bottom /14px;
                        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                    }

                    &:hover {
                        i {
                            background-image: url('../images/Home_hover.png');
                        }
                    }
                }

                &.order {
                    i {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('../images/order.png') no-repeat left bottom /14px;
                        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                    }

                    &:hover {
                        i {
                            background-image: url('../images/order_hover.png');
                        }
                    }
                }

                &.address {
                    i {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('../images/map_pin.png') no-repeat left bottom /14px;
                        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                    }

                    &:hover {
                        i {
                            background-image: url('../images/map_pin_hover.png');
                        }
                    }
                }

                &.history {
                    i {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('../images/history.png') no-repeat left bottom /14px;
                        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                    }

                    &:hover {
                        i {
                            background-image: url('../images/history_hover.png');
                        }
                    }
                }

                &.change_pass {
                    i {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('../images/change_pass.png') no-repeat left bottom /14px;
                        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                    }

                    &:hover {
                        i {
                            background-image: url('../images/change_pass_hover.png');
                        }
                    }
                }

                &.logout {
                    i {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('../images/logout.png') no-repeat left bottom /14px;
                        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);


                    }

                    &:hover {
                        i {
                            background-image: url('../images/logout_hover.png');
                        }
                    }
                }
            }
        }

        .search_box {
            display: flex;
            border: 1px solid var(--base);
            border-radius: 6px;
            padding: 0px 10px;
            width: 100%;
            background: #F3F3F3;

            .icon {
                width: 21px;
                background: url('../images/Search.png') 0px 5px no-repeat;
            }

            input {
                height: 28px;
                width: 100%;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 16px;
                border: 0px;
                margin: 1px !important;
                background: #F3F3F3;
                font-weight: 700;

                &::placeholder {
                    color: #1E1E1E;
                    font-weight: 700;
                    opacity: .12;
                }
            }
        }

        a.shopping_cart_open {
            width: 35px;
            height: 35px;
            border: 1px solid #D9D9D9;
            border-radius: 5px;
            background: url('../images/cart.png') no-repeat center;
            background-size: 14px 14px;
            transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);

            &:hover {
                background-image: url('../images/cart_hover.png');
                border-color: var(--base);
            }

            span {
                position: absolute;
                top: -10px !important;
                left: 30px !important;
                width: 16px !important;
                height: 16px !important;
                border-radius: 50% !important;
                background: var(--base) !important;
                font-size: 10px;
            }
        }

        .mobile_menu_close {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            color: red;
        }

    }

}

.main_menu {
    .navbar {
        .home {
            position: relative;
            padding-left: 25px;
            display: flex;
            align-items: center;

            &::before {
                position: absolute;
                content: '';
                width: 20px;
                height: 20px;
                background: url('../images/Home_white.png') no-repeat left;
                left: 0px;
                top: 45%;
                transform: translateY(-45%);
            }
        }

        .shop {
            position: relative;
            padding-left: 25px;

            &::before {
                position: absolute;
                content: '';
                width: 20px;
                height: 20px;
                background: url('../images/Shopping_bag.png') no-repeat left;
                left: 0px;
                top: 45%;
                transform: translateY(-45%);
            }
        }

        .contact {
            position: relative;
            padding-left: 25px;

            &::before {
                position: absolute;
                content: '';
                width: 20px;
                height: 20px;
                background: url('../images/Message_circle.png') no-repeat left;
                left: 0px;
                top: 45%;
                transform: translateY(-45%);
            }
        }
    }

    .mobile_number {
        position: relative;
        padding-left: 25px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;

        &::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            background: url('../images/Phone.png') no-repeat left;
            left: 0px;
            top: 45%;
            transform: translateY(-45%);
        }
    }
}

.mobile_menu {
    .navbar-nav {
        .home {
            position: relative;
            padding-left: 25px;

            &::before {
                position: absolute;
                content: '';
                width: 16px;
                height: 16px;
                background: url('../images/Home_hover.png') no-repeat left / 14px 14px;
                left: 0px;
                top: 45%;
                transform: translateY(-45%);
            }
        }

        .shop {
            position: relative;
            padding-left: 25px;

            &::before {
                position: absolute;
                content: '';
                width: 16px;
                height: 16px;
                background: url('../images/Shopping_bag_red.png') no-repeat left / 14px 14px;
                left: 0px;
                top: 45%;
                transform: translateY(-45%);
            }
        }

        .contact {
            position: relative;
            padding-left: 25px;

            &::before {
                position: absolute;
                content: '';
                width: 16px;
                height: 16px;
                background: url('../images/Message_circle_red.png') no-repeat left / 14px 14px;
                left: 0px;
                top: 45%;
                transform: translateY(-45%);
            }
        }
    }

    .mobile_number {
        position: relative;
        padding-left: 25px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;

        &::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            background: url('../images/Message_circle.png') no-repeat left;
            left: 0px;
            top: 45%;
            transform: translateY(-45%);
        }
    }
}


/* Custom Button
========================== */
.custom_btn {
    padding: 6px 44px 6px 44px;
    border-radius: 6px;
    border: 1px solid var(--base);
    background-color: var(--base);
    color: var(--white);
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);

    &.btn_co {
        font-size: 16px;
        text-transform: uppercase;

        &:hover,
        &:focus,
        &:active {
            background-color: transparent !important;
            color: var(--black) !important;

            i {
                color: var(--black) !important;
            }
        }
    }

    &.remove_item {
        display: inline-block;
        margin-top: 1px;

        &:hover,
        &:focus,
        &:active {
            background-color: transparent !important;
            color: var(--black) !important;

            i {
                color: var(--black) !important;
            }
        }
    }

    &.btn_apply {
        padding: 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;

        &:hover,
        &:focus,
        &:active {
            background-color: transparent !important;
            color: var(--black) !important;

            i {
                color: var(--black) !important;
            }
        }
    }

    &.cancel_btn {
        font-size: 10px;
        border-radius: 50px;
        padding: 6px 25px;

        &:hover,
        &:focus,
        &:active {
            background-color: transparent !important;
            color: var(--black) !important;
            border-color: var(--black) !important;

            i {
                color: var(--black) !important;
            }
        }
    }

    &:hover,
    &:focus,
    &:active {
        background-color: transparent !important;
        color: var(--black) !important;
        border-color: var(--black);

        i {
            color: var(--black) !important;
        }
    }
}

.custom_btn_outline {
    padding: 6px 44px 6px 44px;
    border-radius: 6px;
    border: 1px solid var(--base);
    background-color: transparent;
    color: var(--black);
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);

    &.btn_ct {
        font-size: 12px;
        text-transform: uppercase;
        padding: 9px 44px 9px 44px m !important;
    }

    &.btn_filter {
        border: 1px solid #eee;
        font-size: 14px;
        padding: 5px 25px;
        margin-left: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

    &.btn_reset {
        padding: 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        border-color: #bbb;
    }

    &:hover,
    &:focus,
    &:active {
        color: var(--white) !important;
        background-color: var(--base);
    }
}


/* Floating Cart
======================= */
.shopping_cart_items_wrap {

    .shopping_cart_items_bottom {

        .input-group {
            .form-control {
                height: 34px;
                border: 1px solid #D9D9D9;
                background-color: #F3F3F3;
            }

            button {
                padding: 5px 10px !important;
                font-size: 14px;
                margin-left: 10px;
            }
        }
    }
}


/* Login, Registration & Forget Password
================================================== */

.registration-process {
    .spacing {
        .custom_form {
            input {
                &::placeholder {
                    color: #1E1E1E;
                    font-size: 12px;
                    opacity: .4;
                }
            }
        }
    }

    &.reg_form {
        padding: 100px 0px;

        .input-group {

            input {
                background-color: #D9D9D9;
            }
        }
    }
}

/* Custom Form
=============================== */
.custom_form_inner {
    background-color: #F2F2F2 !important;
    padding: 40px !important;
    border-radius: 12px;

    .custom_btn {
        margin-top: 10px !important;
    }
}

.bg_input {
    background: #D9D9D9;

    &:hover,
    &:focus {
        background: #D9D9D9;
    }
}

.bg_form {
    background-color: #F2F2F2;
}

.form_radius {
    border-radius: 12px;
}

.upload-container {
    width: 100%;

    #file-upload-btn {
        background-color: #D9D9D9;
        border: 1px solid #D9D9D9;
        color: var(--base);
        padding: 8px 16px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        outline: none;
        font-weight: 700;
        font-size: 12px;
        width: 100%;
        height: 41.99px;

        img {
            margin-right: 8px;
            height: 16px;
            /* Adjust size as necessary */
        }

        &:hover {
            background-color: #D9D9D9;
        }
    }
}



/* Product Card style
========================= */
.ratingstar {
    .fas {
        color: var(--base);
    }

    .pro-rating {
        img {
            max-height: 16px;
        }
    }
}


/* Home Page
=========================== */
#carouselExampleIndicators1 {
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0px 10px 0px;

    .carousel-indicators {
        li {
            width: 14px;
            height: 14px;
            border-radius: 50%;

            &.active {
                width: 24px;
                height: 14px !important;
                position: relative;
                background: transparent !important;

                &::after {
                    content: '';
                    position: absolute;
                    width: 24px;
                    height: 14px;
                    border-radius: 12px;
                    left: 0px;
                    top: 0px;
                    background-color: var(--base);
                }
            }
        }
    }
}

.title_logo {
    display: flex;
    justify-content: center;
}

/* Shop Page
================== */
.shop-page-heading-title {
    margin-bottom: 40px;
}

.filter_products_btn {
    display: flex;
}

.shop_product_filter_menu {
    .shop_filter_body {
        width: 340px;
        padding: 25px;

        h3 {
            font-size: 20px;
        }

        .right-menu-categories {
            h5 {
                font-size: 16px !important;
            }

            .main-manu {
                font-size: 14px;
            }

            .sub-manu {
                ul {
                    li {
                        a {
                            font-size: 12px;
                        }
                    }
                }
            }
        }

        .range-slider-main {
            h5 {
                font-size: 16px !important;
            }
        }

        .color-range-main {
            h5 {
                font-size: 16px !important;
            }

            ul {
                li {
                    label {
                        font-size: 12px;
                    }
                }
            }
        }
    }
}

.product {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/* Order Page
====================== */
.order_page_wrap {

    .head {

        h6 {
            font-weight: 600;

            .status {
                color: var(--base);
            }

            strong {
                font-weight: 700;
            }
        }

        .custom_btn_outline {
            font-size: 14px;
            padding: 5px 10px;
            border: 1px solid var(--black);
            text-transform: capitalize;

            &:hover {
                background-color: var(--base);
                border: 1px solid var(--base);
                color: var(--white);
            }
        }

        .custom_btn {
            font-size: 14px;
            padding: 5px 10px;
            text-transform: capitalize;

            &:hover {
                background-color: var(--white);
                border: 1px solid var(--base);
                color: var(--black);
            }
        }
    }

    .body {
        .custom_btn_outline {
            font-size: 12px;
            padding: 3px 15px;
            border: 1px solid var(--black);
            text-transform: capitalize;

            &:hover {
                background-color: var(--base);
                border: 1px solid var(--base);
            }
        }

        .custom_btn {
            font-size: 12px;
            padding: 3px 15px;
            background-color: var(--black);
            border: 1px solid var(--black);
            text-transform: capitalize;

            &.cancel_btn {
                background-color: var(--base);
                border-color: var(--base);
                width: auto;
            }

            &:hover {
                background-color: var(--white);
                border: 1px solid var(--black);
                color: var(--black);
            }
        }
    }

    .cancel_modal {
        .modal-dialog {
            .modal-content {
                .modal-header {
                    .modal-title {
                        font-size: 14px;
                    }
                }

                .modal-body {
                    form {
                        .form-check {
                            .form-check-label {
                                font-size: 12px;
                                margin-left: 18px;
                            }
                        }

                        input[type="radio"] {
                            -webkit-appearance: none;
                            appearance: none;
                            background-color: var(--form-background);
                            margin: 0;
                            font: inherit;
                            color: var(--black);
                            width: 12px;
                            height: 12px;
                            border: 1px solid var(--black);
                            border-radius: 50%;
                            transform: translateY(6px);
                            display: grid;
                            place-content: center;

                            &::before {
                                content: "";
                                width: 0.65em;
                                height: 0.65em;
                                border-radius: 50%;
                                transform: scale(0);
                                transition: 120ms transform ease-in-out;
                                box-shadow: inset 1em 1em var(--form-control-color);
                                background-color: var(--base);
                            }

                            &:checked::before {
                                transform: scale(.7);
                            }

                            &:focus {
                                outline: max(2px, 0.15em) solid transparent;
                                outline-offset: max(2px, 0.15em);
                            }
                        }

                        .other_cancel_note {
                            input {
                                border: 1px solid var(--black);
                                height: 20px;
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }

    .return_modal {
        overflow: hidden;
        .return_products {
            padding: 20px 0px 15px;
            max-height: 420px;
            overflow-y: scroll;
            li {
                display: inline-flex;
                align-items: center;
                width: 100%;
                margin-bottom: 10px;

                .img {
                    width: 20%;
                }

                .details {
                    width: 60%;

                    .name {
                        font-size: 12px;
                        margin-bottom: 5px;
                    }

                    .price {
                        font-size: 10px;
                    }
                }

                .submit_return {
                    width: 20%;
                }
            }
        }
    }
}


/* Return Product Page 
======================== */
.return-product-form {
    background: #F2F2F2;
    border-radius: 12px;
    padding: 40px;

    select,
    input {
        font-weight: 700;
        text-transform: capitalize;
        /* option{
            font-weight: 700;
        } */
    }
}

/* View Order
==================== */
.timeline {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 15px;
    padding-left: 50px;
}

.timeline-item .date {
    min-width: 80px;
    color: #555;
    margin-right: 20px;
    font-size: 18px;
    width: 90px;
}

.timeline-item .circle-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 4px;
    margin-right: 15px;
}

.timeline-item.active .circle-container {
    /* padding-left: 10px; */
}

.timeline-item .circle-container::after {
    position: absolute;
    content: '';
    height: 35px;
    width: 1px;
    background: #A1A1A1;
    top: 10px;
    left: 6px;
}

.timeline-item:last-of-type .circle-container::after {
    height: 0px;
    display: none;
}

.timeline-item .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #A1A1A1;
    background-color: #fff;
    margin-bottom: 5px;
    z-index: 1;
}

.timeline-item.active .circle {
    background-color: red;
    border-color: red;
}

.timeline-item .line {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #bbb;
    top: 20px;
    left: 6px;
    z-index: 0;
    display: none;
}

.timeline-item:last-child .line {
    display: none;
}

.timeline-item .content {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.timeline-item.active .content {
    color: red;
    font-weight: bold;
}

.timeline-item.active .content span {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}


/* Responsive */
@media (max-width: 992px) {
    .timeline-item .date {
        min-width: 60px;
    }
}

/* Browsing History
    ==================== */

.browsing_history_item {
    .product_details {
        a {
            display: none;
        }
    }
}

/* Change Password
    ==================== */
.upload-button {
    position: relative;
}

.upload-icon {
    transition: all 0.3s ease-in-out;
}

.upload-button {

    &:hover,
    &:focus,
    &:active {
        .upload-icon {
            content: url('../images/upload_black.png');
        }
    }
}


/* Single Product Page
================== */
.single-prodcut-page {

    .product-page {

        .sv_product {
            max-height: 750px;
            margin-top: 80px;

            .slider-for-vertical {
                .slick-list {
                    .slick-track {

                        .slick-slide {

                            &.slick-current {

                                img {
                                    width: 100%;
                                    border-radius: 12px;
                                }
                            }
                        }
                    }
                }
            }

            .slider-nav-vertical {
                width: 90px;

                .slick-slide {
                    width: 90px !important;
                    height: 90px !important;
                    padding: 10px;
                    border: 0.5px solid rgba(30, 30, 30, 0.15);
                    border-radius: 6px;

                    &.slick-current {
                        border-color: var(--base) !important;
                    }
                }
            }
        }

        .product_details {
            background-color: #F2F2F2;
            padding: 40px;
            border-radius: 12px;

            .title {
                font-size: 20px;
                font-weight: 700;
            }

            .short-desc {
                font-size: 12px;
                line-height: 15px;
            }

            .pro-rating {

                a {
                    color: var(--black);
                }
            }

            .price {
                border-bottom-color: var(--black);

                .total_price {
                    font-size: 26px;
                }

                >span {
                    font-size: 12px;
                    color: var(--black);
                    text-decoration: none;

                    span {
                        text-decoration: none;
                        color: var(--black);
                        font-size: 12px;
                        margin-left: 0px;
                    }
                }
            }

            #add-Product-form {

                .pro-options {
                    margin-bottom: 0px;

                    .attributes {

                        &:last-of-type {
                            margin-bottom: 0;
                        }

                        label {
                            font-size: 16px;
                            font-weight: 700;
                        }

                        .custom_radios {

                            div {
                                display: inline-block;
                            }

                            &.size {

                                input[type=radio] {

                                    &:checked {
                                        +label {

                                            span {
                                                background-color: var(--base) !important;
                                                color: #fff;
                                            }
                                        }
                                    }
                                }
                            }

                            input[type=radio] {
                                display: none;

                                +label {
                                    color: #333;
                                    font-family: Arial, sans-serif;
                                    font-size: 14px;

                                    span {
                                        display: inline-block;
                                        width: 40px;
                                        height: 40px;
                                        margin: -1px 4px 0 0;
                                        vertical-align: middle;
                                        cursor: pointer;
                                        border-radius: 50%;
                                        border: 3px solid #FFFFFF;
                                        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
                                        background-repeat: no-repeat;
                                        background-position: center;
                                        text-align: center;
                                        line-height: 44px;

                                        img {
                                            opacity: 0;
                                            transition: all 0.3s ease;
                                        }
                                    }
                                }

                                &:checked {
                                    +label {
                                        span {
                                            outline-style: solid;
                                            outline-width: 1px;
                                            outline-color: #000;

                                            img {
                                                opacity: 1;
                                                margin-top: -10px;
                                            }

                                            p {
                                                font-weight: 900;
                                                margin-bottom: 0px;
                                                margin-top: -5px;
                                            }
                                        }
                                    }
                                }
                            }


                            .form-check {

                                &:first-of-type {
                                    padding-left: 0px;
                                    margin-left: 0px;
                                }
                            }
                        }
                    }
                }
            }

            .align_quantity_atc {

                .item-quantity {
                    background-color: #F2F2F2;
                    overflow: hidden;
                    border: 1px solid #D9D9D9;
                    border-radius: 6px;

                    .align_quantity {
                        max-height: 36px;

                        input,
                        button {
                            background-color: #F2F2F2 !important;
                        }
                    }
                }

                .align_add_to_cart {
                    max-height: 36px;
                    padding: 6px 50px;
                    font-size: 16px;
                    font-weight: 700;
                    text-transform: uppercase;
                }
            }
        }

        .product_accordion {
            summary {
                font-size: 16px;
                font-weight: 700;
                list-style: none;
                position: relative;
                cursor: pointer;
                max-width: 200px;



                &::before {
                    content: url('../images/arrow.png');
                    position: absolute;
                    right: 0;
                    width: 16px;
                    height: 16px;
                    transition: transform 0.3s ease;
                }
            }

            p {
                font-size: 12px;
                font-weight: 700;

                a {
                    color: var(--base);
                }
            }

            &[open] {
                summary {
                    &::before {
                        transform: rotate(180deg);
                        margin-top: 10px;
                    }
                }
            }
        }

        .view_offers_button {
            padding: 15px 25px;
            max-height: 40px;
            background-color: #D9D9D9;
            border-radius: 6px;

            .title {
                color: var(--base);
                font-size: 14px;
                font-weight: 700;
            }
        }
    }


    .cutomer_review_top {
        border-bottom-color: var(--black);

        h4 {
            font-size: 24px;
            font-weight: 700;
        }

        .rating_count {

            .left {
                display: inline-flex;
                align-items: center;

                div {
                    span {
                        font-size: 32px;
                        font-weight: 700;
                    }

                    #stars {
                        display: inline-flex;

                        .fa-star {
                            color: var(--base);
                        }
                    }

                    p {
                        font-size: 14px;
                    }
                }
            }

            .right {
                margin-left: 25px;

                ul {

                    li {

                        .progress {
                            border-radius: 15px;

                            .progress-bar {
                                border-radius: 15px;
                            }
                        }
                    }
                }
            }
        }

        .open_review_modal {
            max-height: 36px;
            padding: 6px 50px;
            font-size: 16px;
            font-weight: 700;
        }

        .customer_review_form_wrap {

            .close_review_modal {
                background-color: var(--base);
                color: #fff;
                font-weight: 700;
            }
        }
    }

    .customer_review_bottom {

        .img {
            img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
            }
        }

        .name {
            font-size: 16px;
            margin-bottom: 0;
        }

        .date {
            font-size: 12px;
            margin-bottom: 0;
        }
    }


}



/* Checkout
================== */
.checkout_cart_items {
    padding-left: 0px;
    list-style: none;

    li {
        display: grid;
        grid-template-columns: 150px auto;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;

        .item-thumb {
            .image {
                text-align: center;

                img {
                    height: 100px;
                }
            }
        }

        .item-detail {
            display: grid;
            grid-template-columns: auto 160px;
            gap: 20px;

            .item-content {
                .item-s {
                    span:last-of-type {
                        color: var(--base);
                        font-weight: 700;
                    }
                }
            }

            .item-counter {

                .checkout_cart {
                    display: grid;
                    grid-template-columns: 1fr 2fr 1fr;
                    align-items: center;
                    max-width: 60px;
                    border: 1px solid rgba(217, 217, 217, .5);
                    padding: 2px 2px 0px;
                    border-radius: 6px;

                    button {
                        font-size: 10px;
                        padding: 0px;
                        margin: 0px;
                    }

                    .checkout_qty_input {
                        font-size: 10px;
                        border: 0px;
                        width: 100%;
                        background: transparent;
                        /* color: #000; */
                        padding: 0px;
                        text-align: center;
                        height: 20px;
                    }
                }
            }
        }
    }
}

.payment_method_mobile {
    display: none;
}

.payment_method_desktop {
    display: block;
}

/* Footer
================== */
.footer-six {
    .search-content {
        background-color: #D9D9D9 !important;
        height: 100px;

        h5 {
            font-size: 16px;
            font-weight: 700;
            color: var(--base);
        }

        .newsletter {
            .block {
                width: 600px;

                .search-field-module {
                    border: 0px !important;
                    border-radius: 12px;

                    .search-field-wrap {
                        height: 50px;
                        border-radius: 12px;

                        input {
                            border-radius: 12px 0px 0px 12px;
                        }

                        button {
                            background-color: var(--base);
                            color: var(--white);
                            border: 1px solid var(--base);
                            padding: 5px 44px;
                            border-radius: 0px 12px 12px 0px;
                            height: 50px;

                            &:hover {
                                background-color: transparent !important;
                                color: var(--black);
                            }
                        }
                    }
                }
            }
        }
    }

    .footer_middle {
        ul {
            list-style: none;
        }
    }
}

.footer-mobile {
    .search-content {
        background-color: #D9D9D9 !important;
        height: 120px;
        padding: 30px 0px 0px 0px;

        h5 {
            font-size: 16px;
            font-weight: 700;
            color: var(--base);
            text-align: center;
        }

        .newsletter {
            .block {
                .search-field-module {
                    border: 0px !important;
                    border-radius: 12px;

                    .search-field-wrap {
                        height: 50px;
                        border-radius: 12px;

                        input {
                            border-radius: 6px 0px 0px 6px;
                            height: 30px;
                            border: 0px;
                            padding: 0px 10px;
                        }

                        button {
                            background-color: var(--base);
                            color: var(--white);
                            border: 1px solid var(--base);
                            padding: 3px 15px;
                            border-radius: 0px 6px 6px 0px;
                            height: 30px;
                            font-size: 13px;

                            &:hover {
                                background-color: transparent !important;
                                color: var(--black);
                            }
                        }
                    }
                }
            }
        }
    }

    .footer_middle {
        ul {
            list-style: none;
        }
    }
}

/* Footer Top
    =============== */
.info-boxes-content .info-box {
    border: 0px !important;
}

.section_padding {
    padding: 50px 0px !important;
}

/* Sweetalert
============== */
.swal2-styled.swal2-confirm {
    background-color: var(--base) !important;
    color: var(--white) !important;
}



/* Responsive layout
============================= */
@media only screen and (max-width: 1199px) {
    .checkout_total {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    .slick-prev {
        left: 0px;
        z-index: 1;
    }

    .slick-next {
        right: 0px;
        z-index: 1;
    }

    .slick-next:before,
    .slick-prev:before {
        width: 14px;
        height: 14px;
    }

    /* .slick-slide {
        outline: none;
        padding: 0 20px;
    } */
    .col-xs-6 {
        width: 50% !important;
    }

    .custom_btn {
        padding: 3px 20px 3px 20px;
        font-size: 12px;
        padding-bottom: 5px;
    }

    .browsing_history_item {
        .product_details {
            .title {
                font-size: 14px;
                margin-bottom: 8px !important;
            }

            .details {
                font-size: 14px;
                margin-bottom: 8px !important;
            }

            a {
                font-size: 10px;
                display: block;
                width: 100%;
                margin: 0px !important;
            }
        }

        .view_btn {
            a {
                display: none;
            }
        }
    }

    /* Header
    ============ */

    .header-mobile {
        .header-mini {
            .dropdown-toggle::after {
                display: none;
            }
        }

        .header-maxi {
            .mobile_menu {
                ul {
                    li {
                        a {
                            color: var(--black);
                        }
                    }
                }
            }
        }
    }

    /* Login, Registration & Forget Password
    ============================================= */
    .registration-process {
        .spacing {
            padding: 20px !important;

            h5 {
                font-size: 18px;
            }
        }
    }

    /* Profile Page
    ===================== */
    .profile_tab_link {
        display: grid;
        grid-template-columns: 1fr 1fr;

        li {
            padding: 0px;

            a {
                font-size: 10px;
                padding: 0px;
            }
        }
    }

    .hide_mobile {
        display: none;
    }

    /* Order Page
====================== */
    .order_page_wrap {

        .head {
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 20px;

            &:first-of-type {
                margin-top: 0px;
            }

            td {
                padding: 0px;
                font-size: 12px;
                width: 49%;
                margin-bottom: 10px;
                align-items: flex-start !important;

                h6 {
                    font-size: 12px;
                }

                .custom_btn_outline {
                    font-size: 10px;
                    padding: 5px 8px;
                }

                .custom_btn {
                    font-size: 10px;
                    padding: 5px 8px;
                }

                &:last-of-type {
                    justify-content: flex-start !important;
                    flex-direction: row;
                }
            }
        }

        .body {

            flex-direction: row;

            td {

                &.col-3 {
                    margin: 0px !important;
                    padding-right: 0px !important;
                }

                a {
                    img {
                        max-height: 73px;
                    }
                }

                .product_details {

                    p {
                        &:nth-child(1) {
                            font-size: 10px;
                            font-weight: 700;
                        }

                        &:nth-child(2) {
                            font-size: 10px;
                        }

                        &:nth-child(3) {
                            font-size: 8px;
                        }

                        &:nth-child(4) {
                            font-size: 8px;
                        }
                    }
                }


                .custom_btn_outline {
                    font-size: 10px;
                    display: block;
                    padding: 3px 0px;
                    margin-bottom: 10px;
                    margin-right: 0px !important;
                    width: 100%;
                }

                .custom_btn {
                    font-size: 10px;
                    padding: 3px 0px;
                    width: 100%;

                    &.cancel_btn {
                        padding: 2px 10px;
                    }
                }
            }
        }

        .cancel_modal {
            .modal-dialog {
                .modal-content {
                    .modal-header {
                        .modal-title {
                            font-size: 14px;
                        }
                    }

                    .modal-body {
                        form {
                            .form-check {
                                .form-check-label {}
                            }

                            input[type="radio"] {
                                transform: translateY(2px);
                            }
                        }
                    }
                }
            }
        }

        .return_products {

            li {

                .img {

                    img {
                        max-height: 73px;
                    }
                }

                .details {
                    width: 50%;
                    padding-left: 10px;

                    .name {
                        font-size: 12px;
                        margin-bottom: 5px;
                    }

                    .price {
                        font-size: 10px;
                    }
                }

                .submit_return {
                    text-align: right;
                    width: 30%;

                    .custom_btn {
                        &.cancel_btn {
                            padding: 4px 15px;
                        }
                    }
                }
            }
        }
    }



    /* View Order Page
    ==================== */
    .timeline {
        overflow: hidden;
        margin-left: 50px;

        .timeline-item {
            padding-left: 0px;

            .date {
                font-size: 18px;
                margin-right: 8px;
                width: 90px;
            }

            .circle-container {
                margin-top: 5px;
                margin-right: 10px;

                &::after {
                    height: 50px;
                }
            }

            .content {
                font-size: 18px;

                span {
                    font-size: 9px;
                }
            }

            &:last-of-type {
                margin-bottom: 0px;

                .circle-container {
                    background: #fff;


                }
            }
        }
    }

    .order_details {

        .total_pricing {
            order: -1;
            margin-bottom: 20px;

            .order_pricing {
                p {
                    font-size: 16px;
                }
            }
        }
    }



    /* Return Product Page 
    ======================== */
    .return-product-form {
        padding: 30px;

        h5 {
            font-size: 18px;
        }

        .product_details {
            h6 {
                font-size: 14px;
            }

            p {
                font-size: 12px;
            }
        }

        label {
            font-size: 14px;
        }

        input,
        select {
            font-size: 14px;
        }

        #file-upload-btn {
            font-size: 10px;
        }
    }

    /* Home Page
    ==================== */
    #carouselExampleIndicators1 {

        .carousel-indicators {
            margin: 0px;

            li {
                width: 8px;
                height: 8px;
                border-radius: 50%;

                &.active {
                    width: 12px;
                    height: 8px !important;
                    position: relative;
                    background: transparent !important;

                    &::after {
                        content: '';
                        position: absolute;
                        width: 12px;
                        height: 8px;
                        border-radius: 5px;
                        left: 0px;
                        top: 0px;
                        background-color: var(--base);
                    }
                }
            }
        }
    }

    .pro-content {
        padding: 20px 0px;

        .pro-heading-title {
            .title_logo {
                margin-bottom: 10px !important;

                img {
                    width: 14px;
                }
            }

            h4 {
                font-size: 16px;
            }
        }

        .product {
            padding-top: 10px !important;

            article {
                .thumb {
                    height: 140px;

                    a {
                        height: 140px;

                        img {
                            height: 140px;
                        }
                    }
                }

                .content {
                    .price {
                        font-size: 15px;
                    }
                }
            }
        }
    }

    .banners-content {
        padding-top: 0px;

        .group-banners {
            .banner-image {
                margin-bottom: 0px;

                &.imagespace {
                    margin-bottom: 30px !important;
                }
            }
        }
    }

    .form_radius {
        border-radius: 6px;

        &:nth-child(odd) {
            margin-right: 2%;
        }
    }

    /* Shop Page 
    ====================*/
    .shop-page-heading-title {
        margin-bottom: 0px;

        h4 {
            font-size: 18px;
        }
    }

    .products-area {

        h6 {
            margin-bottom: 10px !important;
        }

        .shop_product_sorting {
            padding-left: 0px !important;

            .filter_products_btn {
                flex-wrap: wrap;

                button {
                    width: 45%;
                    font-size: 10px !important;
                    padding: 4px 0px !important;
                    margin-bottom: 5px;

                    &:nth-child(odd) {
                        margin-left: 0px !important;
                    }
                }
            }
        }
    }



    /* Single Product Page
================== */
    .single-prodcut-page {

        .product-page {

            .sv_product {
                max-height: 250px !important;
                margin-top: 0px;

                .slider-for-vertical {
                    .slick-list {
                        .slick-track {
                            .slick-slide {

                                &.slick-current {

                                    img {
                                        max-height: 250px !important;
                                    }
                                }
                            }
                        }
                    }
                }


                .slider-nav-vertical {
                    width: 80px !important;

                    .slick-slide {
                        width: 80px !important;
                        height: 80px !important;
                    }
                }
            }

            .product_details {
                padding: 20px;

                .title {
                    font-size: 18px;
                }

                .price {
                    .total_price {
                        font-size: 22px;
                    }
                }

                #add-Product-form {

                    .pro-options {
                        .attributes {

                            label {
                                font-size: 11px;
                            }

                            .custom_radios {
                                .form-check {
                                    padding-left: 0px;
                                }
                            }
                        }
                    }
                }

                .align_quantity_atc {
                    .align_add_to_cart {

                        &:hover,
                        &:active,
                        &:focus {
                            background: #D9D9D9 !important;
                        }
                    }
                }

            }



            .view_offers_button {
                padding: 15px 10px;

                .title {
                    font-size: 12px;
                }
            }

            .view_offer_wrap {
                .view_offer {
                    width: 330px;
                }
            }
        }

        .customer_review_wrap {
            .cutomer_review_top {
                margin-top: 0px;

                h4 {
                    font-size: 18px;
                }

                .rating_count {

                    padding: 0px;

                    .left {
                        div {
                            span {
                                font-size: 22px;
                            }

                            #stars {

                                .fa-star {
                                    font-size: 14px;
                                }

                                img {
                                    height: 14px;
                                }
                            }
                        }
                    }

                    .right {
                        margin-left: 25px;

                        ul {

                            li {

                                .progress {
                                    border-radius: 15px;

                                    .progress-bar {
                                        border-radius: 15px;
                                    }
                                }
                            }
                        }
                    }
                }

                .open_review_modal {
                    font-size: 14px;
                    width: 100%;
                    margin-bottom: 20px;
                }

                .customer_review_form_wrap {

                    .close_review_modal {
                        background-color: var(--base);
                        color: #fff;
                        font-weight: 700;
                    }
                }
            }

            .customer_review_bottom {

                .left {
                    .row {
                        flex-wrap: nowrap;

                        .img {
                            margin-bottom: 20px;
                        }
                    }
                }

                .name {
                    font-size: 14px;
                }
            }
        }
    }

    /* Checkout
    ================== */

    .checkout_total {
        margin: 0px !important;
    }

    #shipping_mehtods_form {

        ul {
            grid-template-columns: repeat(2, 50%);
            gap: 10px;

            li {
                width: 145px;
                padding: 0px !important;

                label {
                    margin-right: 0px !important;
                    padding-inline: 0px !important;
                }
            }
        }
    }

    #payment_mehtods_form {

        >div {
            flex-wrap: wrap;
            gap: 10px;

            .payment_method {
                margin-right: 0px !important;
                width: 48%;

                label {
                    width: 140px;
                    padding: 10px;
                }
            }
        }
    }

    .payment_method_mobile {
        display: block;
    }

    .payment_method_desktop {
        display: none;
    }

    .checkout_cart_items {
        li {
            grid-template-columns: 80px auto;

            .item-thumb {
                .image {
                    img {
                        height: 80px;
                    }
                }
            }

            .item-detail {
                display: block;

                .item-content {
                    p {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .shipping_zone_form {

        >div {
            width: 100% !important;

            form {
                padding: 20px 10px !important;
                margin: 0px 20px !important;

                h5 {
                    margin-bottom: 10px !important;
                    font-size: 16px;
                }

                .col-md-6 {
                    padding: 0px 5px !important;
                    margin-bottom: 10px !important;

                    label {
                        font-size: 14px;
                    }

                    input,
                    select {
                        height: 38px !important;
                        overflow: hidden;
                    }

                    select {
                        option {
                            word-break: break-all;
                        }
                    }

                    .input-group {

                        .input-group-text {
                            /* display: none; */
                            font-size: 12px;
                            padding: 5px;
                        }

                        input {
                            border-radius: .2rem !important;
                        }
                    }

                    .form-group {
                        padding: 0px !important;
                        margin-bottom: 0px !important;
                    }
                }

                .col-md-12 {
                    padding: 0px 5px !important;

                    label {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .plcaeOrderBtn {
        position: fixed;
        bottom: 20px;
        left: 50%;
        max-width: 90%;
        transform: translateX(-50%);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .3);
        font-size: 16px;
        font-weight: 700;
        z-index: 1;
    }

    #load_products {
        font-size: 12px !important;
        padding: 5px 25px !important;
        margin-top: 0px !important;
    }

    .shop_filter_body {
        h4 {
            font-size: 18px !important;
            margin-bottom: 10px !important;
        }
    }

    #back-to-top {
        bottom: 70px;
    }

    .closeForm {
        top: 10px;
        right: 40px;
    }

}


.see_chart {
    color: #000;
    text-decoration: underline !important;
    font-weight: 400;
}

.tab-carousel-js .slick-dots {
    margin-top: 0px !important;
}

img.lazyload {
    filter: blur(10px);
    transition: filter 0.4s ease-out;
}

img.lazyloaded {
    filter: blur(0);
}
