/*********************************
    Color
    Default
    Header
    Banner
    Core Features
    Hot Trending Products
    Product Banner Area Wrapper
    Deals of day
    Top Selection & New Arrivals
    Flash Sale Today
    Choose Category
    Find the best sellers
    Subscribe to email
    Footer
    Login & Register
    Dress List
    Dress List Single
    Pagination
    Product details
    Product Cart
    Article List
*
********************************/
@import url(./nice-select.css);
@import url(./iconfont.css);
@import url(./default.css);

/*----------------------------------------*/
/*  Color
/*----------------------------------------*/
:root {
    --fs-primary: #2fa5f0;
    --fs-primary-second: #4FC3F7;
    --color-red: #fd1748;
    --color-pale-yellow: #DAC3B4;
    --color-pale-yellow-a: #e7c517;
    --color-yellow-orange: #e97730;
    --color-yellow: #fcbe00;
    --color-green: #4dc35a;
    --color-purple: #bf24d0;
}

/*----------------------------------------*/
/*  Default
/*----------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 26px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #1F2024;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-family: #666;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-bottom: 15px;
    line-height: 24px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: var(--fs-primary);
    text-decoration: none
}


a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}


.btn-one {
    user-select: none;
    -moz-user-select: none;
    background: var(--fs-primary) none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    padding: 16px 32px;
    text-align: center;
    touch-action: manipulation;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.btn-one:hover {
    background: var(--fs-primary-second);
    color: #fff
}

.btn-two {
    /* background: var(--bs-secondary) none repeat scroll 0 0; */
    background: var(--color-pale-yellow);
    color: #4b4848;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-three {
    background: transparent;
    border: solid 1px var(--bs-gray-300);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-gray-800);
}

.btn-three:hover {
    background: var(--bs-gray-200);
    color: var(--fs-primary-second);
    border: solid 1px #fff;
}

.btn-link {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .btn-link {
        font-size: 12px
    }
}

.btn-link .icon {
    font-size: 12px;
    margin-left: 10px;
    transition: all .3s ease 0s
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .btn-link .icon {
        margin-left: 5px
    }
}

.btn-link:hover {
    color: var(--fs-primary);
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

img,
.img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.h1,
h1 {
    font-size: 40px
}

.h2,
h2 {
    font-size: 35px
}

.h3,
h3 {
    font-size: 28px
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #858585;
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

input {
    outline: none;
}

*::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--bs-gray-500);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--bs-gray-500);
    font-size: 14px;
    opacity: 1;
}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(255,255,255,0.6);
    z-index: 999999
}

#preloader {
    display: table;
    table-layout: fixed
}

#preloader-status {
    display: table-cell;
    vertical-align: middle
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid var(--fs-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.float_panel_chat {
    position: fixed;
    bottom: 105%;
    right: 20px;
    z-index: 99;
    transition: 1s ease;
    width: 50px;
}
.float_panel {
    position: fixed;
    bottom: 105%;
    right: 20px;
    z-index: 99;
    transition: 1s ease;
    width: 50px;
}
.float_panel_chat button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: var(--fs-primary);
    border: 0
}
.float_panel button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: var(--fs-primary);
    border: 0
}

.float_panel.open {
    bottom: 100px
}
.float_panel_chat.open {
    bottom: 30px
}

.float_panel_chat::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%)
}
.float_panel_chat button:hover {
    background: var(--fs-primary-second);
    color: #fff
}
.float_panel button:hover {
    background: var(--fs-primary-second);
    color: #fff
}

.b-radius {
    border-radius: 2px;
    overflow: hidden;
}

.b-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.b-radius-25 {
    border-radius: 25em;
    overflow: hidden;
}

.price {
    font-family: "Futura", "Poppins", sans-serif;
}

.bg_blue {
    background-color: var(--fs-primary);
}

.bg_yellow {
    background-color: var(--color-pale-yellow-a);
}

.bg_green {
    background-color: var(--color-green);
}

.bg_purple {
    background-color: var(--color-purple);
}

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
.header-wrapper {
    min-height: 157px;
}

.header-top {
    background-color: #f5f9fd;
    min-height: 53px;
    padding: 12px 0
}

.header-top-info {
    font-size: 14px;
    font-weight: 500
}

.header-top-info a {
    color: #494242
}

.header-top-info a:hover {
    color: var(--fs-primary)
}

.header-top-action-area {
    align-items: center;
    display: flex
}

