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;
    color: #363636;
    font-family: var(--primary-font),sans-serif;
    font-size: 16px
}

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

p {
    color: #474747;
    line-height: 22px;
    margin-bottom: 15px
}

a {
    color: #292b2c;
    transition: all .3s ease-in-out
}

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

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

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
}

iframe {
    border: 0;
    display: block
}

.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
}

.small_divider {
    height: 30px
}

.medium_divider {
    height: 50px
}

.large_divider {
    height: 100px
}

.padding_eight_all {
    padding: 8%
}

.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: 10px 30px;
    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 #333;
    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: #333;
    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
}

@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-radius {
    border-radius: 40px
}

.btn+.btn {
    margin-left: 0
}

.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
}

.scrollup {
    background-color: unset;
    bottom: 20px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 15px;
    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
}

@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 {
    font-weight: 600;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9
}

.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
}

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

.leads {
    margin-bottom: 30px
}

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    z-index: 9999
}

.lds-ellipsis span {
    animation: ball-pulse-sync .6s ease-in-out 0s infinite;
    background: var(--color-1st);
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px
}

.lds-ellipsis span:first-child {
    animation: ball-pulse-sync .6s ease-in-out -.14s infinite
}

.lds-ellipsis span:nth-child(2) {
    animation: ball-pulse-sync .6s ease-in-out -70ms infinite
}

@keyframes ball-pulse-sync {
    33% {
        transform: translateY(10px)
    }

    66% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.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 {
    position: relative
}

.navbar {
    padding: 0
}

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

.header_wrap:not([class*=bg_]):not([class*=bg-]) {
    background-color: #fff;
    background: linear-gradient(180deg,rgb(0 0 0/82%)0%,rgb(0 0 0/48%)35%,rgb(255 255 255/0%)100%)
}

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

.navbar-nav .dropdown-menu {
    background-color: #252a2c;
    border: 0;
    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: "\f3d0";
    font-family: Ionicons;
    margin: -3px 0 0 5px;
    vertical-align: middle;
    transition: all .1s ease
}

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

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

.navbar .navbar-nav>li>.nav-link {
    font-size: 19px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: capitalize;
    color: #fff
}

.nav-fixed .navbar .navbar-nav>li>.nav-link,.nav-fixed .nav-link i {
    color: unset!important
}

.navbar .navbar-nav>li:hover>a,.navbar .navbar-nav>li>a.active {
    background: #e4e4e4;
    color: var(--color-1st)
}

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

.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;
    transition: all .3s ease
}

.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: 5px 10px;
    position: relative;
    white-space: nowrap;
    border-radius: 5px
}

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

.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: "\ec2a"
}

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

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

.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;
    background: #fff !important
}

.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: #fff;
    border-radius: 5px;
    color: var(--color-1st);
    display: inline-block;
    font-size: 12px;
    height: 14px;
    left: 0;
    line-height: 14px;
    margin-left: -10px;
    margin-right: -5px;
    min-width: 14px;
    position: relative;
    text-align: center;
    top: -3px;
    vertical-align: top;
    font-weight: 600;
    border: 1px solid
}

.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: #fff;
    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;
    background: var(--color-1st)
}

.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 10px 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: 5px 10px !important;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #ddd;
    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 .bottom_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: none;
    width: 35px
}

.navbar-toggler[aria-expanded=true] span:before {
    content: "\f129";
    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)
}

.main_menu_uppercase .navbar-nav>li>.nav-link {
    text-transform: unset
}

.header_banner_text {
    color: #fff
}

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;
    font-size: 20px;
    text-transform: none;
    vertical-align: middle
}

.categories_btn {
    background-color: unset;
    border: 0 solid var(--color-1st);
    padding: 6px 15px;
    text-align: right;
    width: 100%
}

#navCatContent li {
    list-style: none
}

#navCatContent {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    left: 0;
    padding: 5px 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: 15px;
    text-transform: capitalize;
    color: #333
}

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

#navCatContent li a span {
    vertical-align: middle;
    padding-right: 11px
}

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

#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
}

.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: "\ec36";
    font-family: Linearicons;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.more_categories.show:before {
    content: "\ec37"
}

.product_search_form {
    max-width: 400px;
    position: relative;
    width: 100%;
    display: none
}

.product_search_form.show {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50px);
    min-width: 230px!important
}

