body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

body {
    background: #fff none repeat scroll 0 0;
    font-family: var(--primary-font), sans-serif;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292b2c
}

p {
    line-height: 28px;
    margin-bottom: 25px
}

a {
    transition: all .3s ease-in-out
}

a,
a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

img {
    max-width: 100%
}

button {
    transition: all .3s ease-in-out
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

label {
    color: #6c757d
}

input:focus,
textarea:focus {
    box-shadow: none;
    outline: none
}

.section {
    padding: 100px 0;
    position: relative
}

.footer_top.small_pt,
.section.small_pt {
    padding-top: 50px
}

.footer_top.small_pb,
.section.small_pb {
    padding-bottom: 50px
}

.footer_top.pb_20,
.pb_20,
.section.pb_20 {
    padding-bottom: 20px
}

.footer_top.pb_70,
.pb_70,
.section.pb_70 {
    padding-bottom: 70px
}

.small_divider {
    height: 30px
}

.medium_divider {
    height: 50px
}

.large_divider {
    height: 100px
}

.list_none li {
    list-style: none
}

.btn.active,
.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: medium none
}

button:focus {
    outline: none
}

.border-2 {
    border-width: 2px !important
}

.btn {
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: all .3s ease-in-out
}

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

.btn-fill-out {
    background-color: transparent;
    border: 1px solid var(--color-1st);
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.btn-fill-out:after,
.btn-fill-out:before {
    background-color: var(--color-1st);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    width: 51%;
    z-index: -1
}

.btn-fill-out:after {
    left: auto;
    right: 0
}

.btn-fill-out:hover:after,
.btn-fill-out:hover:before {
    width: 0
}

.btn-fill-out:hover {
    color: var(--color-1st) !important
}

.btn-fill-line {
    background-color: transparent;
    border: 1px solid #fc0101;
    color: #fff !important;
    overflow: hidden;
    position: relative;
    transition: all .8s ease 0s;
    z-index: 1
}

.btn-fill-line:after,
.btn-fill-line:before {
    background-color: #fc0101;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    width: 50%;
    z-index: -1
}

.btn-fill-line:after {
    left: auto;
    right: 0
}

.btn-fill-line:hover:after,
.btn-fill-line:hover:before {
    width: 0
}

.btn-fill-line:hover {
    color: #333 !important
}

.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #292b2c !important;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.btn-white:after,
.btn-white:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    width: 50%;
    z-index: -1
}

.btn-white:after {
    left: auto;
    right: 0
}

.btn-white:hover:after,
.btn-white:hover:before {
    width: 0
}

.btn-white:hover {
    color: #fff !important
}

.btn-line-fill {
    border: 1px solid #333;
    color: #333 !important;
    overflow: hidden;
    position: relative;
    transition: all .8s ease 0s;
    z-index: 1
}

.btn-line-fill:hover {
    color: #fff !important
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        height: 20px;
        left: 50%;
        width: 20px
    }

    to {
        height: 450px;
        left: 50%;
        width: 450px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        height: 20px;
        right: 50%;
        width: 20px
    }

    to {
        height: 450px;
        right: 50%;
        width: 450px
    }
}

.btn-line-fill:after,
.btn-line-fill:before {
    background-color: #333;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: -1
}

.btn-line-fill:before {
    left: -20px;
    transform: translate(-50%, -50%)
}

.btn-line-fill:after {
    right: -20px;
    transform: translate(50%, -50%)
}

.btn-line-fill:hover:before {
    animation: criss-cross-left .7s both;
    animation-direction: alternate
}

.btn-line-fill:hover:after {
    animation: criss-cross-right .7s both;
    animation-direction: alternate
}

.btn-radius {
    border-radius: 40px
}

.btn+.btn {
    margin-left: 10px
}

.btn i {
    font-size: 16px;
    line-height: 1;
    margin-right: 5px
}

.btn i,
.btn span {
    vertical-align: middle
}

.btn-sm {
    padding: 8px 25px
}

.btn-xs {
    font-size: 12px;
    padding: 4px 20px
}

.btn.btn-xs i {
    font-size: 10px
}

.btn.btn-sm i {
    font-size: 12px
}

.btn-link {
    position: relative;
    z-index: 2
}

.btn-link,
.btn-link:hover {
    text-decoration: none
}

.btn-link:before {
    background-color: var(--color-1st);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.text_white * {
    color: #fff
}

.text_dark * {
    color: #333
}

.text_default {
    color: var(--color-1st) !important
}

.bg_default {
    background-color: var(--color-1st) !important
}

.bg_gray {
    background-color: #f7f8fb !important
}

.bg_redon {
    background-color: #fff1f1 !important
}

.bg_dark {
    background-color: var(--color-2nd) !important
}

.radius_all_5,
.radius_all_5:after,
.radius_all_5:before {
    border-radius: 5px
}

.scrollup {
    background-color: #171717;
    bottom: 20px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99
}

.scrollup:hover {
    background-color: var(--color-1st);
    color: #fff
}

.scrollup:focus {
    color: #fff
}

.background_bg {
    background-position: 50%;
    background-size: cover
}

[class*=overlay_bg_] {
    position: relative
}

[class*=overlay_bg_]:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.overlay_bg_50:before {
    opacity: .5
}

@keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.border-top-tran {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.heading_s1 {
    margin-bottom: 25px
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize
}

.heading_s2 {
    position: relative
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6,
.heading_s3 h1,
.heading_s3 h2,
.heading_s3 h3,
.heading_s3 h4,
.heading_s3 h5,
.heading_s3 h6 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6 {
    position: relative;
    z-index: 9
}

.heading_s3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.heading_s3:before {
    background-color: var(--color-1st);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 50px
}

.heading_light.heading_s3:before {
    background-color: #fff
}

.heading_s3.text-center:before {
    margin: 0 auto
}

.heading_s3.text-right:before {
    left: auto;
    right: 0
}

.heading_s4 {
    margin-bottom: 15px
}

.heading_s4 h1,
.heading_s4 h2,
.heading_s4 h3,
.heading_s4 h4,
.heading_s4 h5,
.heading_s4 h6 {
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: capitalize
}

.heading_light * {
    color: #fff
}

.highlight_text {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.leads {
    margin-bottom: 30px
}

.custom-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    padding-left: 15px;
    padding-right: 15px
}

.navbar-brand {
    margin: 0;
    padding: 10px 0;
    vertical-align: top
}

.light_skin .logo_dark,
.logo_dark {
    display: none
}

.dark_skin .logo_dark {
    display: block
}

.light_skin .navbar a.pr_search_trigger,
.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
    color: #fff
}

.middle-header {
    padding: 10px 0;
    position: relative
}

.navbar {
    padding: 0
}

.header_wrap {
    transition: all .5s ease 0s
}

.header_wrap:not([class*=bg_]):not([class*=bg-]) {
    background-color: #fff
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header {
    background-color: transparent
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.nav-fixed {
    background-color: #fff
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.light_skin.nav-fixed,
.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.nav-fixed .light_skin {
    background-color: var(--color-2nd)
}

.navbar .navbar-nav li {
    list-style: none;
    position: relative;
    transition: all .3s ease 0s
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    border-top: 2px solid #fc0101;
    border-radius: 0;
    margin: 0;
    min-width: 14rem;
    padding: 0
}

.dark_skin .navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05)
}

.dark_skin .cart_list li,
.dark_skin .mega-menu-col {
    border-color: #ddd
}

.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>li:hover>a {
    color: var(--color-1st)
}

.dark_skin .cart_quantity,
.dark_skin .cart_total,
.dark_skin .navbar .navbar-nav li>.dropdown-item {
    color: #333
}

.dropdown-toggle:after,
.dropdown-toggler:after {
    border: 0;
    content: "";
    font-family: Ionicons;
    margin-left: 5px;
    vertical-align: middle
}

.dropdown-toggler:after {
    transform: rotate(-90deg)
}

.dropdown-menu .dropdown-toggler:after {
    position: absolute;
    right: 15px;
    top: 10px
}

.menu-dropdown-toggle {
    display: none
}

.navbar .navbar-nav>li>.nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 22px 10px;
    text-transform: capitalize
}

.light_skin.transparent_header.nav-fixed .navbar .navbar-nav>li:hover>a,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav>li>a.active,
.navbar .navbar-nav>li:hover>a,
.navbar .navbar-nav>li>a.active,
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav>li:hover>a,
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav>li>a.active {
    color: var(--color-1st)
}

.light_skin .navbar .navbar-nav .dropdown-item {
    color: #333;
}

.light_skin .item_remove {
    color: #fff !important
}

.light_skin .mega-menu-col {
    border-right: 1px solid #3f3f3f
}

.navbar .navbar-nav .dropdown-item {
    color: #333;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: capitalize
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
    padding-right: 30px
}

.navbar-nav.attr-nav {
    flex-direction: row
}

.navbar-nav.attr-nav li .nav-link {
    padding: 20px 10px;
    position: relative;
    white-space: nowrap
}

.navbar-nav.attr-nav li .nav-link i {
    font-size: 20px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu>ul>li:hover>a {
    background-color: transparent
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a,
.navbar .navbar-nav .dropdown-menu>ul>li:hover>a {
    color: var(--color-1st)
}

.pr_search_icon {
    float: right
}

.pr_search_trigger.show i:before {
    content: ""
}

.pr_search_trigger {
    font-size: 20px;
    padding: 17px 10px
}

.header_wrap.fixed-top {
    padding-right: 0 !important;
    position: relative
}

.header_wrap.transparent_header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1030
}

.header_wrap.nav-fixed {
    animation: slideInDown .65s cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1041
}

.mega-menu {
    display: table;
    padding: 15px 0;
    width: 100%
}

.mega-menu,
.mega-menu ul {
    flex-wrap: wrap
}

.navbar .navbar-nav li.dropdown-mega-menu {
    position: static
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    right: 0
}

.mega-menu-col {
    border-right: 1px solid #ddd;
    padding: 0
}

.mega-menu-col:last-child {
    border-right: 0 !important
}

.dropdown-menu li a i {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    width: 20px
}

.navbar .navbar-nav>li>.nav-link.cart_trigger i {
    font-size: 20px
}

.cart_list li {
    list-style: none outside none
}

.cart_count,
.wishlist_count {
    background-color: var(--color-1st);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-left: -5px;
    margin-right: -5px;
    min-width: 16px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    top: -3px;
    vertical-align: top
}

.cart_trigger .amount {
    font-weight: 600;
    margin-left: 8px;
    margin-right: -10px;
    vertical-align: top
}

.navbar-nav .dropdown-menu.cart_box {
    display: block;
    left: auto !important;
    padding: 0;
    position: absolute !important;
    right: 0;
    top: 100% !important;
    transform: scale(0) !important;
    transform-origin: calc(100% - 30px) 0;
    transition: all .25s ease-in-out;
    width: 320px
}

.navbar-nav .dropdown-menu.cart_box.show {
    transform: scale(1) !important
}

.cart_list li {
    border-bottom: 1px solid #3f3f3f;
    padding: 15px
}

.item_remove {
    color: #333 !important;
    float: right;
    margin-left: 5px
}

.cart_list img {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    max-width: 80px
}

.cart_list a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 !important;
    text-transform: capitalize;
    vertical-align: top
}

.cart_quantity {
    color: #fff;
    display: table;
    font-weight: 500;
    margin-top: 5px
}

.cart_total .cart_amount {
    color: #f32b56;
    float: right
}

.cart_box .cart_list {
    max-height: 242px;
    overflow-y: auto;
    padding: 0 !important;
    width: 100%
}

.cart_list li {
    display: inline-block;
    width: 100%
}

.dropdown-menu .cart_list li a i {
    width: auto
}

.cart_total {
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
    text-align: right
}

.cart_total strong {
    float: left;
    font-weight: 600
}

.cart_buttons {
    margin: 0;
    padding: 10px 15px 20px;
    text-align: center
}

.cart_buttons .checkout,
.cart_buttons .view-cart {
    padding: 8px 20px !important
}

.top-header {
    border-bottom: 1px solid #eee
}

.top-header.light_skin {
    border-color: hsla(0, 0%, 100%, .2)
}

.top-header {
    padding: 10px 0;
    transition: all .5s ease-in-out
}

.top-header[class*=bg-],
.top-header[class*=bg_] {
    border: 0
}

.top-header span {
    font-size: 14px;
    vertical-align: middle
}

.header_wrap .social_icons li {
    padding-bottom: 0
}

.contact_detail,
.social_icons {
    font-size: 0
}

.contact_detail>li:last-child,
.header_list>li:last-child {
    padding-right: 0
}

.social_icons li {
    display: inline-block;
    padding: 0 5px 5px 0
}

.social_icons li a {
    color: #687188;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 36px
}

.header_wrap .social_icons li a:hover,
.social_icons li a:hover {
    color: var(--color-1st)
}

.header_wrap .social_white .social_icons li a,
.header_wrap .social_white.social_icons li a,
.social_white .social_icons li a,
.social_white.social_icons li a {
    border-color: #fff;
    color: #fff
}

.social_white .social_icons li a:hover,
.social_white.social_icons li a:hover {
    color: var(--color-1st)
}

.social_icons li:last-child a {
    margin-right: 0
}

.header_wrap .social_icons li a {
    color: #333
}

.contact_detail i {
    font-size: 16px;
    margin-right: 10px
}

.contact_detail i,
.contact_detail span {
    vertical-align: middle
}

.contact_detail>li,
.header_list>li {
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding: 2px 15px 2px 0;
    vertical-align: middle
}

.header_list>li i {
    margin-right: 6px;
    vertical-align: middle
}

.contact_detail>li a:hover,
.header_list>li .dropdown-item:hover {
    color: #f32b56
}

.contact_detail li:first-child {
    margin-left: 0
}

.contact_detail li a span {
    vertical-align: middle
}

.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a,
.top-header.light_skin .widget_text span {
    color: #fff
}

.top-header.dark_skin .contact_detail li {
    color: #000
}

.nav-fixed .middle-header,
.nav-fixed .top-header {
    display: none !important
}

.navbar-toggler {
    border-radius: 0;
    color: #333;
    float: right;
    font-size: 28px;
    height: 35px;
    line-height: 36px;
    margin: 13px 0 0 3px;
    padding: 0;
    transition: all .5s ease 0s;
    transition: none;
    width: 35px
}

.navbar-toggler[aria-expanded=true] span:before {
    content: "";
    font-size: 16px
}

.navbar-toggler[aria-expanded=true] {
    font-size: 20px;
    line-height: 32px
}

header .attr-nav+.social_icons {
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px
}

header .attr-nav+.social_icons li {
    padding: 0
}

header.light_skin .attr-nav+.social_icons {
    border-color: #fff
}

header.light_skin.nav-fixed .attr-nav+.social_icons {
    border-color: #333
}

header.light_skin.nav-fixed .social_icons li a {
    color: #000
}

header.light_skin.nav-fixed .social_icons li a:hover {
    color: #0e93d8
}

.light_skin.top-header span,
.top-header.light_skin .header_list li a {
    color: #fff
}

.top-header.light_skin .header_list>li:before {
    background-color: #fff
}

.top-header.light_skin .contact_detail li a:hover,
.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .header_list li a:hover span {
    color: var(--color-1st)
}

.header_banner_text {
    color: #fff
}

.shop_banner2 {
    height: 235px;
    margin-bottom: 30px;
    overflow: hidden
}

.el_banner1 {
    background-color: #fdbb99;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.shop_banner2 a {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 15px;
    position: relative;
    z-index: 9
}

.el_banner1:before {
    background-color: hsla(0, 0%, 100%, .2);
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%)
}

.el_banner1:before,
.el_banner2:before {
    border-radius: 100%;
    content: "";
    height: 250px;
    position: absolute;
    width: 250px;
    z-index: -1
}

.el_banner2:before {
    background-color: hsla(0, 0%, 100%, .15);
    bottom: -50px;
    right: -50px
}

.el_banner2 {
    background-color: #53c0e9;
    overflow: hidden;
    position: relative;
    text-align: right;
    z-index: 1
}

.shop_banner2:last-child {
    margin-bottom: 0
}

body.active {
    overflow: hidden;
    padding-right: 17px
}

.widget_text p:last-child {
    margin-bottom: 0
}

input.text {
    display: none
}

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

.categories_wrap {
    position: relative
}

.categories_btn i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle
}

.categories_btn span {
    font-weight: 500;
    vertical-align: middle
}

.categories_btn {
    background-color: var(--color-1st);
    border: 1px solid var(--color-1st);
    color: #fff;
    padding: 20px 15px;
    text-align: left;
    width: 100%
}

