/* Custom */

.woolentor-checkout__logo{
    display: none;
}


.woolentor-checkout__body input {
    border: 1px solid #004234;
    border-radius: 5px;
    padding: 20px 25px;
    min-height: 68px;
    height: 100%;
    color: #505050;
    font-size: 18px;
}

/* custom end */



.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;
    width: 100%;
    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__box {
 position: relative;
}
.woolentor-checkout__box::before {
content: ' ';
position: absolute;
height: 310px;
width: 210px;
top: 0;
right: 0;
 background-image: url('./images/rightcoffebeans.png');
background-position: top right;
background-repeat: no-repeat;
background-size: 100%;
}

.woolentor-checkout__box::after {
    content: ' ';
    position: absolute;
    height: 112px;
    width: 120px;
    top: 50%;
    right: 0;
    background-image: url('./images/rightdates.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
}

.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: 60%;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 70px;
    padding-bottom: 70px;
    margin-top: 80px;
}

.woolentor-checkout__body {
    /*padding-left: 65px;*/
}


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


.woolentor-checkout__right-sidebar {
    position: relative;
    width: 40%;
    padding-right: 10px;
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 60px;
    margin-top: 80px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@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;
    left: 0;
    background-position: left top;
}

.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: rgba(57, 57, 57, 0.6);
    font-size: 16px;
    font-weight: 500;
}

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

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

.woolentor-checkout__breadcrumb-item::before {
    display: block;
    pointer-events: none;
    position: absolute;
    left: auto;
    content: "/";
    right: -16px;
    font-size: 16px;
}

.woolentor-checkout__breadcrumb-item.active {
    text-decoration: none;
    color: #393939;
    font-weight: 500;
}

.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: 10px;
}

.woolentor-checkout__section-header h2{
   font-size: 22px !important;
    margin-bottom: 0;
     font-weight: 700 !important;
    color: #AB6633;
    font-family: "Open Sans", Sans-serif;
    margin-top: 0;
}

.woolentor-checkout__section-title,
.woolentor-checkout__box #ship-to-different-address {
    font-size: 22px !important;
    margin-bottom: 0;
    font-weight: 700 !important;
    color: #AB6633;
    font-family: "Open Sans", Sans-serif;
}
.woolentor-checkout__box #ship-to-different-address{
    margin-bottom: 15px;
    position: relative;
    margin-right: 0;
}

.woolentor-checkout__item-col {
    font-size: 16px;
    color: #8E8E8E;
    margin-bottom: 0;
}

.woolentor-checkout__item-col a {
    text-decoration: none;
    color: #CB7739;
    font-weight: 600;
}

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

.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{
    height: 20px;
    width: 20px;
    border: 1px solid #8F8F8F;
    border-radius: 5px;
    padding: 8px 5px !important;
    min-height: inherit;
    margin-right: 6px;
}