.product_search_form input {
    height: 42px;
    padding-right: 50px!important;
    border: 1px solid #fff
}

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

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

.search_btn i {
    vertical-align: middle
}

.product_search_form select {
    max-width: 184px;
    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
}

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

.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
}

.indicators_style1 {
    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_style1 li.active {
    background-color: var(--color-1st)
}

.indicators_style1 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 {
    margin-bottom: 30px
}

.zoom-in {
    animation: zoomin 5s
}

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

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

.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)
}

.sale-banner img {
    width: 100%
}

.categories_box {
    text-align: center
}

.categories_box a {
    background-color: #f7f7f7;
    display: block;
    padding: 35px 20px
}

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

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

.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;
    display: flex;
    gap: 20px;
    align-items: center
}

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

.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: 10px;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 13px 2px rgb(0 0 0/10%)
}

.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 .3s ease-in-out;
    width: 100%
}

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

.blog_meta li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #6b6b6b
}

.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: 22px;
    font-size: 17px
}

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: 35px
}

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

.blog_thumbs .blog_post {
    display: inline-block;
    width: 100%
}

.single_post .blog_content {
    padding-top: 0
}

.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_form2 form {
    position: relative
}

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

.newsletter_form2 button {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 20px;
    background-color: var(--color-1st);
    border: 1px solid #fff
}

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

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

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

footer {
    overflow: hidden
}

.footer_dark {
    background-color: #202325;
    position: relative
}

.footer_top {
    padding: 50px 0 0
}

.footer_logo {
    margin-bottom: 20px
}

footer p {
    font-size: 15px;
    color: #fff
}

footer .widget {
    margin-bottom: 20px
}

footer .widget_title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #fff
}

.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: 3px
}

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

.contact_info li i {
    display: inline-block;
    font-size: 8px;
    margin-right: 4px;
    margin-top: 11px;
    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: #fff;
    color: #fff
}

.contact_info_light li a,.contact_info_light li span {
    color: #fff;
    font-size: 13px
}

.bottom_footer {
    padding: 20px 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: #fff
}

.footer_dark .widget_links li a:hover,.footer_dark a:hover,.widget_links li a:hover {
    color: #fff;
    text-decoration: underline
}

.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: 23px
}

.page-title-mini .breadcrumb li {
    font-weight: 600;
    font-size: 14px;
    color: #fff
}

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

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

.breadcrumb-item+.breadcrumb-item:before {
    content: "\f3d1";
    font-family: Ionicons;
    vertical-align: middle;
    color: #fff
}

.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
}

.form-note {
    margin-top: 20px
}

.login_wrap {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

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

.login_footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%
}

.login_footer a {
    color: #687188
}

.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_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_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_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: #ff324d;
    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 {
    overflow: hidden;
    border: 1px solid #fff;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .5s ease-in-out;
    border-radius: 5px
}

.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 {
    border-radius: 10px;
    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: #dc3545;
    color: #fff;
    font-size: 13px;
    left: 10px;
    padding: 2px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 1;
    font-weight: 500;
    letter-spacing: 1px
}

.product_info {
    padding: 10px
}

.price {
    font-weight: 500;
    color: #ff9f00
}

.product_price del {
    font-size: 14px;
    margin-left: 3px;
    margin-right: 5px
}

.product-price del {
    color: #919191;
    margin-left: 5px
}

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

.product_price {
    font-size: 15px;
    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: "\f005\f005\f005\f005\f005";
    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: "\f005\f005\f005\f005\f005";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0
}

.product_action_box {
    left: 0;
    padding-top: 0;
    position: absolute;
    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;
    padding: 5px
}

.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: block;
    font-size: 0;
    height: 37px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    width: 37px
}

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

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

.product .product_title,.product_wrap .product_title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.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: 30%;
    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 {
    overflow: auto hidden;
    display: 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: flex;
    margin: unset;
    justify-content: start
}

.quantity {
    display: table
}

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

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

.quantity .qty {
    background-color: transparent;
    border: 1px solid #ddd;
    float: left;
    height: 34px;
    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
}

.list_brand li,.pr_detail .pr_switch_wrap {
    margin-bottom: 10px
}

.list_brand li {
    list-style: none
}

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

.list_brand .custome-checkbox .form-check-label {
    color: #292b2c
}

.cart_btn .add_compare,.cart_btn .add_wishlist {
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle
}

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

.product-meta li {
    list-style: none;
    color: #252525;
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 600
}