#navCatContent li {
    list-style: none
}

#navCatContent {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    left: 0;
    padding: 15px 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 99
}

.nav_cat {
    height: auto !important
}

.nav_cat,
.nav_cat.collapse:not(.show) {
    display: block
}

#navCatContent ul {
    width: 100%
}

#navCatContent li a {
    font-size: 14px;
    text-transform: capitalize
}

#navCatContent li a i {
    font-size: 22px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle
}

#navCatContent li a span {
    vertical-align: middle
}

#navCatContent li a:hover {
    color: var(--color-1st)
}

#navCatContent li.has-category-children>a.nav-link {
    padding-right: 44px
}

#navCatContent li .category-dropdown-toggle {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    z-index: 2
}

#navCatContent li .category-dropdown-toggle:hover {
    color: var(--color-1st)
}

#navCatContent li.show>.category-dropdown-toggle:after {
    transform: rotate(0deg)
}

#navCatContent li a.dropdown-toggler:after {
    position: absolute;
    right: 15px;
    top: 5px
}

#navCatContent ul li .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 10px 16px 49px 0 rgba(38, 42, 46, .05);
    left: 100%;
    margin: 0;
    min-width: 800px;
    padding: 0;
    right: 0;
    top: 0;
    width: 100%
}

#navCatContent .mega-menu-col {
    border: 0
}

#navCatContent li {
    position: relative;
    padding-bottom: 4px;
}

#navCatContent .dropdown-menu li a.dropdown-toggler:after {
    top: 10px
}

#navCatContent ul li .dropdown-menu .dropdown-menu {
    min-width: 12rem;
    width: 100%
}

.more_categories {
    border-top: 1px solid #ddd;
    color: var(--color-1st);
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 15px;
    position: relative;
    width: 100%
}

.more_categories:before {
    content: "";
    font-family: Linearicons;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.more_categories.show:before {
    content: ""
}

.product_search_form {
    max-width: 800px;
    position: relative;
    width: 100%
}

.product_search_form input {
    height: 50px;
    padding-right: 60px !important
}

.search_btn {
    background-color: #fff;
    border: 0;
    bottom: 1px;
    font-size: 20px;
    padding: 0 30px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9
}


.search_btn i {
    vertical-align: middle;
    font-size: 15px;
}

.product_search_form select {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis
}

.product_search_form.rounded_input select {
    border-radius: 30px 0 0 30px;
    padding: 8px 35px 8px 15px
}

.product_search_form.rounded_input input {
    border-radius: 0 30px 30px 0 !important
}

.contact_phone i,
.contact_phone span {
    vertical-align: middle
}

.contact_phone i {
    color: var(--color-1st);
    font-size: 30px;
    margin-right: 10px
}

.contact_phone span {
    color: #16181b
}

.banner_content_inner {
    padding: 50px
}

.banner_section {
    position: relative
}

.banner_section:not(.full_screen),
.banner_section:not(.full_screen) .carousel-item {
    height: 800px
}

.full_screen,
.full_screen .carousel-item {
    height: 100vh;
    min-height: 45rem
}

.banner_section.shop_el_slider,
.banner_section.shop_el_slider .carousel-item,
.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
    height: 500px
}

.banner_section.slide_wrap,
.banner_section.slide_wrap .carousel-item {
    height: 650px
}

.banner_section .banner_slide_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.carousel-item img {
    position: relative;
    width: 100%;
    z-index: -1
}

.carousel-control-next,
.carousel-control-prev {
    background-color: rgba(0, 0, 0, .5);
    font-size: 18px;
    height: 50px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 50px
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 0
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    opacity: 1
}

.carousel-control-next {
    right: 20px
}

.carousel-control-prev {
    left: 20px
}

.carousel_style2 .carousel-control-next,
.carousel_style2 .carousel-control-prev {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    width: 40px
}

.light_arrow .carousel-control-next,
.light_arrow .carousel-control-prev {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #000
}

.carousel-control-next:hover,
.carousel-control-prev:hover,
.light_arrow .carousel-control-next:hover,
.light_arrow .carousel-control-prev:hover {
    background-color: var(--color-1st);
    color: #fff
}

.indicators_style1,
.indicators_style2,
.indicators_style3 {
    margin-bottom: 15px
}

.indicators_style1 li {
    background-color: #333;
    border: 0;
    height: 10px;
    margin: 8px;
    position: relative;
    width: 10px
}

.indicators_style1 li:before {
    border: 2px solid #333;
    bottom: 0;
    content: "";
    left: 0;
    margin: -4px;
    position: absolute;
    right: 0;
    top: 0
}

.indicators_style2 li {
    background-clip: inherit;
    background-color: #333;
    border: 0;
    border-radius: 100%;
    height: 10px;
    margin: 8px;
    position: relative;
    width: 10px
}

.indicators_style2 li:before {
    border: 2px solid #333;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    margin: -4px;
    position: absolute;
    right: 0;
    top: 0
}

.indicators_style3 li {
    background-clip: inherit;
    background-color: #333;
    border: 0;
    border-radius: 100%;
    height: 10px;
    margin: 5px;
    position: relative;
    width: 10px
}

.indicators_style1 li.active,
.indicators_style2 li.active {
    background-color: var(--color-1st)
}

.indicators_style1 li.active:before,
.indicators_style2 li.active:before {
    border-color: var(--color-1st)
}

.banner_content .carousel-item {
    padding: 100px 0
}

.banner_content h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.banner_content p,
.banner_content2 p {
    margin-bottom: 30px
}

.banner_content2 h2 {
    font-size: 70px
}

.banner_content2 h2,
.banner_content3 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.banner_content3 h2 {
    font-size: 40px
}

.zoom-in {
    animation: zoomin 5s
}

@keyframes zoomin {
    0% {
        transform: scale(1.2) rotate(3deg)
    }

    to {
        transform: scale(1) rotate(0deg)
    }
}

.header_with_topbar.transparent_header+.banner_section .banner_slide_content {
    margin-top: 45px
}

.bg_strip {
    background-color: var(--color-1st);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    padding: 8px 0;
    position: relative;
    white-space: nowrap
}

.bg_strip:before {
    border-bottom-color: var(--color-1st);
    border: 20px solid var(--color-1st);
    border-left: 20px solid transparent;
    right: 100%
}

.bg_strip:after,
.bg_strip:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1
}

.bg_strip:after {
    border-bottom-color: var(--color-1st);
    border: 20px solid var(--color-1st);
    border-right: 20px solid transparent;
    left: 100%
}

.single_bn_title {
    font-size: 32px;
    font-weight: 700
}

.hover_effect1 {
    display: block;
    overflow: hidden;
    position: relative
}

.hover_effect1:after,
.hover_effect1:before {
    background-color: hsla(0, 0%, 100%, .6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .9s ease 0s;
    width: 100%;
    z-index: 1
}

.hover_effect1:before {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    transform: translate(105%)
}

.hover_effect1:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    transform: translate(-105%)
}

.hover_effect1:hover:after,
.hover_effect1:hover:before {
    opacity: 0;
    transform: translate(0)
}

.furniture_banner .single_bn_title1 {
    font-size: 80px;
    margin-bottom: 15px
}

.sale-banner img {
    width: 100%
}

.categories_box {
    text-align: center
}

.categories_box a {
    background-color: #fff !important;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 10px 10px !important;
}

.categories_box a img{
    width: 120px !important;
    height: 120px !important;
    display: inline-block !important;
}

.categories_box i {
    display: block;
    font-size: 40px
}

.categories_box span {
    display: block;
    margin-top: 5px;
    text-transform: capitalize
}

.cat_overlap {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-top: -70px;
    padding: 30px;
    position: relative;
    z-index: 1
}

.cat_style1 .categories_box a {
    background-color: transparent;
    padding: 0
}

.cat_style1 .categories_box span {
    margin-top: 10px
}

.icon_box {
    margin-bottom: 30px
}

.icon {
    margin-bottom: 15px
}

.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6 {
    text-transform: capitalize
}

.icon i {
    font-size: 30px
}

.icon_box p:last-child {
    margin: 0
}

.icon_box_content .link i {
    margin-left: 2px;
    vertical-align: middle
}

.icon_box_style1 {
    padding: 0 40px;
    position: relative;
    text-align: center
}

.icon_box_style1 .icon i {
    font-size: 46px;
    line-height: 1;
    color:#fc0101;
}

.icon_box_style1:before {
    background-color: #ddd;
    bottom: 15%;
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px
}

[class*=col-]:last-child .icon_box_style1:before {
    content: normal
}

.icon_box.icon_box_style3 {
    border: 1px solid #ddd;
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: -1px;
    padding: 30px
}

.icon_box_style3 .icon {
    float: left;
    margin-bottom: 0;
    margin-right: 20px
}

.icon_box_style3 .icon_box_content {
    overflow: hidden
}

.icon_box_style3 .icon i {
    color: var(--color-1st);
    font-size: 36px;
    line-height: normal
}

.icon_box_style3 .icon_box_content p {
    font-size: 14px;
    line-height: normal
}

.carousel_slider li {
    list-style: none
}

.author_img img {
    max-width: 100px
}

.author_name {
    overflow: hidden
}

.author_name h6 {
    margin-bottom: 5px
}

.author_name span {
    color: var(--color-1st)
}

.testimonial_box.box_shadow1 {
    margin: 10px
}

.testimonial_desc p:last-child {
    margin-bottom: 0
}

.testimonial_style1 .author_img {
    margin-right: 15px
}

.testimonial_style1 .author_img img {
    max-width: 60px
}

.testimonial_style1 .testimonial_desc {
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    width: 100%
}

.testimonial_style1 .testimonial_box {
    position: relative;
    z-index: 1
}

.author_wrap {
    align-items: center;
    display: flex;
    margin: 0 auto
}

.testimonial_style1 .author_wrap {
    justify-content: center
}

.testimonial_wrap {
    padding: 0 60px
}

.blog_post {
    margin-bottom: 30px;
    transition: all .5s ease-in-out
}

.blog_content {
    padding-top: 15px
}

.blog_post .blog_img a {
    display: block;
    overflow: hidden
}

.blog_img {
    overflow: hidden;
    position: relative
}

.blog_img img {
    transition: all .5s ease-in-out;
    width: 100%
}

.blog_meta {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%
}

.blog_meta li {
    float: left;
    margin-right: 15px
}

.blog_meta li:last-child {
    margin-right: 0
}

.blog_meta li a {
    text-transform: capitalize
}

.blog_meta li a i {
    color: var(--color-1st);
    margin-right: 5px;
    vertical-align: middle
}

.blog_title {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px
}

h6.blog_title {
    line-height: 24px
}

.blog_text p {
    margin-bottom: 15px
}

.blog_text p:last-child {
    margin: 0
}

.blog_style2:hover .blog_img img {
    transform: scale(1.05)
}

.blog_style2 .blog_content {
    padding: 15px
}

.blog_img .owl-dots {
    position: absolute;
    right: 15px;
    top: 0
}

.blog_thumbs .blog_post {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 30px;
    width: 100%
}

.single_post .blog_content {
    padding-top: 20px
}

.single_post .blog_title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px
}

.single_post .blog_meta {
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 100%
}

.content_title * {
    font-weight: 600;
    margin-bottom: 30px
}

.children {
    border-top: 1px solid #ddd;
    margin-left: 60px;
    margin-top: 20px;
    padding-top: 20px
}

.newsletter_form form,
.newsletter_form2 form {
    position: relative
}

.newsletter_form input,
.newsletter_form input:focus,
.newsletter_form2 input,
.newsletter_form2 input:focus {
    border: 0
}

.newsletter_form input.form-control-sm {
    height: 50px;
    padding: 10px 140px 10px 20px
}

.newsletter_form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.newsletter_form2 input,
.newsletter_form2 input:focus {
    height: 59px;
    padding: 10px 140px 10px 20px
}

.newsletter_form2 button {
    position: absolute;
    right: 5px;
    top: 4px
}

.newsletter_text {
    padding-left: 80px;
    position: relative
}

.newsletter_text p:last-child {
    margin: 0
}

.newsletter_text:before {
    color: #fff;
    content: "";
    font-family: linearicons;
    font-size: 65px;
    left: 0;
    line-height: normal;
    opacity: .4;
    position: absolute
}

footer {
    overflow: hidden
}

