.different.select_address2{
  max-width: 300px;
  display: block;
}
#box_basketaddress table tr td select {
  border-radius: 40px;
  background-color: #f4f4f4;
  border: none;
  padding: 0 30px;
  height: 57px;
  max-width: 310px;
  margin-top: 15px;
}
.address2{
    width: 100%;
}
tr.different:nth-child(1) > td:nth-child(2) {
  display: block;
}
.address2{
  max-width: 300px;
}

.address-different input {
  min-width: 300px;
}
.coname.input{
  min-width: 300px;
}

.select_address{

  display: block;
}
/* 1 cta nawigacyjne */
.owl-nav button{
    background-color: transparent linear-gradient(227deg, #fff200 0%,#EC008C 100%);
}
.owl-nav button:hover{
    background-color: transparent linear-gradient(45deg, #fff200 0%,#08aaee 100%);
}
/* 2 - inne cta */
.btn-2{
    background: transparent linear-gradient(227deg, #fff200 0%,#EC008C 100%);
    font-size:16px;
    color:white;
}
.btn-2:hover{
    background: transparent linear-gradient(45deg, #fff200 0%,#08aaee 100%);
}
/* 3 - cta addtobasket */
.btn-3 span,
.btn-3{
    background: transparent linear-gradient(227deg, #fff200,#EC008C);
    font-size:16px;
    color:white;
}

.select_address > td:nth-child(2) > select:nth-child(1) {
  background: url('/userdata/public/assets/SVG/select.svg') #f4f4f4 95% 50% no-repeat !important; 
   
}
.btn-3 span:hover,
.btn-3:hover{
    background: transparent linear-gradient(45deg, #fff200,#08aaee);
}


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
canvas,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 none;
    font-size: 100%;
    background: 0 0;
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
button {
    cursor: pointer;
}
.px1 {
    display: none;
}
.none {
    display: none;
}
img {
    max-width: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.r--l-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.r--l-flex.r--l-flex-vcenter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#shoper-foot,
#turn-classic,
.info-message_hidden {
    display: none;
}
.alert {
    min-height: 60px;
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
    padding: 20px;
    position: relative;
}
.alert p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.26px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    padding: 0 40px;
}
.alert button span {
    display: none;
}
.alert button {
    position: relative;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.alert button::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/userdata/public/assets/SVG/close.svg) transparent no-repeat;
    display: inline-block;
    background-size: 15px;
    position: relative;
    top: 2px;
}
.alert-info {
    background: #dbedff;
}
.alert-info p {
    color: #00548f;
}
.alert-success {
    background: #f0f8ed;
}
.alert-success p {
    color: #568345;
}
.alert-error {
    background: #fff1f1;
}
.alert-error p {
    color: red;
}
.alert-warning {
    background: #ffeccd;
}
.alert-warning p {
    color: #ec9f03;
}
.skinpreview {
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background: #000;

    color: #fff;
    opacity: 0.8;
    border-bottom-left-radius: 10px;
    z-index: 9999999999999;
    cursor: pointer;
}
.availability_notify_info img {
    max-width: 500px;
    max-height: 120px;
}
@media screen and (max-width:529px){
    .availability_notify_info img {
        max-width:100%;
    }
}
.availability_notify_form h3 {
    text-align: center;
    margin: 15px 0;
}


.availability_notify_form input {
    height: 57px;
    border-radius: 40px;
    background-color: #f4f4f4;
    border: none;
    width: 100%;
    max-width: 250px;
    margin: 10px 0 0 0;
    display: block;
    margin: 10px auto 0 auto;
}
@media screen and (max-width:529px){
    .availability_notify_form input {
        height:40px;
    }
}
.availability_notify_form button {
    width: 100%;
    max-width: 250px;
    margin-top: 4px !important;
}

.availability_notify_form > p:not(.availability_stocks) {
    font-size: 0;
}
.availability_notify_form > p:nth-last-child(1) {
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width:529px){
    .availability_notify_form > p:nth-last-child(1) {
        font-size:14px;
    }
}
.mask:not(.mask-inactive) {
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}
.modal {
    display: none;
}
.modal.modal-visible {
    display: block;
    z-index: 9999;
    background: #fff;
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 30px;
}

@media screen and (min-width:530px){
    .modal.modal-visible{
        transform:translateX(-50%) translateY(-50%) !important;
        top:50% !important;
        }
    }
    
@media screen and (max-width:529px){
    .modal.modal-visible {
    border-radius:0 !important
    }
}

.modal .modal-header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}
.modal .modal-close {
    width: 30px;
    height: 30px;
}
.modal .modal-close::before {
    content: "";
    background: url(/userdata/public/assets/SVG/close.svg) transparent no-repeat center;
    cursor: pointer;
    background-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 2px;
}
.modal .modal-close .modal-close-txt {
    display: none;
}
.modal .modal-header h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
}
@media screen and (max-width:529px){
    .modal .modal-header h3 {
        font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    }
}
.modal-body {
    padding: 10px 30px 20px 30px;
}
.modal-body .edition-form-field {
    display: flex;
    flex-direction: column;
}
.modal-body .edition-form-field label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #515151;
}
.modal-body .edition-form-field input {
    height: 57px;
    border-radius: 40px;
    background-color: #f4f4f4;
    border: none;
    margin-bottom: 15px;
    box-sizing: border-box;
    max-width: calc(100vw - 60px);
    padding: 0 30px;
}
.modal-body .edition-form-field textarea {
    height: 100px;
    border-radius: 20px;
    background-color: #f4f4f4;
    border: none;
    padding: 20px;
    width: auto;
    margin-bottom: 20px;
    resize: none;
    box-sizing: border-box;
    max-width: calc(100vw - 60px);
}
.modal-body .ask-for-product fieldset div:nth-child(6),
.modal-body .ask-for-product fieldset > label {
    font-size: 13px;
    color: gray;
    display: block;
}
.modal-body .edition-form-field input:focus,
.modal-body .edition-form-field textarea {
    outline: 0;
}
.modal-body button[type="submit"] {
    height: 64px;
    border-radius: 39px;
    background-color: #313139;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    padding: 0 70px;
    margin: 20px auto;
    display: block;
}

@media screen and (max-width:529px){
    .modal-body button[type="submit"] {
        height: 45px;
        font-size: 14px;
    }
}

.modal-body .availability_notify_info{
text-align: center;
}

.modal.promopricemodal{
    box-shadow: 0 3px 99px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    background-color: white;
    padding: 25px 30px 0 30px;
}

.modal.promopricemodal .modal-header{
    display: none;
}

.modal.promopricemodal .modal-body{
    padding:12px;
}
.promoprice-header{
    border-radius: 20px;
    background-color: #ffffff;
    padding: 25px 35px 20px 35px;
    margin-bottom:15px;
}
.promoprice-header-title{
    color: #000000;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom:5px;
}

.promoprice-header-mainprice{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:2px;
}

.promoprice-header-mainprice .mainprice{
    color: #ff1400;
    font-size: 30px;
    font-weight: 700;
    line-height: 19px;
    margin-right:5px;
}

.promoprice-header-mainprice p:nth-child(2){
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    height: 23px;
    background-color: #ff1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.promoprice-header-pricenetto{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:12.5px;
}

.promoprice-header-pricenetto p{
    color: #646464;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}
.promoprice-header-pricenetto p:nth-child(2){
    font-weight:700;
}
.promoprice-header-moreinfo{
    font-size: 13px;
    line-height: 14px;
    text-align: center;
}

.promoprice-header-subtitle{
    font-size: 10px;
    color: #585858;
    font-weight: 400;
    text-align: center;
    margin-bottom:15px;
}

.promoprice-header-addtobasket{
    height: 64px;
    border-radius: 39px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

.promoprice-body-title{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
}
.promoprice-body-subtitle{
    text-align: center;
    margin-bottom: 15px;
}

.promoprice-body-divisions{
    display: flex;
    justify-content: center;
}

.promoprice-body-divisions-col div{
    border-bottom:1px solid #e1e1e1;
    padding:5px;
}

@media screen and (max-width:400px){
    .promoprice-body-divisions-col div{
        font-size:10px;
    }
}
.promoprice-body-divisions-col div:first-child{
    border-bottom:0;
    color: #000000;
    font-size: 8px;
    font-weight: 400;
    line-height: 0px;
    text-align: left;
  
    width: 65px;
    display: block;
    height: 25px;
    line-height: 10px;
    margin: 0 auto;
}

.promoprice-body-divisions-col:first-child{
    color: #ff1400;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;

}

.promoprice-body-divisions-col:first-child div:first-child{
    margin:0;
    text-align:left;
}


.promoprice-body-divisions-col:nth-child(2){
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
}

.promoprice-body-divisions-col:nth-child(3){
    color:#9e9e9e;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.promoprice-body-divisions-col:nth-child(3) div{
    text-align:center;
}

.promoprice-body-divisions-col:nth-child(3) div:first-child{
    width:100px;
}

.promoprice-body-divisions-col:nth-child(4){
    color: #646464;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.promoprice-body-divisions-col:nth-child(4) div:first-child{
    margin:0;
    margin-left:auto;
    text-align:right;
}


.promoprice-body-divisions-col:nth-child(4) div{
    text-align:right;
    margin-right: 0;
}

@media screen and (min-width:500px){
    .promoprice-body-divisions-col:nth-child(4) div{
        padding-left:20px;
    }
    .promoprice-body-divisions-col:nth-child(3) div{
        padding-left:35px;
    }
}

@media screen and (max-width:499px){
    .promoprice-body-divisions-col:nth-child(4) div{
        padding-left:5px;
    }
    .promoprice-body-divisions-col:nth-child(3) div{
        padding-left:5px;
    }
}

.promopricemodal.modal .modal-footer .close-modal{
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align:center;
    text-decoration: underline;
    margin:10px 0 25px 0;
}

@media screen and(max-width:500px){
    .modal.promopricemodal {
        padding:15px 5px 0 5px;
    }
    .promoprice-body-divisions-col div:first-child{
        width:auto;
    }
    .promoprice-body-divisions-col:nth-child(3) div{
        padding-left:0px;
    }
  .promoprice-body-divisions-col:nth-child(3) div:first-child {
    width:auto;
  }
  .promoprice-body-divisions-col:nth-child(4) div{
    padding-left:0;
  }
  .promoprice-body-divisions-col div {
    font-size: 10px !important;
  }
}

.promopricemodal.modal .modal-footer .close-modal {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-decoration: underline;
    margin: 10px 0 25px 0;
}
.modal-footer {
    padding: 20px 20px 30px 20px;
}
.modal-footer .btn {
    height: 64px;
    border-radius: 39px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: center;
    padding: 0 20px;
    min-width: 200px;
    display: inline-block;
    line-height: 64px;
}
@media (min-width: 768px) {
    .up {
        cursor: pointer;
        position: fixed;
        right: 50px;
        height: 35px;
        width: 35px;
        background: url(/userdata/public/assets/SVG/blackrightarrow.svg) #f4f4f4 no-repeat center;
        transform: rotate(-90deg);
        background-size: 15px;
    }
}
@media (max-width: 767px) {
    .up {
        display: none;
    }
}
@font-face {
    font-family: "Source Sans Pro";
    font-display: swap;
    src: url(../images/user/SourceSansPro-Regular.otf);
}
body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
}
@media (min-width: 768px) {
    .container,
    .row {
        max-width: 1640px;
        margin: 0 auto;
    }
}
@media (max-width: 1659px) {
    .bottom-footer.row,
    .breadcrumbs,
    .main.row,
    .top.row,
    footer,
    header {
        padding: 0 15px;
    }
}
header .logo-bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (min-width: 980px) {
    header .logo-bar {
        padding: 20px 0;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    header .logo-bar {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    header .logo-bar {
        padding: 15px 0 0 0;
    }
}
@media (min-width: 768px) {
    header .logo-bar {
        position: relative;
    }
}
@media (max-width: 767px) {
    header .logo-bar > a {
        width: 132px;
        flex-grow: 1;
    }
}
.header-icon {
    padding: 0 12px;
}
@media (max-width: 979px) and (min-width: 768px) {
    .header-icon {
        padding: 10px 12px 0 12px;
    }
}
@media (min-width: 768px) {
    header .logo-bar .contact-header {
        margin-left: 30px;
        position: relative;
        height: 57px;
        padding: 10px 0 0;
    }
    header .logo-bar .contact-header > a {
        display: block;
        height: 100%;
        padding: 0 12px;
    }
    header .logo-bar .contact-header img {
        max-width: 27px;
    }
    header .logo-bar .contact-header .contact-header-tooltip {
        position: absolute;
        z-index: 1;
        min-width: 250px;
        left: -105px;
        display: none;
    }
    header .logo-bar .contact-header .contact-header-tooltip-links {
        display: flex;
        flex-direction: column;
        box-shadow: 0 13px 60px rgba(0, 0, 0, 0.16);
        border-radius: 20px;
        background-color: #fff;
        padding: 25px 35px;
    }
    header .logo-bar .contact-header .contact-header-tooltip-links > a {
        padding: 5px 0;
    }
    header .logo-bar .contact-header .contact-header-tooltip-links .contact-header-tooltip-contact {
        padding: 15px 0 5px 0;
    }
    header .logo-bar .contact-header .contact-header-tooltip-links .contact-header-tooltip-contact a {
        font-size: 20px;
        font-weight: 700;
        display: block;
        margin: 1px 0;
    }
    header .logo-bar .contact-header .contact-header-tooltip-links .contact-header-tooltip-contact p.small {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    header .logo-bar .contact-header {
        display: none;
    }
    header .logo-bar .contact-header .contact-header-tooltip {
        display: none;
    }
}
@media (min-width: 768px) {
    header .logo-bar .toggler-menu {
        display: none;
    }
}
@media (max-width: 767px) {
    header .logo-bar .toggler-menu {
        padding-right: 5px;
    }
    header .logo-bar .toggler-menu img {
        display: inline-block;
        width: 25px;
    }
    header .logo-bar .toggler-menu.active {
        background: url(/userdata/public/assets/SVG/close.svg) transparent no-repeat center;
        background-size: 20px;
        background-position: 15px 4px;
    }
    header .logo-bar .toggler-menu.active img {
        opacity: 0;
    }
}
header .logo-bar .basket {
    position: relative;
}
@media (min-width: 980px) {
    header .logo-bar .basket {
        padding: 10px 12px;
    }
}
header .logo-bar .basket a {
    text-decoration: none;
}
header .logo-bar .basket b {
    font-size: 0;
}
header .logo-bar .basket > .count > .countlabel > b {
    position: absolute;
    top: 2.5px;
    right: -2px;
}
header .logo-bar .basket > .count .countlabel > b span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 19px;
    display: inline-block;
    position: absolute;
    top: 2.5px;
    right: 7px;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 100%;
}
@media (min-width: 1650px) {
    .basket-contain {
        right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1649px) {
    .basket-contain {
        right: 0;
    }
}
@media (max-width: 767px) {
    .basket-contain {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .basket-contain {
        position: absolute;
        z-index: 999;
        background-color: #fff;
        display: none;
        min-width: 416px;
        left: inherit !important;
        margin-top: 2px;
        box-shadow: 0 13px 60px rgba(0, 0, 0, 0.16);
        border-radius: 20px;
    }
    .basket-contain .basket-products {
        padding: 1em 1em 5px 1em;
    }
    .basket-contain .basket-products ul {
        list-style: none;
    }
    .basket-contain .basket-products li {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .basket-contain .basket-products li img {
        max-width: 70px;
        margin-right: 0.8em;
    }
    .basket-contain .basket-products li .product-name {
        display: inline-block;
        width: 40%;
        vertical-align: middle;
        color: #383838;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 15px;
        text-align: left;
    }
    .basket-contain .basket-products li .product-info {
        display: inline-block;
        text-align: right;
        width: 23%;
        padding: 1.5em 0;
        color: #000;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 13px;
        font-style: normal;
        letter-spacing: normal;
        line-height: 12px;
        text-align: right;
    }
    .basket-contain .basket-products li .product-info .product-price {
        font-weight: 700;
    }
    .basket-contain .basket-products li .remove-product a {
        font-size: 0;
    }
    .basket-contain .basket-products li .remove-product a::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: url(/userdata/public/assets/SVG/cross.svg) transparent no-repeat center;
        background-size: 10px;
        width: 35px;
        height: 100%;
    }
    .basket-contain .basket-summery {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 1.3em 1.3em 1.3em;
    }
    .basket-contain .basket-summery a {
        box-sizing: border-box;
        padding: 5px 10px;
        vertical-align: middle;
        width: 70%;
        text-align: center;
        display: inline-block;
        background-color: #000;
        height: 41px;
        line-height: 30px;
        border-radius: 100px;
        background-color: #000;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        text-transform: uppercase;
        transition: 250ms;
    }
    .basket-contain .basket-summery a:hover {
        text-decoration: none;
        background-color: #313139;
    }
    .basket-contain .basket-summery .basket-price {
        box-sizing: border-box;
        color: #000;
        font-size: 1.2em;
        text-align: right;
        max-width: 30%;
        width: 30%;
        vertical-align: middle;
        display: inline-block;
        color: #000;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
    }
    .basket-contain .basket-summery .basket-price.basket-price-discount .price-total strong {
        font-size: 16px;
        font-weight: 400;
        text-decoration: line-through;
    }
}
@media (min-width: 1551px) {
    .menu {
        padding-right: 8.5%;
    }
}
@media (max-width: 1550px) and (min-width: 768px) {
    .menu {
        padding-right: 20px;
    }
}
@media (max-width: 979px) {
    .menu {
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    .menu {
        order: 6;
        position: absolute;
        top: 130px;
        width: 100%;
        left: 0;
        display: none;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    }
    .menu.active {
        display: block;
    }
    .menu .menu-list {
        background-color: #fff;
        color: #fff;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    .menu .menu-list li {
        padding: 0;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #ededed;
        position: relative;
        cursor: pointer;
    }
    .menu .menu-list li.home-link-menu-li {
        display: none;
    }
    .menu .menu-list li a {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -0.32px;
        line-height: 37px;
        text-align: left;
        padding: 2.5px 25px;
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .menu .menu-list li .h3 {
        display: block;
    }
    .menu .menu-list li .more-categories {
        background: url(/userdata/public/assets/SVG/grayrightarrow.svg) transparent no-repeat center;
        background-size: 9px;
        display: block;
        width: 55px;
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu .menu-list li.parent.active > .more-categories {
        transform: rotate(-90deg);
        width: 44px;
        height: 55px;
        top: -5px;
        right: 5px;
    }
    .menu .menu-list li a.active {
        background-color: #000;
        color: #fff;
    }
    .menu .menu-list li ul {
        background: #fff;
    }
    .menu .menu-list li ul li li a {
        padding-left: 40px;
    }
    .menu .menu-list li ul li li li a {
        padding-left: 80px;
    }
    .menu .menu-list li ul li:first-child {
        border-top: 1px solid #ededed;
    }
    .menu .menu-list > li > .h3 > a > span {
        font-weight: 700;
        letter-spacing: -0.4px;
        font-size: 20px;
    }
    .menu .menu-list li:last-child {
        border-bottom: none;
    }
    .menu .menu-list li ul:last-child li:last-child {
        border-bottom: none;
    }
    .menu .menu-list li.parent > .submenu {
        display: none;
    }
    .menu .menu-list li.parent.active > .submenu {
        display: block;
    }
}
@media (min-width: 768px) {
    .menu {
        margin: 0 20px;
        z-index: 10;
        position: relative;
    }
    .menu .innermenu {
        height: 45px;
        line-height: 45px;
        position: relative;
        z-index: 10;
    }
    .menu .innermenu .menu-list {
        overflow: hidden;
        list-style: none;
    }
    .menu .innermenu .menu-list > li > .h3 a span {
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -0.36px;
        line-height: 36px;
    }
    .menu .innermenu .menu-list li {
        float: left;
        padding: 0;
        line-height: 25px;
    }
    .menu .innermenu .menu-list > li.parent > .h3 {
        position: relative;
    }
    .menu .innermenu .menu-list > li.parent > .h3::after {
        content: "";
        position: absolute;
        background: url(/userdata/public/assets/SVG/grayrightarrow.svg) transparent no-repeat;
        width: 9px;
        height: 9px;
        right: 0;
        top: 50%;
        transform: rotate(90deg);
    }
    .menu .innermenu .menu-list li .h3 {
        font-size: 1.4em;
        margin-bottom: 0;
        line-height: normal;
    }
    .menu .innermenu .menu-list li .h3 a {
        padding: 8px 15px;
        display: inline-block;
        position: relative;
    }
    .menu .innermenu .menu-list li .h3 a:hover {
        text-decoration: underline;
    }
    .menu .innermenu .menu-list li ul {
        display: none;
        list-style: none;
    }
    .menu .innermenu .menu-list li ul li {
        font-size: 14px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .menu .innermenu .menu-list li ul li:nth-child(1) {
        padding-top: 25px;
    }
    .menu .innermenu .menu-list li ul li:nth-last-child(1) {
        padding-bottom: 25px;
    }
    .menu .innermenu .menu-list li ul li.parent a {
        position: relative;
    }
    .menu .innermenu .menu-list li ul li.parent > span a::after {
        content: "";
        position: absolute;
        right: 13px;
        top: 13px;
        background: url(/userdata/public/assets/SVG/grayrightarrow.svg) transparent no-repeat;
        width: 6px;
        height: 9px;
    }
    .menu .innermenu .menu-list li ul li .h3 {
        font-size: 1em;
        margin: 0;
    }
    .menu .innermenu .menu-list li ul li .h3 a {
        display: block;
        padding: 0.35em 1.3em;
    }
    .menu .innermenu .menu-list li ul li .h3 a span {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -0.32px;
        line-height: 22px;
        text-align: left;
    }
    .menu .innermenu .menu-list li.home-link-menu-li {
        display: none;
    }
    .menu .innermenu .parent:hover > div > ul {
        display: inline-block;
        position: absolute;
        z-index: 1;
        box-shadow: 0 13px 60px rgba(0, 0, 0, 0.16);
        border-radius: 20px;
        background-color: #fff;
        list-style: none;
        width: 251px;
        top: 51px;
    }
    .menu .innermenu .parent:hover > div > ul li {
        float: none;
        width: 103%;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul {
        right: -103%;
        top: -1px;
        width: 100%;
        min-height: 100%;
        margin-right: 3px;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul::before {
        border-bottom: 1px solid gray;
        border-top: medium none;
        height: 9px;
        left: -6px;
        top: 23px;
        width: 9px;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul.sub-right {
        right: 100%;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul.sub-right::before {
        border-top: 1px solid gray;
        border-right: 1px solid gray;
        border-left: medium none;
        border-bottom: medium none;
        left: 98.3%;
    }
    .menu .innermenu .parent:hover::after {
        content: "";
        position: absolute;
        display: block;
        height: 5em;
        width: 20%;
    }
}
.search__container {
    float: right;
    flex-grow: 1;
    max-width: 908px;
}
@media (max-width: 979px) and (min-width: 768px) {
    .search__container {
        margin: 10px 0;
    }
}
@media (max-width: 979px) {
    .search__container {
        width: 100%;
        max-width: 100%;
        order: 5;
    }
}
@media (max-width: 767px) {
    .search__container {
        margin: 11px 0 10px 0;
    }
}
.search__container .search-form .search-input {
    height: 57px;
    min-height: 57px;
    background-color: #f4f4f4;
    border-radius: 40px;
    flex-direction: row-reverse;
}
.search__container .search-form .btn {
    width: 40px;
    height: 46px;
    padding: 0;
    display: block;
    text-align: right;
}
.search__container .search-form .btn::before {
    content: "";
    background: url(/userdata/public/assets/SVG/search.svg) transparent no-repeat;
    width: 25px;
    height: 25px;
    background-size: 33px;
    display: inline-block;
}
.search__icon_main-color.icon-reload {
    display: none;
}
.search__container .search-form .btn span {
    display: none;
}
.search {
    position: relative;
    color: #000;
}
@media (max-width: 767px) {
    .search {
        display: block !important;
    }
}
.search_open .search__content {
    display: block;
    border-radius: 20px;
}
.search__loader {
    -webkit-animation: loader-spin 1s infinite ease-in-out;
    animation: loader-spin 1s infinite ease-in-out;
}
.search__btn-search {
    width: 100%;
    min-height: 100%;
    padding: 12px;
}
.search__btn-search .search__icon {
    color: #fff;
}
.search__input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 44px;
}
.search .btn {
    height: 46px;
}
.search__input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Source Sans Pro";
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 36px;
    text-align: left;
    height: 50px;
    line-height: 20px;
    padding: 15px 15px 15px 8px;
    margin: 0;
    min-height: calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-transition: border linear 0.2s;
    -moz-transition: border linear 0.2s;
    -o-transition: border linear 0.2s;
    transition: border linear 0.2s;
    display: inline-block;
    vertical-align: middle;
}
.search__input[type="search"]::-webkit-search-cancel-button,
.search__input[type="search"]::-webkit-search-decoration,
.search__input[type="search"]::-webkit-search-results-button,
.search__input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.search__input[type="search"]:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search__input-area {
    background-color: #fff;
    padding: 0;
    padding-left: 7.5px;
}
.search__input-area-item .icon-close::before {
    content: "";
    background: url(/userdata/public/assets/SVG/close.svg) transparent no-repeat;
    background-size: 13px;
    width: 35px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
}
.search__input-area_error {
    border-color: red;
}
.search__input-area-item_grow {
    flex-grow: 1;
}
.search__votestars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.search__votestars-item {
    color: #000;
}
.search__list-icon {
    margin-right: 1em;
}
.search__list-nested {
    margin-top: 15px;
}
.search__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 11.25px 7.5px 1.5px;
    cursor: pointer;
}
.search__input__list-item:first-child,
.search__list-item:last-child {
    margin: 0;
}
.search__input__list-item:hover,
.search__list-item:active {
    background-color: #fff;
}
.search__list-item-action-btn {
    padding: 7.5px 11.25px 7.5px 15px;
    margin: -7.5px -11.25px -7.5px -1.5px;
}
.search__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 570px;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 9px 0 rgba(16, 47, 102, 0.16);
    box-shadow: 0 2px 9px 0 rgba(16, 47, 102, 0.16);
    background-color: #fff;
    z-index: 20;
}
.search__content_right {
    left: auto;
    right: 0;
}
.search__btn-load-more:hover {
    color: #000;
}
.search__btn-clear {
    cursor: pointer;
}
.search__btn_link {
    font-size: inherit;
    vertical-align: unset;
}
.search__item_content {
    will-change: opacity;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
    margin: 15px 25px;
}
.search__item-container {
    width: 100%;
}
.search__loader {
    width: 1em;
    margin-right: 20px;
}
.search__icon {
    font-size: 1em;
    color: #000;
}
.search__icon_size-1 {
    font-size: 1.3em;
    line-height: 1em;
}
.search__icon_spacing {
    padding: 0.35em 0.85em;
}
.search__message {
    padding: 7.5px;
    word-break: break-word;
}
.search__message_error {
    color: red;
}
.search__message_info {
    background-color: #ebf8ff;
}
.search__section-head {
    font-size: 0.9em;
    margin: 0;
    background-color: #fff;
}
.search__section-head_sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.search__section-head_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: gray;
    padding: 10px 0;
}
.search__section-head_line::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background-color: gray;
    margin-left: 15px;
}
.search__container .search__list {
    margin-bottom: 6px;
}
.search__result-icon {
    margin-right: 15px;
}
.search__result-icon img {
    max-width: 60px;
}
.search__result-note {
    font-size: 0.96em;
}
.search__result-note-item {
    color: gray;
}
.search__result-note-item:not(:lat-child) {
    margin-right: 7.5px;
}
.search__result-category-title {
    font-size: 0.8em;
    font-weight: 300;
    color: gray;
    margin-left: 6px;
}
.search__result-title-item {
    margin: 0;
    display: inline;
}
.search__result-title-item-subheading {
    font-size: 0.9em;
}
.search__result-details {
    display: inline;
}
.search__result-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: top;
    width: 100%;
}
.search__result-link:hover {
    color: #000;
}
.search__result-content {
    flex-grow: 1;
    line-height: 1.3em;
}
.search__result-item_active {
    color: #000;
}
.search__result-item_inactive {
    text-decoration: line-through;
    color: gray;
}
.search__result_bold {
    font-weight: 700;
}
.search__history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.search__history-value {
    width: 100%;
}
.search__history .icon-close {
    padding: 6px;
    cursor: pointer;
}
.search__mobile-btn {
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    padding: 0.45em 0.85em;
    font-size: 1em;
    cursor: pointer;
    z-index: 10;
}
.search__mobile-btn_open {
    display: block;
    will-change: transform;
    -webkit-animation: show-mobile-btn 0.2s ease-out both;
    animation: show-mobile-btn 0.2s ease-out both;
}
.search__mobile-btn_close {
    display: none;
}
.search__mobile-btn_closing {
    will-change: transform;
    -webkit-animation: hide-mobile-btn 0.2s ease-out both;
    animation: hide-mobile-btn 0.2s ease-out both;
}
.search .message_error {
    color: red;
}
.search .list_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search .list_inline li {
    color: gray;
}
.search .list_inline li:not(:last-child),
.search .list_linline > li {
    margin-right: 7.5px;
}
.search [data-search-section-name="suggestions"] .search__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search .js__search-close-btn {
    display: none;
}
.search .icon-back:before {
    content: "";
    background: url(/userdata/public/assets/SVG/blackrightarrow.svg) transparent no-repeat;
    background-size: 13px;
    width: 20px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
}
.search .link,
.search a {
    color: dark;
    text-decoration: none;
    cursor: pointer;
}
.search .link:hover,
.search a:hover {
    color: #000;
}
.search .link:hover img,
.search a:hover img {
    text-decoration: none;
}
.scroll_block {
    overflow: hidden;
}
@keyframes hide-mobile-btn {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(15px);
    }
}
@keyframes show-mobile-btn {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media (max-width: 767px) {
    .search_open {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 9999;
        overflow: hidden;
        max-width: inherit;
    }
    .search_open .search__item_content {
        max-height: unset;
    }
    .search_open .search__input-area {
        padding-right: 7.5px;
    }
    .search_open .search__input-area-item:first-child {
        order: 3;
    }
    .search_open .search__input-area-item:nth-child(2) {
        order: 2;
    }
    .search_open .search__input-area-item:last-child {
        order: 1;
    }
    .search_open .search__input-area .js__search-submit-btn {
        display: none;
    }
    .search_open .search__input-area .js__search-close-btn {
        display: block;
    }
    .search_open .search__input-area-item > span {
        padding: 7.5px;
    }
    .search_open-empty .search__content {
        opacity: 0.7;
    }
    .search__content {
        min-width: 100%;
        max-width: inherit;
        height: calc(100% - 46px);
        overflow-y: scroll;
        max-height: inherit;
    }
    #box_404 .search_open {
        margin: 0;
        max-width: 100%;
    }
    .rwd header .logo-bar form.mini-search.search_open {
        margin: 0;
    }
}
.breadcrumbs .innerbreadcrumbs ul {
    list-style: none;
}
@media screen and (max-width: 979px) {
    .breadcrumbs .innerbreadcrumbs ul {
        margin-bottom: 10px;
    }
}
.breadcrumbs .innerbreadcrumbs ul li {
    margin-right: 10px;
    display: inline;
}
.breadcrumbs .innerbreadcrumbs ul li .raq {
    margin-right: 8px;
}
.breadcrumbs .innerbreadcrumbs ul li span {
    opacity: 0.6;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.24px;
    line-height: 24px;
}
.breadcrumbs .innerbreadcrumbs ul li.bred-1,
.breadcrumbs .innerbreadcrumbs ul li.bred-2 .raq {
    display: none;
}
footer {
    border-top: 1px solid #ededed;
}
@media (min-width: 768px) {
    footer {
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    footer {
        padding-top: 15px;
    }
}
footer .innerfooter ul.overall {
    list-style: none;
}
footer .innerfooter ul.overall li.footer-contact-info {
    display: flex;
    align-items: flex-start;
}
footer .innerfooter ul.overall li.footer-contact-info img {
    margin-top: 15px;
}
footer .innerfooter ul.overall li.footer-contact-info .footer-contact-right {
    margin-left: 40px;
    margin-top: 10px;
}
footer .innerfooter ul.overall li.footer-contact-info .footer-contact-right-top {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}
footer .innerfooter ul.overall li.footer-contact-info .footer-contact-right-center {
    color: #202127;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 36px;
    margin-bottom: 2px;
}
footer .innerfooter ul.overall li.footer-contact-info .footer-contact-right-center a:hover {
    text-decoration: none;
}
footer .innerfooter ul.overall li.footer-contact-info .footer-contact-right-bottom {
    color: #202127;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 20px;
}
@media (min-width: 768px) {
    footer .innerfooter ul.overall li.footer-contact-info .footer-contact-right-center {
        font-size: 36px;
    }
    footer .innerfooter ul.overall {
        display: flex;
    }
    footer .innerfooter ul.overall li.flex-5 {
        width: 17%;
        margin-left: 10px;
    }
    footer .innerfooter ul.overall li.footer-contact-info {
        width: 32%;
        margin-left: 0;
    }
    footer .innerfooter ul.overall li ul li.head {
        margin-top: 10px;
        margin-bottom: 25px;
        color: #202127;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.16px;
        text-transform: uppercase;
    }
    footer .innerfooter ul.overall li ul li a {
        color: #656565;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.13px;
        line-height: 28px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    footer .innerfooter ul.overall li.footer-contact-info .footer-contact-right-center {
        font-size: 24px;
    }
    footer .innerfooter ul li ul li a,
    footer .innerfooter ul li ul li.head {
        color: #202127;
        text-align: left;
    }
    footer .innerfooter ul.overall li ul li a {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.13px;
        line-height: 28px;
    }
    footer .innerfooter ul.overall li ul li {
        margin-left: 17.5px;
        position: relative;
    }
    footer .innerfooter ul.overall li ul li.head {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.16px;
        text-transform: uppercase;
        padding: 10px 0;
        margin-left: 0;
    }
    footer .innerfooter ul.overall li ul li.hidden::before {
        content: "";
        background: url(/userdata/public/assets/SVG/blackrightarrow.svg) transparent no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 15px;
        right: 5px;
        display: inline-block;
        transform: rotate(90deg);
    }
    footer .innerfooter ul.overall li ul li.active::before {
        content: "";
        background: url(/userdata/public/assets/SVG/blackrightarrow.svg) transparent no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 15px;
        right: 5px;
        display: inline-block;
        transform: rotate(-90deg);
    }
    footer .innerfooter > ul.overall > li:first-child {
        margin-bottom: 25px;
    }
    footer .innerfooter > ul.overall li ul {
        border-bottom: 1px solid #ededed;
    }
    footer .innerfooter > ul.overall > li:nth-child(2) ul {
        border-top: 1px solid #ededed;
    }
    footer .innerfooter ul.overall li ul li:last-child {
        margin-bottom: 10px;
    }
    footer .innerfooter ul.overall li.footer-contact-info {
        justify-content: center;
    }
}
footer .innerfooter ul.overall li ul {
    list-style: none;
}
.footer-copyright {
    text-align: center;
    margin: 35px 0 7px 0;
}
.footer-copyright .footer-socials {
    margin-bottom: 15px;
}
.footer-copyright .footer-socials a {
    padding: 12px;
}
.footer-copyright .copyright {
    color: #202127;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.11px;
    line-height: 28px;
    text-align: center;
}
.footer-copyright .copyright a {
    color: #202127;
}
@media (min-width: 768px) {
    #rwd-banners {
        display: flex;
        margin-bottom: 20px;
    }
    @media (max-width: 767px) {
        #rwd-banners {
            flex-wrap: wrap;
        }
    }
    .rwd-banners-box {
        height: 397px;
        position: relative;
    }
    .rwd-banners-box span {
        display: block;
    }
    .rwd-banners-box a {
        height: 100%;
        width: 100%;
        display: block;
    }
    .rwd-banners-box:hover {
        opacity: 0.75;
        transition: 250ms;
    }
    .rwd-banners-box:hover a {
        text-decoration: none;
    }
    .rwd-banners-box:nth-child(1) {
        display: flex;
        width: 50%;
        justify-content: flex-end;
    }
    .rwd-banners-box:nth-child(1) img {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .rwd-banners-box-first {
        width: 70%;
    }
    .rwd-banners-box-first span {
        color: #313139;
    }
    .rwd-box-first-tag {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.32px;
        line-height: 24px;
        border: 3px solid #f2d19a;
        border-radius: 16px;
        text-transform: uppercase;
        padding: 0 20px;
        min-width: 119px;
        text-align: center;
        margin-bottom: 8px;
    }
    .rwd-box-first-title {
        font-size: 38px;
        font-weight: 400;
        letter-spacing: -0.4px;
    }
    .rwd-box-first-brand {
        font-size: 63px;
        font-weight: 700;
        letter-spacing: -0.4px;
        line-height: 45px;
        margin-bottom: 32px;
    }
    .rwd-box-first-subtitle {
        font-size: 20px;
        font-weight: 200;
        letter-spacing: -0.4px;
    }
    .rwd-banners-box:nth-child(2) {
        
        width: calc(25% - 10px);
      	margin-left: 0.6%;
    }
    .rwd-box-center-percent {
        color: #313139;
        font-size: 98px;
        font-weight: 700;
        letter-spacing: -1.96px;
        line-height: 113px;
        text-align: right;
    }
    .rwd-banners-box:nth-child(3) {
        margin-left: 10px;
        width: calc(25% - 10px);
        background-size: 100%;
    }
    .rwd-banners-box:nth-child(3) img {
        position: absolute;
        left: 0;
    }
    .rwd-box-center-title,
    .rwd-box-last-title {
        color: #313139;
        font-weight: 700;
        font-style: normal;
        letter-spacing: -0.4px;
        font-size: 20px;
        text-align: right;
    }
    .rwd-box-center-subtitle,
    .rwd-box-last-subtitle {
        color: #656565;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -0.4px;
        line-height: 23px;
        text-align: right;
    }
}
@media (max-width: 1279px) and (min-width: 768px) {
    .rwd-banners-box:nth-child(1) a {
        background-size: 50%;
    }
    .rwd-banners-box:nth-child(1) a {
        padding: 20px 20px 20px 10px;
    }
    .rwd-banners-box:nth-child(2) a,
    .rwd-banners-box:nth-child(3) a {
        padding: 20px;
    }
    .rwd-banners-box:nth-child(3) {
        background-position: center 40%;
    }
    .rwd-box-first-title {
        font-size: 26px;
    }
    .rwd-box-first-brand {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .rwd-box-first-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .rwd-box-center-title,
    .rwd-box-last-title {
        font-size: 16px;
    }
    .rwd-box-center-subtitle,
    .rwd-box-last-subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .rwd-box-last-subtitle {
        margin-bottom: 7px;
    }
}
@media (max-width: 767px) {
    #rwd-banners {
        display: none;
    }
}
#hot-categories {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    #hot-categories {
        margin: 45px 0 20px 0;
    }
}
@media (max-width: 767px) {
    #hot-categories {
        margin: 0 0 20px 0;
    }
}
.hot-categories-title {
    width: 100%;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
    height: 36px;
}
@media (min-width: 768px) {
    .hot-categories-title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .hot-categories-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.hot-categories-box {
    min-height: 142px;
    max-height: 142px;
  	border: 4px solid #f4f4f4;
  	border-radius: 7px;
  
}
.hot-categories-box a {
    padding: 25px 25px 5px 25px;
    display: block;
    height: 100%;
}
.hot-categories-box a img {
    height: 72px;
}
.hot-categories-box:hover {
    opacity: 0.75;
    transition: 250ms;
}
.hot-categories-box:hover a {
    text-decoration: none;
}
@media (min-width: 768px) {
    .hot-categories-box img {
        margin-left: 0px;
    }
}
.hot-categories-box em {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    display: block;
    margin: 10px 0;
}
@media (min-width: 1180px) {
    .hot-categories-box {
        margin-right: 10px;
        width: calc((100% - 50px) / 6);
    }
    .hot-categories-box:nth-child(7) {
        margin-right: 0;
    }
}
@media (max-width: 1179px) and (min-width: 768px) {
    .hot-categories-box {
        margin-right: 10px;
        width: calc((100% - 20px) / 3);
    }
    .hot-categories-box:nth-child(2),
    .hot-categories-box:nth-child(3),
    .hot-categories-box:nth-child(4) {
        margin-bottom: 10px;
    }
    .hot-categories-box:nth-child(4),
    .hot-categories-box:nth-child(7) {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .hot-categories-box {
        margin-right: 10px;
        width: calc((100% - 10px) / 2);
    }
    .hot-categories-box:nth-child(2),
    .hot-categories-box:nth-child(3),
    .hot-categories-box:nth-child(4),
    .hot-categories-box:nth-child(5) {
        margin-bottom: 10px;
    }
    .hot-categories-box:nth-child(3),
    .hot-categories-box:nth-child(5),
    .hot-categories-box:nth-child(7) {
        margin-right: 0;
    }
}
#box_articlelist,
#box_articlelistsmall {
    margin: 55px 0 45px 0;
    position: relative;
}
@media (min-width: 1640px) {
    #box_articlelist,
    #box_articlelistsmall {
        overflow: hidden;
        min-height: 597px;
        max-height: 597px;
    }
}
@media (max-width: 1639px) {
    #box_articlelist,
    #box_articlelistsmall {
        min-height: 500px;
    }
}
#box_articlelist.loading:after,
#box_articlelistsmall.loading:after {
    content: "";
    background: url(/userdata/public/assets/SVG/loader.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 50;
    width: 98px;
    height: 98px;
}
#box_articlelist .innerbox,
#box_articlelistsmall .innerbox {
    transition: opacity 250ms;
}
#box_articlelist.loading .innerbox,
#box_articlelistsmall.loading .innerbox {
    opacity: 0;
    transition: opacity 250ms;
}
#box_articlelist .boxhead,
#box_articlelist .boxhead-news-list-title,
#box_articlelistsmall .boxhead {
    font-size: 28px;
    font-weight: 700;
}
#box_articlelist .boxhead-news-list-title {
    display: inline-block;
    flex-grow: 1;
    min-width: fit-content;
    margin-right: 50px;
}
#box_articlelist .subboxhead,
#box_articlelistsmall .subboxhead {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
#box_articlelist .boxhead-news-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 979px) {
    #box_articlelist .boxhead-news-list {
        flex-direction: column;
    }
    #box_articlelist .boxhead-news-list .boxhead-news-list-title {
        margin-bottom: 30px;
        margin-right: 0;
    }
}
#box_articlelist #box_article_categories ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#box_articlelist #box_article_categories .innerbox {
    margin-top: 0;
}
#box_articlelist #box_article_categories ul li a {
    color: #313139;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 40px;
    text-align: right;
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 28px;
    border: 1px solid #313139;
    height: 45px;
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
}
@media (max-width: 1179px) {
    #box_articlelist .subboxhead,
    #box_articlelistsmall .subboxhead {
        flex-direction: column;
    }
    #box_articlelist .subboxhead a,
    #box_articlelistsmall .subboxhead a {
        text-align: right;
        margin-top: 15px;
    }
}
#box_articlelist .subboxhead a,
#box_articlelist .subboxhead p,
#box_articlelistsmall .subboxhead a,
#box_articlelistsmall .subboxhead p {
    font-size: 20px;
    font-weight: 400;
    color: #313139;
}
#box_articlelist .subboxhead a img,
#box_articlelistsmall .subboxhead a img {
    margin-left: 5px;
}
#box_articlelist .innerbox,
#box_articlelistsmall .innerbox {
    display: flex;
    margin-top: 25px;
}
#box_articlelist .innerbox article .article-content > .article-image-wrap,
#box_articlelistsmall .innerbox article .article-content > .article-image-wrap {
    position: relative;
    min-height: 120px;
}
#box_articlelist .innerbox article .article-categories,
#box_articlelistsmall .innerbox article .article-categories {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
}
#box_articlelist .innerbox article .article-categories a,
#box_articlelistsmall .innerbox article .article-categories a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.32px;
    line-height: 24px;
    background: #fff;
    border-radius: 16px;
    padding: 8px 20px;
    text-transform: uppercase;
}
#box_articlelist .innerbox article .article-name,
#box_articlelistsmall .innerbox article .article-name {
    padding: 25px 35px 10px 35px;
    display: block;
}
#box_articlelist .innerbox article .article-date,
#box_articlelistsmall .innerbox article .article-date {
    padding: 5px 35px 25px 35px;
    display: block;
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}
@media (min-width: 768px) {
    #box_articlelist .innerbox article,
    #box_articlelistsmall .innerbox article {
        width: calc((100% - 40px) / 3);
    }
    #box_articlelist .innerbox.owl-loaded article,
    #box_articlelistsmall .innerbox.owl-loaded article {
        width: auto;
    }
    #box_articlelist .innerbox article:nth-of-type(3),
    #box_articlelistsmall .innerbox article:nth-of-type(3) {
        margin-right: 0;
    }
    #box_articlelist .innerbox article .article-name,
    #box_articlelistsmall .innerbox article .article-name {
        font-size: 24px;
        font-weight: 400;
    }
}
@media (max-width: 767px) {
    #box_articlelist .innerbox article .article-name,
    #box_articlelistsmall .innerbox article .article-name {
        font-size: 20px;
        font-weight: 400;
    }
}
#box_article .article-header,
#box_article .article-info {
    max-width: 770px;
}
#box_article .article-name {
    color: #383838;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}
