@-ms-viewport {
    width: device-width
}

.container-fluid {
    width: 100%
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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


.col {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -moz-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -moz-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -moz-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}


.col-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -moz-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -moz-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -moz-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-order: 9;
    -moz-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-order: 10;
    -moz-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-order: 11;
    -moz-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-order: 12;
    -moz-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.flex-row {
    -webkit-flex-direction: row!important;
    -moz-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-flex-direction: column!important;
    -moz-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    -moz-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    -moz-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    -moz-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -moz-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -moz-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-justify-content: flex-start!important;
    -moz-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-justify-content: flex-end!important;
    -moz-justify-content: flex-end!important;
    -ms-flex-pack: start!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-justify-content: center!important;
    -moz-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-justify-content: space-between!important;
    -moz-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -webkit-justify-content: space-around!important;
    -moz-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-align-items: flex-start!important;
    -moz-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-align-items: flex-end!important;
    -moz-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-baseline {
    -webkit-align-items: baseline!important;
    -moz-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-align-items: stretch!important;
    -moz-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.f-left,.float-left,.pull-left {
    float: left!important
}

.float-none {
    float: none!important
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-right {
    text-align: right!important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

header.page-header.type14 {
    background-color: #fff;
    position: relative;
    border: 0;
    z-index: 4
}

header.page-header.type14 .header.content {
    padding: 24px 85px;
    max-height: 120px;
    display: flex;
    align-items: center;
    max-height: initial
}

header.page-header.type14 .header.content>.logo {
    display: block;
    padding: 0 15px;
    margin: 0 50px 0 0;
    z-index: 6
}

header.page-header.type14 .panel.header {
    padding: 0;
    width: auto;
    flex: auto;
    text-align: right;
    min-width: 150px
}

header.page-header.type14 .nav-sections {
    flex: auto
}

header.page-header.type14 .panel.header .search-area {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

#banner-slider-demo-3-mobile.owl-carousel .item:not(:first-child),#banner-slider-demo-3.owl-carousel .item:not(:first-child),#newsletter_popup.signed-up .block-content,#onepage-checkout-shipping-method-additional-load .fieldset.shipping-ups,#tooltip-label,.account .block-collapsible-nav .item a:before,.account .block-collapsible-nav .item>strong:before,.am-checkout.-modern .checkout-header,.am-checkout.-modern .field-tooltip,.am-checkout.-modern .fieldset>.field .label::after,.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,.amcheckout-main-container.-modern .minicart-items .product-item-details .details-qty,.block-category-event .dates .start:after,.block.block-subscribe.home-sidebar-block label.label,.block.related .product-items .product-item-actions,.btm-banner,.catalog-category-view .infinite-loader+.toolbar.toolbar-products .pages,.catalog-product-view .main .rewardssocial-buttons,.catalog-product-view .price-box.price-final_price,.catalogsearch-result-index .sidebar.sidebar-main:before,.checkout-index-index #shipping-new-address-form .field-tooltip span.label,.checkout-index-index .billing-address-form .field-tooltip span.label,.cms-index-index .page.messages,.collapse,.column.main>.custom-block,.customer-account-create .account-social-login,.customer-account-login .account-social-login,.filter-toggle,.footer-top,.full-screen-slider:after,.gallery-placeholder .loader img,.hide-addtocart .products-grid .product-item-actions .actions-primary,.hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary,.hide-addtolinks .products-grid .product-item-info .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-details .product-item-actions .actions-secondary.tocompare,.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist,.hide-addtowishlist .products-grid .product-item-actions>.action.towishlist,.iwd_opc_success_page .loading-mask .loader:before,.moved-add-to-links .action.mailto.friend,.nav-open .block.filter,.onepage-index-index .loading-mask .loader:before,.owl-dots.disabled,.owl-nav.disabled,.owl-no-narrow .owl-controls,.page-header.header-newskin .minicart-wrapper .action.close,.page-layout-2columns-left .sidebar-additional,.page-product-downloadable .product-options-bottom .price-box,.page-product-grouped .product-info-main .product-info-price .price-box,.product-info-main .price-box.price-final_price,.product-item .price-box .normal-price .price-label,.product-item-info.type7 .product-item-inner .product-item-actions>.actions-primary .tocart:before,.products-grid .product-item .product-item-info.type1 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type10 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type2 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type4 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type5 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type6 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid .product-item .product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye,.products-grid.small-list .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2,.products.wrapper .product-item .product-item-info.type7 .qty-box,.products.wrapper+.toolbar .modes,.products.wrapper+.toolbar .sorter,.products.wrapper~.infinite-loader~.toolbar-products,.sample-product-page .product-info-main .field.qty,.sample-product-page .product-info-price .price-box:first-child,.side-overlay,.sidebar .filter-options .filter-options-content,.sidebar .product-items .product-item-info .product-item-photo img.hover_image,.sidebar>.block.filter .title,.swatch-attribute-selected-option,.table-checkout-shipping-method .col.col-carrier,.toolbar .limiter .limiter-text,.toolbar .modes,.toolbar-amount,.top-newsletter .newsletter label,.u-video-sec,.u-video-sec .video_wrapper.videoWrapperActive button,.video-sec,.weltpixel-quickview-catalog-product-view .addthis-smartlayers,.weltpixel-quickview-catalog-product-view .column.main>.custom-block,.weltpixel-quickview-catalog-product-view .moved-add-to-links,.weltpixel-quickview-catalog-product-view .product-info-main .custom-block,.weltpixel-quickview-catalog-product-view .sidebar,.weltpixel_quickview-catalog_product-view .addthis-smartlayers,.weltpixel_quickview-catalog_product-view .column.main>.custom-block,.weltpixel_quickview-catalog_product-view .product-info-main .custom-block,.weltpixel_quickview-catalog_product-view .sidebar,a.right-side-open,body.catalog-product-view[class*=product-type-] .column.main>.custom-block,body.catalog-product-view[class*=product-type-] .product-info-main .custom-block,body.page-layout-1column .sidebar.sidebar-additional,body.page-layout-1column .sidebar.sidebar-main,body.page-print header.page-header,body.page-print>div:not(.page-wrapper),body>.onepage-cat.category-list,body>p,div[name="shippingAddress.street.0"]>label,header.page-header.type14 .search-area .search-toggle-icon span,header.page-header.type14 .top-links-area,header.page-header.type14 .top-links-icon>a>span {
    display: none
}

header.page-header.type14 .panel.header .block-search {
    display: none;
    position: absolute;
    top: 100%;
    right: -30px;
    left: auto;
    width: 300px;
    margin: 15px 0 0;
    border: 5px solid rgba(0,0,0,.1);
    border-radius: 50px;
    overflow: hidden
}

header.page-header.type14 .block-search input {
    min-width: 300px;
    border: 0
}

header.page-header.type14 .block-search .action.search {
    width: 47px;
    text-align: center;
    color: #fff;
    background-color: #f37135;
    border-radius: 0 30px 30px 0;
    margin-right: -5px
}

header.page-header.type14 .block-header-customer-login {
    border: 0;
    margin-top: 20px
}

header.page-header.type14 .block-header-customer-login button {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px
}

header.page-header.type14 .block-header-customer-login input {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000
}

header.page-header.type14 .block-header-customer-login:before {
    border-bottom-color: #fff;
    top: -10px
}

header.page-header.type14 .top-links-area {
    vertical-align: middle;
    position: relative
}

header.page-header.type14 .minicart-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 7px
}

header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
    margin: 0 0 0 -12px;
    line-height: 1;
    vertical-align: middle;
    height: auto;
    padding: 0;
    color: #000;
    width: auto;
    font-weight: 600;
    font-size: 10px;
    min-width: 0;
    position: absolute;
    left: 100%;
    top: -5px
}

header.page-header.type14 .panel.header>* {
    text-align: left;
    vertical-align: top;
    line-height: 1
}


#banner-slider-demo-18 .content-1>div,.block-category-event>div,.block-minicart .amount.price-container,.box-tocart .action.tocart>span,.catalog-product-view.product-type-carousel .product-options-bottom,.footer-top .block-content,.onepage-category .category-detail .title-menu>a>span,header.page-header.type14 a.my-wishlist,p.price-from,p.price-to,p.price-to>span {
    display: inline-block;
    vertical-align: middle
}

.block-category-event .event-ticker .ticker li,header.page-header.type14 .panel.header .search-area,header.page-header.type14 .top-links-area,header.page-header.type14 a.my-wishlist {
    margin: 0 7px
}

header.page-header.type14 .minicart-wrapper .action.showcart:before {
    content: '\e87f';
    color: #585c50
}

@media (max-width: 1899px) {
    header.page-header.type14 .header.content {
        padding-left:55px;
        padding-right: 55px
    }

    header.page-header.type14 .header.content>.logo {
        margin-right: 10px
    }
}

@media (max-width: 1679px) {
    header.page-header.type14 .navigation li.level0>a {
        padding:0 10px
    }
}

@media (min-width: 1680px) {
    header.page-header.type14 .header.content>.logo {
        margin-right:80px
    }
}

header.page-header.type14 .search-category select {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width: 1024px) {
    header.page-header.type14 .panel.header .block-search input:not([disabled]):focus {
        box-shadow:none
    }
}

.clearer {
    clear: both
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

#newsletter_popup.signed-up .u-newsletter-coupon,.d-block,.show {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 1220px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1440px) {
    header.page-header.type14 .nav-sections {
        margin-top:2px
    }

    .d-sl-inline-block {
        display: inline-block!important
    }
}
.swatch-input {
    position: absolute;
    top: -999em;
    visibility: hidden;
    opacity: 0
}

.btn-default {
    color: #fff;
    font-weight: 400;
    background-image: none;
    text-shadow: none;
    border: 0;
    opacity: 1
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis:0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.3333333333%;
        -moz-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.6666666667%;
        -moz-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.6666666667%;
        -moz-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.3333333333%;
        -moz-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.6666666667%;
        -moz-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.3333333333%;
        -moz-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.6666666667%;
        -moz-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
.order-md-first {
        -webkit-order: -1;
        -moz-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .flex-md-row {
        -webkit-flex-direction: row!important;
        -moz-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -webkit-flex-direction: column!important;
        -moz-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -moz-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -moz-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        -moz-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -moz-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -moz-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start!important;
        -moz-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end!important;
        -moz-justify-content: flex-end!important;
        -ms-flex-pack: start!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-justify-content: center!important;
        -moz-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between!important;
        -moz-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        -moz-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-align-items: flex-start!important;
        -moz-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-align-items: flex-end!important;
        -moz-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-align-items: center!important;
        -moz-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline!important;
        -moz-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch!important;
        -moz-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .float-md-left {
        float: left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .text-md-left {
        text-align: left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }

    header.page-header.type14 .panel.header .switcher {
        margin-right: 15px;
        height: auto;
        float: none;
        display: none
    }

    header.page-header.type14 .switcher strong {
        color: #000;
        line-height: 1;
        text-transform: uppercase;
        vertical-align: middle
    }

    header.page-header.type14 .switcher .options .action.toggle:after {
        line-height: 12px;
        color: #000;
        vertical-align: middle
    }

    header.page-header.type14 .switcher .options {
        font-size: 12px;
        display: block
    }

    header.page-header.type14 .nav-sections {
        border: 0;
        display: block;
        padding: 10px 0
    }

    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth>.submenu,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth>.submenu {
        border: 0;
        margin-top: 20px!important;
        padding: 20px
    }

    header.page-header.type14 .sw-megamenu.navigation li.level0.classic>.submenu {
        border: 0;
        margin-top: 20px!important
    }

    header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu,header.page-header.type14 .sw-megamenu.navigation li.level0.classic .submenu {
        padding: 5px 0
    }

    header.page-header.type14 .nav-sections-item-content>.navigation {
        z-index: initial;
        margin-top: -1px;
        position: static
    }

    header.page-header.type14 .nav-sections-item-content>.navigation>ul {
        position: static
    }

    header.page-header.type14 .navigation li.level0>a {
        height: 30px;
        line-height: 30px;
        color: #141a1f;
        font-weight: 700;
        font-size: 12px;
        padding: 0 10px
    }

    header.page-header.type14 .navigation li.level0.parent>a:after {
        line-height: 30px
    }

    header.page-header.type14 .navigation li.level0.parent>a {
        position: relative
    }

    header.page-header.type14 .navigation li.level0.parent>a:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 5px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s
    }

    header.page-header.type14 .navigation li.level0.parent:hover>a:before {
        visibility: visible;
        opacity: 1
    }

    header.page-header.type14 .sw-megamenu.navigation li.level0.classic>.submenu:before,header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth>.submenu:before,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth>.submenu:before {
        width: 100%;
        height: 20px;
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 0
    }

    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a:hover>span,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a:hover>span {
        text-decoration: none
    }

    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu a,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        padding: 10px
    }

    header.page-header.type14 .navigation .level0.classic .submenu li:hover>a {
        background-color: #000;
        color: #fff
    }

    header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        top: -5px
    }

    header.page-header.type14 .switcher .options ul.dropdown {
        margin-top: 20px
    }

    .page-header.type14 .top-links-area>.links {
        display: none;
        position: absolute;
        right: -30px;
        z-index: 9;
        background-color: #fff!important;
        border-radius: 3px;
        margin: 15px 0 0;
        padding: 5px 0;
        text-align: right;
        border: 1px solid #ccc;
        min-width: 150px;
        top: 100%
    }

    .page-header.type14 .top-links-area .links>li {
        display: block;
        margin: 0;
        text-align: left;
        text-transform: uppercase;
        line-height: 19px
    }

    .page-header.type14 .top-links-area .links>li>a,.page-header.type14 .top-links-area .links>li>span {
        color: #777!important;
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        transition: .2s;
        font-weight: 400;
        font-size: 11px
    }

    .layout-1280 .block.category.event,.layout-1280 .footer.content,.layout-1280 .header.content,.layout-1280 .navigation,.layout-1280 .page-header .header.panel,.layout-1280 .page-main,.layout-1280 .page-wrapper>.breadcrumbs .items,.layout-1280 .page-wrapper>.page-bottom,.layout-1280 .page-wrapper>.widget,.layout-1280 .top-container {
        max-width: 1280px
    }

    .layout-1280 .container {
        max-width: 1280px;
        width: 100%
    }

    .sw-megamenu.side-megamenu.navigation li.level0.fl-right {
        float: none
    }

    .d-md-none,.navigation .ui-menu-icon {
        display: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis:0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.3333333333%;
        -moz-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.6666666667%;
        -moz-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
     .col-lg-5 {
        -webkit-flex: 0 0 41.6666666667%;
        -moz-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.3333333333%;
        -moz-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.6666666667%;
        -moz-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.3333333333%;
        -moz-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.6666666667%;
        -moz-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .order-lg-first {
        -webkit-order: -1;
        -moz-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .flex-lg-row {
        -webkit-flex-direction: row!important;
        -moz-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -webkit-flex-direction: column!important;
        -moz-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -moz-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -moz-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        -moz-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -moz-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -moz-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start!important;
        -moz-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end!important;
        -moz-justify-content: flex-end!important;
        -ms-flex-pack: start!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-justify-content: center!important;
        -moz-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between!important;
        -moz-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        -moz-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start!important;
        -moz-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end!important;
        -moz-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-align-items: center!important;
        -moz-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline!important;
        -moz-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch!important;
        -moz-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .float-lg-left {
        float: left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .text-lg-left {
        text-align: left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }

    .d-lg-none {
        display: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

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

    .wishlist-index-index .products-grid .product-items .product-item {
        width: 24%
    }
}

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

    .col-xl {
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.3333333333%;
        -moz-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

     .col-xl-4 {
        -webkit-flex: 0 0 33.3333333333%;
        -moz-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.6666666667%;
        -moz-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
     .col-xl-7 {
        -webkit-flex: 0 0 58.3333333333%;
        -moz-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.6666666667%;
        -moz-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.3333333333%;
        -moz-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.6666666667%;
        -moz-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-order: -1;
        -moz-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .flex-xl-row {
        -webkit-flex-direction: row!important;
        -moz-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -webkit-flex-direction: column!important;
        -moz-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -moz-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -moz-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        -moz-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -moz-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -moz-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start!important;
        -moz-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end!important;
        -moz-justify-content: flex-end!important;
        -ms-flex-pack: start!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-justify-content: center!important;
        -moz-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between!important;
        -moz-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        -moz-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start!important;
        -moz-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end!important;
        -moz-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-align-items: center!important;
        -moz-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline!important;
        -moz-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch!important;
        -moz-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .float-xl-left {
        float: left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .text-xl-left {
        text-align: left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }

    .col-xl-2-4 {
        width: 20%
    }

    .col-xl-9-6 {
        width: 80%
    }

    .visible-lg {
        display: block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

.catalog-product-view.product-type-carousel .product-info-main .short-custom-block,.footer .social-icons,.prev-next-products,.product-image-carousel .owl-controls .owl-nav .owl-next,.products.wrapper~.toolbar .pages {
    float: right
}
.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,.product-info-main .custom-block .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
}

.homepage-grid-banner .grid1:before,.homepage-grid-banner .grid2:before,.homepage-grid-banner .grid3:before,.homepage-grid-banner .grid4:before,.image-link:before,.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;
    visibility: hidden;
    transition: .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,.image-link:hover:before,.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: .1;
    visibility: visible
}

.image-link img,.our-instagram .main-instagram .item img {
    width: 100%;
    display: block
}

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

.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>h2 {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    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
}

#banner-slider-demo-3,.authorization-link,.catalog-product-view.product-type-fullwidth .product-info-main,.catalog-product-view.product-type-fullwidth .product.media,.catalog-product-view.product-type-sticky-right .product-info-main,.catalog-product-view.product-type-sticky-right .product.media,.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,.footer-bottom>.container,.footer-top .block.newsletter .control,.main-instagram,.offer-deal .item,.onepage-category .category-detail,.onepage-category .category-detail .title-menu,.onepage-category .menu-popup a>span,.parallax-wrapper,.photo-instagrams .image-link,.porto-ultimate-content-box,.porto-ultimate-content-box-container,.side-menu-type2.side-block ul.category-sidebar li,.sidebar.sidebar-additional,.sidebar.sidebar-main,.subscribe-form .block.newsletter .control,body>.custom-html {
    position: relative
}

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

.our-instagram .main-instagram .item:hover .content,.photo-instagrams .image-link:hover .content,.product-item-info.type10:hover .product-item-inner,.product-item-info.type10:hover .product.details.product-item-details,.product-item-info.type7:hover .product-item-inner,.product-item-info.type8:hover .product-item-inner,.product-item-info.type8:hover .product.details.product-item-details,.product-item-info.type9:hover .product-item-inner,.shop-by-cat-item:hover .cat-thumb:after {
    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
}

.overlay,.parallax-wrapper .overlay {
    background-color: #000;
    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
}

#banner-slider-demo-3 .btn-wrap,.block-category-event>div.event-ticker,.cms-index-index .custom-package h3,.divider.divider-small.divider-small-center,.grid-images,.parallax-slider,.shop-by-cat-item,.shop-by-cat-item .cat-detail,.shop-features,.u-video-sec .filterproduct-title,.video-sec,.video-sec .filterproduct-title {
    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-create .form-create-account .account-social-login,.customer-account-login .block-customer-login .account-social-login {
    display: block;
    width: 100%;
    position: relative;
    margin: 50px 0
}

.customer-account-create .form-create-account .account-social-login:before,.customer-account-login .block-customer-login .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,.products-grid .product-item-info.type4:hover .product-item-details .product-item-actions .actions-secondary.tocompare,.products-grid .product-item-info.type4:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
    left: 0;
    right: 0
}

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

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

.block-category-event .event-ticker .dates .start,.bundle-options-container .block-bundle-summary,.catalog-product-view.product-type-fullwidth .product-info-main .product-add-form,.footer-bottom,.form.create.account .account-social-login .actions-toolbar,.homepage-grid-banner,.page-header .header.links .header.links,.product-social-links .at-style-responsive .at-share-btn,.product.description ul>ul,.products-grid.no-padding .product-item,.sidebar .product-items .product-item-details,.small-list .product-items .product-item-details,.weltpixel-quickview-catalog-product-view .main-product-detail,.weltpixel_quickview-catalog_product-view .main-product-detail {
    padding: 0
}

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

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

#banner-slider-demo-15 .content a,.modes-mode:before,.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
    }
}

#banner-slider-demo-3 .slide1-content em,#banner-slider-demo-4 .slide1-content em,#banner-slider-demo-8 .slide1-content em,#parallax_01 .parallax-content-13 em,#parallax_04 .parallax-content-13 em {
    font-size: 26.26px;
    margin: 0 10px
}

#banner-slider-demo-3 .slide1-content h2,#banner-slider-demo-4 .slide1-content h2,#banner-slider-demo-8 .slide1-content h2,#parallax_01 .parallax-content-13 h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#banner-slider-demo-11 .slide-2 .text-content p span,#banner-slider-demo-3 .slide1-content p,#banner-slider-demo-4 .slide1-content p,#banner-slider-demo-8 .slide1-content p,#parallax_01 .parallax-content-13 p {
    font-size: 23.64px
}

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

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

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

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

#banner-slider-demo-3 .slide2-content a.btn-default,#banner-slider-demo-3 .slide3-content a.btn-default,#banner-slider-demo-4 .slide2-content a.btn-default,#banner-slider-demo-4 .slide3-content a.btn-default,#banner-slider-demo-8 .slide2-content a.btn-default,#banner-slider-demo-8 .slide3-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,#banner-slider-demo-4 .slide3-content em,#banner-slider-demo-8 .slide3-content em {
    font-size: 26.26px
}

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

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

    .parallax {
        background-position: center center!important;
        background-attachment: initial
    }

    .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
    }

    #banner-slider-demo-3 .slide1-content img.quote,#banner-slider-demo-8 .slide1-content img.quote {
        width: 30px
    }

    #banner-slider-demo-3 .slide1-content em,#banner-slider-demo-8 .slide1-content em {
        font-size: 20px;
        margin: 0 8px
    }

    #banner-slider-demo-3 .slide1-content h2,#banner-slider-demo-8 .slide1-content h2 {
        font-size: 60px;
        margin: 4px 0 8px
    }

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

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

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

    #banner-slider-demo-3 .slide2-content p,#banner-slider-demo-8 .slide2-content p {
        font-size: 15px;
        margin-left: 7px;
        margin-bottom: 25px
    }

    #banner-slider-demo-3 .slide2-content p span.split,#banner-slider-demo-8 .slide2-content p span.split {
        margin: 0 8px 0 9px
    }

    #banner-slider-demo-3 .slide2-content a.btn-default,#banner-slider-demo-3 .slide3-content a.btn-default,#banner-slider-demo-8 .slide2-content a.btn-default,#banner-slider-demo-8 .slide3-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,#banner-slider-demo-8 .slide3-content em {
        font-size: 20px
    }

    #banner-slider-demo-3 .slide3-content h2,#banner-slider-demo-8 .slide3-content h2 {
        font-size: 65px;
        margin-bottom: 13px
    }
}

