.container {
    max-width: 1425px !important;
}
#product div#columns {
    padding: 0;

    .primary_block {
        display: grid;
        grid-template-columns: 40% 40% 20%;
    }

    .primary_block > div {
        width: 100%;
        max-width: 100%;
        padding-left: 30px !important;
        padding-right: 0 !important;

        &.pb-left-column {
            position: relative;
            z-index: 1;
            .left-thumbs-table {
                div#image-block {
                    border: none;
                    background: #F9F9F9;
                    img#bigpic,
                    span#view_full_size {
                        border: none;
                        background: #F9F9F9;
                    }
                }
            }
        }

        &.pb-center-column {
            > * {
                padding: 0 !important;
            }
            .product-title {
                border: none;
                h1 {
                    margin-bottom: 0;
                    margin-top: 0;
                    color: #000 !important;
                    background: #F7F7F7;
                    border: 1px solid #CECECE;
                    font-weight: 700;
                    font-size: 25px;
                    line-height: 100%;
                    text-align: center;
                    padding: 13px;
                    border-radius: 10px;
                }
            }
            .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;
            }
            
            form#buy_block {
                display: grid;
                grid-template-columns: 30% 70%;
                box-shadow: 0px 4px 25px 0px #00000026;
                border: 1px solid #CECECE;
                background: #F7F7F7;
                border-radius: 10px;
                padding: 10px 20px !important;
                align-items: center;

                * {
                    border: none;
                }
                .box-info-product {
                    grid-column: 1 / span 2;
                }
                .content_prices .price {
                    font-size: 30px;
                    line-height: 1.3;
                    display: flex;
                    align-items: center;
                    justify-content: end;
                    color: #444E44 !important;
                    font-weight: 700;
                    * {
                        margin-bottom: 0;
                    }
                }
                span.tax-label {
                    font-size: 14px;
                    display: block;
                }
                .box-cart-bottom {
                    display: grid;
                    grid-template-columns: 30% 70%;
                    padding-top: 0;
                }
                .price-countdown-wrapper {
                    display: none;
                }
                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;
                }
                select {
                    border: 1px solid !important;
                    border-radius: 0 !important;
                    padding: 10px;
                    height: auto;
                    font-size: 14px;
                    background-position: 95% center;
                }
                
                @media screen and (max-width: 1000px) {
                    & {
                        position: fixed;
                        bottom: 0;
                        z-index: 999;
                        left: 0;
                        right: 0;
                        padding: 10px !important;
                        grid-template-columns: 50% 50% !important;
                        
                        .content_prices .price {
                            font-size: 18px;
                        }
                        select {
                            width: 100% !important;
                            flex: 0 0 100%;
                            max-width: 100%;
                        }
                    }
                }
                
            }
        }
    }

    @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: 1000px) {
        /* 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: 100%;
                            }
                            #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;
    padding: 0;
    margin: 0;
}
#holidaynotice {
    display: none !important;
}
.nav-tabs {
    /* border: none; */
    justify-content: center;
    gap: 10px;
}
.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;
}
section.page-product-box iframe {
    height: 500px;
}
section#attachmentsTab a.btn.btn-default.btn-block {
    background: #415c2d;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px;
    width: max-content;
    margin: 10px auto;
}
.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;
}
#product #columns .product-tabs-container .nav-tabs li a {
    font-size: 16px !important;
    cursor: default;
    text-decoration: none !important;
    outline: none !important;
    margin-bottom: -1px !important;
    display: block;
    padding: 10px;
    border: 1px solid #dedede !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #6C6C6C !important;
    font-weight: 500;
}
#product #columns .product-tabs-container .nav-tabs li a.active {
    border-bottom: 1px solid #fff !important;
}
#product .box-info-product .exclusive {
    background: #415C2D !important;
}
.hidden {
    display: none !important;
}
.more_buttons_bottom_block.no-print {
    display: none;
}
#product .ccform-container > .ccform-info > .row .ccform-content {
    display: flex;
    justify-content: space-between;
}
#product .ccform-container > .ccform-info > .row .ccform-content * {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 16px;
}
#product .ccform-container > .ccform-info > .row .ccform-content .ccform-content-item.ccform-content-title {
    font-weight: 700;
}
#product .ccform-container > div.ccform {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px;
}
#product .ccform-container > div.ccform .form-group {
    margin-bottom: 0;
}
#product .ccform-container > div.ccform .form-group:nth-child(3) {
    grid-row: 1 / span 2;
    grid-column: 2;
    width: 100%;
    height: 100%;
}
#product .ccform-container > div.ccform .form-group:nth-child(3) textarea.ccform-input {
    width: 100%;
    height: 100%;
}
#product .ccform-container > div.ccform div#tos_confirm_and_submit {
    grid-column: 1 / span 2;
}
div#ups_product div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.pb-right-column-content {
    border: none !important;
}
.pb-left-column #image-block .slick-arrow {
    opacity: 1 !important;
    background: #0000004f !important;
    height: 75px;
    padding: 0 25px 0 15px;
    top: calc(50% + calc(75px / 2));
}
.pb-left-column #image-block .slick-arrow.slick-next {
    right: 0;
}
.pb-left-column #image-block .slick-arrow.slick-prev {
    left: 0;
}
#product .pb-left-column #views_block {
    max-width: 100%;
}
#product .pb-left-column #views_block #thumbs_list {
    margin: 0;
}
.product_attributes {
    display: flex;
    width: 100%;
}
.product_attributes div#attributes {
    flex: 0 0 100%;
}
#quantity_wanted_p .quantity-input-wrapper {
    width: 100%;
    height: 100%;
}
#quantity_wanted_p .quantity-input-wrapper input {
    width: 100%;
    height: 100%;
}
div#payment_methods {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    grid-column: 1 / span 2;
}
div#payment_methods * {
    display: block;
    width: 100%;
}
#product div.accessorycheckbox {
    box-shadow: none !important;
}
#product #stock_status span {
    padding: 0;
    /* color: #444E44; */
    font-size: 16px;
}
@media screen and (max-width: 1000px) {
    div#ups_product {
        margin: 10px 0 0;
    }
    div#ups_product div {
        justify-content: center;
    }
    .multi-accessories {
        margin: 30px auto 30px !important;
    }
    #product .ccform-container > div.ccform div#tos_confirm_and_submit {
        gap: 10px;
    }
}

@media screen and (max-width: 450px) {
    #product .ccform-container > .ccform-info > .row .ccform-content {
        flex-direction: column;
        margin-bottom: 5px;
    }
    #product .ccform-container > .ccform-info > .row .ccform-content * {
        font-size: 14px;
        margin: 5px 0 5px;
    }
    #product .ccform-container > div.ccform {
        grid-template-columns: 100%;
    }
    #product .ccform-container > div.ccform * {
        grid-column: 1 !important;
    }
    div#payment_methods img {
        width: max-content;
        height: 17px;
    }
}