.product-stars-container {
    margin-bottom: 12px;
    width: 70px;
    position: relative
}

.product-stars-container .product-stars {
    display: flex;
    width: 70px
}

.product-stars-container .product-stars-rating {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-stars-container svg {
    width: 12px;
    height: 12px;
    margin: 0 1px
}

.review-control-vote .rating-radio {
    position: absolute;
    display: none;
    visibility: hidden
}

.review-control-vote .rating-radio:nth-child(1):checked~label:nth-of-type(-n + 1) svg path,
.review-control-vote .rating-radio:nth-child(2):checked~label:nth-of-type(-n + 2) svg path,
.review-control-vote .rating-radio:nth-child(3):checked~label:nth-of-type(-n + 3) svg path,
.review-control-vote .rating-radio:nth-child(4):checked~label:nth-of-type(-n + 4) svg path,
.review-control-vote .rating-radio:nth-child(5):checked~label:nth-of-type(-n + 5) svg path,
.review-control-vote .rating-radio:nth-child(1):hover~label:nth-of-type(-n + 1) svg path,
.review-control-vote .rating-radio:nth-child(2):hover~label:nth-of-type(-n + 2) svg path,
.review-control-vote .rating-radio:nth-child(3):hover~label:nth-of-type(-n + 3) svg path,
.review-control-vote .rating-radio:nth-child(4):hover~label:nth-of-type(-n + 4) svg path,
.review-control-vote .rating-radio:nth-child(5):hover~label:nth-of-type(-n + 5) svg path {
    fill: #485B60;
    stroke-width: 1px;
    stroke: #485B60
}

@media(min-width: 1024px) {
    .product-stars-container {
        width: 100px
    }

    .product-stars-container .product-stars {
        width: 100px
    }

    .product-stars-container svg {
        width: 16px;
        height: 16px;
        margin: 0 2px
    }
}

.description h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

.description p {
    padding: 20px 0
}

.description .customer-list-box ul {
    padding-left: 30px;
    margin-bottom: 30px
}

.description .customer-list-box li {
    position: relative;
    font-weight: normal;
    padding-bottom: 10px
}

.description .customer-list-box li:before {
    position: absolute;
    top: 2px;
    left: -30px;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow-list.svg");
    background-repeat: no-repeat;
    transform: rotate(-90deg)
}

.description .customer-list-box li::marker {
    font-size: 0
}

.description-collapse .title-collapse {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.description-collapse .title-collapse:after {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow-blue.svg");
    background-repeat: no-repeat
}

.description-collapse .title-collapse.rotate-arrow:after {
    transform: rotate(180deg)
}

.description-collapse p {
    display: none
}

.description-collapse p.open-description {
    display: block
}

@media(min-width: 1024px) {
    .description h2 {
        font-size: 35px
    }

    .description .customer-list-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .description .customer-list-container .customer-list-box {
        width: 50%
    }

    .description .customer-list-container .customer-list-box ul:nth-child(even) {
        margin-right: 30px
    }

    .description-collapse .title-collapse {
        font-size: 18px
    }
}

.catalog-product-view .product.info.detailed .data.items:focus {
    outline: none
}

.catalog-product-view .product.info.detailed .item.title {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.catalog-product-view .product.info.detailed .item.title .switch {
    color: #000
}

.catalog-product-view .product.info.detailed .item.title .switch:focus {
    outline: none
}

.catalog-product-view .product.info.detailed .item.title:focus {
    outline: none
}

.catalog-product-view .product.info.detailed .item.title .svg-box {
    padding: 0;
    transform: rotate(180deg)
}

.catalog-product-view .product.info.detailed .item.title.active .svg-box {
    transform: initial
}

.catalog-product-view .product-brand-name {
    display: inline-block
}
.catalog-product-view .product-brand-bold {
    font-weight: 600;
}

.catalog-product-view .product-brand-name a {
    color: #fff;
    font-size: 16px
}

@media(min-width: 1024px) {
    .catalog-product-view .product.info.detailed {
        clear: both;
        margin-bottom: 30px
    }

    .catalog-product-view .product.info.detailed .product.data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .catalog-product-view .product.info.detailed .product.data.items .item.title {
        float: left;
        width: auto;
        border: none
    }

    .catalog-product-view .product.info.detailed .product.data.items .item.title .svg-box {
        display: none
    }

    .catalog-product-view .product.info.detailed .product.data.items .item.title .switch {
        border: 1px solid #cecece;
        border-radius: 30px;
        margin-right: 10px;
        padding: 10px 30px;
        font-weight: normal
    }

    .catalog-product-view .product.info.detailed .product.data.items .item.title.active .switch {
        background: #485B60;
        color: #fff;
        border: none;
        font-weight: bold
    }

    .catalog-product-view .product.info.detailed .product.data.items .item.content {
        background: #fff;
        margin-top: 85px;
        padding: 30px 0;
        border-top: 1px solid #cecece;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%
    }

    .catalog-product-view .product.info.detailed .product.data.items:before,
    .catalog-product-view .product.info.detailed .product.data.items:after {
        content: "";
        display: table
    }

    .catalog-product-view .product.info.detailed .product.data.items:after {
        clear: both
    }

    .catalog-product-view .product.info.detailed .product.data.items .counter:after {
        content: ")"
    }

    .catalog-product-view .product.info.detailed .product.data.items .counter:before {
        content: "("
    }
}
@media(max-width: 1024px) {
    .product-info-container {
        min-height: 1300px!important;
        justify-content: flex-end;
    }
}

.product-info-container {
    display: flex;
    flex-direction: column-reverse;
    min-height: 823px;
}

.product-info-container .page-title-wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
.product-options-wrapper{
    min-height: 210px;
}

.product-info-container .page-title {
    font-size: 18px;
    padding-bottom: 10px
}

.product-info-container .salable-product-availability {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px
}

.product-info-container .salable-product-availability .available-info-blue {
    color: #208192
}
.product-info-container .salable-product-availability .product-not-allowed {
    color: #cf4e4e
}

.product-info-container .price-final_price {
    font-size: 14px
}

.product-info-container .price-final_price .price {
    font-size: 25px;
    font-weight: bold;
    color: #208192
}

.product-info-container .price-final_price .old-price .price {
    font-size: 18px;
    color: #cecece;
    text-decoration: line-through
}
.force_freeshipping{
    border: 1px solid #e7131a;
    width: 25%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #e7131a;
    font-weight: 600;
}

.product-info-container .product-attributes {
    display: flex
}

.product-info-container .product-attributes .product.attribute.not-visible {
    display: none
}

.product-info-container .product-attributes .product-info-stock-ean.not-visible,
.product-info-container .product-attributes .product-info-stock-sku.not-visible,
.product-info-container .product-attributes .product-info-stock-bos.not-visible {
    display: none
}

.product-info-container .product-attributes .sku,
.product-info-container .product-attributes .ean {
    margin-right: 10px
}

.product-info-container .installments-box {
    display: flex;
    justify-content: end;
    align-items: end;
}

.product-info-container .installments-box .installment {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-info-container .installments-box .installments-option {
    display: flex;
    flex-direction: row-reverse
}

.sku,
.ean,
.bos {
    display: flex;
    font-size: 10px;
    font-weight: bold;
    color: #707070
}

.product.attribute.overview {
    font-size: 16px;
    margin: 0 0 10px;
}

.product-brand {
    margin-bottom: 15px;
    min-height: 34px;
}

.product-add-form {
    margin-bottom: 20px;
}

.product-options-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-options-bottom .product-addto-links svg {
    vertical-align: middle
}

.product-options-bottom .product-addto-links:hover path {
    stroke: #485B60;
    fill: #485B60
}

.box-tocart {
    width: 100%;
}

.box-tocart .fieldset {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#product-addtocart-button, .installment-button {
    width: 350px !important;
    padding: 10px !important;
}

.prodcuct-info-additional .negotiation-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece
}

.prodcuct-info-additional .negotiation-box svg {
    vertical-align: middle
}

.prodcuct-info-additional a {
    color: #000
}

.product-info-container .price-historical_price-wrapper {
    margin-top: 10px;
}

.product-info-container .price-box.price-final_price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    column-gap: 20px;
    text-align: left;
    margin: 10px 0;
}

.product-info-container .price-box.price-final_price .price-container  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    line-height: 1;
}

.product-info-container .price-box.price-final_price .old-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    line-height: 1;
}

