.checkout-inline-error-message {
    display: none;
}
a.woocommerce-privacy-policy-link, a.woocommerce-terms-and-conditions-link, .remove_item a {
    color: #de1d25 !important;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../assets/fonts/fa-solid-900.eot);
    src: url(../assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/fa-solid-900.woff2) format("woff2"),url(../assets/fonts/fa-solid-900.woff) format("woff"),url(../assets/fonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-up:before {
    content: "\f106";
}
i.fa, i.fas {
    font-style: inherit;
}
@font-face {
    font-family: eicons;
    src: url(eicons.eot?5.30.0);
    src: url(eicons.eot?5.30.0#iefix) format("embedded-opentype"),url(eicons.woff2?5.30.0) format("woff2"),url(eicons.woff?5.30.0) format("woff"),url(eicons.ttf?5.30.0) format("truetype"),url(eicons.svg?5.30.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.eicon-cart-light:before {
    content: "\e8e9";
}
/*End Font icon */

/* If multiple country allowed  */
p#payment_billing_country_field {
    padding: 0 2px;
}
p#payment_billing_country_field .select2-container {
    width: 100% !important;
}

p#payment_billing_country_field .woocommerce-input-wrapper::after {
   display: none;
}

p#payment_billing_country_field label {
    top: 5px;
    left: 15px;
}

/* End - If multiple country allowed  */


input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    height: unset;
}
input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus{
    border-style: solid !important;
    border-color: #005fcc;
    -webkit-transition: none;
    transition: none;
    font-family: inherit;
}
/*Smart coupon*/
.wt_coupon_wrapper{
    display: none; /*remove white-space before Information*/
}
.wt_sc_single_coupon {
    width: 100% !important;
    margin-bottom: 15px;
}
/*Start- billing radio*/
.billing_address_radio{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #545454;
    margin-bottom: 20px;
}

.billing_radio_ul li{
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
}
.billing_radio_ul li:last-child {
    border-bottom: 0;
}
.billing_radio_ul li input{
   margin-top: 0;
}
.billing_radio_ul li span{
    padding-left: 13px;
    font-size: 14px;
}
.billing_address_radio .shipping_address{
    padding: 0 10px;
}
/*End -billing radio*/
.woolentor-checkout__box {
    font-family:  -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    margin: 0;
    padding: 0;
}
.woolentor-checkout__box table{
    width: 100%;
    max-width: 100%;
}

.woolentor-checkout__box * {
    box-sizing: border-box;
    text-decoration: none;
}

.woolentor-checkout__container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.woolentor-checkout-header__responsive{
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .woolentor-checkout__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }
    .woolentor-checkout__header:not(.woolentor-checkout-header__responsive){
        display: none;
    }
    .woolentor-checkout-header__responsive{
        display: block;
    }
}

.woolentor-checkout__left-sidebar {
    width: 57%;
    margin-top: 50px;
    bottom: 30px;
    padding: 0 60px 0 40px;

}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .woolentor-checkout__left-sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .woolentor-checkout__left-sidebar {
        padding: 0 15px;
    }
}

.woolentor-checkout__right-sidebar {
    position: relative;
    width: 43%;
    padding: 0 40px;
    padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .woolentor-checkout__right-sidebar {
        width: 100%;
        height: auto;
    }

    .woolentor-checkout__right-sidebar:after {
        box-shadow: none;
    }
}

@media only screen and (max-width: 575px) {
    .woolentor-checkout__right-sidebar {
        height: auto;
    }

    .woolentor-checkout__right-sidebar:after {
        box-shadow: none;
    }
}

.woolentor-checkout__right-sidebar:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
    left: 0;
    background-position: left top;
    box-shadow: 1px 0 0 #e1e1e1 inset;
}

.woolentor-checkout__logo {
    margin-bottom: 20px;
    max-width: 100%;
}

.woolentor-checkout__logo img{
    max-width: 100%;
}
.woolentor-checkout__logo a{
    display: inline-block;
}

.woolentor-checkout__breadcrumb {
    margin-bottom: 40px;
    margin-left: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

.woolentor-checkout__breadcrumb-item {
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    color: #00000091;
}

.woolentor-checkout__breadcrumb-item:last-child {
    margin-right: 0;
}

.woolentor-checkout__breadcrumb-item:last-child:before {
    display: none;
}

.woolentor-checkout__breadcrumb-item:before {
    --woolentor-css-icon-height: 4px;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    content: '';
    display: block;
    height: var(--woolentor-css-icon-height);
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: var(--woolentor-css-icon-height);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    z-index: 1;
    right: -13px;
    left: auto;
}

.woolentor-checkout__breadcrumb-item.active {
    text-decoration: none;
    color: #000;
}

.woolentor-checkout__header{
    margin-bottom: 30px;
}
.woolentor-checkout__section {
    clear: both;
}

.woolentor-checkout__section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.woolentor-checkout__section-title,
.woolentor-checkout__box #ship-to-different-address {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0;
}
.woolentor-checkout__box #ship-to-different-address{
    margin-bottom: 15px;
    position: relative;
    margin-right: 0;
}

.woolentor-checkout__item-col {
    font-size: 14px;
    color: #545454;
    margin-bottom: 0;
}

.woolentor-checkout__item-col a {
    text-decoration: none;
    color: #982632;
}

.woolentor-checkout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

.woolentor-checkout__row > * {
    width: 100%;
    max-width: 100%;
    padding-right: 6px;
    padding-left: 6px;
}

.woolentor-checkout__field-half {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
}

