﻿@font-face {
    font-family: 'OpenSans Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'OpenSans SemiBold';
    src: url("../fonts/OpenSans-Semibold.woff") format("woff");
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url("../fonts/OpenSans-Semibold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2") format("woff2");
}

@font-face {
    font-family: 'OpenSans Bold';
    src: url("../fonts/OpenSans-Bold.woff") format("woff");
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url("../fonts/OpenSans-Bold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/Barlow-SemiBold.eot');
    src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff'),
        url('../fonts/Barlow-SemiBold.ttf') format('truetype'),
        url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.sub-wrapper {
    max-width: 1280px;
    margin: auto;
}

.mycart-header {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    font-family: 'Roboto Medium';
    color: #d63e3e;
    font-size: 18px;
    display: block;
}

.mycart-panel {
    display: table;
    width: 100%;
    max-width: 1280px;
    padding-top: 50px;
}

.mycart-left-img img {
    width: 100%;
    max-width: 310px;
}

.mycart-left-title {
    display: table-cell;
    font-family: 'OpenSans Semibold';
    width: 40%;
    line-height: normal;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 20px;
    color: #2e2e2e;
}

.mycart-right-panel {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    font-family: 'OpenSans Regular';
    color: #2e2e2e;
}

.mycart-right-25percent {
    display: table-cell;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.btnRemove {
    width: 92%;
    background-color: #ffffff;
    border: 1px solid #d63e3e;
    font-family: 'OpenSans Regular';
    font-size: 12px;
    color: #d63e3e;
    border-radius: 5px;
    max-width: 100px;
    height: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btnUpdate {
    background-color: #ffffff;
    margin-top: 20px;
    border: 1px solid #d63e3e;
    font-family: 'OpenSans Regular';
    font-size: 12px;
    color: #d63e3e;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    float: left;
    margin-left: 90.5%;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shoppingcart-total {
    margin-bottom: 20px;
    float: right;
    width: 350px;
    font-family: 'OpenSans Regular';
    color: #08182b;
}

.mycart-header-subtotal {
    width: 60%;
    vertical-align: middle;
    display: table-cell;
    font-family: 'OpenSans Regular';
    font-size: 18px;
    color: #08182b;
}

.mycart-subtotal, .mycart-total {
    display: table-cell;
    vertical-align: middle;
}

.btnCheckOut {
    border: none;
    background-color: #d63e3e;
    border: 1px solid #d63e3e;
    color: #ffffff;
    letter-spacing: 0.075em;
    font-family: 'OpenSans Bold';
    font-size: 100%;
    text-align: center;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    line-height: 0px;
    padding: 0 45px;
    outline: none;
    margin-top: 0px;
    width: 100%;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mycart-right-25percent-mb {
    display: none;
}

.btnRemove:hover {
    transition: all 0.5s ease-in-out;
    background-color: #d63e3e;
    color: #ffffff;
}

.btnUpdate:hover {
    transition: all 0.5s ease-in-out;
    background-color: #d63e3e;
    color: #ffffff;
}

.btnCheckOut:hover {
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    color: #d63e3e;
}

.mycart-right-panel-inner {
    width: 100%;
    display: table;
}

.mycart-left-panel, .mycart-header3 {
    margin: 0 0 0 10px;
}

.mycart-left-img-div {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

    .mycart-left-img-div a {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        left: 0; /* padding-top:100%; */
    }

.mycart-left-img-inner {
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: contain;
}

.mycart-emptycart {
    margin-top: 100px;
    text-align: center;
    font-family: 'Roboto Medium';
    color: #262626;
    font-size: 35px;
}

.checkout-wrapper {
    width: 92%;
    max-width: 1280px;
    margin: auto;
}

.checkout-inner-wrapper {
    width: 100%;
    display: table;
    margin: 30px 0 0 0;
}

.checkout-div2 {
    margin-top: 40px;
}

.checkout-title {
    color: #e93f3f;
    font-family: 'AvenirLTStd Heavy';
    font-size: 25px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.checkout-form-field {
    width: 100%;
    margin: 15px 0;
}

.CHKDelivery label, .chkTerms label {
    display: inline-block;
    vertical-align: middle;
}

.termsLink, .termsLink:focus {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .termsLink:hover {
        color: #d24444;
    }

.shoppingcart-innerdiv-left {
    width: 35%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.shoppingcart-fixframe {
    width: 85%;
    position: relative;
    padding-top: 85%;
    max-width: 375px;
    max-height: 375px;
    height: 100%;
}

.mycart-left-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* max-width: 310px; */
    /* padding-top: 100%; */
    background-color: #efefef;
}

.shoppingcart-innerdiv-right {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.checkout-total {
    margin: 20px 0;
}

.desktop-btn {
    display: none;
}

.mobile-btn {
    margin: 20px 0;
    display: block;
    text-align: center;
}

.CHKDelivery input[type="checkbox"], .chkTerms input[type="checkbox"] {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.chkTerms input[type="checkbox"] {
    display: none;
}

    .chkTerms input[type="checkbox"] + label {
        margin-right: 5px;
        border-radius: 3px;
        width: 20px;
        height: 20px;
        border: 0.11em solid #e4e4e4;
        display: inline-block;
        vertical-align: middle;
    }

.chkTerms.required input[type="checkbox"] + label {
    border-color: #d63e3e;
}

.chkTerms input[type="checkbox"]:checked + label:before {
    content: "\2714";
    color: #949393;
    position: relative;
    top: -1px;
    left: 2px;
    /*height: 1em;*/
    line-height: 1.1em;
}

.chkTerms:after {
    content: "I agree to the ";
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
}

.chkTerms.required input[type="checkbox"] {
    border-color: #d63e3e;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #b3b3b3;
}

.checkout-tb {
    padding: 10px;
}

.dropdownlist, .checkout-tb {
    font-family: Montserrat;
    width: 100%;
    border-radius: 5px;
    border: 0.11em solid #e4e4e4;
    color: #959595;
}

    .checkout-tb.required {
        border-color: #d63e3e;
    }

.mobile-btn .btnPayment, .mobile-btn .btnBack {
    width: 100%;
    padding: 20px 0;
    margin: 0;
}

.mobile-btn .btnBack {
    margin-top: 10px;
}

.mycart-checkout-btn:hover, .btnPayment:hover {
    background-color: #a11111;
}

.btnPayment {
    font-family: 'OpenSans Bold';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    outline: none;
    color: #fff;
    border-radius: 8px;
    background-color: #e93f3f;
    border: none;
    padding: 15px 50px;
}

.btnBack {
    font-family: 'OpenSans Bold';
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    outline: none;
    margin: 0;
    color: #fff;
    border-radius: 8px;
    background-color: #000000;
    border: none;
    padding: 15px 50px;
}

    .btnBack:hover {
        background-color: #a6a6a6;
    }

.error:before {
    content: url(../images/red-alert.png);
    position: absolute;
    left: 0;
    top: 1px;
}

.checkout-form-field .ddlList {
    border: 0.11em solid #e4e4e4;
    padding: 10px;
}

.checkout-form-field .error {
    padding: 0 30px;
}

.error {
    color: #e93f3f;
    position: relative;
}

.enquiry .error {
}

.mycart-product-title {
    font-family: 'OpenSans Semibold';
    line-height: normal;
    font-size: 16px;
    color: #2e2e2e;
}

.return-div {
    /*min-height: 920px;*/
    width: 100%;
}

.redirect-div .award-services-contact {
    margin: 20px 0;
}

.return-div .welcome-msg {
    font-family: 'AvenirLTStd Heavy';
    font-size: 40px;
    max-width: 1480px;
    width: 92%;
    margin: 100px auto 20px auto;
    text-align: center;
}

.return-div .link {
    color: #2e2e2e;
}

    .return-div .link:hover {
        color: #b82828;
    }

.welcome-content {
    max-width: 1480px;
    width: 92%;
    margin: 20px auto;
    font-family: 'Montserrat';
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e;
}

.lblTransactionId {
    color: #d63e3e;
}

.redirect-div {
    font-family: 'Montserrat';
    text-align: center;
    max-width: 1480px;
    width: 92%;
    margin: auto;
    line-height: normal;
    font-size: 16px;
    color: #2e2e2e;
}

@media (min-width: 1080px) {
    .checkout-div {
        width: 60%;
        display: table-cell;
        border-right: 30px solid transparent;
        vertical-align: top;
    }

    .checkout-div2 {
        width: 40%;
        display: table-cell;
        vertical-align: top;
    }

    .checkout-form-field {
        width: 90%;
    }

    .checkout-product-details {
        display: table;
        width: 100%;
    }

    .mobile-btn {
        display: none;
    }

    .checkout-div, .checkout-div2 {
        display: table-cell;
        vertical-align: top;
    }

    .desktop-btn {
        display: block;
        margin: 20px 0;
    }
}

@media(max-width:1100px) {
    .btnUpdate {
        margin-left: 10px;
    }
}

@media (max-width:900px) {
    .shopping-cart-wrapper {
        margin-top: 30px;
    }

    .mycart-left-panel, .mycart-header3 {
        margin: 0 0 0 20px;
    }

    .mycart-header {
        display: none;
    }

    .mycart-right-25percent-mb {
        display: block;
        margin: 9px 0;
    }

    #unit {
        display: none;
    }

    #total {
        display: none;
    }

    .mycart-left-panel {
        display: table-cell;
        vertical-align: top;
        width: 35%;
        padding-left: 20px;
    }

    .mycart-left-title {
        width: 100%;
        display: block;
        padding: 0;
    }

    .mycart-right-panel {
        vertical-align: top;
        width: 65%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mycart-right-25percent {
        display: table;
        margin: 9px auto;
        width: 100%;
        text-align: left;
    }

    .mycart-right-panel #unit::before {
        width: 70%;
        display: table-cell;
        content: "Price: ";
    }

    .mycart-right-panel #qty::before {
        width: 35%;
        display: table-cell;
        content: "Quantity: ";
    }

    .btnUpdate {
        margin-left: 20px;
        float: none;
    }

    .mycart-right-panel #total::before {
        width: 70%;
        display: table-cell;
        content: "Subtotal: ";
    }

    .shoppingcart-total {
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
    }

    .mycart-header-subtotal {
        padding: 0;
        width: 35%;
    }

    .mycart-subtotal, .mycart-total {
        padding: 0 20px;
    }

    .mycart-panel {
        position: relative;
        padding-top: 80px;
    }

    .btnRemove {
        position: absolute;
        top: 10%;
        right: 4%;
    }
}

@media (max-width:650px) {
    .mycart-left-img {
        display: block;
        width: 100%;
        text-align: center;
    }

    .mycart-right-panel #qty::before {
        width: 50%;
    }

    .mycart-left-title {
        display: block;
        width: 100%;
    }

    .return-div .welcome-msg {
        margin: 30px auto;
    }
}
