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;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [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;
}

.owl-theme .owl-nav [class*='owl-']: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;
}

.owl-theme .owl-nav .owl-next:before {
    content: '\f105';
}

.owl-theme .owl-nav .owl-prev:before {
    content: '\f104';
}

.owl-theme .owl-nav [class*='owl-']:hover:before {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: rgb(17, 32, 109);
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.sm-imageslider {
    aspect-ratio: 1170/400;
}

.sm-imageslider .owl-nav {
    opacity: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.sm-imageslider .owl-nav 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;
}

.sm-imageslider .owl-nav div[class*='owl-']:before {
    font-size: 20px !important;
    line-height: 48px;
}

.sm-imageslider .owl-nav div.owl-prev {
    left: 0;
}

.sm-imageslider .owl-nav div.owl-next {
    right: 0;
}

.sm-imageslider .owl-nav div[class*='owl-']:hover {
    opacity: 0.7 !important;
}

.sm-imageslider .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.sm-imageslider: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;
}

.sm-imageslider-content .owl-animated-in {
    z-index: 0;
}

.sm-imageslider-content .owl-animated-out {
    z-index: 1;
}

.products-grid {
    position: relative;
    margin: 0;
}

.products-grid .products-single {
    margin-bottom: 0;
}

.products-grid .product-item {
    margin-bottom: 0;
}

.products-grid .product-item-info {
    text-align: center;
    padding-bottom: 0;
}

.products-grid .product-item-info .box-quickview {
    position: relative;
}

.products-grid .product-item-info .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;
}

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

.products-grid .product-item-info:hover .sm_quickview_handler {
    opacity: 1;
    visibility: visible;
    background-color: #0e1a57;
}

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

.home-page-13 .content-slider .products-single {
    min-height: 540px;
}

.home-page-13 .content-slider .products-single .owl-nav {
    position: absolute;
    top: 33px;
    right: 30px;
}

.home-page-13 .basic-product-slider .owl-nav div {
    background-color: transparent;
    border: 1px solid #dcdcde;
    color: #999999;
}

.sm-imageslider-content .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

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

.home-page-13 .banner-policy {
    clear: both;
    display: table;
    font-size: 116.6%;
    text-transform: uppercase;
    width: 100%;
}

.home-page-13 .banner-policy .inner {
    display: table-row;
}

.home-page-13 .banner-policy .inner .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;
}

.home-page-13 .banner-policy .inner .policy:hover {
    background-color: #f7f8fa;
    border-color: #e6e7e9;
}

.home-page-13 .banner-policy .inner .policy:hover:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.home-page-13 .banner-policy .inner .policy a {
    display: block;
    padding: 35px;
}

.home-page-13 .banner-policy .inner .policy a .ico-policy {
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    vertical-align: middle;
}

.home-page-13 .banner-policy .inner .policy a .ico-policy:before {
    position: absolute;
    text-indent: 0;
}

.home-page-13 .banner-policy .inner .policy.policy1 a .ico-policy {
    width: 27px;
    height: 36px;
}

.home-page-13 .banner-policy .inner .policy.policy1 a .ico-policy: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;
}

.home-page-13 .banner-policy .inner .policy.policy2 a .ico-policy {
    width: 45px;
    height: 35px;
}

.home-page-13 .banner-policy .inner .policy.policy2 a .ico-policy: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;
}

.home-page-13 .banner-policy .inner .policy.policy3 a .ico-policy {
    width: 33px;
    height: 34px;
}

.home-page-13 .banner-policy .inner .policy.policy3 a .ico-policy: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;
}

.home-page-13 .banner-policy .inner .policy:before,
.home-page-13 .slider-post .date-post-title .date-post {
    background-color: #11206d;
}

.home-page-13 .full-wrapper.full-content-home {
    background-color: #f2f3f7;
    padding: 30px 0;
    border-bottom: 1px solid #e6e7eb;
}

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

.home-page-13 .content-slider {
    background-color: #fff;
    padding: 25px 0 0;
    border: 1px solid #dcdde1;
    position: relative;
    margin-bottom: 30px;
}

.home-page-13 .content-slider .owl-carousel {
    position: inherit;
}

.home-page-13 .home-brands {
    margin-bottom: 30px;
}

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

.list-brands {
    border: 1px solid #dcdde1;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.list-brands ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-page-13 .title-home {
    border-bottom: 1px solid #dcdde1;
    margin: -25px 0 0;
    padding: 30px 30px 17px;
}

.home-page-13 .title-home h2 {
    text-transform: uppercase;
    font-size: 150%;
    font-weight: 700;
}

.home-page-13 .title-home h2 {
    color: #11206d;
}

