﻿/*checkout style------------------*/
.checkout p, .checkout span {
    font-size: 16px;
}

.checkout h1 {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}

.form-wrapper {
    border-radius: 5px;
    border-color: #DDDDDD;
    border-width: 1px 1px 3px 1px;
    border-style: solid;
}

#billingAddress .group input.focus:focus ~ label,
input[type="text"].focus:focus ~ label,
input[type="tel"].focus:focus ~ label,
input[type="password"].focus:focus ~ label,
input[aria-invalid="false"] ~ label {
    top: 8px;
    left: 15px;
    font-size: 10px;
    color: #a5a5a5;
}

.autocomplete-express {
    z-index: 3;
}

input::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder {
    color: #a5a5a5 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

input:focus:-moz-placeholder { /* Firefox 18- */
    color: #a5a5a5 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}

input:focus::-moz-placeholder { /* Firefox 19+ */
    color: #a5a5a5 !important;
}

input:-ms-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: #a5a5a5 !important;
}

label {
    color: #929292;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 20px;
    transition: 300ms ease all;
}

.free-ship {
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding: 15px 0 0 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.order-now_ {
    width: 100%;
    padding: 20px 25px 20px 25px;
    margin: 0px 0px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    font-size: 25px;
    font-weight: 600;
    background-color: #01C07E;
}

    .order-now_:hover {
        background-color: #006BCD;
    }

.upsell-box_ {
    border: 3px dashed #9e9e9e;
    background: #fff;
    padding: 1px;
}

.yellow-box {
    background: #ffff99;
    padding: 10px;
    font-size: 16px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
    /*! left: 15px; */
}

.upsell-box_ .checkbox_ {
    position: relative;
    min-width: 16px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
    /* min-height: auto;
    position: absolute;
    left: 40px;*/
}

.row-cart img {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 0;
    width: 82px;
}

.row-cart p {
    font-weight: 400;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}

.qty {
    position: absolute;
    color: #fff;
    background: #969494;
    padding: 1px;
    border-radius: 70px;
    top: -13px;
    border: 2px solid #ddd;
    left: 69%;
    width: 28px;
    text-align: center;
    height: 28px;
}

.cart-title {
    font-weight: 400;
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.text-right {
    text-align: right !important;
}

.upsell-prod-name {
    font-weight: bold;
}

.testi p i {
    color: #F5A623;
    font-size: 16px;
    font-weight: 400;
}

.testi p {
    color: #737373;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.fa-check {
    color: #006BCD;
    font-size: 16px;
}

.removeItem {
    cursor: pointer;
}

.upsell-container {
    display: none;
}
