#product div#columns {
    max-width: 1300px !important;
    padding: 30px 40px;

    .primary_block {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .primary_block > div {
        width: 100%;
        max-width: 100%;
        padding-left: 30px !important;
        padding-right: 0 !important;

        &.pb-left-column {
            position: relative;
            z-index: 99999;
            .left-thumbs-table {
                div#image-block {
                    border: none;
                    img#bigpic,
                    span#view_full_size {
                        border: none;
                    }
                }
            }
        }

        &.pb-center-column {
            
            > * {
                padding-left: 30px;
            }
            .product-title {
                border: none;
                h1 {
                    font-size: 42px;
                    margin-bottom: 10px;
                    line-height: 1.3;
                    margin-top: 0;
                }
            }
            .content_prices .price {
                font-size: 30px;
                line-height: 1.3;
            }
            span.tax-label {
                font-size: 14px;
                display: block;
            }
            div#quantity_wanted_p {
                display: none;
            }
            .add_to_cart_container {
                width: 100%;
                button {
                    width: 100%;
                    margin: 0 !important;
                }
            }
            p#last_quantities {
                width: 100%;
                text-align: center;
                box-shadow: none;
                margin: 0;
                padding: 0;
            }
            .multi-accessories {
                border: 1px solid #000 !important;
                margin: 40px 0 20px 30px;
                padding: 0;
                position: relative;
                .accessory-heading {
                    padding: 10px 20px !important;
                    font-size: 17px !important;
                    text-align: center;
                    background: #fff;
                    display: block;
                    width: max-content;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: -20px;
                    margin: 0 auto;
                }
                .accessorycheckbox {
                    padding: 25px !important;
                    float: none;
                    box-shadow: none;
                    margin: 0;
                    div.ajax_block_product {
                        border: none !important;
                        padding: 0;
                        margin-bottom: 20px;

                        &:hover {
                            outline: none !important;
                            box-shadow: none;
                        }

                        > div {
                            display: flex;
                            align-items: center;
                            gap: 20px;
                            span.price {
                                display: block;
                                font-size: 15px;
                            }
                        }
                        .last_child {
                            align-self: start;
                            margin-top: 5px;
                        }
                        img {
                            border: 1px solid #e9e9e9;
                        }
                    }
                }
            }
            div#estimateddelivery {
                margin-top: 40px;
            }
        }
    }

    @media screen and (max-width: 1300px) {
        .row {
            margin: 0;
            .pb-left-column {
                padding-left: 0 !important;
            }
            .primary_block {
                grid-template-columns: 100%;

            }
        }
    }
    
    @media screen and (max-width: 590px) {
        padding: 60px 22px;

        .row {
            div#center_column {
                padding: 0;
            }
            .pb-left-column {

            }
            .primary_block {
                > div {
                    padding-left: 0px !important;
                    &.pb-center-column {
                        > * {
                            padding-left: 0px;
                        }
                        .multi-accessories {
                            margin-left: 0 !important;
                        }
                        .product-title {
                            border: none;
                            h1 {
                                font-size: 30px;
                            }
                        }
                    }
                    &.pb-left-column {
                        & .left-thumbs-table {
                            div#image-block {
                                max-width: 85%;
                            }
                            #views_block {
                                position: absolute;
                                right: 0;
                                top: 0;
                                width: 10.5%;
                                div#thumbs_list {
                                    margin: 0;
                                    li {
                                        margin: 0px 0 11px;
                                        border: none;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

#product #thumbs_list_frame {
    opacity: 1;
    visibility: visible;
}
#holidaynotice,
.pb-right-column {
    display: none !important;
}
.nav-tabs {
    border: none;
    justify-content: center;
}
.nav-tabs li a {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Questrial', sans-serif !important;
    font-weight: 600;
    border-bottom: 1px solid #1c1d1d1a !important;
}
section.page-product-box {
    border: none !important;
    padding: 25px 0 !important;
}
section.page-product-box * {
    font-size: 17px;
}
.third_child {
    margin-top: 18px;
}
button.ajax_add_to_cart_product_button_acc {
    border: none;
    background: no-repeat;
    font-size: 14px;
    text-decoration: underline;
}
.fancybox-overlay-fixed {
    z-index: 99999 !important;
}