body {
    background: #ffffff;
}

#page {
    min-height: 100%;
    padding: 15px;
}

#header {
    position: relative;
    margin-bottom: 15px
}

@media (max-width: 400px) {
    #header .logotype img {
        max-width:200px !important
    }
}

#region {
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    border-collapse: collapse;
    border-radius: 4px;
    border-right: 1px solid #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    color: #333;
    display: inline-block;
    font-size: .95em;
    padding: 5px 10px
}

#region .currency {
    cursor: default;
    padding: 0
}

#region .currency span {
    background: #e3ece0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #fff;
    border-top: 1px solid #d1d1d1;
    padding: 1px 5px
}

#region .country {
    cursor: default
}

#region .change {
    padding-left: 0
}

#region>div {
    display: inline-block;
    padding: 5px 5px;
    vertical-align: middle
}

#cart {
    display: inline-block;
    border: 1px #e3e1e1 dashed;
}

#cart>a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3.75px;
    /* border: 1px transparent dashed; */
    border-radius: 4px;
    color: inherit;
    white-space: nowrap;
    /* background: #ffffff; */
}

#cart>a:hover {
    border-color: rgba(0,0,0,0.1);
    text-decoration: none
}

#cart>a img {
    max-width: 52px;
    max-height: 52px
}

#cart>a .details {
    margin-right: 7.5px
}

#cart>a .title {
    font-weight: bold
}

@media (max-width: 767px) {
    #cart .details {
        display:none
    }
}

@media (min-width: 768px) {
    #main {
        display:flex;
        flex-wrap: nowrap;
        min-height: 400px
    }

    #main>#sidebar {
        position: relative;
        flex: 0 0 270px;
    }

    #main>#sidebar+#content {
        margin-left: 15px
    }

    #main>#sidebar .box:first-child>.title {
        margin-top: 0
    }
}

#content {
    position: relative;
    flex: 1 1 100%
}

#footer .row {
    border-top: 1px dashed #e5e5e5;
    margin: 7.5px 0;
    padding-top: 15px;
}

#footer .row [class*="col-"] {
    padding: 7.5px 15px
}

#footer .row [class*="col-"]:first-child {
    border-left: none
}

#footer .row [class*="col-"]:last-child {
    border-right: none
}

#footer .row>* {
    flex-grow: 1
}

#footer * {
    color: #333;
    font-family: 'BPG-Nino';
}

#footer a:hover {
    color: #2e9cd4
}

#footer .title {
    font-size: 1.5em;
    margin: 0 0 .75em 0
}

#footer ul.list-vertical li {
    padding: 0
}

#copyright .notice {
    color: #000;
    font-size: 15px;
    padding: 15px;
    text-align: center
}

#cookies-acceptance {
    border: 1px rgba(0,0,0,0.1) solid;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center
}

#scroll-up {
    bottom: 30px;
    display: none;
    height: 48px;
    opacity: .3;
    position: fixed;
    right: 30px;
    width: 48px
}

.twelve-eighty {
    min-width: 280px;
    max-width: 1280px;
    margin: 0 auto;
}

.box {
    margin-bottom: 15px
}

.box.white {
    padding: 15px;
    border-radius: 4px;
    background: #fff
}

#box-campaign-products .title,#box-latest-products .title,#box-popular-products .title,#box-similar-products .title,#box-also-purchased-products .title {
    font-weight: normal;
    font-size: 2em;
    margin: 0 0 15px 0;
    padding-bottom: 7.5px;
    border-bottom: 2px solid #e5e5e5
}

#box-information li a {
    color: inherit;
    line-height: 175%
}

#box-information li a.active {
    color: #2e9cd4
}

#box-information li a:hover {
    color: #2e9cd4
}

#box-filter .manufacturers ul {
    max-height: 200px;
    overflow-y: auto
}

.categories.row>*[class^=col-] {
    padding: 7.5px
}

.categories.row .category {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    text-align: center;
    transition: all 50ms linear
}

.categories.row .category a.link {
    display: block;
    color: inherit;
    text-decoration: none
}

.categories.row .category img {
    width: 100%;
    height: auto
}

.categories.row .category .caption {
    background: #f2f2f2;
    padding: 7.5px 15px;
    color: #333
}

.categories.row .category .caption * {
    color: inherit;
    margin: 0
}

.manufacturers.row>*[class^=col-] {
    padding: 7.5px
}

.manufacturers.row .manufacturer {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    text-align: center;
    transition: all 50ms linear
}