.woolentor-checkout__field-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.woolentor-checkout__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
}
.woolentor-checkout__box .form-row{
    position: relative;
}
.woolentor-checkout__box .form-row label,
.woolentor-checkout__box .checkout_coupon label {
    position: absolute;
    left: 22px;
    background: transparent;
    padding: 0px 0px;
    font-size: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.woolentor-checkout__box .checkout_coupon label {
    left: 15px;
}

.woolentor-checkout__box .input-text {
    color: #333333;
    border: 1px  solid #d9d9d9;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 26px 15px 8px 15px;
    word-break: normal;
    line-height: inherit;
    font-size: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    box-shadow: none;
    line-height: 1;
}

.woolentor-checkout__box .input-text::-webkit-input-placeholder {
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: inherit;
    transition: inherit;
}

.woolentor-checkout__box .input-text:focus::-webkit-input-placeholder {
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.woolentor-checkout__field-select {
    color: #333333;
    border: 1px  solid #d9d9d9;
    width: 100%;
    font-size: 15px;
    padding: 24px 15px 5px 15px;
    position: relative;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 25px 5px 15px;
    word-break: normal;
    line-height: inherit;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff url(../images/icons/selector-icon.webp) no-repeat center right 14px;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.woolentor-checkout__select-label {
    position: absolute;
    left: 15px;
    top: 5px;
    background: transparent;
    padding: 0px 0px;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.woolentor-checkout__field-select-wrapper .woocommerce-input-wrapper::after {
    color: #000;
    right: 11px;
    top: 50%;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%);
    content: "\f347";
    font-family: dashicons;
    font-size: 20px;
    line-height: 1;
    width: 30px;
}
.woolentor-checkout__checkbox-wrapper label {
    font-size: 15px;
}

.woolentor-checkout__shipping-method {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #545454;
}

.woolentor-checkout__shipping-text {
    font-size: 14px;
    font-weight: 600;
}

.woolentor-checkout__error-text {
    display: none;
    color: red;
}

.woolentor-checkout__error .woolentor-checkout__error-text {
    display: block;
    position: absolute;
    bottom: -20px;
    font-size: 14px;
}

.woolentor-checkout__error .woolentor-checkout__input {
    border: 2px solid red;
}

.woolentor-checkout__delivery-method {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #545454;
}

.woolentor-checkout__radio {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
}

.woolentor-checkout__radio:last-child {
    border-bottom: none;
}

.woolentor-checkout__radio label,
.woolentor-checkout__shipping-method label,
.woolentor-checkout__box ul.payment_methods label {
    width: 100%;
    padding-left: 13px;
    margin-left: 0;
    font-size: 14px;
    cursor: pointer;
}

.woolentor-checkout__button {
    cursor: pointer;
    display: inline-block;
    background-color: #000;
    background-clip: border-box;
    box-sizing: border-box;
    border: 0px solid transparent;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding: 17px 25px;
    line-height: 1;
    outline: none;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__button{
    min-width: 100px;
    height: 100%;
}

.woolentor-checkout__button:hover {
    background-color: #000;
    color: #fff;
}

.woolentor-checkout__left-sidebar .woolentor-checkout__button {
    background-color: #000;
    padding: 17px 25px;
    min-width: 180px;
    color: #fff;
}

.woolentor-checkout__left-sidebar .woolentor-checkout__button:hover {
    border-color: transparent;
}

.woolentor-checkout__text-link {
    text-decoration: none;
    color: #000;
}

.woolentor-checkout__breadcrumb-link {
    color: inherit;
}

.woolentor-checkout__step-footer {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woolentor-checkout__step-footer .woolentor-checkout__text-link {
    margin-left: 30px;
    font-size: 15px;
}
.woolentor-checkout__step-footer .woolentor-checkout__text-link:hover{
    color: #000;
}

.woolentor-checkout__footer {
    margin-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.woolentor-checkout__policy-list {
    padding: 0;
    list-style-type: none;
    margin-left: 0;
}

.woolentor-checkout__policy-list li {
    display: inline-block;
    margin-right: 10px;
}

.woolentor-checkout__policy-list li:last-child {
    margin-right: 0;
}

.woolentor-checkout__policy-list li a {
    text-decoration: none;
    font-size: 12px;
    color: #545454;
    padding: 20px 0;
    display: block;
}

.woolentor-checkout__policy-list li a:hover {
    color: #000;
}

/* Checkout page processing spinner */
.woolentor-checkout__container .woocommerce-checkout.processing .blockUI.blockOverlay {
    background-image:url('spinner.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}

.woolentor-checkout__box .input-text[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woolentor-checkout__box .input-text[type="date"] {
    width: 100%;
}

.woolentor-checkout__box .input-text[type="date"]::-webkit-inner-spin-button, .woolentor-checkout__box .input-text[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.woolentor-checkout__body .woocommerce-input-wrapper > strong{
    padding: 26px 15px 8px 15px;
    display: block;
}

.woocommerce-input-wrapper .input-text:placeholder-shown ~ label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 16px;
    color: #737373;
}
.woolentor-checkout__box .input-text:-moz-placeholder-shown ~ label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 16px;
    color: #737373;
}

.woolentor-checkout__box .input-text:-ms-input-placeholder ~ label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 16px;
    color: #737373;
}

.woolentor-checkout__box .input-text:placeholder-shown ~ label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 20px;
    color: #737373;
    line-height: 1;
}

.woolentor-checkout__box .input-text:not(:-moz-placeholder-shown) ~ label {
    top: 5px;
    cursor: pointer;
}

.woolentor-checkout__box .input-text:not(:-ms-input-placeholder) ~ label {
    top: 5px;
    cursor: pointer;
}

.woolentor-checkout__box .input-text:not(:placeholder-shown) ~ label,
.woolentor-checkout__box .input-text:focus ~ label, 
.woolentor-checkout__box #shipping_state_field .input-text:focus:placeholder-shown ~ label,
.woolentor-checkout__box #billing_state_field .input-text:focus:placeholder-shown ~ label   {
    top: 5px;
    cursor: pointer;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
}

.woolentor-checkout__box .input-text::-webkit-input-placeholder{
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
    color: #737373;
}
.woolentor-checkout__box .input-text::-moz-placeholder{
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
    color: #737373;
} 
.woolentor-checkout__box .input-text:-ms-input-placeholder{
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
    color: #737373;
}
.woolentor-checkout__box .input-text:-moz-placeholder{
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
    color: #737373;
}
.woolentor-checkout__box .input-text:focus::-webkit-input-placeholder {
    opacity: 1;
}
.woolentor-checkout__box .input-text:focus::-moz-placeholder {
    opacity: 1;
}
.woolentor-checkout__box .input-text:focus:-ms-input-placeholder {
    opacity: 1;
}
.woolentor-checkout__box .input-text:focus:-moz-placeholder {
    opacity: 1;
} 

.woocommerce-form__input-checkbox[type='checkbox'],
.woolentor-checkout__input-radio[type='radio'],
.woolentor-checkout__box ul li .shipping_method,
.woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child,
.woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.woolentor-checkout__box .woocommerce-form__input-checkbox:checked,
.woolentor-checkout__box .woolentor-checkout__input-radio:checked,
.woolentor-checkout__box ul li .shipping_method:checked,
.woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked,
.woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"]:checked,
.woolentor-checkout__box .woocommerce-form__input-checkbox:focus{
    border-color: #000000 !important;
}

.woocommerce-form__input-checkbox,
.woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"] {
    border-radius: 4px;
    font-size: 14px;
}

.woolentor-checkout__input-radio,
.woolentor-checkout__box ul li .shipping_method {
    border-radius: 500px;
}

.woocommerce-form__input-checkbox,
.woolentor-checkout__input-radio,
.woolentor-checkout__box ul li .shipping_method,
.woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child,
.woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"]{
    min-width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
    margin-left: 0;
}

.woocommerce-form__input-checkbox:after,
.woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"]:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-color: #982632;
}

.woocommerce-form__input-checkbox:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.woocommerce-form__input-checkbox:checked,
.woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"]:checked {
    border-width: 9px;
}

.woolentor-checkout__input-radio:checked,
.woolentor-checkout__box ul li .shipping_method:checked,
.woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked {
    border-width: 7px;
}

.woolentor-checkout__product-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woolentor-checkout__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.woolentor-checkout__product:last-child {
    margin-bottom: 0;
}

.woolentor-checkout__product-image {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60px;
    flex: 1 0 60px;
}

.woolentor-checkout__product-thumbnail img {
    width: 100%;
    border-radius: 8px;
    height: auto;
}

.woolentor-checkout__product-quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114, 114, 114, 0.9);
    color: #fff;
    box-sizing: border-box;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}

