.action.compare.no-display {
    display: none !important;
}
body > p {
    display: none;
}
.toolbar .modes > a {
    text-decoration: none;
}
.clearer {
    clear:both;
}
.cookie-status-message {
    display: none;
}

@media (min-width: 1200px) {
    .col-lg-2-4 {
        width: 20%;
    }
    .col-lg-9-6 {
        width: 80%;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .layout-1280 .navigation, .layout-1280 .page-wrapper > .breadcrumbs .items, .layout-1280 .page-header .header.panel, .layout-1280 .header.content, .layout-1280 .footer.content, .layout-1280 .page-wrapper > .widget, .layout-1280 .page-wrapper > .page-bottom, .layout-1280 .block.category.event, .layout-1280 .top-container, .layout-1280 .page-main {
        max-width: 1280px;
    }
    .layout-1280 .container {
        width: 1280px;
        max-width: 100%;
    }
    .page-header.type12 .header.panel .top-panel .customer-menu .links > li:first-child > a {
        padding-left: 15px;
    }
}
.btn-default {
    /* color: #fff; */
    font-weight: 400;
    background-image: none;
    background-color: #08c;
    text-shadow: none;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.prev-next-products {
    float: right;
    margin-right: -12px;
}
.homepage-bar {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb;
}
.homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 21px;
}
.homepage-bar .col-md-4:first-child {
    border-left: 0;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^="porto-icon-"] {
    font-size: 34px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.homepage-bar .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.homepage-bar h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
.homepage-bar p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
.image-link {
    display: block;
    position: relative;
}
.image-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.image-link:hover:before {
    opacity: 0.1;
    visibility: visible;
}
.image-link img {
    width: 100%;
}
.border-radius .image-link:before {
    border-radius: 8px;
}

.custom-support {
    text-align: left;
}
.custom-support em[class*=icon-] {
    float: left;
    background-color: #e35d53;
    color: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}
.custom-support div.content {
    margin-left: 76px;
}
.custom-support div.content>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;
}

.parallax-wrapper {
    position: relative;
}
.parallax-wrapper .overlay {
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.parallax {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 50px 0;
}
.parallax-slider {
    text-align: center;
}
.parallax-slider .owl-carousel h2 {
    font-size: 60.28px;
    color: #fff;
    line-height: 1;
}
.parallax-slider .owl-carousel p {
    font-size: 22.6px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}
.parallax-slider .owl-carousel a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.brands-slider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {

    .nav-open .page-wrapper {
        position: fixed;
        z-index: 3;
    }
    .page-wrapper .page-header.type18 .nav-sections .switcher strong span {
        display: none;
    }
    .page-wrapper .page-header.type18 .nav-sections .switcher .options ul.dropdown .switcher-option a label {
        display: none;
    }
    .page-wrapper .page-header.type18 .nav-sections .switcher .options.active ul.dropdown {
        min-width: auto;
    }
    .sections.nav-sections .section-item-content.nav-sections-item-content ul.header.links:nth-child(2) {
        display:none;
    }

    .page-header.type18 .panel.wrapper .panel.header .top-bar-usp.mobile {
        display: block;
        position: relative;
        width: 100%;
        padding: 20px 0;
    }
    .usp-link:nth-child(1){
        animation-name: fade;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-duration: 5s;
        animation-direction: alternate-reverse;  
      }
      
    .usp-link:nth-child(2){
        animation-name: fade;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-duration: 5s;
        animation-direction: alternate;
      }
      @keyframes fade{
          0%,45% {
            opacity: 0;
      }
          100%{
            opacity: 1;
        }
      }
      .usp-link {
        position: absolute;
        top: 1rem;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        list-style: none;
      }
      .page-wrapper .page-header.type18 .header.panel > .header.links{
        display: none;
      }
      .page-wrapper .page-header.type18 .header.panel {
          padding: 0;
      }
      .page-wrapper .page-header .header.panel > .header.links {
        position: relative;
        width: 100%;
        padding: 20px 0;
        max-width: 100% !important;
      }
      .page-wrapper  .page-header .header.content .sections.nav-sections .section-items.nav-sections-items .section-item-content .header.links li.usp-link.second {
          display: none;
      }
      .page-wrapper  .page-header .header.content .sections.nav-sections .section-items.nav-sections-items .section-item-content .header.links li.usp-link.first {
        display: none;
    }    
    .minicart-wrapper.active .block-minicart{
        max-height: 285px;
        overflow-y: auto;
        overflow-x:hidden;
        padding-right: 15px;              
    }
}
@media (max-width: 991px) {
    .homepage-bar .col-md-4 {
        border: 0;
        text-align: left;
    }
    .parallax {
        background-position: center center !important;
        background-attachment: initial;
    }
}
@media (max-width: 767px) {
    .parallax-slider .owl-carousel h2 {
        font-size: 40px;
    }
    .parallax-slider .owl-carousel p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .parallax-slider .owl-carousel a {
        font-size: 13px;
    }
}
/*=============== Demo 1 Homepage Slider ===============*/
.owl-banner-carousel .content.type1 h2{font-size:60px}
.owl-banner-carousel .content.type1 p{font-size:25px}
.owl-banner-carousel .content.type1 a{font-size:16px}

@media (max-width:1199px){
    .owl-banner-carousel .content.type1 h2{font-size:48px}
    .owl-banner-carousel .content.type1 p{font-size:20px}
    .owl-banner-carousel .content.type1 a{font-size:13px}
}
@media (max-width:991px){
    .owl-banner-carousel .content.type1 h2{font-size:36px}
    .owl-banner-carousel .content.type1 p{font-size:15px}
    .owl-banner-carousel .content.type1 a{font-size:10px}
}
@media (max-width:767px){
    .owl-banner-carousel .content.type1 h2{font-size:24px}
    .owl-banner-carousel .content.type1 p{display:none}
    .owl-banner-carousel .content.type1 a{font-size:8px}
}
/*=============== Demo 3 Homepage Slider ===============*/
#banner-slider-demo-3 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-3 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-3 .slide1-content p{font-size:23.64px}
#banner-slider-demo-3 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-3 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-3 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-3 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-3 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-3 .slide3-content em{font-size:26.26px}
#banner-slider-demo-3 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-3 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-3 .slide1-content img.quote{width:30px}
    #banner-slider-demo-3 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-3 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-3 .slide1-content p{font-size:18px}
    #banner-slider-demo-3 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-3 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-3 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-3 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-3 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-3 .slide3-content em{font-size:20px}
    #banner-slider-demo-3 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-3 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-3 .slide1-content img.quote{width:15px}
    #banner-slider-demo-3 .slide1-content em{font-size:14px;margin:0 3px}
    #banner-slider-demo-3 .slide1-content h2{font-size:38px;margin:1px 0 5px}
    #banner-slider-demo-3 .slide1-content p{font-size:14px}
    #banner-slider-demo-3 .slide2-content em{font-size:14px;margin-left:3px}
    #banner-slider-demo-3 .slide2-content h2{font-size:39px;margin:0 0 5px}
    #banner-slider-demo-3 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
    #banner-slider-demo-3 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-3 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-3 .slide3-content em{font-size:14px}
    #banner-slider-demo-3 .slide3-content h2{font-size:38px;margin-bottom:8px}
    #banner-slider-demo-3 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 8 Homepage Slider ===============*/
#banner-slider-demo-8 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-8 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-8 .slide1-content p{font-size:23.64px}
#banner-slider-demo-8 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-8 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-8 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-8 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-8 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-8 .slide3-content em{font-size:26.26px}
#banner-slider-demo-8 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-8 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-8 .slide1-content img.quote{width:30px}
    #banner-slider-demo-8 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-8 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-8 .slide1-content p{font-size:18px}
    #banner-slider-demo-8 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-8 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-8 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-8 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-8 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-8 .slide3-content em{font-size:20px}
    #banner-slider-demo-8 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-8 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-8 .slide1-content img.quote{width:15px}
    #banner-slider-demo-8 .slide1-content em{font-size:12px;margin:0 3px}
    #banner-slider-demo-8 .slide1-content h2{font-size:23px;margin:1px 0 5px}
    #banner-slider-demo-8 .slide1-content p{font-size:14px}
    #banner-slider-demo-8 .slide2-content em{font-size:12px;margin-left:3px}
    #banner-slider-demo-8 .slide2-content h2{font-size:23px;margin:0 0 5px}
    #banner-slider-demo-8 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:5px}
    #banner-slider-demo-8 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-8 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-8 .slide3-content em{font-size:12px}
    #banner-slider-demo-8 .slide3-content h2{font-size:23px;margin-bottom:8px;margin-top:5px;}
    #banner-slider-demo-8 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 4 Homepage Slider ===============*/
#banner-slider-demo-4 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-4 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-4 .slide1-content p{font-size:23.64px}
#banner-slider-demo-4 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-4 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-4 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-4 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-4 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-4 .slide3-content em{font-size:26.26px}
#banner-slider-demo-4 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-4 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-4 .slide1-content img.quote{width:30px}
    #banner-slider-demo-4 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-4 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-4 .slide1-content p{font-size:18px}
    #banner-slider-demo-4 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-4 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-4 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-4 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-4 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-4 .slide3-content em{font-size:20px}
    #banner-slider-demo-4 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-4 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-4 .slide1-content img.quote{width:15px}
    #banner-slider-demo-4 .slide1-content em{font-size:14px;margin:0 3px}
    #banner-slider-demo-4 .slide1-content h2{font-size:38px;margin:1px 0 5px}
    #banner-slider-demo-4 .slide1-content p{font-size:14px}
    #banner-slider-demo-4 .slide2-content em{font-size:14px;margin-left:3px}
    #banner-slider-demo-4 .slide2-content h2{font-size:39px;margin:0 0 5px}
    #banner-slider-demo-4 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
    #banner-slider-demo-4 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-4 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-4 .slide3-content em{font-size:14px}
    #banner-slider-demo-4 .slide3-content h2{font-size:38px;margin-bottom:8px}
    #banner-slider-demo-4 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
.slider-with-side {
    margin: 0 -8px;
}
.slider-with-side .slider-area {
    padding: 0 8px;
    float: left;
    width: 72.3%;
}
.slider-with-side .slider-area .item .content .ribbon {
    right: 13px;
    top: 16px;
}
.slider-with-side .slider-area .item .content .ribbon em {
    font-size: 14px;
    margin: 0;
    margin-right: 63px;
}
.slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 33px;
    margin: 0;
    margin-right: 14px;
}
.slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 18px;
    margin: 0;
    margin-top: -3px;
}
.slider-with-side .slider-area .item .content .text-area h2 {
    display: inline-block;
    padding: 7px 50px 7px 11px;
    font-size: 42.7px;
    margin-bottom: 4px;
}
.slider-with-side .slider-area .item .content .text-area p {
    display: inline-block;
    padding: 12px 17px 12px 13px;
    font-size: 17.58px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 11px;
        top: 11px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 13px;
        margin-right: 60px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 30px;
        margin-right: 12px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 16px;
        margin-top: -2px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 6px 45px 6px 10px;
        font-size: 38px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 10px 15px 10px 11px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 3px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 8px;
        margin-right: 40px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 22px;
        margin-right: 7px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 10px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 4px 38px 4px 7px;
        font-size: 22px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 6px 11px 6px 8px;
        font-size: 9px;
    }
}
@media (max-width: 480px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 1px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 6px;
        margin-right: 22px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 14px;
        margin-right: 2px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        display: none;
    }
}
.slider-with-side .side-area {
    padding: 0 8px 0 7px;
    float: left;
    width: 27.7%;
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
}
.slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s;
}
.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible;
}
.slider-with-side .side-area .item1 .content {
    position: absolute;
    bottom: 17px;
    left: 15px;
    text-align: left;
}
.slider-with-side .side-area .item1 .content em {
    font-size: 27.45px;
    margin: 0;
    margin-bottom: 2px;
    display: block;
    margin-left: 4px;
}
.slider-with-side .side-area .item1 .content h2 {
    font-size: 35.16px;
    margin: 0;
    margin-bottom: 14px;
}
.slider-with-side .side-area .item1 .content a {
    font-size: 15.08px;
    margin: 0;
    margin-left: 4px;
    display: block;
}
.slider-with-side .side-area .item2 .content {
    position: absolute;
    bottom: 17px;
    left: 21px;
    text-align: left;
}
.slider-with-side .side-area .item2 .content h2 {
    font-size: 33.86px;
    margin: 0;
    margin-bottom: 12px;
}
.slider-with-side .side-area .item2 .content p {
    font-size: 18.34px;
    margin: 0;
    margin-left: 1px;
}
.slider-with-side .side-area .item2 .content a {
    font-size: 13px;
    border: 0;
    text-shadow: none;
    padding: 8px 10px 8px 15px;
    margin: 13px 0 0 25px;
}
.slider-with-side .side-area .item3 {
    margin: 0 !important;
}
.slider-with-side .side-area .item3 .content {
    position: absolute;
    bottom: 17px;
    left: 19px;
    text-align: left;
}
.slider-with-side .side-area .item3 .content h2 {
    font-size: 32px;
    margin: 0;
}
.slider-with-side .side-area .item3 .content p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 17px;
}
.slider-with-side .side-area .item3 .content a {
    font-size: 16px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .side-area .item1 .content {
        bottom: 15px;
        left: 13px;
    }
    .slider-with-side .side-area .item1 .content em {
        font-size: 22px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item1 .content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item1 .content a {
        font-size: 13px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item2 {
        margin-bottom: 8px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item2 .content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item2 .content p {
        font-size: 13px;
    }
    .slider-with-side .side-area .item2 .content a {
        font-size: 12px;
        padding: 7px 8px 7px 13px;
        margin: 5px 0 0 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content h2 {
        font-size: 28px;
    }
    .slider-with-side .side-area .item3 .content p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .slider-with-side .side-area .item3 .content a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .slider-with-side .slider-area {
        padding: 0 8px;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area {
        padding: 0;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 33.33%;
        float: left;
        margin: 0;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 20px;
        left: 20px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 20px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 20px;
        left: 20px;
    }
}
@media (max-width: 767px) {
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 100%;
        float: none;
    }
    .slider-with-side .side-area img {
        width: 100%;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 30px;
        left: 25px;
    }
}
.banner-content-6 {
    padding: 290px 0 80px;
    line-height: 1;
}
.banner-content-6 .text-content em {
    font-size: 26.26px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.banner-content-6 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px;
}
.banner-content-6 .text-content p {
    margin: 0;
}
.banner-content-6 .text-content p span {
    font-size: 23.64px;
    padding-left: 5px;
    line-height: 2;
}
.banner-content-6 .text-content p a {
    font-size: 16px;
    padding: 10px 35px;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 125px;
}
@media(max-width:767px){
    .banner-content-6 .text-content em {
        font-size: 16.26px;
    }
    .banner-content-6 .text-content h2 {
        font-size: 54.12px;
    }
    .banner-content-6 .text-content p span {
        font-size: 13.64px;
    }
    .banner-content-6 .text-content p a {
        font-size: 12px;
        padding: 7px 15px;
    }
}
.filter-title-type-2 {
    font-size: 19px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.filter-title-type-2 span {
    display: table-cell;
    position: relative;
}
.filter-title-type-2 span.title-line:after {
    content: "";
    width: 100%;
    border-top: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.one-product .filterproduct-title {
    background: #fff;
    text-align: center;
    color: #333;
    font-weight: 700;
    line-height: 50px;
}
.one-product .products-grid {
    margin: 0;
    background-color: #fff;
    padding-bottom: 20px;
}
.one-product .product-item-info .product-item-details {
    padding-top: 20px;
}
.one-product .owl-dots {
    margin-top: 0;
}
.shop-features {
    text-align: center;
}
.shop-features [class*=" porto-icon-"], .shop-features [class^="porto-icon-"] {
    color: #333;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 28px;
}
.shop-features h3 {
    color: #121214;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 10px;
}
.shop-features p {
    color: #777;
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}
.shop-features a {
    margin: 0;
    font-size: 14px;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
    margin: 9px 0 0;
    padding: 0px 10px 10px;
    position: relative;
}
.products-grid.wishlist .product-item .tocart {
    height: auto;
    line-height: 30px;
    min-width: 120px;
    padding: 0 11px;

}
@media (min-width: 768px){
.wishlist-index-index .products-grid .product-items .product-item {
    width: 285px;
	height:550px;
}
.wishlist-index-index .products-grid .product-item{
	margin-left:0 !important;
}
}

.hide-addtocart .products-grid .product-item-actions .actions-primary, .hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary {
    display: none;
}
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare {
    display: none;
}
.owl-middle-outer-narrow .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    color: #3d3734;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.owl-bottom-narrow .owl-controls {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: 100%;
}
.filterproducts-tab .data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
}
.filterproducts-tab .data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch {
    color: #08c;
}
.filterproduct-title > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../images/bkg_4.png) bottom no-repeat;
}
.products.wrapper .product-item .product-item-photo .qty-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.products.wrapper .product-item .qty-box {
    display: block;
    width: 88px;
    margin: 0 auto 5px;
}
.products.wrapper.products-list .product-item .qty-box {
    margin: 0 0 5px;
}
.products.wrapper .product-item .qty-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border: solid 1px #dfdfdf;
}
.products.wrapper .product-item .qty-box .qtyminus,.products.wrapper .product-item .qty-box .qtyplus {
    position: relative;
    border: solid 1px #dfdfdf;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    float: left;
    margin-right: -1px;
}
.products.wrapper .product-item .qty-box .qtyplus {
    float: right;
    margin-right: 0;
    margin-left: -1px;
}
.products-grid .product-item .has-qty {
    margin-top: 37px;
}
.product-info-main .custom-block {
    border-bottom: solid 1px #e6e6e6;
    padding: 23px 0 25px;
    margin-bottom: 25px;
}
.product-info-main .custom-block .item:first-child {
    border-left: 0;
    padding-left: 0;
}
.product-info-main .custom-block .item {
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
}
.product-info-main .custom-block i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .custom-block .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.product-info-main .custom-block .text-area h3 {
    font-size: 14px;
    font-weight: 400;
    color: #7a7d82;
    margin: 0;
}
@media (min-width: 768px){
    .filterproducts-tab .data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background: url(../images/slider-bar.png) right 10px no-repeat;
    }
    .filterproducts-tab .data.items:before, .filterproducts-tab .data.items:after {
        content: '';
        display: table;
    }
    .filterproducts-tab .data.items:after {
        clear: both;
    }
    .filterproducts-tab .data.items > .item.title {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 15px;
        border-left: 1px solid #ddd;
    }
    .filterproducts-tab .data.items > .item.title:first-child a.switch {
        padding-left: 0;
        border: 0;
    }
    .filterproducts-tab .data.items > .item.content {
        margin-top: 30px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
}
@media (max-width: 768px){
    .filterproducts-tab .data.items > .item.title {
        padding: 10px;
        border-top: 1px solid #eee;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 14px;
        font-weight: 300;
        text-transform: none;
    }
}

.grid-images {
    text-align: center;
}
.grid-images .row {
    margin-left: -10px;
    margin-right: -10px;
}
.grid-images .col-sm-4, .grid-images .col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-images img {
    max-width: 100%;
}
.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
    opacity: 1;
    filter: alpha(Opacity=100);
    visibility: visible;
    transition: all 0.2s;
}
.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
    opacity: 0.8;
    filter: alpha(Opacity=80);
    visibility: visible;
}
.grid-images .grid1 {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .grid-images .grid1 {
        margin-bottom: 9px;
    }
}
@media (max-width: 767px) {
    .grid-images .grid2 {
        margin-bottom: 9px;
    }
}
@media (min-width: 992px){
    .md-f-right {
        float: right !important;
    }
}
@media (min-width: 768px){
    .sm-f-right {
        float: right !important;
    }
}
.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: 13px 4px 12px;
    border-top: 1px solid #ddd;
    margin: 0;
    line-height: 1;
}
.side-custom-menu ul li:first-child {
    border: 0;
}
.side-custom-menu ul li a {
    color: #777;
    font-size: 15px;
    line-height: 1;
    display: block;
}
.home-side-menu-type2{margin-bottom:50px}
.home-side-menu-type2>h2{font-size:15px;font-weight:600;color:#333;margin-bottom:15px;margin-top:0;}
.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}
.side-menu-type2.side-block{border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar{padding:0;list-style:none}
.side-menu-type2.side-block ul.category-sidebar ul{list-style:none;margin:0;display:none;padding-left:1.5em}
.side-menu-type2.side-block ul.category-sidebar>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar li{position:relative}
.side-menu-type2.side-block ul.category-sidebar a{font-size:13px;color:#777}
.side-menu-type2.side-block ul.category-sidebar a:hover{color:#000;text-decoration:none}
.side-menu-type2.side-block ul.category-sidebar>li>a{font-size:15px}
.side-menu-type2.side-block ul.category-sidebar ul>li{line-height:40px;border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar ul>li:first-child{border-top:0}
.featured-box-2{margin:30px 0}
.featured-box-2 h3{color:#121213;font-size:15px;border-bottom:1px solid #ddd;line-height:1.4;padding:8px 0;margin-bottom:10px}
.featured-box-2 h3 em{font-size:18px}
.featured-box-2 p{font-size:14px;margin-bottom:10px}
.featured-box-2 a{font-size:14px}
.social-icons [class^="porto-icon-"] {
    color: #fff;
}
.sidebar-title {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    line-height: 1;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    text-decoration: none;
}
body.boxed {
    padding: 24px 0 17px;
    background: url(../images/boxed_bg.png) repeat;
}
body.boxed .page-wrapper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.fotorama .fotorama__fullscreen-icon {
    
    display: block;
}
.fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr {
    background: none;
    color: #08c;
}
.fotorama-sprite:before, .fotorama__fullscreen .fotorama__zoom-out:before, .fotorama__fullscreen .fotorama__zoom-in:before, .fotorama__arr .fotorama__arr__arr:before, .fotorama__fullscreen-icon:before, .fotorama__thumb__arr:before {
    font-family: 'porto-icons';
    display: block;
    text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
    height: auto;
}
.fotorama__arr--next .fotorama__arr__arr:before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
}

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

.fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: "\f809";
    font-size: 30px;
    line-height: 1;
}
.fotorama__zoom-in:before {
    content: "\f85a";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__zoom-out:before {
    content: "\f85b";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__fullscreen-icon:before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
}
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: "\f819";
    font-size: 20px;
    line-height: 50px;
}

.fotorama__stage {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}
.fotorama__nav--thumbs .fotorama__thumb {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background-color: #fff;
}
.fotorama__nav .fotorama__thumb__arr {
    padding-bottom: 0;
}
.fotorama__nav .fotorama__thumb-border {
    border-radius: 5px;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 3px solid #fff !important;
}
.fotorama__stage__shaft {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
}
.main-product-detail {
    background-color: #efefef;
    padding: 71px 0;
}
.weltpixel-quickview-catalog-product-view .main-product-detail {
    padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main {
    padding: 0 15px;
}
.custom-block-tab {
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    padding: 30px 20px 40px;
    margin-top: 3px;
}
.move-product-tab .owl-top-narrow .owl-theme .owl-controls {
    top: -25px;
}
.move-product-tab .products-grid .owl-carousel .product-item {
    margin-bottom: 10px;
    padding: 10px 0 6px;
    overflow: hidden;
}
.move-product-tab .product-items .product-item-info .product-item-photo {
    max-width: 30%;
    float: left;
    margin-right: 10px;
}
.move-product-tab .product-items .product-item-details {
    margin-left: calc(31% + 15px);
    text-align: left;
    padding: 0;
}
.move-product-tab .product-items .product-reviews-summary {
    display: block;
    background: none;
}
.move-product-tab .product-items .price-box {
    margin-bottom: 0;
}
.main-upsell-product-detail {
    background-color: #f4f4f4;
    padding: 60px 0 45px;
    margin-top: -60px;
}
.main-upsell-product-detail .block.upsell .title strong {
    background-color: #f4f4f4;
}
.message {
    border-radius: 5px;
}
@media (max-width: 1199px) {
    body.boxed .page-wrapper {
        width: 980px;
    }
}
@media (max-width: 991px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}
@media (max-width: 767px) {
    body.boxed .page-wrapper {
        width: 630px;
    }
    .sm-clearer {
        clear: both;
    }
}
@media (max-width: 640px) {
    body.boxed .page-wrapper {
        width: 460px;
    }
}
@media (max-width: 480px) {
    body.boxed .page-wrapper {
        width: 300px;
    }
}

.block.block-border {
    border-radius: 7px;
    overflow: hidden;
}
.block.block-border .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    border-radius: 7px 7px 0 0;
    margin: 0;
}
.block.block-border .block-content {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.category-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
}
.category-sidebar li {
    position: relative;
    margin: 0;
}
.category-sidebar ul {
    display: none;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.category-sidebar li > .expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 32px;
}
.category-sidebar li > a:not(.expand-icon) {
    color: #777;
    font-size: 13px;
    line-height: 2.5;
}
@media (max-width: 1199px) {
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 728px;
        width: calc(75vw - 19.5px);
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
        font-size: 13px;
        line-height: 34px;
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        line-height: 34px;
    }
    .home-side-menu h2.side-menu-title {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .home-side-menu {
        display: none;
    }
}

.cms-index-index blockquote.testimonial{background-color:#08c;border:0;border-radius:10px;color:#fff;font-family:Georgia,serif;font-style:italic;margin:0;padding:10px 50px;position:relative;font-size:1.2em;line-height:1.3}
.cms-index-index blockquote.testimonial:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index blockquote.testimonial:after{right:10px;bottom:-0.5em;color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index .testimonial-arrow-down{border:15px solid transparent;border-top-color:#08c;border-bottom:0;height:0;margin:0 0 0 25px;width:0}
.cms-index-index .testimonial-author{margin:8px 0 0 8px}
.cms-index-index .testimonial-author .img-thumbnail{border-radius:7px;float:left;margin-right:10px;position:relative;padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;display:inline-block;max-width:100%;height:auto}
.cms-index-index .testimonial-author .img-thumbnail img{max-width:60px;display:inline-block;height:auto}
.cms-index-index .testimonial-author p{color:#666;margin:0 0 0 25px;text-align:left;line-height:24px}
.cms-index-index .testimonial-author p >strong{color:#111;display:block;padding-top:7px;font-size:14px}
.cms-index-index .testimonial-author span{color:#666;display:block;font-size:12px}

.block.block-subscribe.home-sidebar-block{border:1px solid #ddd;border-top:5px solid #08c;border-radius:7px;background-color:#fbfbfb;text-align:center;padding:25px 20px 0}
.block.block-subscribe.home-sidebar-block .block-title strong{font-size:16px;color:#313131;font-weight:700;text-transform:uppercase;padding:30px 0 20px}
.block.block-subscribe.home-sidebar-block .block-content p{line-height:1.8}
.block.block-subscribe.home-sidebar-block label.label{display: none}

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

.shop-features h2.shop-features-title{position:relative;text-align:center;margin:30px 0}
.shop-features h2.shop-features-title:before{content:"";background-image:linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);height:1px;width:100%;display:block;position:absolute;top:50%}
.shop-features h2.shop-features-title span{background-color:#fff;display:inline-block;position:relative;z-index:1;padding:0 12px;color:#313131;font-weight:700;font-size:15px;line-height: 33px;vertical-align: top;}

.homepage-grid-banner{padding:0}
.homepage-grid-banner *{transition:all 0.2s}
.homepage-grid-banner .row{margin-left:-4px;margin-right:-4px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:4px;padding-right:4px}
.homepage-grid-banner .col-sm-margin{margin-bottom:8px}
.homepage-grid-banner img{width:100%}
.homepage-grid-banner .content a{font-size:16px;margin-right:5px;}
.homepage-grid-banner .content a.btn-default{font-size:13px;margin:0;border:0;padding-right:3px;color:#fff}
.homepage-grid-banner .ribbon{width:33.5%;height:22.3%}
.homepage-grid-banner .ribbon:before{content:"";position:absolute;right:0;top:0;border:150px solid #08c;border-right:0;border-bottom:0;border-left:200px solid transparent;}
.homepage-grid-banner .ribbon>div{width:90%}
.homepage-grid-banner .ribbon em{font-size:14px}
.homepage-grid-banner .ribbon h4{font-size:33px;line-height:1;margin:0}
.homepage-grid-banner .ribbon h5{font-size:18px;line-height:1;margin:0}
.homepage-grid-banner .grid1,.homepage-grid-banner .grid2,.homepage-grid-banner .grid3,.homepage-grid-banner .grid4{cursor:pointer;overflow:hidden;min-height:50px}
.homepage-grid-banner .grid1:before,.homepage-grid-banner .grid2:before,.homepage-grid-banner .grid3:before,.homepage-grid-banner .grid4:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(Opacity=0);visibility:hidden;transition:all 0.2s}
.homepage-grid-banner .grid1:hover:before,.homepage-grid-banner .grid2:hover:before,.homepage-grid-banner .grid3:hover:before,.homepage-grid-banner .grid4:hover:before{opacity:0.1;filter:alpha(Opacity=10);visibility:visible}
.homepage-grid-banner .grid1 .content h2{font-size:70.72px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid1 .content p{font-size:29.47px;line-height:1;margin:0;margin-bottom:10px;margin-right:4px}
.homepage-grid-banner .grid2 .content h3{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content h2{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content p{font-size:17.58px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h2{font-size:46px;line-height:1;margin:0}
.homepage-grid-banner .grid3 .content h5{font-size:16px;line-height:1;margin:0;margin-bottom:30px}
.homepage-grid-banner .grid3 .content p{font-size:16px;line-height:1;margin:0;margin-bottom:5px}
.homepage-grid-banner .grid3 .content h4{font-size:22.72px;line-height:1;margin-top:20px;margin-bottom:0}
.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px;line-height:1}
.homepage-grid-banner .grid3 .content h3{font-size:37.71px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px;line-height:1}
.homepage-grid-banner .grid4 .content h2{font-size:33.86px;line-height:1.2;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid4 .content p{font-size:19.75px;line-height:1.2;margin:0;margin-bottom:17px}

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

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

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

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

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

.single-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-image img {
    max-width: 100%;
    transition: 0.5s ease;
}
.single-image img {
    width: 100%;
}
.single-image:hover img {
    transform: scale(1.2);
}

#banner-slider-demo-11 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-11 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-5px}
#banner-slider-demo-11 .slide-1 .text-content p {margin:0}
#banner-slider-demo-11 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-11 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-11 .slide-2 em{font-size:26.26px;margin:0;margin-bottom:10px}
#banner-slider-demo-11 .slide-2 .text-content h2{font-size:51.67px}
#banner-slider-demo-11 .slide-2 .text-content p {margin:0}
#banner-slider-demo-11 .slide-2 .text-content p span{font-size:23.64px}
#banner-slider-demo-11 .slide-2 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px}

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

.flex-owl-slider .owl-item:first-child .item {
    border-left-color: transparent;
}
.flex-owl-slider .owl-item .item {
    border-left: 1px solid #e3e4e4;
}
.owl-no-narrow .owl-controls {
    /* display: none; */
}
@media (max-width:640px){
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
        width: 40px;
        padding: 0 12px;
    }
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
        display: none;
    }
}
@media (max-width: 991px) {
    .sm-bd-0 {
        border: 0!important;
    }
}

.fancybox-close {
    background: transparent;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}
.fancybox-close:hover {
    text-decoration: none;
}
.fancybox-close:before {
    content: '\f819';
    font-family: 'porto-icons';
}

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

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

/* Category Banner */
.page-wrapper > .category-banner{background-color:transparent}
.page-wrapper > .category-banner .banner-image{width:100%}
.category-banner .banner-text{position:absolute;top:30%;width:100%;color:#fff}
.category-banner .banner-text h2{font-size:50px;color:#fff}
.category-banner .banner-text p{font-size:26px;font-weight:300}
.category-boxed-banner.owl-theme .owl-controls{margin-top:-40px;position:relative;height:30px}
.category-boxed-banner .owl-item .item{border-radius:5px;overflow:hidden;position:relative}
.category-boxed-banner .owl-item .item img{width:100%}
.category-boxed-banner .banner-text{position:absolute;top:40%;left:4%;color:#fff;width:100%}
.category-boxed-banner .banner-text h2{font-size:35px;color:#fff;background-color:#333;background-color:rgba(23,23,23,.9);padding:5px 10px;display:inline-block;line-height:1}
.category-boxed-banner .banner-text p{font-size:16px;font-weight:300;background-color:#666;background-color:rgba(23,23,23,.65);padding:7px 12px;line-height:1.4}
.category-boxed-banner .banner-text a.shop-now{margin-left:20px;font-size:16px;}

.full-width-image-banner{height:375px;position:relative}
.full-width-image-banner:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#393733;opacity:0.65;filter:alpha(opacity=65)}
.full-width-image-banner .content{margin-top:-36px}
.full-width-image-banner h2{margin:0;font-size:45px;line-height:1.1}
.full-width-image-banner p{margin:0;font-size:16px}

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

@media (max-width:1199px){
    .category-banner .banner-text h2{font-size:45px}
    .category-banner .banner-text p{font-size:23px}
    .category-boxed-banner .banner-text h2{font-size:38px}
    .category-boxed-banner .banner-text p{font-size:17px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:16px;font-size:14px}
}
@media (max-width:991px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{font-size:16px}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{font-size:12px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:12px;font-size:12px}
}
@media (max-width:767px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{display:none}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{display:none}
}
@media (max-width:640px){
    .category-boxed-banner .banner-text a.shop-now{margin-left:10px;font-size:9px}
    
    .full-width-image-banner{height:200px}
    .full-width-image-banner .content{margin-top:-16px}
    .full-width-image-banner h2{margin:0;font-size:30px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
@media (max-width:480px){
    .category-banner .banner-text h2{font-size:14px}
    .category-boxed-banner .banner-text h2{font-size:14px}
    
    .full-width-image-banner{height:150px}
    .full-width-image-banner .content{margin-top:-13px}
    .full-width-image-banner h2{margin:0;font-size:24px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
/* Category Banner */

.page-header.type3.sticky-header .minicart-wrapper .action.showcart .counter.qty, .page-header.type4.sticky-header .minicart-wrapper .action.showcart .counter.qty {
	color: #000;
}
@media (min-width: 768px) {
	.page-header.type4.sticky-header .navigation > ul {
		padding-right: 200px;
	}
}
/****************** Demo 12 ***************/
#banner-slider-demo-12 .item img {
    width: 100%;
}
#banner-slider-demo-12 .item .content {
    position: absolute;
    right: 4.3%;
    bottom: 20.5%;
}
#banner-slider-demo-12 .item .content>span {
    font-size: 21px;
    font-weight: 300;
    color: #303030;
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
}
#banner-slider-demo-12 .item .content>a.btn-default {
    font-size: 13px;
}
/****************** Demo 13 ***************/
#parallax_01 .parallax-content-13 img.quote{}
#parallax_01 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_01 .parallax-content-13 h2{font-size:79.12px;margin:5px 0 10px}
#parallax_01 .parallax-content-13 p{font-size:23.64px}
#parallax_02{padding:250px 0}
#parallax_02 .parallax-content-13 .text-content em{font-size:26.26px;margin:0}
#parallax_02 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_02 .parallax-content-13 .text-content p {margin:0}
#parallax_02 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_02 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
#parallax_03{padding:250px 0}
#parallax_03 .parallax-content-13 .text-content em{font-size:26.26px;margin:0;margin-left:5px}
#parallax_03 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_03 .parallax-content-13 .text-content p {margin:0}
#parallax_03 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_03 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:125px;margin-top:5px}
#parallax_04 .parallax-content-13 img.quote{}
#parallax_04 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_04 .parallax-content-13 h2{font-size:61px;margin:5px 0 10px;letter-spacing:-3px}
#parallax_04 .parallax-content-13 p{font-size:18px}
#parallax_04 .parallax-content-13 a.btn.btn-default{font-size:16px;padding:8px 35px}

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

@media (min-width: 1600px) {
    .cms-index-index .page-header.type9 .header.panel .top-panel {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .cms-index-index .page-header.type9 .header.panel {
        margin-top: -13px;
        z-index: 6;
    }
}

#banner-slider-demo-14 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-1 .text-content p {margin:0}
#banner-slider-demo-14 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-14 .slide-2 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-2 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-2 .text-content p {margin:0}
#banner-slider-demo-14 .slide-2 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-2 .text-content a{font-size:15.76px;padding:10px 0;margin-top:10px}

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

.image-link span.category-title{display:block;position:absolute;left:-10px;bottom:20px;color:#fff;padding:15px 17px;font-size:15px;font-weight:600;line-height:1;min-width:174px;text-align:left;background-color:#3f4658}
.image-link span.category-title:before{content:"";width:10px;height:10px;border:5px solid transparent;border-right-color:#3f4658;border-top-color:#3f4658;display:block;position:absolute;left:0;top:100%}

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

#banner-slider-demo-15 .content em{font-size:18px}
#banner-slider-demo-15 .content h2{font-size:44px}
#banner-slider-demo-15 .content hr{margin:10px 0}
#banner-slider-demo-15 .content a{font-size:16px}

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

.top-newsletter .newsletter button.subscribe {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #000;
    padding: 0 15px;
    background-color: transparent;
    border: 0;
}
.top-newsletter .newsletter input {
    width: 300px;
    height: 30px;
    border-radius: 0;
    line-height: 16px;
    padding: 7px 50px 7px 15px;
}
.top-newsletter .newsletter label {
    display: none;
}
@media (max-width:1199px){
    .top-newsletter #newsletter{width:270px}
}
@media (max-width:991px){
    .top-newsletter #newsletter{width:160px}
}
@media (min-width: 992px){
    .a-left-sm {
        text-align: left;
    }
    .a-right-sm {
        text-align: right;
    }
}

.owl-banner-carousel .content-17.type1 em{font-size:20px;margin-bottom:-5px;margin-left:9px}
.owl-banner-carousel .content-17.type1 h2{font-size:65px;margin-bottom:0}
.owl-banner-carousel .content-17.type1 p{font-size:37px}
.owl-banner-carousel .content-17.type1 a{font-size:15px}
.owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:11px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;color:#fff;border-radius:50%}
@media (max-width:1199px){
    .owl-banner-carousel .content-17.type1 em{font-size:18px;margin-bottom:-4px;margin-left:8px}
    .owl-banner-carousel .content-17.type1 h2{font-size:58px}
    .owl-banner-carousel .content-17.type1 p{font-size:32px}
    .owl-banner-carousel .content-17.type1 a{font-size:14px}
    .owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;font-size:11px;margin-bottom:3px;margin-left:10px}
}
@media (max-width:991px){
    .owl-banner-carousel .content-17.type1 em{font-size:15px;margin-bottom:-3px;margin-left:6px}
    .owl-banner-carousel .content-17.type1 h2{font-size:50px}
    .owl-banner-carousel .content-17.type1 p{font-size:26px}
    .owl-banner-carousel .content-17.type1 a{font-size:12px}
    .owl-banner-carousel .content-17.type1 a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:3px;margin-left:7px}
}
@media (max-width:767px){
    .owl-banner-carousel .content-17.type1 em{font-size:11px;margin-bottom:-2px;margin-left:4px}
    .owl-banner-carousel .content-17.type1 h2{font-size:28px}
    .owl-banner-carousel .content-17.type1 p{display:none}
    .owl-banner-carousel .content-17.type1 a{display:none}
}

#banner-slider-demo-18 .content-1{position:absolute;left:50%;top:50%;padding:30px 20px 15px;text-align:left;margin-left:-163px;margin-top:-95px}
#banner-slider-demo-18 .content-1>div{display:inline-block;vertical-align:middle}
#banner-slider-demo-18 .content-1>div:first-child{padding-right:10px}
#banner-slider-demo-18 .content-1 p{font-size:23px;line-height:1;margin-bottom:0;margin-left:7px;font-weight:300}
#banner-slider-demo-18 .content-1 h3{font-size:73px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-1 h3 b{font-weight:800;margin-top:-23px;display:block}
#banner-slider-demo-18 .content-1 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-1 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-1 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2{position:absolute;right:28px;bottom:28px;text-align:left}
#banner-slider-demo-18 .content-2>div{display:inline-block;vertical-align:middle;padding:20px 15px}
#banner-slider-demo-18 .content-2>div:first-child{margin:-6px 0;padding-left:25px}
#banner-slider-demo-18 .content-2 p{font-size:20px;line-height:1;margin-bottom:0;margin-left:2px;font-weight:300}
#banner-slider-demo-18 .content-2 h3{font-size:54px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-2 h3 b{font-weight:800}
#banner-slider-demo-18 .content-2 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-2 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-2 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2 a{font-size:13px;margin-right:-10px}
@media (max-width:991px){
    #banner-slider-demo-18 .content-1{padding:25px 15px 10px;margin-left:-122px;margin-top:-75px}
    #banner-slider-demo-18 .content-1>div:first-child{padding-right:7px}
    #banner-slider-demo-18 .content-1 p{font-size:16px;margin-left:5px}
    #banner-slider-demo-18 .content-1 h3{font-size:58px}
    #banner-slider-demo-18 .content-1 h3 b{margin-top:-17px}
    #banner-slider-demo-18 .content-1 em{font-size:14px;margin-right:3px}
    #banner-slider-demo-18 .content-1 h4{font-size:26px}
    #banner-slider-demo-18 .content-1 h5{font-size:14px;margin-top:-2px}
    #banner-slider-demo-18 .content-2{right:20px;bottom:20px}
    #banner-slider-demo-18 .content-2>div{padding:15px 10px}
    #banner-slider-demo-18 .content-2>div:first-child{margin:-2px 0;padding-left:20px}
    #banner-slider-demo-18 .content-2 p{font-size:15px;margin-left:1px}
    #banner-slider-demo-18 .content-2 h3{font-size:38px}
    #banner-slider-demo-18 .content-2 em{font-size:12px;margin-right:2px}
    #banner-slider-demo-18 .content-2 h4{font-size:26px}
    #banner-slider-demo-18 .content-2 h5{font-size:13px;margin-top:-2px}
    #banner-slider-demo-18 .content-2 a{font-size:10px;margin-right:-6px}
}
@media (max-width:640px){
    #banner-slider-demo-18 .content-1{padding:11px 7px 5px;margin-left:-53px;margin-top:-32px}
    #banner-slider-demo-18 .content-1>div:first-child{padding-right:2px}
    #banner-slider-demo-18 .content-1 p{font-size:7px;margin-left:2px}
    #banner-slider-demo-18 .content-1 h3{font-size:22px}
    #banner-slider-demo-18 .content-1 h3 b{margin-top:-6px}
    #banner-slider-demo-18 .content-1 em{font-size:6px;margin-right:1px}
    #banner-slider-demo-18 .content-1 h4{font-size:12px}
    #banner-slider-demo-18 .content-1 h5{font-size:6px;margin-top:-1px}
    #banner-slider-demo-18 .content-2{right:8px;bottom:8px}
    #banner-slider-demo-18 .content-2>div{padding:3px 6px}
    #banner-slider-demo-18 .content-2>div:first-child{margin:-1px 0;padding-left:9px}
    #banner-slider-demo-18 .content-2 p{font-size:7px;margin-left:1px}
    #banner-slider-demo-18 .content-2 h3{font-size:16px}
    #banner-slider-demo-18 .content-2 em{font-size:6px;margin-right:1px}
    #banner-slider-demo-18 .content-2 h4{font-size:12px}
    #banner-slider-demo-18 .content-2 h5{font-size:6px;margin-top:-1px}
    #banner-slider-demo-18 .content-2 a{font-size:6px;margin-right:-3px}
}

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

#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:256px}
#banner-slider-demo-16 .text-content{text-align:left}
#banner-slider-demo-16 .text-content em{font-size:26.26px;margin:0;margin-bottom:-10px}
#banner-slider-demo-16 .text-content h2{font-size:79.12px;letter-spacing:-4px}
#banner-slider-demo-16 .text-content p {margin:0}
#banner-slider-demo-16 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-16 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
@media (max-width:991px){
    #banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:0}
    #banner-slider-demo-16 .text-content em{font-size:18px;margin:0;margin-bottom:-8px}
    #banner-slider-demo-16 .text-content h2{font-size:60px;letter-spacing:-3px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:18px;padding-left:6px}
    #banner-slider-demo-16 .text-content p a{font-size:12px;padding:8px 20px;margin-left:10px;margin-top:5px}
}
@media (max-width:767px){
    #banner-slider-demo-16 .text-content em{font-size:13px;margin:0;margin-bottom:-5px}
    #banner-slider-demo-16 .text-content h2{font-size:40px;letter-spacing:0px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:14px;padding-left:2px}
    #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:5px;margin-top:5px}
}
@media (max-width:480px){
    #banner-slider-demo-16 .text-content em{font-size:10px;margin-bottom:0}
    #banner-slider-demo-16 .text-content h2{font-size:25px;letter-spacing:0px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:0;margin-top:5px;float:left !important}
}

/*** Header Type 10 - Side Header ***/
.container {
    max-width: 100%;
}
.page-header.type10 {
    background-color: #383734;
}
@media (max-width:1199px) and (min-width:992px){
    .page-header.type10 .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 750px;
    }
}
@media (min-width:992px){
    .page-header.type10 .minicart-wrapper .block-minicart {
        right: auto;
        left: -15px;
    }
    .page-header.type10 .minicart-wrapper .block-minicart:before {
        right: auto;
        left: 26px;
    }
    .page-header.type10 .minicart-wrapper .block-minicart:after {
        right: auto;
        left: 25px;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links {
        float: none;
        display: block;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li {
        display: block;
        color: #fff;
    }        
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > a, header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
        color: #fff;
        border: 0;
        padding: 0 5px;
        display: block;
        border-top: 1px solid #575757;
        line-height: 40px;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
        border-top: 0;
    }
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    header.page-header.type10.fixed-bottom {
        position: fixed;
        top: auto;
        bottom: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}
@media (max-width:992px) and (min-width:768px){
    header.page-header.type10 {
        position: relative;
        width: auto;
        height: auto;
        min-height: 0;
        text-align: left;
        padding: 10px 15px;
    }
    header.page-header.type10 .header.content {
        padding: 0;
    }
    header.page-header.type10 .logo {
        max-width: 110px;
    }
    header.page-header.type10 .custom-block-area {
        display: none;
    }
    header.page-header.type10 .block-search {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0;
    }
    header.page-header.type10 .panel.wrapper {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    header.page-header.type10 .header.panel > .header.links > li > a, header.page-header.type10 .header.panel > .header.links > li > span {
        color: #fff;
    }
    header.page-header.type10 .navigation .level0 > .level-top {
        color: #fff;
        line-height: 42px;
    }
}
/*** Header Type 10 - Side Header ***/

.sticky-header .sw-megamenu.navigation li.level0.fl-right {
    float: none;
}
#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:0;background-color:#404040;font-size:16px;color:#fff;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}
#totop:hover{background-color:#555}

i.ajax-loader{display:inline-block;vertical-align:middle;border:1px solid #08c;border-radius:20px;border-bottom-color:transparent!important}
i.ajax-loader.small{width:16px;height:16px;border-width:2.5px}
i.ajax-loader.large{width:32px;height:32px;border-width:2.5px}
@media (min-width:768px){
    .page-wrapper .page-header.type12 .header.content {
        padding-left: 200px;
    }
    .onepage-category > .columns {
        padding-left: 180px;
        padding-right: 50px;
    }
    #maincontent.onepage-category {
        position: relative;
        padding-top: 50px;
        max-width: 100%
    }
}
.page-wrapper .page-header.type12.sticky-header {
    position: fixed;
    background-color: #000;
    z-index: 6;
    width: 100%;
}
.page-header.type12.sticky-header .header.panel .custom-block > a {
    color: #fff;
}
.page-header.type12.sticky-header .header.panel .search-area > a {
    color: #fff;
}
.page-header.type12.sticky-header .header.panel .top-panel .top-links-area > a {
    color: #fff;
}
.cms-index-index .onepage-category {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.category-description img {
    max-width: 100%;
}
.page-header.type12:not(.sticky-header) .header.panel .block-search input {
    background: transparent;
}
.page-header.type12.sticky-header .header.panel .top-panel .links > li > a, .page-header.type12.sticky-header .header.panel .top-panel .links > li > span {
    color: #fff;
}
.page-header.type12 .logo {
    max-width: 90px;
}
.category-detail .product-item-info:hover .product-item-inner {
    visibility: visible;
    opacity: 1;
}
#giftcard-form input#giftcard-code {
    border-radius: 3px 0 0 3px;
}
#giftcard-balance-lookup .giftcard.info {
    margin-bottom: 15px;
}
.gift-wrapping-item > span {
    background-color: #f2f2f2;
}
#giftcard-form button.action-add, #giftcard-form button.redeem {
    height: 32px;
    line-height: 1;
    font-size: 13px;
}
.account .table-wrapper.balance-history, .account .table-wrapper.reward-history, .account .table-wrapper.balance-history {
    margin-top: 0;
}
.form-addbysku .qty.field .control {
    display: block;
}
.column .block-addbysku .action.add {
    min-width: 32px;
}
.giftcard-account button.primary {
    height: 32px;
    line-height: 1;
}
.form-add-invitations .action.add:before, .column .block-addbysku .action.add:before {
    content: '\f881';
}
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add {
    min-width: 32px;
    margin: 20px 0;
}
.message.info {
    margin-bottom: 20px;
}
.form-giftregistry-edit .field.date input {
    vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:before {
    content: '\f865';
}
.block-category-event {
    border-radius: 5px;
    text-align: left;
    padding: 10px 20px !important;
}
.block-category-event > div {
    display: inline-block;
    vertical-align: middle;
}
.block-category-event > div.event-title {
    padding-right: 50px;
    margin-right: 20px;
}
.block-category-event .event-title em {
    float: left;
    font-size: 30px;
    margin-right: 8px;
    color: #000;
}
.block-category-event .event-title p {
    margin: 0;
    text-transform: uppercase;
}
.block-category-event .event-title h4 {
    margin: 3px 0;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.block-category-event .dates .start:after {
    display: none;
}
.block-category-event .event-ticker .dates .start {
    padding: 0;
}
.block-category-event .event-ticker .dates > div > span {
    display: block;
}
.block-category-event > div.event-ticker {
    text-align: center;
}
.block-category-event > div.event-desc {
    float: right;
    color: #08c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 101px;
    margin-right: 20px;
}
.block-category-event .event-ticker .dates > div > span.desc {
    color: #08c;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .dates > div > span.year-month {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}
.block-category-event .event-ticker .dates > div > span.time {
    padding: 3px 0;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0 0 3px;
}
.block-category-event .event-ticker .dates > div {
    margin: 0 10px;
    display: inline-block;
}
.block-category-event .event-ticker .ticker .value {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .ticker .label {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    min-width: 70px;
}
.block-category-event .event-ticker .ticker li {
    margin: 0 7px;
}
.block-category-event.open > div.event-desc {
    line-height: 65px;
}
@media(max-width:1439px) {
    .page-header.type12 .header.panel .top-panel .top-links-area {
        position: relative;
    }
    .page-header.type12.sticky-header .header.panel .top-panel .links > li > a, .page-header.type12.sticky-header .header.panel .top-panel .links > li > span {
        color: #000;
    }
    .page-header.type12 .header.panel .top-panel .top-links-area > a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links {
        position: absolute;
        left: -10px;
        top: 100%;
        text-align: left;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0,0,0,0.25);
        margin-top: 10px;
        display: none;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links:before {
        content: "";
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
        position: absolute;
        left: 10px;
        top: -12px;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links:after {
        border: 7px solid;
        border-color: transparent transparent #bbb transparent;
        z-index: 98;
        content: "";
        position: absolute;
        left: 9px;
        top: -14px;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links > li {
        float: none;
        white-space: nowrap;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links > li > a, .page-header.type12 .header.panel .top-panel .top-links-area .links > li > span {
        padding: 0;
    }
}
@media(max-width:1199px) {
    .page-header.type12 .header.content .header.panel {
        margin-top: -13px;
    }
    .page-header.type12 .header.panel .top-panel .search-area {
        margin: 0;
    }
    .page-header.type12 .header.panel .top-panel .search-area > a {
        display: inline-block;
    }
    .page-header.type12 .header.panel .top-panel .search-area > .block-search {
        display: none;
        position: absolute;
        right: -15px;
        top: 100%;
        margin-top: 10px;
    }
    .page-header.type12 .header.panel .top-panel .block-search input {
        background-color: #fff;
    }
    #banner-slider-demo-19 .slide-content h2 {
        font-size: 40px;
        line-height: 0.9;
        letter-spacing: -3px;
        margin-left: -2.5px;
    }

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

    #banner-slider-demo-19 .slide-content a.btn-line {
        font-size: 10px;
        padding: 0 16px;
        height: 30px;
        line-height: 26px;
        border-radius: 4px;
    }
    .onepage-cat.category-list + .main.container {
        padding: 0 50px;
    }

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 11px;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        padding: 10px 2%;
    }

    .onepage-category .category-detail .title-menu > .menu-popup {
        padding: 10px 0;
    }

    .onepage-category .category-detail .title-menu > a {
        margin-top: 46px;
    }
}
@media (max-width: 991px) {
    .block-category-event > div {
        display: block;
        float: none !important;
        text-align: left;
    }
    .block-category-event > div.event-ticker {
        display: inline-block;
        margin: 0 -10px;
    }
    .block-category-event .dates .start, .block-category-event .dates .end {
        display: inline-block !important;
    }
}
@media(max-width:767px) {
    .cms-index-index .page-header.type12 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: transparent;
    }
    .page-header.type12 .header.panel .top-panel .top-links-area, .page-header.type12 .header.panel .top-panel .custom-block, .page-header.type12 .header.panel .top-panel .search-area > a {
        display: none;
    }
    .page-header.type12 .header.panel .top-panel .search-area > .block-search {
        display: inline-block;
        position: static;
        float: right;
        margin: 0;
    }
    .onepage-category, .cms-index-index .onepage-category {
        display: block;
    }

    .onepage-category > .category-list {
        width: auto;
        float: none;
        padding: 0;
        min-height: 0;
        position: static;
    }

    .onepage-category > .category-list > ul {
        padding: 0;
    }

    .onepage-category > .category-list > ul > li {
        margin: 0;
        display: inline-block;
    }

    .onepage-category > .category-list > ul > li > a:hover > span,.onepage-category > .category-list > ul > li > a:after {
        display: none;
    }

    .onepage-cat.category-list + .main.container {
        float: none;
    }

    .onepage-cat.category-list + .main.container {
        padding: 0 15px;
    }

    .onepage-cat.category-list + .main.container {
        width: auto;
    }

    .onepage-category > .category-details {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .onepage-category > .category-list > ul {
        position: static !important;
    }

    .onepage-category .category-detail .menu-popup > ul {
        display: block;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        width: 50%;
        padding: 10px 15px;
    }

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

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

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 14px;
    }
}
.product.info.detailed.sticky .product.data.items > .item.content {
    margin: 0;
}
.product-tabs-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.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;
}
#ln_price_slider .ui-slider-handle {
    margin-top: -5px;
    background: #08c;
    height: 18px;
    width: 13px;
    border-radius: 5px;
    margin-left: -7px;
}
#ln_price_slider.ui-slider-horizontal {
    height: 7px;
    margin-bottom: 15px;
    background: #1ab2ff;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,.38);
}
#ln_price_attribute {
    padding: 10px 5px;
}
.block-category-list .block-content ol li.item {
    margin: 9px 0;
}
.filter-options-content {
    padding: 15px;
}
.filter-options-content ol.items {
    margin: -9px 0;
}
.sidebar .product-items .product-item-info .product-item-photo img.hover_image {
    display: none;
}
.page-main .block.block-category-list {
    margin-bottom: 14px;
}
.block-category-list .block-title {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    display: block;
    text-decoration: none;
}
.block-category-list .block-content {
    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 {
    color: #777;
}
.block-header-customer-login {
    position: absolute;
    right: 0;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-top: 4px solid #08c;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.block-header-customer-login:before {
    content: "";
    border: 5px solid transparent;
    border-bottom-color: #08c;
    position: absolute;
    top: -14px;
    right: 30px;
}
.block-header-customer-login.open {
    visibility: visible;
    opacity: 1;
}
.authorization-link {
    position: relative;
}
.filter-toggle {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 18px;
    display: none;
}
.loading-mask .loader > img, .ln_overlay img {
    max-width: 32px;
}
.account-nav .nav > li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
}
.account-nav .nav > li > a {
    color: #777;
    padding: 8px 15px;
}
.account-nav .nav > li > a:hover, .account-nav .nav > li > a:focus {
    background: none;
}
.account-nav .nav > li > a:before, .account-nav .nav > li > strong:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 5px;
}
.account-nav .nav > li > strong {
    position: relative;
    display: block;
    padding: 8px 15px;
}
@media(min-width: 768px) {
    .filter-toggle {
        border: 1px solid #ccc;
        font-weight: 400;
        color: #777;
        text-align: center;
        width: auto;
        line-height: 26px;
        background-color: #fff;
        display: block;
        margin-left: 5px;
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        padding: 0 10px;
        display: inline-block;
    }
    .filter-toggle:hover {
        color: #777;
    }
    .filter-toggle.active {
        color: #fff;
        background-color: #08c;
        border-color: #08c;
    }
    .column.main {
        transition: all 0.5s;
    }
    .column.main.toggle-close {
        width: 100% !important;
    }
    .sidebar.sidebar-main {
        transition: all 0.5s;
    }
    .sidebar.sidebar-main.toggle-close {
        margin-left: -300px;
        opacity: 0;
        visibility: hidden;
    }
}
@media(max-width: 767px) {
    .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header) {
        top: 0;
    }
    .product-tabs-container.has-sticky-header.has-mobile-sticky-header {
        top: 64px;
    }
    .block-header-customer-login {
        display: none;
    }
}
.ajax-products{display:flex;padding:0 85px}
.ajax-products > .category-list{border-right:1px solid #dcdcdc;padding:70px 15px}
.ajax-products > .category-list > span{display:block;font-size:20px;font-weight:600;color:gray;margin-bottom:10px}
.ajax-products > .category-list > ul{list-style:none;padding:0}
.ajax-products > .category-list > ul > li{padding:10px 0}
.ajax-products > .category-list > ul > li > a{display:block;text-transform:uppercase;color:#000;font-weight:700;font-size:12px;position:relative;padding-left:20px}
.ajax-products > .category-list > ul > li > a:before{content:"\f87d";font-family:"porto-icons";margin-right:10px;display:inline-block;width:11px;position:absolute;left:0}
.ajax-products > .category-list > ul > li > a.active:before{content:"\f87c"}
.ajax-products > .category-list > ul > li > a > span{display:inline-block}
.ajax-products > .category-list > ul > li > a:hover{text-decoration:none}
.ajax-products > .category-detail{position:relative;min-height:70vh;padding:70px 15px}
.ajax-products > .category-detail > h2{text-align:center;margin:30px 0;font-size:26px;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:10px}
.ajax-products > .category-detail > .ajax_products_loader{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;background-color:rgba(255,255,255,0.5)}
.load-more-area{text-align:center;margin:30px 0}
.load-more-area > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#000;color:#fff;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(0,0,0,0.5)}
.load-more-area > a:hover{text-decoration:none;opacity:.85;color:#fff}
.full-width-image{text-align:center;padding:200px 0;background-size:cover}
.full-width-image > h3{font-size:90px;color:#fff;font-weight:600;letter-spacing:-5px}
.full-width-image > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0}
.full-width-image > a:hover{text-decoration:none;opacity:.85}
#home-content-slider-demo-20 .item > div.content{max-width:40%}
#home-content-slider-demo-20 .item > div.content > h3{color:#fff;font-size:60px;font-weight:600;letter-spacing:-4px;margin-bottom:20px}
#home-content-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
#home-content-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
.full-screen-slider{position:relative}
.full-screen-slider #banner-slider-demo-20 .item > div.content{text-align:left;position:absolute}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2{line-height:.9;font-size:80px;font-weight:600}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
#banner-slider-demo-20+.owl-thumbs{position:absolute;right:100px;bottom:50px;width:30%;z-index:2}
#banner-slider-demo-20+.owl-thumbs button{width:auto;height:auto;padding:0;border:0;margin:0;float:left;max-width:33.33%;background:none}
#banner-slider-demo-20+.owl-thumbs button img{border:3px solid transparent}
#banner-slider-demo-20+.owl-thumbs button.active img{border-color:#fff;border-color:rgba(255,255,255,0.5)}

.page-header.type13 {
    background: #000;
    border: 0;
}
.page-header.type13 .header.content {
    padding: 25px 85px;
}
.page-header.type13 .logo {
    margin: 0;
}
.page-header.type13 .header.content .header.panel {
    right: 100px;
    top: 50%;
    position: absolute;
    padding: 0;
    margin-top: -13px;
}
.page-header.type13 .header.panel .top-panel {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .bottom-panel {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .top-panel .menu-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.page-header.type13 .header.panel .top-panel .top-links-area {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .bottom-panel .search-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 40px 0 20px;
}
.page-header.type13 .header.panel .bottom-panel .search-area .block-search {
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    display: none
}
.page-header.type13 .nav-toggle {
    line-height: 1;
    vertical-align: middle;
    float: none;
}
.page-header.type13 .nav-toggle:before {
    color: #fff;
}
.page-header.type13 .search-toggle-icon {
    color: #fff;
    font-size: 20px;
}
.page-header.type13 .search-toggle-icon .porto-icon-search:before {
    content: '\f87b'
}
.page-header.type13 .header.panel .bottom-panel .search-area .block-search {
    right: -20px;
    margin-top: 15px;
}
.page-header.type13 .block-search .action.search {
    width: 40px;
}
.page-header.type13 .menu-area > .shop-menu {
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
}
.page-header.type13 .menu-area > .shop-menu:hover {
    text-decoration: none;
}
.page-header.type13 .top-links-area > a.top-links-icon {
    display: none;
}
.page-header.type13 .top-links-area > ul.links {
    padding: 0;
}
.page-header.type13 .panel.header .switcher {
    margin-right: 20px;
    float: none;
    vertical-align: middle;
}
.page-header.type13 .switcher strong {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.page-header.type13 .switcher .options .action.toggle:after, .page-header.type13 .switcher .options .action.toggle:hover:after {
    color: #fff;
}
.page-header.type13 .minicart-wrapper {
    vertical-align: middle;
}
.page-header.type13 .minicart-wrapper .action.showcart {
    position: relative;
}
.page-header.type13 .minicart-wrapper .action.showcart:before {
    content: '\f87a';
    color: #fff;
    font-size: 25px;
    line-height: 1;
}
.page-header.type13 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
}
.page-header.type13 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
    background: #fff;
    border-radius: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    top: auto;
    right: -7px;
    bottom: -7px;
    margin: 0;
    padding: 0;
    left: auto;
    display: block;
    min-width: 0;
}
@media (min-width: 768px) {
    .page-header.type13 .panel.header .customer-menu .links > li {
        display: block;
    }
    .page-header.type13 .panel.header .links > li {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .page-header.type13 .panel.header .links > li.greet.welcome {
        display: none;
    }
    .page-header.type13 .block-search input {
        border: 1px solid #ccc;
    }
    .page-header.type13 .panel.header .top-links-area > ul.links > li > a {
        color: #fff;
        margin-right: 20px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 2px;
        display: block;
    }
    .page-header.type13 .sections.nav-sections {
        position: absolute;
        left: -15px;
        top: 100%;
        border: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        min-width: 200px;
    }
    .page-header.type13 .menu-area:hover .sections.nav-sections {
        visibility: visible;
        opacity: 1;
    }
    .page-header.type13 .nav-sections-item-content > .navigation {
        background: #fff;
        border-radius: 5px;
        padding: 5px 0;
        margin-top: 15px;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 {
        display: block;
        margin: 0;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 > a {
        display: block;
        font-size: 11px;
        font-weight: 400;
        color: #777;
        padding: 10px 30px 10px 5px;
        text-transform: none;
        margin: 0 8px;
        line-height: 1;
        position: relative;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 > a:hover {
        background-color: #f4f4f4;
    }
    .page-header.type13 .navigation .level0.parent > a:after {
        line-height: 1;
        content: '\f801';
        position: absolute;
        right: 5px;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 {
        position: relative !important;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0.fullwidth > .submenu, .page-header.type13 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0.classic:hover > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
        margin-left: -8px !important;
    }
}
@media (max-width: 991px) {
    .page-header.type13 .header.content {
        padding: 25px 15px;
    }
    .page-header.type13 .header.content .header.panel {
        right: 15px;
    }
    .page-header.type13 .header.panel .bottom-panel .search-area {
        margin: 0;
        margin-right: 20px;
    }
    .full-screen-slider #banner-slider-demo-20 .item > div.content > h2 {
        font-size: 45px;
    }
    .full-screen-slider #banner-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    #home-content-slider-demo-20 .item > div.content > h3 {
        letter-spacing: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }
    #home-content-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .page-header.type13 .logo img {
        height: 30px;
        width: auto;
    }
    .page-header.type13 .nav-toggle {
        display: inline-block;
    }
    .page-header.type13 .header.panel .top-panel .menu-area > a {
        display: none;
    }
    .page-header.type13 .sections.nav-sections {
        display: block;
    }
    .page-header.type13 .nav-sections .header.links, .page-header.type13 .nav-sections .switcher {
        display: block;
    }
    .page-header.type13 .switcher strong, .page-header.type13 .switcher .options .action.toggle:after, .page-header.type13 .switcher .options .action.toggle:hover:after {
        color: #777;
    }
    .page-header.type13 .minicart-wrapper {
        margin-top: 0;
    }
    #banner-slider-demo-20+.owl-thumbs {
        width: 50%;
        right: 25%;
    }
    #home-content-slider-demo-20 .item > div.content > p {
        display: none;
    }
    #home-content-slider-demo-20 .item > div.content > a {
        display: none;
    }
    .ajax-products {
        display: block;
    }
    .ajax-products > .category-list {
        border-right: 0;
        padding: 30px 15px;
    }
    .ajax-products > .category-list > ul > li {
        display: inline-block;
        margin-right: 30px;
    }
    .ajax-products > .category-detail {
        padding-top: 0;
        min-height: 70vh;
    }
    .load-more-area > a,.full-width-image > a {
        font-size: 8px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    .full-width-image {
        padding: 100px 0;
    }
    .full-width-image > h3 {
        font-size: 35px;
        letter-spacing: -1px;
    }
    .page-header.type13 .search-toggle-icon {
        display: none;
    }
    .page-header.type13 .block-search .label:before {
        color: #fff;
        content: '\f87b';
    }
    .page-header.type13 .header.panel .bottom-panel .search-area {
        position: static;
    }
    .page-header.type13 .header.panel .bottom-panel .search-area .block-search {
        display: inline-block;
        margin: 0;
        position: static;
    }
    .page-header.type13 .block-search .label {
        float: none;
    }
    .page-header.type13 .block-search .label + .control input {
        position: absolute;
        left: -9999px;
        min-width: 200px;
    }
    .page-header.type13 .block-search .label.active + .control input {
        left: auto;
        right: 0;
    }
    
    .filterproducts-tab .data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background: url(../images/slider-bar.png) right 10px no-repeat;
    }
    .filterproducts-tab .data.items:before, .filterproducts-tab .data.items:after {
        content: '';
        display: table;
    }
    .filterproducts-tab .data.items:after {
        clear: both;
    }
    .filterproducts-tab .data.items > .item.title {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 12px;
        border-left: 1px solid #ddd;
    }
    .filterproducts-tab .data.items > .item.title:first-child a.switch {
        
        border: 0;
    }
    
    .filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch {
	    color: #90969A !important;
	}
	.filterproducts-tab .products-grid .product-item .product-item-details .price-box {
		min-height: 26px;
	}
    .filterproducts-tab .data.items > .item.content {
        margin-top: 45px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
    .page-wrapper .homepage-usp-images .usp-images .usp {
    	width: 49.4%;
    	padding-right: 0px;
    	clear: none;
  		float: left;
    }
    .page-wrapper .homepage-usp-images .usp-images .usp.second {
    	float:right;
    }
    .page-wrapper .homepage-usp-images .usp-images .usp.third {
    	padding-top: 1%;
    }	
    .page-wrapper .homepage-usp-images .usp-images .usp.fourth {
    	float:right;
    	padding-top: 1%;
    }
    .homepage-usp-images .usp-images .usp.second, .homepage-usp-images .usp-images .usp.fourth {
    	padding-right: 0;
    }
    .container.usp .homepage-usp-images .usp-images {
    	display: block;
    }
    .container.usp {
    	padding:0px 15px 20px!important;
    }
    .products-grid .product-item .product-item-details .stock {
    	margin-top: -5rem;
    }
    
    
    
}
ul.scene{width:100%;height:100%}
ul.scene > li.layer{width:100%;height:100%}
.animation-wave{-webkit-animation: wave 20s 0.1s infinite linear;-moz-animation: wave 20s 0.1s infinite linear;animation: wave 20s 0.1s infinite linear}
.animation-spin {
  -moz-animation: spin 20s infinite linear;
  -o-animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

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

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

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

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

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

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

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

.product-reviews-summary.empty .reviews-actions:before {
    content: '\f844' '\f844' '\f844' '\f844' '\f844';
    display: inline-block;
    vertical-align: middle;
    font-family: "porto-icons";
    color: #c3c5c9;
    letter-spacing: 3px;
    font-size: 12px;
}
.product-labels {
    z-index: 4;
}
.product-item-photo:hover .product-image-photo.hover_image {
    z-index: 3;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    z-index: 4;
}
.product-social-links .at-style-responsive .at-share-btn {
    padding: 0;
}
.product-social-links .at-resp-share-element .at-share-btn:focus, .product-social-links .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none;
    transform: none;
}
.product-social-links .at-resp-share-element .at-share-btn {
    margin: 0 4px;
}
.product-social-links .addthis_inline_share_toolbox {
    margin: 15px 0 15px -4px;
}
#at-expanded-menu-host .at-expanded-menu-load {
    line-height: 1;
    height: auto;
}
#at-expanded-menu-host .at-expanded-menu-service-list button {
    height: auto;
}
.gallery-placeholder .loader img {
    display: none;
}
.loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
}
.minicart-wrapper .action.showcart .counter.qty .loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    margin-top: -12px;
    margin-left: -8px;
    color: #777;
}
.loading-mask {
    background: transparent;
}
.product-item-photo>a:not(.weltpixel-quickview):before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-top: -14px;
    margin-left: -10px;
    color: #777;
    z-index: 1;
}
.product-image-photo.default_image {
    position: relative;
    z-index: 2;
}
.filter-content .ln_overlay {
    display: none !important;
}
.ln_overlay {
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display:none;
}
.ln_overlay .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.infinite-loader {
    text-align: center;
    margin: 20px 0;
}
.infinite-loader .loading {
    line-height: 30px;
    display: none;
}
.infinite-loader .loading i.ajax-loader {
    margin-right: 15px;
    width: 16px;
    height: 16px;
    border-width: 2.5px;
}
.infinite-loader .btn-load-more {
    display: none;
    color: #333;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .limiter {
    float: none;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .pages {
    display: none;
}
.owl-item.loading .product-item-photo {
    min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-search {
        max-width: 240px;
    }
}
.owl-theme.owl-bottomright-narrow .owl-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 25px;
    background: #000;
    border-radius: 0;
    margin: 1px 1px 1px 0;
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    opacity: 1;
}
header.page-header.type14 {
    background-color: #0f0f0f;
    position: relative;
    border: 0;
    z-index: 4;
}
header.page-header.type14 .header.content {
    display: block;
    vertical-align: middle;
    padding: 35px 85px;
    max-height: 120px;
}
header.page-header.type14 .header.content > .logo {
    display: block;
    padding: 0 15px;
    margin: 0 50px 0 0;
    float: left;
    z-index: 6;
}
header.page-header.type14 .logo img {
    height: 50px;
    width: auto;
}
header.page-header.type14 .panel.header {
    position: absolute;
    right: 300px;
    top: 50%;
    margin-top: -12px;
    z-index: 6;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}
header.page-header.type14 .panel.header .top-panel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
header.page-header.type14 .panel.header .bottom-panel {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .panel.header .links {
    list-style: none;
    padding: 0;
    color: #ccc;
    font-family: "Inika";
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
header.page-header.type14 .panel.header .links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
header.page-header.type14 .panel.header .links > li > a {
    color: #ccc;
    text-decoration: none;
}
header.page-header.type14 .panel.header .links > li > a:hover {
    color: #fff;
}
header.page-header.type14 .panel.header .links > li > *:not(.no-display):not(div) {
    padding: 0 8px;
}
header.page-header.type14 .panel.header .links > li:first-child > * {
    padding-left: 0;
}
header.page-header.type14 .panel.header .search-area {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 30px;
    position: relative;
}
header.page-header.type14 .search-area .search-toggle-icon {
    font-family: "Inika";
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}
header.page-header.type14 .search-area .search-toggle-icon span {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .search-area .search-toggle-icon i.porto-icon-search {
    margin-right: 10px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
header.page-header.type14 i.porto-icon-search:before {
    content: "\f880";
}
header.page-header.type14 .panel.header .block-search {
    display: none;
    position: absolute;
    top: -7px;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
}
header.page-header.type14 .block-search input {
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #ccc;
    font-family: "Inika";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ccc;
    min-width: 300px;
}
header.page-header.type14 .block-search .action.search:before {
    content: "\f880";
    color: inherit;
}
header.page-header.type14 .block-search .action.search {
    width: 40px;
    text-align: center;
    color: #fff;
}
header.page-header.type14 .minicart-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background-color: #0f0f0f;
    height: 100%;
    width: 280px;
    text-align: center;
}
header.page-header.type14 .minicart-wrapper.active {
    position: fixed;
    height: 120px;
}
header.page-header.type14 .minicart-wrapper .action.showcart {
    display: block;
    text-align: center;
}
header.page-header.type14 .minicart-wrapper .action.showcart:before {
    content: "\f881";
    color: #ccc;
    font-size: 25px;
    line-height: 120px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    padding: 0;
    font-family: "Inika";
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    letter-spacing: 1px;
    line-height: 20px;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter-number {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter-label {
    height: auto;
    width: auto;
    position: static;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}
header.page-header.type14 .minicart-wrapper .block-minicart {
    right: 0;
    top: 100%;
    border: 0;
    margin: 0;
    width: 280px;
    height: calc(100vh - 100%);
    overflow: auto;
    color: #000;
}
header.page-header.type14 .minicart-wrapper .block-minicart:before {
    display: none;
}
header.page-header.type14 .minicart-wrapper .action.close {
    opacity: 1;
}
header.page-header.type14 .minicart-wrapper .action.close:before {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
header.page-header.type14 .block-header-customer-login {
    border: 0;
    margin-top: 20px;
}
header.page-header.type14 .block-header-customer-login button {
    font-family: "Inika";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
header.page-header.type14 .block-header-customer-login input {
    font-family: "Inika";
    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 .minicart-wrapper.active {
    position: fixed;
    right: 0;
    top: 0;
}


header.page-header.type15 {
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 0;
    z-index: 4;
    border-bottom: 1px solid rgba(60,60,60,0.1);
}
.page-header.type15 {
    background-image: url(../images/page-header2.jpg);
    background-repeat: repeat;
}
header.page-header.type15 .header > .logo {
    float: left;
    width: 20%;
    margin: 30px 0;
    max-width: 100%;
}
header.page-header.type15 .minicart-wrapper {
    max-width: 71px;
}
header.page-header.type15 .minicart-wrapper .action.showcart {
    height: 52px;
    padding: 0 15px;
    line-height: 49px;
}
header.page-header.type15 .minicart-wrapper .action.showcart:before,
header.page-header.type15 .minicart-wrapper .action.showcart.active:before {
    content: '\e878';
    color: #fff;
    font-size: 27px;
    display: inline-block;
    height: 52px;
    line-height: 52px;
}
header.page-header.type15 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    font-family: 'Inika';
    font-size: 15px;
    text-transform: capitalize;
    color: #c0bebb;
    letter-spacing: 0.03em;
    font-weight: 300;
    line-height: 49px;
    margin: 0 0 0 5px;
    min-width: auto;
    height:auto;
    width: auto;

}
header.page-header.type15 .minicart-wrapper .action.showcart .counter-number {
    position: absolute;
    font-family: "Poppins";
    font-size: 11px;
    text-align: center;
    color: #fff;
    background-color: #ff4052;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    line-height: 16px;
    top: 13px;
    left: 32px;
}
header.page-header.type15 .minicart-wrapper .action.showcart .counter-label {
    position: static;
}
header.page-header.type15 .minicart-wrapper .block-minicart {
    border-top-color: #fff;
}
header.page-header.type15 .minicart-wrapper .block-minicart:before {
    border-bottom-color: #fff;
}
header.page-header.type15 .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
    font-family: 'Inika';
    font-size: 17px;
}
header.page-header.type15 .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
header.page-header.type15 .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
    font-family: 'Inika';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
header.page-header.type15 .minicart-wrapper .minicart-items .product-item-details .price {
    font-family: 'Inika';
    font-size: 13px;
}
header.page-header.type15 .minicart-wrapper .minicart-items .product-item-details {
    padding-top: 0;
    padding-bottom: 0;
}
.page-header.type16 .logo {
    margin: 28px 0;
}
.page-header.type16 .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    width: 58px;
}
.page-header.type16 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type16 .minicart-wrapper .loading-mask {

}
.page-header.type16 .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
}
.page-header.type16 .minicart-wrapper .block-minicart:before,
.page-header.type16 .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.page-header.type16 .minicart-wrapper .block-minicart:before {
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
    right: 45.7px;
    top: -20px;
}
.page-header.type16 .minicart-wrapper .block-minicart:after {
    border: 11px solid;
    border-color: transparent transparent #f0f0f0 transparent;
    z-index: 2;
    right: 45px;
    top: -22px;
    left: auto;
}

.page-header.type16 .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 37px;
    color: #606669;
}
.page-header.type16 .minicart-wrapper .action.showcart:before,
.page-header.type16 .minicart-wrapper .action.showcart.active:before {
    content: '\e87f';
    font-size: 33px;
}
.page-header.type16 .minicart-wrapper .action.showcart:after {
    content: "\f803";
    font-family: 'porto-icons';
    position: absolute;
    right: 0;
    top: 1px;
}
.page-header.type16 .minicart-wrapper .action.showcart .counter.qty {
    width: 16px;
    height: 16px;
    display: block;
    font-size: 10px;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    min-width: auto;
    left: auto;
    right: 19px;
    margin-top: -21px;
}
.page-header.type17 {
    background-color: #0083c1;
    color: #fff;
    border-top-width: 0;
}
.page-header.type17 .switcher strong {
    font-weight: 600;
}
.page-header.type17 .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
}
.page-header.type17 .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 37px;
    color: #606669;
}
.page-header.type17 .minicart-wrapper .action.showcart:before, .page-header.type17 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
    content: '\e87f';
    font-size: 25px;
}
.page-header.type17 .minicart-wrapper .action.showcart .counter.qty {
    width: 16px;
    height: 16px;
    display: block;
    font-size: 10px;
    color: #fff;
    background-color: #f17734;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    min-width: auto;
    left: auto;
    right: 17px;
    margin-top: -16px;
}
.page-header.type17 .minicart-wrapper .action.showcart:after {
    content: "\f803";
    font-family: 'porto-icons';
    position: absolute;
    right: 0;
    top: 1px;
    color: #bde1f5;
}
.page-header.type17 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type17 .minicart-wrapper .loading-mask {

}
.page-header.type17 .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
    right: 0;
    margin: 0;
}
.page-header.type17 .minicart-wrapper .block-minicart:before,
.page-header.type17 .minicart-wrapper .block-minicart:after {
    display: none;
}
.page-header.type18 {
    background-color: #fff;
    color: #4a4a4a;
    border-top-width: 0;
}
.page-wrapper .page-header.type18 .main-panel-top {
    background-color: #d2be86;
}
.page-header.type18 .panel.header .header.links > li > a {
    border: none;
    color: #000;
    /* font-weight: 400; */
    letter-spacing: 0.025em;
	font-size: 15px;
    text-transform: none;
}
.page-header.type18 .panel.header .header.links > li > a:HOVER {
	text-decoration:none;
}
/*.page-header.type18 .panel.header .header.links > li a {
	background: url(../images/separator.png) -4px 9px no-repeat
}*/
.page-header.type18 .panel.header .header.links > li:nth-child(2) a,
.page-header.type18 .panel.header .header.links > li:first-child a
  {
	background:none;
}
/*.page-header.type18 .panel.header .header.links > li:nth-child(2) a {
	padding-left:0px;
}*/
.page-header.type18 .panel.header .header.links > li > span {
    color: #4a4a4a;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.page-header.type18 .panel.wrapper {
    background-color: transparent;
    color: #bde1f5;
}
.page-header.type18.sticky-header .minicart-wrapper {
    bottom: auto;
}
.page-header.type18 .minicart-wrapper .action.showcart:before {
    content: '\f814';
    font-size: 30px;
}

.page-header.type18 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    padding: 0;
    font-family: "Inika";
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    letter-spacing: 0.025em;
    margin-top: 6px;
}
.page-header.type18 .minicart-wrapper .action.showcart .counter-number {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type18 .minicart-wrapper .action.showcart .counter-label {
    height: auto;
    width: auto;
    position: static;
    display: none;
    vertical-align: middle;
    text-transform: capitalize;
    margin: 0;
}

.page-header.type18 .minicart-wrapper .loading-mask {
    left: -9px;
    height: 40px;
    top: 0;
    bottom: auto;
}
.page-header.type18 .minicart-wrapper .block-minicart:before,
.page-header.type18 .minicart-wrapper .block-minicart:after {
    display: none;
}
.page-header.type18 .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
    right: 0;
    margin: 0;
}
.page-header.type19 .panel.wrapper {
    background-color: #65829D;
    color: #fff;
}
.page-header.type19 {border: none;}
.page-header.type19 .panel.header .header.links {
    color: #c4d0dc;
}
.page-header.type19 .panel.header .header.links > li > a {
    color: #c4d0dc;
    border: none;
}

.page-header.type19 .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    width: 58px;
}
.page-header.type19 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type19 .minicart-wrapper .loading-mask {

}
.page-header.type19 .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
}
.page-header.type19 .minicart-wrapper .block-minicart:before,
.page-header.type19 .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.page-header.type19 .minicart-wrapper .block-minicart:before {
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
    right: 45.7px;
    top: -20px;
}
.page-header.type19 .minicart-wrapper .block-minicart:after {
    border: 11px solid;
    border-color: transparent transparent #f0f0f0 transparent;
    z-index: 2;
    right: 45px;
    top: -22px;
    left: auto;
}

.page-header.type19 .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 37px;
    color: #606669;
}
.page-header.type19 .minicart-wrapper .action.showcart:before,
.page-header.type19 .minicart-wrapper .action.showcart.active:before {
    content: '\e87f';
    font-size: 33px;
}
.page-header.type19 .minicart-wrapper .action.showcart:after {
    content: "\f803";
    font-family: 'porto-icons';
    position: absolute;
    right: 0;
    top: 1px;
}
.page-header.type19 .minicart-wrapper .action.showcart .counter.qty {
    width: 16px;
    height: 16px;
    display: block;
    font-size: 10px;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    min-width: auto;
    left: auto;
    right: 19px;
    margin-top: -21px;
}

.cms-index-index .page-header.type20 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
    border: 0;
}
.page-header.type20 {
    position: relative;
    border-top: none;
    background-color: #1e1e1e;
    padding-bottom: 25px;
}
.page-header.type20 .logo {
    display: block;
    margin: 20px 25px 25px 0;
    float: left;
}
.page-header.type20 .minicart-wrapper {
    position: relative;
    width: 58px;
    vertical-align: middle;
    margin-left: 13px;
    margin-right: 10px;
}
.page-header.type20 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type20 .minicart-wrapper .loading-mask {

}
.page-header.type20 .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
    right:-20px;
}
.page-header.type20 .minicart-wrapper .block-minicart:before,
.page-header.type20 .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.page-header.type20 .minicart-wrapper .block-minicart:before {
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
    right: 45.7px;
    top: -20px;
}
.page-header.type20 .minicart-wrapper .block-minicart:after {
    border: 11px solid;
    border-color: transparent transparent #f0f0f0 transparent;
    z-index: 2;
    right: 45px;
    top: -22px;
    left: auto;
}

.page-header.type20 .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 31px;
}
.page-header.type20.sticky-header .minicart-wrapper .action.showcart {
    line-height: 40px;
}
.page-header.type20 .minicart-wrapper .action.showcart:before,
.page-header.type20 .minicart-wrapper .action.showcart.active:before {
    content: '\e87f';
    font-size: 23px;
    line-height: 26px;
}
.page-header.type20.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.type20.sticky-header .minicart-wrapper .action.showcart.active:before {
    line-height: 37px;
}
.page-header.type20 .minicart-wrapper .action.showcart:after {
    content: "\f803";
    font-family: 'porto-icons';
    position: absolute;
    right: 0;
    top: 1px;
}
.page-header.type20 .minicart-wrapper .action.showcart .counter.qty {
    width: 16px;
    height: 16px;
    display: block;
    font-size: 10px;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    min-width: auto;
    left: auto;
    right: 16px;
    margin-top: -16px;
}
.column.main > .custom-block {
    display: none;
}
.weltpixel-quickview-catalog-product-view .column.main > .custom-block, .weltpixel-quickview-catalog-product-view .addthis-smartlayers {
    display: none;
}
.product-item-photo {
    min-height: 50px;
}
@media (min-width: 768px) {
    .column.main > .custom-block {
        display: block;
        width: 25%;
        float: right;
        padding-left: 30px;
    }
    body:not(.weltpixel-quickview-catalog-product-view).column.main > .custom-block + .product-info-main {
        width: 40.33%;
    }
    .block-search {
        z-index: 7;
    }
    header.page-header.type14 .panel.header .switcher {
        font-family: "Inika";
        margin-right: 15px;
        height: auto;
        float: none;
    }
    header.page-header.type14 .switcher strong {
        font-weight: 700;
        font-size: 11px;
        color: #ccc;
        line-height: 1;
        text-transform: uppercase;
        vertical-align: middle;
        letter-spacing: 1px;
    }
    header.page-header.type14 .switcher .options .action.toggle:after {
        line-height: 12px;
        color: #ccc;
        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;
        margin-top: 2px;
    }
    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: 40px 35px;
    }
    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 .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        padding: 5px 0;
    }
    header.page-header.type14 .nav-sections-item-content > .navigation {
        z-index: initial;
    }
    header.page-header.type14 .navigation li.level0 > a {
        height: 30px;
        line-height: 30px;
        color: #ccc;
        font-family: "Inika";
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 1px;
    }
    header.page-header.type14 .navigation li.level0.parent > a:after {
        line-height: 30px;
    }
    header.page-header.type14 .navigation li.level0:hover > a {
        color: #fff;
    }
    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: 0.2s opacity;
    }
    header.page-header.type14 .navigation li.level0.parent:hover > a:before {
        visibility: visible;
        opacity: 1;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu:before, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu:before, header.page-header.type14 .sw-megamenu.navigation li.level0.classic > .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, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        padding: 0;
        border-bottom: 2px solid #000;
        text-decoration: none;
        font-family: "Inika";
        padding-bottom: 7px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    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 a {
        font-family: "Inika";
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 20px;
        line-height: 1;
        white-space: nowrap;
    }
    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;
    }
    header.page-header.type14 .switcher .options .action.toggle.active, header.page-header.type14 .switcher .options .action.toggle.active:after, header.page-header.type14 .switcher .options .action.toggle.active strong {
        color: #fff;
    }

    header.page-header.type15.sticky-header .nav-sections {
        background-color: #999592;
        padding: 8px 0 !important;
    }
    header.page-header.type15.sticky-header .navigation > ul {
        text-align: left;
        padding-right: 70px;
    }
    .sw-megamenu.navigation li.level0.fullwidth > .submenu > .container, .sw-megamenu.navigation li.level0.staticwidth > .submenu > .container{
        padding: 0;
        width: 100%;
    }
    header.page-header.type15.sticky-header .minicart-wrapper .action.showcart .counter-label {
        display: none;
    }
    header.page-header.type15.sticky-header .minicart-wrapper .action.showcart:before {
        line-height: 43px;
    }
    header.page-header.type15.sticky-header .minicart-wrapper .action.showcart .counter-number {
        top: 8px;
    }
    header.page-header.type15 .top-links-area {
        padding: 0;
    }
    header.page-header.type15 .header.links {
        width: 100%;
        padding: 16px 16px 0 0;
        border-bottom: 1px solid rgba(60,60,60,0.1);
        height: 53px;
        margin: 0;
        list-style: none;
        text-align: right;
    }
    header.page-header.type15 .header.links li.first {
        padding-left: 0;
    }
    header.page-header.type15 .header.links li {
        border: 0;
        display: inline-block;
        text-transform: uppercase;
        color: #c0bebb;
        font-size: 13px;
        font-family: "Inika";
    }
    header.page-header.type15 .top-links-area .header.links li a {
        padding: 0 16px;
        color: #c0bebb;
        font-size: 13px;
        font-family: "Inika";
        font-weight: 400;
        letter-spacing: 1px;
        border: none;
    }
    header.page-header.type15 .header.links li a:hover {
        color:#fff;
    }
    header.page-header.type15 .header.links > li > *:not(.no-display):not(div) {
        padding: 0 16px;
    }
    header.page-header.type15 .header-right-area {
        width: 80%;
        float: left;
        border-right: 1px solid rgba(60,60,60,0.1);
    }
    header.page-header.type15 .header .header-link-area {
        float: left;
        display: inline-block;
        width: calc(100% - 270px);
        border: 1px solid rgba(60,60,60,0.1);
        border-bottom-width: 0;
        border-top-width: 0;
    }
    header.page-header.type15 .switcher-area {
        width: 270px;
        float: right;
    }
    header.page-header.type15 .nav-sections {
        border: 0;
        padding: 0 10px;
        margin-top: -1px;
        text-align: right;
    }
    header.page-header.type15 .navigation li.level0 > a {
        padding: 3.5px 20px;
        color: #fff;
        font-size: 14px;
        font-family: "Inika";
        font-weight: 400;
        letter-spacing: 1px;
    }
    header.page-header.type15 .navigation,
    header.page-header.type15 .navigation ul {
        position: static;
        text-align: left;
    }
    header.page-header.type15.sticky-header .navigation,
    header.page-header.type15.sticky-header .navigation ul {
        position: relative;
    }
    header.page-header.type15 .navigation li.level0 .row {
        margin: 0 -15px;
    }
    header.page-header.type15 .navigation .subchildmenu.mega-columns > li {
        padding: 0 15px;
    }
    header.page-header.type15 .navigation ul {
        text-align: right;
    }
    header.page-header.type15 .navigation ul li {
        text-align: left;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.classic > .submenu {
        border: 0;
        box-shadow: 0 4px 3px -3px rgba(0,0,0,0.25);
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth > .submenu, header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        border: 0;
        margin-top: 9px;
        padding: 25px 25px 38px;
        box-shadow: 0 4px 3px -3px rgba(0,0,0,0.25);
    }
    header.page-header.type15 .navigation li.level0.parent > a:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        margin-top: -16px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.1s;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        text-decoration: none;
        font-family: "Inika";
        font-size: 20px;
    }
    header.page-header.type15 .navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
    header.page-header.type15 .navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
        margin: 0;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 .menu-thumb-img + a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 .menu-thumb-img + a {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.05em;
        color: #fff;
        position: absolute;
        top: 55px;
        left: 20px;
        right: 20px;
        display: block;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 0 10px 0;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu  a {
        padding: 10px 0 10px 20px;
    }
    header.page-header.type15 .search-area {
        position: relative;
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(60,60,60,0.1);
        top: 0;
        left: 0;
        margin: 0;
    }
    header.page-header.type15 .search-area .block-search {
        width: 100%;
        margin: 0;
    }
    header.page-header.type15 .search-area .search-toggle-icon {
        display: none;
    }
    .input-text:focus {
        box-shadow: none !important;
    }
    header.page-header.type15 .search-area .minisearch .input-text {
        background: none;
        height: 52px;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Inika";
        color: #c0bebb;
        letter-spacing: 0.03em;
    }

    header.page-header.type15 .search-area .block-search .action.search {
        width: 50px;
        height: 52px;
        color: #fff;
        font-size: 22px;
        opacity: 1;
    }
    header.page-header.type15 .search-area .block-search .action.search:before {
        content: '\e884';
        font-size: 22px;
        color: #fff;
    }
    header.page-header.type15 .cart-area .switcher {
        height: 52px;
        border-right: 1px solid rgba(60,60,60,0.1);
        margin: 0;
        font-family: "Inika";
        padding: 0 25px 0 15px;
    }
    header.page-header.type15 .switcher .action.toggle {
        color: #c0bebb;
        border: 0;
        line-height: 52px;
        height: auto;
        padding: 0;
        font-size: 14px;
        font-family: "Inika";
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
    header.page-header.type15 .switcher .action.toggle:after {
        position: absolute;
        right:-15px;
        top: calc(50% - 8px);
    }
    header.page-header.type15 .switcher strong {
        font-size: 14px;
        line-height: 52px;
    }

    .page-header.type16 {
        background-color: #fff;
        color: #777;
    }
    .page-header.type16 > .panel.wrapper {
        background-color: #f0f0ed;
        color: #777;
    }
    .page-header.type16 .panel.header .switcher {
        padding: 0 15px;
        color: #999;
    }
    .page-header.type16 .panel.header .switcher.switcher-currency {
        padding-left: 0;
    }
    .page-header.type16 .header.panel > .header.links {
        color: #999;
    }
    .page-header.type16 .header.panel > .header.links > li > a {
        border: none;
        letter-spacing: 0.025em;
        color: #999;
    }
    .page-header.type16 .block-search {
        margin-left: 55px;
    }
    .page-header.type16 .block-search input {
        background-color: #fff;
        color: #777;
        border-color: #ccc;
    }
    .page-header.type16 .block-search .action.search {
        padding: 0 13px;
    }
    .page-header.type16 .block-search .action.search:before {
        content: '\e884';
        color: #777;
    }
    .page-header.type16 .custom-block {
        height: 40px;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 104px;
        margin-top: -20px;
        font-size: 11px;
        color: #777;
        border-right: solid 1px #dde0e2;
        padding-right: 35px;
    }
    .page-header.type16 .custom-block > * {
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type16 .custom-block > a {
        font-size: 12px;
    }
    .page-header.type16 .nav-sections {
        background-color: transparent;
        color: #777;
        margin-bottom: 15px;
    }
    header.page-header.sticky-header.type16 .nav-sections {
        background-color: #fff;
    }
    .page-header.type16 .navigation {
        background-color: transparent;
        padding: 0 15px;
    }
    .page-header.type16 .navigation > ul {
        padding: 0;
        background-color: #f0f0ed;
    }
    .page-header.type16 .navigation li.level0 {
        margin-right: 3px;
        color: #08c;
    }
    .page-header.type16 .navigation li.level0 > .level-top {
        color: inherit;
        padding: 0 20px;
        line-height: 42px;
    }
    .page-header.type16 .navigation li.level0.active, .page-header.type16 .navigation li.level0:hover {
        color: #fff;
        background-color: #08c;
    }
    .page-header.type16 .navigation li.level0.parent a.level-top:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 7px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 100%;
        margin-top: -14px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.1s;
    }
    .page-header.type16 .navigation li.level0.parent:hover a.level-top:before {
        visibility: visible;
        opacity: 1;
    }
    .page-header.type16 .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.type16 .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.type16 .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #434d53;
        padding: 0 5px;
    }
    .page-header.type16 .navigation li.level0.fullwidth .submenu a,
    .page-header.type16 .navigation li.level0.classic .submenu a,
    .page-header.type16 .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    .page-header.type17 {
        background-color: #0088cc;
        color: #fff;
    }
    .page-header.type17 > .main-panel-top {
        background-color: #0088cc;
    }
    .page-header.type17 .panel.wrapper {
        background-color: transparent;
        color: #bde1f5;
    }
    .page-header.type17 .panel.header {
        max-width: 100%;
        padding: 10px 0;
    }
    .page-header.type17 .panel.header .switcher {
        padding-right: 30px;
        text-transform: uppercase;
    }
    .page-header.type17 .main-panel-inner {
        border-bottom: 1px solid rgba(248,248,248,0.2);
    }
    .page-header.type17 .panel.header .header.links > li {
        color: #bde1f5;
        font-weight: 600;
        letter-spacing: 0.025em;
    }
    .page-header.type17 .panel.header .header.links > li > a {
        border: none;
        color: #bde1f5;
        font-weight: 600;
        letter-spacing: 0.025em;
    }
    .page-header.type17 .block-search {
        margin-left: 114px;
    }
    .page-header.type17 .block-search input {
        background-color: #fff;
        color: #8d8d8d;
        border-radius: 20px;
    }
    .page-header.type17 .block-search .action.search {
        border-left: 1px solid rgba(255,255,255,0.2);
        padding: 0 12px;
    }
    .page-header.type17 .custom-block {
        position: absolute;
        top: 50%;
        right: 170px;
        margin-top: -15px;
        font-size: 14px;
        color: #bde1f5;
    }
    .page-header.type17 .custom-block > * {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        font-weight: 600;
        text-align: left;
        line-height: 1;
    }
    .page-header.type17 .minicart-wrapper {
        background-color: #0694db;
        width: 81px;
        height: 41px;
        text-align: center;
        box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        border: solid 1px #0082c2;
    }
    .page-header.type17 .nav-sections {
        background-color: #f4f4f4;
        color: #6b7a83;
    }
    .page-header.type17.sticky-header .nav-sections {
        background-color: #0088cc;
        color: #fff;
    }
    .page-header.type17.sticky-header .navigation li.level0.active, .page-header.type17.sticky-header .navigation li.level0:hover {
        color: #bde1f5;
    }
    .page-header.type17 .navigation .level0 > .level-top {
        color: inherit;
        font-weight: 700;
        line-height: 52px;
    }
    .page-header.type17 .navigation .level0 > .level-top:after {
        line-height: 52px;
    }
    .page-header.type17 .navigation li.level0.active,
    .page-header.type17 .navigation li.level0:hover {
        color: #0088cc;
    }

    .page-header.type17 .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.type17 .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.type17 .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #434d53;
        padding: 0 5px;
    }
    .page-header.type17 .navigation li.level0.fullwidth .submenu a,
    .page-header.type17 .navigation li.level0.classic .submenu a,
    .page-header.type17 .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }

    .page-header.type18 .header.content {
        text-align: left;
        position: relative;
        z-index: 4;
    }
    .page-header.type18 .select-area {
        position: relative;
		float:right;
		margin-top:0px;
        /*left: 15px;
        top: calc(50% - 15px);*/
    }
    .page-header.type18 .switcher {
        background-color: #d2be86; 
        padding: 13px 0px 5px;
        height: 30px;
        text-align: left;
    }
    .page-header.type18 .switcher strong, .page-footer.type18 .switcher strong {
        font-weight: 400;
        letter-spacing: 0.03em;
        font-size: 15px;
        text-transform: capitalize;
    }
    .page-header.type18 .switcher strong.view-default_nederlands span {
        display:none;
    }
    .page-header.type18 .switcher .actions.dropdown.options.switcher-options.active .switcher-dropdown {
        min-width: auto;
    }
    .page-header.type18 .switcher .switcher-dropdown label.b2b {
        display: none;
    }
    .page-header.type18 .block-search {
        width: 210px;
        position: absolute;
        right: 5em;
        top: calc(40% - 0px);
        text-align: left;
    }
    
    .page-header.type18 .block-search input {
        background-color: #e6e3df;
        color: #4a4a4a;
        line-height: 33px;
        height: 33px;
		border:1px solid #C8B273;
		padding: 10px 35px 10px 10px;

    }
    .page-header.type18 .block-search .action.search {
        width: 33px;
        line-height: 33px;
        height: 33px;
    }
    .page-header.type18 .block-search .action.search:before {
        font-size: 12px;
    }
    .page-header.type18 .minicart-wrapper {
        position: relative;
     	/*top:65px;*/
     	float:right;
     	right: 1rem;
    }
    .page-header.type18 .nav-sections {
        position: relative;
        z-index: 3;
        border-top: none;
    }
    .page-header.type18.sticky-header .nav-sections {
        background-color: #fff;
    }
    .page-header.type18 .nav-sections .navigation > ul{
        padding-right: 100px;
        padding-left: 3px;
    }
    .page-header.type18 .navigation .level0 > .level-top {
        font-size: 19px;
        font-family: 'Inika';
        font-weight: 400;
        color: #111111;
		text-transform:capitalize;
		padding-right: 0;
    }
    .page-header.type18 .navigation .level0.parent > a:after {
        line-height: 46px;
    }
    .page-header.type18 .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.type18 .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.type18 .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 16px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #111111;
        padding: 0 5px;
		text-transform:capitalize;
    }
    .page-header.type18 .navigation li.level0.fullwidth .submenu a,
    .page-header.type18 .navigation li.level0.classic .submenu a,
    .page-header.type18 .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    .page-header.type19 .panel.header .switcher {
        padding: 0 30px 0 0;
        color: #c4d0dc;
        text-transform: uppercase;
    }
    .page-header.type19 .header.content {
        display: block;
        vertical-align: middle;
        padding: 28px 15px;
    }
    .page-header.sticky-header.type19 .nav-sections {
        background-color: #fff;
    }
    .page-header.type19 .logo {
        float: left;
        display: block;
        margin: 0 25px 0 0;
    }
    .page-header.type19 .minicart-wrapper {
        position: relative;
        top: 0;
        margin: 0;
        float: right;
        height: 50px;
        right: 0;
        padding: 5px 0;
    }
    .page-header.type19 .minicart-wrapper .action.showcart {
        display: block;
    }
    .page-header.type19 .search-area {
        position: relative;
        margin: 0;
        display: block;
        float: left;
        top: 0;
        left: 0;
        height: 50px;
        z-index: 2;
    }
    .page-header.type19 .search-area > a {
        color: #141a1f;
        line-height: 50px;
        display: block;
        margin-right: 10px;
        width: 25px;
        text-align: center;
    }
    .page-header.type19 .block-search {
        display: none;
        position: absolute;
        left: -20px;
        top: 100%;
        margin: 0;
    }
    .page-header.type19 .block-search input {
        height: 45px;
        border-radius: 25px;
        border: 5px solid #ccc;
    }
    .page-header.type19 .block-search .action.search {
        right: 5px;
        height: 45px;
        border-left: 1px solid #ccc;
        width: 40px;
    }
    .page-header.type19 .custom-block {
        float: right;
        height: 40px;
        line-height: 1;
        font-size: 11px;
        color: #777;
        border-right: solid 1px #dde0e2;
        padding-right: 35px;
        margin-right: 30px;
        margin-top:3px;
    }
    .page-header.type19 .custom-block > * {
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type19 .custom-block > a {
        font-size: 12px;
    }
    .page-header.type19 .nav-sections {
        pointer-events: none;
    }
    .page-header.type19 .navigation {
        padding: 10px 0;
    }
    .page-header.type19 .navigation > ul {
        text-align: left;
    }
    .page-header.type19 .navigation > ul > li {
        pointer-events: all;
        text-align: left;
    }
    .page-header.type19 .navigation .level0 > .level-top {
        color: #65829D;
        line-height: 30px;
        display: inline-block;
        transition-delay: 0.3s;
    }
    .page-header.type19 .navigation .level0.parent > a:after {
        line-height: 30px;
    }
    .page-header.type19 .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.type19 .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.type19 .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #434d53;
        padding: 0 5px;
    }
    .page-header.type19 .navigation li.level0.fullwidth .submenu a,
    .page-header.type19 .navigation li.level0.classic .submenu a,
    .page-header.type19 .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    .page-header.type20 {
        text-align: center;
    }
    .page-header.type20 .logo {
        float: none;
        display: inline-block;
        margin: 20px 0;
        position: relative;
        z-index: 8;
    }
    .page-header.type20 .nav-sections {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -16px;
        width: 100%;
        z-index: 4;
    }
    .page-header.type20 .navigation {
        text-align: left;
    }
    .page-header.type20 .navigation > ul {
        padding-right: 60%;
    }
    .page-header.type20.sticky-header .navigation > ul {
        padding-right: 90px;
    }
    header.page-header.sticky-header.type20 .nav-sections {
        background-color: #1e1e1e;
    }
    .page-header.type20 .navigation li.level0 {
        margin-right: 3px;
        color: #fff;
    }
    .page-header.type20 .navigation li.level0 > .level-top {
        color: inherit;
        padding: 0 12px;
        line-height: 42px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.025em;
    }
    .page-header.type20 .navigation li.level0.active, .page-header.type20 .navigation li.level0:hover {
        color: #fff;
    }
    .page-header.type20 .navigation li.level0.parent a.level-top:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 7px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 100%;
        margin-top: -14px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.1s;
    }
    .page-header.type20 .navigation li.level0.parent:hover a.level-top:before {
        visibility: visible;
        opacity: 1;
    }
    .page-header.type20 .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.type20 .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.type20 .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #434d53;
        padding: 0 5px;
    }
    .page-header.type20 .navigation li.level0.fullwidth .submenu a,
    .page-header.type20 .navigation li.level0.classic .submenu a,
    .page-header.type20 .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    .page-header.type20 .header.panel {
        text-align: right;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px;
        z-index: 5;
        padding: 0 15px;
    }
    body .page-header.type20 .header.panel {
        max-width: calc(50% - 50px);
    }
    .page-header.type20 .header.panel .top-panel {
        margin: 5px 0;
    }
    body.layout-fullwidth .page-header.type20 .header.panel .top-panel {
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type20 .top-links-area {
        position: relative;
        display: inline-block;
    }
    .page-header.type20 .top-links-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        padding: 7px 20px 7px 0;
        position: relative;
        color: #fff;
        text-transform: uppercase;
    }
    .page-header.type20 .top-links-icon a {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.025em;
    }
    .page-header.type20 .top-links-icon a:hover {text-decoration: none;}
    .page-header.type20 .top-links-icon:before {
        content: "\f807";
        display: block;
        position: absolute;
        right: 3px;
        top: 50%;
        font-family: "porto-icons";
        margin-top: -12px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
    }
    .page-header.type20 .top-links-area .links {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9;
        background-color: #fff!important;
        border-radius: 3px;
        margin: 0;
        padding: 5px 0;
        text-align: right;
        border: 1px solid #ccc;
        min-width: 150px;
    }
    .page-header.type20 .top-links-area .links > li {
        display: block;
        margin: 0;
        text-align: right;
        text-transform: uppercase;
        line-height: 19px;

    }
    .page-header.type20 .top-links-area .links > li > a,
    .page-header.type20 .top-links-area .links > li > span {
        color: #777 !important;
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        transition: all .2s;
        font-weight: 400;
        font-size: 11px;
    }
    .page-header.type20 .custom-block {
        font-family: 'Poppins';
        font-weight: 400;
        display: inline-block;
        text-align: left;
        font-size: 16px;
        height: 33px;
        line-height: 1;
        border-right: solid 1px rgba(255,255,255,0.3);
        padding-right: 30px;
        padding-left: 40px;
    }
    .page-header.type20 .header.panel .search-area {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        position: relative;
    }
    .page-header.type20 .header.panel .search-area > a {
        color: #fff;
        padding-right: 6px;
        display: block;
    }
    .page-header.type20 .header.panel .block-search {
        display: none;
        position: absolute;
        right: -20px;
        top: 100%;
        margin-top: 20px;
    }
    .page-header.type20 .header.panel .block-search input {
        height: 45px;
        border-radius: 25px;
        border: 5px solid #ccc;
    }
    .page-header.type20 .header.panel .block-search .action.search {
        right: 5px;
        height: 45px;
        border-left: 1px solid #ccc;
        width: 40px;
    }
    .page-header.type20 .header.panel .switcher {
        float: none;
        padding: 5px 10px;
        height: 24px;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
    }
    .page-header.type20 .header.panel .switcher strong {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.025em;
    }
	
	

}
@media (min-width: 1200px) {
    body.layout-fullwidth .page-header.type20 .header.panel .bottom-panel {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
}
@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;
    }
    header.page-header.type14 .panel.header .search-area {
        margin-left: 10px;
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .top-panel {
        margin-right: 20px;
    }
}
@media (max-width:1679px) {
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    header.page-header.type14 .panel.header .links > li.greet.welcome {
        display: none;
    }
    header.page-header.type14 .panel.header .top-panel {
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .search-area {
        margin-left: 5px;
        margin-right: 5px;
    }
    header.page-header.type14 .navigation li.level0 > a {
        padding: 0 10px;
    }
}
@media (max-width: 1439px) {
    header.page-header.type14 .header.content {
        padding: 25px;
        margin: 0;
        max-width: none;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 102px;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart:before {
        line-height: 100px;
    }
    header.page-header.type14 .header.content > .logo {
        padding-left: 5px;
    }
}
@media (max-width: 1359px) {
    header.page-header.type14 .panel.header .top-panel {
        display: block;
        margin-bottom: 20px;
        text-align: right;
        margin-right: 0;
        pointer-events: all;
    }
    header.page-header.type14 .panel.header .bottom-panel {
        pointer-events: all;
    }
    header.page-header.type14 .panel.header {
        margin-top: -32px;
        pointer-events: none;
    }
    header.page-header.type14 .nav-sections {
        margin: 0;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 100px;
    }
}
@media (max-width: 1199px) {
    header.page-header.type14 .minicart-wrapper {
        width: 150px;
    }
    header.page-header.type14 .panel.header {
        right: 150px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        width: 280px;
        padding-left: 130px;
    }
}
@media (max-width: 991px) {
    header.page-header.type14 .panel.header {
        right: 170px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        width: 280px;
        padding-left: 130px;
    }
}
@media (max-width:767px) {
    .block-search input {
        color: #666;
    }
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .page-header.type6 .custom-block {
        display: none;
    }
    header.page-header.type14 .header.content {
        padding: 25px 15px;
    }
    header.page-header.type14 .nav-toggle {
        line-height: 50px;
    }
    header.page-header.type14 .nav-toggle:before {
        color: #ccc;
    }
    header.page-header.type14 .panel.header {
        pointer-events: all;
    }
    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;
    }
    header.page-header.type14 .block-search .label:before {
        color: #ccc;
        margin: 0;
        content: "\f880";
    }
    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;
        filter:alpha(opacity=0);
    }
    header.page-header.type14 .block-search .label.active + .control input {
        position: absolute;
        display: block;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    header.page-header.type14 .panel.header .top-panel {
        display: none;
    }
    header.page-header.type14 .panel.header {
        margin-top: -13px;
    }
    header.page-header.type14 .navigation li.level0 > a {
        padding: 13px 36px 13px 15px;
    }
    header.page-header.type15 .header > .logo {
        margin: 9px 0;
        height: 40px;
        width: auto;
    }
    header.page-header.type15 .header > .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    header.page-header.type15 .header .cart-area .switcher, header.page-header.type15 .header .search-toggle-icon {
        display: none;
    }
    header.page-header.type15 .header .cart-area {
        position: absolute;
        right: 0;
        top: 0;
    }
    header.page-header.type15 .minicart-wrapper .action.showcart .counter-label {
        display: none;
    }
    header.page-header.type15 .minicart-wrapper {
        margin-top: 6px;
    }
    header.page-header.type15 .minicart-wrapper .block-minicart {
        right: 10px;
    }
    header.page-header.type15 .search-area .block-search .label {
        padding-right: 60px;
        line-height: 60px;
    }
    header.page-header.type15 .search-area .block-search .label:before {
        content: '\e884';
        color: #fff;
    }
    header.page-header.type15 .nav-toggle:before {
        color: #fff;
    }
    .page-header.type16 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type16 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type16 .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type16 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 15px;
    }
    .page-header.type16 .custom-block {
        display: none;
    }

    .page-header.type17 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type17 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type17 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type17 .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type17 .block-search .label:before,
    .page-header.type17 .nav-toggle:before {
        color: #fff;
    }
    .page-header.type17 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 15px;
    }
    .page-header.type17 .custom-block {
        display: none;
    }
    
    
    /*My style */
    .page-header.type18 .logo {
        /*height: 40px;*/
        float: left;
        margin: 10px 0;
        
    }
    .header.content .nav-toggle {
    	line-height: 100px;
    }
    
    .sections.nav-sections .header.links .social-media a {
    	display: inline-block;
	    font-size: 15px!important;
	    padding: 5px;
	    margin: 10px;
	    cursor: pointer;
    }
    .sections.nav-sections .header.links .usp-link {
    	margin:0px;
    	padding: 0px 0px 0 10px;
    }
    .sections.nav-sections .header.links .usp-link.first {
    	margin-right: 0;
    }
    .sections.nav-sections .header.links .usp-link.second {
    	margin-left: 0;
    }
    .nav-sections .header.links li {
    	 margin: 0px 0px;
    	 width: 100%;
    	 font-size: 1.2rem;
    }
    .sections.nav-sections .porto-icon-instagram {
    	vertical-align: middle!important;
    }
    .sections.nav-sections .header.links .usp-link a {
    	padding:10px 5px;
    	vertical-align: middle;
    }
    .sections.nav-sections .header.links .usp-link a:hover {
        display: inline-block;
    }
    .nav-sections .header.links .usp-link img {
    	vertical-align: middle;
    }
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
    	padding: 10px 10px;
    }
    
    .page-header.type18 .header.content {
    	border-bottom: 1px solid #eaeaea;
    	margin-bottom: 20px;
    }
    .page-header.type18 .select-area {
        display: none;
    }
    .page-header.type18 .block-search {
        float: right;
        margin-bottom: 0;
        margin-top: 20px;
        margin-right: 4.5rem;
        width:50%;
        
    }
    .page-header .switcher .options ul.dropdown a {
    	font-size: 13px;
    }
    .page-header.type18 .block-search .form.minisearch.active .control input {
    	width:auto!important;
		margin: 0px 0 0 10px;
		float: right;
		margin-bottom: 20px;
	}
	
    .page-wrapper .page-header.type18 .nav-sections {
    	margin-top: 0;
    }
    .container .homepage-banner-images .banner-three {
	    padding-bottom: 2px;
	}
	
	.page-wrapper .container .filterproducts-tab {
		padding-top: 0!important;
	}
	.filterproducts-tab .data.items > .item.title {
		border-top: none;
	    display: inline-block;
	    width: auto;
	    padding:0;
	    margin: 10px 0 10px;
			
	}
    .page-header.type18 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 0px;
    }
    .page-header.type18 .minicart-wrapper {
        position: absolute;
        top: auto;
        right: 10px;
        left: auto;
        margin: 30px 0 0;
        float: right;
    }
    .page-header.type19 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type19 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type19 .custom-block {
        display: none;
    }
    .page-header.type19 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type19 .search-toggle-icon {
        display: none;
    }
    .page-header.type19 .block-search .label {
        float: right;
        margin-right: 30px;
        margin-top: 15px;
    }
    .page-header.type20 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    
    .homepage-banner-images{
		margin-bottom: 40px;
	}
    .page-header.type20 .header.panel {
        position: relative;
    }
    .page-header.type20 .bottom-panel {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .page-header.type20 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 0;
        float: right;
        margin-right:-17px;
    }
    .page-header.type20 .minicart-wrapper .action.showcart:before,
    .page-header.type20 .minicart-wrapper .action.showcart.active:before {
        font-size: 28px;
        line-height: 40px;
    }
    .page-header.type20 .minicart-wrapper .block-minicart {
        right:-7px;
    }
    .page-header.type20 .minicart-wrapper .action.showcart {
        line-height: 40px;
    }
    .page-header.type20 .search-toggle-icon {
        display: none;
    }
    .page-header.type20 .block-search .label {
        float: right;
        margin-right: 40px;
        margin-top: 15px;
    }
    .page-header.type20 .top-links-area, .page-header.type20 .custom-block {
        display: none;
    }
    .page-products #maincontent .toolbar .limiter {
        display: block;
	padding-bottom: 10px;
        float:right;
    }
    .page-products .search.results .toolbar .limiter {
        display: block;
	padding-bottom: 10px;
        float:right;
    }
}
@media (max-width: 640px) {
    header.page-header.type14 .panel.header {
        right: 60px;
        margin-top: -13px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 100px;
        padding-left: 230px;
    }
    header.page-header.type14 .minicart-wrapper {
        width: 50px;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart:before {
        margin: 0;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
        display: none;
    }
    header.page-header.type14 .block-search input {
        min-width: 200px;
    }
    #newsletter_popup {
        padding: 40px 10px 25px;
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1440px) {
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        padding: 20px 15px;
    }
    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: 5px 10px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
	.page-header.type7 .panel.header .toplinks-area > ul.show {
		left: -15px;
		z-index: 7;
		background-color: #fff;
		box-shadow: 0 0 1px rgba(0,0,0,0.15);
		padding: 0 15px;
		margin-top: 10px;
	}
}




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