.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox:checked::after {
    left: 0px;
    top: 0px;
    border-width: 0 3px 3px 0;
    background: url('./images/checkmar.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    height: 100%;
    width: 100%;
    background-size: 14px;
    background-repeat: no-repeat;
    background-color: #bf7137;
    content: "";
    position: absolute;
}

.woolentor-checkout__box .woocommerce-form__input-checkbox.input-checkbox {
    height: 20px;
    width: 20px;
    border: 1px solid #8F8F8F;
    border-radius: 5px;
    padding: 8px 5px !important;
    min-height: inherit;
    margin-right: 6px;
}

.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 {
    color: #505050;
    border: 1px solid #8F8F8F;
    border-radius: 0px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    line-height: inherit;
    font-size: 16px;
    min-height: 58px;
    height: 100%;
}


.woolentor-checkout__box .input-text::-webkit-input-placeholder {
    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;
    -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;
    -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-radius: 0px;
    color: #393939;
}

.woolentor-checkout__shipping-text {
    font-size: 16px;
    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__box ul.payment_methods label  {
    width: 100%;
    padding-left: 13px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}


.woolentor-checkout__shipping-method label{
    padding-left: 13px;
    margin-left: 0;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.woolentor-checkout__shipping-method .woocommerce-Price-amount.amount {
    color: #AB6633;
}

.woolentor-checkout__button {
    cursor: pointer;
    display: inline-block;
    background-color: #004234;
    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: 16px;
    padding: 20px 30px;
    line-height: 1;
    outline: none;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__button {
    min-width: 150px;
    height: 100%;
    line-height: 26px;
    font-size: 18px;
    text-transform: uppercase;
}

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


.woolentor-checkout__left-sidebar .woolentor-checkout__button {
    padding: 15px 35px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    background: linear-gradient(90deg, rgba(74,52,40,1) 0%, rgba(203,119,57,1) 50%);
}

.woolentor-checkout__left-sidebar .woolentor-checkout__button:hover {
   background: linear-gradient(90deg, rgb(203, 119, 57) 0%, rgb(74, 52, 40) 50%);
}

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

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

.woolentor-checkout__step-footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.woolentor-checkout__step-footer .woolentor-checkout__text-link {
    margin-left: 26px;
    font-size: 16px;
    position: relative;
    color: #393939;
}

.woolentor-checkout__step-footer .woolentor-checkout__text-link::before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: " ";
    font-weight: 900;
    left: -24px;
    top: 4px;
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.90203 9.16216H6.9924C7.76856 9.16216 8.51293 8.84181 9.06176 8.2716C9.61059 7.70139 9.91892 6.92802 9.91892 6.12161C9.91892 5.31521 9.61059 4.54184 9.06176 3.97163C8.51293 3.40142 7.76856 3.08107 6.9924 3.08107H1.55743M2.95101 1.05405L1 3.08107L2.95101 5.1081' stroke='%23393939' stroke-width='1.21622' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100%;
    
}

.woolentor-checkout__step-footer .woolentor-checkout__text-link:hover{
    color: #000;
}

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

.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;
    -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;
    display: none;
}
.woolentor-checkout__box .input-text:-moz-placeholder-shown ~ label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 16px;
    color: #737373;
    display: none;
}

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

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

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

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

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

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


.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"] {
    -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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-color: #0170b9;
}

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


/*.woocommerce-form__input-checkbox::after, .woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border-width: 0 3px 3px 0;
    background: url('./images/checkmar.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    height: 100%;
    width: 100%;
    background-size: 14px;
    background-repeat: no-repeat;
    background-color: #004234;
}*/

.woocommerce-form__input-checkbox:checked:after {
   left: 0px;
    top: 0px;
    border-width: 0 3px 3px 0;
    background: url('./images/checkmar.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    height: 100%;
    width: 100%;
    background-size: 14px;
    background-repeat: no-repeat;
    background-color: #bf7137;
    content: "";
    position: absolute;
}

/*.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: 6px;
    background: #fff;
    position: relative;
    width: 80px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.woolentor-checkout__product-thumbnail {
    display: flex;
}

.woolentor-checkout__product-thumbnail img {
    width: 80px;
    border-radius: 8px;
    aspect-ratio: 4/3;
    height: 80px;
    padding: 8px;
    object-fit: contain;
}

.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: rgb(103, 70, 47);
    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-quantity .remove{
    color: #fff;
}

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

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

.woolentor-checkout__product-name a{
    color: #393939;
font-size: 16px;
display: block;
line-height: 20px;
}

.woolentor-checkout__product-price {
    color: #696969;
    font-weight: 500;
    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;
    display: none;
}

.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;
    color: #393939;
    font-weight: 700;
}


.woolentor-checkout__box .woocommerce-checkout-review-order-table .order-total {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
    padding-top: 1.5em;
    padding-bottom: 8px;
}
.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: #393939;
    font-size: 16px;
    font-weight: 500;
    width: 130px;
  vertical-align: top;
}

.woocommerce-checkout-review-order-table .order-total th {
    font-size: 17px;
    color: #393939;
    font-weight: 700;
}

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

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

.woolentor-checkout__box ul.wc_payment_methods {
    list-style: none;
    border-radius: 0px;
    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: #cb7739;
  border-width: 1px;
}

.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 .shipping_method {
    padding: 6px 6px !important;
    height: 100% !important;
    width: 15px !important;
    min-height: 20px !important;
    background-color: #cb7739;
    border: 4px solid #cb7739 !important;
}

.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 {
   padding: 6px 6px !important;
    height: 100% !important;
    width: 15px !important;
    min-height: 20px !important;
    background-color: #fff;
    border: 4px solid #cb7739 !important;
}

.woolentor-checkout__shipping-method ul#shipping_method li + li{
    margin-top: 15px;
}

.woolentor-checkout__shipping-method ul#shipping_method li {
    padding: 18px 12px;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #AB6633;
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
}

.payment_methods .wc_payment_method .input-radio{
 padding: 6px 6px !important;
height: 100% !important;
width: 15px !important;
min-height: 20px !important;
background-color: #cb7739;
border: 4px solid #cb7739 !important;
}

.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 .wc_payment_method + .wc_payment_method{
    margin-top: 15px;
}

.woolentor-checkout__box #payment .payment_methods li.wc_payment_method {
    padding: 18px;
    margin: 0;
    background-color: #F8F8F8 !important;
    border-radius: 0px;
    border: 1px solid #AB6633;
    color: #393939;
    position: relative;
}


.woolentor-checkout__box #payment .payment_methods li.payment_method_paypal{
   /* display: flex;
align-items: center;*/
}

