@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

button {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .mobile-hidden {
        display: none;
    }
}

.block-minicart .block-content > .actions a {
    width: 100%;
    text-align: center;
}

.owl-theme {
    .owl-nav {
        margin-top: 10px;
        [class*='owl-'] {
            color: #fff;
            font-size: 14px;
            margin: 0 3px;
            padding: 4px 7px;
            background: #444;
            display: inline-block;
            cursor: pointer;
            border-radius: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-indent: -9999px;
            overflow: hidden;
            position: relative;
            &:before {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                text-indent: 0;
                width: 100%;
                height: 100%;
                opacity: 0.5;
                font-family: FontAwesome !important;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                font-synthesis: weight style;
                font-stretch: normal;
                font-size-adjust: none;
                font-language-override: normal;
                font-kerning: auto;
                font-feature-settings: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-align: center;
                font-size: 16px;
                line-height: 30px;
            }
            &:hover {
                &:before {
                    opacity: 1;
                }
                background: rgb(17, 32, 109);
                color: #fff;
                text-decoration: none;
            }
        }
        .owl-next {
            &:before {
                content: '\f105';
            }
        }
        .owl-prev {
            &:before {
                content: '\f104';
            }
        }
        .disabled {
            opacity: 0.5;
            cursor: default;
        }
    }
    .owl-dots {
        margin: 10px 0;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        .owl-dot {
            display: inline-block;
            zoom: 1;
            span {
                width: 10px;
                height: 10px;
                margin: 5px 7px;
                background: #fff;
                display: block;
                -webkit-backface-visibility: visible;
                transition: opacity 200ms ease;
                border-radius: 50%;
                border: 1px solid #000;
            }
            &:hover {
                span {
                    background: #0F1012;
                }
            }
        }
        .owl-dot.active {
            span {
                background: #0F1012;
            }
        }
    }
}

.sm-imageslider {
    aspect-ratio: 1170/400;
    .owl-nav {
        opacity: 0;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        div[class*='owl-'] {
            margin-left: 0;
            margin-right: 0;
            position: absolute;
            top: 50%;
            height: 50px;
            opacity: 0.3;
            transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s;
            margin-top: -25px !important;
            &:before {
                font-size: 20px !important;
                line-height: 48px;
            }
            &:hover {
                opacity: 0.7 !important;
            }
        }
        div.owl-prev {
            left: 0;
        }
        div.owl-next {
            right: 0;
        }
    }
    .owl-dots {
        position: absolute;
        bottom: 15px;
        width: 100%;
    }
    &:hover {
        .owl-nav {
            opacity: 1;
        }
    }
}
.sm-imageslider-content {
    .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .owl-animated-in {
        z-index: 0;
    }
    .owl-animated-out {
        z-index: 1;
    }
    .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }
}

.products-grid {
    position: relative;
    margin: 0;
    .products-single {
        margin-bottom: 0;
    }
    .product-item {
        margin-bottom: 0;
    }
    .product-item-info {
        text-align: center;
        padding-bottom: 0;
        .box-quickview {
            position: relative;
        }
        .sm_quickview_handler {
            color: #fff;
            display: block;
            text-transform: uppercase;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            transition: 0.2s;
            -moz-transition: 0.2s;
            -webkit-transition: 0.2s;
        }
        &:hover {
            .sm_quickview_handler {
                opacity: 1;
                visibility: visible;
                background-color: #0e1a57;
            }
        }
    }
}

.quickview-handler {
    opacity: 0;
    visibility: visible;
}

.content-slider div .thumb-product {
    display: none;
}