@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,#banner-slider-demo-4 .slide3-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
    }
}

.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 63px 0 0
}

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

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

.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) {
    header.page-header.type14 .header.content {
        padding:25px 15px
    }

    header.page-header.type14 .nav-toggle {
        line-height: 1;
        margin-right: 7px;
        display: inline-block;
        vertical-align: middle;
        float: none
    }

    header.page-header.type14 .nav-toggle:before {
        color: #000;
        font-size: 17px
    }

    header.page-header.type14 .panel.header {
        pointer-events: all
    }

    .owl-banner-carousel .content.type1 p,header.page-header.type14 .search-area .search-toggle-icon {
        display: none
    }

    header.page-header.type14 .panel.header .block-search {
        display: block;
        position: relative;
        top: 0;
        width: auto;
        right: 0;
        border: 0;
        overflow: visible;
        margin: 0
    }

    header.page-header.type14 .block-search .label {
        line-height: 1
    }

    header.page-header.type14 .block-search .label:before {
        font-size: 15px;
        line-height: 1;
        margin: 0
    }

    header.page-header.type14 .block-search .label.active:before {
        color: #fff
    }

    header.page-header.type14 .block-search input {
        position: absolute;
        right: -5px;
        top: -6px;
        margin: 0;
        left: auto;
        opacity: 0;
        pointer-events: none;
        min-width: 200px
    }

    header.page-header.type14 .block-search .label.active+.control input {
        position: absolute;
        display: block;
        opacity: 1;
        pointer-events: all;
        z-index: 1
    }

    header.page-header.type14 .navigation li.level0>a {
        padding: 13px 36px 13px 15px
    }

    .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
    }

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

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

    .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
    }
}

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

#banner-slider-demo-3-mobile.owl-carousel,#banner-slider-demo-3.owl-carousel,#onepage-checkout-shipping-method-additional-load #mpcustomshipping,#search_mini_form label,.block-category-event .event-ticker .dates>div>span,.collapse.in,.form-addbysku .qty.field .control,.fotorama .fotorama__fullscreen-icon,.sample-product-page .product-info-main .price-box.price-final_price,.shop-by-cat-item .cat-thumb img,.slider-with-side .side-area img,body.catalog-product-view[class*=product-type-] .product-info-main .short-custom-block .custom-block {
    display: block
}

.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 .content {
    position: absolute;
    bottom: 17px;
    left: 15px;
    text-align: left
}

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

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

.slider-with-side .side-area .item1 .content a {
    font-size: 15.08px;
    margin: 0 0 0 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 0 12px
}

.slider-with-side .side-area .item2 .content p {
    font-size: 18.34px;
    margin: 0 0 0 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
}

.no-margin,.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 0 17px
}

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

.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-slider-demo-16 .text-content h2,.banner-content-6 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px
}

.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
}

.our-instagram .main-instagram .item {
    position: relative;
    width: 10%;
    float: left
}

.our-instagram .main-instagram .item .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    text-align: center;
    height: 100%;
    vertical-align: middle;
    font-size: 35px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.our-instagram .main-instagram .item .content i {
    position: absolute;
    top: calc(50% - 26.5px);
    left: calc(50% - 24.5px);
    display: inline-block;
    vertical-align: middle
}

.photo-instagrams .col-xl-2 {
    width: 10%;
    padding: 0
}

.insta-follow {
    position: absolute;
    top: calc(50% - 123px);
    left: calc(50% - 140px);
    background-color: #0e0e0e;
    padding: 30px 40px;
    text-align: center;
    color: #fff
}

.img-desc-home15 h3,.insta-follow i {
    font-size: 24px
}

.insta-follow h3 {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding-top: 15px
}

.insta-follow span {
    font-size: 15px;
    letter-spacing: .05em;
    display: block;
    margin-bottom: 28px
}

.insta-follow .btn-default {
    border: 2px solid #2c2c2c;
    background-color: #0e0e0e;
    padding: 9px 28px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff
}

.filter-title-type-2 {
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 300;
    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
}

.catalog-product-view .page-main,.one-product .product-item-info .product-item-details {
    padding-top: 20px
}

.account .table-wrapper.balance-history,.account .table-wrapper.reward-history,.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type),.block.upsell .product-item .product-reviews-summary,.bundle-options-container .qty.field .qty-changer>a:first-child,.checkout-index-index .am-checkout,.content-row h2,.content-row h3,.content-row h4,.content-row h5,.fullwidth-custom-block+.main-upsell-product-detail,.one-product .owl-dots,.product-info-main .qty.field .qty-changer>a:first-child,.sidebar .product-items .product-item .product-reviews-summary,.small-list.products-grid .product-item .product-reviews-summary {
    margin-top: 0
}

.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
}

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

.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 0 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
}

.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 0 18px;
    padding: 0;
    border-bottom: 1px solid #eee
}

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

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

.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px
}

.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
}

.offer-deal .item .content h3,.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: 1px solid #dfdfdf
}

.products.wrapper .product-item .qty-box .qtyminus,.products.wrapper .product-item .qty-box .qtyplus {
    position: relative;
    border: 1px solid #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: 1px solid #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 h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: #7a7d82;
    margin: 0 0 5px
}

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

#gallery_images.row>[class*=col-],#gallery_images.row>[class^=col-],.grid-images .col-md-4,.grid-images .col-md-8 {
    padding-left: 10px;
    padding-right: 10px
}

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

.grid-images .grid1 img,.grid-images .grid2 img,.grid-images .grid3 img {
    opacity: 1;
    visibility: visible;
    transition: .2s
}

#home-content-slider-demo-20 .item>div.content>a:hover,.full-screen-slider #banner-slider-demo-20 .item>div.content>a:hover,.full-width-image>a:hover,.load-more-area>a:hover {
    text-decoration: none;
    opacity: .85
}

.grid-images .grid1:hover img,.grid-images .grid2:hover img,.grid-images .grid3:hover img {
    opacity: .8;
    visibility: visible
}

.grid-images .grid1,.weltpixel-quickview-catalog-product-view .product-info-main .product-reviews-summary,.weltpixel_quickview-catalog_product-view .product-info-main .product-reviews-summary {
    margin-bottom: 10px
}

.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;
    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
}

.catalog-product-view .short-custom-block .custom-block-1>div:first-child,.catalog-product-view .short-custom-block .custom-block-1>div:first-child i,.home-side-menu-type2>h2>i.icon-menu:before {
    margin-left: 0
}

.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 a {
    font-size: 13px;
    color: #777
}

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

.img-desc-home15 a,.img-desc-home15 p,.owl-banner-carousel .content-17.type1 a,.product-item-info.type1 .product.name a,.product-item-info.type7 .product-item-inner .product-item-actions>.action:before,.product-item-info.type9 .product.name a,.side-menu-type2.side-block ul.category-sidebar>li>a,header.page-header.type14 .panel.header .search-area>a {
    font-size: 15px
}

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

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

.featured-box-2,.product-info-main .product.alert {
    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
}

#banner-slider-demo-15 .content em,#parallax_04 .parallax-content-13 p,.featured-box-2 h3 em {
    font-size: 18px
}

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

#algolia_instant_selector h3.result-title,.amcheckout-step-container,.cart-totals .grand .amount,.cart-totals .grand .mark,.featured-box-2 a,.homepage-grid-banner .ribbon em,.old-price .price,.opc-block-summary .table-totals .grand .amount,.opc-block-summary .table-totals .grand .mark,.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:before,.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:before,.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:before,.sidebar-filterproducts .owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 14px
}

.block-search .action.search:before,.block-search .action.search:hover:before,.product-item-info.type10 .price-box .price,.product-item-info.type10 .product.name a,.product-item-info.type10 .product.name a:hover,.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover,.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover,.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover,.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover,.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover,.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover,.product-item-info.type7 .product-item-inner .product-item-actions>.action:hover,.product-item-info.type7 .product-item-inner .product-item-actions>.actions-primary .tocart:hover,.product-item-info.type8 .price-box .price,.product-item-info.type8 .product.name a,.products-grid .product-item-details .product-item-actions .actions-secondary:hover,.social-icons [class^=porto-icon-] {
    color: #fff
}

.sidebar-title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.checkout-container {
    min-height: 400px
}

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

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

.account-nav .nav>li>a:focus,.account-nav .nav>li>a:hover,.fotorama .fotorama-sprite,.fotorama .fotorama__arr .fotorama__arr__arr,.fotorama .fotorama__fullscreen-icon,.fotorama .fotorama__thumb__arr,.fotorama__fullscreen .fotorama .fotorama__zoom-in,.fotorama__fullscreen .fotorama .fotorama__zoom-out,.loading-mask,.product-item .product-reviews-summary,.sidebar .custom-block {
    background: 0 0
}

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

#at-expanded-menu-host .at-expanded-menu-service-list button,.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__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
}

#mptablecategory-table-view tbody tr td,.catalog-category-view .columns .column.main,.catalog-product-view .product-info-main .product-info-price .price-box,.checkout-index-index .checkout-shipping-method .shq-input,.fotorama__nav .fotorama__thumb__arr,.weltpixel-quickview-catalog-product-view .product-options-wrapper,.weltpixel_quickview-catalog_product-view .product-options-wrapper {
    padding-bottom: 0
}

.fotorama__nav .fotorama__thumb-border,.message {
    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
}

.panel-body,.weltpixel-quickview-catalog-product-view .page-main,.weltpixel_quickview-catalog_product-view .page-main {
    padding: 15px
}

.custom-block-tab {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    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: 0 0;
    margin-top: 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
}

@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,.slider-with-side .side-area .item3 .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 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
    }

    .grid-images .grid1 {
        margin-bottom: 9px
    }

    body.boxed .page-wrapper {
        width: 980px
    }

    .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) {
    .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,.slider-with-side .side-area .item3 .content {
        bottom: 20px;
        left: 20px
    }

    .slider-with-side .side-area .item2 .content {
        bottom: 20px;
        left: 15px
    }

    body.boxed .page-wrapper {
        width: 750px
    }

    .home-side-menu {
        display: none
    }
}

@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,.slider-with-side .side-area .item2 .content,.slider-with-side .side-area .item3 .content {
        bottom: 30px;
        left: 25px
    }

    .grid-images .grid2 {
        margin-bottom: 9px
    }

    body.boxed .page-wrapper {
        width: 630px
    }

    .sm-clearer {
        clear: both
    }
}

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

.block.block-border .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700;
    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
}

.catalog-product-view.product-type-carousel .product-info-main .qty.field .control,.catalog-product-view.product-type-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-wide-grid .product-info-main .qty.field .control,.category-sidebar li {
    position: relative;
    margin: 0
}

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

.full-width-image>a,.load-more-area>a {
    text-transform: uppercase;
    padding: 20px 45px
}

.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
}

.cms-index-index blockquote.testimonial {
    border: 0;
    border-radius: 10px;
    color: #fff;
    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: -.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-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 .newsletter .control {
    padding: 10px 10px 40px;
    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;
    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,.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 * {
    transition: .2s
}

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

.homepage-grid-banner .col-md-1,.homepage-grid-banner .col-md-10,.homepage-grid-banner .col-md-11,.homepage-grid-banner .col-md-12,.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 {
    padding-left: 4px;
    padding-right: 4px
}

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

.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 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 .content h2 {
    font-size: 70.72px;
    line-height: 1;
    margin: 0 0 5px
}

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

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

.homepage-grid-banner .grid2 .content p {
    font-size: 17.58px;
    line-height: 1;
    margin: 0 0 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 0 30px
}

.homepage-grid-banner .grid3 .content p {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 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 0 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 0 15px
}

.homepage-grid-banner .grid4 .content p {
    font-size: 19.75px;
    line-height: 1.2;
    margin: 0 0 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-10,.homepage-grid-banner .col-md-11,.homepage-grid-banner .col-md-12,.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 {
        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 h2,.homepage-grid-banner .grid2 .content h3 {
        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-10,.homepage-grid-banner .col-md-11,.homepage-grid-banner .col-md-12,.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 {
        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 3px 4px 6px
    }

    .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 h2,.homepage-grid-banner .grid2 .content h3 {
        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
    }

    .sm-bd-0 {
        border: 0!important
    }
}

@media (max-width: 767px) {
    .block.category.event,.breadcrumbs,.container,.footer.content,.header.content,.page-header .header.panel,.page-main,.page-wrapper>.page-bottom,.page-wrapper>.widget,.top-container {
        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-10,.homepage-grid-banner .col-md-11,.homepage-grid-banner .col-md-12,.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 {
        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 6px 6px 12px
    }

    .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 h2,.homepage-grid-banner .grid2 .content h3 {
        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
    }
}

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

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

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

#banner-slider-demo-11 .slide-1 em,#banner-slider-demo-14 .slide-1 em,#banner-slider-demo-14 .slide-2 em,#parallax_03 .parallax-content-13 .text-content em {
    font-size: 26.26px;
    margin: 0 0 0 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 span,#banner-slider-demo-14 .slide-1 .text-content p span,#banner-slider-demo-14 .slide-2 .text-content p span,#banner-slider-demo-16 .text-content p span,#parallax_02 .parallax-content-13 .text-content p span,#parallax_03 .parallax-content-13 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px
}

#banner-slider-demo-11 .slide-1 .text-content a,#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-11 .slide-2 em {
    font-size: 26.26px;
    margin: 0 0 10px
}

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

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

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

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

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

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

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

.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 .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: 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: 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: .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
}

@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
    }

    .top-newsletter #newsletter {
        width: 270px
    }
}