.footer-middle ul.links li{
	display:list-item;
}

.footer-middle .block .block-title strong{
	font-size:18px !important;
}

.footer-middle, .footer-middle p{
	font-size:14px;
}

.footer-bottom{
	background-color:#c8b273 !important;
	padding: 5px 0;
}

.footer-bottom address{
	color:#000;
	line-height:4;
}

.block-content-custom p{
	text-align:justify;
	color:#000;
	line-height:150%;
	font-size:20px;
}

.custom-block2{
	padding-top:5px;
}

.p-dott{
	color:#000;
	font-size:18px !important;
	padding:0 15px;
	text-align:center;
}

.custom-section{
	width:100%;
	display:inline-flex;
	margin: 40px 0;
}

.block .block-title strong{
	font-size:28px;
	color:#000;
	font-weight:normal;
}
.layered-filter-block-container .block.filter .block-title strong{
    font-size: 15px;
    font-weight: 400;
    color: #7a7d82;
    height: 37px;
    border: 1px solid #e4e4e4;
    border-radius: unset;
    box-shadow: unset;
    padding: 9px 10px;
    width: 120px;
    text-align: left;
}
.layered-filter-block-container .active .block-title strong{
    right: -20px;
    left: auto;
    top: 10px;
    border: 0 !important; 
    background: none;
    box-shadow: none !important;
    color: transparent !important;
    display: inline-block;
    text-decoration: none;
}
.filter-options-content ol.items {
    list-style: none;
}