@media(min-width: 1024px) {
    .product-info-container {
        flex-direction: row-reverse
    }

    .product-info-container #bnpcalc {
        display: flex;
        align-items: center
    }

    .product-info-container .product-info-main,
    .product-info-container .product.media {
        width: 50%
    }

    .product-info-container .product.media {
        margin-right: 25px
    }

    .product-info-container .page-title {
        font-size: 34px
    }

    .product-info-container .product.attribute.overview {
        font-size: 18px
    }

    .product-info-container .sku,
    .product-info-container .ean,
    .product-info-container .bos {
        font-size: 14px;
        font-weight: normal;
        color: #000
    }

    .product-info-container .sku strong,
    .product-info-container .ean strong,
    .product-info-container .bos strong {
        font-weight: normal
    }

    .product-info-container .salable-product-availability {
        text-align: left;
        font-size: 18px
    }

    .product-info-container .price-final_price .price {
        font-size: 56px;
        font-weight: bold;
        color: #208192
    }

    .product-info-container .price-final_price .old-price .price {
        font-size: 42px
    }

    .product-info-container .product-info-stock-sku {
        display: inline-block;
        padding-bottom: 15px;
        border-bottom: 1px solid #cecece
    }

    .product-info-container .prodcuct-info-additional {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .product-info-container .prodcuct-info-additional .negotiation-box {
        padding: 0;
        border: none
    }
}