@media (max-width: 991px) {
    .category-banner .banner-text h2,.category-boxed-banner .banner-text h2 {
        font-size:28px
    }

    .category-banner .banner-text p {
        font-size: 16px
    }

    .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) {
    #banner-slider-demo-11 .slide-1 em {
        font-size:12px;
        margin: 0 0 0 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,#banner-slider-demo-11 .slide-2 .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 0 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
    }

    .category-banner .banner-text h2,.category-boxed-banner .banner-text h2 {
        font-size: 28px
    }

    .category-banner .banner-text p,.category-boxed-banner .banner-text p {
        display: none
    }
}

#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,#mptablecategory-table-view .free-text2 {
    font-size: 13px
}

#parallax_02,#parallax_03 {
    padding: 250px 0
}

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

#banner-slider-demo-14 .slide-1 .text-content h2,#banner-slider-demo-14 .slide-2 .text-content h2,#parallax_02 .parallax-content-13 .text-content h2,#parallax_03 .parallax-content-13 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px
}

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

#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 h2 {
    font-size: 61px;
    margin: 5px 0 10px;
    letter-spacing: -3px
}

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

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

.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%
}

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

#banner-slider-demo-15 .content hr,.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before,.weltpixel-quickview-catalog-product-view .product-info-main,.weltpixel-quickview-catalog-product-view .product.media,.weltpixel_quickview-catalog_product-view .product-info-main,.weltpixel_quickview-catalog_product-view .product.media {
    margin: 10px 0
}

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

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

.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
}

.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>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
    }
}

#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:first-child,.sidebar-filterproducts.custom-block .product-item-info .product .price-box .price-final_price {
    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,#banner-slider-demo-18 .content-2 em {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin: 0 4px 0 0;
    line-height: 1
}

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

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

#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 a {
    font-size: 13px;
    margin-right: -10px
}

@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 a,.img-desc-home15 p {
        font-size: 10px
    }

    .top-newsletter #newsletter {
        width: 160px
    }

    .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
    }

    #banner-slider-demo-18 .content-1 h4,#banner-slider-demo-18 .content-2 h4,.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
    }

    #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 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 h5 {
        font-size: 13px;
        margin-top: -2px
    }

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

.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 em {
    font-size: 26.26px;
    margin: 0 0 -10px
}

@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 0 -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
    }

    .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 .end,.block-category-event .dates .start {
        display: inline-block!important
    }
}

@media (max-width: 767px) {
    #parallax_01 .parallax-content-13 img.quote,#parallax_04 .parallax-content-13 img.quote {
        width:20px
    }

    #parallax_01 .parallax-content-13 em,#parallax_04 .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,#parallax_03 {
        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
    }

    #banner-slider-demo-14 .slide-1 em,#banner-slider-demo-14 .slide-2 em,#parallax_03 .parallax-content-13 .text-content em {
        font-size: 12px;
        margin: 0 0 0 1px
    }

    #banner-slider-demo-14 .slide-1 .text-content h2,#banner-slider-demo-14 .slide-2 .text-content h2,#parallax_03 .parallax-content-13 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px
    }

    #banner-slider-demo-14 .slide-1 .text-content p span,#banner-slider-demo-14 .slide-2 .text-content p span,#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 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 .text-content a {
        font-size: 10px;
        padding: 6px 20px;
        margin-left: 0;
        margin-top: 10px
    }

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

    #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 a,.img-desc-home15 p {
        font-size: 15px
    }

    .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 a,.owl-banner-carousel .content-17.type1 p {
        display: none
    }

    #banner-slider-demo-16 .text-content em {
        font-size: 13px;
        margin: 0 0 -5px
    }

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

    #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
    }
}

.catalog-category-view .infinite-loader+.toolbar.toolbar-products .limiter,.sticky-header .sw-megamenu.navigation li.level0.fl-right {
    float: none
}
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
}

.cms-index-index .onepage-category,.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-list {
    width: 80px;
    text-align: left;
    position: relative;
    float: left;
    background: #000;
    padding: 46px 0 146px;
    z-index: 5
}

.onepage-category>.category-list>ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 30px 0 0;
    transition: .3s;
    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: .3s
}

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

#algoliaAutocomplete .aa-SubmitButton .aa-SubmitIcon,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-container,.form-giftregistry-edit .field.date input,.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: .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: .3s
}

.onepage-category>.category-list>ul>li>a.active,.onepage-category>.category-list>ul>li>a:hover {
    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.active:after,.onepage-category>.category-list>ul>li>a:hover:after {
    border-left-color: #00d59d
}

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

.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.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>li {
    float: left;
    border-left: 1px solid #bebebe;
    margin: 10px 0;
    padding: 30px 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
}

.mptablecategory-add-to-cart-button button,.onepage-category .category-detail .menu-popup>ul>li>a {
    font-weight: 700;
    text-transform: uppercase
}

.catalog-category-view .column.main .products-grid,.onepage-category .category-detail .products-area,.products-upsell {
    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: .3s
}

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

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

.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 .product-item-name {
    margin: 0 0 3px
}

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

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

.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: .3s
}

.onepage-category .category-detail .product-item-info:hover .product-item-photo:before {
    opacity: .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: 18px;
    display: inline-block;
    margin-right: 3px
}

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

.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 .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: .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
}

.block-header-customer-login.open,.category-detail .product-item-info:hover .product-item-inner,.product-item:hover .product-item-info.type2 .product-item-inner,.product-item:hover .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare,.product-item:hover .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary,.product-item:hover .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare,.product-item:hover .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.actions-primary,.product-item:hover .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare,.product-item:hover .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.actions-primary,.products-grid .product-item-info.type7:hover .product-item-details {
    visibility: visible;
    opacity: 1
}

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

#giftcard-balance-lookup .giftcard.info,.bundle-actions,.shop-by-cat-item .cat-detail,.toolbar {
    margin-bottom: 15px
}

.gift-wrapping-item>span,.ucanpack-custom-desc-block .desc-text table tr:nth-child(odd) {
    background-color: #f2f2f2
}

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

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

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

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

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

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

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

.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>div.event-desc {
    float: right;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 101px;
    margin-right: 20px
}

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

.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.open>div.event-desc {
    line-height: 65px
}

@media(max-width: 1199px) {
    #banner-slider-demo-19 .slide-content h2 {
        font-size:40px;
        line-height: .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
    }
}

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

.product.info.detailed.sticky .product.data.items>.item.title a {
    border: none;
    color: inherit
}

.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,.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;
    box-shadow: inset 0 1px 2px 0 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 ol.items {
    margin: -9px 0
}

.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: 700;
    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,.3);
    border-top: 4px solid #08c;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

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

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

.ln_overlay img,.loading-mask .loader>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,.cart-totals .grand td,.cart-totals .grand th,.opc-block-summary .table-totals .grand td,.opc-block-summary .table-totals .grand th,.product.info.detailed.accordion .product.data.items>.item.content {
    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>a {
    color: #777;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    display: block
}

.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
}

.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,.checkout-index-index .page-header .minicart-wrapper,.porto-sicon-box.left-icon,.product-item-info.type7 .product-item-inner .product-item-actions>.actions-primary .tocart>span,.toolbar .limiter .label {
    display: inline-block
}

.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,.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;
    background-color: #000;
    color: #fff;
    letter-spacing: 3px;
    transition: .3s;
    box-shadow: 3px 3px 0 rgba(0,0,0,.5)
}

.load-more-area>a:hover {
    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;
    background-color: #fff;
    color: #000;
    letter-spacing: 3px;
    transition: .3s;
    box-shadow: 3px 3px 0 rgba(255,255,255,.5);
    margin: 20px 0
}

#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,.full-screen-slider #banner-slider-demo-20 .item>div.content>a {
    background-color: #fff;
    color: #000;
    padding: 20px 45px;
    box-shadow: 3px 3px 0 rgba(255,255,255,.5);
    margin: 20px 0;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
    transition: .3s
}

#home-content-slider-demo-20 .item>div.content>a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1
}
.ln_overlay,ul.scene,ul.scene>li.layer {
    height: 100%;
    width: 100%
}

.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
}

#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: 0 0
}

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

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

.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,.product-info-main+.product-add-form .product-addto-links+a.action.mailto,.product-info-main+.product-add-form .product-addto-links>a.action {
    width: 43px;
    height: 43px;
    line-height: 41px
}

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

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

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

    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(0) translate3d(0,10%,0) rotateZ(0);
        -moz-transform: rotateZ(0) translate3d(0,10%,0) rotateZ(0);
        transform: rotateZ(0) translate3d(0,10%,0) rotateZ(0)
    }

    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(0) translate3d(0,10%,0) rotateZ(0);
        -moz-transform: rotateZ(0) translate3d(0,10%,0) rotateZ(0);
        transform: rotateZ(0) translate3d(0,10%,0) rotateZ(0)
    }

    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(0) translate3d(0,10%,0) rotateZ(0);
        -moz-transform: rotateZ(0) translate3d(0,10%,0) rotateZ(0);
        transform: rotateZ(0) translate3d(0,10%,0) rotateZ(0)
    }

    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: 3
}

.prev-next-products .product-nav,.product-item-photo:hover .product-image-photo.hover_image,.products-grid.divider-line .product-item:hover,.products-grid.products.grid.flex-grid .product-item:hover {
    z-index: 2
}

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

.porto-ultimate-content-box:hover:before,.product-item-info.type10 .product-item-inner .product-item-actions>.action:hover,.product-item-info.type10 .product-item-inner .product-item-actions>.actions-primary .tocart:hover,.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action:hover,.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action:hover,.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action:hover,.product-item-info.type8 .product-item-inner .product-item-actions>.action:hover,.product-item-info.type8 .product-item-inner .product-item-actions>.actions-primary .tocart:hover,.products-grid .product-item .product-item-info.type10:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover,.products-grid .product-item .product-item-info.type3:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover,.products-grid .product-item .product-item-info.type5:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover,.products-grid .product-item .product-item-info.type6:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover,.products-grid .product-item .product-item-info.type7:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover,.products-grid .product-item .product-item-info.type8:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover,.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1
}

.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,.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
}

.loader:before {
    animation: 2s linear infinite spin;
    position: absolute;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px
}

.minicart-wrapper .action.showcart .counter.qty .loader:before {
    -moz-animation: 2s linear infinite spin;
    -o-animation: 2s linear infinite spin;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    position: absolute;
    font-size: 16px;
    margin-top: -9px;
    margin-left: -8px
}

.ln_overlay {
    background-color: rgba(255,255,255,.5);
    opacity: 1;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 555;
    display: none
}

.fotorama__arr,.fotorama__fullscreen-icon {
    width: 50px
}

.ln_overlay .loader {
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    -webkit-animation: .75s linear infinite spin;
    animation: .75s linear infinite spin;
    display: inline-block;
    border-image: none;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.ln_overlay .loader:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    border-top-color: inherit;
    animation: 1.5s infinite spin;
    margin: 0
}

.infinite-loader .btn-load-more,.infinite-loader .loading {
    color: #555;
    font-size: 13px;
    padding: 10px 40px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    background-color: #fff;
    width: 100%;
    line-height: 30px
}

.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;
    text-transform: uppercase;
    border: 2px solid #f1f1f1
}

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

.infinite-loader .btn-load-more {
    text-transform: uppercase;
    border: 2px solid #f1f1f1;
    display: inline-block
}

.form-find-area .form-title,.offer-deal .item .content h3 a,.subscribe-form .content h3,.subscribe-form .content p {
    color: #151515;
    text-transform: uppercase
}

.user-login-area .porto-new-icon-user-2:before,[class*=" porto-new-icon-"]:before,[class^=porto-new-icon-]:before {
    font-style: normal;
    text-decoration: inherit;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.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
}

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

.form-find-area .form-title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 5px
}

.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 h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-color: #242424;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 5px 15px;
    margin: 0
}

.offer-deal .item .content h3 a {
    font-size: 49px;
    font-weight: 600;
    line-height: 35px;
    text-decoration: none
}

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

.offer-deal .item .content .btn-default {
    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-size: 35px;
    font-weight: 600;
    margin: 0 0 5px
}

.subscribe-form .content p {
    font-size: 20px;
    font-weight: 400
}

.box-tocart .field.qty div.mage-error[generated],.footer-container .validation-advice,.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 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: 35%;
    left: -1px;
    width: 51px;
    height: 47px;
    border: 1px solid #dcdcda!important;
    background-color: #f5f5f5;
    text-align: center;
    box-shadow: none;
    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 (max-width: 1199px) and (min-width:992px) {
    .form-find-area {
        padding:18px 40px 16px
    }
}

@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: 640px) {
    #banner-slider-demo-3 .slide1-content img.quote,#banner-slider-demo-4 .slide1-content img.quote,#banner-slider-demo-8 .slide1-content img.quote {
        width:15px
    }

    #banner-slider-demo-3 .slide1-content em,#banner-slider-demo-4 .slide1-content em {
        font-size: 14px;
        margin: 0 3px
    }

    #banner-slider-demo-3 .slide1-content h2,#banner-slider-demo-4 .slide1-content h2 {
        font-size: 38px;
        margin: 1px 0 5px
    }

    #banner-slider-demo-3 .slide1-content p,#banner-slider-demo-3 .slide3-content em,#banner-slider-demo-4 .slide1-content p,#banner-slider-demo-4 .slide3-content em,#banner-slider-demo-8 .slide1-content p {
        font-size: 14px
    }

    #banner-slider-demo-3 .slide2-content em,#banner-slider-demo-4 .slide2-content em {
        font-size: 14px;
        margin-left: 3px
    }

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

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

    #banner-slider-demo-3 .slide2-content p span.split,#banner-slider-demo-4 .slide2-content p span.split,#banner-slider-demo-8 .slide2-content p span.split {
        margin: 0 7px 0 8px
    }

    #banner-slider-demo-3 .slide2-content a.btn-default,#banner-slider-demo-3 .slide3-content a.btn-default,#banner-slider-demo-4 .slide2-content a.btn-default,#banner-slider-demo-4 .slide3-content a.btn-default,#banner-slider-demo-8 .slide2-content a.btn-default,#banner-slider-demo-8 .slide3-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 h2,#banner-slider-demo-4 .slide3-content h2 {
        font-size: 38px;
        margin-bottom: 8px
    }

    #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 .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-18 .content-1 h4,#banner-slider-demo-18 .content-2 h4,#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
    }

    body.boxed .page-wrapper {
        width: 460px
    }

    .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
    }

    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
        width: 40px;
        padding: 0 12px
    }

    .full-width-image-banner p,.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
        display: none
    }

    .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
    }

    #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,#banner-slider-demo-18 .content-2 em {
        font-size: 6px;
        margin-right: 1px
    }

    #banner-slider-demo-18 .content-1 h5,#banner-slider-demo-18 .content-2 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 a {
        font-size: 6px;
        margin-right: -3px
    }

    #newsletter_popup {
        padding: 40px 10px 25px;
        width: 100%!important
    }
}

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

    .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: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        margin-top: 3px
    }

    .filter.active .filter-title strong:after {
        display: none
    }

    .filter.active .filter-title {
        background-color: #666;
        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;
        letter-spacing: .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-content,.filter.active .block-category-list .block-title,.filter.active .filter .filter-current-subtitle,.filter.active .filter-options-content,.filter.active .filter-options-title {
        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: .3s
    }

    .filter.active:before {
        opacity: .1;
        visibility: visible
    }
}

.catalog-product-view.product-type-sticky-right .product.data.items>.item.content,.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,.cms-index-index header.page-header.type14 .nav-sections,.fotorama__arr,.fotorama__arr:hover,.products-grid.products-upsell .product-item .product-item-info,.products-grid.products.grid.flex-grid .product-item .product-item-info,.swatch-attribute.manufacturer .swatch-option,.swatch-attribute.size .swatch-option {
    background-color: transparent
}

.invisible {
    visibility: hidden
}

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

    .block-search {
        max-width: 240px
    }

    .visible-sm,.visible-sm-block {
        display: block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }

    .hidden-sm {
        display: none!important
    }
}

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

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }

    .hidden-md {
        display: none!important
    }
}

.cms-index-index #banner-slider-demo-3 .owl-controls .owl-next .porto-icon-chevron-right:before,.minicart-items .product-item-pricing .label,table .col {
    width: auto
}

.modal-header {
    border-bottom: 0
}

#mptablecategory-table-view .product-item-photo,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary,.catalog-product-view.product-type-wide-grid .fotorama__stage,.field.downloads.downloads-no-separately .field.choice.field.choice,.minicart-items .product-item:not(:first-child),.modal-content,.page-product-downloadable .product-social-links,.panel-default>.panel-heading+.panel-collapse>.panel-body,.product.info.detailed.accordion .product.data.items>.item.content,.product.info.detailed.accordion .product.data.items>.item.title {
    border: 0
}

.product-reviews-summary .reviews-actions a {
    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,.2)
}

.catalog-product-view.product-type-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-wide-grid .product-info-main .product-add-form,.product-info-main .product-add-form,.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form,.weltpixel_quickview-catalog_product-view .product-info-main .product-add-form {
    padding-top: 0
}

#popup-mpdal .modal-header .logoImg,.block-minicart .block-content>.actions,.home-subcats .porto-sicon-header+.porto-sicon-description,.product-info-main .swatch-attribute-options,.weltpixel-quickview-catalog-product-view .product-options-bottom,.weltpixel_quickview-catalog_product-view .product-options-bottom {
    margin-top: 10px
}

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

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

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

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

.minicart-wrapper .action.close {
    color: #777;
    top: -5px;
    right: -5px
}

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

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

.catalog-product-view.product-type-carousel .product-info-main,.catalog-product-view.product-type-carousel .product.media,.products-grid.columns1 .product-item,.weltpixel-quickview-catalog-product-view .column.main,.weltpixel_quickview-catalog_product-view .column.main {
    width: 100% !important;
    padding: 0
}

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

.block-minicart .block-content>.actions>.secondary .action.viewcart,.product-info-price .price-box .price-container .price,.product-options-bottom .price-box .price-container .price {
    font-weight: 400
}

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

