@charset "UTF-8";

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 0.4
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow-y: auto
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}



.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}


.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}



.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}


button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}



.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}




.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}

.bootstrap-touchspin.input-group {
    max-width: 68px;
    padding-right: 20px;
    margin-bottom: 0
}

.bootstrap-touchspin .form-control {
    text-align: center;
    margin-bottom: 0;
    height: 4.2rem;
    max-width: 46px;
    padding: 1.1rem 1rem
}

.bootstrap-touchspin .form-control:not(:focus) {
    border-color: #ccc
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 2rem;
    padding: 0;
    width: 2rem;
    text-align: center;
    font-size: 1.2rem
}

.bootstrap-touchspin .input-group-btn-vertical>.btn:before {
    position: relative;
    margin: 0;
    width: auto;
    line-height: 1;
    width: auto;
    top: -0.1rem;
    margin-right: -0.2rem
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    bottom: 0
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.wishlist-popup .wishlist-popup-msg {
    font-weight: 600;
    line-height: 1.6;
    text-align: center
}

.wishlist-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 1071
}


.login-popup .btn-regist {
    margin-top: 3.6rem;
    font-size: 1.6rem;
    letter-spacing: -0.025em
}

.login-popup .form-footer-right {
    margin-bottom: 0.6rem
}

.login-popup .form-input {
    height: 42px
}

.login-popup .container {
    padding: 3.9rem 3.6rem 4.7rem
}

.login-popup .title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.45;
    margin-bottom: 0.9rem
}

.login-popup form {
    display: block
}

.login-popup label {
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 0.6rem
}

.login-popup .form-footer {
    margin: 1rem 0 2.1rem
}

.login-popup .form-footer .custom-control {
    margin: 0 0 0 auto;
    font-size: 1.3rem;
    padding-left: 2.5rem
}

.login-popup .forget-password {
    color: #222529;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.login-popup .btn-block {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.5rem 2.4rem;
    letter-spacing: -0.02em
}

.login-popup .form-control {
    padding-left: 2.5rem
}

.login-popup .form-control:hover {
    outline: none
}

.login-popup .custom-control-label {
    margin-top: 2px;
    font-size: 1.2rem
}



.mfp-bg {
    background-color: #777777
}

button.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    opacity: 0.65;
    cursor: pointer;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    transform: rotateZ(45deg);
    color: #838383
}

button.mfp-close:hover {
    opacity: 1
}

.mfp-image-holder button.mfp-close {
    width: 41px;
    color: #fff;
    text-align: left
}

button.mfp-close:after {
    content: "";
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid
}

button.mfp-close:before {
    content: "";
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid
}

.newsletter-popup-content {
    max-width: 357px
}

.newsletter-popup-content .form-control {
    height: auto;
    padding: 7px 12px 9px 22px;
    border-radius: 3rem 0 0 3rem;
    font-size: 1.36rem;
    line-height: 2.4;
    border: none;
    background-color: #f4f4f4
}





.mfp-newsletter.mfp-removing {
    transition: opacity 0.35s ease-out;
    opacity: 0
}

.mfp-ready .mfp-preloader {
    display: none
}

.mfp-zoom-out-cur .mfp-bg {
    opacity: 0.8;
    background-color: #0b0b0b
}

.mfp-zoom-out-cur .mfp-counter {
    color: #fff
}

.mfp-zoom-out-cur .mfp-arrow-right:before {
    border-left: 0
}

.mfp-zoom-out-cur .mfp-arrow-left:before {
    border-right: 0
}

.login-popup.mfp-bg,
.mfp-ajax-product.mfp-bg {
    opacity: 0.6;
    background-color: transparent
}

.mfp-ajax-product .product-single-container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}
    

.mfp-ajax-product {
    z-index: 1058
}

.mfp-bg.login-popup,
.mfp-bg.mfp-newsletter,
.mfp-wrap.login-popup,
.mfp-wrap.mfp-newsletter {
    z-index: 1058
}

@media (max-width:991px) {
    .mfp-container {
        padding: 0.6rem
    }
}


@media (min-width:768px) {
    .login-popup .col-md-6 {
        padding: 0 2rem
    }

    .login-popup .col-md-6:first-child {
        border-right: 1px solid #f5f6f6
    }
}

.product-intro.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0
}

.product-intro.owl-carousel.owl-theme .owl-dots {
    top: -58px;
    position: absolute;
    right: 0
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    background: none;
    margin: 5px 2px;
    border-radius: 7px;
    border-color: rgba(0, 68, 102, 0.4);
    transition: opacity 0.2s
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border-color: #08c
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:before,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before {
    display: none
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 3px;
    right: 3px;
    top: 3px;
    border-radius: 10px;
    background-color: #08c
}

.product-intro.owl-carousel.owl-theme .owl-nav {
    color: #333;
    font-size: 2.4rem
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    opacity: 0;
    transition: opacity 0.2s, transform 0.4s;
    top: 30%;
    width: 30px
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    text-align: left;
    left: -30px;
    padding-right: 30px;
    transform: translateX(-10px)
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    text-align: right;
    right: -30px;
    padding-left: 30px;
    transform: translateX(10px)
}

.product-intro.owl-carousel.owl-theme:hover .owl-next,
.product-intro.owl-carousel.owl-theme:hover .owl-prev {
    transform: translateX(0);
    opacity: 1
}

.product-panel {
    margin-bottom: 3.5rem
}

.product-panel .section-title {
    color: #313131;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 2.4rem
}

.product-panel .section-title h2 {
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.01em;
    line-height: 22px;
    text-transform: uppercase
}

.tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 1rem 0.7rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%)
}

figure .porto-loading-icon {
    position: absolute
}

.product-default {
    color: #777;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease-in-out
}

.product-default a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-default a:hover {
    color: #08c;
    text-decoration: none
}

.product-default figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem
}

.product-default figure>a:first-child {
    width: 100%;
    height: 100%
}

.product-default figure img {
    transition: opacity 0.3s ease-in-out;
    height: auto;
    width: 100%
}

.product-default figure img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative
}

.product-default .label-group {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px
}

.product-default .product-label.label-hot {
    background-color: #2ba968
}

.product-default .product-label.label-sale {
    background-color: #da5555
}

.product-default .product-label.label-number {
    display: flex;
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.6rem;
    background-color: #08c;
    color: #fff
}

.product-default .product-label.label-number span {
    margin-left: 1px
}

.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    padding: 0 0.8rem;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-default .category-wrap {
    width: 100%;
    white-space: nowrap
}

.product-default .category-list {
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    opacity: 0.8;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Poppins, sans-serif;
    line-height: 1.35;
    letter-spacing: 0.005em;
    margin-bottom: 0.4rem
}

.product-default .product-title a {
    display: block
}

.product-default .title-wrap .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-bottom: 0.5rem
}

.product-default .title-wrap .btn-icon-wish {
    margin-top: -2px
}

.product-default .product-action {
    position: relative;
    margin-bottom: 1.5rem;
    color: #333;
    text-align: center
}

.product-default .btn-add-cart,
.product-default .btn-icon-wish,
.product-default .btn-quickview {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #6f6e6b;
    line-height: 34px
}

.product-default .btn-icon-wish,
.product-default .btn-quickview {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all 0.25s ease
}

.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
    color: #e27c7c
}

.product-default .btn-icon-wish.checked i:before,
.product-default .btn-quickview.checked i:before {
    content: ""
}

.product-default .btn-icon-wish:hover,
.product-default .btn-quickview:hover {
    color: #333
}

.product-default .btn-icon-wish {
    left: 0
}

.product-default .btn-icon-wish.added-wishlist i:before {
    content: "";
    color: #da5555
}

.product-default .btn-quickview {
    font-size: 1.4rem;
    right: 0
}

.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: none
}

.product-default .btn-add-cart {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.25s ease
}

