﻿
.floating_product_tabs {
    background-color: #F38620;
    line-height: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #ffffff;
    padding: 0 10px 0 40px;
    z-index: 4;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    border-right: solid 2px #F3861A;
    padding-right: 5px;
    margin-right: 5px;
}

.rtl .floating_product_tabs {
    padding: 0;
}

.floating_product_tabs > div {
    margin: 0 20px 0 0;
    cursor: pointer;
    white-space: nowrap;
}

    .floating_product_tabs > div:after {
        content: "\002f";
        display: inline-block;
        color: #fff;
        padding-left: 20px;
    }

.rtl .floating_product_tabs > div:after {
    padding-left: 0px;
    padding-right: 20px;
}

.floating_product_tabs > div:last-child:after {
    content: "";
}

.floating_product_tabs > div:hover {
    text-decoration: underline;
}

.product_holder {
    background-color: #fff;
    border-radius: 10px;
}

    .product_holder .navigation_holder {
        margin: 10px 0 40px 10px;
    }

.rtl .product_holder .navigation_holder {
    direction: rtl;
}

.rtl .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}

    .rtl .breadcrumb-item + .breadcrumb-item::before {
        float: right;
        content: var(--bs-breadcrumb-divider, "");
    }

    .rtl .breadcrumb-item + .breadcrumb-item::after {
        float: right;
        content: var(--bs-breadcrumb-divider, "/");
        margin-left: 10px;
        color: #F38620;
    }

.rtl .name {
    direction: ltr;
}

.product_holder .left_side {
    max-width: 70%;
    /*display:inline-grid;*/
    position: relative;
}

.product_holder .right_side_holder {
    max-width: 30%;
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    height: fit-content;
    padding:0 0 0 0;
}

.product_holder .right_side_holder_mobile .right_side {
    margin-top: 30px;
}

.product_holder .right_side {
    width: 100%;
    padding: 20px 0 0 20px;
    /*padding-top:0px;*/
}

.rtl .product_holder .right_side {
    direction: rtl;
}

.product_holder .right_side .additional_services_tabs {
    margin-top: 20px;
}

    .product_holder .right_side .additional_services_tabs .prices_holder {
        padding: 10px 0 10px 0;
    }

        .product_holder .right_side .additional_services_tabs .prices_holder .price_holder {
            margin: 0px;
        }

.product_holder .right_side h1 {
    font-size: 1.2rem;
    font-weight: bold;
    user-select: text;
    word-break: break-word;
}

.product_holder .right_side .prices_holder {
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100% !important;
}

    .product_holder .right_side .prices_holder .price_holder {
        grid-template-columns: auto 130px;
        display: grid;
        font-size: initial;
        min-height: 40px;
        margin: 20px 0 20px 0;
    }

.product_holder .right_side .price_holder span .col-5,
.product_holder .right_side .price_holder span .col-12,
.product_holder .right_side .price_holder span .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product_holder .right_side .price_holder .price_description {
    font-size: 13px;
}

    .product_holder .right_side .price_holder .price_description ul {
        font-weight: normal;
        padding: 5px 15px 0 0;
        margin-bottom:0px;
    }

.product_holder .right_side .price_holder .sale {
    background-color: #F3861A;
    padding: 5px 20px 5px 20px;
    margin-left: 10px;
    color: #fff !important;
    display: inline;
    font-size: 12px;
    white-space: pre;
}

.product_holder .right_side .prices_holder .price_holder .price {
    display: flex;
    align-items: center;
}

    .product_holder .right_side .prices_holder .price_holder .price .button_black {
        width: 100%;
        max-height: 35px;
        justify-content: left;
        padding-left: 20px;
    }

        .product_holder .right_side .prices_holder .price_holder .price .button_black i {
            right: 15px;
        }

    .product_holder .right_side .prices_holder .price_holder .price i {
        font-size: 25px;
        margin-left: 5px;
    }

.product_holder .right_side .prices_holder .price_holder .title {
    font-weight: normal;
    display: flex;
    align-items: center;
}

.product_holder .right_side .price_holder {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0 30px 0;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #ccc;
}

    .product_holder .right_side .price_holder .login_to_see_prices {
        color: #F3861A !important;
    }

    .product_holder .right_side .price_holder > small {
        color: #F3861A;
        padding-left: 5px;
    }

.product_holder .right_side .price_regular {
    font-size: 35px;
    float: left;
    width: -webkit-fill-available;
}

.product_holder .right_side .price_eilat_holder {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
}

    .product_holder .right_side .price_eilat_holder .price_eilat {
        font-size: 14px;
    }

    .product_holder .right_side .price_eilat_holder a {
        color: #F38620 !important;
        text-decoration: none;
    }

        .product_holder .right_side .price_eilat_holder a:hover {
            text-decoration: underline;
        }

.rtl .product_holder .right_side .price_regular {
    float: right;
}

.product_holder .right_side .price_regular.discount_price {
    background-color: #f38620 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-align:center;
    margin: 0 10px 0 10px;
}