.header-top-area {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header-middle {
    padding: 32px 0
}

.header-search-box {
    background-color: transparent;
    margin-right: 94px;
    min-width: 510px;
    position: relative;
    width: 100%
}

.header-search-box .form-control {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
    color: #353535;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    height: 55px;
    line-height: 56px;
    padding: 5px 55px 7px 29px;
    width: 100%
}

.header-search-box .form-control::-webkit-input-placeholder {
    color: #989898
}

.header-search-box .form-control:-moz-placeholder {
    color: #989898
}

.header-search-box .form-control::-moz-placeholder {
    color: #989898
}

.header-search-box .form-control:-ms-input-placeholder {
    color: #989898
}

.header-search-box .btn-src {
    background-color: var(--fs-primary);
    background: -moz-linear-gradient(45deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    background: linear-gradient(45deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(rgba(0,145,255,1) 0%,rgba(220,85,220,1) 100%, GradientType=0);
    border: 0;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    height: 47px;
    line-height: 49px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 50%;
    width: 47px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.header-search-box .btn-src:hover {
    background-color: var(--fs-primary-second);
    background: -moz-linear-gradient(135deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    background: linear-gradient(135deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(rgba(0,145,255,1) 0%,rgba(220,85,220,1) 100%, GradientType=0);
    color: #FFF;
}

.header-search-box-categories .nice-select {
    border: 0;
    border-left: 1px solid #f0f0f0;
    border-radius: 0;
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    height: 51px;
    margin-right: 15px;
    padding: 5px 20px 7px 15px
}

.header-search-box-categories .nice-select:before {
    color: #606060;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.header-search-box-categories .nice-select:after {
    display: none
}

.header-search-box-categories .nice-select option {
    font-size: 12px
}

.header-search-box-two {
    align-items: center;
    border: 2px solid #f0f0f0;
    display: flex;
    margin: 0;
    border-radius: 26px;
}

.header-search-box-two .form-control {
    border: 0;
    border-radius: 26px 0 0 26px;
    height: 51px;
    padding-right: 15px
}

.header-search-box-two .btn-src {
    border-radius: 0 26px 26px 0;
    height: 47px;
    margin-right: 2px;
    min-width: 60px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
}

.header-action-account {
    border-right: 1px solid #454545;
    color: #494343;
    font-weight: 500;
    line-height: 1;
    padding-right: 19px;
    margin-right: 20px;
    min-width: 134px;
}


.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 50px
}

.header-action>ul li {
    position: relative;
    margin-left: 25px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action ul li a {
    color: #5f5f60;
    font-size: 13px;
    display: block;
    text-align: center
}


.header-action>ul .header-shop .cart-count {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 17px;
    height: 17px;
    background: var(--fs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 11px;
    border-radius: 50%
}

.header-action ul li a i {
    color: #333;
    font-size: 22px;
    display: block;
    margin-bottom: 3px;
    transition: all .3s ease-out 0s;
    line-height: 1em;
}

.header-action>ul .header-sine-in {
    margin-left: 25px;
    padding-left: 25px
}

.header-action-account .icon {
    color: #313131;
    font-size: 21px;
    line-height: 1;
}

.header-action>ul .header-sine-in a {
    display: flex;
    align-items: center;
    text-align: left
}

.header-action>ul .header-sine-in a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 45px;
    background: #e8e8e8
}

.header-action>ul .header-sine-in a i:first-child {
    font-size: 32px;
    margin-bottom: 0;
    margin-right: 10px
}

.header-action>ul .header-sine-in a p {
    margin-bottom: 0;
    color: #282b30;
    line-height: 1.2
}

.header-action>ul .header-sine-in a p span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    width: 119px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.header-action>ul .header-sine-in a.dropdown-toggle::after {
    font-family: "iconfont";
    content: "\e6fe";
    border: none;
    font-size: 16px;
    color: currentColor;
}

.header-action>ul .header-sine-in a:hover p,
.header-action>ul .header-sine-in a.show p,
.header-action>ul .header-sine-in a.show i,
.header-action ul li a:hover,
.header-action ul li a:hover i,
.header-action ul li a.show i,
.header-action>ul .header-sine-in a:hover::after,
.header-action>ul .header-sine-in a.show::after {
    color: var(--fs-primary-second);
}

.header-action>ul .header-sine-in a.show::after {
    /* content: "\e6fd"; */
    transform: rotate(180deg);
}

.header-action>ul .header-sine-in .dropdown-item a i {
    font-size: 16px;
}

.header-action-wishlist {
    color: #313131;
    font-size: 23px;
    line-height: 1;
    margin-right: 24px
}

.header-action-cart {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 21px;
    line-height: 1;
    margin-right: 13px;
    padding: 0;
    position: relative
}

.header-action-cart .cart-count {
    background-color: var(--fs-primary);
    border-radius: 50%;
    color: #FFF;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -9px;
    width: 21px
}

.header-action-cart:hover {
    color: var(--fs-primary)
}

/* Nav */
.header-four-area {
    background-color: var(--fs-primary);
    /* border: solid #f0f0f0;
    border-width: 1px 0 1px 0;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%); */
    background: -moz-linear-gradient(45deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    background: linear-gradient(45deg, rgba(0,145,255,1) 0%, rgba(220,85,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(rgba(0,145,255,1) 0%,rgba(220,85,220,1) 100%, GradientType=0);
}

.header-four-area.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background-color: var(--fs-primary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.phone-item-action {
    align-items: center;
    border-left: 1px solid #454545;
    display: inline-flex;
    padding: 11px 0 12px 20px
}

.phone-item-action--two {
    border: solid #f0f0f0;
    border-width: 0 1px 0 1px;
    padding: 11px 48px 12px
}

.phone-item-icon {
    min-width: 32px;
    margin-right: 20px;
    margin-top: 1px
}

.phone-item-content {
    font-weight: 500;
    line-height: 1
}

.phone-item-content span {
    color: #323232;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase
}

.phone-item-content a {
    color: var(--fs-primary);
}

.vertical-menu {
    position: relative
}

.vertical-menu-two {
    margin-right: 10px;
    min-width: 310px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .vertical-menu-two {
        min-width: 252px
    }
}

.vertical-menu-two .vmenu-btn {
    justify-content: center
}

.vertical-menu-two .vmenu-item>a {
    padding: 12px 60px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .vertical-menu-two .vmenu-item>a {
        padding: 12px 30px
    }
}

.vmenu-btn {
    align-items: center;
    background: var(--fs-primary);
    border: 0;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    text-transform: capitalize;
    padding: 0 30px;
    position: relative;
    width: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .vmenu-btn {
        padding: 0 20px
    }
}

.vmenu-btn .icon {
    font-size: 18px;
    margin-right: 19px
}

.vmenu-btn .icon:last-child {
    margin-left: 13px;
    margin-right: 0
}

.vmenu-btn:hover {
    opacity: .9
}

.vmenu-content {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    height: auto;
    overflow: visible;
    border-top: 0;
    box-shadow: 0 2px 9.4px .6px rgba(0, 0, 0, 0.06);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-bottom: 0;
    z-index: 9
}

.vmenu-content li {
    display: block;
    position: relative
}

.vmenu-content li:hover .verticale-mega-menu {
    opacity: 1;
    visibility: visible
}

.vmenu-content li.expand {
    padding: 0 10px;
    width: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.vmenu-content li.expand a {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0;
    text-decoration: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.vmenu-content li.expand a i {
    color: #000;
    font-size: 16px;
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
    top: 1px
}

.vmenu-content li.expand a.minus {
    color: var(--fs-primary)
}

.vmenu-content li.expand a:hover {
    color: var(--fs-primary)
}

.vmenu-content-none {
    display: none
}

.vmenu-item {
    border-bottom: 1px solid #eee;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.vmenu-item:last-child {
    border-bottom: 0
}

.vmenu-item>a {
    align-items: center;
    color: #555758;
    display: flex;
    font-size: 16px;
    line-height: 1;
    min-height: 58px;
    padding: 12px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .vmenu-item>a {
        padding: 12px 20px
    }
}

.vmenu-item>a .icon {
    margin-right: 13px;
    min-width: 24px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .vmenu-item>a .icon {
        margin-right: 10px
    }
}

.vmenu-item>a .icon img {
    max-width: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.vmenu-item>a:hover {
    background-color: #FFF;
    color: #000
}

.vmenu-item>a:hover .icon img {
    filter: brightness(0.7)
}

.vmenu-item .menu-item-title {
    align-items: center;
    background: 0;
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    padding: 7px 10px 3.5px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.vmenu-item .menu-item-title i {
    color: #000;
    display: inline-block;
    font-size: 11px;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 58%;
    width: auto;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.vmenu-item .menu-item-title img {
    max-width: 30px;
    margin-right: 12px
}

.vmenu-item:hover .menu-item-title {
    color: var(--fs-primary)
}

.vmenu-item:hover .menu-item-title i {
    color: var(--fs-primary)
}


.header-navigation {
    position: relative;
    width: 100%;
}

.header-navigation-light .main-nav>li.active>a {
    color: #FFF
}

.header-navigation-light .main-nav>li>a {
    color: #FFF
}

.header-navigation-light .main-nav>li>a:hover {
    color: var(--fs-primary)
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.main-nav-item {
    position: relative;
    padding: 0 10px;
    flex-grow: 1;
    align-items: stretch;
    min-width: 0;
}

.main-nav-item:hover {
    flex-grow: 1;
}

/*
.main-nav-item:first-child {
    margin-left: 0
}

.main-nav-item:first-child .main-nav-link {
    padding-left: 0
}

.main-nav-item:last-child {
    margin-right: 0
}

.main-nav-item:last-child .main-nav-link {
    padding-right: 0
} */

.main-nav-link {
    color: #e3f2fd;
    font-size: 16px;
    font-weight: 500;
    padding: 22px 12px;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;

    text-shadow: 0px 1px #06c;
}

.main-nav-link:hover,
.main-nav li.active>a {
    color: #fff;
    background-color: #2196f3;
    text-shadow: 0px 1px #06c;
}

.main-nav li.active ul li.active>a {
    color: #fff;
}

.main-nav li.active ul li.active ul li.active>a {
    color: var(--fs-primary) !important;
}

.has-submenu:hover .submenu-nav,
.has-submenu:hover .submenu-nav-mega {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.submenu-nav {
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    background-color: #FFF;
    border-radius: 0 0 4px 4px;
    color: #000;
    left: -15px;
    opacity: 0;
    margin-top: 30px;
    min-width: 230px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    visibility: hidden;
    width: 230px;
    z-index: 9999;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.submenu-nav-item {
    border-bottom: 1px solid rgba(173, 181, 189, 0.15);
    padding: 0;
    margin-bottom: 0
}

.submenu-nav-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.submenu-nav-link {
    color: #1d1d1d;
    display: block;
    font-size: 14px;
    padding: 11px 25px 10px;
    position: relative;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.submenu-nav-link:hover {
    color: var(--fs-primary);
    background-color: rgba(173, 181, 189, 0.15)
}

.submenu-nav .has-submenu {
    position: relative
}

.submenu-nav .has-submenu .submenu-nav-link:before {
    content: "\f105";
    font-family: "FontAwesome";
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%)
}

.submenu-nav .has-submenu .submenu-nav {
    border-radius: 0;
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, 0.5);
    left: 100%;
    right: auto;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px
}

.submenu-nav .has-submenu .submenu-nav .submenu-nav-link:before {
    display: none
}

.submenu-nav .has-submenu .submenu-nav .submenu-nav-link:hover {
    color: var(--fs-primary)
}

.submenu-nav .has-submenu:hover .submenu-nav-link {
    color: var(--fs-primary)
}

.submenu-nav .has-submenu:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.submenu-nav .has-submenu:hover .submenu-nav .submenu-nav-link {
    color: #1d1d1d
}

.submenu-nav .has-submenu:hover .submenu-nav .submenu-nav-link:hover {
    color: var(--fs-primary)
}

.submenu-nav-mega {
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    background-color: #FFF;
    border-radius: 0 0 4px 4px;
    color: #000;
    display: flex;
    left: 50%;
    opacity: 0;
    margin-top: 30px;
    min-width: 720px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    visibility: hidden;
    width: 230px;
    z-index: 9999;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%)
}

.submenu-nav-mega-item {
    border-right: 1px solid rgba(173, 181, 189, 0.15);
    border-bottom: 0;
    flex-basis: 50%;
    margin: 0;
    padding: 0
}

.submenu-nav-mega-item:last-child {
    border-right: 0
}

.submenu-nav-mega-item:hover .mega-title {
    color: var(--fs-primary);
    text-decoration: none
}

.submenu-nav-mega-item ul>li {
    border-bottom: 1px solid rgba(173, 181, 189, 0.15)
}

.submenu-nav-mega-item ul>li:first-child {
    border-top: 1px solid rgba(173, 181, 189, 0.15)
}

.submenu-nav-mega-item ul>li:last-child {
    border-bottom: 0
}

.submenu-nav-mega-link {
    color: #1d1d1d;
    display: block;
    font-size: 14px;
    padding: 11px 35px 10px;
    position: relative;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.submenu-nav-mega-link:hover {
    color: var(--fs-primary);
    background-color: rgba(173, 181, 189, 0.15);
    text-decoration: none
}

.submenu-nav-mega .mega-title {
    color: #2d2d2d;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 35px 15px;
    text-decoration: none;
    text-transform: uppercase
}

.submenu-nav-mega .mega-title:hover {
    background-color: transparent;
    cursor: auto;
    text-decoration: none
}

.submenu-nav-mega .has-submenu {
    position: relative
}

.submenu-nav-mega .has-submenu a:before {
    content: "\f105";
    font-family: "FontAwesome";
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%)
}

.submenu-nav-mega .has-submenu .submenu-nav {
    border-radius: 0;
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, 0.5);
    left: 100%;
    right: auto;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px
}

.submenu-nav-mega .has-submenu .submenu-nav a:before {
    display: none
}

.submenu-nav-mega .has-submenu .submenu-nav a:hover {
    color: var(--fs-primary)
}

.submenu-nav-mega .has-submenu:hover a {
    color: var(--fs-primary)
}

.submenu-nav-mega .has-submenu:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.submenu-nav-mega .has-submenu:hover .submenu-nav a {
    color: #1d1d1d
}

.submenu-nav-mega .has-submenu:hover .submenu-nav a:hover {
    color: var(--fs-primary)
}


/* ----------------- */

.aside-search-box-wrapper .offcanvas-header {
    justify-content: flex-end;
    padding: 0
}

.aside-search-box-wrapper .btn-close {
    box-shadow: none;
    position: absolute;
    background-image: none;
    background-color: var(--fs-primary);
    color: #FFF;
    opacity: 1;
    font-size: 38px;
    top: 0;
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 5px 5px;
    right: 30px
}

.aside-search-box-wrapper .btn-close:hover {
    color: #FFF;
    background-color: #3f3f3f
}

.aside-search-box-wrapper .offcanvas-body {
    padding-top: 45px;
    display: contents;
}

.aside-search-box-wrapper .search-note p {
    font-size: 14px;
    text-transform: capitalize;
    color: #3f3f3f;
    margin-bottom: 10px
}

.aside-search-box-wrapper .search-form {
    position: relative
}

.aside-search-box-wrapper.offcanvas-top {
    height: 215px
}

.aside-side-menu-wrapper {
    padding: 0
}

.aside-side-menu-wrapper {
    padding: 0
}

@media only screen and (max-width:479px) {
    .aside-side-menu-wrapper.offcanvas-end {
        width: 310px
    }
}

.aside-side-menu-wrapper .offcanvas-header {
    align-items: center;
    background-color: #000;
    cursor: pointer;
    height: 60px;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 30px
}

@media only screen and (max-width:479px) {
    .aside-side-menu-wrapper .offcanvas-header {
        height: 45px
    }
}

.aside-side-menu-wrapper .offcanvas-header h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (max-width:479px) {
    .aside-side-menu-wrapper .offcanvas-header h5 {
        font-size: 16px;
        font-weight: 500
    }
}

.aside-side-menu-wrapper .offcanvas-header .btn-close {
    background: 0;
    box-shadow: none;
    color: #FFF;
    font-size: 32px;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: auto;
    transition: all .3s ease 0s
}

.aside-side-menu-wrapper .offcanvas-header .btn-close:hover {
    color: var(--fs-primary);
}

.aside-side-menu-wrapper .offcanvas-body {
    padding: 0 30px 20px
}

.sidemenu-top {
    position: relative
}

.sidemenu-top .header-top-info {
    border-bottom: 1px solid #eee;
    font-size: 12px
}

.sidemenu-top .header-top-info a {
    display: block;
    padding: 10px 30px
}

@media only screen and (max-width:479px) {
    .sidemenu-top .header-top-info a {
        line-height: 1.6
    }
}

.sidemenu-top .header-info-dropdown {
    border-bottom: 1px solid #eee;
    display: block
}

.sidemenu-top .header-info-dropdown:last-child {
    border: 0
}

.sidemenu-top .header-info-dropdown:last-child .dropdown-menu {
    top: -2px !important
}

.sidemenu-top .header-info-dropdown .btn-info {
    color: #373737;
    display: block;
    font-weight: 400;
    font-size: 17px;
    padding: 17px 30px;
    text-align: left;
    width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

@media only screen and (max-width:479px) {
    .sidemenu-top .header-info-dropdown .btn-info {
        font-size: 14px;
        padding: 12px 30px
    }
}

/*
.sidemenu-top .header-info-dropdown .btn-info.dropdown-toggle:after {
    color: #3f3f3f;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 28px;
    right: 30px;
    top: calc(50% - 15px)
} */

@media only screen and (max-width:479px) {
    .sidemenu-top .header-info-dropdown .btn-info.dropdown-toggle:after {
        font-size: 24px;
        top: calc(50% - 13px)
    }
}

.sidemenu-top .header-info-dropdown .btn-info:before {
    display: none
}

.sidemenu-top .header-info-dropdown .dropdown-menu {
    left: 0 !important;
    max-width: none;
    padding: 3px 25px;
    top: -1px !important;
    width: 100%
}

.offcanvas-menu {
    position: relative;
    z-index: 1
}

.offcanvas-menu::before {
    background-color: #FFF;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.offcanvas-menu ul ul {
    display: none
}

.offcanvas-menu>ul>li>ul li {
    border-bottom: 0
}

.offcanvas-menu>ul>li>ul li a {
    padding: 7px 15px;
    font-weight: 400;
    font-size: 14px;
    color: #3f3f3f
}

.offcanvas-menu>ul>li>ul li a:not(:only-child):after {
    font-size: 18px;
    right: 3px;
    top: 3px
}

.offcanvas-menu>ul>li>ul li>ul li {
    border-bottom: 0
}

.offcanvas-menu>ul>li>ul li>ul li a {
    padding: 7px 30px;
    font-size: 13px;
    color: #3f3f3f
}

.offcanvas-menu li.active>ul {
    display: block
}

.offcanvas-menu li a {
    display: block;
    text-transform: capitalize;
    color: #3f3f3f;
    padding: 10px 0;
    position: relative;
    font-size: 17px;
    transition: all .3s ease 0s
}

@media only screen and (max-width:479px) {
    .offcanvas-menu li a {
        font-size: 15px
    }
}

.offcanvas-menu li a:hover {
    color: var(--fs-primary);
}

.offcanvas-menu li a:hover:after {
    color: var(--fs-primary);
}

.offcanvas-menu a:not(:only-child):after {
    color: #3f3f3f;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease 0s
}

@media only screen and (max-width:479px) {
    .offcanvas-menu a:not(:only-child):after {
        font-size: 24px;
        top: 1px
    }
}

.offcanvas-menu .active>a:not(:only-child):after {
    content: "\f106"
}

.offcanvas-menu .vmenu-menu-item {
    border-top: 1px solid #eee;
    margin-top: 12px;
    padding-top: 10px
}

.offcanvas-menu .vmenu-content {
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.offcanvas-menu .vmenu-item a {
    min-height: auto;
    padding: 9px 15px
}

.offcanvas-menu .vmenu-item a .icon {
    display: inline-block;
    margin-right: 0;
    width: 28px
}

.offcanvas-menu .vmenu-item a .icon img {
    width: 18px
}

/* Sidebar Cart Menu  */
.sidebar-cart-modal {
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    z-index: 1045;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.offcanvas.show {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.offcanvas .inner.ps {
    margin-right: -10px
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.offcanvas .inner .head .title {
    font-size: 18px;
    line-height: 1;
    color: #333
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas .inner .head .offcanvas-close::before,
.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas .inner .head .offcanvas-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas .inner .head .offcanvas-close:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas .inner .head .offcanvas-close:hover::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas .inner .body {
    overflow: hidden;
    height: auto;
    position: relative;
}

.offcanvas .inner .foot {
    width: 100%;
    margin-top: 25px
}

.offcanvas .inner .foot .sub-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee
}

.offcanvas .inner .foot .sub-total strong {
    font-weight: 600;
    color: #333
}

.offcanvas .inner .foot .sub-total .amount {
    font-weight: 600;
    color: var(--color-red);
    font-family: "Futura", "Poppins", sans-serif;
}

.offcanvas .inner .foot .buttons {
    padding-top: 20px;
    border-top: 1px solid #eee
}

.offcanvas .inner .foot .buttons .btn {
    display: block;
    padding: 10px 20px
}

.offcanvas.offcanvas-cart .inner .body {
    max-height: calc(100% - (60px + 245px))
}

.offcanvas.offcanvas-wishlist .inner .body {
    max-height: calc(100% - (60px + 92px))
}

.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.minicart-product-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 75px;
    -ms-flex: 1 0 75px;
    flex: 1 0 75px
}

.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 75px);
    -ms-flex: 1 0 calc(100% - 75px);
    flex: 1 0 calc(100% - 75px);
    padding-left: 15px
}

.minicart-product-list li .content .title {
    color: #7e7e7e
}

.minicart-product-list li .content .sub-title {
    color: var(--bs-gray-500);
    font-size: 0.8rem;
    line-height: 0.8rem;
    display: block;
}

.minicart-product-list li .content .title:hover {
    color: #333
}

.minicart-product-list li .content .quantity-price {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-family: "Futura", "Poppins", sans-serif;
}

.minicart-product-list li .content .quantity-price .amount {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: "Futura", "Poppins", sans-serif;
}

.minicart-product-list li .content .remove {
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0 5px;
    color: #7e7e7e
}

.minicart-product-list li .content .remove:hover {
    color: var(--fs-primary-second)
}

.ps .ps__scrollbar-y-rail .ps__scrollbar-y {
    right: 1px;
    width: 3px !important;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    border-radius: 5px;
}

/*----------------------------------------*/
/*  Banner
/*----------------------------------------*/

.banner-area-two .row [class*="col-"] {
    padding: 0 10px
}

.banner-bg {
    background-image: url(../img/bg/banner_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px 0 20px
}

.slider-active .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.slider-active .slick-dots li {
    line-height: 0;
    margin: 0 3px
}

.slider-active .slick-dots li button {
    text-indent: -9999999px;
    border: 0;
    padding: 0;
    height: 11px;
    width: 16px;
    border-radius: 5.5px;
    transition: .3s linear;
    background: #848382
}

.slider-active .slick-dots li.slick-active button {
    background: var(--fs-primary);
    width: 24px;
    opacity: .73
}

.slider-content.black-content .title {
    color: #2b2b2b
}

.slider-content.black-content .small-title {
    color: #2b2b2b
}

.slider-content.black-content .price {
    color: #2b2b2b;
}

.slider-bg {
    min-height: 556px;
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    border-radius: 5px
}

.slider-content {
    margin-left: 40px;
    width: 50%
}

.slider-content .title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}

.slider-content .title span {
    color: var(--fs-primary)
}

.slider-content .small-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px
}

.slider-content .small-title span {
    color: var(--fs-primary)
}

.slider-content .price {
    font-size: 28px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px;
}

.slider-content .price span {
    font-weight: 500;
}

.category-banner-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.category-banner-item .content {
    position: absolute;
    left: 30px;
    top: 55px
}

.category-banner-item .category-thumb {
    border-radius: 5px;
    overflow: hidden
}

.category-banner-item .category-thumb img {
    transform: scale(1);
    transition: .5s ease-out;
    width: 100%
}

.category-banner-item:hover .category-thumb img {
    transform: scale(1.1)
}

.category-banner-item .content span {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--fs-primary);
    display: block;
    margin-bottom: 3px
}

.category-banner-item .content .title {
    font-size: 30px;
    margin-bottom: 10px
}

.category-banner-item .content .price {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
}

.category-banner-item .content .shop-now {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--fs-primary);
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1
}

.category-banner-item:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1
}

.category-banner-item:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1
}

.category-banner-item:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15)
}

.category-banner-item:hover:before {
    left: 180%
}

.category-banner-item:hover:after {
    left: -280px
}


/*----------------------------------------*/
/*  Core Features
/*----------------------------------------*/
.features-wrp {
    margin-top: 28px;
    padding: 61px 0;
    border-radius: 5px;
}

.feature-item {
    align-items: center;
    border-right: 1px solid #e5e5e5;
    display: flex;
    padding: 4px 0;
}

.feature-item:hover .feature-icon {
    transform: rotateY(360deg);
}

@media only screen and (max-width:767px) {
    .feature-item {
        border: 0;
        margin-bottom: 1em;
    }
}

.feature-item p {
    color: #413f3f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-item p {
        font-size: 13px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-item.border-0 {
        border-right: 1px solid #e5e5e5 !important
    }
}

.feature-icon {
    margin-right: 20px;
    transform: rotateY(0);
    transition: .5s ease-out;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-icon {
        margin-right: 10px;
        max-width: 35px
    }
}

.feature-title {
    color: #000;
    margin-bottom: 1px;
    text-transform: uppercase
}


/*----------------------------------------*/
/*  Hot Trending Products
/*----------------------------------------*/
.product-action .circle-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid transparent;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
    color: #42381C;
}

.product-action .circle-icon:hover {
    background: var(--color-pale-yellow);
    color: #ffffff;
}

.product-action .circle-icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-action .circle-icon i:first-child {
    top: -50%;
}

.product-action .circle-icon:hover i:first-child {
    top: 50%;
}

.rating {
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.rating ul {
    margin-right: 10px;
}

.rating ul li {
    display: inline-block;
}

.rating ul li a {
    font-size: 13px;
    color: #e5ac00;
}

.rating span {
    font-size: 12px;
    color: #999;
    display: inline-block;
}

.cart-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 9px 30px;
    background-color: #fcbe00;
    color: #222;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-align: center;
}

.cart-btn:hover {
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    color: #222;
}

.cart-btn-3 {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 40px;
    background-color: var(--color-pale-yellow);
    color: #ffffff;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

.cart-btn-3:hover {
    border-color: var(--color-pale-yellow);
    background-color: var(--color-pale-yellow);
    color: #ffffff;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 40%);
}

.cart-btn-4 {
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    background-color: var(--color-pale-yellow);
    color: #ffffff;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
}

.cart-btn-4:hover {
    border-color: var(--color-yellow-orange);
    background-color: var(--color-yellow-orange);
    color: #ffffff;
}

/* -------------------- */

.swiper-button-style {
    position: relative
}

.swiper-button-style .swiper-button-prev,
.swiper-button-style .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    text-align: center;
    top: calc(50%+25px);
    visibility: hidden;
    width: 50px;
    transition: all .3s ease 0s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    box-shadow: 0px 10px 30px 0px rgba(0, 5, 63, 0.1);
}

.swiper-button-style .swiper-button-prev:hover,
.swiper-button-style .swiper-button-next:hover {
    background-color: var(--fs-primary);
    border-color: var(--fs-primary);
    color: #FFF
}

.swiper-button-style .swiper-button-prev:before,
.swiper-button-style .swiper-button-next:before {
    content: "\e685";
    font-family: "iconfont";
    font-size: 14px
}

.swiper-button-style .swiper-button-prev:after,
.swiper-button-style .swiper-button-next:after {
    display: none
}

.swiper-button-style .swiper-button-prev {
    left: -20px;
}
.swiper-button-style .swiper-button-next {
    left: auto;
    right:-20px;
}

.swiper-button-style .swiper-button-next:before {
    content: "\e684"
}

.swiper-button-style:hover .swiper-button-prev,
.swiper-button-style:hover .swiper-button-next {
    opacity: 1;
    visibility: visible
}


.product-item {
    background-color: #fff;
    border: 1px solid #f0f2f5;
    overflow: hidden;
    position: relative;
}

.product-item:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.product-item:hover .product-item-thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.product-item:hover .product-item-action .product-action-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}
.product-item:hover .product-action {right:0}

.product-item:hover .product-action {
    right: 0
}

.product-item-thumb {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: var(--bs-gray-100);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.product-item-thumb img {
    width: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    mix-blend-mode: multiply;
}

.product-item-thumb .countdown3 {
    bottom: 14px;
    display: inline-flex;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0
}

.product-item-action {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    justify-content: center;
    top: 7px
}

.product-item-action .product-action-btn {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #515050;
    font-size: 16px;
    height: 40px;
    line-height: 41px;
    margin: 3px 0;
    opacity: 0;
    text-align: center;
    transition: all .3s ease 0s;
    transition-delay: 150ms;
    width: 40px;
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px)
}

.product-item-action .product-action-btn:hover {
    background-color: var(--fs-primary);
    border-color: var(--fs-primary);
    color: #FFF
}

.product-item-action .product-action-btn:first-child {
    opacity: 1;
    position: relative;
    visibility: visible;
    z-index: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.product-item-action .product-action-btn+.product-action-btn {
    transition-delay: 200ms
}

.product-item-action .product-action-btn+.product-action-btn+.product-action-btn {
    transition-delay: 250ms
}

.product-item-action .product-action-btn+.product-action-btn+.product-action-btn+.product-action-btn {
    transition-delay: 300ms
}

.product-item-action--two .product-action-btn {
    background-color: #e9ecef;
    border-color: #dfdfe0
}

.product-item-info {
    padding: 10px 15px 20px;
    position: relative
}

@media only screen and (max-width:575px) {
    .product-item-info {
        padding: 0 15px 30px
    }
}

.product-item-title {
    font-weight: 400;
    line-height: 1.2;
}

.product-item-title a {
    color: #84827c;
    font-size: 15px;
}

.product-item-title a:hover {
    color: var(--fs-primary)
}

.product-item-price {
    align-items: center;
    color: var(--fs-primary);
    display: inline-flex;
    font-size: 18px;
    font-family: "Futura", "Poppins", sans-serif;
    font-weight: 500;
}

@media only screen and (max-width:767px) {
    .product-item-price {
        font-size: 14px
    }
}

.product-item-price .price-old {
    color: #9b9a9a;
    font-size: 14px;
    margin-left: 3px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-text-decoration-color: rgba(155, 154, 154, 0.35);
    text-decoration-color: rgba(155, 154, 154, 0.35)
}

@media only screen and (max-width:767px) {
    .product-item-price .price-old {
        font-size: 13px
    }
}

.product-item-review-icon {
    color: var(--color-yellow);
    font-size: 13px;
    line-height: 1
}

.product-item-review-icon i {
    margin: 0 .5px
}

.product-item .info-btn-cart {
    background-color: transparent;
    border: 2px solid #f0f2f5;
    border-radius: 30px;
    box-shadow: none;
    color: #4a4a4a;
    font-size: 21px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 60px;
    transition: all .3s ease 0s
}

.product-item .info-btn-cart:hover {
    background-color: #f0f2f5;
    color: var(--fs-primary);
}

.product-item .info-bottom {
    padding-right: 60px;
    position: relative
}

.product-item .info-bottom .info-btn-cart {
    position: absolute;
    right: 0;
    top: calc(50%+6px);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.product-item .badges,
.product__item .badges {
    border-radius: 40px;
    color: #FFF;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 10px;
    line-height: 18px;
    min-width: 45px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px
}

.product-item-border {
    background-color: transparent;
    border-color: #f0f2f5
}

.product-item-border .product-item-info {
    padding-bottom: 40px
}

.product-item-border .product-item-action {
    right: 15px;
    top: 12px
}

.product-item-border .product-action-btn {
    background-color: #f0f2f5;
    border-color: #eaebec;
    color: #000;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    width: 36px
}

.product-item-border .product-action-btn:first-child {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px)
}

.product-item-border .product-action-btn:hover {
    color: var(--fs-primary);
}

.product-item-border:hover .product-item-thumb img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03)
}

.product-item-border:hover .product-item-action .product-action-btn {
    background-color: #f0f2f5;
    border-color: #eaebec
}

.product-item-border:hover .product-item-action .product-action-btn:first-child {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

/* Product detail */

.product-detail-title {
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 20px
}

.product-detail-price {
    align-items: center;
    color: var(--fs-primary);
    display: flex;
    font-size: 24px;
    font-family: "Futura", "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 28px
}

.product-detail-price .price-old {
    color: #9b9a9a;
    font-size: 18px;
    margin-left: 8px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-text-decoration-color: #9b9a9a;
    text-decoration-color: #9b9a9a
}

.product-detail-review {
    align-items: center;
    display: flex;
    margin-bottom: 32px
}

.product-detail-review-icon {
    color: #ff9923;
    display: flex;
    font-size: 16px;
    letter-spacing: 7.35px;
    line-height: 1;
    margin-right: 13px
}

.product-detail-review-show {
    color: #070707;
    font-size: 16px;
    line-height: 1;
    margin: 0
}

.product-detail-desc {
    color: #171616;
    margin-bottom: 30px
}

.product-detail-cart-btn {
    background-color: transparent;
    color: #333;
    border: 2px solid #dedede;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    min-width: 150px
}

.product-detail-cart-btn:hover {
    background-color: var(--fs-primary);
    border-color: var(--fs-primary);
    color: #FFF;
}

.product-detail-compare-btn,
.product-detail-wishlist-btn {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 16px;
    line-height: 1;
    padding: 0
}

.product-detail-compare-btn .icon,
.product-detail-wishlist-btn .icon {
    margin-right: 3px;
    position: relative;
    top: 1px
}

.product-detail-compare-btn:hover,
.product-detail-wishlist-btn:hover {
    color: var(--fs-primary);
}

.product-detail-wishlist-btn {
    margin-left: 14px
}

.product-detail-meta {
    color: #4b4b4b;
    font-weight: 500
}

.product-detail-meta li {
    margin-bottom: 6px
}

.product-detail-meta li:last-child {
    margin-bottom: 0
}

.product-detail-meta span {
    color: #666;
    font-size: 13px;
    margin-right: 0.5em;
}

.product-detail-info-wrap {
    border-bottom: 1px solid #dedede;
    margin-bottom: 32px;
    padding-bottom: 22px
}

.product-detail-info-wrap li {
    color: #3f3f3f;
    font-size: 15px;
    list-style: none;
    margin: 0 0 13px;
    display: flex
}

.product-detail-info-wrap li span {
    color: #353535;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px
}

.pro-qty {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    position: relative
}

.pro-qty input {
    border: 2px solid #dedede;
    border-radius: 35px;
    color: #000;
    height: 50px;
    font-size: 16px;
    padding: 0 25px 0;
    text-align: center;
    width: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .pro-qty input {
        height: 45px
    }
}

.pro-qty .qty-btn {
    cursor: pointer;
    position: absolute;
    line-height: 21px;
    color: #000;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 16px;
    text-align: center;
    transition: all .3s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pro-qty .qty-btn:hover {
    color: var(--fs-primary);
}

.pro-qty .dec {
    left: 0;
    padding-left: 18px
}

.pro-qty .inc {
    right: 0;
    padding-right: 18px
}


/* --- Modal ----------- */

.product-cart-view-modal .modal-dialog {
    max-width: 1400px
}

.product-cart-view-modal .modal-body {
    padding: 30px 15px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 88%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (max-width:767px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 1180px
    }

    .product-cart-view-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 940px
    }

    .product-cart-view-modal .modal-body {
        padding: 30px 15px 60px
    }
}

.product-cart-view-modal .modal-content {
    border: 0
}

.product-cart-view-modal .product-single-info {
    padding-bottom: 0;
    padding-top: 20px;
    margin-left: 0;
    margin-bottom: 0
}

.product-cart-view-modal .product-single-info .prices {
    margin: 20px 0 20px 0
}

.product-cart-view-modal .product-single-info .desc {
    margin-bottom: 20px
}

.product-cart-view-modal .btn-close {
    background-color: var(--color-pale-yellow);
    box-shadow: none;
    border: 0;
    background-image: none;
    font-size: 24px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    width: 24px;
    height: 24px;
    color: #FFF;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.product-cart-view-modal .btn-close i {
    font-size: 1.2rem;
}

.product-cart-view-modal .btn-close:hover {
    background-color: var(--bs-gray-800);
    color: #FFF
}

.single-product-quick-view-slider .thumb-item img {
    width: 100%
}

.single-product-quick-view-slider .swiper-button-next,
.single-product-quick-view-slider .swiper-button-prev {
    background-color: transparent;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    width: 50px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

@media only screen and (max-width:479px) {

    .single-product-quick-view-slider .swiper-button-next,
    .single-product-quick-view-slider .swiper-button-prev {
        display: none
    }
}

.single-product-quick-view-slider .swiper-button-next:before,
.single-product-quick-view-slider .swiper-button-prev:before {
    color: #000;
    font-family: "FontAwesome";
    font-size: 48px;
    left: -2px;
    line-height: 1;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.single-product-quick-view-slider .swiper-button-next:after,
.single-product-quick-view-slider .swiper-button-prev:after {
    display: none
}

.single-product-quick-view-slider .swiper-button-next:hover,
.single-product-quick-view-slider .swiper-button-prev:hover {
    color: var(--fs-primary);
}

.single-product-quick-view-slider .swiper-button-next:hover:before,
.single-product-quick-view-slider .swiper-button-prev:hover:before {
    color: var(--fs-primary);
}

.single-product-quick-view-slider .swiper-button-prev {
    left: 20px
}

.single-product-quick-view-slider .swiper-button-prev:before {
    content: "\f104"
}

.single-product-quick-view-slider .swiper-button-next {
    right: 20px
}

.single-product-quick-view-slider .swiper-button-next:before {
    content: "\f105";
    left: auto;
    right: -2px
}

/* --  Wishlist Model ------ */

.product-action-modal .modal-content {
    border-radius: 0 0 5px 5px
}

.product-action-modal .product-action-view-content .btn-close {
    background-image: none;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    width: 100%;
    height: 32px;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: var(--fs-primary);
    color: #FFF;
    opacity: 1;
    text-align: center;
    padding: 0;
    margin: 0
}

.product-action-modal .product-action-view-content .modal-action-messages {
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 17px
}

.product-action-modal .product-action-view-content .modal-action-messages i {
    position: relative;
    top: 0;
    margin-right: 5px
}

.product-action-modal .product-action-view-content .modal-action-product .thumb img {
    border-radius: 8px;
    width: 100%
}

.product-action-modal .product-action-view-content .modal-action-product .product-name {
    margin: 18px 0 2px;
    font-size: 18px;
    text-align: center
}


/*----------------------------------------*/
/*  Product Banner Area Wrapper
/*----------------------------------------*/

.product-banner-desc {
    color: #FFF;
    font-weight: 500
}

.product-banner-item {
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:575px) {
    .product-banner-item {
        max-height: 300px
    }
}

.product-banner-item:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1
}

.product-banner-item:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1
}

.product-banner-item:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15)
}

.product-banner-item:hover:before {
    left: 180%
}

.product-banner-item:hover:after {
    left: -280px
}

.product-banner-thumb img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    width: 100%
}

.product-banner-five-content {
    left: 0;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

@media only screen and (max-width:575px) {
    .product-banner-five-content {
        padding: 32px 15px 27px
    }
}

.product-banner-five-title {
    color: #FFF;
    margin-bottom: 21px
}

@media only screen and (min-width:1200px) and (max-width:1549px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .product-banner-five-title {
        margin-bottom: 8px
    }
}


/* --------- */
.categories__item {
    position: relative;
}

.categories__item:hover .categories__img img {
    transform: scale(1.1);
}

.categories__img {
    overflow: hidden;
    width: 100%;
}

.categories__img img {
    min-height: 140px;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}

.categories__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}

.categories__content h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    margin-bottom: 5px;
}

.categories__content h6:hover {
    color: #16bcdc;
}

.categories__content p {
    color: #ffffff;
    letter-spacing: -0.025em;
    opacity: 0.6;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
}

.categories__content_down {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*----------------------------------------*/
/* Deals of day
/*----------------------------------------*/
.offer-time {
    display: flex;
    align-items: center;
}

.offer-time .offer-title {
    font-size: 16px;
    line-height: 24px;
    margin-inline-end: 25px;
    display: inline-block;
    font-weight: 500;
    color: #222;
}

.countdown-inner {
    background-color: var(--fs-primary);
    display: block;
    padding: 8px 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.countdown-inner ul li {
    list-style: none;
    font-size: 12px;
    color: #e5e5e5;
    display: inline-block;
    padding: 0 24px;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-inner ul li {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .countdown-inner ul li {
        padding: 0 18px;
    }
}

.countdown-inner ul li span {
    display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
}

/*----------------------------------------*/
/*  13. product CSS
/*----------------------------------------*/
.product__item {
    padding: 20px;
    position: relative;
    transition: 0.3s;
    z-index: 3;
}

.product__item:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transform: translateY(-20px);
    border-radius: 10px;
}

.product__item:hover .product__add-cart {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}

.product__item:hover .product-action,
.product__thumb:hover .product-action {
    right: 0;
    visibility: visible;
}

.product__item .badges {
    border-radius: 40px;
    color: #FFF;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 10px;
    line-height: 18px;
    min-width: 45px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px
}

.product__item-d {
    /* border-right: 1px solid #e5e5e5; */
    /* border-bottom: 1px solid #e5e5e5; */
    z-index: 1;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
}

.product__item-d .product-image {
    background-color: var(--bs-gray-100);
    border-radius: 10px;
    text-align: center;
}

.product__item-d .product__content {
    padding: 15px;
}

.product__item-d:hover .product-image {
    border-radius: 10px 10px 0 0;
}

.product__item-d:hover .price,
.product__item-d:hover .progress-rate {
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}

.product__thumb {
    position: relative;
}

.product__thumb .product-action {
    position: fixed;
    top: 45px;
    right: -50px;
    transition: 0.3s;
    visibility: hidden;
}

.product__thumb .product__offer {
    position: absolute;
    top: 0px;
    left: 0px;
}

.product__thumb .product__offer span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 2px 10px;
    line-height: 16px;
    border-radius: 10px;
    background-color: #5aab19;
    color: #ffffff;
    font-weight: 400;
}

.product__thumb .product-image {
    overflow: hidden;
}

.product__thumb .product-image img {
    transition: all 0.3s ease-out 0s;
    mix-blend-mode: multiply;
    aspect-ratio: 1/1;
    min-height: 0;
}

.product__thumb:hover .product-image img {
    transform: scale(1.1);
}

.product__content {
    overflow: hidden;
    padding-bottom: 70px;
}

.product__content h6 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #7e7e7e;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product__content h6 a:hover {
    color: var(--fs-primary-second);
}

.product__content .price {
    transition: 0.3s;
}

.product__content .price span {
    font-size: 16px;
    color: #222;
    line-height: 1.2;
    display: inline-block;
    font-weight: 500;
}

.product__content .price span.discount,
.product-content span.discount {
    font-size: 13px;
    font-weight: 700;
    background: var(--fs-primary-second);
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    line-height: 1;
    margin-left: 10px;
    font-family: "Futura", "Poppins", sans-serif;
}

.product__content .d-price span {
    color: #CC1414;
}

.product__content {
    display: flex;
    flex-direction: column;
}

.product__content .features-des {
    max-height: 114px;
    height: 100vh;
    overflow-y: auto;
    flex: 1;
}

.product__content .features-des ul li {
    display: block;
    scroll-behavior: smooth;
}

.product__content .features-des ul li a {
    font-size: 14px;
    color: #666;
}

.product__content .features-des ul li a i {
    font-size: 6px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.product__content .cart-option {
    display: flex;
}

.product__content-2 {
    padding-bottom: 0;
    transition: 0.3s;
}

.product__add-cart {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.product-bs-slider .bs-button {
    position: absolute;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    top: 40%;
    margin: 0px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 10px 30px 0px rgba(0, 5, 63, 0.1);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.product-bs-slider .bs-button::after {
    display: none;
}

.product-bs-slider .bs-button:hover {
    background: rgba(47, 165, 240, 0.6);
    color: #333;
}

.product-bs-slider .bs-button-next {
    right: -20px;
    left: auto;
}

.product-bs-slider .bs-button-prev {
    left: -20px;
    right: auto;
}

.product-bs-slider .bs-button-prev:before,
.product-bs-slider .bs-button-next:before {
    content: "\e685";
    font-family: "iconfont";
    font-size: 14px
}

.product-bs-slider .bs-button-next:before {
    content: "\e684";
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-bs-slider .bs-button-next {
        right: -10px;
    }

    .product-bs-slider .bs-button-prev {
        left: -10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-bs-slider .bs-button-next {
        right: -15px;
    }

    .product-bs-slider .bs-button-prev {
        left: -15px;
    }
}

.product-bs-slider:hover .bs-button {
    visibility: visible;
    opacity: 1;
}

.product-bs-slider {
    position: relative;
    /* padding: 10px 0;

    height: -webkit-calc(100% - 300px);
    height: -moz-calc(100% - 300px);
    height: 450px; */
}

.product-bs-slider::before {
    background-color: #fff;
    content: " ";
    height: 420px;
    position: absolute;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

.button-wrap a {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    display: inline-block;
}

.button-wrap a:hover {
    color: #fcbe00;
}

.button-wrap a i {
    margin-left: 5px;
    font-size: 12px;
}


/*----------------------------------------*/
/*  Top Selection & New Arrivals
/*----------------------------------------*/
.super-deals-product-area .product-wrap {
    padding: 38px 30px 8px 30px;
    border-radius: 5px
}

.super-deals-product-area .hideText {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-item-three:hover .product-item-thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.product-item-three .product-thumb img {
    border-radius: 10px;
    box-shadow: none
}

.product-item-three .product-content .title {
    font-size: 14px;
    margin-bottom: 6px
}

.product-item-three .product-content p {
    font-size: 13px;
    margin-bottom: 7px
}

.product-item-three .product-content .price {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
    color: var(--bs-gray-800);
}

.product-item-three.product-overlay {
    position: relative
}

.product-item-three.product-overlay .product-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    width: 100%
}

.product-item-three.product-overlay .product-content .title {
    font-size: 22px
}

.product-item-three.product-overlay .product-item-thumb {
    height: 650px;
}

/*----------------------------------------*/
/*  Find the best sellers
/*----------------------------------------*/

.slider-add-banner .add-banner-img img {
    border-radius: 4px;
    border: 1px solid #fbfbfb
}

.slider-add-banner .add-banner-content span {
    color: #1339fe;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px
}

.slider-add-banner .add-banner-content .title {
    color: #000;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px
}

.slider-add-banner .add-banner-content p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px
}

.slider-add-banner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: 1;
    z-index: 9;
}

.slider-add-banner .slick-dots li {
    margin: 0 3px;
    line-height: 0
}

.slider-add-banner .slick-dots li button {
    text-indent: -999999999px;
    border: 0;
    width: 8px;
    height: 8px;
    background: #bbada3;
    border-radius: 50%;
    padding: 0;
    border-radius: 50%;
    height: 12px;
    opacity: 1;
    transition: all .3s ease 0s;
    width: 12px;
}

.slider-add-banner .slick-dots li.slick-active button {
    background-color: var(--fs-primary);
    border-radius: 10px;
    width: 32px;
}


/*----------------------------------------*/
/*  Choose Category
/*----------------------------------------*/

.choose-product-area {
    background: #efefed
}

.add-banner {
    position: relative
}

.add-banner-img img {
    border-radius: 10px
}

.add-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 45px 25px
}

.add-banner-content span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px
}

.add-banner-content .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 15px
}

.category-item-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 23px 20px;
    box-shadow: 0 3px 24px 0 rgba(197, 197, 197, 0.13)
}

.category-item-wrap .title {
    font-size: 16px;
    margin-bottom: 9px
}

.category-item-list {
    display: flex;
    align-items: center;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.category-item {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.category-item img {
    border-radius: 10px
}


.join-olle-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 3px 24px 0 rgba(197, 197, 197, 0.13)
}

.join-olle-wrap .icon {
    width: 47px;
    height: 47px;
    margin: 0 auto;
    background: #ececea;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 15px
}

.join-olle-wrap .icon i {
    color: #cbcbcb
}

.join-olle-wrap .title {
    font-size: 20px;
    margin-bottom: 15px
}

.join-olle-wrap .join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.join-olle-wrap .join-btn .btn {
    padding: 12px 24px;
    background: #efefed;
    color: #848181;
    min-width: 100px;
    margin: 0 4px
}

.join-olle-wrap .join-btn .btn:hover {
    background: var(--fs-primary-second);
    color: #fff
}

.join-olle-wrap img {
    border-radius: 10px
}




/*----------------------------------------*/
/*  Find the best sellers
/*----------------------------------------*/
.best-sell-product-area {
    background: #efefed
}

.section-title.text-center .title {
    position: relative;
    display: inline-block
}

.best-sell-product-area .section-title.text-center .title::after,
.best-sell-product-area .section-title.text-center .title::before {
    content: "";
    position: absolute;
    left: -260px;
    top: 50%;
    transform: translateY(-50%);
    width: 236px;
    height: 1px;
    background: linear-gradient(93deg, rgba(239, 239, 237, 1) 0, rgba(207, 207, 207, 0.9808298319327731) 50%, rgba(239, 239, 237, 1) 100%)
}

.best-sell-product-area .section-title.text-center .title::after {
    right: -260px;
    left: auto
}

.best-sell-product-area .best-sell-nav {
    background: #fff;
    padding: 18px 45px 22px;
    border-radius: 10px;
    margin-bottom: 20px
}

.best-sell-nav .nav-tabs {
    border-bottom: 0;
    justify-content: center
}

.best-sell-nav .nav-tabs .nav-item.show .nav-link,
.best-sell-nav .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--fs-primary)
}

.best-sell-nav .nav-link {
    display: block;
    padding: 15px 24px;
    color: #5a5a5a;
    transition: .3s linear;
    border: 0;
    border-radius: 2px;
    background: transparent;
    position: relative;
    border-right: 1px solid #efefed
}

.best-sell-nav .nav-item:first-child .nav-link {
    border-left: 1px solid #efefed
}

.best-sell-nav .nav-link:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    border-width: 12px;
    border-style: solid;
    border-color: var(--fs-primary) transparent transparent
}

.best-sell-nav .nav-tabs .nav-link.active:before {
    opacity: 1
}

.best-sell-nav .nav-tabs .nav-link.active {
    border: 0
}

.best-sell-nav .nav-link i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #5a5a5a;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    line-height: 0
}