.product-meta li a,.product-meta li span {
    color: #565656;
    font-weight: 500
}

.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;
    padding: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.product_img_zoom {
    background-color: #fafafa;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    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
}

.filter_price .ui-widget.ui-widget-content {
    background-color: #ddd;
    border: 0;
    border-radius: 0;
    height: 4px;
    margin-bottom: 20px
}

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

.filter_price .ui-slider .ui-slider-range {
    background-color: var(--color-1st);
    border-radius: 0
}

.filter_price .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    cursor: pointer;
    height: 18px;
    margin: 0;
    top: -8px;
    width: 18px
}

.price_range {
    color: #292b2c
}

#flt_price {
    font-weight: 600;
    margin-left: 5px
}

.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
}

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

.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
}

.product_tab_title span {
    font-weight: 600
}

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

.comment_list,.comments li {
    margin-bottom: 20px
}

.comments li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

.comment_img {
    float: left
}

.comment_img img {
    border-radius: 100%;
    max-width: 100px
}

.comment_block {
    padding-left: 120px
}

.comment_block .rating_wrap {
    float: right
}

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

.star_rating>span {
    color: #f6bc3e
}

.star_rating span {
    cursor: pointer;
    display: inline-block
}

.star_rating span i {
    font-size: 20px
}

.star_rating>span.selected i:before {
    font-weight: 900
}

.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;
    text-transform: uppercase;
    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
}

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

.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
}

.card-body .comments {
    margin-top: 5px
}

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

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

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 {
    position: relative
}

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

.custom_select:before {
    color: #848484;
    content: "\e64b";
    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: 5px;
    padding: 10px
}

.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: 400;
    letter-spacing: .3px;
    text-transform: uppercase
}

.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
}

.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-style2 .nav-tabs {
    border-bottom: 0
}

.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;
    text-transform: uppercase
}

.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: 20px;
    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: 17px;
    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_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_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 {
    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-] {
    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_style5.owl-theme .owl-nav .owl-next,.nav_style5.owl-theme .owl-nav .owl-prev {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    height: 30px;
    line-height: 34px;
    opacity: 0;
    width: 30px
}

.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: 0;
    opacity: 1
}

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

.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: "\f108"
}

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

.slick-next:before {
    content: "\f10b"
}

.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 {
    height: 40px;
    opacity: 1;
    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,.dashboard_content .table {
    margin:0
}

.dashboard_content .table thead th {
    border: 0;
    font-weight: 600;
    padding-top: 0
}

.dashboard_content .table tbody tr: last-child td {
    padding-bottom:0
}

.dashboard_content .table tbody tr td {
    vertical-align: middle;
    white-space: nowrap
}

.dashboard_content label {
    color: #333
}

.dashboard_content label .required {
    color: red
}

@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) {
    .categories_btn .linearicons-menu {
        display:none
    }

    .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
    }

    .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.slide_medium,.banner_section.slide_medium .carousel-item {
        height: 400px
    }

    .banner_content h2 {
        font-size: 52px
    }

    .breadcrumb_section {
        padding: 100px 0
    }

    .footer_top {
        padding: 80px 0 50px
    }

    .blog_meta li {
        font-size: 13px;
        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
    }

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

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

    .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:hover>.dropdown-menu,.navbar .navbar-nav li: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)
    }

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

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

    .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: block
    }
}

@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: -100%;
        top: 0;
        transition: all .3s ease-in-out;
        width: 100%
    }

    .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-]) {
        background-color: #252a2c
    }

    .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)
    }

    .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
    }

    .breadcrumb_section {
        padding: 80px 0
    }

    .highlight_text {
        font-size: 18px
    }

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

    .padding_eight_all {
        padding: 6%
    }

    #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
    }

    .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: -100%;
        max-width: 100%;
        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 0 0 13px
    }

    .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: 100%
    }

    .blog_thumbs .blog_content {
        overflow: hidden;
        padding: 10px 15px
    }
}

@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
    }

    .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
    }

    .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
    }

    .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
    }

    footer .widget_title {
        margin-top: 0
    }

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

    .banner_content_inner {
        padding: 0
    }

    .bottom_footer {
        padding: 15px 0
    }

    .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: 0
    }

    .btn-sm {
        padding: 6px 18px
    }

    .btn-xs {
        font-size: 12px;
        padding: 2px 14px
    }

    p {
        margin-bottom: 15px
    }

    .section {
        padding: 50px 0 !important
    }

    .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: 10px 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
    }

    .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
    }

    .nav_style3.owl-theme .owl-nav [class*=owl-] {
        top: -66px
    }

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

    .product_header_right {
        justify-content: space-between;
    }

    .newsletter_form2 input,.newsletter_form2 input:focus {
        height: 36px
    }

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