.product_holder .right_side .price_regular small {
    font-size: 20px;
}

.product_holder .right_side .price_market {
    color: #ccc;
    text-decoration: line-through;
    font-weight: normal !important;
    text-align:center;
}

.product_holder .right_side .highlighted_description {
    color: #F3861A;
    margin: 5px 0 5px 0;
}

.rtl .product_holder .right_side .highlighted_description {
    direction: rtl;
}

.product_holder .right_side .logo_holder {
    width: 100%;
    text-align: right;
    display: flex;
    margin-bottom: 10px;
    justify-content:space-between;
}

    .product_holder .right_side .logo_holder img {
        max-width: 150px;
        float: left;
    }

    .product_holder .right_side .logo_holder a:last-child {
        color: #000;
        float: right;
        position: absolute;
        right: 10px;
        max-width: 50%;
        position: relative;
    }

.product_holder .right_side .part_number {
    user-select: text;
    font-weight: bold;
}

.product_holder .right_side .manufacturer_partnumber {
    user-select: all;
}

.product_holder .right_side .buttons_hoder {
    margin-top: 20px;
}

    .product_holder .right_side .buttons_hoder > div {
        width: fit-content;
    }

    .product_holder .right_side .buttons_hoder .countdown_holder {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }

        .product_holder .right_side .buttons_hoder .countdown_holder .countdown {
            padding: 5px 15px 5px 15px;
            margin: auto auto;
            border-radius: 50px;
            color: #000;
            background-color: #ccc;
            display: block;
            font-size: 25px;
            font-weight: bold;
        }

    .product_holder .right_side .buttons_hoder .b_check_availability,
    .product_holder .right_side .buttons_hoder .b_lets_talk_about_price,
    .product_holder .right_side .buttons_hoder .b_add_to_cart {
        margin-bottom: 10px;
        width: 100%;
    }

        .product_holder .right_side .buttons_hoder .b_lets_talk_about_price:hover {
        }

    .product_holder .right_side .buttons_hoder .command_buttons {
        margin-top: 20px;
    }

        .product_holder .right_side .buttons_hoder .command_buttons .la-whatsapp {
            margin-top: -3px;
        }

        .product_holder .right_side .buttons_hoder .command_buttons .circle_button {
            text-decoration: none !important;
        }

        .product_holder .right_side .buttons_hoder .command_buttons .b_create_offer_as_minisite {
            background-color: #000;
            color: #fff;
        }

            .product_holder .right_side .buttons_hoder .command_buttons .b_create_offer_as_minisite i {
                background-color: #fff;
            }

            .product_holder .right_side .buttons_hoder .command_buttons .b_create_offer_as_minisite:hover {
                background-color: #F3861A;
            }

        .product_holder .right_side .buttons_hoder .command_buttons a svg,
        .product_holder .right_side .buttons_hoder .command_buttons div svg {
            width: 19px;
        }

        .product_holder .right_side .buttons_hoder .command_buttons div:hover {
            background-color: #F3861A;
        }

            .product_holder .right_side .buttons_hoder .command_buttons div:hover svg,
            .product_holder .right_side .buttons_hoder .command_buttons div:hover i {
                color: #fff !important;
            }
/*    .product_holder .right_side .highlighted_specifications_images {
        display:grid;
        grid-template-columns:25% 25% 25% 25%;
        column-gap:20px;
        row-gap:20px;
    }*/
/*        .product_holder .right_side .highlighted_specifications_images img {
            width: 75px;
            height: auto;
            float: left;
            margin: 10px;
        }
*/
.product_holder .right_side .product_tags_holder {
    margin-top: 30px;
}

.product_holder .right_side .social_networks {
    margin-top: 10px;
    display: none;
}

    .product_holder .right_side .social_networks a {
        text-decoration: none;
    }
    .product_holder .right_side .social_networks a i {
        background-color:#fff !important;
    }
        .product_holder .right_side .social_networks a > div {
            width: 40px;
            height: 40px;
            color: #fff;
            display: inline-flex;
            margin-right: 5px;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            cursor: pointer;
            border-radius: 5px;
            transition-duration: 0.5s;
        }

            .product_holder .right_side .social_networks a > div:hover {
                filter: brightness(80%);
            }

            .product_holder .right_side .social_networks a > div.whatsapp {
                background-color: #29A628;
            }

            .product_holder .right_side .social_networks a > div.viber {
                background-color: #7B519D;
            }

            .product_holder .right_side .social_networks a > div.telegram {
                background-color: #2CA5E0;
            }

            .product_holder .right_side .social_networks a > div.email {
                background-color: #3490F3;
            }

            .product_holder .right_side .social_networks a > div.twitter {
                background-color: #00ACED;
            }

            .product_holder .right_side .social_networks a > div.facebook {
                background-color: #3B5998;
            }

