body {
    background-color: #2d2d2d;
    color: #fff;
    max-width: 100%;
    font-family: Flama, sans-serif;
}

.page-main {
    background-color: #2d2d2d;
}

.page-main .hidden {
    display: none;
}

h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 2rem;
}

select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

.label {
    line-height: inherit;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

.message.success {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 40px;
    position: relative;
}

.message,
.message.error,
.message.success,
.message.info {
    border-style: none;
    border-radius: .25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    margin-top: 1rem;
    padding: 1rem;
    font-size: 1rem;
    color: #fff;
    background-color: #3a3a3a;
}

.message a,
.message a:link,
.message a:visited,
.message a:hover,
.message a:active {
    color: #fff;
    text-decoration: none;
}

.message.success {
    border-left: 4px solid #38a169;
}

.message.error {
    border-left: 4px solid #be3131;
}

@media (max-width: 1024px) {
    .yotpoBottomLine {
        position: relative;
        -webkit-transform: none;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
    }
}

.rad-promo-banner {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #222;
    font-family: Flama;
    text-transform: uppercase;
    font-size: 0.875rem;
    height: 50px;
}

@media (min-width: 1024px) {
    .rad-promo-banner {
        font-size: 1rem;
        flex-direction: row;
    }
}

.rad-promo-banner strong {
    margin-right: 0.5rem;
}

.rad-promo-banner,
.rad-promo-banner:link,
.rad-promo-banner:visited,
.rad-promo-banner:hover,
.rad-promo-banner:active {
    text-decoration: none;
    color: #222;
}

.page-wrapper .page-main {
    flex: 1 1 0%;
}

.product-main {
    display: flex;
    flex-direction: column;
    /* flex-direction: column-reverse; */
}

@media (min-width: 1024px) {
    .product-main {
        flex-direction: row;
    }
}

.product-main .product-info-media,
.product-main .product-info-main {
    width: 100%;
}

.product-main .product-info-main {
    padding-bottom: 5rem;
    padding-top: 5rem;
    padding-left: 10%;
    padding-right: 5%;
}

@media (min-width: 1024px) {
    .product-main .product-info-media,
    .product-main .product-info-main {
        width: 50%;
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
}

.product-main .product-info-media>img.product-image {
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    max-width: 400px;
}

.product-main .product-info-media>img.product-image {
    max-height: initial;
}

.product-main .product-info-media>img.product-image {
    margin-left: auto;
    margin-right: auto;
    /* max-height: 400px; */
    max-width: 400px;
}

@media (min-width: 1024px) {
    .product-main .product-info-media>img.product-image {
        max-height: initial;
    }
}

.product-main .product-info-main {
    padding-bottom: 5rem;
}

h1.page-title,
h1.page-title-new-pdp {
    font-family: Flama;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    color: #fec303;
    line-height: normal !important;
    letter-spacing: 1.7px;
}

.base-sub-title {
    display: block;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    text-transform: capitalize;
    letter-spacing: 1.8px;
}

span.base-sub-title.font-size {
    font-size: 30px;
}

h1.page-title-new-pdp:after {
    /* background-color: #fec303; */
    display: none;
    /* margin-top: 1rem;
    width: 5rem;
    content: ' ';
    height: 2px; */
}

.product.attribute.description,
.product.attribute.tech-specs {
    font-size: 1rem;
    /* padding-top: 3rem; */
    padding-bottom: 3rem;
}

.product-info-main .price-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.product-info-main .price-box .price-label {
    display: none;
}

.product-info-main .special-price,
.product-info-main .special-price-new-pdp {
    margin-top: 0;
    margin-bottom: 0;
}

.product-info-main .old-price,
.product-info-main .old-price-new-pdp {
    margin-right: 1rem;
    opacity: 0.25;
    text-decoration: line-through;
}

.fieldset {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    letter-spacing: -.31em;
}

.fieldset:last-child {
    margin-bottom: 0;
}

.fieldset>* {
    letter-spacing: normal;
}

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0 0 20px;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    margin: 0 0 5px;
    display: inline-block;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 700;
}

.product-add-form .field {
    margin-bottom: 0.5rem;
}

.product-add-form .label {
    font-family: Flama;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.product-add-form .label::after {
    display: none;
}

.product-add-form .box-tocart .actions .action.primary {
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    padding: 1.2rem 2rem 1.2rem 1.2rem;
    opacity: 1;
    background-image: linear-gradient(to right, #fec303 calc(100% - 25px), rgba(0, 0, 0, 0) calc(100% - 25px)), url(/static/images/common/radian-primary-btn.svg);
}

.product-add-form .box-tocart .actions .action.primary span {
    color: #222;
    font-size: 1rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
}

.product-add-form .control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #fec303;
    border-radius: 0;
    background-color: transparent;
    color: #fec303;
    outline: 0;
    font-size: 1rem;
    box-shadow: none;
    background-position: right;
    background-repeat: no-repeat;
    padding-left: .5rem;
    background-image: url(/static/images/common/small-arrow-down-one.svg);
    background-size: 15px;
    background-position-x: calc(100% - 8px);
    padding-right: 32px;
}

.control select option {
    background: #2d2d2d;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}


/* h1.page-title {
    font-family: Flama;
    font-weight: 700;
    text-transform: uppercase;
    color: #fec303;
} */

h1.page-title:after {
    background-color: #fec303;
    display: block;
    margin-top: 1rem;
    width: 5rem;
    content: ' ';
    height: 2px;
}

.product-info-main .page-title-wrapper .page-title,
.product-info-main .page-title-wrapper .page-title-new-pdp {
    line-height: 1.42857;
    margin-bottom: 10px;
}

.product-info-main .price-box {
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.price-container .price {
    font-size: 14px;
}

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
    white-space: nowrap;
}

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
    font-size: 1.8rem;
    font-weight: 700;
}

.product-info-main .price-box .price-wrapper .price {
    font-family: Flama;
    font-weight: 550;
    font-size: 1.25rem;
}

.abs-button-l,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content>.actions>.primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}

.product.attribute.description,
.product.attribute.tech-specs {
    font-size: 1rem;
    /* padding-top: 3rem; */
    padding-bottom: 3rem;
}

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
    /* margin: 20px 0; */
}

