html,
body {
    overflow-x: hidden;
}

.action.compare.no-display {
    display: none !important;
}

body>p {
    display: none;
}

.toolbar .modes>a {
    text-decoration: none;
}

.toolbar-amount {
    display: none;
}

.clearer {
    clear: both;
}

@media (min-width: 1200px) {
    .col-xl-2-4 {
        width: 20%;
    }
    .col-xl-9-6 {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .layout-1280 .navigation,
    .layout-1280 .page-wrapper>.breadcrumbs .items,
    .layout-1280 .page-header .header.panel,
    .layout-1280 .header.content,
    .layout-1280 .footer.content,
    .layout-1280 .page-wrapper>.widget,
    .layout-1280 .page-wrapper>.page-bottom,
    .layout-1280 .block.category.event,
    .layout-1280 .top-container,
    .layout-1280 .page-main {
        max-width: 1280px;
    }
    .layout-1280 .container {
        max-width: 1280px;
        width: 100%;
    }
    .sw-megamenu.side-megamenu.navigation li.level0.fl-right {
        float: none;
    }
}

.swatch-input {
    position: absolute;
    top: -999em;
    visibility: hidden;
    opacity: 0;
}

.btn-default {
    color: #fff;
    font-weight: 400;
    background-image: none;
    background-color: #08c;
    text-shadow: none;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navigation,
.page-wrapper>.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
    width: 100%;
}

@media (min-width: 768px) {
    .navigation,
    .page-wrapper>.breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .navigation,
    .page-wrapper>.breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .navigation,
    .page-wrapper>.breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 1280px;
    }
    .page-wrapper>.breadcrumbs {
        max-width: 1280px;
    }
}

.prev-next-products {
    float: right;
}

.prev-next-products .product-nav em:before {
    margin: 0;
}

.prev-next-products .product-nav.product-next .product-pop:before {
    right: 21px;
}

.prev-next-products .product-nav.product-prev .product-pop:before {
    left: 27px;
}

.homepage-bar {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb;
}

.homepage-bar .col-lg-4 {
    border-left: 1px solid #e1e1e1;
    padding-top: 14px;
    padding-bottom: 14px;
}

.homepage-bar .col-lg-4:first-child {
    border-left: 0;
}

.homepage-bar [class*=" porto-icon-"],
.homepage-bar [class^="porto-icon-"] {
    font-size: 34px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.homepage-bar .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}

.homepage-bar h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.homepage-bar p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.image-link {
    display: block;
    position: relative;
}

.image-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.image-link:hover:before {
    opacity: 0.1;
    visibility: visible;
}

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

.border-radius .image-link:before {
    border-radius: 8px;
}

.custom-support {
    text-align: left;
}

.custom-support em[class*=icon-] {
    float: left;
    background-color: #e35d53;
    color: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}

.custom-support div.content {
    margin-left: 76px;
}

.custom-support div.content>p.header {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
}

.custom-support div.content>em {
    color: #888;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.custom-support div.content>p {
    color: #666;
    font-size: 14px;
}

.photo-instagrams .image-link {
    position: relative;
}

.photo-instagrams .image-link .content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 0, 0, 0.5);
    text-align: center;
    height: 100%;
    vertical-align: middle;
    font-size: 35px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.photo-instagrams .image-link:hover .content {
    opacity: 1;
    visibility: visible;
}

.photo-instagrams .image-link .content i {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 24.5px);
    display: inline-block;
    vertical-align: middle;
}

.parallax-wrapper {
    position: relative;
}

.parallax-wrapper .overlay {
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.parallax {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 50px 0;
}

.parallax-slider {
    text-align: center;
}

.parallax-slider .owl-carousel h2 {
    font-size: 60.28px;
    color: #fff;
    line-height: 1;
}

.parallax-slider .owl-carousel p {
    font-size: 22.6px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

.parallax-slider .owl-carousel a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.brands-slider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.customer-account-login .account-social-login,
.customer-account-create .account-social-login {
    display: none;
}

.customer-account-login .block-customer-login .account-social-login,
.customer-account-create .form-create-account .account-social-login {
    display: block;
    width: 100%;
    position: relative;
    margin: 50px 0;
}

.customer-account-login .block-customer-login .account-social-login:before,
.customer-account-create .form-create-account .account-social-login:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #dfdfdf;
    z-index: 3;
    top: 0;
    left: 25px;
    right: 25px;
}

.customer-account-login .block-customer-login .account-social-login:before {
    left: 0;
    right: 0;
}

.customer-account-login .block-customer-login .account-social-login:after,
.customer-account-create .form-create-account .account-social-login:after {
    content: 'or';
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 4;
    text-align: center;
    border: #dfdfdf solid 1px;
    border-radius: 100%;
    line-height: 43px;
    color: #777;
    left: 0;
    top: -22px;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}

.customer-account-login .account-social-login .block-content,
.customer-account-create .account-social-login {
    padding-top: 50px;
}

.form.create.account .account-social-login .actions-toolbar {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .nav-open .page-wrapper {
        z-index: 3;
    }
}

@media (max-width: 991px) {
    .homepage-bar .col-lg-4 {
        border: 0;
        text-align: left !important;
    }
    .parallax {
        background-position: center center !important;
        background-attachment: initial;
    }
}

@media (max-width: 767px) {
    .parallax-slider .owl-carousel h2 {
        font-size: 40px;
    }
    .parallax-slider .owl-carousel p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .parallax-slider .owl-carousel a {
        font-size: 13px;
    }
}


/*=============== Demo 1 Homepage Slider ===============*/

.owl-banner-carousel .content.type1 h2 {
    font-size: 60px
}

.owl-banner-carousel .content.type1 p {
    font-size: 25px
}

.owl-banner-carousel .content.type1 a {
    font-size: 16px
}

@media (max-width: 1199px) {
    .owl-banner-carousel .content.type1 h2 {
        font-size: 48px
    }
    .owl-banner-carousel .content.type1 p {
        font-size: 20px
    }
    .owl-banner-carousel .content.type1 a {
        font-size: 13px
    }
}

@media (max-width: 991px) {
    .owl-banner-carousel .content.type1 h2 {
        font-size: 36px
    }
    .owl-banner-carousel .content.type1 p {
        font-size: 15px
    }
    .owl-banner-carousel .content.type1 a {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .owl-banner-carousel .content.type1 h2 {
        font-size: 24px
    }
    .owl-banner-carousel .content.type1 p {
        display: none
    }
    .owl-banner-carousel .content.type1 a {
        font-size: 8px
    }
}


/*=============== Demo 3 Homepage Slider ===============*/

#banner-slider-demo-3 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px
}

#banner-slider-demo-3 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#banner-slider-demo-3 .slide1-content p {
    font-size: 23.64px
}

#banner-slider-demo-3 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px
}

#banner-slider-demo-3 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px
}

#banner-slider-demo-3 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px
}

#banner-slider-demo-3 .slide2-content p span.split {
    margin: 0 13px 0 14px;
    border: 0;
}

#banner-slider-demo-3 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

#banner-slider-demo-3 .slide3-content em {
    font-size: 26.26px
}

#banner-slider-demo-3 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}

#banner-slider-demo-3 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

@media (max-width: 991px) {
    #banner-slider-demo-3 .slide1-content img.quote {
        width: 30px
    }
    #banner-slider-demo-3 .slide1-content em {
        font-size: 20px;
        margin: 0 8px
    }
    #banner-slider-demo-3 .slide1-content h2 {
        font-size: 60px;
        margin: 4px 0 8px
    }
    #banner-slider-demo-3 .slide1-content p {
        font-size: 18px
    }
    #banner-slider-demo-3 .slide2-content em {
        font-size: 20px;
        margin-left: 7px
    }
    #banner-slider-demo-3 .slide2-content h2 {
        font-size: 65px;
        margin: 2px 0 8px
    }
    #banner-slider-demo-3 .slide2-content p {
        font-size: 15px;
        margin-left: 7px;
        margin-bottom: 25px
    }
    #banner-slider-demo-3 .slide2-content p span.split {
        margin: 0 8px 0 9px
    }
    #banner-slider-demo-3 .slide2-content a.btn-default {
        font-size: 12px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px
    }
    #banner-slider-demo-3 .slide3-content em {
        font-size: 20px
    }
    #banner-slider-demo-3 .slide3-content h2 {
        font-size: 65px;
        margin-bottom: 13px
    }
    #banner-slider-demo-3 .slide3-content a.btn-default {
        font-size: 12px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px
    }
}

@media (max-width: 640px) {
    #banner-slider-demo-3 .slide1-content img.quote {
        width: 15px
    }
    #banner-slider-demo-3 .slide1-content em {
        font-size: 14px;
        margin: 0 3px
    }
    #banner-slider-demo-3 .slide1-content h2 {
        font-size: 38px;
        margin: 1px 0 5px
    }
    #banner-slider-demo-3 .slide1-content p {
        font-size: 14px
    }
    #banner-slider-demo-3 .slide2-content em {
        font-size: 14px;
        margin-left: 3px
    }
    #banner-slider-demo-3 .slide2-content h2 {
        font-size: 39px;
        margin: 0 0 5px
    }
    #banner-slider-demo-3 .slide2-content p {
        font-size: 8px;
        margin-left: 4px;
        margin-bottom: 15px
    }
    #banner-slider-demo-3 .slide2-content p span.split {
        margin: 0 7px 0 8px
    }
    #banner-slider-demo-3 .slide2-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px
    }
    #banner-slider-demo-3 .slide3-content em {
        font-size: 14px
    }
    #banner-slider-demo-3 .slide3-content h2 {
        font-size: 38px;
        margin-bottom: 8px
    }
    #banner-slider-demo-3 .slide3-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px
    }
}


/*=============== Demo 8 Homepage Slider ===============*/

#banner-slider-demo-8 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px
}

#banner-slider-demo-8 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#banner-slider-demo-8 .slide1-content p {
    font-size: 23.64px
}

#banner-slider-demo-8 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px
}

#banner-slider-demo-8 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px
}

#banner-slider-demo-8 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px
}

#banner-slider-demo-8 .slide2-content p span.split {
    margin: 0 13px 0 14px;
    border: 0;
}

#banner-slider-demo-8 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

#banner-slider-demo-8 .slide3-content em {
    font-size: 26.26px
}

#banner-slider-demo-8 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}

#banner-slider-demo-8 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

@media (max-width: 991px) {
    #banner-slider-demo-8 .slide1-content img.quote {
        width: 30px
    }
    #banner-slider-demo-8 .slide1-content em {
        font-size: 20px;
        margin: 0 8px
    }
    #banner-slider-demo-8 .slide1-content h2 {
        font-size: 60px;
        margin: 4px 0 8px
    }
    #banner-slider-demo-8 .slide1-content p {
        font-size: 18px
    }
    #banner-slider-demo-8 .slide2-content em {
        font-size: 20px;
        margin-left: 7px
    }
    #banner-slider-demo-8 .slide2-content h2 {
        font-size: 65px;
        margin: 2px 0 8px
    }
    #banner-slider-demo-8 .slide2-content p {
        font-size: 15px;
        margin-left: 7px;
        margin-bottom: 25px
    }
    #banner-slider-demo-8 .slide2-content p span.split {
        margin: 0 8px 0 9px
    }
    #banner-slider-demo-8 .slide2-content a.btn-default {
        font-size: 12px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px
    }
    #banner-slider-demo-8 .slide3-content em {
        font-size: 20px
    }
    #banner-slider-demo-8 .slide3-content h2 {
        font-size: 65px;
        margin-bottom: 13px
    }
    #banner-slider-demo-8 .slide3-content a.btn-default {
        font-size: 12px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px
    }
}

@media (max-width: 640px) {
    #banner-slider-demo-8 .slide1-content img.quote {
        width: 15px
    }
    #banner-slider-demo-8 .slide1-content em {
        font-size: 12px;
        margin: 0 3px
    }
    #banner-slider-demo-8 .slide1-content h2 {
        font-size: 23px;
        margin: 1px 0 5px
    }
    #banner-slider-demo-8 .slide1-content p {
        font-size: 14px
    }
    #banner-slider-demo-8 .slide2-content em {
        font-size: 12px;
        margin-left: 3px
    }
    #banner-slider-demo-8 .slide2-content h2 {
        font-size: 23px;
        margin: 0 0 5px
    }
    #banner-slider-demo-8 .slide2-content p {
        font-size: 8px;
        margin-left: 4px;
        margin-bottom: 5px
    }
    #banner-slider-demo-8 .slide2-content p span.split {
        margin: 0 7px 0 8px
    }
    #banner-slider-demo-8 .slide2-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px
    }
    #banner-slider-demo-8 .slide3-content em {
        font-size: 12px
    }
    #banner-slider-demo-8 .slide3-content h2 {
        font-size: 23px;
        margin-bottom: 8px;
        margin-top: 5px;
    }
    #banner-slider-demo-8 .slide3-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px
    }
}


/*=============== Demo 4 Homepage Slider ===============*/

#banner-slider-demo-4 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px
}

#banner-slider-demo-4 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#banner-slider-demo-4 .slide1-content p {
    font-size: 23.64px
}

#banner-slider-demo-4 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px
}

#banner-slider-demo-4 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px
}

#banner-slider-demo-4 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px
}

#banner-slider-demo-4 .slide2-content p span.split {
    margin: 0 13px 0 14px;
    border: 0;
}

#banner-slider-demo-4 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

#banner-slider-demo-4 .slide3-content em {
    font-size: 26.26px
}

#banner-slider-demo-4 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}

#banner-slider-demo-4 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

@media (max-width: 991px) {
    #banner-slider-demo-4 .slide1-content img.quote {
        width: 30px
    }
    #banner-slider-demo-4 .slide1-content em {
        font-size: 20px;
        margin: 0 8px
    }
    #banner-slider-demo-4 .slide1-content h2 {
        font-size: 60px;
        margin: 4px 0 8px
    }
    #banner-slider-demo-4 .slide1-content p {
        font-size: 18px
    }
    #banner-slider-demo-4 .slide2-content em {
        font-size: 20px;
        margin-left: 7px
    }
    #banner-slider-demo-4 .slide2-content h2 {
        font-size: 65px;
        margin: 2px 0 8px
    }
    #banner-slider-demo-4 .slide2-content p {
        font-size: 15px;
        margin-left: 7px;
        margin-bottom: 25px
    }
    #banner-slider-demo-4 .slide2-content p span.split {
        margin: 0 8px 0 9px
    }
    #banner-slider-demo-4 .slide2-content a.btn-default {
        font-size: 12px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px
    }
    #banner-slider-demo-4 .slide3-content em {
        font-size: 20px
    }
    #banner-slider-demo-4 .slide3-content h2 {
        font-size: 65px;
        margin-bottom: 13px
    }
    #banner-slider-demo-4 .slide3-content a.btn-default {
        font-size: 12px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px
    }
}

@media (max-width: 640px) {
    #banner-slider-demo-4 .slide1-content img.quote {
        width: 15px
    }
    #banner-slider-demo-4 .slide1-content em {
        font-size: 14px;
        margin: 0 3px
    }
    #banner-slider-demo-4 .slide1-content h2 {
        font-size: 38px;
        margin: 1px 0 5px
    }
    #banner-slider-demo-4 .slide1-content p {
        font-size: 14px
    }
    #banner-slider-demo-4 .slide2-content em {
        font-size: 14px;
        margin-left: 3px
    }
    #banner-slider-demo-4 .slide2-content h2 {
        font-size: 39px;
        margin: 0 0 5px
    }
    #banner-slider-demo-4 .slide2-content p {
        font-size: 8px;
        margin-left: 4px;
        margin-bottom: 15px
    }
    #banner-slider-demo-4 .slide2-content p span.split {
        margin: 0 7px 0 8px
    }
    #banner-slider-demo-4 .slide2-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px
    }
    #banner-slider-demo-4 .slide3-content em {
        font-size: 14px
    }
    #banner-slider-demo-4 .slide3-content h2 {
        font-size: 38px;
        margin-bottom: 8px
    }
    #banner-slider-demo-4 .slide3-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px
    }
}

.slider-with-side {
    margin: 0 -8px;
}

.slider-with-side .slider-area {
    padding: 0 8px;
    float: left;
    width: 72.3%;
}

.slider-with-side .slider-area .item .content .ribbon {
    right: 13px;
    top: 16px;
}

.slider-with-side .slider-area .item .content .ribbon em {
    font-size: 14px;
    margin: 0;
    margin-right: 63px;
}

.slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 33px;
    margin: 0;
    margin-right: 14px;
}

.slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 18px;
    margin: 0;
    margin-top: -3px;
}

.slider-with-side .slider-area .item .content .text-area h2 {
    display: inline-block;
    padding: 7px 50px 7px 11px;
    font-size: 42.7px;
    margin-bottom: 4px;
}

.slider-with-side .slider-area .item .content .text-area p {
    display: inline-block;
    padding: 12px 17px 12px 13px;
    font-size: 17.58px;
    margin: 0;
}

@media (max-width: 1199px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 11px;
        top: 11px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 13px;
        margin-right: 60px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 30px;
        margin-right: 12px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 16px;
        margin-top: -2px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 6px 45px 6px 10px;
        font-size: 38px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 10px 15px 10px 11px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 3px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 8px;
        margin-right: 40px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 22px;
        margin-right: 7px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 10px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 4px 38px 4px 7px;
        font-size: 22px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 6px 11px 6px 8px;
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 1px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 6px;
        margin-right: 22px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 14px;
        margin-right: 2px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        display: none;
    }
}

.slider-with-side .side-area {
    padding: 0 8px 0 7px;
    float: left;
    width: 27.7%;
}

.slider-with-side .side-area .item1,
.slider-with-side .side-area .item2,
.slider-with-side .side-area .item3 {
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
}

.slider-with-side .side-area .item1:before,
.slider-with-side .side-area .item2:before,
.slider-with-side .side-area .item3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s;
}

.slider-with-side .side-area .item1:hover:before,
.slider-with-side .side-area .item2:hover:before,
.slider-with-side .side-area .item3:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible;
}

.slider-with-side .side-area .item1 .content {
    position: absolute;
    bottom: 17px;
    left: 15px;
    text-align: left;
}

.slider-with-side .side-area .item1 .content em {
    font-size: 27.45px;
    margin: 0;
    margin-bottom: 2px;
    display: block;
    margin-left: 4px;
}

.slider-with-side .side-area .item1 .content h2 {
    font-size: 35.16px;
    margin: 0;
    margin-bottom: 14px;
}

.slider-with-side .side-area .item1 .content a {
    font-size: 15.08px;
    margin: 0;
    margin-left: 4px;
    display: block;
}

.slider-with-side .side-area .item2 .content {
    position: absolute;
    bottom: 17px;
    left: 21px;
    text-align: left;
}

.slider-with-side .side-area .item2 .content h2 {
    font-size: 33.86px;
    margin: 0;
    margin-bottom: 12px;
}

.slider-with-side .side-area .item2 .content p {
    font-size: 18.34px;
    margin: 0;
    margin-left: 1px;
}

.slider-with-side .side-area .item2 .content a {
    font-size: 13px;
    border: 0;
    text-shadow: none;
    padding: 8px 10px 8px 15px;
    margin: 13px 0 0 25px;
}

.slider-with-side .side-area .item3 {
    margin: 0 !important;
}

.slider-with-side .side-area .item3 .content {
    position: absolute;
    bottom: 17px;
    left: 19px;
    text-align: left;
}

.slider-with-side .side-area .item3 .content h2 {
    font-size: 32px;
    margin: 0;
}

.slider-with-side .side-area .item3 .content p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 17px;
}

.slider-with-side .side-area .item3 .content a {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 1199px) {
    .slider-with-side .side-area .item1 .content {
        bottom: 15px;
        left: 13px;
    }
    .slider-with-side .side-area .item1 .content em {
        font-size: 22px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item1 .content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item1 .content a {
        font-size: 13px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item2 {
        margin-bottom: 8px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item2 .content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item2 .content p {
        font-size: 13px;
    }
    .slider-with-side .side-area .item2 .content a {
        font-size: 12px;
        padding: 7px 8px 7px 13px;
        margin: 5px 0 0 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content h2 {
        font-size: 28px;
    }
    .slider-with-side .side-area .item3 .content p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .slider-with-side .side-area .item3 .content a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .slider-with-side .slider-area {
        padding: 0 8px;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area {
        padding: 0;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area .item1,
    .slider-with-side .side-area .item2,
    .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 33.33%;
        float: left;
        margin: 0;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 20px;
        left: 20px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 20px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 767px) {
    .slider-with-side .side-area .item1,
    .slider-with-side .side-area .item2,
    .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 100%;
        float: none;
    }
    .slider-with-side .side-area img {
        width: 100%;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 30px;
        left: 25px;
    }
}

.banner-content-6 {
    padding: 290px 0 80px;
    line-height: 1;
}

.banner-content-6 .text-content em {
    font-size: 26.26px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.banner-content-6 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px;
}

.banner-content-6 .text-content p {
    margin: 0;
}

.banner-content-6 .text-content p span {
    font-size: 23.64px;
    padding-left: 5px;
    line-height: 2;
}

.banner-content-6 .text-content p a {
    font-size: 16px;
    padding: 10px 35px;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 125px;
}

@media (max-width: 767px) {
    .banner-content-6 .text-content em {
        font-size: 16.26px;
    }
    .banner-content-6 .text-content h2 {
        font-size: 54.12px;
    }
    .banner-content-6 .text-content p span {
        font-size: 13.64px;
    }
    .banner-content-6 .text-content p a {
        font-size: 12px;
        padding: 7px 15px;
    }
}

.filter-title-type-2 {
    font-size: 19px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.filter-title-type-2 span {
    display: table-cell;
    position: relative;
}

.filter-title-type-2 span.title-line:after {
    content: "";
    width: 100%;
    border-top: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.one-product .filterproduct-title {
    background: #fff;
    text-align: center;
    color: #333;
    font-weight: 700;
    line-height: 50px;
}

.one-product .products-grid {
    margin: 0;
    background-color: #fff;
    padding-bottom: 20px;
}

.one-product .product-item-info .product-item-details {
    padding-top: 20px;
}

.one-product .owl-dots {
    margin-top: 0;
}

.shop-features {
    text-align: center;
}

.shop-features [class*=" porto-icon-"],
.shop-features [class^="porto-icon-"] {
    color: #333;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 28px;
}

.shop-features h3 {
    color: #121214;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 10px;
}

.shop-features p {
    color: #777;
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}

.shop-features a {
    margin: 0;
    font-size: 14px;
}

.wishlist-index-index .products-grid .product-item .product-item-inner {
    margin: 9px 0 0;
    padding: 10px;
    position: relative;
}

.products-grid.wishlist .product-item .tocart {
    height: auto;
    line-height: 30px;
    min-width: 120px;
    padding: 0 11px;
}

@media (min-width: 992px) {
    .wishlist-index-index .products-grid .product-items .product-item {
        width: 24%;
    }
}

.hide-addtocart .products-grid .product-item-actions .actions-primary,
.hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary {
    display: none;
}

.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist,
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist,
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare {
    display: none;
}

.owl-middle-outer-narrow .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
}

.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    color: #3d3734;
}

.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}

.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
/*
.owl-bottom-narrow .owl-controls {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: 100%;
}
*/
.filterproducts-tab .data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    margin-left: -15px;
    margin-right: -15px;
}

.filterproducts-tab .data.items>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}

.filterproducts-tab .data.items>.item.title[aria-expanded=true] a.switch {
    color: #08c;
}

.filterproduct-title>a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

.catalogsearch-result-index .sidebar.sidebar-main:before {
    display: none;
}

.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../images/bkg_4.png) bottom no-repeat;
}

.products.wrapper .product-item .product-item-photo .qty-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.products.wrapper .product-item .qty-box {
    display: block;
    width: 88px;
    margin: 0 auto 5px;
}

.products.wrapper.products-list .product-item .qty-box {
    margin: 0 0 5px;
}

.products.wrapper .product-item .qty-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border: solid 1px #dfdfdf;
}

.products.wrapper .product-item .qty-box .qtyminus,
.products.wrapper .product-item .qty-box .qtyplus {
    position: relative;
    border: solid 1px #dfdfdf;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    float: left;
    margin-right: -1px;
}

.products.wrapper .product-item .qty-box .qtyplus {
    float: right;
    margin-right: 0;
    margin-left: -1px;
}

.products-grid .product-item .has-qty {
    margin-top: 37px;
}

.product-info-main .custom-block {
    border-bottom: solid 1px #e6e6e6;
    padding: 23px 0 25px;
    margin-bottom: 25px;
}

.product-info-main .custom-block .item:first-child {
    border-left: 0;
    padding-left: 0;
}

.product-info-main .custom-block .item {
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
}

.product-info-main .custom-block i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .custom-block .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}

.product-info-main .custom-block .text-area h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: #7a7d82;
    margin: 0;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .filterproducts-tab .data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background: url(../images/slider-bar.png) right 10px no-repeat;
    }
    .filterproducts-tab .data.items:before,
    .filterproducts-tab .data.items:after {
        content: '';
        display: table;
    }
    .filterproducts-tab .data.items:after {
        clear: both;
    }
    .filterproducts-tab .data.items>.item.title {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    .filterproducts-tab .data.items>.item.title a.switch {
        color: #313131;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 15px;
        border-left: 1px solid #ddd;
    }
    .filterproducts-tab .data.items>.item.title:first-child a.switch {
        padding-left: 0;
        border: 0;
    }
    .filterproducts-tab .data.items>.item.content {
        margin-top: 30px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .filterproducts-tab .data.items>.item.title {
        padding: 10px;
        border-top: 1px solid #eee;
    }
    .filterproducts-tab .data.items>.item.title a.switch {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.grid-images {
    text-align: center;
}

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

.grid-images .col-md-4,
.grid-images .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
}

.grid-images img {
    max-width: 100%;
}

.grid-images .grid1 img,
.grid-images .grid2 img,
.grid-images .grid3 img {
    opacity: 1;
    filter: alpha(Opacity=100);
    visibility: visible;
    transition: all 0.2s;
}

.grid-images .grid1:hover img,
.grid-images .grid2:hover img,
.grid-images .grid3:hover img {
    opacity: 0.8;
    filter: alpha(Opacity=80);
    visibility: visible;
}

.grid-images .grid1 {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .grid-images .grid1 {
        margin-bottom: 9px;
    }
}

@media (max-width: 767px) {
    .grid-images .grid2 {
        margin-bottom: 9px;
    }
}

@media (min-width: 992px) {
    .lg-order-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 768px) {
    .md-order-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-flex-order: 12 order: 12;
    }
}

.side-custom-menu {
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
}

.side-custom-menu h2 {
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    padding: 13px 13px 12px;
    background-color: #f5f5f5;
    line-height: 1;
    margin: 0;
}

.side-custom-menu ul {
    padding: 0 12px;
    margin: 0;
    list-style: none;
}

.side-custom-menu ul li {
    text-align: left;
    padding: 12px 4px;
    border-top: 1px solid #ddd;
    margin: 0;
    line-height: 1;
}

.side-custom-menu ul li:first-child {
    border: 0;
}

.side-custom-menu ul li a {
    color: #777;
    font-size: 15px;
    line-height: 1;
    display: block;
}

.home-side-menu-type2 {
    margin-bottom: 50px
}

.home-side-menu-type2>h2 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
}

.home-side-menu-type2>h2>i.icon-menu:before {
    margin-left: 0
}

.side-menu-type2.side-block {
    border-top: 1px solid #ddd
}

.side-menu-type2.side-block ul.category-sidebar {
    padding: 0;
    list-style: none
}

.side-menu-type2.side-block ul.category-sidebar ul {
    list-style: none;
    margin: 0;
    display: none;
    padding-left: 1.5em
}

.side-menu-type2.side-block ul.category-sidebar>li {
    padding-left: 12px;
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #ddd
}

.side-menu-type2.side-block ul.category-sidebar li {
    position: relative
}

.side-menu-type2.side-block ul.category-sidebar a {
    font-size: 13px;
    color: #777
}

.side-menu-type2.side-block ul.category-sidebar a:hover {
    color: #000;
    text-decoration: none
}

.side-menu-type2.side-block ul.category-sidebar>li>a {
    font-size: 15px
}

.side-menu-type2.side-block ul.category-sidebar ul>li {
    line-height: 40px;
    border-top: 1px solid #ddd
}

.side-menu-type2.side-block ul.category-sidebar ul>li:first-child {
    border-top: 0
}

.featured-box-2 {
    margin: 30px 0
}

.featured-box-2 h3 {
    color: #121213;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    padding: 8px 0;
    margin-bottom: 10px
}

.featured-box-2 h3 em {
    font-size: 18px
}

.featured-box-2 p {
    font-size: 14px;
    margin-bottom: 10px
}

.featured-box-2 a {
    font-size: 14px
}

.social-icons [class^="porto-icon-"] {
    color: #fff;
}

.sidebar-title {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    line-height: 1;
}

.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button>.action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
    text-decoration: none;
}

body.boxed {
    padding: 24px 0 17px;
    background: url(../images/boxed_bg.png) repeat;
}

body.boxed .page-wrapper {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.fotorama .fotorama__fullscreen-icon {
    display: block;
}

.fotorama .fotorama-sprite,
.fotorama__fullscreen .fotorama .fotorama__zoom-out,
.fotorama__fullscreen .fotorama .fotorama__zoom-in,
.fotorama .fotorama__arr .fotorama__arr__arr,
.fotorama .fotorama__fullscreen-icon,
.fotorama .fotorama__thumb__arr {
    background: none;
    color: #08c;
}

.fotorama-sprite:before,
.fotorama__fullscreen .fotorama__zoom-out:before,
.fotorama__fullscreen .fotorama__zoom-in:before,
.fotorama__arr .fotorama__arr__arr:before,
.fotorama__fullscreen-icon:before,
.fotorama__thumb__arr:before {
    font-family: 'porto-icons';
    display: block;
    text-align: center;
}

.fotorama .fotorama__arr .fotorama__arr__arr {
    height: auto;
}

.fotorama__arr--next .fotorama__arr__arr:before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
}

.fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f80a";
    font-size: 35px;
    line-height: 1;
}

.fotorama__thumb__arr--left .fotorama__thumb__arr:before {
    content: "\f80a";
    font-size: 30px;
    line-height: 1;
}

.fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: "\f809";
    font-size: 30px;
    line-height: 1;
}

.fotorama__zoom-in:before {
    content: "\f85a";
    font-size: 20px;
    line-height: 50px;
}

.fotorama__zoom-out:before {
    content: "\f85b";
    font-size: 20px;
    line-height: 50px;
}

.fotorama__fullscreen-icon:before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
}

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: "\00d7";
    font-size: 60px;
}

.fotorama__stage {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}

.fotorama__nav--thumbs .fotorama__thumb {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background-color: #fff;
}

.fotorama__nav .fotorama__thumb__arr {
    padding-bottom: 0;
}

.fotorama__nav .fotorama__thumb-border {
    border-radius: 5px;
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 3px solid #fff !important;
}

.fotorama__stage__shaft {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
}

.main-product-detail {
    background-color: #efefef;
    padding: 71px 0;
}

.weltpixel-quickview-catalog-product-view .main-product-detail {
    padding: 0;
}

.weltpixel-quickview-catalog-product-view .page-main {
    padding: 0 15px;
}

.custom-block-tab {
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    padding: 30px 20px 40px;
    margin-top: 3px;
}

.move-product-tab .owl-top-narrow .owl-theme .owl-controls {
    top: -25px;
}

.move-product-tab .products-grid .owl-carousel .product-item {
    margin-bottom: 10px;
    padding: 10px 0 6px;
    overflow: hidden;
}

.move-product-tab .product-items .product-item-info .product-item-photo {
    max-width: 30%;
    float: left;
    margin-right: 10px;
}

.move-product-tab .product-items .product-item-details {
    margin-left: calc(31% + 15px);
    text-align: left;
    padding: 0;
}

.move-product-tab .product-items .product-reviews-summary {
    display: block;
    background: none;
    margin-top: 0;
}

.move-product-tab .product-items .price-box {
    margin-bottom: 0;
}

.main-upsell-product-detail {
    background-color: #f4f4f4;
    padding: 60px 0 45px;
    margin-top: -60px;
}

.main-upsell-product-detail .block.upsell .title strong {
    background-color: #f4f4f4;
}

.message {
    border-radius: 5px;
}

@media (max-width: 1199px) {
    body.boxed .page-wrapper {
        width: 980px;
    }
}

@media (max-width: 991px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}

@media (max-width: 767px) {
    body.boxed .page-wrapper {
        width: 630px;
    }
    .sm-clearer {
        clear: both;
    }
}

@media (max-width: 640px) {
    body.boxed .page-wrapper {
        width: 460px;
    }
}

@media (max-width: 480px) {
    body.boxed .page-wrapper {
        width: 300px;
    }
}

.block.block-border {
    border-radius: 7px;
    overflow: hidden;
}

.block.block-border .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    border-radius: 7px 7px 0 0;
    margin: 0;
}

.block.block-border .block-content {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}

.category-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
}

.category-sidebar li {
    position: relative;
    margin: 0;
}

.category-sidebar ul {
    display: none;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}

.category-sidebar li>.expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 32px;
}

.category-sidebar li>a:not(.expand-icon) {
    color: #777;
    font-size: 13px;
    line-height: 2.5;
}

@media (max-width: 1199px) {
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth>.submenu {
        width: 728px;
        width: calc(75vw - 19.5px);
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0>a {
        font-size: 13px;
        line-height: 34px;
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent>a:after {
        line-height: 34px;
    }
    .home-side-menu h2.side-menu-title {
        padding: 9px 15px;
    }
}

@media (max-width: 991px) {
    .home-side-menu {
        display: none;
    }
}

.cms-index-index blockquote.testimonial {
    background-color: #08c;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
    font-size: 1.2em;
    line-height: 1.3
}

.cms-index-index blockquote.testimonial:before {
    left: 10px;
    top: 0;
    color: #fff;
    content: "\201C";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute
}

.cms-index-index blockquote.testimonial:after {
    right: 10px;
    bottom: -0.5em;
    color: #fff;
    content: "\201D";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute
}

.cms-index-index .testimonial-arrow-down {
    border: 15px solid transparent;
    border-top-color: #08c;
    border-bottom: 0;
    height: 0;
    margin: 0 0 0 25px;
    width: 0
}

.cms-index-index .testimonial-author {
    margin: 8px 0 0 8px
}

.cms-index-index .testimonial-author .img-thumbnail {
    border-radius: 7px;
    float: left;
    margin-right: 10px;
    position: relative;
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.cms-index-index .testimonial-author .img-thumbnail img {
    max-width: 60px;
    display: inline-block;
    height: auto
}

.cms-index-index .testimonial-author p {
    color: #666;
    margin: 0 0 0 25px;
    text-align: left;
    line-height: 24px
}

.cms-index-index .testimonial-author p>strong {
    color: #111;
    display: block;
    padding-top: 7px;
    font-size: 14px
}

.cms-index-index .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px
}

.block.block-subscribe.home-sidebar-block {
    border: 1px solid #ddd;
    border-top: 5px solid #08c;
    border-radius: 7px;
    background-color: #fbfbfb;
    text-align: center;
    padding: 30px 28px 5px
}

.block.block-subscribe.home-sidebar-block .block-title strong {
    font-size: 16px;
    color: #313131;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0 20px
}

.block.block-subscribe.home-sidebar-block .block-content p {
    line-height: 1.8
}

.block.block-subscribe.home-sidebar-block label.label {
    display: none
}

.block.block-subscribe.home-sidebar-block .newsletter .control {
    padding: 10px 10px 40px 10px;
    position: relative
}

.block.block-subscribe.home-sidebar-block .newsletter .control input {
    padding: 5px 60px 5px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: #fefefe;
    line-height: 16px;
    height: 34px
}

.block.block-subscribe.home-sidebar-block button.subscribe {
    width: 50px;
    height: 34px;
    padding: 0;
    line-height: 32px;
    height: 32px;
    background-color: #fefefe;
    color: #515151;
    border: 0;
    border-left: 1px solid #d3d3d3;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 11px;
    top: 11px
}

.shop-features h2.shop-features-title {
    position: relative;
    text-align: center;
    margin: 30px 0
}

.shop-features h2.shop-features-title:before {
    content: "";
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%
}

.shop-features h2.shop-features-title span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 12px;
    color: #313131;
    font-weight: 700;
    font-size: 15px;
    line-height: 33px;
    vertical-align: top;
}

.homepage-grid-banner {
    padding: 0
}

.homepage-grid-banner * {
    transition: all 0.2s
}

.homepage-grid-banner .row {
    margin-left: -4px;
    margin-right: -4px
}

.homepage-grid-banner .col-md-1,
.homepage-grid-banner .col-md-2,
.homepage-grid-banner .col-md-3,
.homepage-grid-banner .col-md-4,
.homepage-grid-banner .col-md-5,
.homepage-grid-banner .col-md-6,
.homepage-grid-banner .col-md-7,
.homepage-grid-banner .col-md-8,
.homepage-grid-banner .col-md-9,
.homepage-grid-banner .col-md-10,
.homepage-grid-banner .col-md-11,
.homepage-grid-banner .col-md-12 {
    padding-left: 4px;
    padding-right: 4px
}

.homepage-grid-banner .col-md-margin {
    margin-bottom: 8px
}

.homepage-grid-banner img {
    width: 100%
}

.homepage-grid-banner .content a {
    font-size: 16px;
    margin-right: 5px;
}

.homepage-grid-banner .content a.btn-default {
    font-size: 13px;
    margin: 0;
    border: 0;
    padding-right: 3px;
    color: #fff
}

.homepage-grid-banner .ribbon {
    width: 33.5%;
    height: 22.3%
}

.homepage-grid-banner .ribbon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 150px solid #08c;
    border-right: 0;
    border-bottom: 0;
    border-left: 200px solid transparent;
}

.homepage-grid-banner .ribbon>div {
    width: 90%
}

.homepage-grid-banner .ribbon em {
    font-size: 14px
}

.homepage-grid-banner .ribbon h4 {
    font-size: 33px;
    line-height: 1;
    margin: 0
}

.homepage-grid-banner .ribbon h5 {
    font-size: 18px;
    line-height: 1;
    margin: 0
}

.homepage-grid-banner .grid1,
.homepage-grid-banner .grid2,
.homepage-grid-banner .grid3,
.homepage-grid-banner .grid4 {
    cursor: pointer;
    overflow: hidden;
    min-height: 50px
}

.homepage-grid-banner .grid1:before,
.homepage-grid-banner .grid2:before,
.homepage-grid-banner .grid3:before,
.homepage-grid-banner .grid4:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s
}

.homepage-grid-banner .grid1:hover:before,
.homepage-grid-banner .grid2:hover:before,
.homepage-grid-banner .grid3:hover:before,
.homepage-grid-banner .grid4:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible
}

.homepage-grid-banner .grid1 .content h2 {
    font-size: 70.72px;
    line-height: 1;
    margin: 0 0 5px 0;
}

.homepage-grid-banner .grid1 .content p {
    font-size: 29.47px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 4px
}

.homepage-grid-banner .grid2 .content h3 {
    font-size: 28.88px;
    line-height: 1;
    margin: 0 0 5px 0;
}

.homepage-grid-banner .grid2 .content h2 {
    font-size: 28.88px;
    line-height: 1;
    margin: 0 0 5px 0;
}

.homepage-grid-banner .grid2 .content p {
    font-size: 17.58px;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px
}

.homepage-grid-banner .grid3 .content h2 {
    font-size: 46px;
    line-height: 1;
    margin: 0
}

.homepage-grid-banner .grid3 .content h5 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px
}

.homepage-grid-banner .grid3 .content p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px
}

.homepage-grid-banner .grid3 .content h4 {
    font-size: 22.72px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0
}

.homepage-grid-banner .grid3 .content h4>span {
    font-size: 17.66px;
    line-height: 1
}

.homepage-grid-banner .grid3 .content h3 {
    font-size: 37.71px;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px
}

.homepage-grid-banner .grid3 .content h3>span {
    font-size: 25.14px;
    line-height: 1
}

.homepage-grid-banner .grid4 .content h2 {
    font-size: 33.86px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px
}

.homepage-grid-banner .grid4 .content p {
    font-size: 19.75px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 17px
}

@media (max-width: 1199px) {
    .homepage-grid-banner .row {
        margin-left: -3px;
        margin-right: -3px
    }
    .homepage-grid-banner .col-md-1,
    .homepage-grid-banner .col-md-2,
    .homepage-grid-banner .col-md-3,
    .homepage-grid-banner .col-md-4,
    .homepage-grid-banner .col-md-5,
    .homepage-grid-banner .col-md-6,
    .homepage-grid-banner .col-md-7,
    .homepage-grid-banner .col-md-8,
    .homepage-grid-banner .col-md-9,
    .homepage-grid-banner .col-md-10,
    .homepage-grid-banner .col-md-11,
    .homepage-grid-banner .col-md-12 {
        padding-left: 3px;
        padding-right: 3px
    }
    .homepage-grid-banner .col-md-margin {
        margin-bottom: 7px
    }
    .homepage-grid-banner .content a.btn-default {
        font-size: 11px
    }
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 55.16px
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 23px;
        margin-right: 3.12px
    }
    .homepage-grid-banner .grid2 .content h3 {
        font-size: 22.53px
    }
    .homepage-grid-banner .grid2 .content h2 {
        font-size: 22.53px
    }
    .homepage-grid-banner .grid2 .content p {
        font-size: 13.71px;
        margin-bottom: 11.7px
    }
    .homepage-grid-banner .grid3 .content h2 {
        font-size: 35.88px
    }
    .homepage-grid-banner .grid3 .content h5 {
        font-size: 12.48px;
        margin-bottom: 23.4px
    }
    .homepage-grid-banner .grid3 .content p {
        font-size: 12.48px;
        margin-bottom: 3.9px
    }
    .homepage-grid-banner .grid3 .content h4 {
        font-size: 17.72px;
        margin-top: 15.6px
    }
    .homepage-grid-banner .grid3 .content h4>span {
        font-size: 13.77px
    }
    .homepage-grid-banner .grid3 .content h3 {
        font-size: 29.41px;
        margin-bottom: 11.7px
    }
    .homepage-grid-banner .grid3 .content h3>span {
        font-size: 19.6px
    }
    .homepage-grid-banner .grid4 .content h2 {
        font-size: 29px;
        margin-bottom: 12px
    }
    .homepage-grid-banner .grid4 .content p {
        font-size: 17px;
        margin-bottom: 11.7px
    }
}

@media (max-width: 991px) {
    .homepage-grid-banner .row {
        margin-left: -2px;
        margin-right: -3px
    }
    .homepage-grid-banner .col-md-1,
    .homepage-grid-banner .col-md-2,
    .homepage-grid-banner .col-md-3,
    .homepage-grid-banner .col-md-4,
    .homepage-grid-banner .col-md-5,
    .homepage-grid-banner .col-md-6,
    .homepage-grid-banner .col-md-7,
    .homepage-grid-banner .col-md-8,
    .homepage-grid-banner .col-md-9,
    .homepage-grid-banner .col-md-10,
    .homepage-grid-banner .col-md-11,
    .homepage-grid-banner .col-md-12 {
        padding-left: 2px;
        padding-right: 3px
    }
    .homepage-grid-banner .col-md-margin {
        margin-bottom: 4px
    }
    .homepage-grid-banner .content a.btn-default {
        font-size: 10px;
        padding: 4px 6px;
        padding-right: 3px
    }
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 42.43px
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 17.68px;
        margin-bottom: 6px;
        margin-right: 2.4px
    }
    .homepage-grid-banner .grid2 .content h3 {
        font-size: 17.33px
    }
    .homepage-grid-banner .grid2 .content h2 {
        font-size: 17.33px
    }
    .homepage-grid-banner .grid2 .content p {
        font-size: 10.55px;
        margin-bottom: 9px
    }
    .homepage-grid-banner .grid3 .content h2 {
        font-size: 27.6px
    }
    .homepage-grid-banner .grid3 .content h5 {
        font-size: 9.6px;
        margin-bottom: 18px
    }
    .homepage-grid-banner .grid3 .content p {
        font-size: 9.6px;
        margin-bottom: 3px
    }
    .homepage-grid-banner .grid3 .content h4 {
        font-size: 13.63px;
        margin-top: 12px
    }
    .homepage-grid-banner .grid3 .content h4>span {
        font-size: 10.6px
    }
    .homepage-grid-banner .grid3 .content h3 {
        font-size: 22.63px;
        margin-bottom: 9px
    }
    .homepage-grid-banner .grid3 .content h3>span {
        font-size: 15.08px
    }
    .homepage-grid-banner .grid4 .content h2 {
        font-size: 21px;
        margin-bottom: 9px
    }
    .homepage-grid-banner .grid4 .content p {
        font-size: 14px;
        margin-bottom: 7px
    }
}

@media (max-width: 767px) {
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 540px;
        margin: 0 auto;
    }
    .homepage-grid-banner .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .homepage-grid-banner .col-md-1,
    .homepage-grid-banner .col-md-2,
    .homepage-grid-banner .col-md-3,
    .homepage-grid-banner .col-md-4,
    .homepage-grid-banner .col-md-5,
    .homepage-grid-banner .col-md-6,
    .homepage-grid-banner .col-md-7,
    .homepage-grid-banner .col-md-8,
    .homepage-grid-banner .col-md-9,
    .homepage-grid-banner .col-md-10,
    .homepage-grid-banner .col-md-11,
    .homepage-grid-banner .col-md-12 {
        padding-left: 10px;
        padding-right: 10px
    }
    .homepage-grid-banner .col-md-margin {
        margin-bottom: 0
    }
    .homepage-grid-banner .content a.btn-default {
        font-size: 14px;
        padding: 6px 12px;
        padding-right: 6px
    }
    .homepage-grid-banner img {
        margin-bottom: 20px
    }
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 70.72px
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 29.47px;
        margin-bottom: 10px;
        margin-right: 4px
    }
    .homepage-grid-banner .grid2 .content h3 {
        font-size: 28.88px
    }
    .homepage-grid-banner .grid2 .content h2 {
        font-size: 28.88px
    }
    .homepage-grid-banner .grid2 .content p {
        font-size: 17.58px;
        margin-bottom: 15px
    }
    .homepage-grid-banner .grid3 .content h2 {
        font-size: 46px
    }
    .homepage-grid-banner .grid3 .content h5 {
        font-size: 16px;
        margin-bottom: 30px
    }
    .homepage-grid-banner .grid3 .content p {
        font-size: 16px;
        margin-bottom: 5px
    }
    .homepage-grid-banner .grid3 .content h4 {
        font-size: 22.72px;
        margin-top: 20px
    }
    .homepage-grid-banner .grid3 .content h4>span {
        font-size: 17.66px
    }
    .homepage-grid-banner .grid3 .content h3 {
        font-size: 37.71px;
        margin-bottom: 15px
    }
    .homepage-grid-banner .grid3 .content h3>span {
        font-size: 25.14px
    }
    .homepage-grid-banner .grid4 .content h2 {
        font-size: 35px
    }
    .homepage-grid-banner .grid4 .content p {
        font-size: 23px;
        margin-bottom: 15px
    }
}

@media (max-width: 640px) {
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 42.43px
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 17.68px;
        margin-bottom: 6px;
        margin-right: 2.4px
    }
}

@media (max-width: 480px) {
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 25px
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 17.68px;
        margin-bottom: 6px;
        margin-right: 2.4px
    }
}

.single-image {
    display: block;
    position: relative;
    overflow: hidden;
}

.single-image img {
    max-width: 100%;
    transition: 0.5s ease;
}

.single-image img {
    width: 100%;
}

.single-image:hover img {
    transform: scale(1.2);
}

#banner-slider-demo-11 .slide-1 em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px
}

#banner-slider-demo-11 .slide-1 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -5px
}

#banner-slider-demo-11 .slide-1 .text-content p {
    margin: 0
}

#banner-slider-demo-11 .slide-1 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px
}

#banner-slider-demo-11 .slide-1 .text-content a {
    font-size: 15.76px;
    padding: 10px 34px;
    margin-top: 15px;
    margin-left: 7px
}

#banner-slider-demo-11 .slide-2 em {
    font-size: 26.26px;
    margin: 0;
    margin-bottom: 10px
}

#banner-slider-demo-11 .slide-2 .text-content h2 {
    font-size: 51.67px
}

#banner-slider-demo-11 .slide-2 .text-content p {
    margin: 0
}

#banner-slider-demo-11 .slide-2 .text-content p span {
    font-size: 23.64px
}

#banner-slider-demo-11 .slide-2 .text-content a {
    font-size: 15.76px;
    padding: 10px 34px;
    margin-top: 15px
}

@media (max-width: 767px) {
    #banner-slider-demo-11 .slide-1 em {
        font-size: 12px;
        margin: 0;
        margin-left: 1px
    }
    #banner-slider-demo-11 .slide-1 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px
    }
    #banner-slider-demo-11 .slide-1 .text-content p span {
        font-size: 12px;
        padding-left: 1px;
        display: block
    }
    #banner-slider-demo-11 .slide-1 .text-content a {
        font-size: 10px;
        padding: 6px 20px;
        margin-left: 0;
        margin-top: 10px
    }
    #banner-slider-demo-11 .slide-2 em {
        font-size: 12px;
        margin: 0;
        margin-bottom: 2px
    }
    #banner-slider-demo-11 .slide-2 .text-content h2 {
        font-size: 26px;
        letter-spacing: -1px
    }
    #banner-slider-demo-11 .slide-2 .text-content p span {
        font-size: 12px;
        display: block
    }
    #banner-slider-demo-11 .slide-2 .text-content a {
        font-size: 10px;
        padding: 6px 20px;
        margin-left: 0;
        margin-top: 10px
    }
}

.flex-owl-slider .owl-item:first-child .item {
    border-left-color: transparent;
}

.flex-owl-slider .owl-item .item {
    border-left: 1px solid #e3e4e4;
}

.owl-no-narrow .owl-controls {
    display: none;
}

@media (max-width: 640px) {
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
        width: 40px;
        padding: 0 12px;
    }
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
        display: none;
    }
}

@media (max-width: 991px) {
    .sm-bd-0 {
        border: 0 !important;
    }
}

.fancybox-close {
    background: transparent;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

.fancybox-close:hover {
    text-decoration: none;
}

.fancybox-close:before {
    content: '\f819';
    font-family: 'porto-icons';
}


/* Previous/Next Product links on Product View Page*/


/* Previous/Next Product links on Product View Page*/


/* Category Banner */

.page-wrapper>.category-banner {
    background-color: transparent
}

.page-wrapper>.category-banner .banner-image {
    width: 100%
}

.category-banner .banner-text {
    position: absolute;
    top: 30%;
    width: 100%;
    color: #fff
}

.category-banner .banner-text h2 {
    font-size: 50px;
    color: #fff
}

.category-banner .banner-text p {
    font-size: 26px;
    font-weight: 300
}

.category-boxed-banner.owl-theme .owl-controls {
    margin-top: -40px;
    position: relative;
    height: 30px
}

.category-boxed-banner .owl-item .item {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.category-boxed-banner .owl-item .item img {
    width: 100%
}

.category-boxed-banner .banner-text {
    position: absolute;
    top: 40%;
    left: 4%;
    color: #fff;
    width: 100%
}

.category-boxed-banner .banner-text h2 {
    font-size: 35px;
    color: #fff;
    background-color: #333;
    background-color: rgba(23, 23, 23, .9);
    padding: 5px 10px;
    display: inline-block;
    line-height: 1
}

.category-boxed-banner .banner-text p {
    font-size: 16px;
    font-weight: 300;
    background-color: #666;
    background-color: rgba(23, 23, 23, .65);
    padding: 7px 12px;
    line-height: 1.4
}

.category-boxed-banner .banner-text a.shop-now {
    margin-left: 20px;
    font-size: 16px;
}

.full-width-image-banner {
    height: 375px;
    position: relative;
    z-index: 3
}

.full-width-image-banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #393733;
    opacity: 0.65;
    filter: alpha(opacity=65)
}

.full-width-image-banner .content {
    margin-top: -36px
}

.full-width-image-banner h2 {
    margin: 0;
    font-size: 45px;
    line-height: 1.1
}

.full-width-image-banner p {
    margin: 0;
    font-size: 16px
}

.no-margin {
    margin: 0 !important;
}

@media (max-width: 1199px) {
    .category-banner .banner-text h2 {
        font-size: 45px
    }
    .category-banner .banner-text p {
        font-size: 23px
    }
    .category-boxed-banner .banner-text h2 {
        font-size: 38px
    }
    .category-boxed-banner .banner-text p {
        font-size: 17px
    }
    .category-boxed-banner .banner-text a.shop-now {
        margin-left: 16px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .category-banner .banner-text h2 {
        font-size: 28px
    }
    .category-banner .banner-text p {
        font-size: 16px
    }
    .category-boxed-banner .banner-text h2 {
        font-size: 28px
    }
    .category-boxed-banner .banner-text p {
        font-size: 12px
    }
    .category-boxed-banner .banner-text a.shop-now {
        margin-left: 12px;
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .category-banner .banner-text h2 {
        font-size: 28px
    }
    .category-banner .banner-text p {
        display: none
    }
    .category-boxed-banner .banner-text h2 {
        font-size: 28px
    }
    .category-boxed-banner .banner-text p {
        display: none
    }
}

@media (max-width: 640px) {
    .category-boxed-banner .banner-text a.shop-now {
        margin-left: 10px;
        font-size: 9px
    }
    .full-width-image-banner {
        height: 200px
    }
    .full-width-image-banner .content {
        margin-top: -16px
    }
    .full-width-image-banner h2 {
        margin: 0;
        font-size: 30px;
        line-height: 1.1
    }
    .full-width-image-banner p {
        display: none
    }
}

@media (max-width: 480px) {
    .category-banner .banner-text h2 {
        font-size: 14px
    }
    .category-boxed-banner .banner-text h2 {
        font-size: 14px
    }
    .full-width-image-banner {
        height: 150px
    }
    .full-width-image-banner .content {
        margin-top: -13px
    }
    .full-width-image-banner h2 {
        margin: 0;
        font-size: 24px;
        line-height: 1.1
    }
    .full-width-image-banner p {
        display: none
    }
}


/* Category Banner */


/****************** Demo 12 ***************/

#banner-slider-demo-12 .item img {
    width: 100%;
}

#banner-slider-demo-12 .item .content {
    position: absolute;
    right: 4.3%;
    bottom: 20.5%;
}

#banner-slider-demo-12 .item .content>span {
    font-size: 21px;
    font-weight: 300;
    color: #303030;
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
}

#banner-slider-demo-12 .item .content>a.btn-default {
    font-size: 13px;
}


/****************** Demo 13 ***************/

#parallax_01 .parallax-content-13 img.quote {}

#parallax_01 .parallax-content-13 em {
    font-size: 26.26px;
    margin: 0 10px
}

#parallax_01 .parallax-content-13 h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#parallax_01 .parallax-content-13 p {
    font-size: 23.64px
}

#parallax_02 {
    padding: 250px 0
}

#parallax_02 .parallax-content-13 .text-content em {
    font-size: 26.26px;
    margin: 0
}

#parallax_02 .parallax-content-13 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px
}

#parallax_02 .parallax-content-13 .text-content p {
    margin: 0
}

#parallax_02 .parallax-content-13 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px
}

#parallax_02 .parallax-content-13 .text-content p a {
    font-size: 16px;
    padding: 10px 28px;
    margin-left: 10px;
    margin-top: 5px
}

#parallax_03 {
    padding: 250px 0
}

#parallax_03 .parallax-content-13 .text-content em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px
}

#parallax_03 .parallax-content-13 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px
}

#parallax_03 .parallax-content-13 .text-content p {
    margin: 0
}

#parallax_03 .parallax-content-13 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px
}

#parallax_03 .parallax-content-13 .text-content p a {
    font-size: 16px;
    padding: 10px 28px;
    margin-left: 125px;
    margin-top: 5px
}

#parallax_04 .parallax-content-13 img.quote {}

#parallax_04 .parallax-content-13 em {
    font-size: 26.26px;
    margin: 0 10px
}

#parallax_04 .parallax-content-13 h2 {
    font-size: 61px;
    margin: 5px 0 10px;
    letter-spacing: -3px
}

#parallax_04 .parallax-content-13 p {
    font-size: 18px
}

#parallax_04 .parallax-content-13 a.btn.btn-default {
    font-size: 16px;
    padding: 8px 35px
}

@media (max-width: 767px) {
    #parallax_01 .parallax-content-13 img.quote {
        width: 20px
    }
    #parallax_01 .parallax-content-13 em {
        font-size: 12px;
        margin: 0 5px
    }
    #parallax_01 .parallax-content-13 h2 {
        font-size: 35px;
        margin: 4px 0 7px
    }
    #parallax_01 .parallax-content-13 p {
        font-size: 11px;
        margin: 0
    }
    #parallax_02 {
        padding: 50px 0
    }
    #parallax_02 .parallax-content-13 .text-content em {
        font-size: 12px
    }
    #parallax_02 .parallax-content-13 .text-content h2 {
        font-size: 35px;
        letter-spacing: -2px
    }
    #parallax_02 .parallax-content-13 .text-content p span {
        font-size: 12px;
        padding-left: 6px;
        display: block
    }
    #parallax_02 .parallax-content-13 .text-content p a {
        font-size: 10px;
        padding: 6px 13px;
        margin-left: 10px;
        margin-top: 5px
    }
    #parallax_03 {
        padding: 50px 0
    }
    #parallax_03 .parallax-content-13 .text-content em {
        font-size: 12px;
        margin: 0;
        margin-left: 1px
    }
    #parallax_03 .parallax-content-13 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px
    }
    #parallax_03 .parallax-content-13 .text-content p span {
        font-size: 12px;
        padding-left: 1px;
        display: block
    }
    #parallax_03 .parallax-content-13 .text-content p a {
        font-size: 10px;
        padding: 6px 13px;
        margin-left: 0;
        margin-top: 5px
    }
    #parallax_04 .parallax-content-13 img.quote {
        width: 20px
    }
    #parallax_04 .parallax-content-13 em {
        font-size: 12px;
        margin: 0 5px
    }
    #parallax_04 .parallax-content-13 h2 {
        font-size: 22px;
        margin: 4px 0 7px;
        letter-spacing: -1px
    }
    #parallax_04 .parallax-content-13 p {
        font-size: 10px
    }
    #parallax_04 .parallax-content-13 a.btn.btn-default {
        font-size: 10px;
        padding: 5px 20px
    }
}

#banner-slider-demo-14 .slide-1 em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px
}

#banner-slider-demo-14 .slide-1 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px
}

#banner-slider-demo-14 .slide-1 .text-content p {
    margin: 0
}

#banner-slider-demo-14 .slide-1 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px
}

#banner-slider-demo-14 .slide-1 .text-content a {
    font-size: 15.76px;
    padding: 10px 34px;
    margin-top: 15px;
    margin-left: 7px
}

#banner-slider-demo-14 .slide-2 em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px
}

#banner-slider-demo-14 .slide-2 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px
}

#banner-slider-demo-14 .slide-2 .text-content p {
    margin: 0
}

#banner-slider-demo-14 .slide-2 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px
}

#banner-slider-demo-14 .slide-2 .text-content a {
    font-size: 15.76px;
    padding: 10px 0;
    margin-top: 10px
}