.breadcrumbs strong {
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.amexfee-form-container .amexfee-input+.amexfee-label,.block-category-list .block-title strong,.filter-options-title {
    font-weight: 600
}

.product.description p,.product.description ul {
    font-weight: 400;
    color: #333;
    letter-spacing: .005em
}

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

.product-info-main .swatch-option,.search-category {
    margin-right: 5px
}

.product.description p {
    font-size: 14px;
    line-height: 27px
}

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

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

.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 30px;
    margin: 0;
    padding: 0
}

.swatch-option.text {
    height: 22px;
    line-height: 20px;
    padding: 0 4px;
    min-width: 22px;
    font-size: 11px
}

.page-products .columns {
    padding-top: 0;
    z-index: auto;
    clear: both
}

.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
}

.toolbar .limiter {
    margin-right: 0;
    text-align: left
}

.footer-top-links>li:last-child,.toolbar .limiter-options,.toolbar .modes {
    margin-right: 0
}

.toolbar .sorter {
    margin-right: 15px;
    float: left
}

.category-image {
    margin-bottom: 30px
}

.box-product-interest span.block1,.page-product-downloadable .product-add-form .box-tocart .actions,.products.wrapper~.toolbar .limiter {
    margin-right: 10px
}

.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;
    padding-right: 30px
}

.product-info-main .prev-next-products~.page-title-wrapper h1 {
    padding-right: 50px
}

.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):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;
    visibility: hidden;
    transition: .3s
}

.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):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: 1px solid #dcdcda;
    border-right: 0;
    text-align: center
}

.sidebar .product-items .product-item-name,.small-list.products-grid .product-item .product-item-name {
    margin-bottom: 2px
}

.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
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis:0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.3333333333%;
        -moz-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.6666666667%;
        -moz-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.3333333333%;
        -moz-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.6666666667%;
        -moz-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.3333333333%;
        -moz-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.6666666667%;
        -moz-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.3333333333%;
        -moz-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.6666666667%;
        -moz-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-order: -1;
        -moz-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-order: 5;
        -moz-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-order: 6;
        -moz-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-order: 8;
        -moz-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-order: 9;
        -moz-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-order: 10;
        -moz-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-order: 11;
        -moz-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .flex-sm-row {
        -webkit-flex-direction: row!important;
        -moz-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -webkit-flex-direction: column!important;
        -moz-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -moz-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -moz-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        -moz-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -moz-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -moz-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start!important;
        -moz-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end!important;
        -moz-justify-content: flex-end!important;
        -ms-flex-pack: start!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-justify-content: center!important;
        -moz-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between!important;
        -moz-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        -moz-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start!important;
        -moz-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end!important;
        -moz-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-align-items: center!important;
        -moz-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline!important;
        -moz-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch!important;
        -moz-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .float-sm-left {
        float: left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .text-sm-left {
        text-align: left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }

    .d-sm-none {
        display: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .fullwidth-row {
        width: 100vw;
        margin-left: calc(255px - 50vw)
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 16px!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 16px!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: 8px!important
    }
}

@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:after,.filterproducts-tab .data.items:before {
        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%
    }

    .md-order-12 {
        -webkit-order: 12;
        -moz-order: 12;
        -ms-flex-order: 12 order:12
    }

    .onepage-category>.columns {
        padding-left: 180px;
        padding-right: 50px
    }

    #maincontent.onepage-category {
        position: relative;
        padding-top: 50px;
        max-width: 100%
    }

    .column.main>.custom-block {
        display: block;
        width: 25%;
        float: right;
        padding-left: 30px
    }

    body:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view).column.main>.custom-block+.product-info-main {
        width: 40.33%
    }

     .weltpixel-quickview-catalog-product-view .product-info-main,.weltpixel-quickview-catalog-product-view .product.media,.weltpixel_quickview-catalog_product-view .product-info-main,.weltpixel_quickview-catalog_product-view .product.media {
        width: 48%!important
    }

    .box-tocart .action.tocart {
        min-width: 135px;
        padding: 0 14px
    }

    .fullwidth-row {
        width: 100vw;
        margin-left: calc(345px - 50vw)
    }

    .product.data.items>.item.title {
        padding-top: 8px;
        padding-bottom: 0
    }

    .product.info.detailed.vertical .product.data.items>.item.content {
        border: 0;
        padding: 0;
        width: calc(100% - 270px);
        box-shadow: none
    }

    .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;
        max-width: 270px
    }
}

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

    .a-left-sm {
        text-align: left
    }

    .a-right-sm {
        text-align: right
    }

    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
    }

    .fullwidth-row {
        width: 100vw;
        margin-left: calc(465px - 50vw)
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 48px!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 48px!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 48px!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 16px!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 24px!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }
}

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

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }

    .hidden-lg {
        display: none!important
    }

    .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
    }

    .fullwidth-row {
        width: 100vw;
        margin-left: calc(555px - 50vw)
    }
}

body.layout-fullwidth .fullwidth-row {
    margin: 0;
    width: 100%
}

.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,.03);
    background-color: rgba(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
}

.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 .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
}

.product-info-main .swatch-attribute-options {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0
}

.product-info-main .swatch-attribute-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 55px;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .005em;
    text-transform: uppercase
}

.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-info-main .product-add-form {
    padding: 0;
    text-align: right
}

.catalog-product-view.product-type-carousel .product-social-links {
    border: 0;
    text-align: right;
    margin: 6px 30px 0 0;
    padding: 0;
    float: right
}

.catalog-product-view.product-type-carousel .prev-next-products {
    margin-top: 7px
}

.catalog-product-view.product-type-fullwidth .page-main {
    max-width: 100%;
    width: 100%
}

.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,.product-image-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.05);
    left: 0;
    top: 0
}

.catalog-product-view .product.media,.product.info.detailed.accordion .product.data.items>.item.title {
    padding-right: 0
}

.product-image-list {
    margin-bottom: 3px;
    position: relative
}

.catalog-product-view.product-type-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-wide-grid .product-info-main .fieldset>.field.qty {
    display: block;
    width: auto;
    margin: 0 0 15px
}

.catalog-product-view.product-type-carousel .product-info-main .fieldset>.field.qty {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0
}

.catalog-product-view.product-type-carousel .fieldset>.field.qty>.label,.catalog-product-view.product-type-grid .fieldset>.field.qty>.label,.catalog-product-view.product-type-sticky-right .fieldset>.field.qty>.label,.catalog-product-view.product-type-wide-grid .fieldset>.field.qty>.label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    min-width: 55px;
    font-weight: 600;
    color: #333;
    position: relative;
    font-size: 15px;
    text-transform: uppercase
}

.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,.catalog-product-view.product-type-carousel .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-sticky-right .product-info-main .box-tocart .input-text.qty,.catalog-product-view.product-type-wide-grid .product-info-main .box-tocart .input-text.qty,.table.grouped .col.qty .control .input-text.qty,.table.grouped .col.qty .qty-changer {
    margin-left: 29px
}

.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
}

.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 0 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #333;
    background: 0 0;
    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;
    border-radius: 100%
}

.catalog-product-view.product-type-sticky-right .main-upsell-product-detail,.catalog-product-view.product-type-wide-grid .main-upsell-product-detail {
    padding: 0;
    background-color: transparent;
    margin: -60px 0 0
}

.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
}

.block.related .block-title {
    margin-bottom: 18px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active,.block-search input:focus,.products-grid.flex-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info,.products-grid.products-upsell:not(.side-list):not(.products-related) .product-item:hover .product-item-info,.products-grid.small-list:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: none
}

.product-item:hover .product-item-info.type1 .product-item-photo,.product-item:hover .product-item-info.type2,.product-item:hover .product-item-info.type3 .product-item-photo,.product-item:hover .product-item-info.type4 .product-item-photo,.product-item:hover .product-item-info.type5 .product-item-photo,.product-item:hover .product-item-info.type9 .product-item-photo {
    box-shadow: 0 25px 35px -5px rgba(0,0,0,.1);
    z-index: 2
}

.block.upsell {
    margin-bottom: 0;
    margin-top: 40px
}

.catalog-product-view .short-custom-block .custom-block {
    border: none;
    color: #6b7a83;
    background: 0 0;
    padding: 0;
    margin: 15px 0 0
}

.catalog-product-view .short-custom-block .custom-block-1>div i {
    color: #08c;
    border: none;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.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: .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
}

.fotorama__stage__frame .fotorama__img {
    width: 100%;
    max-height: none
}

.search-category select {
    background-color: transparent;
    color: #777;
    border-color: #dbe0e2
}

.table-comparison ul {
    list-style: none;
    padding-left: 12px
}

@media (max-width: 767px) {
    #banner-slider-demo-20+.owl-thumbs {
        width:50%;
        right: 25%
    }

    #home-content-slider-demo-20 .item>div.content>a,#home-content-slider-demo-20 .item>div.content>p,.filter .filter-current,.filter .filter-current+.block-actions,.filter.active .filter-current .filter-current-subtitle:after,.filter.active .filter-current .filter-current-subtitle:before {
        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
    }

    .full-width-image>a,.load-more-area>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
    }

    .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
    }

    .visible-xs,.visible-xs-block {
        display: block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }

    .hidden-xs,.nav-open .sidebar.sidebar-additional,.nav-open .sidebar.sidebar-additional.open+.side-overlay,.nav-open a.right-side-open {
        display: none!important
    }

    .filter-options-title:after {
        right: 0
    }

    .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
    }

    .block-category-list .block-content,.block-category-list .block-title,.sidebar .custom-block,.sidebar-filterproducts.custom-block+h2,.sidebar-filterproducts.custom-block+h2+h5,.sidebar-filterproducts.custom-block+h2+h5+p,.sidebar-title {
        padding-left: 0;
        padding-right: 0
    }

    .filter.active .filter-current~.filter-options {
        top: 186px
    }

    .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: 700;
        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 .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):not(.weltpixel_quickview-catalog_product-view) .product.media {
        margin-bottom: 20px;
        padding-right: 0
    }

    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar.sidebar-additional.open .sidebar-title {
        padding-left: 20px;
        padding-right: 20px
    }


    .sw-megamenu.navigation li.level0.staticwidth>.submenu {
        border-radius: 0!important
    }

    .navigation li.level0>a.ui-state-active {
        color: #333!important
    }

    ul.dropdown.switcher-dropdown {
        width: auto!important
    }
}

#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) {
    .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
    }

    .page-header .header.links>li.compare {
        display: none
    }
}

.authentication-dropdown,.opc-block-summary,.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
}

.minicart-items-wrapper {
    padding: 10px 15px;
    max-height: 250px;
    overflow-x: hidden
}

.sidebar .product-items .product-item-info .product-item-photo img {
    object-fit: cover;
    height: 84px;
    width: 84px
}

.sidebar .product-items .product-item-info {
    margin-bottom: 12px
}

.sidebar .sidebar-filterproducts {
    margin-top: -13px
}

.sidebar .block.related.owl-top-narrow .owl-theme .owl-controls {
    top: -28px
}

.products-related {
    margin-top: -12px
}

.minicart-wrapper .block-minicart {
    padding-top: 15px;
    padding-bottom: 10px
}

.block-minicart .items-total {
    margin-top: 2px
}

.am-checkout.-modern .fieldset.address>.field,.catalog-product-view .custom-block-1 ul li,.minicart-items .product-item-name {
    margin-bottom: 5px
}

.minicart-items .item-qty {
    height: 30px
}

.minicart-wrapper .product .actions {
    margin: -26px 0 0
}

.minicart-items .product-item-pricing .label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px
}

.sticky-product .sticky-image {
    border: 1px solid #ececec
}

.product-info-main .product.sku,.sticky-product .product-info-price,.sticky-product .product.attribute.sku,.sticky-product .stock {
    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 .product.attribute.sku .type,.sticky-product .product.attribute.sku .value,.sticky-product .stock>* {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.sticky-product .product.attribute.sku .type:after {
    content: '#:'
}

.fotorama__stage {
    transform: none!important
}

.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,body.product-type-carousel .product-info-main .qty.field .qty-changer>a:first-child {
    left: auto;
    right: 4px
}

body.product-type-carousel .product-info-main .qty.field .qty-changer>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #dae2e6
}

.catalog-product-view .page-wrapper>.breadcrumbs {
    min-height: 41px
}

.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
}

.box-tocart .input-text.qty,.bundle-options-container .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 .action.mailto.friend,.page-product-downloadable .product-addto-links>.action {
    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 .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 .box-tocart .input-text.qty,.bundle-options-wrapper .box-tocart .input-text.qty,.table.grouped .col.qty .input-text.qty {
    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-container .qty.field .qty-changer>a .porto-icon-up-dir:before,.bundle-options-wrapper .qty.field .qty-changer>a .porto-icon-up-dir:before,.product-info-main .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-container .qty.field .qty-changer>a .porto-icon-down-dir:before,.bundle-options-wrapper .qty.field .qty-changer>a .porto-icon-down-dir:before,.product-info-main .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,.table.grouped .col.qty .control.qty {
    position: relative;
    width: 106px
}

.box-tocart .action.tocart,.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    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
}

.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
}

p.price-to:before {
    content: "-";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 20px
}

.table.grouped .product-item-name {
    margin-bottom: 4px
}

.table.data.grouped>tbody>tr>td,.table.data.grouped>tbody>tr>th {
    border-top-color: #eee
}

.page-product-grouped .product-info-price {
    float: left
}

.page-product-grouped .product-info-main .product-info-stock-sku {
    display: block;
    padding: 0;
    text-align: left
}

@media (max-width: 767px) and (min-width:480px) {
    .nav-open .nav-sections {
        width:380px
    }

    .nav-open .page-wrapper {
        left: 380px;
        width: 100%
    }
}

.amcheckout-main-container.-modern.-layout-3columns .table-checkout-shipping-method tbody tr td,.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper,.minicart-items .product-item-details,.products-grid.divider-line .product-item {
    padding-top: 0;
    padding-bottom: 0
}

.products-grid .product-item-details .product-item-actions .actions-secondary {
    border: 0;
    background-color: #ddd;
    line-height: 34px
}
.products-grid .product-item-info.type1 .product-item-details {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.product-item-info.type1 .product-item-photo,.product-item-info.type2 .product-item-photo,.product-item-info.type9 .product-item-photo {
    margin-bottom: 5px;
    transition: .3s
}

.products-grid .product-item .product-item-info.type1:hover .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type4:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    text-transform: uppercase
}

.product-item .product-item-info.type2 {
    padding-top: 50px;
    transition: .3s
}

.product-item:hover .product-item-info.type2 {
    padding-top: 10px;
    padding-bottom: 40px;
    position: relative
}

.product-item .product-item-info.type2 .product-item-inner {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    margin: 0 -50px -20px
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action,.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action,.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action {
    background: 0 0;
    border: 0;
    opacity: .7;
    transition: .3s
}

.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.towishlist {
    position: absolute;
    right: -7px;
    bottom: -42px
}

.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    font-size: 13px;
    z-index: 4
}

.products-grid .product-item .product-item-info.type10:hover .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type3:hover .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type5:hover .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type6:hover .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type7:hover .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type8:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    visibility: visible;
    opacity: .85
}

.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare,.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare,.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare {
    color: #333;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px
}

.products.wrapper .product-item .product-item-info.type10 .product-item-photo .qty-box,.products.wrapper .product-item .product-item-info.type3 .product-item-photo .qty-box,.products.wrapper .product-item .product-item-info.type5 .product-item-photo .qty-box,.products.wrapper .product-item .product-item-info.type6 .product-item-photo .qty-box,.products.wrapper .product-item .product-item-info.type8 .product-item-photo .qty-box,.products.wrapper .product-item .product-item-info.type9 .product-item-photo .qty-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0
}

.products-grid .product-item .product-item-info.type4 .product-item-inner {
    margin: 9px 0 0
}

.products-grid .product-item-info.type4 .product-item-details .product-item-actions .actions-secondary.towishlist {
    left: -35px;
    right: 0
}

.products-grid .product-item-info.type4 .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: -70px;
    right: 0
}

.products.wrapper .product-item .product-item-info.type4 .qty-box {
    margin: 0 0 6px
}

.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.towishlist,.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.towishlist {
    position: absolute;
    right: 3px;
    bottom: -37px
}

.product-item-info.type5 .product-item-details,.product-item-info.type6 .product-item-details {
    text-align: left;
    padding: 10px
}

.products-grid .product-item .product-item-info.type5 .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type6 .weltpixel-quickview.weltpixel_quickview_button_v2,.products-grid .product-item .product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    font-size: 13px
}

.product-item-info.type6,.products-grid.divider-line .product-item .product-item-info.type6 {
    padding: 10px
}

.product-item-info.type7 .product-item-inner {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    padding: 15px
}

.product-item-info.type7 .product-item-inner .product-item-actions>.action {
    border: 1px solid #ddd;
    color: #333;
    border-radius: 30px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    transition: .3s
}

.product-item-info.type7 .product-item-inner .product-item-actions>.actions-primary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%
}

.product-item-info.type7 .product-item-inner .product-item-actions>.actions-primary .tocart {
    width: 100%;
    background-color: #f4f4f4;
    border: 0;
    color: #333;
    height: 45px;
    transition: .3s;
    letter-spacing: 0
}

.products-grid .product-item .product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 45px;
    line-height: 45px;
    border: 0;
    top: auto;
    padding: 0;
    text-transform: uppercase;
    display: block;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    font-size: 13px;
    background-color: #08c
}