.best-sell-nav .nav-tabs .nav-link.active i {
    color: var(--fs-primary)
}

.best-sell-nav .nav-link span {
    color: #5a5a5a;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.best-sell-nav .nav-tabs .nav-link.active span {
    color: #fff
}

.vendor-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px 40px
}

.vendor-content .content-top {
    display: flex;
    align-items: center
}

.vendor-content .content-top .icon {
    width: 45px;
    height: 45px;
    background: #efefed;
    display: flex;
    align-items: center;
    border-radius: 50%;
    flex: 0 0 45px;
    font-size: 20px;
    justify-content: center;
    margin-right: 20px
}

.vendor-content .content-top .icon i {
    color: #1d42fd
}

.vendor-content .content-top .content .title {
    font-size: 16px;
    margin-bottom: 7px
}

.vendor-content .content-top .content ul {
    display: flex;
    align-items: center
}

.vendor-content .content-top .content ul li {
    font-size: 13px;
    margin-right: 10px;
    position: relative
}

.vendor-content .content-top .content ul li:last-child {
    margin-right: 0;
    padding-left: 10px
}

.vendor-content .content-top .content ul li:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px;
    height: 18px;
    background: #e5e5e5
}

.vendor-content .content-top .content ul li a {
    font-weight: 600
}

