.gogogate2-box-block {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.gogogate2-box-block ul {
    line-height: 20px;
    margin-top: 55px;
}

.img-specs-block img {
    display: block;
    margin: auto;
}

.specs-title {
    color: #63b33a;
    font-size: 19px;
    font-weight: 400 !important;
}

.p-title-specs {
    font-weight: 600 !important;
}

.specs-row {
    font-weight: 300;
    line-height: 20px;
    padding: 15px 0;
}

.specs-row td {
    font-weight: 300;
    padding: 0 10px 0 0;
}



/* used */
.block-new-work-with img, #product #main > .bloque-work-with td img {
    margin: 10px 10px;
    padding: 3px 1px;
    opacity: 0.75;
    height: 70px !important;
    border: 2px solid black;
    border-radius: 10px;
}

.block-new-work-with img,  #product #main > .bloque-work-with td img{
    height: 65px !important;
}

.block-new-work-with img {
    margin: 10px 10px !important;
}

.block-new-work-with {
    text-align: center;
}

.bloque-work-with .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.bloque-work-with {
    height: auto;
    background-color: transparent;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    margin-top: 30px;
}

.title-work {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #666;
}

.bloque-triptico,
.bloque-work-with {
    width: 1040px;
    margin: auto;
}

.img-trip-izda {
    width: 685px;
    float: left;
}

.img-trip-dcha {
    width: 336px;
    float: right;
}

.tabla-cuadricula {
    float: right;
    margin-top: 15px;
    width: 336px;
}

.bloque-tabla-azul {
    background-color: #f8f8f8;
    color: #535353;
    font-size: 25px;
    font-weight: lighter;
    height: 231px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    padding: 9px 10px;
}

#main .bloque-work-with .text-center {
    text-align: center;
}

#main .under_header .bloque-work-with .text-center {
    text-align: unset;
}


@media (max-width: 1039px) {
    /* 1024 */

    .bloque-triptico,
    .bloque-work-with {
        width: 930px;
    }

    .img-trip-izda {
        width: 575px;
    }

    .bloque-tabla-azul {
        font-size: 21px;
        height: 154px;
    }
}

@media (max-width: 1023px) {

    .bloque-triptico,
    .bloque-work-with {
        width: 715px;
    }

    .img-trip-dcha {
        width: 353px;
    }

    .img-trip-izda {
        width: 350px;
    }

    .tabla-cuadricula {
        float: right;
        margin-top: 10px;
        width: 715px;
    }

    .bloque-tabla-azul {
        font-size: 25px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    /* 480 */

    .gogogate2-box-block ul {
        margin-top: 0;
    }

    .bloque-triptico,
    .bloque-work-with {
        width: 100%;
    }

    .img-trip-izda {
        width: 100%;
    }

    .img-trip-dcha {
        margin-top: 10px;
        width: 100%;
    }

    .tabla-cuadricula {
        margin-top: 10px;
        width: 100%;
    }

    .bloque-tabla-azul {
        font-size: 20px;
        padding: 30px;
    }


    .txt-tab-1 {
        margin-bottom: 30px;
    }
}

/* redefined old bootstrap calsses for tabs content */

@media (min-width: 768px) {
    .an_productextratabs-content .row .col-sm-3 {
        width: 33%;
    }

    .an_productextratabs-content .row .col-sm-offset-1 {
        margin-left: 1px;
    }
}

.title-tab-1 {
    color: #535353;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 2px;
}

.txt-tab-1 {
    color: #888;
    font-size: 14px;
    font-weight: lighter;
}

/* tab redefine theme styles */
body#product .nav-tabs .nav-link.active {
    background-color: #fff;
    border: unset;
    border-bottom: 5px solid #5668ab;
}

body#product .nav-tabs .nav-link {
    padding: 24px 33px 23px;
    background-color: #fff;
    font-size: 15px;
    font-family: Lato;
}

body#product .tab-content {
    border: unset;
}

/* underheader */
.under_header .bloque-work-with {
    width: 100%;
}

.under_header .title-work {
    display: none;
}

.under_header .block-new-work-with img,
.under_header .bloque-work-with img {
    height: 40px !important;

    margin: 0px 0px !important;
    padding: 3px 1px;
    opacity: 0.75;
    border: 1px solid #b9b9ba;
    border-radius: 8px;
}

.under_header .block-new-work-with {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}

.under_header .bloque-work-with .list-inline>li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

/* disable breadcrumb */
.breadcrumb-wrapper {
    display: none;
}

/* add to cart */
@media (max-width: 767px) {

    body .product-add-to-cart .qty,
    body .product-add-to-cart .qty .bootstrap-touchspin {
        width: max-content;
        margin: 0;
    }
}

.product-add-to-cart .qty {
    border: 1px solid #898989;
}

body .product-quantity #quantity_wanted {
    width: 75px;
}

body .product-add-to-cart .qty .input-group .input-group-btn>.btn {
    color: var(--color-blue);
}

