.header {}

.header .headerTop {
    background: #0526df;
    padding: 8px 0;
    height: calc(40px -16px);
}

.header .headerTop .left {}

.header .headerTop .left img {
    width: 24px;
    margin-right: 10px;
}

.header .headerTop .left p {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.header .headerTop .right {}

.header .headerTop .right ul {
    gap: 30px;
}

.header .headerTop .right ul li {
    text-align: center;
    position: relative;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}

.header .headerTop .right ul li:last-child {
    background: #fff;
    border-radius: 25px;
    padding: 8px 15px;
}

.header .headerTop .right ul li a {
    color: #fff;
}

.header .headerTop .right ul li:last-child a {
    color: #0526df;
}

.header .headerTop .right ul li a i {}

.header .headerTop .right ul li ul {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    width: 100%;
    right: 0;
    top: calc(100% + 15px);
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.5s all ease;
    z-index: 70;
}

.header .headerTop .right ul li:hover ul {
    transform: rotateX(0deg);
    transition: 0.5s all ease;
}

.header .headerTop .right ul li ul li {
    text-align: center;
    position: relative;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

.header .headerTop .right ul li ul li a {
    color: #0526df;
}

/* Nav start*/
nav {
    padding: 10px 0;
    box-shadow: 0 0 5px #7f7f7f;
}

nav .logo {
    width: 10%;
}

nav .logo a {}

nav .logo a img {
    width: 200px;
}


.opnMenu {
    font-size: 24px;
    color: #212529;
}


nav .menu ul {
    gap: 30px;
}

nav .menu ul li {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

nav .menu ul li a {
    color: #212529;
    font-weight: bold;
    font-size: 18px;
}

nav .searchCart {
    gap: 20px;
}

nav .searchCart .search {
    position: relative;
}

nav .searchCart .search i {
    font-size: 25px;
    cursor: pointer;
}

nav .searchCart .search i sup {
    background: #0526df;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    padding: 5px;
    color: #fff;
}

nav .searchCart .search .cart {
    position: absolute;
    background: #fff;
    width: 310px;
    right: 0;
    z-index: 1;
    border-radius: 8px;
    padding: 20px;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.3s all ease;
}

nav .searchCart .search:hover .cart {
    transform: rotateX(0deg);
    transform-origin: top;
    transition: 0.3s all ease;
}

nav .searchCart .search .cart .cartList {
    margin-bottom: 15px;
}

nav .searchCart .search .cart .cartList .allCart {
    max-height: 210px;
    overflow-y: scroll;
}

nav .searchCart .search .cart .cartList .allCart .sinCart {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo {
    display: flex;
    gap: 10px;
}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo img {
    width: 70px;
    border-radius: 4px;
}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo .info {}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo .info h5 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo .info h5:hover {
    color: #0526df;
    cursor: pointer;
}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo .info p {
    font-size: 13px;
    font-weight: 600;
}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo .info p span.qty {}

nav .searchCart .search .cart .cartList .allCart .sinCart .imgInfo .info p span.price {
    color: #0526df;
    font-weight: 600;
}

nav .searchCart .search .cart .cartList .allCart .sinCart a {
    border: 1px solid #ddd;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .searchCart .search .cart .cartList .allCart .sinCart a:hover {
    background: #0526df;
    color: #fff;
    border: 1px solid #0526df;
}

nav .searchCart .search .cart .cartList .allCart .sinCart a i {
    font-size: 13px;
}

nav .searchCart .search .cart .subTotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

nav .searchCart .search .cart .subTotal h4 {
    color: #7f7f7f;
}

nav .searchCart .search .cart .subTotal h4.price {
    color: #0526df;
}

.freeShip {
    background: #F1F3F5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.freeShip p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.freeShip span {
    background: #0526df;
    width: 100%;
    height: 5px;
    display: block;
    border-radius: 5px;
}

nav .searchCart .search .viewCheck {
    display: flex;
    justify-content: space-between;
}

nav .searchCart .search .viewCheck a {
    background: #F1F3F5;
    font-size: 14px;
    font-weight: 700;
    width: 48%;
    padding: 10px 0;
    text-align: center;
    color: #000;
    border-radius: 10px;
}

nav .searchCart .search .viewCheck a:nth-child(2) {
    background: #0526df;
    color: #fff;
}




nav .searchCart .search .cart .empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

nav .searchCart .search .cart .empty.no {
    display: none;
}

nav .searchCart .search .cart .empty img {
    width: 80px;
    margin-bottom: 10px;
}

nav .searchCart .search .cart .empty h5 {}

/* Nav End*/
/* main Start */
main {
    padding: 50px 0;
    background: #ededed;
}

/* main End */
/* hero Start */
.hero {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.hero img {
    border-radius: 15px;
    transition: 0.5s all ease;
}

.hero:hover img {
    /* transform: scale(1.1); */
    transition: 0.5s all ease;
}

.hero .heroContent {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 6%);
    height: calc(100% - 6%);
    z-index: 1;
    padding: 3%;
}

.hero .heroContent h6 {
    font-size: 12px;
    font-weight: 600;
    font-family: "Rubik", Sans-serif;
    margin-bottom: 15px;
}

.hero .heroContent h6 a {
    background: #0526df;
    color: #fff;
    border-radius: 25px;
    padding: 5px;
}

.hero .heroContent h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: "Rubik", Sans-serif;
    margin-bottom: 15px;
}

.hero .heroContent p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Rubik";
    color: #fff;
}

.hero .heroContent h5 {
    font-size: 13px;
}

.hero .heroContent h5 a {
    color: #fff;
}

.hero .heroContent h5 a i {}

/* hero End */
/* products Start */
.products {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 10px;
    padding: 0px;
    justify-content: start;
    margin-bottom: 50px;
    border-radius: 10px;
}

.products .singleProduct {
    width: calc(19% - 20px);
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s all ease;
    border: 1px solid transparent;
}

.products .singleProduct:hover {
    border: 1px solid #0526df;
    transition: 0.5s all ease;
}

.products .singleProduct img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.products .singleProduct h4 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 5px;
}

.products .singleProduct h5 {
    text-align: center;
    color: #212529;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: "Rubik", Sans-serif;
}

.products .singleProduct h6 {
    text-align: center;
    color: #0011ff;
    font-size: 12px;
}

/* products End */
/* priceDown Start */
.priceDown {
    background: #fff;
    border: 2px solid #0526df;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 50px;
}

.priceDown .priceDownTop {
    border-bottom: 2px solid #0526df;
    padding-bottom: 15px;
}

.priceDown .priceDownTop h3 {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0526df;
    margin-right: 15px;
    text-transform: uppercase;
}

.priceDown .priceDownTop .timer {
    margin-right: 15px;
    padding: 8px 12px;
    background: linear-gradient(45deg, rgb(232, 89, 12) 0%, rgb(240, 62, 62) 100%);
    border-radius: 5px;
}

.priceDown .priceDownTop .timer h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: "Rubik", Sans-serif;
}

