:root {
    --orange-color: #EE7023;
    --orange-hover-color: #e66212;
    --yellow-color: #FDC129;
    --light-brown: #d4c4bc;
    --brown-color: #512b2b;
    --medium-brown-color: #72605e;
}

.onepage-checkout__wrapper form .label,
.onepage-checkout__wrapper form .fieldset > .field > .label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: .25rem;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.onepage-checkout__wrapper button,
#checkout button.action-cancel {
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 1rem;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0);
    background: var(--orange-color);
    color: #fff;
    box-shadow: none;
}

.onepage-checkout__wrapper button:hover,
#checkout button.action-cancel:hover {
    background-color: var(--orange-hover-color);
}

.onepage-checkout__wrapper li {
    list-style: none;
}

#opc-shipping_method, #shipping,
.opc-block-summary, #checkout-payment-method-load, .discount-code  {
    background: #fff;
    padding: 2rem 0;
    margin-bottom: 1rem;
}

#checkout .step-title {
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: var(--brown-color);
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 1.5rem;
}

.checkout-payment-method .discount-code .payment-option-title {
    border-top: 0;
    padding: 0;
}

.discount-code .payment-option-title .action-toggle {
    color: var(--brown-color);
    display: flex;
    align-items: center;
}

.discount-code .payment-option-title .action-toggle:after {
    font-family: "Material Icons";
    content: "keyboard_arrow_down";
    font-size: 24px;
    margin: 0;
}

#checkout .discount-code._active .payment-option-title .action-toggle:after {
    content: "keyboard_arrow_up";
}

#checkout button.action {
    background-color: var(--orange-color);
    border: 0;
    color: #fff;
    margin: 0;
}

#checkout button.edit-address-link,
#checkout button.action-select-shipping-item {
    display: none;
}

#checkout .shipping-address-item {
    margin-bottom: 20px;
}

#checkout button.action:hover {
    background-color: var(--orange-hover-color);
    text-decoration: none;
}

#checkout a {
    color: #2da944;
}

#checkout .authentication-wrapper .action-auth-toggle {
    background-color: transparent;
    color: #2da944;
}

.no-quotes-block {
    padding: 1rem 2rem;
}

.opc-block-summary {
    border-top: 0;
    margin-bottom: 0;
}

.opc-block-summary > .title {
    padding: 1.5rem 0;
}

.opc-block-summary > .title,
.opc-block-summary .items-in-cart .title {
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--brown-color);
    border: 0;
    margin: 0;
}

.opc-block-summary .items-in-cart .title {
    padding: 0;
}

.opc-block-summary .items-in-cart .product-item {
    padding-bottom: 0;
}

.opc-block-summary .items-in-cart,
#checkout .checkout-payment-method .discount-code {
    position: relative;
    border-bottom: 0;
    padding: 1.5rem;
    margin: 0;
    border: 1px solid #c2c2c2;;
    border-width: 1px;
}

.opc-block-summary .items-in-cart:before,
#checkout .payment-method:before,
#checkout .checkout-payment-method .discount-code:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0);
    height: 4px;
    left: -1px;
    right: -1px;
    top: -1px;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
}

.opc-block-summary .items-in-cart.active:before,
#checkout .checkout-payment-method .discount-code._active:before {
    background-color: var(--yellow-color);
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
}

.opc-block-summary .items-in-cart .title > strong {
    line-height: inherit;
}