@media screen and (min-width: 768px) {
    #box_article .article-name {
        font-size: 42px;
        line-height: 53px;
    }
}
@media screen and (max-width: 767px) {
    #box_article .article-name {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}
#box_article .article-info .article-date {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 15px;
    text-align: left;
    opacity: 0.7;
}
#box_article .article-content {
    margin: 30px 0;
}
#box_article .article-content > b,
#box_article .article-content > div,
#box_article .article-content > em,
#box_article .article-content > h1,
#box_article .article-content > h2,
#box_article .article-content > h3,
#box_article .article-content > h4,
#box_article .article-content > p:not(.main-image),
#box_article .article-content > span,
#box_article .article-content > strong,
#box_article .article-content > ul {
    max-width: 770px;
    margin: 25px auto;
}
#box_article .article-content b,
#box_article .article-content p {
    font-size: 20px;
    line-height: 30px;
}
.box_mamezi_product .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}
.box_mamezi_product .products .product {
    margin-bottom: 10px;
}
.box_mamezi_product .products .product .buttons,
.box_mamezi_product .products .product .manufacturer,
.box_mamezi_product .products .product .price span,
.box_mamezi_product .products .product .tags {
    display: none;
}
.box_mamezi_product .products .product .img-wrap {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_mamezi_product .products .product .prodname {
    margin-bottom: 5px;
    overflow: hidden;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.32px;
    line-height: 20px;
    text-align: left;
    height: 40px;
    display: block;
}
.box_mamezi_product .products .product .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.box_mamezi_product .products .product .price del {
    margin-right: 5px;
}
.box_mamezi_product .products .product .price del,
.box_mamezi_product .products .product .price em {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 17px;
    text-align: left;
}
@media screen and (min-width: 550px) {
    .box_mamezi_product .products .product {
        width: calc(100% / 3 - (20px / 3)) !important;
        margin-left: 0 !important;
    }
    .box_mamezi_product .products .product:nth-child(3n + 1),
    .box_mamezi_product .products .product:nth-child(3n + 2) {
        margin-right: 10px;
    }
}
@media screen and (max-width: 549px) {
    .box_mamezi_product .products .product {
        width: calc(100% / 2 - 5px) !important;
        margin-left: 0 !important;
    }
    .box_mamezi_product .products .product:nth-child(2n + 1) {
        margin-right: 10px;
    }
}
.shop_news_category_list #box_articlelist,
.shop_news_list #box_articlelist {
    max-height: 100%;
    min-height: auto;
}
.shop_news_category_list #box_articlelist .innerbox,
.shop_news_list #box_articlelist .innerbox {
    flex-wrap: wrap;
}
.shop_news_category_list #box_articlelist .innerbox .item,
.shop_news_list #box_articlelist .innerbox .item {
    margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
    .shop_news_category_list #box_articlelist .innerbox .item,
    .shop_news_list #box_articlelist .innerbox .item {
        width: calc(100% / 3 - (20px / 3));
    }
    .shop_news_category_list #box_articlelist .innerbox .item:nth-child(3n + 1),
    .shop_news_category_list #box_articlelist .innerbox .item:nth-child(3n + 2),
    .shop_news_list #box_articlelist .innerbox .item:nth-child(3n + 1),
    .shop_news_list #box_articlelist .innerbox .item:nth-child(3n + 2) {
        margin-right: 10px;
    }
}
@media screen and (max-width: 979px) and (min-width: 550px) {
    .shop_news_category_list #box_articlelist .innerbox .item,
    .shop_news_list #box_articlelist .innerbox .item {
        width: calc(100% / 2 - 5px);
    }
    .shop_news_category_list #box_articlelist .innerbox .item:nth-child(3n + 1),
    .shop_news_list #box_articlelist .innerbox .item:nth-child(3n + 1) {
        margin-right: 10px;
    }
}
@media screen and (max-width: 549px) {
    .shop_news_category_list #box_articlelist .innerbox .item,
    .shop_news_list #box_articlelist .innerbox .item {
        width: 100%;
    }
}
#masonrygallery {
    min-height: 600px;
}
.gallery-masonry {
    width: 100%;
}
.gallery-masonry.loading {
    min-height: 600px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.gallery-masonry.loading::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/userdata/public/assets/SVG/loader.svg) #fff no-repeat 50% 250px;
    z-index: 1;
}
.item {
    width: 100%;
}
.gallery-masonry p,
.gallery-masonry strong {
    color: #000;
    font-size: 61px;
    font-style: normal;
    letter-spacing: -1.22px;
    line-height: 67px;
    text-align: left;
}
.gallery-masonry div.item a {
    display: block;
    margin: 20px 0 15px 0;
}
.gallery-masonry div.item a em {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    height: 54px;
    border-radius: 35px;
    border: 2px solid #313139;
    padding: 0 38px;
    display: inline-block;
}
#features {
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 980px) {
    #features {
        margin: 35px 0;
    }
}
@media screen and (max-width: 979px) {
    #features {
        margin: 35px 0 15px 0;
    }
}
@media screen and (max-width: 1239px) {
    #features {
        flex-direction: column;
        align-items: center;
    }
    #features .features-right {
        margin-top: 25px;
    }
}
#features .features-left ul {
    list-style: none;
    display: flex;
}
#features .features-left ul li {
    display: flex;
    align-items: center;
    color: #797979;
    font-weight: 400;
    text-align: right;
}
@media screen and (min-width: 980px) {
    #features .features-left ul li {
        margin-right: 70px;
        line-height: 34px;
        font-size: 16px;
    }
    #features .features-left ul li:last-child {
        margin-right: 0;
    }
    #features .features-left ul li img {
        margin-right: 8px;
    }
}
@media screen and (max-width: 979px) {
    #features .features-left ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #features .features-left ul li {
        flex-direction: column;
        justify-content: space-between;
        line-height: 20px;
        margin-left: 28px;
        font-size: 13px;
    }
    #features .features-left ul li:first-child {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 0;
    }
    #features .features-left ul li:nth-child(2) {
        margin-left: 0;
    }
    #features .features-right img {
        max-width: 213px;
    }
}
@media screen and (max-width: 430px) and (min-width: 342px) {
    #features .features-left ul li {
        margin-left: 8px;
    }
}
@media screen and (max-width: 341px) and (min-width: 346px) {
    #features .features-left ul li {
        margin-left: 4px;
    }
}
@media screen and (max-width: 345px) {
    #features .features-left ul li {
        width: calc(50% - 15px);
    }
    #features .features-left ul li:nth-child(2),
    #features .features-left ul li:nth-child(3) {
        margin-bottom: 15px;
    }
    #features .features-left ul li:nth-child(4) {
        margin-left: 0;
    }
}
#box_newsletter {
    display: flex;
    margin: 10px 0 30px 0;
    border-top: 1px solid #ededed;
}
#box_newsletter .boxhead .boxtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    display: block;
}
#box_newsletter .boxhead .boxintro {
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    display: block;
}
#box_newsletter .innerbox {
    margin-top: 17.5px;
}
#box_newsletter .innerbox form fieldset:nth-of-type(1) {
    position: relative;
}
#box_newsletter .innerbox form fieldset:nth-of-type(1)::before {
    content: "";
    background: url(/userdata/public/assets/SVG/post.svg) transparent no-repeat;
    width: 24px;
    height: 18px;
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
}
#box_newsletter .innerbox form fieldset:nth-of-type(1) input {
    font-family: "Source Sans Pro", sans-serif;
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 36px;
    text-align: left;
    border-radius: 40px;
    background-color: #f4f4f4;
    border: none;
    padding: 10px 60px;
    width: 100%;
    box-sizing: border-box;
}
#box_newsletter .innerbox form fieldset:nth-of-type(1) input:focus {
    outline: 0;
}
#box_newsletter .innerbox form fieldset:nth-of-type(1) button {
    width: 22px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