.product-icons-container {
    padding: 40px 0
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.icon-box .svg-box {
    padding-right: 30px
}

.icon-box .svg-box svg {
    width: 40px;
    height: 40px
}

.icon-box .icon-description {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px
}

@media(min-width: 1024px) {
    .product-icons-container {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #cecece
    }

    .product-icons-container .icon-box {
        width: 50%
    }
}

.additional-attributes-wrapper .additional-attributes {
    border-spacing: 0px 12px;
    width: 100%
}

.additional-attributes-wrapper .table-caption {
    display: none
}

.additional-attributes-wrapper tr {
    font-size: 16px;
    padding-bottom: 5px
}

.additional-attributes-wrapper th {
    font-weight: normal;
    text-align: left;
    position: relative;
    padding-left: 20px
}

.additional-attributes-wrapper th:before {
    position: absolute;
    top: 2px;
    left: 0px;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow-list.svg");
    background-repeat: no-repeat;
    transform: rotate(-90deg)
}

.additional-attributes-wrapper td {
    color: #208192;
    font-weight: bold;
    text-align: right
}

@media(min-width: 1024px) {
    .additional-attributes-wrapper .table-caption {
        display: block;
        font-size: 35px;
        margin-bottom: 30px;
        font-weight: bold
    }

    .additional-attributes-wrapper .additional-attributes {
        width: 50%
    }

    .additional-attributes-wrapper tr {
        font-size: 18px
    }

    .additional-attributes-wrapper th {
        padding-left: 30px
    }
}

.swatch-attribute:focus,
.swatch-opt:focus,
.fieldset:focus {
    outline: none
}

.swatch-title {
    display: none
}

.swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.swatch-attribute-options:focus {
    outline: none
}

.swatch-option.image {
    cursor: pointer;
    margin: auto;
    background-size: contain !important;
}

.swatch-option:not(.disabled).image.selected {
    outline: none;
    border: 3px solid #208192;
    border-radius: 6px
}
.swatch-option:not(.selected).image:hover {
    border: 1px solid #cecece;
}

.custom-swatch-option-label {
    font-size: 11px;
    padding: 0 5px
}

.swatch-option-box {
    width: 105px;
    text-align: center;
    margin-bottom: 5px
}

.swatch-option {
    position: relative;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-attribute-label {
    margin-right: 20px
}

@media(min-width: 1024px) {
    .swatch-title {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px
    }

    .swatch-attribute {
        display: flex;
        min-height: 140px;
    }
}

.product-stars-container {
    margin-bottom: 12px;
    width: 70px;
    position: relative
}

.product-stars-container .product-stars {
    display: flex;
    width: 70px
}

.product-stars-container .product-stars-rating {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-stars-container svg {
    width: 12px;
    height: 12px;
    margin: 0 1px
}

.review-control-vote .rating-radio {
    position: absolute;
    display: none;
    visibility: hidden
}

.review-control-vote .rating-radio:nth-child(1):checked~label:nth-of-type(-n + 1) svg path,
.review-control-vote .rating-radio:nth-child(2):checked~label:nth-of-type(-n + 2) svg path,
.review-control-vote .rating-radio:nth-child(3):checked~label:nth-of-type(-n + 3) svg path,
.review-control-vote .rating-radio:nth-child(4):checked~label:nth-of-type(-n + 4) svg path,
.review-control-vote .rating-radio:nth-child(5):checked~label:nth-of-type(-n + 5) svg path,
.review-control-vote .rating-radio:nth-child(1):hover~label:nth-of-type(-n + 1) svg path,
.review-control-vote .rating-radio:nth-child(2):hover~label:nth-of-type(-n + 2) svg path,
.review-control-vote .rating-radio:nth-child(3):hover~label:nth-of-type(-n + 3) svg path,
.review-control-vote .rating-radio:nth-child(4):hover~label:nth-of-type(-n + 4) svg path,
.review-control-vote .rating-radio:nth-child(5):hover~label:nth-of-type(-n + 5) svg path {
    fill: #485B60;
    stroke-width: 1px;
    stroke: #485B60
}

@media(min-width: 1024px) {
    .product-stars-container {
        width: 100px
    }

    .product-stars-container .product-stars {
        width: 100px
    }

    .product-stars-container svg {
        width: 16px;
        height: 16px;
        margin: 0 2px
    }
}

.pagination {
    width: 100%;
    margin-bottom: 15px
}

.pages .pages-items {
    display: flex;
    justify-content: center;
    color: #485B60;
    font-size: 18px
}

.pages .pages-items .item {
    padding: 0 3px
}

.pages .pages-items .item a {
    color: #485B60
}

#product-review-container .block-title,
.review-add .block-title {
    display: none
}

.review-item {
    padding-bottom: 40px;
    padding-left: 30px
}

.review-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px
}

.review-content {
    font-size: 16px;
    margin-bottom: 15px
}

.review-details {
    display: flex;
    justify-content: space-between;
    color: #485B60;
    padding: 20px 0;
    border-top: 1px solid #cecece
}

.review-ratings {
    padding: 20px 0;
    border-bottom: 1px solid #cecece
}

.rating-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px
}

.rating-summary:not(:last-child) {
    margin-bottom: 25px
}

.rating-label {
    font-size: 16px;
    font-weight: bold
}

.review-details-label,
.review-details-value {
    font-size: 14px
}

.hearts svg {
    vertical-align: text-bottom
}

.limiter {
    display: none
}

.review-add {
    margin-bottom: 50px
}

.review-add fieldset {
    padding: 0;
    margin: 0;
    border: none
}

.review-add .field {
    margin-bottom: 20px
}

.required-sign {
    color: #e7131a;
    padding-left: 2px
}

@media(min-width: 1024px) {

    #product-review-container .block-title,
    .review-add .block-title {
        display: block;
        font-size: 35px;
        margin-bottom: 15px
    }

    #product-review-container .block-title:after,
    #product-review-container .block-title:before,
    .review-add .block-title:after,
    .review-add .block-title:before {
        display: none
    }

    .review-item:not(:last-child) {
        padding-bottom: 70px
    }

    .review-details {
        justify-content: initial
    }

    .review-author {
        margin-right: 20px
    }

    .review-details-label,
    .review-details-value {
        display: inline-block;
        font-size: 18px
    }

    .review-title,
    .review-content {
        font-size: 18px
    }

    .review-ratings {
        display: flex
    }

    .review-title {
        position: relative
    }

    .review-title .svg-box {
        position: absolute;
        left: -30px;
        top: 3px
    }

    .rating-label {
        font-size: 18px;
        margin-right: 25px
    }

    .rating-summary:not(:last-child) {
        margin-bottom: 0
    }

    .review-add .names-field {
        display: flex;
        margin-bottom: 20px
    }

    .review-add .names-field .field {
        width: 50%
    }

    .review-add .names-field .field:first-child {
        margin-right: 20px
    }

    .review-field-ratings,
    #product-review-table {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    #product-review-table .rating-summary {
        margin-bottom: 0
    }

    #product-review-table .rating-summary svg {
        vertical-align: text-bottom
    }
}