.products_with_similar_specifications .specifications_holder {
    overflow-x: auto;
    height: 120px;
    display: grid;
    max-width: 100%;
    align-items: center;
}

    .products_with_similar_specifications .specifications_holder .specifications {
        width: max-content;
    }

        .products_with_similar_specifications .specifications_holder .specifications i {
            float: right;
            font-size: 25px;
            color: #ccc;
        }

        .products_with_similar_specifications .specifications_holder .specifications > a {
            font-size: 14px;
            padding: 15px;
            border-right: solid 1px #ccc;
            border-bottom: solid 1px #ccc;
            display: inline-block;
            margin-right: 10px;
            text-decoration: none;
            min-width: 150px;
            border-radius: 0px;
        }

            .products_with_similar_specifications .specifications_holder .specifications > a:hover {
                background-color: #F3861A;
                color: #fff;
            }

            .products_with_similar_specifications .specifications_holder .specifications > a > div div:first-child {
                font-weight: bold;
            }

            .products_with_similar_specifications .specifications_holder .specifications > a > div {
                margin-right: 30px;
            }

.product_holder .right_side .common_specifications_holder {
    margin: 10px 0 10px 0;
}

.rtl .product_holder .right_side .common_specifications_holder .specifications {
    text-align: right;
    direction: ltr;
}

.product_holder .right_side .common_specifications_holder .specifications span {
    border-right: solid 2px #F3861A;
    padding-right: 5px;
    margin-right: 5px;
}

    .product_holder .right_side .common_specifications_holder .specifications span:last-child {
        border-right: solid 0px #F3861A;
    }

/*    .product_holder .right_side .common_specifications_holder .specifications {
        grid-template-columns: repeat(2, minmax(0,1fr));
        display:grid;
        row-gap:10px;
        column-gap:10px;
    }*/
/*    .product_holder .right_side .common_specifications_holder .specifications > div {
        background-color:#F0F0F0;
        font-size:14px;
        padding:15px;
        border-right:solid 1px #ccc;
        border-bottom:solid 1px #ccc;
    }

    .product_holder .right_side .common_specifications_holder .specifications > div div:nth-child(2){
        font-weight:bold;
    }*/
.product_holder .right_side .common_properties_holder {
    margin-top: 50px;
}

    .product_holder .right_side .common_properties_holder .properties {
        border: solid 1px #ccc;
        border-radius: 10px;
        padding: 10px;
    }

    .product_holder .right_side .common_properties_holder .row {
        border-bottom: solid 1px #ccc;
        white-space:normal;
    }
    .product_holder .right_side .common_properties_holder .row .col {
        white-space: normal !important;
    }
        .product_holder .right_side .common_properties_holder .row:last-child {
            border-bottom: 0px;
        }

    .product_holder .right_side .common_properties_holder div {
        padding: 3px 5px;
    }

    .product_holder .right_side .common_properties_holder .row .col:first-child {
        max-width: 150px;
        border-right: solid 1px #ccc;
        white-space: nowrap;
    }

.rtl .product_holder .right_side .common_properties_holder .row .col:first-child {
    max-width: 200px;
    border-left: solid 1px #ccc;
    border-right: solid 0px #ccc;
}

.product_holder .right_side .common_properties_holder .row .col:nth-child(2) {
    padding-left: 10px;
}

.rtl .product_holder .right_side .common_properties_holder .row .col:nth-child(2) {
    padding-left: 0px;
    padding-right: 10px;
}

.product_holder .left_side .review_video_holder .video-container {
    width: 80%;
    max-width: 1600px;
}

.product_holder .left_side .review_video_holder .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .product_holder .left_side .review_video_holder .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .product_holder .left_side .review_video_holder .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.product_holder .left_side .flags_holder {
    position: absolute;
    display: grid;
    z-index: 1;
    /*background-color:rgba(255,255,255, 0.5);*/
    padding: 10px 0px 10px 0px;
    border-radius: 50px;
}

    .product_holder .left_side .flags_holder > div {
        margin-bottom: 10px;
    }

    .product_holder .left_side .flags_holder .image {
        width: 100%;
        max-width: 150px;
        display: flex;
        align-content: center;
        justify-content: center;
    }

        .product_holder .left_side .flags_holder .image img {
            width: auto;
            height: auto;
            max-width: 100%;
        }
/*    .product_holder .left_side .image{
        margin:20px 10px 0 10px;
        cursor:pointer;
        border-bottom:solid 2px #fff;
        float:left;
    }
    .product_holder .left_side .image:hover {
        border-bottom:solid 2px #ccc;
    }
    .product_holder .left_side .image img{
        width:100%;
        height:auto;
        display:flex;
        justify-content:center;
        align-items:center;
    }*/
