.product.info.detailed .product.attribute.overview {
    display: none !important;
}

.catalog-product-view {
    .page-main {
        .columns {
            max-width: 1470px;
            width: auto;
            padding-left: 1rem;
            padding-right: 1rem;
            display: block;
        }
    }
    .product-info-main {
        #gallery {
            margin-bottom: 15px;
            @media (min-width: 768px) {
                position: sticky;
                margin: 0;
                top: 0;
                align-self: flex-start;
            }
            .bc_prd_arrow {
                top: 50%;
                transform: translateY(-50%);
                background: var(--bc_secondary);
                svg {
                    stroke: var(--bc_white);
                    width: 22px;
                    height: 22px;
                }
            }
            .js_thumbs_slides {
                button {
                    &:hover {
                        border-color: var(--bc_primary);
                    }
                    &.border-primary {
                        border-color: var(--bc_primary);
                    }
                }
            }
        }
        &:has(.max-h-screen-75){
            #gallery {
                z-index: 99;
            }
        }
        .product {
            width: 100%;
            padding: 0;
            @media (min-width: 768px) {
                display: flex;
                align-items: center;
                gap: 50px;
                margin-top: 0;
            }
            h1 {
                text-align: left;
                .bc_sec_title {
                    text-transform: none;
                    font-size: 22px;
                    margin-bottom: 0;
                }
            }
            .collection-made {
                text-align: right;
                @media (max-width: 767px) {
                    margin: 5px 0;
                }
            }
        }
        .bc_p_inf {
            margin-bottom: 15px;
            .colour {
            	.bc_swt {
            		.product-option-values {
            			@media (max-width: 767px) {
	            			padding-left: 10px;
	            		}
            		}
            	}
            }
            .print-docoration {
                font-size: 0;
                height: 0;
                overflow: hidden;
                .options-list {
                    .btn {
                        position: relative;
                        cursor: pointer;
                        input {
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            opacity: 0;
                            cursor: pointer;
                        }
                    }
                    .btn-primary {
                        label {
                            color: var(--bc_white);
                        }
                    }
                }
            }
            .bc_onl_ord {
                .bc_eac_btn {
                    flex-grow: 1;
                    button, input {
                        width: 100%;
                        cursor: pointer;
                    }
                }
                #add-to-wishlist {
                    flex-grow: 1;
                }
            }
            .final-price {
                display: inline-flex;
                align-items: center;
                gap: 5px;
                .price {
                    font-size: 30px;
                    font-weight: 500;
                }
            }
            .bc_rat {
                .rating-summary {
                    svg {
                        path {
                            color: inherit;
                        }
                    }
                }
            }
            .tier-price-container {
                .prices-tier {
                    background-color: var(--ba_grey);
                    padding: 5px 0;
                    .item {
                        padding: 5px 10px;
                    }
                }
            }
            .delivery-flag {
                @media (max-width: 767px) {
                    margin: 5px 0;
                }
                label {
                    color: var(--bc_primary);
                    font-weight: 500;
                    font-size: 14px;
                    padding-left: 20px;
                    &:before {
                        content: "";
                        height: 14px;
                        width: 14px;
                        position: absolute;
                        left: 0;
                        top: 2px;
                        border-width: 1px;
                        border-style: solid;
                        background: var(--bc_white);
                        border-color: var(--bc_secondary);
                        border-radius: 50%;
                    }
                }
                .relative {
                    input {
                        opacity: 0;
                        position: absolute;
                        &:checked {
                            + label {
                                &:before {
                                    background: var(--bc_primary);
                                }
                            }
                        }
                    }
                }
            }
            .bc_form_inpage {
                background-color: var(--bc_secondary);
                .form-input {
                    background: var(--bc_white);
                    border: none;
                    border-radius: 0;
                    display: flex;
                }
                .quantity-box {
                    .qtybox {
                        button {
                            background: var(--bc_primary);
                        }
                    }
                }
            }
            .box-tocart {
                .fieldset {
                    .qty {
                        flex: 0 0 auto;
                        margin-right: 20px;
                        .control {
                            input {
                                flex: 0 0 auto;
                                width: 70px;
                                padding: 0;
                                text-align: center;
                                align-self: stretch;
                                background: var(--bc_secondary);
                                border-color: var(--bc_secondary);
                            }
                        }
                    }
                    .actions {
                        flex: 0 0 auto;
                        flex-grow: 1;
                    }
                }
            }
            .bulk-order {
                background-color: var(--ba_grey);
                padding: 20px;
                margin-bottom: 10px;
                @media (max-width: 767px) {
                    padding: 20px 10px;
                }
                h3 {
                    text-transform: uppercase;
                    width: 100%;
                    text-align: left;
                    padding: 0 0 17px;
                    margin-bottom: 0;
                    font-weight: 700;
                    display: block;
                    font-size: 16px;
                }
                table {
                    tr {
                        th {
                            padding: 5px 5px 15px;
                            font-weight: 600;
                            vertical-align: top;
                            &:first-child {
                                padding-left: 0;
                            }
                        }
                        td {
                            vertical-align: top;
                            padding: 5px;
                            &:first-child {
                                span {
                                    display: block;
                                    text-align: center;
                                    background: var(--bc_secondary);
                                    color: var(--bc_white);
                                    padding: 6px 8px;
                                    text-transform: uppercase;
                                    @media (min-width: 540px) {
                                        min-width: 70px;
                                    }
                                }
                            }
                            input {
                                border: 0;
                                outline: 0;
                                border-radius: 0;
                                width: 100%;
                            }
                            &.bg-secondary {
                                span {
                                    background: var(--bc_secondary);
                                    text-align: center;
                                    color: var(--bc_white);
                                    display: block;
                                    padding: 5px;
                                    text-transform: uppercase;
                                    @media (min-width: 768px) {
                                        width: 200px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            /* position size selection based product */
            .product-options-wrapper {
                .big-image {
                    background-color: var(--ba_grey);
                    padding: 20px;
                    margin-bottom: 10px;
                    padding-bottom: 1px;
                    @media (max-width: 767px) {
                        padding: 20px 10px;
                    }
                    .branding-title {
                        display: flex;
                        justify-content: space-between;
                        margin-bottom: 10px;
                        label span {
                            font-weight: 700;
                        }
                        #value {
                            font-weight: 600;
                            text-transform: uppercase;
                            font-style: normal;
                        }
                        .vat-config {
                            position: relative;
                            background: #ededed;
                            display: flex;
                            justify-content: flex-end;
                            label {
                                padding: 0;
                                padding-right: 0 !important;
                                padding-top: 30px;
                                font-size: 12px;
                                font-weight: 700;
                                font-style: italic;
                            }
                            input[type=checkbox] {
                                opacity: 0;
                                + label {
                                    padding-top: 30px;
                                    cursor: pointer;
                                    span {
                                        position: absolute;
                                        right: 0;
                                        top: 0;
                                        &:before {
                                            content: "";
                                            width: 70px;
                                            height: 30px;
                                            border-radius: 40px;
                                            background: #ccc;
                                            border: 0;
                                            display: block;
                                        }
                                        &:after {
                                            content: "";
                                            width: 25px;
                                            height: 25px;
                                            background: #fff;
                                            display: block;
                                            position: absolute;
                                            left: 5px;
                                            top: 2.5px;
                                            border-radius: 30px;
                                            transition: all linear .4s;
                                        }
                                    }
                                }
                                &:checked {
                                    +label {
                                        span {
                                            &:before {
                                                background: var(--bc_secondary);
                                            }
                                            &:after {
                                                left: 40px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .swatch-attribute-options {
                        flex-wrap: nowrap;
                        overflow-x: auto;
                        gap: 15px;
                        .mageworx-swatch-container {
                            flex: 0 0 auto;
                            width: 168px;
                            height: 168px;
                            background: var(--bc_white);
                            text-align: center;
                            position: relative;
                            .tooltip-printimage {
                                width: 100%;
                                height: 100%;
                                padding: 3px;
                                border: 2px solid var(--bc_white);
                                position: relative;
                                cursor: pointer;
                                img {
                                    margin: auto;
                                    height: 100%;
                                    width: 100%;
                                    object-fit: scale-down;
                                }
                                span {
                                    display: none;
                                }
                                &.selected {
                                    border-color: var(--bc_secondary);
                                    &:after {
                                        background-image: url(../../images/check-mark.svg);
                                        position: absolute;
                                        right: 0;
                                        top: 0;
                                        width: 16px;
                                        height: 16px;
                                        background-size: initial;
                                        background-repeat: no-repeat;
                                        content: '';
                                        background-color: var(--bc_primary);
                                        background-position: center center;
                                    }
                                }
                            }
                        }
                    }
                }
                .field {
                    .control {
                        margin-bottom: 20px;
                        .options-list {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 10px;
                            align-items: start;
                            .choice {
                                position: relative;
                                flex: 0 0 auto;
                                margin: 0;
                                width: calc(50% - 20px);
                                label {
                                    font-weight: 600;
                                    padding: 5px;
                                    line-height: normal;
                                    background: var(--bc_white);
                                    color: var(--bc_secondary);
                                    border: 2px solid var(--bc_secondary);
                                    display: block;
                                    text-transform: uppercase;
                                    display: flex;
                                    align-items: center;
                                    text-align: center;
                                    justify-content: center;
                                    width: 100%;
                                }
                                input {
                                    opacity: 0;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    width: 100%;
                                    height: 100%;
                                    cursor: pointer;
                                }
                                &.selected {
                                    label {
                                        background: var(--bc_secondary);
                                        color: var(--bc_white);
                                        &:after {
                                            background-image: url(../../images/check-mark.svg);
                                            position: absolute;
                                            right: 0;
                                            top: 0;
                                            width: 16px;
                                            height: 16px;
                                            background-size: initial;
                                            background-repeat: no-repeat;
                                            content: '';
                                            background-color: var(--bc_primary);
                                            background-position: center center;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    &.opt-print-type, &.opt-print-color, &.cmyk-container, &.opt-print-areasize, &.express-container {
                        > .label {
                            text-transform: uppercase;
                            width: 100%;
                            text-align: left;
                            padding: 0 0 10px;
                            margin-bottom: 0;
                            font-weight: 700;
                            display: block;
                        }
                    }
                    &.opt-print-color, &.cmyk-container, &.opt-print-areasize, &.express-container {
                        .control {
                            .options-list {
                                .choice {
                                    width: 60px;
                                }
                            }
                        }
                    }
                }
                .print-selection-container {
                    background-color: var(--ba_grey);
                    padding: 20px;
                    margin-bottom: 10px;
                    padding-bottom: 1px;
                    @media (max-width: 767px) {
                        padding: 20px 10px;
                    }
                    .selectedItem {
                        display: grid;
                        grid-template-columns: 74px 1fr;
                        column-gap: 90px;
                        padding: 15px 0 20px;
                        .selectedImg {
                            display: block;
                            height: 0;
                            position: relative;
                            z-index: 1;
                            padding-bottom: 100%;
                            border: 2px solid #373a36;
                            background-color: #fff;
                            text-align: center;
                            text-transform: uppercase;
                            line-height: 1.6;
                            font-size: 14px;
                            overflow: hidden;
                            img {
                                width: auto;
                                height: auto;
                                display: block;
                                position: absolute;
                                left: 50%;
                                top: 50%;
                                max-width: 100%;
                                max-height: 100%;
                                transform: translate(-50%, -50%);
                            }
                        }
                        .selectedContent {
                            .selectedID {
                                text-transform: uppercase;
                                font-weight: 500;
                                font-size: 20px;
                            }
                            .remove-selection {
                                font-style: italic;
                                font-weight: 700;
                                cursor: pointer;
                                background-image: url(../../images/remove.png);
                                background-repeat: no-repeat;
                                background-position: left center;
                                background-size: 20px 20px;
                                padding-left: 30px;
                                margin-top: 10px;
                                span {
                                    font-size: 14px;
                                }
                                &.disable-remove {
                                    display: none;
                                }
                            }
                        }
                    }
                }
                .print-matrix-container {
                    background-color: var(--ba_grey);
                    padding: 20px;
                    margin-bottom: 10px;
                    padding-bottom: 15px;
                    @media (max-width: 767px) {
                        padding: 20px 10px;
                    }
                    .brand-qty-div {
                        position: relative;
                        overflow-y: auto;
                        width: 100%;
                        .brand-qty-head {
                            display: grid;
                            grid-template-columns: 30px 16% 27% 17% 100px 50px;
                            text-align: center;
                            font-size: 15px;
                            font-weight: 700;
                            column-gap: 6px;
                            margin-bottom: 0;
                            @media (max-width: 767px) {
                                grid-template-columns: 30px 22% 40% 20% 100px 50px;
                            }
                        }
                        .brand-qty-grid {
                            .brand-qty-row {
                                display: grid;
                                grid-template-columns: 30px 16% 27% 17% 100px 50px;
                                text-align: center;
                                column-gap: 6px;
                                margin-bottom: 6px;
                                @media (max-width: 767px) {
                                    grid-template-columns: 30px 22% 40% 20% 100px 50px;
                                }
                                .select-qty {
                                    position: relative;
                                    text-align: left;
                                    .brand-qty-div {
                                        overflow: unset;
                                    }
                                    label {
                                        width: 17px;
                                        height: 17px;
                                        margin-top: 8px;
                                        &:before {
                                            left: 0 !important;
                                            content: '';
                                            height: 14px;
                                            width: 14px;
                                            border: 1px solid var(--bc_secondary);
                                            position: absolute;
                                            top: 0px;
                                            border-radius: 50%;
                                        }
                                    }
                                    input {
                                        position: absolute;
                                        width: 100%;
                                        height: 100%;
                                        border: 0;
                                        opacity: 0;
                                        display: inline-block;
                                        z-index: 1;
                                        margin: 2px 0;
                                        padding: 0;
                                        float: left;
                                        &:checked {
                                            + label {
                                                &:before {
                                                    background: var(--bc_primary);
                                                }
                                            }
                                        }
                                    }
                                }
                                .total-qty, .save-per, .price, .subtotal {
                                    background-color: #D8D7D5;
                                    font-size: 14px;
                                    font-weight: 500;
                                    display: inline-flex;
                                    align-items: center;
                                    justify-content: center;
                                    @media (max-width: 767px) {
                                        font-size: 13px;
                                    }
                                }
                                .subtotal {
                                    background-color: var(--bc_secondary);
                                    color: var(--bc_white);
                                }
                                .uploadImage label {
                                    background-image: url(../../images/image_upload.png);
                                    background-size: 28px 28px;
                                    background-repeat: no-repeat;
                                    background-position: center;
                                    filter: brightness(0);
                                    cursor: pointer;
                                    width: 28px;
                                    height: 28px;
                                    font-size: 0;
                                    display: inline-block;
                                    vertical-align: top;
                                }
                                &:has(.selected) {
                                    .uploadImage label {
                                        filter: brightness(1);
                                    }
                                }
                            }
                        }
                        .show-more-price-breaks {
                            font-size: 13px;
                            font-weight: 700;
                            font-style: italic;
                            padding-left: 36px;
                            span {
                                font-size: 20px;
                                font-weight: 400;
                                color: var(--bc_primary);
                                vertical-align: middle;
                            }
                        }
                    }
                }
                .express-container {
                    background-color: var(--ba_grey);
                    padding: 20px;
                    margin-bottom: 10px;
                    padding-bottom: 1px;
                    @media (max-width: 767px) {
                        padding: 20px 10px;
                    }
                }
                .range-slider-details {
                    background-color: var(--ba_grey);
                    padding: 20px;
                    margin-bottom: 10px;
                    @media (max-width: 767px) {
                        padding: 20px 10px;
                    }
                    .range_slider__value {
                        display: inline-block;
                        position: relative;
                        color: var(--bc_white);
                        line-height: 20px;
                        text-align: center;
                        border-radius: 0;
                        margin: 0 0 15px;
                        margin-left: 0;
                        font-weight: 700;
                        background: var(--bc_primary);
                        padding: 5px 20px;
                        font-size: 12px;
                    }
                }
                .config__earn_point {
                    background-color: var(--ba_grey);
                    padding: 20px;
                    margin-bottom: 10px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: flex-start;
                    justify-content: space-between;
                    @media (max-width: 767px) {
                        padding: 20px 10px;
                    }
                    > label {
                        flex: 0 0 auto;
                        width: 100%;
                    }
                    .config-print-price-container {
                        max-width: 50%;
                        @media (max-width: 1099px) {
                            padding-bottom: 10px;
                            max-width: 100%;
                        }
                        .qualifies-text {
                            p {
                                font-size: 14px;
                                color: #047857;
                                font-weight: 500;
                                margin-bottom: 5px;
                            }
                        }
                        .price-box {
                            display: flex;
                            align-items: center;
                            .config-print-price {
                                font-size: 30px;
                                font-weight: 500;
                            }
                            em {
                                margin-top: auto;
                                font-size: 14px;
                                padding-left: 10px;
                                padding-bottom: 8px;
                                font-weight: 600;
                                font-style: normal;
                            }
                        }
                        .breakdown-text {
                            p {
                                padding: 5px 0 0 0;
                                font-size: 14px;
                                text-transform: uppercase;
                                color: var(--bc_primary);
                                svg {
                                    stroke: var(--bc_primary);
                                }
                            }
                        }
                        .price-breakdown {
                            background: var(--bc_white);
                            padding: 10px 15px;
                            min-width: 250px;
                            z-index: 9;
                            border-radius: 5px;
                            box-shadow: 0 0 5px rgba(0,0,0,0.2);
                            top: calc(100% + 12px);
                            left: -100px;
                            @media (min-width: 768px) {
                                min-width: 300px;
                            }
                            @media (min-width: 1200px) {
                                left: auto;
                            }
                            &:before {
                                width: 0;
                                height: 0;
                                border-left: 10px solid transparent;
                                border-right: 10px solid transparent;
                                border-bottom: 10px solid #fff;
                                position: absolute;
                                content: '';
                                top: -10px;
                                left: 5px;
                                z-index: 2;
                            }
                            strong {
                                width: 105px;
                                display: inline-block;
                                font-weight: 400;
                                vertical-align: middle;
                                font-size: 14px;
                            }
                            span {
                                font-size: 14px;
                                vertical-align: middle;
                                display: inline-block;
                            }
                            .product-stock-data {
                                border-top: 1px solid var(--bc_primary);
                                margin-top: 10px;
                                padding-top: 10px;
                                * {
                                    font-weight: 600;
                                    font-size: 14px;
                                }
                                label {
                                    font-weight: normal;
                                    margin: 0;
                                }
                                strong {
                                    width: 100%;
                                    display: block;
                                }
                            }
                        }
                        .vat-config {
                            display: flex;
                            padding: 0;
                            justify-content: flex-start;
                            margin-top: 20px;
                            position: relative;
                            label {
                                display: block;
                                margin-bottom: 10px;
                                padding-right: 90px;
                                position: relative;
                                span {
                                    position: absolute;
                                    right: 0;
                                    top: 0;
                                    cursor: pointer;
                                    &:before {
                                        content: "";
                                        width: 70px;
                                        height: 30px;
                                        border-radius: 40px;
                                        background: #ccc;
                                        border: 0;
                                        display: block;
                                    }
                                    &:after {
                                        content: "";
                                        width: 25px;
                                        height: 25px;
                                        background: #fff;
                                        display: block;
                                        position: absolute;
                                        left: 5px;
                                        top: 2.5px;
                                        border-radius: 30px;
                                        transition: all linear .4s;
                                    }
                                }
                            }
                            input {
                                position: absolute;
                                padding: 0;
                                opacity: 0;
                                display: inline-block;
                                width: 14px;
                                height: 14px;
                                z-index: 1;
                                margin: 2px 0;
                                float: left;
                                top: 2px;
                                &:checked {
                                    + label {
                                        span {
                                            &:before {
                                                background: var(--bc_secondary);
                                            }
                                            &:after {
                                                left: 40px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        .mp-reward-points {
                            .register {
                                margin-bottom: 0;
                            }
                        }
                    }
                    .earn-point-container {
                        flex: 0 0 auto;
                        width: 38%;
                        @media (max-width: 1099px) {
                            width: 100%;
                        }
                        .oas_btn {
                            label {
                                font-size: 16px;
                                cursor: pointer;
                            }
                        }
                        .stock-text {
                            font-size: 11px;
                            font-weight: 500;
                            text-transform: uppercase;
                        }
                        .sign-up-box {
                            background-color: var(--bc_primary);
                            padding: 10px;
                            text-align: center;
                            * {
                                color: var(--bc_white);
                                line-height: 18px;
                                font-weight: 600;
                                font-size: 15px;
                            }
                            span {
                                text-transform: capitalize;
                                font-weight: 400;
                            }
                            a {
                                text-transform: uppercase;
                                display: block;
                            }
                            strong {
                                text-transform: capitalize;
                                display: block;
                                font-weight: 600;
                            }
                        }
                    }
                }
            }
        }
        .short_description {
            p {
                color: var(--bc_color_light);
            }
        }
        .stock-and-share {
            .product-stock-data {
                flex: 0 0 auto;
                width: 65%;
                padding-right: 10px;
                @media (min-width:0) and (max-width: 767px) {
                    width: 100%;
                    margin-bottom: 15px;
                }
                * {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 27px;
                }
                label {
                    font-weight: normal;
                }
                .qualifies-text {
                    margin-top: 20px;
                    p {
                        b {
                            font-weight: 700;
                        }
                    }
                    .product-used-block {
                        max-width: 250px;
                        border: 2px solid var(--bc_secondary);
                        margin-top: 15px;
                        p {
                            color: var(--bc_secondary);
                            text-transform: uppercase;
                            text-align: center;
                            strong {
                                font-weight: 700;
                            }
                            &:last-child {
                                background-color: var(--bc_secondary);
                                color: var(--bc_white);
                            }
                        }
                    }
                }
            }
            .share-items {
                flex: 0 0 auto;
                width: 35%;
                margin-left: auto;
                @media (min-width:0) and (max-width: 767px) {
                    width: 100%;
                }
                .sharing-block {
                    display: flex;
                    justify-content: flex-end;
                }
            }
        }
        .mp-reward-points {
            .points {
                font-size: 14px;
                font-weight: 600;
                line-height: 27px;
                &:before {
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                    background: url(../../images/rewards-icon.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                    width: 22px;
                    height: 22px;
                    margin-right: 5px;
                }
                * {
                    font-size: 14px;
                    font-weight: 600;
                }
            }
            .register {
                margin-bottom: 10px;
                span {
                    color: var(--bc_color_light);
                    font-size: 12px;
                }
            }
        }
    }
    .product-details-wrapper {
        align-items: flex-start;
        .pd_right_part {
            flex: 0 0 auto;
            width: 100%;
            @media (min-width: 768px) {
                width: 47%;
                margin-left: 3%;
            }
            .faq-category {
                .accordion-list {
                    .bc_faq_list {
                        .bc_faq_title {
                            position: relative;
                            cursor: pointer;
                            font-weight: normal;
                            &:after {
                                content: '+';
                                color: var(--bc_primary);
                                font-size: 24px;
                                text-align: center;
                                line-height: 1;
                                font-weight: 700;
                            }
                            &.active {
                                &:after {
                                    content: '-';
                                }
                            }
                        }
                        .bc_faq_ans {
                            background-color: var(--bc_white);
                            * {
                                color: var(--bc_color_light);
                                font-size: 16px;
                            }
                            a {
                                color: var(--bc_primary);
                                * {
                                    color: var(--bc_primary);
                                }
                            }
                            img {
                                max-width: 100%;
                                margin-bottom: 12px;
                            }
                            p {
                                margin-bottom: 12px;
                            }
                        }
                    }
                }
            }
        }
        .pd_left_part {
            flex: 0 0 auto;
            width: 100%;
            @media (min-width: 768px) {
                width: 50%;
            }
            #review-form {
                .card {
                    box-shadow: none;
                    background: var(--ba_grey);
                    .review-form {
                        legend {
                            * {
                                font-weight: 500;
                                color: var(--bc_secondary);
                                text-transform: uppercase;
                                font-size: 20px;
                                line-height: normal;
                            }
                            .font-semibold {
                                padding-top: 15px;
                                display: block;
                            }
                        }
                        .ring-primary {
                            svg {
                                * {
                                    color: var(--bc_secondary);
                                }
                                &:hover {
                                    * {
                                        color: var(--bc_primary);
                                    }
                                }
                            }
                            .text-yellow-400 {
                                svg {
                                    * {
                                        color: var(--bc_primary);
                                    }
                                }
                            }
                        }
                        .form-input {
                            background: var(--bc_white);
                            border: none;
                            border-radius: 0;
                        }
                        .btn {
                            &.btn-primary {
                                background: var(--bc_secondary);
                                border: 1px solid var(--bc_secondary);
                                span {
                                    color: var(--bc_white);
                                    font-weight: normal;
                                    line-height: normal;
                                    font-size: 16px;
                                }
                                &:hover {
                                    background: var(--bc_primary);
                                    border-color: var(--bc_primary);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .custom-brand-images-wrapper {
        .title {
            display: block;
            background: var(--ba_grey);
            color: var(--bc_secondary);
            font-size: 20px;
            text-align: center;
            margin-top: 50px;
            margin-bottom: 50px;
            font-weight: normal;
            padding: 19px 0;
            strong {
                font-style: italic;
                font-weight: 700;
                font-size: 20px;
            }
        }
        .images {
            display: flex;
            justify-content: space-around;
            img {
                max-width: 30%;
            }
        }
    }
    .reviews-widget {
        padding-top: 50px;
        h3.title {
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 20px;
        }
    }
}

/* Email a Quote Popup Start*/
.file {
    .control-file-image {
        border: 3px dashed #373a36;
        width: 100%;
        display: block;
        position: relative;
        height: 77px;
        background: var(--bc_white);
        border-radius: 5px;
        cursor: pointer;
        .product-custom-option {
            position: absolute;
            opacity: 0;
            height: 100%;
            width: 100%;
            z-index: 99;
            cursor: pointer;
        }
        label {
            display: block;
            font-style: normal;
            font-size: 12px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-weight: normal;
            text-align: center;
            z-index: 1;
            line-height: normal;
            cursor: pointer;
            padding: 0 10px;
            word-break: break-all;
            margin: 0;
            width: 100%;
            * {
                font-size: 12px;
            }
            @media (min-width: 1024px) {
                font-size: 14px;
                * {
                    font-size: 14px;
                }
            }
        }
    }
}
.quote-popup-modal {
    background: rgba(0,0,0,0.5);
    .bc_form_main {
        background-color: var(--ba_grey);
        width: 95dvw;
        max-height: 80dvh;
        overflow-y: auto;
        .box {
            flex: 0 0 auto;
            width: 100%;
            padding: 20px;
            @media (min-width: 768px) {
                width: 50%;
                padding: 30px;
                &.about-form {
                    width: 100%;
                }
            }
            @media (min-width: 1200px) {
                width: 33.33% !important;
            }
            &:last-child {
                margin-bottom: 0;
            }
            &.bc_stk_part {
                @media (min-width: 1200px) {
                    position: sticky;
                    top: 0;
                    justify-content: initial;
                }
            }
            .product-info-main {
                .product-options-wrapper {
                    .field {
                        > .label {
                            text-transform: uppercase;
                            width: 100%;
                            text-align: left;
                            padding: 0 0 10px;
                            margin-bottom: 0;
                            font-weight: 700;
                            display: block;
                        }
                    }
                    .big-image {
                        background: transparent;
                        padding: 0;
                        .multiplebrand-con {
                            display: flex;
                            justify-content: space-between;
                            margin-bottom: 10px;
                            label span {
                                font-weight: 700;
                            }
                            > span{
                                font-weight: 600;
                                text-transform: uppercase;
                                font-style: normal;
                            }
                            .vat-config {
                                position: relative;
                                display: flex;
                                justify-content: flex-end;
                                label {
                                    padding: 0;
                                    padding-right: 0 !important;
                                    padding-top: 30px;
                                    font-size: 12px;
                                    font-weight: 700;
                                    font-style: italic;
                                }
                                input[type=checkbox] {
                                    opacity: 0;
                                    position: absolute;
                                    + label {
                                        padding-top: 30px;
                                        cursor: pointer;
                                        span {
                                            position: absolute;
                                            right: 0;
                                            top: 0;
                                            &:before {
                                                content: "";
                                                width: 70px;
                                                height: 30px;
                                                border-radius: 40px;
                                                background: #ccc;
                                                border: 0;
                                                display: block;
                                            }
                                            &:after {
                                                content: "";
                                                width: 25px;
                                                height: 25px;
                                                background: #fff;
                                                display: block;
                                                position: absolute;
                                                left: 5px;
                                                top: 2.5px;
                                                border-radius: 30px;
                                                transition: all linear .4s;
                                            }
                                        }
                                    }
                                    &:checked {
                                        +label {
                                            span {
                                                &:before {
                                                    background: var(--bc_secondary);
                                                }
                                                &:after {
                                                    left: 40px;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        .control{
                            .quote-area-selection {
                                .quote-area {
                                    .mageworx-swatch-container {
                                        width: 98px;
                                        height: 98px;
                                    }
                                }
                            }
                        }
                    }
                    .print-selection-container-quote {
                        .selectedItem {
                            display: grid;
                            grid-template-columns: 74px 1fr;
                            column-gap: 90px;
                            padding: 15px 0 20px;
                            .selectedImg {
                                display: block;
                                height: 0;
                                position: relative;
                                z-index: 1;
                                padding-bottom: 100%;
                                border: 2px solid #373a36;
                                background-color: #fff;
                                text-align: center;
                                text-transform: uppercase;
                                line-height: 1.6;
                                font-size: 14px;
                                overflow: hidden;
                                img {
                                    width: auto;
                                    height: auto;
                                    display: block;
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    max-width: 100%;
                                    max-height: 100%;
                                    transform: translate(-50%, -50%);
                                }
                            }
                            .selectedContent {
                                .selectedID {
                                    text-transform: uppercase;
                                    font-weight: 500;
                                    font-size: 20px;
                                }
                                .remove-selection {
                                    font-style: italic;
                                    font-weight: 700;
                                    cursor: pointer;
                                    background-image: url(../../images/remove.png);
                                    background-repeat: no-repeat;
                                    background-position: left center;
                                    background-size: 20px 20px;
                                    padding-left: 30px;
                                    margin-top: 10px;
                                    span {
                                        font-size: 14px;
                                    }
                                    &.disable-remove {
                                        display: none;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            &.popupform-Options-qtybox {
                @media (max-width: 767px) {
                    padding-top: 0;
                }
                .control {
                    .qtybox {
                        background-color: var(--bc_secondary);
                        * {
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            color: var(--bc_white);
                            font-size: 20px;
                            font-weight: 500;
                        }
                        a {
                            flex: 0 0 auto;
                            width: 50px;
                        }
                        input {
                            flex: 0 0 auto;
                            width: 75px;
                            padding: 15px 5px;
                            font-size: 16px;
                            border: 0;
                            text-align: center;
                            background: var(--bc_secondary);
                        }
                    }
                }
                .qualifies-text {
                    .uppercase {
                        text-transform: uppercase;
                        font-weight: 700;
                        margin-bottom: 15px;
                        font-size: 14px;
                    }
                    .config-quote-price-container {
                        .price-final_price {
                            margin-bottom: 10px;
                            .config-print-price {
                                font-size: 30px;
                                font-weight: 500;
                            }
                            .vatText {
                                font-style: normal;
                            }
                        }
                        .breakdown {
                            margin-bottom: 15px;
                            * {
                                font-size: 14px;
                            }
                            label {
                                margin-bottom: 5px;
                            }
                        }
                        .vat-config {
                            display: flex;
                            padding: 0;
                            justify-content: flex-start;
                            margin-top: 10px;
                            margin-bottom: 10px;
                            position: relative;
                            label {
                                display: block;
                                margin-bottom: 10px;
                                padding-right: 90px;
                                position: relative;
                                font-size: 14px;
                                span {
                                    position: absolute;
                                    right: 0;
                                    top: 0;
                                    cursor: pointer;
                                    &:before {
                                        content: "";
                                        width: 70px;
                                        height: 30px;
                                        border-radius: 40px;
                                        background: #ccc;
                                        border: 0;
                                        display: block;
                                    }
                                    &:after {
                                        content: "";
                                        width: 25px;
                                        height: 25px;
                                        background: #fff;
                                        display: block;
                                        position: absolute;
                                        left: 5px;
                                        top: 2.5px;
                                        border-radius: 30px;
                                        transition: all linear .4s;
                                    }
                                }
                            }
                            input {
                                position: absolute;
                                padding: 0;
                                opacity: 0;
                                display: inline-block;
                                width: 14px;
                                height: 14px;
                                z-index: 1;
                                margin: 2px 0;
                                float: left;
                                top: 2px;
                                &:checked {
                                    + label {
                                        span {
                                            &:before {
                                                background: var(--bc_secondary);
                                            }
                                            &:after {
                                                left: 40px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .eastimated-text {
                        * {
                            font-size: 14px;
                        }
                    }
                }
            }
            &.about-form {
                background-color: var(--bc_secondary);
                padding: 0;
                align-self: stretch;
                .product-options-wrapper {
                    h3 {
                        button {
                            width: auto;
                            svg {
                                stroke: var(--bc_primary);
                            }
                            @media (min-width:0) and (max-width:1199px) {
                                position: fixed;
                                top: 15px;
                                right: 25px;
                                padding: 5px;
                                background: var(--bc_white);
                                border-radius: 50%;
                            }
                        }
                    }
                    .quotefieldset {
                        padding: 20px;
                        > .field {
                            margin-top: 0;
                            margin-bottom: 15px;
                        }
                        .checkfield {
                            position: relative;
                            label {
                                cursor: pointer;
                                vertical-align: top;
                                font-weight: normal;
                                color: var(--bc_white);
                                &:before {
                                    margin-right: 18px;
                                    content: '';
                                    display: inline-block;
                                    vertical-align: middle;
                                    width: 14px;
                                    height: 14px;
                                    background: var(--bc_white);
                                    border-radius: 100%;
                                    cursor: pointer;
                                }
                            }
                            input {
                                opacity: 0;
                                position: absolute;
                                &:checked {
                                    + label {
                                        &:before {
                                            background: var(--bc_primary);
                                        }
                                    }
                                }
                            }
                        }
                        .multiple-images-outer {
                            .multiple-images-inner {
                                .label {
                                    span {
                                        font-weight: 600;
                                        color: var(--bc_primary);
                                    }
                                }
                            }
                        }
                    }
                }
                .award-image {
                    @media (max-width: 1199px) {
                        padding-top: 30px;
                    }
                }
            }
        }
    }
}
/* Email a Quote Popup End*/

.wk-oosn-notificationcontainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--ba_grey);
    padding: 20px;
    label {
        font-weight: 700
    }
    #wk-notification-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        .wk-oosn-emailBox {
            flex-grow: 1;
            margin: 0;
            input {
                border:1px solid #ffffff;
                width: 100%;
            }
        }
        button {
            flex: 0 0 auto;
            width: 133px;
        }
    }
}