.header.links .customer-welcome .customer-menu .header.links li.authorization-link a {
    background-color: #11206d;
}

.header-style-13 .header-middle .container {
    display: flex;
}

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

.header-middle .r-content .content {
    width: 100%;
}

.header-middle .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 .footer-bottom .copyright-footer a {
    color: #11206d;
}

.footer-style-6 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-style-6 .footer-block .footer-block-content .links-footer li a:hover {
    color: #11206d;
}

.footer-style-6 .footer-block .footer-block-content .links-contact li:hover:before {
    background-color: #11206d;
}

.footer-style-6 .categories-footer .footer-links-w ul li a:hover {
    color: #11206d;
}

.footer-style-6 .footer-block .footer-block-content .links-footer li a:before,
.footer-style-6 .footer-middle .socials-wrap ul .li-social a:hover {
    background-color: #11206d;
}

.footer-style-6 .categories-footer a:hover {
    color: #11206d;
}

.footer-style-6 {
    background-color: #f2f3f7;
    color: #666666;
    position: relative;
}

.footer-style-6 a {
    color: #666666;
}

.footer-style-6 .footer-top {
    padding: 40px 0 30px;
    border-bottom: 1px solid #e4e7eb;
}

.footer-style-6 .footer-bottom {
    background-color: #383c41;
    padding: 11px 0;
    color: #fff;
}

.footer-style-6 .footer-bottom .copyright-footer address {
    text-align: center;
    padding: 5px 0;
}

.footer-style-6 .footer-bottom .copyright-footer address a:hover {
    text-decoration: underline;
}

.footer-style-6 .footer-bottom .footer-payment {
    text-align: right;
}

.footer-style-6 .footer-block .footer-block-title {
    margin-bottom: 15px;
}

.footer-style-6 .footer-block .footer-block-title h3 {
    font-weight: 700;
    font-size: 116.67%;
}

.footer-style-6 .footer-block .footer-block-content .links-footer li a {
    display: inline-block;
    padding: 2px 0;
    font-size: 108.33%;
}

.footer-style-6 .footer-block .footer-block-content .links-footer li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    vertical-align: middle;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.footer-style-6 .footer-block .footer-block-content .links-footer li a:hover:before {
    width: 13px;
    margin-right: 5px;
}

.footer-style-6 .footer-block .footer-block-content .links-contact li {
    position: relative;
    padding-left: 39px;
    min-height: 30px;
    line-height: 18px;
}

.footer-style-6 .footer-block .footer-block-content .links-contact li: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;
}

.footer-style-6 .footer-block .footer-block-content .links-contact li.add-icon:before {
    background-position: -8px -10px;
}

.footer-style-6 .footer-block .footer-block-content .links-contact li.email-icon:before {
    background-position: -11px -51px;
}

.footer-style-6 .footer-block .footer-block-content .links-contact li.phone-icon:before {
    background-position: -11px -91px;
}

.footer-style-6 .footer-block .footer-block-content .links-contact li.middle-content {
    padding-top: 9px;
    margin: 4px 0 10px;
}

.footer-style-6 .categories-footer {
    font-size: 108.33%;
    padding: 30px 0;
    text-align: center;
}

.footer-style-6 .categories-footer ul li {
    padding: 3px 0;
}

.footer-middle {
    padding: 50px 0 0;
}

.footer-middle .app-store h4 {
    font-size: 116.67%;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.footer-middle .app-store ul {
    display: inline-block;
    vertical-align: middle;
}

.footer-middle .app-store ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-middle .payment-footer {
    text-align: center;
}

.footer-middle .socials-wrap {
    float: right;
}

.footer-middle .socials-wrap .title-follow {
    font-size: 116.67%;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.footer-middle .socials-wrap .title-follow:after {
    content: ':';
}

.footer-middle .socials-wrap ul {
    display: inline-block;
    vertical-align: middle;
}

.footer-middle .socials-wrap ul .li-social {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.footer-middle .socials-wrap ul .li-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    background-color: #999999;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.footer-middle .socials-wrap ul .li-social a .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;
}

.sidebar .block.filter .block-content.filter-content .filter-options-title {
    font-weight: normal;
    text-transform: uppercase;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content {
    padding-left: 8px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content:last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content .items li {
    margin-bottom: 10px;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content .items li:last-child {
    margin-bottom: 0;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content .items li a {
    display: block;
    position: relative;
    padding-left: 23px;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content .items li a: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;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content .items li a .count {
    float: right;
    margin-left: 5px;
}

.sidebar .block.filter .block-content.filter-content .filter-options .filter-options-content .items li a: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;
}