.woolentor-checkout__product-description {
    margin-left: 20px;
}

.woolentor-checkout__product-name {
    font-weight: 600;
    font-size: 14px;
 
}
.woolentor-checkout__product-name a{

    color: #de1d25 !important;
}

.woolentor-checkout__product-meta dl.variation{
    margin: 0;
}
.woolentor-checkout__product-meta dl.variation dt{
    float: left;
    clear: both;
    margin-right: 0.25em;
    list-style: none outside;
    font-weight: 500;
}

.woolentor-checkout__product-price {
    color: #000;
    font-weight: 600;
    margin-left: 20px;
}

.woolentor-checkout__prduct-box {
    margin-top: 0.75em;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 1;
}

.woolentor-checkout__order-summary-section {
    border-top: 1px solid rgba(175, 175, 175, 0.34);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.woolentor-checkout__gift-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woolentor-checkout__apply-button-box {
    margin-left: 10px;
}

.woolentor-checkout__subtotal, .woolentor-checkout__due-total-footer {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 1px solid rgba(175, 175, 175, 0.34);
}

.woolentor-checkout__subtotal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #717171;
    font-size: 14px;
}

.woolentor-checkout__subtotal-wrap:last-child {
    margin-bottom: 0;
}

.woolentor-checkout__due-subtotal-price {
    color: #323232;
    font-weight: 600;
}

.woolentor-checkout__due-total-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #323232;
}

.woolentor-checkout__payment-due-currency {
    color: #717171;
    font-size: 14px;
}

.woolentor-checkout__payment-due-price {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1em;
}

.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 0;
}
.woocommerce-checkout-review-order-table th{
    text-align: left;
}
.woocommerce-checkout-review-order-table td {
    text-align: right;
}

.woolentor-checkout__box .woocommerce-checkout-review-order-table .cart-subtotal,
.woolentor-checkout__box .woocommerce-checkout-review-order-table .order-total {
    border-top: 1px solid rgba(175, 175, 175, 0.34);
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
    padding-top: 1.5em;
    padding-bottom: 3px;
}
.woocommerce-checkout-review-order-table .cart-subtotal th{
    text-align: left;
}
.woocommerce-checkout-review-order-table .cart-subtotal tr{
    text-align: right;
}

.woolentor-shipping-status--no .cart-subtotal td{
    padding-bottom: 1.5em;
}

