.product-heading {

}

.product-heading .heading-h1 {

}

.heading-additionally {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}

.heading-additionally .customer-code {
    line-height: 18px;
}

.heading-additionally .customer-code b{
    color: #f8c630;
}

.header-rating {
    display: flex;
    align-items: center;
    line-height: 18px;
    font-size: 12px;
}

.header-rating .rating {
    margin-right: 5px;
}

.product-wrap {
    margin-bottom: 30px;
}

.product-image-slider {
    position: relative;
}

.product-image-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    max-width: calc(100% - 20px);
}

.product-image-badges .product-card-label {
    position: static;
    left: auto;
    top: auto;
    max-width: 100%;
}

.product-image-slider .product-card-label {
    top: 10px;
    left: 10px;
    max-width: 100%;
}

.product-image {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.product-image .thumbnail {
    display: block;
    line-height: 0;
    padding: 15px;
    text-align: center;
}

.product-image .thumbnail img {
    display: inline-block;
}

#main-image-pagination {
    
}

#additionally-image.image-additionally {
    display: none;
}

.image-additionally img{
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
}

.image-additionally .slick-list {
    margin: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.image-additionally .slick-slide {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}

.image-additionally .slick-slide img{
    display: inline-block;
    cursor: pointer;
}

.image-additionally .slick-prev {
    left: 0;
}

.image-additionally .slick-next {
    right: 0;
}

.image-additionally .slick-current img{
    filter: drop-shadow(0px 1px 4px rgba(231, 76, 60, 0.8));
}

.product-info {
    margin-bottom: 30px;    
}

.product-prices {
}
.price-retail {
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 12px;
    text-align: center;
}
.price-retail span{
    font-weight: 700;
}

.price-retail.is-promo span {
    text-decoration: line-through;
    color: #888;
}
.price-main {
    border: 1px solid #f8c630;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}
.price-value {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #f8c630;
}

.price-info {
}
.price-info-refine {
    font-size: 14px;
    color: #f8c630;
}
.product-options {
}

.option-group {
}

.radio-options {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.radio-label-select {
    padding-left: 5px;
    padding-right: 5px;
}

.radio-label-select label{
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 4px;
    line-height: 19px;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    width: 70px;
    text-align: center;
}

.radio-label-select [type="radio"] {
    display: none;
}

.radio-label-select [type="radio"]:checked ~ label {
    border-color: #f8c630;
}

.radio-label-select [type="radio"]:disabled ~ label {
    color: #D8D8D8;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-wishlist .simple-link:hover,
.product-actions .simple-link:hover {
    opacity: 0.8;
}

.action-left {
    text-align: center;
}

.action-right {
    text-align: center;
    width: 100%;
    max-width: 160px;
}

.product-actions #button-cart {
    width: 100%;
    margin-bottom: 10px;
}

.product-actions .quantity-inner {
    width: 143px;
}

.product-actions .quantity-input {    
    font-size: 20px;
    line-height: 43px;
}

.product-actions .quantity-minus,
.product-actions .quantity-plus{
    font-size: 20px;
    width: 40px;
}

.product-expected {
    background: #ebebeb;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;   
}

/* EOF quantity */

.product-attr {
    font-size: 14px;
    padding: 0;
    list-style: none;
    margin: 0 0 5px;
}

.product-attr a{
    text-decoration: none;
}

.product-attr li {
    font-weight: 600;
}

.product-attr li span{
    color: #A3A3A3;
    display: inline-block;
    width: 160px;
    font-weight: 400;
}

.product-instock b{
    color: #58CE5D;
}

.manufactuter-attr {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.manufactuter-attr a {
    color: #f8c630;
}

.manufactuter-attr img {
    display: block;
    max-width: 78px;
    max-height: 35px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-wishlist {
    text-align: center;
}

.product-infoblock {
    position: relative;
}

.product-customer-code {
    display: none;
}

.product-customer-code span {
    color: #f8c630;
}

.infoblock-wrap {
}
.infoblock-item {
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 13px;
    margin-bottom: 15px;
}
.infoblock-title {
    font-weight: 600;
    margin-bottom: 17px;
    font-size: 14px;
}
.infoblock-text {
    margin-bottom: 10px;
    font-size: 12px;
    white-space: pre-line;
}
.product-help {
}
.product-help-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    margin-bottom: 16px;
}

.product-help-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #2e2e2e;
    margin-bottom: 8px;
}

.product-help-item:last-child {
    margin-bottom: 0;
}

.product-help-item img{
    margin-right: 15px;
}

.product-help-item a {
    text-decoration: none;
    display: block;
}

.product-help-item b {
    font-size: 14px;
}

.product-help-item span {

}

.product-tabs {
    padding: 30px 0;
    background: #EBEBEB;
}

.tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    list-style: none;

}

.tab-list li + li{
    margin-left: 30px;
}

.tab-list li a{
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-decoration: none;
    color: #2e2e2e;
    white-space: nowrap;
}

.tab-list li a:hover,
.tab-list li.active a {
    text-decoration: none;
    color: #f8c630;
}

.tabs .tab-panel{display:none;}
.tabs .tab-panel.active{display:block}

.product-reviews-list,
.product-description {
    background: #FFFFFF;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

.product-description iframe {
    max-width: 100%;
}

.product-description--plain {
    white-space: pre-wrap;
}

.product-description p {
    margin: 0 0 20px;
}

/* TipTap/backend HTML: list item text is often wrapped in <p> — no paragraph gaps */
.product-description :is(ul, ol) p {
    margin: 0;
}

.product-description img{
    max-width: 100%;
}

.product-description ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
    margin: 0 0 20px;
}

.product-description ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 20px;
    margin: 0 0 20px;
}

.product-description li {
    display: list-item;
    margin-bottom: 6px;
    line-height: 18px;
}

.product-description li:last-child {
    margin-bottom: 0;
}

.product-description li :is(ul, ol) {
    margin-top: 8px;
    margin-bottom: 0;
}

.product-description h3,
.product-description h4 {
    font-weight: 700;
    margin: 0 0 12px;
}

.product-description h3 {
    font-size: 18px;
    line-height: 22px;
}

.product-description h4 {
    font-size: 16px;
    line-height: 20px;
}

.product-description b,
.product-description strong {
    font-weight: 700;
}

.product-attention-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    margin-bottom: 30px;
}