.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
    text-align: center;
}

.radian-gallery .current-image {
    position: relative;
    z-index: 2;
}

.radian-gallery .current-image img {
    max-width: 100%;
    max-height: calc(100vh - 210px);
    margin: 0 auto;
}

.btn-download-dark {
    margin-top: 1rem;
    width: 100px;
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    /* padding-top: .5rem;
    padding-bottom: .5rem; */
    padding-left: 0.5rem;
    /* padding-right: 1rem; */
    opacity: 1;
    background-image: linear-gradient(to right, #222 calc(100% - 10px), rgba(0, 0, 0, 0) calc(100% - 10px)), url(/static/images/common/radian-alt-btn-dark.svg);
}

.btn-download-dark span {
    line-height: 28px;
    color: #fff;
    font-size: 0.7rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
}

.btn-download-dark span i {
    margin-left: 5px;
}

.btn-download-light {
    display: block;
    position: absolute;
    bottom: 5%;
    min-height: 30px;
    right: 5%;
    width: 130px;
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    /* padding-top: .75rem;
    padding-bottom: .75rem; */
    padding-left: 0.6rem;
    /* padding-right: 1.5rem; */
    opacity: 1;
    background-image: linear-gradient(to right, #fec303 calc(100% - 11px), rgba(0, 0, 0, 0) calc(100% - 11px)), url(/static/images/common/radian-primary-btn.svg);
}

.btn-download-light span {
    color: #222;
    font-size: 0.85rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
    line-height: 30px;
    letter-spacing: 0.07rem;
}

.btn-download-light span i {
    margin-right: 5px;
}

.radian-gallery .image-row {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    height: 160px;
}

.radian-gallery .image-row .gallery-image {
    cursor: pointer;
    opacity: .5;
    height: 160px;
    width: auto;
    flex: 0 0 auto;
}

.radian-gallery .image-row .gallery-image {
    cursor: pointer;
    opacity: .5;
    height: 160px;
    width: auto;
}

.radian-gallery .image-row .gallery-image.selected,
.radian-gallery .image-row .gallery-image:hover {
    opacity: 1;
}

.radian-gallery .current-image .embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 0;
    padding-bottom: 42.45%;
}

.radian-gallery .current-image .embed-container iframe,
.radian-gallery .current-image .embed-container object,
.radian-gallery .current-image .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .fieldset>.field {
        margin: 0 0 20px;
        box-sizing: border-box;
        margin: 0 0 29px;
    }
    .abs-revert-field-type-desktop .fieldset>.field,
    .product-add-form .fieldset>.field,
    .abs-revert-field-type-desktop .fieldset .fields>.field,
    .product-add-form .fieldset .fields>.field {
        margin: 0 0 20px;
    }
    .fieldset>.field:before,
    .fieldset>.field:after {
        content: '';
        display: table;
    }
    .fieldset>.field:after {
        clear: both;
    }
    .fieldset>.field>.label {
        margin: 0;
    }
    .abs-revert-field-type-desktop .fieldset>.field>.label,
    .product-add-form .fieldset>.field>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field>.label,
    .product-add-form .fieldset .fields>.field>.label {
        margin: 0 0 5px;
        display: inline-block;
    }
    .fieldset>.field:not(.choice)>.label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,
    .product-add-form .fieldset>.field:not(.choice)>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label,
    .product-add-form .fieldset .fields>.field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }
    .fieldset>.field:not(.choice)>.control {
        width: 74.2%;
        float: left;
    }
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,
    .product-add-form .fieldset>.field:not(.choice)>.control,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control,
    .product-add-form .fieldset .fields>.field:not(.choice)>.control {
        float: none;
        width: auto;
    }
    /* .product-info-main {
        float: right;
    } */
    .page-layout-1column .product-info-main {
        width: 40%;
    }
    .product-info-main .page-title-wrapper .page-title,
    .product-info-main .page-title-wrapper .page-title-new-pdp {
        margin-top: -13px;
    }
    .product-info-main .box-tocart,
    .product-options-bottom .box-tocart {
        display: table;
    }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
        display: table-cell;
        padding-top: 25px;
        text-align: center;
        vertical-align: bottom;
    }
    /* .product-info-main .box-tocart .actions, */
    .product-price-block-new-pdp .box-tocart .box-new-pdp.actions {
        /* display: table-cell; */
        padding-top: 0px;
        /* text-align: center; */
        /* vertical-align: bottom; */
    }
}


