@import url('base.css');

.section-title {
    line-height: 2.5 !important;
    border-bottom: 0;
    color: #000000;
    display: block;
    font-family: hbsanstext;
    font-size: 40px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .05em !important;
}

.section-title p {
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 1.43;
    margin-bottom: 10px;
    padding: 0 16px;
    text-align: center;
    text-transform: capitalize !important;
}

.cart a {
    color: #000000;
    font-family: hbsanstext;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: capitalize;
    text-decoration: none;
}

.cart .cart-item-info .color {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(34, 31, 32, .1);
    color: #777777;
    font-family: hbsanstext;
    height: 16px;
    margin: 0;
}

.cart .cart-item-info .size {
    color: #777777;
    font-family: hbsanstext;
    font-size: 15px;
    height: 16px;
    letter-spacing: 0;
    line-height: 1.15;
    margin-top: 0;
}

.cart .cart-item-price .quantity {
    flex: none;
    margin: 0;
    padding-top: 0;
    /* width: 95px; */
    float: left;
    line-height: 36px;
}

.cart .cart-item-price .qty::before {
    display: table;
    line-height: 0;
    content: '';
}

.cart .cart-item-price .qty form {
    width: 64px;
}

.button-container button.disabled {
    opacity: .7;
    pointer-events: none;
}

.button-container .qty {
    border: 0;
    flex: 0 0 25px;
    font-size: 12px;
    height: 25px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    margin: 0 !important;
}

.button-container .cart-qty-minus {
    background: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #bebebe;
    border-radius: 50%;
    flex: 0 0 25px;
    float: left;
    height: 25px;
    line-height: 1;
    padding: 0;
}

.button-container .cart-qty-plus {
    background: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #bebebe;
    border-radius: 50%;
    flex: 0 0 25px;
    height: 25px;
    line-height: 1;
    padding: 0;
}

.button-container i {
    margin: auto;
    padding-top: 1px;
}

.cart .cart-item-price .price {
    margin-left: 16px;
    color: #221f20;
    display: initial;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.33;
    margin: 0;
    padding-top: 5px;
    width: 60%;
}

.cart .cart-item-price .total {
    flex: 1;
    margin-right: 5px;
    text-align: right;
    color: #221f20;
    display: initial;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.33;
    margin: 0;
    padding-top: 5px;
    width: 60%;
}

.cart .cart-item-remove a {
    letter-spacing: 0;
    position: static;
    border-bottom: 0;
    color: #6f6d6e;
    font-family: hbsanstext;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 13px;
    padding-bottom: 0;
    text-decoration: underline;
    text-transform: none;
}

.guarantee-panel-title h3 {
    color: rgba(0, 0, 0, .86);
    font-family: hbsanstext;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
}

.guarantee-panel-title p {
    color: rgba(0, 0, 0, .86);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.43;
    margin-top: 6px;
}

.guarantee-panel-title p a {
    color: #949494;
}

.checkout {
    background-color: #eff0f0;
    padding-top: 16px;
}

.order-summary h2 {
    border: 0;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 7px;
    padding: 0;
    text-transform: inherit;
}

.order-summary .order-content {
    font-family: hbsanstext;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.43;
    margin-top: 7px;
    padding: 0;
    text-transform: inherit;
}

.order-summary .order-content .subtotal {
    color: #777777;

}

.order-summary .order-content .subtotal.value {
    color: #000000;
    font-weight: 400;
    float: right;
}

.order-summary .order-content .estimated_shipping {
    float: left;
    text-transform: inherit;
    width: 65%;
    color: #777777;
}

.order-summary .order-content .shipping.value {
    color: #000000;
    font-weight: 400;
    float: right;
}

.shipping .form-select {
    appearance: none;
    background-color: #eff0f0;
    background-size: 15px;
    border: 1px solid #bebebe;
    color: #000000;
    font-family: hbsanstext;
    font-size: 15px;
    height: auto;
    line-height: 1.6;
    padding: 14px 15px 16px;
    border-radius: 0 !important;
}

.total .total-label {
    color: #000000;
    font-weight: 700;
}

.total .total-value {
    color: #000000;
    font-weight: 700;
}

.offer-code-form .form-control {
    border-color: #cccccc;
    color: #000000;
    font-family: hbsanstext;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 15px;
    border-radius: 0px !important;
}