.footer_dark {
    background-color: var(--footer-background-color, #202325);
    background-image: var(--footer-background-image, none);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.footer_top {
    background-color: transparent;
    padding: 100px 0 70px;
    position: relative
}

.footer_logo {
    margin-bottom: 20px;
    width: 250px;
}

footer p {
    font-size: 14px
}

footer .widget {
    margin-bottom: 30px
}

footer .widget_title {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 10px;
    text-transform: capitalize
}

.widget_links li {
    list-style: none;
    padding-bottom: 10px
}

.widget_links li:last-child {
    padding-bottom: 0
}

.widget_links li a {
    color: #687188;
    font-size: 14px
}

.contact_info>li {
    list-style: none;
    margin-bottom: 15px
}

.contact_info>li:last-child {
    margin-bottom: 0
}

.contact_info li i {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: top
}

.contact_info li span {
    color: #292b2c;
    float: left;
    margin-right: 10px;
    max-width: 70px;
    width: 100%
}

.contact_info i+*,
.contact_info span+* {
    color: #687188;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    overflow: hidden
}

.contact_info i+* {
    display: inline-block;
    max-width: 78%;
    vertical-align: middle
}

.contact_info_light li i {
    border-color: var(--footer-text-color, #fff)
}

.contact_info_light li a,
.contact_info_light li i,
.contact_info_light li span {
    color: var(--footer-text-color, #fff)
}

.bottom_footer {
    background-color: transparent;
    border-top-color: hsla(0, 0%, 100%, .1);
    padding: 30px 0;
    position: relative
}

.footer_dark .post_content a,
.footer_dark .widget_links li a,
.footer_dark a,
.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p {
    color: var(--footer-text-color, #fff)
}

.footer_dark .widget_links li a:hover,
.footer_dark a:hover,
.widget_links li a:hover {
    color: var(--color-1st)
}

.bottom_footer .social_icons li {
    padding-bottom: 0
}

.footer_payment li {
    display: inline-block;
    list-style: none
}

.client_logo .cl_logo img {
    margin: 0 auto;
    opacity: .7;
    transition: all .5s ease-in-out;
    width: 163px
}

.client_logo .cl_logo:hover img {
    opacity: 1
}

.breadcrumb_section {
    padding: 150px 0;
    width: 100%
}

.breadcrumb_section.page-title-mini {
    padding: 70px 0
}

.page-title-mini .page-title h1 {
    font-size: 28px
}

.page-title-mini .breadcrumb li {
    font-size: 14px
}

.header_wrap.transparent_header+.breadcrumb_section {
    padding-top: 200px
}

.header_wrap.transparent_header.header_with_topbar+.breadcrumb_section {
    padding-top: 250px
}

.page-title h1 {
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: capitalize
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "";
    font-family: Ionicons;
    vertical-align: middle
}

.page-title+.breadcrumb {
    margin-top: 15px
}

.page-title+span {
    display: inline-block;
    margin-top: 15px;
    width: 100%
}

.breadcrumb-item a i {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle
}

.page-title-video {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -3
}

.contact_wrap li {
    align-items: center;
    display: flex;
    list-style: none;
    margin-bottom: 25px
}

.contact_icon {
    margin-right: 20px
}

.contact_icon i {
    color: var(--color-1st);
    font-size: 34px
}

.contact_text span {
    color: #333;
    display: block;
    font-weight: 600;
    margin-bottom: 3px
}

.contact_text p:last-child {
    margin-bottom: 0
}

.contact_text a {
    color: #687188;
    line-height: 28px
}

.contact_text a:hover {
    color: var(--color-1st)
}

.contact_style3 {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 40px 20px;
    text-align: center
}

.contact_style3 .contact_icon {
    border: 1px solid var(--color-1st);
    border-radius: 100%;
    display: inline-block;
    height: 80px;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1
}

.contact_style3 .contact_icon i {
    line-height: 78px;
    transition: all .5s ease-in-out
}

.contact_style3 .contact_icon:before {
    background-color: var(--color-1st);
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all .5s ease-in-out;
    z-index: -1
}

.contact_style3:hover .contact_icon:before {
    transform: scale(1)
}

.contact_style3:hover .contact_icon i {
    color: #fff
}

.divider {
    height: 4px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.divider.center_icon,
.divider.text_divider {
    height: auto
}

.divider.center_icon,
.divider.text_divider {
    text-align: center
}

.divider.text_divider span {
    background-color: #fff;
    font-size: 30px;
    padding: 0 30px;
    position: relative;
    z-index: 1
}

.divider:after,
.divider:before {
    border-top: 1px solid #ddd;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.divider:before {
    margin-top: -1px
}

.divider:after {
    margin-top: 1px
}

.divider i {
    background-color: #fff;
    color: #d9d9d9;
    font-size: 30px;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.accordion .card .card-header {
    background-color: transparent;
    margin: 0;
    padding: 0
}

.accordion .card-header a {
    display: block;
    line-height: normal;
    padding: 15px 40px 15px 15px
}

.accordion .card-body p:last-child {
    margin: 0
}

.card-body p {
    margin-bottom: 15px
}

.error_wrap {
    width: 100%
}

.error_txt {
    color: #333;
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px
}

.search_form form {
    position: relative
}

.search_form form input {
    height: 50px;
    padding: 5px 60px 5px 20px
}

.search_form form input:focus {
    height: 50px
}

.search_form .icon_search {
    border-left: 1px solid #ddd;
    border-radius: 0;
    padding: 0 0 0 15px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.search_form .icon_search i {
    font-size: 24px;
    margin-right: 0
}

.login_register_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.countdown_time {
    display: table;
    width: 100%
}

.countdown_time .countdown_box {
    float: left;
    padding: 0 15px;
    width: 25%
}

.countdown-wrap {
    display: inline-block;
    text-align: center
}

.countdown_time .cd_text {
    display: block
}

.countdown_box .countdown {
    color: #292b2c;
    font-size: 40px
}

.countdown_white .countdown_box .cd_text,
.countdown_white .countdown_box .countdown {
    color: #fff
}

.countdown_style1 .countdown_box {
    position: relative;
    text-align: center
}

.countdown_style1 .countdown_box:before {
    color: #000;
    content: ":";
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: -6px
}

.countdown_style1.countdown_white .countdown_box:before {
    color: #fff
}

.countdown_style1 .countdown_box:last-child:before {
    content: normal
}

.countdown_style2,
.countdown_style3 {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.countdown_style2 .countdown_box .countdown-wrap {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    width: 100%
}

.countdown_style3 .countdown-wrap {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .03);
    padding: 15px;
    width: 100%
}

.countdown_time.countdown_style4 {
    display: block;
    margin: 0 -2px;
    width: auto
}

.countdown_time.countdown_style4 .countdown_box {
    padding: 0 2px
}

.countdown_style4 .countdown_box .countdown-wrap {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
    width: 100%
}

.deal_timer .countdown_time .countdown_box .cd_text {
    display: none
}

.deal_timer {
    padding-left: 15px;
    position: relative
}

.deal_timer:before {
    color: var(--color-1st);
    content: "";
    font-family: themify;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 3px
}

.deal_timer .countdown_style1 .countdown_box:before {
    font-size: 24px;
    font-weight: 400;
    right: -10px
}

.deal_timer .countdown_box .countdown {
    font-size: 24px
}

.deal_timer .countdown_box {
    padding-right: 0;
    width: auto
}

.deal_wrap {
    align-items: center;
    border: 2px solid var(--color-1st);
    border-radius: 20px;
    display: flex;
    overflow: hidden
}

.deal_wrap .product_img {
    max-width: 300px;
    width: 100%
}

.deal_content {
    padding: 30px 30px 30px 0;
    width: 100%
}

.deal_content .product_info {
    padding: 0
}

.deal_wrap .countdown_style1 .countdown_box:before {
    font-size: 24px;
    font-weight: 400;
    right: -10px
}

.deal_wrap .countdown_box .countdown {
    font-size: 24px
}

.deal_wrap .countdown_time .cd_text {
    font-size: 13px
}

.deal_progress {
    display: block;
    padding-top: 5px
}

.stock-available {
    float: right
}

.deal_progress .progress {
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 5px
}

.deal_progress .progress-bar {
    background-color: var(--color-1st);
    text-indent: -99999px
}

.shorting_icon {
    border: 1px solid #ced4da;
    border-radius: 4px;
    float: left;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    text-align: center;
    width: 45px
}

.shorting_icon .ti-layout-list-thumb {
    font-size: 24px;
    line-height: 45px
}

.shorting_icon.active {
    background-color: var(--color-1st);
    border-color: var(--color-1st);
    color: #fff
}

.product_header {
    justify-content: space-between
}

.product_header,
.product_header_right {
    align-items: center;
    display: flex
}

.products_view {
    display: inline-block;
    vertical-align: middle
}

.product,
.product_wrap {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    transition: all .5s ease-in-out
}

.product_wrap .pr_action_btn li a {
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    height: 35px;
    line-height: 35px;
    width: 35px
}

.product_wrap .pr_action_btn li a i {
    font-size: 16px;
    line-height: 35px
}

.carousel_slider .product,
.carousel_slider .product_wrap {
    margin: 5px
}

.product_img img {
    transition: all .3s ease-in-out
}

.product_img .product_hover_img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    z-index: -1
}

.product:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img {
    opacity: 1;
    transform: translateX(0);
    z-index: 0
}

.pr_desc {
    display: none
}

.pr_flash {
    background-color: #ff9f00;
    color: #fff;
    font-size: 13px;
    left: 10px;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    z-index: 1
}

.product_info {
    padding: 15px
}

.price {
    color: var(--color-1st);
    font-weight: 600
}

.on_sale {
    color: #388e3c;
    display: inline-block;
    font-size: 14px
}

.product_price {
    margin-bottom: 5px
}

.product .rating_wrap {
    align-items: center;
    display: flex;
    position: relative
}

.product.text-center .rating_wrap {
    justify-content: center
}

.rating_num {
    font-size: 14px;
    margin-left: 5px
}

.rating_num,
.rating_wrap .rating {
    display: inline-block;
    vertical-align: middle
}

.rating_wrap .rating {
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 70px
}

.rating:before {
    content: "";
    font-size: 12px
}

.product_rate,
.rating:before {
    color: #f6bc3e;
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.product_rate {
    overflow: hidden;
    padding-top: 1.5em
}

.product_rate:before {
    content: "";
    font-size: 12px;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0
}

.product_action_box {
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease-in-out;
    z-index: 2
}

.pr_action_btn {
    display: table;
    margin: 0 auto
}

.product_img {
    overflow: hidden;
    position: relative
}

.product_img:before {
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 1
}

.product:hover .product_img:before {
    opacity: 1
}

.pr_action_btn li {
    display: inline-block;
    margin: 0 5px;
    position: relative
}

.product_wrap .pr_action_btn li {
    display: block;
    margin: 10px 0
}

.product_wrap .pr_action_btn {
    margin: 0 0 0 10px
}

.product_action_box li {
    opacity: 0;
    transform: translateY(15px)
}

.product_action_box li:first-child {
    transition: all .2s ease 0s
}

.product_action_box li:nth-child(2) {
    transition: all .3s ease 0s
}

.product_action_box li:nth-child(3) {
    transition: all .4s ease 0s
}

.product_action_box li:nth-child(4) {
    transition: all .5s ease 0s
}

.product:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
    opacity: 1;
    transform: translate(0)
}

.pr_action_btn li a {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    height: 50px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    width: 45px
}

.pr_action_btn li a i {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    vertical-align: middle
}

.pr_action_btn li a:hover {
    background-color: var(--color-1st);
    color: #fff
}

.product .product_title,
.product_wrap .product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap
}

.product_color_switch span {
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 5px;
    position: relative;
    vertical-align: middle;
    width: 15px
}

.product .product_color_switch span {
    opacity: 0;
    transform: translateY(15px)
}

.product_color_switch span.active:before {
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    content: "";
    left: 0;
    margin: -3px;
    position: absolute;
    right: 0;
    top: 0
}

.product .pr_switch_wrap {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
    visibility: hidden
}

.product:hover .pr_switch_wrap {
    opacity: 1;
    visibility: visible
}

.product:hover .product_color_switch span {
    opacity: 1;
    transform: translateY(0)
}

.product_color_switch span:first-child {
    transition: all .2s ease 0s
}

.product_color_switch span:nth-child(2) {
    transition: all .3s ease 0s
}

.product_color_switch span:nth-child(3) {
    transition: all .4s ease 0s
}

.product_color_switch span:nth-child(4) {
    transition: all .5s ease 0s
}

.product_color_switch span:nth-child(5) {
    transition: all .6s ease 0s
}

.product_color_switch span:nth-child(6) {
    transition: all .7s ease 0s
}

.product_color_switch span:nth-child(7) {
    transition: all .75s ease 0s
}

.product_list .product,
.product_list .product_wrap {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    padding: 15px
}

.product_list .product_img {
    flex: 0 0 30%;
    max-width: 100%;
    width: 100%
}

.product_list .product_info {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 0 0 15px;
    text-align: left
}

.product_list .product_img:before {
    content: normal
}

.mfp-ajax-holder .mfp-content .ajax_quick_view {
    background-color: #fff;
    margin: 6px auto;
    max-width: 980px;
    padding: 30px;
    position: relative
}

.mfp-close {
    height: 30px;
    line-height: normal;
    width: 30px
}

.product-image {
    position: relative
}

.pr_detail .pr_desc {
    display: inline-block
}

.pr_detail .pr_desc p {
    margin-bottom: 15px
}

.pr_detail .rating_wrap {
    float: right;
    margin-top: 7px
}

.pr_detail .product_price {
    float: left
}

.pr_detail .price {
    font-size: 26px;
    vertical-align: middle
}

.cart-product-quantity {
    display: table;
    margin: 7px 10px 7px 0
}

.quantity {
    display: table
}

.quantity .minus,
.quantity .plus {
    background-color: #eee;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    height: 34px;
    line-height: 36px;
    margin: 4px;
    padding: 0;
    text-align: center;
    width: 34px
}

.quantity .minus {
    padding-left: 4px
}

.quantity .qty {
    background-color: transparent;
    border: 1px solid #ddd;
    float: left;
    height: 36px;
    margin: 3px;
    padding: 0;
    text-align: center;
    width: 55px
}

.cart_extra {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.zoomContainer {
    z-index: 99
}

.zoom_image .zoomContainer {
    z-index: 1043
}

.zoom_gallery_image .zoomContainer {
    z-index: 0
}

.pr_detail .pr_switch_wrap {
    margin-bottom: 10px
}

.cart_btn .add_compare,
.cart_btn .add_wishlist {
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle;
    border: 1px solid #777777;
    border-radius: 5px;
    padding: 10px 15px;
}

.cart_btn .add_compare:hover,
.cart_btn .add_wishlist:hover {
    border-color: #fc0101;
    background-color: #fc0101;
    color:#fff !important;
}

.product_gallery_item a {
    border: 1px solid #ddd;
    display: block;
    padding: 5px
}

.product-meta li {
    list-style: none;
    margin-top: 10px
}

.slick-vertical .slick-slide {
    border: 0
}

.slick-list {
    padding: 0 !important
}

.product_gallery_item.slick-slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px
}

.product-image .slick-list {
    margin-left: -5px;
    margin-right: -5px
}

.product_gallery_item a.active {
    border-color: var(--color-1st)
}

.product_img_box {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 8px;
    position: relative
}

.product_img_zoom {
    background-color: #fafafa;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
    z-index: 999
}

.product_share {
    margin-top: 15px
}

.product_share>span {
    margin-right: 10px
}

.product_share .social_icons,
.product_share>span {
    display: inline-block;
    vertical-align: middle
}

.product_share .social_icons li {
    padding-bottom: 0
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0
}

.shop_container {
    position: relative
}

.loading_pr {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}

.shop_container .loading_pr {
    top: -7px
}

.shop_container .mfp-preloader {
    top: 100px
}

.shop_container.list .product_action_box,
.shop_container:not(.list) .list_product_action_box {
    display: none
}

.shop_container.list .product_img:before {
    content: normal
}

.shop_container.list [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%
}

.shop_container.list .product {
    display: inline-block;
    width: 100%
}

.shop_container.list .product_img {
    float: left;
    max-width: 280px;
    width: 100%
}

.shop_container.list .product .product_title {
    font-size: 20px;
    margin-bottom: 15px
}

.shop_container.list .product_info {
    overflow: hidden;
    padding: 15px 30px;
    text-align: left
}

.shop_container.list .product_price {
    float: left
}

.shop_container.list .product .rating_wrap {
    display: block;
    float: right
}

.shop_container.list .pr_desc {
    display: block;
    margin-bottom: 10px;
    max-height: 84px;
    min-height: 58px;
    overflow: hidden;
    width: 100%
}

.shop_container.list .pr_desc p {
    margin-bottom: 0
}

.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product_action_box {
    position: static
}

.shop_container.list .product .pr_switch_wrap {
    margin-bottom: 10px;
    opacity: 1;
    padding: 0;
    visibility: visible
}

.shop_container.list .product .product_color_switch span {
    opacity: 1;
    transform: translateY(0)
}

.shop_container.list .product_action_box li {
    filter: alpha(opacity=1);
    opacity: 1;
    transform: translate(0)
}

.shop_container.list .pr_action_btn {
    display: block;
    margin: 0
}

.shop_container.list .pr_action_btn li {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.shop_container.list .pr_action_btn li a {
    box-shadow: none;
    border: 1px solid #fc0101;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.shop_container.list .pr_action_btn li a:hover {
    background-color: #fc0101;
    color: #fff;
}

.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
    background-color: var(--color-1st);
    border: 1px solid var(--color-1st);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: auto;
    padding: 12px 30px;
    width: auto
}

.shop_container.list .pr_action_btn li.add-to-cart a:hover {
    background-color: transparent;
    color: var(--color-1st)
}

.shop_container.list .pr_action_btn li.add-to-cart a i {
    line-height: normal;
    margin-right: 5px
}

.tab-content.shop_info_tab {
    margin-top: 40px
}

.description p:last-child {
    margin: 0
}

.releted_product_slider .item {
    margin: 10px 0 0
}

.releted_product_slider .product {
    margin-bottom: 15px
}

.mfp-ajax-holder .compare_box {
    background-color: #fff;
    margin: 6px auto;
    padding: 30px;
    position: relative;
    width: 90%
}

.compare_box .table {
    display: block;
    margin: 0
}

.compare_box table tr td {
    vertical-align: middle;
    width: 27%
}

.compare_box table tr td.product_name {
    text-transform: capitalize
}

.compare_box table tr td.row_title {
    font-weight: 600;
    width: 270px
}

.row_remove a,
.row_remove a:hover {
    color: red
}

.product_name a {
    font-weight: 600
}

.product-thumbnail img {
    max-width: 100px
}

.shop_cart_table td,
.shop_cart_table th {
    text-align: center;
    vertical-align: middle
}

.shop_cart_table td.product-name,
.shop_cart_table th.product-name {
    text-align: left;
    text-transform: capitalize
}

.shop_cart_table .quantity {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.product-remove a i {
    border-radius: 100%;
    color: #292b2c;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

a.btn.btn-fill-out.checkout{
    color: #fff !important;
}


a.btn.btn-fill-line.view-cart:hover,
a.btn.btn-fill-out.checkout:hover{
    color: #000 !important;
    border: 1px solid #fc0101;
}

.remove-cart-button i{
    color:#fc0101 !important;
}

.remove-cart-button:hover,
.remove-cart-button i:hover{
    background-color: #fc0101 !important;
    color:#fff !important;
}

/* .product-remove a i:hover {
    background-color: red;  
    color: #fff
} */

.wishlist-remove-btn i{
    color:#000 !important;
}

.wishlist-remove-btn:hover i{
    color:#fff !important;
}

.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
    font-weight: 600
}

.shop_cart_table .table {
    margin: 0
}

.product-subtotal {
    font-weight: 600
}

.payment-text {
    display: none;
    margin-bottom: 0;
    margin-top: 5px
}

.loading {
    background: url(../images/loading.gif) 50% no-repeat;
    background-color: #000 !important;
    border: 0;
    font-size: 0 !important;
    height: 51px;
    padding: 0;
    width: 50px
}

.loading:after,
.loading:before {
    content: normal
}

.form-control {
    padding: 8px 15px
}

.form-control,
.form-control:focus {
    box-shadow: none;
    color: #000;
    height: 50px
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
    padding: 12px 15px
}

.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus,
.form-control-sm,
.form-control-sm:focus {
    height: 45px
}

select.first_null option:first-child,
select.form-control.first_null option:first-child {
    color: #6c757d
}

select option {
    color: #000
}

.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    height: 50px;
    padding: 8px 35px 8px 15px;
    width: 100%
}

.custom_select:before {
    color: #848484;
    content: "";
    display: block;
    font-family: themify;
    font-size: 12px;
    font-weight: 900;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.rounded_input .form-control,
.rounded_input input {
    border-radius: 30px;
    padding: 10px 20px
}

.rounded_input .custom_select select {
    padding-right: 40px
}

.rounded_input .custom_select:before {
    right: 20px
}

.rounded_input textarea.form-control,
.rounded_input textarea.form-control:focus {
    padding: 15px 20px
}

.pagination .page-item a {
    color: #0e93d8;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    z-index: 1
}

.page-link:focus {
    box-shadow: none
}

.pagination_style1 li,
.pagination_style2 li,
.pagination_style3 li,
.pagination_style4 li {
    margin-right: 5px
}

.pagination_style1 .page-item a {
    border: 2px solid #dee2e6;
    border-radius: 0 !important;
    color: #687188;
    line-height: 36px;
    margin-left: 0
}

.pagination_style1 .page-item a i {
    line-height: 36px
}

.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
    background-color: #fff;
    border-color: #f4f4f4;
    color: #c6c6c6;
    pointer-events: none
}

.pagination_style1 .page-item .page-link:hover,
.pagination_style1 .page-item.active .page-link {
    background-color: var(--color-1st);
    border-color: var(--color-1st);
    color: #fff
}

.mfp-preloader {
    background: url(../images/loading.gif) 50% no-repeat;
    background-color: #000;
    border-radius: 5px;
    color: #ccc;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    padding: 25px;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    top: 50%;
    width: 24px;
    z-index: 1044
}

.widget_title {
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 25px;
    text-transform: capitalize
}

.sidebar .widget+.widget {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px
}

.widget_recent_post li {
    display: inline-block;
    list-style: none;
    margin-bottom: 15px;
    width: 100%
}

.post_footer {
    display: inline-block;
    vertical-align: top
}

.widget_recent_post li:last-child {
    margin-bottom: 0
}

footer .widget_recent_post .post_img img {
    border: 0
}

.post_img {
    float: left;
    margin-right: 10px
}

.post_img img {
    width: 80px
}

.post_content {
    overflow: hidden
}

.post_content h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0
}

.post_content .product_title {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post_content .product_price {
    margin-bottom: 0
}

.tags a {
    background-color: #f7f7f7;
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 15px
}

.tags a:hover {
    background-color: var(--color-1st);
    color: #fff
}

.follow_box {
    background-color: #fff;
    border-radius: 80px;
    margin: 0 auto;
    max-width: 400px;
    padding: 25px;
    text-align: center;
    z-index: 9
}

.follow_box,
.follow_box i {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.follow_box i {
    font-size: 80px;
    opacity: .1;
    z-index: -1
}

.instafeed_box {
    overflow: hidden
}

.instafeed_box a {
    display: block;
    position: relative
}

.instafeed_box a:before {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 1
}

.instafeed_box a:hover:before {
    opacity: 1
}

.instafeed_box a img {
    transition: all .5s ease-in-out
}

.instafeed_box a:hover img {
    transform: scale(1.1)
}

.nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    padding: 5px 20px;
    text-align: center;
    text-transform: capitalize
}

.tab-content {
    margin-top: 25px
}

.tab-style1 .nav-tabs,
.tab-style2 .nav-tabs {
    border-bottom: 0
}

.tab-style1 .nav-tabs li.nav-item a.active,
.tab-style1 .nav-tabs li.nav-item a.active:hover,
.tab-style2 .nav-tabs li.nav-item a.active,
.tab-style2 .nav-tabs li.nav-item a.active:hover {
    color: var(--color-1st)
}

.tab-style2 .nav-tabs li.nav-item a {
    padding: 0 15px
}

.tab-style2 .nav-tabs li.nav-item:last-child a {
    padding-right: 0
}

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    display: block;
    padding: .5rem 1rem;
    text-align: center
}

.tab-style3 .nav-tabs .nav-item a.active {
    border-bottom-color: var(--color-1st);
    color: var(--color-1st)
}

.tab_slider>.tab-pane {
    display: block;
    height: 0
}

.tab_slider .tab-pane.active {
    animation-duration: .5s;
    animation-name: moveUp;
    animation-play-state: running;
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    display: block;
    height: auto
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(25px)
    }

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

.heading_tab_header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    width: 100%
}

.heading_tab_header [class*=heading_] {
    float: left
}

.view_all i,
.view_all span {
    vertical-align: middle
}

.custome-checkbox .form-check-label {
    color: #687188;
    padding: 0;
    vertical-align: middle
}

.custome-checkbox .form-check-label span {
    vertical-align: middle
}

.custome-checkbox .form-check-label:before {
    border: 2px solid #ced4da;
    content: "";
    display: inline-block;
    height: 17px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 17px
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:after {
    opacity: 1
}

.custome-checkbox input[type=checkbox]+.form-check-label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-65%) rotate(-45deg);
    width: 11px
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:before {
    background-color: var(--color-1st);
    border-color: var(--color-1st)
}

.custome-checkbox .form-check-input {
    display: none
}

.custome-checkbox .form-check-label {
    cursor: pointer;
    position: relative
}

.custome-checkbox input[disabled]+.form-check-label {
    color: #d0d0d0
}

.custome-checkbox input[disabled]+.form-check-label:before {
    border-color: #e8e8e8
}

.owl-theme .owl-nav {
    margin-top: 0
}

body .owl-theme .owl-nav [class*=owl-] {
    background-color: #fff;
    color: #222;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 50px
}

.owl-theme .owl-nav [class*=owl-] i {
    line-height: normal
}

.owl-theme .owl-dots {
    font-size: 0;
    margin-top: 15px
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid var(--color-1st);
    cursor: pointer;
    margin: 3px;
    opacity: 1;
    transition: all .3s ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--color-1st)
}

.dot_style1.owl-theme .owl-dots .owl-dot.active span {
    width: 30px
}

.nav_style1.owl-theme .owl-nav [class*=owl-],
.nav_style5.owl-theme .owl-nav [class*=owl-] {
    -webkittransform: translateY(-50%);
    border-radius: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px
}

.nav_style1.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #555
}

.nav_style1.owl-theme .owl-nav .owl-prev {
    left: -50px
}

.nav_style1.owl-theme .owl-nav .owl-next {
    right: -50px
}

.nav_style2.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    bottom: 10px;
    position: absolute
}

.nav_style2.owl-theme .owl-nav [class*=owl-]:hover,
.nav_style3.owl-theme .owl-nav [class*=owl-]:hover,
.nav_style4.owl-theme .owl-nav [class*=owl-]:hover {
    color: #555
}

.nav_style2.owl-theme .owl-nav .owl-prev,
.nav_style5.owl-theme .owl-nav .owl-prev {
    left: 0
}

.nav_style2.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-next {
    right: 0
}

.nav_style3.owl-theme .owl-nav [class*=owl-],
.nav_style4.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    position: absolute;
    right: 0;
    top: -90px;
    width: auto
}

