/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2023-03-27 13:03:14 */
body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 57.17%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 40.83%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 42.8775%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 30.6225%;
    }
}
@media (max-width: 480px){
    .products-grid .product-item {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}

.page-header .navigation .level0.parent > a:after{
content: none;
}

@media (min-width: 768px) {
.sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu { 
  z-index: 6;
}
}

.cookie-status-message {
    display: none;
}

@media all and (min-width: 1200px),print {
.products-grid.columns4 .product-item {
        width: 20%;
    }
}

.logo {
    display: block;
    position: relative;
    z-index: 0
}

img {
    max-width: fit-content;
}

.loading-mask {
    display: none;
}


.page-header.type19 .block-search {
        width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
    }


.minicart-items .product>.product-item-photo, .minicart-items .product>.product-image-container{
    min-width: 75px;
    margin-right: 5px;
}

.minicart-items-wrapper{
    width: 100%;

}

.price-container .minicart-price .price{
    font-size: 1.2rem;
}

.minicart-wrapper .product .actions {
margin: 0;
}

.minicart-wrapper .product .actions>.primary, .minicart-wrapper .product .actions>.secondary{
padding: 10px;
}

.minicart-wrapper .block-minicart li{
margin-bottom: 20px;
}

@media (min-width: 1px) {
.minicart-items-wrapper .product-item-name{
height: 15px;
}

.minicart-items-wrapper .product-item-photo {
margin-bottom: 0;
}

.minicart-items-wrapper .product-item-details{
border-bottom: 1px solid #8b8b8b;
}

.one-step-checkout-wrapper .loading-mask {
    display: block;
}.homepage-bar {
    border: 0;
    background-color: #f4f4f4;
}
.homepage-bar .col-lg-4 {
    border-left-color: #fff;
    border-left-width: 2px;
    text-align: center !important;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^=porto-icon-], .homepage-bar [class*=" porto-new-icon-"], .homepage-bar [class^=porto-new-icon-] {
    font-size: 32px;
}
.homepage-bar .row {
    margin: 0;
}
.homepage-bar .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-bar .col-lg-4 > * {
    display: inline-block;
    vertical-align: middle;
}
.homepage-bar h3 {
    line-height: 1;
    margin-bottom: 3px;
}
@media (max-width: 991px) {
    .homepage-bar .col-lg-4 {
        border-top: 2px solid #fff;
    }
    .homepage-bar .col-lg-4:first-child {
        border-top: 0;
    }
}