html,
body {
    position: relative;
    /* height: 100%; */
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
}

p {
    line-height: 1.7;
}

header,
nav {
    display: block;
}

a {
    background-color: transparent;
}

h4 {
    margin: 10px 0;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

body {
    margin: 0;
    /* min-height: 100vh; */
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    /* font-family: 'Poppins'; */
    /* text-transform: uppercase; */
    font-weight: bold;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1440px;
    }
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #4587df;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ff9333;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

ul ul {
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bbb;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbb;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
}

*::-webkit-scrollbar {
    -webkit-appearance: none;
}


/*!sc*/

*::-webkit-scrollbar:vertical {
    width: 12px;
}


/*!sc*/

*::-webkit-scrollbar:horizontal {
    height: 12px;
}


/*!sc*/

*::-webkit-scrollbar-track {
    background-color: '#fff', ;
}


/*!sc*/

*::-webkit-scrollbar-thumb {
    background-color: '#fff', ;
}


/*!sc*/

*::-webkit-scrollbar-thumb:hover {
    background-color: '#fff', ;
}


/*!sc*/

@font-face {
    font-family: 'Pharma';
    font-weight: normal;
    src: url('../fonts/Pharma.woff2') format('woff2'), url('../fonts/Pharma.woff') format('woff'), url('../fonts/Pharma.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: normal;
    src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    src: url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    src: url('../fonts/futur_b.woff') format('woff'), url('../fonts/futur_b.otf') format('woff'), url('../fonts/futur_b.ttf') format('truetype');
    font-display: swap;
}


/************************************************************************/


/*********************shopping car***************************************/


/************************************************************************/

.genenum {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.7em;
}

.genenum strong {
    display: inline-block;
    padding-bottom: 5px;
    color: #2751a3;
}

.genenum span {
    padding: 3px 5px 3px 5px;
    margin: 2px;
    color: #2751a3;
    cursor: pointer;
}

.genenum span:hover {
    background-color: #2751a3;
    color: #fff;
}

.genenum .choosebg {
    background-color: #2751a3;
    color: #fff;
}

.basket-sidecontainer .side-content .sidebasket tr td span {
    color: #84b2ff !important;
}


/*shopping basket - start*/

.icon-basket:before {
    content: "\f07a";
    font-family: "FontAwesome";
    padding: 5px;
    display: block;
    color: #fff;
    font-size: 1.5em;
}

.basket-sidecontainer {
    padding: 10px;
    line-height: 18px;
    z-index: 100000;
    position: relative;
}

.basket-sidecontainer:hover .glyphicon {
    color: #ffffff;
}

.basket-sidecontainer a {
    color: #f2f2f2;
    text-decoration: none;
}

.basket-sidecontainer:hover a {
    color: #ffffff;
}

.basket-sidecontainer:hover .side-content {
    display: block;
    color: #b9e8f7;
}

.basket-sidecontainer .side-content {
    z-index: 99;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #21241D;
    display: none;
    color: #fff;
    padding: 15px;
    width: 485px;
}

.basket-sidecontainer .side-content a {
    width: auto;
    display: inline-block;
}

.basket-sidecontainer .side-content .h {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.basket-sidecontainer .side-content .sidebasket {
    font-size: 12px;
    max-height: 300px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: scroll;
    color: #ffffff;
}

.basket-sidecontainer .side-content .sidebasket tr td {
    border-bottom: 1px solid #ccc;
    padding: 8px;
    color: #ffffff;
    line-height: 18px;
    background-color: #21241D;
}


/* .basket-sidecontainer .side-content .sidebasket tr:last-child td {
    border-bottom: 0px;
} */

.basket-sidecontainer .basket-count {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #F00;
    color: #ffffff;
    z-index: 12;
    position: absolute;
    top: 25px;
    right: 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    z-index: 110;
}

.cartbtn {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #4587df;
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
    margin: 10px 0;
    padding: 10px 15px;
}

.cartbtn:hover {
    background-color: #4587df;
    color: #ffffff;
}

.addtobasket:before {
    content: "\f07a";
    font-family: "FontAwesome";
    padding: 3px 0px;
    display: block;
    color: #fff;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 1.3em;
    text-align: center;
    width: 45px;
    cursor: pointer;
    margin-right: 5px;
}

.addtobasket:hover:before {
    background-color: #0769b1;
}

.basket-sidecontainer .side-content .sidebasket tr td span {
    color: #84b2ff !important;
}


/**car**/

.tdaddtobasket {
    display: inline-block;
    float: right;
}

.ShoppingCar {}

.ShoppingCar .carTit {
    font-size: 20px;
    font-weight: bold;
}

.ShoppingCarList {
    display: table;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    /* background-color:#fafafa;*/
}

.ShoppingCarqiansebg {
    background-color: #f2f2f2;
    font-weight: bold;
}

.ShoppingCarList td {
    padding: 8px;
}

.ShoppingCarList tr:first-child td,
.ShoppingCarList tr:last-child td {
    background-color: #ffffff;
}

.ShoppingCarList tr td {
    border-bottom: 1px solid #efefef;
    background-color: #FFF;
}

.ShoppingCarList a:hover {
    color: #ff0000;
}

.ShoppingCarList .docare {
    color: #000000;
    cursor: pointer
}

.ShoppingCarList .docare:hover {
    color: #ff0000;
}

.ShoppingCarList .dellink {
    color: #000000;
    cursor: pointer
}

.ShoppingCarList table tr:nth-of-type(2n+2) td {
    background-color: #FAFAFA
}

.shoppoingNote {
    padding: 10px 10px 10px 30px;
    background-color: #fcf6ee;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #f4dec0;
    font-weight: lighter;
    position: relative;
}


/*shopping basket - end*/

.input-group .arrow {
    height: 31px;
    width: 31px;
    background-color: #efefef;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    z-index: 1;
    line-height: 31px;
    cursor: pointer;
}

.input-group input {
    padding-left: 35px;
    height: 31px;
}

.input-group .arrow.sitetop {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #a1a1a1;
}

.input-group .arrow.sitebottom {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #a1a1a1;
}

.input-group .arrow:hover {
    background-color: #203869;
    transform: background-color 0.3s;
    border: 1px solid #203869;
    color: #ffffff;
}

.shopping-unit {
    display: table;
    padding: 0px;
    margin: 0px;
}

.shopping-unit:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.headbg {
    background-color: #1e3664 !important;
    color: #ffffff !important;
    font-weight: bold;
}

.headbg li:nth-child(8) {
    color: #ffffff !important;
    cursor: none !important;
}

.shopping-unit li {
    float: left;
    padding: 10px;
}

.shopping-unit li:first-child {
    width: 7%;
}

.shopping-unit li:nth-child(2) {
    width: 15%;
}

.shopping-unit li:nth-child(3) {
    width: 26%;
}

.shopping-unit li:nth-child(4) {
    width: 7%;
}

.shopping-unit li:nth-child(5) {
    width: 10%;
}

.shopping-unit li:nth-child(6) {
    width: 15%;
}

.shopping-unit li:nth-child(7) {
    width: 10%;
}

.shopping-unit li:nth-child(8) {
    width: 10%;
}

.shopping-unit li:nth-child(8) i {
    font-weight: bold;
}

.shopping-unit li:nth-child(8):hover {
    color: #ff0000;
}

.shopping-unit li:nth-child(8) {
    color: #666666;
    cursor: pointer;
}

.cash {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.cash ul {
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
    height: 100px
}

.cash ul li {
    padding: 10px;
    background-color: #efefef;
    color: #666666;
    position: relative;
    height: 100px;
    list-style: none;
}

.cash ul li select {
    margin-top: 5px;
    display: block;
}

.cash ul li .fuhao {
    position: absolute;
    right: 15px;
    top: 15%;
    color: #dddddd;
    font-size: 40px;
}

.cash ul li:last-child {
    background-color: #f2e63b;
    color: #000000;
}

.cash ul li .num {
    font-size: 18px;
    display: block;
    font-family: Arial, " sans-serif", Helvetica Neue, Helvetica;
    font-weight: bold;
    margin-top: 5px;
}

.shoppingTit {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.smallshoppingTit {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.smallshoppingTit i {
    color: #f2e63b;
    margin-right: 8px;
}

.Checkout-info-unit {
    display: table;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 15px;
}

.radio-inline {
    margin-bottom: 15px;
}

.Checkout-info-unit .info-title {
    vertical-align: middle;
}

.checkout-btn {
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #1e3664;
    border: 0;
    padding: 10px 20px 10px 20px;
    font-family: Arial, " sans-serif", Helvetica Neue, Helvetica;
    font-weight: bold;
    font-size: 20px;
}

.checkout-btn:hover {
    background-color: #f2e63b;
    color: #000000;
}

.checkout-btn-mod {
    color: #000000;
    background-color: #f2e63b;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    padding: 10px 20px 10px 20px;
    font-family: Arial, " sans-serif", Helvetica Neue, Helvetica;
    font-weight: bold;
    font-size: 20px;
}

.checkout-btn-mod:hover {
    background-color: #1e3664;
    color: #ffffff;
}

.price-total:before {
    content: '$';
}

#cartTable .input-group input {
    padding-left: 10px;
    height: 31px;
    width: 80px
}

.minus-icon,
.plus-icon {
    cursor: pointer;
}

.minus-icon:before {
    font-family: glyphicons;
    content: "\2212";
    color: #9c9b9b;
}

.plus-icon:before {
    font-family: glyphicons;
    content: "\002b";
    color: #9c9b9b;
}

.table-cart .input-sm {
    min-width: 40px;
}

.table-cart select {
    padding: 5px;
    border: none;
    background: #FFF;
}

@media only screen and (min-width:1366px) {
    .shopping-unit {
        width: 100%;
    }
    .cash ul li {
        width: 18%;
        float: left;
    }
    .cash ul li:first-child {
        width: 28%;
        float: left;
    }
    .Checkout-info-unit .info-title {
        padding-top: 11px;
    }
    .Checkout-info-page div[class*="col"].info-input {
        padding-top: 11px;
    }
    .Checkout-info-unit div[class*="col"] {
        padding-bottom: 10px;
    }
}

.tabledetail {
    margin-top: 15px;
}

.tabledetail:after {
    display: table;
    content: " ";
}

.tabledetail:after {
    clear: both;
}

.tabledetailbox table {
    border-collapse: collapse;
}

.tabledetailbox table,
.tabledetailbox table tr,
.tabledetailbox table tr th,
.tabledetailbox table tr td {
    border: 1px solid #ddd;
    text-align: center;
}

.tabledetailbox table tr th {
    background: #f5f5f5;
    color: #000;
}

.tabledetailbox table tr:nth-of-type(2n+2) td {
    background: #fff;
}

.tabledetailbox table input {
    text-align: center;
    border: 1px solid #a7a6a6;
}

.input-group input {
    padding: 0 10px;
    text-align: center;
    line-height: 31px;
}

@media (min-width: 992px) {
    .tabledetail .tabledetailimg {
        width: 25%;
        float: left;
        margin-right: 5%;
    }
    .tabledetail .tabledetailimg img {
        max-width: 100% !important;
    }
    .tabledetail .tabledetailbox {
        width: 70%;
        float: left;
    }
}

.btn-inquiry.inquiry-button {
    width: 120px;
    height: 36px;
    line-height: 36px;
}


/************************************************************************/


/*********************shopping car***************************************/


/************************************************************************/

.successinfo .iconarea .iconunit {
    background: #198754;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}

#success {
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4CAF50;
    z-index: 999;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    font-size: 22px;
    font-weight: bold;
}

#error {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cf1a1a;
    z-index: 999;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    #success,
    #error {
        font-size: 16px;
        width: auto;
        text-align: center;
        margin: 0 20px;
        min-width: 260px;
    }
}

.reference>p {
    padding-bottom: 0px;
    margin: 10px 0;
    font-family: "Roboto-Light";
    color: #888888 !important;
}

.reference ol {
    padding-left: 19px;
}

.reference ol li {
    color: #888888 !important;
}

@media screen and (max-width: 1199px) {
    .account-menu {
        margin: 0 0 0 auto;
    }
    .account-menu i {
        display: block;
        width: 25px;
        height: 2px;
        background: #ffffff;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: background 0.3s;
    }
    .account-menu i::before,
    .account-menu i::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff;
        left: 0;
        transition: transform 0.3s;
    }
    .account-menu.active i {
        background: transparent;
    }
    .account-menu.active i::before {
        transform: rotate(45deg);
        top: 0;
    }
    .account-menu.active i::after {
        transform: rotate(-45deg);
        bottom: 0;
    }
    .account-menu i::before {
        top: -8px;
    }
    .account-menu i::after {
        bottom: -8px;
    }
    .sidebar {
        position: absolute;
        background: #fff;
        display: block;
        right: 0;
        top: 80px;
        z-index: 15;
        box-shadow: 10px 10px 60px rgba(0, 0, 0, .2), -10px -10px 60px rgba(0, 0, 0, .2);
        border-radius: 15px 0 15px 15px;
        overflow: hidden;
        opacity: 0;
        height: 0px;
        transition: opacity ease .2s, top ease .2s;
    }
    .sidebar.open {
        opacity: 1;
        top: 56px;
        height: auto;
    }
    .sidebar .btn-secondary {
        margin-bottom: 0!important;
        border-radius: 0 0 5px 5px;
    }
    .basket-sidecontainer .side-content .sidebasket {
        height: calc(100vh - 240px);
    }
}