.products-grid .product-item-info.type7 .product-item-details {
    position: absolute!important;
    bottom: 45px;
    z-index: 3;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 15px 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.product-item-info.type10 .product-item-inner,.product-item-info.type8 .product-item-inner {
    left: auto;
    right: 15px;
    bottom: auto;
    top: 15px
}

.product-item-info.type10 .product-item-inner .product-item-actions>.action,.product-item-info.type10 .product-item-inner .product-item-actions>.actions-primary .tocart,.product-item-info.type8 .product-item-inner .product-item-actions>.action,.product-item-info.type8 .product-item-inner .product-item-actions>.actions-primary .tocart {
    background-color: #4d4d4a;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    width: 36px;
    height: 36px;
    opacity: .85;
    transition: .3s
}

.product-item-info.type10 .product-item-inner .product-item-actions>.action:before,.product-item-info.type8 .product-item-inner .product-item-actions>.action:before {
    font-size: 15px;
    line-height: 32px
}

.product-item-info.type8 .product.details.product-item-details {
    position: absolute!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(27,27,23,.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.product-item-info.type9 .product-item-inner {
    left: auto;
    right: 15px;
    bottom: 15px
}

.product-item-info.type9 .product-item-inner .product-item-actions>.action,.product-item-info.type9 .product-item-inner .product-item-actions>.actions-primary .tocart {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    color: #333;
    width: 36px;
    height: 36px;
    opacity: .85;
    transition: .3s
}

.product-item-info.type9 .product-item-inner .product-item-actions>.action:hover,.product-item-info.type9 .product-item-inner .product-item-actions>.actions-primary .tocart:hover {
    opacity: 1;
    color: #fff
}

.product-item-info.type9 .product-item-inner .product-item-actions>.action:before {
    font-size: 15px;
    line-height: 34px
}

.products-grid .product-item .product-item-info.type10 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 30px!important;
    border: 2px solid #fff;
    background-color: #4d4d4a!important;
    transform: translate3d(-50%,-50%,0)
}

.product-item-info.type10 .product.details.product-item-details {
    position: absolute!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(27,27,23,.6);
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 0 20px 10px
}

.products-grid.masonry-grid .product-item-photo:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(27,27,23,.3);
    z-index: 1
}

#banner-slider-demo-3 .container .row,.products-grid.masonry-grid .filterproducts .product-item .product-item-info,.products-grid.masonry-grid .filterproducts .product-item .product-item-info .product-item-photo {
    height: 100%
}

.products-grid.masonry-grid .filterproducts .product-item .product-item-info .product-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.products-grid.masonry-grid .filterproducts .product-item.width-1-3 {
    width: 33.3333%
}

.products-grid.masonry-grid .filterproducts .product-item.width-1-4 {
    width: 25%
}

.products-grid.masonry-grid .filterproducts .product-item.width-1-5 {
    width: 20%
}

.products-grid.masonry-grid .filterproducts .product-item.width-1-6 {
    width: 16.6666%
}

.products-grid.masonry-grid .filterproducts .product-item.width-2-3 {
    width: 66.6666%
}

.products-grid.masonry-grid .filterproducts .product-item.width-2-5 {
    width: 40%
}

.products-grid.masonry-grid .filterproducts .product-item.width-5-12 {
    width: 41.6666%
}

.ajax-products .products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    top: 0;
    bottom: auto;
    text-align: center
}

.products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2 {
    letter-spacing: 1px
}

.products-grid .product-item .product-item-info.type2:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    text-transform: uppercase
}

.shop-by-cat-item .cat-detail h3 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.005em;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    margin-bottom: 5px
}

.shop-by-cat-item .cat-detail p {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
    margin: 0
}

.porto-ibanner-desc .btn.btn-light {
    color: #050203;
    background-color: #fff;
    border-color: #fff #fff #e6e6e6
}
.toolbar-products+dl.block dd.item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.toolbar-products+dl.block .title {
    font-weight: 400;
    text-transform: uppercase
}

.toolbar-products+dl.block {
    margin: 20px 0;
    background-color: #f4f4f4;
    padding: 20px
}

.customer-welcome .action.switch {
    font-size: 0
}

.customer-welcome .action.switch:hover,.footer-top .social-icons a [class^=porto-icon-],.shop-by-cat-item .cat-detail h3 {
    color: inherit
}

@font-face {
    font-family: porto-new-icons;
    src: url(../icon-fonts/font/porto.eot?79779384);
    src: url(../icon-fonts/font/porto.eot?79779384#iefix) format('embedded-opentype'),url(../icon-fonts/font/porto.woff2?79779384) format('woff2'),url(../icon-fonts/font/porto.woff?79779384) format('woff'),url(../icon-fonts/font/porto.ttf?79779384) format('truetype'),url(../icon-fonts/font/porto.svg?79779384#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

.shop-by-cat-item.cat-has-icon {
    color: #222529;
    transition: .3s;
    padding: 0 10px
}

.shop-by-cat-item.cat-has-icon:hover {
    color: #08c
}

.shop-by-cat-item.cat-has-icon .cat-detail {
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
    transition: box-shadow .3s
}

.shop-by-cat-item.cat-has-icon:hover .cat-detail {
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.1)
}

.shop-by-cat-item.cat-has-icon .cat-detail i {
    font-size: 42px
}

.shop-by-cat-item.cat-has-icon .cat-detail h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: none
}

.home-subcats .porto-sicon-box {
    border: 1px solid #f4f4f4;
    padding: 30px 0 30px 30px;
    display: flex;
    align-items: center
}

.custom-block-1 ul li .content,.left-icon .porto-sicon-body,.left-icon .porto-sicon-left {
    flex: 1
}

.left-icon .porto-sicon-description,.left-icon .porto-sicon-header {
    float: left;
    width: 100%
}

.porto-sicon-header .porto-sicon-title {
    margin: 3px 0
}

.porto-sicon-header h3.porto-sicon-title {
    font-size: 16px;
    line-height: 1.2em
}

.porto-sicon-description {
    width: 100%;
    display: block;
    line-height: 24px;
    margin-top: 0
}

.porto-sicon-header+.porto-sicon-description {
    margin-top: 16px
}

.home-ads .btn,.home-subcats .btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.3px;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #fff;
    background-color: #07080a;
    border-color: #020202
}

body>.custom-html button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 9046;
    box-shadow: none;
    touch-action: manipulation;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg)
}

body>.custom-html button.mfp-close:hover {
    color: #222529
}

body>.custom-html .mfp-close:after {
    content: '';
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid
}

body>.custom-html .mfp-close:before {
    content: '';
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid
}

.curved-border {
    position: relative;
    min-height: 7.2vw
}

.curved-border:after {
    content: '';
    display: block;
    background-image: url(../images/curved-border.svg);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100vw;
    height: 7.2vw;
    z-index: 2
}

.curved-border.curved-border-top:after {
    top: -2px;
    bottom: auto;
    transform: rotateX(180deg)
}

#newsletter_popup.signed-up,.row.no-padding>* {
    padding: 0!important
}

h2.filterproduct-title.separator-line {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

h2.filterproduct-title.separator-line:after,h2.filterproduct-title.separator-line:before {
    content: '';
    flex: 1;
    border-top: 1px solid rgba(0,0,0,.06)
}

h2.filterproduct-title.separator-line .content {
    padding: 0 12px
}

h2.filterproduct-title.separator-line .content strong {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: block
}

.products-grid.small-list .product-item .product-item-info,.products-list .product-item-info,.sidebar .product-items .product-item-info {
    display: flex;
    align-items: center
}

.sidebar .product-items .product-item-details {
    margin: 0;
    max-width: 60%
}

.small-list.products-grid .product-item-info .product-item-photo {
    float: none;
    flex: 0 0 84px;
    margin-right: 10px
}

.small-list.products-grid .product-item-info .product-item-details {
    float: none;
    padding: 0 0 0 10px;
    width: auto
}

.swatch-option.color:not(.disabled):hover,.swatch-option.image:not(.disabled):hover {
    outline: 0
}

.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before {
    left: 1px;
    top: 4px
}

.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after {
    left: -15px;
    top: 3px
}

.products-grid .product-item .product-item-info.type11 {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #f4f4f4
}

.products-grid .product-item .product-item-info.type11 .product-item-photo {
    flex: 0 0 46%;
    max-width: 46%
}

.products-grid .product-item .product-item-info.type11 .product-item-details {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 20px
}

@media (min-width: 1365px) {
    .d-sl-inline-block {
        display:inline-block!important
    }
}

.heading-middle-border-center {
    display: flex;
    align-items: center;
    width: 100%
}

.heading-middle-border-center:after,.heading-middle-border-center:before {
    content: '';
    flex: 1;
    border-top: 5px solid #222529;
    height: 0;
    display: block
}

.heading-middle-border-center:before {
    margin-right: 15px
}

.heading-middle-border-center:after {
    margin-left: 15px
}


.desc-img-text-block,.instagram-photos {
    display: flex
}

.instagram-photos>.photo-item {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    cursor: pointer;
    position: relative
}

.instagram-photos>.photo-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    transition: opacity .3s
}

.instagram-photos>.photo-item:hover:before {
    opacity: 0
}

.instagram-photos img {
    display: block;
    width: 100%
}

.p-4 {
    padding: 24px!important
}

.pb-1,.py-1 {
    padding-bottom: 4px!important
}

.pb-3,.py-3 {
    padding-bottom: 16px!important
}

.pt-3,.py-3 {
    padding-top: 16px!important
}

.pl-4,.px-4 {
    padding-left: 24px!important
}

.pr-4,.px-4 {
    padding-right: 24px!important
}

.pb-4,.py-4 {
    padding-bottom: 24px!important
}

.pt-4,.py-4 {
    padding-top: 24px!important
}

.pb-5,.py-5 {
    padding-bottom: 48px!important
}

.pt-5,.py-5 {
    padding-top: 48px!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.ml-2,.mx-2 {
    margin-left: 8px!important
}

.mr-2,.mx-2 {
    margin-right: 8px!important
}

.mr-3,.mx-3 {
    margin-right: 16px!important
}

.mr-4,.mx-4 {
    margin-right: 24px!important
}

.mb-1,.my-1 {
    margin-bottom: 4px!important
}

.mb-2,.my-2 {
    margin-bottom: 8px!important
}

.mb-3,.my-3 {
    margin-bottom: 16px!important
}

.mb-4,.my-4 {
    margin-bottom: 24px!important
}

.mb-5,.my-5 {
    margin-bottom: 48px!important
}

@media (min-width: 1280px) {
    .pb-xl-2,.py-xl-2 {
        padding-bottom:8px!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 48px!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 48px!important
    }
}

.porto-ultimate-content-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    transition: opacity .25s
}

.coupon-text {
    transform: rotate(-2.5deg);
    padding: 13px;
    letter-spacing: .01em
}

.coupon-text-sale {
    transform: rotate(-2deg);
    letter-spacing: .01em;
    position: relative
}

.coupon-text-sale i {
    font-style: normal;
    position: absolute;
    left: -2.25em;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: .65em;
    opacity: .6;
    letter-spacing: 0
}

.coupon-text-sale b {
    display: inline-block;
    background: #222529;
    color: #fff;
    font-size: 1.6em;
    padding: 5px 12px
}

.content-align-start>* {
    align-self: flex-start
}

.sidebar .product-items .product-item-info .product-item-photo {
    margin-left: 1px
}
.footer-top-links>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07px;
    margin-right: 33px;
    line-height: 26px
}

.porto-ultimate-content-box.has-content-pos {
    display: flex;
    flex-direction: column
}

.products {
    margin: 4px -10px
}

.porto-new-icon-category-sound-video:before {
    top: -.08em;
    position: relative
}

.text-uppercase {
    text-transform: uppercase!important
}

.porto-separator {
    margin: 0 0 22px
}

.porto-separator .separator-line.align_left {
    border: 0;
    margin: 0 auto 0 0
}

hr.solid {
    background: rgba(0,0,0,.06);
    height: 1px;
    border: 0
}

.porto-separator.short {
    margin: -11px 0 11px
}

.divider.divider-small {
    margin: 22px auto;
    background: 0 0
}

.divider.divider-small hr {
    width: 50px;
    height: 1px
}

.divider.divider-small.divider-small-center hr {
    margin-left: auto;
    margin-right: auto
}

.panel.panel-default.active .panel-title>a:after {
    content: "\f813"
}

@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;
        margin-left: 5px;
        border-radius: 3px;
        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.toggle-close {
        width: 100%!important
    }

    .sidebar.sidebar-main {
        padding-right: 22px
    }

    .sidebar.sidebar-main.toggle-close {
        margin-left: -300px;
        opacity: 0;
        visibility: hidden
    }
}


.cms-index-index header.page-header.type14 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent
}

.cms-index-index #banner-slider-demo-3 div.content-area h2 {
    font-size: 70px;
    margin: 0 0 3vh
}

.cms-index-index #banner-slider-demo-3 div.content-area a.btn-default {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 18px 40px;
    width: auto;
    height: auto;
    line-height: 1;
    background-color: #f37135;
    color: #fff;
    font-weight: 700
}

.cms-index-index #banner-slider-demo-3 div.content-area a.btn-default:active,.cms-index-index #banner-slider-demo-3 div.content-area a.btn-default:focus,.cms-index-index #banner-slider-demo-3 div.content-area a.btn-default:hover {
    background-color: #2e469e;
    color: #fff
}

.cms-index-index .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],.cms-index-index .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 26px
}

@media (min-width: 992px) {
    .cms-index-index #banner-slider-demo-3 div.content-area h1 {
        font-size:70px;
        margin: 4px 0 35px;
        letter-spacing: 4px
    }

    #algolia_instant_selector .col-md-3.col-sm-6 {
        height: 400px
    }
}

@media (min-width: 1050px) and (max-width:1470px) {
    #banner-slider-demo-3 .container .img {
        height:500px!important
    }
}

.signed-up .fancybox-inner {
    overflow: hidden!important
}

.sample-product-page .product-info-main .price-wrapper span::after {
    vertical-align: top;
    content: " (Includes UPS ground shipping)";
    color: red;
    font-size: 15px;
    font-weight: 500
}

@media(min-width: 1024px) {
    .sample-product-page .page-main {
        max-width:1200px
    }
}

body:not(.cms-index-index) .page-wrapper .navigation li.level0.staticwidth.parent .level0.submenu {
    z-index: 10
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .product-info-main .box-tocart {
    margin: 30px 0 10px!important
}

.shipping-text-block {
    padding-bottom: 30px;
    margin-top: -10px
}

.shipping-text-block span {
    font-weight: 600;
    font-size: 14px
}

body.checkout-index-index .page-wrapper .page-header.sticky-header {
    z-index: 900
}

div.iosc-place-order-container button.iosc-place-order-button {
    padding: 7px 15px
}

.theme-color,.theme-hover-color:hover {
    color: #1576bd!important
}

.theme-bg-color,.theme-hover-bg-color:hover {
    background-color: #1576bd!important
}

.theme-border-color {
    border-color: #1576bd!important
}
.block-header-customer-login:before,.iwd-one-page-checkout-sidebar .iwd-opc-block-summary:before,.minicart-wrapper .block-minicart:before,.prev-next-products .product-nav .product-pop:before {
    border-bottom-color: #1576bd
}
button.action.primary:hover {
    background-color: #1576bd;
    border-color: #1576bd;
    color: #fff
}

.action.tocompare,.action.tocompare:hover,.action.towishlist,.action.towishlist:hover,.moved-add-to-links .action.mailto.friend,.moved-add-to-links .action.mailto.friend:hover,.product-addto-links .action.mailto.friend,.product-addto-links .action.mailto.friend:hover,.product-addto-links .action.tocompare,.product-addto-links .action.tocompare:hover,.product-addto-links .action.towishlist,.product-addto-links .action.towishlist:hover,.product-item-actions .action.tocompare,.product-item-actions .action.tocompare:hover,.product-item-actions .action.towishlist,.product-item-actions .action.towishlist:hover,.product-social-links .action.mailto.friend,.product-social-links .action.mailto.friend:hover {
    color: #302e2a;
    border-color: #302e2a
}

#ln_slider_price .ui-slider-handle,#ln_slider_price.ui-slider-horizontal {
    background-color: #0a0c10
}
.footer-middle a:hover {
    color: #d7d7d7
}

.footer-middle [class*=" porto-icon-"].theme-color,.footer-middle [class^=porto-icon-].theme-color {
    color: #90969a!important
}

.footer-ribbon:before {
    border-right-color: #222
}

#at4-share {
    z-index: 3!important
}

.atss .at-share-btn .at-icon-wrapper,.atss a .at-icon-wrapper {
    background-color: #000!important
}

.atss .at-share-btn {
    margin: 0 1px 1px 0!important
}

.at4m-dock-toggle,.navigation li.level0.staticwidth.parent .level0.submenu {
    left: 0!important;
    right: auto!important
}

.page-wrapper>.breadcrumbs {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 2;
    max-width: 100% !important;
    margin: 0
}

.breadcrumbs .items>li {
    vertical-align: middle;
    height: 21px
}

.breadcrumbs .items>li>a,.breadcrumbs .items>li>strong {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 1
}

.breadcrumbs .item:not(:last-child):after {
    content: "\f856";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin: 0 10px
}

.block-category-list .block-title,.filter .filter-current-subtitle,.filter-options-title {
    padding: 10px 0;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #ccc;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px
}

.block-category-list .block-content,.filter-current .items,.filter-options-content {
    border: 0;
    background-color: transparent;
    padding: 10px 0
}

.filter-actions {
    border: 0;
    background-color: transparent;
    border-top: 1px solid #ccc
}

.abs-remove-button-for-blocks:before,.abs-remove-button-for-blocks:hover:before,.block-category-list .block-content .item a,.block-compare .action.delete:before,.block-compare .action.delete:hover:before,.filter-content .item,.filter-current .action.remove,.filter-current .action.remove:before,.filter-current .action.remove:hover:before,.filter-options-content .count,.filter-options-content a,.filter-value,.sidebar .product-items .action.delete:before,.sidebar .product-items .action.delete:hover:before,.table-comparison .cell.remove .action.delete:before,.table-comparison .cell.remove .action.delete:hover:before {
    color: #000!important
}

.filter-options-title:after {
    content: "\f882";
    border: 0;
    color: #000;
    font-size: 12px;
    text-align: right;
    right: 0;
    line-height: 26px
}

.filter-options-title:hover:after {
    background-color: transparent;
    color: #000
}

.active>.filter-options-title:after {
    content: "\f883"
}

.swatch-option {
    border-color: #eee
}

.swatch-option.text {
    color: #000!important;
    font-weight: 400
}

.swatch-option.color:not(.disabled):hover,.swatch-option.image:not(.disabled):hover,.swatch-option:not(.disabled):hover {
    border-color: #000
}

.sidebar-title {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000
}

#ln_slider_price.ui-slider-horizontal {
    background: #555
}

.toolbar-amount {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 15px
}

.pages a.page,.sorter-action {
    line-height: 35px
}

.sorter-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #000
}