.products-grid.columns4 .product-item{
	padding:0 !important;
}

.products-grid .product-item .product-item-details{
	text-align:center !important;
	padding:10px;
}

@media (max-width: 768px) {
	.footer-top-inner2 .block-title{
		margin:20px 0;
		text-align:center !important;
	}
	
	.footer-bottom address{
		float:none !important;
		text-align:center;
	}
	
	.custom-block{
		float:none !important;
		text-align:center;
	}

	.custom-block2 img{
		display:none !important;
	}
	
	.p-dott{
		padding:10px;
	}
	
	.insta-follow {
    position: absolute;
    top: calc(35% - 123px);
    left: calc(50% - 140px);
    background-color:#0e0e0e;
    padding: 30px 40px;
    text-align:center;
    color:#fff;
  }
  
   .fb-follow {
    position: absolute;
    top: calc(50% - 123px);
    right: calc(30% - 140px);
    background-color:#0e0e0e;
    padding: 30px 40px;
    text-align:center;
    color:#fff;
  }
}

/* Newslatter content */

.parallax-container .content{
	padding:20px !important;
	top:auto !important;
	min-width:auto !important;
	max-width:310px;
}

.block.newsletter .form.subscribe{
	display:block;
}

.block.newsletter{
	width:auto !important;
}