@media (max-width: 767px) {
    #banner-slider-demo-14 .slide-1 em {
        font-size: 12px;
        margin: 0;
        margin-left: 1px
    }
    #banner-slider-demo-14 .slide-1 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px
    }
    #banner-slider-demo-14 .slide-1 .text-content p span {
        font-size: 12px;
        padding-left: 1px;
        display: block
    }
    #banner-slider-demo-14 .slide-1 .text-content a {
        font-size: 10px;
        padding: 6px 20px;
        margin-left: 0;
        margin-top: 10px
    }
    #banner-slider-demo-14 .slide-2 em {
        font-size: 12px;
        margin: 0;
        margin-left: 1px
    }
    #banner-slider-demo-14 .slide-2 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px
    }
    #banner-slider-demo-14 .slide-2 .text-content p span {
        font-size: 12px;
        padding-left: 1px;
        display: block
    }
    #banner-slider-demo-14 .slide-2 .text-content a {
        font-size: 10px;
        padding: 6px 0;
        margin-left: 0;
        margin-top: 5px
    }
}

.image-link span.category-title {
    display: block;
    position: absolute;
    left: -10px;
    bottom: 20px;
    color: #fff;
    padding: 15px 17px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    min-width: 174px;
    text-align: left;
    background-color: #3f4658
}

.image-link span.category-title:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-right-color: #3f4658;
    border-top-color: #3f4658;
    display: block;
    position: absolute;
    left: 0;
    top: 100%
}

.overlay {
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
}

#banner-slider-demo-15 .content em {
    font-size: 18px
}

#banner-slider-demo-15 .content h2 {
    font-size: 44px
}

#banner-slider-demo-15 .content hr {
    margin: 10px 0
}

#banner-slider-demo-15 .content a {
    font-size: 16px
}

.img-desc-home15 {
    margin-top: -88px;
    padding: 0 25px
}

.img-desc-home15 h3 {
    font-size: 24px
}

.img-desc-home15 hr {
    width: 90px;
    margin: 15px 0
}

.img-desc-home15 p {
    font-size: 15px
}

.img-desc-home15 a {
    font-size: 15px
}

@media (max-width: 991px) {
    .img-desc-home15 {
        margin-top: -65px;
        padding: 0 16px
    }
    .img-desc-home15 h3 {
        font-size: 16px
    }
    .img-desc-home15 hr {
        width: 60px;
        margin: 10px 0
    }
    .img-desc-home15 p {
        font-size: 10px
    }
    .img-desc-home15 a {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    #banner-slider-demo-15 .content em {
        font-size: 9px
    }
    #banner-slider-demo-15 .content h2 {
        font-size: 22px
    }
    #banner-slider-demo-15 .content hr {
        margin: 5px 0;
    }
    #banner-slider-demo-15 .content a {
        font-size: 8px
    }
    .img-desc-home15 {
        margin-top: -88px;
        padding: 0 25px
    }
    .img-desc-home15 h3 {
        font-size: 24px
    }
    .img-desc-home15 hr {
        width: 90px;
        margin: 15px 0
    }
    .img-desc-home15 p {
        font-size: 15px
    }
    .img-desc-home15 a {
        font-size: 15px
    }
}

.top-newsletter .newsletter button.subscribe {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #000;
    padding: 0 15px;
    background-color: transparent;
    border: 0;
}

.top-newsletter .newsletter input {
    width: 300px;
    height: 30px;
    border-radius: 0;
    line-height: 16px;
    padding: 7px 50px 7px 15px;
}

.top-newsletter .newsletter label {
    display: none;
}

@media (max-width: 1199px) {
    .top-newsletter #newsletter {
        width: 270px
    }
}

@media (max-width: 991px) {
    .top-newsletter #newsletter {
        width: 160px
    }
}

@media (min-width: 992px) {
    .a-left-sm {
        text-align: left;
    }
    .a-right-sm {
        text-align: right;
    }
}

.owl-banner-carousel .content-17.type1 em {
    font-size: 20px;
    margin-bottom: -5px;
    margin-left: 9px
}

.owl-banner-carousel .content-17.type1 h2 {
    font-size: 65px;
    margin-bottom: 0
}

.owl-banner-carousel .content-17.type1 p {
    font-size: 37px
}

.owl-banner-carousel .content-17.type1 a {
    font-size: 15px
}

.owl-banner-carousel .content-17.type1 a>i {
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 12px;
    color: #fff;
    border-radius: 50%
}

@media (max-width: 1199px) {
    .owl-banner-carousel .content-17.type1 em {
        font-size: 18px;
        margin-bottom: -4px;
        margin-left: 8px
    }
    .owl-banner-carousel .content-17.type1 h2 {
        font-size: 58px
    }
    .owl-banner-carousel .content-17.type1 p {
        font-size: 32px
    }
    .owl-banner-carousel .content-17.type1 a {
        font-size: 14px
    }
    .owl-banner-carousel .content-17.type1 a>i {
        width: 15px;
        height: 15px;
        line-height: 14px;
        font-size: 11px;
        margin-bottom: 3px;
        margin-left: 10px
    }
}

@media (max-width: 991px) {
    .owl-banner-carousel .content-17.type1 em {
        font-size: 15px;
        margin-bottom: -3px;
        margin-left: 6px
    }
    .owl-banner-carousel .content-17.type1 h2 {
        font-size: 50px
    }
    .owl-banner-carousel .content-17.type1 p {
        font-size: 26px
    }
    .owl-banner-carousel .content-17.type1 a {
        font-size: 12px
    }
    .owl-banner-carousel .content-17.type1 a>i {
        width: 13px;
        height: 13px;
        line-height: 12px;
        font-size: 10px;
        margin-bottom: 3px;
        margin-left: 7px
    }
}

@media (max-width: 767px) {
    .owl-banner-carousel .content-17.type1 em {
        font-size: 11px;
        margin-bottom: -2px;
        margin-left: 4px
    }
    .owl-banner-carousel .content-17.type1 h2 {
        font-size: 28px
    }
    .owl-banner-carousel .content-17.type1 p {
        display: none
    }
    .owl-banner-carousel .content-17.type1 a {
        display: none
    }
}

#banner-slider-demo-18 .content-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px 20px 15px;
    text-align: left;
    margin-left: -163px;
    margin-top: -95px
}

#banner-slider-demo-18 .content-1>div {
    display: inline-block;
    vertical-align: middle
}

#banner-slider-demo-18 .content-1>div:first-child {
    padding-right: 10px
}

#banner-slider-demo-18 .content-1 p {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 7px;
    font-weight: 300
}

#banner-slider-demo-18 .content-1 h3 {
    font-size: 73px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

#banner-slider-demo-18 .content-1 h3 b {
    font-weight: 800;
    margin-top: -23px;
    display: block
}

#banner-slider-demo-18 .content-1 em {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    margin-right: 4px
}

#banner-slider-demo-18 .content-1 h4 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    font-weight: 700
}

#banner-slider-demo-18 .content-1 h5 {
    font-size: 17px;
    margin: 0;
    line-height: 1;
    margin-top: -4px
}

#banner-slider-demo-18 .content-2 {
    position: absolute;
    right: 28px;
    bottom: 28px;
    text-align: left
}

#banner-slider-demo-18 .content-2>div {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px
}

#banner-slider-demo-18 .content-2>div:first-child {
    margin: -6px 0;
    padding-left: 25px
}

#banner-slider-demo-18 .content-2 p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 2px;
    font-weight: 300
}

#banner-slider-demo-18 .content-2 h3 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

#banner-slider-demo-18 .content-2 h3 b {
    font-weight: 800
}

#banner-slider-demo-18 .content-2 em {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    margin-right: 4px
}

#banner-slider-demo-18 .content-2 h4 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    font-weight: 700
}

#banner-slider-demo-18 .content-2 h5 {
    font-size: 17px;
    margin: 0;
    line-height: 1;
    margin-top: -4px
}

#banner-slider-demo-18 .content-2 a {
    font-size: 13px;
    margin-right: -10px
}

@media (max-width: 991px) {
    #banner-slider-demo-18 .content-1 {
        padding: 25px 15px 10px;
        margin-left: -122px;
        margin-top: -75px
    }
    #banner-slider-demo-18 .content-1>div:first-child {
        padding-right: 7px
    }
    #banner-slider-demo-18 .content-1 p {
        font-size: 16px;
        margin-left: 5px
    }
    #banner-slider-demo-18 .content-1 h3 {
        font-size: 58px
    }
    #banner-slider-demo-18 .content-1 h3 b {
        margin-top: -17px
    }
    #banner-slider-demo-18 .content-1 em {
        font-size: 14px;
        margin-right: 3px
    }
    #banner-slider-demo-18 .content-1 h4 {
        font-size: 26px
    }
    #banner-slider-demo-18 .content-1 h5 {
        font-size: 14px;
        margin-top: -2px
    }
    #banner-slider-demo-18 .content-2 {
        right: 20px;
        bottom: 20px
    }
    #banner-slider-demo-18 .content-2>div {
        padding: 15px 10px
    }
    #banner-slider-demo-18 .content-2>div:first-child {
        margin: -2px 0;
        padding-left: 20px
    }
    #banner-slider-demo-18 .content-2 p {
        font-size: 15px;
        margin-left: 1px
    }
    #banner-slider-demo-18 .content-2 h3 {
        font-size: 38px
    }
    #banner-slider-demo-18 .content-2 em {
        font-size: 12px;
        margin-right: 2px
    }
    #banner-slider-demo-18 .content-2 h4 {
        font-size: 26px
    }
    #banner-slider-demo-18 .content-2 h5 {
        font-size: 13px;
        margin-top: -2px
    }
    #banner-slider-demo-18 .content-2 a {
        font-size: 10px;
        margin-right: -6px
    }
}

@media (max-width: 640px) {
    #banner-slider-demo-18 .content-1 {
        padding: 11px 7px 5px;
        margin-left: -53px;
        margin-top: -32px
    }
    #banner-slider-demo-18 .content-1>div:first-child {
        padding-right: 2px
    }
    #banner-slider-demo-18 .content-1 p {
        font-size: 7px;
        margin-left: 2px
    }
    #banner-slider-demo-18 .content-1 h3 {
        font-size: 22px
    }
    #banner-slider-demo-18 .content-1 h3 b {
        margin-top: -6px
    }
    #banner-slider-demo-18 .content-1 em {
        font-size: 6px;
        margin-right: 1px
    }
    #banner-slider-demo-18 .content-1 h4 {
        font-size: 12px
    }
    #banner-slider-demo-18 .content-1 h5 {
        font-size: 6px;
        margin-top: -1px
    }
    #banner-slider-demo-18 .content-2 {
        right: 8px;
        bottom: 8px
    }
    #banner-slider-demo-18 .content-2>div {
        padding: 3px 6px
    }
    #banner-slider-demo-18 .content-2>div:first-child {
        margin: -1px 0;
        padding-left: 9px
    }
    #banner-slider-demo-18 .content-2 p {
        font-size: 7px;
        margin-left: 1px
    }
    #banner-slider-demo-18 .content-2 h3 {
        font-size: 16px
    }
    #banner-slider-demo-18 .content-2 em {
        font-size: 6px;
        margin-right: 1px
    }
    #banner-slider-demo-18 .content-2 h4 {
        font-size: 12px
    }
    #banner-slider-demo-18 .content-2 h5 {
        font-size: 6px;
        margin-top: -1px
    }
    #banner-slider-demo-18 .content-2 a {
        font-size: 6px;
        margin-right: -3px
    }
}

.single-images .single-image-label {
    font-size: 17px;
    text-align: center;
    color: #818385;
    line-height: 1.4;
    padding: 10px 0;
    font-weight: 600
}

.single-images .caption {
    background-color: #a1a2a3;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center
}

#banner-slider-demo-16 .slide1-content,
#banner-slider-demo-16 .slide2-content {
    padding-left: 256px
}

#banner-slider-demo-16 .text-content {
    text-align: left
}

#banner-slider-demo-16 .text-content em {
    font-size: 26.26px;
    margin: 0;
    margin-bottom: -10px
}

#banner-slider-demo-16 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px
}

#banner-slider-demo-16 .text-content p {
    margin: 0
}

#banner-slider-demo-16 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px
}

#banner-slider-demo-16 .text-content p a {
    font-size: 16px;
    padding: 10px 28px;
    margin-left: 10px;
    margin-top: 5px
}

@media (max-width: 991px) {
    #banner-slider-demo-16 .slide1-content,
    #banner-slider-demo-16 .slide2-content {
        padding-left: 0
    }
    #banner-slider-demo-16 .text-content em {
        font-size: 18px;
        margin: 0;
        margin-bottom: -8px
    }
    #banner-slider-demo-16 .text-content h2 {
        font-size: 60px;
        letter-spacing: -3px
    }
    #banner-slider-demo-16 .text-content p {
        margin: 0
    }
    #banner-slider-demo-16 .text-content p span {
        font-size: 18px;
        padding-left: 6px
    }
    #banner-slider-demo-16 .text-content p a {
        font-size: 12px;
        padding: 8px 20px;
        margin-left: 10px;
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    #banner-slider-demo-16 .text-content em {
        font-size: 13px;
        margin: 0;
        margin-bottom: -5px
    }
    #banner-slider-demo-16 .text-content h2 {
        font-size: 40px;
        letter-spacing: 0px
    }
    #banner-slider-demo-16 .text-content p {
        margin: 0
    }
    #banner-slider-demo-16 .text-content p span {
        font-size: 14px;
        padding-left: 2px
    }
    #banner-slider-demo-16 .text-content p a {
        font-size: 9px;
        padding: 5px 11px;
        margin-left: 5px;
        margin-top: 5px
    }
}

@media (max-width: 480px) {
    #banner-slider-demo-16 .text-content em {
        font-size: 10px;
        margin-bottom: 0
    }
    #banner-slider-demo-16 .text-content h2 {
        font-size: 25px;
        letter-spacing: 0px
    }
    #banner-slider-demo-16 .text-content p {
        margin: 0
    }
    #banner-slider-demo-16 .text-content p span {
        font-size: 12px;
        padding-left: 1px;
        display: block
    }
    #banner-slider-demo-16 .text-content p a {
        font-size: 9px;
        padding: 5px 11px;
        margin-left: 0;
        margin-top: 5px;
        float: left !important
    }
}


/*** Header Type 10 - Side Header ***/

.container {
    width: 100%;
}

@media (min-width: 992px) {
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    body.side-header .page-wrapper>.breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper>.breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}


/*** Header Type 10 - Side Header ***/

.sticky-header .sw-megamenu.navigation li.level0.fl-right {
    float: none;
}

#totop {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #404040;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    display: none;
    border-radius: 5px 5px 0 0
}

#totop:hover {
    background-color: #555
}

i.ajax-loader {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #08c;
    border-radius: 20px;
    border-bottom-color: transparent !important
}

i.ajax-loader.small {
    width: 16px;
    height: 16px;
    border-width: 2.5px
}

i.ajax-loader.large {
    width: 32px;
    height: 32px;
    border-width: 2.5px
}

@media (min-width: 768px) {
    .onepage-category>.columns {
        padding-left: 180px;
        padding-right: 50px;
    }
    #maincontent.onepage-category {
        position: relative;
        padding-top: 50px;
        max-width: 100%
    }
}

.cms-index-index .onepage-category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.onepage-category>.category-list {
    width: 80px;
    text-align: left;
    position: relative;
    float: left;
    background: #000;
    padding: 46px 0 146px 0;
    z-index: 5;
}

.onepage-category>.category-list>ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    transition: all 0.3s;
    padding-top: 30px;
    margin-bottom: 0;
}

.onepage-category>.category-list>ul>li:last-child {
    margin-bottom: 0;
}

.onepage-category>.category-list>ul>li>a {
    color: #fff;
    width: auto;
    line-height: 78px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s;
}

.onepage-category>.category-list>ul>li>a>em {
    font-size: 32px;
    width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.onepage-category>.category-list>ul>li>a>em>img {
    vertical-align: middle;
}

.onepage-category>.category-list>ul>li>a>span {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.onepage-category>.category-list>ul>li>a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    right: -15px;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
    transition: all 0.3s;
}

.onepage-category>.category-list>ul>li>a:hover,
.onepage-category>.category-list>ul>li>a.active {
    background-color: #00d59d;
}

.onepage-category>.category-list>ul>li>a:hover>span {
    opacity: 1;
    visibility: visible;
    width: auto;
    padding-right: 50px;
}

.onepage-category>.category-list>ul>li>a:hover:after,
.onepage-category>.category-list>ul>li>a.active:after {
    border-left-color: #00d59d;
}

.onepage-category>.category-details {
    float: right;
    width: calc(100% - 100px);
    padding: 0 100px;
    padding-bottom: 146px;
    min-height: 80vh;
}

.onepage-category .category-detail {
    position: relative;
}

.onepage-category .category-detail .title-menu {
    position: relative;
}

.onepage-category .category-detail .title-menu>a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    line-height: 100px;
    display: inline-block;
    font-weight: 300;
    margin-top: 70px;
}

.onepage-category .category-detail .title-menu>a>span {
    display: inline-block;
    vertical-align: middle;
}

.onepage-category .category-detail .title-menu>a.parent:after {
    display: inline-block;
    content: "\f813";
    font-family: "porto-icons";
    margin-left: 18px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}

.onepage-category .category-detail .title-menu>a.parent.opened:after {
    content: "\f810";
}

.onepage-category .category-detail .title-menu>.menu-popup {
    position: absolute;
    left: -25px;
    top: 100%;
    display: none;
    width: calc(100% + 50px);
    z-index: 3;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 50px 0;
}

.onepage-category .category-detail .title-menu>.menu-popup:before {
    content: "";
    border: 8px solid transparent;
    width: 16px;
    height: 16px;
    display: block;
    border-bottom-color: #bebebe;
    position: absolute;
    top: -16px;
    left: 90px;
}

.onepage-category .category-detail .title-menu>.menu-popup:after {
    content: "";
    border: 7px solid transparent;
    width: 14px;
    height: 14px;
    display: block;
    border-bottom-color: #fff;
    position: absolute;
    top: -13px;
    left: 91px;
}

.onepage-category .category-detail .menu-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.onepage-category .category-detail .menu-popup>ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.onepage-category .category-detail .menu-popup>ul>li {
    float: left;
    border-left: 1px solid #bebebe;
    margin: 10px 0;
    padding: 30px 0;
}

.onepage-category .category-detail .menu-popup li.menu-item {
    margin-bottom: 0;
}

.onepage-category .category-detail .menu-popup>ul.columns5>li {
    width: 20%;
    padding-left: 4%;
    padding-right: 4%;
}

.onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(5n+1) {
    border-left: 0;
    clear: left;
}

.onepage-category .category-detail .menu-popup ul>li>a {
    color: #000;
    font-size: 16px;
    line-height: 2.5;
}

.onepage-category .category-detail .menu-popup>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
}

.onepage-category .category-detail .products-area {
    margin: 0 -10px;
}

.onepage-category .category-detail .products-area .category-link {
    float: right;
    margin-top: -70px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    min-width: 119px;
    height: 40px;
    border: 2px solid #000;
    color: #000;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s;
}

.onepage-category .category-detail .products-area .category-link:hover {
    background-color: #000;
    color: #fff;
}

.onepage-category .category-detail .products div.item {
    float: left;
    padding: 10px;
}

.onepage-category .category-detail .product-item-photo {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.onepage-category .category-detail .products div.item .product-item-photo {
    width: 100%;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
}

.onepage-category .category-detail .products div.item .product-item-details {
    padding: 15px 0;
    text-align: left;
}

.onepage-category .category-detail .products div.item .product-item-details .product-item-name {
    margin: 0 0 3px 0;
}

.onepage-category .category-detail .products div.item .product-item-details .product-item-name a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.onepage-category .category-detail .products div.item .product-item-details .price-box {
    margin: 0;
}

.onepage-category .category-detail .products div.item .product-item-details .price {
    font-weight: 300;
    font-size: 30px;
}

.onepage-category .category-detail .products div.item .product-item-details .old-price .price {
    font-size: 20px;
}

.onepage-category .category-detail .product-item-photo:before {
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.onepage-category .category-detail .product-item-info:hover .product-item-photo:before {
    opacity: 0.7;
    visibility: visible;
}

.onepage-category .category-detail .product-item-photo .product-item-inner {
    padding: 0;
    z-index: 3;
    left: 15px;
    bottom: 15px;
}

.onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions a,
.onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    margin: 0 1px;
}

.onepage-category .category-detail .product-item .tocart:before {
    font-size: 21px;
    display: inline-block;
}

.onepage-cat.category-list {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
}

body>.onepage-cat.category-list {
    display: none;
}

.onepage-category>.category-list>ul.fixed-top {
    position: fixed;
    left: 0;
    top: 70px;
}

.onepage-category>.category-list>ul.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
}

.onepage-category>.category-list>ul.absolute-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.onepage-category .additional-content img {
    max-width: 100%;
}

.onepage-category .menu-popup a>span {
    position: relative;
}

.onepage-category .menu-popup a>span>span.cat-label {
    top: 3px;
    right: -35px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
    border: 1px solid #777;
    position: absolute;
}

#banner-slider-demo-19 .slide-content h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -6px;
    margin-left: -5px;
}

#banner-slider-demo-19 .slide-content p {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}

#banner-slider-demo-19 .slide-content a.btn-line {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #000;
    padding: 0 34px;
    height: 57px;
    display: inline-block;
    line-height: 53px;
    border-radius: 8px;
    text-decoration: none;
}

#banner-slider-demo-19 .slide-content a.btn-line:hover {
    color: #fff;
    background-color: #000;
}

.category-description img {
    max-width: 100%;
}
.category-description .amshopby-descr  {display: block;}
.amshopby-option-link .link-short-description {display:block;}
.brand-short-description h2, .amshopby-option-link h2{text-align: justify;
    box-sizing: inherit;
    font-weight: 600;
    line-height: 1.1;
    font-size: 15px;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    border: none;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #21293c;}

@media (max-width:767px) {
.category-description .amshopby-descr, .amshopby-option-link .link-short-description {display:block;}
.category-description img, .amshopby-option-link img{display: block;
    float: none!important;
    margin: 0 auto!important;}
}

.category-detail .product-item-info:hover .product-item-inner {
    visibility: visible;
    opacity: 1;
}

#giftcard-form input#giftcard-code {
    border-radius: 3px 0 0 3px;
}

#giftcard-balance-lookup .giftcard.info {
    margin-bottom: 15px;
}

.gift-wrapping-item>span {
    background-color: #f2f2f2;
}

#giftcard-form button.action-add,
#giftcard-form button.redeem {
    height: 32px;
    line-height: 1;
    font-size: 13px;
}

.account .table-wrapper.balance-history,
.account .table-wrapper.reward-history,
.account .table-wrapper.balance-history {
    margin-top: 0;
}

.form-addbysku .qty.field .control {
    display: block;
}

.column .block-addbysku .action.add {
    min-width: 32px;
}

.giftcard-account button.primary {
    height: 32px;
    line-height: 1;
}

.form-add-invitations .action.add:before,
.column .block-addbysku .action.add:before {
    content: '\f881';
}

.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add {
    min-width: 32px;
    margin: 20px 0;
}

.message.info {
    margin-bottom: 20px;
}

.form-giftregistry-edit .field.date input {
    vertical-align: middle;
}

.hasDatepicker+.ui-datepicker-trigger:before {
    content: '\f865';
}

.block-category-event {
    border-radius: 5px;
    text-align: left;
    padding: 10px 20px !important;
}

.block-category-event>div {
    display: inline-block;
    vertical-align: middle;
}

.block-category-event>div.event-title {
    padding-right: 50px;
    margin-right: 20px;
}

.block-category-event .event-title em {
    float: left;
    font-size: 30px;
    margin-right: 8px;
    color: #000;
}

.block-category-event .event-title p {
    margin: 0;
    text-transform: uppercase;
}

.block-category-event .event-title h4 {
    margin: 3px 0;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}

.block-category-event .dates .start:after {
    display: none;
}

.block-category-event .event-ticker .dates .start {
    padding: 0;
}

.block-category-event .event-ticker .dates>div>span {
    display: block;
}

.block-category-event>div.event-ticker {
    text-align: center;
}

.block-category-event>div.event-desc {
    float: right;
    color: #08c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 101px;
    margin-right: 20px;
}

.block-category-event .event-ticker .dates>div>span.desc {
    color: #08c;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
}

.block-category-event .event-ticker .dates>div>span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.block-category-event .event-ticker .dates>div>span.year-month {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}

.block-category-event .event-ticker .dates>div>span.time {
    padding: 3px 0;
}

.block-category-event .event-ticker .dates>div>span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0 0 3px;
}

.block-category-event .event-ticker .dates>div {
    margin: 0 10px;
    display: inline-block;
}

.block-category-event .event-ticker .ticker .value {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.block-category-event .event-ticker .ticker .label {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    min-width: 70px;
}

.block-category-event .event-ticker .ticker li {
    margin: 0 7px;
}

.block-category-event.open>div.event-desc {
    line-height: 65px;
}

@media (max-width: 1199px) {
    #banner-slider-demo-19 .slide-content h2 {
        font-size: 40px;
        line-height: 0.9;
        letter-spacing: -3px;
        margin-left: -2.5px;
    }
    #banner-slider-demo-19 .slide-content p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    #banner-slider-demo-19 .slide-content a.btn-line {
        font-size: 10px;
        padding: 0 16px;
        height: 30px;
        line-height: 26px;
        border-radius: 4px;
    }
    .onepage-cat.category-list+.main.container {
        padding: 0 50px;
    }
    .onepage-category .category-detail .menu-popup ul>li>a {
        font-size: 11px;
    }
    .onepage-category .category-detail .menu-popup>ul.columns5>li {
        padding: 10px 2%;
    }
    .onepage-category .category-detail .title-menu>.menu-popup {
        padding: 10px 0;
    }
    .onepage-category .category-detail .title-menu>a {
        margin-top: 46px;
    }
}

@media (max-width: 991px) {
    .block-category-event>div {
        display: block;
        float: none !important;
        text-align: left;
    }
    .block-category-event>div.event-ticker {
        display: inline-block;
        margin: 0 -10px;
    }
    .block-category-event .dates .start,
    .block-category-event .dates .end {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .onepage-category,
    .cms-index-index .onepage-category {
        display: block;
    }
    .onepage-category>.category-list {
        width: auto;
        float: none;
        padding: 0;
        min-height: 0;
        position: static;
        margin-bottom: 20px;
    }
    .onepage-category>.category-list>ul {
        padding: 0;
    }
    .onepage-category>.category-list>ul>li {
        margin: 0;
        display: inline-block;
    }
    .onepage-category>.category-list>ul>li>a:hover>span,
    .onepage-category>.category-list>ul>li>a:after {
        display: none;
    }
    .onepage-cat.category-list+.main.container {
        float: none;
    }
    .onepage-cat.category-list+.main.container {
        padding: 0 15px;
    }
    .onepage-cat.category-list+.main.container {
        width: auto;
    }
    .onepage-category>.category-details {
        float: none;
        width: auto;
        padding: 0 15px;
    }
    .onepage-category>.category-list>ul {
        position: static !important;
    }
    .onepage-category .category-detail .menu-popup>ul {
        display: block;
    }
    .onepage-category .category-detail .menu-popup>ul.columns5>li {
        width: 50%;
        padding: 10px 15px;
    }
    .onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(5n+1) {
        border-left: 1px solid #bebebe;
        clear: none;
    }
    .onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(2n+1) {
        border-left: 0;
        clear: left;
    }
    .onepage-category .category-detail .menu-popup ul>li>a {
        font-size: 14px;
    }
}

.product.info.detailed.sticky .product.data.items>.item.content {
    margin: 0;
    padding-bottom: 25px;
}

.product-tabs-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.product-tabs-container.has-sticky-header {
    top: 44px;
}

.product-tabs-container .data.item.title {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}

.product-tabs-container .data.item.title:first-child {
    padding-left: 0;
}

.product-tabs-container .data.item.title>a {
    color: #777;
    padding: 10px 0;
}

.authentication-wrapper {
    line-height: 50px;
    margin-top: 0 !important;
    margin-left: 20px;
}

.filter-options-content .ln_slider_container {
    width: 93%;
    width: calc(100% - 14px);
    margin: 15px 7px 0;
}

#ln_slider_price .ui-slider-handle {
    margin-top: -5px;
    background: #08c;
    height: 18px;
    width: 13px;
    border-radius: 5px;
    margin-left: -7px;
}

#ln_slider_price.ui-slider-horizontal {
    height: 7px;
    margin-bottom: 15px;
    background: #1ab2ff;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, .38);
}

#ln_price_attribute {
    padding: 10px 5px;
}

.block-category-list .block-content ol li.item,
.sidebar>.block.filter ol li.item {
    margin: 0;
    padding: 7px 0;
}

.filter-options-content {
    padding: 15px;
}

.filter-options-content ol.items {
    margin: -9px 0;
}

.sidebar .product-items .product-item-info .product-item-photo img.hover_image {
    display: none;
}

.page-main .block.block-category-list {
    margin-bottom: 14px;
}

.block-category-list .block-title,
.sidebar>.block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    display: block;
    text-decoration: none;
}

.block-category-list .block-content,
.sidebar>.block.filter .options dd {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}

.block-category-list .block-content .item a,
.sidebar>.block.filter .item a {
    color: #777;
}

.block-header-customer-login {
    position: absolute;
    right: 0;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-top: 4px solid #08c;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.block-header-customer-login:before {
    content: "";
    border: 5px solid transparent;
    border-bottom-color: #08c;
    position: absolute;
    top: -14px;
    right: 30px;
}

.block-header-customer-login.open {
    visibility: visible;
    opacity: 1;
}

.authorization-link {
    position: relative;
}

.filter-toggle {
    display: none;
}

.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 18px;
    display: none;
}

.loading-mask .loader>img,
.ln_overlay img {
    max-width: 32px;
}