.toolbar select {
    border: 2px solid #000;
    height: 35px;
    line-height: 31px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-indent: -1px
}

.modes-mode,.pages .action {
    width: 35px;
    height: 35px;
    line-height: 31px
}

.page-products .toolbar .limiter {
    color: #000;
    text-transform: uppercase;
    font-size: 12px
}

.pages strong.page {
    border: 0;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0;
    background-color: transparent !important;
    color: #000;
    font-weight: 700
}

.pages a.page {
    border: 0;
    height: 35px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    color: #939393 !important
}

.pages a.page:hover {
    border: 0;
    background-color: transparent !important;
    color: #000!important
}

.pages .action {
    border: 2px solid #000;
    background-color: #000;
    font-size: 13px
}

.pages .action:hover {
    border-width: 2px
}

.pages .action:before {
    color: #fff!important
}

.filter-title strong {
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px
}

.product-info-main .product-info-price {
    border: 0;
    margin-bottom: 0
}

.swatch-attribute-label {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.product-options-wrapper,.product-social-links {
    border: 0;
    padding: 0
}

.bundle-options-container .box-tocart .input-text.qty,.product-info-main .box-tocart .input-text.qty {
    height: 60px;
    min-width: 100px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 1px;
    color: #000
}

.bundle-options-container .box-tocart .qty.field .qty-changer>a,.product-info-main .qty.field .qty-changer>a {
    width: 28px;
    height: 28px;
    margin-top: 4px;
    line-height: 24px;
    border: 2px solid #000;
    color: #000;
    font-size: 11px;
    text-align: center
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
    height: 60px;
    line-height: 60px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px
}

.product-info-main .fieldset>.field.qty {
    margin-right: 50px;
    margin-bottom: 10px
}

.product-info-main .product.overview {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: 300
}

.block.upsell .title {
    background: 0 0;
    padding-bottom: 20px
}

.block.upsell .title strong {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px
}

.bundle-info .box-tocart .actions,.bundle-info .fieldset>.field.qty {
    margin-bottom: 20px;
    margin-right: 30px
}

.moved-add-to-links {
    margin-bottom: 20px;
    margin-top: 8px
}

.bundle-options-container .block-bundle-summary .product-addto-links .action span,.moved-add-to-links .action span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin: 0 10px
}

.bundle-options-container .block-bundle-summary .product-addto-links .action.tocompare,.bundle-options-container .block-bundle-summary .product-addto-links .action.towishlist,.moved-add-to-links .action.tocompare,.moved-add-to-links .action.towishlist {
    width: auto;
    height: auto;
    line-height: 1.4;
    border: 0;
    color: #dfdfdf;
    letter-spacing: 0;
    display: block;
    white-space: nowrap
}

.bundle-options-container .block-bundle-summary .product-addto-links .action.tocompare:before,.bundle-options-container .block-bundle-summary .product-addto-links .action.towishlist:before,.moved-add-to-links .action.tocompare:before,.moved-add-to-links .action.towishlist:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    min-width: 20px
}

.product-info-main .box-tocart .actions {
    margin-right: 40px;
    margin-bottom: 20px
}

.footer-middle ul.contact-info li strong {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #000
}

.minicart-items .product-image-container {
    border: 1px solid #a3a3a3
}

.block-minicart .block-content>.actions>.primary .action.primary {
    font-weight: 400;
    letter-spacing: 1px;
    height: 60px
}

.block-minicart .block-content>.actions>.secondary .action.viewcart {
    border: 2px solid #000;
    text-decoration: none;
    letter-spacing: 1px;
    height: 60px;
    line-height: 36px
}

.minicart-items .price-container .price {
    font-weight: 400;
    font-size: 16px
}

.limiter .label,.limiter-text,.sorter-label,.toolbar select {
    font-weight: 700
}

.product.data.items>.item.title>.switch {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.modes-mode {
    border: 2px solid #000;
    color: #000
}

@media (min-width: 1900px) {
    .catalog-category-view .category-description,.checkout-cart-index .page-main,.cms-index-index .container,.footer .container,.footer-bottom,.page-main,.page-wrapper>.breadcrumbs .items,body.layout-fullwidth .page-wrapper>.breadcrumbs .items,body.layout-fullwidth.catalog-category-view .page-main,body.layout-fullwidth.catalog-product-view .page-main,body.layout-fullwidth.cms-index-index .page-main {
        padding-left:100px;
        padding-right: 100px
    }

    .sidebar-main {
        padding-right: 60px
    }
}

@media (max-width: 1899px) {
    .sidebar-main {
        padding-right: 40px
    }

    .product-info-main .fieldset>.field.qty {
        margin-right: 10px;
        margin-top: 10px
    }

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

@media (max-width: 1679px) {
    .product-info-main .box-tocart .input-text.qty {
        min-width:60px
    }

    .box-tocart .action.tocart {
        min-width: 150px
    }
}

@media (max-width: 1439px) {
    #home-content-slider-demo-20 .item>div.content {
        transform:scale(.5);
        top: 0!important;
        max-width: 65%
    }

    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
        min-width: 160px
    }

    .checkout-cart-index .page-main,.cms-index-index .container,.footer .container,.footer-bottom,.page-main,.page-wrapper>.breadcrumbs .items,.page-wrapper>.category-description,body.layout-fullwidth .page-wrapper>.breadcrumbs .items,body.layout-fullwidth.catalog-category-view .page-main,body.layout-fullwidth.catalog-product-view .page-main,body.layout-fullwidth.cms-index-index .page-main {
        padding-left: 30px;
        padding-right: 30px;
        max-width: none
    }
}

.pages a.page:visited {
    color: #939393
}

.sidebar-filterproducts+h2 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 12px!important;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase
}

.product-info-main .page-title-wrapper h1 {
    color: #000;
    font-size: 30px;
    font-weight: 400
}

.page-main>.page-title-wrapper .page-title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700
}

.product-info-main .product.sku,.product-info-main .stock.available,.product-info-main .stock.unavailable {
    font-size: 14px;
    color: #000
}

.block-category-list {
    margin-top: -10px
}

@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
    }

    .full-width-image-banner p,.slider-with-side .slider-area .item .content .text-area p {
        display: none
    }

    body.boxed .page-wrapper {
        width: 300px
    }

    .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
    }

    .category-banner .banner-text h2,.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
    }

    #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: 0
    }

    #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
    }

    .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
    }

    .onepage-category .category-detail .products-area .category-link {
        margin-top: 0;
        margin-left: 10px;
        float: none;
        display: inline-block
    }

    .toolbar .limiter .label {
        min-width: 41.8px
    }
}

.catalog-product-view.product-type-sticky-right .product.info.detailed {
    width: 100%;
    margin-left: 0
}

.catalog-product-view .sidebar .custom-block {
    border: none;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 33px;
    background: 0 0
}

.catalog-product-view .sidebar .custom-block-1>div i {
    color: #333;
    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: 1px solid #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: .005em;
    color: #333;
    margin-left: 80px
}

.block.related {
    padding: 0 20px
}

.block .title strong {
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: .01em;
    margin-bottom: 20px!important;
    padding-top: 0;
    text-transform: uppercase
}
.footer-top .block .block-title {
    margin-bottom: 5px;
    padding-top: 35px
}

.footer-top .block .block-title strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #222329;
    letter-spacing: .075em
}

.footer-top .block.newsletter {
    width: auto;
    max-width: 400px;
    display: inline-block
}

.footer-top .block.newsletter .control:before {
    line-height: 48px;
    margin-left: 20px
}

.footer-top .block.newsletter .control input {
    background-color: #f4f4f4;
    color: #686865;
    height: 48px;
    border: none;
    font-size: 14px;
    padding-left: 40px
}

.footer-top .block.newsletter .control div.mage-error {
    position: absolute;
    top: 100%
}

.footer-top .block.newsletter .actions button {
    height: 48px;
    text-transform: uppercase;
    padding: 0 22px
}

.footer-top .social-icons a {
    background-image: none;
    background-color: #fff;
    text-indent: 0;
    color: #000;
    border-radius: 40px;
    font-size: 18.6px;
    width: 48px;
    height: 48px;
    text-align: center;
    margin-left: 0;
    margin-right: 4px;
    float: left;
    line-height: 48px;
    transition: .3s
}

.footer-top .social-icons a[title=Facebook]:hover {
    background-color: #3b5a9a;
    color: #fff
}

.footer-top .social-icons a[title=Twitter]:hover {
    background-color: #1aa9e1;
    color: #fff
}

.footer-top .social-icons a[title=Linkedin]:hover {
    background-color: #7c4a3a;
    color: #fff
}

@media (max-width: 575px) {
    .fullwidth-row {
        width:100vw;
        margin: 0 -15px
    }

    .products-grid.masonry-grid .filterproducts .product-item {
        width: 100%!important
    }
}

.price-box .special-price .price {
    color: red
}

.box-gotoproduct #product-gotoproduct-button {
    letter-spacing: 1px;
    text-transform: uppercase
}

.products-grid .product-item-details .product-item-actions .tocart {
    text-transform: uppercase;
    font-size: 12.53px;
    font-weight: 400;
    letter-spacing: .025em;
    color: #6f6e6c;
    line-height: 30px;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}
.block-bundle-summary .action.towishlist:before,.product-addto-links .action.towishlist:before,.product-item .action.towishlist:before,.product-social-links .action.towishlist:before,.table-comparison .action.towishlist:before {
    content: '\e889'
}

header.page-header.type14 .top-links-icon>a,header.page-header.type14 a.my-wishlist {
    font-size: 17px
}

header.page-header.type14 .fa-user:before {
    content: '\e91a';
    font-family: porto-new-icons;
    font-weight: 600
}
.custom-block-1 ul li .content a,.shop-by-cat-item .cat-detail h3:hover {
    color: #f37135
}

.porto-ibanner-desc .btn:hover,.shop-by-cat-item .action.primary:hover {
    background-color: #f37135;
    border-color: #f37135;
    opacity: 1
}

.video-sec {
    padding-top: 40px
}

.video-sec p {
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto 30px
}

.video-sec .demo-video {
    background: #faf9fa;
    border-radius: 6px;
    border: 16px solid #faf9fa;
    box-shadow: 0 4px 19px 10px rgb(0 0 0 / 8%);
    display: block;
    margin: auto;
    width: 90%
}

.u-video-sec .video_wrapper {
    position: relative;
    width: 50%;
    margin: auto
}

.u-video-sec .videoIframe {
    width: 100%;
    height: 380px;
    display: block
}

.u-video-sec .video_wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    border: 0
}

.u-video-sec .video_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.cms-index-index .page-wrapper>.widget {
    padding: 0;
    max-width: initial
}

.btm-banner {
    padding: 50px 0 0
}

.btm-banner p {
    font-size: 20px;
    margin: 20px 0
}

.btm-banner .btn {
    font-size: 16px;
    padding: 20px 30px
}

.minicart-items .item-qty {
    padding: 5px
}

.block-minicart .block-content>.actions>.secondary .action.viewcart {
    border-color: #f37135
}

.product.description ul li {
    margin: 0;
    line-height: 22px
}

.product.description ul .action.more {
    font-weight: 700;
    font-style: italic
}

header.page-header.type14 .block-search .label.active+.control input {
    z-index: 99
}

#newsletter_popup input[type=email]+.mage-error {
    position: absolute;
    margin-top: 38px
}

#newsletter_popup .subscribe-bottom {
    bottom: 20px
}

.product-add-form .box-tocart>.fieldset .actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 10px;
    max-width: 100%
}

.product-add-form .box-tocart .action.tocart {
    margin-left: 0;
    margin-top: 10px
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
    min-width: 160px
}
.custom-block-1 ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.custom-block-1 ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.custom-block-1 ul li .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 24px
}

.custom-block-1 ul li .content h3 {
    margin-top: 0;
    margin-bottom: 5px
}

.custom-block-1 ul li .content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px
}

.custom-block-1 ul li .content i+a {
    margin-left: 5px
}

.product-info-main .product-info-price {
    display: flex;
    flex-direction: column
}

.product-info-main .product-info-price .price-box {
    margin: 0;
    padding-bottom: 10px
}

.catalog-product-view .product-info-main .price-box .price {
    font-size: 36px
}

.catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 22px
}

header.page-header.type14 .logo img {
    max-height: 57px;
    height: auto;
    max-height: initial;
    width: 95px
}

.checkout-payment-method .payment-method-title .payment-icon {
    width: 230px;
    height: auto
}

#banner-slider-demo-3 .row .content-area {
    position: static
}

#banner-slider-demo-3 .row .content-area .trusted {
    margin-top: 15px;
    text-align: center
}

#banner-slider-demo-3 .container .img img {
    max-height: 100%
}

header.page-header.type14 .nav-sections {
    overflow: initial
}
.sidebar-filterproducts.custom-block .product-item-info {
    display: flex;
    align-items: flex-start;
    text-align: left
}

.sidebar-filterproducts.custom-block .product-item-info .product.photo {
    flex: 0 0 70px
}

.sidebar-filterproducts.custom-block .product-item-info .product.details {
    padding: 0 0 0 10px;
    width: calc(100% - 70px)
}

.sidebar-filterproducts.custom-block .product-item-info .product.details .price-box {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap
}

.filter-options-title:after,.page-main .yotpo.yotpo-main-widget,.product.data.items>.item.content {
    background: 0 0!important
}

.modal-popup .modal-inner-wrap,.modal-slide .modal-inner-wrap,body.cms-index-index header.page-header.type14.sticky-header {
    background-color: #fffaf7
}

#banner-slider-demo-3 div.content-area a.btn.btn-default {
    line-height: 1.3
}

@media (max-width: 1199px) {
    .cms-index-index #banner-slider-demo-3 div.content-area h1 {
        font-size:50px;
        margin: 4px 0 35px;
        letter-spacing: 4px
    }

    .sidebar-main {
        padding-right: 30px
    }

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

    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart,.product-add-form .box-tocart .action.tocart {
        min-width: initial!important;
        height: 52px;
        line-height: 52px
    }

    .product-info-main .box-tocart .input-text.qty {
        height: 52px
    }

    .product-info-main .qty.field .qty-changer>a {
        height: 24px;
        line-height: 20px
    }
}

@media (max-width: 991px) {
    .cart-summary,.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .column.main,.offer-deal .item img {
        width:100%
    }

    .abs-shopping-cart-items-desktop,.block-cart-failed,.cart-container .cart-gift-item,.cart-container .form-cart {
        width: 100%;
        padding-right: 0
    }

    .full-screen-slider #banner-slider-demo-20 .item>div.content>h2 {
        font-size: 45px
    }

    #home-content-slider-demo-20 .item>div.content>a,.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
    }

    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):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):not(.weltpixel_quickview-catalog_product-view) .sidebar,.search-category {
        display: none
    }

    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):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,.3);
        border: 1px solid #d2d2d2;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s
    }

    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):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):not(.weltpixel_quickview-catalog_product-view) .sidebar.sidebar-additional.open+.side-overlay {
        opacity: .2;
        visibility: visible
    }

    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar .custom-block {
        padding: 10px 20px
    }

    .products-grid.masonry-grid .filterproducts .product-item.width_lg-1-2 {
        width: 50%
    }

    .products-grid.masonry-grid .filterproducts .product-item.width_lg-1-3 {
        width: 33.3333%
    }

    .products-grid.masonry-grid .filterproducts .product-item.width_lg-2-3 {
        width: 66.6666%
    }

    .cms-index-index #banner-slider-demo-3 div.content-area h1 {
        font-size: 40px;
        margin: 4px 0 30px;
        letter-spacing: 3px
    }

    .cms-index-index #banner-slider-demo-3 div.content-area a.btn-default {
        font-size: 11px;
        padding: 15px 25px
    }

    .navigation li.level0.staticwidth.parent .level0.submenu {
        width: 100%!important
    }

    #banner-slider-demo-3 div.content-area a.btn.btn-default {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    #algolia-autocomplete-container .col3,#algolia-autocomplete-container .col9,.nav-open .page-wrapper,.products-grid.masonry-grid .filterproducts .product-item.width_md-1 {
        width:100%
    }

    .products-grid.masonry-grid .filterproducts .product-item.width_md-1-2 {
        width: 50%
    }


    .sidebar.sidebar-additional,.sidebar.sidebar-main {
        position: static!important
    }

    .catalog-product-view .sidebar.sidebar-additional,.catalog-product-view .sidebar.sidebar-main {
        position: fixed!important
    }

    .cms-index-index #banner-slider-demo-3 div.content-area h1 {
        font-size: 30px;
        margin: 4px 0 20px;
        letter-spacing: 2px
    }

    .cms-index-index #banner-slider-demo-3 div.content-area a.btn-default {
        font-size: 10px;
        padding: 10px 20px
    }

    .nav-sections .header.links a:hover,.navigation a:hover {
        color: #1576bd!important
    }


    .page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart .counter.qty {
        color: #fff
    }

    .atss .at-share-btn {
        max-width: 40px;
        pointer-events: all
    }

    .at-share-dock.atss {
        box-shadow: none!important;
        pointer-events: none
    }

    #banner-slider-demo-3 .container .col-md-9.img img {
        height: 270px;
        object-fit: cover;
        position: absolute
    }


    .sidebar-main {
        padding-right: 0
    }



    header.page-header.type14 .nav-sections {
        overflow: auto
    }



    header.page-header.type14 .logo img {
        width: 80px
    }

    header.page-header.type14 .header.content {
        padding: 10px
    }

    header.page-header.type14 .header.content>.logo {
        padding-left: 0
    }

    body.mobile-sticky #banner-slider-demo-3 .container {
        padding-top: 120px
    }

    #banner-slider-demo-3 .row>[class*=col] {
        height: 50%
    }

    #banner-slider-demo-3 .container .content-area {
        order: 2;
        text-align: center
    }

    #banner-slider-demo-3 .container .content-area h2 br,header.page-header.type14 .block-search input {
        opacity: 1;
        position: static!important
    }

    header.page-header.type14 .block-search .minisearch .control {
        position: absolute!important;
        right: -5px;
        top: -6px;
        opacity: 0;
        z-index: -1
    }

    header.page-header.type14 .block-search .minisearch.active .control {
        opacity: 1;
        z-index: 9
    }

    #algolia-autocomplete-container .aa-dropdown-menu {
        right: 0!important;
        width: 100%;
        left: 0!important;
        max-width: 380px;
        margin: 0 auto
    }

    #banner-slider-demo-3 div.content-area a.btn.btn-default {
        font-size: 14px
    }

    .box-product-interest {
        flex-direction: column
    }

    .box-product-interest span.block1 {
        margin-bottom: 15px
    }
    header.page-header.type14 .logo img.mobile-logo {
        width: 150px
    }
}