.content-newsletter{
	position:absolute;
	right:10%;
	max-width:60%;
	background-color:#292929;
	padding:20px;
	text-align:center;
}

.content-newsletter p{
	font-size:18px;
	text-align:center;
	padding-right:0 !important;
	word-spacing:5px;
}

.content-newsletter h1{
	font-size:28px;
	margin-bottom:10px;
	font-weight: 600;
}

#newsletter{
	border: solid 2px #c8b273; 
	height:45px;
	color: #636363 !important;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	font-family: inka;
}

button.action.subscribe.primary{
	background-color: #c8b273;
	margin-top: 10px;
	color: #292929;
}

.dots-splitter{
	position: relative;
	margin-top: 100px;
	text-align: center;
}

#newsletter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #292929 !important;
}
#newsletter::-moz-placeholder { /* Firefox 19+ */
  color: #292929 !important;
}
#newsletter:-ms-input-placeholder { /* IE 10+ */
  color: #292929 !important;
}
#newsletter:-moz-placeholder { /* Firefox 18- */
  color: #292929! important;
}

@media (max-width: 768px){
.content-newsletter{
	right:0;
	margin-right:15px;
}
}

/* tabs content */

.form-wishlist-items .wishlist .product-items .product-item{
	border-style:solid !important;
	border-width:12px !important;
    padding: 0px !important;
    -webkit-border-image: url(../images/border.png) 12 round !important;
    -o-border-image: url(../images/border.png) 12 round !important;
    border-image: url(../images/border.png) 12 round !important;
	}
