/* common */

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

body {
    background-color: #2d2d2d;
    color: #fff;
    max-width: 100%;
}

.label {
    line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
    display: block;
}

main {
    display: block;
    background-color: #222;
}

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

a,
.alink {
    color: #1979c3;
    text-decoration: none;
}

a {
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: inherit;
}

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

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

p {
    margin-top: 0;
}

p {
    margin-bottom: 1rem;
}

img {
    border: 0;
}

img,
object,
video,
embed {
    height: auto;
    max-width: 100%;
}

img {
    border-style: none;
}

img {
    border-style: solid;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

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;
}

form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

.box-tocart>.fieldset {
    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;
}

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;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

.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;
}


/* blocks */

.page-main .column.main {
    position: relative;
}

.radian-custom-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.radian-custom-header h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3rem;
    color: #fff;
}

.radian-custom-header:after {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/images/common/small-arrow-down.svg);
    content: ' ';
    height: 30px;
    width: 30px;
}

.radian-rifle__builder {
    position: relative;
    padding-bottom: 4rem;
}

#builder-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radian-rifle__builder #image-main,
.radian-rifle__builder .product-add-form {
    opacity: 0;
}

.radian-rifle__builder #image-main,
.radian-rifle__builder .product-add-form {
    opacity: 0;
}

.product-add-form form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-add-form form .product-options-wrapper {
    flex: 1 1 0%;
    width: 100%;
}

.product-add-form form .product-options-wrapper .fieldset {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.product-add-form form .product-options-wrapper .fieldset .field {
    flex: 1 1 0%;
    margin: 0;
    width: 100%;
}

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

.product-add-form .control select,
.product-add-form .control select:focus {
    -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.svg);
    background-size: 15px;
    background-position-x: calc(100% - 8px);
}

.radian-rifle__builder .product-options-bottom {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center;
    align-items: center;
}

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

.radian-rifle__builder .product-options-bottom .box-tocart {
    margin-top: 0;
    margin-bottom: 0;
}

.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;
}

.radian-rifle__builder .product-options-bottom .price-box .price-wrapper .price {
    font-family: Flama;
    font-weight: 400;
    font-size: 1.25rem;
}

.product-add-form .product-options-bottom .price-box .price-container .price {
    /* margin-right: 60px; */
}


/* .price-final_price .price {
    font-family: Flama;
    font-weight: 400;
    font-size: 1.25rem;
    margin-right: 60px;
} */

@media only screen and (max-width: 768px) {
    .yotpoBottomLine {
        position: relative;
        right: 0;
        display: flex !important;
        margin-left: 11px;
        align-items: center !important;
    }
    }
    .yotpoBottomLine {
        position: absolute;
        right: -29px;
        bottom: 65px;
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

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

.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;
    appearance: none;
    border-style: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    opacity: 1;
    background-image: linear-gradient(to right, #fec303 calc(100% - 20px), rgba(0, 0, 0, 0) calc(100% - 20px)), url(/static/images/common/radian-primary-btn.svg);
    padding-right: 2rem;
}

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

.radian-rifle__builder .product-options-bottom .price-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.rifle-hero-desktop {
    position: relative;
}

.short-description {
    position: absolute;
    top: 3rem;
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    letter-spacing: 0.05rem;
    font-weight: 700;
    z-index: 99;
}

.short-description h1 {
    font-size: 3rem;
    font-weight: 300;
}

.short-description em {
    background: #222;
    padding: 0 5px;
}

.short-description span {
    letter-spacing: 1.3px;
}


/* radian rifle description */

.radian-rifle__description {
    background-color: #fff;
    color: #222;
    position: relative;
    display: flow-root;
}

.product.attribute.description {
    font-size: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.product.attribute.description:first-of-type {
    padding-top: 3rem;
}

.product.attribute.description:not(:first-of-type) {
    padding-top: 0;
}

.product.attribute.description:not(:last-of-type) {
    padding-bottom: 0;
}

.radian-rifle__description h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 1rem;
}

.radian-rifle__description h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.radian-rifle__description ul {
    list-style-image: url(/static/images/common/small-arrow-dark.svg);
}

.raptor-separator {
    display: block;
    background-color: #222;
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 3px;
    width: 30px;
}

.radian-cage-code {
    font-family: Flama;
    text-transform: uppercase;
    margin-top: .5rem;
}

.radian-cage-code {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
}

.radian-cage-code strong {
    font-size: .875rem !important;
}

.radian-cage-code strong {
    display: block;
    margin-top: 3rem;
    margin-bottom: .25rem;
    font-size: 1.125rem;
}

.radian-cage-code p {
    font-size: .875rem;
}

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

.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 .current-image {
    position: relative;
    z-index: 2;
}

.radian-gallery .current-image img {
    width: 100%;
}

.radian-gallery .image-row {
    display: flex;
    /* overflow-x: scroll; */
    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.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%;
}

.product-options-bottom .special-price {
    display: block;
    margin: 0;
}

.product-add-form .product-options-bottom .price-box .special-price,
.product-add-form .product-options-bottom .price-box .old-price {
    /* -webkit-transform: translateX(40px);
    transform: translateX(40px); */
}

.product-add-form .product-options-bottom .price-box .special-price .price,
.product-add-form .product-options-bottom .price-box .old-price .price {
    margin-right: 0;
}

.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
    font-size: 1.4rem;
}