.nav_style3.owl-theme .owl-nav .owl-prev {
    right: 40px
}

.nav_style4.owl-theme .owl-nav .owl-prev {
    left: 0;
    right: auto
}

.nav_style4.owl-theme .owl-nav .owl-prev i:before {
    content: "";
    font-family: Linearicons
}

.nav_style4.owl-theme .owl-nav .owl-next i:before {
    content: "";
    font-family: Linearicons
}

.nav_style5.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-prev {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 40px;
    line-height: 40px;
    opacity: 0;
    width: 40px
}

.nav_style5.owl-theme .owl-nav .owl-next:hover,
.nav_style5.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--color-1st);
    color: #fff
}

.nav_style5.owl-theme:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1
}

.nav_style5.owl-theme:hover .owl-nav .owl-next {
    opacity: 1;
    right: 20px
}

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

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #fff
}

.slick-prev {
    border-radius: 0 5px 5px 0;
    left: -50px;
    opacity: 0
}

.slick-next {
    border-radius: 5px 0 0 5px;
    opacity: 0;
    right: -50px
}

.slick-prev:before {
    content: ""
}

.slick-next:before,
.slick-prev:before {
    color: #333;
    display: block;
    font-family: Ionicons;
    font-size: 22px;
    opacity: 1
}

.slick-next:before {
    content: ""
}

.slick-next,
.slick-prev {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    height: 50px;
    transition: all .5s ease-in-out;
    width: 40px;
    z-index: 9
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--color-1st)
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #fff
}

.slick_slider:hover .slick-prev {
    left: 0;
    opacity: 1
}

.slick_slider:hover .slick-next {
    opacity: 1;
    right: -2px
}

.blog_post_footer {
    padding-bottom: 30px;
    padding-top: 15px
}

.modal {
    padding-right: 0 !important
}

.alert .close {
    font-weight: 400;
    margin-left: 10px
}

.alert_style1 {
    border: 0;
    border-left: 3px solid;
    border-radius: 0;
    padding: 20px;
    position: relative
}

.alert>i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle
}

.alert_style2 {
    background-color: #fff;
    border-bottom: 0;
    border-left: 3px solid;
    border-radius: 20px;
    border-right: 3px solid;
    border-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 20px
}

.subscribe_popup .modal-body {
    padding: 0
}

.subscribe_popup .modal-content {
    border: 0;
    border-radius: 0
}

.popup_content {
    padding: 50px;
    text-align: center
}

.subscribe_popup .close {
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 40px;
    z-index: 9
}

.subscribe_popup .close i {
    font-size: 40px
}

.modal {
    z-index: 99999
}

.dashboard_menu {
    box-shadow: 0 0 4px 0 #e9e9e9
}

.dashboard_menu .nav-tabs li.nav-item a {
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    color: #2b2f4c;
    padding: 12px 20px;
    text-align: left
}

.dashboard_menu .nav-tabs li.nav-item a.active {
    background-color: var(--color-1st);
    color: #fff
}

.dashboard_menu .nav-tabs li.nav-item a i {
    margin-right: 8px;
    vertical-align: middle
}

.dashboard_content {
    margin: 0
}

.dashboard_content .card-header {
    background-color: transparent;
    border-color: #f0f0f0
}

.dashboard_content .card-header * {
    margin: 0
}

.dashboard_content .card {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 4px 0 #e9e9e9
}

.dashboard_content .card-body p:last-child {
    margin: 0
}

.dashboard_content label {
    color: #333
}

.dashboard_content label .required {
    color: red
}

@media only screen and (min-width:1680px) {
    .custom-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:1250px) {
    .nav_style1.owl-theme .owl-nav .owl-next {
        right: -40px
    }

    .nav_style1.owl-theme .owl-nav .owl-prev {
        left: -40px
    }
}

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

    .nav_cat>ul>li>a,
    .nav_cat>ul>li>ul>li>a {
        font-size: 14px;
        padding: 5px 10px
    }

    .countdown_style4 .countdown_box .countdown-wrap {
        padding: 5px
    }

    .deal_wrap .countdown_time .cd_text {
        font-size: 12px
    }
}

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

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

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

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

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

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

    .section {
        padding: 80px 0
    }

    .footer_top.small_pt,
    .section.small_pt {
        padding-top: 40px
    }

    .footer_top.small_pb,
    .section.small_pb {
        padding-bottom: 40px
    }

    .pb_70,
    .section.pb_70 {
        padding-bottom: 50px
    }

    .footer_top.pb_20,
    .pb_20,
    .section.pb_20 {
        padding-bottom: 10px
    }

    .large_divider {
        height: 80px
    }

    .medium_divider {
        height: 40px
    }

    .small_divider {
        height: 20px
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 600px
    }

    .banner_section.shop_el_slider,
    .banner_section.shop_el_slider .carousel-item,
    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 400px
    }

    .banner_content h2 {
        font-size: 52px
    }

    .banner_content2 h2 {
        font-size: 60px
    }

    .header_wrap.transparent_header+.breadcrumb_section {
        padding-top: 150px
    }

    .header_wrap.transparent_header.header_with_topbar+.breadcrumb_section {
        padding-top: 200px
    }

    .breadcrumb_section {
        padding: 100px 0
    }

    .footer_top {
        padding: 80px 0 50px
    }

    .blog_meta li {
        margin-right: 10px
    }

    .blog_meta a {
        font-size: 14px
    }

    .blog_title {
        line-height: 26px
    }

    .compare_box table {
        width: 1050px
    }

    .tab-content.shop_info_tab {
        margin-top: 30px
    }

    .single_post .blog_title {
        font-size: 26px
    }

    .icon_box_style1 {
        padding: 0 20px
    }

    .product_search_form {
        max-width: 480px
    }

    #navCatContent {
        padding: 0
    }

    #navCatContent li a i {
        font-size: 20px;
        line-height: 28px
    }

    .more_categories {
        margin-top: 0;
        padding: 10px 15px
    }

    .nav_style1.owl-theme .owl-nav .owl-next {
        right: 0
    }

    .nav_style1.owl-theme .owl-nav .owl-prev {
        left: 0
    }

    .icon_box.icon_box_style3 {
        padding: 15px
    }

    .icon_box_style3 .icon {
        margin-right: 15px
    }

    .icon_box_style3 .icon i {
        font-size: 32px
    }

    .furniture_banner .single_bn_title1 {
        font-size: 70px
    }

    .shop_container.list .pr_desc {
        max-height: 56px;
        min-height: 56px
    }

    .add-to-cart .btn {
        padding: 10px 20px
    }

    .shop_banner2 {
        height: 185px
    }

    .deal_wrap .product_img {
        max-width: 200px
    }

    .deal_content {
        padding: 20px 20px 20px 0
    }

    #navCatContent ul li .dropdown-menu {
        min-width: 750px
    }

    .mfp-ajax-holder .compare_box {
        padding: 30px 20px;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .navbar-toggler {
        display: none
    }

    #navCatContent ul>li .dropdown-menu,
    .navbar .navbar-nav li>.dropdown-menu {
        display: block;
        margin-top: 20px;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    #navCatContent ul li.dropdown:hover .dropdown-menu,
    .navbar .navbar-nav li.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .cart_dropdown:hover>.dropdown-menu {
        display: block !important;
        margin-top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .cart_dropdown:hover>.dropdown-menu.cart_box {
        transform: scale(1) !important
    }

    .navbar .navbar-nav li:hover>.dropdown-menu .mega-menu ul li .dropdown-menu {
        margin-top: 10px
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0
    }

    .navbar .navbar-nav .dropdown-menu.dropdown-reverse .dropdown-menu {
        left: auto;
        margin-left: 0;
        right: 100%
    }

    .navbar .navbar-nav .dropdown-menu.dropdown-reverse li:hover>.dropdown-item:after {
        transform: rotate(90deg)
    }

    .dropdown-menu.dropdown-reverse {
        left: auto;
        right: 0
    }

    .dd_dark_skin .cart_list a,
    .dd_dark_skin .cart_quantity,
    .dd_dark_skin .cart_total,
    .dd_dark_skin .navbar .navbar-nav .dropdown-item {
        color: #333
    }

    .dd_dark_skin .item_remove {
        color: #333 !important
    }

    .dd_dark_skin .navbar-nav .dropdown-menu,
    .dd_dark_skin .navbar-nav .dropdown-menu .dropdown-menu,
    .dd_dark_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
        background-color: #fff;
        box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05)
    }

    .dd_dark_skin .cart_list li,
    .dd_dark_skin .mega-menu-col {
        border-color: #ddd
    }

    .header_banner_text {
        opacity: 0;
        transform: translateY(25%);
        transition: transform .2s ease, opacity .2s ease;
        transition-delay: .5s
    }

    .navbar .navbar-nav li:hover>.dropdown-menu .header_banner_text {
        opacity: 1;
        transform: translateY(0)
    }

    .banner_content_inner {
        padding: 30px
    }

    .nav_cat ul li .dropdown-menu {
        min-width: 700px
    }

    .pr_search_icon {
        display: none
    }
}

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

    .heading_s1,
    .heading_s4 {
        margin-bottom: 20px
    }

    .header_wrap nav.navbar {
        display: table;
        width: 100%
    }

    .header_wrap .navbar .navbar-nav.attr-nav {
        display: block;
        float: right
    }

    .header_wrap .navbar-collapse {
        left: 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 999
    }

    .navbar .navbar-collapse .navbar-nav {
        max-height: 80vh;
        overflow-y: auto
    }

    .header_wrap .navbar-collapse.mobile_side_menu {
        bottom: 0;
        display: block;
        height: auto !important;
        left: auto;
        position: fixed;
        right: -280px;
        top: 0;
        transition: all .3s ease-in-out;
        width: 270px
    }

    .header_wrap .navbar-collapse.mobile_side_menu.show {
        right: 0
    }

    .header_wrap .navbar-collapse.mobile_side_menu .navbar-nav {
        height: 100%;
        max-height: 100vh
    }

    .nav-fixed .navbar .navbar-nav>li>.nav-link,
    .navbar .navbar-nav>li>.nav-link {
        padding: 10px
    }

    .navbar .navbar-nav.attr-nav li {
        float: left
    }

    .navbar .navbar-nav.attr-nav li .nav-link {
        padding: 20px 10px
    }

    .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger {
        padding: 16px 8px
    }

    .cart_count,
    .wishlist_count {
        top: 0
    }

    .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]) {
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .light_skin .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]),
    .light_skin.transparent_header .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]) {
        background-color: #fff;
    }

    .dark_skin.header_wrap .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]) {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05)
    }

    .dark_skin:not([class*=bg_]):not([class*=bg-]) .navbar-nav .navbar-collapse .dropdown-menu,
    .light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu,
    .navbar-nav .navbar-collapse .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .light_skin .mega-menu {
        padding: 0
    }

    .dropdown-menu .dropdown-toggler:after {
        right: 0
    }

    .dropdown-toggle:after {
        float: right
    }

    .navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu,
    .navbar-nav>li>.dropdown-menu {
        padding-left: 10px;
        padding-right: 10px
    }

    .mega-menu-col {
        border-right: 0 !important;
        padding: 0
    }

    .dropdown-toggler:after {
        transform: rotate(0deg)
    }

    .header_wrap .navbar-collapse.mobile_side_menu .dropdown-toggle:after,
    .header_wrap .navbar-collapse.mobile_side_menu .dropdown-item.dropdown-toggler:after {
        display: none
    }

    .header_wrap .navbar-collapse.mobile_side_menu li.has-menu-children {
        position: relative
    }

    .header_wrap .navbar-collapse.mobile_side_menu li.has-menu-children>a {
        padding-right: 36px
    }

    .header_wrap .navbar-collapse.mobile_side_menu .menu-dropdown-toggle {
        background: transparent;
        border: 0;
        color: #333;
        cursor: pointer;
        display: block;
        height: 32px;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 32px;
        z-index: 2
    }

    .header_wrap .navbar-collapse.mobile_side_menu .menu-dropdown-toggle:hover {
        color: var(--color-1st)
    }

    .header_wrap .navbar-collapse.mobile_side_menu li.show>.menu-dropdown-toggle:after {
        transform: rotate(180deg)
    }

    .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger [class*=linearicons-] {
        display: inline-block;
        margin-top: 5px
    }

    .navbar .navbar-nav .dropdown-item {
        padding: 8px 10px
    }

    .nav_cat.collapse:not(.show) {
        display: block
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 600px;
        height: 500px
    }

    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 350px
    }

    .banner_content h2 {
        font-size: 44px
    }

    .banner_content2 h2 {
        font-size: 50px
    }

    .full_screen,
    .full_screen .carousel-item {
        min-height: 35rem
    }

    .header_wrap.transparent_header+.breadcrumb_section {
        padding-top: 100px
    }

    .breadcrumb_section {
        padding: 80px 0
    }

    .highlight_text {
        font-size: 18px
    }

    .single_bn_title {
        font-size: 22px
    }

    .single_bn_title1 {
        font-size: 18px
    }

    .page-title+span {
        font-size: 15px
    }

    #tabmenubar {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        display: block;
        height: auto !important;
        opacity: 0;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 100%;
        visibility: hidden;
        z-index: 999
    }

    #tabmenubar.show {
        margin-top: 0;
        opacity: 1;
        visibility: visible
    }

    #tabmenubar li a {
        text-align: left
    }

    .tab-style2 .nav-tabs li.nav-item a {
        padding: 5px 0
    }

    .icon_box_style1:before {
        content: normal
    }

    .newsletter_form button {
        font-size: 16px;
        padding: 12px 25px
    }

    .banner_content_inner {
        padding: 30px
    }

    .product_search_form {
        background-color: #fff;
        bottom: -146px;
        display: none;
        left: 0;
        max-width: 100%;
        padding: 15px;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 9
    }

    .product_search_form.show {
        display: block
    }

    .heading_tab_header .navbar-toggler {
        margin: 0
    }

    #navCatContent {
        bottom: 0;
        display: block;
        left: -280px;
        max-width: 270px;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transition: all .3s ease-in-out
    }

    #navCatContent.show {
        left: 0
    }

    #navCatContent ul li .dropdown-menu {
        box-shadow: none;
        left: 0;
        min-width: auto;
        position: relative;
        top: auto
    }

    #navCatContent .mega-menu {
        padding: 0
    }

    .follow_box {
        max-width: 350px;
        padding: 20px
    }

    .furniture_banner .single_bn_title1 {
        font-size: 64px
    }

    .countdown_box .countdown {
        font-size: 34px
    }

    .product-thumbnail img {
        max-width: 80px
    }

    .deal_wrap {
        display: block;
        padding: 20px
    }

    .deal_wrap .product_img {
        margin: 0 auto
    }

    .deal_content .product_info {
        text-align: center
    }

    .deal_content {
        padding: 10px 0 0
    }

    .newsletter_text:before {
        font-size: 50px
    }

    .newsletter_text {
        padding-left: 60px
    }

    .subscribe_popup .modal-dialog {
        max-width: 700px
    }

    .popup_content {
        padding: 30px
    }
}