/*.products-grid.columns3 .product-items .product-item.quote{
	padding-bottom:68px !important;
}
.products-grid.columns4 .product-items .product-item.quote{
	padding-bottom:65px !important;
}*/

/*.products-grid.columns3 .product-items .product-item-inner.quote{
	top:42px;
}*/
.products-grid.columns4 .product-items .product-item-inner.quote{
	/*top:42px;*/
	min-height: 44px;
}
.products-grid.columns4 .product-item{
    border: 1px solid #c8b273;
    width: 264px !important;
    padding: 0px 0px 30px !important;
    margin: 12px;
}
	
.products-grid.columns3 .product-item{
    border: 1px solid #c8b273;
    width: 260px !important;
    padding: 0px 0px 30px !important;
    margin: 12px;
	}
	
.products-grid.columns2 .product-item{
    border: 1px solid #c8b273;
    width: 266px !important;
    padding: 0px 0px 30px !important;
    margin: 12px;
	}
	
.products-grid.columns1 .product-item{
    border: 1px solid #c8b273;
    width: 266px !important;
    padding: 0px 0px 30px !important;
    margin: 12px;
	}
	

.products-grid .product-item-actions .tocart{
	display:inline !important;
	}

.products-grid .product-item .product-item-inner{
	position:relative !important;
	
	}
	