.account .sidebar.sidebar-main:before {
    border: none;
}

.account .sidebar .product-items .product-item-name a {
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
}

.account .block-reorder .product-item {
    padding: 5px 0;
}

.account .block-reorder .product-item .field.item {
    display: inline-block;
    vertical-align: top;
}

.account .block-reorder .product-item-name {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}

.account-nav .nav>li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    margin: 0;
}

.account-nav .nav>li>a {
    color: #777;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.account-nav .nav>li>a:hover,
.account-nav .nav>li>a:focus {
    background: none;
}

.account-nav .nav>li>a:before,
.account-nav .nav>li>strong:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 5px;
}

.account-nav .nav>li>strong {
    position: relative;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
    .cart-summary {
        width: 100%;
    }
    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 100%;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .filter-toggle {
        border: 1px solid #ccc;
        font-weight: 400;
        color: #777;
        text-align: center;
        width: auto;
        line-height: 26px;
        background-color: #fff;
        display: block;
        margin-left: 5px;
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        padding: 0 10px;
        display: inline-block;
    }
    .filter-toggle:hover {
        color: #777;
    }
    .filter-toggle.active {
        color: #fff;
        background-color: #08c;
        border-color: #08c;
    }
    .column.main {
        transition: all 0.5s;
    }
    .column.main.toggle-close {
        width: 100% !important;
    }
    .sidebar.sidebar-main {
        /*transition: all 0.5s;*/
        padding-right: 22px;
    }
    .sidebar.sidebar-main.toggle-close {
        margin-left: -300px;
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header) {
        top: 0;
    }
    .product-tabs-container.has-sticky-header.has-mobile-sticky-header {
        top: 64px;
    }
    .block-header-customer-login {
        display: none;
    }
}

.ajax-products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 85px
}

.ajax-products>.category-list {
    border-right: 1px solid #dcdcdc;
    padding: 70px 15px
}

.ajax-products>.category-list>span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: gray;
    margin-bottom: 10px
}

.ajax-products>.category-list>ul {
    list-style: none;
    padding: 0
}

.ajax-products>.category-list>ul>li {
    padding: 10px 0
}

.ajax-products>.category-list>ul>li>a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    padding-left: 20px
}

.ajax-products>.category-list>ul>li>a:before {
    content: "\f87d";
    font-family: "porto-icons";
    margin-right: 10px;
    display: inline-block;
    width: 11px;
    position: absolute;
    left: 0
}

.ajax-products>.category-list>ul>li>a.active:before {
    content: "\f87c"
}

.ajax-products>.category-list>ul>li>a>span {
    display: inline-block
}

.ajax-products>.category-list>ul>li>a:hover {
    text-decoration: none
}

.ajax-products>.category-detail {
    position: relative;
    min-height: 70vh;
    padding: 70px 15px
}

.ajax-products>.category-detail>h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px
}

.ajax-products>.category-detail>.ajax_products_loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.5)
}

.load-more-area {
    text-align: center;
    margin: 30px 0
}

.load-more-area>a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all .3s;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5)
}

.load-more-area>a:hover {
    text-decoration: none;
    opacity: .85;
    color: #fff
}

.full-width-image {
    text-align: center;
    padding: 200px 0;
    background-size: cover
}

.full-width-image>h3 {
    font-size: 90px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -5px
}

.full-width-image>a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all .3s;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
    margin: 20px 0
}

.full-width-image>a:hover {
    text-decoration: none;
    opacity: .85
}

#home-content-slider-demo-20 .item>div.content {
    max-width: 40%
}

#home-content-slider-demo-20 .item>div.content>h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -4px;
    margin-bottom: 20px
}

#home-content-slider-demo-20 .item>div.content>a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all .3s;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
    margin: 20px 0;
    display: inline-block
}

#home-content-slider-demo-20 .item>div.content>a:hover {
    text-decoration: none;
    opacity: .85
}

.full-screen-slider {
    height: 100vh;
}

.full-screen-slider:after {
    content: "\f110";
    font-family: "porto-icons";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    margin-top: -18px;
    margin-left: -10px;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    color: #777;
    z-index: 1;
}

.owl-carousel.owl-loaded {
    position: relative;
    z-index: 2;
}

.full-screen-slider {
    position: relative
}

.full-screen-slider #banner-slider-demo-20 .item>div.content {
    text-align: left;
    position: absolute
}

.full-screen-slider #banner-slider-demo-20 .item>div.content>h2 {
    line-height: .9;
    font-size: 80px;
    font-weight: 600
}

.full-screen-slider #banner-slider-demo-20 .item>div.content>a {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all .3s;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
    margin: 20px 0;
    display: inline-block
}

.full-screen-slider #banner-slider-demo-20 .item>div.content>a:hover {
    text-decoration: none;
    opacity: .85
}

#banner-slider-demo-20+.owl-thumbs {
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 30%;
    z-index: 2
}

#banner-slider-demo-20+.owl-thumbs button {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    float: left;
    max-width: 33.33%;
    background: none
}

#banner-slider-demo-20+.owl-thumbs button img {
    border: 3px solid transparent
}

#banner-slider-demo-20+.owl-thumbs button.active img {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.5)
}

.page-header {
    z-index: 5;
    border-top-color: #14b0cc !important;
}

.block-bundle-summary .moved-add-to-links {
    display: block;
    margin-top: 10px;
}

.block-bundle-summary .moved-add-to-links .product-addto-links .action {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
}

.block-bundle-summary .moved-add-to-links .action.mailto.friend {
    width: 43px;
    height: 43px;
    line-height: 41px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .moved-add-to-links {
        display: block;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .full-screen-slider #banner-slider-demo-20 .item>div.content>h2 {
        font-size: 45px;
    }
    .full-screen-slider #banner-slider-demo-20 .item>div.content>a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    #home-content-slider-demo-20 .item>div.content>h3 {
        letter-spacing: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }
    #home-content-slider-demo-20 .item>div.content>a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    #banner-slider-demo-20+.owl-thumbs {
        width: 50%;
        right: 25%;
    }
    #home-content-slider-demo-20 .item>div.content>p {
        display: none;
    }
    #home-content-slider-demo-20 .item>div.content>a {
        display: none;
    }
    .ajax-products {
        display: block;
    }
    .ajax-products>.category-list {
        border-right: 0;
        padding: 30px 15px;
    }
    .ajax-products>.category-list>ul>li {
        display: inline-block;
        margin-right: 30px;
    }
    .ajax-products>.category-detail {
        padding-top: 0;
        min-height: 70vh;
    }
    .load-more-area>a,
    .full-width-image>a {
        font-size: 8px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    .full-width-image {
        padding: 100px 0;
    }
    .full-width-image>h3 {
        font-size: 35px;
        letter-spacing: -1px;
    }
}

ul.scene {
    width: 100%;
    height: 100%
}

ul.scene>li.layer {
    width: 100%;
    height: 100%
}

.animation-wave {
    -webkit-animation: wave 20s 0.1s infinite linear;
    -moz-animation: wave 20s 0.1s infinite linear;
    animation: wave 20s 0.1s infinite linear
}

.animation-spin {
    -moz-animation: spin 20s infinite linear;
    -o-animation: spin 20s infinite linear;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    }
}

@-moz-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    }
}

@-ms-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    }
}

.product-reviews-summary.empty .reviews-actions:before {
    content: '\f844' '\f844' '\f844' '\f844' '\f844';
    display: inline-block;
    vertical-align: middle;
    font-family: "porto-icons";
    color: #c3c5c9;
    letter-spacing: 3px;
    font-size: 12px;
}

.product-labels {
    z-index: 4;
}

.product-item-photo:hover .product-image-photo.hover_image {
    z-index: 3;
}

.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    z-index: 4;
}

.product-social-links .at-style-responsive .at-share-btn {
    padding: 0;
}

.product-social-links .at-resp-share-element .at-share-btn:focus,
.product-social-links .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none;
    transform: none;
}

.product-social-links .at-resp-share-element .at-share-btn {
    margin: 0 4px;
}

.product-social-links .addthis_inline_share_toolbox {
    margin: 0 0 15px -4px;
}

.product-social-links .action.mailto+.addthis_inline_share_toolbox {
    margin-top: 15px;
}

.product-social-links .product-addto-links+.addthis_inline_share_toolbox {
    margin-top: 15px;
}

#at-expanded-menu-host .at-expanded-menu-load {
    line-height: 1;
    height: auto;
}

#at-expanded-menu-host .at-expanded-menu-service-list button {
    height: auto;
}

.gallery-placeholder .loader img {
    display: none;
}

.loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
}

.minicart-wrapper .action.showcart .counter.qty .loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    margin-top: -9px;
    margin-left: -8px;
    color: #777;
}

.loading-mask {
    background: transparent;
}

.product-image-photo.default_image {
    position: relative;
    z-index: 2;
}

.filter-content .ln_overlay {
    display: none !important;
}

.ln_overlay {
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none;
}

.ln_overlay .loader:before {
    content: "";
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    border: 2.5px solid #08c;
    border-radius: 20px;
    border-bottom-color: transparent !important;
    width: 32px;
    height: 32px;
}

.ln_overlay .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.infinite-loader {
    text-align: center;
    margin: 20px 0 0;
}

.infinite-loader .loading {
    display: none;
    color: #555;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    line-height: 30px;
    border-radius: 0;
    border: 2px solid #f1f1f1;
    text-decoration: none;
    font-family: 'Open Sans';
    width: 100%;
}

.infinite-loader .loading i.ajax-loader {
    margin-right: 15px;
    width: 16px;
    height: 16px;
    border-width: 2.5px;
}

.infinite-loader .btn-load-more {
    color: #555;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    line-height: 30px;
    border-radius: 0;
    border: 2px solid #f1f1f1;
    text-decoration: none;
    font-family: 'Open Sans';
    width: 100%;
    display: inline-block;
}

.catalog-category-view .infinite-loader+.toolbar.toolbar-products .limiter {
    float: none;
}

.catalog-category-view .infinite-loader+.toolbar.toolbar-products .pages {
    display: none;
}

.owl-item.loading .product-item-photo {
    min-height: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-search {
        max-width: 240px;
    }
}

.owl-theme.owl-bottomright-narrow .owl-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 25px;
    background: #000;
    border-radius: 0;
    margin: 1px 1px 1px 0;
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    opacity: 1;
}

.column.main>.custom-block {
    display: none;
}

.weltpixel-quickview-catalog-product-view .column.main>.custom-block,
.weltpixel-quickview-catalog-product-view .addthis-smartlayers {
    display: none;
}

.product-item-photo {
    min-height: 50px;
}

.form-find-area {
    border-top: solid 2px #1fc0a0;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 38px;
}

.form-find-area .form-title {
    font-family: 'Oswald';
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #151515;
    margin: 0 0 5px;
}

.form-find-area form {
    width: 100%;
}

.form-find-area select {
    width: 100%;
    color: #747474;
    font-size: 13.5px;
    margin: 11px 0;
    border-radius: 5px;
    padding: 0 15px;
    height: 47px;
}

.list-category .group .content {
    position: relative;
    margin: 15px 0;
}

.list-category .group .content img {
    width: 100%;
}

.list-category .group .content h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-color: #242424;
    font-size: 22px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 5px 15px;
    margin: 0;
}

.offer-deal .item {
    position: relative;
}

.offer-deal .item img {
    max-width: 100%;
}

.offer-deal .item .content h3 {
    margin: 0 0 5px;
}

.offer-deal .item .content h3 a {
    font-family: 'Oswald';
    font-size: 49px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    color: #151515;
    text-decoration: none;
}

.offer-deal .item .content p {
    font-family: 'Oswald';
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    color: #4c4c4c;
}

.offer-deal .item .content .btn-default {
    font-family: 'Oswald';
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 25px;
    margin-top: 15px;
}

.offer-deal .item .content .btn-default:hover {
    background-color: inherit;
}

.subscribe-form .content h3 {
    font-family: 'Oswald';
    font-size: 35px;
    font-weight: 600;
    color: #151515;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.subscribe-form .content p {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 400;
    color: #151515;
    text-transform: uppercase;
}

.subscribe-form .validation-advice {
    position: absolute;
}

.subscribe-form .block.newsletter {
    width: auto;
    max-width: 475px;
    display: inline-block;
    vertical-align: middle;
}

.subscribe-form .block.newsletter .control:before {
    line-height: 44px;
    margin-left: 20px;
}

.subscribe-form .block.newsletter .control {
    position: relative;
}

.subscribe-form .block.newsletter .control input {
    background-color: #fff;
    color: #686865;
    height: 44px;
    border: none;
    font-size: 14px;
    padding-left: 50px;
    float: left;
    max-width: 475px;
    width: 100%;
    border-radius: 5px 0 0 5px;
    padding-right: 0;
    margin-right: 0;
}

.subscribe-form .block.newsletter .control div.mage-error {
    position: absolute;
    bottom: -65px;
}

.subscribe-form .block.newsletter .actions .action.subscribe {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    opacity: 1;
    background-color: #1fc0a0;
}

.filter-title strong {
    color: transparent !important;
    position: fixed;
    top: 22%;
    left: -1px;
    width: 51px;
    height: 47px;
    border: #dcdcda solid 1px !important;
    background-color: #f5f5f5;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 26px;
    z-index: 9;
}