.manufacturers.row .manufacturer a.link {
    display: block;
    color: inherit;
    text-decoration: none
}

.manufacturers.row .manufacturer img {
    width: 100%;
    height: auto;
    padding: 7.5px
}

.manufacturers.row .manufacturer .caption {
    padding: 7.5px;
    background: #f2f2f2;
    color: #333;
    margin: 0
}

.products.row>*[class^=col-] {
    padding: 7.5px
}

.products.row .product {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    /* border:1px solid rgba(0,0,0,0.1); */
    border-radius: 7.75px;
    transition: all 50ms linear;
    /* padding-top: 5px; */
    /* border: 1px solid rgba(214,214,214,.25); */
    box-shadow: 0 10px 25px rgb(0 0 0 / 12%);
}
.products.row .product:hover {background: #eee;border: 1px solid #f6e9be;}

.products.row .product a.link {
    display: block;
    color: inherit;
    text-decoration: none
}

.products.row .product .image-wrapper {
    display: inline-block
}

.products.row .product .image-wrapper img {
    width: 160px;
    height: auto
}

.products.row .product .sticker {
    position: absolute;
    top: 15px;
    left: -35px;
    width: 125px;
    padding: 3.75px 7.5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg)
}

.products.row .product .sticker.new {
    background: #ffffff;
    color: #626262;
    font-family: 'BPG-Nino';
    padding-top: 9px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 12%);
}

.products.row .product .sticker.sale {
    background: rgb(156 39 176);
}

.products.row .product .info {
    position: absolute;
    top: 0;
    left: 175px;
    padding: 3.75px
}

.products.row .product .name {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 0 3.75px;
    height: 45px;
    opacity: 0.8;
    font-size: 13px;
    font-family: 'BPG-Nino';
}

.products.row .product .manufacturer {
    padding: 0 3.75px;
    color: #737373;
    font-size: .9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.products.row .product .description {
    padding: 0 3.75px;
    margin-top: 15px
}

.products.row .product .price-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 15px;
    line-height: 45px;
    font-size: 1.25em
}

.products.row .product .price-wrapper .price {
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    font-family: 'BPG-Nino';
    background: #000000;
    padding: 5px 9px 3px;
    border-radius: 10px;
}

.products.row .product .price-wrapper .regular-price {
    color: #333;
    font-size: .75em;
    font-weight: normal;
    white-space: nowrap
}

.products.row .product .price-wrapper .campaign-price {
    font-weight: bold;
    color: #cc0000;
    white-space: nowrap
}

.products.row .product.column {
    text-align: center
}

.products.row .product.column img {
    width: 80%;
    height: auto
}

.products.row .product.column .price-wrapper {
    position: initial;
    padding: 0 3.75px;
}

#view-full-page {
    float: right;
    display: inline-block;
    padding: 7.5px 15px
}

#box-product .image-wrapper {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 2px rgba(0,0,0,0.15)
}

#box-product .image-wrapper img {
    width: 100%;
    min-height: 1px
}

#box-product .image-wrapper .sticker {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    top: 15px;
    left: -30px;
    padding: 3.75px 7.5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 125px
}

#box-product .image-wrapper .sticker.new {
    background: #ec5e2a;
    color: #ffffff;
    font-family: 'BPG-Nino';
    padding-top: 9px;
}

#box-product .image-wrapper .sticker.sale {
    background: rgb(156 39 176);
}

#box-product .extra-image {
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    margin-bottom: 15px
}

#box-product .extra-image img {
    max-width: 100%
}

#box-product .price-wrapper {
    font-size: 2em
}

#box-product .regular-price {
    font-size: .75em
}

#box-product .campaign-price {
    color: #cc0000
}

#box-product .tax {
    color: #999999
}

#box-product .stock-available .value {
    color: #009900;
    font-family: 'BPG-Nino';
}

#box-product .stock-partly-available .value {
    color: #ff9900
}

#box-product .stock-unavailable .value {
    color: #cc0000
}

#box-product .social-bookmarks {
    font-size: 1.75em;
    margin: 15px 0
}

#box-product .attributes table {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

#box-product .attributes table td:first-child {
    width: 50%
}

@media (min-width: 768px) {
    #box-product .attributes {
        columns:auto 2
    }
}

/*# sourceMappingURL=public_html/includes/templates/default.catalog/css/app.min.css.map */
.ful-price {
    background: #000000 !important;
    color: #ffffff !important;
    padding: 9px 10px 5px !important;
    border-radius: 5px !important;
    margin-top: 5px !important;
}