/* Discount popup */

.rad-deal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
}

.rad-deal-container .rad-deal-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.9);
}

.rad-deal-container .rad-deal-modal {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    z-index: 10;
}

@media (min-width: 768px) {
    .rad-deal-container .rad-deal-modal {
        max-width: 635px;
    }
}

.rad-deal-container .rad-deal-modal .rad-deal-promo-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    text-align: center;
    min-height: 460px;
    /* padding-bottom: 12rem; */
}

.rad-deal-container .rad-deal-modal .rad-deal-promo-info .rad-deal-promo-title {
    color: #fec303;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .rad-deal-container .rad-deal-modal .rad-deal-promo-info .rad-deal-promo-title {
        font-size: 2.25rem;
    }
}

.rad-deal-container .rad-deal-modal .rad-deal-promo-info .rad-deal-promo-title-receivers {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    margin-left: 80px;
    margin-right: 80px;
}

@media (min-width: 768px) {
    .rad-deal-container .rad-deal-modal .rad-deal-promo-info .rad-deal-promo-title-receivers {
        font-size: 2.25rem;
    }
}

.rad-deal-container .rad-deal-modal .rad-deal-promo-info .rad-deal-promo-subtitle {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 1.25rem;
}

.rad-deal-container .rad-deal-modal .rad-deal-promo-info .rad-deal-promo-subtitle-receivers {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 1.25rem;
    padding-top: 300px;
}

.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons {
    background-color: #fec303;
    display: flex;
    align-items: center;
    height: 62px;
}