.filter-title strong:before {
    content: '\f1de';
    font-family: 'porto-icons';
    font-size: 27px;
    color: #818181;
    line-height: 30px;
    display: block;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
    .column.main>.custom-block {
        display: block;
        width: 25%;
        float: right;
        padding-left: 30px;
    }
    body:not(.weltpixel-quickview-catalog-product-view).column.main>.custom-block+.product-info-main {
        width: 40.33%;
    }
    .block-search {
        z-index: 7;
    }
    .sw-megamenu.navigation li.level0.fullwidth>.submenu>.container,
    .sw-megamenu.navigation li.level0.staticwidth>.submenu>.container {
        padding: 0;
        max-width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .form-find-area {
        padding: 18px 40px 16px;
    }
}

@media (min-width: 992px) {
    body.side-header .page-wrapper>.breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper>.breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .offer-deal .item .content h3 a {
        font-size: 30px;
        line-height: 25px;
    }
    .offer-deal .item .content p {
        font-size: 16px;
        line-height: 25px;
    }
    .offer-deal .item .content .btn-default {
        font-size: 11px;
        padding: 8px 12px;
        margin-top: 5px;
    }
}

@media (max-width: 1679px) {
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .offer-deal .item img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .block-search input {
        color: #666;
    }
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .offer-deal .item .content h3 a {
        font-size: 30px;
        line-height: 25px;
    }
    .offer-deal .item .content p {
        font-size: 16px;
        line-height: 25px;
    }
    .offer-deal .item .content .btn-default {
        font-size: 11px;
        padding: 8px 12px;
        margin-top: 5px;
    }
}

@media (max-width: 640px) {
    #newsletter_popup {
        padding: 40px 10px 25px;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .filter.active {
        width: 300px;
    }
    .filter.active .filter-title strong {
        right: 10px;
        top: 0;
        border: none !important;
        position: absolute;
    }
    .filter.active .filter-title strong:before {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: inherit;
        color: #fff;
        content: '\f819';
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .filter.active .filter-title strong:after {
        display: none;
    }
    .filter.active .filter-title {
        background-color: #666666;
        margin: 0;
        height: 47px;
        border: none;
        width: 300px;
    }
    .filter.active .filter-subtitle {
        color: #fff !important;
        text-transform: uppercase;
        font-size: 12.5px;
        font-weight: 400;
        font-family: 'Oswald';
        letter-spacing: 0.025em;
        z-index: 3;
        padding: 8px 30px !important;
        height: 47px;
        pointer-events: none;
        width: 300px;
        right: auto;
        border: 0;
    }
    .filter.active .filter-options {
        padding: 10px 30px !important;
        width: 300px;
        right: auto;
        top: 47px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .filter.active .block-category-list .block-title,
    .filter.active .filter-options-title,
    .filter.active .filter .filter-current-subtitle {
        padding-left: 0;
        padding-right: 0;
    }
    .filter.active .block-category-list .block-content,
    .filter.active .filter-options-content {
        padding-left: 0;
        padding-right: 0;
    }
    body.filter-active .page-wrapper {
        visibility: visible;
        height: auto;
        margin-top: 0;
    }
    .filter:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .filter.active:before {
        opacity: 0.1;
        visibility: visible;
    }
}

.container:after {
    content: "";
    display: table;
    clear: both
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .checkout-cart-index .cart-discount {
        width: 100% !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.gallery-placeholder {
    width: 100%;
}

table .col {
    width: auto;
}

.modal-header {
    border-bottom: 0;
}

.modal-content {
    border: 0;
}

.product-reviews-summary .reviews-actions a {
    color: #bdbdbd;
    padding: 0 15px;
    border-left: 1px solid #bdbdbd;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    font-weight: 400;
    text-transform: none;
}

.swatch-option.color {
    min-width: 22px;
    height: 22px;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form:after,
.weltpixel-quickview-catalog-product-view .product-options-bottom:after {
    content: "";
    display: table;
    clear: both;
}

.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form {
    padding-top: 0;
}

.weltpixel-quickview-catalog-product-view .product-options-wrapper {
    padding-bottom: 0;
}

.weltpixel-quickview-catalog-product-view .product-options-bottom {
    margin-top: 10px;
}

.weltpixel-quickview-catalog-product-view .product-info-main .box-tocart,
.weltpixel-quickview-catalog-product-view .box-gotoproduct {
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
}

#newsletter_popup {
    border-top: 0;
}

.modes-mode {
    margin-right: 7px;
}

.fotorama__nav__frame {
    box-sizing: border-box;
    padding-bottom: 0 !important;
    margin-right: 2px;
}

.product.description ul {
    list-style: none;
    padding-left: 3em;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 36px;
}

.product.description ul li {
    margin: 0;
}

.product.description ul li [class^="porto-icon-"] {
    margin-right: 12px;
    font-size: 12px;
    color: #333;
}

.product.description p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    color: #6b7a83;
}

.catalog-category-view .column.main .products-grid {
    margin: 0 -10px;
}

.minicart-wrapper .action.close {
    color: #777;
}

.breadcrumbs a,
.breadcrumbs .item:not(:last-child):after {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] em:before {
    margin: 0;
}

.products-upsell .product.name a {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .filter-options-title:after {
        right: 0;
    }
}

.weltpixel-quickview-catalog-product-view .sidebar {
    display: none;
}

.weltpixel-quickview-catalog-product-view .page-main {
    max-width: 100%;
}

.weltpixel-quickview-catalog-product-view .column.main {
    width: 100%;
    padding: 0;
}

.weltpixel-quickview-catalog-product-view .product.media,
.weltpixel-quickview-catalog-product-view .product-info-main {
    margin: 0;
}

.fieldset>.field.qty,
.nested.options-list>.field.qty {
    margin-right: 7px;
}

.product-info-main .box-tocart .actions {
    margin-right: 5px;
}

@media (min-width: 768px) {
    .box-tocart .action.tocart {
        min-width: 135px;
        padding: 0 14px;
    }
}

.product-info-main .product.overview {
    padding-bottom: 20px;
}

.block-minicart .block-content>.actions>.secondary .action.viewcart {
    font-weight: 400;
}

.breadcrumbs .item[class*="category"]>a {
    line-height: 1;
}

.breadcrumbs strong {
    padding: 1px 0;
    display: inline-block;
    margin-bottom: 5px;
}

.filter-options-title,
.block-category-list .block-title strong {
    font-weight: 600;
}

.nav-toggle:before {
    font-size: 21px;
}

.product-info-main .swatch-option {
    margin-right: 5px;
}

.fotorama__arr {
    width: 50px;
    background-color: transparent;
}

.fotorama__arr:hover {
    background-color: transparent;
}

.fotorama__fullscreen-icon {
    width: 50px;
}

.product.description p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    color: #333;
}

.product.description ul {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 36px;
    color: #333;
}

@media (max-width: 767px) {
    .product.data.items>.item.title>.switch {
        height: auto;
    }
    .product.data.items>.item.title.active>.switch {
        border-bottom: 1px solid #eee;
    }
    .product.data.items {
        margin: 0;
    }
    .product.data.items>.item.content {
        padding: 20px 9px;
    }
    .catalog-category-view .column.main .products-grid {
        margin: 0 -5px;
    }
}

.weltpixel-quickview-catalog-product-view .product-info-main .custom-block {
    display: none;
}

.weltpixel-quickview-catalog-product-view .product-info-main .product.overview {
    margin-top: 10px;
    margin-bottom: 20px;
}

.weltpixel-quickview-catalog-product-view .product-info-main .product-reviews-summary {
    margin-bottom: 10px;
}

.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.products-upsell {
    margin: 0 -10px;
}

.product-info-main .swatch-attribute-options {
    margin-top: 0px;
}

.swatch-option.text {
    height: 22px;
    line-height: 20px;
    padding: 0 4px;
    min-width: 22px;
}

.page-products .columns {
    padding-top: 0;
    z-index: auto;
}

.products.wrapper+.toolbar .modes,
.products.wrapper+.toolbar .modes,
.products.wrapper+.toolbar .sorter {
    display: none;
}

.sidebar>.block.filter .title {
    display: none;
}

.sidebar>.block.filter .item .count {
    font-size: 11px;
    margin-left: 10px;
}


/*.sidebar .product-items .product-item-name a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

.column.main:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.product.media {
    margin-bottom: 20px;
}

.toolbar .limiter {
    margin-right: 0;
    text-align: left;
    position: relative;
    top: 1px;
}

.toolbar .limiter-options {
    margin-right: 0;
}

.toolbar .limiter .limiter-text {
    display: none;
}

.toolbar .limiter .label {
    display: inline-block;
}

.toolbar .sorter {
    margin-right: 15px;
    float: left;
}

.toolbar .modes {
    margin-right: 0;
}

.category-image {
    margin-bottom: 30px;
}

.products.wrapper~.toolbar .pages {
    float: right;
}

.products.wrapper~.toolbar .limiter {
    margin-right: 10px;
}

@media (max-width: 480px) {
    .toolbar .sorter {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .toolbar .limiter {
        clear: both;
        float: none;
    }
    .toolbar .modes {
        float: right;
        margin-left: 0;
    }
    .products.wrapper~.toolbar .limiter {
        clear: none;
        float: right;
        width: 100%;
        text-align: center;
    }
    .products.wrapper~.toolbar .limiter .label {
        min-width: 0;
    }
    .products.wrapper~.toolbar .pages {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
}

.filter-options-content .item input[type="checkbox"] {
    margin: -2px 4.5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.filter-current .item {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-current .item {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .block-category-list .block-title,
    .block-category-list .block-content,
    .sidebar-title,
    .sidebar .custom-block,
    .sidebar-filterproducts.custom-block+h2,
    .sidebar-filterproducts.custom-block+h2+h5,
    .sidebar-filterproducts.custom-block+h2+h5+p {
        padding-left: 0;
        padding-right: 0;
    }
    .filter.active .filter-current~.filter-options {
        top: 186px;
    }
    .filter.active .filter-current~.filter-title {}
    .filter .filter-current,
    .filter .filter-current+.block-actions {
        display: none;
    }
    .filter.active .filter-current+.block-actions {
        position: fixed;
        left: 0;
        top: 150px;
        margin: 0;
        border: none;
        z-index: 10;
        display: block;
        width: 300px;
        line-height: 34px;
        background-color: #f4f4f4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: right;
        padding: 0 30px;
    }
    .filter.active .filter-current {
        position: fixed;
        left: 0;
        top: 47px;
        margin: 0;
        height: 103px;
        border: 0;
        width: 300px;
        z-index: 10;
        padding: 17px 0;
        display: block;
        background-color: #fff;
        overflow-y: scroll;
    }
    .filter-current-subtitle {
        padding: 10px 15px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        position: relative;
        cursor: pointer;
        border-radius: 7px;
        text-decoration: none;
    }
    .filter.active .filter-current .filter-current-subtitle {
        display: none;
        padding: 15px 30px;
    }
    .filter.active .filter-current .filter-current-subtitle:before,
    .filter.active .filter-current .filter-current-subtitle:after {
        display: none;
    }
    .filter.active .filter-current .items {
        display: block;
        padding: 0;
    }
    .filter.active .filter-current .item {
        padding: 0 30px;
    }
    .product.media {
        margin-bottom: 0;
    }
    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product.media {
        margin-bottom: 20px;
    }
    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product.media {
        padding-right: 0;
    }
}

.product-info-main .prev-next-products~.page-title-wrapper h1 {
    padding-right: 50px;
}

.side-overlay,
a.right-side-open {
    display: none;
}

.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .side-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all .3s;
}

.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) a.right-side-open {
    position: fixed;
    right: 0;
    top: 22%;
    font-size: 23px;
    color: #818181;
    line-height: 49px;
    z-index: 9;
    width: 51px;
    height: 49px;
    background-color: #f5f5f5;
    border: #dcdcda solid 1px;
    border-right: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .column.main {
        width: 100%;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) a.right-side-open {
        display: block;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .sidebar {
        display: none;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .sidebar.sidebar-additional {
        display: block;
        position: fixed;
        background: #fff;
        z-index: 999;
        padding: 20px 5px;
        top: 0 !important;
        height: 100vh;
        overflow-y: auto;
        right: 0;
        max-width: 100%;
        width: 280px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2d2d2;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .sidebar.sidebar-additional.open {
        opacity: 1;
        visibility: visible;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .sidebar.sidebar-additional.open+.side-overlay {
        opacity: 0.2;
        visibility: visible;
        filter: alpha(opacity=100);
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .sidebar .custom-block {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .nav-open a.right-side-open,
    .nav-open .sidebar.sidebar-additional.open+.side-overlay,
    .nav-open .sidebar.sidebar-additional {
        display: none !important;
    }
}

.sidebar .product-items .product-item .product-reviews-summary,
.small-list.products-grid .product-item .product-reviews-summary {
    margin-top: 0;
}

.sidebar .product-items .product-item-details,
.small-list .product-items .product-item-details {
    padding: 0;
}

.sidebar .product-items .product-item-name,
.small-list.products-grid .product-item .product-item-name {
    margin-bottom: 2px;
}

.nav-open .block.filter {
    display: none;
}

.weltpixel-quickview-catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin-bottom: 5px;
}

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

.block-search .label:before,
.block-search .action.search:before {
    padding-left: 1px;
}

.single-images .caption:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 1200px) {
    .layout-fullwidth.page-layout-2columns-left .sidebar-main,
    .layout-fullwidth.page-layout-2columns-right .sidebar-additional {
        width: 20%;
    }
    .layout-fullwidth.page-layout-2columns-left .column.main,
    .layout-fullwidth.page-layout-2columns-right .column.main {
        width: 80%;
    }
    .layout-fullwidth .main-upsell-product-detail .container {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.sticky-logo .logo {
    max-width: none;
}

@media (max-width: 767px) {
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .sidebar.sidebar-additional.open .sidebar-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .onepage-category .category-detail .products-area .category-link {
        margin-top: 0;
        margin-left: 10px;
        float: none;
        display: inline-block;
    }
}

.block-search input {
    left: -9999px;
}

.rating-summary .rating-result>span:before,
.review-control-vote label:before {
    color: #575f68;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    border-right: 0;
}

.product-reviews-summary .reviews-actions a.view {
    padding-right: 3px;
}

.table.grouped .col.qty {
    min-width: 105px;
}

.field.downloads.downloads-no-separately .field.choice.field.choice {
    border: 0;
}

.page-product-downloadable .product-add-form .box-tocart .actions {
    margin-right: 10px;
}

@media (min-width: 576px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(255px - 50vw);
    }
}

@media (min-width: 768px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(345px - 50vw);
    }
}

@media (min-width: 992px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(465px - 50vw);
    }
}

@media (min-width: 1200px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(555px - 50vw);
    }
}

@media (max-width: 575px) {
    .fullwidth-row {
        width: 100vw;
        margin: 0 -15px;
    }
}

.content-row h2,
.content-row h3,
.content-row h4,
.content-row h5 {
    margin-top: 0;
}

.onepage-index-index .loading-mask .loader:before,
.iwd_opc_success_page .loading-mask .loader:before {
    display: none;
}

.catalog-product-view.product-type-carousel .product.media,
.catalog-product-view.product-type-carousel .product-info-main {
    width: 100%;
    padding: 0;
}

.product-image-carousel .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    box-shadow: inset 20px 0 100px rgba(0, 0, 0, 0.03);
    background-color: rgba(0, 0, 0, 0.02);
    left: 0;
    top: 0;
}

.product-image-carousel .owl-controls .owl-nav [class*=owl-] {
    font-size: 30px;
    pointer-events: all;
}

.product-image-carousel .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: left;
    margin-top: -30px;
    pointer-events: none;
}

.product-image-carousel .owl-controls .owl-nav .owl-next {
    float: right;
}

.catalog-product-view.product-type-carousel .product-info-main .page-title-wrapper h1 {
    font-size: 38px;
}

.catalog-product-view.product-type-carousel .product-info-main .product-info-price {
    margin: 0;
    padding-bottom: 30px;
    display: block;
}

.catalog-product-view.product-type-carousel .product-info-main .short-custom-block {
    float: right;
}

.catalog-product-view.product-type-carousel .product-info-main .product-info-price .price-box,
.catalog-product-view.product-type-carousel .product-info-main .product-info-stock-sku {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}

.swatch-attribute-selected-option {
    display: none;
}

.product-info-main .swatch-attribute-label {
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .swatch-attribute-options {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.product-info-main .swatch-attribute-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 55px;
}

.catalog-product-view.product-type-carousel .product-info-main .swatch-attribute {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

.catalog-product-view.product-type-carousel .product-options-wrapper {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    padding: 0;
}

.catalog-product-view.product-type-carousel .product-options-bottom {
    display: inline-block;
    vertical-align: middle;
}

.catalog-product-view.product-type-carousel .product-info-main .product-add-form {
    padding: 0;
    text-align: right;
}

.catalog-product-view.product-type-carousel .price-box.price-tier_price {
    margin: 0;
}

.catalog-product-view.product-type-carousel .product-info-main {
    margin: 0;
}

.catalog-product-view.product-type-carousel .product-social-links {
    border: 0;
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 30px;
    margin-top: 6px;
}

.catalog-product-view.product-type-carousel .prev-next-products {
    margin-top: 7px;
}

.catalog-product-view.product-type-carousel .product-social-links .addthis_inline_share_toolbox {
    margin: 0;
}

.catalog-product-view.product-type-fullwidth .page-main {
    max-width: 100%;
    width: 100%;
}

.catalog-product-view.product-type-fullwidth .product-info-main .product-add-form {
    padding: 0;
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    margin: 2px 0;
    padding: 0 !important;
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    margin-top: -2px;
}

.catalog-product-view.product-type-fullwidth .fotorama__stage {
    left: 0 !important;
}

.catalog-product-view.product-type-fullwidth .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    padding: 20px;
}

.catalog-product-view.product-type-fullwidth .fotorama__stage__shaft.fotorama__grab {
    max-width: 100% !important;
}

.catalog-product-view.product-type-fullwidth .fotorama__arr--next,
.catalog-product-view.product-type-fullwidth .fotorama__fullscreen-icon {
    right: 0 !important;
}

.product-image-grid {
    margin-bottom: 20px;
    position: relative;
}

.product-image-grid:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.05);
    left: 0;
    top: 0;
}

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

#gallery_images.row>[class^="col-"],
#gallery_images.row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.catalog-product-view .product.media {
    padding-right: 0;
}

.product-image-list {
    margin-bottom: 3px;
    position: relative;
}

.product-image-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.05);
    left: 0;
    top: 0;
}

.catalog-product-view.product-type-sticky-right .product-info-main,
.catalog-product-view.product-type-sticky-right .product.media,
.catalog-product-view.product-type-fullwidth .product-info-main,
.catalog-product-view.product-type-fullwidth .product.media {
    position: relative;
}

.catalog-product-view.product-type-wide-grid .fotorama__stage {
    border: 0;
}

@media (min-width: 768px) {
    .product.data.items>.item.title {
        padding-top: 8px;
        padding-bottom: 0;
    }
    .product.info.detailed.vertical .product.data.items>.item.content {
        border: 0;
        padding: 0;
    }
    .product.info.detailed.vertical .product.data.items>.item.title>.switch {
        border: 0;
        text-align: left;
        border-bottom: 1px solid #ebebeb;
        height: auto;
        padding: 0;
    }
    .product.info.detailed.vertical .product.data.items>.item.title>.switch>span {
        display: inline-block;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
        padding: 5px 0;
    }
    .product.info.detailed.vertical .product.data.items>.item.title.active>.switch>span {
        border-bottom-color: #08c;
    }
    .product.info.detailed.vertical .product.data.items>.item.title {
        padding-top: 0;
        padding-bottom: 5px;
    }
    .product.info.detailed.vertical .product.data.items>.item.title {
        max-width: 270px;
    }
    .product.info.detailed.vertical .product.data.items>.item.content {
        width: calc(100% - 270px);
        box-shadow: none;
    }
}

.catalog-product-view.product-type-wide-grid .product-info-main .fieldset>.field.qty,
.catalog-product-view.product-type-sticky-right .product-info-main .fieldset>.field.qty,
.catalog-product-view.product-type-grid .product-info-main .fieldset>.field.qty {
    display: block;
    width: auto;
    margin: 0;
    margin-bottom: 15px;
}

.catalog-product-view.product-type-carousel .product-info-main .fieldset>.field.qty {
    display: inline-block;
    width: auto;
    margin: 0;
    margin-right: 5px;
}

.catalog-product-view.product-type-wide-grid .fieldset>.field.qty>.label,
.catalog-product-view.product-type-sticky-right .fieldset>.field.qty>.label,
.catalog-product-view.product-type-grid .fieldset>.field.qty>.label,
.catalog-product-view.product-type-carousel .fieldset>.field.qty>.label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
    min-width: 55px;
    font-weight: 600;
    color: #333;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}

.catalog-product-view.product-type-wide-grid .product-info-main .qty.field .control,
.catalog-product-view.product-type-sticky-right .product-info-main .qty.field .control,
.catalog-product-view.product-type-grid .product-info-main .qty.field .control,
.catalog-product-view.product-type-carousel .product-info-main .qty.field .control {
    position: relative;
    margin: 0;
}

.catalog-product-view.product-type-wide-grid .product-info-main .box-tocart .input-text.qty,
.catalog-product-view.product-type-sticky-right .product-info-main .box-tocart .input-text.qty,
.catalog-product-view.product-type-grid .product-info-main .box-tocart .input-text.qty,
.catalog-product-view.product-type-carousel .product-info-main .box-tocart .input-text.qty {
    margin-left: 29px;
}

.catalog-product-view.product-type-wide-grid .product-info-main .product-add-form,
.catalog-product-view.product-type-sticky-right .product-info-main .product-add-form,
.catalog-product-view.product-type-grid .product-info-main .product-add-form {
    padding-top: 0;
}

.catalog-product-view.product-type-carousel .product-info-main .qty.field .qty-changer>a {
    border: 0;
    line-height: 30px;
}

.catalog-product-view.product-type-carousel .product-info-main .box-tocart .input-text.qty {
    height: 30px;
    padding: 0;
    background-color: #f4f4f4;
}

.box-tocart .action.tocart:before {
    margin-right: 2px !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.box-tocart .action.tocart>span {
    display: inline-block;
    vertical-align: middle;
}

.products-upsell .owl-middle-narrow.owl-theme .owl-controls {
    margin: 0;
    top: -45px;
    visibility: visible;
    opacity: 1;
    padding: 0 10px;
}

.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots {
    margin: 0;
    text-align: right;
}

.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot span {
    margin: 0;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: solid 2px #95a9b3;
    background: none;
    position: relative;
}

.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #0088cc;
    border-radius: 100%;
}

.catalog-product-view.product-type-wide-grid .main-upsell-product-detail,
.catalog-product-view.product-type-sticky-right .main-upsell-product-detail {
    padding: 0;
    background-color: transparent;
    margin: 0;
    margin-top: -60px;
}

.product.info.detailed {
    margin-bottom: 20px;
}

.catalog-product-view.product-type-sticky-right .product.info.detailed {
    margin-top: 20px;
    background-color: #f4f4f4;
    padding: 70px 0;
}

.product.info.detailed.fullwidth-row>.product.data.items.container {
    margin: 0 auto;
    padding: 0 15px;
}

.catalog-product-view.product-type-sticky-right .product.data.items>.item.title.active>.switch,
.catalog-product-view.product-type-sticky-right .product.data.items>.item.title.active>.switch:focus,
.catalog-product-view.product-type-sticky-right .product.data.items>.item.title.active>.switch:hover {
    background-color: transparent;
}

.catalog-product-view.product-type-sticky-right .product.data.items>.item.content {
    background-color: transparent;
}

@media (min-width: 768px) {
    .catalog-product-view.product-type-sticky-right .product.data.items>.item.title>.switch {
        font-size: 18px;
    }
}

.block.related .block-title {
    margin-bottom: 18px;
}

.products-grid.products-upsell .product-item .product-item-info {
    background-color: transparent;
}

.products-grid.products-upsell:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: none;
}

.products-grid.products-upsell .product-item-photo {
    border: 1px solid #eee;
}

.block.upsell .product-item .product-reviews-summary {
    margin-top: 0;
}

.block.upsell {
    margin-bottom: 0;
    margin-top: 40px;
}

.sidebar .products-related .product-items .product-item-info .product-item-photo {
    border: 1px solid #ececec;
}

@media (min-width: 768px) {
    .catalog-product-view .sidebar .custom-block {
        padding: 0;
    }
    .sidebar .custom-block>img.img-responsive {
        width: 100%;
    }
    .catalog-product-view .sidebar .sidebar-title {
        padding: 0;
    }
    .catalog-product-view .sidebar .block.related {
        padding: 0;
    }
}

.catalog-product-view .short-custom-block .custom-block {
    border: none;
    color: #6b7a83;
    padding-bottom: 0;
    margin-bottom: 33px;
    background: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.catalog-product-view .short-custom-block .custom-block-1>div i {
    color: #0088cc;
    border: none;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.catalog-product-view .short-custom-block .custom-block-1>div:first-child i {
    margin-left: 0;
}

.catalog-product-view .short-custom-block .custom-block-1>div h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #6b7a83;
    margin-left: 5px;
    margin-top: 2px;
}

.catalog-product-view .short-custom-block .custom-block-1>div {
    min-height: 65px;
    clear: both;
    display: inline-block;
    margin-left: 15px;
}

.catalog-product-view .short-custom-block .custom-block-1>div:first-child {
    margin-left: 0;
}

.fullwidth-custom-block+.main-upsell-product-detail {
    margin-top: 0;
}

.fotorama__stage__frame .fotorama__img {
    width: 100%;
    max-height: none;
}

.search-category {
    margin-right: 5px;
}

.search-category select {
    background-color: transparent;
    color: #777;
    border-color: #dbe0e2;
}

.search-category select option {
    color: #000;
}

@media (min-width: 768px) {
    #search_mini_form {
        width: auto;
        float: none;
    }
    header.page-header.sticky-header .nav-sections {
        padding: 7px 0;
    }
    .sw-megamenu.navigation li>a>span {
        vertical-align: middle;
    }
    ul#ui-id-1.switcher-dropdown {
        width: auto;
    }
}

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

.table-comparison ul {
    list-style: none;
    padding-left: 12px;
}

@media (max-width: 767px) {
    .block-search {
        margin-left: 0 !important;
    }
}

.product-info-main .product-add-form {
    padding-top: 0;
}

.page-main {
    padding-top: 15px;
}

#ln_slider_text_price {
    margin: 0 -7px;
}

.block-search input::-webkit-input-placeholder {
    color: #8d8d8d;
}

.block-search input::-moz-placeholder {
    color: #8d8d8d;
}

.block-search input:-moz-placeholder {
    color: #8d8d8d;
}

.block-search input:-ms-input-placeholder {
    color: #8d8d8d;
}

.page-header .header.panel>.header.links>li.compare>a em:before {
    position: relative;
    top: -1px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .page-header .header.links>li.compare {
        display: none;
    }
}

.sidebar.sidebar-main,
.sidebar.sidebar-additional {
    position: relative;
}

@media (min-width: 768px) {
    .page-layout-2columns-right .sidebar-main {
        padding-left: 22px;
        padding-right: 0;
    }
    .page-layout-2columns-right .sidebar.sidebar-main:before {
        right: 0;
        left: 22px;
    }
}

.category-cms .category-image img {
    width: 100%;
}

.product-info-main+.product-add-form .product-addto-links>a.action,
.product-info-main+.product-add-form .product-addto-links+a.action.mailto {
    width: 43px;
    height: 43px;
    line-height: 41px;
}

.product.info.detailed.accordion .product.data.items>.item.title,
.product.info.detailed.accordion .product.data.items>.item.content {
    border: 0;
}

.product.info.detailed.accordion .product.data.items>.item.title[aria-expanded=false]>.switch {
    border-radius: 0;
}

.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    border-bottom-color: #333 !important;
}

body.page-layout-1column .sidebar.sidebar-main,
body.page-layout-1column .sidebar.sidebar-additional {
    display: none;
}

.minicart-items-wrapper {
    padding: 15px;
    max-height: 250px;
}

.sidebar .product-items .product-item-info .product-item-photo {
    border: solid 1px #ececec;
}

.sidebar .product-items .product-item-info {
    margin-bottom: 12px;
}

.sidebar .product-items .product-item {
    margin-bottom: 0;
}

.sidebar .sidebar-filterproducts {
    margin-top: -13px;
}

.sidebar .sidebar-filterproducts .owl-top-narrow .owl-theme .owl-controls {
    top: -27px;
}

.sidebar .block.related.owl-top-narrow .owl-theme .owl-controls {
    top: -28px;
}

.products-related {
    margin-top: -12px;
}

.sidebar .product-items .product-item-details {
    margin-left: calc(33% + 10px);
}

.minicart-items .product-image-container {
    border: 1px solid #ececec;
}

.page-header.header-newskin .minicart-wrapper .action.close {
    display: none;
}

.minicart-wrapper .block-minicart {
    padding-top: 15px;
    padding-bottom: 10px;
}

.block-minicart .items-total {
    margin-top: 2px;
}

.block-minicart .amount.price-container {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
    padding-right: 20px;
}

.minicart-items-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.minicart-items .product-item-details {
    padding-top: 0;
    padding-bottom: 0;
}

.minicart-items .product-item-name {
    margin-bottom: 5px;
}

.minicart-items .item-qty {
    height: 32px;
}

.minicart-wrapper .product .actions {
    margin: -26px 0 0;
}

.minicart-items .product-item-pricing .label {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    padding-left: 23px;
}

tr.row {
    margin: 0;
}

.authentication-dropdown {
    border-radius: 0;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    margin: 10px 0;
}

.opc-block-summary {
    border-radius: 0;
}

.product.info.detailed.accordion .product.data.items>.item.content {
    padding: 5px 0;
}

.product.info.detailed.accordion .product.data.items>.item.title {
    padding-right: 0;
}

.cms-index-index .page.messages {
    display: none;
}

.sticky-product .sticky-image {
    border: 1px solid #ececec;
}

.sticky-product .stock,
.sticky-product .product-info-price,
.sticky-product .product.attribute.sku {
    white-space: nowrap;
}

.sticky-product .product-info-price .price-box,
.sticky-product .product-info-stock-sku {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 10px;
}

.sticky-product .stock>*,
.sticky-product .product.attribute.sku .type,
.sticky-product .product.attribute.sku .value {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.sticky-product .product.attribute.sku .type:after {
    content: '#:';
}

.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}

@media (max-width: 1439px) {
    #home-content-slider-demo-20 .item>div.content {
        transform: scale(0.5);
        top: 0 !important;
        max-width: 65%;
    }
}

.products.wrapper~.infinite-loader~.toolbar-products {
    display: none;
}

@media (min-width: 768px) {
    .navigation .level0 .submenu {
        min-width: 200px;
    }
    .sw-megamenu.navigation li.level0.classic .subchildmenu {
        min-width: 184px;
    }
    .page-header .navigation li.level0.fullwidth .submenu a,
    .page-header .navigation li.level0.classic .submenu a,
    .page-header .navigation li.level0.staticwidth .submenu a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.sw-megamenu.navigation span.cat-label {
    margin-left: 3px;
    text-decoration: none !important;
    display: inline-block;
    line-height: 10px;
}

.fotorama__stage {
    transform: none !important;
}

body.catalog-product-view[class*="product-type-"] .column.main>.custom-block {
    display: none;
}

body.product-type-carousel .product-info-main .qty.field .qty-changer>a:first-child {
    left: auto;
    right: 3px;
}

body.product-type-carousel .product-info-main .qty.field .qty-changer>a {
    position: absolute;
    top: 0;
    left: 1px;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #2B303A;
}

.catalog-category-view .columns .column.main {
    padding-bottom: 0;
}

body.catalog-product-view[class*="product-type-"] .product-info-main .custom-block {
    display: none;
}

.catalog-product-view .page-wrapper>.breadcrumbs {
    min-height: 20px;
}

body.catalog-product-view[class*="product-type-"] .product-info-main .short-custom-block .custom-block {
    display: block;
}

.weltpixel-quickview-catalog-product-view .fullwidth-custom-block {
    display: none !important;
}

.sidebar .custom-block.custom-block-1>div h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bundle-options-container .block-bundle-summary>.title>strong {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.bundle-options-container .legend.title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.bundle-options-container .block-bundle-summary {
    padding: 0;
}

.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty {
    vertical-align: middle;
    height: 43px;
    border-color: #dae2e6;
    margin-right: 1px;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action,
.page-product-downloadable .product-addto-links>.action,
.page-product-downloadable .action.mailto.friend {
    border-color: #dae2e6;
    color: #302E2A;
    width: 43px;
    height: 43px;
    line-height: 41px;
}

.block-bundle-summary .moved-add-to-links {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.block-bundle-summary .qty.field .control,
.block-bundle-summary .qty.field .qty-changer,
.bundle-options-wrapper .qty.field .control,
.bundle-options-wrapper .qty.field .qty-changer,
.table.grouped .col.qty .control .input-text.qty,
.table.grouped .col.qty .qty-changer {
    margin-left: 29px;
}

.block-bundle-summary .qty.field .qty-changer>a,
.bundle-options-wrapper .qty.field .qty-changer>a,
.table.grouped .col.qty .qty-changer>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #dae2e6;
    border-radius: 0;
}

.block-bundle-summary .qty.field .qty-changer>a:first-child,
.bundle-options-wrapper .qty.field .qty-changer>a:first-child,
.table.grouped .col.qty .qty-changer>a:first-child {
    left: auto;
    right: 4px;
}

.block-bundle-summary .box-tocart .input-text.qty,
.bundle-options-wrapper .box-tocart .input-text.qty,
.table.grouped .col.qty .input-text.qty {
    font-family: 'Oswald';
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    width: 44px !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border-color: #dae2e6;
}

.block-bundle-summary .qty.field .qty-changer>a .porto-icon-up-dir:before,
.bundle-options-wrapper .qty.field .qty-changer>a .porto-icon-up-dir:before,
.table.grouped .col.qty .qty-changer>a .porto-icon-up-dir:before {
    content: '\f882';
}

.block-bundle-summary .qty.field .qty-changer>a .porto-icon-down-dir:before,
.bundle-options-wrapper .qty.field .qty-changer>a .porto-icon-down-dir:before,
.table.grouped .col.qty .qty-changer>a .porto-icon-down-dir:before {
    content: '\f883';
}

.block-bundle-summary .fieldset>.field.qty,
.block-bundle-summary .nested.options-list>.field.qty,
.bundle-options-wrapper .fieldset>.field.qty,
.block-bundle-summary .nested.options-list>.field.qty,
.table.grouped .col.qty .control.qty {
    position: relative;
    width: 106px;
}

.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
    width: auto;
    margin-right: 8px;
    margin-left: -3px;
}

.bundle-options-container .product-options-wrapper .field.choice .product-name {
    display: block;
    font-weight: 600;
    position: relative;
    font-size: 12px;
}

.bundle-options-container .product-options-wrapper .fieldset>.field>.label {
    font-weight: 600;
    color: #333;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-container {
    vertical-align: middle;
}

.fieldset-bundle-options .nested.options-list .field.qty {
    position: relative;
    display: inline-block;
}

.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    color: #333;
}

.bundle-actions {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
    .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
    .page-layout-3columns .bundle-options-container .block-bundle-summary {
        width: 49%;
    }
    .page-product-downloadable .product-options-bottom,
    .page-product-downloadable .product-options-wrapper {
        width: 49%;
    }
    .page-layout-1column .toolbar-products {
        position: static;
    }
    .page-layout-1column.page-with-filter .column.main {
        padding-top: 0;
    }
}

.sw-megamenu.navigation .subchildmenu span.cat-label:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
}

.sw-megamenu.navigation .subchildmenu span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
}

.sw-megamenu.navigation .subchildmenu span.cat-label {
    top: 50%;
    margin-top: -7px;
    margin-left: 7px;
    border-radius: 2px !important;
}

p.price-from,
p.price-to {
    display: inline-block;
    vertical-align: middle;
}

p.price-from span.price-label,
p.price-to span.price-label {
    display: none !important;
}

p.price-to:before {
    content: "-";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 20px;
}

p.price-to>span {
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .product.sku {
    white-space: nowrap;
}

.table.grouped .price-box {
    margin: 0;
}

.table.grouped .product-item-name {
    margin-bottom: 4px;
}

.table.data.grouped>tbody>tr>th,
.table.data.grouped>tbody>tr>td {
    border-top-color: #eee
}

.page-product-grouped .product-info-price {
    float: left;
}

.page-product-grouped .product-info-main .product-info-price .price-box {
    display: none;
}

.page-product-grouped .product-info-main .product-info-stock-sku {
    display: block;
    padding: 0;
    text-align: left;
}

.page-product-downloadable .product-options-bottom .price-box {
    display: none;
}

.page-product-downloadable .product-social-links {
    border: 0;
}

.page-product-downloadable .product-options-bottom {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .sw-megamenu.navigation li.level0.fullwidth .submenu a,
    .sw-megamenu.navigation li.level0.staticwidth .submenu a,
    .sw-megamenu.navigation li.level0.classic .submenu a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sw-megamenu.navigation li.level0.fullwidth>.submenu {
        max-width: 1110px;
        left: 0 !important;
        right: 0;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 767px) {
    header.page-header .nav-sections-item-title[aria-controls="store.menu"]>a:before {
        font-size: 14px;
        line-height: 1;
        content: '\f827';
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        margin: -2px 5px 0 0;
    }
    header.page-header .nav-sections-item-title {
        height: 63px;
    }
    .navigation .parent .level-top:after {
        right: 15px;
    }
    header.page-header .nav-sections-item-content {
        margin-top: 63px;
    }
    .sw-megamenu.navigation li.level0.staticwidth>.submenu {
        border-radius: 0 !important;
    }
    .navigation li.level0>a.ui-state-active {
        color: #333 !important;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .nav-open .nav-sections {
        width: 380px;
    }
    .nav-open .page-wrapper {
        left: 380px;
    }
}


/** custom by network */

.fancybox-wrap .page-wrapper .columns,
.fancybox-wrap .page-wrapper .columns .column.main {
    width: 100% !important;
}

.fancybox-overlay-fixed {
    background: #0000009e;
}

.products.list.items.product-items .quickview {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 4;
}

.nav-sections .header.links .customer-menu,
.nav-sections .header.links .customer-welcome+.link.compare+.authorization-link {
    display: none;
}

.homepage-bar {
    border-top: none;
    border-color: #e5e8e8;
    background-color: transparent;
}

.homepage-bar .col-lg-4 {
    border: none;
    padding-top: 16px;
    padding-bottom: 13px;
}

.homepage-bar [class*=" porto-icon-"],
.homepage-bar [class^="porto-icon-"] {
    color: #465157;
}

.homepage-bar p.homepagebarh3 {
    font-size: 14px;
    font-weight: 600;
    color: #465157;
    line-height: 19px;
}

.homepage-bar p {
    font-size: 13px;
    font-weight: 300;
    color: #839199;
    line-height: 19px;
}

.filterproduct-title {
    background: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
}

.filterproduct-title .content {
    background: none;
    padding: 0;
}

.products-grid:not(.side-list):not(.products-related) .owl-carousel .product-item {
    padding: 12px 10px;
}

.owl-bottom-narrow .owl-controls {
    bottom: -35px;
}

.owl-bottom-narrow .owl-controls .owl-dots {
    margin: 0;
}

.owl-bottom-narrow .owl-controls .owl-dot span {
    width: 11px;
    height: 3px;
    margin: 5px;
}

.owl-bottom-absolute-narrow.owl-bottom-narrow .owl-controls .owl-dot span {
    background-color: #fff;
}

.owl-bottom-narrow .owl-controls .owl-dot:hover span,
.owl-bottom-narrow .owl-controls .owl-dot.active span,
.owl-bottom-absolute-narrow.owl-bottom-narrow .owl-controls .owl-dot:hover span,
.owl-bottom-absolute-narrow.owl-bottom-narrow .owl-controls .owl-dot.active span {
    background-color: #2b2b2d;
}

.custom-support {
    text-align: center;
}

.custom-support i {
    background-color: transparent;
    float: none;
    color: #0088cc;
    width: auto;
    height: auto;
    border-radius: 0;
    padding-bottom: 14px;
    display: inline-block;
}

.custom-support div.content {
    margin-left: 0;
}

.custom-support div.content>h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #2b2b2d;
    line-height: 22px;
}

.custom-support div.content>em {
    color: #465157;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.custom-support div.content>p {
    font-size: 13px;
    line-height: 24px;
    color: #687176;
}

.parallax {
    margin: 0;
}

.parallax-slider .owl-carousel h2 {
    font-size: 36px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.parallax-slider .owl-carousel a {
    font-size: 13px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 17px 33px;
    border-radius: 3px;
    background-color: #2b2b2d;
    box-shadow: none;
}

.parallax-slider .owl-theme .owl-controls {
    margin-top: 5px;
}

.brands-slide .owl-side-narrow .owl-carousel {
    padding: 10px 80px;
}

.brands-slide .owl-no-narrow .owl-carousel a {
    display: inline-block;
    padding: 40px 0;
}

.brands-slide .owl-theme .owl-controls {
    margin: 0;
}

.brands-slide .owl-controls .owl-nav>div {
    position: absolute;
    top: calc(50% - 15px);
    background: none;
    padding: 0;
    margin: 0;
}

.brands-slide .owl-controls .owl-nav div.owl-prev {
    left: 0;
    color: #3a3a3c;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.brands-slide .owl-controls .owl-nav div.owl-next {
    right: 0;
    color: #3a3a3c;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.recent-posts .owl-item .item .recent-inner {
    background-color: #fff;
    padding: 10px;
}

.recent-posts .item .post-image {
    padding: 0;
    border: none;
    margin: 0;
}

.recent-posts .item .post-image img {
    border-radius: 0;
}

.recent-posts .item .post-image .post-date {
    background-color: #0088cc;
    text-align: center;
    font-family: 'Oswald';
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 7px;
    left: 22px;
}

.recent-posts .item .post-image .post-date .day {
    font-size: 18px;
    letter-spacing: 0.05em;
    background: none;
    color: #fff;
    font-weight: 400;
    padding: 10px 0 4px;
    line-height: 1;
}

.recent-posts .item .post-image .post-date .month {
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: none;
    font-weight: 400;
    padding: 0 0 8px;
    line-height: 1;
}

.recent-posts .item .postTitle {
    min-height: auto;
    padding-top: 10px;
    padding-left: 18px;
    margin-bottom: 10px;
}

.recent-posts .item .postContent,
.recent-posts .item .postContent p {
    padding-left: 18px;
    font-size: 13px;
    color: #687176;
    line-height: 24px;
    margin-bottom: 5px;
}

.recent-posts .item .postContent p {
    padding-left: 0;
}

.recent-posts .item .readmore {
    margin-left: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #2b2b2d;
    padding: 9px 16px;
    border-radius: 2px;
}

.recent-posts .item .postTitle h2 {
    font-size: 18px;
    letter-spacing: -0.001em;
    line-height: 22px;
}

.recent-posts .item .postTitle h2 a {
    color: #2b2b2d;
}

.page-wrapper>.breadcrumbs {
    padding: 5px 15px 0px 15px;
    margin-bottom: -15px;
    margin-top: -10px;
}

.breadcrumbs li {
    line-height: 30px;
    display: inline-block;
}

.page-wrapper>.breadcrumbs .items {
    padding: 0px;
}

.breadcrumbs li.home a {
    /* width: 15px;*/
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    float: left;
    position: relative;
}

.breadcrumbs li.home a:after {
    content: "\e883";
    font-family: 'porto-icons';
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.sidebar.sidebar-main {
    position: relative;
}

.block-category-list .block-title,
.filter-options-title,
.filter .filter-current-subtitle {
    border: none;
    background-color: transparent !important;
    padding: 16px 20px 4px 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
}

.block-category-list .block-title {
    padding: 30px 20px 0 20px;
}

.block-category-list .block-title strong {
    font-weight: 600;
}

.block-category-list .block-content,
.filter-options-content {
    border: none;
    background-color: transparent;
    padding: 10px 20px 26px 20px;
    border-bottom: #efefef solid 1px;
    position: relative;
    z-index: 2;
    border-radius: 0;
}

.filter-current .items {
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.filter-current .item {
    padding-left: 20px;
}

.filter-current .action.remove {
    right: 20px;
    color: #21293c;
}

.filter-actions {
    border: none;
    background-color: transparent;
    border-bottom: #efefef solid 1px;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.filter-actions a {
    color: #858585;
}

.filter-options-title:after {
    content: '\f803';
    border: none;
    color: #21293c;
    font-size: 17px;
    margin-top: -6px;
    background-color: transparent !important;
}

.filter-options-title:hover:after {
    background: none !important;
    color: #21293c;
}

.active>.filter-options-title:after {
    content: '\f800';
}

#ln_slider_price.ui-slider-horizontal {
    height: 3px;
    box-shadow: none;
}

#ln_slider_price .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.sidebar-title {
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.porto-icon-left-open-huge:before {
    content: '\f802';
    color: #21293c;
}

.porto-icon-right-open-huge:before {
    content: '\f801';
    color: #21293c;
}

.sidebar .owl-top-narrow .owl-theme .owl-controls {
    top: -40px;
    right: -7px;
}

.sidebar .owl-top-narrow .owl-theme .owl-controls .owl-nav div *:before {
    color: #21293c;
}

.sidebar .product-items .product-item-name a {
    font-size: 12px;
    color: #5b5b5f;
    font-weight: 400;
}

.sidebar .sidebar-filterproducts {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: none;
    border-bottom: #efefef solid 1px;
}

.sidebar .product-items .product-item .product-reviews-summary {
    display: block;
}

.sidebar-filterproducts.custom-block+h2 {
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c !important;
    letter-spacing: 0.01em;
    padding: 0 20px;
}

.sidebar-filterproducts.custom-block+h2+h5 {
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #7a7d82 !important;
    letter-spacing: 0.022em;
    padding: 0 20px;
}

.sidebar-filterproducts.custom-block+h2+h5+p {
    color: #21293c !important;
    font-size: 15px !important;
    letter-spacing: 0.01em;
    padding: 0 20px;
}

.sidebar .custom-block {
    padding: 0 20px;
}

.category-boxed-banner.owl-theme .owl-controls {
    bottom: 0;
}

.page-products .toolbar .limiter {
    display: block;
}

.page-with-filter .toolbar-amount {
    display: none;
}

.full-width-image-banner {
    height: 300px;
    margin-bottom: 13px;
}

.full-width-image-banner:after {
    display: none;
}

.full-width-image-banner h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    line-height: 38px;
}

.full-width-image-banner p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

.full-width-image-banner .btn-default {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.025em;
    padding: 10px 20px;
    background-color: #010204;
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 31px;
}

.page-products .toolbar .limiter .limiter-text {
    display: none;
}

.modes-mode.active {
    border: none;
    background: none;
    color: #111;
}

.modes-mode,
.modes-mode:hover {
    border: none;
    background: none;
    color: #111;
    width: 15px;
}

.toolbar select {
    border: 1px solid #2B303A;
    height: 37px;
    color: #2b303a;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px;
    padding-right: 30px;
    line-height: 31px;
}

.toolbar-sorter .sorter-action {
    margin-top: 6px;
    color: #21293c;
}

.toolbar-sorter .sorter-action:before {
    color: #21293c;
}

.pages a.page,
.pages strong.page,
.pages .action {
    width: 32px;
    line-height: 32px;
}

.products-grid+.toolbar.toolbar-products {
    border-top: solid 1px #efefef;
    padding-top: 25px;
}

.product-item .product-reviews-summary {
    background: none;
}

.products-grid .product-item .product-item-info {
    background-color: #fff;
}

.products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.products-grid:not(.side-list) .product-item .product-item-info .product.name a {
    font-size: 14px;
}

.product-item-details {
    padding: 10px 0;
}

.custom-attributes-block {
    display: none;
    bottom: 0px;
    margin: 0 10px 0 10px;
    z-index: 5;
    opacity: 0;
    background-color: #ffffff99;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    text-align: right;
    padding: 5px;
}

.custom-attributes-block span {
    float: left;
    text-align: left;
}

.products-grid .item.product:hover .custom-attributes-block {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    font-size: 11px;
    color: #0088cc;
    font-weight: 700;
}

.product.name a {
    color: #2b303a;
}

.price-box .price {
    font-family: 'Oswald';
    font-size: 18px;
    letter-spacing: 0.005em;
    color: #2b303a;
    font-weight: 300;
}

.special-price .price {
    color: #2b303a;
    font-weight: 300;
}

.price-excluding-tax .price {
    font-weight: 400;
}

.product-label.sale-label {
    color: #ffffff;
}

.product-label.new-label {
    color: #ffffff;
}

.product-labels .product-label {
    height: auto;
    font-size: 9px;
    line-height: 15px;
    padding: 5px 0px;
    text-align: center;
    width: 105px;
    font-weight: 700;
}

.products-list .product-item-details .product-item-actions .tocart:hover {
    background-color: #2b303a;
    color: white;
}

.products-list .product-item-details .product-item-actions .tocart,
.products-grid .product-item-details .product-item-actions .tocart {
    text-transform: uppercase;
    font-size: 12.53px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #2b303a;
    line-height: 30px;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.product-item .tocart:before {
    content: '\e87f';
    font-size: 17px;
    vertical-align: middle;
}

.product-item-actions .action.towishlist,
.product-addto-links .action.towishlist,
.action.towishlist,
.product-addto-links .action.tocompare,
.product-item-actions .action.tocompare,
.action.tocompare,
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
    border-color: #dae2e6;
}

.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
    border-color: #2b303a;
    background-color: #2b303a;
}

.catalog-product-view .sidebar .custom-block {
    border: none;
    color: #6b7a83;
    padding-bottom: 0;
    margin-bottom: 33px;
    background: none;
}

.catalog-product-view .sidebar .custom-block-1>div i {
    color: #0088cc;
    border: none;
    font-size: 40px;
    float: left;
}

.catalog-product-view .sidebar .custom-block-1>div {
    min-height: 65px;
    clear: both;
    padding: 18px 0;
    border-bottom: solid 1px #dee5e8;
    margin-bottom: 0;
}

.catalog-product-view .sidebar .custom-block-1>div:last-child {
    border-bottom-width: 0;
}

.block-manufacturer {
    text-align: center;
    padding: 10px 20px 0;
    margin-bottom: 0;
}

.block-manufacturer hr {
    border-color: #dee5e8;
    margin-bottom: 0;
}

.catalog-product-view .sidebar .custom-block-1>div h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #6b7a83;
    margin-left: 80px;
}

.block.related {
    padding: 0 20px;
}

.block .title strong {
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-bottom: 20px !important;
    padding-top: 0;
    text-transform: uppercase;
}



.product-info-main .page-title-wrapper h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #21293c;
    margin: 3px 0 15px;
}