.product-default .btn-add-cart i {
    font-size: 1.5rem;
    line-height: 32px
}

.product-default .btn-add-cart i:before {
    margin: 0 4px 0 0;
    font-weight: 800
}

.product-default.product-unfold .btn-add-cart i {
    display: inline-block
}

.product-default.product-unfold .btn-icon-wish,
.product-default.product-unfold .btn-quickview {
    position: relative
}

.product-default.product-unfold:hover .product-action a.btn-quickview {
    right: 0
}

.product-default.product-unfold:hover .product-action a.btn-icon-wish {
    left: 0
}

.product-default:hover {
    z-index: 1;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease-in-out
}

.product-default:hover figure img:first-child {
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.product-default:hover figure img:last-child {
    opacity: 1;
    transition: opacity 0.3s ease-in-out
}

.product-default:hover .btn-add-cart {
    background: #2b2b2d;
    border-color: #2b2b2d;
    color: #fff
}

.product-default:hover .btn-add-cart.product-type-simple i {
    display: inline-block
}

.product-default:hover .product-action a {
    opacity: 1
}

.product-default:hover .product-action a.btn-icon-wish {
    left: -40px
}

.product-default:hover .product-action a.btn-quickview {
    right: -40px
}

.tooltip-top:after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent
}

.old-price {
    text-decoration: line-through;
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    color: #999;
    margin-right: 3px
}

.product-price {
    color: #222529;
    font-size: 1.8rem;
    line-height: 1
}

.price-box {
    margin-bottom: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1
}

.ratings-container {
    line-height: 1;
    margin: 0 0 12px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.ratings-container .product-ratings {
    height: 11px
}

.ratings-container .product-ratings:before {
    content: "";
    color: rgba(0, 0, 0, 0.16)
}

.ratings-container .product-ratings:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings-container .ratings:before {
    content: "";
    color: #6a6a6d
}

.product-select-group {
    display: flex;
    display: -ms-flexbox
}

.product-select {
    margin: 0 4px 0 0;
    cursor: pointer
}

.product-select.type-image {
    width: 32px;
    height: 32px;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.09)
}

.product-select.type-image.checked,
.product-select.type-image.hover {
    border: 1px solid #08c
}

.product-select.type-check {
    margin: 5px;
    overflow: visible;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.product-select.type-check:after {
    content: "";
    background-color: transparent;
    border: 1px solid black;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    width: 18px;
    display: block;
    height: 18px
}

.product-select.type-check.checked:before {
    font-size: 8px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    text-align: center
}

.product-nav-filter {
    display: flex;
    align-items: center
}

.product-nav-thumbs a,
.product-nav-thumbs span {
    margin-right: 0.6rem;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
    border: 1px solid #e9e9e9;
    transition: border-color 0.35s
}

.product-nav-thumbs a:hover,
.product-nav-thumbs span:hover {
    border-color: #1d70ba
}

.product-nav-dots {
    padding-top: 2px
}

.product-nav-dots a,
.product-nav-dots span {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #fff;
    margin-right: 0.6rem;
    transition: box-shadow 0.35s ease;
    box-shadow: 0 0 0 0.1rem #999
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
    box-shadow: 0 0 0 0.1rem #222529
}

.product-single-qty {
    display: inline-block;
    max-width: 104px;
    vertical-align: middle
}

.product-single-qty .bootstrap-touchspin.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
    padding-right: 0
}

.product-single-qty .bootstrap-touchspin .form-control {
    width: 2.7em;
    height: 36px;
    padding: 10px 2px;
    color: #222529;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    text-align: center
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
    border-color: #dae2e6
}

.product-single-qty .btn {
    width: 2.2em;
    padding: 0
}

.product-single-qty .btn.btn-down-icon:hover:after,
.product-single-qty .btn.btn-down-icon:hover:before,
.product-single-qty .btn.btn-up-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before {
    background-color: #08c
}

.product-single-qty .btn.btn-outline {
    border-color: #e7e7e7
}

.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:after,
.product-single-qty .btn.btn-up-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    margin-left: -0.55rem;
    background: #222529;
    content: ""
}

.product-single-qty .btn.btn-up-icon:before {
    transform: rotate(90deg)
}

.product-single-qty .horizontal-quantity::-webkit-inner-spin-button,
.product-single-qty .horizontal-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.config-swatch-list {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-swatch-list li a {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin: 3px 6px 3px 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}

.config-swatch-list li .color-panel {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fff;
    transition: all 0.3s;
    margin-right: 1.5rem
}

.config-swatch-list li span:last-child {
    cursor: pointer
}

.config-swatch-list li:hover span:last-child {
    color: #08c
}

.config-swatch-list li.active a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-family: "porto";
    font-size: 1.1rem;
    line-height: 1;
    content: ""
}

.config-swatch-list a:focus .color-panel,
.config-swatch-list a:hover .color-panel,
.config-swatch-list li.active .color-panel {
    box-shadow: 0 0 0 0.1rem #dfdfdf
}

.modal#addCartModal {
    width: 340px;
    top: calc((100% - 320px) / 2);
    left: calc((100% - 320px) / 2);
    padding: 10px !important;
    overflow: hidden
}

.modal#addCartModal .modal-dialog {
    margin: 0
}

.modal#addCartModal .modal-content {
    margin: 0;
    border: none;
    box-shadow: none
}

.add-cart-box {
    padding: 19px 10px 20px !important;
    border-top: 4px solid #08c;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.add-cart-box h4 {
    font-weight: 500;
    color: #08c;
    margin-bottom: 1.8rem
}

.add-cart-box img {
    margin: 0 auto 10px;
    width: 120px
}

.add-cart-box .btn-actions {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around;
    -ms-flex-pack: distribute
}

.add-cart-box .btn-actions .btn-primary {
    width: 140px;
    padding: 8px 0;
    font: 500 16px "Open Sans", sans-serif;
    border: none;
    cursor: pointer
}

.add-cart-box .btn-actions .btn-primary:active,
.add-cart-box .btn-actions .btn-primary:active:focus,
.add-cart-box .btn-actions .btn-primary:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.divide-line>.col-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-1:nth-child(12n) {
    border-right: none
}

.divide-line>.col-2:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-2:nth-child(6n) {
    border-right: none
}

.divide-line>.col-3:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-3:nth-child(4n) {
    border-right: none
}

.divide-line>.col-4:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-4:nth-child(3n) {
    border-right: none
}

.divide-line>.col-5:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-5:nth-child(2n) {
    border-right: none
}

.divide-line>.col-6:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-6:nth-child(2n) {
    border-right: none
}

.divide-line>.col-7:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-7:nth-child(1n) {
    border-right: none
}

.divide-line>.col-8:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-8:nth-child(1n) {
    border-right: none
}

.divide-line>.col-9:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-9:nth-child(1n) {
    border-right: none
}

.divide-line>.col-10:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-10:nth-child(1n) {
    border-right: none
}

.divide-line>.col-11:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-11:nth-child(1n) {
    border-right: none
}

.divide-line:not(.up-effect) .product-default .btn-quickview {
    width: calc(100% - 30px);
    margin: 0 15px
}

.divide-line:not(.up-effect) .product-default .product-details {
    padding: 0 1.5rem
}

.divide-line.up-effect {
    margin-top: -2rem
}

.divide-line.up-effect .product-default {
    padding-top: 5rem;
    margin: 0;
    transition: 0.3s
}

.divide-line.up-effect .product-default .product-action {
    transition: 0.3s;
    opacity: 0
}

.divide-line.up-effect .product-default:hover {
    padding-top: 1rem;
    padding-bottom: 4rem
}

.divide-line.up-effect .product-default:hover .product-action {
    opacity: 1
}

.divide-line .product-default {
    margin-bottom: 0
}

.divide-line .product-default:hover {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1)
}

.divide-line .product-default:hover figure {
    box-shadow: none
}