#box_newsletter .innerbox form fieldset:nth-of-type(1) button::before {
    content: "";
    background: url(/userdata/public/assets/SVG/twistedarrow.svg) transparent no-repeat;
    width: 22px;
    height: 16px;
    display: inline-block;
}
#box_newsletter .innerbox form fieldset:nth-of-type(2) {
    color: #797979;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #box_newsletter {
        padding-top: 25px;
    }
    #box_newsletter {
        flex-direction: column;
    }
    #box_newsletter .boxhead .boxintro,
    #box_newsletter .boxhead .boxtitle {
        text-align: center;
    }
    #box_newsletter .innerbox form fieldset:nth-of-type(2) {
        margin: 12px 0 0 0;
    }
}
@media screen and (min-width: 768px) {
    #box_newsletter {
        padding-top: 40px;
    }
    #box_newsletter .boxhead {
        width: 45%;
    }
    #box_newsletter .boxhead .boxintro,
    #box_newsletter .boxhead .boxtitle {
        text-align: right;
    }
    #box_newsletter .innerbox form fieldset:nth-of-type(1) {
        max-width: 535px;
        margin-left: 35px;
    }
    #box_newsletter .innerbox form fieldset:nth-of-type(2) {
        margin: 12px 0 0 5px;
    }
}
#box_bestsellers{
    margin-top:50px;
}
#box_bestsellers .boxhead span,
.products-related .boxhead,
#box_fromCategory .boxhead{
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.4px;
    text-align: left;
}
#box_bestsellers .boxintro,
.products-related .subboxhead,
#box_fromCategory .subboxhead{
    color: #313139;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.4px;
    line-height: 25px;
    text-align: left;
    display: block;
}
#box_bestsellers .product > a .boximgsize,
.products-related .product > a .boximgsize,
#box_fromCategory .product > a .boximgsize{
    height: 259px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_bestsellers .product:hover > a .productnamewrap .productname,
