.prod-heading{
    float:left;
    width:100%;
    color:#1f404f;
    font-size:40px;
    line-height:50px;
    font-weight:800;
    letter-spacing:0.5px;
}
.prod-heading sup{
    font-weight:normal;
    font-size:12px;
    position:relative;
    top:-10px;
}
.prd-rat{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    color: #646464;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-top: 10px;
    letter-spacing:0.3px;
}
.prd-rat img {
    display: inline-block;
    vertical-align: middle;
    margin:-5px 5px 0 0;
}
.prd-rat p{
    display:inline-block;
    vertical-align:middle;
}
.prd-rat p span{ color:#ff0000; font-weight:bold;}
.prd-rat p img{ margin:-5px 5px 0;}
.prod-desc{
    float: left;
    width: 100%;
    color:#212121;
    font-size:18px;
    line-height:26px;
    margin-top:15px;
    letter-spacing:0.5px;
}

.step-heading{
    float:left;
    width:100%;
    color:#1f404f;
    font-size:24px;
    margin-top:35px;
    position:relative;
    letter-spacing:0.5px;
}
.step-heading:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:1px;
    background:#e5e5e5;
}
.step-heading span{
    float:left;
    background:#fff;
    padding-right:20px;
    position:relative;
    z-index:1;
}
.package-container, .checkout-quantity .checkout-item__body {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}
.package-box {
    flex: 1;
    border: 2px solid #efefef;
    border-radius: 0px;
    padding: 15px 5px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.5px;
    color: #000000;
    margin-right: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.package-box.active{
    border-color: black;
    color: black;
}
.package-title{
    font-size:18px;
    line-height:22px;
    font-weight:800;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-top: -20px;
}
span.price {
    /*font-size: 13px;*/
    display: block;
    margin-top: 11px;
    font-size: 18px;
    font-weight: 700;
}
.checkout-item__discount-price-before-discount,span.details-badge.details-badge--green.checkout-item__discount,p.text-danger.price-before-discount {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: -1px;
}

.checkout-item__discount-price-before-discount {
    display: none;
}

.package-box.active .package-title {
    color: black;
}
.pack-save{
    font-size:16px;
    line-height:21px;
}
.pack-image{
    display:block;
    margin:5px auto;
    max-width:100%;
}
.pack-retail{
    font-size:17px;
    line-height:20px;
}
.pack-retail span{
    position:relative;
}
.pack-retail span:after{
    content:'';
    position:absolute;
    left:-2px;
    right:-2px;
    height:2px;
    background:#F00;
    top:10px;
    transform:rotate(10deg);
}
.pack-unit-price{
    font-weight:800;
    font-size:27px;
}
.pack-unit-price span{
    font-weight:normal;
    font-size:18px;
}
.size-container{
    float:left;
    width:100%;
    margin:10px 0;
}
.multi-opt, .shipping-option-name {
    float:left;
    width:100%;
    /*margin-top:15px;*/
    /*border:1px solid black;*/
    border-radius:4px;
    cursor:pointer;
    position:relative;

    border: 1px solid #61ccf8;
    box-shadow: 0 0 0 1px #61ccf8;
}
.price-product.text-end {
    font-size: 17px;
    font-weight: bold;
}
h4.productspec {
    font-size: 20px;
}
h2.productreviewheading {
    font-size: 24px;
    font-weight: bold;
}
span.details-badge.details-badge--green.checkout-item__discount {
    /*color: #c6386a;*/
    /*font-weight: bold;*/
    /*display: none;*/
}
img.details-badge__icon {
    filter: brightness(0) saturate(100%) invert(32%) sepia(40%) saturate(2147%) hue-rotate(304deg) brightness(91%) contrast(92%);
}
.multi-opt.active, .select-size.selected, .shipping-option-name.selected {
    /*background:black;*/
    background: #effffe;
    border: 1px solid #61ccf8;
}
label.select-size.selected p {
    color: black;
}
.multi-opt input[type=radio], .select-size input[type=radio], .shipping-option-name input[type=radio] {
    position:absolute;
    opacity:0;
}
.multi-opt label, .select-size p, .shipping-option-name p {
    float: left;
    width: 100%;
    padding: 7%;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    /*font-weight: bold;*/
}

.multi-opt.active span, .select-size.active span, .shipping-option-name.selected span {
    border:1px solid #1f404f;
}
.multi-opt.active span:after, .select-size.active span:after, .shipping-option-name.selected span:after {
    content:'';
    position:absolute;
    width:8px;
    left:4px;
    top:4px;
    height:8px;
    border-radius:50%;
    background:#1f404f;
}
.addon-container{
    float:left;
    width:100%;
    margin-top:10px;
}
.addon-box{
    float:left;
    width:100%;
    margin:10px 0;
    border:1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    border-radius:4px;
    padding:15px;
    background: #f2fbff;
}
.addon-img{
    float:left;
    border:1px solid #d6d6d6;
    border-radius:3px;
}
.addon-data{
    float:left;
    width:calc(100% - 105px);
    padding-left:15px;
}
.addon-data h3{
    color:#000000;
    font-size:20px;
    line-height:24px;
}
.addon-data p{
    color:#000;
    font-size:17px;
    line-height:23px;
    margin-top:2px;
}
.addon-data label{
    float:left;
    margin-top:5px;
    margin-right:10px;
    position:relative;
    font-size:18px;
}
.addon-data label input[type=radio]{
    position:absolute;
    opacity:0;
    font-size:18px;
}
.addon-data label input[type=radio] + span{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    width:18px;
    height:18px;
    border-radius:50%;
    border:1px solid #999;
    background:#fff;
    margin-right:2px;
}
.addon-data label input[type=radio]:checked + span:after{
    content:'';
    position:absolute;
    width:8px;
    left:4px;
    top:4px;
    height:8px;
    border-radius:50%;
    background:#1f404f;
}
.price-box1{
    float:left;
    width:100%;
    margin-top:40px;
}
.save-price{
    float:left;
    color:#559106;
    font-size:22px;
    font-weight:bold;
}
.subtotal-price{
    float:right;
    color:#1f404f;
    font-size:22px;
    font-weight:800;
}
a.step1-btn, .packageBtn{
    float:left;
    width:100%;
    background:#62a011;
    margin-top:10px;
    border-radius:5px;
    border:none;
    border-bottom:2px solid #49780c;
    height:80px;
    line-height:78px;
    color:#fff;
    font-size:38px;
    letter-spacing:1px;
    font-weight:700;
    text-align:center;
    padding-right:65px;
    position:relative;
    overflow:hidden;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Nunito Sans', sans-serif;
    outline:none;
    cursor:pointer;
}
a.step1-btn span, .packageBtn span{
    position:absolute;
    right:0;
    height:100%;
    top:0;
    width:65px;
    background:#49780c;
}
a.step1-btn span:after, .packageBtn span:after{
    content:'';
    left:50%;
    top:50%;
    margin:-10px 0 0 -5px;
    position:absolute;
    border-bottom:10px solid transparent;
    border-top:10px solid transparent;
    border-left:10px solid #fff;
}


.checkout-page.lazy-bg-loaded {
    background: none;
}

.package-box:first-of-type {
    margin-left: 0px;
}

.slct-size-bx .select-size {
    display: block;
    flex: 1 1 100%;
}

.slct-size-bx .select-size p {
    display: inline-block;
}

.checkout-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.checkout-item:first-child {
    padding-top: 0px;
}

.checkout-item.checkout-option {
    padding-top: 10px;
    margin-bottom: 10px;
}

.special-upgradeBx {
    margin-top: 30px;
}

.special-options-title {
    font-size: 1.3rem;
}

.component-product-configurator-special-upgrade {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 15px;
    background: #f2fbff;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 5px !important;
    padding-bottom: 15px !important;
}

.component-product-configurator-special-upgrade .checkout-checkbox__inner--flex {
    display: flex;
    justify-content: normal;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure {
    width: auto;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure img {
    width: auto;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__content {
    padding-left: 15px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__inner {
    margin-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-item__body {
    margin-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-item__title {
    margin-left: 0px;
    background: none;
    display: flex;
}

.component-product-configurator-special-upgrade .radio-label {
    margin-right: 10px;
}

.checkout-item__headline {
    text-align: left;
    font-weight: bold;
    margin-bottom: 8px;
}

.quantity-picture img {
    display: none;
    /*min-height: 55px;*/
    /*height: 55px;*/
    /*max-height: 55px;*/
}

/*.best-value {*/
/*    !*display: none;*!*/
/*    width: 120px !important;*/
/*    background: red;*/
/*    display: block;*/
/*    color: white;*/
/*    width: 120px;*/
/*    margin-left: -70px;*/
/*    margin-top: -22px;*/
/*    position: absolute;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*    font-size: 13px;*/
/*    padding: 2px;*/
/*}*/

/*.best-value.most-popular {*/
/*    background: green;*/
/*}*/

/*.best-value .stars {*/
/*    display: none !important;*/
/*}*/

.radio__input {
    position: relative;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    filter: grayscale(100%) contrast(200%);
}

.radio__input::after {
    content: "";
    display: none;
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
}

.radio__input:checked ~ .radio__checkmark::after {
    display: block;
}

.most-popular-best-value-price {
    width: 120px;
}

.most-popular-best-value-price .checkout-item__price {
    display: flex;
    flex-direction: column-reverse;
}

.default-select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    padding: 14.5px 50px 14.5px 18px;
    background: url(images/icons/select-arrow.svg) no-repeat right 15px center;
    transition: .2s ease-out;
    /*font-weight: 700;*/
    /*margin-bottom: 20px;*/
    line-height: 24px;
}

.price-before-discount s {
    /*display: none;*/
    color: #c6386a;
    font-size: 14px;
    text-wrap: nowrap;
}

.additional-info-2 {
    display: block !important;
    position: absolute;
    left: 0px;
    margin-left: 64px;
    font-size: 14px;
    margin-top: -15px;
}

.special-upgrade-price {
    display: block !important;
}

.select-size {
    /*width: 30%;*/
    height: 45px;
    border: 1px solid #d6d6d6;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.select-size.selected  {
    border: 1px solid #4cc0f0;
    background: #effffe;
    box-shadow: 0 0 0 1px #4cc0f0;
}

.select-size.selected:before  {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-right: 12px solid #61ccf8;
    border-bottom: 12px solid transparent;
}

.select-size p {
    padding: 0px;
    color: #000000;
}

label.select-size.selected p {
    color: #000000;
}

.default-select {
    font-weight: normal;
    font-size: 16px;
}

.checkout-option .checkout-item__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #151515;
    padding-left: 2px;
    font-weight: bold;
}

.component-product-configurator-special-upgrade {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 15px 14px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: left;
}

.component-product-configurator-special-upgrade .checkout-checkbox__inner--flex {
    display: flex;
}

.component-product-configurator-special-upgrade .checkout-item__title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #394b93;
    margin-bottom: 10px;
    display: flex;
}

.component-product-configurator-special-upgrade .checkout-checkbox__content {
    width: 100%;
}

.component-product-configurator-special-upgrade .special-upgrade-price {
    display: flex !important;
    align-items: center;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    color: #101010;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure {
    min-width: 80px;
    max-width: 80px;
    display: flex;
    align-items: center;
}

.special-upgradeBx .special-options-title {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: left !important;
    position: relative;
}

.special-upgradeBx .special-options-title span {
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.special-upgradeBx .special-options-title:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #ddd;
    content: "";
}


.component-product-configurator-special-upgrade {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px;
    background: #f2fbff;
}

.component-product-configurator-special-upgrade .checkout-item__title {
    color: #000000;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.component-product-configurator-special-upgrade .radio-label {
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    font-size: 18px;
}


/*.checkout-form__submit {*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    width: 100%;*/
/*    height: 75px;*/
/*    border-radius: 40px;*/
/*    color: #fff;*/
/*    font-size: 28px;*/
/*    font-family: 'Plus Jakarta Sans';*/
/*    font-weight: 800;*/
/*    letter-spacing: 0.5px;*/
/*    background: #02c42b;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*    padding-bottom: 8px;*/
/*    margin-top: 35px;*/
/*    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);*/
/*    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);*/
/*    -webkit-appearance: none;*/
/*    outline: none;*/
/*    border: none;*/
/*    text-shadow: none;*/
/*    line-height: 75px;*/
/*}*/

/*.checkout-form__submit span {*/
/*    background: url('images/btn-arw.png');*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    display: inline-block !important;*/
/*    background-repeat: no-repeat;*/
/*    margin-left: 20px;*/
/*}*/

@media only screen and (max-width: 767px) {
    .checkout-form__submit {
        height: 60px;
        font-size: 18px;
        line-height: 57px;
    }
}
@media only screen and (max-width: 1023px) {
    .checkout-form__submit {
        height: 70px;
        font-size: 24px;
        line-height: 65px;
    }
}

.order-total {
    font-weight: 600;
}