.product.name a{
	font-size:16px !important;
	font-weight:600;
	text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
	}

.product-item-sku{
	font-size: 16px;
	color: #5b5b5f;
	}

.products-grid .product-item-details .product-item-actions .tocart{
	/* color:#fff; */
    color: #444444;
	}

.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist::before{
	font-size:30px !important;
	margin-left:0px;
	width:33px;
	
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
	float:right;
	display:none;
}
.cms-index-index .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
	display: none;
}
.products-grid .product-item .product-item-details .product-item-name{
		padding-bottom:20px;
	}

.products-grid.wishlist .product-item  .product-item-info  .product-item-name	{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
}

.products-grid.wishlist .product-item  .product-item-info .product-item-inner .box-tocart	{
	margin-top:20px;
}
@media (min-width: 768px){
	.filterproducts-tab .data.items{
		background: url(../images/dots3.png) right 10px no-repeat;
		background-image: url(../images/dots3.png);
		background-position-x: right;
		background-position-y: 10px;
		background-size: initial;
		background-repeat-x: no-repeat;
		background-repeat-y: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: initial;
	}
		
	.filterproducts-tab .data.items > .item.title{
		text-align:center;
	}
	
	.filterproducts-tab .test a{
		display:none;
	}
	
	.test{
		display:none;
	}
	
	.filterproducts-tab .data.items > .item.content{
		margin-bottom:0px;
		margin-top: 60px;
	}
	
	.filterproducts-tab .data.items > .item.title:first-child{
		margin-left:23%;
		padding-left:15px;
	}

	.filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch{
	color:#90969A !important;
	}

	.tab-title h3{
		padding:15px 0;
	}
	.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2{
		background-color:#c8b273 !important;
		margin-top:83px !important;
		left:45px !important;
		right:0 !important;
		width:100%;
		padding:10px 14px !important;
		font-size:20px;
	}
	.cms-porto-home-15 .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2{
		background-color:#c8b273 !important;
		margin-top:85px !important;
		left:45px !important;
		right:0 !important;
		width:100%;
		padding:10px 14px !important;
		font-size:20px;
	}
}