.products-related .product:hover .productnamewrap,
#box_fromCategory .product:hover .productnamewrap {
    text-decoration: underline;
}
#box_bestsellers .product > a .productnamewrap .productname,
.products-related .product .productnamewrap,
#box_fromCategory .product .productnamewrap {
    height: 40px;
    overflow: hidden;
    display: block;
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.32px;
    line-height: 20px;
    text-align: left;
    margin: 15px 0;
}
#box_bestsellers .product > a .boximgsize img,
.products-related .product > a .boximgsize img,
#box_fromCategory .product > a .boximgsize img {
    width: auto;
    max-height: 100%;
}



#box_bestsellers .product .price,
.products-related .product .price,
#box_fromCategory .product .price{
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

#box_bestsellers .product .price .price-left,
.products-related .product .price .price-left,
#box_fromCategory .product .price .price-left{
    height: 28px;
    width: 30px;
    background: red;
    position: relative;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#box_bestsellers .product .price .price-discount-wrap-triangle,
.products-related .product .price .price-discount-wrap-triangle,
#box_fromCategory .product .price .price-discount-wrap-triangle{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid red;
    right: -10px;
}

#box_bestsellers .product .price .price-left p,
.products-related .product .price .price-left p,
#box_fromCategory .product .price .price-left p{
    color:white;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 1px;
    padding-left: 3px;
}

#box_bestsellers .product .price .price-right,
.products-related .product .price .price-right,
#box_fromCategory .product .price .price-right{
    display: flex;
    align-items: center;
    padding-bottom:2px;
    flex-direction: column;
    margin-top:-4px;
}

#box_bestsellers .product .price em,
.products-related .product .price em,
#box_bestsellers .product .price del,
.products-related .product .price del,
#box_fromCategory .product .price del,
#box_fromCategory .product .price em{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 17px;
    text-align: left;
}

#box_bestsellers .product .price em.price-crossed,
.products-related .product .price em.price-crossed,
#box_fromCategory .product .price em.price-crossed{
    text-decoration: line-through;
    margin-right:0;
}
#box_bestsellers .product .price del,
.products-related .product .price del,
#box_fromCategory .product .price del{
    margin-left: 0px;
    margin-right:6px;
}

#box_bestsellers .product .price,
.products-related .product .price,
#box_fromCategory .product .price {
    padding-bottom: 15px;
}
#box_bestsellers .product .price del,
#box_bestsellers .product .price em,
.products-related .product .price del,
.products-related .product .price em ,
#box_fromCategory .product .price del,
#box_fromCategory .product .price em {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 17px;
    text-align: left;
}

#box_bestsellers .product .price del,
.products-related .product .price del,
#box_fromCategory .product .price del,
#box_mainproducts .products.viewphot .product .price del{
    text-decoration: line-through;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.26px;
    line-height: 17px;
    margin-top: auto;
}

#box_bestsellers .product .price em,
.products-related .product .price em,
#box_fromCategory .product .price em,
#box_mainproducts .products.viewphot .product .price em{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

#box_bestsellers .product .price em.color,
.products-related .product .price em.color,
#box_fromCategory .product .price em.color,
#box_mainproducts .products.viewphot .product .price em.color{
  	color: #ec008c;
}

#box_bestsellers .product .price .price-netto,
.products-related .product .price .price-netto,
#box_fromCategory .product .price .price-netto,
#box_mainproducts .products.viewphot .product .price .price-netto{
    display: block;
    width: 100%;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.26px;
    line-height: 17px;
}

.product-details-wrap .basket .price del{
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

#box_bestsellers .product button span,
#box_bestsellers .product form fieldset .shaded_inputwrap,
#box_bestsellers .product form fieldset .unit,
.products-related .product button span,
.products-related .product form fieldset .shaded_inputwrap,
.products-related .product form fieldset .unit,
#box_fromCategory .product button span,
#box_fromCategory .product form fieldset .shaded_inputwrap,
#box_fromCategory .product form fieldset .unit {
    display: none;
}
@media screen and (min-width: 768px) {
    
    #box_bestsellers {
        margin-bottom: 120px;
    }
    .products-related,
    #box_fromCategory {
        margin-bottom: 80px;
    }
    #box_bestsellers .boxhead span,
    .products-related .boxhead,
    #box_fromCategory .boxhead {
        font-size: 28px;
        line-height:24px;
    }
    #box_bestsellers .boxintro,
    .products-related .subboxhead,
    #box_fromCategory .subboxhead {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top:8px;
    }
    #box_bestsellers .product button,
    .products-related .product button,
    #box_fromCategory .product button{
        position: absolute;
        border: 0;
        bottom: -60px;
        right: 30px;
        width: 44px;
        height: 44px;
        border-radius: 100%;
        transition: 250ms;
    }

    #box_bestsellers .product button.availability-notifier-btn,
    .products-related .product button.availability-notifier-btn,
    #box_fromCategory .product button.availability-notifier-btn{
        background-color:white;
    }

    #box_bestsellers .product:hover button,
    .products-related .product:hover button,
    #box_fromCategory .product:hover button {
        bottom: 9px
    }
    #box_bestsellers .product button.addtobasket::before,
    .products-related .product button.addtobasket::before,
    #box_fromCategory .product button.addtobasket::before {
        content: "";
        background: url(/userdata/public/assets/SVG/whitebasket.svg) transparent no-repeat;
        width: 26px;
        height: 23px;
        display: inline-block;
        position: relative;
        top: 9px;
    }
    #box_bestsellers .product button.availability-notifier-btn::before,
    .products-related .product button.availability-notifier-btn::before,
    #box_fromCategory .product button.availability-notifier-btn::before {
        content: "";
        background: url('/userdata/public/assets/SVG/availability.svg') transparent no-repeat;
        width: 44px;
        height: 44px;
        display: inline-block;
        position: relative;
        top: 0px;
    }
}
@media screen and (max-width: 767px) {
    .products-related,
    #box_fromCategory{
        margin-bottom: 30px;
    }
    #box_bestsellers .boxhead span,
    .products-related .boxhead,
    #box_fromCategory .boxhead {
        font-size: 20px;
        line-height: 16px;
    }
    #box_bestsellers .boxintro {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .products-related .subboxhead,
    #box_fromCategory .subboxhead{
        font-size: 16px;
        margin-bottom: 0;
    }

    #box_bestsellers .boxintro,
    .products-related .subboxhead,
    #box_fromCategory .subboxhead{
        margin-top:3px;
    }
    #box_bestsellers .product form,
    .products-related .product form,
    #box_fromCategory .product form{
        display: none;
    }
}

.owl-nav button {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: 250ms;
}
.owl-nav button:hover {
    background: #313139 !important;
}
.owl-nav button span {
    background: url(/userdata/public/assets/SVG/whitearrow.svg) transparent no-repeat center;
    width: 44px;
    height: 44px;
    display: inline-block;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-prev .owl-left {
    transform: rotate(180deg);
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-nav button.disabled {
    display: none;
}
#box_mainproducts .boxhead {
    display: flex;
    flex-wrap: wrap;
}
#box_mainproducts .boxhead .category-name {
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin-bottom: 20px;
    flex-grow: 1;
}
@media screen and (min-width: 767px) {
    #box_mainproducts .boxhead .category-name {
        min-width: 400px;
        margin-right: 30px;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: -0.72px;
    }
    .filter-toggler{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #box_mainproducts .boxhead .category-name {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: -0.48px;
    }
    .filter-toggler{
        display: inline-block;
        margin-bottom:25px;
    }
    .filter-toggler span{
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: right;
        font-weight: bold;
        border: 1px solid black;
        border-radius: 28px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        padding: 1.5px 20px 3px 20px;
        background:#f4f4f4;
    }

    #box_filter .checkactive.inactive{
        display: none;
    }
}
.sort-and-view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap:wrap;
}
.sortlinks {
    display: flex;
    align-items: center;
    width:100%;
}
@media screen and (min-width: 768px) {
    .products-sort-container {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        order: 3;
    }
    .products-sort-container .products-active-sort {
        margin: 0 20px 0 30px;
        display: flex;
    }
    .products-sort-container .products-active-sort > span {
        display: none;
    }
    .products-sort-container .products-active-sort p {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.28px;
        line-height: 36px;
        margin-right: 8px;
    }
    .products-sort-container .products-sort-options {
        min-width: 200px;
        transform: translateX(-74px) translateY(13px);
        background: #fff;
        border: 1px solid #000;
        padding: 20px;
        border-radius: 30px;
        display: none;
        z-index:1;
    }
    #box_filter .prodview {
        list-style: none;
        display: flex;
        align-items: center;
        order: 4;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .products-sort-container,
    .sort-and-view .prodview {
        display: none;
    }
}
.prodview li.selected {
    display: none;
}
.prodview .photo a {
    width: 23px;
    height: 19px;
    display: inline-block;
}
.prodview .photo a:after {
    content: "";
    background: url(/userdata/public/assets/SVG/boxesview.svg) transparent no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.prodview .full a {
    width: 23px;
    height: 19px;
    display: flex;
}
.prodview .full a:after {
    content: "";
    background: url(/userdata/public/assets/SVG/listview.svg) transparent no-repeat;
    width: 23px;
    height: 19px;
    display: flex;
}
#box_filter {
    transition: 250ms;
    opacity: 1;
    display: block;
}
#box_filter .innerbox .resetFilters {
    order: 1;
    margin-right: 15px;
    margin-left:10px;
    height: 45px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    align-items: center;
}
#box_filter .innerbox .resetFilters::before {
    content: "";
    background: url(/userdata/public/assets/SVG/redcross.svg) transparent no-repeat;
    background-size: 8px;
    width: 8px;
    height: 8px;
    margin-top: 1.5px;
    margin-right: 5px;
    display: inline-block;
}
#box_filter .innerbox .multiselect {
    position: relative;
    margin: 0 5px 10px 0;
    order: 2;
}
#box_filter.loading {
    opacity: 0;
    display: none;
}
#box_filter .innerbox .multiselect ul {

    display: none;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

    min-width: 200px;
    top: 55px;
    border-radius:15px;
    z-index: 1;
    box-shadow: 0 3px 99px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