@media only screen and (min-width:768px) {
    .blog_thumbs .blog_img {
        float: left;
        width: 40%
    }

    .blog_thumbs .blog_content {
        overflow: hidden;
        padding: 0 0 0 20px
    }
}

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

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

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

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

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

    .section {
        padding: 50px 0
    }

    .footer_top.small_pt,
    .section.small_pt {
        padding-top: 25px
    }

    .footer_top.small_pb,
    .section.small_pb {
        padding-bottom: 25px
    }

    .pb_70,
    .section.pb_70 {
        padding-bottom: 20px
    }

    .footer_top.pb_20,
    .pb_20,
    .section.pb_20 {
        padding-bottom: 0
    }

    .large_divider {
        height: 50px
    }

    .medium_divider {
        height: 25px
    }

    .small_divider {
        height: 10px
    }

    .banner_content h2 {
        font-size: 36px
    }

    .full_screen,
    .full_screen .carousel-item {
        min-height: 100%
    }

    .breadcrumb_section.page-title-mini {
        padding: 50px 0
    }

    .footer_top {
        padding: 50px 0 20px
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 500px;
        height: 400px
    }

    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 350px
    }

    .banner_content2 h2 {
        font-size: 40px
    }

    .error_txt {
        font-size: 130px
    }

    .shop_container.list .product_img {
        float: none;
        max-width: 100%;
        width: 100%
    }

    .compare_box table {
        width: 900px
    }

    .row_title {
        width: 200px
    }

    .shop_cart_table td {
        display: block;
        text-align: right;
        width: 100%
    }

    .shop_cart_table thead {
        display: none
    }

    .shop_cart_table td:before {
        content: attr(data-title) " ";
        float: left;
        font-weight: 700;
        margin-right: 15px;
        text-transform: capitalize
    }

    .shop_cart_table td.product-quantity:before {
        margin-top: 10px
    }

    .shop_cart_table td.product-name {
        text-align: right
    }

    .shop_cart_table td.product-thumbnail {
        text-align: center
    }

    .shop_cart_table .quantity {
        justify-content: flex-end
    }

    .blog_thumbs .blog_img {
        float: none;
        width: 100%
    }

    .single_post .blog_title {
        font-size: 24px
    }

    .author_img img {
        max-width: 80px
    }

    .nav-tabs li.nav-item a {
        font-size: 14px;
        padding: 5px 15px
    }

    .header_with_topbar.transparent_header+.banner_section .banner_slide_content {
        margin-top: 70px
    }

    footer .widget_title {
        margin-top: 0
    }

    .tab-content {
        margin-top: 20px
    }

    .banner_content_inner {
        padding: 0
    }

    .bottom_footer {
        padding: 15px 0
    }

    .nav_style4.owl-theme .owl-nav [class*=owl-] {
        top: -70px
    }

    .cat_overlap {
        margin-top: -40px
    }

    .furniture_banner .single_bn_title1 {
        font-size: 52px
    }

    .furniture_banner .countdown_time .countdown_box {
        padding: 0 5px
    }

    .furniture_banner .countdown_style3 {
        margin-left: -5px;
        margin-right: -5px
    }

    .testimonial_wrap {
        padding: 0
    }

    .testimonial_style1 .testimonial_desc {
        margin-bottom: 20px
    }

    .page-title {
        margin-bottom: 15px
    }

    .blog_thumbs .blog_content {
        padding: 15px 0 0
    }

    .shop_container.list .product_info {
        padding: 15px
    }

    .mfp-ajax-holder .mfp-content .ajax_quick_view {
        max-width: 600px
    }

    .deal_wrap {
        padding: 15px
    }

    .countdown_style4 .countdown_box .countdown-wrap {
        padding: 5px
    }

    .deal_wrap .countdown_time .cd_text {
        font-size: 12px
    }

    .newsletter_text {
        margin-bottom: 15px
    }

    .subscribe_popup .modal-dialog {
        max-width: 95%
    }

    .popup-text p {
        font-size: 14px;
        line-height: normal
    }

    .popup-text .heading_s1,
    .popup-text p {
        margin-bottom: 15px
    }

    .popup_content {
        padding: 25px
    }
}

@media only screen and (max-width:575px) {
    .header_wrap .navbar-collapse {
        left: -15px;
        right: -15px
    }

    .btn {
        font-size: 14px;
        padding: 10px 28px
    }

    .btn+.btn {
        margin-left: 5px
    }

    .btn-sm {
        padding: 6px 18px
    }

    .btn-xs {
        font-size: 12px;
        padding: 2px 14px
    }

    p {
        margin-bottom: 15px
    }

    .pb_70,
    .section.pb_70 {
        padding-bottom: 15px
    }

    .section {
        padding: 30px 0
    }

    .footer_top.small_pt,
    .section.small_pt {
        padding-top: 15px
    }

    .footer_top.small_pb,
    .section.small_pb {
        padding-bottom: 15px
    }

    .large_divider {
        height: 30px
    }

    .medium_divider {
        height: 15px
    }

    .small_divider {
        height: 5px
    }

    .breadcrumb_section {
        padding: 50px 0
    }

    .breadcrumb_section.page-title-mini {
        padding: 30px 0
    }

    .footer_top {
        padding: 30px 0 15px
    }

    .heading_s1 {
        margin-bottom: 15px
    }

    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 250px
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 350px
    }

    .banner_content h2 {
        font-size: 28px
    }

    .banner_content2 h2 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .banner_content2 p {
        margin-bottom: 15px
    }

    .banner_content3 h2 {
        font-size: 30px
    }

    .leads {
        margin-bottom: 20px
    }

    .blog_post,
    .contact_style3,
    .heading_tab_header,
    .icon_box,
    .product_list .product,
    .product_list .product_wrap {
        margin-bottom: 15px
    }

    .pr_title {
        padding: 20px 15px
    }

    footer .widget_title {
        margin-bottom: 20px;
        margin-top: 0
    }

    footer .widget {
        margin-bottom: 20px
    }

    .error_txt {
        font-size: 100px;
        margin-bottom: 10px
    }

    .sidebar .widget+.widget {
        margin-top: 20px;
        padding-top: 20px
    }

    .widget_title {
        margin-bottom: 20px
    }

    .tab-content.shop_info_tab {
        margin-top: 20px
    }

    .blog_thumbs .blog_post {
        padding-bottom: 15px
    }

    .blog_post_footer {
        padding-bottom: 20px;
        padding-top: 5px
    }

    .content_title * {
        margin-bottom: 20px
    }

    .testimonial_wrap {
        padding: 0
    }

    .testimonial_wrap .testimonial_box:before {
        font-size: 40px;
        line-height: normal
    }

    .categories_btn {
        width: auto
    }

    .categories_btn span {
        display: none
    }

    .categories_btn i {
        margin-right: 0
    }

    .indicators_style1 {
        margin-bottom: 5px
    }

    .indicators_style1 li {
        height: 7px;
        margin: 6px;
        width: 7px
    }

    .indicators_style2 li {
        height: 6px;
        width: 6px
    }

    .nav_style3.owl-theme .owl-nav [class*=owl-] {
        top: -66px
    }

    .follow_box {
        max-width: 310px;
        padding: 15px
    }

    .follow_box i {
        font-size: 70px
    }

    .cat_overlap {
        padding: 20px
    }

    .furniture_banner .single_bn_title1 {
        font-size: 44px
    }

    .custom_select select,
    .form-control,
    .form-control:focus {
        height: 44px
    }

    .product_header {
        display: block
    }

    .product_header_right {
        justify-content: space-between;
        margin-top: 15px
    }

    .newsletter_form2 input,
    .newsletter_form2 input:focus {
        height: 52px
    }

    .subscribe_popup .modal-dialog {
        max-width: 100%
    }

    .newsletter_form button {
        padding: 9px 25px
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: 14px
    }

    p {
        line-height: 24px
    }

    .heading_s1 h1,
    .heading_s1 h2,
    .heading_s1 h3,
    .heading_s1 h4,
    .heading_s1 h5,
    .heading_s1 h6 {
        line-height: 30px
    }

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

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

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

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

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

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

    p {
        margin-bottom: 15px
    }

    .navbar .attr-nav li .nav-link i[class*=linearicons-],
    .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger [class*=linearicons-] {
        font-size: 18px
    }

    .banner_content p {
        margin-bottom: 25px
    }

    .banner_content2 h2 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .carousel-control-next,
    .carousel-control-prev {
        font-size: 16px;
        height: 38px;
        width: 38px
    }

    .carousel-control-prev {
        left: 0
    }

    .carousel-control-next {
        right: 0
    }

    .carousel_style2 .carousel-control-next {
        right: 10px
    }

    .carousel_style2 .carousel-control-prev {
        left: 10px
    }

    .heading_s1 footer .widget_title,
    .leads {
        margin-bottom: 15px
    }

    .highlight_text {
        font-size: 16px
    }

    .product,
    .product_wrap {
        margin-bottom: 15px
    }

    .blog_title {
        margin-bottom: 10px
    }

    .newsletter_form input,
    .newsletter_form input:focus {
        padding: 10px 140px 10px 20px
    }

    .newsletter_form input.form-control-sm {
        padding: 10px 130px 10px 18px
    }

    .contact_icon {
        margin-right: 15px
    }

    .contact_style3 {
        padding: 30px 20px
    }

    .contact_style3 .contact_icon {
        height: 70px;
        width: 70px
    }

    .contact_style3 .contact_icon i {
        line-height: 68px
    }

    .contact_icon i {
        font-size: 30px
    }

    .divider i {
        font-size: 26px;
        padding: 0 25px
    }

    .page-title-mini .page-title h1 {
        font-size: 24px
    }

    .countdown_box .countdown {
        font-size: 30px
    }

    .cart_extra {
        display: block
    }

    .pr_detail .rating_wrap {
        float: none;
        margin-bottom: 10px;
        margin-top: 0
    }

    .pr_detail .product_price {
        float: none
    }

    .mfp-ajax-holder .ajax_quick_view {
        padding: 30px 20px
    }

    .ajax_quick_view .social_icons li a {
        height: 30px;
        line-height: 30px;
        width: 30px
    }

    .ajax_quick_view .product_share>span {
        margin-right: 10px
    }

    .shop_container.list .product .rating_wrap,
    .shop_container.list .product_price {
        float: none
    }

    .shop_container.list .product .rating_wrap {
        margin-bottom: 5px
    }

    .shop_container.list .product .product_title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .compare_box {
        padding: 30px 10px 10px;
        width: 95%
    }

    .single_post .blog_title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .children {
        margin-left: 20px
    }

    .single_bn_title {
        font-size: 20px
    }

    .product_search_form select {
        overflow: hidden;
        padding: 8px 25px 8px 5px;
        width: 120px
    }

    .search_btn {
        font-size: 18px;
        padding: 0 10px
    }

    .deal_timer:before {
        font-size: 14px
    }

    .deal_timer {
        padding-left: 8px
    }

    .deal_timer .countdown_box .countdown,
    .deal_timer .countdown_style1 .countdown_box:before {
        font-size: 18px
    }

    .follow_box {
        max-width: 250px
    }

    .follow_box i {
        font-size: 60px
    }

    .bg_strip {
        font-size: 14px;
        height: 34px
    }

    .bg_strip:after,
    .bg_strip:before {
        border-width: 17px
    }

    .categories_box a {
        padding: 25px 15px
    }

    .furniture_banner .single_bn_title1 {
        font-size: 34px
    }

    .countdown_style3 .cd_text {
        font-size: 12px
    }

    .countdown_style3 .countdown-wrap {
        padding: 10px
    }

    .shop_container.list .pr_desc {
        max-height: 50px;
        min-height: 50px
    }

    .shop_container.list .pr_action_btn li.add-to-cart a {
        padding: 12px 20px
    }

    .tab-style3 .nav-tabs {
        display: block
    }

    .shop_container .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .mfp-ajax-holder .mfp-content .ajax_quick_view {
        padding: 30px 15px 15px
    }

    .cart_trigger .amount {
        display: none
    }

    .popup_content {
        padding: 40px 20px
    }

    .popup-text .heading_s1 {
        margin-bottom: 10px
    }

    .popup-text .heading_s1 * {
        line-height: normal
    }
}