.inner-quickview figure {
    position: relative
}

.inner-quickview figure .btn-quickview {
    position: absolute;
    padding: 0.8rem 1.4rem;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #08c;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: none;
    margin: 0;
    border: none;
    line-height: 1.82;
    transition: padding-top 0.2s, padding-bottom 0.2s;
    z-index: 2
}

.inner-quickview figure .btn-quickview:hover {
    color: #fff;
    opacity: 1
}

.inner-quickview .product-details {
    align-items: flex-start;
    -ms-flex-align: start
}

.inner-quickview .category-wrap,
.inner-quickview .title-wrap {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    width: 100%
}

.inner-quickview .category-wrap .btn-icon-wish,
.inner-quickview .title-wrap .btn-icon-wish {
    transform: none;
    opacity: 1;
    width: auto;
    height: auto;
    border: none;
    overflow: visible;
    font-size: 1.5rem;
    line-height: 0
}

.inner-quickview .category-list {
    text-align: left
}

.inner-quickview .category-wrap .btn-icon-wish {
    font-size: 1.6rem;
    padding-top: 1px
}

.inner-quickview:hover .btn-quickview {
    visibility: visible;
    opacity: 0.85
}

.inner-icon {
    position: relative;
    margin-bottom: 1.9rem
}

.inner-icon:not(.product-widget) .product-details {
    padding: 0
}

.inner-icon .category-list {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px)
}

.inner-icon .product-title {
    font-family: Poppins, sans-serif;
    letter-spacing: -0.01em
}

.inner-icon .ratings-container {
    margin-left: 0
}

.inner-icon .price-box {
    margin-bottom: 1.5rem;
    font-family: "Open Sans", sans-serif
}

.inner-icon .btn-icon-group {
    z-index: 2
}

.inner-icon .btn-icon-wish,
.inner-icon .btn-quickview {
    top: auto
}

.inner-icon .btn-icon-wish {
    left: auto;
    right: 0
}

.inner-icon:not(.product-widget):hover {
    box-shadow: none
}

.inner-icon:not(.product-widget):hover figure .btn-quickview {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    transition: padding-top 0.2s, padding-bottom 0.2s, opacity 0.2s
}

.inner-icon .btn-add-cart,
.inner-icon .btn-icon-wish,
.inner-icon .btn-quickview {
    background-color: transparent
}

.inner-icon figure {
    position: relative
}

.inner-icon figure .btn-icon-group {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem
}

.inner-icon figure .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    transform: none
}

.inner-icon figure .btn-icon i:not(.fa):before {
    font-weight: 400
}

.inner-icon figure .btn-icon .fa {
    font-size: 12px;
    font-weight: 600
}

.inner-icon figure .btn-icon i {
    font-size: 1.6rem;
    margin-bottom: 0
}

.inner-icon figure .btn-icon i:before {
    margin: 0
}

.inner-icon figure .btn-icon i.icon-bag {
    font-size: 1.8rem
}

.inner-icon figure .btn-icon:hover {
    background-color: #08c;
    border-color: #08c;
    color: #fff
}

.inner-icon:hover .btn-icon {
    background-color: #fff;
    border-color: #ddd;
    color: black;
    visibility: visible;
    opacity: 1;
    overflow: hidden
}

.left-details .product-details {
    -ms-flex-align: start;
    align-items: flex-start
}

.left-details .btn-add-cart,
.left-details .btn-icon-wish,
.left-details .btn-quickview {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: black
}

.left-details .btn-icon-wish,
.left-details .btn-quickview {
    transform: none
}

.left-details .btn-add-cart {
    margin-left: 0;
    padding: 0 1.5rem
}

.hidden-description {
    position: relative
}

.hidden-description:hover figure {
    box-shadow: none
}

.hidden-description:hover .btn-add-cart {
    background-color: #f4f4f4;
    position: absolute
}

.hidden-description:hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.hidden-description:hover .product-action a.btn-quickview {
    left: 0
}

.hidden-description figure {
    margin-bottom: 0
}

.hidden-description figure .btn-icon-group {
    top: 1rem;
    right: 1rem
}

.hidden-description .product-details {
    position: absolute;
    width: 100%;
    bottom: 46px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease
}

.hidden-description.product-default .product-details {
    padding: 1rem
}

.hidden-description .product-action {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0
}

.hidden-description .btn-quickview {
    transform: none;
    background-color: #08c;
    color: #fff;
    width: 50%;
    margin: 0;
    border: none;
    height: 45px;
    left: 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}

.hidden-description:hover .product-action .btn-quickview {
    opacity: 0.85
}

.hidden-description:hover .product-action .btn-quickview:hover {
    opacity: 1;
    color: #fff
}

.hidden-description .btn-add-cart {
    position: absolute;
    z-index: 3;
    justify-content: center;
    margin: 0;
    width: 50%;
    height: 45px;
    border: none;
    background: #f4f4f4;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}

.hidden-description .btn-add-cart:hover {
    background-color: #0085c7;
    color: #fff
}

.full-width {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.full-width [class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.no-gaps {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
}

.no-gaps [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.no-gaps .product-details {
    padding: 0 1rem
}

.no-gaps .product-default {
    margin-bottom: 0
}

.no-gaps .product-default:nth-child(2n) figure>a:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.01)
}

.inner-icon-inline figure .btn-icon-group {
    display: flex;
    flex-direction: row
}

.inner-icon-inline figure .btn-icon {
    margin-left: 5px
}

.product-overlay figure {
    margin: 0
}

.product-overlay figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, 0);
    transition: all 0.25s
}

.product-overlay figure .btn-icon-group,
.product-overlay figure .btn-quickview {
    z-index: 1
}

.product-overlay figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0
}

.product-overlay figure .btn-icon-wish {
    position: relative
}

.product-overlay figure .btn-add-cart i {
    display: inline-block
}

.product-overlay .product-details {
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s
}

.product-overlay .product-details .product-category,
.product-overlay .product-details .product-price,
.product-overlay .product-details .product-title a {
    color: #fff
}

.product-overlay .product-details a:hover {
    color: #08c
}

.product-overlay .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, 0.6)
}

.product-overlay .product-details .ratings-container .ratings:before {
    color: #fff
}

.product-overlay .product-details .price-box {
    margin-bottom: 0
}

.product-overlay .product-details .category-list {
    text-align: center;
    width: 100%
}

.product-overlay:hover figure,
.product-overlay:nth-child(2n):hover figure {
    box-shadow: none
}

.product-overlay:hover figure>a:first-child:after,
.product-overlay:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, 0.6)
}

.product-overlay:hover figure .btn-icon,
.product-overlay:hover figure .btn-quickview,
.product-overlay:nth-child(2n):hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-quickview {
    opacity: 0.85;
    visibility: visible
}

.product-overlay:hover figure .btn-icon:hover,
.product-overlay:hover figure .btn-quickview:hover,
.product-overlay:nth-child(2n):hover figure .btn-icon:hover,
.product-overlay:nth-child(2n):hover figure .btn-quickview:hover {
    opacity: 1
}

.product-overlay:hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0.85
}

.product-overlay:hover .product-details,
.product-overlay:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: scale(1)
}

.overlay-dark figure {
    margin: 0
}

.overlay-dark figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, 0.3);
    transition: all 0.25s
}

.overlay-dark figure .btn-icon-group,
.overlay-dark figure .btn-quickview {
    z-index: 1
}

.overlay-dark figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0;
    margin-left: 8px
}

.overlay-dark figure .btn-quickview {
    border: 2px solid #fff;
    background-color: #4d4d4a;
    border-radius: 2rem;
    padding: 1rem 2.3rem;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all 0.1s
}

.overlay-dark .product-details {
    position: absolute;
    width: 100%;
    left: 2rem;
    bottom: 4rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s
}

.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-price,
.overlay-dark .product-details .product-title a {
    color: #fff
}