#box_filter .innerbox .multiselect ul h5{
    margin-bottom:15px;
}
#box_filter .innerbox .multiselect .filter-wrap{
    max-height: 315px;
    overflow-y: scroll;
    margin: 25px 20px 32px 30px;
    padding-right: 10px;
}
#box_filter .innerbox .multiselect .filter-wrap::-webkit-scrollbar {
    width:3px;
}

#box_filter .innerbox .multiselect .filter-wrap::-webkit-scrollbar-track{
    background: #f4f4f4;
    border-radius: 100%;
}

#box_filter .innerbox .multiselect .filter-wrap::-webkit-scrollbar-thumb {
    background: #333;
  }

  #box_filter .innerbox .multiselect .filter-wrap::-webkit-scrollbar-thumb {
    background: #000;
  }

#box_filter .innerbox .multiselect#filter_price ul {
    min-width: 260px;
}
#box_filter .innerbox .multiselect ul li a {
    display: flex;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    position: relative;
}
#box_filter .innerbox .multiselect ul li a:before {
    content: "";
    width: 19px;
    height: 19px;
    min-width: 19px;
    box-sizing: border-box;
    border: 1px solid #707070;
    display: inline-block;
    margin-top: 2px;
    border-radius: 100%;
    margin-right: 12px;
}
#box_filter .innerbox ul li.selected a::before {
    background-color: #000;
    border: none;
}
#box_filter .innerbox ul li.selected a::after {
    content: "";
    background: url(/userdata/public/assets/SVG/checkbox.svg) transparent no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 8px;
}
#box_filter .innerbox {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    #box_filter .innerbox {
        justify-content: flex-end;
    }
}
#box_filter .innerbox .checkactive:first-child .multiselect {
    position: relative;
}
#box_filter .innerbox .checkactive:first-child .multiselect > span {
    padding-left: 45px !important;
    position: relative;
}
#box_filter .innerbox .checkactive:first-child .multiselect > span > span {
    display: none;
}
#box_filter .innerbox .checkactive:first-child .multiselect > span:before {
    content: "";
    background: url(/userdata/public/assets/SVG/categoriesicon.svg) no-repeat transparent;
    position: absolute;
    width: 19px;
    height: 19px;
    display: inline-block;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
#box_filter .innerbox .multiselect > span {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    border: 1px solid #000;
    border-radius: 28px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 1.5px 20px;
}
#box_filter .innerbox .multiselect#filter > span,
#box_filter .innerbox .multiselect#filter_category_1 > span {
    padding-left: 45px;
}

@media screen and (max-width:500px){
    #box_filter{
        position: relative;
    }
    #box_filter .multiselect{
        position: inherit !important;
    }
    #box_filter .multiselect ul{
        box-sizing: border-box;
        width: 80% !important;
        top:0 !important;
    }
}
.floatcenterwrap {
    width: 100%;
}
.paginator-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.paginator {
    display: flex;
    list-style: none;
    padding: 0 20px 2px 20px;
    border-radius: 35px;
    border: 2px solid #2f2f2f;
}
.paginator a,
.paginator span {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
@media screen and (min-width: 500px) {
    .paginator {
        margin: 0 30px;
    }
    .paginator li {
        padding: 3.5px 12px;
    }
}
@media screen and (max-width: 501px) {
    .paginator {
        margin: 0 20px;
    }
    .paginator li {
        padding: 3.5px 8px;
    }
}
.paginator li.selected span {
    text-decoration: underline;
}
.paginator-wrap .first img {
    transform: rotate(180deg);
}
.paginator-wrap .first img,
.paginator-wrap .last img {
    width: 12px;
}
.categorydesc {
    max-width: 1100px;
    margin: 50px auto 30px auto;
}
.categorydesc-wrap {
    transition: 0.2s;
    overflow: hidden;
    position: relative;
}
.categorydesc-wrap:not(.active) {
    height: 122px;
}
@media screen and (min-width: 768px) {
    #box_mainproducts > .categorydesc {
        margin-bottom: 80px;
    }
    .categorydesc {
        margin: 50px auto 100px auto;
        position: relative;
    }
    .categorydesc h3 {
        color: #000;
        font-size: 28px;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .categorydesc p {
        color: #313139;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .categorydesc-btn {
        position: absolute;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 40px;
        text-align: center;
        width: 100%;
        bottom: -45px;
        cursor: pointer;
    }
}
@media screen and (max-width: 767px) {
    #box_mainproducts > .categorydesc {
        margin-bottom: 70px;
    }
    .categorydesc {
        margin: 15px 0 60px 0;
        position: relative;
    }
    .categorydesc h3 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 26px;
        text-align: left;
        margin-bottom: 10px;
    }
    .categorydesc p {
        color: #4a4a4a;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 23px;
        text-align: left;
    }
    .categorydesc-btn {
        position: absolute;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 40px;
        text-align: left;
        width: 100%;
        bottom: -45px;
        cursor: pointer;
    }
}
@media screen and (min-width: 767px) {
    #box_mainproducts > .innerbox {
        margin-top: 30px;
    }
}
#box_mainproducts .products.viewphot {
    display: flex;
    flex-wrap: wrap;
}
#box_mainproducts .products.viewphot .product {
    overflow: hidden;
}
#box_mainproducts .products .product:hover .productname {
    text-decoration: underline;
}
#box_mainproducts .products.viewphot .product .product-inner-wrap {
    display: flex;
    flex-direction: column;
}
#box_mainproducts .products.viewphot .product .prodimage .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_mainproducts .products.viewphot .prodname {
    height: 41px;
    overflow: hidden;
    margin: 15px 0 10px 0;
}
#box_mainproducts .products.viewphot .prodname .productname {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 20px;
    text-align: left;
}
#box_mainproducts .products.viewphot .product .price {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

#box_mainproducts .products.viewphot .price .price-left {
    height: 28px;
    width: 30px;
    background: red;
    position: relative;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_mainproducts .products.viewphot .price .price-left .price-discount-wrap-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid red;
    right: -10px;
}
#box_mainproducts .products.viewphot .price .price-left p{
    color:white;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 1px;
    padding-left: 3px;
}

#box_mainproducts .products.viewphot .price .price-right{
    display: flex;
    align-items: center;
    padding-bottom:2px;
}

#box_mainproducts .products.viewphot .product .price em,
#box_mainproducts .products.viewphot .product del {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 17px;
    text-align: left;
}

#box_mainproducts .products.viewphot .product .price em.price-crossed{
    text-decoration: line-through;
    margin-right:6px;
}
#box_mainproducts .products.viewphot .product del {
    margin-left: 0px;
    margin-right:6px;
}
@media screen and (max-width: 767px) {
    #box_mainproducts .products.viewphot .product form {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    #box_mainproducts .products.viewphot .product .basket > fieldset .shaded_inputwrap,
    #box_mainproducts .products.viewphot .product .basket > fieldset .unit {
        display: none;
    }
    #box_mainproducts .products.viewphot .product form {
        position: relative;
    }
    #box_mainproducts .products.viewphot .product form button {
        position: absolute;
        right: 0;
        bottom: -60px;
        transition: 250ms;
        border-radius: 100%;
    }
    #box_mainproducts .products.viewphot .product:hover form button {
        bottom: 0;
    }
    #box_mainproducts .products.viewphot .product form button.addtobasket span {
        border-radius: 100%;
        height: 44px;
        width: 44px;
        display: inline-block;
        transition: 250ms;
    }

    #box_mainproducts .products.viewphot .product form button.availability-notifier-btn span {
        background: white;
        border-radius: 100%;
        height: 44px;
        width: 44px;
        display: inline-block;
        transition: 250ms;
    }
    #box_mainproducts .products.viewphot .product form button.availability-notifier-btn span:hover {
        background-color: white;
    }
}

@media screen and (max-width:500px){
    #box_mainproducts .product .price .price-right{
        flex-direction: column;
        margin-top:-4px;
    }
    #box_mainproducts .product .price .price-right em.price-crossed{
        margin-right:0 !important;
    }
    #box_mainproducts .products.viewphot .product .price{
        margin-top:4px;
    }
}
#box_mainproducts .products.viewphot .product form button.addtobasket span::before {
    content: "";
    background: url(/userdata/public/assets/SVG/whitebasket.svg) transparent no-repeat center;
    width: 44px;
    height: 40px;
    display: inline-block;
}

#box_mainproducts .products.viewphot .product form button.availability-notifier-btn span::before {
    content: "";
    background: url(/userdata/public/assets/SVG/availability.svg) transparent no-repeat center;
    width: 44px;
    height: 44px;
    display: inline-block;
}

@media screen and (min-width: 1200px) {
    #box_mainproducts .products.viewphot .product {
        width: calc(25% - 30px);
        margin-right: 40px;
        margin-bottom: 50px;
    }
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap {
        height: 400px;
    }
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap img {
        width: auto;
        max-height: 100%;
    }
    #box_mainproducts .products.viewphot .product:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    #box_mainproducts .products.viewphot .product {
        width: calc((100% / 3) - 20px);
        margin-right: 30px;
        margin-bottom: 40px;
    }
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap {
        height: 350px;
    }
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap img {
        width: auto;
        max-height: 100%;
    }
    #box_mainproducts .products.viewphot .product:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    #box_mainproducts .products.viewphot .product {
        width: calc((100% / 2) - 5px);
        margin-right: 10px;
        margin-bottom: 25px;
    }
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap img {
        width: auto;
        max-height: 100%;
    }
    #box_mainproducts .products.viewphot .product:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap {
        height: 350px;
    }
}
@media screen and (max-width: 499px) and (min-width: 380px) {
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap {
        height: 250px;
    }
}
@media screen and (max-width: 379px) {
    #box_mainproducts .products.viewphot .product .prodimage .img-wrap {
        height: 150px;
    }
}
#box_mainproducts .products.viewfull {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
}
#box_mainproducts .products.viewfull .product {
    margin-bottom: 40px;
}
#box_mainproducts .products.viewfull .description > div {
    display: flex;
}
#box_mainproducts .products.viewfull .description > div .img-wrap {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_mainproducts .products.viewfull .description > div img {
    max-height: 100%;
    width: auto;
}
#box_mainproducts .products.viewfull .description > div > .viewfull-wrap {
    display: flex;
    flex-wrap: nowrap;
}
#box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-left .prodname {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.4px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
    display: block;
}
#box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-left .product-short-description p {
    margin-bottom: 20px;
    color: #4a4a4a;
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 20px;
}
#box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-left > p span {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.32px;
    line-height: 20px;
    text-align: left;
}

#box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-left > p span:first-child {
    font-weight: 700;
}

#box_mainproducts .products.viewfull .viewfull-wrap form {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

#box_mainproducts .products.viewfull .viewfull-wrap button{
    border-radius:100%;
    margin-top:8px;
    margin-left:15px;
}
#box_mainproducts .products.viewfull .viewfull-wrap button.addtobasket span{
    width: 44px;
    height: 44px;
    display: inline-block;
    /* background: #000; */
    border-radius: 100%;
}

#box_mainproducts .products.viewfull .viewfull-wrap button.availability-notifier-btn span {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: white;
    border-radius: 100%;
}

#box_mainproducts .products.viewfull .viewfull-wrap .price > div {
    display: flex;
    flex-direction: row;
    margin-right:15px;
}

#box_mainproducts .products.viewfull .viewfull-wrap .price .price-left{
    height: 60px;
    width: 45px;
    background: red;
    position: relative;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#box_mainproducts .products.viewfull .viewfull-wrap .price .price-left p{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transform: translateX(2px);
}

#box_mainproducts .products.viewfull .viewfull-wrap .price .price-left div{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid red;
    right: -10px;
}

#box_mainproducts .products.viewfull .viewfull-wrap .price .price-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#box_mainproducts .products.viewfull .viewfull-wrap .price .price-right-bottom .promoPrice,
#box_mainproducts .products.viewfull .viewfull-wrap .price .price-crossed{
    text-decoration: line-through;
}

#box_mainproducts .products.viewfull .viewfull-wrap .price em {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 22px;
    display: block;
}

#box_mainproducts .products.viewfull .viewfull-wrap .price del{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 20px;
    display: block;
}

#box_mainproducts .products.viewfull .viewfull-wrap button.addtobasket span::before {
    content: "";
    width: 44px;
    height: 40px;
    display: inline-block;
    background: url(/userdata/public/assets/SVG/whitebasket.svg) transparent no-repeat center;
}

#box_mainproducts .products.viewfull .viewfull-wrap button.availability-notifier-btn span::before {
    content: "";
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url('/userdata/public/assets/SVG/availability.svg') transparent no-repeat center;
}

#box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-right form .shaded_inputwrap,
#box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-right form .unit {
    display: none;
}

@media screen and (min-width: 768px) {
    #box_mainproducts .products.viewfull .description > div > .viewfull-wrap {
        width: calc(100% - 240px);
    }
    #box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-left {
        width: calc(100% - 220px);
    }
    #box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-right {
        width: 220px;
        margin-left: 20px;
    }
    #box_mainproducts .products.viewfull .description > div .img-wrap {
        width: 240px;
    }
    #box_mainproducts .products.viewfull .description > div > .viewfull-wrap {
        padding: 0 0 0 20px;
    }

    #box_mainproducts .products.viewfull .viewfull-wrap form {
        justify-content: flex-end;
    }
    /* #box_mainproducts .products.viewfull .viewfull-wrap button.addtobasket span,
    #box_mainproducts .products.viewfull .viewfull-wrap button.availability-notifier-btn span {
        margin-top:8px;
        margin-left:5px;
    } */
}
@media screen and (max-width: 767px) {
    #box_mainproducts .products.viewfull .description > div {
        flex-wrap: wrap;
    }
    #box_mainproducts .products.viewfull .description > div > .viewfull-wrap {
        flex-direction: column;
    }
    #box_mainproducts .products.viewfull .description > div > .viewfull-wrap,
    #box_mainproducts .products.viewfull .description > div > .viewfull-wrap .viewfull-wrap-left,
    #box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-right {
        width: 100%;
    }
    #box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-right form button {
        position: relative;
        right: 15px;
    }
    #box_mainproducts .products.viewfull .description > div .prodimage {
        width: 100%;
        display: block;
    }
    #box_mainproducts .products.viewfull .price {
        margin-top: 15px;
    }
    #box_mainproducts .products.viewfull .viewfull-wrap .viewfull-wrap-left .prodname {
        margin-top: 20px;
    }
}
#discount-banner {
    border-radius: 20px;
    background-color: #fae9d0;
    padding: 20px 30px;
    margin-top: 20px;
    display: flex;
    position: relative;
    transition:250ms;
    height:auto;
}

#discount-banner.inactive{
    display: none !important;
}
.discount-banner-left {
    text-align: right;
}
.discount-banner-left p {
    color: #313139;
}
.discount-banner-right {
    display: flex;
    flex-wrap: wrap;
}
.discount-banner-right-box {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    width: 25%;
}
.discount-banner-right-box strong {
    width: 40px;
    display: inline-block;
}
.discount-banner-right-description {
    color: #313139;
    text-align: left;
    margin-top: 5px;
}
.discount-banner-right-box > p {
    display: inline-block;
}