.priceDown .priceDownTop .timer h5 span {
    margin: 0 5px;
}

.priceDown .priceDownTop h6 {
    color: #B8BDC1;
    font-family: "Rubik", Sans-serif;
    font-size: 11px;
    font-weight: 500;
}

.priceDown .priceDownTop .viewAll {}

.priceDown .priceDownTop .viewAll a {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
    font-family: "Rubik", Sans-serif;
}

.priceDown .priceDownTop .viewAll a i {
    margin-left: 5px;
}

.priceDown .priceDownProduct {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 10px;
    justify-content: start;
    margin-top: 15px;
}

.priceDown .singleProduct {
    width: calc(13% - 20px);
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s all ease;
    border: 1px solid transparent;
}

.priceDown .singleProduct:hover {
    border: 1px solid #0526df;
    transition: 0.5s all ease;
}

.priceDown .singleProduct img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.priceDown .singleProduct h4 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 5px;
}

.priceDown .singleProduct h5 {
    text-align: center;
    color: #212529;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: "Rubik", Sans-serif;
}

.priceDown .singleProduct h6 {
    text-align: center;
    color: #0011ff;
    font-size: 12px;
}

/* priceDown End */
/* newStock Start */
.newStock {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 50px;
}

.newStock .newStockTop {
    border-bottom: 2px solid #0526df;
    padding-bottom: 15px;
    padding-top: 12px;
    padding-left: 10px;
}

.newStock .newStockTop h3 {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0526df;
    margin-right: 15px;
    text-transform: uppercase;
}

.newStock .newStockTop h6 {
    color: #B8BDC1;
    font-family: "Rubik", Sans-serif;
    font-size: 11px;
    font-weight: 500;
}

.newStock .newStockTop .viewAll {
    padding-right: 11px;
}

.newStock .newStockTop .viewAll a {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
    font-family: "Rubik", Sans-serif;
}

.newStock .newStockTop .viewAll a i {
    margin-left: 5px;
}

.newStock .newStockProduct {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 10px;
    justify-content: start;
    margin-top: 15px;
}

.newStock .singleProduct {
    width: calc(19% - 20px);
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s all ease;
    border: 1px solid transparent;
}

.newStock .singleProduct:hover {
    border: 1px solid #0526df;
    transition: 0.5s all ease;
}

.newStock .singleProduct img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.newStock .singleProduct h4 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 5px;
}

.newStock .singleProduct h5 {
    text-align: center;
    color: #212529;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: "Rubik", Sans-serif;
}

.newStock .singleProduct h6 {
    text-align: center;
    color: #0011ff;
    font-size: 12px;
}

/* priceDown End */
/* footer Start */
.footer {
    padding-top: 50px;
    margin-bottom: 66px;
}

