@media (max-width: 1150px) {
    main.single-product .product .gallery-items li img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1396px;
    }
}

@media (max-width: 1077px) {
    .price-value-wrapper{
        line-heigh:1.7;
    }
    .recent-posts .box .list-group .list-group-item{
        padding:0;
    }
    .sidebar-page .box .list-group .list-group-item h4.post-title{
        font-size:12px;
    }
	.woocommerce-message{
        font-size: 13px !important;
    line-height: 30px !important;
    padding: 14px 55px 40px 13px !important;
}
.woocommerce-message:before{
     font-size: 35px !important;
     right: 15px !important;
}
.woocommerce-message a.button{
    position: absolute;
    margin: 5px auto;
    bottom: 0;
}
.search-page .price .woocommerce-Price-amount{
    display:block !important;
}

main.single-product .product{
padding:0;
}
.single-product .product-add button.dk-btn{
width:100%;
}
.woocommerce-variation-add-to-cart .parent-btn{
display:block !important;
}
.box-tabs > ul.wc-tabs{
  display: none !important;
}
.single-product .woocommerce-Tabs-panel {
    display: block !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 8px;
    margin-bottom: 15px !important;
    background-color: #fff;
    overflow: hidden;
    transition: all .2s ease-out;
    padding: 10px !important;
    height: 50px;
    width: 100%;
  }
  .woocommerce  .woocommerce-tabs .entry-content h2 {
    margin-bottom: 15px !important;
    font-size: 13px !important;
    padding-left: 64px !important;
    display: block !important;
    text-overflow: ellipsis !important;
    word-wrap: break-word !important;
    overflow: hidden !important;
    max-height: 32px !important;
    line-height: 32px !important;
    position: relative !important;
}

.woocommerce  .woocommerce-tabs .entry-content h2 .tab-show-more {
  visibility: visible;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00bfd6;
    font-size: 13px;
    font-weight: 400;
}
.single-product .woocommerce-Tabs-panel.expand {
    height: auto !important;
    overflow: visible !important;
}
.box-tabs .card-body p{
  font-size: 12px !important;
}
.box-tabs .woocommerce-Tabs-panel--seller .store_aside{
  margin-bottom: 15px;
}
.box-tabs .woocommerce-Tabs-panel--seller .store_tabs_wrapper{
  padding: 0;
}
    header.main-header.default {
        display: none;
    }

    nav.header-responsive.megamenu {
        display: block;
    }

    .navbar .navbar-brand {
        padding: 0;
    }
    .navbar .navbar-brand img{
      max-height: 40px;
      max-width: 140px;
    }

    .sidebar-collapse .navbar-collapse {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar-collapse:before {
        background: #fff;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0;
    }

    .sidebar-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
    }

    .sidebar-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu, .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before, .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus, .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #000;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px;
    }

    .sidebar-collapse .bar1, .sidebar-collapse .bar2, .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }
        45% {
            top: 6px;
            transform: rotate(145deg);
        }
        75% {
            transform: rotate(130deg);
        }
        100% {
            transform: rotate(135deg);
        }
    }
    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }
        75% {
            -webkit-transform: rotate(130deg);
        }
        100% {
            -webkit-transform: rotate(135deg);
        }
    }
    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }
        75% {
            -moz-transform: rotate(130deg);
        }
        100% {
            -moz-transform: rotate(135deg);
        }
    }
    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }
        45% {
            transform: rotate(-10deg);
        }
        75% {
            transform: rotate(5deg);
        }
        100% {
            top: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
        45% {
            -webkit-transform: rotate(-10deg);
        }
        75% {
            -webkit-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
        45% {
            -moz-transform: rotate(-10deg);
        }
        75% {
            -moz-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }
    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }
        75% {
            transform: rotate(-130deg);
        }
        100% {
            transform: rotate(-135deg);
        }
    }
    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }
        75% {
            -webkit-transform: rotate(-130deg);
        }
        100% {
            -webkit-transform: rotate(-135deg);
        }
    }
    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }
        75% {
            -moz-transform: rotate(-130deg);
        }
        100% {
            -moz-transform: rotate(-135deg);
        }
    }
    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }
        45% {
            transform: rotate(10deg);
        }
        75% {
            transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }
        45% {
            -webkit-transform: rotate(10deg);
        }
        75% {
            -webkit-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }
        45% {
            -moz-transform: rotate(10deg);
        }
        75% {
            -moz-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

    .bootstrap-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
    }

    .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu, .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before, .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus, .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px;
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px;
    }

    .bootstrap-collapse .bar1, .bootstrap-collapse .bar2, .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }
        45% {
            top: 6px;
            transform: rotate(145deg);
        }
        75% {
            transform: rotate(130deg);
        }
        100% {
            transform: rotate(135deg);
        }
    }
    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }
        75% {
            -webkit-transform: rotate(130deg);
        }
        100% {
            -webkit-transform: rotate(135deg);
        }
    }
    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }
        75% {
            -moz-transform: rotate(130deg);
        }
        100% {
            -moz-transform: rotate(135deg);
        }
    }
    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }
        45% {
            transform: rotate(-10deg);
        }
        75% {
            transform: rotate(5deg);
        }
        100% {
            top: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
        45% {
            -webkit-transform: rotate(-10deg);
        }
        75% {
            -webkit-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
        45% {
            -moz-transform: rotate(-10deg);
        }
        75% {
            -moz-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }
    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }
        75% {
            transform: rotate(-130deg);
        }
        100% {
            transform: rotate(-135deg);
        }
    }
    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }
        75% {
            -webkit-transform: rotate(-130deg);
        }
        100% {
            -webkit-transform: rotate(-135deg);
        }
    }
    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }
        75% {
            -moz-transform: rotate(-130deg);
        }
        100% {
            -moz-transform: rotate(-135deg);
        }
    }
    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }
        45% {
            transform: rotate(10deg);
        }
        75% {
            transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }
        45% {
            -webkit-transform: rotate(10deg);
        }
        75% {
            -webkit-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }
        45% {
            -moz-transform: rotate(10deg);
        }
        75% {
            -moz-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row > [class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa, .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

    .section-images .hero-images-container {
        max-width: 500px;
    }

    .section-images .hero-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px;
    }

    .section-images .hero-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%;
    }

    .navbar .navbar-nav.navbar-logo {
        display: none;
    }

    .logo-nav-res {
        margin: 20px 0;
    }

    nav.header-responsive > ul {
        position: relative;
        padding: 0;
    }

    nav.header-responsive > ul li {
        float: right;
        width: 100%;
    }

    nav.header-responsive ul ul {
        display: none;
        padding: 0;
        direction: ltr;
        background-color: #eeeeee;
    }

    nav.header-responsive ul ul li a {
        background-color: transparent;
    }

    nav.header-responsive > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 7px 22px;
        background: #fff;
        color: #000;
    }

    .navbar a:not(.btn):not(.dropdown-item) {
        color: #000;
    }

    nav.header-responsive a {
        cursor: pointer;
        background-color: #fff;
        display: block;
    }

    nav.header-responsive ul > li > ul > li {
        position: relative;
    }

    nav.header-responsive ul > li > ul > li::before {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #3633e6;
        font-size: 18px;
    }

    nav.header-responsive ul > li > ul > li > a:hover {
        color: #3633e6;
    }

    nav.header-responsive ul > li > ul > li > a {
        font-size: 14px;
        display: block;
        padding: 7px 35px;
        line-height: 44px;
        color: #283971;
    }

    nav.header-responsive ul > li.menu-item-has-children {
        position: relative;
    }

    nav.header-responsive ul > li.menu-item-has-children::before {
        content: '';
        position: absolute;
        left: 26px;
        top: 15px;
        width: 18px;
        height: 18px;
        border: 1px solid #000;
        border-radius: 50%;
    }

    nav.header-responsive ul > li.menu-item-has-children > a::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        background: #000;
        left: 30px;
        top: 23px;
        z-index: 99;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul > li.menu-item-has-children > a::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 10px;
        background: #000;
        left: 34px;
        top: 19px;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul > li.menu-item-has-children.open > a::before {
        transform: rotate(45deg);
    }

    nav.header-responsive ul > li.menu-item-has-children.open > a::after {
        transform: rotate(45deg);
    }

    nav.header-responsive ul a {
        padding: 10px 15px;
    }

    main.page, main.cart, main.page-404, main.cart-page, main.search-page, main.profile-page {
        margin-top: 50px;
    }
    .dokan-store .archive{
         padding-top: 120px;
    }