.overlay-dark .product-details a:hover {
    color: #08c
}

.overlay-dark .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, 0.6)
}

.overlay-dark .product-details .price-box {
    margin-bottom: 0
}

.overlay-dark:hover figure,
.overlay-dark:nth-child(2n):hover figure {
    box-shadow: none
}

.overlay-dark:hover figure>a:first-child:after,
.overlay-dark:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, 0.7)
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:hover figure .btn-quickview,
.overlay-dark:nth-child(2n):hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-quickview {
    opacity: 0.85
}

.overlay-dark:hover figure .btn-icon:hover,
.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:nth-child(2n):hover figure .btn-icon:hover,
.overlay-dark:nth-child(2n):hover figure .btn-quickview:hover {
    background-color: #4d4d4a;
    opacity: 1
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0.85
}

.overlay-dark:hover .product-details,
.overlay-dark:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.creative-grid {
    margin-left: -10px;
    margin-right: -10px
}

.creative-grid .product-default {
    padding: 0 10px 20px;
    margin-bottom: 0
}

.creative-grid .product-default .btn-add-cart i {
    display: inline-block
}

.creative-grid figure {
    height: 100%
}

.creative-grid figure img {
    height: 100%;
    object-fit: cover
}

.creative-grid .overlay-dark figure .btn-quickview {
    padding: 8px 15px;
    max-width: 128px;
    max-height: 41px;
    border-radius: 5rem
}

.creative-grid .inner-icon:not(.product-widget):hover figure .btn-quickview {
    padding-top: 7px
}

.creative-grid .grid-height-1-2 {
    height: 300px
}

.creative-grid .grid-height-1 {
    height: 600px
}

.creative-grid .grid-col-sizer {
    width: 25%
}

.creative-grid .btn-icon-wish {
    position: relative
}

.inner-btn figure .btn-icon-group {
    top: auto;
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem
}

.inner-btn figure .btn-icon {
    position: relative;
    margin-bottom: 0
}

.inner-btn figure .btn-quickview {
    background-color: #fff
}

.inner-btn figure .btn-quickview i {
    font-size: 1.4rem
}

.inner-btn figure .btn-add-cart i {
    display: inline-block
}

.quantity-input .product-details {
    align-items: center
}

.quantity-input .product-single-qty {
    margin: 0 0 1rem
}

.quantity-input .btn-add-cart {
    margin: 0 0 1rem 2px
}

.quantity-input .btn-add-cart:hover {
    background-color: #08c;
    border-color: #08c;
    color: #fff
}

.quantity-input .category-list {
    text-align: center
}

.product-list {
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: block
}

.product-list .product-action {
    margin-bottom: 0
}

.product-list:hover .btn-icon {
    padding-right: 0.8rem;
    transition: 0.35s
}

.product-list:hover .btn-icon i {
    opacity: 1;
    transition: 0.35s
}

.product-list:hover .btn-icon span {
    padding-left: 1.3rem;
    transition: 0.35s
}

.product-list figure {
    max-width: 250px;
    margin-right: 1.2rem;
    margin-bottom: 0
}

.product-list figure img {
    object-fit: cover;
    height: 100%
}

.product-list .product-details {
    padding-top: 3px;
    max-width: calc(100% - 270px)
}

.product-list .product-title {
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif
}

.product-list .ratings-container {
    margin: 0 0 10px 0px
}

.product-list .product-description {
    display: -webkit-box;
    margin-bottom: 1.6rem;
    max-width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-list .price-box {
    margin-bottom: 1.6rem
}

.product-list .category-list {
    margin-bottom: -1px
}

.product-list .btn-add-cart {
    margin: 0 3px 5px 0;
    padding: 0 1.4rem;
    background-color: #08c;
    border-color: #08c;
    color: #fff
}

.product-list .btn-icon {
    position: relative;
    transition: 0.35s
}

.product-list .btn-icon i {
    position: absolute;
    display: inline-block;
    opacity: 0;
    left: 8px;
    transition: 0.35s
}

.product-list .btn-icon i:before {
    margin: 0;
    line-height: 1;
    font-weight: 800
}

.product-list .btn-icon i.fa {
    top: 26%
}

.product-list .btn-icon span {
    display: inline-block;
    transition: 0.35s
}

.product-list .btn-icon-wish,
.product-list .btn-quickview {
    position: static;
    opacity: 1;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333333;
    margin: 0 0 5px;
    line-height: 32px
}

.product-list .btn-icon-wish {
    position: relative
}

.product-list:hover {
    box-shadow: none
}

.product-list:hover figure {
    box-shadow: none
}

.product-list:hover .product-action a.btn-icon-wish {
    left: 0
}

.product-widget {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.6rem
}

.product-widget figure {
    max-width: 84px;
    margin-right: 1rem;
    margin-bottom: 0
}

.product-widget figure img {
    object-fit: cover;
    height: 100%
}

.product-widget .ratings-container {
    margin-bottom: 1rem
}

.product-widget .product-details {
    margin-bottom: 2px;
    max-width: calc(100% - 104px)
}

.product-widget .product-title {
    margin-bottom: 0.5rem;
    font-size: 1.4rem
}

.product-widget .price-box {
    margin-bottom: 0
}

.product-widget .product-price {
    font-size: 1.5rem
}

.product-widget .old-price {
    font-size: 1.2rem
}

.product-widget:hover,
.product-widget:hover figure {
    box-shadow: none
}

.row-joined.product-nogap .product-details {
    padding: 0 1rem
}

.row-joined.product-nogap .product-details .category-wrap {
    position: relative
}

.product-quick-view {
    padding: 3rem;
    background-color: #fff
}

.product-quick-view .product-single-filter label {
    margin-right: 0
}

.product-quick-view .product-single-details .product-title {
    width: 100%
}

.product-quick-view .view-cart {
    padding: 13px 10px;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.product-quick-view .product-single-details .product-single-filter:last-child {
    margin-left: -1px
}

.image-bg-white {
    filter: brightness(1.08)
}

.post-slider>.owl-stage-outer,
.products-slider>.owl-stage-outer {
    margin: -10px -20px;
    padding: 10px 20px
}

@media (max-width:1280px) {

    .post-slider>.owl-stage-outer,
    .products-slider>.owl-stage-outer {
        margin: -10px -15px;
        padding: 10px 15px
    }
}

.modal-backdrop.show {
    opacity: 0
}

@media (max-width:1200px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px
    }
}

@media (max-width:1159px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -30px
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -30px
    }
}

@media (max-width:1000px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px
    }
}

@media (min-width:576px) {
    .divide-line>.col-sm-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-sm-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-sm-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-sm-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-sm-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-sm-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-sm-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-11:nth-child(1n) {
        border-right: none
    }
}

@media (min-width:768px) {
    .divide-line>.col-md-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-md-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-md-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-md-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-md-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-md-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-md-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-11:nth-child(1n) {
        border-right: none
    }

    .product-quick-view .product-single-details {
        position: absolute;
        right: 0;
        height: 100% !important;
        overflow-y: auto
    }

    .product-quick-view .product-single-details::-webkit-scrollbar {
        height: 10px;
        width: 3px
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border-radius: 10px;
        position: absolute
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
        margin: 8px;
        width: 100%
    }
}

@media (min-width:992px) {
    .divide-line>.col-lg-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-lg-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-lg-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-lg-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-lg-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-lg-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-lg-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-11:nth-child(1n) {
        border-right: none
    }
}

@media (min-width:1200px) {
    .divide-line>.col-xl-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-xl-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-xl-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-xl-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-xl-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-xl-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-xl-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-11:nth-child(1n) {
        border-right: none
    }

    .col-xl-7col .product-default .product-title,
    .col-xl-8col .product-default .product-title {
        font-size: 1.3rem
    }

    .col-xl-7col .old-price,
    .col-xl-8col .old-price {
        font-size: 1.2rem
    }

    .col-xl-7col .product-price,
    .col-xl-8col .product-price {
        font-size: 1.5rem
    }
}