.discount-banner-close{
    position: absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1250px) {
    .discount-banner-left {
        padding-right: 130px;
        width: 40%;
    }
    .discount-banner-left p:nth-child(1) {
        font-size: 28px;
        line-height: 39px;
    }
    .discount-banner-left p:nth-child(2) {
        font-size: 20px;
        line-height: 20px;
    }
    .discount-banner-right {
        width: calc(60% - 130px);
    }
}
@media screen and (max-width: 1249px) and (min-width: 980px) {
    .discount-banner-left {
        padding-right: 30px;
        width: 35%;
    }
    .discount-banner-left p:nth-child(1) {
        font-size: 20px;
        line-height: 39px;
    }
    .discount-banner-left p:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
    }
    .discount-banner-right {
        width: calc(75% - 30px);
    }
}
@media screen and(min-width:980px) {
    .discount-banner-right-box {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        width: 25%;
    }
    .discount-banner-right-description {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width: 979px) {
    #discount-banner {
        flex-direction: column;
    }
    .discount-banner-left,
    .discount-banner-right {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .discount-banner-right {
        margin-top: 10px;
    }
    .discount-banner-left p:nth-child(1) {
        font-size: 20px;
        line-height: 25px;
    }
    .discount-banner-left p:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
    }
    .discount-banner-right-box {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        width: 50%;
        text-align: center;
    }
    .discount-banner-right-box > p {
        width: 90px;
        text-align: left;
    }
    .discount-banner-right-description {
        order: 10;
        font-size: 10px;
        line-height: 15px;
    }
}
@media screen and (min-width: 321px) and (max-width: 979px) {
    #discount-banner {
        padding: 20px 10px;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .discount-banner-right-box:nth-child(1) {
        order: 1;
    }
    .discount-banner-right-box:nth-child(2) {
        order: 5;
    }
    .discount-banner-right-box:nth-child(3) {
        order: 2;
    }
    .discount-banner-right-box:nth-child(4) {
        order: 6;
    }
    .discount-banner-right-box:nth-child(5) {
        order: 3;
    }
    .discount-banner-right-box:nth-child(6) {
        order: 7;
    }
    .discount-banner-right-box:nth-child(7) {
        order: 4;
    }
    .discount-banner-right-box:nth-child(8) {
        order: 8;
    }
}
@media screen and (max-width: 320px) {
    .discount-banner-right-box {
        width: 100%;
    }
    .discount-banner-right-box:nth-child(1) {
        order: 1;
    }
    .discount-banner-right-box:nth-child(2) {
        order: 3;
    }
    .discount-banner-right-box:nth-child(3) {
        order: 5;
    }
    .discount-banner-right-box:nth-child(4) {
        order: 7;
    }
    .discount-banner-right-box:nth-child(5) {
        order: 2;
    }
    .discount-banner-right-box:nth-child(6) {
        order: 3;
    }
    .discount-banner-right-box:nth-child(7) {
        order: 6;
    }
    .discount-banner-right-box:nth-child(8) {
        order: 8;
    }
}
#box_productfull .product-container {
    display: flex;
    margin-top: 30px;
    margin-bottom: 35px;
}
#box_productfull .product-container .product-container-leftcol > .productimg {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
#box_productfull .product-container .productimg {
    display: flex;
}
#box_productfull .product-container .productimg > div {
    transition: 250ms;
    opacity: 1;
}
#box_productfull .product-container .productimg.loading > div {
    opacity: 0;
}
#box_productfull .product-container .productimg.loading:after {
    content: "";
    background: url(/userdata/public/assets/SVG/loader.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 50;
    width: 98px;
    height: 98px;
}
#box_productfull .productimg .custom-gallery .owl-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_productfull .productimg .custom-gallery .owl-item a img {
    width: auto;
}
#box_productfull .product-container .productimg .innersmallgallery ul {
    display: flex;
}
@media screen and (max-width:979px){
    #box_productfull .product-container .productimg .innersmallgallery ul {
        justify-content: center;
    }
}
#box_productfull .productimg .custom-gallery .owl-item a img {
    max-height: 900px;

}
@media screen and (min-width: 1401px) {
    #box_productfull .productimg .custom-gallery .owl-item a img {
        max-width:900px;
    }
    #box_productfull .product-container .product-container-leftcol {
        width: calc(100% - 495px);

        margin-right: 100px;
    }
    #box_productfull .product-container .product-container-leftcol > .productimg {
        margin-bottom: 35px;
        min-height: 450px;
    }
    #box_productfull .productimg .custom-gallery {
        width: calc(100% - 132px);
    }
    #box_productfull .product-container .productimg .innersmallgallery ul {
        flex-direction: column;
    }
    #box_productfull .product-container .productimg .smallgallery {
        width: 122px;
        margin: 0 10px 0 0;
    }
    #box_productfull .product-container .productimg .smallgallery .innersmallgallery ul li {
        margin-bottom: 10px;
        max-height: 122px;
        justify-content: center;
    }
    #box_productfull .product-container .productimg .smallgallery .innersmallgallery ul li img {
        max-height: 122px;
        cursor: pointer;
    }
}
@media screen and (max-width: 1400px) and (min-width: 980px) {
    #box_productfull .product-container .product-container-leftcol {
        width: calc(100% - 425px);
        margin-right: 25px;
    }
    #box_productfull .product-container .product-container-leftcol > .productimg {
        margin-bottom: 35px;
        min-height: 40vw;
    }
    #box_productfull .productimg .custom-gallery {
        width: calc(100% - 132px);
    }
    #box_productfull .product-container .productimg .innersmallgallery ul {
        flex-direction: column;
    }
    #box_productfull .product-container .productimg .smallgallery {
        width: 122px;
        margin: 0 10px 0 0;
    }
    #box_productfull .product-container .productimg .smallgallery .innersmallgallery ul li {
        margin-bottom: 10px;
        max-height: 122px;
        justify-content: center;
    }
    #box_productfull .product-container .productimg .smallgallery .innersmallgallery ul li img {
        max-height: 122px;
        cursor: pointer;
    }
}
@media screen and (max-width: 979px) {
    #box_productfull .product-container .product-container-leftcol {
        width: 100%;
        flex-direction: column;
    }
    #box_productfull .product-container .product-container-leftcol > .productimg {
        margin-bottom: 20px;
        min-height: 80vw;
    }
    #box_productfull .productimg .custom-gallery {
        width: 100%;
        margin-bottom: 10px;
    }
    #box_productfull .product-container,
    #box_productfull .product-container .product-container-leftcol > .productimg {
        flex-wrap: wrap;
    }
    #box_productfull .productimg .custom-gallery .owl-item a img {
        max-height: 600px;
    }
    #box_productfull .product-container .productimg .smallgallery {
        width: 100%;
    }
    #box_productfull .product-container .productimg .smallgallery .innersmallgallery ul li {
        margin-bottom: 10px;
        margin-right: 10px;
        max-height: 75px;
        justify-content: center;
        max-width: 75px;
    }
    #box_productfull .product-container .productimg .smallgallery .innersmallgallery ul li img {
        max-height: 75px;
        cursor: pointer;
    }
}
@media screen and (min-width: 980px) {
    .product-container .product-details-wrap {
        width: 395px;
    }
}
@media screen and (max-width: 979px) {
    .product-container .product-details-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1401px) {
    .product-details-wrap .product-h1-wrap {
        position: relative;
    }
    .product-details-wrap .product-h1-wrap .product-back {
        position: absolute;
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -65px;
    }
    .product-details-wrap .product-h1-wrap .product-back a {
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .product-details-wrap .product-h1-wrap .product-back::before {
        content: "";
        background: url(/userdata/public/assets/SVG/back.svg) transparent no-repeat center;
        position: absolute;
        display: inline-block;
        width: 27px;
        height: 19px;
    }
}
@media screen and (max-width: 1400px) {
    .product-back {
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    .product-details-sticky{
        width:100%;
    }
    .product-details-sticky.active {
        position: fixed;
        top: 20px;
        padding-right: 20px;
        max-width: 415px;
        width:415px;
    }
    .product-details-wrap.active {
        display: flex;
        align-items: flex-end;
    }
}
.product-details-wrap .product-h1-wrap h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 10px;
}
.product-details-wrap .boxhead-informations {
    display: flex;
    flex-wrap: wrap;
}

.products .product .product-more-info-bar{
    display: flex;
}
.boxhead-informations .stocks-availability,
.boxhead-informations .availability,
.products .product .availability{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding: 5px 10px 4px 20px;
    border-radius: 11px;
    position: relative;
    margin-right: 20px;
}

.products .product .availability{
    margin-right:0;
    margin-top:5px;
}

@media screen and (max-width:480px){
    .products .product .availability::before{
        left:12.5px !important;
    }
    .products .product .availability{
        width:100%;
        padding-left: 30px;
    }
}

.boxhead-informations .stocks-availability::before,
.boxhead-informations .availability::before,
.products .product .availability::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.boxhead-informations .stocks-availability.green,
.boxhead-informations .availability.green,
.products .product .availability.green
{
    background: #e3f1c3;
}
.boxhead-informations .stocks-availability.green::before,
.boxhead-informations .availability.green::before,
.products .product .availability.green::before{
    background: #97ba4b;
}
.boxhead-informations .stocks-availability.orange,
.boxhead-informations .availability.orange,
.products .product .availability.orange{
    background: #e3f1c3;
}
.boxhead-informations .stocks-availability.orange::before,
.boxhead-informations .availability.orange::before,
.products .product .availability.orange::before{
    background: #97ba4b;
}
.boxhead-informations .stocks-availability.red,
.boxhead-informations .availability.red,
.products .product .availability.red{
    background: #ffdede;
}
.boxhead-informations .stocks-availability.red::before,
.boxhead-informations .availability.red::before,
.products .product .availability.red::before{
    background: #ec0315;
}

.boxhead-informations .shipping-costs{
    color: #313139;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    display: flex;
    padding: 4px 10px 4px 0;
}

.boxhead-informations .availability{
    margin-right:10px;
}
.boxhead-informations .availability .first{
    font-weight:700;
    margin-right:3px;
}

.boxhead-informations .shipping-costs::before {
    content: "";
    background: url(/userdata/public/assets/SVG/delivery.svg) transparent no-repeat;
    width: 22px;
    height: 16px;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}
.boxhead-informations .shipping-costs strong {
    margin-left: 2px;
    margin-right: 2px;
}
.boxhead-informations .shipping-costs span {
    margin-left: 4px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .product-details-wrap .boxhead-informations {
        margin-top: 10px;
    }
    .boxhead-informations .shipping-costs,
    .boxhead-informations .stocks-availability,
    .boxhead-informations .availability  {
        margin-top: 10px;
    }
}
.product-details-wrap .code-ean {
    color: #646464;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
.product-details-wrap .evaluation {
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom: 8px;
}
.product-details-wrap .evaluation .vote-message {
    font-size: 12px;
    font-style: normal;
    margin-right: 5px;
    color: #646464;
}
.votestars img[class*="star"],
.votestars-commentsmodule img[class*="star"] {
    display: inline-block;
    width: 21px;
    height: 19px;
    margin: 0 0 2px 0;
    float: left;
}
.product-details-wrap .evaluation .votestars img[class*="star"] {
    cursor: pointer;
}
.votestars img.star0,
.votestars-commentsmodule img.star0 {
    background: url(/userdata/public/assets/SVG/emptystar.svg) transparent no-repeat;
}
.votestars img.star1,
.votestars-commentsmodule img.star1 {
    background: url(/userdata/public/assets/SVG/fullstar.svg) transparent no-repeat;
}
.votestars img.star0-5,
.votestars-commentsmodule img.star0-5 {
    background: url(/userdata/public/assets/SVG/star0-5_temp.png) transparent no-repeat;
    background-size: 17px;
}
.price-wrap {
    display: flex;
}
.product-details-wrap .price-wrap .price-discount-wrap {
    height: 60px;
    width: 45px;
    background: red;
    position: relative;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-wrap .price-wrap .price-discount-wrap .price-discount-wrap-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid red;
    right: -10px;
}

.product-details-wrap .price-wrap .price-discount-wrap p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transform: translateX(2px);
}

.product-details-wrap .basket {
    display: flex;
    flex-direction: column;
}
.product-details-wrap .basket .price-without-promo {
    font-size: 13.5px;
    text-decoration: line-through;
    color: #000;
    height: 20px;
}


.product-details-wrap .basket .price em {
    font-size: 13px;
    line-height: 19px;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    margin-right: 5px;
}

.product-details-wrap .basket .price-netto {
    color: #646464;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-top: 4px;
}

.product-details-wrap .basket .price-netto .main-price {
    font-style: normal;
}
.productinfo-alert {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.productinfo-alert p {
    opacity: 0.7;
    color: #000;
    font-size: 10px;
    font-weight: 400;
}
.productinfo-alert.loaded::before {
    content: "";
    background: url(/userdata/public/assets/SVG/alert.svg) transparent no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}
.check-promoprice {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.check-promoprice p {
    font-size: 16px;
    line-height: 15px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}
.check-promoprice::after {
    content: "?";
    width: 20px;
    height: 20px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 100%;
    color: #050505;
    font-size: 12px;
    font-weight: 700;
}
.product-details-wrap .stocks {
    margin: 15px 0 0 0;
}
@media screen and (min-width: 500px) {
    .product-details-wrap .stocks > .f-row {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .product-details-wrap .stocks > .f-row label {
        width: 105px;
    }
    .product-details-wrap .stocks > .f-row .stock-options {
        width: calc(100% - 90px);
    }
}
.product-details-wrap .stocks label {
    margin: 10px 0 8px 0;
    display: block;
    color: #646464;
    font-size: 14px;
}
.product-details-wrap .stocks select {
    width: 100%;
    height: 50px;
    border-radius: 39px;
    border: none;
    color: #565656;
    padding: 0 20px;
    cursor: pointer;
    background: url(/userdata/public/assets/SVG/select.svg) #f4f4f4 no-repeat 95% 50%;
    -webkit-appearance: none;
    appearance: none;
}
.product-details-wrap .stocks select:focus {
    outline: 0;
}
.product-details-wrap .stocks option {
    width: 100%;
    height: 50px;
    border-radius: 39px;
    border: none;
    color: #565656;
    padding: 0 20px;
}
.product-details-wrap .stocks .option_file.fancy-upload{
    position: relative;
}
.product-details-wrap .stocks .option_file input[type="file"]{
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.product-details-wrap .stocks .option_file.fancy-upload .fancy-upload-fake{
  	padding: 0 0 0 45px;
  	margin: 6px 0;
  	box-sizing: border-box;
    width: 100%;
    height: 29px;
  	min-height: 29px;
    opacity: 0.7;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    text-decoration: underline;
  	background-image: url('../images/user/ico_upload.svg');
  	background-size: 32px auto;
  	background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}
.product-details-wrap .stocks .option_file.fancy-upload .fancy-upload-fake strong{
    color: #ec008c;
}
.product-details-wrap .stocks .option_file.fancy-upload .fancy-upload-remove{
  	display: none;
  	position: absolute;
  	right: 0;
  	top: 0;
    opacity: 0.7;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
    cursor: pointer;
}
.product-details-wrap .stocks .option_file.fancy-upload.fancy-upload-filled .fancy-upload-fake{
  	line-height: 22px;
  	height: auto;
  	padding: 0 80px 0 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: #313139;
  	text-decoration: none;
    background-image: none;
  	opacity: 1;
}
.product-details-wrap .stocks .option_file.fancy-upload.fancy-upload-filled .fancy-upload-remove{
  	display: block;
}
.product-details-wrap .option_color .stock-color a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px;
    border: 1px solid gray;
}
.product-details-wrap .option_color .stock-color a.current {
    border-width: 2px;
}
.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}
.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #394a6d;
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    height: 60px;
    line-height: 60px;
    background: #fff;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #394a6d;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #394a6d;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}
.custom-option.selected {
    color: #fff;
    background-color: #305c91;
}
.product-details-wrap .basket .availability-notifier-container .button_wrap button {
    width: 100%;
}
.product-details-wrap .basket .availability-notifier-container .button_wrap button.addtobasket span {
    height: 64px;
    border-radius: 39px;
    /* background-color: #000; */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: block;
    line-height: 64px;
    transition: 250ms;
}

.product-details-wrap .basket .availability-notifier-container .button_wrap button.availability-notifier-btn span {
    height: 64px;
    border-radius: 39px;
    background: white;
    color: black;
    border: 3px solid black;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: block;
    line-height: 64px;
    transition: 250ms;
}

.product-details-wrap .basket .availability-notifier-container .button_wrap button span:hover {
    background-color: white;
}
.product-details-wrap .basket .addtobasket-container {
    display: flex;
}
.product-details-wrap .basket .addtobasket-container .number-wrap input:focus {
    outline: 0;
    box-shadow: none;
}
.product-details-wrap .basket .addtobasket-container .number-wrap input {
    width: 88px;
    height: 64px;
    border-radius: 39px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    text-align: center;
    box-sizing: border-box;
    color: #050505;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-right: 5px;
}
.product-details-wrap .basket .addtobasket-container .button_wrap {
    flex-grow: 1;
}
.product-details-wrap .basket .addtobasket-container .button_wrap button {
    width: 100%;
    border-radius: 39px;
}
.product-details-wrap .basket .addtobasket-container .button_wrap button span {
    height: 64px;
    border-radius: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 23px;
    transition: 250ms;
}

.product-contact-wrap {
    padding-left: 60px;
    margin-top: 30px;
    position: relative;
}
.product-contact-wrap::before {
    content: "";
    background: url(/userdata/public/assets/SVG/headphones.svg) transparent no-repeat;
    background-size: 36px;
    width: 36px;
    height: 41px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}
.product-contact-wrap p {
    font-size: 16px;
    line-height: 22px;
}
.product-contact-wrap a {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-weight: 700;
    display: block;
}
.product-contact-wrap span {
    color: #313139;
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 20px;
    display: block;
}
.product-contact-wrap a.question {
    opacity: 0.89;
    color: #313139;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    display: block;
}
.product-contact-wrap a.question::before {
    content: "";
    background: url(/userdata/public/assets/SVG/question.svg) transparent no-repeat;
    width: 17px;
    height: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.relatedHeader {
    order: 9;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: left;
    margin: 20px 0 25px 0;
    position: relative;
    overflow: hidden;
}
.relatedHeader p {
    display: inline-block;
    padding-right: 30px;
    background: #fff;
}
.relatedHeader::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    transform: translateY(-50%);
    margin-top: 3px;
}
#customRelated {
    order: 10;
}
#customRelated .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
#box_description {
    margin-bottom: 30px;
}
#box_description .boxhead {
    font-weight: 700;
}
#box_description .subboxhead {
    margin-bottom: 40px;
}
#box_description .product-description-box {
    display: flex;
    align-items: center;
}
#box_description .product-description-box-img {
    width: 350px;
}
#box_description .product-description-box p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 28px;
    margin-bottom: 15px;
}
#box_description .product-description-box p.small {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 28px;
}