.product_holder .product_tabs {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.rtl .product_holder .product_tabs .nav-tabs {
    direction: rtl;
}

.product_holder .product_tabs .tab-pane {
    padding: 20px;
}

    .product_holder .product_tabs .tab-pane.right_to_left * {
        direction: rtl;
    }

.product_holder .product_tabs .tab-content > .tab-pane {
    min-height: 400px;
}

    .product_holder .product_tabs .tab-content > .tab-pane .selling_points {
        list-style: none;
        font-weight: bold;
        padding: 0 0 0 0;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }

        .product_holder .product_tabs .tab-content > .tab-pane .selling_points li {
            flex: 1 1 calc(50% - 40px);
            box-sizing: border-box;
            margin-bottom: 20px;
        }

            .product_holder .product_tabs .tab-content > .tab-pane .selling_points li:nth-child(even) {
                margin: 0 40px 0 0;
            }

            .product_holder .product_tabs .tab-content > .tab-pane .selling_points li:before {
                content: "";
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 17.78125 9.28125 L 11.78125 15.28125 L 11.09375 16 L 11.78125 16.71875 L 17.78125 22.71875 L 19.21875 21.28125 L 13.9375 16 L 19.21875 10.71875 Z"/></svg>');
                background-repeat: no-repeat;
                pointer-events: none;
                width: 20px;
                height: 20px;
                background-size: contain;
                float: right;
                background-color: #ccc;
                margin: 2px 0 0 10px;
            }

.main_right_panel .product_holder .product_tabs .tab-content > .tab-pane .selling_points li {
    flex: 1 100%;
    margin: 5px;
    box-sizing: border-box;
}

.tab-content .page {
    position: relative;
}

.tab-content .ellipsis {
    max-height: 700px;
    overflow: hidden;
}

.tab-content .b_show_hidden_text {
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    border-color: #000;
    display: block;
    margin: 10px auto;
    position: sticky;
    bottom: 0;
}

    .tab-content .b_show_hidden_text:hover {
        background-color: #F3861A;
        color: #fff !important;
        border-color: #F3861A;
    }

.tab-content .page .show_hidden_text::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    border: 0px;
    vertical-align: unset;
    margin-left: 10px;
    float: right;
}


.product_page_content h1,
.product_page_content h2,
.product_page_content h3,
.product_page_content h4,
.product_page_content h5 {
    font-weight: bold;
    margin-top: 20px;
}

.product_page_content h5 {
    font-size: 16px !important;
}

.product_page_content h3,
.product_page_content h4 {
    font-size: 20px !important;
}

.product_page_content h4 {
    margin-top: 60px;
}

.tab-content .page:not(.skip) *:not(.las, .la, .skip,h1,h2,h3,h4,h5) {
    font-family: 'Roboto', sans-serif !important;
    color: #000 !important;
    font-size: 16px !important;
    max-width: 100% !important;
}

.tab-content .page table {
    max-width: 100% !important;
    width: 100% !important;
}

.tab-content .page img {
    max-width: 100%;
}

.product_holder .additional_services_tabs .nav-link,
.product_holder .product_tabs .nav-link {
    color: #000;
}

    .product_holder .additional_services_tabs .nav-link.active,
    .product_holder .product_tabs .nav-link.active {
        color: #ff6a00;
    }

.product_holder .product_tabs .product_links a {
    display: block;
}

.rtl .product_holder .product_tabs .product_links a {
    text-align: right;
}

.product_holder .plugins_content {
    direction: rtl;
}

.product_holder .product_tabs .full_specifications {
    /*        grid-template-columns: repeat(2, minmax(0,1fr));
        column-gap:20px;
        display:grid;*/
    column-count: 2;
    gap: 0 5em;
}

    .product_holder .product_tabs .full_specifications .main_category {
        margin-bottom: 30px;
    }

        .product_holder .product_tabs .full_specifications .main_category .part_number * {
            display: inline;
            font-size: 12px !important;
            font-weight: normal;
        }

        .product_holder .product_tabs .full_specifications .main_category .part_number .warranty div:first-child {
            padding-right: 5px;
        }


        .product_holder .product_tabs .full_specifications .main_category > .title {
            font-weight: bold;
            font-size: 25px;
            color: #F38620 !important;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .product_holder .product_tabs .full_specifications .main_category .specifications {
            padding: 10px;
            border: solid 1px #ccc;
            border-radius: 10px;
        }

        .product_holder .product_tabs .full_specifications .main_category .category .title {
            border-bottom-width: 1px;
        }

        .product_holder .product_tabs .full_specifications .main_category > .title .product_name {
            font-weight: normal !important;
            text-transform: initial !important;
        }

        .product_holder .product_tabs .full_specifications .main_category > .title img {
            max-height: 80px;
            width: auto;
            margin-right: 20px;
            margin-bottom: 20px;
        }

.rtl .product_holder .product_tabs .full_specifications {
    direction: rtl;
}

.product_holder .product_tabs .full_specifications .technical_specifications_warning {
    color: #ccc !important;
    font-size: 14px !important;
    display: block;
}

.product_holder .product_tabs .full_specifications.single_category {
    column-count: 1;
    gap: 0 0;
}