.widget-product .product-carousel .item .price, .brand-slider .product-carousel .item .price{
    font-size:16px;
}
#amazing-slider-responsive .card-header img {
    margin-top: -32px;
}
    main.single-product .entry-summary .woocommerce-product-rating {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        text-align: center;
    }
    .single-post-wrapper .post-card .single-post-content .wp-post-image{
      height: auto !important;
    }
    .main-footer .info .apps {
        text-align: center;
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        float: none;
        display: inline-block;
    }

    .page-404 {
        padding: 28px 0;
    }

    .brand-slider .owl-carousel .owl-nav .owl-prev {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel:hover .owl-nav .owl-prev, .brand-slider .owl-carousel:hover .owl-nav .owl-next {
        display: block;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }
	.woocommerce-page .woocommerce-cart-form .table-responsive .table tr td.product-thumbnail img.attachment-woocommerce_thumbnail {
    width: 150px !important;
    height: 150px !important;
    display: table;
    margin: 5px auto !important;
}
 .woocommerce-page .woocommerce-cart-form .table-responsive .table tr td{
     display:block;
     text-align:left !important;
 }
 .woocommerce-page .woocommerce-cart-form .table-responsive .table tr td:before{
    content: attr(data-title);
    font-weight: 700;
    float: right;
}
 .woocommerce-page .woocommerce-cart-form .table-responsive .table thead {
    display: none;
}
 .woocommerce-page .woocommerce-cart-form .table-responsive .table .checkout-item {
    border-top: 1px solid #eaeaea;
    overflow: hidden;
    width: auto !important;
    text-align: left;
}
 .woocommerce-page .woocommerce-cart-form .table-responsive .table .checkout-item .checkout-btn-remove{
    right: 5px;
    left: auto;
    margin: 5px auto;
}

 .woocommerce-page .woocommerce-cart-form .table-responsive .table .cart-footer,
 .woocommerce-page .woocommerce-cart-form .table-responsive .table .cart-footer td{
     display:block;
	text-align:center !important;
 }

 .header-responsive li.cart:after{
    content: attr(data-title);
    font-size: 10px;
    position: absolute;
    right: -10px;
    left: auto;
    top: -7px;
    color: #ffffff;
    background: #00bfd6;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}


/* custom responsive */
body.single-product {
    background: #f9f9f9;
}

.woocommerce .woocommerce-breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #929292;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 11px;
	line-height: 2;
	color: #929292;
	padding: 10px 0;
}
.woocommerce .woocommerce-breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
	color: #929292;
	
}
.woocommerce .woocommerce-breadcrumb a::after {
    font-family: 'fonticon';
	content: "\e0e7";
    letter-spacing: .4px;
    padding: 0 10px 0 5px;
    position: relative;
    top: 1px;
}
.woocommerce .woocommerce-breadcrumb a:last-child::after {
	display: none;
}
.woocommerce .woocommerce-breadcrumb span.breadcrumb-delimiter {
	display: none;
}