.woolentor-checkout__box #payment .payment_methods li.payment_method_paypal img{
    width: 115px;
vertical-align: middle;
margin: 0 10px;
}

.woolentor-checkout__box #payment .payment_methods li.payment_method_paypal .about_paypal{
color: #000;
font-size: 14px;
}

.wc_payment_method.payment_method_stripe::after {
    content: ' ';
    position: absolute;
    background-image: url('./images/stripelogo.png');
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right 18px top 18px;
    background-size: 80px;
    right: 0;
    top: 0;
}


.wc_payment_method.payment_method_ppcp-gateway::after {
    content: ' ';
    position: absolute;
    background-image: url('./images/paypallogo.png');
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right 18px top 18px;
    background-size: 110px;
    right: 0;
    top: 0;
}

.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; */
    padding-left: 35px !important;
}

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

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

.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 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.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 #8F8F8F;
    height: 58px;
    padding: 0px 5px;
}

.woolentor-checkout__box .select2-container--default .select2-selection--single[aria-expanded="true"] {
    outline: 1px solid #cb7739;
    border: 1px solid #cb7739;
}
.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 #cb7739;
    border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #cb7739;
    color: #fff;
}

.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;
}
.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;
    border-radius: 5px;
}
.woolentor-checkout__box ul.woocommerce-error li {
    padding: 10px;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
}
.woolentor-checkout__box .woocommerce-remove-coupon{
    color:  #e2401c
}
.woolentor-checkout__box .woocommerce-invalid .input-text{
    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;
}



.woocommerce-SavedPaymentMethods-saveNew {
    display: flex;
    align-items: center;
}


.woocommerce-SavedPaymentMethods-saveNew input{
    min-height: auto;
    margin-right: 8px;
}

.woolentor-checkout__box #payment .payment_methods li .payment_box {
    padding: 2px;
}
.woolentor-checkout__box #payment .payment_methods li .payment_box p{
    font-size: 14px;
    color: #393939;
}

.woolentor-checkout__box p{
    margin: 0;
    line-height: 1.5;
}

.woolentor-checkout__shipping-method ul#shipping_method li:first-child .ecommercehints_est_delivery{
    padding-left: 12px;
}

.ecommercehints_est_delivery{
    color: #6b6b6b;
    font-size: 16px;
    line-height: 20px;
    padding-left: 35px;
}


.woolentor-checkout__box p + p {
    margin-bottom: 1.75em;
}
.woocommerce-privacy-policy-text{
    margin-bottom: 15px;
    margin-top: 15px;
}

.woocommerce-privacy-policy-text a ,.woocommerce-terms-and-conditions-checkbox-text a{
    color: #CB7739;
    font-weight: 500;
}

.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 .lost_password a{
    color: #004234;
}