.product_holder .product_tabs .full_specifications .specification {
    grid-template-columns: 50% 50%;
    display: grid;
}

    .product_holder .product_tabs .full_specifications .specification div {
        padding: 5px;
    }

        .product_holder .product_tabs .full_specifications .specification div:first-child {
            color: #9D9D9D;
        }

        .product_holder .product_tabs .full_specifications .specification div[popup_message] {
            color: #f38620 !important;
            cursor:pointer;
        }

        .product_holder .product_tabs .full_specifications .specification div[popup_message]:hover {
            text-decoration:underline !important;
        }
        .product_holder .product_tabs .full_specifications .specification div:last-child {
            direction: ltr;
        }

.product_holder .product_tabs .full_specifications .category {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

    .product_holder .product_tabs .full_specifications .category .title {
        border-bottom: solid 2px #ccc;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 5px;
        text-transform: capitalize;
    }


/*  lightbox  */

.lightbox_holder {
    background-color: #fff;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: unset;
    transition: 0.2s;
    opacity: unset;
    visibility: unset;
    aspect-ratio: 1/1;
    height: auto;
}

    .lightbox_holder.zoom {
        position: fixed;
        z-index: 4;
        aspect-ratio: unset;
        bottom: 120px;
        display: block;
    }

        .lightbox_holder.zoom .title,
        .lightbox_holder.zoom .close {
            display: block !important;
        }

        .lightbox_holder.zoom .go_zoom {
            display: none;
        }

        .lightbox_holder.zoom .big_image .video-container {
            width: 80%;
            max-width: 1600px;
        }

        .lightbox_holder.zoom .big_image img {
            max-width: calc(100% - 100px);
            width: unset;
            max-height: 100%;
        }

        .lightbox_holder.zoom .go_previous,
        .lightbox_holder.zoom .go_next {
            bottom: 50%;
        }

        .lightbox_holder.zoom .go_previous {
            left: 10px;
            right: unset;
        }

    .lightbox_holder.show {
        visibility: visible;
        opacity: 1 !important;
    }

    .lightbox_holder .big_image {
        max-height: unset;
        max-width: 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1/1;
        display: none;
        min-height: 380px;
    }

        .lightbox_holder .big_image img {
            height: auto;
            width: auto;
            max-height: 500px;
        }

    .lightbox_holder .close {
        position: absolute;
        font-size: 50px;
        color: #000;
        cursor: pointer;
        z-index: 99;
        top: 10px;
        right: 10px;
    }

    .lightbox_holder .buttons {
        position: absolute;
        display: none;
    }

        .lightbox_holder .buttons .go_zoom,
        .lightbox_holder .buttons .go_previous,
        .lightbox_holder .buttons .go_next {
            /*position:absolute;*/
            cursor: pointer;
            /*display:none;*/
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #EDEDED;
            border-radius: 50px;
            width: 50px;
            height: 50px;
            color: #000;
            font-size: 20px;
            margin: 0 5px 0 5px;
            /*        right:70px;
        bottom:30px;
        z-index:2;*/
        }

    .lightbox_holder .go_zoom:hover,
    .lightbox_holder .go_previous:hover,
    .lightbox_holder .go_next:hover {
        background-color: #f3861a;
    }

        .lightbox_holder .go_zoom:hover i,
        .lightbox_holder .go_previous:hover i,
        .lightbox_holder .go_next:hover i {
            background-color: #fff !important;
        }

    .lightbox_holder .go_next {
        right: 10px;
    }

    .lightbox_holder .go_zoom {
        right: 130px;
    }

    .lightbox_holder .close,
    .lightbox_holder .title {
        display: none;
    }

    .lightbox_holder .gallery_holder {
        bottom: 0px;
        left: 0px;
        right: 0px;
        position: relative;
        height: 120px;
        background-color: #fff;
    }

        .lightbox_holder .gallery_holder .title {
            text-align: center;
            position: fixed;
            width: 100%;
            padding: 0 50px 0 50px;
        }

    .lightbox_holder.four_images .gallery_holder {
        height: unset;
    }

        .lightbox_holder.four_images .gallery_holder .images {
            display: inline;
            max-width: unset !important;
        }

            .lightbox_holder.four_images .gallery_holder .images .image:nth-child(-n+4) {
                max-width: 49%;
                aspect-ratio: 1 / 1;
                width: 100%;
                height: auto;
                padding: 0px;
                margin: 0px;
                overflow: hidden;
                border: 0px;
            }

                .lightbox_holder.four_images .gallery_holder .images .image:nth-child(-n+4).selected,
                .lightbox_holder.four_images .gallery_holder .images .image:nth-child(-n+4):hover {
                    border-bottom: 0px;
                }

    .lightbox_holder .gallery_holder .images {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: max-content;
    }

        .lightbox_holder .gallery_holder .images > div {
            cursor: pointer;
            float: left;
            justify-content: center;
            align-items: center;
            border-bottom: solid 2px #fff;
            display: flex;
            padding-bottom: 10px;
            width: 100px;
            height: 100px;
            margin: 20px 10px 0 10px;
        }

        .lightbox_holder .gallery_holder .images .image.marketing {
            max-width: 100px;
            overflow: hidden;
        }

        .lightbox_holder .gallery_holder .images > div.selected {
            border-bottom: solid 2px #F3861A;
        }

        .lightbox_holder .gallery_holder .images img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .lightbox_holder .gallery_holder .images .image.marketing img {
            height: 100%;
            width: auto;
        }

        .lightbox_holder .gallery_holder .images > div:hover {
            border-bottom: solid 2px #ccc;
        }

    .lightbox_holder .video-container {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .lightbox_holder .video-container::after {
            padding-top: 56.25%;
            display: block;
            content: '';
        }

        .lightbox_holder .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .lightbox_holder.single_image,
    .lightbox_holder.two_images,
    .lightbox_holder.zoom {
        display: block;
    }

    .lightbox_holder.single_image {
        aspect-ratio: unset;
        /*height:100%;*/
    }

    .lightbox_holder.two_images .gallery_holder {
        height: unset;
    }

    .lightbox_holder.single_image .big_image img {
        height: auto;
        width: max-content;
        max-height: 600px;
        max-width: 600px;
    }

    .lightbox_holder.single_image .gallery_holder {
        display: none;
    }

    .lightbox_holder.zoom .gallery_holder .images {
        display: flex;
    }

    .lightbox_holder.two_images .big_image {
        max-width: 700px;
        margin: auto auto;
    }

    .lightbox_holder.single_image .gallery_holder .images .image:nth-child(-n+100),
    .lightbox_holder.two_images .gallery_holder .images .image:nth-child(-n+100),
    .lightbox_holder.zoom .gallery_holder .images .image:nth-child(-n+100) {
        width: 10px;
        height: 10px;
        margin: 20px 5px 0 5px;
        background-color: #000;
        border-bottom: 0px;
    }

        .lightbox_holder.single_image .gallery_holder .images .image:nth-child(-n+100) img,
        .lightbox_holder.two_images .gallery_holder .images .image:nth-child(-n+100) img,
        .lightbox_holder.zoom .gallery_holder .images .image:nth-child(-n+100) img {
            display: none;
        }

    .lightbox_holder.single_image .gallery_holder .images .image.selected,
    .lightbox_holder.two_images .gallery_holder .images .image.selected,
    .lightbox_holder.zoom .gallery_holder .images .image.selected {
        background-color: #F3861A;
        border-bottom: 0px;
    }

    .lightbox_holder.single_image .big_image {
        max-width: 700px;
        margin: auto auto;
    }

    .lightbox_holder.single_image .big_image,
    .lightbox_holder.two_images .big_image,
    .lightbox_holder.zoom .big_image {
        display: flex;
    }

    .lightbox_holder.two_images .buttons,
    .lightbox_holder.zoom .buttons {
        display: flex;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .lightbox_holder.zoom .buttons .go_zoom {
            display: none;
        }

    .lightbox_holder.two_images,
    .lightbox_holder.zoom {
        display: block !important;
    }

        .lightbox_holder.zoom .gallery_holder .images {
            height: 120px;
        }

.main_right_panel .product_holder .right_side,
.main_right_panel .product_holder {
    padding: 0px;
}

    .main_right_panel .product_holder .right_side .buttons_hoder .button {
        margin-bottom: 10px;
    }

    .main_right_panel .product_holder .right_side_holder .right_side {
        padding: 0 0 0 0;
    }

    .main_right_panel .product_holder .left_side,
    .main_right_panel .product_holder .right_side_holder {
        max-width: 100%;
        padding: 10px;
    }

.main_right_panel .banner_holder {
    height: unset !important;
    display: contents;
}

.rtl .main_right_panel .banner_holder h4 {
    text-align: right !important;
}

.main_right_panel .product_holder .right_side .common_specifications_holder .specifications {
    grid-template-columns: repeat(2, minmax(0,1fr));
}

.main_right_panel .product_holder .right_side .common_specifications_holder .b_show_full_specifications {
    display: none;
}

.main_right_panel .navigation_holder {
    margin: 0px;
}

.main_right_panel .product_holder .left_side .flags_holder .image {
    max-width: 80px;
}

.main_right_panel .product_holder .product_tabs .tab-pane {
    padding: 10px 0 0 0;
}

.main_right_panel .tab-content > .tab-pane {
    min-height: unset;
}

.main_right_panel .product_holder .right_side .common_properties_holder {
    margin-top: 20px;
}

.main_right_panel h5 span {
    display: block;
    width: 100%;
}

.main_right_panel .product_holder .right_side .logo_holder img {
    max-width: 100px;
    height: auto;
}

.main_right_panel .lightbox_holder {
    aspect-ratio: unset;
    min-height: 450px;
}

    .main_right_panel .lightbox_holder:not(.zoom) .big_image img {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .main_right_panel .lightbox_holder.four_images .buttons, .lightbox_holder.two_images .buttons {
        bottom: 50px;
        transform: translate(-50%, 10px);
    }

    .main_right_panel .lightbox_holder.four_images .gallery_holder .images {
        display: flex;
        margin-top: 30px;
    }

        .main_right_panel .lightbox_holder.four_images .gallery_holder .images .image:nth-child(-n+100) {
            width: 10px;
            height: 10px;
            margin: 20px 5px 0 5px;
            background-color: #000;
            border-bottom: 0px;
        }

            .main_right_panel .lightbox_holder.four_images .gallery_holder .images .image:nth-child(-n+100) img {
                display: none;
            }

        .main_right_panel .lightbox_holder.four_images .gallery_holder .images .image.selected {
            background-color: #F3861A;
            border-bottom: 0px;
        }

    .main_right_panel .lightbox_holder .big_image {
        display: flex;
    }

    .main_right_panel .lightbox_holder.four_images .buttons,
    .main_right_panel .lightbox_holder.two_images .buttons {
        display: flex;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.main_right_panel .product_holder .product_tabs .full_specifications {
    column-count: 1;
    gap: 0 0;
}

    .main_right_panel .product_holder .product_tabs .full_specifications .category .specification:nth-child(even) {
        background-color: #F2F2F2;
    }

@media (max-width: 1920px) {
    .product_holder .right_side_holder {
        top: 0px;
    }

    .product_holder {
        padding: 10px;
    }

    .tab-content .page *:not(.las, .la, h1, h2, h3, h4, h5) {
        font-size: 14px !important;
    }
}

@media (max-width: 1300px) {
    .product_holder .product_tabs .tab-content > .tab-pane .selling_points li {
        flex: 1 100%;
        margin: 5px;
        box-sizing: border-box;
    }

    .product_holder .product_tabs .tab-content > .tab-pane .selling_points li:nth-child(even) {
        margin: 5px;
    }

    .lightbox_holder {
        display: block;
    }

    .product_holder .left_side {
        max-width: 60%;
    }

    .product_holder .right_side_holder {
        max-width: 40%;
    }

    .lightbox_holder.four_images .gallery_holder .images {
        display: flex;
    }

        .lightbox_holder.four_images .gallery_holder .images .image:nth-child(-n+100) {
            width: 10px;
            height: 10px;
            margin: 20px 5px 0 5px;
            background-color: #000;
            border-bottom: 0px;
        }

            .lightbox_holder.four_images .gallery_holder .images .image:nth-child(-n+100) img {
                display: none;
            }

        .lightbox_holder.four_images .gallery_holder .images .image.selected {
            background-color: #F3861A;
            border-bottom: 0px;
        }

    .lightbox_holder .big_image {
        display: flex;
    }

    .lightbox_holder.four_images .buttons,
    .lightbox_holder.two_images .buttons {
        display: flex;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .product_holder .product_tabs .full_specifications {
        column-count: 1;
        gap: 0 0;
    }

        .product_holder .product_tabs .full_specifications .category .specification:nth-child(even) {
            background-color: #F2F2F2;
        }

    .floating_product_tabs {
        display: none;
    }
}

@media (max-width: 1000px) {
    .product_holder .left_side,
    .product_holder .right_side_holder {
        max-width: 100%;
    }

    .product_holder .right_side .common_specifications_holder .specifications {
        grid-template-columns: repeat(4, minmax(0,1fr));
    }

    .lightbox_holder .big_image {
        aspect-ratio: unset;
        min-height:unset;
    }

    .product_holder .right_side .common_properties_holder div {
        padding: 1px 5px;
    }
}

@media (max-width: 810px) {
    .product_holder {
        padding: 0px;
    }
        .product_holder .right_side h1 {
            font-size:22px !important;
        }
        .main_right_panel .lightbox_holder .gallery_holder .images {
            margin-top: 0px !important;
        }
    .p_alternative_names {
        display: none;
    }
    .product_holder .right_side .common_specifications_holder .specifications {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .rtl .product_holder .right_side {
        padding: 0px;
    }

    .navigation_holder {
        margin: 0px;
    }

    .product_holder .left_side {
        padding: 10px 0 10px 0;
    }

    .product_holder .right_side_holder {
        padding: 0px;
    }

    .product_holder .left_side .flags_holder .image {
        max-width: 80px;
    }

    .product_holder .product_tabs .tab-pane {
        padding: 10px 0 0 0;
    }

    .tab-content > .tab-pane {
        min-height: unset;
    }

    .product_holder .right_side .common_properties_holder {
        margin-top: 20px;
    }

    .tab-content .page {
        padding: 5px;
    }

    h5 span {
        display: block;
        width: 100%;
    }

    .product_holder .right_side .logo_holder img {
        max-width: auto;
        height: auto;
    }

    .lightbox_holder {
        aspect-ratio: unset;
        min-height: 330px;
    }

        .lightbox_holder:not(.zoom) .big_image img {
            height: auto;
            width: auto;
            max-height: 100%;
            max-width: 70%;
        }

        .lightbox_holder.four_images .buttons, .lightbox_holder.two_images .buttons {
            bottom: 0px;
            transform: translate(-50%, 30px);
        }

        .mobile_version .lightbox_holder.four_images .buttons, .lightbox_holder.two_images .buttons {
            bottom: 0px;
            transform: translate(-50%, 25px);
        }

    .mobile_version .lightbox_holder.zoom .buttons {
        bottom: 0;
        transform: translate(-50%, -10px)
    }

    .lightbox_holder.zoom .buttons, .lightbox_holder.two_images .buttons {
        bottom: 0px;
        transform: translate(-50%, 30px);
    }

    .product_holder .review_video_holder .video-container {
        text-align: center;
    }

    .product_holder .right_side .logo_holder a {
        text-align: right;
        position: relative;
    }

    .product_holder .navigation_holder {
        padding: 0 0 10px 0;
    }

    .product_holder .right_side .logo_holder {
        margin-top: 10px;
        display: inline-block;
    }
    .main_right_panel .main_right_panel .product_holder .right_side {
        padding:0px;
    }
}

.product_holder .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #ccc;
    border-bottom: 0px;
}

.product_holder .nav-tabs {
    --bs-nav-tabs-border-color: #ccc;
}


.la-check-square {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 21.28125 11.28125 L 14 18.5625 L 10.71875 15.28125 L 9.28125 16.71875 L 13.28125 20.71875 L 14 21.40625 L 14.71875 20.71875 L 22.71875 12.71875 Z"/></svg>')
}

.la-bell {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M 16 3 C 14.894531 3 14 3.894531 14 5 C 14 5.085938 14.019531 5.167969 14.03125 5.25 C 10.574219 6.132813 8 9.273438 8 13 L 8 22 C 8 22.566406 7.566406 23 7 23 L 6 23 L 6 25 L 13.1875 25 C 13.074219 25.316406 13 25.648438 13 26 C 13 27.644531 14.355469 29 16 29 C 17.644531 29 19 27.644531 19 26 C 19 25.648438 18.925781 25.316406 18.8125 25 L 26 25 L 26 23 L 25 23 C 24.433594 23 24 22.566406 24 22 L 24 13.28125 C 24 9.523438 21.488281 6.171875 17.96875 5.25 C 17.980469 5.167969 18 5.085938 18 5 C 18 3.894531 17.105469 3 16 3 Z M 15.5625 7 C 15.707031 6.988281 15.851563 7 16 7 C 16.0625 7 16.125 7 16.1875 7 C 19.453125 7.097656 22 9.960938 22 13.28125 L 22 22 C 22 22.351563 22.074219 22.683594 22.1875 23 L 9.8125 23 C 9.925781 22.683594 10 22.351563 10 22 L 10 13 C 10 9.824219 12.445313 7.226563 15.5625 7 Z M 16 25 C 16.5625 25 17 25.4375 17 26 C 17 26.5625 16.5625 27 16 27 C 15.4375 27 15 26.5625 15 26 C 15 25.4375 15.4375 25 16 25 Z"/></svg>')
}

.la-copy {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M 4 4 L 4 24 L 11 24 L 11 22 L 6 22 L 6 6 L 18 6 L 18 7 L 20 7 L 20 4 Z M 12 8 L 12 28 L 28 28 L 28 8 Z M 14 10 L 26 10 L 26 26 L 14 26 Z"/></svg>')
}

/* ----------------------------------- accessories.css ------------------------------------ */

.rtl .accessories_control {
    direction: rtl;
}

.accessories_holder {
    display: grid;
    grid-template-columns: 250px auto;
    column-gap: 20px;
    margin: 30px 0 50px 0;
    min-height: 1000px;
}

    .accessories_holder .accessories_category {
        line-height: 30px;
    }

    .accessories_holder .show_all_products_in_category {
        font-weight: bold;
        margin-top: 20px !important;
        display: block;
    }

.accessories_categories {
    max-height: 900px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 1000px) {
    .accessories_holder .accessories_dropdown {
        border: 0px;
        padding: 0px;
    }

        .accessories_holder .accessories_dropdown ul {
            display: contents;
            padding: 0px;
            border: 0px;
        }

        .accessories_holder .accessories_dropdown .title {
            display: none;
        }
}

@media (max-width: 1000px) {
    .accessories_holder {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 0px;
        margin: 20px 0 50px 0;
        min-height: auto;
    }

        .accessories_holder .accessories_dropdown {
            margin: auto auto;
            margin-bottom: 20px;
            position: unset !important;
            min-width: 200px;
        }

            .accessories_holder .accessories_dropdown ul {
                left: 40px;
            }

            .accessories_holder .accessories_dropdown .title {
                display: block;
            }

        .accessories_holder .show_all_products_in_category {
            margin: auto auto;
        }
}