.woocommerce-product-gallery {
	position: relative;
	top: auto;
	margin-bottom: 0;
	display: block;
}
.c-gallery__items {
	margin: 15px;
}
.c-product-gallery__offer {
    border-radius: 9px 9px 0 0;
    font-size: 14px;
    line-height: 1.571;
    position: relative;
    z-index: 2;
    color: #fb3449;
    background-color: #fff;
    padding: 12px;
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,.09);
}
.c-product-gallery__offer_inner {	
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #fb3449;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.woocommerce img.c-product-gallery__offer-img, .woocommerce-page img.c-product-gallery__offer-img {
    height: 1rem;
	margin: 0;
}
.c-product-gallery__timer {
    margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.c-product__title_mobile {
	display: block;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding: 10px 20px;
	margin-bottom: 0;
	background-color: #fff;
}
.product .col-md-4.default {
	border-radius: 9px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	margin: 0 15px;
	padding: 0;
	position: relative;
	padding-bottom: 15px;
}
.woocommerce-product-gallery {
	background-color: #fff;
	padding-bottom: 0;
	border-radius: 9px;
}
.product-type-simple .product__seller-row--add-to-cart {
	border: none;
	padding: 0;
}
#GalleryModal .full-mobile-modal-content, #GalleryModal .full-mobile-modal-content-page {
	background: #fff;
	padding: 0;
	height: 100vh;
}
#GalleryModal .modal-content .modal-header {
	padding-top: 0;
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    padding-right: 12px;
}
#GalleryModal .modal-header .close {
    position: absolute;
    left: 0;
    margin-left: 24px;
}

#GalleryModal .modal-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	font-size: 14px;
	line-height: 1.571;
	padding: 0 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
    color: #ef394e;
}
#GalleryModal .modal-title::after {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #ef394e;
    bottom: -1px;
    right: 0;
    position: absolute;
}
#GalleryModal .modal-body {
	padding:0;
	height: auto;
	max-width: 100%;
	max-height: unset;
	flex-direction: column;
}
.c-remodal-gallery__info {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.c-remodal-gallery__title {
	display: none;
}
.c-remodal-gallery__main-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.c-remodal-gallery__thumbs {
	flex-wrap: nowrap;
}
.c-remodal-gallery__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    cursor: pointer;
    position: relative;
	border: none;
	border-radius: 0;
	margin: 0 5px;
	padding: 0;
	box-shadow: none;
}
.c-remodal-gallery__thumb--selected::before {
	content: "";
	width: 60%;
	right: 20%;
	bottom: 0;
	height: 3px;
	background-color: #00bfd6;
	position: absolute;
	z-index: 1;
	border-radius: 2px;
}
.c-gallery__item {
	padding: 0;
	flex-wrap: wrap;
	height: auto;
}
.c-gallery__options {
	flex: 1 1 auto;
	flex-direction: row;
	margin: 0;
	padding: 0 20px;
	margin-top: 10px;
	height: 25px;
}
.c-gallery__options li {
    display: inline-block;
    margin-top: 0px;
}
.hide-on-desktop {
	display: block !important;
}
.c-gallery__options li.hide-on-desktop {
	display: inline-block !important;
}

main.single-product .product {
	margin: 0;
	background: transparent;
}
.c-gallery__options .btn-option, .c-gallery__options li .compare-button a {
	color: #9b9b9b;
	height: 24px;
	width: 24px;
}
.c-gallery__options li + li {
    margin-right: 15px;
}

#zoom-box, .zoomWindow, .zoomLens, .zoomContainer, .zoomWindowContainer {
	display: none !important;
}

main.single-product .entry-summary .product-title {
	display: none;
}
.main-product-section {
	margin: 0;
	min-height: auto;
	border: none;
	padding: 0;
}


.c-product__plus-box {
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    font-size: 12px;
    line-height: 1.833;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 78px;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	border: none;
	margin-top: 0;
}
.c-product__plus-box-row:not(:last-child) {
    margin-bottom: 0;
}
.c-product__plus-box-row--between {
    width: 100%;
    color: #424750;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 28px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.c-product__plus-box-row--between::before {
    color: #ef394e;
    margin-left: 16px;
    font-size: 23px;
    line-height: 20px;
    content: "\e06d";
	font-family: 'fonticon';
	font-weight: normal;
}
.c-product__free-shipping-box-title img {
	display: none;
}
.c-product__plus-box-row--specs {
    z-index: 1;
    width: 100%;
    color: #81858b;
    font-weight: 400;
    margin-right: 40px !important;
    font-size: 12px;
    line-height: 26px;
	padding: 0;
}