.woolentor-checkout__box .woocommerce-form-login__submit {
    cursor: pointer;
    display: inline-block;
    background: linear-gradient(90deg, rgba(74,52,40,1) 0%, rgba(203,119,57,1) 50%) !important;
    border: none;
    border-radius: 50px !important;
    color: white;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 1;
    outline: none;
}

.woolentor-checkout__box .woocommerce-form-login__submit:hover {
    background: linear-gradient(90deg, rgb(203, 119, 57) 0%, rgb(74, 52, 40) 50%) !important;
}

.lost_password a{
    display: none !important;
}

.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 .woocommerce-checkout{
        margin-bottom: 0;
    }
    .woolentor-checkout__policy-list{
        margin-bottom: 0;
    }
   
    .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;
}


@media only screen and (max-width: 1600px) {

.woolentor-checkout__left-sidebar {
    padding-left: 25px;
    padding-right: 50px;
}

.woolentor-checkout__right-sidebar {
    padding-right: 35px;
    padding-left: 50px;
}

}


@media only screen and (max-width: 1440px) {

.woolentor-checkout__left-sidebar {
    padding-left: 25px;
    padding-right: 50px;
}

.woolentor-checkout__right-sidebar {
    padding-right: 35px;
    padding-left: 50px;
}

}


@media only screen and (max-width: 1024px) {


.woolentor-checkout__right-sidebar {
    padding-right: 30px;
    padding-left: 30px;
}

.woolentor-checkout__left-sidebar {
    padding-left: 30px;
    padding-right: 30px;
}

}


@media only screen and (max-width: 767px) {

.woolentor-checkout__box ul {
    justify-content: center;
}

.woolentor-checkout__breadcrumb-item {
    margin-right: 20px;
    font-size: 16px;
}

.woolentor-checkout__right-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.woolentor-checkout__left-sidebar {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.woolentor-checkout__box .form-row {
    font-size: 14px;
}

.woolentor-checkout__section-header h2 {
    font-size: 20px;
}

.woolentor-checkout__section-title, .woolentor-checkout__box #ship-to-different-address {
    font-size: 20px !important;
    margin-top: 0px;
}

.woolentor-checkout__box .input-text {
    padding: 12px 15px;
    min-height: auto;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__button {
    line-height: 26px;
    font-size: 16px;
}

.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table th {
    font-size: 16px;
}

.woolentor-checkout__left-sidebar .woolentor-checkout__button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 26px;
}

.wc_payment_method.payment_method_stripe::after {
    background-size: 65px;
}

.wc_payment_method.payment_method_ppcp-gateway::after {
    background-size: 80px;
}

.woolentor-checkout__product-thumbnail img {
    width: 65px;
    height: 65px;
    padding: 8px;
}

.woolentor-checkout__product-description {
    margin-left: 15px;
    margin-right: 5px;
}

.woolentor-checkout__shipping-method label {
    font-size: 16px;
    padding-left: 4px;
}

.woolentor-checkout__shipping-method ul#shipping_method li:first-child .ecommercehints_est_delivery {
    padding-left: 4px;
}

.woolentor-checkout__box #payment .payment_methods li.wc_payment_method {
    padding: 12px 12px;
}

.payment_methods .wc_payment_method .input-radio {
    padding: 4px 4px !important;
    width: 12px !important;
    min-height: 18px !important;
}

.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 {
    padding: 4px 4px !important;
    width: 12px !important;
    min-height: 18px !important;
}


.woolentor-checkout__box #payment .payment_methods li .payment_box p {
    font-size: 12px;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
}


.woolentor-checkout__box::before {
  height: 150px;
  width: 100px;
  top: 0;
  right: 0;
}

.woolentor-checkout__left-sidebar {
  margin-top: 0px;
  padding-right: 20px;
    padding-left: 20px
}

.woolentor-checkout__right-sidebar {
  margin-top: 0px;
  padding-right: 20px;
    padding-left: 20px
}
.woolentor-checkout__step-footer {
    margin-top: 20px;
   display: block;
   text-align: center;
}
.woolentor-checkout__left-sidebar .woolentor-checkout__button {
    display: block;
    margin-bottom: 15px;
}
}