.fotorama__fullscreen-icon:after {
    display: none
}

.fotorama__arr {
    display: block !important;
    background-color: initial;
    top: initial;
    bottom: 60px
}

.fotorama__arr:hover {
    background-color: initial
}

.fotorama__arr .fotorama__arr__arr {
    top: 25px
}

.fotorama__arr--next .fotorama__arr__arr {
    background-image: url("../images/arrow-right-circle.svg");
    background-position: center
}

.fotorama__arr--prev {
    right: 60px;
    left: initial
}

.fotorama__arr--prev .fotorama__arr__arr {
    background-image: url("../images/arrow-left-circle.svg");
    background-position: center
}

.fotorama__fullscreen .fotorama__arr {
    display: none !important
}

.fotorama__thumb-border {
    border: none;
    background-image: none
}

.fotorama__nav--thumbs {
    display: flex;
    align-items: center;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    width: 120px !important;
    height: 120px !important
}

.fotorama__thumb-border {
    width: 120px !important;
    height: 120px !important
}

.fotorama__thumb {
    background: transparent;
    border: 1px solid #cecece;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--left:before {
    display: none
}

.fotorama__stage {
    padding-bottom: 10px;
    box-sizing: content-box;
    height: auto !important;
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
}

.fotorama.fotorama--fullscreen .fotorama__stage {
    height: calc(100vh - 174px) !important;
}