.footer .logoDes {
    width: 28%;
}

.footer .logoDes .logo {}

.footer .logoDes .logo a {}

.footer .logoDes .logo a img {
    width: 200px;
    margin-bottom: 30px;
}

.footer .logoDes h3 {
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #212529;
}

.footer .logoDes p {
    font-size: 13px;
    line-height: 20px;
    color: #212529;
    width: 90%;
}

.footer .help {
    width: 25%;
}

.footer .help h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #212529;
}

.footer .help h2 {
    font-family: "Rubik";
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}

.footer .help h2 a {}

.footer .help p {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
    color: #212529;
    opacity: 0.6;
}

.footer .help h5 {}

.footer .help h5 a {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0526df;
}

.footer .serviceInformation {
    width: 35%;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
}

.footer .serviceInformation .left {}

.footer .serviceInformation .left h4 {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
    color: #212529;
    font-weight: bold;
}

.footer .serviceInformation .left ul {
}

.footer .serviceInformation .left ul li {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 500;

}

.footer .serviceInformation .left ul li a {
    color: #212529;
}

.copyright {
    padding: 15px 0;
}

.copyright p {
    font-size: 0.8125rem;
    color: #212529;
    opacity: 0.6;
}

.copyright a {}

.copyright a img {}

/* footer End */
/* about Start */
.about {
    max-width: 960px;
    margin: 0 auto;
}

.abtTitle {
    background: #0526df;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 1px 15px 0px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.about .para {}

.about .para p {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #212529;
}

.about table {
    margin-bottom: 10px;
    width: 100%;
}

.about table tbody tr td {
    border-bottom: 1px solid #0526df;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #212529;
    padding: 7px 0;
}

.about table tbody tr:last-child td {
    border-bottom: none;
}


.about .bank table {
    margin-bottom: 30px;
    background: #fff;
}

.about .bank table:last-child {
    margin-bottom: 0px;
}

.about .bank table thead tr th {
    border-bottom: 1px solid #ededed;
    padding: 10px 0
}

.about .bank table tbody tr td {
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #212529;
    padding: 7px;
}

.about .bank table tbody tr td:first-child {
    border-left: none;
}

.about .bank table tbody tr:last-child td {
    border-bottom: none;
}

/* About End */
/* find Start */
select {
    border: none;
    background: #fff;
    padding: 8px;
    transition: 0.4s;
    font-size: 15px;
    font-family: "Rubik";
    font-weight: 500;
    margin-bottom: 5px;
}

select:hover,
select:focus {
    background: #fff;
}

select,
::picker(select) {
    appearance: base-select;
}

option {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    background: #fff;
    padding: 10px;
    transition: 0.4s;
    border: none;
    font-size: 15px;
    font-family: "Rubik";
    font-weight: 500;
    margin-bottom: 5px;
}

option:hover,
option:focus {
    background: #0526df;
    color: #fff;
}

.find {
    margin-bottom: 30px;
}

.rqcarss {
    max-width: 960px;
    margin: 0 auto;
}

.find form {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    flex-wrap: wrap;
    row-gap: 15px;
}

.find form .controll {
    width: 18.4%;
    display: flex;
    flex-direction: column;
}

.find form .controll label {
    font-size: 15px;
    font-family: "Rubik";
    font-weight: 500;
    margin-bottom: 5px;
}

.find form .controll label span {
    color: #f00;
}

.find form .controll p {
    background-color: #F9E4E8;
    color: #E04562;
    font-size: 12px;
    font-family: Rubik;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 0;
    line-height: 2em;
    display: none;
}

.find form .controll input[type="text"],
.find form .controll input[type="email"],
.find form .controll input[type="number"] {
    border: none;
    background: #fff;
    padding: 8px;
    transition: 0.4s;
    font-size: 15px;
    font-family: "Rubik";
    font-weight: 500;
    margin-bottom: 5px;
    border-radius: 5px;
}

.find form .controll input[type="submit"] {
    background: #0526df;
    padding: 12px 0;
    border: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.find form .wrap {
    width: 100%;
}

.find form .wrap .carDetails {
    width: 100%;
    display: flex;
    gap: 2%;
    margin-bottom: 20px;
}

.find form .wrap .carDetails .controll {
    width: 24%;
}

.find form .wrap .carDetails .controll input[type="text"] {}

.find form .wrap .carDetails .controll select {}

.find form .wrap .address {
    display: flex;
    gap: 2%;
    margin-bottom: 20px;
}

.find form .wrap .address .controll {
    width: 49%;
}

.find form .wrap .personalInfo {
    display: flex;
    gap: 2%;
    margin-bottom: 20px;
}

.find form .wrap .personalInfo .controll {
    width: 32.3%;
}

.find form .wrap .comment {
    margin-bottom: 20px;
}

.find form .wrap .comment .controll {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.find form .wrap .comment label {
    margin-bottom: 5px;
}

.find form .wrap .comment textarea {
    border: none;
    background: #fff;
    padding: 8px;
    transition: 0.4s;
    font-size: 15px;
    font-family: "Rubik";
    font-weight: 500;
    margin-bottom: 5px;
    border-radius: 5px;
}

/* find End */
/* Cars Start */
.cars {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 15px;
    justify-content: start;
}

.cars .singleProduct {
    background: #fff;
    width: calc(19% - 20px);
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s all ease;
    border: 1px solid transparent;
}

.cars .singleProduct:hover {
    border: 1px solid #0526df;
    transition: 0.5s all ease;
}

.cars .singleProduct img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.cars .singleProduct h4 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 5px;
}

.cars .singleProduct h5 {
    text-align: center;
    color: #212529;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: "Rubik", Sans-serif;
}

.cars .singleProduct h6 {
    text-align: center;
    color: #0011ff;
    font-size: 12px;
}

.cars .singleProduct h3 {
    text-align: center;
    color: #0526df;
    font-size: 12px;
}

/* Cars End */
/* searchPop Start */
.searchPop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 5;
    transform: scale(0);
    transition: 0.3s all ease;
}

.searchPop.active {
    transform: scale(1);
    transition: 0.3s all ease;
}

.searchPop .srchCls {
    background: #f1f3f5;
    color: #212529;
    font-size: 20px;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}

.searchPop .content {
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.searchPop .content h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.searchPop .content form {
    width: 100%;
    position: relative;
}

.searchPop .content form input {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 12px 15px;
    color: #212529;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
}

.searchPop .content form i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.searchPop .content .searchRes {}

.searchPop .content .searchRes ul {
    border: 1px solid #ededed;
    border-radius: 5px;
    height: 250px;
    overflow-y: scroll;
    width: 100%;
}

.searchPop .content .searchRes ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding: 5px;
}

.searchPop .content .searchRes ul li:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}