@media only screen and (max-width:380px) {
    .btn {
        padding: 8px 24px
    }

    .btn-sm {
        padding: 4px 16px
    }

    .btn-xs {
        font-size: 12px;
        padding: 2px 14px
    }

    .navbar-brand img {
        max-width: 140px
    }

    .banner_content h2 {
        margin-bottom: 15px
    }

    .banner_content p {
        margin-bottom: 20px
    }

    .newsletter_form input,
    .newsletter_form input:focus {
        height: 44px
    }

    .newsletter_form button {
        font-size: 14px;
        padding: 10px 15px
    }

    .header_wrap.transparent_header.header_with_topbar+.breadcrumb_section {
        padding-top: 220px
    }

    .custom_select select,
    .form-control,
    .form-control:focus {
        height: 40px
    }

    .form-control {
        font-size: 14px
    }

    .error_txt {
        font-size: 80px
    }

    .countdown_box .countdown {
        font-size: 26px
    }

    .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
        font-size: 14px;
        padding: 10px 17px
    }

    .shop_container.list .list_product_action_box .pr_action_btn li a {
        height: 27px;
        width: 27px
    }

    .shop_container.list .pr_action_btn li a i {
        font-size: 16px;
        line-height: 27px
    }

    .contact_detail>li,
    .header_list>li {
        padding: 2px 10px 2px 0
    }

    .navbar-nav .dropdown-menu.cart_box.show {
        right: -50px;
        width: 310px
    }

    .post_content {
        margin-top: 0
    }

    .contact_phone i {
        font-size: 20px;
        margin-right: 5px
    }

    .categories_btn {
        padding: 20px 10px
    }

    .product_search_form.rounded_input input {
        padding: 10px 15px
    }

    .newsletter_form2 input,
    .newsletter_form2 input:focus {
        height: 48px
    }
}

.footer_dark .widget p {
    color: var(--footer-text-color, #fff)
}

.auth-card .text-decoration-underline.ms-1 {
    margin-inline-start: 5px
}

.middle_footer .shopping_info {
    border-bottom: none
}

.footer_payment img {
    max-height: 32px
}

.button-loading {
    border: 1px solid #c4cdd5;
    color: transparent !important;
    cursor: default;
    position: relative;
    text-shadow: none;
    transition: border-color .2s ease-out
}

.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
    color: transparent
}

.button-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border: 3px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.button-loading.btn-fill-out {
    border: 1px solid var(--color-1st);
    color: transparent !important
}

.button-loading.btn-fill-out:before {
    background-color: transparent;
    border-color: var(--color-1st);
    border-bottom-color: transparent;
    width: 18px
}

.button-loading.btn-fill-out:after {
    display: none
}

.required:after {
    color: red;
    content: " *"
}

.newsletter-form .newsletter-message {
    border-left: 5px solid #eee;
    border-radius: 0;
    display: none;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    width: 100%
}

.newsletter-form .newsletter-message.newsletter-success-message {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000
}

.newsletter-form .newsletter-message.newsletter-error-message {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

header #navCatContent ul li .dropdown-menu {
    min-width: 0 !important;
    border-top: 2px solid #fc0101;
}

.text.shadow.borderRadius {
    display: none !important
}

.rating_wrap .rating {
    font-family: Ionicons;
    vertical-align: top
}

.rating_wrap .rating:before {
    color: #d2d2d2;
    content: "";
    font-size: 16px
}

.product .rating_wrap .rating {
    height: 28px
}

.product_rate:before {
    content: "";
    font-size: 16px;
    font-weight: 400
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box
}

.half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px
}

.half-circle-spinner .circle {
    border: 6px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.half-circle-spinner .circle.circle-1 {
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--color-1st)
}

.half-circle-spinner .circle.circle-2 {
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--color-1st)
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#navCatContent li a.nav-link {
    padding: .485rem 1rem
}

.product_list .product_wrap .pr_action_btn li {
    margin: 5px 0
}

.pr_action_btn li a.active {
    background-color: var(--color-1st);
    color: #fff
}

.breadcrumb_section.page-title-mini {
    padding: 30px 0
}

.section {
    padding: 50px 0
}

.section .pagination {
    justify-content: center !important
}

.section .newsletter-form .newsletter-message {
    font-size: 85%;
    margin-top: 10px;
    padding: 0
}

.section .newsletter-form .newsletter-message.newsletter-error-message {
    background: transparent;
    border: none;
    color: #f3cc31
}

.section .newsletter-form .newsletter-message.newsletter-success-message {
    background: transparent;
    border: none;
    color: #58d0da
}

.section .label-success {
    color: #36c6d3
}

.section .label-info {
    color: #659be0
}

.section .label-warning {
    color: #f1c40f
}

.section .label-danger {
    color: #ed6b75
}

.star_rating>span {
    color: #444
}

.star_rating>span.selected {
    color: #f6bc3e
}

.product-review-container .form-rating-stars>label,
.product-review-container .form-rating-stars>label svg {
    color: #999;
    fill: currentColor;
    stroke: currentColor;
}

.product-review-container .form-rating-stars:not(:checked)>label:hover,
.product-review-container .form-rating-stars:not(:checked)>label:hover~label,
.product-review-container .form-rating-stars>input:checked+label,
.product-review-container .form-rating-stars>input:checked+label svg,
.product-review-container .form-rating-stars>input:checked~label,
.product-review-container .form-rating-stars>input:checked~label svg,
.product-review-container .form-rating-stars>input:checked+label:hover,
.product-review-container .form-rating-stars>input:checked+label:hover svg,
.product-review-container .form-rating-stars>input:checked~label:hover,
.product-review-container .form-rating-stars>input:checked~label:hover svg,
.product-review-container .form-rating-stars>input:checked~label:hover~label,
.product-review-container .form-rating-stars>input:checked~label:hover~label svg,
.product-review-container .form-rating-stars>label:hover~input:checked~label,
.product-review-container .form-rating-stars>label:hover~input:checked~label svg {
    color: #fab528;
    fill: currentColor;
    stroke: currentColor;
}

.section.product-blocks .product_action_box {
    display: none
}

/* .cart_buttons .btn-fill-line {
    color: #fff !important;
} */


.product__attribute {
    align-items: center;
    display: flex;
    flex-flow: row nowrap
}

.product__attribute>* {
    flex-basis: 100%
}

.product__attribute label {
    margin-bottom: 0;
    max-width: 60px
}

.product__attribute .form-control {
    border: none
}

.product__color {
    padding-bottom: 10px
}

.product__color ol,
.product__color ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product__color .color-swatch li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top
}

.product__color .color-swatch li:last-child {
    margin-right: 0
}

.product__color .color-swatch li span {
    margin-bottom: 0
}

.widget__title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.attribute-values ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget--colors .color-swatch li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    vertical-align: top
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-radio input[type=checkbox],
.custom-radio input[type=radio] {
    display: none
}

.custom-checkbox label,
.custom-radio label {
    display: block
}

.custom-checkbox span,
.custom-radio span {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 25px;
    position: relative;
    width: 25px
}

.custom-checkbox input[type=checkbox]:checked~span:before,
.custom-checkbox input[type=radio]:checked~span:before,
.custom-radio input[type=checkbox]:checked~span:before,
.custom-radio input[type=radio]:checked~span:before {
    border: 2px solid var(--color-1st);
    border-radius: 50%;
    bottom: -4px;
    content: "";
    display: block;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
    position: relative
}

.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
    background-color: var(--color-2nd);
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transition: all .4s ease;
    width: 1px;
    z-index: 20
}

.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.custom-checkbox.disabled span,
.custom-radio.disabled span {
    opacity: .9
}

.custom-checkbox.disabled input[type=checkbox]:checked~span:before,
.custom-checkbox.disabled input[type=radio]:checked~span:before,
.custom-radio.disabled input[type=checkbox]:checked~span:before,
.custom-radio.disabled input[type=radio]:checked~span:before {
    display: none
}

.widget-filter-item {
    border-top: 1px solid #ccc;
    padding: 20px 0
}

body.show-admin-bar {
    position: inherit !important
}

body .scrollup {
    bottom: 85px
}

body .choose-currency>span {
    color: #292b2c
}

body .choose-currency .active {
    color: var(--color-1st);
    font-weight: 700
}

body .product_color_switch span {
    cursor: default
}

body .product_color_switch span.active:before {
    display: none
}

#alert-container {
    position: fixed;
    right: 5px;
    top: 60px;
    z-index: 9999999
}

#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px !important;
    min-height: 45px !important;
    padding: 15px 40px 15px 60px;
    position: relative
}

#alert-container .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77
}

#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 20px;
    left: 5%;
    position: absolute;
    top: 20%
}

#alert-container .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.header_wrap .bottom_header_sticky {
    animation: fadeIn .5s;
    display: none;
    opacity: 0
}

.bottom_header_sticky.nav-fixed {
    display: block !important;
    opacity: 1
}

.show-admin-bar #alert-container {
    top: 140px
}

.show-admin-bar .bottom_header_sticky.nav-fixed {
    top: 40px
}

.bottom_header .navbar-brand img,
.dark_skin .logo_dark {
    max-height: 50px
}

.bottom_header.bg_dark {
    background-color: var(--header-menu-text-color) !important;
    border: 1px solid #eee;
}

.bottom_header.light_skin .navbar-nav a,
.bottom_header.light_skin .navbar-toggler,
.bottom_header.light_skin a.pr_search_trigger {
    color: var(--header-menu-background-color);
}

.bottom_header.light_skin .categories_btn,
.bottom_header.light_skin .categories_btn span
{
    color:var(--header-menu-text-color);
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    display: block !important;
    line-height: 44px
}

@media only screen and (min-width:992px) {
    .bottom_header_sticky .row {
        align-items: center;
    }

    .bottom_header_sticky .navbar-brand {
        align-items: center;
        display: inline-flex !important;
        min-height: 100%;
    }

    .bottom_header_sticky .navbar {
        position: relative;
    }

    .bottom_header_sticky .navbar-collapse.mobile_side_menu {
        display: flex !important;
        flex: 0 1 auto;
        justify-content: center;
        margin: 0 100px;
        position: static;
        width: auto;
    }

    .bottom_header_sticky .navbar-collapse.mobile_side_menu .navbar-nav {
        justify-content: center;
    }

    .bottom_header_sticky .navbar .navbar-nav.attr-nav {
        align-items: center;
        display: flex;
        float: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

#navCatContent li a.nav-link {
    white-space: normal
}

@media only screen and (min-width:1280px) {
    .container {
        max-width: 95%;
    }
}

.order-tracking-wrapper p {
    margin-bottom: 10px
}

.tracking-form {
    background-color: #f7f7f7;
    margin: 15px auto 50px;
    max-width: 500px;
    padding: 30px
}

.customer-information-box {
    text-align: right
}

@media only screen and (max-width:967px) {
    .customer-information-box {
        text-align: left
    }
}

.comments .pagination li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.pagination li a {
    cursor: pointer
}

.pagination li span {
    border: 2px solid var(--color-1st);
    height: 40px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    width: 40px;
    z-index: 1
}

.deal_wrap .countdown_time .cd_text {
    font-size: 10px
}

.cart_total.sub_total:first-child {
    padding-top: 10px
}

.cart_total.sub_total {
    font-size: .85rem;
    font-weight: 400;
    padding: 0 15px;
    color:#000 !important;
}

.cart_total.sub_total strong {
    font-weight: 400
}

.avatar-view.mt-card-avatar {
    margin: 0 auto;
    width: 150px
}

.deal_content {
    padding: 30px 30px 30px 15px
}

.product__color .color-swatch li span {
    white-space: nowrap
}

.widget_categories li.active a {
    color: var(--color-1st)
}

.filter_price {
    max-width: calc(100% - 20px)
}

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

    .custom_select select,
    .form-control,
    .form-control:focus {
        height: 50px
    }
}

@media only screen and (max-width:767px) {
    .nav-fixed .middle-header {
        display: block !important;
        padding: 0
    }

    .nav-fixed .middle-header .contact_phone,
    .nav-fixed .middle-header .navbar-brand {
        display: none
    }

    .dark_skin .logo_dark {
        max-height: 50px;
        max-width: 140px
    }

    .contact_phone i {
        font-size: 20px
    }
}

.pagination_style1 {
    text-align: center;
    width: 100%
}

.section .pagination {
    display: inline-block;
    padding: 0 15px
}

.section .pagination li {
    display: inline-block;
    margin-bottom: 10px
}

.light_skin .navbar-nav .dropdown-menu .dropdown-menu,
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
    background-color: #303537
}

.cart_buttons a {
    margin-top: 10px
}

.product__attribute .attribute-swatch-item.pe-none {
    cursor: not-allowed !important
}

.product__attribute .attribute-swatch-item.pe-none>div {
    pointer-events: none !important
}

.add_compare.js-add-to-compare-button.button-loading,
.add_wishlist.button-loading {
    border: none;
    color: var(--color-1st) !important
}

.pr_action_btn li a.button-loading {
    color: var(--color-1st) !important
}

.language-wrapper .dropdown {
    height: 100%
}

.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu {
    display: block
}

.language-wrapper .dropdown .btn {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: inherit;
    height: 100%;
    margin-bottom: 0;
    outline: none !important;
    padding: 7px 15px;
    transition: all .4s ease
}

.language-wrapper .dropdown .dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 14px;
    line-height: 58px;
    list-style: none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 160px;
    z-index: 1000
}

.language-wrapper .dropdown .dropdown-menu li .flag {
    margin: 0 10px
}

.language-wrapper .dropdown .dropdown-menu li span {
    color: #222
}

.language-wrapper .dropdown .dropdown-menu li.active a span {
    color: #fff
}

.language-wrapper .dropdown .language_bar_chooser {
    display: block;
    float: right;
    line-height: 58px;
    text-align: center;
    width: 160px
}