@media only screen and (max-width: 480px) {
    body {
        font-size:16px;
        font-weight: 500
    }

    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
    }

    .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
    }

    .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
    }

    .comment_img img {
        max-width: 50px
    }

    .comment_block {
        padding-left: 65px
    }

    .compare_box {
        padding: 30px 10px 10px;
        width: 95%
    }

    .single_post .blog_title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .children {
        margin-left: 20px
    }

    .product_search_form select {
        overflow: hidden;
        padding: 8px 25px 8px 5px;
        width: 120px
    }

    .search_btn {
        font-size: 18px;
        padding: 0 25px
    }

    .categories_box a {
        padding: 25px 15px
    }

    .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
    }

    .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
    }

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

    .form-control {
        font-size: 14px
    }

    .error_txt {
        font-size: 80px
    }

    .login_footer a {
        font-size: 13px
    }

    .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
    }
}

.image-viewer__item {
    background-color: #eee;
    border: 1px solid #c4c6cf;
    height: 70px;
    margin-right: 2px;
    margin-top: 5px;
    position: relative;
    text-align: initial;
    transition: all .3s cubic-bezier(.46,.03,.52,.96);
    width: 70px
}

.image-viewer__item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.image-upload__uploader-container {
    display: inline-block
}

.image-upload__uploader-container:hover {
    cursor: pointer
}

.image-upload__uploader-container .image-upload__uploader {
    align-items: center;
    border: 1px dashed #c4c6cf;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 70px
}

.image-upload__uploader-container .image-upload__uploader:hover {
    background: #d9edf7
}

.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
    cursor: pointer
}

.image-upload__icon {
    color: #333;
    font-size: 20px;
    margin-bottom: 8px
}

.image-upload__text {
    color: #333;
    font-size: 10px;
    padding: 0 3px;
    text-align: center
}

.image-upload__file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.image-viewer__item {
    display: inline-block
}

.image-viewer__list {
    display: block;
    width: 100%
}

.image-viewer__icon-remove {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: -1px;
    z-index: 1
}

.image-viewer__icon-remove i {
    background: #848484;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}

.help-block {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    cursor: help;
    display: block;
    font-size: .9em;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px
}

.image-upload__viewer .image-viewer__list .loading {
    background-color: rgba(146,162,177,.52);
    display: none;
    position: absolute;
    top: 0;
    width: 100%
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
    height: 30px;
    width: 30px
}

.block--review .lh-1 {
    line-height: 1
}

.block--review .block__images a {
    border: 1px solid #dee2e6;
    border-radius: .25rem!important;
    display: inline-block;
    height: 100px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100px
}

.block--review .block__images a img {
    border: none;
    -o-object-fit: cover;
    object-fit: cover
}

.block--review .block__images .more-review-images span {
    align-items: center;
    align-self: center;
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.block--review .block__images.block__images_total a {
    border: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 1.5px;
    width: inherit
}

.block__content {
    position: relative
}

.block__content .review__loading {
    align-items: center;
    background: rgba(0,0,0,.03);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 31
}

.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: block;
    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;
    position: relative!important;
    transform: translate(0)!important;
}

.text.shadow.borderRadius {
    display: none!important
}

.rating_wrap .rating {
    font-family: Ionicons;
    vertical-align: top
}

.rating_wrap .rating:before {
    color: #d2d2d2;
    content: "\f24e\f24e\f24e\f24e\f24e";
    font-size: 16px
}

.product .rating_wrap .rating {
    height: 28px
}

.product_rate:before {
    content: "\f24e\f24e\f24e\f24e\f24e";
    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: .38rem 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: 20px 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
}

.section.product-blocks .product_action_box {
    display: none
}

.product__attribute {
    align-items: center;
    display: grid;
    gap: 10px
}

.product__attribute>* {
    flex-basis: 100%
}

.product__attribute>label {
    margin-bottom: 0;
    max-width: 60px
}

.product__attribute .form-control {
    border: none
}

.product__color {
    padding-bottom: 0
}

.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
}