.searchPop .content .searchRes ul li .detail {
    display: flex;
    align-items: center;
    gap: 15px;
}

.searchPop .content .searchRes ul li .detail img {
    width: 80px;
    border-radius: 5px;
}

.searchPop .content .searchRes ul li .detail h5 {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.searchPop .content .searchRes ul li p {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* searchPop End */
/* Login SignUp Start */
.reg {
    background: #fff;
    padding: 8vh 0;
    border-radius: 10px;
}

.signUpLogin {
    width: 360px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 12px;
    padding: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.signUpLogin .LogMenu {
    display: flex;
    justify-content: space-evenly;
    /* border-bottom: 1px solid #7f7f7f; */
}

.signUpLogin h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

.signUpLogin .loginSignForm {
    position: relative;
    /* height: 200px; */
}

.signUpLogin .loginSignForm form.loginForm {
    /* position: absolute; */
    width: 100%;
}

.signUpLogin .loginSignForm form.signUpForm.active {
    width: 100%;
    /* position: absolute;
    z-index: -1;     */
}

.signUpLogin .loginSignForm form.loginForm.active {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
}

.signUpLogin .loginSignForm form.signUpForm.active {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.signUpLogin .button {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    background: #0526df;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #00000042;
    border-bottom: 1px solid #00000042;
    box-shadow: 5px 5px 5px #dddddd;
}

.input-control {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 10px;
}

.input-control label {
    color: #000;
    margin-bottom: 7px;
}

.input-control input {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 32px);
    padding: 12px 15px;
    color: #212529;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
}

.input-control input:focus {
    outline: 0;
}

.input-control.success input {
    border-color: #0526df;
}

.input-control.error input {
    border-color: #ff3860;
}

.input-control span.icon-user,
.input-control span.icon-envelope,
.input-control span.icon-lock,
.input-control span.icon-vpn_key {
    position: absolute;
    top: 63%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #0526df;
}

.input-control span.icon-envelope {
    font-size: 13px;
}

.input-control .error {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
}

.container form .already {
    color: #000;
    font-size: 13px;
}

.container form .already a {
    font-weight: 700;
    color: #0526df;
}

/* Login SignUp End */
/* User dashBoard Start */
.brud {
    margin-bottom: 50px;
}

.brud ul {
    display: inline-flex;
    gap: 10px;
    background: #0526df;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.brud ul:after {
    content: "";
    width: 35px;
    height: calc(100% + 1px);
    position: absolute;
    right: -34px;
    background: #0526df;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
}

.brud a {
    color: #fff;
}

.userlogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.userlogo img {
    width: 125px;
    margin-bottom: 15px;
}

.userlogo h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.userDasMenu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.userDasMenu ul li {
    background: #0526df;
    border-radius: 5px;
    text-align: center;
}

.userDasMenu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 12px 0;
    height: 100%;
    display: block;
}

.shipOthersBar {
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0px 0px 10px #ddd;
    margin: 100px 0 50px 0px;
}

.safe {
    border-radius: 5px;
}

.safe .safeIcon span {
    color: #0526df;
    margin-right: 10px;
    /* border: 1px solid #ddd; */
    padding: 10px;
    border-radius: 50%;
    font-size: 25px;
}

.safe .safeInfo h5 {
    color: #0526df;
    margin-right: 10px;
    font-weight: 600;
}

.safe .safeInfo p {
    font-size: 12px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



.myProfile {}

.myProfile .formgroup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.myProfile .formgroup .controll {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.myProfile .formgroup .controll label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.myProfile .formgroup .controll label b {
    color: #f00;
}

.myProfile .formgroup .controll input,
.myProfile .formgroup .controll select {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 32px);
    padding: 12px 15px;
    color: #212529;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
}

.myProfile .formgroup .controll select {
    width: 100%;
}

.myProfile .updt {
    width: 100%;
    text-align: center;
}

.myProfile .updt input {
    width: 32%;
    text-align: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0px;
    color: #fff;
    background: #0526df;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}



.consigne {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    padding: 15px;
}

.consigne p {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 15px;
}

.consigne p a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    background: #0526df;
    text-transform: uppercase;
    border-radius: 5px;
}

.consigne {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.consigne .dataTables_length label {
    font-size: 12px;
    color: #173300;
    font-weight: 500;
}

.consigne .dataTables_length select {
    border: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}

.consigne .dataTables_filter label {
    font-size: 13px;
    color: #173300;
    font-weight: 500;
}

.consigne .dataTables_filter input {
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}

.consigne .dataTables_info,
.consigne #example_next,
.consigne #example_previous {
    font-size: 13px;
    color: #000;
}

.consigne .paginate_button {
    font-size: 13px;
}

.consigne .paginate_button.current,
.consigne .paginate_button:hover {
    background: #B8BDC1;
    font-size: 13px;
    color: #173300 !important;
    border: 1px solid #0526df !important;
}

.consigne .paginate_button.current: {
    background: #173300 !important;
}

.consigne table {
    background: #fff;
}

.consigne table thead {
    background: #B8BDC1;
}

.consigne table thead th {
    font-size: 11px;
    text-align: center;
}

.consigne table tbody {}

.consigne table tbody tr:nth-child(odd),
.consigne table tbody tr:hover {
    background: #B8BDC157;
}

.consigne table tbody td a {
    text-align: center;
}

.consigne table tbody tr td {
    border-bottom: 1px solid #ededed;
}

.consigne table tbody td a {
    color: #173300;
    font-weight: 600;
}

.consigne table tbody td p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

.consigne table tbody td p .pd {
    background: rgb(124, 185, 1);
    color: #fff;
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;

}

.consigne table tbody td p .bl {
    background: yellow;
    color: #212529;
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
}

.consigne table tbody td img {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 10px;
    }

    .consigne {
        overflow-x: scroll;
    }
}


.Transaction {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B8BDC1;
}

.tt,
.outstand {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tt span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.outstand {
    background: #d10000;
    color: #fff;
    padding: 10px 15px;
}



.about .filter {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.about .filter p {
    width: 20%;
    font-size: 15px;
}

.about .filter form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 80%;
}

.about .filter form .controll {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.about .filter form .controll label {
    font-size: 12px;
    margin-bottom: 5px;
}

.about .filter form .controll input[type="text"],
.about .filter form .controll input[type="date"] {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.about .filter form .controll input[type="submit"] {
    text-align: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0px;
    color: #fff;
    background: #0526df;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.srchfilter {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.srchfilter p {
    width: 25%;
    font-size: 15px;
}

.srchfilter form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    width: 80%;
}

.srchfilter form .controll {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.srchfilter form .controll label {
    font-size: 12px;
    margin-bottom: 5px;
}

.srchfilter form .controll p {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.srchfilter form .controll input[type="text"],
.srchfilter form .controll input[type="date"] {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.srchfilter form .controll select {
    margin-bottom: 0;
}

.srchfilter form .controll input[type="submit"] {
    text-align: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0px;
    color: #fff;
    background: #0526df;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.purcheseDetails {}

.purcheseDetails .sinDetails {
    border: 10px solid #0526df65;
    border-radius: 15px;
    display: flex;
    margin-bottom: 20px;
}

.purcheseDetails .sinDetails .left {
    width: calc(10% - 20px);
    background: #0526df;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0px 10px;
    border-radius: 5px 0 0 5px;
}

.purcheseDetails .sinDetails .left h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.purcheseDetails .sinDetails .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #fff;
}

.purcheseDetails .sinDetails .right {
    width: calc(90% - 30px);
    padding: 15px;
    background: #fff;
}

.purcheseDetails .sinDetails .right .body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 15px;
}

.purcheseDetails .sinDetails .right .body .carDet {
    border: 1px solid #ededed;
    padding: 5px;
}

.purcheseDetails .sinDetails .right .body .carDet h4 {
    font-size: 12px;
    font-weight: 600;
    color: #0526df;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.purcheseDetails .sinDetails .right .body .carDet h3 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}

.purcheseDetails .sinDetails .right .body .carDet p {
    font-size: 13px;
    margin-bottom: 3px;
}

.purcheseDetails .sinDetails .right .body .carDet p b {
    font-weight: 600;
}

.purcheseDetails .sinDetails .right .body .carDet p b {}

.purcheseDetails .sinDetails .right .body .priDet {
    border: 1px solid #ededed;
    padding: 5px;
}

.purcheseDetails .sinDetails .right .body .priDet h4 {
    font-size: 12px;
    font-weight: 600;
    color: #0526df;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.purcheseDetails .sinDetails .right .body .priDet p {
    font-size: 13px;
    margin-bottom: 3px;
}

.purcheseDetails .sinDetails .right .body .carDet p a {
    color: #000;
    border-bottom: 1px solid #000;
}

.purcheseDetails .sinDetails .right .body .shipBl {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.purcheseDetails .sinDetails .right .foot {
    border: 1px solid #ededed;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.purcheseDetails .sinDetails .right .foot h4 {
    font-size: 14px;
    font-weight: 500;
}

.purcheseDetails .sinDetails .right .foot h4 a {
    color: #000;
    border-bottom: 1px solid #000;
}

.purcheseDetails .sinDetails .right .foot h4.doc {
    color: #0526df;
}

/* User dashBoard End */
/* All Stock Start */
.stockFiltering {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.stockFiltering p {
    font-size: 14px;
}

.stockFiltering .sorting {
    display: flex;
    align-items: center;
    gap: 40px;
}

.stockFiltering .sorting .controll {
    position: relative;
}

.stockFiltering .sorting .controll label {
    font-size: 14px;
}

.stockFiltering .sorting .controll select {
    font-size: 14px;
    font-weight: 500;
}

.stockFiltering .sorting .controll h4 {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.stockFiltering .sorting .controll h4 span {
    margin-left: 5px;
}

.stockFiltering .sorting .controll .flowFilter {
    position: fixed;
    max-width: 1230px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    z-index: 999;
    transition: 0.5s all ease;
}

.stockFiltering .sorting .controll .flowFilter.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all ease;
}

.stockFiltering .sorting .controll .flowFilter label {
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
}

.stockFiltering .sorting .controll .flowFilter input {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
    width: 100%;
}

.stockFiltering .sorting .controll .flowFilter h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
}

.stockFiltering .sorting .controll .flowFilter select {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #CED4DA;
}

.allStock {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    row-gap: 20px;
}

.allStock .singleStock {
    width: 23%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}

.allStock .singleStock .proSlide .item{
    border-radius: 10px;
    overflow: hidden;
}
.allStock .singleStock .proInfo {}

.allStock .singleStock .proInfo h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.allStock .singleStock .proInfo h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.allStock .singleStock .proInfo h5 {
    font-size: 13px;
    font-weight: 600;
    color: #0526df;
}
.allStock .singleStock .action {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.allStock .singleStock .action .wish ,
.allStock .singleStock .action .com {
    margin-bottom: 10px;
}
.allStock .singleStock .action .wish a,
.allStock .singleStock .action .com a{
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000;
    font-size: 13px;
}
.allStock .singleStock .action .com{
    transform: translate(200%);
    transition: 0.5s all ease;
}
.allStock .singleStock:hover .action .com{
    transform: translate(0%);
    transition: 0.5s all ease;
}

.slick-dots {
    bottom: 10px;
    left: 10px;
    text-align: left;
    display: inline-flex !important;
    background: #ededed65;
    width: auto;
    padding: 5px;
    border-radius: 3px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button,
.slick-dots li button {
    padding: 4px;

}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button {
    background: #0526df;

}


.recentTitle {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #CED4DA;
}

/* All Stock End */
/* viewCart Start */
.viewCart {
    gap: 2%;
}

.viewCart .left {
    width: 73%;
}

.viewCart .right {
    width: 25%;
}

.viewCart table {
    margin-bottom: 20px;
    width: 100%;
}

.viewCart table thead tr th {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #B8BDC1;
}

.viewCart table tbody {
    border-collapse: collapse;
}

.viewCart table tbody tr {

}

.viewCart table tbody tr td {
    text-align: center;
    border-bottom: 1px solid #B8BDC1;
    padding: 10px;
}

.viewCart .gp10 {
    gap: 15px;
}

.protable {}

.viewCart table tbody tr td img {
    width: 100px;
    border-radius: 10px;
}

.viewCart table tbody tr td p {
    font-size: 13px;

}

.viewCart table tbody tr td span {
    font-size: 16px;
    font-weight: 700;
    color: #7f7f7f;
}

.qun {
    border: 1px solid #B8BDC1;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

.qun i {
    width: 40px;
    font-size: 22px;
    cursor: pointer;
}

.qun input {
    width: 40px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #B8BDC1;
    border-radius: 10px;
}

.viewCart table tbody tr td i.fa-times {
    color: #d10000;
    cursor: pointer;
}

.coupon {}

.coupon form {}

.coupon form input[type="text"] {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.coupon form input[type="submit"] {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    background: #0526df;
    border: 1px solid #0526df;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.coupon .remove button {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    background: #d10000;
    border: 1px solid #d10000;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.cartTotals {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.cartTotals h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CED4DA;
}

.cartTotals p {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CED4DA;
}

.cartTotals p.sub b {}

.cartTotals p.sub span {}

.cartTotals .cartShip {
    text-align: right;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CED4DA;
}

.cartTotals .cartShip h4,
.cartTotals .cartShip h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cartTotals .cartShip p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: none;
}

.cartTotals .cartShip span {}

.cartTotals .cartShip span {}

.cartTotals p.total span {}

.cartTotals p.total b {
    font-size: 18px;
    font-weight: 800;
}

.cartTotals h5 a {
    background: #0526df;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
}

.emotyCart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.emotyCart.active {
    display: none;
}

.emotyCart svg {
    width: 100px;
    margin-bottom: 15px;
}

.emotyCart h2 {
    font-size: 22px;
    color: #0526df;
    margin-bottom: 20px;
}

.emotyCart p {
    text-align: center;
}

.emotyCart p a {
    background: #0526df65;
    padding: 12px 25px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

/* viewCart End */
/* single product page Start */

.breadcrumb ul {
    display: flex;
    gap: 8px;
}

.breadcrumb ul li {
    font-size: 12px;
    font-weight: 500;
}

.breadcrumb ul li a {
    color: #B8BDC1;
}

.breadcrumb ul li:last-child a {
    color: #000;
}

.productDetails {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.productDetails .left {
    width: 47%;
}

.productDetails .right {
    width: 47%;
}


.infoTable table {
    width: 100%;
    font-size: 0.875rem;
    margin: 0;
    border-collapse: collapse;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 50px;
}

.infoTable table tr {
    border-bottom: 1px solid #ddd;
}

.infoTable table tr th {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    font-size: 14px;
}

.infoTable table tr td {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    font-size: 16px;
    font-weight: 500;
}

.infoTable table tr:nth-of-type(even)>* {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.infoTable table tr:last-child>* {
    border-bottom: 0;
}

.vehicleInfo {}

.vehicleInfo h2 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.vehicleInfo h2 b {
    font-weight: 600;
    margin-left: 20px;
    color: #B8BDC1;
}

.vehicleInfo h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

.vehicleInfo table {
    font-size: 0.875rem;
    margin: 0;
    border-collapse: collapse;
    box-shadow: 0 0 5px #ddd;
}

.vehicleInfo table {
    width: 100%;
    border: 1px solid #ddd;
}

.vehicleInfo table tr {}

.vehicleInfo table tr th {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    font-size: 14px;
    border: 1px solid #ddd;
}

.vehicleInfo table tr td {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ddd;
}

.vehicleInfo table tr:nth-of-type(even)>* {}

.vehicleInfo table tr:last-child>* {
    border-bottom: 0;
}


.productDetails .qun i {
    display: flex;
    justify-content: center;
}

.productDetails .right {}

.productDetails .right form {}

.productDetails .right h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Rubik";
    margin-bottom: 20px;
}

.productDetails .right h5 {
    font-size: 0.8125rem;
    line-height: normal;
    font-weight: 500;
    color: #868E96;
    font-family: "Rubik";
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.productDetails .right h5 span {
    background: #e6fcf5;
    display: inline-block;
    color: #0526df;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 0 2px #ddd;
}

.productDetails .right h5 span i {
    margin: 0px 10px;
}

.productDetails .right h2 {
    font-size: 28px;
    color: #0526df;
    margin-bottom: 15px;
    font-family: "Rubik";
}

.productDetails .right h2 s {
    font-weight: 500;
    font-size: 24px;
    margin-right: 10px;
}

.productDetails .right ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}

.productDetails .right ul li {
    font-size: 0.8125rem;
    line-height: 1.4375rem;
    color: #868E96;
}

.productDetails .right .addCartQnty {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.productDetails .right .addCartQnty button ,
button.wcart {
    display: inline-flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 25px;
    background: #0526df;
    border: 1px solid #0526df;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}
button.wcart span{
    color: #fff !important;
    font-size: 13px !important;
}

.productDetails .right .wish p {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.productDetails .right .wish p a {
    border: 1px solid #B8BDC1;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    cursor: pointer;
    color: #000;
    transition: 0.3s all ease;
}
.productDetails .right .wish p a:hover {
    background: #fff;
    transition: 0.3s all ease;
}


.productDetails .right .auth {
    gap: 15px;
}

.productDetails .right .auth .img {
    width: 60px;
}

.productDetails .right .auth .info {}

.productDetails .right .auth .info h5 {
    margin-bottom: 5px;
    display: block;
    font-size: 0.8125rem;
    line-height: normal;
    color: #868E96;
    margin-bottom: 0.625rem;
}

.productDetails .right .auth .info p {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Rubik";

}

.productDetails .right .auth .info p a {
    font-size: 0.875rem;
    color: #0526df;
    margin-left: 0.625rem;
}

/* single product page End */
/* CouponCode Start */
.couponCode{}
.couponCode p{
    padding: 20px;
    background-color: #F7F7F7;
    padding-left: 35px;
    position: relative;
    font-size: .895rem;
    margin-bottom: 1.875rem;
    border-radius: 12px;
}
.couponCode form{
    height: 0;
    overflow: hidden;
}
.couponCode form.active{
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.couponCode form input[type='text']{
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 32px);
    padding: 15px;
    color: #212529;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 12px;
    margin-bottom: 10px;
}
/* CouponCode End */
/* checkoutDetails Start */
.checkoutDetails{
    margin-top: 30px;
    display: flex;
    gap: 3%;
}
.checkoutDetails .left{
    width: 68%;
}
.checkoutDetails .left h5{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #DEE2E6;
    font-family: "Rubik";
}
.checkoutDetails .left form{}
.checkoutDetails .left form .controll{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 100%;
    margin-bottom: 8px;
}
.checkoutDetails .left form .controll label{
    font-size: 0.8125rem;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0.375rem;
}
.checkoutDetails .left form .controll input,
.checkoutDetails .left form .controll textarea,
.checkoutDetails .left form .controll select{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 22px);
    padding: 10px;
    color: #212529;
    border: 1px solid #CED4DA;
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 12px;
}
.checkoutDetails .left form .controll select{
    width: 100%;
}
.checkoutDetails .left form .difShip {
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DEE2E6;
    font-family: "Rubik";
}
.checkoutDetails .left form .opnDifShip{
    height: 0px;
    overflow: hidden;
}
.checkoutDetails .left form .opnDifShip.active{
    height: auto;
}
.checkoutDetails .left form .difShip label{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.checkoutDetails .right{
    width: 30%;
}
.checkoutDetails .right .orderDetails{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.checkoutDetails .right .orderDetails h4{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #DEE2E6;
    font-family: "Rubik";
}
.checkoutDetails .right .orderDetails h5{
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #B8BDC1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #DEE2E6;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkoutDetails .right .orderDetails h5 span.nm,
.checkoutDetails .right .orderDetails h5 span.freshp,
.checkoutDetails .right .orderDetails h5 span.price{
    color: #000;
    font-weight: 500;
}
.checkoutDetails .right .orderDetails h5 span.total{
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    font-family: "Rubik";
}
.checkoutDetails .right .orderDetails p{
    font-size: 0.75rem;
    line-height: 1.6;
    font-family: "Rubik";
    padding: 15px 0;
}
.checkoutDetails .right .orderDetails button{
    width: 100%;
    text-align: center;
    display: block;
}


.whatsapp{
    position: fixed;
    bottom: 60px;
    right: 72px;
    cursor: pointer;
    display: grid;
    place-content: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 999999;
}
.whatsapp p{
    display: flex;
    align-items: center;
    width: 55px;
}

.gotop{
    background: #fff;
    position: fixed;
    bottom: 60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 20px;
    cursor: pointer;
    display: grid;
    place-content: center;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    box-shadow: 0 0 3px #ddd;
    z-index: 99;
}
.gotop.sticky{
    opacity: 1;
}
.gotop p{
    text-align: center;
}
.gotop p a{
    color: #0526df;
    font-size: 15px;
}



.footermenu {
    /* background: #00a85980; */
    background: #fff;
    position: fixed;
    bottom: 0px;
    width: calc(100% - 20px);
    left: 0%;
    padding: 12px 10px;
    border-radius: 10px 10px 0 0;
    display: block;
    z-index: 99;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px #ddd;
}

.footermenu ul {
    display: flex;
    justify-content: space-around;

}

.footermenu ul li {
    position: relative;
    font-weight: 500;
}
.footermenu ul li a {
    color: #7f7f7f;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}

.footermenu ul li a span {
    font-size: 10px;
}

.footermenu ul li a span.fa {
    font-size: 16px;
    margin-bottom: 5px;
    color: #868e96;
}
/* checkoutDetails End */
/* product slider Start */
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#fff;opacity:.3;}
.jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
/* product slider End */
/* xxx Start */
/* xxx End */
.action-btn {
    background-color: #0526df;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.action-btn:hover {
    background-color: #001bbf;
    box-shadow: 0 4px 12px rgba(5, 38, 223, 0.4);
}

.action-btn:active {
    background-color: #0016a3;
}