.home-page-13 {
    .content-slider {
        padding: 25px 0 0;
        position: relative;
        margin-bottom: 30px;
        .owl-carousel {
            position: inherit;
        }
    }
    .banner-policy {
        clear: both;
        display: table;
        font-size: 116.6%;
        text-transform: uppercase;
        width: 100%;
        .inner {
            display: table-row;
            .policy {
                display: table-cell;
                line-height: 19px;
                width: 33.33%;
                text-align: center;
                background-color: #fff;
                transition: 0.2s;
                -moz-transition: 0.2s;
                -webkit-transition: 0.2s;
                border: 1px solid transparent;
                border-top: none;
                position: relative;
                &:hover {
                    background-color: #f7f8fa;
                    border-color: #e6e7e9;
                    &:before {
                        content: '';
                        display: inline-block;
                        height: 3px;
                        position: absolute;
                        left: -1px;
                        right: -1px;
                        bottom: -1px;
                    }
                }
                a {
                    display: block;
                    padding: 35px;
                    .ico-policy {
                        display: inline-block;
                        margin-right: 10px;
                        background-repeat: no-repeat;
                        overflow: hidden;
                        text-indent: -999px;
                        position: relative;
                        vertical-align: middle;
                        &:before {
                            position: absolute;
                            text-indent: 0;
                        }
                    }
                }
                &:before {
                    background-color: #11206d;
                }
            }
            .policy.policy1 {
                a {
                    .ico-policy {
                        width: 27px;
                        height: 36px;
                        &:before {
                            content: '\f155';
                            display: inline-block;
                            font-family: FontAwesome;
                            font-style: normal;
                            font-weight: normal;
                            font-variant: normal;
                            font-synthesis: weight style;
                            font-stretch: normal;
                            font-size-adjust: none;
                            font-language-override: normal;
                            font-kerning: auto;
                            font-feature-settings: normal;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            text-align: center;
                            font-size: 37px;
                            position: absolute;
                            left: 5px;
                        }
                    }
                }
            }
            .policy.policy2 {
                a {
                    .ico-policy {
                        width: 45px;
                        height: 35px;
                        &:before {
                            content: '\f0d1';
                            display: inline-block;
                            font-family: FontAwesome;
                            font-style: normal;
                            font-weight: normal;
                            font-variant: normal;
                            font-synthesis: weight style;
                            font-stretch: normal;
                            font-size-adjust: none;
                            font-language-override: normal;
                            font-kerning: auto;
                            font-feature-settings: normal;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            text-align: center;
                            font-size: 37px;
                            position: absolute;
                            left: 5px;
                        }
                    }
                }
            }
            .policy.policy3 {
                a {
                    .ico-policy {
                        width: 33px;
                        height: 34px;
                        &:before {
                            content: '\f073';
                            display: inline-block;
                            font-family: FontAwesome;
                            font-style: normal;
                            font-weight: normal;
                            font-variant: normal;
                            font-synthesis: weight style;
                            font-stretch: normal;
                            font-size-adjust: none;
                            font-language-override: normal;
                            font-kerning: auto;
                            font-feature-settings: normal;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            text-align: center;
                            font-size: 33px;
                            position: absolute;
                            left: 0;
                            top: 1px;
                        }
                    }
                }
            }
        }
    }
    .slider-post {
        .date-post-title {
            .date-post {
                background-color: #11206d;
            }
        }
    }
    .full-wrapper.full-content-home {
        background-color: #f2f3f7;
        padding: 30px 0;
        border-bottom: 1px solid #e6e7eb;
    }
    .home-brands {
        margin-bottom: 30px;
    }
}

