.container_for_buttons_below_table{
    display: flex;
    width: 100%;
    gap: 70px;
}
.container_for_buttons_below_table a{
    width: 50%;
    text-decoration: none;
    background: white;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: rgb(84, 178, 71);
    border: 2px solid rgb(84, 178, 71);
    transition: .3s;
}
.container_for_buttons_below_table a:hover{
    background-color: rgb(84, 178, 71);
    color: white;
}

.product_overview_and_tables{
    width: 100%;
}
.product_overview_and_tables .col-1{
    width: 100%;
    /*width: calc(50% - 1px);*/
    /*display: inline-block;*/
    /*padding-right: 40px;*/
    padding-right: 0;
    float: left;
}
.product_overview_and_tables .column-2{
    font-weight: 400;
}
.product_overview_and_tables .col-2{
    /*width: calc(50% - 1px);*/
    width: 100%;
    /*display: inline-block;*/
    /* padding-left: 40px;*/
    padding-left: 0;
    float: left;
}
.product_overview_and_tables table tbody td{
    padding-bottom: 1px;
    padding-top: 3px;
}

.wpcpq-wrap{
    width: 100%;
}

.container_for_downloads_below_gallery ul li{
    list-style: none;
}
.container_for_product_specification{
    /*display: flex;*/
    gap: 10px;
    display: grid;
}
.container_for_product_specification.compatible_with{
    grid-template-columns: 115px 1fr;
}
.container_for_product_specification.brands{
    grid-template-columns: 55px 1fr;
}
.container_for_product_specification.type{
    grid-template-columns: 55px 1fr;
}
.sku-wrapper.product_meta{
    grid-template-columns: 115px 1fr;
    display: grid!important;
}
.container_for_downloads_below_gallery ul li a{
    list-style: none;
    text-decoration: underline;
    color: #005793;
}
.container_for_downloads_below_gallery ul li a:hover{
    color: #484445;
}
.container_for_downloads_below_gallery{
    margin-top: 50px;
}

.container_for_downloads_below_gallery .download_button_text{
    font-size: 18px;
    color: #565455;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #959595;
    display: flex;
    align-items: center;
    gap: 15px;
}

.container_for_downloads_below_gallery .download_button_text img{
    width: 35px;
    cursor: pointer;
}

.container_for_downloads_below_gallery.mobile{
    display: none;
}

.sku-wrapper.product_meta{
    display: flex;
    gap: 10px;
}