.vendor-content .content-top .content ul li a img {
    margin-top: -5px;
    margin-left: 5px
}

.vendor-content .ranking ul {
    display: flex;
    align-items: center;
    background: #ffe2d6;
    border-radius: 3px;
    padding: 11px 12px;
    width: 69%
}

.vendor-content .ranking ul li {
    font-size: 14px;
    color: var(--fs-primary);
    margin-right: 10px;
    line-height: 1
}

.vendor-content .ranking ul li:last-child {
    margin-right: 0;
    padding-left: 10px;
    border-left: 1px solid #d6c0b8
}

.vendor-content .vendor-services ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.vendor-content .vendor-services ul li {
    width: 30%;
    flex: 0 0 30%;
    border-right: 1px solid #e0e0e0;
    margin-left: 20px
}

.vendor-content .vendor-services ul li:first-child {
    margin-left: 0
}

.vendor-content .vendor-services ul li:last-child {
    border-right: 0
}

.vendor-content .vendor-services ul li .title {
    font-size: 20px;
    margin-bottom: 0
}

.vendor-content .vendor-services ul li p {
    margin-bottom: 0;
    font-size: 14px
}

.vendor-product-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.vendor-product {
    text-align: center;
    width: 25%;
    flex: 0 0 25%;
    padding: 0 15px 15px;
}