.opc-block-summary .items-in-cart .title:after,
.opc-block-summary .minicart-items .product .toggle:after {
    color: #2f2424;
    margin: 0 1rem;
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    content: "keyboard_arrow_down";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.opc-block-summary .minicart-items .product .toggle:after {
    right: -30px;
}

.opc-block-summary .items-in-cart.active .title:after,
.opc-block-summary .minicart-items .product.active .toggle:after {
    content: "keyboard_arrow_up";
}

.opc-block-summary .minicart-items .minicart-items-wrapper {
    margin: 0;
    padding: 0;
    overflow: initial;
}

.opc-block-summary .minicart-items-wrapper .minicart-items * {
    margin: 0;
    padding: 0;
}

.opc-block-summary .minicart-items .product-item {
    margin-bottom: 8px;
    padding: 8px 0;
}

.opc-block-summary .minicart-items .product,
.opc-block-summary .minicart-items .product-item-inner,
.opc-block-summary .minicart-items .product-item-name-block {
    display: flex;
    align-items: center;
}

.opc-block-summary .minicart-items .product.options {
    flex-flow: column;
    align-items: flex-start;
}

.opc-block-summary .minicart-items .product .content .item-options {
    display: block;
}

.opc-block-summary .minicart-items .product .content .item-options .label,
.opc-block-summary .minicart-items .product .content .item-options .values {
    padding-right: 5px;
    font-size: 15px;
    clear: none;
    float: none;
    margin: 0 10px 5px 0;
}

.opc-block-summary .minicart-items .product-item-details,
.opc-block-summary .minicart-items .product-item-name-block {
    flex: 1 1 auto;
    font-size: 14px;
}

.opc-block-summary .minicart-items .product-item-details {
    padding-left: 12px;
}

.opc-block-summary .minicart-items .product-item-inner {
    justify-content: space-between;
}

.opc-block-summary .minicart-items .product-item-name {
    width: 60%;
}

#opc-shipping_method {
    margin-bottom: 0;
}

#opc-shipping_method .step-content,
#checkout .checkout-payment-method .payment-method {
    font-weight: 400;
    border-bottom: 0;
    margin-bottom: 1rem;
    border: 1px solid #c2c2c2;;
    border-width: 1px;
    min-height: 140px;
}

#opc-shipping_method .step-content {
    padding: 15px;
    height: 170px;
}

#checkout .payment-method {
    padding: 20px;
    position: relative;
}

#checkout .payment-method:hover {
    background-color: #ebe7e2;
}

#checkout .payment-method._active:hover {
    background-color: transparent;
}

#checkout .payment-method._active:before {
    background-color: var(--yellow-color);
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
}

#checkout .payment-method._active .payment-method-content {
    padding: 0 22px;
}

#checkout .payment-method .payment-method-title {
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}

#checkout .payment-method .label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#checkout .payment-method .actions-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#opc-shipping_method #shipping-method-buttons-container {
    display: none;
}

#checkout .payment-method input[type=radio],
#checkout .payment-method input[type=checkbox],
#opc-shipping_method .table-checkout-shipping-method input[type=radio] {
    -webkit-appearance: none;
}

#checkout .payment-method input[type=radio],
#checkout .payment-method input[type=checkbox],
#opc-shipping_method .table-checkout-shipping-method input[type=radio] {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #333;
    cursor: pointer;
    border-radius: 50%;
}

#checkout .payment-method input[type=radio]:focus,
#checkout .payment-method input[type=checkbox]:focus,
#opc-shipping_method .table-checkout-shipping-method input[type=radio]:focus {
    outline: none;
}

#checkout .payment-method input[type=checkbox] {
    border-radius: 2px;
}

#checkout .payment-method input[type=radio]:checked,
#opc-shipping_method .table-checkout-shipping-method input[type=radio]:checked {
    border: 6px solid var(--yellow-color);
}

#checkout .payment-method input[type=checkbox]:checked {
    background-position: 50% 50%;
    background-color: var(--medium-brown-color);
    background-repeat: no-repeat;
    background-image: url(../images/check-mark.svg);
}

#checkout .checkout-billing-address .billing-address-details {
    padding: 0;
    font-size: 14px;
}

#checkout .checkout-billing-address .billing-address-same-as-shipping-block {
    display: flex;
    align-items: center;
}

#checkout .checkout-payment-method {
    padding-left: 0;
}

#checkout .checkout-payment-method .payment-option-inner {
    margin-top: 20px;
}

