.container-1{
    width: 100%;
}
.hide_st{
    height: 0;
    border: 0;
    position: relative;
    overflow: hidden;
}
.sticky{
    position: sticky;
    top: 0;
    margin-top: -81px;
}
.flex{
    display: flex;
}
.backmodal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    opacity: 0.7;
 }
 .checkout .blockOverlay{
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: #fff!important;
    z-index: 9999!important;
    opacity: 0.7!important;
 }
 .step_2 {
    background: #fff;
    position: relative;
    z-index: 999999999;
}
 .woocommerce-checkout-review-order-table .col-md-6{
    width: 100%;
 }
.backmodal div, .woocommerce .blockUI.blockOverlay::before{
    position: fixed;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-image: inherit !important;
    background-position: center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    display: inline-block;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #cc1414;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.cheking_result, .cheking_result_residential{
    margin-left: 10px;
}
.sticky .line_steps {
    position: relative;
    display: inline-block;
    width: 109px;
    height: 1px;
    background-color: rgba(204, 20, 20, 0.1);
    top: 2px;
    margin: 0 20px;
}
.sticky .step_number{
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inherit;
    text-align: center;
    line-height: 32px;
    color: white;
    background-color: black;
}
.sticky .step_indicator{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}
.sticky .step_indicator.active{
    cursor: pointer;
    opacity: 1;
}
.sticky .steps_holder{
    position: absolute;
    width: 303px;
    margin-top: 10px;
    margin-right: 90px;
    right: 0;
    display: inline-block;
    float: right;
}
.order-check-holder{
    margin-top: 81px;
}
body .checkout-holder .checkout header .steps_holder{
    display: none;
}
@media (max-width: 1339px) {
    .sticky .steps_holder{
       margin-right: 20px;
    }
}
@media (max-width: 992px) {
    .sticky .steps_holder{
       margin-right: 0px;
    }
}
@media (max-width: 768px) {
    .sticky .steps_holder{
      display: none;
    }
    .order-check-holder{
        margin-top: 0;
    }
    .sticky{
        position: sticky;
        top: 0;
        margin-top: 0;
    }
    body .checkout-holder .checkout header .steps_holder{
        display: block;
    }
}
.checkout-holder-test {
    padding: 100px 0;
    background-color: #e8e8e8;
}
.free-shipping-main-holder {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}
@media (max-width: 1339px) {
    .free-shipping-main-holder {
        padding: 20px 0;
    }
}
@media (max-width: 767.98px) {
    .checkout-holder header {
        text-align: center;
    }
    .line_steps {
        width: 10px !important;
    }
}
.free-shipping-header h5 {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.free-shipping-header h1 {
    font-size: 60px;
    font-weight: 900;
    color: #cc1414;
    text-transform: uppercase;
}
.free-shipping-header h6 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.checkout-info-box-holder {
    margin-top: 60px;
    padding: 35px;
}
@media (max-width: 1339px) {
    .checkout-info-box-holder {
        padding: 0;
    }
}
/* .checkout-info-box-holder img {
    width: 100%;
} */
.checkout-info-content {
    margin: 15px 0;
    padding: 0 26px;
}
.checkout-info-content p {
    font-size: 18px;
    margin-bottom: 5px;
    height: 92px;
}
@media (max-width: 1339px) {
    .checkout-info-content p {
        font-size: 16px;
        height: 80px;
    }
}
.checkout-info-content h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.checkout-info-content h6:last-child {
    margin-bottom: 0;
}
.quantity {
    font-size: 0;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px;
}
.quantity span {
    background-color: #e3e3e3;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 17px;
}
.quantity span:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.quantity input {
    padding: 9px;
    font-size: 16px;
    outline: none;
    border: none;
    border-radius: 0;
    width: 60%;
}
.quantity input:focus {
    background-color: #f7f5f5;
}
.add-to-cart-btn:hover {
    color: #fff;
}
.add-to-cart-btn {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    background-color: #cc1414;
    border-radius: 20px;
    outline: 0;
    width: 60%;
    border: none;
    margin: 20px 30px 0;
    padding: 10px 25px;
}
.add-to-cart-btn:hover {
    background-color: #b92319;
}
@media (max-width: 1198.98px) {
    .add-to-cart-btn {
        width: 90%;
        font-size: 18px;
        line-height: 40px;
    }
    .checkout-info-box-holder {
        padding: 0 15px;
    }
    .checkout-info-content {
        padding: 0;
    }
    .add-to-cart-btn {
        width: 70%;
        font-size: 14px;
        line-height: 35px;
    }
    .quantity {
        margin: 0 32px;
    }
    .quantity input {
        padding: 5px;
    }
    .quantity span {
        padding: 4px 15px;
    }
}
@media (max-width: 767.98px) {
    .free-shipping-main-holder {
        padding: 20px;
    }
    .free-shipping-header h5 {
        font-size: 25px;
    }
    .free-shipping-header h1 {
        font-size: 32px;
    }
    .free-shipping-header h6 {
        font-size: 20px;
    }
    .checkout-info-box-holder {
        margin-top: 60px;
        padding: 0;
    }
    .checkout-info-content p {
        height: auto !important;
    }
    .checkout-info-box-holder {
        /*margin-bottom: 60px !important;*/
        margin-bottom: 30px !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }
}
.item_it{
    display: flex;
}
.item_it .cart_item_it{
}
body .wc_payment_method, #payment_method_stripe{
    display: none;
}
body .wc_payment_method.payment_method_stripe{
    display: block;
}
body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}
.checkout-holder .woocommerce form{
    font-size: 14px!important;
}
.checkout-holder .woocommerce form select {
    width: 100%;
}
.step_2_btn {
width: 100% !important;
color: #ffffff !important;
background-color: #cc1414 !important;
font-size: 18px !important;
line-height: 55px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
padding: 0 !important;
margin-top: 20px !important;
/*display: block !important;*/
text-align: center !important;
}
.quantity input {
    text-align: center;
}
.num-in.quantity {
    margin-bottom: 20px;
}
.below-add-btn, .above-add-btn {
    display: none;
    font-size: 17px;
    color: #206d0a;
    margin-top: 8px;
    font-weight: bold;
    left: 25%;
    position: absolute;
    top: 14px;
}
.above-add-btn {
    display: block !important;
    position: absolute;
    top: 31px !important;
}
.woocommerce img, .woocommerce-page img {
    max-height: 200px;
    width: auto !important;
    max-width: 100%;
}
    @media (max-width: 1339px) {
        .woocommerce img, .woocommerce-page img {
            max-height: 170px;
        }
    }