.woolentor-checkout__left-sidebar .wc_payment_methods li.woocommerce-notice.woocommerce-notice--info {
    padding: 0;
    list-style: none;
    border-left: 3px solid #e2401c;
    margin: 15px;
    padding-left: 15px;
    position: relative;
}
.woolentor-checkout__left-sidebar .wc_payment_methods li.woocommerce-notice.woocommerce-notice--info::after {
    content: "";
    width: auto;
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #d9d9d9;
    bottom: 0;
    border-radius: 3px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    border-bottom: 1px solid rgba(175, 175, 175, 0.34);
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    padding-bottom: 1.5em;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table th {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table .order-total th {
    font-size: inherit;
    color: #000;
}

.woocommerce-checkout-review-order-table .order-total td strong {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1em;
    color: #323232;
}

.woocommerce-checkout-review-order-table .woolentor-shipping-cost th,
.woocommerce-checkout-review-order-table  .woolentor-shipping-cost td {
    padding-bottom: 1.5em;
}

.woolentor-checkout__box ul.wc_payment_methods {
    list-style: none;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: none;
}

.woolentor-checkout__payment-item-box {
    padding: 15px;
    background: #FAFAFA;
    border-bottom: 1px solid #d9d9d9;
}
.woolentor-checkout__box .woolentor-step--info a:focus,
.woocommerce-form__input-checkbox:focus,
.woolentor-checkout__box .woolentor-step--info .input-text:focus,
.woolentor-checkout__box .woolentor-step--info input:focus,
.woolentor-checkout__box .woolentor-step--info .form-row.woocommerce-invalid input.input-checkbox,
.woolentor-checkout__box form input:focus {
    border-color: #005fcc;
    -webkit-transition:  none;
    transition: none;
    font-family: inherit;
}

.woolentor-checkout__box .form-row {
    margin-bottom: 20px;
}
.woolentor-checkout__box .form-row.form-row-wide:not(.woolentor-one-third) {
    width: 100%;
    float: left;
}

.woolentor-checkout__box .form-row.form-row-wide:is(.create-account){
    float: none;
}

.woolentor-checkout__shipping-method th {
    display: none;
}

.woolentor-checkout__shipping-method td {
    padding: 0;
    border-radius: 5px;
}

.woolentor-checkout__shipping-method ul#shipping_method li {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
}

.woolentor-checkout__shipping-method ul#shipping_method li:last-child {
    border-bottom: 0;
}

.woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
    border: 1px solid;
    clip: unset;
    -webkit-clip-path: unset;
    clip-path: none;
    position: unset;
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 500px;
}

.woolentor-checkout__box #payment .payment_methods li.wc_payment_method {
    border-bottom: 1px solid #d9d9d9;
}

.woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:checked+label:before {
    display: none;
}

.woolentor-checkout__box #payment .payment_methods>.wc_payment_method>label {
    display: inline-block;
    padding: 0;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.woolentor-checkout__box #payment .payment_methods>.wc_payment_method>label:before {
    display: none;
}

#payment .payment_methods > li .payment_box {
    border-top: 1px solid #d9d9d9;
}

.woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
    margin-left: 15px;
    ;
}

.woolentor-checkout__box #payment .payment_methods li.wc_payment_method,
.woolentor-checkout__box #payment .payment_methods > li:not(.woocommerce-notice):hover {
    background: #fff;
}

.woolentor-checkout__box #payment .payment_methods > li .payment_box {
    background: #fafafa;
}

.woolentor-checkout__box ul#shipping_method input {
    margin-left: 0;
    margin-right: 0;
}

.woolentor-checkout__box ul#shipping_method input[type=radio]+label {
    margin-left: 0;
    margin-right: 0;
}

.woolentor-step--info .woolentor-footer--2,
.woolentor-step--info .woolentor-footer--3,
.woolentor-step--shipping .woolentor-footer--1,
.woolentor-step--shipping .woolentor-footer--3,
.woolentor-step--payment .woolentor-footer--1,
.woolentor-step--payment .woolentor-footer--2,
.woolentor-checkout__section.woolentor-step--info,
.woolentor-checkout__section.woolentor-step--shipping,
.woolentor-checkout__section.woolentor-step--payment {
    display: none;
}

.woolentor-step--info .woolentor-step--info,
.woolentor-step--shipping .woolentor-step--shipping,
.woolentor-step--payment .woolentor-step--payment {
    display: block;
}

.woolentor-step--payment .woolentor-step--payment{
    margin-bottom: 5px;
}

.woolentor-checkout__box a:focus, .woolentor-checkout__box input:focus, .woolentor-checkout__box textarea:focus, .woolentor-checkout__box button:focus {
    outline: none;
}

.woolentor-footer--3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.woolentor-footer--3 > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.woolentor-checkout__box .checkout_coupon {
    display: block !important;
}

.woolentor-checkout__right-sidebar .woocommerce-message,
.woolentor-checkout__right-sidebar .woocommerce-info,
.woolentor-checkout__right-sidebar .woocommerce-error {
    margin: 0;
    margin-bottom: 1.5em;
}

.woolentor-checkout__section.woolentor-step--info {
    margin-top: 0;
}
.woolentor-checkout__box label.screen-reader-text {
    width: auto;
    height: auto;
    margin: auto;
    clip: unset;
    -webkit-clip-path: unset;
        clip-path: unset;
    bottom: auto;
}
.woolentor-checkout__box .select2-container--default .select2-selection--single{
    border: 1px solid #d9d9d9;
    height: 55px;
}
.woolentor-checkout__box .select2-container--default .select2-selection--single[aria-expanded="true"] {
    outline: 1px solid #005fcc;
    border: 1px solid transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 55px;
}
.woolentor-checkout__box .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 55px;
}
.select2-dropdown {
    outline: 1px solid #005FCB;
    border: none;
}
.woolentor-checkout__box  #billing_country_field label,
.woolentor-checkout__box  #shipping_country_field label,
.woolentor-checkout__box  #billing_state_field label,
.woolentor-checkout__box  #shipping_state_field label{
    top: 5px;
}
.woolentor-checkout__box #billing_country_field .input-text:placeholder-shown ~ label, .woolentor-checkout__box #shipping_country_field .input-text:placeholder-shown ~ label, 
.woolentor-checkout__box #billing_state_field .input-text:placeholder-shown ~ label, .woolentor-checkout__box #shipping_state_field .input-text:placeholder-shown ~ label{
    top: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 15px;
    padding-top: 10px;
    font-size: 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px  solid #d9d9d9;
    background: none;
    outline: none;
}
.woolentor-checkout__box .woolentor-one-third{
    width: 33.33%;
    float: left;
    clear: none;
}
.woolentor-checkout__box .form-row{
    padding: 0 8px;
}
.woolentor-checkout__box .woocommerce-billing-fields__field-wrapper,
.woolentor-checkout__box .woocommerce-shipping-fields__field-wrapper,
.woolentor-checkout__box .woocommerce-account-fields,
.woolentor-checkout__box .woocommerce-form-login,
.woolentor-checkout__box .woocommerce-additional-fields{
    margin-left: -7px;
    margin-right: -7px;
}
.woocommerce-checkout .woolentor-checkout__box .form-row-first,
.woocommerce-checkout .woolentor-checkout__box .form-row-last{
    width: 50%;
    margin-right: 0;
    overflow: hidden;
    float: left;
}
.woolentor-checkout__box .form-row .woocommerce-form__label-for-checkbox{
    position: initial;
}
.woolentor-checkout__box .woocommerce-form-login__rememberme{
    margin-bottom: 20px;
}
.woolentor-checkout__box .woocommerce-billing-fields,
.woolentor-checkout__box .woocommerce-shipping-fields,
.woolentor-checkout__box .woocommerce-account-fields,
.woolentor-checkout__box .woocommerce-additional-fields,
.woolentor-checkout__box #billing_address_1_field,
.woolentor-checkout__box #billing_address_1_field2,
.woolentor-checkout__box #shipping_address_1_field,
.woolentor-checkout__box #shipping_address_1_field2{
    clear: both;
    overflow: hidden;
}