.sku-wrapper.product_meta .sku{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.product_info_description_container > div{
    flex-basis: calc(50% - 5px);
    gap: 0 10px;
}

.product_info_description_container{
    flex-wrap: wrap;
}

span.span_bold{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.summary .detail-meta-top{
    margin-top: 30px;
    padding-right: 20px;
    margin-bottom: 8px;
    padding-left: 30px;
}

.wpcpq-table .wpcpq-item-active{
    background-color: #fe5618;
}

.wpcpq-table .wpcpq-item-active span{
    color: white;
}

.woocommerce div.product .entry-title{
    color: #005491;
}

form.variations_form.cart > div{
    width: 100%;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart.variations_button{
    display: block;
}

.woocommerce div.product  form.cart .woocommerce-variation-add-to-cart.variations_button .quantity{
    display: inline-block;
    float: none;
    margin-right: 30px;
    position: relative;
    top: 3px;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button.button.alt{
    display: inline-block;
    float: none;
    width: calc(100% - 173px);
}

.woocommerce-variation-add-to-cart.variations_button  .single_add_to_cart_button.button.alt{
    background: #005491;
}

.container_for_product_specification.compatability_tags{
    grid-template-columns: 240px 1fr;
}

.container_for_selected_compatabilities{
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding: 0 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

#primary .product-type-variable p.price{
    display: none;
}

.container_for_summary{
    border: 2px solid rgba(229, 229, 229, 1);
    border-radius: 4px;
}

.woocommerce div.product .summary .woocommerce-product-details__short-description{
    padding-right: 30px;
    padding-left: 30px;
    margin: 0;
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{
    display: none;
}

.woo-variation-swatches.wvs-show-label .variations th .selected-value{
    display: none;
}

.woo-variation-swatches.wvs-show-label .variations th label{
    width: 100%;
    background: #e5f4ff;
    color: #565455!important;
    font-weight: 500!important;
    font-size: 20px!important;
    padding: 10px 30px!important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0!important;
}

.woocommerce div.product .price ~ form.cart{
    margin-top: 0;
}

.woocommerce div.product form.cart .variations td{
    padding: 20px 30px;
    margin: 0;
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item){
    margin: 0px 0 0px 15px;
    padding: 0;
}

.woocommerce-product-details__short-description p{
    font-size: 16px;
    color: #565455;
    line-height: normal;
}

/*.variable-item.color-variable-item .variable-item-contents{
    height: 30px!important;
}

.variable-item.color-variable-item .variable-item-contents .variable-item-span.variable-item-span-color{
    width: 30px!important;
}*/

.woocommerce div.product form.cart .reset_variations{
    display: none!important;
}

.woocommerce-product-gallery .flex-viewport{
    border: 1px solid rgb(208, 208, 208);
}

.woocommerce div.product form.cart .variations th.label{
    border-top: 1px solid rgb(208, 208, 208);
    border-bottom: 1px solid rgb(208, 208, 208);
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 50px;
    position: relative;
    top: -3px;
    /*width: 24px;
    height: 24px;*/
    transform: translateZ(0);
    height: 31.33px;
    padding: 6px 15px;
    position: relative;
    left: 2px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input:checked{
    background: #005491;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper{
    color: #005491;
    font-size: 16px;

}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span{
    margin-inline: 7px;
}

.product_volume_discounts_row{
    width: 100%;
    background: #e5f4ff;
    color: #565455;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 30px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.product_volume_discounts_row.desc{
    margin-bottom: 20px;
}

.summary .single-product-buttons{
    display: none;
}

.woocommerce div.product .woocommerce-tabs{
    display: none;
}

.detail-meta-bottom .ts-social-sharing{
    display: none;
}

.categories_and_banners{
    grid-column: 1;
    grid-row: 1;
    /*padding-left: 40px;*/
}

.categories_and_banners .category_list_container{
    max-height: 400px;
    overflow-y: auto;
}

.categories_and_banners h4{
    margin-bottom: 0;
}

.container_for_downloads_below_gallery{
    grid-column: 2!important;
    grid-row: 2;
}

.woocommerce #page div.product.summary-scrolling div.summary{
    grid-column: 1;
    grid-row: 1;
    padding-left: 50px;
    padding-right: 0;
}

.woocommerce div.product div.product-images-summary{
    grid-template-columns: auto 300px;
}

.shop_color_logo_line{
    width: 25%;
    height: 5px;
    display: inline-block;
}

.shop_color_logo_line.black{
    background: black;
}

.shop_color_logo_line.blue{
    background: #00aeef;
}

.shop_color_logo_line.magenta{
    background: #ec008c;
}

.shop_color_logo_line.yellow{
    background: #fff200;
}

.container_for_shop_logo_line{
    direction: ltr;
}

.wpcpq-table .wpcpq-row{
    border-bottom: 1px solid rgb(208, 208, 208);
    padding-left: 30px;
    padding-right: 30px;
}

.categories_and_banners li.category{
    list-style: none;
}

.categories_and_banners .category_list .category{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    position: relative;
}

.categories_and_banners .category_list .category:last-child{
    padding-bottom: 6px;
}

.categories_and_banners .category_list .category a{
    color: #484445;
    font-size: 16px;
    font-weight: 600;
}

.categories_and_banners .category_list .category a:hover{
    color: #005793;
}

.categories_and_banners .category_list .category i{
    position: absolute;
    /*left: 0;*/
    right: 0;
    top: 18px;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(208, 208, 208);
}
.rtl .categories_and_banners .category_list .category i{
    left: 0;
    right: unset;
}
.categories_and_banners .category_list .category_list{
    margin: 0;
    margin-top: 7px;
    border-top: 1px solid #005793;
    padding-top: 10px;
}

.elementor-page .page-container.has-1-sidebar{
    padding-left: 0;
    padding-right: 0;
}

.categories_and_banners .category_list .category_list li{
    border: none;
}

.categories_and_banners .category_list .category_list li a{
    color: #484445;
    font-weight: 400;
}

.category.active a.active{
    color: #005793!important;
}

.container_for_product_price_bottom{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fe5618;
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.container_for_product_price_bottom span{
    font-weight: 600;
}

.container_for_product_price_bottom .total_price_span{
    color: #565455;
    font-size: 14px;
    font-weight: 400;
}

.wpcpq-row.wpcpq-foot.wpcpq-summary .wpcpq-summary-total{
    display: none;
}

.wpcpq-row.wpcpq-foot.wpcpq-summary{
    border-bottom: 1px solid rgb(208, 208, 208);
    padding-top: 15px;
    padding-bottom: 15px;
}

.wpcpq-row.wpcpq-foot.wpcpq-summary .price_per_pcs{
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
}

.wpcpq-row.wpcpq-foot.wpcpq-summary .price_per_pcs.special{
    justify-content: space-between;
}

.wpcpq-row.wpcpq-foot.wpcpq-summary .price_per_pcs.special .special_price_container_pcs{
    display: flex;
}

.special_price_container_pcs .price_text{
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
}

.special_price_container_pcs .price_per_pcs_special_price{
    color: #ff0000;
    font-size: 24px;
    font-weight: 600;
    text-decoration: line-through;
}

.detail-meta-bottom{
    justify-content: end!important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0!important;
}
.container_for_total_price_mobile{
    justify-content: end!important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0!important;
    display: none;
}

.regular_price_container_pcs{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.special_price_container_pcs{
    /*display: none;*/
    display: none;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.banners_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.banners_container img{
    width: 100%;
    height: auto;
}

.category_list_container::-webkit-scrollbar {
    display: none;
}

.category_list_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wpcpq-table .wpcpq-row.wpcpq-head, .wpcpq-table .wpcpq-row.wpcpq-foot{
    color: #565455;
    font-weight: 400;
}

.price_per_pcs_regular_price{
    color: #5b5b5b;
    font-size: 24px;
    font-weight: 600;
}
.regular_price_container_pcs .price_text{
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
}

.product_quantity_row{
    margin-bottom: 20px;
}

.wpcpq-item-price-val .amount{
    color: #565455;
    font-weight: 400;
}

.wpcpq-item-price-value .amount{
    color: #565455;
    font-weight: 400;
}

.wpcpq-item-qty{
    color: #565455;
    font-weight: 400;
}

.wpcpq-item-active .wpcpq-item-qty{
    color: white;
}

.product_tags_container{
    display: flex;
    margin-top: 15px;
}

.product_tags_container span{
    line-height: normal;
}

.ts-variation-price{
    display: none;
}
.ts-discount-percent{
    display: none;
}
body.label-align-horizontal:not(.image-button-radius) div.product .images .product-label{
    display: none;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{
    padding-right: 0;
}

.woocommerce div.product form.cart .variations label.variable-item-radio-input-wrapper{
    margin-right: 0;
    margin-left: 10px;
}

.container_for_summary p.price{
    display: none;
}

.woocommerce div.product form.cart .button{
    display: inline-block;
    float: none;
    width: calc(100% - 173px);
    background: #005491;
    margin-right: 30px;
}


.rtl.woocommerce div.product form.cart .button{
    margin-left: 30px;
    margin-right: 0;
}

.woocommerce div.product form.cart .button:hover{
    color: white;
}

.woocommerce #main div.product form.cart div.quantity{
    margin-left: 30px;
    margin-right: 10px;
}
.rtl.woocommerce #main div.product form.cart div.quantity{
    margin-right: 30px;
    margin-left: 10px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img{
    display: none;
}

.variable-item-radio-value-wrapper .price{
    display: none;
}

@media (max-width: 767px){
    .container_for_buttons_below_table{
        flex-direction: column;
        gap: 40px;
    }
    .container_for_buttons_below_table a{
        width: 100%;
    }

    .product_overview_and_tables .col-1{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .product_overview_and_tables .col-2{
        width: 100%;
        padding: 0;
    }
    .product_overview_and_tables h4{
        font-size: 19px;
    }

}

.woo-variation-swatches .variable-items-wrapper{
    gap: 10px 0;
}

@media (max-width: 1200px) {
    /*.woocommerce div.product div.images.woocommerce-product-gallery{
        grid-row: 1;
        grid-column: 1;
        max-width: 400px;
        gap: 15px;
        display: flex;
    }*/
    .woocommerce #page div.product.summary-scrolling div.summary{
        grid-row: 3;
        grid-column: 1;
        padding-left: 0;
    }
    .container_for_downloads_below_gallery{
        display: none;
        grid-column: 1!important;
        grid-row: 2!important;
        /*margin-bottom: 30px;*/
    }
    .container_for_downloads_below_gallery.mobile{
        display: block;
        margin: 0;
        width: 100%;
        margin-top: -25px;
    }
    .container_for_downloads_below_gallery .download_button_text{
        border-bottom: 0;
    }
    .woocommerce div.product div.product-images-summary{
        grid-template-columns: 100%;
    }
    .woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li{
        width: 25%;
        max-width: 120px;
    }
    .woocommerce div.product.thumbnail-layout-horizontal div.woocommerce-product-gallery .flex-control-thumbs{
        justify-content: center;
    }
    body.woocommerce div.product{
        gap: 30px;
    }
}

@media (max-width: 500px){
    .woocommerce div.product .entry-title{
        font-size: 20px!important;
        margin-bottom: 15px;
        line-height: 1.2!important;
    }
    .summary .detail-meta-top{
        display: none; /*PRISIMINTI*/
    }
    .woocommerce div.product .summary .woocommerce-product-details__short-description{
        padding: 15px;
    }
    table.variations .variable-items-wrapper.radio-variable-items-wrapper{
        flex-direction: row;
        display: flex;
        gap: 10px 20px;
    }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{
        flex-basis: calc(50% - 10px);
        padding-left: 0;
        padding-right: 0;
    }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input{
        display: none;
    }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper{
        font-size: 14px;
        width: 100%;
        padding: 10px 5px;
        color: #565455;
        border: 2px solid rgb(222, 222, 222);
        border-radius: 8px;
        margin: 0;
    }

    .woocommerce div.product form.cart .variations label.variable-item-radio-input-wrapper{
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input:checked + .variable-item-radio-value-wrapper{
        color: white;
        background: #005491;
        border-color: #005491;
    }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper:hover{
        color: white;
        background: #005491;
        border-color: #005491;
    }
    .woocommerce div.product form.cart .variations td{
        padding: 20px 15px;
    }
    .container_for_selected_compatabilities{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .container_for_product_specification{
        gap: 0;
        flex-direction: column;
    }
    span.span_bold{
        line-height: 1;
    }
    .container_for_product_specification.compatability_tags{
        display: flex;
    }
    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button.button.alt{
        width: calc(100% - 30px);
        margin-right: 15px;
    }
    .woocommerce #main div.product form.cart div.quantity{
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 0;
    }
    .rtl.woocommerce #main div.product form.cart div.quantity{
        margin-left: 0;
        margin-right: 15px;
    }
    .wpcpq-table .wpcpq-row{
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap;
    }
    .regular_price_container_pcs{
        gap: 3px;
    }
    .price_per_pcs_regular_price{
        font-size: 18px;
    }
    .detail-meta-bottom{
        padding-left: 15px;
        padding-right: 15px;
        display: none!important;
    }
    .container_for_total_price_mobile{
        display: inline-flex;
        width: calc(100% - 132px);
        padding: 0;
        margin-bottom: 10px;
    }
    .container_for_product_price_bottom span.woocommerce-Price-amount{
        color: #fe5618;
    }
    .container_for_product_price_bottom{
        gap: 3px;
        font-size: 18px;
        justify-content: end;
        position: relative;
        top: 2px;
    }
    .woocommerce table.shop_attributes tr:last-child th{
        padding-left: 10px;
    }
    .product_quantity_row{
        margin-bottom: 9px;
    }
    .woocommerce div.product form.cart .variations td{
        padding-top: 10px;
    }
    .woo-variation-swatches.wvs-show-label .variations th label{
        padding: 10px 15px !important;
    }
    .product_volume_discounts_row{
        padding: 10px 15px;
    }
    .woocommerce .quantity input.qty, .quantity input.qty{
        background: white;
    }
    .special_price_container_pcs .price_per_pcs_special_price{
        font-size: 18px;
    }
    .regular_price_container_pcs .price_text{
        font-size: 13px;
    }
    .special_price_container_pcs .price_text{
        font-size: 13px;
    }
    .wpcpq-row.wpcpq-foot.wpcpq-summary .price_per_pcs.special .special_price_container_pcs{
        gap: 3px;
    }
    .quantity .minus{
        border-left: 2px solid rgba(240, 240, 240, 1);
    }
    .quantity .plus{
        border-right: 2px solid rgba(240, 240, 240, 1);
    }
    .woocommerce .quantity input.qty, .quantity input.qty{
        border-width: 2px;
    }
    .quantity .minus, .quantity .plus, .quantity .number-button:before, .quantity .number-button:after{
        line-height: 46px;
    }
    .woocommerce div.product form.cart .button{
        margin-left: 15px;
        margin-right: 15px;
    }
    .rtl.woocommerce div.product form.cart .button{
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media(max-width: 360px){
    .wpcpq-row.wpcpq-foot.wpcpq-summary .price_per_pcs.special{
        flex-direction: column;
        align-items: center;
    }
}