.product__additional-info, .product__delivery-box, .product__seller-info {
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.833;
	padding: 1rem;
	margin: 15px 0;
	border: none;
}
.product__seller-info {
	margin: 0;
	padding: 0 15px;
}
.c-product__jumps {
	margin-top: 10px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}
.c-product__jumps-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.833;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-product__jumps-item a {
    color: #00c6db;
    margin-right: 4px;
}
.product__seller-counter {
	display: none;
}
.product__seller-row {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
	border-top: 1px solid #e5e5ea;
	padding: 15px 0;
}
.product__seller-row::after {
    display: none;
}
.product__seller-row--seller::before {
    color: #aaa;
    font-size: 1.5rem;
    margin-left: .5rem;
	content: "\e1df";
}
.product__seller-row--trusted-seller::before {
	display: none;
}
.c-badge-seller {
    padding: 4px 20px 0 5px;
    font-size: 10px;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
}
.c-badge-seller--prominent {
    color: #388e3c;
    height: 18px;
    background: #f2f8f2 url(../img/trusted-responsive.svg) no-repeat 100%;
}
.product__seller-row--summary-overlay .product__seller-row-main--arrow-left::before {
    content: "\e182";
	font-size: 1.3rem;
	font-weight: 700;
	color: #9b9b9b;
	vertical-align: middle;
}
.product__seller-row--guarantee::before {
    content: "\e167";
	color: #aaa;
    font-size: 1.5rem;
    margin-left: .5rem;
}
.product__seller-row--price {
	align-items: flex-end;
}
.product__seller-row--price .price-product {
	margin: 0;
}
.product__seller-row--price .price-product .price-discount {
	margin: 0 !important;
	left: 0;
	top: 16px;
}

.product__seller-price-prev, .product__seller-row--price .price-value del {
    font-size: 1.2rem;
    color: #b4b4b4;
    text-decoration: line-through;
    padding: .2rem;
}
.product__seller-price-pure, .product__seller-row--price .price-product .price-value {
    color: #fb3449 !important;
	font-size: 1.4rem;
	font-weight: normal;
}
.product__seller-row--price .price-product .price-value .woocommerce-Price-currencySymbol {
    color: #fb3449;
    font-weight: normal;
}
.product__seller-row--add-to-cart .product-add {
	margin: 0;
}
.product__seller-row--add-to-cart .product-add .quantity {
	display: none !important;
}
.single-product .product-add button.dk-btn {
	width: 100% !important;
}
.product__seller-row--add-to-cart .product-add {
    border-radius: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 -1px 2px 0 rgba(0,0,0,.08);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.08);
    background-color: #fff;
    padding: 12px;
}
.product__seller-row.product__seller-count-row {
	display: flex;
    color: #000;
}
.c-product-other-sellers__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.c-product-seller__extra::after {
    font-family: 'fonticon';
	content: "\e182";
    font-size: 1.3rem;
    font-weight: 700;
    color: #9b9b9b;
    vertical-align: middle;
}