.vendor-product.five {
    width: 20%;
    flex: 0 0 20%;
    padding: 15px;
}

.vendor-product .thumb {
    margin-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.vendor-product .thumb:hover img {
    transform: scale(1.1);
}

.vendor-product .content .title {
    font-size: 16px;
    margin-bottom: 0
}

.vendor-product .content span {
    font-size: 14px
}


/*----------------------------------------*/
/*  Subscribe to email
/*----------------------------------------*/
.newsletter-area {
    background-image: url(../img/bg/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.newsletter-two-content-wrap {
    padding: 28px 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .newsletter-two-content-wrap {
        padding: 50px 0
    }
}

.newsletter-two-content {
    align-items: center;
    display: flex
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .newsletter-two-content {
        justify-content: center
    }
}

@media only screen and (max-width:575px) {
    .newsletter-two-content {
        flex-direction: column;
        text-align: center
    }
}

.newsletter-two-content .icon-img {
    margin-right: 30px;
    min-width: 50px;
    filter: brightness(100)
}

@media only screen and (max-width:575px) {
    .newsletter-two-content .icon-img {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.newsletter-two-content .title {
    margin-bottom: 1px
}

.newsletter-two-form {
    overflow: hidden;
    position: relative
}

.newsletter-two-form .form-control {
    background-color: #dadbda;
    box-shadow: none;
    border: 0;
    border-radius: 40px;
    color: #353535;
    font-size: 14px;
    font-weight: 500;
    height: 52px;
    width: 100%;
    padding: 4px 136px 5px 20px
}

.newsletter-two-form .form-control::-webkit-input-placeholder {
    color: #343333
}

.newsletter-two-form .form-control:-moz-placeholder {
    color: #343333
}

.newsletter-two-form .form-control::-moz-placeholder {
    color: #343333
}

.newsletter-two-form .form-control:-ms-input-placeholder {
    color: #343333
}

.newsletter-two-form .btn-submit {
    background-color: var(--fs-primary);
    border: 0;
    border-radius: 0 40px 40px 0;
    color: #fff;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 52px;
    line-height: 47px;
    margin: 0;
    padding: 3px 7px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 126px
}

.newsletter-two-form .btn-submit:hover {
    background-color: var(--fs-primary-second);
}

/* -------------- */
.post-item-thumb {
    display: block;
    margin-bottom: 41px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .post-item-thumb {
        margin-bottom: 25px
    }
}

.post-item-thumb img {
    width: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.post-item-thumb:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1
}

.post-item-thumb:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1
}

.post-item-content .btn-link {
    color: #000;
    font-weight: 600;
    position: relative;
    transition: all .3s ease 0s
}

.post-item-content .btn-link:after {
    background-color: var(--fs-primary);
    bottom: -6px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 0
}

.post-item-content .btn-link .icon {
    margin-left: 5px;
    position: relative;
    top: 0
}

.post-item-content .btn-link:hover {
    color: var(--fs-primary);
}

.post-item-content .btn-link:hover:after {
    left: 0;
    width: 100%
}

.post-item-title {
    color: #1a1919;
    font-weight: 500;
    margin-bottom: 19px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .post-item-title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.post-item-desc {
    margin-bottom: 23px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .post-item-desc {
        margin-bottom: 8px
    }
}

.post-item-meta {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .post-item-meta {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .post-item-meta {
        font-size: 13px
    }
}

.post-item-date {
    line-height: 1
}

.post-item-date a {
    align-items: center;
    color: #544d4d;
    display: flex
}

.post-item-date a:hover {
    color: var(--fs-primary);
}

.post-item-date .icon {
    color: var(--fs-primary);
    font-size: 16px;
    margin-right: 10px
}

.post-item:hover .post-item-thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.post-item:hover .post-item-thumb:before {
    left: 180%
}

.post-item:hover .post-item-thumb:after {
    left: -280px
}

.post-border-items .post-item {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 12px
}

.post-border-items .post-item-thumb {
    border-radius: 10px;
    margin-bottom: 30px
}

.post-border-items .post-item-content {
    padding: 0 15px 15px
}

@media only screen and (max-width:767px) {
    .post-border-items .post-item-content {
        padding: 0 5px 15px
    }
}

.post-border-items .post-item-title {
    margin-bottom: 20px
}

.post-border-items .post-item-desc {
    margin-bottom: 16px
}



/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/

.footer-area .features-area {
    border-bottom: 1px solid #454545;
    padding: 66px 0
}

.footer-area .feature-item {
    border-right-color: #454545
}

.footer-area .feature-item p {
    color: #c0c0c0
}


.footer-main {
    padding: 54px 0 50px
}

.footer-main .widget-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 27px;
    text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-main .widget-title {
        margin-bottom: 17px
    }
}

@media only screen and (max-width:767px) {
    .footer-main .widget-title {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .footer-main .widget-title.widget-collapsed-title {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .footer-main .widget-title.widget-collapsed-title {
        background-color: #353535;
        border-radius: 10px;
        color: #FFF;
        cursor: pointer;
        display: block;
        font-size: 17px;
        margin-bottom: 0;
        padding: 15px 20px 14px;
        position: relative
    }
}

@media only screen and (max-width:575px) {
    .footer-main .widget-title.widget-collapsed-title {
        font-size: 15px;
        padding: 12px 20px
    }
}

.footer-main .widget-title.widget-collapsed-title:before {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f067";
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    text-align: center;
    top: calc(50% - 8px)
}

.footer-main .widget-title.widget-collapsed-title:not(.collapsed) {
    border-radius: 10px 10px 0 0
}

.footer-main .widget-title.widget-collapsed-title:not(.collapsed):before {
    content: "\f068";
    font-family: "FontAwesome"
}

.footer-main .widget-collapse-body {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

@media only screen and (min-width:768px) {
    .footer-main .widget-collapse-body {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .footer-main .widget-collapse-body {
        background-color: #3f3f3f;
        border: 1px solid #353535;
        border-radius: 0 0 10px 10px
    }
}

@media only screen and (max-width:767px) {

    .footer-main .widget-collapse-body .widget-nav,
    .footer-main .widget-collapse-body .widget-contact {
        padding: 25px 22px
    }
}

.widget-nav li {
    font-size: 16px;
    margin-bottom: 2px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .widget-nav li {
        font-size: 14px
    }
}

.widget-nav li a {
    color: #f2f2f2;
    transition: all .3s ease 0s
}

.widget-nav li a:hover {
    color: var(--fs-primary);
    padding-left: 4px
}

.widget-info-item {
    align-items: center;
    display: flex
}

.widget-info-item img {
    margin-right: 30px;
    min-width: 25px
}

.widget-info-item p,
.widget-info-item a {
    color: #e2e2e2;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {

    .widget-info-item p,
    .widget-info-item a {
        font-size: 14px
    }
}

.widget-info-item a:hover {
    color: var(--fs-primary);
}

.widget-contact {
    padding-top: 2px;
    position: relative
}

.widget-app:before {
    background-color: #454545;
    content: "";
    height: 220px;
    left: -113px;
    position: absolute;
    top: -32px;
    width: 1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .widget-contact:before {
        left: -55px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .widget-contact:before {
        display: none
    }
}

.widget-contact-desc {
    color: #e2e2e2;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 30px
}

.widget-info-item i {
    color: var(--fs-primary);
    font-size: 28px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .widget-contact-desc {
        font-size: 14px;
        margin-bottom: 25px
    }
}

.widget-contact-desc a {
    color: var(--fs-primary);
    font-weight: 700
}

.widget-contact-desc a:hover {
    color: var(--fs-primary-second);
}

.widget-app-info .social-items {
    margin-top: 27px
}

.widget-app-desc {
    color: #c8c8c8;
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 29px
}


.footer-bottom-two {
    border-top: 1px solid #4d4d4d;
    text-align: center;
    padding: 51px 0 50px
}

.footer-bottom-two .copyright {
    margin-bottom: 0;
    margin-top: 25px
}

.footer-bottom-nav {
    color: #c8c8c8;
    margin-bottom: 22px
}

.footer-bottom-nav a {
    color: #c8c8c8
}

.footer-bottom-nav a:hover {
    color: var(--fs-primary);
}

.copyright {
    color: #f2f2f2;
    font-weight: 500;
    margin: 0
}

@media only screen and (max-width:767px) {
    .copyright {
        margin-top: 8px
    }
}

@media only screen and (max-width:575px) {
    .copyright {
        font-size: 13px;
        margin-top: 12px
    }
}

.copyright i {
    color: #eb3e32;
    font-size: 13px;
    margin: 0 2px
}

.footer-two-area .footer-main {
    padding: 74px 0 30px
}

@media only screen and (max-width:767px) {
    .footer-two-area .footer-main {
        padding: 72px 0
    }
}

.footer-two-area .footer-main .widget-title {
    color: #c8c8c8
}

.footer-two-area .widget-nav li a {
    color: #c8c8c8
}

.footer-two-area .widget-nav li a:hover {
    color: var(--fs-primary);
    padding-left: 0
}

.footer-two-area .widget-contact-desc {
    color: #c8c8c8
}

.footer-two-area .widget-info-item p,
.footer-two-area .widget-info-item a {
    color: #c8c8c8
}

.footer-two-area .widget-info-item a:hover {
    color: var(--fs-primary);
}


.social-items a {
    background-color: #FFF;
    border-radius: 35%;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 37px;
    margin-right: 5px;
    text-align: center;
    width: 36px;
}

.social-items a:last-child {
    margin-right: 0
}

.social-items a.facebook-item {
    background-color: #3b5998;
    color: #FFF
}

.social-items a.instagram-item {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: #FFF;
}

.social-items a.tiktok-item {
    background-color: #000;
    text-shadow: 1px 1px #ff3353fc, -1px -1px cyan;
    color: #FFF
}

.social-items a.twitter-item {
    background-color: #1da1f2;
    color: #FFF
}

.social-items a.youtube-item {
    background-color: #cd201f;
    color: #FFF
}

.social-items a.linkedin-item {
    background-color: #0077b5;
    color: #FFF
}

.social-items a.rss-item {
    background-color: #f26522;
    color: #FFF
}

.social-items a.dribbble-item {
    background-color: #ea4c89;
    color: #FFF
}



/*----------------------------------------*/
/*  Login & Register
/*----------------------------------------*/

.page-header-area {
    align-items: center;
    background-color: #e9e9e9
}

.page-header-area .container {
    padding: 150px 15px 160px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .page-header-area .container {
        padding: 120px 15px 130px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .page-header-area .container {
        padding: 110px 15px 115px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-header-area .container {
        padding: 80px 15px 85px
    }
}

@media only screen and (max-width:767px) {
    .page-header-area .container {
        padding: 69px 15px 73px
    }
}

@media only screen and (max-width:479px) {
    .page-header-area .container {
        padding: 45px 15px 48px
    }
}

.page-header-title {
    color: #363636;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .page-header-title {
        font-size: 36px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-header-title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .page-header-title {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    .page-header-title {
        font-size: 18px
    }
}

.page-header-thumb {
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
    .page-header-thumb {
        max-width: 350px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-header-thumb {
        max-width: 250px
    }
}

@media only screen and (max-width:767px) {
    .page-header-thumb {
        max-width: 180px
    }
}

@media only screen and (max-width:479px) {
    .page-header-thumb {
        max-width: 110px
    }
}

.breadcrumb {
    color: #363636;
    line-height: 1;
    margin-bottom: 0
}

.breadcrumb-item {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width:767px) {
    .breadcrumb-item {
        font-size: 15px;
        font-weight: 500
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb-item {
        font-size: 13px
    }
}

.breadcrumb-item.active {
    color: var(--fs-primary);
}

.breadcrumb-item a {
    color: var(--bs-gray-600);
}

.breadcrumb-item a:hover {
    color: var(--fs-primary-second);
}

.breadcrumb-item:first-child::before {
    color: var(--bs-gray-500);
    font-family: "iconfont" !important;
    content: var(--bs-breadcrumb-divider, "\e616");
    margin-right: 0.5em;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-gray-500);
    content: var(--bs-breadcrumb-divider, " / ");
}

.login-register-title h3 {
    margin: 0 0 15px;
    line-height: 1;
    text-transform: uppercase
}

.login-register-title p {
    line-height: 1.6;
    color: #3f3f3f;
    width: 85%
}

@media only screen and (max-width:767px) {
    .login-register-title p {
        width: 100%
    }
}

.login-register-pr {
    padding-right: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .login-register-pr {
        padding-right: 0
    }
}

.login-register-pl {
    padding-left: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .login-register-pl {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .login-register-pl {
        margin-top: 82px
    }
}

.login-register-border {
    border-right: 1px solid #e5e5e5
}

@media only screen and (max-width:767px) {
    .login-register-border {
        border: 0
    }
}

.login-register-style {
    margin: 33px 0 0
}

.login-register-style p {
    color: #000;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 35px
}

.login-register-style .login-social {
    display: flex;
    flex-direction: column;
}

.login-register-style .login-social .social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.login-register-style .login-social .social hr {
    width: 100%;
    border: 0px;
    margin: 0px;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    background: var(--bs-gray-600);
}

.login-register-style .login-social .social p {
    margin: 0px;
    padding: 0px 32px;
    font-variant-numeric: lining-nums tabular-nums;
    color: rgb(51, 51, 51);
    font-family: graphik, helvetica, sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
}



.login-register-input {
    position: relative;
    margin-bottom: 10px
}

.login-register-input input {
    color: #353535;
    width: 100%;
    height: 51px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 2px 80px 2px 16px;
    font-size: 15px;
    border-radius: 5px;
}

.login-register-input input::-webkit-input-placeholder {
    color: #495057;
    opacity: 1
}

.login-register-input input:-moz-placeholder {
    color: #495057;
    opacity: 1
}

.login-register-input input::-moz-placeholder {
    color: #495057;
    opacity: 1
}

.login-register-input input:-ms-input-placeholder {
    color: #495057;
    opacity: 1
}

.login-register-input input:focus {
    border-color: var(--bs-gray-500);
    box-shadow: 0 0 10px 0 rgba(53, 53, 53, 0.25);
    transition: box-shadow 0.3s ease-in-out;
}

.login-register-input .forgot {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.login-register-input .forgot a {
    color: #000;
    font-size: 15px
}

.login-register-input .forgot a:hover {
    color: var(--fs-primary-second)
}

.login-register-paragraph {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    margin: 30px 0 30px
}

.login-register-paragraph p {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    margin: 0
}

.login-register-paragraph p a {
    font-size: 14px;
    color: var(--fs-primary);
}

.login-register-paragraph p a:hover {
    color: #353535
}

.remember-me-btn {
    display: flex;
    align-items: center;
    margin: 19px 0 0
}

.remember-me-btn input {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-right: 10px
}

.remember-me-btn label {
    cursor: pointer;
    color: #000;
    font-size: 15px
}

.btn-register {
    margin: 21px 0 0;
}

.btn-register-now {
    font-size: 14px;
    border-radius: 3px;
    color: #FFF;
    background-color: var(--fs-primary);
    border: 0;
    line-height: 1;
    text-align: center;
    padding: 15px 32px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.btn-register-now:hover {
    background-color: var(--fs-primary-second);
    color: #FFF
}

.register-benefits {
    background-color: #f3f3f3;
    padding: 40px 30px;
    margin-top: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .register-benefits {
        padding: 30px 20px
    }
}

@media only screen and (max-width:767px) {
    .register-benefits {
        margin-top: 87px
    }
}

.register-benefits h4 {
    text-transform: uppercase;
    margin: 0 0 20px
}

.register-benefits p {
    line-height: 1.6;
    font-size: 14px;
    color: #353535;
    margin: 0 0 28px
}

.register-benefits ul {
    margin: 0
}

.register-benefits ul li {
    color: #3f3f3f;
    font-size: 16px;
    margin: 0 0 16px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .register-benefits ul li {
        font-size: 15px
    }
}

.register-benefits ul li:last-child {
    margin: 0
}

.register-benefits ul li i {
    font-size: 20px;
    color: #3f3f3f;
    margin-right: 12px;
    position: relative;
    top: 3px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .register-benefits ul li i {
        margin-right: 0
    }
}


/*----------------------------------------*/
/*  Dress List
/*----------------------------------------*/
.product-widget .pt-title {
    margin-bottom: 0;
    padding-bottom: 10px;
    box-shadow: 0 -1px #e5e5e5 inset;
    font-size: 18px;
    position: relative;
}

.product-widget .pt-title::before {
    position: absolute;
    width: 60px;
    height: 2px;
    background: var(--color-pale-yellow);
    bottom: 0;
    content: "";
}

.single-widget-category:not(:last-child) {
    margin-bottom: 10px;
}

.single-widget-category input {
    display: none;
}

.product-widget label {
    color: #666666;
    display: inline-block;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding-left: 35px;
}

.product-widget label:hover {
    color: var(--bs-orange);
}

.product-widget label::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 50%;
}

.product-widget label:hover::before {
    box-shadow: 0 0 10px 0 var(--bs-gray-400);
    -webkit-animation: all 0.3s ease-in-out;
    animation: all 0.3s ease-in-out;
}

.product-widget label::after {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont";
    font-size: 12px;
    content: "\ebe6";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 300;
}

.product-widget input:checked+label {
    color: var(--bs-orange);
}

.product-widget input:checked+label::after {
    opacity: 1;
    visibility: visible;
}

.product-widget label span {
    color: #bab9b9;
}

.price__slider .ui-widget-content {
    background: #f0f0f0;
    border: 0;
}

.price__slider .ui-widget-header {
    background: var(--color-pale-yellow);
    border-radius: 0;
}

.price__slider .ui-slider-horizontal {
    height: 4px;
}

.price__slider .ui-state-default {
    background: var(--color-pale-yellow);
    border-radius: 50%;
    border: 0;
}

.price__slider .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    width: 15px;
    height: 15px;
}

.price__slider .ui-slider .ui-slider-handle::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s-form input {
    border: 0;
}

.s-form button {
    transition: 0.3s;
    text-transform: uppercase;
    color: #2F3037;
}

.s-form button:hover {
    color: var(--fs-primary-second);
    border-radius: 5px;
    box-shadow: 0 0 10px 0 var(--bs-gray-400);
    -webkit-animation: all 0.3s ease-in-out;
    animation: all 0.3s ease-in-out;
}


.product__color ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product__color ul li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .product__color ul li {
        margin-bottom: 10px;
    }
}

.product__color ul li:not(:last-child) {
    margin-right: 12px;
}

.product__color ul li a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    font-size: 0;
    text-align: center;
    line-height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6, inset 0 0 0 2px #fff;
}

.product__color ul li a img {
    width: 16px;
    height: 16px;
}

.product__color ul li a.selected {
    box-shadow: 0 0 0 1px var(--bs-gray-600), inset 0 0 0 2px #fff;
}

.product__color ul li a:hover {
    box-shadow: 0 0 5px 0 var(--bs-gray-600), inset 0 0 0 2px #fff;
}

.single-widget-rating:not(:last-child) {
    margin-bottom: 10px;
}

.single-widget-rating input {
    display: none;
}

.single-widget-rating label {
    color: var(--color-yellow);
}

.single-widget-rating label:hover {
    color: var(--color-yellow);
}

.single-widget-rating input:checked+label {
    color: var(--color-yellow);
}

.single-widget-rating input:checked+label::after {
    opacity: 1;
    visibility: visible;
}

.single-widget-rating label span {
    color: #bab9b9;
}


.product__sm-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.product__sm-thumb img {
    height: 70px;
    width: 70px;
}

.product__sm-title {
    font-size: 14px;
    color: #263C97;
    font-weight: 400;
}

.product__sm-title a:hover {
    color: #fcbe00;
}

.product__sm-price .price {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

/* ----- */
.banner-image {
    position: relative;
}

.banner-image .banner-l {
    min-height: 230px;
    width: 100%;
}

.banner-image .banner-sm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-image .banner-sm {
        display: none;
    }
}

.banner-image .banner-content {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-image .banner-content p {
    color: #ffffff;
    font-size: 16px;
}


.product__filter-wrap {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-stock {
        text-align: center;
    }
}

.product-stock h5 {
    color: var(--fs-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}

.product-stock h6 {
    font-size: 14px;
    color: var(--bs-gray-600);
}

.product-stock h6 span {
    margin-left: 10px;
    color: var(--bs-gray-800);
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__filter-right {
        padding-top: 10px;
    }
}

.product__filter-right .nice-select {
    border-radius: 0;
}


.product__col .nav-tabs {
    border: none;
}

.product__col .nav-tabs .nav-item:not(:last-child) {
    margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product__col .nav-tabs .nav-item:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.product__col .nav-tabs .nav-item .nav-link {
    padding: 0;
    font-size: 24px;
    border: none;
    color: #b6b6b6;
}

.product__col .nav-tabs .nav-item .nav-link.active {
    color: var(--color-yellow);
}

/*----------------------------------------*/
/*  Dress List Single
/*----------------------------------------*/
.single-item-pd {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.single-features-item {
    background-color: #ffffff;
    padding: 0px;
}

.features-thum {
    position: relative;
}

.features-thum .product__offer {
    position: absolute;
    top: 0;
    left: 0;
}

.features-thum .product__offer span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 2px 10px;
    line-height: 16px;
    border-radius: 2px;
    background-color: #5aab19;
    color: #ffffff;
    font-weight: 400;
}

.features-thum .product-action {
    position: absolute;
    top: 20px;
    right: 10px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.features-thum:hover .product-action {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.features-product-image {
    overflow: hidden;
    background-color: var(--bs-gray-150);
    border-radius: 10px;
}

.features-product-image img {
    transition: all 0.3s ease-out 0s;
    mix-blend-mode: multiply;
}

.single-features-item:hover .features-product-image img {
    transform: scale(1.1);
}

/*----------------------------------------*/
/*  Pagination
/*----------------------------------------*/
.pagination-style-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-style-1 ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 100%;
    margin: 0 4px;
    color: #333;
    text-align: center;
}

.pagination-style-1 ul li a:hover {
    color: var(--fs-primary-second);
}

.pagination-style-1 ul li a.active {
    background-color: var(--fs-primary);
    color: #ffffff;
}

/*----------------------------------------*/
/*  Product details
/*----------------------------------------*/
.pd-small-img-style .swiper-slide-thumb-active .product-details-small-img img {
    opacity: 1;
}

.product-details-small-img {
    background-color: var(--bs-gray-150);
}

.pd-small-img-style .product-details-small-img img {
    width: 100%;
    opacity: .5;
    cursor: pointer;
    mix-blend-mode: multiply;
}

.pd-small-img-style .swiper-slide-thumb-active .product-details-small-img img {
    opacity: 1;
}

.pd-small-img-style.pd-small-img-style-modify {
    margin: 20px 30px 0;
}

.pd-nav-style {
    position: absolute;
    left: 0;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .pd-nav-style {
        top: 50%;
    }
}

.pd-nav-style i {
    font-size: 24px;
    color: var(--bs-gray-500);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .pd-nav-style i {
        font-size: 20px;
    }
}

.pd-nav-style i:hover {
    color: #e97730;
}

.pd-nav-style.pd-next {
    left: auto;
    right: 0;
}


.product-details-content {
    padding: 0 0 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content {
        padding: 40px 0 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content {
        padding: 30px 0 0 0px;
    }

    .product-details-content.pt-small-none {
        padding: 0px 0 0 0px;
    }
}

.product-details-content h2 {
    font-size: 30px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content h2 {
        font-size: 24px;
        line-height: 1;
        margin: 0;
    }
}

.product-details-content .product-details-price {
    margin: 14px 0 23px;
}

.product-details-content .product-details-price span {
    font-weight: 500;
    display: inline-block;
    margin: 0.5em 0;
}

.product-details-content .product-details-price span.old-price {
    color: var(--bs-gray-500);
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
    margin-right: 12px;
    font-family: "Futura", "Poppins", sans-serif;
}

.product-details-content .product-details-price span.new-price {
    color: var(--color-yellow-orange);
    font-size: 28px;
    font-weight: normal;
    font-family: "Futura", "Poppins", sans-serif;
}

.product-details-content .product-details-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content .product-details-review .product-rating i {
    font-size: 18px;
    margin-right: 4px;
    color: #e97730;
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-details-review .product-rating i {
        font-size: 16px;
        margin-right: 2px;
    }
}

.product-details-content .product-details-review .product-rating i:last-child {
    margin-right: 0;
}

.product-details-content .product-details-review span {
    font-weight: 500;
    color: #9f9e9e;
    display: inline-block;
    margin-left: 20px;
}

.product-details-content p {
    margin: 0 0 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content p {
        margin: 0 0 21px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content p {
        margin: 0 0 21px;
    }
}

.product-details-content .product-details-meta {
    /* border-bottom: 1px solid #f2f2f2;
    margin: 34px 0 40px;
    padding-bottom: 33px; */
}

.product-details-content .product-details-meta>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-details-meta {
        margin: 18px 0 23px;
        padding-bottom: 18px;
    }
}

.product-details-content .product-details-meta>ul>li {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-details-meta>ul>li {
        margin: 0 0 7px;
    }
}

.product-details-content .product-details-meta>ul>li:last-child {
    margin-bottom: 0;
}

.product-details-content .product-details-meta>ul>li span {
    color: #5f5f5f;
    margin-right: 5px;
}

.product-details-content .product-details-meta>ul>li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-details-content .product-details-meta>ul>li ul li a {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 15px;
    margin-right: 10px;
}

.product-details-content .product-details-meta>ul>li ul li a::after {
    content: ", ";
}

.product-details-content .product-details-meta>ul>li ul li:last-child a::after {
    display: none;
    content: "";
}

.product-details-content .product-details-meta>ul>li ul li a:hover {
    color: #e97730;
}

.product-details-content .social-icon-style {
    border-top: 1px solid var(--bs-gray-150);
    padding-top: 20px;
}

.product-details-content .social-icon-style a {
    background-color: var(--bs-gray-150);
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #919191;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
}

.product-details-content .social-icon-style a:last-child {
    margin-right: 0;
}

.product-details-content .social-icon-style a:hover {
    background-color: #e97730;
    color: #ffffff;
}

.product-details-content.quickview-content {
    padding: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .product-details-content.quickview-content {
        padding: 26px 0 0 0px;
    }
}

.product-details-content.quickview-content h2 {
    padding-right: 70px;
}

@media only screen and (max-width: 767px) {
    .product-details-content.quickview-content h2 {
        padding-right: 0px;
    }
}



.product-spec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-spec {
        margin: 25px 0 31px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-spec {
        margin: 20px 0 26px;
    }
}

@media only screen and (max-width: 767px) {
    .product-spec {
        margin: 20px 0 26px;
    }
}

.product-spec span {
    font-size: 15px;
    display: inline-block;
    margin: 0 20px 0 0;
}

.product-spec ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-spec ul li {
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-spec ul li {
        margin-right: 12px;
    }
}

.product-spec ul li:last-child {
    margin-right: 0;
}

.product-spec ul li a {
    width: 20px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    position: relative;
}

.product-details-color {
    margin: 22px 0 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-color {
        margin: 22px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-color {
        margin: 22px 0 20px;
    }
}


.product-details-color ul li a.active:before {
    position: absolute;
    content: "\ebe6";
    font-family: 'iconfont';
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}

.product-details-color ul li img {
    width: 50px;
    height: 50px;
    background-color: #fafafa;
    border: solid 1px var(--bs-gray-300);
    border-radius: 5px;
    cursor: pointer;
}

.product-details-color ul li span,
.product-details-size ul li span {
    padding: 3px 10px;
    margin: 0;
    color: var(--bs-gray-600);
    border: dashed 1px var(--bs-gray-300);
    border-radius: 5px;
    cursor: pointer;
}

.product-details-color ul li img:hover,
.product-details-color ul li span:hover,
.product-details-size ul li span:hover {
    border: solid 1px var(--fs-primary);
    border-radius: 5px;
}

.product-details-color ul li img.active,
.product-details-color ul li span.active,
.product-details-size ul li span.active {
    background-color: #fafafa;
    border: solid 1px var(--fs-primary);
    border-radius: 5px;
    background-color: var(--bs-gray-100);
}

.hr_dotted {
    width: 100%;
    height: 1px;
    background-size: 8px 10px;
    background-repeat: repeat-x;
    margin-top: 11px;
    margin-bottom: 16px;
    background-image: linear-gradient(to right, var(--bs-gray-400) 0%, var(--bs-gray-400) 50%, transparent 50%);
}

.product-details-qty {
    /* height: unset; */
    max-height: 200px;
    position: relative;
    will-change: transform;
    overflow: auto;
    flex-direction: row;
    transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
}

.detail-down {
    cursor: pointer;
}

.detail-down::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: solid 1px #ccc;
    border-radius: 10px;
    background-color: #fff;
    left: 50%;
    margin-left: -50px;
    top: -10px;
    bottom: auto;
}

.detail-down::after {
    position: absolute;
    font-family: "iconfont" !important;
    content: attr(data-icon);
    top: -13px;
    left: 50%;
    margin-left: -8px;
    color: #ccc;
}

.detail-down:hover::after {
    color: var(--fs-primary-second);
}

.product-details-qty-wrap {
    width: 100%;
    max-height: 1600px;
    overflow: hidden;
    position: relative;
}

.product-details-qty-wrap .item {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

.product-details-qty-wrap .item div:nth-of-type(n+2) {
    padding: 0 10px;
}

.product-details-qty-wrap .item .col_img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #f0f0f0;
    background-color: #f5f5f5;
}

.product-details-qty-wrap .item .col_img img {
    max-width: 50px;
    max-height: 50px;
    mix-blend-mode: multiply;
}

.product-details-qty-wrap .item .col_spec {
    width: calc(100% - 420px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.product-details-qty-wrap .item .col_price {
    width: 100px;
    text-align: right;
    font-family: "Futura", "Poppins", sans-serif;
}

.product-details-qty-wrap .item .col_qty {
    width: 140px;
    text-align: right;
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .product-details-qty-wrap .item .col_qty {
        display: none !important;
    }

    .product-details-qty-wrap .item .col_spec {
        width: calc(100% - 280px);
    }
}

.item .col_action {
    width: 130px;
    text-align: center;
    margin: auto;
}

.item .col_action_qty input {
    width: 110px;
}

.item .col_action_qty {
    overflow: hidden;
    position: relative;
    border: 1px solid var(--bs-gray-200);
    border-radius: 5px;
    text-align: center;
}

.item .col_action_qty>input {
    width: 100px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.item .col_action_qty>input::-moz-input-placeholder {
    opacity: 1;
}

.item .col_action_qty>input::-webkit-input-placeholder {
    opacity: 1;
}

.item .col_action_qty .qtybutton {
    position: absolute;
    left: 0px;
    cursor: pointer;
    user-select: none;
}

.item .col_action_qty .qtybutton:hover {
    color: var(--fs-primary-second);
}

.item .col_action_qty .qtybutton.inc {
    left: auto;
    right: 0px;
    top: 0;
    font-size: 20px;
    padding: 0 10px;
    line-height: 50px;
}

.item .col_action_qty .qtybutton.dec {
    top: 0px;
    font-size: 20px;
    padding: 0 10px;
    line-height: 50px;
}



.product-details-action-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* descript */

.description-review-topbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
    padding: 13px 10px;
    margin: 0 0 42px;
}

@media only screen and (max-width: 767px) {
    .description-review-topbar {
        padding: 13px 5px;
        margin: 0 0 28px;
    }
}

.description-review-topbar a {
    font-size: 18px;
    color: var(--bs-gray-700);
    display: inline-block;
    margin: 0 21px;
}

@media only screen and (max-width: 767px) {
    .description-review-topbar a {
        margin: 0 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .description-review-topbar a {
        margin: 0 15px;
    }
}

.description-review-topbar a.active {
    font-size: 1.5em;
    color: var(--fs-primary);
}

.product-description-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 auto 29px;
    width: 67%;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-description-content p {
        width: 82%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-description-content p {
        font-size: 15px;
        width: 100%;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .product-description-content p {
        font-size: 14px;
        width: 100%;
        line-height: 27px;
        margin: 0 auto 20px;
    }
}

.product-description-content p:last-child {
    margin: 0 auto 0px;
}


.specification-wrap table {
    width: 100%;
}

.specification-wrap table tbody {
    border: 1px solid #ebebeb;
    width: 100%;
}

.specification-wrap table tbody tr {
    border-bottom: 1px solid #ebebeb;
}

.specification-wrap table tbody tr td {
    border-right: 1px solid #ebebeb;
    font-size: 15px;
    padding: 12px 10px;
}

@media only screen and (max-width: 767px) {
    .specification-wrap table tbody tr td {
        padding: 12px 15px;
    }
}

.specification-wrap table tbody tr td.width1 {
    width: 215px;
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .specification-wrap table tbody tr td.width1 {
        width: auto;
    }
}

/* review */

.review-wrapper h3 {
    font-size: 24px;
    margin: 0 0 39px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .review-wrapper h3 {
        font-size: 17px;
        margin: 0 0 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .review-wrapper h3 {
        font-size: 18px;
    }
}

.single-review {
    margin: 0 0 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 34px;
}

@media only screen and (max-width: 767px) {
    .single-review {
        display: block;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-review {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.single-review .review-img img {
    width: 100px;
    border-radius: 25px;
}

.single-review .review-content {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .single-review .review-content {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-review .review-content {
        margin-left: 20px;
    }
}

.single-review .review-content h5 {
    font-size: 14px;
    margin: 11px 0 8px;
}

.single-review .review-content h5 span {
    font-size: 14px;
}

.single-review .review-content .review-rating {
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .single-review .review-content .review-rating {
        margin: 10px 0 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-review .review-content .review-rating {
        margin: 0px 0 0px;
    }
}

.single-review .review-content .review-rating a {
    color: var(--color-yellow-orange);
}

.single-review .review-content p {
    line-height: 25px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .single-review .review-content p {
        font-size: 15px;
    }
}

.ratting-form-wrapper>h3 {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.ratting-form-wrapper>p {
    margin: 5px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
    .ratting-form-wrapper>p {
        margin: 15px 0 0;
    }
}

.ratting-form-wrapper .your-rating-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 36px 0 0px;
}

@media only screen and (max-width: 767px) {
    .ratting-form-wrapper .your-rating-wrap {
        margin: 20px 0 0px;
    }
}

.ratting-form-wrapper .your-rating-wrap span {
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}

.ratting-form-wrapper .your-rating-wrap .your-rating a {
    color: #666;
}

.ratting-form-wrapper .your-rating-wrap .your-rating a:hover {
    color: #e97730;
}

.ratting-form-wrapper .ratting-form {
    margin: 19px 0 0;
}

.ratting-form-wrapper .ratting-form .rating-form-style label {
    margin: 0 0 7px;
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.ratting-form-wrapper .ratting-form .rating-form-style input,
.ratting-form-wrapper .ratting-form .rating-form-style textarea {
    border: solid 1px var(--bs-gray-200);
    background-color: #f9f9f9;
    height: 50px;
    color: var(--bs-gray-700);
    font-weight: 300;
    padding: 2px 20px;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 5px;
}

.ratting-form-wrapper .ratting-form .rating-form-style input:focus {
    border: solid 1px var(--bs-gray-300);
}

.ratting-form-wrapper .ratting-form .rating-form-style input::-moz-input-placeholder,
.ratting-form-wrapper .ratting-form .rating-form-style textarea::-moz-input-placeholder {
    color: var(--bs-gray-500);
    opacity: 1;
}

.ratting-form-wrapper .ratting-form .rating-form-style input::-webkit-input-placeholder,
.ratting-form-wrapper .ratting-form .rating-form-style textarea::-webkit-input-placeholder {
    color: var(--bs-gray-500);
    opacity: 1;
}

.ratting-form-wrapper .ratting-form .rating-form-style textarea {
    height: 150px;
    padding: 17px 20px;
    outline-color: var(--bs-gray-300);
}

@media only screen and (max-width: 767px) {
    .ratting-form-wrapper .ratting-form .rating-form-style textarea {
        height: 100px;
    }
}

.ratting-form-wrapper .ratting-form .save-email-option>p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
}

.ratting-form-wrapper .ratting-form .save-email-option>p input {
    width: auto;
    height: auto;
}

.ratting-form-wrapper .ratting-form .save-email-option label {
    margin: 0 0 0 16px;
}

.ratting-form-wrapper .ratting-form .form-submit {
    margin-top: 9px;
}

.ratting-form-wrapper .ratting-form .form-submit input {
    padding: 13px 45px;
    color: #fff;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    text-transform: capitalize;
    background: var(--color-pale-yellow);
    border: none;
    font-weight: 500;
    border-radius: 25px;
}

.ratting-form-wrapper .ratting-form .form-submit input:hover {
    background: var(--color-yellow-orange);
}




.section-title-2 h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
    line-height: 1;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-2 h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2 h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-2 h2 {
        font-size: 24px;
    }
}

.section-title-2 h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -17px;
    width: 100px;
    height: 2px;
    background-color: var(--fs-primary);
  }

  @media only screen and (max-width: 767px) {
    .section-title-2 h2::before {
        right: 0;
        margin: auto;
    }
}

.section-title-2.border-none h2::before {
    display: none;
}

.section-title-2.st-border-center h2::before {
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .section-title-2.st-border-center h2::before {
        bottom: -10px;
    }
}




/*----------------------------------------*/
/*  Product Cart
/*----------------------------------------*/
.cart-table {
    margin-bottom: 25px;
    border: 1px solid #ededed
}

.cart-table thead tr th {
    padding: 12px 16px;
    white-space: nowrap;
    border-top: 0;
    border-bottom: 1px solid #ededed !important
}

.cart-table thead tr th:first-child {
    padding-left: 25px
}

.cart-table.table>:not(:first-child) {
    border-color: var(--bs-gray-300);
}

.cart-table tbody tr {
    position: relative;
}

.cart-table tbody tr td {
    padding: 25px 10px 25px 25px;
    vertical-align: middle;
    border-color: #ededed
}

.cart-table tbody tr td.thumb {
    width: 110px;
    min-width: 110px;
}

.cart-table tbody tr td.thumb a {
    display: block;
    background-color: var(--bs-gray-150);
    border-radius: 5px;
}

.cart-table tbody tr td.thumb a img {
    mix-blend-mode: multiply;
}

.cart-table tbody tr td.thumb a:hover {
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.cart-table tbody tr td.name a {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-gray-600);
}

.cart-table tbody tr td.name a:hover {
    color: #333
}

.cart-table tbody tr td.name aside {
    font-size: 15px;
    color: var(--bs-gray-500);
}

.cart-table tbody tr td.price,
.cart-table tbody tr td.subtotal,
.cart-table tfoot tr td.price {
    font-size: 15px;
    font-weight: 500;
}

.cart-table tbody tr td.remove .btn_remove {
    font-size: 24px;
    padding: 5px 10px;
    color: #696969;
    user-select: none;
}

.cart-table tbody tr td .col_action_qty {
    max-width: 130px;
}

.cart-table tbody tr td.remove .btn_remove:hover {
    color: var(--fs-primary-second);
}

@media only screen and (max-width:767px) {
    .cart-table thead {
        display: none
    }

    .cart-table tbody tr td {
        display: block;
        width: 100% !important;
        padding: 0;
        text-align: center
    }

    .cart-table tbody tr td:not(:first-child) {
        border-top: 0;
        padding: 5px 0;
    }


    .cart-table tbody tr td .col_action_qty {
        margin: auto;
        width: 50%;
    }

    .cart-table tbody tr td.remove {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        width: auto !important
    }

    .cart-table tbody tr:first-child td:first-child {
        border-top: 0
    }
}

.address_card {
    cursor: pointer;
}

.address_card.active.card {
    border: 1px solid var(--fs-primary);
    box-shadow: 0 0 10px rgba(var(--bs-primary-rgb), .3);
}

.address_card.active::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid var(--fs-primary);
    border-left: 40px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.address_card.active::before {
    font-family: "iconfont" !important;
    content: "\ebe6";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 0px;
    z-index: 1;
}


/* -- Add New Address Modal -- */

.add-address-modal .modal-dialog {
    max-width: 1000px
}

.add-address-modal .modal-body {
    padding: 32px;
}

.add-address-modal .modal-header {
    padding: 1rem 1.5rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .add-address-modal .modal-dialog {
        max-width: 88%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (max-width:767px) {
    .add-address-modal .modal-dialog {
        max-width: 1180px
    }

    .add-address-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .add-address-modal .modal-dialog {
        max-width: 940px
    }

    .add-address-modal .modal-body {
        padding: 30px 15px 60px
    }
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    height: 50px;
}


.country-select label,
.checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select .nice-select {
    border: 1px solid #e4e4e4;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
    margin-bottom: 20px;
    border-radius: 10px;
}

.country-select .nice-select::after {
    margin-top: -5px;
}

.country-select .nice-select:focus {
    border: 1px solid #fcbe00;
}

.country-select .nice-select .list {
    width: 100%;
}

.checkout-form-list {
    margin-bottom: 1rem;
}

.checkout-form-list label {
    color: #6f7172;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
    border-color: #fcbe00;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #6f7172;
    display: inline-block;
}


/* cart 2 */
.end-checkout .icon {
    display: inline-block;
    width: 98px;
    height: 98px;
    color: var(--color-green);
    border: 3px solid var(--color-green);
    border-radius: 50%;
    line-height: 102px;
    text-align: center;
    margin-bottom: 25px;
}

.end-checkout .icon::before {
    font-family: "iconfont";
    content: '\ebe6';
    font-size: 60px;
    font-weight: 800;
    color: currentColor;
}

.end-checkout .sub-title {
    font-size: 14px;
    color: #555555;
    margin: 0 auto 40px;
    max-width: 570px;
}

.end-checkout .button {
    min-width: 200px;
    margin-bottom: 0;
    color: #ffffff;
}

.end-checkout .button:hover,
.payment-method-wrapp .button-control .btn-pay-now:hover,
.checkout-wrapp .group-button-payment .btn-credit-card:hover {
    background: #333333 !important;
    border-color: #333333 !important;
}


/*----------------------------------------*/
/*  Article List
/*----------------------------------------*/
.single-widget {
    float: left;
    width: 100%
}

.widget-title {
    font-family: Futura;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #333
}

.widget-tags a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #7e7e7e
}

.widget-tags a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100% - 18px);
    height: 1px;
    content: "";
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    background-color: #333
}

.widget-tags a::after {
    font-size: 16px;
    margin: 0 8px;
    content: "/";
    color: #7e7e7e
}

.widget-tags a:hover {
    color: #333
}

.widget-tags a:hover::before {
    opacity: .2
}

.widget-list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.widget-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-list li+li {
    margin-top: 25px
}

.widget-list li i {
    width: 35px
}

.widget-list li a {
    color: var(--bs-gray-600);
    border-bottom: 1px solid transparent
}

.widget-list li a:hover {
    color: var(--fs-primary-second);
}

.widget-list li .count {
    margin-left: auto;
    color: #999
}

.widget-search form {
    position: relative
}

.widget-search form input {
    font-size: 16px;
    line-height: 1.25;
    width: 100%;
    padding: 8px 36px 8px 0 !important;
    color: #696969;
    border: 2px solid transparent;
    border-bottom-color: #ccc
}

.widget-search form button {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border: none;
    background-color: transparent
}


.article a img {
    display: block;
}

.article a img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.article .content .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none
}

.article .content .meta li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-right: 25px
}

.article .content .meta li:last-child {
    margin-right: 0
}

.article .content .meta li i {
    margin-right: 8px;
    color: #999
}

.article .content .meta li a {
    border-bottom: 1px solid transparent
}

.article .content .meta li a:hover {
    color: var(--fs-primary-second);
    border-color: rgba(51, 51, 51, .2)
}

.article .content .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

.article .content .title a:hover {
    color: var(--fs-primary-second);
}

.article .content .desc {
    margin-bottom: 20px
}

.article .content .desc p {
    font-size: 16px
}

.article .content .desc p:last-child {
    margin-bottom: 0
}

.article .content .link {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, .2)
}

.article .content .link:hover {
    color: var(--fs-primary-second);
    border-color: var(--fs-primary-second);
}

/* article detail */

.single-blog .image {
    margin-bottom: 30px
}

.single-blog .image a {
    display: block
}

.single-blog .image a img {
    width: 100%
}

.single-blog .content:not(:last-child) {
    margin-bottom: 60px
}

.single-blog .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none
}

.single-blog .category li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25
}

.single-blog .category li::after {
    margin: 0 7px;
    content: "/"
}

.single-blog .category li:last-child::after {
    display: none
}

.single-blog .category li a {
    padding-bottom: 1px;
    text-transform: uppercase;
    color: #ababab;
    border-bottom: 2px solid transparent
}

.single-blog .category li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .2)
}

.single-blog .title {
    font-weight: 400;
    margin-bottom: 25px
}

.single-blog .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none
}

.single-blog .meta li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px
}

.single-blog .meta li:not(:last-child) {
    margin-right: 25px
}

.single-blog .meta li i {
    margin-right: 8px;
    color: #999
}

.single-blog .meta li a {
    border-bottom: 1px solid transparent
}

.single-blog .meta li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .2)
}

.single-blog .tags {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
    list-style: none
}

.single-blog .tags i {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0
}

.single-blog .tags li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.single-blog .tags li:not(:first-child)::after {
    margin-right: 3px;
    content: ", "
}

.single-blog .tags li i {
    margin-right: 8px;
    color: #999
}

.single-blog .tags li a {
    border-bottom: 1px solid transparent
}

.single-blog .tags li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .2)
}

.single-blog .desc {
    margin-bottom: 20px
}

.single-blog .desc p {
    font-size: 16px;
    margin-bottom: 25px
}

.single-blog .desc p:last-child {
    margin-bottom: 0
}

.single-blog .desc blockquote {
    margin: 40px 0 40px 60px;
    padding: 10px 20px;
    border-left: 3px solid var(--bs-gray-300);
}

.single-blog .blog-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}


.single-blog .post-share {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-blog .post-share .toggle {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: 20px;
    padding: 3px 0;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 2px solid #ededed;
    border-radius: 100%
}

.single-blog .post-share .toggle i {
    font-size: 18px
}

.single-blog .post-share .toggle:hover {
    color: #fff;
    border-color: #333;
    background-color: #333
}

.single-blog .post-share .social-list {
    line-height: 1;
    position: relative;
    right: 0;
    bottom: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    list-style: none;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #fff;
}

.single-blog .post-share .social-list li {
    line-height: inherit
}

.single-blog .post-share .social-list li a {
    line-height: 1;
    padding: 5px 8px;
    border-radius: 15px;
    color: var(--bs-gray-600);
}

.single-blog .post-share .social-list li a i {
    font-size: 14px;
    line-height: 1;
}

.single-blog .post-share .social-list li a:hover {
    color: var(--bs-gray-800);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: var(--bs-gray-100);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.single-blog .post-share.active .toggle {
    color: #fff;
    border-color: #333;
    background-color: #333
}

.single-blog .post-share.active .social-list {
    visibility: visible;
    margin-bottom: 10px;
    opacity: 1
}

@media only screen and (max-width:575px) {
    .single-blog .title {
        font-size: 24px
    }

    .single-blog .desc blockquote {
        margin: 30px 0 30px 30px;
        padding: 10px 20px;
        border-left: 3px solid var(--bs-gray-300);
    }
}


/* ===================================== */
.category-filter-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 56px;
    padding: 0 48px;
}
.categories-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.categories-wrap .categoryList{
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    align-items: center;
    position: relative;
    margin: 0 20px;
}
.categories-wrap .categoryList .categoryItem{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 214px;
    max-height: 96px;
    margin: 0 6px;
    border-radius: 4px;
}
.categories-wrap .categoryList .categoryItem:nth-child(1) {
    margin-left: 0;
}
.category-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 96px;
    align-items: center;
}
.category-btn.left{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    position: absolute;
    z-index: 1;
    visibility: visible;
}
.category-btn.right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    position: absolute;
    right: 0;
    visibility: visible;
}

.shop-now-btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--fs-primary) none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    padding: 16px 32px;
    text-align: center;
    touch-action: manipulation;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.chat-dialog {
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    width: 460px;
    height: 554px;
    right: 75px;
    bottom: 90px;
    display: block;
    border-radius: 12px;
    -webkit-box-shadow: 0 1.5px 3px 0 rgb(0 0 0 / 6%), 0 1.5px 3px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1.5px 3px 0rgba(0,0,0,.06),0 1.5px 3px 0 rgba(0,0,0,.08);
}
.chat-dialog iframe {
    width: 100%;
    height: 100%;
}
.list-old-price {
    color: var(--bs-gray-500);
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    margin-right: 14px;
    font-family: "Futura", "Poppins", sans-serif;
}
.tips {
    margin-bottom: 25px;
    color: var(--bs-red);
    font-size: 14px;
}