.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-shop-now,
.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-shop-now:link,
.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-shop-now:visited,
.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-shop-now:hover,
.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-shop-now:active {
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-close {
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #fec303;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    opacity: 1;
    background-image: linear-gradient(to right, #2d2d2d calc(100% - 20px), rgba(0, 0, 0, 0) calc(100% - 20px)), url(/static/images/common/radian-alt-btn.svg);
    display: flex;
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-close span {
    color: #fec303;
    font-size: 1rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
}

.rad-deal-container .rad-deal-modal .rad-deal-modal-buttons .rad-deal-close::before {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
}

.stockalert .title {
    font-family: Flama;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.stockalert .bss_productstockaler {
    display: flex;
    align-items: center;
}

.stockalert .bss_productstockaler .field {
    flex: 1 1 0%;
}

.stockalert .bss_productstockaler .field .control input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 0;
    background-color: #3a3a3a;
    outline: 0;
    box-shadow: none;
    padding-left: 1.5rem;
    width: 100%;
    min-height: 70px;
}

.stockalert .bss_productstockaler .field .control input:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.stockalert .bss_productstockaler .field .control input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 0;
    background-color: #3a3a3a;
    outline: 0;
    box-shadow: none;
    padding-left: 1.5rem;
}

.stockalert .bss_productstockaler .field .control input:focus:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.stockalert .bss_productstockaler .actions-toolbar {
    margin: 0;
    padding: 0;
}

.stockalert .bss_productstockaler .actions-toolbar::before,
.stockalert .bss_productstockaler .actions-toolbar::after {
    display: none;
}

.stockalert .bss_productstockaler .action.primary {
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #fec303;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    opacity: 1;
    background-image: linear-gradient(to right, #2d2d2d calc(100% - 15px), rgba(0, 0, 0, 0) calc(100% - 15px)), url(/static/images/common/radian-alt-btn.svg);
    padding-right: 2rem;
    background-image: linear-gradient(to right, #222 calc(100% - 26px), rgba(0, 0, 0, 0) calc(100% - 26px)), url(/static/images/common/radian-alt-btn-dark.svg);
    min-height: 70px;
}

.stockalert .bss_productstockaler .action.primary span {
    color: #fec303;
    font-size: 1rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
}

.stockalert .bss_productstockaler .action.primary.cancel {
    background-image: linear-gradient(to right, #222 calc(100% - 15px), rgba(0, 0, 0, 0) calc(100% - 15px)), url(/static/images/common/radian-alt-btn-dark.svg);
    min-height: auto;
}

.yellow-layout .product-info-media {
    background: #fec303;
    border-top: 1px solid #000;
    position: relative;
}

@media (min-width: 1024px) {
    .yellow-layout .product-main .product-info-media:before {
        display: block;
        position: absolute;
        bottom: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: url(/static/images/common/raptor-decoration.svg);
        content: ' ';
        right: -60px;
        width: 60px;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
}


/* ------------ Preduct details ---------- */

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: white;
    font-size: 16px;
    font-family: Flama;
    /* font-weight: 550; */
    word-wrap: break-word;
    opacity: 0.8;
}

.breadcrumb .breadcrumb-item.active {
    opacity: 1;
    font-weight: 550;
}

.product-details .product-main .product-info-media {
    margin-top: 3rem;
    margin-bottom: 5rem;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    height: 100%;
    justify-content: flex-start;
}

.page-main:has(.product-main.product-main-right) {
    overflow: unset;
}

.product-details .page-title .base-sub-title,
.product-details .page-title-new-pdp .base-sub-title {
    font-size: 1.125rem;
}

.product-details .control .dropdown {
    border: 1px solid #fec303;
}

.product-details .control .dropdown .btn.btn-default {
    color: #fec303;
    padding: 10px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-color: transparent;
}

.product-details .control .dropdown .btn.btn-default .caret {
    background: url(../../images/caret.svg) no-repeat center;
    width: 22px;
    height: 17px;
    border: 0;
}

.product-details .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: transparent;
}

.product-details .control .dropdown.open,
.product-details .control .dropdown.open .dropdown-toggle.btn-default {
    border: 1px solid #fec303;
    background-color: #fec303;
}

.product-details .control .dropdown.open .dropdown-toggle.btn-default .caret {
    background: url(../../images/caret_black.svg) no-repeat center;
    z-index: 9999;
}

.product-details .dropdown-menu {
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fec303;
    border: none;
    box-shadow: none;
}

.product-details .dropdown-menu>li>a {
    opacity: 0.6;
}

.product-details .dropdown-menu>li>a.active {
    opacity: 1;
}

.product-details .dropdown .dropdown-menu a:hover {
    background-color: transparent;
}

.product-details .price-container .price {
    font-size: 30px;
    font-weight: 750;
}

.product-details .product-main {
    place-items: flex-start;
    flex-direction: row;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 1.2rem !important;
}

.tocart.download span {
    display: flex;
    align-items: center;
    gap: 16px;
}


/* Gallary CSS */

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 1s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
}

.slide img {
    width: auto;
    max-height: 640px;
    margin: 0 auto;
}

.indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.indicator {
    width: 21px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: rgba(0, 0, 0, 1);
    width: 35px;
}


/* Accordion CSS */

.product-details .accordion-container {
    padding: 0;
    margin: 0;
}

.product-details #accordion {
    width: 100%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
}

a.btn-close {
    color: #fec303;
    text-decoration: underline;
    margin-right: 10%;
    display: block;
    text-align: end;
}

a.btn-close:hover,
a.btn-close:active {
    color: #fec303;
}

.product-details .card-header {
    padding: 0 0 0.75rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: none;
}

.product-details span.collapsed,
.product-details span .fa-minus {
    color: #fec303;
    float: right;
}

.card-header .collapsed .fa-minus:before {
    content: "\f067";
}

.underlined {
    position: relative;
    margin-top: 25px;
    font-size: 18px;
    /* font-weight: 750; */
    background-color: transparent;
}

.underlined::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: -6px;
    height: 1px;
    background-color: #fec303;
}

.collapse {
    font-size: 18px;
    font-weight: 430;
}


/* Video CSS */

.video-main {
    padding-bottom: 1rem;
    padding-top: 5rem;
    /* gap: 80px 0; */
}

.video_box {
    position: relative;
    min-height: 150px;
}

.video_box .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 16px;
    color: white;
    outline: none;
    border: none;
}