.c-product__feature {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e5e5ea;
    padding-top: 15px;
    margin-top: 20px;
    height: unset !important;
    border-bottom: 1px solid #e5e5ea;
    padding-bottom: 16px;
    position: relative;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.8;
    color: #777;
    letter-spacing: -.3px;
    width: 100%;
}
.c-product__feature-col {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.c-product__feature .roww .c-product__feature-col:nth-child(5) {  
  display: none;
}
.c-product__feature-col span {
    padding: 0 5px 0;
    text-align: center;
	flex-direction: column;
}
.c-product__feature-col span img, .c-product__feature-item.no-img::before {
    margin: 0;
	margin-bottom: 5px;
	line-height: normal;
}
.c-product__feature-item img {
    max-width: 48px;
}

.c-box-suppliers {
	display: none;
}

.single-product  .related, .single-product  .upsells {
	background: transparent;
	border: none;
	padding: 0;
}
.single-product  .related > h2, .single-product  .upsells > h2 {
    margin-bottom: 15px;
    color: #858585 !important;
    font-size: 14px;
    line-height: 1.571;
	border: none;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-top: 10px;
}
.single-product .related .owl-carousel .owl-stage-outer {
    min-height: unset;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    padding: 8px 0;
    position: relative;
    min-height: 210px;
    width: 49.5vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.5vw;
    flex: 0 0 49.5vw;
    border: 1px solid #f6f6f6;
    border-radius: 8px;
	min-width: unset;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item::after {
	display: none;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item > a:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 124px;
    margin-bottom: 10px;
    padding: 10px 15px;
    z-index: 0;
    position: relative;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item > a:first-of-type img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    position: relative;
    overflow: hidden;
    overflow: visible;
    min-height: 124px;
    min-width: 100%;
}
.single-product .widget-product .product-carousel .item .post-title, .brand-slider .product-carousel .item .post-title {
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    color: #2a2a2a;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    padding: 0 15px;
	margin: 0;
	max-height: unset;
	height: auto;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item .post-title a {
	margin: 0;
	font-size: 14px;
    line-height: 1.6;
	height: auto;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item .post-content {
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0;
	height: auto;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item .post-content .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 52px;
    padding: 4px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
	
	font-size: 16px;
	line-height: 1.375;
	color: #000;
	font-weight: 700;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item .post-content .price .woocommerce-Price-currencySymbol{
    font-size: 10px;
    line-height: 2.2;
    font-weight: 400;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item .post-content .price del {
	font-size: 13px;
	line-height: 1.692;
	color: #ababab;
	font-weight: normal;
}
.single-product .related-carousel.product-carousel .owl-stage .owl-item .item .post-content .price ins {
	height: auto;
	color: #000 !important;
}


.box-tabs {
    max-width: 100%;
}
.box-tabs > ul {
    display: none;
}
.js-product-tab-content {
	margin: 0;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    padding: 15px;
	margin-bottom: 15px;
}
#tab-description {
	margin-bottom: 0;
}
.js-product-tab-content h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 1.571;
	letter-spacing: -.5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e5e5ea;
	padding: 15px 0 0;
	margin-top: 15px;
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
.c-product-text__more {
    color: #00bfd5;
    font-size: 12px;
    line-height: 1.833;
    padding-left: 18px;
    position: relative;
}
.c-product-text__more::before {
	font-family: 'fonticon';
    content: "\e0e7";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
}
.c-content-expert__summary {
    color: #858585;
    font-size: 12px;
    line-height: 1.833;
    margin-top: 15px;
}
.c-content-expert__summary p {
	line-height: 1.833;
	margin: 0;
}
.c-content-expert__summary img {
	display: none;
}
.c-content-expert__summary {
	min-height: 200px;
}
.c-mask__text--product-summary {
	max-height: 200px;
}
.o-collapse {
    margin: 15px 0;
}
.c-product-text {
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    padding: 15px;
}
.c-mask .o-btn {
    position: absolute !important;
    top: -45px;
    left: 0;
	color: #00bfd5;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.833;
	padding-left: 18px;
	position: relative;
}
.o-btn--link-blue-sm::after {
    content: "\e0e7";
    font-size: 13px;
}
.c-content-expert__summary .c-mask__handler {
	display: none;
}
.c-content-expert__separator {
    display: none;
}
#tab-additional_information {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: -15px;
}
#tab-additional_information h2 {
    border-top: 1px solid #e5e5ea;
    padding-top: 15px;
}
#tab-additional_information .woocommerce-product-attributes, #tab-additional_information .c-content-expert__separator {
	display: none;
}
#tab-additional_information .woocommerce-product-attributes.attribute-more-mobile {
	display: block;
}
.woocommerce-product-attributes section {
	padding: 0;
	border: none;
}
.woocommerce-product-attributes h3 {
	display: none;
}
.woocommerce-product-attributes ul {
	margin: 0;
}
.woocommerce-product-attributes ul li {
	margin: 0;
	line-height: normal;
	flex-direction: column;
}
.woocommerce-product-attributes ul li .woocommerce-product-attributes-item__label, .woocommerce-product-attributes ul li .woocommerce-product-attributes-item__value {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.woocommerce-product-attributes ul li .woocommerce-product-attributes-item__label .block, .woocommerce-product-attributes ul li .woocommerce-product-attributes-item__value .block {
	padding: 0;
	min-width: unset;
	color: #2a2a2a;
}
.woocommerce-product-attributes ul li .woocommerce-product-attributes-item__label .block {
	background-color: #f1f1f1;
	padding: 5px 9px;
}
.woocommerce-product-attributes ul li .woocommerce-product-attributes-item__value .block {
	padding: 10px 9px;
}

.product-attributes-mobile {
	display: block;
    color: #858585;
    font-size: 12px;
    line-height: 1.833;
    margin-top: 15px;
	position: relative;
}
.product-attributes-mobile ul {
    list-style: none;
    padding: 0;
    color: #858585;
    font-size: 14px;
    line-height: 1.571;
	display: block;
}
.product-attributes-mobile ul li {
    margin: 5px 0;
	padding: 0;
    padding-right: 21px;
    position: relative;
	line-height: 1.571;
	font-size: 13px;
}
.product-attributes-mobile ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #d8d8d8;
    top: 6px;
    right: 5px;
    border-radius: 50%;
    position: absolute;
}
.product-attributes-mobile .show-more {
    position: absolute !important;
    top: -35px;
    left: 0;
	color: #00bfd5;
	font-size: 12px;
	line-height: 1.833;
	padding-left: 18px;
	position: relative;
}
.product-attributes-mobile .show-more::before {
    font-family: 'fonticon';
	content: "\e0e7";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
}
.advanced-review .advanced-review-rating {
	display: none;
}
.c-mini-buy-box-fixed {
	display: none;
}
.c-footer__product-id {
    font-size: 13px;
	line-height: 1.692;
	color: #858585;
	text-align: center;
	width: 100%;
	padding: 16px;
}
.o-btn--outlined-gray-sm {
    padding: 8px 6px;
}

.hide-on-mob {
	display: none !important;
}

.c-dropup__container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 15;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 80vh;
}
.c-b-share-product {
    margin: 0;
    text-align: right;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.5px;
}
.c-dropup__content-wrapper {
    z-index: 1;
    background-color: #fff;
    padding: 25px;
    min-height: 50px;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 -1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 -1px 8px 0 rgba(0,0,0,.2);
}
.c-b-share-product__content-wrapper {
    padding-top: 15px;
    padding-bottom: 10px;
}
.c-dropup__header {
    margin-bottom: 11.5px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
}
.c-b-share-product__header {
    color: #2a2a2a;
}
.c-dropup__content {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.c-b-share-product__main {
    padding: 0;
}
.c-b-share-product__list {
    list-style: none;
}
.c-b-share-product__link {
    display: block;
    position: relative;
    margin: 20px 0;
    color: #2a2a2a;
    padding: 5px 47px 5px 0;
}
.c-b-share-product__link::before {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
	font-family: 'fonticon';
}
.c-b-share-product__link--twitter::before {
    content: "\e0d3";
    color: #73d0f9;
}
.c-b-share-product__link--fb::before {
    content: "\e0ce";
	color: #fff;
	background: #3666c0;
	line-height: 1;
}
.c-b-share-product__link--whatsapp::before {
    content: "\E22D";
    background-color: #1bd741;
    color: #fff;
    position: absolute;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    font-size: 26px;
    padding: 6px;
}
.c-dropup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfdfdf;
    opacity: .65;
    z-index: -1;
    pointer-events: all;
    display: none;
}