@media (min-width: 768px){
    #ship-to-different-address {
        position: relative;
        margin-bottom: 20px;
    }
}
.woolentor-checkout__box #ship-to-different-address label {
    cursor: pointer;
    display: block;
}
.woolentor-checkout__box #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 0;
    margin: 0;
}
.woolentor-checkout__box .woocommerce-message{
    padding: 5px 0px 5px 10px;
    border-left: 3px solid #24AE4D;
}
.woolentor-checkout__box ul.woocommerce-error {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    border-left: 3px solid #e2401c;
}
.woolentor-checkout__box ul.woocommerce-error li {
    padding: 5px 0px 5px 10px;
    line-height: 1;
}
.woolentor-checkout__box .woocommerce-remove-coupon{
    color:  #e2401c
}
.woolentor-checkout__box .woocommerce-invalid .input-text, .woolentor-checkout__box .woocommerce-invalid .select2-selection--single{
    border-color: #e2401c;
}
.woolentor-checkout__right-sidebar table,
.woolentor-checkout__right-sidebar th,
.woolentor-checkout__right-sidebar td{
    border: none;
}
.woolentor-checkout__box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.woolentor-checkout__shipping-method th,
.woolentor-checkout__shipping-method td{
    border: none;
}
.woolentor-checkout__box #payment .payment_methods li .payment_box {
    padding: 1.41575em;
}
.woolentor-checkout__box p{
    margin: 0;
    line-height: 1.5;
}
.woolentor-checkout__box p + p {
    margin-bottom: 1.75em;
}
.woocommerce-privacy-policy-text{
    margin-bottom: 15px;
}
.woocommerce-terms-and-conditions-wrapper .form-row,
.wc-gzd-checkbox-placeholder-legal .form-row.checkbox-legal{
    padding-left: 0;
}
.wc-gzd-checkbox-placeholder-legal .form-row.checkbox-legal{
    margin-top: 20px;
    margin-bottom: 0;
}
.wc-gzd-checkbox-placeholder-legal .form-row.checkbox-legal input{
    margin: 0;
    margin-right: 5px;
}
.woolentor-step--shipping .woolentor-contact-info,
.woolentor-step--payment .woolentor-contact-info{
    display: none;
}
.woolentor-checkout__box p.wc-terms-and-conditions{
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.woolentor-checkout__box p.wc-terms-and-conditions input{
    margin-right: 5px;
}
.woolentor-checkout__box .woolentor-has-footer-menu--{
    margin-bottom: 30px;
}
.woolentor-checkout__box .woolentor-checkout__right-sidebar .shop_table {
    background-color: transparent;
}
.woolentor-step--payment #order_payment_heading {
    display: none !important;
}

.clear{
    clear: both;
}
.woolentor-checkout__box .form-row .woocommerce-form__label-for-checkbox{
    display: block;
}
.woolentor-checkout__box .woocommerce-form-login__submit{
    cursor: pointer;
    display: inline-block;
    background-color: #000;
    background-clip: border-box;
    box-sizing: border-box;
    border: 0px solid transparent;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding: 17px 25px;
    line-height: 1;
    outline: none;
}
.woolentor-checkout__box .woocommerce-form-login{
    margin-bottom: 25px;
}

/* Scripts Payment method field */
.woolentor-checkout__body form.checkout #stripe-payment-data fieldset {
    border: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.woolentor-checkout__body form.checkout fieldset#wc-stripe-cc-form{
    margin-top: 10px;
}
.woolentor-checkout__body form.checkout #stripe-payment-data .form-row label {
    position: static;
    margin-left: 0;
    padding: 0;
}
.woolentor-checkout__body form.checkout .payment_method_stripe .wc-stripe-elements-field,.woolentor-checkout__body form.checkout .payment_method_stripe .wc-stripe-iban-element-field{
    padding: 10px;
}
.woolentor-checkout__body form.checkout .woocommerce-SavedPaymentMethods-saveNew{
    margin: 0;
}

.woolentor_mini_cart_img img{
    max-width: 100%;
    height: auto;
}
.woolentor-checkout__box .woocommerce-billing-fields__field-wrapper{
    overflow: hidden;
}

/* OceanWP Theme */
.woolentor-checkout__box #owp-qv-wrap,.woolentor-checkout__box #oceanwp-cart-sidebar-wrap{
    display: none !important;
}