#checkout .checkout-payment-method .payment-option-inner .input-text:focus {
    box-shadow: none;
}

#checkout .table-checkout-shipping-method tbody td {
    border-top: 0;
    padding: 1rem;
}

#discount-form .label {
    display: none;
}

#checkout .field-tooltip .field-tooltip-content {
    width: auto;
}

#shipping form .input-text,
#shipping form .select,
#checkout .checkout-payment-method .payment-option-inner .input-text,
.payment-method form .input-text,
.payment-method form .select {
    min-height: calc(2.25rem + 2px);
    padding: 0 .75rem;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;;
    border-width: 1px;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    line-height: 1.5;
    height: 48px;
}

#shipping form.form-login input[type=checkbox] {
    height: 15px;
    line-height: 0;
    min-height: 15px;
}

#shipping form .input-text:focus,
#shipping form .select:focus,
.payment-method form .input-text:focus,
.payment-method form .select:focus {
    box-shadow: none;
}

/* media queries */
@media only screen and (max-width: 640px) {
    .checkout-shipping-address .form-login {
        max-width: 100%;
    }
    #checkbox-term {
        position: relative;
    }
    #checkbox-term input[type="checkbox"] {
        position: absolute;
    }
    #checkbox-term label {
        margin-left: 20px;
    }
}
#checkout .login-wrapper .primary button.action {
    margin-top: 0;
}
@media only screen and (max-width: 1000px) {
    #checkout .checkout-payment-method .step-title {
        padding-left: 0;
        padding-right: 0;
    }

    #checkout .checkout-payment-method .payment-methods {
        margin: 0;
    }

    #checkout .payment-method .actions-toolbar {
        justify-content: center;
        margin-top: 10px;
    }
    .opc-payment .applypay .payment-method-content .static-block, 
    .opc-payment .manuel .payment-method-content .static-block, 
    .opc-payment .direct .payment-method-content .static-block {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .opc-payment .applypay .payment-method-content .static-block .static-content,
    .opc-payment .manuel .payment-method-content .static-block .static-content,
    .opc-payment .direct .payment-method-content .static-block .static-content {
        max-width: 100%;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1450px) {
    #checkout .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto;
    }
    #checkout .field-tooltip .field-tooltip-content:before {
        height: 0;
        width: 0;
        margin-top: -21px;
        right: 10px;
        left: auto;
        top: 0;
        border-right-color: transparent;
        border-bottom-color: #666666;
    }
    #checkout .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        width: 0;
        margin-top: -21px;
        right: 10px;
        left: auto;
        border-bottom-color: #f4f4f4;
        top: 1px;
    }
}
.checkout-index-index .page-main .page-title-wrapper {
    position: relative;
    overflow: initial;
    display: block;
    height: auto;
    width: auto;
}

.checkout-index-index .page-main .page-title-wrapper h1 {
    margin-bottom: 0;
    margin-top: 30px;
    font-style: italic;
    font-weight: 700;
}

.checkout-index-index .page-main .account-link {
    position: relative;
    border-bottom: 0;
    padding: 1.5rem;
    margin: 0;
    border: 1px solid #c2c2c2;;
    border-width: 1px;
    font-size: 16px;
}

.checkout-index-index .page-main .account-link span {
    display: block;
}

.checkout-index-index .page-main .account-link a {
    color: #000;
}

.checkout-index-index .page-main .step-title {
    display: inline-block;
    width: 100%;
}

.checkout-index-index .page-main .step-title .title {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--brown-color);
    border: 0;
    margin: 0;
    float: left;
}