.full-mobile-modal-content {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #2b2e38;
    vertical-align: middle;
    max-width: 100%;
    -webkit-box-shadow: 0 19px 38px 0 rgba(61,61,61,.18);
    box-shadow: 0 19px 38px 0 rgba(61,61,61,.18);
    -webkit-animation: Nb .5s ease-in,Nb .5s ease-out;
    animation: Nb .5s ease-in,Nb .5s ease-out;
    min-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    text-align: right;
    background-color: #f9f9f9;
}
.full-mobile-modal-content-page {
    padding: 8px;
	border-radius: none;
	box-shadow: none;
	background-color: #f9f9f9;
}
.full-mobile-modal-content-page .modal-body {
    padding: 0;
    line-height: 1;
}
.c-page-title-bar {
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-page-title-bar, .c-page-title-bar__title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-page-title-bar__title-holder {
    width: 100%;
}
.c-page-title-bar__btn-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-page-title-bar__btn-back::before {
    font-size: 26px;
    line-height: 1.692;
	font-family: 'fonticon';
    content: "\e0be";
}
.c-page-title-bar__title {
    font-size: 18px;
    line-height: 2;
}
.c-remodal-other-sellers--mt-1 {
    margin-top: 1rem;
}
.c-remodal-other-sellers__seller {
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    border-radius: 9px;
    background: #fff;
}
.c-remodal-other-sellers__field {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-remodal-other-sellers__field::before {
    color: #9b9b9b;
    font-size: 1.7rem;
    margin-left: .5rem;
	font-family: 'fonticon';
}
.c-remodal-other-sellers__field--main::before {
    content: "\e203";
}
.c-remodal-other-sellers__title-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.c-remodal-other-sellers__title {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}
.c-remodal-other-sellers__rates {
    color: #00bfd6;
}
.c-remodal-other-sellers__arrow {
    font-size: 2rem;
}
.c-remodal-other-sellers__arrow::before {
	font-family: 'fonticon';
    content: "\e182";
}

.c-remodal-other-sellers__field--guarantee::before {
    content: "\e167";
}
.c-remodal-other-sellers__field--shipment::before {
    content: "\e083";
    color: #424750;
    font-size: 24px;
    line-height: 24px;
}
.c-remodal-other-sellers__footer {
    border-top: 1px solid #e4e4e4;
    padding-top: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-remodal-other-sellers__price-wrapper {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-remodal-other-sellers__price-wrapper .amount {
    font-size: 1.3rem;
}
.c-remodal-other-sellers__price-wrapper .amount .woocommerce-Price-currencySymbol {
    font-size: 12px;
}
.c-remodal-other-sellers__basket-btn {
    padding: .5rem 1rem;
    border-radius: 4px;
    background-color: #ef394e;
    color: #fff;
    text-align: center;
    font-size: .9rem;
}


.woocommerce-Reviews-title {
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -.5px;
}

.c-comments__add {
	border-radius: 8px;
	border: 1px solid #00bfd5;
	margin: 0;
	position: relative;
	padding: 5px 8px 5px 34px;
	color: #00bfd5;
	background: #fff;
	display: block !important;
	white-space: nowrap;
}
.c-comments__add::before {
	font-family: 'fonticon';
    content: "\e0a9";
    font-size: 13px;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #00bfd5;
}
.c-comments__side-bar {
	display: none;
}
.c-comments__content-section {
    max-width: 100%;
}
.c-comments__container {
	margin: 0;
}
.c-comments__list {
	margin: 0;
}
.c-comments__item {
	padding-top: 0;
}
.first-row-comment-list, .c-comments__item .c-comments__buyer-badge {
	display: none;
}
.c-comments__item--pdp .c-comments__row {
	margin: 0;
}
.second-row-comment-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.c-comments__detail {
    color: #515151;
    font-size: 14px;
	line-height: 1.5;
}
.c-comments__detail + .c-comments__detail {
    margin: 0;
	padding: 0;
}
.c-comments__detail + .c-comments__detail::before {
    display: none;
}
.c-comments__item--pdp .c-comments__content {
    color: #858585;
    font-size: 11px;
    line-height: 2;
}
.c-comments__separator, .c-comments__modal-evaluation, .last-row-comment-list {
	display: none;
}
.c-comments__item + .c-comments__item {
	border: none;
}

.submit-comment main.page .main-content {
	padding: 0;
}

.submit-comment main.page {
	margin: 0;
	padding: 0;
}
.submit-comment .main-header, .submit-comment nav.header-responsive, .submit-comment .main-footer {
	display: none;
}

.c-page-title-bar, .c-page-title-bar__title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-page-title-bar {
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-page-title-bar__title-holder {
    width: 100%;
}
.c-page-title-bar__btn-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-page-title-bar__btn-back:before {
	font-family: 'fonticon';
    font-size: 26px;
    line-height: 1.692;
    content: "\e0be";
}
.c-page-title-bar__title {
    font-size: 18px;
    line-height: 2;
}

#addCommentForm {
    margin: 15px 0;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    padding: 5px 14px 14px;
}
.c-add-comment__section-header {
	display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5ea;
}
.c-comments-product__col--gallery, .c-comments-product__headline {
	display: none;
}
.c-comments-product__col--info {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	background: transparent;
}
.c-comments-product__attributes {
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
	padding-bottom: 12px;
}
.c-comments-product__attributes-row {
	margin: 0;
	flex-direction: column;
}
.c-comments-product__attributes-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    direction: rtl;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    min-height: 56px;
    position: relative;
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.c-comments-product__attributes-title {
    font-size: 12px;
    line-height: 2;
    color: #858585;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    vertical-align: middle;
}
.c-comments-product__attributes .c-slider {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
	margin: 0;
}
.c-slider[data-rate-title]::before {
    display: none;
}
.c-comments-rates__value {
	font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    letter-spacing: -.5px;
    color: #2a2a2a;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
}
.c-comments-add__col--content {
	display: none;
}
.c-comments-add__col--form {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	padding-top: 10px;
}
.c-form-comment__title {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    color: #424242;
}
.c-form-comment__col--agreement {
	max-width: 100%;
}
.c-form-comment__col--cancellation {
	display: none;
}
.c-form-comment__row {
	margin-top: 0;
}
.c-form-comment__col--half-width {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.c-form-comment .btn-default {
    padding: 5px 20px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    background-color: #00bfd6;
}
/* custom responsive */

}

.sticky-back-to-top {
    position: fixed;
    right: 15px;
    left: auto;
    width: 35px;
    height: 35px;
    z-index: 99999;
    background-color: #00bfd6;
    border-radius: 50%;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
}

.sticky-back-to-top span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px 0 0 0;
}

@media (min-width: 992px) {

    .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }

    .widget-product .product-carousel .owl-item:hover, .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

}

@media (max-width: 992px) {
    .listing-header {
        padding: 10px 40px 0 0;
    }

    .listing-sort {
        display: block;
        width: 100%;
    }

    .center-section {
        margin: 0 auto;
    }

    .center-breakpoint {
        margin: 0 auto;
    }

    .cat-overlay {
        display: none !important;
    }

    .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: 1px solid transparent;
        transition: all 0.2s ease-out;
        border-radius: 8px;
        position: relative;
    }

    .widget-product .product-carousel .owl-item:hover, .brand-slider .owl-carousel .owl-item:hover {
        border: 1px solid #eceff1;
    }
}

@media (max-width: 768px) {
    .widget-suggestion #suggestion-slider .item img{
        max-width:100% !important;
    }
    .widget-suggestion #suggestion-slider .item .price{
        font-size:18px !important;
    }
    .box-tabs-tab a, .box-tabs-tab a.active {
        font-size: 14px;
        line-height: 23px;
        padding: 10px;
    }

    .box-tabs-tab a i {
        margin-left: 2px;
    }

    .amazing-search .breadcrumb-list li a, .amazing-search .breadcrumb-list li:last-child, .amazing-search .breadcrumb-list li:before {
        color: #6a6a6a;
    }

    .comments-area h3.comment-reply-title {
        margin-right: 0;
    }

    .comments-area ol.children {
        padding: 0;
    }

    p.comment-notes {
        margin-right: 0;
    }
	.search-page .price .woocommerce-Price-amount{
		display: block !important;
	}
}
 