.language-wrapper .dropdown .language_bar_chooser li {
    display: inline-block;
    float: left;
    margin-left: 5px
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu {
    border-radius: 0 !important;
    display: none
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li {
    display: block;
    margin: 0;
    width: 100%
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li:hover {
    background: #ddd
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 0 !important;
    text-align: left;
    width: 100%
}

.language-wrapper .language_bar_list li {
    display: inline-block;
    margin-left: 5px;
    min-width: 90px
}

.language-wrapper .language_bar_list li a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.language-wrapper .language_bar_list li a .flag {
    margin-right: 10px;
    width: 20px
}

.language-wrapper .language_bar_list li a span {
    color: #222
}

body[dir=rtl] .language-wrapper .language_bar_list li a .flag {
    margin-left: 10px;
    margin-right: 0
}

body[dir=rtl] .language-wrapper .language_bar_chooser.dropdown-menu li a {
    text-align: right
}

.language-wrapper .language_bar_list li a img {
    margin-right: 5px
}

.language-wrapper .dropdown-toggle:after {
    display: none
}

.language-wrapper .dropdown .btn img {
    height: 16px;
    margin-right: 6px;
    margin-top: 1px;
    width: 16px
}

.language-wrapper .dropdown .btn-select-language {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    padding: 0 15px 0 0;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap
}

.language-wrapper .dropdown .dropdown-menu.language_bar_chooser {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: none;
    font-size: 12px;
    line-height: 1;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: 0;
    text-align: left;
    z-index: 1000
}

.language-wrapper .dropdown .dropdown-menu li img {
    margin: 0 10px
}

.language-wrapper .dropdown .dropdown-menu li a {
    padding: 10px 0
}

.language-wrapper .dropdown button .language-caret:before {
    color: #878787;
    content: "";
    font-family: ionicons;
    position: absolute;
    right: 0;
    top: 3px
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser {
    min-width: 0;
    width: auto
}

/* .language-wrapper.choose-currency .dropdown .btn-select-language {
    gap: 6px
} */

.language-wrapper.choose-currency .dropdown .btn-select-language img {
    display: block;
    flex: 0 0 18px;
    height: 12px;
    margin: 0;
    min-width: 18px;
    object-fit: cover;
    width: 18px
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser li a {
    align-items: center;
    display: flex;
    padding: 10px 0;
    text-align: left
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser li a span {
    align-items: center;
    display: inline-flex;
    gap: 6px
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser li a img {
    display: block;
    flex: 0 0 18px;
    height: 12px;
    margin: 0;
    min-width: 18px;
    object-fit: cover;
    width: 18px
}

.pagination .page-item a {
    min-width: 40px;
    padding: 0 10px;
    width: auto
}

.ps-list--categories {
    list-style: none;
    padding-bottom: 10px
}

.ps-list--categories li {
    padding: 6px 20px 6px 0;
    position: relative
}

.ps-list--categories li a {
    display: block;
    line-height: 22px
}

.ps-list--categories li a:before {
    content: "";
    font-family: Ionicons;
    height: auto;
    line-height: normal;
    margin-right: 10px
}

.ps-list--categories li .sub-toggle {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px
}

.ps-list--categories li .sub-toggle i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ps-list--categories li .sub-menu {
    background-color: transparent;
    border: none;
    display: none;
    list-style: none;
    opacity: 1;
    padding-left: 20px !important;
    position: relative;
    transition: all 0s ease;
    visibility: visible;
    z-index: unset
}

.ps-list--categories li .sub-menu li a {
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: 14px;
    padding: 0
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
    display: inline-block
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0);
    visibility: visible
}

.ps-list--categories li.current-menu-item>a {
    color: var(--color-1st)
}

.ps-list--categories .sub-toggle:after {
    transform: translateX(-50%) rotate(90deg)
}

.ps-list--categories .sub-toggle:after,
.ps-list--categories .sub-toggle:before {
    background-color: #292b2c;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 12px
}

.ps-list--categories .sub-toggle:before {
    transform: translateX(-50%)
}

.ps-list--categories .sub-toggle.active:after {
    display: none
}

#navCatContent li a img {
    margin-right: 10px;
    margin-top: 1px;
    vertical-align: top
}

.faqs-list h4 {
    margin-top: 30px
}

.faqs-list h4:first-child {
    margin-top: 0
}

.faqs-list .card {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    margin-bottom: 10px
}

.faqs-list .card .card-header {
    background: #fff;
    border-radius: 0;
    padding: 1rem
}

.faqs-list .card .card-header h2 button {
    background: #fff;
    border: none;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    position: relative;
    text-decoration: none !important;
    text-transform: none;
    width: 100%
}

.faqs-list .card .card-header h2 button:before {
    display: none
}

.faqs-list .card .card-header h2 button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    border: 1px solid #ced4da;
    border-radius: 50%;
    color: #ced4da;
    content: "";
    height: 40px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -7px;
    transform: scale(.7) !important;
    transition: transform .2s ease-in-out;
    width: 40px
}

.faqs-list .card .card-header h2 button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.ps-custom-scrollbar {
    max-height: 250px
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: hsla(0, 0%, 80%, .9)
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 0 !important;
    opacity: 1 !important;
    width: 6px
}

.single_post .blog_content ul {
    margin: 10px 0;
    padding-left: 20px
}

.shop_info_tab ul {
    padding-left: 15px
}

.mobile-menu-item {
    display: none;
    padding: 10px
}

.mobile-menu-item.mobile-menu-item-first-item .language-wrapper {
    border-top: 1px dashed #eaeaea;
    padding-top: 25px
}

.mobile-menu-item .language-wrapper .dropdown .btn-select-language {
    color: #000 !important;
    display: inline-block;
    text-align: left;
    width: 100%
}

.mobile-menu-item .language-wrapper .dropdown .btn-select-language .language-caret:before {
    color: #000
}

.mobile-menu-item .language-wrapper .dropdown .dropdown-menu.language_bar_chooser {
    width: 100%
}

.mobile-menu-item .language-wrapper .dropdown .dropdown-menu.language_bar_chooser li a {
    padding: 10px 0 10px 10px;
    text-align: left
}

.mobile-menu-item .mr-4 {
    margin-right: 0 !important
}

@media only screen and (max-width:991px) {
    .mobile-menu-item {
        display: block
    }
}

.banner_section.shop_banner_slider .carousel-item {
    background-position: 50%;
    background-size: cover
}

.cart_dropdown .cart_list li small {
    color: #fff
}

.ck-content .nav {
    list-style: none
}

.icon-tiktok {
    background-size: 100%;
    background: url(../images/icon-tiktok.svg) no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px
}

.indicators_style1 li,
.indicators_style2 li {
    list-style: none !important
}

.search_btn {
    background: var(--header-menu-background-color);
    color: var(--header-menu-text-color);
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    transition: 0.3s ease-in;
}

.search_btn:hover{
    background: var(--color-1st);
    color: var(--header-menu-text-color);
}

.search_btn span{
    font-family: var(--primary-font), sans-serif !important;
    font-size: 17px;
}

.search_btn.loading {
    background-color: transparent !important
}

.search_btn.loading i {
    display: none
}

.middle-header .header-middle-content {
    gap: 28px;
}

.middle-header .header-search-form {
    flex: 1 1 auto;
    margin: 0 auto;
    max-width: 860px;
}

.middle-header .header-search-form form {
    position: relative;
}

.middle-header .header-search-group {
    align-items: stretch;
    background: #fff;
    border: 1px solid #d8dde6;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    min-height: 56px;
    overflow: hidden;
}

.middle-header .header-search-category {
    flex: 0 0 210px;
    max-width: 210px;
}

.middle-header .header-search-select {
    height: 100%;
    min-width: 210px;
    position: relative;
}

.middle-header .header-search-select:after {
    background: #e5e7eb;
    content: "";
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.middle-header .header-search-select select {
    border: 0;
    color: #4b5563;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    max-width: none;
    min-width: 100%;
    padding: 0 58px 0 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.middle-header .header-search-select:before {
    right: 28px;
    z-index: 2;
}

.middle-header .header-search-input {
    border: 0 !important;
    box-shadow: none !important;
    color: #111827;
    font-size: 16px;
    height: 56px;
    padding: 0 170px 0 22px !important;
}

.middle-header .header-search-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.middle-header .header-search-btn {
    background: #2f3944;
    border: 0;
    border-radius: 0;
    bottom: 5px;
    color: #fff;
    gap: 8px;
    margin: 0;
    min-width: 132px;
    padding: 0 22px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
}

.middle-header .header-search-btn:hover {
    background: var(--color-1st);
    color: #fff;
}

.middle-header .header-search-btn i {
    font-size: 15px;
}

.middle-header .header-search-btn span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.middle-header .header-contact-panel {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    margin-left: 0;
    white-space: nowrap;
}

.middle-header .header-contact-panel i {
    color: var(--color-1st);
    font-size: 32px;
    margin-right: 0;
}

.middle-header .header-contact-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.middle-header .header-contact-copy small {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.middle-header .header-contact-copy span {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .middle-header .header-middle-content {
        gap: 20px;
    }

    .middle-header .header-search-form {
        max-width: 700px;
    }

    .middle-header .header-search-category {
        flex-basis: 190px;
        max-width: 190px;
    }
}

@media only screen and (max-width: 991px) {
    .middle-header .header-middle-content {
        gap: 14px;
    }

    .middle-header .header-search-form {
        max-width: 100%;
        order: 3;
    }

    .middle-header .header-contact-panel {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .middle-header .header-search-group {
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
        min-height: 52px;
    }

    .middle-header .header-search-category {
        flex-basis: 165px;
        max-width: 165px;
    }

    .middle-header .header-search-select select {
        font-size: 14px;
        padding-left: 14px;
        padding-right: 42px;
    }

    .middle-header .header-search-input {
        font-size: 14px;
        height: 52px;
        padding-left: 16px !important;
        padding-right: 126px !important;
    }

    .middle-header .header-search-btn {
        min-width: 108px;
        padding: 0 16px;
    }

    .middle-header .header-search-btn span {
        font-size: 13px;
    }
}

.panel--search-result {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999
}

.panel--search-result.active {
    border: 1px solid #ced4da;
    border-top: 0
}

.panel--search-result .panel__content {
    max-height: 400px;
    overflow-y: auto
}

.panel--search-result .panel__footer {
    background: #fff;
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
    text-align: center
}

.panel--search-result .panel__footer a {
    color: var(--color-1st)
}

.product .product_img .product_action_box {
    right: 0
}

.newsletter_form2 iframe {
    margin-top: 20px
}

.footer_payment li {
    margin-right: 10px
}

.footer_payment li:last-child {
    margin-right: 0
}

.banner_section.full_screen .banner_slide_content {
    bottom: 10%;
    top: unset;
    transform: unset
}

.show-admin-bar .header_wrap.transparent_header {
    top: 40px
}

.nav_style1.owl-theme .owl-nav .owl-prev {
    left: -25px
}

.nav_style1.owl-theme .owl-nav .owl-next {
    right: -25px
}

@media only screen and (max-width:991px) {
    .language-wrapper .language_bar_list li a span {
        color: #fff
    }
}

.mfp-ajax-holder .mfp-content .ajax_quick_view {
    margin-top: 30px
}

.mfp-close-btn-in .mfp-close {
    right: 10px;
    top: 15px
}

.auth-card form {
    padding-top: 0 !important
}

.auth-card form svg {
    height: 24px;
    margin-bottom: 0;
    width: 24px
}

.auth-card form .auth-input-icon {
    top: 6px
}

.auth-card form .ps-5 {
    padding-left: 40px !important
}

.auth-card form .mb-3 {
    margin-bottom: 15px !important
}

.auth-card form .form-check .form-check-input {
    margin-top: 3px;
    vertical-align: top
}

.widget-filter-item:first-child {
    border: none
}

.product_img_box {
    height: 470px;
    text-align: center
}

.product_img_box img {
    max-height: 100%
}

@media(max-width:768px) {
    .product_img_box {
        height: 360px
    }
}

.dashboard_menu .nav-tabs li.nav-item a svg {
    stroke-width: 1;
    margin-right: 8px;
    vertical-align: middle
}

.dashboard_menu .nav-tabs li.nav-item a .icon {
    margin-bottom: 0
}

.widget-filter-item .attribute-values {
    padding-right: 12px
}

body .toastify {
    width: 350px
}

body .toastify .toastify-icon {
    height: 20px;
    margin-inline-end: 10px;
    width: 20px
}

.product_img_box {
    overflow: hidden
}

.modal button.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    box-sizing: content-box;
    height: 1em;
    width: 1em
}

.cart_dropdown .cart_buttons {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.cart_dropdown .cart_buttons .btn {
    display: inline-block;
    padding: 8px !important;
    width: 100%
}

.cart_dropdown .cart_buttons .btn-fill-line:after {
    left: auto;
    right: 0
}

.dashboard_content .badge {
    color: #fff
}

.dashboard_content .gap-2 {
    gap: 10px
}

.dashboard_content .btn {
    padding: 7px 12px
}

.dashboard_content .nav-tabs .nav-item .nav-link {
    padding: 10px 20px !important
}

.dashboard_content .delete-account-section {
    border: 1px solid #dee2e6
}

.dashboard_content .delete-account-section .customer-page-title {
    font-size: 20px
}

.dashboard_content .delete-account-section h2 {
    margin-bottom: .5rem
}

.dashboard_content .delete-account-section p {
    margin-bottom: 15px
}

.dashboard_content button.btn.btn-outline-danger {
    background: #fff;
    border: 1px solid #dc3545;
    color: #dc3545
}

.dashboard_content button.btn.btn-outline-danger:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.gap-5 {
    gap: 25px
}

.section.bg_default .newsletter_form2 .form-label {
    color: #fff
}

.product_slider button.owl-dot {
    margin: 0 5px
}

h3.product_title {
    font-size: 1.25rem
}

div.product_title {
    color: #292b2c;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.sidebar .widget_title,
h3.blog_title {
    font-size: 1.25rem
}

.author_name p.author_name_text {
    color: #292b2c;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px
}

.icon_box .icon_box_content p.icon_box_title {
    color: #fc0101;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.banner_content .banner_content_subtitle {
    color: #292b2c;
    font-size: 1.25rem
}

.newsletter_form2.rounded_input label {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px
}

@media only screen and (max-width:991px) {
    .product_search_form {
        z-index: 1000
    }
}

.text-info-fg,
.text-primary-fg,
.text-success-fg,
.text-warning-fg {
    color: #fff
}

.btn.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.btn.btn-primary:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color)
}

.dashboard_menu .nav-tabs {
    padding-bottom: 0
}

.dashboard_menu .nav-tabs li.nav-item:last-child a {
    border-bottom: none
}

.tab-style2 .nav-tabs {
    list-style: none
}

.custom-container.product-collections-tab {
    overflow: hidden
}

.tp-product-details-additional-info .product-specification-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

.tp-product-details-additional-info .spec-item {
    align-items: center;
    background: #f8f9fa;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 14px 20px;
    transition: all .2s ease
}

.tp-product-details-additional-info .spec-item:hover {
    background: #f0f2f5
}

.tp-product-details-additional-info .spec-label {
    color: #333;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px
}

.tp-product-details-additional-info .spec-value {
    color: #555;
    font-size: 14px;
    text-align: right
}

.tp-product-details-additional-info .spec-badge {
    align-items: center;
    border-radius: 20px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    gap: 4px;
    padding: 4px 10px
}

.tp-product-details-additional-info .spec-badge svg {
    height: 14px;
    width: 14px
}

.tp-product-details-additional-info .spec-badge.spec-badge-success {
    background: rgba(47, 179, 68, .1);
    color: #2fb344
}

.tp-product-details-additional-info .spec-badge.spec-badge-danger {
    background: rgba(214, 57, 57, .1);
    color: #d63939
}

@media(max-width:767px) {
    .tp-product-details-additional-info .spec-item {
        padding: 12px 15px
    }

    .tp-product-details-additional-info .col-md-6 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.product_action_box {
    right: auto
}

.product_img {
    cursor: pointer
}

body[dir=rtl] .product_action_box {
    left: auto;
    right: 0
}

.testimonial_desc p {
    margin-bottom: 10px
}

.navbar-nav li a svg {
    height: 18px;
    margin-inline-end: 3px;
    margin-bottom: 0;
    vertical-align: top;
    width: 18px
}

.shop_container.grid .product_action_box {
    right: 0
}

.ck-content .carousel-indicators {
    list-style: none
}

.bb-product-filter-link .icon {
    margin-bottom: 0
}

body {
    color: #687188
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #292b2c
}

p {
    color: #687188
}

a {
    color: #292b2c
}

a:hover {
    color: var(--color-1st)
}

.text-muted,
label {
    color: #6c757d !important
}

.product_title {
    color: #292b2c !important
}

.price,
.product_price {
    color: var(--color-1st) !important
}

.navbar-nav .nav-link {
    color: #333
}

.navbar-nav .nav-link:hover {
    color: var(--color-1st)
}

.dropdown-menu .dropdown-item {
    color: #333
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: var(--color-1st)
}

.form-control,
.form-select {
    color: #333 !important
}

.breadcrumb-item,
.card-body {
    color: #687188
}

.breadcrumb-item.active {
    color: #292b2c
}

.breadcrumb-item a {
    color: #687188
}

.breadcrumb-item a:hover {
    color: var(--color-1st)
}

.btn-primary,
.btn-secondary {
    color: #fff !important
}

.btn-outline-primary {
    color: var(--color-1st) !important
}

.badge,
.btn-outline-primary:hover {
    color: #fff !important
}

.table {
    color: #687188
}

.table th {
    color: #292b2c
}

.carousel-indicators.indicators_style1 [data-bs-target],
.carousel-indicators.indicators_style2 [data-bs-target],
.carousel-indicators.indicators_style3 [data-bs-target] {
    background-clip: padding-box;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    opacity: 1;
    text-indent: -999px;
    transition: opacity .6s ease
}

.carousel-indicators.indicators_style1 [data-bs-target] {
    background-color: #333;
    border: 0;
    height: 10px;
    margin: 8px;
    position: relative;
    width: 10px
}

.carousel-indicators.indicators_style1 [data-bs-target]:before {
    border: 2px solid #333;
    bottom: 0;
    content: "";
    left: 0;
    margin: -4px;
    position: absolute;
    right: 0;
    top: 0
}

.carousel-indicators.indicators_style1 [data-bs-target].active {
    background-color: var(--color-1st)
}

.carousel-indicators.indicators_style1 [data-bs-target].active:before {
    border-color: var(--color-1st)
}

.carousel-indicators.indicators_style2 [data-bs-target] {
    background-clip: inherit;
    background-color: #333;
    border: 0;
    border-radius: 100%;
    height: 10px;
    margin: 8px;
    position: relative;
    width: 10px
}

.carousel-indicators.indicators_style2 [data-bs-target]:before {
    border: 2px solid #333;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    margin: -4px;
    position: absolute;
    right: 0;
    top: 0
}

.carousel-indicators.indicators_style2 [data-bs-target].active {
    background-color: var(--color-1st)
}

.carousel-indicators.indicators_style2 [data-bs-target].active:before {
    border-color: var(--color-1st)
}

@media(max-width:575px) {
    .carousel-indicators.indicators_style1 {
        margin-bottom: 5px
    }

    .carousel-indicators.indicators_style1 [data-bs-target] {
        height: 7px;
        margin: 6px;
        width: 7px
    }

    .carousel-indicators.indicators_style2 [data-bs-target] {
        height: 6px;
        width: 6px
    }
}

.carousel-indicators {
    z-index: 2
}

.custom_select {
    position: relative
}

.custom_select select.form-control,
.form-select-wrapper select {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem
}

.dropdown-item {
    color: #212529
}

.nav-tabs li.nav-item a {
    color: #292b2c
}

.ec-upsell-bundle {
    margin: 40px 0
}

.ec-upsell-attribute-option.disabled {
    opacity: .5;
    pointer-events: none
}

.ec-cross-sale-section {
    margin: 40px 0
}

.ec-cross-sale-section .ec-cross-sale-wrapper {
    background: #f8fafc;
    border-color: #e5e5e5;
    border-radius: 8px
}

.ec-cross-sale-section .ec-cross-sale-icon {
    background: rgba(0, 0, 0, .05);
    border-radius: 50%
}

.ec-cross-sale-section .ec-cross-sale-icon svg {
    color: #292b2c
}

.ec-cross-sale-section .ec-cross-sale-price-current {
    color: var(--color-1st);
    font-size: 16px;
    font-weight: 700
}

.ec-cross-sale-section .ec-cross-sale-add-btn {
    background-color: #292b2c;
    border: 1px solid #292b2c;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
    padding: 10px 16px;
    transition: all .2s ease
}

.ec-cross-sale-section .ec-cross-sale-add-btn:hover {
    background-color: var(--color-1st);
    border-color: var(--color-1st)
}

.ec-cross-sale-section .ec-cross-sale-add-btn:disabled {
    cursor: not-allowed;
    opacity: .5
}

.ec-cross-sale-section .ec-cross-sale-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

.ec-cross-sale-section .ec-cross-sale-content {
    display: flex;
    flex: 1;
    flex-direction: column
}

.ec-cross-sale-section .ec-cross-sale-slide .ec-cross-sale-card {
    height: 100%
}

.shop_cart_table .table {
    border-collapse: separate;
    border-spacing: 0
}

.shop_cart_table .table thead tr {
    background: #f8f9fa
}

.shop_cart_table .table thead tr th {
    border-bottom: 2px solid #eee;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 15px 12px;
    text-transform: uppercase
}

.shop_cart_table .table tbody tr {
    transition: background-color .2s ease
}

.shop_cart_table .table tbody tr:hover {
    background-color: #fafafa
}

.shop_cart_table .table tbody tr td {
    border-bottom: 1px solid #eee;
    padding: 20px 12px;
    vertical-align: middle
}

.shop_cart_table .product-thumbnail img {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 5px;
    transition: transform .2s ease
}

.shop_cart_table .product-thumbnail img:hover {
    transform: scale(1.05)
}

.shop_cart_table .product-name a {
    color: #333;
    font-weight: 600;
    transition: color .2s ease
}

.shop_cart_table .product-name a:hover {
    color: var(--color-1st)
}

.shop_cart_table .product-name small {
    color: #666;
    display: block;
    margin-top: 5px
}

.shop_cart_table .product-price {
    font-size: 16px
}

.shop_cart_table .product-price del {
    color: #999;
    font-size: 13px;
    margin-left: 5px
}

.shop_cart_table .quantity .qty {
    border: 1px solid #ddd;
    border-radius: 0;
    font-weight: 600;
    height: 40px;
    text-align: center;
    width: 60px
}

.shop_cart_table .quantity .qty[readonly] {
    background: #f5f5f5;
    color: #666;
    cursor: not-allowed
}

.shop_cart_table .quantity .minus,
.shop_cart_table .quantity .plus {
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 40px;
    transition: all .2s ease;
    width: 40px
}

.shop_cart_table .quantity .minus:hover,
.shop_cart_table .quantity .plus:hover {
    background: var(--color-1st);
    border-color: var(--color-1st);
    color: #fff
}

.shop_cart_table .product-subtotal {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.shop_cart_table .product-remove a {
    align-items: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    transition: all .2s ease;
    width: 36px
}

/* .shop_cart_table .product-remove a:hover {
    background: #f44;
    color: #fff
} */

.shop_cart_table .product-remove a i {
    border-radius: 0;
    font-size: 14px;
    height: auto;
    line-height: 1;
    width: auto;
    color:#fff;
}

.form-coupon-wrapper .coupon-code {
    border: 2px solid #eee;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    padding: 10px 15px
}

.form-coupon-wrapper .coupon-code:focus {
    border-color: var(--color-1st);
    box-shadow: none
}

.form-coupon-wrapper .btn-apply-coupon-code {
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    padding: 11px 20px;
}

.cart_total_label {
    color: #666;
    font-weight: 500
}

.cart_total_amount {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.cart-bundle-badge {
    margin-top: 10px
}

.cart-bundle-badge .badge {
    align-items: center;
    background: linear-gradient(135deg, #2fb344, #25a03a) !important;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(47, 179, 68, .3);
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
    padding: 6px 12px
}

.cart-bundle-badge .badge .icon,
.cart-bundle-badge .badge i,
.cart-bundle-badge .badge svg {
    flex-shrink: 0;
    height: 14px;
    margin-bottom: 0 !important;
    width: 14px
}

.cart_dropdown .cart-bundle-badge,
.cart_list .cart-bundle-badge {
    margin-top: 5px;
    max-width: 200px
}

.cart_dropdown .cart-bundle-badge .badge,
.cart_list .cart-bundle-badge .badge {
    border-radius: 12px;
    box-shadow: none;
    display: inline-flex;
    font-size: 10px;
    max-width: 100%;
    overflow: hidden;
    padding: 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bundle-qty-locked {
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
    color: #666 !important;
    pointer-events: none
}

#quick-shop-modal .modal-dialog {
    max-width: 700px
}

#quick-shop-modal .modal-content {
    border: none;
    border-radius: 8px;
    position: relative
}

#quick-shop-modal .btn-close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10
}

#quick-shop-modal .modal-body {
    padding: 30px;
    position: relative
}

#quick-shop-modal .modal-body.modal-empty {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 300px
}

#quick-shop-modal .loading-spinner {
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    z-index: 10
}

#quick-shop-modal .loading-spinner .circle {
    border-width: 2px
}

.quick-shop-wrapper .quick-shop-inner {
    display: flex;
    gap: 30px
}

@media(max-width:576px) {
    .quick-shop-wrapper .quick-shop-inner {
        flex-direction: column
    }
}

.quick-shop-wrapper .quick-shop-image {
    flex: 0 0 250px;
    max-width: 250px
}

@media(max-width:576px) {
    .quick-shop-wrapper .quick-shop-image {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.quick-shop-wrapper .quick-shop-image img {
    border-radius: 4px;
    height: auto;
    width: 100%
}

.quick-shop-wrapper .quick-shop-info {
    flex: 1
}

.quick-shop-wrapper .quick-shop-title {
    font-size: 20px;
    margin-bottom: 10px
}

.quick-shop-wrapper .quick-shop-title a {
    color: #292b2c;
    text-decoration: none
}

.quick-shop-wrapper .quick-shop-title a:hover {
    color: var(--color-1st)
}

.quick-shop-wrapper .quick-shop-price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.quick-shop-wrapper .quick-shop-price.sale del {
    color: #687188;
    font-size: 14px;
    font-weight: 400
}

.quick-shop-wrapper .quick-shop-price.sale ins {
    color: var(--color-1st);
    text-decoration: none
}

.quick-shop-wrapper .quick-shop-variations .product-attributes {
    margin-bottom: 0
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper {
    margin-bottom: 15px
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper .attribute-name {
    color: #292b2c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper .attribute-values {
    display: block
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper .attribute-swatch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper .attribute-swatch-item {
    display: inline-block;
    margin: 0;
    position: relative
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper .attribute-swatch-item.pe-none {
    opacity: .4;
    pointer-events: none
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.visual-swatches-wrapper .custom-radio label {
    cursor: pointer;
    display: block;
    margin: 0
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.visual-swatches-wrapper .custom-radio label input[type=radio] {
    display: none
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.visual-swatches-wrapper .custom-radio label input[type=radio]:checked+span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #292b2c
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.visual-swatches-wrapper .custom-radio label span {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    height: 32px;
    transition: all .2s ease;
    width: 32px
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.visual-swatches-wrapper .custom-radio label span:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ccc
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.text-swatches-wrapper .attribute-swatch-item>div label {
    cursor: pointer;
    display: block;
    margin: 0
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.text-swatches-wrapper .attribute-swatch-item>div label input[type=radio] {
    display: none
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.text-swatches-wrapper .attribute-swatch-item>div label input[type=radio]:checked+span {
    background-color: #292b2c;
    border-color: #292b2c;
    color: #fff
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.text-swatches-wrapper .attribute-swatch-item>div label span {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    min-width: 40px;
    padding: 6px 12px;
    text-align: center;
    transition: all .2s ease
}

.quick-shop-wrapper .quick-shop-variations .attribute-swatches-wrapper.text-swatches-wrapper .attribute-swatch-item>div label span:hover {
    border-color: #292b2c
}

.quick-shop-wrapper .quick-shop-actions {
    margin-top: 20px
}

.quick-shop-wrapper .quick-shop-actions .product__qty {
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: flex
}

.quick-shop-wrapper .quick-shop-actions .product__qty .qty-input {
    border: none;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    width: 50px
}

.quick-shop-wrapper .quick-shop-actions .product__qty .qty-input:focus {
    outline: none
}

.quick-shop-wrapper .quick-shop-actions .product__qty .down,
.quick-shop-wrapper .quick-shop-actions .product__qty .up {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 38px;
    position: relative;
    width: 30px
}

.quick-shop-wrapper .quick-shop-actions .product__qty .down:before,
.quick-shop-wrapper .quick-shop-actions .product__qty .up:before {
    background: #292b2c;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px
}

.quick-shop-wrapper .quick-shop-actions .product__qty .up:after {
    background: #292b2c;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px
}

.quick-shop-wrapper .quick-shop-actions .btn--custom {
    padding: 10px 20px
}

.quick-shop-wrapper .quick-shop-view-details {
    color: #292b2c;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none
}

.quick-shop-wrapper .quick-shop-view-details:hover {
    color: var(--color-1st)
}

.quick-shop-wrapper .quick-shop-view-details i {
    margin-left: 5px
}

.quick-shop-wrapper .rating_wrap {
    align-items: center;
    display: flex;
    gap: 8px
}

#quick-view-modal .modal-body {
    min-height: 400px
}

.home-hero-row .offset-lg-2{
    margin-left: 19% !important;
    padding: 0px !important;
}

@media only screen and (min-width:600px) and (max-width:1024px) {
    .home-hero-row .offset-lg-2{
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:599px) {
    .home-hero-row .offset-lg-2{
        margin-left: 0px !important;
    }
}

.home-hero-side-ads{
    padding: 0px !important;
}

.padding-top-products{
    padding-top: 30px;
}

.featured-product-categories{
    background-color: #f5f5f9;
}

.cat_slider .owl-item.active {
    margin-right: 0px !important;
}

/* .product_slider .owl-item .active {
    width: 300px !important;
}

.product_slider .owl-item {
    width: 300px !important;
} */


.contact-info-content a:hover {
    color:#fc0101 !important;
}

.bb-shop-sidebar .bb-product-filter-categories,
.bb-shop-sidebar .bb-product-filter-price,
.bb-shop-sidebar .bb-product-filter-sale {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
    overflow: hidden;
    padding: 22px 20px;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-title,
.bb-shop-sidebar .bb-product-filter-price .bb-product-filter-title,
.bb-shop-sidebar .bb-product-filter-sale .bb-product-filter-title {
    border-bottom: 1px solid #eef1f5;
    color: #1f2937;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

.bb-shop-sidebar .bb-product-filter-price .bb-product-filter-title.border-0 {
    border-bottom: 1px solid #eef1f5 !important;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-content,
.bb-shop-sidebar .bb-product-filter-price .bb-product-filter-content,
.bb-shop-sidebar .bb-product-filter-sale .bb-product-filter-content {
    padding: 0;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-item {
    position: relative;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-item + .bb-product-filter-item {
    margin-top: 6px;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-link {
    align-items: center;
    border-radius: 12px;
    color: #334155;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 10px;
    line-height: 1.4;
    padding: 11px 42px 11px 12px;
    transition: all 0.2s ease;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-link:hover {
    background-color: #f8fafc;
    color: #fc0101;
    transform: translateX(2px);
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-link.active {
    background: rgba(252, 1, 1, 0.08);
    color: #b00000;
    font-weight: 600;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-link img,
.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-link svg,
.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-link i,
.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-link .icon {
    color: #fc0101;
    flex-shrink: 0;
    height: 18px;
    margin-bottom: 0;
    width: 18px;
}

.bb-shop-sidebar .bb-product-filter-categories .bb-product-filter-item > .bb-product-filter-items {
    border-left: 1px solid #eceff3;
    margin-left: 16px;
    margin-top: 6px;
    padding-left: 10px;
}

.bb-shop-sidebar .bb-product-filter-categories [data-bb-toggle="toggle-product-categories-tree"] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #000;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: all 0.2s ease;
    width: 28px;
}

.bb-shop-sidebar .bb-product-filter-categories [data-bb-toggle="toggle-product-categories-tree"] .icon,
.bb-shop-sidebar .bb-product-filter-categories [data-bb-toggle="toggle-product-categories-tree"] svg {
    display: block;
    height: 16px;
    line-height: 1;
    margin: 0;
    width: 14px;
}

.bb-shop-sidebar .bb-product-filter-categories [data-bb-toggle="toggle-product-categories-tree"]:hover,
.bb-shop-sidebar .bb-product-filter-categories [data-bb-toggle="toggle-product-categories-tree"].active {
    background: #fc0101;
    border-color: #fc0101;
    color: #fff;
}

.bb-shop-sidebar .bb-product-filter-price .price-slider {
    margin-bottom: 18px;
}

.bb-shop-sidebar .bb-product-filter-price .ui-slider {
    background: #e9edf3;
    border: 0;
    border-radius: 999px;
    height: 6px;
}

.bb-shop-sidebar .bb-product-filter-price .ui-slider .ui-slider-range {
    background: #fc0101;
    border-radius: 999px;
}

.bb-shop-sidebar .bb-product-filter-price .ui-slider .ui-slider-handle {
    background: #fff;
    border: 2px solid #fc0101;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(252, 1, 1, 0.22);
    cursor: pointer;
    height: 18px;
    margin-top: -1px;
    width: 18px;
}

.bb-shop-sidebar .bb-product-filter-price .bb-product-price-filter-info {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 12px 14px;
}

.bb-shop-sidebar .bb-product-filter-price .input-range-label {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
}

.bb-shop-sidebar .bb-product-filter-sale .bb-product-filter-attribute-item {
    padding: 0;
}

.bb-shop-sidebar .bb-product-filter-sale .bb-product-filter-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bb-shop-sidebar .bb-product-filter-sale .bb-product-filter-item {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    padding: 12px 14px;
}

.bb-shop-sidebar .bb-product-filter-sale .bb-product-filter-item input[type="checkbox"] {
    accent-color: #fc0101;
    flex-shrink: 0;
    height: 16px;
    margin: 0;
    width: 16px;
}

.bb-shop-sidebar .bb-product-filter-sale .bb-product-filter-item label {
    color: #334155;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5 !important;
    margin: 0;
}

.shop_container.list.row[class*="row-cols-"] > *,
.shop_container.list > .col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