@media (max-width:575px) {
    .product-list {
        flex-direction: column;
        -ms-flex-direction: column
    }

    .product-list figure {
        max-width: none;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .product-list .product-details {
        max-width: none;
        width: 100%
    }

    .product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
        display: block
    }

    .product-list .product-action>a {
        padding: 0;
        width: 34px;
        height: 34px
    }

    .product-list .product-action>a i {
        display: inline-block
    }

    .product-list .btn-icon {
        margin-right: 1px
    }

    .product-list .btn-icon i {
        position: static;
        opacity: 1
    }

    .product-list .btn-icon:hover {
        padding: 0
    }

    .product-list .btn-icon span {
        display: none
    }

    .product-list .btn-icon:not(.product-type-simple) i {
        margin-top: 1.1rem
    }

    .product-quick-view {
        padding: 2rem
    }

    .product-quick-view .product-single-details .product-title {
        font-size: 2.6rem
    }
}

@media (max-width:479px) {
    .product-price {
        font-size: 1.3rem
    }

    .product-quick-view {
        padding: 2rem
    }
}

.product-category-panel {
    margin-bottom: 35px
}

.product-category-panel .owl-carousel {
    margin-top: -10px;
    padding-top: 10px
}

.product-category-panel .owl-carousel .owl-nav button.owl-next,
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    font-size: 24px;
    color: #333;
    line-height: 22px
}

.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: -41px
}

.product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: -41px
}

.product-category-panel .section-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 2.5rem
}

.product-category-panel .section-title h2 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.05em;
    color: #282d3b;
    text-transform: uppercase
}

.product-category {
    color: #1d2127;
    margin-bottom: 2rem;
    position: relative
}

.product-category a:hover {
    color: inherit
}

.product-category img {
    width: 100%
}

.product-category figure {
    margin-bottom: 0;
    position: relative
}

.product-category figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    transition: all 0.3s;
    z-index: 1;
    content: ""
}

.product-category:hover figure:after {
    background-color: rgba(27, 27, 23, 0.15)
}

.owl-item>.product-category {
    margin-bottom: 0
}

.category-content {
    padding: 2rem;
    display: flex;
    display: -ms-flex-box;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center
}

.category-content h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.005em;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.category-content span {
    font-weight: 400;
    font-size: 10.2px;
    line-height: 1.8;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    margin-top: -10px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #1d2127
}

.category-content span mark {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.content-center-bottom .category-content,
.content-center .category-content,
.content-left-bottom .category-content,
.content-left-center .category-content {
    padding: 20.4px 25.5px;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span,
.content-center .category-content h3,
.content-center .category-content span,
.content-left-bottom .category-content h3,
.content-left-bottom .category-content span,
.content-left-center .category-content h3,
.content-left-center .category-content span {
    color: #fff
}

.content-center .category-content,
.content-left-center .category-content {
    left: 0;
    top: 50%
}

.content-left-center .category-content {
    align-items: flex-start
}

.content-left-bottom .category-content {
    align-items: flex-start;
    left: 0;
    bottom: 0;
    transform: none
}

.content-center-bottom figure {
    min-height: 90px
}

.content-center-bottom .category-content {
    bottom: 0;
    transform: none;
    padding: 20.4px 0
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span {
    margin-bottom: 0;
    color: #1d2127
}

.overlay-lighter figure:after {
    background-color: rgba(27, 27, 23, 0)
}

.overlay-lighter:hover figure:after {
    background-color: rgba(27, 27, 23, 0.15)
}

.overlay-darker figure:after {
    background-color: rgba(27, 27, 23, 0.25)
}

.overlay-darker:hover figure:after {
    background-color: rgba(27, 27, 23, 0.4)
}

.overlay-light figure:after {
    background-color: rgba(27, 27, 23, 0.75)
}

.overlay-light:hover figure:after {
    background-color: rgba(27, 27, 23, 0.6)
}

.hidden-count .category-content span {
    max-height: 10px;
    transition: all 0.5s;
    transform: translateY(20%);
    opacity: 0
}

.hidden-count:hover .category-content span {
    max-height: 30px;
    transform: none;
    opacity: 0.7
}

.creative-grid .product-category {
    margin-bottom: 0;
    padding-bottom: 2rem
}

.creative-grid .product-category.content-left-bottom .category-content {
    margin-bottom: 20px
}

.creative-grid .product-category figure {
    height: 100%
}

.creative-grid .product-category figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0
}

.height-600 {
    height: 600px
}

.height-400 {
    height: 400px
}

.height-300 {
    height: 300px
}

.height-200 {
    height: 200px
}

@media (min-width:1199px) {
    .col-5col-1 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .height-600 {
        height: 400px
    }

    .height-300 {
        height: 200px
    }
}

@media (max-width:450px) {
    .content-center-bottom .category-content {
        padding: 16.8px 21px;
        text-align: center;
        flex-wrap: wrap
    }
}

@media (max-width:400px) {
    .content-center-bottom .category-content {
        padding-bottom: 1rem
    }
}

@media (max-width:1200px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px
    }
}

@media (max-width:1159px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 30px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -41px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -41px
    }
}

@media (max-width:1024px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px
    }
}

.testimonial-owner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-content: center
}

.testimonial-owner figure {
    max-width: 40px;
    margin-right: 25px;
    margin-bottom: 2rem
}

.testimonial-owner figure.max-width-none {
    max-width: none;
    margin: 0
}

.testimonial-owner h4 {
    display: block;
    margin-bottom: 0.5rem;
    padding-top: 0.7rem;
    color: #111;
    font-size: 1.4rem;
    text-transform: uppercase
}

.testimonial-owner span {
    display: block;
    color: #666;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    line-height: 1.2;
    font-weight: 600
}

.testimonial blockquote {
    position: relative;
    margin: 0 0 0 15px;
    padding: 1rem 2rem;
    color: #08c
}

.testimonial blockquote:after,
.testimonial blockquote:before {
    position: absolute;
    font-family: "Playfair Display";
    font-size: 5rem;
    font-weight: 900;
    line-height: 1
}

.testimonial blockquote:before {
    top: 0;
    left: -0.4em;
    content: "“"
}

.testimonial blockquote p {
    margin-bottom: 0;
    font-family: inherit;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #62615e
}

.testimonial.blockquote-both blockquote:after {
    display: block;
    content: "”";
    right: 0;
    bottom: -5px;
    line-height: 24px
}

.testimonial.owner-center>p,
.testimonial.owner-center blockquote {
    text-align: center
}

.testimonial.owner-center .testimonial-title {
    text-align: center
}

.testimonial.owner-center .testimonial-owner {
    justify-content: center
}

.testimonial.owner-center .testimonial-owner span {
    text-align: center
}

.testimonial.owner-center .testimonial-owner figure,
.testimonial.owner-center .testimonial-owner img {
    margin-left: auto;
    margin-right: auto
}

.testimonial.testimonial-border {
    border: 1px solid;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
    border-left-color: #ececec;
    border-right-color: #ececec;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04)
}

.testimonial.testimonial-border-bottom .testimonial-owner {
    border-top: 1px solid #f2f2f2
}

.testimonial.inner-blockquote figure {
    margin-top: 15px;
    margin-bottom: 10px
}

.testimonial.inner-blockquote blockquote {
    padding: 6px 20px
}

.testimonial.inner-blockquote .testimonial-title {
    margin-top: 28px
}

.testimonial .testimonial-arrow-down {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 8px solid #CCC;
    height: 0;
    margin: 0 0 0 40px;
    width: 0
}

@media (max-width:480px) {
    .testimonial blockquote:before {
        left: -15px
    }
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #08c;
    font-size: 14px;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1
}