@media (max-width: 768px){
	.tab-title > h3{
		display:none;
	}
}

@media (min-width:320px) and (max-width:350px) {
	
	.page-header.type18 .block-search .form.minisearch.active .control input {
		margin-left: 0px;
	}
	#featured .filterproducts .product.name a {
		font-size: 15px!important;
	}
	.page-wrapper .container.newsletter .content-newsletter {
		bottom: -9rem;
    	font-weight: 600;
    	margin-right: 0;
    	right: 0;
    	padding: 10px;
	}
	
}
@media (min-width:351px) and (max-width:380px) {
	
	.container .filterproducts-tab .data.items > .item.title:first-child a.switch {
		margin-left:25px;
	}
	.page-wrapper .container.newsletter .content-newsletter {
		bottom: -8rem;
    	font-weight: 600;
    	margin-right: 0;
    	right: 0;
    	padding: 10px;
	}
}
@media (min-width:381px) and (max-width:440px) {
	.container .filterproducts-tab .data.items{
		background: url(../images/dots3.png) right 10px no-repeat;
		background-image: url(../images/dots3.png);
		background-position-x: right;
		background-position-y: 10px;
		background-size: initial;
		background-repeat-x: no-repeat;
		background-repeat-y: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: initial;
	}
		
	.container .filterproducts-tab .data.items > .item.title{
		text-align:center;
	}
	
	.container .filterproducts-tab .test a{
		display:none;
	}
	
	.test{
		display:none;
	}
	
	.container .filterproducts-tab .data.items > .item.content{
		margin-bottom:0px;
		margin-top: 35px;
	}
	
	.container .filterproducts-tab .data.items > .item.title:first-child{
		margin-left:14%;
		padding-left:0px;
	}

	.container .filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch{
		color:#90969A !important;
	}
	.container .filterproducts-tab .data.items > .item.title {
		margin:5px 0;
	}
	.page-wrapper .container.newsletter .content-newsletter {
		bottom: -8rem;
    	font-weight: 600;
    	margin-right: 0;
    	right: 0;
    	padding: 10px;
    	max-width: 50%;
	}
}

@media (min-width:441px) and (max-width:500px) {
	.container .filterproducts-tab .data.items > .item.title:first-child{
		margin-left:16%;
		padding-left:0px;
	}
	.container .filterproducts-tab .data.items{
		background: url(../images/dots3.png) right 10px no-repeat;
		background-image: url(../images/dots3.png);
		background-position-x: right;
		background-position-y: 10px;
		background-size: initial;
		background-repeat-x: no-repeat;
		background-repeat-y: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: initial;
	}
	.container .filterproducts-tab .data.items > .item.title {
		margin:5px 0;
	}
	.page-wrapper .container.newsletter .content-newsletter {
		bottom: -3rem;
    	font-weight: 600;
	    margin-right: 0;
	    right: 0;
	    padding: 10px;
	    max-width: 48%;
	}
	
}
@media (min-width:501px) and (max-width:569px) {
	.container .filterproducts-tab .data.items > .item.title:first-child{
		margin-left:22%;
		padding-left:0px;
	}
	.container .filterproducts-tab .data.items{
		background: url(../images/dots3.png) right 10px no-repeat;
		background-image: url(../images/dots3.png);
		background-position-x: right;
		background-position-y: 10px;
		background-size: initial;
		background-repeat-x: no-repeat;
		background-repeat-y: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: initial;
	}
	.container .filterproducts-tab .data.items > .item.title {
		margin:5px 0;
	}
	.page-wrapper .container.newsletter .content-newsletter {
		bottom: -3rem;
    	font-weight: 600;
	    margin-right: 0;
	    right: 0;
	    padding: 10px;
	    max-width: 48%;
	}
	
}
@media (min-width:340px) and (max-width:568px) {
	
	.container .filterproducts-tab .data.items > .item.title a.switch {
		padding:0 10px;
	}
	
}

@media (max-width: 569px){
	.cms-porto-home-15 .products-grid .product-item{
		float:left;
	}
	.products-grid.columns4 .product-item, .products-grid.columns3 .product-item {
		width: 48%!important;
    	margin: 0 1% 5%;
    	padding: 0px 0px 10px !important;
    	float: left;
	}
	.products-grid.columns3 .product-item .product-item-inner {
		right:0;
		top:0;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-actions .actions-primary {
		vertical-align: middle;
	    position: relative;
	    z-index: 1;
	    /*float: left;
	    margin-left: 15px;*/
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    float:none;
	}
	.products-grid.columns3 .product-item .tocart {
		font-size: 1.1rem;
		padding:0 5px;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-name {
		padding-right: 0;
	}
	.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
		display:none;
	}
	.products-grid.columns4 .product-items .product-item.quote {
		padding-bottom: 0!important;
	}
	.cms-index-index.cms-porto_home_15 .product-item-info {
		width:100%;
	}
	.container .filterproducts-tab .products-grid .product-item-details .product-item-actions .tocart {
		padding: 0 5px;
	}
	.filterproducts-tab .products-grid .product-item-details .product-item-actions .tocart span {
		font-size: 1.1rem;
	}
	.catalog-product-view .products-related  .product.name.product-item-name {
		padding-bottom:0;
		min-height:0!important;
	}
	
	.cms-porto-home-15.cms-index-index  #maincontent {
		padding-top: 64px;
	}
	.content-newsletter .block {
		margin-bottom: 0!important;
	}
	.container.newsletter .content-newsletter .block-title {
		font-size: 16px;
	}
	.content-newsletter h1 {
		font-size: 16px;
	    margin-bottom: 10px;
	    font-weight: 600;
	    margin-top: 5px;
	}
	.content-newsletter p {
		font-size: 12px;
	}
	.container.newsletter .content-newsletter #newsletter {
		font-size: 14px;
		height:30px;
		width:90%;
	}
	.container.newsletter button.action.subscribe.primary {
		line-height: 12px;
		padding: 5px 5px;
    	font-size: 12px;
    	height: 22px;
	}
	.row .insta-follow {
		top: calc(35% - 110px);
    	left: calc(50% - 112px);
    	padding: 10px 10px;
	    width: 220px;
	    margin: 0 auto;
	}
	.row .insta-follow h3 {
		font-size: 40px;
    	font-weight: 300;
   		padding-top: 10px;
	}
	.row .insta-follow span {
		font-size: 15px;
        display: block;
    	margin-bottom: 28px;
	}
	.row .fb-follow {
	    top: calc(65% - 83px);
	    right: calc(50% - 107px);
	    padding: 10px;
	    width: 220px;
	}
	.row .fb-follow h3 {
	    font-size: 40px;
	    padding-top: 10px;
	}
	.footer-top-inner2 .row .col-sm-3 {
		display:none;
	}
	.footer-top-inner2 .block-content-custom .block-title::after {
	    content: '';
	    border-top: none
	}
	.block-content-custom p {
		font-size: 14px;
	}
	#maincontent .footer-top-inner2 {
    	margin-top: 0px;
	}
	.columns .column.main {
		padding-bottom: 0;
	}
	.filterproducts-tab .products-grid .product-item .product-item-details .product-item-name {
    	padding-right: 0;
    	padding-bottom: 0;
	}
	#maincontent .footer-top-inner2 .block-content-custom .block-title::after {
		border:none!important;
		flex: 1 0 0px!important;
    	margin: 0 0 0 0px!important;
    	display: none!important;
	}
	.page-header.type18 .logo {
		max-width:16%; 
	}
	#featured .filterproducts.products.product-items .product.details.product-item-details .stock {
		margin-top: -18px;
	}
	.products-grid.columns4 .product-items .product-item-inner.quote{
		min-height:42px;	
	}
	.filterproducts .product-item-info .product.details.product-item-details .product-item-sku {
		min-height:44px;
		display:block;
	}
	#layer-product-list .products-grid.columns3 .product-item .product-item-details .product-item-name {
	    min-height: 108px;
	}
}
@media (min-width:570px) and (max-width:767px) {
	
	.products-related .owl-carousel.products .owl-item .product-item-info img {
		min-width:55%!important;
	}
	.products-related .product-item .product-item-details {
		padding-left:0;
	}
	.catalog-product-view .products-related .product.name.product-item-name {
		padding-bottom:0!important;
	}
	
	.block .products-related .owl-carousel.products .owl-item {
		margin-right:0px!important;
	}
	.page-header.type18 .logo {
		max-width:11%; 
	}
	.container .filterproducts-tab .data.items > .item.title:first-child{
		margin-left:22%;
		padding-left:0px;
	}
	.container .filterproducts-tab .data.items{
		background: url(../images/dots3.png) right 10px no-repeat;
		background-image: url(../images/dots3.png);
		background-position-x: right;
		background-position-y: 10px;
		background-size: initial;
		background-repeat-x: no-repeat;
		background-repeat-y: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: initial;
	}
	.container .filterproducts-tab .data.items > .item.title {
		margin:5px 0;
	}
	.page-wrapper .container.newsletter .content-newsletter {
		bottom: 0rem;
    	font-weight: 600;
	    margin-right: 0;
	    right: 0;
	    padding: 10px;
	    max-width: 40%;
	}
	.content-newsletter h1 {
	    font-size: 18px;
	    margin-bottom: 10px;
	    font-weight: 600;
	    margin-top: 10px;
	}
	.content-newsletter p {
    	font-size: 12px;
	}
	.container.newsletter .content-newsletter #newsletter {
	    font-size: 14px;
	    height: 30px;
	    width: 90%;
	}
	.container.newsletter button.action.subscribe.primary {
	    line-height: 12px;
	    padding: 5px 5px;
	    font-size: 12px;
	    height: 22px;
	}
	.container .filterproducts-tab .data.items > .item.title a.switch {
		font-size: 16px;
	}
	#maincontent .footer-top-inner2 {
    	margin-top: 0px;
	}
	.footer-top-inner2 .row .col-sm-3 {
		display:none;
	}
	.footer-top-inner2 .block-content-custom .block-title::after {
	    content: '';
	    border-top: none
	}
	.block-content-custom p {
		font-size: 14px;
	}
	#maincontent .footer-top-inner2 .block-content-custom .block-title::after {
		border:none!important;
		flex: 1 0 0px!important;
    	margin: 0 0 0 0px!important;
    	display: none!important;
	}
	.homepage-usp-images .usp-images .usp img {
		width: 100%;
	}
	.products-grid.columns4 .product-item, .products-grid.columns3 .product-item {
		width: 48%!important;
    	margin: 0 1% 4%;
    	padding: 0px 0px 10px !important;
	}
	.cms-index-index.cms-porto_home_15 .product-item-info {
		width:100%;
	}
	.products-grid.columns4 .product-items .product-item.quote {
		padding-bottom: 0!important;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-actions .actions-primary {
		vertical-align: middle;
	    position: relative;
	    z-index: 1;
	    /*float: left;
	    margin-left: 15px;*/
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    float:none;
	}
	.products-grid.columns3 .product-item .product-item-inner {
		right:0;
		top:0;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-name {
		padding-right: 0;
		min-height: 90px;
	}
	.products-grid.columns3 .product-items .product-item.quote {
	    padding-bottom: 78px !important;
	}
	#featured .filterproducts.products.product-items .product.details.product-item-details .stock {
		margin-top: -18px;
	}
	.products-grid.columns4 .product-items .product-item-inner.quote{
		min-height:42px;	
	}
	
}
@media (min-width:645px) and (max-width:767px) {
	.homepage-usp-images .usp-images .usp img {
		width: 100%;
	}
	.homepage-usp-images .usp-images .usp {
		padding-right: 48px;
	}
	

}

@media (min-width:768px) and (max-width:980px) {
	
	.main-panel-inner .header.panel > .header.links {
	    max-width: 100% !important;
	}
	 .page-header.type18 .select-area {
	    margin-top: -18px;
	}
	 .page-header.type18 .switcher {
		padding:0;
	}
	.header.content .logo {
		max-width: 11%;
	}
	.page-header.type18 .block-search {
	    right: 6em;
    	top: calc(65% - 0px);
	}
	.page-header.type18 .minicart-wrapper {
		position: absolute;
    	bottom: 2rem;
	}
	.page-header.type18  .header.content .nav-sections {
		margin-top: 1em;
		margin-bottom: 5rem;
	}
	.page-wrapper .page-header .header.panel > .header.links li.greet.welcome {
        display: block!important;
    }

	.page-wrapper .page-header .header.panel > .header.links li.usp-link.first {
		padding-left: 0px;
	}
	.container.banners .homepage-banner-images .banner-three {
	    padding-bottom: 3px;
	}
	.container .filterproducts-tab .data.items > .item.title a.switch {
		font-size: 18px;
		font-weight: 600;
    	text-transform: uppercase;
    	padding: 0px 10px;
	}
	/*.filterproducts-tab .products-grid .quote.product-item-inner {
		display:none;
	}*/
	.filterproducts-tab .products-grid.columns4 .product-items .product-item.quote {
	    padding-bottom: 18px !important;
	}
	.page-wrapper .container.usp {
		padding: 0px 15px 50px!important;
	}
	.page-wrapper .container.newsletter .content-newsletter {
	    bottom: -7rem;
	    font-weight: 600;
	    margin-right: 0;
	    max-width: 45%;
	    right: 0;
	}
	.page-header.type18 .header.panel > .header.links li:nth-child(5), .page-header .header.panel > .header.links li.authorization-link {
	    margin-left: 0em;
	    float:right;
	}
	.page-header.type18 .header.panel > .header.links li:nth-child(5) {
		margin-right: 14rem;
	}
	.page-header .header.panel > .header.links li.usp-link.second, .page-wrapper .page-header .header.panel > .header.links li.usp-link.first {
		float:left;
	}
	.container .filterproducts-tab .data.items > .item.title {
		padding:0px 10px 0 0;
	}
	.page-wrapper .filterproducts-tab .products-grid.columns4 .product-item {
		width:345px!important;
	}
	.page-wrapper  .products.wrapper.grid.columns3.products-grid .product-item {
		width: 250px !important;
	}
	.cms-index-index #featured .products-grid.columns4 .product-item .product-item-info {
		width:100%;
	}
	.page-wrapper .container.newsletter .content-newsletter {
	    bottom: -3rem;
	    font-weight: 600;
	    margin-right: 0;
	    max-width: 38%;
	    right: 0;
	}
	.content-newsletter h1 {
	    font-size: 24px;
	    margin-bottom: 10px;
	    font-weight: 600;
	    margin-top: 10px;
	}
	.content-newsletter p {
    	font-size: 18px;
	}
	.container.newsletter .content-newsletter #newsletter {
	    font-size: 18px;
	    height: 40px;
	    width: 90%;
	}
	.container.newsletter button.action.subscribe.primary {
	    line-height: 16px;
	    padding: 5px 5px;
	    font-size: 16px;
	    height: 28px;
	}
	.filterproducts-tab .tab-title {
		display:none;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-actions .actions-primary {
		vertical-align: middle;
	    position: relative;
	    z-index: 1;
	    /*float: left;
	    margin-left: 15px;*/
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    float:none;
	}
	.products-grid.columns3 .product-item .product-item-inner {
		right:0;
		top:0;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-name {
		padding-right: 0;
		min-height: 90px;
	}
	.page-wrapper .page-header.type18 .navigation .level0 > .level-top {
		font-size: 12px;
	}

	.cms-porto_home_15 .products.wrapper.grid.columns4.products-grid {
	    display: flex;
	    justify-content: center;
	}
	
}

@media (min-width:981px) and (max-width:1023px) {
	
	.main-panel-inner .header.panel > .header.links {
	    max-width: 100% !important;
	}
	 .page-header.type18 .select-area {
	    margin-top: 0px;
	}
	 .page-header.type18 .switcher {
		padding:0;
	}
	.header.content .logo {
		max-width: 11%;
	}
	.page-header.type18 .block-search {
	    right: 6em;
    	top: calc(65% - 0px);
	}
	.page-header.type18 .minicart-wrapper {
		position: absolute;
    	bottom: 1.5rem;
	}
	.page-header.type18  .header.content .nav-sections {
		margin-top: 2em;
		margin-bottom: 5rem;
	}
	
	.page-wrapper .page-header .header.panel > .header.links li.usp-link.first {
		padding-left: 0px;
	}
	.container.banners .homepage-banner-images .banner-three {
	    padding-bottom: 3px;
	}
	.container .filterproducts-tab .data.items > .item.title a.switch {
		font-size: 18px;
		font-weight: 600;
    	text-transform: uppercase;
    	padding: 0px 10px;
	}
	/*.filterproducts-tab .products-grid .quote.product-item-inner {
		display:none;
	}*/
	.filterproducts-tab .products-grid.columns4 .product-items .product-item.quote {
	    padding-bottom: 18px !important;
	}
	.page-wrapper .container.usp {
		padding: 0px 15px 50px!important;
	}
	.page-wrapper .container.newsletter .content-newsletter {
	    bottom: -3rem;
	    font-weight: 600;
	    margin-right: 0;
	    max-width: 36%;
	    right: 0;
	}
	.page-header.type18 .header.panel > .header.links li:nth-child(5), .page-header .header.panel > .header.links li.authorization-link {
	    margin-left: 0em;
	    float:right;
	}
	
	.page-header .header.panel > .header.links li.usp-link.second, .page-wrapper .page-header .header.panel > .header.links li.usp-link.first {
		float:left;
	}
	.container .filterproducts-tab .data.items > .item.title {
		padding:0px 10px 0 0;
		
	}
	.filterproducts-tab .data.items > .item.title:first-child {
		margin-left: 28%;
	}
	.filterproducts-tab .products-grid.columns4 .product-item {
		width:292px!important;
	}
	.filterproducts-tab .item.product.product-item.nth-child-2n.nth-child-3np1.nth-child-4n {
		clear:left;
	}
	.filterproducts-tab  .products-grid.columns4 .product-item.nth-child-2np1, .filterproducts-tab .products-grid .product-item.nth-child-2np1 {
		clear:none;
	}
	.cms-index-index #featured .products-grid.columns4 .product-item .product-item-info {
		width:100%;
	}
	.filterproducts-tab .tab-title {
		display:none;
	}
	.page-wrapper .products-grid.columns3 .product-item {
	    width: 330px !important;
	}
	.page-wrapper .products-grid.columns3 .product-item .product-item-details .product-item-actions .actions-primary {
		vertical-align: middle;
	    position: relative;
	    z-index: 1;
	    /*float: left;
	    margin-left: 15px;*/
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    float:none;
	}
	.page-wrapper .products-grid.columns3 .product-item .product-item-inner {
		right:0;
		top:0;
	}
	.page-wrapper .products-grid.columns3 .product-item.nth-child-3np1 {
		clear:none;
	}
	.page-wrapper .products-grid.columns3 .product-item.nth-child-2np1 {
		clear:left;
	}	
	.products-grid.columns3 .product-item .product-item-details .product-item-name {
		padding-right: 0;
		min-height: 90px;
	}
	.page-wrapper .page-header.type18 .navigation .level0 > .level-top {
		font-size: 12px;
	}
	.cms-porto_home_15 .products.wrapper.grid.columns4.products-grid {
	    display: flex;
	    justify-content: center;
	}
}