.prev-next-products a {
    color: #555;
}

.product-reviews-summary .reviews-actions a {
    line-height: 20px;
    font-size: 14px;
    color: #bdbdbd;
}

.product-info-main .product.overview {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    border-bottom: solid 1px #dae2e6;
    margin: 0 0;
}

.product.media {
    padding-right: 12px;
}

.fotorama__stage__shaft,
.fotorama__stage {
    border: none !important;
}

.fotorama__nav--thumbs .fotorama__thumb {
    border-color: #dae2e6;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.005em;
}
.catalogsearch-result-index .old-price .price-including-tax .price,
.cms-index-index  .old-price .price-including-tax .price
{
    display:block !important;
}
.catalogsearch-result-index .old-price-wrapper,
.cms-index-index .old-price-wrapper
{
    font-family: 'Oswald';
    font-size: 12px !important;
    letter-spacing: 0.005em;
    color: #2b303a;
    font-weight: 300 !important;
}


.catalog-product-view .product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-info-main .box-tocart {
    margin-bottom: 15px;
}

.product-info-main .product-info-price .old-price .price-wrapper .price,
.old-price-wrapper
{
    font-size: 16px !important;
    color: #2b2b2d;
    font-weight: 400 !important;

}
.old-price-wrapper{
    text-decoration: line-through;
}
.product-info-main .product-info-price .price-box .old-price  .price-final_price > span.price-including-tax
{
    display:block !important;
}
.product-info-main .product-info-price .price-box .old-price .old-price-wrapper {
    display:none!important;
}
.sticky-product .old-price .price-including-tax, .sticky-product .product-info-price .price-box .old-price .price-container .price-including-tax .price{
    display:inline-block!important;
    font-size: 16px !important;
    color: #2b2b2d;
    font-weight: 400 !important;
}
.sticky-product .old-price  .old-price-wrapper {
    display:none!important;
}
.product-info-main .fieldset>.field.qty,
.product-info-main .nested.options-list>.field.qty {
    position: relative;
    width: 106px;
}

.product-info-main .qty.field .control,
.product-info-main .qty.field .qty-changer {
    margin-left: 27px;
}


/*@-moz-document url-prefix() {
    .product-info-main .qty.field .control,
    .product-info-main .qty.field .qty-changer {
        margin-left: 28px;
    }
}*/

#amasty-shopby-product-list .product-item-info .product-item-name,
.cms-porto-home-5 .product-item-info .product-item-name {
    padding: 5px 0 5px 10px;
}

.product-info-main .qty.field .qty-changer>a {
    position: absolute;
    top: 0;
    left: 2px;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #2B303A;
}

.product-info-main .qty.field .qty-changer>a:first-child {
    left: auto;
    right: 2px;
}

.product-info-main .box-tocart .input-text.qty {
    font-family: 'Oswald';
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    width: 44px !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border-color: #2B303A;
}

.product-info-main .qty.field .qty-changer>a .porto-icon-up-dir:before {
    content: '\f882';
    color: #2B303A;
}

.product-info-main .qty.field .qty-changer>a .porto-icon-down-dir:before {
    content: '\f883';
    color: #2B303A;
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .box-tocart .action.tocart {
    height: 43px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.box-tocart .action.tocart:before {
    content: '\e87f';
    font-family: 'porto-icons';
    margin-right: 7px;
    font-size: 16px;
}

.product.data.items>.item.content {
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-top: #dae2e6 solid 1px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    min-height: 800px;
}

.main-upsell-product-detail .block.upsell .title strong {
    background: none;
}

.block.upsell .title {
    background: none;
    border-bottom: #e1e1e1 solid 1px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
}

.block.upsell .title strong {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Oswald';
    color: #302e2a;
}

.review-ratings .rating-label {
    display: block;
}

.footer-top {
    text-align: left;
    padding: 15px 0 0;
}

.footer-top .footer-top-inner {
    border-bottom: 1px solid #3d3d38;
}

.footer-top .block .block-title {
    margin-bottom: 13px;
    padding-top: 25px;
}

.footer-top .block .block-title strong {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer-container .validation-advice {
    position: absolute;
}

.footer-top .block.newsletter {
    width: auto;
    max-width: 600px;
    display: inline-block;

}

.footer-top .block.newsletter .control:before {
    line-height: 48px;
    margin-left: 20px;
}

.footer-top .block.newsletter .control {
    position: relative;
}

.footer-top .block.newsletter .control input {
    background-color: #fff;
    color: #686865;
    height: 48px;
    border: none;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    padding-left: 40px;
}

.footer-top .block.newsletter .control div.mage-error {
    position: absolute;
    bottom: -22px;
}

.footer-top .block.newsletter .actions button {
    height: 48px;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    padding: 0 22px;
}

.footer-top .block-content {
    display: inline-block;
    vertical-align: middle;
}

.footer .social-icons {
    float: right
}

.footer-top .social-icons a {
    background-image: none;
    background-color: #33332f;
    text-indent: 0;
    color: #fff;
    border-radius: 0;
    font-size: 18.6px;
    width: 48px;
    height: 48px;
    text-align: center;
    margin-left: 0;
    margin-right: 4px;
    float: left;
    line-height: 46px;
}

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

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

.footer-middle .block .block-title strong {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-middle ul.links li,
.footer-middle ul.features li {
    padding: 6px 0;
}

.footer-middle .contact-info li:first-child {
    border-top-width: 0;
}

.footer-middle .contact-info li {
    padding: 12px 0;
}

.footer-middle .contact-info i {
    color: #e1ddc3 !important;
    font-size: 26px;
    line-height: 28px;
}

.footer-middle .contact-info p {
    line-height: 1;
}

.footer-middle .contact-info b {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 7px;
    display: inline-block;
}

.footer-middle .block-bottom {
    border-top: 1px solid #3d3d38;
    text-align: left;
    padding: 27px 0;
    overflow: hidden;
    margin-top: 32px;
}

.footer-middle .working span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.005em;
    line-height: 18px;
}

.footer-middle .working span b {
    text-transform: capitalize;
    color: #a8a8a8;
}
@media (min-width: 1260px) {
.footer-top .block.newsletter {
    width: 550px;
}
}
@media (max-width: 767px) {

    .parallax-slider .owl-carousel h2 {
        font-size: 22px;
    }
    .parallax-slider .owl-carousel a {
        padding: 10px 20px;
        font-size: 11px;
    }
    .homepage-bar .col-lg-4 {
        text-align: left !important;
    }
    .brands-slide .owl-side-narrow .owl-carousel {
        padding: 10px 0;
    }
    .brands-slide .owl-theme .owl-controls {
        display: none;
    }
    .sidebar.sidebar-main {
        position: static;
    }
    .page-products .toolbar .limiter {
        display: none;
    }
    .product.data.items {
        margin: 0;
    }
    .prev-next-products .product-nav.product-next .product-pop {
        margin: 0;
    }
    .prev-next-products .product-nav.product-prev .product-pop {
        left: -20px;
    }
    .product-info-main .fieldset>.field.qty {
        margin-bottom: 20px;
    }
    .fieldset>.actions {
        vertical-align: top;
    }
    .catalog-product-view .sidebar .custom-block {
        padding: 0;
    }
}

.page-products .sorter {
    float: right;
    position: relative;
    top: 1px;
}

.modes {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    margin-top: 6px;
}

.modes-mode:before {
    content: '\e880';
    font-size: 14px;
}

.mode-list:before {
    content: '\e87b';
    font-size: 14px;
}

.products.wrapper~.toolbar .limiter {
    float: left;
}

.products.wrapper~.toolbar .pages {
    float: right;
}

@media (min-width: 768px) {
    .page-header.type16 .block-search input {
        border-radius: 20px;
    }
    .sidebar.sidebar-main:before {
        content: '';
        position: absolute;
        left: 0;
        right: 22px;
        border: solid 1px #dae2e6;
        top: 0;
        bottom: 0;
        border-radius: 2px;
    }
    .product.data.items>.item.title {
        padding: 10px 30px 10px 0;
    }
    .product.data.items>.item.title>.switch {
        font-size: 14px;
        font-weight: 700;
        color: #818692;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
        line-height: 30px;
        background: none;
        padding: 0;
    }
    .product.data.items>.item.title:not(.disabled)>.switch:focus,
    .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: none;
        color: #818692;
    }
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        color: #21293c;
        position: relative;
        border-bottom: #0088CC solid 2px;
    }
    .product.data.items>.item.content {
        padding: 35px 0 0;
        margin-top: 45px;
    }
}

.page-header .switcher strong,
.page-footer .switcher strong {
    text-transform: uppercase;
}

.products-grid .product-item-details .product-item-actions .actions-secondary {
    border: 0;
    line-height: 32px;
}

.footer-middle ul.contact-info li {
    padding: 12px 0;
}

.block-bottom address {
    padding: 0px;
}

.block-bottom .working {
    margin-bottom: 10px;
}

.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    background-color: #2b2b2d;
}

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
    background: #fff;
    color: #636363;
    border-color: #e9e9e9;
}

.swatch-option.text {
    min-width: 26px;
    line-height: 18px;
    padding: 3px;
    height: 26px;
}

.pages a.page,
.pages strong.page,
.pages .action {
    background: transparent;
    color: #706f6c;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}

.pages a.page:hover,
.pages a.action:hover {
    background-color: transparent;
    color: #706f6c;
}

.pages a.action:hover:before {
    color: #706f6c !important;
}

.pages .action {
    border-color: transparent;
}

.product-info-main .product-info-stock-sku {
    color: #333;
    font-size: 14px;
    padding-bottom: 15px;
}

.product-reviews-summary .reviews-actions a {
    color: #21293c;
}

.product-info-main .product-info-stock-sku {
    color: #21293c;
}

.product-info-main .stock-delivery {
    min-height: 0;
}

.catalog-product-view .sidebar .custom-block.custom-block-1 {
    margin-top: -25px;
}

.block-minicart .block-content>.actions>.secondary .action.viewcart {
    color: #333;
    font-family: 'Oswald';
    font-size: 14px;
    letter-spacing: .7px;
}

.product-item .rating-summary .rating-result>span:before {
    color: #575f68;
}

@media (max-width: 767px) {
    .block-category-list .block-title,
    .block-category-list .block-content,
    .sidebar-title,
    .sidebar .custom-block,
    .sidebar-filterproducts.custom-block+h2,
    .sidebar-filterproducts.custom-block+h2+h5,
    .sidebar-filterproducts.custom-block+h2+h5+p {
        padding-left: 0;
        padding-right: 0;
    }
}

.product-info-main .product-addto-links>a.action,
.product-info-main .product-addto-links+a.action.mailto {
    width: 43px;
    height: 43px;
    line-height: 41px;
}


/* CUSTOM CSS */

.products-grid:not(.side-list) .product-item .product-item-info .product.name a {
    font-weight: 600;
}

.product-labels.f-left {
    position: absolute;
    left: 10px;
    right: auto;
}

.product-label.custom {
    min-width: 75px;
    text-transform: uppercase;
    text-align: center;
    width: 105px;
}

.product-label.custom.promocja,
.product-label.custom.förderung {
    background-color: #14b0cc;
}

.product-label.custom.bestseller {
    background-color: #2b303a;
}

.product-label.custom.polecane,
.product-label.custom.ausgewählte {
    background-color: #08c;
}

.product-label.custom.darmowa.dostawa,
.product-label.custom.gratisversand {
    background-color: #c5c7c4;
}

.stock.available {
    color: #0088cc;
    font-weight: 600;
    font-size: 12px;
}

.stock-available {
    text-align: center;
}

@media (min-width: 1199px) {
    .search-category {
        width: 180px !important;
    }
    .block-search {
        width: 560px;
    }
}

@media (min-width: 768px) {
    a.action.showcart:before {
        color: #606669 !important;
    }
}

.page-header.type16 .minicart-wrapper .action.showcart .counter.qty {
    background-color: #14b0cc;
}

.minicart-wrapper .block-minicart {
    border-color: #14b0cc !important;
}

.homepage-bar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.homepage-bar .col-lg-4.col-md-4:hover .dropdown-content {
    display: block;
}

.footer-middle a {
    color: #A8A8A8 !important;
}

.footer-middle a:hover,
.footer-middle a:focus {
    color: #ffffff !important;
}

.custom-support i {
    color: #14b0cc;
}

.btn.btn-default,
.recent-posts .item .readmore {
    text-transform: uppercase;
    font-size: 12.53px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #2b303a;
    line-height: 20px;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.btn.btn-default:hover {
    color: #fff;
    background-color: #14b0cc;
}

.block-minicart .block-content .actions .secondary .viewcart:hover {
    background: #302E2A;
    color: #fff;
}

.minicart-wrapper button.action.primary:hover {
    background-color: #14b0cc !important;
    border-color: #14b0cc !important;
}

.minicart-wrapper button.action.primary {
    background-color: #2a313b !important;
    border-color: #2a313b !important;
    color: #FFFFFF;
    text-transform: uppercase;
}

.amslider-header-container {
    background: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 42px;
    margin: 0;
    text-transform: uppercase;
}

.product-item-name {
    min-height: 40px;
}

.old-price {
    display: block;
}

.price-container .price-including-tax+.price-excluding-tax .price {
    font-size: 12px;
}

.price-box.price-final_price,
.stock-delivery,
.product-item-info .product-item-name {
    padding: 0 0 0 10px;
}

.sku-list {
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.price-box.price-final_price {
    display: inline-block;
}

.product-item-info {
    text-align: left;
}

.product-item-info .product.actions {
    text-align: center;
}

.grid .price-excluding-tax {
    margin-top: 25px;
}

.grid .special-price .price-excluding-tax {
    margin-top: 0px;
}

.price-including-tax {
    padding: 5px 0;
}

.products-list .price-including-tax,
.products-list .price-excluding-tax,
.grid .price-including-tax,
.grid .price-excluding-tax {
    padding: 5px 0;
}

.products-list .price-including-tax,
.grid .price-including-tax,
.product-info-main .price-including-tax {
    border-top: 5px solid #14b0cc;
}

.products-list .old-price .price-including-tax,
.grid .old-price .price-including-tax,
.product-info-main .old-price .price-including-tax {
    border-top: none !important;
}

.products-list .price-box,
.grid .price-box {
    min-height: 82px;
    margin: 12px 0 8px;
}

.stock-delivery {
    min-height: 20px;
    text-align: center;
    font-size: 12px;
}

.old-price .price-including-tax:before,
.wee[data-label]:before {
    content: '';
}

.filter-options .am-labels-folding .item a.amshopby-filter-parent,
.filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 0px;
}

.price-including-tax:before,
.weee[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 12px;
}

.opc-wrapper .price-excluding-tax:before,
.opc-wrapper .weee[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 14px;
    font-weight: bold;
}

.old-price .price-including-tax:before,
.wee[data-label]:before {
    content: '';
}

.price-including-tax .price {
    font-size: 12px;
}

.price-including-tax,
.price-excluding-tax {
    font-size: 12px;
}

.product-info-price .price-box .price-container .price-including-tax .price {
    font-size: 12px;
    font-weight: normal;
}

.product-info-main .price-excluding-tax,
.product-info-main .price-including-tax {
    padding: 0;
}

.product-info-main .product-info-price .price-box .price-final_price>span {
    margin: 0
}

#ceneo-reviews h4 {
    font-size: 20px;
    padding-bottom: 15px
}

#ceneo-reviews p {
    font-size: 15px;
}

#ceneo-reviews .item {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

#ceneo-reviews .swiper-button-next,
#ceneo-reviews .swiper-button-prev {
    top: 17% !important;
}

#ceneo-reviews img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

#owl-ceneo {
    margin: 15px auto 0 auto !important
}

img.f-left.brand-img-category {
    margin-right: 10px;
}

#opineo-reviews h4 {
    font-size: 20px;
    padding-bottom: 15px
}

#opineo-reviews p {
    font-size: 15px;
}

#opineo-reviews .item {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

#opineo-reviews .swiper-button-next,
#opineo-reviews .swiper-button-prev {
    top: 17% !important;
}

#opineo-reviews img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px
}

#owl-opineo {
    margin: 15px auto 0 auto !important
}

.filter-options-content a,
.filter-options-content .count {
    color: #2b303a !important;
}

@media (min-width: 768px) {
    .page-header.type16>.panel.wrapper {
        background-color: #fbfbfb;
    }
}

.fa.fa-star.checked {
    color: orange;
    font-size: 20px;
    padding-top: 10px;
}

#opineo-reviews .item,
#ceneo-reviews .item {
    display: block;
    border-radius: 3px;
    padding: 20px 30px 25px;
    font-size: 14px;
    line-height: 1.6;
    color: #263248;
    font-weight: 300;
    position: relative;
    background-color: #f4f4f4;
    text-align: justify;
    width: 90%;
}

#opineo-reviews .item:before,
#ceneo-reviews .item:before {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    content: " ";
    border-style: solid;
    left: -15px;
    top: 0;
    border: 17px solid;
    border-color: #f4f4f4 transparent transparent transparent;
}

#opineo-reviews .item p,
#ceneo-reviews .item p {
    font-style: italic;
}

#opineo-reviews .item h5,
#ceneo-reviews .item h5 {
    margin-top: 10px;
    font-size: 13px;
}

#opineo-reviews .owl-prev,
#ceneo-reviews .owl-prev {
    left: 0;
    top: 15%;
    position: absolute;
}

#opineo-reviews .owl-next,
#ceneo-reviews .owl-next {
    right: 0;
    top: 15%;
    position: absolute;
}

#opineo-reviews .owl-carousel .owl-stage-outer,
#ceneo-reviews .owl-carousel .owl-stage-outer {
    height: 250px;
}

@media (min-width: 768px) {
    .category-details {
        position: relative;
        width: 100%;
        max-height: 378px;
        padding: 0 20px;
        -webkit-transition: width .4s, max-height .4s ease-in .1s;
        -moz-transition: width .4s, max-height .4s ease-in .1s;
        -ms-transition: width .4s, max-height .4s ease-in .1s;
        transition: width .4s, max-height .4s ease-in .1s;
        margin-bottom: 20px;
        box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
    }

    .catalog-category-view.active .category-details {
        width: 680px;
        max-width: 799px;
        padding: 10px 40px 30px 40px;
        position: absolute;
        background-color: #fff;
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
        height: auto !important;
        max-height: 39999px;
        z-index: 1050;
    }
    .catalog-category-view.active .overflow-wrapper {
        height: auto;
        max-height: 3999px;
    }
    .catalog-category-view:not(.active) .category-description-sidebar {
        width: 100%;
        position: relative;
        max-height: 378px;
    }
    .catalog-category-view:not(.active) .overflow-wrapper {
        height: 318px;
        max-height: 318px;
        overflow: hidden;
        -webkit-transition: max-height .4s ease-in .1s;
        -moz-transition: max-height .4s ease-in .1s;
        -ms-transition: max-height .4s ease-in .1s;
        transition: max-height .4s ease-in .1s;
    }
    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #00000078;
        opacity: .85;
    }
    .catalog-category-view:not(.active) .category-details:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 1px;
        width: 99%;
        height: 200px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
    }
    .rozwin {
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer;
        white-space: nowrap;
    }
    .rozwin:after {
        webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 9px;
        color: inherit;
        content: '\f80d';
        font-family: 'porto-icons';
        margin: 0 5px;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .rozwin:hover,
    .zwin:hover,
    .czytaj:hover {
        text-decoration: none;
        color: #2B303A;
    }
    .action-close:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 28px;
        content: '\f819';
        font-family: 'porto-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .catalog-category-view.active .rozwin {
        display: none;
    }
    .catalog-category-view:not(.active) .action-close {
        display: none;
    }
}
.action-close {
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0px;
    border: none !important;
    background-color: #fbfbfb !important;
}

.action-close:hover {
    background-color: #fff;
    color: #2b303a;
}

.action-close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.overflow-wrappersecond h1 {
	border: none;
    background-color: transparent;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-bottom: 1.25rem;
}
.category-details h1{
    border: none;
    background-color: transparent;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

a.hidden-lg.hidden-md.zwin {
    text-align: center;
    display: inherit;
    margin-top: 20px;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
}

.catalog-product-view .product-info-price {
    position: relative;
}

.filter-options-content,
.filter-current.am-filter-current .filter-label,
.toolbar select,
.am-filter-go,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    font-size: 12px;
}

.amshopby-slider-container .am-slider .ui-slider-handle,
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
    background: #14b0cc;
}