@media (max-width: 639px) {
    .filter.active .filter-subtitle {
        font-size:13px;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1px;
        padding: 8px 15px
    }

    .filter.active .filter-title strong {
        top: 0
    }

    .filter.active .filter-title strong:after {
        color: #000
    }

    .filter.active .filter-options {
        padding: 0 15px
    }

    .products-list .product-item-details {
        flex: 0 0 75%;
        width: 75%
    }

    .products-list .product-item-photo {
        flex: 0 0 25%;
        width: 25%
    }

    .full-screen-slider {
        height: 100%
    }

    .full-screen-slider .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
        margin: 0;
        padding: 0;
        font-size: 20px
    }

    #banner-slider-demo-3 .container .img {
        display: flex;
        align-items: flex-end
    }

    #banner-slider-demo-3 .row .content-area .trusted {
        display: none
    }

    #banner-slider-demo-3 .row .content-area p {
        font-size: 14px!important;
        margin-bottom: 10px!important
    }

    #banner-slider-demo-3 .container {
        padding-top: 90px;
        padding-left: 30px;
        padding-right: 30px
    }

    #banner-slider-demo-3 .container .content-area {
        padding-top: 50px
    }

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

    .catalog-product-view .product-info-main .product-info-price .price-box {
        padding-left: 9px
    }

    .catalog-product-view .product-info-main .price-box .price {
        font-size: 24px
    }

    .catalog-product-view .product-info-price .price-box .price-container .price {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .footer-top .block.newsletter .control input {
        width:300px
    }

    .navigation li.level0 {
        margin-right: 4px!important
    }

    header.page-header.type14 .navigation li.level0>a {
        padding: 0 10px
    }
}

.checkout-index-index #stripe-payments-card-number {
    width: 17em
}

@media only screen and (min-width: 768px) and (max-width:1399px) {
    .checkout-index-index .checkout-container .payment-method .actions-toolbar {
        margin-top:-25%
    }
}

@media only screen and (min-width: 1400px) {
    .checkout-index-index .checkout-container .payment-method .actions-toolbar {
        margin-top:-20%
    }
}

@media only screen and (min-width: 768px) {
    body header.page-header.type14 .navigation li.level0>a {
        font-weight:700;
        line-height: 27px
    }

    body header.page-header.type14 .navigation li.level0.parent>a:after {
        line-height: inherit
    }
}

.category-description p img {
    padding-top: 15px;
    width: 600px
}


.category-description h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
    color: #1576bd
}

.category-description ul {
    padding-left: 15px;
    font-style: italic
}

.category-description ul li {
    margin-bottom: .5rem
}

.checkout-index-index div.iosc-place-order-container button.iosc-place-order-button {
    background: #cf2e2c!important;
    border: 1px solid #cf2e2c!important;
    background-image: linear-gradient(0deg,#cf2e2c 0,#cf2e2c 100%)!important;
    height: 50px
}

.footer-middle .social-icons a {
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    background-color: grey;
    color: #fff;
    border-radius: 100%
}


.footer-middle .social-icons a i {
    color: #fff;
    margin-top: 4px;
    margin-left: 2px!important;
    font-size: 14px!important
}

.box-product-interest span.block1 i {
    border: 1px solid #2e469e;
    border-radius: 100%;
    font-size: 14px;
    padding: 1px 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color: #2e469e
}

.box-product-interest span.block1 a {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    color: #333
}

.cart.table-wrapper .cart>.item .printing {
    color: red;
    font-weight: 600
}

@media (min-width: 1400px) {
    header.page-header.type14 .panel.header .search-area>a {
        display:none
    }

    header.page-header.type14 .panel.header .block-search {
        display: block;
        right: 0;
        margin-top: -5px;
        width: 380px;
        border-width: 1px
    }
}

@media (min-width: 1281px) and (max-width:1600px) {
    header.page-header.type14 .panel.header .block-search {
        width:270px
    }
}

@media (min-width: 768px) {
    .catalog-product-view.product-type-sticky-right .product.data.items>.item.title>.switch {
        font-size:18px
    }

    .catalog-product-view .sidebar .block.related,.catalog-product-view .sidebar .custom-block,.catalog-product-view .sidebar .sidebar-title {
        padding: 0
    }

    .sidebar .custom-block>img.img-responsive {
        width: 100%
    }
    header.page-header.sticky-header .nav-sections {
        padding: 7px 0 !important;
    }

    ul#ui-id-1.switcher-dropdown {
        width: auto
    }

    .page-layout-2columns-right .sidebar-main {
        padding-left: 22px;
        padding-right: 0
    }

    .page-layout-2columns-right .sidebar.sidebar-main:before {
        right: 0;
        left: 22px
    }
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary,.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-right .bundle-options-container .block-bundle-summary,.page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,.page-layout-3columns .bundle-options-container .block-bundle-summary,.page-layout-3columns .bundle-options-container .bundle-options-wrapper,.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,.product-info-main .product-add-form {
        padding-top: 0
    }
     .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .col-sm-4\/5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-sm-3\/5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-2\/5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-1\/5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block>a {
        display: block;
        position: relative;
        height: 100%;
        overflow: hidden
    }

    .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block>a>img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute
    }

    .page-header.type1 .navigation li.level0,.page-header.type1 .panel.header .header.links>li>a,.page-header.type1 .panel.header .header.links>li>a:hover,.page-header.type11 .navigation li.level0:hover,.page-header.type11 .panel.header .header.links>li>a,.page-header.type11 .panel.header .header.links>li>a:hover,.page-header.type17 .header.panel .block-search .action.search:before,.page-header.type17 .header.panel .links>li>a,.page-header.type17 .header.panel .links>li>a:hover,.page-header.type19 .block-search .action.search:before,.page-header.type19 .minicart-wrapper .action.showcart.active:before,.page-header.type19 .minicart-wrapper .action.showcart:before,.page-header.type19 .navigation .level0>.level-top,.page-header.type19 .search-area>a,.page-header.type19 .search-area>a:hover,.page-header.type20 .header.panel .block-search .action.search:before,.page-header.type20 .header.panel .links>li>a,.page-header.type20 .header.panel .links>li>a:hover,.page-header.type3 .header.panel .block-search .action.search:before,.page-header.type3 .header.panel .top-panel>.links>li>a,.page-header.type3 .header.panel .top-panel>.links>li>a:hover,.page-header.type4 .header.panel .block-search .action.search:before,.page-header.type4 .header.panel .links>li>a,.page-header.type4 .header.panel .links>li>a:hover,.page-header.type6 .block-search .action.search:before,.page-header.type6 .minicart-wrapper .action.showcart.active:before,.page-header.type6 .minicart-wrapper .action.showcart:before,.page-header.type6 .navigation .level0>.level-top,.page-header.type6 .search-area>a,.page-header.type6 .search-area>a:hover,.page-header.type9 .header.panel .block-search .action.search:before {
        color: #1576bd
    }

    --.page-header.type17 .navigation .level0: hover>.level-top,.page-header.type1 .navigation li.level0.active,.page-header.type1 .navigation li.level0:hover,.page-header.type17 .navigation .level0.active>.level-top,.page-header.type17 .navigation .level0.has-active>.level-top,.page-header.type17 .navigation .level0:hover>.level-top,.page-header.type19 .navigation .level0:hover>.level-top,.page-header.type19 .panel.wrapper,.page-header.type20 .navigation .level0.active>.level-top,.page-header.type20 .navigation .level0.has-active>.level-top,.page-header.type20 .navigation .level0:hover>.level-top,.page-header.type24 .navigation li.level0>a:before,.page-header.type3 .navigation .level0.active>.level-top,.page-header.type3 .navigation .level0.has-active>.level-top,.page-header.type3 .navigation .level0:hover>.level-top,.page-header.type4 .navigation .level0.active>.level-top,.page-header.type4 .navigation .level0.has-active>.level-top,.page-header.type4 .navigation .level0:hover>.level-top,.page-header.type6 .navigation .level0:hover>.level-top,.page-header.type6 .panel.wrapper,.sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default,.sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default,.sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default,.sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,.sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default,.sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default,.sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default,.sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default,.sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default,.sw-megamenu.navigation.side-megamenu li.level0:hover {
        background-color:#1576bd
    }

     .product.info.detailed.vertical .product.data.items>.item.title.active>.switch,.product.info.detailed.vertical .product.data.items>.item.title.active>.switch:focus,.product.info.detailed.vertical .product.data.items>.item.title.active>.switch:hover {
        border-left-color: #1576bd
    }

    .sw-megamenu.navigation.side-megamenu li.level0:hover>a {
        border-top-color: #1576bd
    }

    .page-header .drop-menu .nav-sections,.page-header.header-newskin,.page-header.header-newskin:not(.type16) .nav-sections,.page-header.type1,.page-header.type1 .navigation>ul,.page-header.type10,.page-header.type11,.page-header.type11 .nav-sections,.page-header.type11>.panel.wrapper,.page-header.type12,.page-header.type15,.page-header.type16,.page-header.type16 .navigation>ul,.page-header.type16>.panel.wrapper,.page-header.type17,.page-header.type18,.page-header.type18 .nav-sections,.page-header.type18>.main-panel-top,.page-header.type19,.page-header.type19 .panel.wrapper,.page-header.type1>.panel.wrapper,.page-header.type2,.page-header.type2 .nav-sections,.page-header.type2.header-newskin,.page-header.type2.header-newskin .nav-sections,.page-header.type2.header-newskin>.main-panel-top,.page-header.type20,.page-header.type23,.page-header.type2>.panel.wrapper,.page-header.type3,.page-header.type4,.page-header.type5,.page-header.type5>.panel.wrapper,.page-header.type6,.page-header.type6 .panel.wrapper,.page-header.type7,.page-header.type8 .header.content,.page-header.type8 .menu-wrapper,.page-header.type8.header-newskin .header.content,.page-header.type8.header-newskin .menu-wrapper,.page-header.type8.header-newskin>.panel.wrapper>.panel.header,.page-header.type8>.panel.wrapper>.panel.header,.page-header.type9,.page-header>.panel.wrapper,header.page-header.sticky-header.type16 .nav-sections {
        background-color: #fff
    }

    .page-header .drop-menu+.custom-menu-block a,.page-header.header-newskin .navigation .level0>.level-top,.page-header.type1 .navigation li.level0,.page-header.type11 .navigation li.level0>.level-top,.page-header.type16 .navigation li.level0,.page-header.type17 .navigation li.level0,.page-header.type18 .navigation .level0>.level-top,.page-header.type19 .navigation .level0>.level-top,.page-header.type2 .navigation .level0>.level-top,.page-header.type2.header-newskin .navigation .level0>.level-top,.page-header.type20 .navigation .level0>.level-top,.page-header.type23 .navigation .level0>.level-top,.page-header.type3 .navigation .level0>.level-top,.page-header.type4 .navigation .level0>.level-top,.page-header.type5 .navigation .level0>.level-top,.page-header.type6 .navigation .level0>.level-top,.page-header.type7 .navigation .level0>.level-top,.page-header.type8 .navigation .level0>.level-top,.page-header.type8.header-newskin .navigation .level0>.level-top,.page-header.type9 .navigation .level0>.level-top {
        color: #ccc
    }

    ----.page-header.type19 .navigation .level0: hover>.level-top,.page-header.header-newskin .navigation .level0:hover>.level-top,.page-header.type1 .navigation li.level0.active,.page-header.type1 .navigation li.level0:hover,.page-header.type11 .navigation li.level0.active,.page-header.type11 .navigation li.level0.has-active,.page-header.type11 .navigation li.level0:hover,.page-header.type16 .navigation .level0:hover>.level-top,.page-header.type17 .navigation .level0.active>.level-top,.page-header.type17 .navigation .level0.has-active>.level-top,.page-header.type17 .navigation .level0:hover>.level-top,.page-header.type18 .navigation .level0:hover>.level-top,.page-header.type19 .navigation .level0.active>.level-top,.page-header.type19 .navigation .level0.has-active>.level-top,.page-header.type2 .navigation .level0:hover>.level-top,.page-header.type2.header-newskin .navigation .level0:hover>.level-top,.page-header.type20 .navigation .level0.active>.level-top,.page-header.type20 .navigation .level0.has-active>.level-top,.page-header.type20 .navigation .level0:hover>.level-top,.page-header.type23 .navigation .level0.active>.level-top,.page-header.type23 .navigation .level0.has-active>.level-top,.page-header.type23 .navigation .level0:hover>.level-top,.page-header.type3 .navigation .level0.active>.level-top,.page-header.type3 .navigation .level0.has-active>.level-top,.page-header.type3 .navigation .level0:hover>.level-top,.page-header.type4 .navigation .level0.active>.level-top,.page-header.type4 .navigation .level0.has-active>.level-top,.page-header.type4 .navigation .level0:hover>.level-top,.page-header.type5 .navigation .level0.active>.level-top,.page-header.type5 .navigation .level0.has-active>.level-top,.page-header.type5 .navigation .level0:hover>.level-top,.page-header.type6 .navigation .level0.active>.level-top,.page-header.type6 .navigation .level0.has-active>.level-top,.page-header.type6 .navigation .level0:hover>.level-top,.page-header.type7 .navigation .level0.active>.level-top,.page-header.type7 .navigation .level0.has-active>.level-top,.page-header.type7 .navigation .level0:hover>.level-top,.page-header.type8 .navigation .level0.active>.level-top,.page-header.type8 .navigation .level0.has-active>.level-top,.page-header.type8 .navigation .level0:hover>.level-top,.page-header.type8.header-newskin .navigation .level0.active>.level-top,.page-header.type8.header-newskin .navigation .level0.has-active>.level-top,.page-header.type8.header-newskin .navigation .level0:hover>.level-top,.page-header.type9 .navigation .level0.active>.level-top,.page-header.type9 .navigation .level0.has-active>.level-top,.page-header.type9 .navigation .level0:hover>.level-top {
        color:#fff
    }
    .navigation .level0 .submenu a.ui-state-focus,.navigation .level0 .submenu a:hover {
        background-color: #0a0c10;
        color: #fff
    }
     .page-layout-1column .product-info-main,.page-layout-2columns-left .product-info-main,.page-layout-2columns-right .product-info-main,.page-layout-3columns .product-info-main {
        width: 73.5%
    }

    .page-layout-1column .product.media,.page-layout-2columns-left .product.media,.page-layout-2columns-right .product.media,.page-layout-3columns .product.media {
        width: 24.5%
    }

    .page-layout-1column .column.main>.custom-block~.product-info-main,.page-layout-2columns-left .column.main>.custom-block~.product-info-main,.page-layout-2columns-right .column.main>.custom-block~.product-info-main,.page-layout-3columns .column.main>.custom-block~.product-info-main {
        width: 55.125%
    }

    .page-layout-1column .column.main>.custom-block~.product.media,.page-layout-2columns-left .column.main>.custom-block~.product.media,.page-layout-2columns-right .column.main>.custom-block~.product.media,.page-layout-3columns .column.main>.custom-block~.product.media {
        width: 18.375%
    }

    #banner-slider-demo-3 .container .img {
        position: absolute;
        right: 0;
        height: 700px;
        text-align: right
    }

    .product-info-main .page-title-wrapper h1 {
        margin-bottom: 20px
    }

    .product.data.items>.item.title>.switch {
        border: 0;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        background-color: transparent
    }

    .product.info.detailed:not(.vertical) .product.data.items>.item.title.active>.switch,.product.info.detailed:not(.vertical) .product.data.items>.item.title.active>.switch:focus,.product.info.detailed:not(.vertical) .product.data.items>.item.title.active>.switch:hover {
        background-color: #dfdfdf
    }

    .product.data.items>.item.title:not(.active)>.switch:hover {
        background-color: #f1f1f1;
        color: #000
    }

    .product.data.items>.item.content {
        box-shadow: none;
        border: 0;
        border-top: 1px solid #dfdfdf;
        padding: 45px 0;
        margin-top: 58px
    }

    .data.switch .counter {
        color: inherit
    }

    .weltpixel-quickview-catalog-product-view .product-info-main {
        width: 57%
    }

    .weltpixel-quickview-catalog-product-view .product.media {
        width: 40%
    }

    .page-layout-2columns-left .sidebar-main {
        width: 20.9% !important
    }

    .page-layout-2columns-left .column.main {
        width: 79% !important
    }

    .product.info.detailed.vertical .product.data.items>.item.content {
        padding: 0 30px
    }
      header.page-header.sticky-header .minicart-wrapper {
        transform: translateY(-50%)
    }

    header.page-header.type14 .top-links-area {
        display: inline-block
    }
    header.page-header.type14 .navigation li.level0>a {
        padding: 0 7px
    }

    header.page-header.type14 .navigation li.level0.parent>a {
        padding-left: 15px;
        padding-right: 15px
    }

    #banner-slider-demo-3 .btn-wrap {
        text-align: left
    }

    #banner-slider-demo-3 .row .content-area .trusted {
        position: absolute;
        bottom: 0
    }

    header.page-header.sticky-header .nav-sections {
        background-color: #fff!important
    }

    .page-header.type14 .top-links-area>.links {
        border-radius: 0;
        box-shadow: 0 4px 8px -2px rgb(0,0,0,.15);
        border: 1px solid #f0f0f0;
        background-color: #fafafa!important
    }

    .page-header.type14 .top-links-area>.links::after {
        content: '';
        position: absolute;
        top: -6px;
        right: 32px;
        width: 10px;
        height: 10px;
        border-width: 1px 1px 0 0;
        border-color: #f0f0f0;
        border-style: solid;
        transform: rotate(-45deg);
        background: #fafafa
    }

    .page-header.type14 .top-links-area .links>li>a {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px;
        padding: 5px 15px;
        color: #000!important
    }

    .page-header.type14 .top-links-area .links>li>a:hover {
        background-color: #fff;
        text-decoration: none
    }

    header.page-header.type14.sticky-header .logo img {
        width: 50px
    }

    header.page-header.type14.sticky-header .nav-sections-item-content>.navigation {
        display: flex;
        align-items: center;
        padding-right: 130px
    }

    .logo .mobile-logo {
        display: none
    }
}