.video_box .text-box {
    position: absolute;
    bottom: 100px;
    left: 2rem;
    right: 2rem;
    opacity: 0.6;
    line-height: 1;
}

.video_box .black-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}


/* RELATED PRODUCTS CSS */

.product-grid {
    padding-bottom: 5rem;
    /* gap: 100px 0; */
}

.product-item-info .image-container,
.product-item-info .image-container {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    height: 431px;
}

.product-item-info .image-container a,
.product-item-info .image-container a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
}

.product-item-info .image-container img,
.product-item-info .image-container img {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.product-item-info .image-container .product-action,
.product-item-info .image-container .product-action {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.product-item-info .image-container .product-action .action.tocart.primary,
.product-item-info .image-container .product-action .action.tocart.primary {
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    opacity: 1;
    background-image: linear-gradient(to right, #fec303 calc(100% - 18px), rgba(0, 0, 0, 0) calc(100% - 18px)), url(/static/images/common/radian-primary-btn.svg);
}

.product-item-info .image-container .product-action .action.tocart.primary span,
.product-item-info .image-container .product-action .action.tocart.primary span {
    color: #222;
    font-size: 1rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
}

.product-item-info .image-container .product-action .action.tocart.primary span,
.product-item-info .image-container .product-action .action.tocart.primary span {
    font-size: 1.25rem;
}

.product-item-info .box-info .product-name .product-item-name a,
.product-item-info .box-info .product-name .product-item-name a:link,
.product-item-info .box-info .product-name .product-item-name a:visited,
.product-item-info .box-info .product-name .product-item-name a:hover,
.product-item-info .box-info .product-name .product-item-name a:active,
.product-item-info .box-info .product-name .product-item-name a,
.product-item-info .box-info .product-name .product-item-name a:link,
.product-item-info .box-info .product-name .product-item-name a:visited,
.product-item-info .box-info .product-name .product-item-name a:hover,
.product-item-info .box-info .product-name .product-item-name a:active {
    text-transform: uppercase;
    color: #fec303;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 700;
}

.product-item-info .box-info .product-name .base-sub-title {
    color: white;
    font-size: 18px;
}

.product-item-info .box-info .product-name .base-sub-title:after {
    background-color: #fec303;
    display: block;
    margin-top: 1rem;
    width: 5rem;
    content: ' ';
    height: 2px;
}


/* .price-container {
    padding-top: 0.75rem;
} */

.product-item-info .box-info .price-box,
.product-item-info .box-info .price-box {
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.product-item-info .box-info .price-box .price-container .price-label,
.product-item-info .box-info .price-box .price-container .price-label {
    display: none;
}

.product-item-info .box-info .price-box .price-container .price-wrapper .price,
.product-item-info .box-info .price-box .price-container .price-wrapper .price {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

.product-item-info .box-info .price-box .special-price {
    margin-top: 0;
    margin-bottom: 0;
}

.product-item-info .box-info .price-box .old-price,
.product-item-info .box-info .price-box .old-price {
    margin-right: 1rem;
    opacity: 0.25;
}

@media only screen and (max-width: 768px) {
    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.3rem;
    }
    .product-details .product-main .product-info-media {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .product-details .product-main {
        place-items: flex-start;
        flex-direction: column;
    }
    .yotpoBottomLine {
        align-items: flex-start;
        padding-top: 15px;
    }
    .product.attribute.description,
    .product.attribute.tech-specs {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
        text-align: left;
    }
    .product-main .product-info-main {
        padding-bottom: 0rem;
        padding-left: 5%;
    }
    .video-main,
    .product-grid {
        padding-left: 5%;
        padding-right: 5%;
    }
    .video_box .black-box {
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
    }
    .video_box .text-box {
        bottom: 60px;
    }
    .video_box .btn-video {
        bottom: 10px;
    }
}

.product-add-form {
    /* margin: 40px 0; */
}

.btn-custom {
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    padding: 1.2rem 2rem 1.2rem 1.2rem;
    opacity: 1;
    background-image: linear-gradient(to right, #fec303 calc(100% - 20px), rgba(0, 0, 0, 0) calc(100% - 20px)), url(../../images/radian-primary-btn.svg);
}

.btn-custom span {
    display: flex;
    align-items: center;
    gap: 16px;
}


/* Addon css product detail page */

.product-details .control .AddOns {
    border: 1px solid #fec303;
}

.product-details .control .AddOns .btn.btn-default {
    color: #fec303;
    padding: 0 10px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-color: transparent;
}

.product-details .control .AddOns .btn.btn-default .d1,
.product-details .control .AddOns .btn.btn-default .d2 {
    color: white;
    /* font-size: 18px; */
    font-family: Flama;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-details .control .AddOns .btn.btn-default .d1 {
    font-weight: 550;
}

.product-details .control .AddOns .btn.btn-default .d1 img {
    height: 64px;
    width: 80px;
}

.product-details .control .AddOns .btn.btn-default .d1 span {
    white-space: break-spaces;
    font-weight: 400;
}

.product-details .control .AddOns .btn.btn-default .d2 {
    font-weight: 750;
    width: 150px;
    margin-right: -42px;
}

.product-details .control .AddOns .btn.btn-default .d2 i {
    font-size: 28px;
    color: #fec303;
}

.label-addon {
    font-weight: 500;
}

.product-details .AddOns.checked {
    background-color: #fec303;
}

.product-add-form .AddOns .addon-product-container {
    border: 1px solid #fec303;
}

.product-add-form .label-addon span {
    font-family: Flama;
    font-size: 16px;
}

.product-details .product-add-form .AddOns .AddOns-box {
    color: #fec303;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-color: transparent;
    transition: .02s;
    cursor: pointer;
}

.product-details .product-add-form .AddOns .AddOns-box .d1,
.product-details .product-add-form .AddOns .AddOns-box .d2 {
    color: white;
    font-size: 16px;
    font-family: Flama;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-details .product-add-form .AddOns .AddOns-box .d1 img {
    height: 64px;
    width: 90px;
}

.product-details .product-add-form .AddOns .AddOns-box .d1 span {
    white-space: break-spaces;
}

.product-details .product-add-form .AddOns .AddOns-box .d2 {
    font-weight: bold;
}

.product-details .product-add-form .AddOns .AddOns-box .d2 i {
    font-size: 20px;
    color: #fec303;
}

.product-details .AddOns.checked .AddOns-box .d2,
.product-details .AddOns.checked .AddOns-box .d1 span,
.product-details .AddOns.checked .AddOns-box .d2 i {
    color: black;
}

.product-details .AddOns .AddOns-box .d2 .fa-plus {
    display: inline-block;
}

.product-details .AddOns .AddOns-box .d2 .fa-times {
    display: none;
}

.product-add-form .control select,
.product-add-form .control select#option1List:focus {
    color: white;
}


/* cart issue for white space */

.ui-widget.ui-widget-content {
    border: none;
    background: transparent;
}

.f-cat:hover {
    border-left: 2px solid #fec303;
    border-right: 2px solid #fec303;
}