.amshopby-option-link {
    display: inline-block;
    margin-right: 5px;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.amshopby-option-link span {
    font-size: 14px;
}

@media (min-width: 768px) {
    .product-options-bottom .price-box .price-container .price,
    .product-info-price .price-box .price-container .price {
        line-height: 25px;
    }
}

.fotorama__stage__frame .fotorama__img {
    width: auto !important;
    max-height: 100% !important;
}

fotorama__stage {
    border: none !important;
}

.zoomImg {
    display: none !important;
}

.product-info-stock-sku .stock-delivery {
    text-align: left;
    font-size: 14px;
}

.product-info-stock-sku .stock.available {
    font-size: 14px;
}

.catalog-product-view .price-box.price-final_price,
.catalog-product-view .stock-delivery {
    padding: 0;
}

.product-info-main .product-info-price .price-box {
    display: inline-block;
    margin: 35px 0 0;
}

.product-info-main .product-info-stock-sku,
.product-info-main .product-info-stock-sku .stock-delivery {
    padding-left: 0;
    text-align: left;
}

.catalog-product-view .product-labels.f-left {
    position: absolute;
    left: auto;
    right: 115px;
}

@media (max-width: 480px) {
    .product-page-labels .product-labels {
        left: 0;
        max-width: 230px !important;
        text-align: right;
    }
    .product-info-main .product-info-stock-sku,
    .product-info-main .product-info-stock-sku .stock-delivery {
        text-align: left;
        display: block;
    }
    .product-info-main .product-info-price .price-box {
        margin: 13px 0 8px;
    }
}

.fieldset>.fields>.field>.label {
    font-size: 12px;
}

.product-info-main .product.sku {
    font-size: 14px;
}

.review-list .block-title strong,
.review-title,
.review-title,
.review-form .action.submit.primary {
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 640px) {
    .review-title {
        margin: 0px 0 15px;
    }
}

.product-page-labels .product-labels .product-label {
    display: inline-block;
    margin-right: 2px;
    width: 105px;
    font-size: 9px;
    padding: 5px 0;
}

.product-page-labels .product-labels {
    left: 0;
    max-width: 430px;
    top: 0px;
}

.action.primary {
    font-size: 14px;
}

.opc-wrapper .step-title,
.opc-wrapper .minicart-items .product-item-name,
#checkout-review-table th,
.opc-block-summary .items-in-cart>.title strong {
    font-size: 14px !important;
}

.opc-wrapper label,
.opc-block-summary .product-item .price,
.opc-wrapper p,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tbody .mark,
.checkout-agreement.required span {
    font-size: 12px;
}

.opc-wrapper .step-title .fa {
    font-size: 18px;
}

.opc-block-summary .product-item .product-item-inner,
.opc-block-summary .qty-wrapper {
    margin: 15px 0 9px;
}

.osc-place-order-wrapper button.action.primary.checkout {
    font-size: 14px;
    text-transform: uppercase;
    height: 42px;
}

.opc-block-summary .product-item .price-excluding-tax .price {
    font-size: 14px !important;
    font-weight: bold;
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    font-size: 18px;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 12px;
    font-weight: 400;
    color: #777 !important;
}

@media (min-width: 768px) {
    .page-header.type16 .navigation li.level0>.level-top {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .product-info-main .product-info-price .price-box {
        margin: 40px 0 0;
    }
    .product-info-main .product-info-stock-sku {
        padding-bottom: 20px;
    }
}

.fotorama__nav--thumbs .fotorama__thumb {
    border: none !important;
}

.opc-block-summary .items-in-cart>.title {
    display: none;
}

.opc-block-summary .product-item .subtotal,
.opc-block-summary .product-item .button-remove {
    vertical-align: middle;
}

.product-info-main .product.sku .type:after {
    content: ': ';
}

@media (min-width: 768px) {
    .sidebar.sidebar-main:before {
        border: none;
    }
}

.product-social-links {
    text-align: right !important;
}

.review-form .fieldset>.field>.label,
.review-form .fieldset>.fields>.field>.label {
    font-size: 14px;
}

.opc-wrapper .fieldset>.field>.label,
.opc-wrapper .fieldset>.fields>.field>.label {
    font-size: 12px;
}

.product-item-info .product-item-name {
    padding: 0px;
    text-transform: uppercase;
}

.catalog-product-view button.action.primary {
    background-color: #2B303A !important;
    border-color: #2B303A !important;
}

.catalog-product-viewbutton.action.primary:hover {
    background-color: #14b0cc !important;
    border-color: #14b0cc !important;
}

.catalog-product-view .amshopby-option-link img {
    margin-right: 20px;
}

.catalog-product-view .paypal.checkout {
    display: none !important;
}

.checkbox.related {
    display: none !important;
}


/* checkout */

#shopping-cart-table .price-including-tax+.price-excluding-tax,
.weee[data-label],
#shopping-cart-table .price-including-tax+.price-excluding-tax:before,
.weee[data-label]:before,
#shopping-cart-table .price-including-tax:before,
.weee[data-label]:before {
    font-size: 13px;
}


/*karta produktu*/

.product-social-links .addthis_inline_share_toolbox {
    display: none;
}

.catalog-product-view .product-info-price .price-box .price-container .price-including-tax .price {
    font-size: 14px;
}

.catalog-product-view .product-info-main .product-info-stock-sku {
    display: block !important;
    margin-top: 77px;
}

.catalog-product-view .price-box {
    float: right;
    text-align: right;
}

.catalog-product-view .product-info-main .product.sku {
    margin-bottom: -5px;
    font-size: 11px !important;
    display:none !important;
}
.catalog-product-view .product-sku{
    position: absolute;
bottom: -8px;
font-size: 11px;
}

.catalog-product-view .price-including-tax:before,
.catalog-product-view .weee[data-label]:before {
    font-size: 14px;
}

.catalog-product-view .sidebar .custom-block.custom-block-1>div p {
    font-size: 14px !important;
}

.catalog-product-view .box-tocart {
    text-align: right;
}

.catalog-product-view .product-info-price .price-box .price-container .price-excluding-tax .price {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 1044px) and (min-width: 768px) {
    .catalog-product-view .product-info-main .box-tocart .actions {
        margin-right: -7px;
    }
    .moved-add-to-links {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .moved-add-to-links {
        margin-right: 12px;
    }
}

@media (max-width: 340px) {
    .moved-add-to-links {
        margin-top: 20px;
    }
}


/*cart*/

.productsautocomplete {
    position: relative
}

button.addcus {
    width: 80px !important;
    font-size: 14px;
}

.productsautocomplete .product:hover {
    cursor: pointer;
    background-color: #e7f2f3;
}

.directform img {
    max-width: 50px;
    margin-right: 5px;
}

.productsautocomplete .product {
    color: #666666;
    background-color: #ffffff;
    border: solid .5px #aaaaaa;
}

.productsautocomplete tbody {
    position: absolute;
    z-index: 3;
}

.directform p.directp {
    letter-spacing: 0.01em;
    margin-bottom: 30px !important;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 7px;
}

@media (min-width: 768px) {
    .checkout-cart-index .product-image-photo {
        width: 85% !important;
    }
    .checkout-cart-index .cart-discount .block>.title {
        display: inline-block;
        float: left;
        width: 50%;
        padding-top: 10px;
    }
    .checkout-cart-index .cart-discount .content {
        float: right;
        width: 50%;
    }
    .checkout-cart-index .table-wrapper {
        margin-bottom: 0px !important;
    }
    .checkout-cart-index .cart-discount .block {
        width: 100% !important;
    }
    .cart.table-wrapper .cart thead tr th.col.subtotal {
        padding-right: 20px !important;
    }
    .cart.table-wrapper .cart tbody tr.item-actions {
        position: absolute;
        right: -2px;
        top: 47%;
    }
    .cart.table-wrapper .cart tbody td.subtotal {
        padding-right: 20px !important;
    }
    .cart.table-wrapper tbody td {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .cart.table-wrapper .col.qty {
        text-align: right !important;
        position: relative;
        z-index: 2;
    }
    .cart.table-wrapper .col.price {
        position: relative;
    }
    @-moz-document url-prefix() {
        .cart.table-wrapper .col.price {
            left: 10px;
        }
        .cart.table-wrapper .col.qty {
            left: 15px;
        }
    }
    .cart.table-wrapper .cart thead tr th.col {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.checkout-cart-index button.action.apply.primary:hover {
    background-color: #14b0cc !important;
    border-color: #14b0cc !important;
    background: #14b0cc !important;
}

.checkout-cart-index button.action.apply.primary {
    background-color: #2a313b !important;
    border-color: #2a313b !important;
    background: #2a313b !important;
}

.checkout-cart-index .action.primary.checkout:hover {
    background-color: #14b0cc !important;
    border-color: #14b0cc !important;
    background: #14b0cc !important;
}

.checkout-cart-index .action.primary.checkout {
    background-color: #2a313b !important;
    border-color: #2a313b !important;
    background: #2a313b !important;
}

.cart.table-wrapper .product-item-name>a {
    position: absolute;
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
    text-align: right !important;
    font-size: 14px;
}

.cart.table-wrapper .col.price .price-excluding-tax span.price,
.cart.table-wrapper .col.subtotal .price-excluding-tax span.price {
    font-size: 14px;
}

.cart-summary .paypal,
#minicart-content-wrapper .paypal {
    display: none;
}

#minicart-content-wrapper .price-excluding-tax .price {
    font-size: 14px !important;
    font-weight: 700;
    color: #444444 !important;
}

#minicart-content-wrapper .price-container .price-excluding-tax,
.weee[data-label] {
    font-weight: 700;
}

.cart-container .form-cart .actions.main {
    height: 0px !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777;
}

@media (min-width: 768px) {
    #shopping-cart-table .price-excluding-tax {
        margin-top: -40px;
    }
    .minicart-wrapper .block-minicart {
        width: 650px !important;
    }
    html:lang(de) .minicart-wrapper .block-minicart {
        width: 710px !important;
    }
    #minicart-content-wrapper .price-including-tax {
        display: block !important;
    }
    #minicart-content-wrapper .product-item-pricing.col-sm-6 .price-including-tax {
        text-align: right;
        padding-right: 15px !important;
    }
    #minicart-content-wrapper .price-including-tax+.price-excluding-tax,
    .weee[data-label] {
        display: block;
        text-align: right;
        padding-right: 20px;
    }
    #minicart-content-wrapper .subtotal .price-including-tax+.price-excluding-tax,
    .weee[data-label] {
        padding-top: 0px !important;
    }
    #minicart-content-wrapper .price-container .price-including-tax+.price-excluding-tax,
    .weee[data-label] {
        padding-top: 3px;
    }
    #shopping-cart-table .price-including-tax {
        padding: 2px 0;
    }
}

#minicart-content-wrapper .product-item-name {
    display: initial !important;
}

#minicart-content-wrapper .price-including-tax:before,
.weee[data-label]:before {
    font-size: 12px;
    color: #444444 !important;
}

.minicart-items .product-item-details .price-including-tax .price {
    font-weight: 400;
    color: #444444 !important;
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    padding: 0px !important;
}

.minicart-items .update-cart-item {
    border: none !important;
    color: transparent !important;
    background: none !important;
    display: none !important;
}

#shopping-cart-table .price-excluding-tax:before,
.weee[data-label]:before,
.cart.table-wrapper .price-excluding-tax span.price {
    font-weight: 700 !important;
}

.page-header .navigation .level0 .submenu li.parent>a::after {
    margin-top: 6px;
}

.sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 250px;
}

#shopping-cart-table .price-including-tax+.price-excluding-tax:before {
    font-size: 14px !important;
}

.checkout-cart-index .page-main>.page-title-wrapper .page-title {
    font-size: 18px;
}

#shopping-cart-table .sku-item {
    font-size: 12px;
}

#shopping-cart-table .price-including-tax:before {
    font-size: 12px !important;
}

.cart-summary>.title {
    font-size: 14px !important;
    text-transform: uppercase;
}

.cart-summary .block .title strong,
.cart-totals .grand strong {
    font-size: 14px;
    text-transform: uppercase;
}

.checkout-cart-index .fieldset>.field>.label {
    font-size: 14px;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 12px 10px 12px 12px !important;
}

.cart-summary .checkout-methods-items .action.primary.checkout span {
    text-transform: uppercase;
    font-weight: 700;
}

.cart.main.actions .action.update span {
    font-size: 12px;
}

.cart-discount .actions-toolbar .action.primary {
    text-transform: uppercase;
}

.cart.main.actions .action.update {
    line-height: 0px;
    padding: 12px 12px 14px 12px;
    height: 33px;
    visibility: hidden;
}

.cart-discount .block>.title strong {
    font-size: 14px !important;
}


/* blog */

.post-holder,
.post-list .post-content,
.post-content .post-description .post-ftimg-hld {
    margin: 0;
    padding: 0;
}

.post-content .post-description .post-text-hld.clearfix {
    float: left;
    width: 66%;
    padding-left: 15px;
}
.post-content .post-description .post-text-hld h2, .post-content .post-description .post-text-hld h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
    font-weight:600;
}
.post-header .post-title {
    font-weight: 600;
}

#featured_posts img {
    max-width: 50px;
    margin: 0 10px 10px 0;
    float: left;
}

.post-holder .post-banner,
.post-holder .post-date {
    margin-left: 0;
}


/*minicart*/

.modal-popup.confirm._show div {
    font-size: 14px !important;
}

.modal-popup.confirm._show .modal-footer button.action-secondary span,
.modal-popup.confirm._show .modal-footer button.action-primary span {
    font-size: 14px !important;
}

.modal-popup.confirm._show .modal-footer button.action-secondary,
.modal-popup.confirm._show .modal-footer button.action-primary {
    height: 34px !important;
}

.modal-popup.confirm._show .modal-footer button.action-primary {
    background-color: #2B303A !important;
    border-color: #2B303A !important;
    color: white !important;
}

.modal-popup.confirm._show .modal-footer button.action-primary:hover {
    background-color: #14b0cc !important;
    border-color: #14b0cc !important;
}

@media (min-width: 768px) {
    #shopping-cart-table .item-options {
        max-width: 170px !important;
    }
    #minicart-content-wrapper .product-item-pricing.col-sm-6 .price-container .price-excluding-tax {
        text-align: right;
        padding-right: 15px !important;
    }
    /*  #minicart-content-wrapper .price-container .price-excluding-tax {
        margin-left: 11px;
    }*/
    #minicart-content-wrapper .subtotal.col-sm-3 {
        margin-top: -5px;
    }
    #minicart-content-wrapper .actions.col-sm-6 {
        max-width: 55% !important;
        flex: 0 0 55% !important;
    }
    .block-minicart .items-total .count,
    #minicart-content-wrapper .items-total span {
        font-size: 14px;
        font-weight: 400 !important;
    }
    #minicart-content-wrapper .subtotal .label {
        float: right;
        padding-right: 20px;
    }
    #minicart-content-wrapper .subtotal .label span {
        font-size: 12px;
    }
    #minicart-content-wrapper .block-content>.actions>.primary .action.primary {
        font-weight: 700;
        font-size: 14px;
        max-width: 53% !important;
        flex: 0 0 53% !important;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    #minicart-wrapper .block-minicart .sku-item {
        font-size: 12px;
    }
    #minicart-content-wrapper .items-total.col-sm-3 {
        max-width: 25% !important;
        flex: 0 0 25% !important;
        text-align: center;
        padding-top: 10px;
    }
    #minicart-content-wrapper .block-content>.actions>.primary .action.primary,
    #minicart-content-wrapper .block-content>.actions>.secondary .action.viewcart {
        padding: 12px 10px 12px 12px !important;
        border-radius: 0px;
    }
    #minicart-content-wrapper .actions>.secondary .action.viewcart:hover {
        background: #2a313b !important;
        border-color: #2a313b !important;
        color: white !important;
    }
    .block-minicart .block-content .actions .primary .action.primary.checkout {
        width: 100%;
    }
    #minicart-content-wrapper .col-sm-6,
    #minicart-content-wrapper .col-sm-3 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #minicart-content-wrapper .price-including-tax .price {
        font-size: 12px;
        color: #444444 !important;
        font-weight: 400;
    }
    .block-minicart .block-content .actions .primary .action.primary.checkout {
        margin-top: 3px;
        padding: 12px 10px 12px 12px !important;
        height: auto;
    }
    .minicart-items .product-item:not(:first-child) {
        border: none !important;
    }
    .minicart-items .product-item {
        padding: 5px 0 !important;
    }
    .minicart-items .product-item-details {
        padding-left: 10px !important;
    }
    #minicart-content-wrapper .product-item-details .price-container {
        width: 140px;
    }

	html:lang(de) #minicart-content-wrapper .product-item-details .price-container {
        width: 170px;
    }

    #minicart-content-wrapper .qty.field .control {
        padding-bottom: 25px;
    }
    .minicart-wrapper .product .actions {
        margin: 35px 10px 0px !important;
    }
    #minicart-content-wrapper .ava-cartmini {
        margin-top: 20px;
    }
    #minicart-content-wrapper .product-item-pricing.col-sm-6 {
        padding-top: 10px;
    }
    #minicart-content-wrapper .product-item-name a {
        white-space: pre;
        word-break: keep-all;
    }
}

#minicart-content-wrapper .actions>.secondary {
    text-align: center;
}

#minicart-content-wrapper .actions>.secondary .action.viewcart {
    color: #2a313b;
    font-family: 'Oswald';
    font-size: 14px;
    letter-spacing: .7px;
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    #minicart-content-wrapper .price-including-tax .price {
        font-weight: 400 !important;
    }
    #minicart-content-wrapper .control .qty-inc.more {
        margin-left: -5px !important;
    }
    .block-minicart .block-content .actions .primary .action.primary.checkout {
        width: 100%;
    }
    .minicart-items .product-item-details {
        padding-left: 0px !important;
    }
    #minicart-content-wrapper .col-sm-6,
    #minicart-content-wrapper .col-sm-3 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#minicart-content-wrapper .test,
#minicart-content-wrapper .product-item-pricing,
#minicart-content-wrapper .price-container,
#minicart-content-wrapper .details-qty.qty,
#minicart-content-wrapper .product.actions {
    display: inline-block;
}

#minicart-content-wrapper a .porto-icon-up-dir:before {
    content: '\f882';
    color: #2B303A;
}

#minicart-content-wrapper a .porto-icon-down-dir:before {
    content: '\f883';
    color: #2B303A;
}

#minicart-content-wrapper .control .qty-dec.less {
    font-family: 'Oswald';
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 25px !important;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border: solid 1px #2B303A;
    padding: 8px 0px;
    margin-right: -5px;
}

#minicart-content-wrapper .control .qty-inc.more {
    font-family: 'Oswald';
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 25px !important;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border: solid 1px #2B303A;
    padding: 8px 0px;
    margin-left: -4px;
}

#minicart-content-wrapper .item-qty.cart-item-qty {
    font-family: 'Oswald';
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 31px !important;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #444444;
    margin: 0;
    border-color: #2B303A;
    padding: 0px !important;
}

.sku-item {
    font-size: 12px !important;
}

.minicart-wrapper .block-minicart {
    color: #444444 !important;
}

#minicart-content-wrapper .actions>.secondary .action.viewcart {
    color: #2a313b;
    font-family: 'Oswald';
    font-size: 14px;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-size: 15px;
}

#minicart-content-wrapper .price-excluding-tax:before,
.weee[data-label]:before {
    font-size: 14px;
    color: #444444 !important;
}

#minicart-content-wrapper .price-excluding-tax:before,
.weee[data-label]:before {
    content: attr(data-label) ': ';
}

.productsautocomplete .price-excluding-tax:before,
.weee[data-label]:before {
    content: attr(data-label) ': ';
}

.productsautocomplete .price-excluding-tax:before,
.productsautocomplete .price-excluding-tax span.price {
    font-weight: 700 !important;
    font-size: 14px;
}

.productsautocomplete .price-including-tax span.price {
    font-weight: 400 !important;
}

span.customer-name span {
    cursor: pointer;
}

.action.switch:hover {
    color: #777;
}

.product-image-photo {
    width: auto !important;
}

.checkout-cart-index .cart.item.message.notice {
    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 13px;
    background: none;
    color: red;
    position: relative;
    /*max-width: 152px;*/
}

.checkout-cart-index .cart.item.message.notice> :first-child:before {
    display: none;
}

.komplet label:first-child span {
    text-transform: uppercase;
    font-size: 14px;
}

#product-options-wrapper .opis-glowny {
    text-transform: uppercase;
    font-size: 14px;
}

#product-options-wrapper label.label {
    font-size: 12px;
}

#product-options-wrapper label.label.admin__field-label span {
    text-transform: none;
    font-size: 12px;

}

#product-options-wrapper span#value {
    font-size: 12px;
}

#product-options-wrapper .fieldset>.field .choice input {
    float: left;
}


#product-options-wrapper .komplet .price-container  {
    float:right;
}
#product-options-wrapper .komplet .label-qty {
    margin-left:0px!important;
    float:right;
    margin-right:45px;
}
.custom-qty-changer {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.custom-qty-changer .button {
    position: absolute;
    top: -19px;
    left: -1px;
    height: 38px;
    width: 30px;
    line-height: 38px;
    text-align: center;
    margin: 0;
    border-color: #cccccc;
    border: 1px solid #cccccc;
    cursor:pointer;
}
.custom-qty-changer .dec.button {
    left: -65px;
}
#product-options-wrapper .komplet input[type="number"]:disabled {
    opacity:1;
}
#product-options-wrapper .komplet .checkbox {
    margin-right:15px;
    margin-top:15px;
}
#product-options-wrapper .komplet .mageworx-optionswatches-option-gallery {
    margin-right:15px;
    border: 1px solid#dbe0e2;
}
#product-options-wrapper .komplet .mageworx-optionswatches-option-gallery img {
    max-height:55px;
}
#product-options-wrapper .komplet .option_images_gallery {
    float: left;
}
a.namelabel-custom {
    margin-top:15px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    font-weight:bold;
    max-width: 250px;
    white-space: normal;
    color:#2B303A!important;
    text-decoration:none!important;
}

span.price-notice {
    vertical-align: bottom;
}
#product-options-wrapper .komplet .price-excluding-tax .price {
    font-weight:600;
}
#product-options-wrapper .fieldset>.field .choice input.qty {
    float:none;
}

#product-options-wrapper .fieldset>.field .field.choice {
    display: block;
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid#dbe0e2;
}

.komplet.dodatkowe .label-qty  b {
    display:none;
}

#product-options-wrapper label.label.admin__field-label span.price {
    font-size: 1.7rem;
}

@media (max-width:1199px) and (min-width:992px) {
    #product-options-wrapper .komplet .mageworx-optionswatches-option-gallery {
        margin-right: 5px;
        width: 50px;
    }
    #product-options-wrapper .komplet .label-qty {
        margin-left: 0px!important;
    }
    #product-options-wrapper .komplet .label-qty {
        margin-left: 0px!important;
    }
    #product-options-wrapper .fieldset>.field .choice input.checkbox {
        margin-right: 5px;
    }
    a.namelabel-custom {
        margin-top:0;
        max-width:100px;
    }
}
@media (max-width:991px) and (min-width:768px)  {
    #product-options-wrapper .komplet .mageworx-optionswatches-option-gallery {
        display: none;
    }
    #product-options-wrapper .komplet .label-qty {
        margin-left: 0px!important;
    }
    #product-options-wrapper .komplet .label-qty {
        margin-left: 0px!important;
    }
    #product-options-wrapper .fieldset>.field .choice input.checkbox {
        margin-right: 5px;
    }
    a.namelabel-custom {
        margin-top:0;
        max-width:100px;
}
}
@media (max-width:767px) {
    #product-options-wrapper .komplet .mageworx-optionswatches-option-gallery {
        display: none;
    }
    #product-options-wrapper .komplet .label-qty {
        margin-left: 0px!important;
    }
    #product-options-wrapper .komplet .label-qty {
        margin-left: 0px!important;
    }

    a.namelabel-custom {
        margin-top:0;
        max-width:180px;
    }
}

@media (max-width:580px) {
    .label-qty {
        display: block!important;
        float: none!important;
        text-align: right;
        margin-top: 35px!important;
        margin-right: 25px!important;
    }
    a.namelabel-custom {
        max-width: 130px;
    }
}

#product-options-wrapper .fieldset>.field .choice input.checkbox,
#product-options-wrapper .fieldset>.field .choice input.radio {
    -webkit-appearance: none;
    border: 1px solid #2B303A;
    padding: 9px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#product-options-wrapper .fieldset>.field .choice input.checkbox:checked,
#product-options-wrapper .fieldset>.field .choice input.radio:checked {
    border: 1px solid #2B303A;
    color: #2B303A;
}

#product-options-wrapper .fieldset>.field .choice input.checkbox:checked:after,
#product-options-wrapper .fieldset>.field .choice input.radio:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 4px;
    color: #2B303A;
}
.product-info-price .price-box .old-price .price-container>span.price-label {
    display: none !important;
}

.product-info-main .product-info-price .price-box .price-final_price>span {
    display: block !important;
}

#product-options-wrapper .komplet.field .label:first-child span {
    text-transform: uppercase;
    font-size: 14px;
}

#product-options-wrapper .fieldset>.field>.label {
    margin: 0px !important;
}

#product-options-wrapper .fieldset>.field {
    margin: 0 0 5px;
}

#product-options-wrapper .option-description-text {
    margin-bottom: 5px;
}

#product-options-wrapper .fieldset>.komplet.field>.label {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.mst-searchautocomplete__autocomplete ul li {
    padding: 5px 1rem !important;
    margin: 0px !important;
}

.mst-searchautocomplete__item.magento_catalog_product img {
    height: 6rem !important;
    max-width: 6rem !important;
}

.catalog-product-view .message.success {
    background: #14b0cc;
    color: white;
}

.catalog-product-view .message.success> :first-child:before {
    color: white;
}

.catalog-product-view .message.success a,
.catalog-product-view .message.success a:link,
.catalog-product-view .message.success a:visited,
.catalog-product-view .message.success a:hover,
.catalog-product-view .message.success a:active {
    color: white;
    font-weight: 700;
}

.page-header.type16 .block-search input {
    border-bottom: 1px solid #dbe0e2 !important;
    border: none;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.mst-searchautocomplete__autocomplete {
    left: 0px;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: white !important;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    text-transform: none !important;
    color: #2b313a !important;
}

.mst-searchautocomplete__autocomplete ul li a.title {
    font-weight: normal !important;
    text-decoration: none !important;
}

.mst-searchautocomplete__highlight {
    color: #2b313a !important;
}

.mst-searchautocomplete__item.magento_catalog_product .title a {
    text-decoration: none !important;
    color: #21293c;
}

ul li.mst-searchautocomplete__item.magento_catalog_product._active,
.mst-searchautocomplete__autocomplete ul li:hover {
    background: #14b0cc !important;
}

.mst-searchautocomplete__item.magento_catalog_product .price {
    font-weight: 700;
    color: #21293c;
}

ul li.mst-searchautocomplete__item.magento_catalog_product._active .title a,
ul li.mst-searchautocomplete__item.magento_catalog_product._active .mst-searchautocomplete__highlight,
ul li.mst-searchautocomplete__item.magento_catalog_product._active .title .sku,
.mst-searchautocomplete__item.magento_catalog_product._active .price,
.mst-searchautocomplete__autocomplete ul li:hover .mst-searchautocomplete__highlight,
.mst-searchautocomplete__autocomplete ul li:hover .num_results,
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a,
.mst-searchautocomplete__autocomplete ul li:hover a.title {
    color: white !important;
}



.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: #2a313b;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all:hover {
    background: #14b0cc;
}

.breadcrumbs li.home a:after {
    content: "" !important;
}

.breadcrumbs .items {
    font-size: 12px !important;
}

.catalogsearch-result-index .page-title-wrapper {
    display: none !important;
}

.category-name-custom {
    display: inline-block;
    float: left;
    position: relative;
    top: 7px;
}