/* Custom Field */
.woolentor-field-area.woolentor-field-radio span.woocommerce-input-wrapper label,.woolentor-field-multiselect label,.woolentor-field-checkbox label,.woolentor-field-checkboxgroup label {
    position: static !important;
}
.woolentor-field-area{
    width: 100%;
    float: left;
}
.woolentor-field-area .woocommerce-input-wrapper,.woolentor-field-area .woocommerce-input-wrapper select{
    width: 100%;
    float: left;
}
.woolentor-woocommerce-checkout .form-row.woolentor-field-heading,.form-row.woolentor-field-heading {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 10px 10px;
  }
.woolentor-woocommerce-checkout .form-row.woolentor-field-heading *,.form-row.woolentor-field-heading *{
    margin: 0;
}

/*Small devices (normal/smart phone)*/
@media (max-width: 767px) {
    .woolentor-checkout__box{
        margin-top: 15px;
    }
    .woolentor-checkout__left-sidebar{
        margin-top: 40px;
    }
    .woolentor-checkout__box .woocommerce-checkout{
        margin-bottom: 0;
    }
    .woolentor-checkout__policy-list{
        margin-bottom: 0;
    }
    .woolentor-checkout__right-sidebar{
        padding: 0 15px;
    }
    .woocommerce-checkout .woolentor-checkout__box .form-row-first,
    .woocommerce-checkout .woolentor-checkout__box .form-row-last{
        width: 100%;
    }
    .woolentor-checkout__box .woolentor-one-third{
        width: 100%;
    }
    .woolentor-checkout__right-sidebar:after{
        box-shadow: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .woolentor-checkout__left-sidebar{
        padding: 0 40px;
    }
}

/* Third party compatibility
======================================================= */
/* WooFunnel's order bump plugin */
.woolentor-slc-terms-and-conditions .wfob_bump_wrapper{
    margin-top: 10px;
}

/* Flatsome */
.woolentor-checkout__box .mobile-sidebar{
    display: none;
}

#payment fieldset {
    border: none;
}

/*Additional CSS*/
.woocommerce-form__input-checkbox[type='checkbox'], .woolentor-checkout__input-radio[type='radio'], .woolentor-checkout__box ul li .shipping_method, .woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child, .woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
.woocommerce-form__input-checkbox:checked:after{
    opacity: 0;
}
/*input.input-text:focus::placeholder, textarea#order_comments:focus::placeholder {
    color: transparent !important;
}*/
div#checkout_main_app{
    padding-top: 44px;
    padding-bottom: 72px;

}

.checkout_footer{
    position: relative;
    padding-bottom: 30px;
    background: #f7f9f9;
}
.checkout-custom_footer{
    border: none;
}

p#shipping_country_field .woocommerce-input-wrapper label, p#billing_country_field .woocommerce-input-wrapper label  {
    /*left: 15px*/
}
p#shipping_country_field .woocommerce-input-wrapper strong, p#billing_country_field .woocommerce-input-wrapper strong  {
    padding-left: 7px;
    padding-right: 7px
}

.woolentor-checkout__right-sidebar::after {
    background: unset;
    box-shadow: unset;
}

.woolentor-checkout__right-sidebar.woolentor-shipping-status--yes {
    height: 100%;
    background: #f7f9f9;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
}
@media only screen and (min-width:1400px){
    .woolentor-checkout__header.checkout-custom_header {
        max-width: 100%;
    }
    .woolentor-checkout__container{
      max-width: 1200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1399.98px){
    .woolentor-checkout__container{
      max-width: 1140px;
    }
}

@media only screen and (min-width: 991.98px){
   /*.woolentor-checkout__right-sidebar.sticky {
        top: 0;
        right: 5px;
        position: fixed;
        padding-right: 76px;
        padding-left: 40px;
        padding-top: 20px;
        overflow-y: auto;
        height: 100%;
        box-shadow: 1px 0 0 #e1e1e1 inset;
        background: #fafafa;
    }*/
    /*.right-sidebar__container.sticky {
        position: fixed!important;
        top: 0;
        padding-right: initial;
        margin-right: 70px;
        overflow-y: auto;
        max-width: 23.1rem;
        height: 100%;
        width: 100%;
    }*/
    .right-sidebar__container.sticky .woolentor-checkout__prduct-box{
        margin-top: 20px;
    }
}
/*.sticky .right-sidebar__container {
    padding-right: 40px;
  padding-left: 5px;
}*/
.woolentor-checkout__right-sidebar::after {
    /*right: -100%;*/
    width: auto;
}
/*sticky.woolentor-checkout__right-sidebar::after {
    position: fixed;
    width: inherit;
    right: 5px;
    left: auto;
    height: 100%;
}*/
.order_summery_mobile {
    display: none;
}   

 #shipping_country_field, p#billing_country_field {
    width: 100%;
    float: none;
    margin: 0px auto 14px auto;
    /*border: 1px solid rgb(217, 217, 217);*/
    border-radius: 5px;
}

#shipping_country_field .select2-container--default, 
p#billing_country_field .select2-container--default, 
#billing_state_field .select2-container--default,
#shipping_state_field .select2-container {
    width: 100% !important;
}

@media only screen and (min-width: 768px){
 
     .woolentor-checkout__left-sidebar{
        position: relative;
        padding: 0 20px;
        flex: 0 0 45%;
     }
    .woolentor-checkout__right-sidebar{
        display: block;
        padding: 20px 40px 40px;
        flex: 0 0 40%;
    }

    .checkout-custom_header .cart_icon {
        align-self: center;
        
    }
    .checkout-custom_header{
       padding-inline: 50px;
    }
    .woolentor-checkout__container{
      justify-content: space-evenly;
    }

    p#shipping_state_field, p#shipping_postcode_field, p#billing_state_field, p#billing_postcode_field {
        width: 50%;
    }
}


.header-section{
    position: relative;
    border-bottom: 1.2px solid #e5e5e5;
}

.checkout-custom_header{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    max-width: 1140px;
    margin: 0 auto;
   
    position: relative;

    z-index: 999999;
    background: #fff;
}