@media(min-width: 1024px) {
    .fotorama__arr {
        display: none !important
    }

    .fotorama__thumb__arr {
        background-color: rgba(255,255,255,.75);
        border: 1px solid #cecece;
    }

    .fotorama__thumb__arr .fotorama__thumb--icon {
        background-image: url("../images/gallery.png");
    }

    .fotorama__thumb__arr--left .fotorama__thumb--icon {
        background-position: -28px -265px;
    }

    .fotorama__thumb__arr:hover {
        background-color: rgba(255,255,255,.9);
    }

    .fotorama__stage__frame .fotorama__img {
        width: auto;
        max-width: 560px;
    }
    .gallery-placeholder{
        max-width: 560px;
    }

    .fotorama__stage {
        padding-bottom: 60px;
        margin-bottom: 20px;
    }

    .fotorama.fotorama--fullscreen .fotorama__stage {
        height: calc(100vh - 214px) !important;
    }

    .fotorama{
        min-height: 794px;
    }
    img.gallery-placeholder__image {
        position: absolute;
        left: 30%;
        z-index: 1;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
    border: none
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.block-title {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    padding-bottom: 50px;
    position: relative;
    display: inline-block
}

.block-title::after {
    right: -150px
}

.block-title::after,
.block-title::before {
    background-color: #000;
    content: "";
    height: 1px;
    position: absolute;
    width: 65px;
    top: 15px;
    right: -80px
}

.block-title::before {
    display: none
}

.block-title.block-title-gray {
    color: #485B60
}

.block-title.block-title-gray::after,
.block-title.block-title-gray::before {
    background-color: #485B60
}

@media(min-width: 1024px) {
    .block-title {
        font-size: 35px;
        left: 50%;
        transform: translate(-50%)
    }

    .block-title::after,
    .block-title::before {
        top: 25px;
        width: 108px
    }

    .block-title::before {
        display: inline-block;
        left: -150px
    }

    .block-title::after {
        right: -150px
    }
}

.button {
    border: none;
    background: none;
    width: 100%;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: opacity .2s linear;
    display: inline-block;
    min-width: 160px
}

.button:hover {
    opacity: .8
}

.button:focus {
    outline: none
}

.button.button-blue {
    background: #208192
}

.button.button-blue-border {
    color: #208192;
    border: 1px solid #208192
}

.button.button-gray {
    background: #cecece;
    text-align: center
}

.button.button-border {
    color: #000;
    border: 1px solid #cecece;
    font-weight: normal
}

.button.button-border:hover {
    background: #dbe5e6;
    border: none
}

.button-icon {
    border: none;
    background: none
}

.button-icon:focus {
    outline: none
}

.button-icon {
    background: none;
    border: 0;
    cursor: pointer;
    transition: opacity .2s linear;
    padding: 0
}

.button-icon:hover {
    opacity: .7
}

.button-icon:focus {
    outline: none
}

.button-box {
    text-align: center;
    margin: 25px 25px 0 25px
}

@media(min-width: 1024px) {
    .button {
        width: auto
    }

    .button-box {
        margin: 25px 0 0;
        text-align: left
    }
}

.product-item {
    padding: 30px;
    position: relative
}

.product-item .product-item-info {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-item .product-item-info .product-image-photo {
    margin: auto;
    height: 240px;
    object-fit: contain;
}

.product-item .product-item-info .product-item-photo {
    width: 100%;
    display: block;
    min-height: 150px
}

.product-item .product-item-details {
    padding-top: 20px
}

.product-item .product-item-details .product-item-link {
    color: #707070;
    min-height: 68px;
    max-height: 68px;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    display: block
}

.product-item .product-item-details .price-box {
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 86px
}

.product-item .product-item-details .price-box .price {
    font-weight: bold;
    font-size: 22px
}

.product-item .product-item-details .old-price .price {
    color: #707070;
    font-size: 16px;
    display: block;
    text-decoration: line-through
}

.product-item .product-item-details .actions-secondary,
.product-item .product-item-details .reviews-actions {
    position: absolute;
    top: 0
}

.product-item .product-item-details .reviews-actions {
    right: 0;
    padding-top: 4px
}

.product-item .product-item-details .reviews-actions .action.view {
    color: #707070;
    text-decoration: none;
    font-size: 16px
}

.product-item .product-item-details .actions-secondary {
    left: 30px
}

.towishlist:hover path,
.towishlist:focus path {
    fill: #485B60;
    stroke: #485B60
}

.rating-link {
    color: #707070
}

@media(min-width: 1024px) {
    .product-item .product-item-details {
        text-align: center
    }

    .product-item .product-item-details .product-item-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px
    }

    .product-item .product-item-details .product-item-actions .actions-secondary {
        position: initial;
        margin-left: 10px
    }

    .product-item .product-item-details .product-item-actions .actions-secondary svg {
        vertical-align: middle
    }

    .product-item .product-item-details .product-item-actions .actions-primary {
        flex: 1 1 auto
    }

    .product-item .product-item-details .product-item-actions .action.tocart {
        min-width: 165px;
        width: 100%;
        padding: 13px 20px
    }

    .product-item .product-item-details .product-item-link {
        max-height: 50px;
        padding-bottom: 0;
        overflow: hidden
    }
}

.product-items {
    margin: 0;
    padding: 0
}

.grid {
    position: relative
}

.product-image-photo {
    margin: auto
}

.products-related {
    padding: 0 30px
}

.description h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

.description p {
    padding: 20px 0
}

.description .customer-list-box ul {
    padding-left: 30px;
    margin-bottom: 30px
}

.description .customer-list-box li {
    position: relative;
    font-weight: normal;
    padding-bottom: 10px
}

.description .customer-list-box li:before {
    position: absolute;
    top: 2px;
    left: -30px;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow-list.svg");
    background-repeat: no-repeat;
    transform: rotate(-90deg)
}

.description .customer-list-box li::marker {
    font-size: 0
}

.description-collapse .title-collapse {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.description-collapse .title-collapse:after {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow-blue.svg");
    background-repeat: no-repeat
}

.description-collapse .title-collapse.rotate-arrow:after {
    transform: rotate(180deg)
}

.description-collapse p {
    display: none
}

.description-collapse p.open-description {
    display: block
}

@media(min-width: 1024px) {
    .description h2 {
        font-size: 35px
    }

    .description .customer-list-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .description .customer-list-container .customer-list-box {
        width: 50%
    }

    .description .customer-list-container .customer-list-box ul:nth-child(even) {
        margin-right: 30px
    }

    .description-collapse .title-collapse {
        font-size: 18px
    }
}

.input {
    width: 100%;
    height: auto;
    background: #fff;
    border: none;
    color: #485B60;
    font-size: 14px;
    font-weight: bold;
    transition: all .2s;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 20px
}

.input.input-counter {
    color: #000;
    padding: 0;
    text-align: center
}

.input.input-border {
    border: 1px solid #cecece
}

.input.input-sidebar {
    padding: 10px
}

.input.input-summary {
    padding: 10px 20px
}

.input::placeholder {
    font-weight: normal
}

.input:active,
.input:focus {
    border-color: #485B60;
    outline: none
}

.input:disabled {
    background-color: #cecece;
    border-color: #cecece;
    color: #cecece
}

.input:disabled:focus {
    border: none
}

.input.mage-error {
    border-color: red
}

.input+.mage-error,
.input~.error-box {
    margin-bottom: 10px;
    color: red
}

.input~.error-box {
    color: #000
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.control-input {
    margin-bottom: 10px
}

textarea {
    resize: none
}

@media(min-width: 1024px) {
    .input {
        padding: 20px 25px;
        font-size: 16px;
        line-height: 22px
    }
}

.details-qty {
    display: flex;
    align-items: center
}

.control-number {
    position: relative;
    max-width: 70px;
    margin-left: 10px;
    color: #000;
    font-weight: bold
}

.control-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.control-action.js-counter-plus {
    right: 0
}

.control-action.js-counter-minus {
    left: 0
}

.rating-product{
    float: right;
}

.button.secondary{
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    float: right;
    border-radius: 25px;
    background: #485B60;
    border: none;
    padding: 10px !important;
    font-size: 15px;
    min-height: 42.5px;
    font-weight: 500;
}

.button.secondary > span {
    text-align: center;
}

.videos > .value {
    display: flex;
    justify-content: center;
}
li.menu-item-level-1{
    width: 80%;
}

@media (max-width: 1024px) {
    .button {
        padding: 5px 0px;
    }
    .product-info-container .price-final_price .price{
        font-size: 36px;
    }
}

@media (max-width: 520px) {
    .product-info-container .box-tocart .fieldset {
        gap: 20px;
        flex-direction: column;
    }
    .product-info-container .installments-box {
        justify-content: start;
        align-items: start;
    }
}

@media (max-width: 400px) {
    #product-addtocart-button, .installment-button {
        width: 100% !important;
    }
    .product-info-container .installments-box, .product-info-container .installments-box .installments-option {
        display: block;
    }
}

/* Pushad product page recommendation frames */
.pushad-frame-recommendations--product-page {
    min-height: 76vh;
}

@media (min-width: 290px) {
    .pushad-frame-recommendations--product-page {
        min-height: 71vh;
    }
}

@media (min-width: 315px) {
    .pushad-frame-recommendations--product-page {
        min-height: 69vh;
    }
}

@media (min-width: 320px) {
    .pushad-frame-recommendations--product-page {
        min-height: 65vh;
    }
}

@media (min-width: 340px) {
    .pushad-frame-recommendations--product-page {
        min-height: 63vh;
    }
}

@media (min-width: 1025px) {
    .pushad-frame-recommendations--product-page {
        min-height: 65vh;
    }
}