.social-icon+.social-icon {
    margin-left: 0.6rem
}

.social-icons .social-icon:focus,
.social-icons .social-icon:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.85
}

.social-icon.social-facebook {
    background-color: #3b5a9a
}

.social-icon.social-twitter {
    background-color: #1aa9e1
}

.social-icon.social-instagram {
    background-color: #7c4a3a
}

.social-icon.social-linkedin {
    background-color: #0073b2
}

.social-icon.social-gplus {
    background-color: #dd4b39
}

.social-icon.social-mail {
    background-color: #dd4b39
}

.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 2px
}

.nav-tabs .nav-item {
    margin-bottom: -3px
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3.5rem
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #08c;
    color: #08c
}

.nav-tabs .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #282d3b;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.nav-tabs .nav-link:hover {
    color: #08c
}

.tabs .tab-content {
    border: 1px solid #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 1.5rem
}

.tabs .nav-tabs {
    border-bottom: 0
}

.tabs .nav-tabs .nav-item .nav-link.active,
.tabs .nav-tabs .nav-item.show .nav-link {
    border-top-color: #08c;
    color: #08c;
    background: #fff
}

.tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
    background: #f4f4f4;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: -1px;
    padding: 0.8rem 1.6rem
}

.tabs .nav-tabs .nav-link:focus,
.tabs .nav-tabs .nav-link:hover {
    border-top-color: #08c
}

.tabs .tab-pane p:last-child {
    line-height: 2.4rem
}

.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-top: none;
    border-bottom-color: #08c
}

.tabs-bottom .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-bottom .nav-tabs .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: none;
    margin-top: -1px
}

.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #08c
}

.tabs-left {
    border-top: 1px solid #eee
}

.tabs-left .tab-content {
    border-top: 0
}

.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left: 3px solid #08c
}

.tabs-left .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-left .nav-tabs .nav-link {
    border: 0;
    border-left: 3px solid #eee;
    margin-right: -1px
}

.tabs-left .nav-tabs .nav-link:focus,
.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #08c
}

.tabs-right {
    border-top: 1px solid #eee
}

.tabs-right .tab-content {
    border-top: 0
}

.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right: 3px solid #08c
}

.tabs-right .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0
}

.tabs-right .nav-tabs .nav-link {
    border: 0;
    border-right: 3px solid #eee
}

.tabs-right .nav-tabs .nav-link:focus,
.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #08c
}

.nav-justified .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tabs-vertical {
    display: flex
}

.tabs-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0
}

.tabs-vertical .tab-content {
    flex: 1
}

.tabs-vertical .nav-link:last-child {
    border-bottom: 1px solid #eee !important
}

.tabs-secondary .nav-tabs .nav-item .nav-link.active,
.tabs-secondary .nav-tabs .nav-item.show .nav-link {
    border-top-color: #ff7272;
    color: #ff7272
}

.tabs-secondary .nav-tabs .nav-link:focus,
.tabs-secondary .nav-tabs .nav-link:hover {
    border-top-color: #ff7272;
    color: #ff7272
}

.tabs-secondary.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #ff7272
}

.tabs-secondary.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #ff7272
}

.tabs-secondary.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #ff7272
}

.tabs-secondary.tabs-left .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #ff7272
}

.tabs-secondary.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #ff7272
}

.tabs-secondary.tabs-right .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #ff7272
}

.tabs-tertiary .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary .nav-tabs .nav-item.show .nav-link {
    border-top-color: #2baab1;
    color: #2baab1
}

.tabs-tertiary .nav-tabs .nav-link:focus,
.tabs-tertiary .nav-tabs .nav-link:hover {
    border-top-color: #2baab1;
    color: #2baab1
}

.tabs-tertiary.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #2baab1
}

.tabs-tertiary.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #2baab1
}

.tabs-tertiary.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #2baab1
}

.tabs-tertiary.tabs-left .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #2baab1
}

.tabs-tertiary.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #2baab1
}

.tabs-tertiary.tabs-right .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #2baab1
}

.tabs-dark .nav-tabs .nav-item .nav-link.active,
.tabs-dark .nav-tabs .nav-item.show .nav-link {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark .nav-tabs .nav-link:focus,
.tabs-dark .nav-tabs .nav-link:hover {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-dark.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-link:focus,
.tabs-dark.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-link:focus,
.tabs-dark.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #222529
}

.tabs-simple .tab-content {
    border: 0;
    box-shadow: none;
    padding: 3rem 0
}

.tabs-simple .nav-tabs .nav-item .nav-link.active,
.tabs-simple .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #555;
    color: #777
}

.tabs-simple .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-simple .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid #eee;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4rem;
    margin-bottom: -1px;
    color: #777;
    background: none;
    padding: 15px 30px;
    margin-bottom: 1.5rem
}

.tabs-simple .nav-tabs .nav-link:focus,
.tabs-simple .nav-tabs .nav-link:hover {
    border-bottom-color: #555
}

.tabs-with-icon .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    margin-bottom: 1rem
}

.tabs-with-icon .icon-content {
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 3rem;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-bottom: 1.5rem
}

.tabs-with-icon .icon-content:after {
    content: "";
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 100%;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.2);
    transition: transform 0.3s
}

.tabs-with-icon .icon-content:hover:after {
    transform: scale(1.3)
}

.product-single-tabs.product-tabs-list .product-desc-content p {
    margin-bottom: 1.3rem
}

.product-single-tabs.product-tabs-list .product-desc-content ol,
.product-single-tabs.product-tabs-list .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-tabs.product-tabs-list .product-desc-content li:before {
    left: 2.4rem
}

.product-slider-tab .tab-content {
    position: relative
}

.product-slider-tab .tab-content>.tab-pane {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s
}

.product-slider-tab .tab-content>.tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.product-slider-tab .tab-content>.active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

@media (min-width:992px) {
    .product-single-tabs.product-tabs-list {
        padding-bottom: 2px
    }

    .product-single-tabs.product-tabs-list .col-lg-2 {
        -ms-flex: 0 0 21.4%;
        flex: 0 0 21.4%;
        max-width: 21.4%
    }

    .product-single-tabs.product-tabs-list .col-lg-10 {
        -ms-flex: 0 0 78.6%;
        flex: 0 0 78.6%;
        max-width: 78.6%
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs {
        flex-direction: column;
        border: none
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-item {
        margin-right: 0;
        margin-bottom: 0.8rem;
        border-bottom: 1px solid #e7e7e7
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-link {
        display: inline-block;
        padding: 1.4rem 0 1.5rem;
        margin-bottom: -1px
    }

    .product-single-tabs.product-tabs-list .tab-pane {
        padding-top: 0.5rem
    }

    .product-single-tabs.product-tabs-list .tab-content {
        padding-left: 0.9rem
    }
}

@media (max-width:479px) {
    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 2.5rem
    }
}

.tooltip {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    width: 1rem;
    height: 1rem
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: 1rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    margin-left: -0.5rem;
    border-width: 1rem 1rem 0;
    border-top-color: #ddd
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 1rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    width: 1rem;
    height: 2rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-width: 1rem 1rem 1rem 0;
    border-right-color: #ddd
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: 1rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    margin-left: -0.5rem;
    border-width: 0 1rem 1em;
    border-bottom-color: #ddd
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 1rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    width: 1rem;
    height: 1rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-width: 1rem 0 1rem 1rem;
    border-left-color: #ddd
}

.tooltip-inner {
    max-width: 270px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 0.1rem;
    background-color: #f4f4f4;
    color: #777;
    text-align: left
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #777;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body:not(.loaded)>:not(.loading-overlay) {
    visibility: hidden !important;
    transition: none !important
}

body:not(.loaded)>:not(.loading-overlay) * {
    visibility: hidden !important;
    transition: none !important
}

::-moz-selection {
    background-color: #08c;
    color: #fff
}

::selection {
    background-color: #08c;
    color: #fff
}

p {
    margin-bottom: 1.5rem
}

ol,
ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

hr {
    max-width: 1730px;
    margin: 5.5rem auto 5.2rem;
    border: 0;
    border-top: 1px solid #e7e7e7
}

sub,
sup {
    font-size: 70%
}

sup {
    font-size: 50%
}

sub {
    bottom: -0.25em
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

button:focus {
    outline: none
}

body.modal-open {
    padding-right: 0 !important
}

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

    to {
        transform: rotate(360deg)
    }
}

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

    to {
        transform: rotate(359deg)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.loaded>.loading-overlay {
    opacity: 0;
    visibility: hidden
}

.bounce-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -9px 0 0 -35px;
    transition: all 0.2s;
    text-align: center;
    z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #CCC;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay
}

.bounce-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.bounce-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.custom-scrollbar,
.mobile-cart>div,
.mobile-sidebar {
    -webkit-overflow-scrolling: touch
}

.custom-scrollbar::-webkit-scrollbar,
.mobile-cart>div::-webkit-scrollbar,
.mobile-sidebar::-webkit-scrollbar {
    height: 10px;
    width: 6px
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.mobile-cart>div::-webkit-scrollbar-thumb,
.mobile-sidebar::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
    position: absolute
}

.custom-scrollbar::-webkit-scrollbar-track,
.mobile-cart>div::-webkit-scrollbar-track,
.mobile-sidebar::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 8px;
    width: 100%
}

.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: spin 650ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-top: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-right: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
    z-index: 3
}