.cart_icon a > i{
    font-size: 24px;
}
.checkout-custom_footer{
    border-top: 1.2px solid #e5e5e5;
    margin: 0px;
}

/*Additional CSS- By golam*/

 
.checkout-custom_header .woolentor-checkout__logo {
/*     width: 5rem; */
    width: 150px;
    margin-bottom: 0;
    padding: 15px 0;
}
.cart_icon a {
    color: #de1d25 !important;
}
p#wc-square-wallet-divider {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
p#wc-square-wallet-divider:before, p#wc-square-wallet-divider:after {
    border-color: #000000;
    border-style: solid;
    border-width: 0.5px;
    content: "";
    flex-grow: 1;
    height: initial;
    width: unset;
    border-block-start: none;
    border-inline: none;
    border-left: none;
    border-right: none;
    border-top: none;
}


p#wc-square-wallet-divider span {
    margin: 0 5px;
}

.shipping_address_empty{
    background: #f5f5f5;
    padding: 20px 10px;
    border-radius: 5px;
    color: #707070;
}
.woocommerce-account-fields .create-account {
    margin-top: 1rem;
}
.woolentor-checkout__button:hover {
    background-color: #000 !important;
    color: #fff;
}

.woolentor-checkout__left-sidebar .woolentor-checkout__button {
/*     background-color: #b50000; */
    background-color: #982632;
    padding: 17px 25px;
    min-width: 180px;
    color: #fff;
    width: 100%;
}
.woolentor-checkout__box #payment .payment_methods li .payment_box {
    padding-bottom: 0;
}
button.woolentor-checkout__button {
/*     background: #b50000; */
    background: #de1d25 !important;
}

/*.woocommerce-shipping-fields {
    padding: 0 1.41575rem 1rem ;
     margin-top: -1.2rem; 
}
#ship-to-different-address label span {
    margin-left: 3px;
}

li.wc_payment_method.payment_method_square_credit_card {
    border-bottom: unset !important;
}

.woocommerce-shipping-fields {
    border: 1px solid #d9d9d9;
    border-top: unset;
    background: #fafafa;
}*/
input#ship-to-different-address-checkbox {
    right: auto !important;
    left: 0;
}
 h3#ship-to-different-address{   
  /*  margin-left: 8px;
    margin-right: 8px;*/
}
h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    margin-left: 20px;
}
/*.woocommerce-account-fields {
    padding: 0 8px;
}*/
/*.woocommerce-account-fields .wlr-signup-message{
    margin-left: 8px;
}*/
span.wlr-signup-message {
    padding-left: 0.5rem;
}
p.create-account {
    margin-bottom: 0 !important;
}
.woolentor-checkout__shipping-method ul#shipping_method li {
    display: flex;
    align-items: center;
}
.woolentor-checkout__section-title {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 600;
}


.woolentor-checkout__policy-list li a {
    font-size: 14px;
/*     color: #b50000; */
    color: #982632;
}

h4.checkout_footer_title{
    font-size: 18px;
    text-align: center;
/*  color: #b50000; */
    color: #000;
    margin: 1rem 0;
    font-weight: bold;
}

.woolentor-checkout__footer.checkout-custom_footer ul {
    text-align: center;
}

.checkout_footer_img {
    width: 25%;
    margin-top: 10px;
}
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table th{
    color: #000;
}
/*Tips Amount*/
.add_tip .woocommerce-form__label-for-checkbox.checkbox{
    background: #fff;
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}
.tip_area{
    display: none;
}
.section-tip_area{
    width: 100%;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}
ul.select_tips {
  display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
     text-align: center;
}

ul.select_tips li {
  list-style: none;
  flex: 1;
   
}

ul.select_tips li input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

ul.select_tips li label {
  display: inline-block;
  background-color: #fff;
  padding: 5px 15px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}

.select_tips li input[type="radio"]:checked+label {
/*   background-color: #b50000;  
  color: #fff;
   border: 1px solid #b50000; */
     background-color: #982632;
    border: 1px solid #982632;
    color: #000;
}

/*Custom Tips Input */
.input-group {
    display: flex;
    position: relative;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 20px;
    flex: 1;
    border: 1px solid #d9d9d9;
    height: 60px;
}

input#input_tips_amount {
    background: unset;
    border: unset !important;
    padding-left: 8px;
}
span.input-group-addon {
    align-self: flex-end;
    padding-bottom: 8px;
}
.custom_tips-input {
    display: flex;
      align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

a#minus, a#plus {
    margin: 0px 7px;
}
button.add_cutom_tips{
    flex: 0;
    width: auto;
    margin-right: 20px;
}
input#input_tips_amount:focus {
   /* padding-top: 10px;*/
}
.input-group .input-text:placeholder-shown ~ label{
    top: 18px;
}
.input-group .input-text:focus ~ label {
    padding-left: 18px !important;
    top: 5px;   
}
.tips_warning_txt{
    display: none;
    color: red;
    margin-top: 10px;
    padding: 0 20px;
}
.tips_thanks_txt{
    margin-top: 20px;
    padding: 0 20px;
}
.woolentor-checkout__box #payment .payment_methods li .payment_box p {
    margin-bottom: 0.5rem;
}


div#get_offers {
    margin-top: 10px;
    padding-block-start: 1rem;
}
p.cuw-product-price del {
    text-decoration: line-through;
}

p.cuw-product-price ins {
    text-decoration: underline;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
   color: #e2401c;
   display: block !important;
   font-weight: bold;
}

table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart-subtotal) th, table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart-subtotal) td {
    padding-top: 3px;
    padding-bottom: 0;
}

table.shop_table.woocommerce-checkout-review-order-table tr:not(.order-total) {
    font-size: 14px;
}

table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart-subtotal) th, 
table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart-subtotal) td {
padding-top: 3px;
padding-bottom: 0;
}

.woolentor-checkout__product {
    margin-bottom: 0.7rem;
}