.text-swatch li {
    display: inline-block;
    margin-right: 5px
}

.text-swatch li input[type=checkbox],.text-swatch li input[type=radio] {
    display: none
}

.text-swatch li input[type=checkbox]: checked~span,.text-swatch li input[type=radio]:checked~span {
    border:1px solid var(--color-1st)
}

.text-swatch li input[type=checkbox]: checked~span:after,.text-swatch li input[type=radio]:checked~span:after {
    bottom:-5px;
    color: #fff;
    content: "\ec34";
    font-family: Linearicons!important;
    font-size: 8px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: -8px;
    width: 16px
}

.text-swatch li input[type=checkbox]: checked~span:before,.text-swatch li input[type=radio]:checked~span:before {
    border:16px solid transparent;
    border-bottom: 0px solid var(--color-1st);
    bottom: -1px;
    content: "";
    position: absolute;
    right: -16px
}

.text-swatch li span {
    border: 1px solid #eee;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
    transition: .2s
}

.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;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.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: 20px;
    position: relative;
    border: 1px solid #ddd;
    width: 20px
}

.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
}

.bottom_header .navbar-brand {
    display: block!important
}

.header_wrap.nav-fixed .categories_wrap {
    display: block
}

.header_wrap.nav-fixed .bottom_header {
    margin-bottom: 0!important;
    background: var(--color-1st);
    padding: 1px 0
}

.show-admin-bar #alert-container {
    top: 140px
}

.show-admin-bar .header_wrap.nav-fixed {
    top: 40px
}

.bottom_header .navbar-brand img,.dark_skin .logo_dark {
    max-height: 60px;
    padding: 5px 0
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    display: block!important;
    line-height: 44px
}

#navCatContent li a.nav-link {
    height: 100%;
    white-space: normal
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width:1200px
    }
}

.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 {
    font-size: .85rem;
    font-weight: 400;
    padding: 0 15px
}

.cart_total.sub_total:first-child {
    padding-top: 10px
}

.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:40px
    }
}

@media only screen and (max-width: 767px) {
    .nav-fixed .middle-header {
        display:none!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: 260px
    }

    .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
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span,.product__attribute .text-swatch .attribute-swatch-item.pe-none span {
    color: gray;
    cursor: unset;
    opacity: .7
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span: after,.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
    border-top:1px dashed #999;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span: before,.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
    transform:rotate(45deg)
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span: after,.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after {
    transform:rotate(-45deg)
}

.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 .btn img {
    float: left;
    margin-right: 10px;
    margin-top: 4px
}

.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 span {
    color: #222 !important
}

.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 {
    display: flex;
    justify-content: start;
    margin-right: 0!important;
    text-align: left;
    width: 100%
}

.language-wrapper .language_bar_list li {
    display: block;
    float: left;
    margin-left: 5px;
    min-width: 95px
}

.language-wrapper .language_bar_list li a {
    display: block;
    text-align: left;
    width: 100%
}

.language-wrapper .language_bar_list li a img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 20px
}

.language-wrapper .language_bar_list li a span {
    color: #222
}

body[dir=rtl] .language-wrapper .language_bar_list li a img {
    margin-left: 10px;
    margin-right: 0
}

.language_bar_list li a img {
    margin-right: 5px;
    margin-top: 5px
}

.language-wrapper .dropdown-toggle:after {
    display: none
}

.language-wrapper .dropdown 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;
    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
}

.language-wrapper .dropdown button .language-caret: before {
    color:#878787;
    content: "\f3d0";
    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 .dropdown-menu.language_bar_chooser li a {
    padding: 10px 0;
    text-align: center
}

.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:unset;
    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: #fff;
    border: none;
    display: none;
    list-style: none;
    opacity: 1;
    position: relative;
    transition: all 0s ease;
    visibility: visible;
    z-index: unset
}

.ps-list--categories li .sub-menu li a {
    background-color: transparent;
    border: none;
    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: #fff!important;
    display: inline-block;
    text-align: left;
    width: 100%
}

.mobile-menu-item .language-wrapper .dropdown .btn-select-language .language-caret:before {
    color: #fff
}

.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
    }
}

.product_action_box {
    right: 0
}

.banner_section.shop_banner_slider .carousel-item {
    background-position: 50%;
    background-size: cover
}

.cart_dropdown .cart_list li small {
    color: #fff
}