.category-name-custom p {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.toolbar.toolbar-products {
    padding: 8px 10px;
    background: rgb(251, 251, 251);
}

.category-name-custom span {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.5;
}

.toolbar .modes-mode.active {
    background: none !important;
}

.toolbar .modes-mode.active:before {
    color: #14b0cc;
}

.toolbar .modes-mode:before {
    font-size: 20px !important;
}

.toolbar .modes-mode,
.toolbar .modes-mode:hover {
    width: 21px !important;
    background: none !important
}

.toolbar .modes-mode:hover {
    color: #14b0cc;
}

.toolbar .limiter .label {
    font-weight: 600;
}

.toolbar .sorter-label {
    font-weight: 600;
    font-size: 12px;
}

.products-list .product-item-description,
.products-list .action.towishlist,
.products-list .action.tocompare {
    display: none;
}

.input-text.qty {
    padding: 0px !important;
}

.products-list .stock-available,
.products-list .product-item-info .product.actions,
.products-list .stock-delivery {
    text-align: left;
    padding-left: 10px;
}

.products-list .product-label.sale-label {
    display: none;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    font-size: 14px;
}

.message.success> :first-child:before {
    font-size: 20px !important;
    line-height: 20px !important;
    top: 19px !important;
}

.message.success {
    font-size: 13px !important;
}

.message.success {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    padding-left: 40px;
    position: relative;
    line-height: 1.2em;
    font-size: 13px;
}

.product-item .minimal-price-link {
    margin-bottom: 10px;
}

.minimal-price-link .price-container.price-final_price {
    border-bottom: 5px solid #eb5d15;
}

.minimal-price-link .price-including-tax {
    border: none;
    display: inline-block;
    font-family: 'Oswald';
    font-size: 18px;
    letter-spacing: 0.005em;
    color: #2b303a;
}

.minimal-price-link .price-including-tax::before,
.minimal-price-link .weee[data-label]::before {
    content: '';
}

.catalog-product-view .prices-tier {
    background: white;
    margin: 10px 0;
    cursor:pointer;
}

.catalog-product-view .prices-tier .price-excluding-tax .price {
    font-weight: 700;
    font-size: 14px;
}
.prices-tier .item {
    background-color: #e0e0e0;
    padding: 5px 10px;


}

.catalog-product-view .prices-tier .price-including-tax .price {
    font-weight: 700;
    font-size: 13px;
}

.catalog-product-view .prices-tier .price-including-tax {
    border-bottom: 2px solid #eb5d15 !important;
    border-top: none !important;
    padding-bottom:1px;
}

.catalog-product-view .prices-tier .price-excluding-tax:after {
    font-weight: 700;
    content: " / ";
    font-size: 12px;
}

.catalog-product-view .prices-tier .price-including-tax:before {
    font-weight: 700;
    content: "brutto ";
    font-size: 12px;
}



@media only screen and (min-width: 768px) {
    .sw-megamenu.navigation li.level0.classic .subchildmenu.left-column.table-cell li.level1:hover,
    .sw-megamenu.navigation li.level0.classic .subchildmenu.left-column.table-cell li.level1:hover>a {
        background: white !important;
    }
    .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
        border: none !important;
    }
    .navigation .level0 .submenu a {
        padding: 9px 20px !important;
    }
    .navigation .level0 .submenu a:hover {
        color: #14b0cc !important;
    }
    .sw-megamenu.navigation li.level0.classic .subchildmenu.left-column.table-cell {
        min-height: 570px;
    }
    .ui-menu-item.level1.parent>ul.subchildmenu.right-column.table-cell {
        width: auto;
        height: 100%;
    }
    .page-header.type16 .navigation li.level0>.level-top:hover {
        background: #2B303A !important;
    }
    .sw-megamenu.navigation li.level0.classic .subchildmenu.left-column.table-cell li.level1:hover>a {
        color: #2B303A !important;
    }
    .sw-megamenu.navigation li.level0.classic .subchildmenu.left-column.table-cell,
    .level0.submenu.menu-bar-content {
        background: #2B303A !important;
    }
    .sw-megamenu.navigation li.level0.classic .subchildmenu.left-column.table-cell li.level1>a {
        color: white !important;
    }
    .page-header .navigation .level0 .submenu li {
        position: unset !important;
    }
    .page-header .navigation .level0 .submenu li.backgroundli {
        position: absolute !important;
        height: 100%;
        width: 1050px;
        background: white;
        display: block;
        left: 0px;
        top: 0px;
        z-index: -1;
    }
    .page-header.header-newskin .navigation .level0 .submenu {
        box-shadow: none !important;
        min-height: 570px;
    }
    .page-header .navigation .level0 .submenu {
        padding: 0px !important;
    }
    .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        box-shadow: none !important;
        top: 0px !important;
    }
    .menu-bar-content .brands-container {
        clear: both;
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.logo{
        background-size: 100%;
        width: 100px;
        height: auto;
        background-repeat: no-repeat;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        padding: 33px 43px !important;
        overflow: inherit;
        line-height: 0px;
        margin: 0px;
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.logo:hover{
        background-color: transparent !important;
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.logo.adem-hava{
        background-image: url(../../../wysiwyg/smartwave/porto/logo-menu/adem_havva.png);
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.logo.tenzi {
        background-image: url(../../../wysiwyg/smartwave/porto/logo-menu/tenzi.png);
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.logo.jax {
        background-image: url(../../../wysiwyg/smartwave/porto/logo-menu/jax.png);
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.dr_szmich {
        background-image: url(../../../wysiwyg/smartwave/porto/logo-menu/dr_szmich.png);
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.logo.mercator_medical {
        background-image: url(../../../wysiwyg/smartwave/porto/logo-menu/mercator-medical.png);
    }
    .page-header.header-newskin .navigation li.level0.classic .submenu a.logo.active {
        background-image: url(../../../wysiwyg/smartwave/porto/logo-menu/active.png);
    }
    .table .widget.block.block-product-link {
        position: absolute;
        top: 0px;

    }

    .menu-bar-content .brands-zone {
        height: 108px;
        display: flex;
        align-items: center;
        background: #2B303A;
        justify-content: space-between;
        padding-left: 50px;
        width: 1050px;
        padding-right: 15px;
    }
    .brands-zone li.menu-brands-zone-head {
        min-width: 150px;
    }
    .menu-bar-content .brands-zone li {

        text-align: center;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;

    }
    .menu-bar-content{
        position: absolute;
        top: 100%;
    }
}
.sticky-product .sticky-detail {
    display: block;
    vertical-align: middle;
    margin-right: 15px;
    width: 100%;
    position: relative;
}
.sticky-product .product-info-price .price-box .price-container > span {
    display: block !important;
}
.sticky-product .sticky-detail .product-name-area {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    top: 50%;
margin-top: -15px;
}
.sticky-product > .container {
    position: relative;
    display: flex !important;
}
.catalog-product-view .sticky-product .product-info-stock-sku{
   display:none;
}
.catalog-product-view .sticky-product .price-box {
   float: right;
text-align:right;
}
.catalog-product-view .sticky-product  .product-info-price .price-box .old-price .price-container > span.price-label{
    display: none !important;
}

.sticky-product {
padding: 50px 0 0px 0 !important;
background: #BABBBF;
}
.catalog-product-view .sticky-product .product-info-price .price-box .price-container .price-excluding-tax .price {
border-bottom: 5px solid #eb5d15;
font-size: 20px;
}
.catalog-product-view .sticky-product .old-price {

    max-height: 25px;
}
.sticky-product #product-addtocart-button-clone:before {
content: '\e87f';
font-family: 'porto-icons';
font-size: 16px;
margin-right: 2px !important;
display: inline-block;
vertical-align: middle;
margin-top: 2px;
}

.sticky-product .product-info-price{
  padding-top:0px !important;
  right: 180px;
}
@media all and (max-width:520px) {
.sticky-product {
   display:none;
}
}
@media all and (max-width:768px) {
    .sticky-product > .container{
        max-width:100% !important;
    }
}
@media all and (max-width:940px) {
    .sticky-product .sticky-detail .product-name-area {
        text-align: left !important;
    }
}
@media all and (min-width:768px) {
	.page-header.type16.sticky-header .navigation.result_hovered:before {
		position: fixed;
		width: 110vw;
		height: 100vh;
		background: rgba(0,0,0,0.45);
		content: "";
		left: -60%;
		top:45px;
		transform: translate(50%, 0%);
	}
	.page-header.type16:not(.sticky-header) .navigation.result_hovered:before {
		position: fixed;
		width: 110vw;
		height: 100vh;
		background: rgba(0,0,0,0.45);
		content: "";
		left: -60%;
		top:223px;
		transform: translate(50%, 0%);
	}
	li.level0 ul.subchildmenu > li.ui-menu-item.level1.parent.result_hover {
		background: #fff !important;
	}

	li.level0 ul.subchildmenu > li.ui-menu-item.level1.parent.result_hover > a > span,
	li.level0 ul.subchildmenu > li.ui-menu-item.level1.parent.result_hover > a:after {
		color: #2B303A !important;
	}
	.navigation ul > li.level0.result_hover ul.subchildmenu > li.ui-menu-item.level1.parent.first-one.result_hover > .subchildmenu {
		visibility:visible;
		opacity:1;
		left:100% !important;
	}
	.page-header.header-newskin .navigation li.level0.classic .submenu a.logo.konsmetal {
		width: 120px !important;
		background-size: 110px;
		background-position: center;
		padding: 33px 57px !important;
	}
}
@media all and (min-width:950px) {
	.page-header .navigation .level0 .submenu li.backgroundli {
		min-width: 900px;
		max-width: 96vw;
	}
	.table .widget.block.block-product-link {
		left: 280%
	}
	.sw-megamenu.navigation li.level0.classic:nth-of-type(2):hover > .submenu {
		left: -187px !important;
	}
	.sw-megamenu.navigation li.level0.classic:nth-of-type(3):hover > .submenu {
		left: -350px !important;
	}
	.sw-megamenu.navigation li.level0.classic:nth-of-type(4):hover > .submenu {
		left: -523px !important;
	}
	.menu-bar-content .brands-zone {
		max-width: 96vw;
	}
}
@media all and (min-width:1090px) {
	.page-header .navigation .level0 .submenu li.backgroundli {
		max-width: 1050px;
	}
}
@media all and (max-width: 1045px) and (min-width: 949px)  {
    .table .widget.block.block-product-link {

        left: 240% !important;
    }
}
@media all and (max-width: 949px) and (min-width: 768px)  {


    .table .widget.block.block-product-link {
        display:none !important;
    }
    .page-header .navigation .level0 .submenu li.backgroundli {
        display: none !important
    }
    .menu-bar-content .brands-container {
        display: none !important
    }
 }
#product-options-wrapper .brak-opcji-content{
    display: none !important;
}
#brands-zone-main .menu-brands-zone-head{
    margin-right:20px;
}
.block-product-link .row-label {
    width: 100%;
    margin-bottom: 20px;
    display: table;
}
.block-product-link.column {
vertical-align: top;
padding: 100px 60px 0px 20px;
color: #263248;
text-align: center;
height: 462px;
display: table-cell;
margin:0;
}
.block-product-link.column  .row-label .table-cell:nth-child(1) {
width: 124px;
}
.block-product-link.column .row-label .table-cell {
    display: table-cell;
text-align: left;
vertical-align: middle;

}
.block-product-link [class*="label-"] {

display: inline-block;
font-size: 11px;
line-height: 20px;
height: 20px;
padding: 0 8px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
white-space: nowrap;
text-align: center;

}
.block-product-link  [class*="label-"].label-cyan {

background-color: #3cf;
border-radius: 3px;

}
.block-product-link.column .row-label .table-cell:nth-child(2){
text-align: right;
}
.block-product-link.column  .product-image {

padding: 5px 0;

}
.block-product-link.column .buy-item-row {
text-align: left;
display: table;
width: 280px;
padding-top: 20px;
}
.block-product-link.column .buy-item-row .table-cell:nth-child(1) {
text-align: right;
padding-right: 25px;
}
.block-product-link.column .buy-item-row .table-cell:nth-child(1) {
width: 124px;
}
.block-product-link.column .buy-item-row .table-cell {
display: table-cell;
white-space: nowrap;
vertical-align: text-top;
}
.block-product-link.column .buy-item-row .product-price {
margin-top: 3px;
display: block;
font-size: 30px;
font-weight: 700;
line-height: 30px;
}
.block-product-link.column .buy-item-row .product-price .price-rest {
font-weight: normal;
font-size: 18px;
}
.block-product-link.column .buy-item-row .product-price .currency {
margin-left: 5px;
font-weight: normal;
font-size: 18px;
}
.block-product-link.column  .buy-item-row .catalog-price-row {
margin-top: 5px;
height: auto;
vertical-align: middle;
}
.block-product-link.column  .catalog-price-row .price-row {
vertical-align: middle;
position: relative;
display: inline-block;
padding: 0 5px;
font-size: 18px;
color: rgba(38, 50, 72, 0.75);
font-weight: 200;
height: 20px;
line-height: 20px;
}
.block-product-link.column  .catalog-price-row > [class*="label-"]{
vertical-align: middle;
margin-left: 8px;
}
.block-product-link.column [class*="label-"].label-savings {
font-weight: 300;
font-family: "Roboto",sans-serif;
font-size: 16px;
color: #fff;
background-color: #f13340;
}
.block-product-link.column .product-name{
/*height: 70px;*/
overflow: hidden;
}
.block-product-link.column  .product-name {
    display: block;
    text-align: left;
    color: #263248;
    font-weight: 600;
    line-height: 15px;
    padding: 5px 0;
    white-space: normal;
    text-transform: initial;
    font-size: 12px;
}
.block-product-link.column .catalog-price-row .price-row:before{
content: "";
border-top: 1px solid rgba(38, 50, 72, 0.75) !important;
position: absolute;
top: 50%;
left: 0;
width: 100%;
}
.block-product-link.column .catalog-price-row .price-row{
font-size: 18px;
color: rgba(38, 50, 72, 0.75);
font-weight: 200;
line-height: 20px;
}
.block-product-link.column i {
font-style: normal;
}
.navigation .level0 .submenu a.link-image{
    padding:0px !important;
}
.slider-item.see-all-box a {
    height: calc(555px - 5px);
    display: block;
    border-radius: 3px;
    background-color: #fbfbfb;
    border: 5px solid #fff;
    padding: 387px 40px 20px;
    position: relative;
}
.slider-item.see-all-box.nowe a {
    background-color:  #fbfbfb!important;
    border: 5px solid white !important;
}
.slider-item.see-all-box a span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    width: 125px;
    position: absolute;
    bottom: 40px;
    color: #2b313a;
    font-size: 14px;
}
.slider-item.see-all-box a span:hover,
.slider-item.see-all-box a:hover span
 {
    color: rgb(235, 93, 24);
}
.owl-nav > div {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    border-radius: 50% !important;
    z-index: 3;
    background-color: #ebebeb;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.owl-nav > div.owl-next {
    right: -60px;
}
.owl-nav > div.owl-prev {
    left: -60px;
}
.owl-nav > div em {
    position: relative;
    top: 9px;
    left: 0px;
    right: 0px;
}
.owl-nav div.disabled{
    display:none !important;
}
.owl-nav > div:hover {
    background-color: #2b313a;
}
.owl-nav > div:hover .porto-icon-right-open-huge:before ,
.owl-nav > div:hover .porto-icon-left-open-huge:before

{
    color:white;
}
#text-o-firmie{
    display:none;
    }
    .btn-container{
      margin: auto;
      height:44px;
      width:166.23px;

    }


@media all and (min-width:768px){
.homepage-bar {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}
 .page-header.type16 .custom-search{
       left:5% !important;
   }


}


@media (max-width:400px) {
    .mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
        height: 5rem;
        width: 5rem;
        margin-right: 0.5rem;
    }
    .mst-searchautocomplete__autocomplete ul li {
        padding: 5px 0rem !important;
    }
}
@media (min-width: 768px)
{
.page-header.type16 .block-search {
    left: 7%;
    position: relative;
}
}
div.magento_catalog_product .old-price, div.magento_catalog_product .price-excluding-tax, .mst-searchautocomplete__item.magento_catalog_product .price .price-label, div.magento_catalog_product .price-including-tax:before {
    display:none;
}
div.magento_catalog_product .price-box .price {
    font-family: Open Sans;
}

 @media all and (min-width: 769px) {
    .mst-searchautocomplete__autocomplete.mst-2-cols{
        width:720px;
    }
    .mst-searchautocomplete__index {
        max-width: 240px !important;
        width: 240px !important;
    }

    div.magento_catalog_product {
        width: 475px !important;
        max-width: 480px !important;
    }
    .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
        border-right: 1px solid #C2C2C2;
    }
	.directform  .kody {padding-left:0!important;}
  }
  @media all and (max-width: 1030px) and (min-width: 769px)  {
    .mst-searchautocomplete__autocomplete {

        left: -250px !important;
    top:60px !important;
    }
}
@media all and (max-width:640px) {
.owl-nav > div.owl-next {right: -4%;}
.owl-nav > div.owl-prev {left: -4%;}
.owl-nav > div {top: calc(50% - 125px);}
}
@media all and (max-width:767px){
.page-header.type16 .logo {
    height: auto;

}
.logo img {max-height:100%;}
.filter-content .active .am-show-more {
    display: none !important;
}
}

#shopping-cart-table .towishlist.action-towishlist{
    display:none;
}
/* zmiana kolorystyki spindplanet */
html:lang(de) .post-home .post-date {background-color:#ffcc00;}
html:lang(de) .form.subscribe button.action.primary {
    background-color: #3399cc;
    border-color: #3399cc;
}
html:lang(de) .custom-support i, html:lang(de) .products-grid .item.product:hover .custom-attributes-block, html:lang(de) .stock.available{
    color: #3399cc;
}
html:lang(de) .amshopby-slider-container .am-slider .ui-slider-handle, html:lang(de) .amshopby-slider-container .am-slider .ui-slider-handle:hover, html:lang(de) .amshopby-slider-container .am-slider .ui-slider-handle:active {
	background: #3399cc;
}
html:lang(de) .page-header.type16 .minicart-wrapper .action.showcart .counter.qty {background-color: #ffcc00;}
html:lang(de) .minicart-wrapper .block-minicart {
    border-color: #ffcc00 !important;
}
html:lang(de) .catalog-product-view .message.success {
    background: #3399cc;
}
html:lang(de) .osc-place-order-wrapper .place-order-primary button.primary.checkout:hover{
    background-color: #ffcc00!important;
    border-color: #ffcc00!important;
}

html:lang(de) .last4posts .post-description {background-color: rgba(255, 204, 0, 0.9);}
.checkout-cart-index .page-title {display:none!important;}
.checkout-index-index .page-title-wrapper {display:none!important;}
.contact-index-index .fieldset > .legend, .contact-index-index .contact-info .contacts-title {display:none;}

.single-images .container-image-link {

    background: rgba(255, 255, 255, 0.7)!important;
    bottom: 0!important;
    top: auto!important;
    transform: none!important;
    border: none!important;
    outline: none!important;
    width: 100%;
    padding: 10px;
    color: #313131!important;
    height: 60px;
    left: auto!important;
}
.last4posts {margin-top:15px;}
h1.filterproduct-title {padding-bottom:20px;line-height:normal;}
p.text-about {
	text-align: justify;
    max-width: 1000px;
    width: 100%;
    display: block;
    margin: 0 auto;
	margin-bottom:20px;
}
#text-o-firmie-first {
    text-align: justify;
    width: 100%;
}
#banner-slider-demo-1 .banerh2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 0;
}
@media (max-width: 767px) {
#banner-slider-demo-1 .banerh2 {
    font-size: 20px !important;
    margin-bottom: 5px;
    margin-top: 0;
}
}
.parallax-slider .owl-carousel p.paralaxh2 {
 font-size: 36px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
   color: #fff;
   line-height: 1;
}
@media (max-width: 767px) {
.parallax-slider .owl-carousel p.paralaxh2 {
    font-size: 22px;
}
}


@media (min-width:989px) {
li.ui-menu-item.level0:not(.classic) {
    float:right;
}

}
@media (min-width: 768px) {
header.page-header.sticky-header .navigation {
    padding: 0px 50px 0px 0;
}
}

.form.create.account .g-recaptcha iframe {
    display: block;
    margin-bottom: 15px;
    float: left;
    margin-left: 25px;
}
/*minicart start */
.sticky-product .old-price .price-including-tax .price {display:none!important;}
.sticky-product .old-price {margin-bottom: 10px;}
 .message.global.cookie {max-width:400px;font-size: 13px;}
 #text-o-firmie a:visited, #text-o-firmie .alink:visited {
    color: #609!important;
 }
 .content p a:not(.btn):visited {
    color: #609!important;
 }
 .cms-page-view .page-main a:visited, #categorydsc a:visited, #categorydsc a:visited span {color: #609!important;}
 .blog-post-view  .post-content a:visited, .blog-post-view  .post-content a:visited span {color: #609!important;}
 .amshopby-descr a:visited,  .amshopby-descr a:visited span {color: #609!important;}
 .amshopby-option-link a:visited,  .amshopby-option-link a:visited span {color: #609!important;}
 .product.attribute.description a:visited, .product.attribute.description a:visited span {color: #609!important;}

 @media (min-width:768px)
 {
  .category-description h1 {margin-left: 243px;}
 }
 @media (max-width:767px)
 {
  .category-description h1 {text-align:center;}
 }
 .category-description h1 {text-transform: inherit!important;}
 .category-description img {width:233px;}

 .category-details h2, .category-details h3 {
     border: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
}
.post-header .post-title {
    font-size: 15px;
    text-transform;
    letter-spacing: 0.01em;
    color:#21293;
}
.post-content .post-description .post-text-hld h2, .post-content .post-description .post-text-hld h3 {
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
}
.catalog-product-view .product-sku  span {margin-right: 5px;}
.category-details .overflow-wrapper {text-align: justify;}
.ceneoblock  h3 {text-align:center!important;padding:20pxpadding: 20px!important;font-size: 17px!important;font-weight: 700!important;padding-bottom: 10px!important;line-height: 42px!important;margin: 0!important;}
.post-content .post-description .post-text-hld.clearfix, .post-content .post-description .post-text-hld {text-align: justify;}
.cms-page-view .page-main a, #categorydsc a, #categorydsc a span, .blog-post-view .post-content a, .blog-post-view .post-content a span {color: #2c82c9;}
@media (min-width:768px) {
.blog-widget-recent .post-content .col-md-5, .blog-widget-recent .post-content .col-md-7 {
    -webkit-flex: 0 0 50%!important;
    -moz-flex: 0 0 50%!important;
    -ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
}
.blog-widget-recent  .col-md-7 div.clearfix {
    max-height: 110px;
    overflow: hidden;
}
}


.post-home h3 {font-size:17px!important;}
.post-home .post-content .post-description img {margin-top:15px!important;}
.post-view .post-holder .post-banner {text-align:center;}
.product-info-stock-sku .product-labels {
    z-index: 1;
}
#text-o-firmie-first a {color: #2c82c9;}
#text-o-firmie-first {text-align:justify;}
#text-o-firmie-first h2, #text-o-firmie-first h3 {font-size: 17px;font-weight: 700;}
#text-o-firmie-first a:visited {color: #609!important;}
.checkout-agreement a {color: #14b0cc!important;}
@media(min-width:767px){
    nav.navigation.sw-megamenu ul li:nth-child(5n) {position: initial!important;}
}




/* related products */
.products-related .price-box .old-price .price-final_price > span.price-including-tax, .products-upsell .price-box .old-price .price-final_price > span.price-including-tax {display:none!important;}
.products-related  .price-box, .products-upsell .price-box {float:none!important;text-align:left;}
.products-related  .old-price-wrapper, .products-upsell .old-price-wrapper  {font-size:12px!important;}
.product.data.items>.item.content {min-height:auto;margin-bottom:20px;}
.products-grid.products-related .product-item-details .product-item-actions .tocart, .products-grid.products-upsell  .product-item-details .product-item-actions .tocart
{
    background-color: #f4f4f4!important;
    border-color: #f4f4f4!important;
}

.products-grid.products-related .product-item-info:hover .product-item-details .product-item-actions .tocart, .products-grid.products-upsell .product-item-info:hover .product-item-details .product-item-actions .tocart {
    background-color: #2B303A!important;
    border-color: #2B303A!important;
}

.products-grid.products-related  .action.towishlist , .products-grid.products-related .action.tocompare, .products-grid.products-upsell .action.towishlist, .products-grid.products-upsell .action.tocompare{border:none!important;}

.products-grid.products-upsell .product-item-photo {
    border: none;
}

.block.upsell .title strong {
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-bottom: 20px !important;
    padding-top: 0;
    text-transform: uppercase;
    font-family: Open Sans;
}
.block.upsell .title {border-bottom:none!important;}

.products-related .product-labels.f-left, .products-upsell .product-labels.f-left {
    position: absolute;
    left: 10px;
    right: auto;
}

/*Pliki do pobrania*/
div#custom-2 a:before {
    content: '';
    background: url(/pub/media/wysiwyg/ikonapdf.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: 5px;
}
div#custom-2 a {
    line-height: 40px;
}

@media (min-width: 768px) {
.product.data.items>.item.title>.switch:visited {
    color: #818692;
}
}

button.download.cart {
    margin-top: 15px;
    float: right;
    background-color: #2a313b !important;
    border-color: #2a313b !important;
    background: #2a313b !important;
    color: #fff;
}
button.download.cart:hover {
    background-color: #14b0cc!important;
    border-color: #14b0cc !important;
    background: #14b0cc !important;
}

/*CUSTOM*/
/*Ikony*/
.homepage-bar > .container > .row .col-lg-4.col-md-4 .fa,
.custom-support > .container > .row .col-md-4 .fa { color: #14b0cc !important; }

/*Button*/
.primary > button.action.primary { background-color: #14b0cc; border-color: #14b0cc; }

/*Checkout*/
.one-step-checkout-wrapper > .one-step-checkout-container .col-mp .step-title { background-color: #14b0cc; }
.checkout-container .product-item a.button-action, .popup-authentication button.action,
.popup-gift-message-item button.action,
.checkout-container button:not(.primary):not(.action-show)
:not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger) {
	background-color: #14b0cc !important;
	border-color: #14b0cc !important;
}
.checkout-container .product-item-detail .product-item-inner .product-item-name-block > a:hover { color: #14b0cc; }


/*blog */
.last4posts .post-description {
    background-color: rgb(21 176 204 / 85%)!important;
}

.post-home .post-date {
    background-color: #14b0cc!important;
}

.form.create.account {
    border-top-color: #15b0cc!important;
}


.stock-delivery.wysylka {
    color: #0088cc;
    font-weight: 700;
}

.cart.item .stock-delivery.wysylka {
    color: #0088cc;
    text-align: left!important;
    font-weight: 600!important;
    font-size: 12px!important;
    padding: 0;
    min-height: auto;
}
.sku-item.wysylka {
    color: #0088cc;
    font-weight: 600;
    font-size: 12px;
}

/* CUSTOM CSS AFTER UPGRADE */
.filter-options .am-ranges {
    overflow-x: visible;
    overflow-y: visible;
}
.filter-options .filter-options-title {
    white-space: break-spaces;
    word-break: break-word;
}
.am-show-more:after, .am-show-more:before {
    display:none;
}
.am-show-more {
    border: 1px solid #ccc;
    color: #777!important;
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height:30px;
    float: none!important;
}
.am-show-more.-active {
    display: block;
    align-items: center;
    max-width: 200px;
    text-align: center;
}
.am-porto-cmtb .am-show-more:hover {
    border-color: #2B303A;
    color: #fff!important;
    background: #2B303A!important;
}
.am-show-more .am-counter {opacity:1;}
.amshopby-filter-current .amshopby-remove:hover:after, .amshopby-filter-current .amshopby-remove:hover:before {
    background-color: #14B0CC;
}
.am-porto-cmtb .page-wrapper > .page-header {
    z-index: 100;
}
.am-porto-cmtb .page-main {
    z-index: auto;
}

.sidebar-main .block-collapsible-nav-content .nav.items .nav.item:first-child {
    border-top: 0;
}

.sidebar-main .block-collapsible-nav-content .nav.items .nav.item:nth-child(4),
.sidebar-main .block-collapsible-nav-content .nav.items .nav.item:nth-child(7) {
    display: none;
}

.sidebar-main .block-collapsible-nav-content .nav.items > .nav.item {
    padding: 0;
    position: relative;
    line-height: 1.3;
    margin: 0;
}

.sidebar-main .block-collapsible-nav-content .nav.items > .nav.item.current > strong {
    font-weight: 700;
}

.onestepcheckout-index-index .field-tooltip.toggle .label {
    display: none;
}

.field-error {
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px;
}

#amasty-shopby-product-list .products-grid .products.list > .item .product-item-info > .product-item-photo {
    min-height: 300px;
}

#minicart-content-wrapper .item.product.product-item {
    height: 110px;
}

#minicart-content-wrapper .item.product.product-item .product {
    height: 110px;
    overflow: hidden;
}

.onestepcheckout-index-index .field.street .control .label {
    display: none;
}
.form-address-edit .field.street .control span {
    display: none;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #14b0cc;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #14b0cc;
}
body.catalog-product_compare-index .action.print {
    float: right;
    margin: 15px 0;
}
.table-comparison .action.tocart {
    padding: 0 10px;
    max-width: 140px;
}
.table-comparison .cell {
    padding: 10px;
}
@media (min-width: 1296px) {
    .page-header .navigation .level0 .submenu li.backgroundli {
        max-width: 1250px;
    }
    .page-header .navigation .level0 .submenu li.backgroundli, .menu-bar-content .brands-zone {
        width:1250px;
    }
    }

    @media (min-width:992px) {
        .page-header.type16 .navigation li.level0.active, .page-header.type16 .navigation li.level0:hover {
            position:initial!important;
        }
        .sw-megamenu.navigation li.level0.classic:hover > .submenu {
            left:0!important;
            right:auto!important;
        }
        .sw-megamenu.navigation li.level0.classic:nth-of-type(2):hover > .submenu, .sw-megamenu.navigation li.level0.classic:nth-of-type(3):hover > .submenu, .sw-megamenu.navigation li.level0.classic:nth-of-type(4):hover > .submenu , .sw-megamenu.navigation li.level0.classic:nth-of-type(5):hover > .submenu{

            left: 0px !important;
        }
    }
    @media (max-width:1295px) and (min-width:992px) {
        .page-header .navigation .level0 .submenu li.backgroundli, .page-header .navigation .level0 .submenu li.backgroundli, .menu-bar-content .brands-zone {
            width: calc(100vw - 47px);
            max-width: calc(100vw - 47px);
        }

    }
.opc-block-summary .product-image-container {
    width:50px!important;
    height:50px!important;
}
.opc-block-summary .product-image-container img {
    height:100%;
    width:100%;
}
.opc-block-summary .product-image-wrapper {
    width:100%;
    height:100%;
}
.block-order-details-view .delivery-information {
    display:none!important;
}
.payment-option-content .message.message-error.error {
    display:none!important;
}
@media (min-width: 768px) {
    .page-header.type16:not(.sticky-header) .navigation.result_hovered:before {
        top: 229px;
    }
    .page-header.type16 .navigation li.level0 > .level-top {
        padding: 0px 19px;
    }
 }

 .block-product-link.column {
    padding: 20px 60px 0px 20px;
}
.catalog-category-view .old-price .price-final_price > span.price-including-tax , .products.list .old-price .price-final_price > span.price-including-tax{
    display:block !important;
}
.catalog-category-view .old-price .old-price-wrapper, .products.list .old-price .old-price-wrapper {
    display:none!important;
}
.catalog-category-view .old-price-wrapper, .products.list .old-price-wrapper {
    font-family: 'Oswald';
    font-size: 12px !important;
    letter-spacing: 0.005em;
    color: #2b303a;
    font-weight: 300 !important;
}
.catalog-product-view .loading-mask {display:none!important;}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width:100%;
}
.block.crosssell .product-item-info, .block.crosssell {
    width:100%;
}
.block.crosssell .product-item-info {
    box-shadow: none!important;
}
.block.crosssell .product-image-photo {
    width:auto!important;
}
.block.crosssell .products-grid .product-item {
    width: 100%!important;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
    text-align:center;
}
/* CUSTOM CSS AFTER UPGRADE END */
/* cookie message */
.message.global.cookie button.action.primary {
    background-color: #404040!important;
    border-color: #404040!important;
    color: #fff!important;
    border-radius: 0px;
}
.message.global.cookie {
    background: #babbbf;
    border-color: #babbbf;
    color: #2b303a;
    border-radius: 0px;
    width: 100%!important;
    max-width: 100%!important;
    text-align: center;
    font-weight: bold!important;
}
.message.global.cookie a {
    color: #2b303a!important;
}
.product-item-photo {
    min-height: 300px;
}
/* cookie message end */
.wysylka-bold {
    text-align: center;
    font-size: 12px;
    font-weight:bold;
}
.products-list .wysylka-bold  {
    text-align: left;
    padding-left: 10px;
}
.wysylka-bold-left {
    text-align: left;
    font-size: 12px;
    font-weight:bold;
}
/*One step checkout changes */
td#label_method_paczkomaty2_smpaczkomaty2 span, td#label_method_paczkomaty2cod_smpaczkomaty2 span {
    display: none;
}
.checkout-payment-method .payment-method-title .payment-icon {
    width:130px;
}
.payment-method-title.field.choice .action.action-help {
    display:none;
}
td#label_method_paczkomaty2_smpaczkomaty2 img, td#label_method_paczkomaty2cod_smpaczkomaty2  img {
    margin-top:-15px;
}
.table-checkout-shipping-method .col.col-carrier {
    max-width:100px;
}
.order-summary .content.minicart-items {
    display:block!important;
}
.opc-estimated-wrapper {
    display:none!important;
}
.table-checkout-shipping-method #label_method_dodatkowadost_dodatkowadost,
.table-checkout-shipping-method #label_method_dodatkowadosta_dodatkowadosta,
.table-checkout-shipping-method #label_method_dodatkowadostawa_dodatkowadostawa,
.table-checkout-shipping-method #label_method_dodatkowaadostawa_dodatkowaadostawa
{
    position:relative;
}
.table-checkout-shipping-method #label_method_dodatkowadost_dodatkowadost:not(:empty),
.table-checkout-shipping-method #label_method_dodatkowadosta_dodatkowadosta:not(:empty),
.table-checkout-shipping-method #label_method_dodatkowadostawa_dodatkowadostawa:not(:empty),
.table-checkout-shipping-method #label_method_dodatkowaadostawa_dodatkowaadostawa:not(:empty)
{
    color: #ffffff00;
}
.table-checkout-shipping-method #label_method_dodatkowadost_dodatkowadost:before,
.table-checkout-shipping-method #label_method_dodatkowadosta_dodatkowadosta:before,
.table-checkout-shipping-method #label_method_dodatkowadostawa_dodatkowadostawa:before,
.table-checkout-shipping-method #label_method_dodatkowaadostawa_dodatkowaadostawa:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-size: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 85% 85%;
    transform: translate(-50%, -50%);
    background-position: center left;
}
.table-checkout-shipping-method #label_method_dodatkowadost_dodatkowadost:before,
.table-checkout-shipping-method #label_method_dodatkowadosta_dodatkowadosta:before {
    background-image: url(/media/checkout/ikona-dhl.png) !important;
}
.table-checkout-shipping-method #label_method_dodatkowadostawa_dodatkowadostawa:before,
.table-checkout-shipping-method #label_method_dodatkowaadostawa_dodatkowaadostawa:before {
    background-image: url(/media/checkout/geis_paleta.png) !important;
    background-size:contain;
    width: 95%!important;
    height: 95%!important;
}
.table-checkout-shipping-method .col-method{
    padding-left:0!important;
    text-align:center!important;
}
#checkout-step-payment label[for="banktransfer"] {
    position:relative;
}
#checkout-step-payment label[for="banktransfer"]:before {
    display: inline-block;
    width: 130px;
    max-width: 130px;
    height: 42px;
    content: '';
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(/media/checkout/ikona-gotowka.png) !important;
    margin-right: 7.5px;
    vertical-align: middle;
}
.checkout-payment-method .payment-method-title {
    border-top: 1px solid #cccccc!important;
}
#checkout-step-payment label[for="checkmo"]:before {
    display: inline-block;
    width: 130px;
    max-width: 130px;
    height: 42px;
    content: '';
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(/media/checkout/ikona-przelew.png) !important;
    margin-right: 7.5px;
    vertical-align: middle;
}
#checkout-step-payment label[for="checkmo"] {
    position:relative;
}

.opc-block-summary span[name*="Geis"]:after {
    content: 'Informujemy, że przesyłki paletowe nie są wnoszone do budynków';
    display: block;
    color: red;
}