.load-more-overlay {
    position: relative
}

.load-more-overlay.loading:after {
    content: ""
}

.load-more-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    z-index: 3
}

.popup-loading-overlay {
    position: relative
}

.popup-loading-overlay.porto-loading-icon:before {
    content: ""
}

.popup-loading-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8
}

.col-6.fade.in {
    opacity: 1;
    transition: opacity 0.5s
}

.col-6.fade {
    opacity: 0;
    transition: opacity 0.5s
}

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

    to {
        transform: rotate(359deg)
    }
}

@media (max-width:767px) {
    html {
        font-size: 9px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.8rem;
    color: #222529;
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins, sans-serif
}

.h1,
h1 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.223
}

.h2,
h2 {
    font-size: 3rem;
    line-height: 1.5
}

.h3,
h3 {
    font-size: 2.5rem;
    line-height: 1.28
}

.h4,
h4 {
    font-size: 2rem;
    line-height: 1.35
}

.h5,
h5 {
    font-size: 1.4rem;
    line-height: 1.429
}

.h6,
h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    font-weight: 600
}

a {
    transition: all 0.3s;
    color: #08c;
    text-decoration: none
}

a:focus,
a:hover {
    color: #08c;
    text-decoration: none
}

.heading {
    margin-bottom: 3rem;
    color: #222529
}

.heading .title {
    margin-bottom: 1.6rem
}

.heading p {
    letter-spacing: -0.015em
}

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

.light-title {
    margin-bottom: 2rem;
    font-weight: 300
}

.section-title {
    text-transform: uppercase;
    font-size: 1.8rem
}