@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

@media (max-width: 520px) {
    #amazing-slider {
        display: none;
    }
    .offers-carousel-container {
    background: url(../img/svg/special-offer-responsive.svg) 0 0 no-repeat,-webkit-linear-gradient(148deg,#ef394e 67%,#ef5662);
    background: url(../img/svg/special-offer-responsive.svg) 0 0 no-repeat,-o-linear-gradient(148deg,#ef394e 67%,#ef5662);
    background: url(../img/svg/special-offer-responsive.svg) 0 0 no-repeat,linear-gradient(302deg,#ef394e 67%,#ef5662);
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 -8px;
    padding-right: 20px;
    overflow: auto;
}
    .offers-carousel-container  .offers-carousel-title{
  margin: 0;
    width: 140px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .offers-carousel-products{
    padding-right: 8px !important;
    margin-right: -8px !important;
    margin-left: 8px !important;
    width: calc(100% + 16px) !important;
    overflow: visible;
    min-width: 100% !important;
  }
    .offer-carousel{
        /* --- ABDI --- */
        /* width: 60% !important; */
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);;
        border-radius: 9px;
        padding: 8px 0;
        /*position: relative; */
        min-height: 310px!important;
        border: 1px solid #f6f6f6;
    }
    .offer-carousel .product-box{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    align-items: center;
    }
  .offer-carousel .product-box-img
    {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 124px !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    /* padding: 10px 15px; */
    z-index: 0;
    position: relative;
    }
    .offer-carousel .price-value ins{
      left: 0;
    }
    .offer-carousel .price-discount{
      left: -25px;
      height: 20px;
      line-height: 20px;
      visibility: hidden;
      opacity: 0;
    }
    .offer-carousel .product-box-amazing{
      width: auto;
      margin-top: 0;
    }
    .offer-carousel .product-box-remained{
      display: none;
    }
    .offer-carousel .countdown-timer:after{
      left: -7px;
    top: 2px;
        font-size: 20px;
    }
    .main-footer .vc_row{
        margin-left:0;
        margin-right:0;
    }
    .main-footer .newsletter {
        padding:0 25px;
    }
    .main-footer .widget_nav_menu{
        padding: 0 20px;
    }
    .main-footer .widget_nav_menu .widgettitle{
         text-align:center;
         font-weight: 600;
    }
    .main-footer .widget_nav_menu ul li{
        text-align:center;
    }
    .main-footer .contact ul{
        display:none
    } .main-footer .contact p{
       text-align:center;
    }
    .is-mobile .main-footer .border-top{
        border-top:1px solid #ccc;
    }
    .is-mobile .main-footer{
        background:#fafafa;
    }

    .is-mobile .main-footer  .mc4wp-form-fields  input[type="email"]{
    background: #ffffff;
    color: #545454;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 5px;
    width: 90%;
    display: table;
    margin: 5px auto;
    }
   .is-mobile .main-footer .mc4wp-form-fields  input[type="submit"]{
    width: 90%;
    height: 44px;
    margin: 5px auto;
    display: table;
    color: #fff;
    background: #00bfd6;
    }
   .is-mobile .main-footer .socials .footer-social,.main-footer .socials .footer-social {
    text-align: center;
    margin: 5px auto;
    display: table;
}
.is-mobile  .main-footer .widget_nav_menu ul li{
    text-align:center;
}
.is-mobile  .main-footer .mobile-copyright{
   background:#eceff1;
}
    #amazing-slider-responsive {
        display: block;
    }

    .owl-nav {
        display: none !important;
    }

    .checkout-item {
        width: auto;
        overflow-x: visible;
        display: block;
    }

    .box-tabs-tab {
        width: 30%;
        text-align: center;
    }

    .box-tabs-tab a {
        font-size: 15px;
    }

    .box-tabs-tab a i {
        display: none;
    }

    .single-product .card-header {
        background-color: #fff;
    }

    .single-product .card-header button {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .account-box {
        width: 100%;
    }

    .account-box-title {
        padding: 10px;
        font-size: 16px;
    }

    .account-box-content {
        padding: 0 10px;
    }

    .form-account-title {
        font-size: 12px;
    }

    .input-label i:before {
        right: 10px;
        top: 17px;
        font-size: 16px;
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px;
    }

    .account-box-content .dk-btn {
        font-size: 1.286rem;
        padding: 17px 55px;
    }

    .cart-empty-icon {
        width: 137px;
        height: 137px;
        line-height: 170px;
    }

    .cart-empty-icon i {
        font-size: 50px;
    }

    .cart-empty-title {
        font-size: 22px;
        margin: 15px 0 15px;
    }

    .cart-empty a.dk-btn {
        display: block;
        font-size: 12px;
        padding: 17px 50px;
    }

    .product-add a.dk-btn {
        display: block;
        font-size: 16px;
    }

    .product .price-product .price-discount {
        margin: 20px 0;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px;
    }

    .widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
        font-size: 14px;
    }

    .single-product .price-product {
        text-align: center !important;
    }

    .single-product .product-add .quantity {
        display: table;
        margin: 10px auto;
        float: none;
    }

    .single-product .product-add button.dk-btn {
        display: table;
        margin: 0 auto;
        width: auto;
        float: none;
    }

    .single-product .product-directory ul {
        margin-right: 0;
        display: block;
    }

    .single-product .product-directory ul li {
        text-align: center;
        display: block;
    }

    .single-product .compare {
        text-align: center;
    }

    .header-responsive .search-nav ul li a {
        padding: 5px 7px;
    }

    main.single-product .entry-summary .product-delivery .list-group-item .mdi {
        left: 0;
        right: auto;
        margin-left: 5px;
    }

    .sidebar-page {
        margin: 20px 0 0;
    }

    .shop-page-header-sort:before {
        float: right;
        line-height: 25px;
    }

    .shop-page-header-sort li {
        display: block;
        float: right;
        text-align: right;
    }

    .woocommerce .listing .product-box-row {
        width: auto;
        display: block;
    }

    .main-footer .info a {
        padding: 0;
    }
}

@media (max-width: 360px) {
    .cart-empty a.dk-btn {
        padding: 17px;
    }

    .cart-empty a.dk-btn > i, .cart-empty .dk-btn:before {
        display: none;
    }

    .checkout-summary-content .parent-btn .dk-btn {
        font-size: 16px;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 12px;
    }

    #amazing-slider-responsive .countdown-timer {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1396px;
    }
}