.product-review-alert {
    position: static;
    margin-top: 12px;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.product-review-alert.alert-success {
    color: #2d8a2d;
    border: 1px solid #6abf69;
    background: #fff;
}

.product-review-alert.alert-danger {
    color: #c0392b;
    border: 1px solid #e8a0a0;
    background: #fff;
}

.product-attributes {
    margin: 0 0 20px;
}

.reviews-title,
.attributes-heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
}

.reviews-wrap,
.attributes-list {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 20px 10px;
}
.attributes-item + .attributes-item {
    margin-top: 17px;
}
.attribute-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
.attribute-value {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
}

.attribute-value span {
    display: inline-block;
    width: 140px;
    min-width: 140px;
}

.reviews-count {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 10px;
}

.reviews-rating {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.reviews-rating .rating {
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bought-product {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.reviews-wrap .btn-default {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    width: 180px;
}

.module-viewed {
    padding: 30px 0 10px;
    background-color: #FFFFFF;
}

.module-viewed .module {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.module-viewed + .module-viewed {
    padding-top: 0;
}

@media screen and (min-width: 576px) {
    .product-reviews-list,
    .product-description{
        border: 1px solid #D8D8D8;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px){
    #additionally-image.image-additionally {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .product-image {
        margin-bottom: 30px;
    }

    .product-image .thumbnail {
        padding: 25px 30px;
    }

    .product-reviews-list,
    .product-description {
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        font-size: 16px;
        line-height: 22px;    
        padding: 30px 30px 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .infoblock-wrap {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }

    .infoblock-item {
        flex: 1;
        margin-left: 15px;
        margin-right: 15px;
    }

    .product-help {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-help-title {
        width: 100%;
    }

    .product-help-item {
        width: 30%;
    }

    .module-viewed .module {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px){
    .heading-additionally{
        display: none;
    }

    .product-customer-code {
        display: block;
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        top: -80px;
        right: 0;
    }

    .product-wrap {
        margin-bottom: 50px;
    }

    .product-image {
        margin-bottom: 30px;
    }

    .image-additionally {
        padding-left: 74px;
        padding-right: 75px;
    }

    .product-info {
        border: 1px solid #D8D8D8;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 45px 48px 30px;
    }

    .product-help-title {
        text-align: center;
    }

    .product-tabs {
        padding: 50px 0;
    }

    .tab-list li a{
        font-size: 30px;
        line-height: 40px;
    }

    .tab-list li + li {
        margin-left: 50px;
    }

    .product-attention-text {
        margin-top: 30px;
        line-height: 21px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .product-attributes {
        margin: 0 0 30px;
    }

    .product-infoblock {
        margin-bottom: 32px;
    }

    .reviews-title, .attributes-heading {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1200px){
    .product-info {
        margin-bottom: 0;
    }

    .infoblock-wrap {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .infoblock-item {
        margin-left: 0;
        margin-right: 0;
    }

    .product-help {
        display: block;
    }

    .product-help-item {
        width: auto;
    }
}

/*BUY one click*/
#boc_order .modal-dialog {
    max-width: 600px;
}

.boc-product-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.boc_product_thumb {
    
}

.boc_product_name {
}

.boc_product_name .h4 {
    font-size: 18px;
    font-weight: 600;
}

.product_options {
    color: #777;
    margin-bottom: 15px;
}

.boc_product_price {
}

#boc_submit {
    width: 100%;
    max-width: 216px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 16px;
}

.boc_fields_wrap .text-alert{
    display: none;
}

.boc_fields_wrap .has-error .text-alert {
    display: block;
}

.boc_success_alert {
    font-size: 18px;
    font-weight: 500;
}

@media screen and (min-width: 576px) {
    .boc-product-info {
        flex-direction: row;
    }
    .boc_product_thumb {
        width: 120px;
        min-width: 120px;
        margin-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .product-heading .heading-h1 {
        padding-right: 280px;
    }
}

@media screen and (min-width: 1200px) and  (max-width: 1399px) {
    .product-info {
        padding: 25px 28px 20px;
    }
    .product-actions .quantity-inner {
        width: 125px;
    }
}