.section-sub-title {
    font-size: 1.6rem;
    text-transform: uppercase
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 4.5rem
    }

    .h2,
    h2 {
        font-size: 2.5rem
    }

    .heading {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {

    .h1,
    h1 {
        font-size: 5rem
    }

    .h2,
    h2 {
        font-size: 3rem
    }

    .heading {
        margin-bottom: 5rem
    }
}

.page-wrapper {
    position: relative;
    left: 0;
    transition: all 0.25s
}

.main {
    flex: 1 1 auto
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.row-sparse {
    margin-left: -15px;
    margin-right: -15px
}

.row-sparse>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.row-sm {
    margin-left: -6px;
    margin-right: -6px
}

.row-sm>[class*=col-] {
    padding-left: 6px;
    padding-right: 6px
}

.row-joined {
    margin-left: 0;
    margin-right: 0
}

.row-joined>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.gutter-sm {
    margin-left: -10px;
    margin-right: -10px
}

.gutter-sm>* {
    padding-left: 10px;
    padding-right: 10px
}

.container :not(.sticky-header)>.container,
.container :not(.sticky-header)>.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.ajax-overlay {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background-color: #0b0b0b;
    z-index: 1055
}

@media (max-width:1280px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

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

@media (min-width:1200px) {
    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-5col-2 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-7col {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    .col-xl-8col {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-xl-tight {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-xl-tight>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (min-width:992px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .row-lg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row-lg [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    .container {
        max-width: none
    }

    .mmenu-active .page-wrapper,
    .sidebar-opened .page-wrapper {
        left: 260px
    }
}

@media (min-width:768px) {
    .row-md-tight {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-md-tight>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

.cols-1>* {
    max-width: 100%;
    flex: 0 0 100%
}

.cols-2>* {
    max-width: 50%;
    flex: 0 0 50%
}

.cols-3>* {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.cols-4>* {
    max-width: 25%;
    flex: 0 0 25%
}

.cols-5>* {
    max-width: 20%;
    flex: 0 0 20%
}

.cols-6>* {
    max-width: 16.6667%;
    flex: 0 0 16.6667%
}

.cols-7>* {
    max-width: 14.2857%;
    flex: 0 0 14.2857%
}

.cols-8>* {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

@media (min-width:480px) {
    .cols-xs-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xs-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xs-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xs-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xs-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xs-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xs-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xs-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:576px) {
    .cols-sm-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-sm-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-sm-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-sm-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-sm-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-sm-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-sm-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-sm-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:768px) {
    .cols-md-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-md-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-md-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-md-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-md-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-md-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-md-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-md-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:992px) {
    .cols-lg-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-lg-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-lg-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-lg-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-lg-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-lg-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-lg-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-lg-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:1200px) {
    .cols-xl-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xl-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xl-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xl-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xl-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xl-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xl-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xl-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:1600px) {
    .cols-xxl-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xxl-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xxl-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xxl-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xxl-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xxl-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xxl-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xxl-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-width: 2px
}

.owl-carousel .owl-dots .owl-dot span:before {
    margin: 0;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-dots .owl-dot.active span:before,
.owl-carousel .owl-dots .owl-dot:hover span:before {
    transform: translate(-50%, -50%)
}

.owl-carousel.dots-m-0 .disabled+.owl-dots {
    margin: 0
}

.owl-carousel.dots-mt-1 .disabled+.owl-dots {
    margin-top: 1rem
}

.owl-carousel.nav-big .owl-nav {
    font-size: 3.7rem
}

.owl-carousel.nav-big .owl-nav i {
    padding: 4px 7px
}

.owl-carousel.nav-large .owl-nav {
    font-size: 4.5rem
}

.owl-carousel.nav-large .owl-nav i {
    padding: 4px 2px
}

.owl-carousel.nav-image-center .owl-nav button {
    top: 35%
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    transition: opacity 0.2s, color 0.2s
}

.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1
}

.owl-carousel .owl-nav .owl-prev {
    left: 1vw
}

.owl-carousel .owl-nav .owl-next {
    right: 1vw
}

@media (min-width:992px) {
    .owl-carousel.nav-outer .owl-prev {
        left: -1.7vw
    }

    .owl-carousel.nav-outer .owl-next {
        right: -1.7vw
    }

    .owl-carousel.nav-outer.nav-large .owl-prev {
        left: -2.3vw
    }

    .owl-carousel.nav-outer.nav-large .owl-next {
        right: -2.3vw
    }
}

.owl-carousel.nav-top .owl-nav .owl-next,
.owl-carousel.nav-top .owl-nav .owl-prev {
    top: -4px
}

.owl-carousel.nav-top .owl-nav .owl-prev {
    left: unset;
    right: 3rem
}

.owl-carousel.nav-top .owl-nav .owl-next {
    right: 0
}

.owl-carousel.dots-top .owl-dots {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 3.4rem
}

.owl-carousel.dots-small .owl-dots span {
    width: 14px;
    height: 14px
}

.owl-carousel.dots-small .owl-dots span:before {
    width: 4px;
    height: 4px
}

.owl-carousel.dots-simple .owl-dots .owl-dot.active span:before {
    background-color: #222529
}

.owl-carousel.dots-simple .owl-dots .owl-dot span {
    margin: 1px 1px 2px 0px;
    border: none
}

.owl-carousel.dots-simple .owl-dots .owl-dot span:before {
    opacity: 1;
    visibility: visible;
    background-color: #D6D6D6
}

.owl-carousel.images-center img {
    width: auto;
    margin: auto
}

.dots-left .owl-dots {
    text-align: left
}

.owl-carousel-lazy {
    display: block
}

.owl-carousel-lazy .category-slide:first-child,
.owl-carousel-lazy .home-slide:first-child,
.owl-carousel-lazy .owl-item:first-child .category-slide,
.owl-carousel-lazy .owl-item:first-child .home-slide {
    display: block
}

.owl-carousel-lazy:not(.owl-loaded)>:not(:first-child) {
    display: none
}

.category-slide,
.home-slide {
    width: 100%
}

div.slide-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

img.slide-bg {
    object-fit: cover;
    object-position: center top
}

.owl-carousel.dot-inside .owl-dots {
    position: absolute;
    right: 3.6rem;
    left: 3.6rem;
    bottom: 4.1rem;
    text-align: center
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no) {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto
}

.owl-carousel:not(.owl-loaded).row {
    display: flex
}

.noUi-target {
    background: #eee
}

.noUi-handle {
    background: #08c
}

.noUi-connect {
    background: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38) inset
}

.sticky-header {
    transition: left 0.25s
}

.sticky-header.fixed {
    display: flex;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    z-index: 1040
}

.sticky-header.fixed .logo {
    max-width: 100px
}

.sticky-header.header-middle.fixed {
    height: 60px
}

.sticky-header.deprecated-sticky:not(.fixed) .cart-dropdown,
.sticky-header.deprecated-sticky:not(.fixed) .logo {
    display: none
}

.sticky-header.deprecated-sticky.fixed .main-nav {
    width: auto
}

.main .sticky-header:not(.fixed)>.container {
    padding-left: 0;
    padding-right: 0
}

.main .sticky-header.fixed {
    min-height: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 997
}

.main .sticky-header.fixed .container {
    margin: 0 auto
}

.main .sticky-header.toolbox.fixed {
    padding: 1.5rem;
    padding-right: 1.5rem !important;
    background-color: #f4f4f4;
    margin: 0 !important
}

.main .sticky-header.toolbox.fixed .toolbox-left {
    margin-right: 3rem
}

.mmenu-active .sticky-header.fixed,
.sidebar-opened .sticky-header.fixed:not(.sticky-header) {
    left: 260px;
    transition: left 0.25s
}

.sticky-navbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    z-index: 997
}

.sticky-navbar.fixed {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%)
}

.mmenu-active .sticky-navbar.fixed,
.sidebar-opened .sticky-navbar.fixed {
    left: 260px;
    transition: all 0.25s
}

.sticky-navbar .sticky-info {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 1rem 0
}

.sticky-navbar .sticky-info:not(:last-child) {
    border-right: 1px solid #e7e7e7
}

.sticky-navbar .sticky-info a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase
}

.sticky-navbar .sticky-info i {
    font-size: 27px;
    font-weight: 400
}

.sticky-navbar .sticky-info i span {
    font-style: normal;
    right: -4px;
    top: 3px
}

@media (min-width:576px) {
    .sticky-navbar {
        display: none
    }
}

@media (max-width:991px) {
    .sidebar-opened .sticky-header.fixed {
        left: 260px;
        transition: left 0.25s
    }

    .main .sticky-header.toolbox.fixed .toolbox-left {
        margin-right: 0
    }
}

header {
    position: relative
}

header .container,
header .container-fluid {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative
}

header p {
    margin-bottom: 0
}

header a {
    color: inherit
}

.header-top {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #bde1f5;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.017em
}

.header-middle {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem
}

.header-bottom {
    background: #f4f4f4
}

.header-center,
.header-left,
.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-center,
.header-right {
    margin-left: auto
}

.header-bottom .header-center {
    width: 100%
}

.header-bottom:not(.fixed) .header-left,
.header-bottom:not(.fixed) .header-right {
    display: none
}

.header-bottom .header-right {
    padding-right: 2.6rem;
    color: #222529
}

.header-bottom.fixed .header-center {
    margin-left: 4.7rem;
    width: auto
}

.header-bottom.fixed .main-nav .float-right {
    display: none
}

.header-bottom.fixed .logo {
    max-width: 89px
}

.header-bottom.fixed .header-search-inline.header-search {
    margin-right: 2.3rem
}

.header-bottom.fixed .header-search-inline.header-search i {
    font-size: 2.3rem
}

.header-bottom.fixed .header-search-inline.header-search .header-search-wrapper {
    display: flex;
    position: absolute;
    margin-top: 10px;
    border: 5px solid #08c
}

.header-bottom.fixed .header-search-inline.header-search:not(.show) .header-search-wrapper {
    display: none
}

.header-bottom.fixed .header-search-inline.header-search .header-search-inline .btn:after,
.header-bottom.fixed .header-search-inline.header-search .search-toggle {
    display: block
}

.header-transparent {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1040
}

.logo {
    max-width: 111px
}

.header-contact {
    align-items: center;
    text-transform: uppercase
}

.header-contact i {
    margin-right: 1.1rem;
    font-size: 2.9rem
}

.header-contact img {
    margin-right: 0.7rem
}

.header-contact h6 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #777
}

.header-contact a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap
}

.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #222529;
    padding: 1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer
}

.badge-circle {
    position: absolute;
    top: 1px;
    right: 0;
    width: 1.6rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-align: center
}

header .social-icon {
    border-radius: 50%;
    font-size: 13px;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem
}

header .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent
}

header .social-icon+.social-icon {
    margin-left: 2px
}

header .separator {
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    margin: 0 1rem 0 1.5rem
}

.top-notice {
    position: relative;
    padding: 0.9rem 2rem 1rem;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.025em
}

.top-notice h5 {
    color: inherit;
    font-size: inherit;
    font-weight: 500
}

.top-notice small {
    font-size: 0.8461em;
    letter-spacing: 0.025em;
    opacity: 0.5
}

.top-notice a {
    color: inherit;
    font-weight: 700
}

.top-notice .category {
    display: inline-block;
    padding: 0.3em 0.8em;
    background: #151719;
    font-size: 1rem
}

.top-notice .mfp-close {
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg) translateZ(0);
    color: inherit;
    opacity: 0.7;
    z-index: 10
}

.top-notice .mfp-close:hover {
    opacity: 1
}

.header-icon:not(:last-child) {
    margin-right: 2.4rem
}

.header-icon i {
    font-size: 2.7rem
}

.header-icon:hover {
    color: #222529
}

.minicart-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    border: 2px solid #222529;
    border-radius: 0 0 5px 5px;
    position: relative;
    opacity: 0.9;
    margin: 6px 3px 0;
    z-index: 1
}

.minicart-icon:before {
    content: "";
    position: absolute;
    border: 2px solid;
    border-color: inherit;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    left: 50%;
    top: -8px;
    margin-left: -7px;
    width: 15px;
    height: 11px
}

.cart-count {
    z-index: 1
}

@media (min-width:992px) {
    .mobile-menu-toggler {
        display: none
    }
}

@media (max-width:991px) {
    .main-nav {
        display: none
    }

    .minicart-icon {
        width: 24px
    }

    .header-search i {
        font-size: 2.4rem
    }
}