.free-shipping-promo {
    border-top: 1px solid #1576bd
}

.free-ship-wrapper {
    max-width: 190px;
    text-align: center;
    background-color: #1576bd;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 13.5%;
    display: flex;
    padding: 0 10px;
    line-height: 20px
}

p.free-text1 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px
}

.free-ship-icon {
    font-size: 40px
}

.free-ship-text2,.free-text2 {
    font-size: 10px
}

.free-text2 {
    margin-bottom: 0;
    font-weight: 600
}
.user-login-area .account-notifications h2 {
    color: #585c50;
    font-size: 19px;
    margin: 20px 0;
    font-weight: 500
}

.user-login-area .account-notifications .login {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    width: 70%;
    font-size: 16px;
    margin-bottom: 20px;
    border: none;
    height: 45px;
    padding: 0;
    background: #2e469e
}

.user-login-area .account-notifications .create-account {
    background: 0 0;
    border: 1px solid #eaece4;
    color: #585c50;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    width: 70%;
    font-size: 16px;
    margin-bottom: 20px;
    height: 45px
}

.user-login-area .account-notifications .account-links {
    background: #eaece4;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    padding-inline-start:0px}

.user-login-area .account-notifications .account-links div {
    float: left;
    width: 50%;
    padding: 20px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

.user-login-area .account-notifications a {
    text-decoration: none;
    color: #585c50
}

.user-login-area .account-notifications i {
    display: inline-block;
    margin: 0 5px
}

.user-login-area .account-notifications .login:hover {
    opacity: .6;
    background-color: #2e469e
}

.user-login-area .account-notifications a.top-link-checkout i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.user-login-area .account-notifications .create-account:hover {
    opacity: .6
}
#banner-slider-demo-3 .container {
    height: 100%;
    padding: 0
}
@media (min-width: 768px) {
    header.page-header.sticky-header .minicart-wrapper {
        top: 35px
    }
    .t1 {
        font-size: 40px;
        font-weight: 900;
        color: #f37137;
        line-height: 60px;
        margin-bottom: 0
    }

    .t3,.t4 {
        color: #393939;
        font-weight: 700
    }

    .cms-index-index #banner-slider-demo-3 div.content-area h1.t2 {
        color: #393939;
        font-size: 52px;
        margin: 0;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0;
        text-transform: uppercase
    }

    .t3 {
        font-size: 62px;
        margin: 0;
        line-height: 64px;
        text-transform: uppercase
    }

    .t4 {
        font-size: 20px;
        margin: 10px 0 0
    }
     .am-porto-cmtb .page-main {
            z-index: auto
        }

    #algolia-autocomplete-container .aa-dropdown-menu {
        left: 0!important;
        right: 0!important;
        margin: 0 auto
    }

    .page-main #algolia-autocomplete-container .col3 {
        display: none
    }

    .page-main #algolia-autocomplete-container .col9 {
        width: 100%
    }
}

@media (min-width: 1281px) and (max-width:1370px) {
    .block-search {
        width:360px
    }
}

@media (min-width: 768px) and (max-width:1280px) {
    .mobile-call {
        display:none
    }

    .chat-us,.logo {
        padding-left: 0
    }

    .top-links-area.user-login-area.for-tablet {
        padding-left: 40px;
        padding-right: 0;
        line-height: 30px
    }

    .user-login-area.for-tablet div[title="My Account"]>* {
        margin-left: 0;
        color: #1576bd
    }

    #banner-slider-demo-3 .left-centered {
        top: 70%
    }

    .t1 {
        font-size: 30px;
        line-height: 22px
    }

    .t2 {
        font-size: 22px;
        line-height: 40px
    }

    .t3 {
        font-size: 36px;
        line-height: 30px
    }

    .t4 {
        font-size: 15px
    }

    .logo img {
        height: 48px
    }
}

@media (min-width: 1198px) and (max-width:1220px) {
    .block-search {
        width:370px
    }

    .chat-us,.main-panel-top {
        display: none
    }
}



#banner-slider-demo-3 .owl-item .item,#banner-slider-demo-3-mobile .owl-item .item {
    height: auto!important
}

.page-wrapper>.breadcrumbs {
    color: #585c50;
    background-color: transparent
}

p.st-error {
    text-align: right;
    visibility: hidden;
    color: red;
    padding-right: 40px;
    font-weight: 600;
    font-size: 12px
}

#mptablecategory-table-view .price-box-1,#mptablecategory-table-view .price-box-2 {
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

#mptablecategory-table-view .price-box-2 {
    border-bottom: 0;
    padding-bottom: 0
}

#mptablecategory-table-view .price-per-box {
    width: 44px;
    display: inline-block
}

.mptablecategory-product-qty input {
    width: 50px !important;
    text-align: center
}

#mptablecategory-table-view .mptablecategory-product-name {
    width: 250px;
    text-align: left
}

.mptablecategory-product-image {
    width: 80px !important;
}

.free-ship-price-text {
    font-weight: 600;
    color: #1576bd
}

#mptablecategory-table-view .free-ship-wrapper {
    max-width: 300px;
    border-radius: 5px;
    padding: 0 54px
}

.mptablecategory-product-name small>a {
    color: #1576bd;
    border: 2px solid;
    padding: 3px 5px;
    margin-top: 5px;
    display: block;
    max-width: fit-content;
    font-weight: 800;
    border-radius: 5px
}

.free-ship-price-table {
    color: #1576bd;
    border: 1px solid;
    padding: 3px 5px;
    margin-top: 5px;
    display: block;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1024px) and (max-width:1400px) {
    #mptablecategory-table-view .free-ship-wrapper {
        padding:0 20px
    }

    #mptablecategory-table-view .price-per-box {
        width: 40px
    }

    .mptablecategory-product-price {
        width: 290px
    }

    #mptablecategory-table-view .mptablecategory-product-name {
        width: 100px
    }

    #mptablecategory-table-view td.mptablecategory-product-size {
        width: 150px
    }
}

.amexfee-block-content.-checkout>.title.amexfee-title {
    font-weight: 600;
    visibility: hidden
}

.product-info-main .product.alert a.action.alert {
    background-color: #2e469e;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    text-decoration: none
}

.block.upsell .title {
    border-bottom: 0;
    margin-bottom: 0
}

.opc-block-summary {
    background: #fff
}

.up-shipping-checkout-cart-block {
    color: #ed713a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px
}

@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
    }

    .cms-index-index .onepage-category,.onepage-category,.onepage-category .category-detail .menu-popup>ul {
        display: block
    }

    .onepage-category>.category-list {
        width: auto;
        float: none;
        padding: 0;
        min-height: 0;
        position: static;
        margin-bottom: 20px
    }

    .onepage-cat.category-list+.main.container,.onepage-category>.category-details {
        float: none;
        width: auto;
        padding: 0 15px
    }

    .onepage-category>.category-list>ul {
        padding: 0;
        position: static!important
    }

    .onepage-category>.category-list>ul>li {
        margin: 0;
        display: inline-block
    }

    #amasty-shopby-product-list>.toolbar.toolbar-products:first-child,.block-header-customer-login,.fotorama__nav.fotorama__nav--dots,.mptablecategory-product-price,.mptablecategory-product-size,.onepage-category>.category-list>ul>li>a:after,.onepage-category>.category-list>ul>li>a:hover>span {
        display: none
    }

    .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(odd) {
        border-left: 0;
        clear: left
    }

    .onepage-category .category-detail .menu-popup ul>li>a {
        font-size: 14px
    }

    .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
    }

    .products-table .products {
        padding: 0;
        margin: 0
    }

    .price-mobile {
        color: #006bb4;
        padding-top: 5px;
        font-weight: 500
    }

    td.mptablecategory-add-to-cart-button,td.mptablecategory-product-qty {
        padding-top: 20px
    }

    body.filter-active header.page-header.type18 {
        z-index: 9
    }

    body.filter-active .columns {
        z-index: auto!important
    }

    .up-shipping-checkout-cart-block {
        padding-left: 15px
    }

    .fotorama__stage__shaft {
        border: 0
    }
}

#mptablecategory-table-view .product-image-photo {
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease
}

#mptablecategory-table-view .product-image-photo:hover {
    transform: scale(3);
    border: 1px solid #1576bd;
    border-radius: 3px
}

#mptablecategory-table-view .product-item-photo:hover {
    overflow: visible;
    z-index: 9999
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .product-info-main .box-tocart {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.catalog-product-view .price-box .price .minimum-order-qn-show {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 13px
}

.catalog-product-view .custom-block-1 ul li .icon {
    width: 70px;
    height: 70px;
    border: 0
}

.custom-block-1 ul li .content {
    margin-top: 5px
}

span.up-live-chat {
    width: 55px;
    position: relative;
    float: right;
    right: 30px;
    bottom: 15px
}

span.up-icon-sm {
    padding-right: 5px
}

@media (min-width: 768px) {
    .product-custom-block-mobile {
        display:none
    }

    .sw-megamenu.navigation li.level0 .row>.subchildmenu,ul.subchildmenu.col-md-12.mega-columns {
        height: 500px;
        overflow-y: scroll
    }
}

.catalog-category-view .owl-prev,.catalog-product-view .owl-prev {
    left: -50px!important
}

.submenu .container .row {
    margin-left: 0!important;
    margin-right: 0!important
}

#algoliaAutocomplete .aa-SubmitButton {
    background: #1576bd!important;
    height: 100%!important;
    border-radius: 0 30px 30px 0!important;
    color: #fff
}

.aa-Panel,.autocomplete-wrapper {
    flex-direction: row!important
}

.owl-carousel .owl-nav .owl-next:before,.owl-carousel .owl-nav .owl-prev:before {
    content: ''
}

.sidebar .sidebar-filterproducts .owl-top-narrow .owl-theme .owl-controls {
    top: -20px!important;
    right: -5px
}

@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
    }

    .free-ship-wrapper {
        margin: 0 auto
    }

    #algoliaAutocomplete {
        margin: 10px 0!important
    }

    #algoliaAutocomplete .aa-SubmitButton {
        background: #fff!important;
        color: #1576bd!important;
        border: 2px solid #1576bd!important;
        border-left-width: 0!important
    }

    #algoliaAutocomplete .aa-SubmitButton path {
        stroke: #1576bd;
        stroke-width: 1px
    }
}

@media (min-width: 769px) {
    .page-layout-2columns-right .sidebar-additional {
        width:100%
    }

    .sw-megamenu.navigation .subchildmenu.mega-columns>li.menu-bottom-block {
        padding: 0 5px
    }

    .aa-Panel.productColumn1 .aa-PanelLayout section.aa-Source {
        border-left: none;
        margin-left: 0!important
    }

    .aa-Panel.productColumn1 section.aa-Source .aa-List li.aa-Item {
        width: auto
    }

    .aa-Panel,.autocomplete-wrapper {
        width: 70%!important;
        left: 15%!important
    }

    #algoliaAutocomplete {
        position: absolute!important
    }

    .ox-colour-swatch-wrapper .ox-colour-swatch-list>.ox-swatch-details .tooltip-content {
        min-width: 120px
    }
}

@media (max-width: 450px) {
    #algoliaAutocomplete {
        width:100%
    }
}

.ais-Panel-header {
    background-color: #1874bd;
    padding: 7px;
    font-weight: 700;
    color: #fff
}

#autocomplete-products-footer {
    width: 100%;
    left: 0
}

.box-tocart .field.qty div.mage-error {
    position: absolute;
    margin-top: 7px
}

.amcheckout-step-container input[type=datetime],.amcheckout-step-container input[type=email],.amcheckout-step-container input[type=number],.amcheckout-step-container input[type=password],.amcheckout-step-container input[type=search],.amcheckout-step-container input[type=tel],.amcheckout-step-container input[type=text],.amcheckout-step-container input[type=url],.amcheckout-step-container select {
    font-size: 14px;
    height: 38px;
    border-radius: 5px
}

.form-address-edit .actions-toolbar .action.primary {
    padding: 7px 15px;
    line-height: 22px
}

.amcheckout-main-container.-modern button:not(.primary) {
    height: 40px
}

.am-checkout.-modern .fieldset>.field .label {
    font-size: 1.4rem;
    display: block
}

.amcheckout-step-container .action.checkout.amasty,.amcheckout-step-container .primary .action.checkout {
    background: #cf2e2c!important;
    border: 1px solid #cf2e2c!important;
    background-image: linear-gradient(0deg,#cf2e2c 0,#cf2e2c 100%)!important;
    height: 50px;
    width: 90%!important;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 6px
}

.checkout-payment-method.submit {
    margin-top: 20px
}

.shq-input input[type=checkbox] {
    clip: unset;
    position: relative;
    width: auto;
    margin-right: 5px;
    top: -4px
}

.checkout-index-index .checkout-shipping-method select.shq-input {
    padding-left: 10px!important
}

.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent
}

#shq_inside_delivery,#shq_liftgate_required,#shq_limited_del,#shq_notify_required {
    padding-left: 5px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    padding: 0 0 0 1px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method,.amcheckout-step-container .opc-block-summary {
    background: 0 0!important;
    border: 0
}

.form.methods-shipping input,.form.methods-shipping select {
    height: 38px
}

.block-authentication a.action.primary {
    height: auto;
    padding: 7px 15px
}
.product-info-main .product.alert a.action.alert {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .am-checkout.-modern .authentication-wrapper {
        position:absolute;
        right: 70px;
        top: 70px
    }

    .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
        background: #eee!important
    }

    .checkout-index-index .sections.nav-sections {
        display: none
    }

    .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
        height: 30px;
        padding-bottom: 5px;
        line-height: 0
    }
}

@media (max-width: 767px) {
    header.page-header.type14 .panel.header>* {
        vertical-align:middle
    }

    header.page-header.type14 .minicart-wrapper .action.showcart:before {
        color: #0a0c10;
        font-size: 22px
    }

    header.page-header.type14 .minicart-wrapper {
        margin-top: 0
    }



    .cms-index-index #banner-slider-demo-3 div.content-area h2 {
        font-size: 36px
    }

    #banner-slider-demo-3 .container .content-area {
        padding-top: 0
    }

    #banner-slider-demo-3 .row .content-area .t1 {
        font-size: 50px!important;
        font-weight: 900;
        color: #f37137;
        line-height: 40px;
        margin-bottom: 0!important
    }

    #banner-slider-demo-3 .row .content-area .t2 {
        color: #393939;
        font-size: 42px!important;
        margin: 0;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 0!important
    }

    #banner-slider-demo-3 .row .content-area .t3 {
        color: #393939;
        font-size: 46px!important;
        margin: 0;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0!important
    }

    #banner-slider-demo-3 .row .content-area .t4,#banner-slider-demo-3-mobile .content-area .t4 {
        color: #393939;
        font-size: 16px!important;
        margin: 10px 0 0;
        font-weight: 700;
        text-align: center
    }
    .catalog-category-view.mobile-sticky .page-main {
        margin-top: 0;
        padding-top: 0
    }

    .category-description {
        margin-top: 110px!important
    }

    ._has-modal header.page-header.sticky-header,.catalog-product-view .custom-block-1 ul li:last-child,.catalog-product-view._has-modal .box-tocart .tocart,.menu-top-block .container-fluid .row:first-child .col:first-child:after,.page-wrapper .menu-top-block .container-fluid .shop-by-cat-item-menu .cat-thumb-menu,.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots {
        display: none
    }

    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        margin: 0 auto
    }

    .checkout-index-index .page-header .minicart-wrapper,.column.main>.custom-block,.menu-top-block .container-fluid .row,.sw-megamenu.navigation li.level0.fullwidth .menu-top-block {
        display: block
    }

    .desc-img-text-block>div,.ucanpack-custom-desc-block .desc-text {
        width: 100%
    }

    .ucanpack-custom-desc-block .desc-text table,.ucanpack-custom-desc-block .right-block h4 {
        max-width: 100%
    }

    .ucanpack-custom-desc-block .desc-text table th.col.label {
        display: block!important;
        width: 100%;
        background-color: #f2f2f2!important
    }

    .ucanpack-custom-desc-block .desc-text table tr:nth-child(odd) {
        background-color: transparent
    }

    .desc-img-block {
        text-align: center
    }

    .catalog-product-view.mobile-sticky header.page-header {
        height: 110px
    }

    .catalog-product-view.mobile-sticky .page-main {
        padding-top: 120px!important;
        margin-top: 0
    }

    .menu-top-block .container-fluid .col {
        margin-bottom: 0!important
    }

    .shop-by-cat-item-menu .cat-detail h4 {
        font-size: 14px;
        font-weight: 500
    }

    .shop-by-cat-item-menu .cat-detail {
        text-align: left;
        margin-bottom: 0
    }

    #banner-slider-demo-3-mobile .left-centered.col-md-3.content-area {
        width: 100%;
        text-align: center
    }

    #banner-slider-demo-3-mobile .content-area {
        padding-top: 0!important;
        z-index: 999
    }

    #banner-slider-demo-3-mobile .content-area .t1 {
        font-size: 26px!important;
        font-weight: 700;
        color: #f37137;
        line-height: 40px;
        margin-bottom: 0!important
    }

    #banner-slider-demo-3-mobile .content-area .t2 {
        color: #393939;
        font-size: 38px!important;
        margin: 0;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 0!important
    }

    #banner-slider-demo-3-mobile .content-area .t3 {
        color: #393939;
        font-size: 40px!important;
        margin: 0;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0!important
    }

    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart #product-addtocart-button {
        font-family: inherit;
        position: fixed;
        bottom: 0;
        z-index: 99999;
        margin: 0;
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        opacity: 1
    }

    .catalog-product-view .action.primary.disabled {
        opacity: 1
    }

    .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
        font-size: 16px;
        margin-top: 25px;
        display: block
    }

    .amcheckout-step-container .action.checkout.amasty,.amcheckout-step-container .primary .action.checkout {
        width: 100%!important
    }
}