.product-actions .add-to-cart {
    background-image: linear-gradient(180deg, #b5bdda, var(--color-blue));
    border-radius: 8px;
    border: none;
    height: 35px;

    max-width: max-content;
    padding: 0 15px;
    font-size: 20px;
}

.add-to-cart:hover,
.add-to-cart:focus {
    background-color: var(--color-blue);
    border: none;
}

/* trust badges */


.container.announcement-bar {
    padding-top: 20px;
}

.content-hook-icon-ok {
    position: relative;
    padding-left: 18px;
}

.announcement-bar__item {
    padding: 7px 0px;
}

.content-hook-icon-ok::before {
    content: '';
    background-image: url('../img/svg/Ok_icon_black.svg');
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    left: 0;
    top: -1px;
}

body.page-product h1 {
    font-weight: bold;
}

body .product-prices .price {
    font-size: 22px;
    font-weight: 400;
}

.product-reference {
    display: none;
}

#product #wrapper {
    overflow-x: hidden;
    overflow-y: clip;
    padding-top: 10px;
}

#tab-content::before {
    content: "";
    display: block;
    background-color: #fbfbfb;
    position: absolute;
    left: -50vw;
    bottom: 0px;
    right: 0px;
    top: 0px;
    width: 150vw;
}

#tab-content {
    position: relative;
}

#tab-content {
    background-color: #fbfbfb;
}

/* roller section */
.roller_door_block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.roller_door_block .door_link,
.roller_door_block .d-flex {
    display: flex;
}

.roller_door_block img {
    width: 26px;
}

.roller_door_block .button.openers {
    color: #5668ab !important;
    text-decoration: underline !important;
    margin-right: 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 0px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.roller_door_block .d-flex img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.roller_door_block .d-flex p {
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}

.roller_door_block .d-flex {
    padding: 3px;
    border: 2px solid;
    border-radius: 10px;
    border-color: #b9b9ba;
}

#product .product-accessories .h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
}

.an_productpage-slider .an_productpage-slider-image img {
    height: fit-content;
    width: 100%;
    object-fit: contain;
}
body #product-availability {
    font-weight: 600;
}
@media (max-width: 767px) {
    #product-availability {
        justify-content: flex-start;
        text-align: left;
    }

    .an_productpage-slider.an_productpage-slider-nav {
        display: none;
    }
}

/* reverse price & stars position */
.review_blc .total{
    text-decoration: underline;
    cursor: pointer;
}
.review_blc p{
    margin-bottom: 0px;
}

/* remove first star */
.grade-stars.small-stars .star-content.star-empty .star:nth-child(1),
.grade-stars.small-stars .star-content.star-full .star-on:nth-child(1) {
    display: none;
}

/* review stars */


#spr_reviews_list_footer > .row .top_reviews_block,
#spr_reviews_list_footer .rating-star-display {
    margin-top: 28px;
}
@media (min-width: 767px) {

    #spr .distribution {
        width: 75% !important;
    }
    #spr .progress-stars-distribution {
        text-align: unset !important;
    }
}

.comments-note span {
    margin-right: 10px;
}

#product-comments-list-footer .post-product-comment {
    margin-bottom: 40px !important;
}

.star-content {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.star-content div.star,
.star-content div.star-on,
.star-content div.star-hover {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/stars.png) no-repeat 0 0 transparent;
    margin-left: 3px;
}

.star-content div.star-on,
.star-content div.star-hover {
    background-position: -24px 0;
}

.product-page-stars .star-content div.star,
.product-page-stars .star-content div.star-on,
.product-page-stars .star-content div.star-hover,
.comments-note .star-content div.star,
.comments-note .star-content div.star-on,
.comments-note .star-content div.star-hover,
.product-comment-list-item .star-content div.star,
.product-comment-list-item .star-content div.star-on,
.product-comment-list-item .star-content div.star-hover,
.small-stars .star-content div.star,
.small-stars .star-content div.star-on,
.small-stars .star-content div.star-hover {
    background: url(/themes/pascal/modules/productcomments/views/img/svg1.svg) no-repeat 0 0 transparent;
    background-size: cover !important;
    width: 13px;
    height: 12px;
    margin-left: 0;
    /* margin-right: 3px; */
}

.product-page-stars .star-content div.star-on,
.product-page-stars .star-content div.star-hover,
.comments-note .star-content div.star-on,
.comments-note .star-content div.star-hover,
.product-comment-list-item .star-content div.star-on,
.product-comment-list-item .star-content div.star-hover,
.small-stars .star-content div.star-on,
.small-stars .star-content div.star-hover {
    background: url(/themes/pascal/modules/productcomments/views/img/svg2.svg) no-repeat 0 0 transparent;
}

.star-content div.star-hover {
    cursor: pointer;
}

.grade-stars {
    position: relative;
    height: 20px;
    min-width: 90px;
    flex: 90px 0 0;
    display: inline-block;
}

.grade-stars.small-stars {
    width: 100%;
}

.grade-stars .star-content {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    justify-content: flex-start;
}

.criterion-rating .grade-stars .star-content {
    top: 0;
}

.review_blc {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.review_blc .avg {
    margin-right: 10px;
}

.review_blc .product-page-stars{
    margin-top: 0px!important;
}


/* reviews */

#spr {
    margin-top: 10px;
}

#spr_reviews_list_footer h4{
    font-size: 16px;
}
#spr_reviews_list_footer .h4 .material-icons{
    font-size: 20px;
}
.productblock-description ul{
    list-style: unset;
}