.checkout-index-index .step {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.checkout-onepage-success .page-title {
    padding-top: 50px;
}

.step-title {
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: var(--brown-color);
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 1.5rem;
}
.step {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
#cart {
    margin-top: 20px;
}
.items-in-cart {
    position: relative;
    border-bottom: 0;
    padding: 1.5rem;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-width: 1px;
}
.items-in-cart .title > strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
   font-family: 'Lato', sans-serif;
    color: #000;
    text-transform: uppercase;
}
.item-options {
    display: block;
    font-size: 15px;
}
.item-options .label {
    padding: 0;
    margin: 0;
}
.checkout-cart .cart-items .product-item-name a {
    font-size: 16px;
}
.checkout-cart .cart-items .product-item {
    margin: 0;
    padding-left: 0;
}
.checkout-cart .cart-items .product-item:not(:first-child) {
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
    margin-top: 5px;
}
.product .toggle {
    position: relative;
}
.product .toggle:after {
    color: #2f2424;
    margin: 0 1rem;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    content: '\e622';
    font-family: 'luma-icons';
    position: absolute;
    right: -100px;
    top: 0px;
    bottom: auto;
    display: flex;
    align-items: center;
}
.product.active .toggle:after {
    content: '\e621';
}
.product .toggle span {
    font-size: 14px;
}
.subtotal {
    display: block;
    text-align: left;
       margin: 0;
    padding: 0;
}
.subtotal .price {
    font-size: 1.6rem;
    font-weight: 400;
}

.form-login {
    max-width: 50%;
}
.form-shipping-address .fieldset > .field {
    float: left;
    width: 50%;
    padding: 16px;
}
.form-shipping-address {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
#checkout input[type="checkbox"] {
    top: 0;
}
.checkout-cart .product-item-qty {
    margin-top: 0;
}
.checkout-cart .product-item-qty .control.qty {
    position: relative;
    display: flex;
    border-collapse: separate;
}
.checkout-cart .product-item-qty .control.qty button {
    background-color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 0;
}
.checkout-cart .product-item-qty .control.qty button,
.checkout-cart .product-item-qty .control.qty span {
    display: flex;
}
.checkout-cart .product-item-qty .control.qty input {
    width: 70px;
    border: none;
    padding: 0;
    padding-left: 5px;
    line-height: 32px;
}
.checkout-cart .product-item-qty .control.qty span {
    width: auto;
    padding-left: 40px;
    line-height: 32px;
    padding-right: 5px;
    border-bottom: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
}
.checkout-cart .product-item-qty .control.qty button.qty-down-package-onclick-page-cart,
.checkout-cart .product-item-qty .control.qty button.qty-down-fixed-onclick-page-cart {
    background: url("../images/drop-down-arrow.png") center no-repeat;
    background-size: 20px;
    display: inline-block;
}
.checkout-cart .product-item-qty .control.qty button.qty-up-package-onclick-page-cart,
.checkout-cart .product-item-qty .control.qty button.qty-up-fixed-onclick-page-cart {
    background: url("../images/drop-up-arrow.png") center no-repeat;
    background-size: 20px;
    display: inline-block;
}
@media (max-width: 640px) {
    .checkout-cart .product-item-qty {
        margin-left: -15px;
    }
}
@media (max-width: 370px) {
    .checkout-cart .product-item-qty .control.qty span {
        padding-left: 0px;
    }
}
.checkout-shipping-address .field-tooltip.toggle {
    display: none;
}

.applypay .payment-method-content .static-block .static-content,
.manuel .payment-method-content .static-block .static-content,
.direct .payment-method-content .static-block .static-content {
    max-width: 80%;
    float: left;
    padding: 20px 20px;
    margin-bottom: 25px;
    text-align: left;
}
.applypay .payment-method-content .static-block,
.manuel .payment-method-content .static-block,
.direct .payment-method-content .static-block {
    display: inline-block;
    text-align: right;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
}

#checkout .payment-method.applypay .payment-method-title,
#checkout .payment-method.manuel .payment-method-title,
#checkout .payment-method.direct .payment-method-title {
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}
.checkout-cart-index .checkout-container {
    display: none;
}
.checkout-cart-index #cart {
    width: 100%;
}
.checkout-cart-index .cart-totals .table-wrapper {
    float: left;
}