.static-image-131 {
    margin-bottom: 30px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.header-style-13 {
    .header-middle {
        .container {
            display: flex;
        }
        .r-content {
            display: flex;
            align-items: center;
            margin-left: 30px;
        }
    }
}

.header-middle {
    .r-content {
        .content {
            width: 100%;
        }
    }
    .horizontal-block {
        flex: 1;
    }
}

.mobile-logo {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-logo {
        display: block;
    }
}

@media (max-width: 1024px) {
    .header-mobile {
        position: relative;
    }
}

.header-mobile .sidebar-nav-mobile {
    position: absolute;
    bottom: -100vh;
}

.header-mobile .mobile-header-content {
    display: flex;
}

.header-mobile .mobile-menu,
.header-mobile .mobile-cart {
    position: static;
}

.header-mobile .mobile-bottom {
    flex: 1;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .desktop-menu .sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu > li > a.sm_megamenu_head {
        padding: 10.7px 20px !important;
        font-size: 16px !important;
    }
}

.footer-style-6 {
    background-color: #f2f3f7;
    color: #666;
    position: relative;
    .footer-bottom {
        .copyright-footer {
            a {
                color: #11206d;
            }
            address {
                text-align: center;
                padding: 5px 0;
                a {
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
        background-color: #383c41;
        padding: 11px 0;
        color: #fff;
        .footer-payment {
            text-align: right;
        }
    }
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .footer-block {
        .footer-block-content {
            .links-footer {
                li {
                    a {
                        &:hover {
                            color: #11206d;
                            &:before {
                                width: 13px;
                                margin-right: 5px;
                            }
                        }
                        &:before {
                            background-color: #11206d;
                            content: '';
                            display: inline-block;
                            width: 0;
                            height: 1px;
                            vertical-align: middle;
                            transition: 0.2s;
                            -moz-transition: 0.2s;
                            -webkit-transition: 0.2s;
                        }
                        display: inline-block;
                        padding: 2px 0;
                        font-size: 108.33%;
                    }
                }
            }
            .links-contact {
                li {
                    &:hover {
                        &:before {
                            background-color: #11206d;
                        }
                    }
                    position: relative;
                    padding-left: 39px;
                    min-height: 30px;
                    line-height: 18px;
                    &:before {
                        position: absolute;
                        left: 0;
                        top: 4px;
                        content: '';
                        display: inline-block;
                        width: 30px;
                        height: 30px;
                        background: url(../images/icon-image.png) #969696;
                        border-radius: 3px;
                        -webkit-border-radius: 3px;
                    }
                }
                li.add-icon {
                    &:before {
                        background-position: -8px -10px;
                    }
                }
                li.email-icon {
                    &:before {
                        background-position: -11px -51px;
                    }
                }
                li.phone-icon {
                    &:before {
                        background-position: -11px -91px;
                    }
                }
                li.middle-content {
                    padding-top: 9px;
                    margin: 4px 0 10px;
                }
            }
        }
        .footer-block-title {
            margin-bottom: 15px;
            h3 {
                font-weight: 700;
                font-size: 116.67%;
            }
        }
    }
    .categories-footer {
        .footer-links-w {
            ul {
                li {
                    a {
                        &:hover {
                            color: #11206d;
                        }
                    }
                }
            }
        }
        a {
            &:hover {
                color: #11206d;
            }
        }
        font-size: 108.33%;
        padding: 30px 0;
        text-align: center;
        ul {
            li {
                padding: 3px 0;
            }
        }
    }
    .footer-middle {
        .socials-wrap {
            ul {
                .li-social {
                    a {
                        &:hover {
                            background-color: #11206d;
                        }
                    }
                }
            }
        }
    }
    a {
        color: #666;
    }
    .footer-top {
        padding: 40px 0 30px;
        border-bottom: 1px solid #e4e7eb;
    }
}

.footer-middle {
    padding: 50px 0 0;
    .app-store {
        h4 {
            font-size: 116.67%;
            font-weight: 700;
            display: inline-block;
            margin-right: 20px;
            vertical-align: middle;
        }
        ul {
            display: inline-block;
            vertical-align: middle;
            li {
                display: inline-block;
                margin-right: 10px;
            }
        }
    }
    .payment-footer {
        text-align: center;
    }
    .socials-wrap {
        float: right;
        .title-follow {
            font-size: 116.67%;
            font-weight: 700;
            display: inline-block;
            margin-right: 20px;
            vertical-align: middle;
            &:after {
                content: ':';
            }
        }
        ul {
            display: inline-block;
            vertical-align: middle;
            .li-social {
                display: inline-block;
                vertical-align: middle;
                margin-left: 3px;
                a {
                    display: inline-block;
                    width: 34px;
                    height: 34px;
                    text-align: center;
                    line-height: 34px;
                    color: #fff;
                    font-size: 15px;
                    background-color: #999;
                    transition: 0.2s;
                    -moz-transition: 0.2s;
                    -webkit-transition: 0.2s;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    .name-social {
                        display: none;
                    }
                }
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-middle .app-store {
        text-align: center;
    }

    .footer-middle .payment-footer {
        padding: 20px 0;
    }

    .footer-middle .socials-wrap {
        float: none;
        text-align: center;
    }

    .footer-block {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .footer-middle .app-store {
        text-align: center;
    }

    .footer-middle .payment-footer {
        padding: 20px 0;
    }

    .footer-middle .socials-wrap {
        float: none;
        text-align: center;
    }

    .footer-block {
        margin: 15px 0;
    }
}

.sidebar {
    .block.filter {
        .block-content.filter-content {
            border: 1px solid #ddd;
            padding: 20px;
            .filter-options-title {
                font-weight: normal;
                text-transform: uppercase;
            }
            .filter-options {
                .filter-options-content {
                    padding-left: 8px;
                    padding-bottom: 20px;
                    border-bottom: 1px dotted #ddd;
                    margin-bottom: 20px;
                    &:last-child {
                        padding-bottom: 0;
                        border: none;
                    }
                    .items {
                        li {
                            margin-bottom: 10px;
                            &:last-child {
                                margin-bottom: 0;
                            }
                            a {
                                display: block;
                                position: relative;
                                padding-left: 23px;
                                &:hover {
                                    &:after {
                                        position: absolute;
                                        top: 1px;
                                        left: 0;
                                        content: '';
                                        display: inline-block;
                                        width: 16px;
                                        height: 16px;
                                        background: url(../images/icon-image.png) no-repeat -18px -136px;
                                        z-index: 10;
                                    }
                                }
                                .count {
                                    float: right;
                                    margin-left: 5px;
                                }
                                &:before {
                                    position: absolute;
                                    top: 1px;
                                    left: 0;
                                    content: '';
                                    display: inline-block;
                                    width: 16px;
                                    height: 16px;
                                    border: 1px solid #e3e1e1;
                                    background-color: #f7f7f7;
                                    border-radius: 3px;
                                    -webkit-border-radius: 3px;
                                    z-index: 5;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    color: #fff;
}

input[type=number]:not([name^=payment])::-webkit-inner-spin-button,
input[type=number]:not([name^=payment])::-webkit-outer-spin-button {
    appearance: auto !important;
    opacity: 1;
}

.products-list .product-item {
    width: auto;
}