.added_to_cart.wc-forward {
    display: none !important;
}
#payment #place_order {
    display: none !important;
}
.checkout-info-box-holder {
    margin-top: 60px !important;
}
@media (max-width: 1339px) {
    .checkout-info-box-holder {
        margin-top: 40px !important;
    }
}
#wc-stripe-cc-form .form-row label, #wc-stripe-cc-form .stripe-card-group,  {
    display: block !important;
    width: 100% !important;
}
.checkout-holder .woocommerce .step_2 #message_fields .form-row label {
    font-family: "Arial" !important;
}
.checkout-holder .woocommerce .step_3 #message_fields .form-row label {
    font-family: "Arial" !important;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .screen-reader-text {
        width: auto !important;
    }
}
.checkout-holder .woocommerce .step_3 #message_fields .form-row label input {
    display: none !important;
}
#order_comments {
    font-size: 15px;
    width: 100%;
    height: 100px;
    border: 1px solid #cecece;
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    resize: none;
}
#order_comments::placeholder {
    text-align: center;
    color: #1d1d1d;
    font-size: 16px;
}
input::placeholder{
    color: #1d1d1d;
    font-size: 16px;
}
#order_contact_name, #order_phone {
    font-size: 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
#order_contact_name_field label, #order_phone_field label {
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
}
#add_liftgate_box_field span.optional, #add_commercial_box_field span.optional {
    display: none;
}
.step_2 .proceed_to_3{
    max-width: 280px;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.cart_item .woocommerce-Price-amount,
.fee .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount{
   /* position: absolute;
    right: 0;
    margin-top: -2px;*/
}
.cart_item .woocommerce-Price-amount,
.fee .woocommerce-Price-amount{
}
.woocommerce-checkout-review-order-table p{
    position: relative;
}
.checkout-section {
    background-color: transparent;
}
.payment_method_stripe{
    display: block;
}
.header-sticky-top, .sticky-footer{
    display: none!important;
}
.payment_method_stripe .woocommerce_error{
    display: block!important;
}
.cart_item_it .qty{
    display: flex;
    justify-content: space-between;
}
.cart_item_it .qty input{
    text-align: center;
    width: 40px;
}
.cart_item_it .qty span{
    width: 15px;
    text-align: center;
    background: #ccc;
    cursor: pointer;
}
.update_order{
    padding: 8px 10px;
    background: #ccc;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}


.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body .modal.in .modal-dialog{
    top: calc(50% - 350px)!important;
}
body .modal .checkout-holder .woocommerce .woocommerce-error strong{
    margin-left: 0;
}
.modal-dialog-centered .modal-content{
    width: 600px;
}
.check_taxjar{
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin-top: 20px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #cc1414;
    border-color: #991d15;
}
.check_taxjar:hover{
    color: #fff!important;
    background-color: #b92319;
    border-color: #991d15;
}
.check_taxjar:focus{
    color: #fff!important;
    background-color: #b92319;
    border-color: #991d15;
}
#place_order{
    display: none;
}


@media (min-width: 768px) {
    .order-conf h6 {
        display: inline-block;
        font-size: 24px;
        color: #991d15;
        margin-bottom: 1.25rem !important;
    }
    .order-conf h6:last-child {
        margin-left: 140px;
    }  
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
.text-center, .shopping-cart-titles h4 {
    text-align: center !important;
}
.order-info {
    background-color: #f8f8f8;
    padding: 15px 17px;
    margin-bottom: 60px;
}
.order-confirmed .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /* margin-right: -15px;
    margin-left: -15px;*/
}
.order-info h4 {
    color: #991d15;
    margin-bottom: 1.25rem !important;
}
.order-info ul li {
    color: #000;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    font-weight: 700;
}
.order-info ul li span {
    font-weight: 400;
}
.order-details h3 {
    font-size: 29px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    margin-bottom: 1.25rem !important;
}
.shopping-cart-titles h4 {
    font-size: 15px;
    color: #868686;
    text-transform: uppercase;
    margin-bottom: 1.25rem !important;
}
.shopping-cart-holder h2 {
    font-size: 1.75rem;
    display: inline-block;
}
.shopping-cart-section .shopping-cart-holder {
    border-bottom: 1px solid #c2c0c0;
}
.shopping-cart-titles {
    border-bottom: 1px solid #c2c0c0;
}
.mb-20, .sp-review-text ol li, .sp-review-text ol, .sp-review-text ul li, .sp-review-text ul, .sp-review-text p, .main-holder-product h2, .main-holder-product h3, .main-holder-product h4, .main-holder-product h5, .main-holder-product h6, .all-collection-box, .main-holder h3, .main-holder h4, .main-holder h5, .main-holder h6, .main-holder ol li, .main-holder ol, .main-holder ul li, .main-holder ul, .main-holder p, .my-20 {
    margin-bottom: 1.25rem !important;
}
.pt-20, .py-20 {
    padding-top: 1.25rem !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.order-total .row .col-sm-4 .row {
    margin-bottom: 10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.order-total h6 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 3px !important;
}
.order-confirmed .mb-40, .order-confirmed .main-holder h2, .order-confirmed .my-40 {
    margin-bottom: 2.5rem !important;
}
.order-total .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.total-order-detail {
    background-color: #cc1414;
    padding: 6px 15px 6px;
    border-radius: 5px;
}
.total-order-detail .row {
    margin-bottom: 0 !important;
}
.order-total h6 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 3px !important;
}
.total-order-detail h6 {
    color: #fff;
    margin-bottom: 0 !important;
}