#box_description .productfiles{
    list-style: none;
}

#box_description .productfiles h5{
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 700;
    margin-bottom:15px;
}
#box_description .productfiles li a{
    display: flex;
    align-items: center;
}
#box_description .productfiles li{
    margin-bottom:8px;
}

#box_description .productfiles li span{
    font-size:18px;
}
#box_description .productfiles li a::before{
    content:'';
    background: url('/userdata/public/assets/SVG/download.svg') transparent no-repeat;
    display: inline-block;
    width:24px;
    height:31px;
    margin-right:15px;
}
@media screen and (min-width: 1301px) {
    #box_description .boxhead {
        font-size: 28px;
        margin-bottom: 5px;
    }
    #box_description .subboxhead {
        font-size: 20px;
    }
    #box_description .product-description-box-text {
        width: calc(100% - 350px);
    }
    #box_description .product-description-box-text:nth-child(1) {
        padding-right: 70px;
    }
    #box_description .product-description-box-text:nth-child(2) {
        padding-left: 70px;
    }
    .box-description-btn {
        display: none;
    }
}
@media screen and (max-width: 1301px) {
    #box_description .innerbox {
        position: relative;
        max-height: 450px;
        overflow: hidden;
        transition: 250ms;
    }
    #box_description .innerbox::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        background: linear-gradient(0deg, #fff 15%, rgba(148, 187, 233, 0) 58%);
    }
    #box_description .innerbox.active::before {
        display: none;
    }
    #box_description .boxhead {
        font-size: 20px;
        margin-bottom: 3px;
    }
    #box_description .subboxhead {
        font-size: 16px;
    }
    #box_description .product-description-box {
        flex-wrap: wrap;
    }
    #box_description .product-description-box-img {
        order: 2;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #box_description .product-description-box-text {
        width: 100%;
        order: 1;
        margin-bottom: 15px;
    }
    .box-description-btn {
        position: absolute;
        bottom: 10px;
        padding: 20px;
        text-align: center;
        width: 100%;
    }
    #box_description .innerbox.active .box-description-btn {
        bottom: -21px;
    }
}
#box_productdeliveries {
    display: none !important;
}
#box_productdata {
    margin-bottom: 40px;
}
#box_productdata .boxhead {
    font-weight: 700;
}
#box_productdata table {
    width: 100%;
}
#box_productdata table tr td {
    width: 50%;
    color: #313139;
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 25px;
}
#box_productdata table tr td span {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding-bottom: 8px;
    padding-top: 5px;
}
#box_productdata table tr td:first-child {
    text-align: right;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    #box_productdata .boxhead {
        font-size: 28px;
    }
    #box_productdata .subboxhead {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #box_productdata table tr td:first-child {
        padding-right: 15px;
    }
    #box_productdata table tr td:nth-child(2) {
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    #box_productdata .boxhead {
        font-size: 20px;
    }
    #box_productdata .subboxhead {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #box_productdata table tr td:first-child {
        padding-right: 3px;
    }
    #box_productdata table tr td:nth-child(2) {
        padding-left: 3px;
    }
}
#box_productcomments {
    border-radius: 57px;
    border: 7px solid #f4f4f4;
}
.box-productcomments-info {
    display: flex;
    justify-content: space-between;
}
.box-productcomments-stats {
    display: flex;
    align-items: center;
}
.box-productcomments-stats-stars {
    display: inline-block;
    margin-right: 3px;
    padding-top: 5px;
}
.box-productcomments-stats-stars .votestars img {
    margin: 0;
}
.box-productcomments-info-add {
    display: flex;
    align-items: center;
}
.box-productcomments-info-add .add-comment-boxhead {
    font-size: 20px;
}
.box-productcomments-info-add .add-comment-btn {
    font-weight: 700;
    border-radius: 39px;
    cursor: pointer;
    transition: 250ms;
}

#box_productcomments .productcomment {
    max-width: 900px;
    margin: 20px auto 25px auto;
    display: flex;
}
#box_productcomments .productcomment .reviewer {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    height: 36px;
}
#box_productcomments .productcomment .reviewer::before {
    content: "";
    background: url(/userdata/public/assets/SVG/user.svg) transparent no-repeat;
    background-size: 36px;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
}
#box_productcomments .comment-modal {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
}
#box_productcomments .comment-modal form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a4a4a494;
}
#box_productcomments .comment-modal form > fieldset {
    background: #fff;
    box-shadow: 0 3px 99px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    width: 100%;
    text-align: center;
    max-width: 536px;
    padding: 60px 50px;
    position: relative;
}
#box_productcomments .comment-modal .comment-modal-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
}
#box_productcomments .comment-modal input {
    font-family: "Source Sans Pro", sans-serif;
    width: 261px;
    height: 57px;
    border-radius: 40px;
    background-color: #f4f4f4;
    border: none;
    margin-bottom: 10px;
    padding: 0 25px;
    font-size: 16px;
    box-sizing: border-box;
}
#box_productcomments .comment-modal textarea {
    width: 260px;
    height: 150px;
    border-radius: 20px;
    background-color: #f4f4f4;
    border: none;
    margin-bottom: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
}
#box_productcomments .comment-modal input:focus,
#box_productcomments .comment-modal textarea:focus {
    outline: 0;
}
#box_productcomments .comment-modal button {
    width: 260px;
    height: 64px;
    border-radius: 39px;
    border: none;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    transition: 250ms;
}
#box_productcomments .comment-modal button:hover {
    background: #313139;
}
#box_productcomments .comment-modal-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#box_productcomments .comment-modal-close::before {
    content: "";
    background: url(/userdata/public/assets/SVG/close.svg) transparent no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 1301px) {
    #box_productcomments {
        padding: 30px 50px;
    }
    #box_productcomments .boxhead {
        font-size: 28px;
        font-weight: 700;
    }
    #box_productcomments .subboxhead {
        display: none;
    }
    #box_productcomments .productcomment {
        align-items: center;
    }
    #box_productcomments .productcomment .reviewer {
        width: 250px;
        margin-right: 15px;
    }
    #box_productcomments .productcomment .description {
        width: calc(100% - 250px);
    }
    .box-productcomments-stats-rating {
        margin-right: 8px;
        font-size: 20px;
    }
    .box-productcomments-stats-quantity {
        opacity: 0.7;
        font-size: 20px;
    }
    .box-productcomments-info-add .add-comment-boxhead {
        margin-right: 12.5px;
    }
    .box-productcomments-info-add .add-comment-btn {
        padding: 19px 52.5px;
    }
    #box_productcomments .productcomment .reviewer {
        flex-direction: row-reverse;
    }
    #box_productcomments .productcomment .reviewer::before {
        margin-left: 10px;
    }
    #box_productcomments .productcomment .description {
        margin: 0;
        width: 80%;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.32px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1300px) {
    #box_productcomments {
        padding: 35px 40px 15px 40px;
    }
    #box_productcomments .boxhead {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    #box_productcomments .subboxhead {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.32px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .box-productcomments-info {
        flex-wrap: wrap;
    }
    .box-productcomments-stats {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-productcomments-stats-rating {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .box-productcomments-stats-quantity {
        opacity: 0.7;
        font-size: 16px;
    }
    .box-productcomments-info-add {
        flex-direction: column;
        width: 100%;
        margin: 10px 0 20px 0;
    }
    .box-productcomments-info-add .add-comment-boxhead {
        margin-bottom: 8px;
    }
    .box-productcomments-info-add .add-comment-btn {
        padding: 13.5px 52.5px;
    }
    #box_productcomments .productcomment {
        flex-direction: column;
    }
    #box_productcomments .productcomment .reviewer {
        margin-bottom: 8px;
    }
    #box_productcomments .productcomment .reviewer::before {
        margin-right: 10px;
    }
    #box_productcomments .productcomment .description {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: -0.26px;
        line-height: 18px;
    }
}
.products-in-sets {
    margin-bottom: 50px;
}
.products-in-sets .boxhead {
    font-weight: 700;
}
.products-in-sets .product .boximgsize > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.products-in-sets .product .boximgsize img {
    width: auto;
    max-height: 100%;
}
.products-in-sets .product .productname a {
    color: #656565;
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 20px;
    height: 40px;
    display: block;
    margin-top: 10px;
}
.products-in-sets .product .price del,
.products-in-sets .product .price em {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 17px;
    font-style: normal;
}
.products-in-sets .product .price em {
    margin-right: 5px;
}

.products-in-sets .product .price{
    display: flex;
    flex-wrap: wrap;
    padding-top:10px;
}