.radian-rifle__builder .product-options-bottom .price-box .price-label {
    display: none;
}

.product-info-main .special-price .price-label+.price-wrapper,
.product-options-bottom .special-price .price-label+.price-wrapper {
    display: inline-block;
}

.product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-upper.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-radian-builder-kit.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-california-compliant-rifle.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-add-form .product-options-bottom .price-box .old-price .price-container .price,
.product-upper.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .old-price .price-container .price,
.product-radian-builder-kit.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .old-price .price-container .price,
.product-california-compliant-rifle.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .old-price .price-container .price {
    margin-right: 0;
}

.old-price,
.old.price {
    text-decoration: line-through;
}

.radian-rifle__builder .product-options-bottom .old-price {
    margin-right: 1rem;
    opacity: .25;
}

.product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-upper.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-radian-builder-kit.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-california-compliant-rifle.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .special-price .price-container .price,
.product-add-form .product-options-bottom .price-box .old-price .price-container .price,
.product-upper.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .old-price .price-container .price,
.product-radian-builder-kit.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .old-price .price-container .price,
.product-california-compliant-rifle.yotpo-yotpo-is-enabled .product-add-form .product-options-bottom .price-box .old-price .price-container .price {
    margin-right: 0;
}

.notify-rifles {
    max-width: 450px;
    margin: 0 auto 100px;
}

.yotpo-rifle .yotpoBottomLine {
    bottom: 170px
}

@media (min-width: 640px) {
    .radian-cage-code {
        max-width: 640px;
    }
}

@media only screen and (min-width: 768px) {
    .fieldset>.field {
        margin: 0 0 20px;
        box-sizing: border-box;
        margin: 0 0 29px;
    }
    .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,
    .product-add-form .fieldset>.field,
    .abs-revert-field-type-desktop .fieldset .fields>.field,
    .product-add-form .fieldset .fields>.field {
        margin: 0 0 20px;
    }
    .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-add-form form .product-options-wrapper .fieldset .field:not(:last-of-type) {
        margin-right: 1rem;
    }
    .product-info-main .box-tocart,
    .product-options-bottom .box-tocart {
        display: table;
    }
    .radian-rifle__builder .product-options-bottom .price-box {
        margin-bottom: 0;
    }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
        display: table-cell;
        padding-top: 25px;
        text-align: center;
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .product-add-form form .product-options-wrapper .fieldset {
        flex-direction: row;
    }
    .radian-rifle__description:before,
    .radian-rifle__description:after {
        background-size: contain;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 100%;
        background-image: url(/static/images/common/cutout-decoration-white.svg);
        content: ' ';
        height: 2rem;
        -webkit-transform-origin: center;
        transform-origin: center;
        z-index: 5;
    }
    .radian-rifle__description:before {
        top: calc(-2rem + 1px);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .radian-rifle__description:after {
        bottom: calc(-2rem + 1px);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .radian-cage-code {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .radian-custom-header h1 {
        flex-direction: row;
    }
    .product-add-form form {
        flex-direction: row;
    }
    .product-add-form form .product-options-wrapper {
        margin-right: 2rem;
        position: relative;
        z-index: 2;
    }
    .product-add-form form .product-options-wrapper .fieldset {
        flex-direction: row;
    }
    .product-add-form form .product-options-wrapper .fieldset .field {
        max-width: 20%;
    }
    .radian-rifle__builder .product-options-bottom {
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        bottom: 6rem;
    }
    .radian-rifle__builder .product-options-bottom .price-box {
        margin-top: 0;
    }
    .radian-rifle__description:before,
    .radian-rifle__description:after {
        height: 3rem;
    }
    .radian-rifle__description:before {
        top: calc(-3rem + 1px);
    }
    .radian-rifle__description:after {
        bottom: calc(-3rem + 1px);
    }
    .radian-cage-code {
        max-width: 1024px;
    }
    .short-description {
        top: 4rem;
    }
    .short-description h1 {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .short-description p {
        font-size: 0.6rem;
    }
}

@media (max-width: 860px) {
    .short-description h1 {
        font-size: 2rem;
    }
    .short-description p {
        font-size: 0.7rem;
    }
}

@media (min-width: 1280px) {
    .radian-cage-code {
        max-width: 1280px;
    }
}
.arc-engineered {
    background-color: #FEC303;
    color: black;
    margin: 5px 0;
    font-weight: 600;
    text-align: center;
    font-size: x-large;
    padding: 12px 0;
}
@media (max-width: 768px) {
    .short-description p {
        font-size: 0.6rem;
    }
    .radian-custom-header {
        /* padding:20px; */
    }
    .radian-rifle__builder {
    padding: 1.4rem;
    }
    div#yotpo-rifle {
        padding: 1.4rem;
    }
    .yotpoBottomLine {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
    margin-left: 0;
    }
    img, video {
    max-height: min-content;
}
    img.CompleteLowerReceiver {
    float: none !important;
    margin: 0 0 20px !important;
}
}