.woolentor-checkout__box .form-row label, .woolentor-checkout__box .checkout_coupon label {
 font-size: 14px !important;
 /* line-height: 1; */
 color: #666 !important;
}

.woolentor-checkout__box .input-text{
 padding: 23.5px 15px 8px 13px;
 font-size: 14px !important;
 color: black !important;
}
.woolentor-checkout__box .input-text:focus:placeholder-shown ~ label {
 transition: top 0.3s ease-in-out;
}



.woolentor-checkout__box .input-text::placeholder {
  visibility: hidden;
 

}

.woolentor-checkout__box .input-text:focus::placeholder-shown {
    visibility: hidden;
   transition: all 1s
}

.font-bold{
 font-weight: 700 !important;
}
.add_tip h2{
 font-size: 17px !important
}


.woolentor-checkout__body .woocommerce-input-wrapper > strong{
 font-size: 14px;
 color: #000;
}

p#shipping_country_field .woocommerce-input-wrapper strong, p#billing_country_field .woocommerce-input-wrapper strong {
    line-height: 1;
    height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  line-height: 43px;
  font-size: 14px
}
.woolentor-checkout__box .select2-container--default .select2-selection--single{
 height: 50px;
}

.woolentor-checkout__box .input-text:focus:placeholder-shown ~ label {transition: top 0.3s ease-in-out;}
.woolentor-checkout__box .form-row{
 margin-bottom: 14px
}
.woolentor-checkout__box .checkout_coupon label{
 top: 18px;
}
.woolentor-checkout__order-summary-section{
    border-top: none;
    padding: 14px 0 5px;
}
.woolentor-checkout__box .woocommerce-checkout-review-order-table .cart-subtotal, .woolentor-checkout__box .woocommerce-checkout-review-order-table .order-total{
    border: none;
}

.woolentor-checkout__prduct-box{
    margin-top: 0;
    margin-bottom: 14px;
}
.woolentor-checkout__button:not(#place_order){
    font-size: 14px;
}
#place_order {
    margin-bottom: 2rem;
    font-size: 17px
 }
.woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .cart-subtotal td {
    padding-top: 13px;
    padding-bottom: 1px;
}
table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart-subtotal) th, table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart-subtotal) td {
    padding-top: 1px;
    padding-bottom: 0;
}
.woolentor-checkout__box .woocommerce-checkout-review-order-table .order-total {
   padding-top: 2px;
}
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td span {
    font-size: 17px;
    font-weight: 600 !important;
}
table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart-subtotal) {
    line-height: 1.6;
}
.cuw-offer > * {
    font-size: 14px !important; ;
    line-height: 1 !important; ;
}
.cuw-product-section{
    margin-top: 0 !important; 
    margin-bottom: 0 !important; ;
    height: 100px;
}
.cuw-offer-description{
    padding-top: 0 !important; 
    padding-bottom: 0 !important; ;
}

/* Subscription Shipping  */
.woolentor-checkout__shipping-method-subscription td {
    padding: 0;
}
.woolentor-checkout__shipping-method-subscription ul li {
    display: flex;
    align-items: center;
    padding: 15px !important;
    margin: 0;
    border: 1px solid #d9d9d9;
    border-bottom-width: 0px;
}
.woolentor-checkout__shipping-method-subscription ul li:last-child{
 border-bottom: 1px solid #d9d9d9
}
.woolentor-checkout__shipping-method-subscription  .shipping.recurring-total ul li{
    text-indent: unset;
}
.woolentor-checkout__shipping-method-subscription label{
     padding-left: 13px;
     font-size: 14px;
 }
.woolentor-checkout__shipping-method-subscription .shipping.recurring-total ul li input{
    margin: 0;
}

@media only screen and (max-width: 767px){
    .mobile-hide{
        display: none;           /* helper class*/
    }
    div#checkout_main_app{
        padding-top: 0;
    }
    .woolentor-checkout__box {
         margin-top: 0px
    }
    .woolentor-checkout__logo{
        margin-bottom: 0px;
    }
    .woolentor-checkout__header{
        padding: 15px;
    }

    .order_summery_mobile{
        display: block;
        padding: 20PX 15PX;
        background: #fafafa;
        order: 1;
    }
    .order_summery_mobile .order_summery_text {
        display: flex;
        justify-content: space-between;
    }

    .order_summery_mobile .order_summery_text a {
        color: #982632;
    }
    
    .order_summery_text .close{
        display: none;
    }
    .woolentor-checkout__right-sidebar{
        display: none;
    }
    .opend .order_summery_text {
        border-bottom: 1px solid rgba(175, 175, 175, 0.34);
        padding-bottom: 20px;
    }
     /*p.create-account {
        justify-content: flex-start;
     }*/

     #shipping_country_field, p#billing_country_field{
        width: 100%;
     }
    /*.woolentor-checkout__box #payment .payment_methods>.wc_payment_method>label{
        display: flex;
        align-items: center;
     }*/
     #payment .payment_methods li img{
        margin-left: 0.5em;
        width: 30px !important;
     }
    
    button.woolentor-checkout__button.add_cutom_tips {
        flex: 1 1 auto;
        margin-right: 0;
    }
    .input-group{
        margin: 10px 0;
    }
    ul.select_tips{
        padding: 0;
    }
    .tips_thanks_txt{
         padding: 0;
    }
    .checkout-custom_footer ul{
        margin: 0.5rem 0;

    }
    
    .woolentor-checkout__policy-list li a {
        font-size: 11px;
        padding: 0;   
    }
    h4.checkout_footer_title{
        font-size: 13px;
    }
    .checkout_footer_img {
        width: 30%;
        margin: 0.6rem 0;
    }
    .cuw-product-section{
        max-height: 135px;
        height: fit-content;
    }
   
}
@media only screen and (max-width: 340px){
    .woolentor-checkout__policy-list li a {
        font-size: 10px;
    }
}