.offer-code-form .form-control::placeholder {
    color: #918F90 !important;
    font-size: 14px;
    border-color: #918F90 !important;
    background-color: transparent;
}

.offer-code-form .btn-accent {
    padding: 13px !important;
}

.need-help-panel {
    padding: 19px 0 0;
    color: #000000;
    font-family: hbsanstext;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.43;
}

.need-help-panel a {
    border: 0;
    color: #000000;
    font-family: hbsanstext;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.43;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
}


.signin-wrapper {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #bbbbb9;
}

@media (max-width: 768px) {
    .signin-wrapper {
        width: auto !important;
    }
}

.signin-wrapper .signin-tabs {
    padding-bottom: 50px;
}

.signin-tabs .links {
    border-bottom: 1px solid #bbbbb9;
    color: #6f6d6e;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: .88889;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.signin-tabs .links.active {
    border-bottom-color: var(--accent-brown);
    color: var(--accent-brown);
    font-weight: bold;
    opacity: 1;
    text-shadow: .1px .1px #221f20;
}

.signin-content {
    padding-bottom: 50px;
}

.signin-content form {
    margin: 0 auto;
    width: 80%
}

.signin-content form input,
.signin-content form textarea,
.box form input,
.box form select {
    border: 1px solid #bbbbb9;
    color: #221f20;
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
    height: 3.8em;
    height: calc(3.8em - -2px);
    font-size: 1em;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: 0;
    line-height: 3.75;
}

.box form select {
    color: #616161;
}

.signin-content form input::placeholder,
.signin-content form textarea::placeholder,
.box form input::placeholder {
    font-size: 1em;
    height: 3.8em;
    line-height: 3.8em;
    margin-top: -58px;
    cursor: text;
}

.box form .form-control {
    border-right: none;
}

.box form .input-group-text {
    background-color: var(--default);
    border: 1px solid #bbbbb9;
    color: #616161;
    ;
    border-radius: 0;
}

.box .checkout-terms {
    color: #221f20;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 24px;
    padding-bottom: 24px;
}

.checkout-terms a {
    color: #221f20;
}

.signin-content .forgot-password {
    border: none;
    color: #221f20;
    margin: 0;
    padding: 0;
    text-decoration-line: underline;
    text-transform: none;
}

header {
    height: 86px;
}

header a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.order-steps {
    margin: 0 38px;
    grid-area: content_main;
}

.order-steps .progress-bar {
    margin: 40px 0;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.order-steps .progress-bar .progress-bar-header .item {
    height: 34px;
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    cursor: pointer;
    text-decoration: none;
    color: var(--accent-brown)
        /* rgba(0, 0, 0, 0.88) */
    ;
}

.order-steps .progress-bar .progress-bar-header .item h6 {
    color: var(--accent-brown);
    font-weight: 600;
    font-size: 15px;
    line-height: 19.5px;
}

.order-steps .progress-bar .progress-bar-header .item.disabled h6 {
    color: #afb4bb;
}

.order-steps .progress-bar-border {
    background-color: #e5e5e5;
    height: 4px;
    width: 100%;
    margin-top: 4px;
    border-radius: 8px;
}

.order-steps .progress-bar-border div {
    background-color: var(--accent-brown);
}

.order-steps .progress-bar-border .active {
    height: 100%;
    width: 50%;
    transition: width 1s ease-in-out 0s;
    background-color: var(--accent-brown);
    border-radius: inherit;
}

.box {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    background-color: var(--default);
    padding: 24px 16px;
}

.box h2 {
    line-height: 19.5px;
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--dark);
    font-family: hbsanstext;
    font-weight: 600;
}

.box p {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #525252;
    font-family: hbsanstext;
    font-weight: 400;
    letter-spacing: 0.07px;
}

.box .form-check label {
    font-size: 15px;
    color: var(--dark);
    line-height: 20px;
    letter-spacing: 0.07px;
}

/*
.box .form-check {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
} */

.box .form-check .form-check-input[type=radio] {
    margin-top: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.box .form-check .form-check-input:checked {
    background-color: var(--accent-brown);
    border-color: var(--accent-brown);
}

.box .form-check .form-check-input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.box .shipping-price {
    font-weight: 600;
}