.products-in-sets .price .price_left{
    height: 28px;
    width: 30px;
    background: red;
    position: relative;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-in-sets .product .price .price-discount-wrap-triangle{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid red;
    right: -10px;
}

.products-in-sets .product .price .price_left p{
    color:white;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 1px;
    padding-left: 3px;
}

.products-in-sets .product .price .price-right{
    display: flex;
    align-items: center;
    padding-bottom:2px;
}

.products-in-sets .product .price em,
.products-in-sets .product .price del{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 17px;
    text-align: left;
}

.products-in-sets .product .price em.price-crossed{
    text-decoration: line-through;
    margin-right:6px;
}
.products-in-sets .product .price del{
    margin-left: 0px;
    margin-right:6px;
}



@media screen and (min-width: 1400px) {
    .products-in-sets .product .boximgsize {
        height: 390px;
    }
}
@media screen and (max-width: 1399px) {
    .products-in-sets .product .boximgsize {
        height: 290px;
    }
}
@media screen and (min-width: 768px) {
    .products-in-sets .boxhead {
        font-size: 28px;
        margin-bottom: 7.5px;
    }
    .products-in-sets .subboxhead {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .products-in-sets .boxhead {
        font-size: 20px;
        margin-bottom: 7.5px;
    }
    .products-in-sets .subboxhead {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.basket-accesories-modal {
    margin: 0;
}
.basket-accesories-modal .accessories-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: left;
    margin: 35px 0 5px 0;
    display: block;
    position: relative;
    overflow: hidden;
}
.basket-accesories-modal .accessories-title p {
    display: inline-block;
    padding-right: 30px;
    background: #fff;
}
.basket-accesories-modal .accessories-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    transform: translateY(-50%);
    margin-top: 3px;
}
.basket-accesories-modal .products-group {
    display: flex;
    flex-direction: column;
}
.basket-accesories-modal .products-group .product-container {
    background-color: #fff;
    padding: 8px 0;
    box-sizing: border-box;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.basket-accesories-modal .products-group .product-container.hidden-by-default {
    display: none;
}
.basket-accesories-modal .products-group .product-container .product-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-image-container {
    margin: 0 12px 0 0;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-image-container .product-link {
    display: flex;
    height: 50px;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-image-container .product-link img {
    max-height: 50px;
    width: auto;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-name-container {
    width: 165px;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-name-container .product-link {
    display: block;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-name-container .product-link .product-name {
    color: #212121;
    font-size: 14px;
    letter-spacing: 0.05px;
    line-height: normal;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-availability-container,
.basket-accesories-modal .products-group .product-container .product-wrapper .product-buttons-container .form-basket .quantity_wrap {
    display: none;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-price-container {
    min-width: 80px;
    margin: 0 10px 3px 20px;
    display:flex;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-price-container em {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05px;
    line-height: normal;
    font-style: normal;
}

.basket-accesories-modal .product-price-container .price-left{
    height: 28px;
    width: 30px;
    background: red;
    position: relative;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:4px;
}

@media screen and (max-width:979px){
    .basket-accesories-modal .product-price-container .price-left{
        margin: 3px 15px 0 auto;
    }
}

.basket-accesories-modal .product-price-container .price-left p{
    color: #fff;
    font-weight: 700;
    transform: translateX(2px);
    font-size: 14px;
}

.basket-accesories-modal .product-price-container .price-left > div{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid red;
    right: -10px;
}

.basket-accesories-modal .product-price-container .price-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.basket-accesories-modal .product-price-container .price-right-top{
    font-size:12.5px;
}

.basket-accesories-modal .product-price-container .price-right-bottom{
    font-size:13.5px;
}


.basket-accesories.modal .product-price-container .product-price-right .product-price-
.basket-accesories-modal .products-group .product-container .product-wrapper .product-buttons-container {
    margin: 0 0 0 41px;
}

.basket-accesories-modal .products-group .product-container .product-wrapper .product-buttons-container .form-basket {
    margin-top: 0 !important;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-buttons-container .form-basket .addtobasket-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
    margin-bottom: 0;
    border-top: 0;
}
.addtobasket-container.none {
    display: none !important;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-buttons-container {
    width: 40px;
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}
.basket-accesories-modal .products-group .product-container .product-wrapper .product-buttons-container .form-basket .button_wrap button {
    font-size: 0;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    position: relative;
    transition: 250ms;
}

.basket-accesories-modal .products-group .product-container .product-wrapper .product-buttons-container .form-basket .button_wrap button::after {
    content: "";
    background: url(/userdata/public/assets/SVG/whitebasket.svg) transparent no-repeat center;
    background-size: 18px;
    width: 26px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.basket-accesories-modal .accesories-modal .products-group .reveal-more-container {
    padding: 10px 0;
    text-align: right;
    box-sizing: border-box;
}
.basket-accesories-modal .accesories-modal .products-group .reveal-more-container::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 5px;
    margin: 0 0 1px 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/userdata/public/assets/SVG/accessories-toggle-arrow.svg);
}
@media screen and (max-width: 979px) {
    .accesories-container .product-wrapper {
        width: 100%;
    }
    .accesories-container .product-wrapper .product-name-container {
        width: 60% !important;
    }
    .accesories-container .product-wrapper .product-name {
        font-size: 13px !important;
    }
    .accesories-container .product-wrapper .product-price-container {
        width: 20% !important;
        min-width: 110px !important;
        margin: 0 0 0 10px !important;
        text-align: right;
    }
    .accesories-container .product-wrapper .product-price-container em {
        font-size: 13px !important;
    }
    .accesories-container .product-wrapper .product-buttons-container {
        margin: 0 0 0 10px !important;
    }
}
@media screen and (min-width: 768px) {
    .fixed-bottom-bar {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .fixed-bottom-bar {
        height: 67px;
        box-shadow: 0 -3px 99px #00000016;
        background-color: #fff;
        position: fixed;
        bottom: -1px;
        width: 100%;
        z-index: 60;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 20px;
    }
    .fixed-bottom-bar .shipping-costs {
        color:#676767;
        font-size: 13px;
        line-height: 17px;
    }
    .fixed-bottom-bar .shipping-costs .lowest-cost {
        font-weight: 700;
        margin-left: 5px;
    }
    .fixed-bottom-bar .shipping-costs strong {
        margin: 0 2px;
    }
    .fixed-bottom-bar .fixed-bottom-form div {
        height: 40px;
        border-radius: 39px;
        padding: 0 20px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
    }
    .fixed-bottom-info .price-wrap .price-discount-wrap {
        height: 35px;
        width: 40px;
        background: red;
        position: relative;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fixed-bottom-info .price-wrap .price-discount-wrap .price-discount-wrap-triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 10px solid red;
        right: -10px;
    }
    
    .fixed-bottom-info .price-wrap .price-discount-wrap p {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        transform: translateX(2px);
    }
    
    .fixed-bottom-info .price-without-promo {
        font-size: 13.5px;
        text-decoration: line-through;
        color: #000;
        height: 15px;
    }
    
    .fixed-bottom-info .price em {
        line-height: 19px;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        margin-right: 5px;
    }
    
    .fixed-bottom-info .price-netto,
    .fixed-bottom-info .price del {
        display: none;
    }
}
.shop-gallery {
    transition-property: width, height, transform, opacity;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
}
.shop-gallery .shop-gallery-skin {
    background-color: #fff;
    position: relative;
    height: calc(100vh - 58px);
}
.shop-gallery .shop-gallery-skin .shop-gallery-title {
    display: none;
}
.shop-gallery .shop-gallery-skin .shop-gallery-inner {
    position: relative;
    margin: 0 11px;
    height: calc(100vh - 58px);
    display: flex;
    align-items: center;
}
.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-img-container {
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-img-container .shop-gallery-img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    max-height: calc(100vh - 100px);
}
.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
}
.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-prev::after {
    content: "";
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    margin-top: -8px;
    background: url(/userdata/public/assets/SVG/whitearrow.svg) #000 no-repeat center;
    border-radius: 100%;
    background-size: 5.5px;
    transform: rotate(180deg);
}
.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-next::after {
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    margin-top: -8px;
    background: url(/userdata/public/assets/SVG/whitearrow.svg) #000 no-repeat center;
    border-radius: 100%;
    background-size: 5.5px;
}
.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-next {
    left: 50%;
}
.shop-gallery .shop-gallery-resize {
    display: none;
}
.shop-gallery .shop-gallery-close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0.4em 0.7em 0.5em 0.7em;
    font-size: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 1px solid #707070;
    border-radius: 100%;
}
.shop-gallery .shop-gallery-close::after {
    content: "";
    background: url(/userdata/public/assets/SVG/graycross.svg) transparent no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.shop-gallery .shop-gallery-preview {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding: 10px 20px 10px 20px;
}
.shop-gallery .shop-gallery-preview.none {
    display: block !important;
}
.shop-gallery .shop-gallery-preview .shop-gallery-container {
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    position: relative;
}
.shop-gallery .shop-gallery-preview .shop-gallery-container .shop-gallery-slider {
    -webkit-transition: left 0.4s linear;
    -moz-transition: left 0.4s linear;
    -o-transition: left 0.4s linear;
    transition: left 0.4s linear;
    position: relative;
    left: 0;
}
.shop-gallery .shop-gallery-preview .shop-gallery-item-preview img {
    max-width: 100%;
    max-height: 100%;
}
.shop-gallery .shop-gallery-preview .shop-gallery-item-preview {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    cursor: pointer;
}
.shop-gallery .shop-gallery-preview .shop-gallery-item-preview img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (min-width: 980px) {
    .shop-gallery-skin {
        width: calc(100% - 150px);
        height: 100vh !important;
    }
    .shop-gallery .shop-gallery-skin .shop-gallery-inner {
        height: 100vh !important;
    }
    .shop-gallery-preview {
        width: 150px;
        position: absolute !important;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .shop-gallery-img-container {
        width: 100% !important;
        padding: 0 70px !important;
    }
    .shop-gallery-item-preview {
        width: 64px !important;
        height: 64px !important;
        margin-bottom: 10px;
    }
    .shop-gallery-container .shop-gallery-slider {
        display: flex;
        flex-direction: column;
    }
    .shop-gallery .shop-gallery-close {
        top: 60px !important;
        right: -80px !important;
        width: 59px;
        height: 59px;
    }
    .shop-gallery .shop-gallery-close::after {
        background-size: 13px;
        width: 13px;
        height: 13px;
    }
    .shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-next::after,
    .shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-prev::after {
        height: 50px;
        top: 50%;
        width: 50px;
        background-size: 10px;
    }
    .shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-next::after {
        right: 15px;
    }
    .shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-prev::after {
        left: 15px;
    }
}
.box_infopage .boxhead span {
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.72px;
    line-height: 36px;
    text-align: left;
}
.box_infopage .innerbox {
    max-width: 1100px;
    margin: 45px auto 60px auto;
}
.box_infopage .innerbox .flex-wrap {
    display: flex;
}
.box_infopage .innerbox strong {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.32px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
    display: block;
}
.box_infopage .innerbox p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.4px;
    line-height: 30px;
    text-align: left;
}
.box_infopage .innerbox p img {
    margin-right: 8px;
}
.box_infopage .innerbox p a {
    text-decoration: underline;
}
.box_infopage .innerbox p.smallfont {
    font-size: 16px;
}
.box_infopage .innerbox p.minifont {
    font-size: 13px;
}
@media screen and (min-width: 901px) {
    .box_infopage .innerbox .flex-wrap .flex-wrap-70 {
        width: 65%;
        margin-right: 30px;
    }
    .box_infopage .innerbox .flex-wrap .flex-wrap-30 {
        width: 35%;
    }
}
@media screen and (max-width: 900px) {
    .box_infopage .innerbox .flex-wrap {
        flex-direction: column;
    }
    .box_infopage .innerbox .flex-wrap .flex-wrap-30 {
        text-align: center;
        margin-top: 30px;
    }
}
#box_404 .boxhead {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31px;
    text-align: left;
    margin: 10px 0 25px 0;
}
#box_404 .innerbox input {
    height: 57px;
    border-radius: 40px;
    background-color: #f4f4f4;
    padding: 0 30px;
    margin: 15px 0;
    max-width: 420px;
}
.multiselect ul li input {
    max-width: 100%;
    border: none;
    background: #ededed;
    border-radius: 40px;
    height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}
.multiselect ul li input:focus {
    outline: 0;
}
.multiselect#filter_price ul li a {
    font-size: 14px;
}
.multiselect ul li input:focus {
    outline: 0;
}
.multiselect#filter_price ul li span {
    font-size: 14px;
}
.multiselect ul li input:focus {
    outline: 0;
}
.multiselect#filter_price ul li button {
    font-size: 14px;
    background: #000;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    margin: 5px 0;
    border-radius: 30px;
}
.multiselect ul li.showmore {
    cursor: pointer;
    text-decoration: underline;
}

/* related  - ostatni box */

.more-products{
    height: 259px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-top:30px;
}

.more-products span,
.more-products strong{
    font-size:20px;
    display: block;
}

.more-products p{
    font-size:16px;
    border: 2px solid black;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding:3px 8px;
    margin-top: 18px;
    padding: 10.5px 25px 11.5px 30px;
    box-sizing: border-box;
}
.more-products p img{
    max-width: 9px;
    margin-left:6px;
    margin-top:1px;
}

@media screen and (max-width: 979px) {
	.desktop-only {
		display: none;
	}
}
@media screen and (min-width: 980px) {
	.mobile-only {
    	display: none;
  	}
}
table.minimalistBlack {
    border: 2px solid #000000;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.minimalistBlack td,
table.minimalistBlack th {
    border: 1px solid #000000;
    padding: 1px 1px;
}

table.minimalistBlack tbody td {
    font-size: 10px;
}

table.minimalistBlack thead {
    background: #ECEFF0;
    background: -moz-linear-gradient(top, #f1f3f4 0%, #eef0f1 66%, #ECEFF0 100%);
    background: -webkit-linear-gradient(top, #f1f3f4 0%, #eef0f1 66%, #ECEFF0 100%);
    background: linear-gradient(to bottom, #f1f3f4 0%, #eef0f1 66%, #ECEFF0 100%);
    border-bottom: 1px solid #000000;
}

table.minimalistBlack thead th {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}


.custom-gallery-inner .owl-stage{ 
    padding-left:0 !important;
}

.innersmallgallery{
    position: relative;
}
@media screen and (min-width:980px){
    .innersmallgallery{
        padding:40px 0;
    }
}
@media screen and (max-width:979px){
    .innersmallgallery{
        padding:0 40px;
    }
}


.innersmallgallery ul li:not(.active){
    display: none !important;
}

.innersmallgallery nav{
    display: block !important;
}

.innersmallgallery nav span{
    background: url('/userdata/public/assets/SVG/blackrightarrow.svg') transparent no-repeat;
    width:20px;
    height:20px;
    display: inline-block;
    cursor: pointer;
}



@media screen and (min-width:980px){
    .innersmallgallery nav span.smallgallery-right{
        position: absolute;
        bottom:0;
        left:50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .innersmallgallery nav span.smallgallery-left{
        position: absolute;
        top:0;
        left:50%;
        transform: translateX(-50%) rotate(-90deg);
    }
}

@media screen and (max-width:979px){
    .innersmallgallery nav span.smallgallery-right{
        position: absolute;
        top:50%;
        right:15px;
        transform: translateY(-50%) rotate(0deg);
    }
    .innersmallgallery nav span.smallgallery-left{
        position: absolute;
        top:50%;
        left:15px;
        transform: translateY(-50%) rotate(-180deg);
    }
    #box_productfull .product-container .productimg .smallgallery .innersmallgallery ul li{
        margin-bottom:0 !important;
    }
}


.owl-nav button.owl-prev .owl-left {
    transform: rotate(180deg);
}
#box_fromCategory {
    position: relative;
}
#box_fromCategory .owl-nav button {
    z-index: 2;
}
#box_basketlist #cart-options .buttons .forward span {
  background: transparent linear-gradient(227deg, #fff20073,#EC008C) !important;
}

#box_basketlist #cart-options .buttons .forward span:hover {
  background: transparent linear-gradient(45deg, #fff20073,#08aaee) !important;
}
.basket-step-border .innerbox > div button span {
  background: transparent linear-gradient(227deg, #fff20073,#EC008C) !important;
}
.basket-step-border .innerbox > div button span:hover {
  background: transparent linear-gradient(45deg, #fff20073,#08aaee) !important;
}
#box_basketaddress .innerbox .bottombuttons .summary {
  background: transparent linear-gradient(227deg, #fff20073,#EC008C) !important;
}
.ajax-product-block img {
  max-width: 25% !important;
}
.product-details-wrap .option_text input[type="text"] {
  width: 86%;
  height: 50px;
  border-radius: 39px;
  border: none;
  color: #565656;
  padding: 0 20px;
  cursor: pointer;
  background: #f4f4f4 no-repeat 95% 50%;
  appearance: none;
}
.product-details-wrap .option_text input[type="text"]:focus {
    outline: 0;
}
.hot-categories-box:hover {
  border:4px solid #62C498;
}

/* 06.07.2021 */
.ajax-basket-container span{
    color: #313139;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
}

.ajax-basket-container span strong{
    padding-left:2px;
}

.ajax-product-block-info h3{
    color: #313139;
    font-size: 20px;
    font-weight: 700;
    line-height: 44px
}

.ajax-product-block-info > span{
    display: block;
    margin-bottom:5px;
}

.ajax-product-block-info .ajax-stocks{
    display: flex;
    flex-wrap:wrap;
    margin:10px 0;
}

.ajax-product-block-info .ajax-stocks span{
    width:calc(50% - 20px);
    margin-right:20px;
    margin-bottom:5px;
}

.modal-body .ajax-cart-block{
    margin-top: 18px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}

.ajax-cart-block span{
    display: block;
    margin-bottom:5px;
}

.modal-footer .ajax-product-block a{
    min-width:230px;
}

.modal-footer .ajax-product-block .btn.left{
    margin-right: 10px;
}

/* paczkomat */
.inpost_paczkomaty{
    margin:25px 0;
}

@media screen and (min-width:768px){
    .inpost_paczkomaty{
        margin: 50px 0;
    }
}

#inpost_paczkomaty_logo{
    display: none;
}

.inpost_paczkomaty .inpost_paczkomaty_info{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.inpost_paczkomaty label[for="inpost_paczkomat_terms"],
.inpost_paczkomaty label[for="inpost_paczkomat_terms"] a{
    font-size:13px;
    color:gray;
}

.inpost_paczkomaty_machines .near{
    display: flex;
    margin-bottom: 10px;
}
.inpost_paczkomaty_machines input{
    height:18px !important;
    width:20px !important;
    padding:0 !important;
    margin: 0 15px 5px 0;
    position: relative;
    top:2px;
}
.inpost_paczkomaty .js__show-more-machines{
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
    text-decoration: underline;
}

#box_productfull .product-details-wrap .bottomborder .basket .availability{
    margin:25px 0 0 0;
}

#box_productfull .product-details-wrap .bottomborder .basket .availability .row{
    margin-bottom:5px;
}

#box_productfull .product-details-wrap .bottomborder .basket .availability span{
    margin: 10px 0 0 0;
    display: inline-block;
    color: #646464;
    font-size: 14px;
}

#box_productfull .product-details-wrap .bottomborder .basket .availability span.second{
    font-weight: bold;
}

@media screen and (min-width:500px){
    #box_productfull .product-details-wrap .bottomborder .basket .availability span.first{
        width:105px;
    }
}

#box_mainproducts .products.viewphot .phot-short-description{
  margin: -10px 0 12px;
  color: #656565;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}

#box_bestsellers .product .phot-short-description, 
.products-related .product .phot-short-description, 
#box_fromCategory .product .phot-short-description{
  margin: -15px 0 12px;
  color: #656565;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}

#box_productfull .basket .form-basket .stocks{
  transition-duration: 0.3s;
  transition-property: opacity;
}
#box_productfull .basket .form-basket .stocks.force-changes{
  opacity: 0.5;
  pointer-events: none !important;
  position: relative;
}
#box_productfull .basket .form-basket .stocks.force-changes *{
  pointer-events: none !important;
}
#box_productfull .basket .form-basket .stocks.force-changes:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: black transparent black transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  left: calc(50%  - 32px);
  top: calc(50%  - 32px);
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.inform-client-wrap {
  background-color: rgba(0,0,0,0.25);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
 .inform-client-wrap .inform-client {
  max-width: 100%;
  width: 600px;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 41px 23px 42px;
}
 .inform-client-wrap .inform-client .inform-client-inner {
  border: 1px solid #e6e6e6;
  padding: 55px 20px 57px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
 .inform-client-wrap .inform-client .inform-client-inner:after {
  position: absolute;
  background-image: url('../images/user/ico_info.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 47px;
  top: -23px;
  left: 50%;
  transform: translate(-50%,0);
  content: "";
}
 .inform-client-wrap .inform-client .inform-client-inner p {
  color: #000000;
  font-size: 18px;
  margin: 0 auto;
  max-width: 366px;
  width: 100%;
  line-height: normal;
}
 .inform-client-wrap .inform-client .inform-client-inner .inform-client-main {
  font-weight: 700;
  max-width: unset;
}
 .inform-client-wrap .inform-client .inform-client-inner a {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%,0);
  display: inline-block;
  padding: 0 30px;
  height: 39px;
  box-sizing: border-box;
  line-height: 37px;
  border-radius: 40px;
  border: 1px solid #ee881a;
  background-color: #ffffff;
  color: #ee881a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
 .inform-client-wrap.inform-client-show {
  display: flex;
}

#naglowek_h1 {
  	margin: 45px 0 0 0;
}
@media (max-width: 767px) {
    #naglowek_h1 {
  		margin: 20px 0 10px 0;
	}
}
#naglowek_h1 h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
}
@media (max-width: 767px) {
    #naglowek_h1 h1 {
    	font-size: 30px !important;
    	font-weight: 700 !important;
	}
}

.box_infopage h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
}
@media (max-width: 767px) {
    .box_infopage h1 {
    	font-size: 30px !important;
    	font-weight: 700 !important;
	}
}

/* inpostPay fix by SHOPER(WO) */

#box_basketlist inpost-izi-button {
    justify-content: center;
  	margin: 20px auto;
}