@media (min-width:768px) and (max-width:1024px) {
	
	.products-related .product-item  .product-item-details {
		padding-left:0px;
	}
    .page-wrapper .page-header .header.panel > .header.links {
        text-align: left;
        width: 90%;
        color:#000;
    }
    .page-wrapper .page-header .header.panel > .header.links a {
        color:#000!important;
    }
    .page-wrapper .page-header .header.panel > .header.links li.authorization-link a {
        padding-right: 0;
    }
    .panel.header .select-area {
        padding: 10px 0;
        margin-top: 0;
    }
    .page-wrapper .page-header .header.panel > .header.links li.usp-link.second {
        padding-right: 0rem;
    }
    .page-wrapper .page-header .header.panel > .header.links li.greet.welcome {
        display: inline-block!important;
        margin-left: 0;
        text-align: right;
        float: right;
        clear:both;
    }
    .page-wrapper .page-header .header.panel > .header.links li.greet.welcome .logged-in {
        padding:10px 0;
    }
    .page-wrapper .page-header .header.panel > .header.links li.customer-welcome {
        float: right;
        right: -2rem;
        top: 3rem;
    }
    .page-header.type18 .header.panel > .header.links li:nth-child(5) {
        margin-right: 0;
    }
} 
@media (min-width:1024px) and (max-width:1280px) {
	.block .products-related .owl-carousel.products .owl-item {
		margin-right:0px!important;
	}
	.main-panel-inner .header.panel > .header.links {
	    max-width: 100% !important;
	}
	.page-header.type18 .header.panel > .header.links li:nth-child(5), .page-header .header.panel > .header.links li.authorization-link {
	    margin-left: 0em;
	    float:right;
	}
	.page-header.type18 .block-search {
	    right: 6em;
    	top: calc(75% - 0px);
	}
	.page-header.type18 .minicart-wrapper {
		position: absolute;
    	bottom: -0.5rem;
	}
	.page-wrapper .container.usp {
		padding: 0px 15px 50px!important;
	}
	.page-wrapper .container.newsletter .content-newsletter {
	    bottom: -3rem;
	    font-weight: 600;
	    margin-right: 0;
	    max-width: 40%;
	    right: 0;
	}
	.filterproducts-tab .tab-title {
		display:none;
	}
	.page-header.type18 .switcher {
		padding: 0px;
	}

    .panel.header .select-area {
        padding: 10px 0;
    }

    .page-wrapper .page-header .header.panel > .header.links li.greet.welcome {
        margin-left: 14rem;
    }
    
    .page-wrapper .page-header .header.panel > .header.links a {
        color:#000!important;
    }
    .page-wrapper .page-header .header.panel > .header.links {
        width: 92%;
        text-align: left;
    }
	.container .filterproducts-tab .data.items > .item.title a.switch {
		font-size: 18px;
		font-weight: 600;
    	text-transform: uppercase;
	}
	.page-wrapper .products-grid.columns3 .product-item {
	    width: 30% !important;
	    
	}
	.products-grid.columns3 .product-items .product-item.quote {
		padding-bottom: 98px !important;
	}
	.page-wrapper .products-grid .product-item.nth-child-2np1 {
		clear:none;
	}
	.page-wrapper .products-grid.columns3 .product-item .product-item-details .product-item-actions .actions-primary {
		vertical-align: middle;
	    position: relative;
	    z-index: 1;
	    /*float: left;
	    margin-left: 15px;*/
	    margin: 25px auto 0;
	    text-align: center;
	    display: block;
	    float:none;
	}
	.page-wrapper .products-grid.columns3 .product-item .product-item-inner {
		right:0;
		top:0;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-name {
		padding-right: 0;
		min-height: 90px;
	}
	.page-wrapper .page-header.type18 .navigation .level0 > .level-top {
		font-size: 12px;
	}
	.cms-porto-home-15.cms-index-index .page-header.type18 .header.content {
		margin-bottom: 15px;
	}
	.cms-porto_home_15 .products.wrapper.grid.columns4.products-grid {
	    display: flex;
	    justify-content: center;
	}
	.cms-porto_home_15 .products-grid.columns4 .product-items .product-item-inner.quote {
	    min-height:32px;
	}
	.filterproducts.products.product-items .product.details.product-item-details .stock {
	    margin-top: -18px;
	}
}
@media (min-width:1024px) and (max-width:1087px) {
    .page-wrapper .page-header .header.panel > .header.links li.customer-welcome {
        top:3rem;
    }
}
@media (min-width:1088px) and (max-width:1280px) {
    .page-wrapper .page-header .header.panel > .header.links li.customer-welcome {
        top:3rem;
    }
}
@media (min-width:1281px) and (max-width:1359px) {
    .page-wrapper .page-header .header.panel > .header.links a {
        color:#000!important;
    }
	.block .products-related .owl-carousel.products .owl-item {
		margin-right:0px!important;
	}
	.main-panel-inner .header.panel > .header.links {
	    max-width: 100% !important;
	}
	
	.page-header.type18 .block-search {
	    right: 6em;
    	top: calc(40% - 0px);
	}
	.page-header.type18 .minicart-wrapper {
		position: absolute;
    	bottom: 3.5rem;
	}
	.page-wrapper .container.usp {
		padding: 0px 15px 50px!important;
	}
	.page-wrapper .container.newsletter .content-newsletter {
	    bottom: 0rem;
	    font-weight: 600;
	    margin-right: 0;
	    max-width: 30%;
	    right: 0;
	}
	.filterproducts-tab .tab-title {
		display:none;
	}
	.filterproducts-tab .data.items > .item.title:first-child {
		margin-left: 32%;
	}
	.container .filterproducts-tab .data.items > .item.title a.switch {
		font-size: 18px;
		font-weight: 600;
    	text-transform: uppercase;
	}
	.page-wrapper .products-grid.columns3 .product-item .product-item-details .product-item-actions .actions-primary {
		vertical-align: middle;
	    position: relative;
	    z-index: 1;
	    /*float: left;
	    margin-left: 15px;*/
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    float:none;
	}
	.page-wrapper .products-grid.columns3 .product-item .product-item-inner {
		right:0;
		top:0;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-name {
		padding-right: 0;
		min-height: 90px;
	}
	.page-wrapper .page-header.type18 .navigation .level0 > .level-top {
		font-size: 12px;
	}
	.cms-porto_home_15 .products.wrapper.grid.columns4.products-grid {
	    display: flex;
	    justify-content: center;
	}
	.cms-porto_home_15 .products-grid.columns4 .product-items .product-item-inner.quote {
	    min-height:32px;
	}
	.cms-porto_home_15 .filterproducts.products.product-items .product.details.product-item-details .stock {
	    margin-top: -18px;
	}
	
}
@media (min-width: 1360px){
    .page-wrapper .page-header .header.panel > .header.links a {
        color:#000!important;
    }
	.page-header.type18 .minicart-wrapper {
		position: absolute;
    	bottom: 3.5rem;
	}
	.page-wrapper .container.usp {
		padding: 0px 15px 50px!important;
	}
	.page-wrapper .container.newsletter .content-newsletter {
	    bottom: -10rem;
	    font-weight: 600;
	    margin-right: 0;
	    max-width: 30%;
	    right: 6%;
	}
	.container .filterproducts-tab .data.items > .item.title a.switch {
		font-size: 18px;
		font-weight: 600;
    	text-transform: uppercase;
	}
	.products-grid.columns4 .product-items .product-item.quote {
	    padding-bottom: 18px !important;
	}
	.filterproducts-tab .tab-title {
		display:none;
	}
	.page-wrapper .products-grid.columns3 .product-item .product-item-inner {
		right:0;
		top:0;
	}
	.products-grid.columns3 .product-item .product-item-details .product-item-name {
		padding-right: 0;
		min-height: 90px;
	}
	.page-wrapper .page-header.type18 .navigation .level0 > .level-top {
		font-size: 12px;
	}
	.cms-porto_home_15 .filterproducts.products.product-items .product.details.product-item-details .stock {
	    margin-top: -18px;
	}
}
@media (max-width: 479px){

	.cms-porto-home-15 .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary{
		display:inline;
	}
	.block .products-related .owl-carousel.products .owl-item {
		margin-right:0px!important;
	}
	
}


.footer-top-inner2 .block-content-custom .block .block-title{
	text-transform:uppercase;
}


/* header */

.header.panel > .header.links{
	
	margin-top:0;
}

.page-header.type18 .navigation .level0 > .level-top{
	font-size:12px;
	font-weight: 600;
	padding:0 7px;
}

@media (max-width: 1024px){
.page-header.type18 .navigation .level0 > .level-top{
	font-size:16px;
}
.level-top span img{
	max-width:80%;
}

.navigation .level0 > .level-top{
	padding: 0 6px !important;
}

.header.panel > .header.links{
	max-width:70% !important;
}



}

@media (max-width: 768px){
.navigation .level0 > .level-top{
	padding: 12px 6px !important;
}
.page-header.type18 .navigation .level0 > .level-top{
	font-size:14px;
}


}

@media (max-width: 822px){

.page-header.type18 .navigation .level0 > .level-top{
	font-size:14px;
}


}

@media (min-width: 768px){
.page-header.type18 .nav-sections .navigation > ul{
	padding-right:0px;
}

.home-banner-content .content > span{
	min-height:172px!important;
}
.home-banner-content .item .content h3{
	font-size:20px!important;
	min-height:65px!important;
}


.filterproducts-tab .data.items > .item.title{
	border-top:none;
}
}


@media (min-width: 1024px){
	.filterproducts-tab .data.items > .item.title:first-child{
		margin-left:30%;
		padding-left:15px;
	}	
	.home-banner-content .item .content h3{
	font-size:26px!important;	
}
.home-banner-content .item .content span{
	font-size:15px!important;
}
.section-items.nav-sections-items .navigation.sw-megamenu {
	text-align:left;
}
	
}

.page-header.type18 .block-search .action.search::before{
	font-size:20px !important;
}

.product.data.items > .item.content{
	border-top:none !important;
}


.column:not(.sidebar-main) .form.contact, .column:not(.sidebar-additional) .form.contact{
	width:80% !important;
}

.wishlist-index-index .box-tocart .action.tocart{
	font-size:12px;
}

.wishlist.products-grid .product-item .product-item-inner{
	right:0px !important;
}

.search .toolbar .toolbar-amount{
	line-height:2;
	margin-right: 10px;
	position:relative;
}

.product-info-main .product.overview .type{
	display:none;
}

.toolbar-amount{
	position:relative;
}

.products-grid.wishlist .product-item-actions > *{
	margin-bottom:7px;
}

/****************** NEW HOMEPAGE DESIGN ***************/

.footer-top-inner2 .block-content-custom .block-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-top-inner2 .block-content-custom .block-title::after {
    content: '';
    border-top: 2px solid;
    flex: 1 0 20px;
    margin: 0 0 0 20px;
    color: #c8b273;
}

.footer-top-inner2 {
    margin-top: 50px;
}

.logo-have-a-beautiful-day img {
    width: 35%;
    margin-top: 20px;
}
.page-header .header.panel > .header.links {
	margin-top: 0;
	float:left;
    max-width: 100%;
    padding: 10px 0;
    display: inline-block;
    text-align: left;
    width:95%;
    position: relative;
}
.page-header .header.panel > .header.links li.authorization-link {
    float: right;
}
.page-header .header.panel > .header.links li.greet.welcome {
    display: inline-block!important;
    margin-left: 0rem;
    float: right;
    text-align: right;

}
.page-wrapper .page-header .header.panel > .header.links li.greet.welcome .not-logged-in {
    display: none;
}
.page-header .header.panel > .header.links li.greet.welcome .logged-in {
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border: none;
    padding: 0;
}
.page-header .header.panel > .header.links li.customer-welcome {
    position: absolute;
    right: -1rem;
}
.page-header .header.panel > .header.links li.customer-welcome .action.switch::after {
    margin-top: 2px;
    color: #000;
}

.page-header .header.panel > .header.links li.customer-welcome .customer-name {
    border: none;
    padding: 0;
}
.page-header .header.panel > .header.links li {
	border-bottom: none;
	padding-top: 0;
}
.page-header .header.panel > .header.links li.usp-link.first {
    padding-left: 0;
}
.page-header .header.panel > .header.links li.usp-link.second {
	text-align: left;
    padding-right: 6rem;
}
.page-header .header.panel > .header.links li.customer-welcome.active .header.links li a {
    padding: 8px;
    color: #000!important;
    text-align: right;
}

.page-header .header.panel > .header.links li a {
	padding:0 10px;
}
.header.content .logo {
	margin-top: 15px;
	vertical-align: middle;
    display: inline-block;
    line-height: 1;
}
.header.content .logo img {
	width:65px;
	height:auto;
}
.header.links .usp-link {
	display:inline-block;
}
.page-header.type18 a, .cms-index-index .filterproducts-tab .data.items > .item.title a.switch, .content-newsletter, .footer-top-inner2, .cms-index-index #newsletter{
	/* font-family: 'Inika', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; */
}
 .page-wrapper .page-header.type18 .navigation li.level0.fullwidth .submenu a,
.page-wrapper .page-header.type18 .navigation li.level0.classic .submenu a,
.page-wrapper .page-header.type18 .navigation li.level0.staticwidth .submenu a {
	font-weight: 500;
}
.page-header.type18 .panel.header .header.links li.usp-link a{
	color:#000!important;
	padding: 0 10px;
	
} 
.header.links .usp-link img, .header.links .usp-link a, .social-media {
	vertical-align: top;
	display: inline-block;
}

.page-wrapper .page-header .action.toggle.switcher-trigger,
.page-wrapper .page-header .switcher .options ul.dropdown a {
	color:#000;
}
.page-wrapper .page-header .switcher .options ul.dropdown a {
	font-size: 15px;	
} 
.page-wrapper .page-header.type18 .navigation .level0:first-child > .level-top {
	display: none!important;
}
.page-wrapper .page-header .header.panel {
	padding:5px 0;
}
.header.links .social-media {
	float:left;
}
.header.links .social-media a {
	background: #000;
	color:#fff;
	font-size: 18px;
	margin-right: 10px;
	border-radius:5px;
}
.header.links .usp-link.first {
	margin-right: 10px;
}
.page-header.type18 .nav-sections {
    display: inline-block;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    padding-left: 0px;
    margin-top: 2em;
    /* font-family: 'Inika', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; */
}
.homepage-banner-images {
	display: flex;
	width:100%;
}
.homepage-banner-images .banner-one, .homepage-banner-images  .banner-two {
	padding-right: 10px;
}
.homepage-banner-images .banner-three {
	padding-bottom: 6px;
}

@media (max-width: 767px){
    .homepage-banner-images {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .container-banners {
        display: flex;
    }
    .page-wrapper .container.banners {
        padding: 170px 15px 0!important;
    }
    .homepage-banner-images .banner-one{
        padding-right: 0px ;
        margin-bottom: 10px;
    }
    .container-banners .banner-three{
        margin-right: 3%;
        width: 48%;
    }
    .container-banners .banner-three img, .container-banners .banner-four img {
        width: 100%;
    }
    .container-banners .banner-four{
        width: 48.75%;
    }

}

.homepage-usp-images {
    clear: both;
    display: flex;
    width: 100%;
}
.homepage-usp-images .usp-images {
    margin: 0 0 0;
    display: flex;
    width: 100%;
}
.homepage-usp-images .usp-images .usp {
	padding-right: 10px;
}
.homepage-usp-images .usp-images .usp:last-child {
	padding-right: 0px;
}
.filterproducts-tab .products-grid .product-item .product-item-details .product-item-name {
	min-height: 90px;
	padding-right: 0;
}
.filterproducts.products.product-items .product.details.product-item-details .price-box.price-final_price {
	min-height:40px;
}
.filterproducts.products.product-items .product.details.product-item-details .stock {
	margin-top: -19px;
}
.filterproducts-tab .products-grid {
	margin-bottom: 0;	
}
.filterproducts-tab #featured .tab-title {
	display:none;
} 
.filterproducts-tab .products-grid .product-item-details .product-item-actions .actions-primary {
	margin:0 auto;
	float: none;
}
.filterproducts-tab .products-grid .product-item .product-item-inner{
	right:0;
}
.filterproducts-tab .products-grid .product-item-details .product-item-actions .tocart{
	padding: 0 25px;
}

.container .filterproducts-tab {
	padding-top: 50px!important;
}

.container.newsletter .content-newsletter {
	bottom:-20%;
	font-weight: 600;
}

.catalog-category-view .price-box.price-final_price {
    min-height: 30px;
}

.catalogsearch-result-index .price-box.price-final_price {
    min-height: 30px;
}

.products-grid.columns3 .product-item .product-item-details .product-item-name {
    min-height: 90px;
}

.hide-before::before{
	content:none !important;
}

.page-main .loading-mask {
    display: none;
}

.page-header.type18 .panel.wrapper .panel.header .top-bar-usp {
    display: none;
}
.products-grid.products-related .items .item .product.details .actions .actions-primary{
    margin-left: 0;
}
.checkout-cart-index .amgiftcard-clear {
    clear: none;
}
.checkout-cart-index .cart-summary.cms {
    padding-top:12px;
    clear: right;
}
.cart-discount{
    margin-top: 10px;
}
.amactions-toolbar .action.primary{      
    width: 100%;
    margin-bottom: 10px;
}
.products-grid .product-item-details .product-item-actions {
    margin: auto;
    display: inline-block;
}
.form-shipping-address .field.custom-addition{
    width: 47% !important;
    float: right ;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    padding: 0 20px;
    margin: auto;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods 
.payment-method._active .payment-method-content > * {
    width: 100%;
}
.amcheckout-step-container input[type='checkbox'] {
    display: none;
}
.payment-method-title input[type="radio"]{
    display: none;
}
.amcheckout-step-container input[type='checkbox'], .amcheckout-step-container input[type='radio'] {
   height: 12px;
   width: 12px;
   position: relative;
}
.amcheckout-method .col-method input[type='radio']{
    display: none;
}
.amcard-field-container.-cart {
    margin: 15px;
}
/* JEHS-172 Khoi */
.amcard-field-container .amcard-check {
    margin-top: 0px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}
/* END JEHS-172 Khoi */
/* JEHS-192 */
.product-info-main .product.overview{
    border-bottom: unset !important;
}
.product-info-main .product-info-price {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}
.product-info-main .product-custom-widget {
    padding-bottom: 15px;
}
/* END JEHS-192 */

.C8B273 .pagebuilder-button-secondary{
    background: #C8B273 !important;
    color: white;
}
.C8B273 .pagebuilder-button-primary{
    background: #C8B273 !important;
    color: white;
}

body#html-body {
    overflow-x: hidden;
}
/*JEHS-237*/
@media (min-width: 360px) and (max-width: 767px) {
    .opc-estimated-wrapper  {
        display: none;
    }
}
/*END JEHS-327*/
.category-view .category-image .image {
    max-height: 250px;
    object-fit: cover;
}
/* JEHS-220 */
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container
 .product-item-details .subtotal, .amcheckout-summary-container .product-item-sku-block {
    display: block;
    width: 100%;
    text-align: left;
}
/* END JEHS-220 */

/*JEHS-254 */
.amcard-field-container.-cart {
    margin: 15px;
}
.products-related .product-item-details .product.actions.product-item-actions {
    float: left;
}

.swatch-option.image {
    color: transparent !important;
    height: 20px;
    width: 20px;
}

/* END JEHS-254 */
