@charset "utf-8";
/* CSS Document */
/*
Author: Shameer
Author URI: http://www.primalcodes.com/
Version: 0.01
*/

/* INDEX ----------
01 FONTS 
02 TYPOGRAPHY
00 COLOR & BG
00 HEADER



----------------*/

/* 01 FONTS -------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*

  font-family: 'Roboto', sans-serif; |Roboto:400,500,700

  dark blue : #004a91
  light blue: #80cff9
*/

/* 00 TYPOGRAPHY --------------*/
body { 
    color:#282828; font-size: 14px; 
    font-family: 'Roboto', sans-serif; font-weight:400;
    background: #212121; }

h1, h2 { 
    
    }
h3, h4 { font-family: 'Poppins', sans-serif; }
h5, h6 {  }

h1 { color:#333; font-size: 1.87em; }
h2 { color:#333; font-size:1.4em; text-transform: uppercase; }
h3 { color:#004a91; font-size:1.4em; }
h4 { color:#3c3950; font-size:1.3em; font-weight: 700; }
h5 { color:#333; }
h6 { color:#333; font-family: 'Rubik', sans-serif; font-weight:500; }

p { font-size:1em; line-height:20px; }
a { color:#587af8; }
a:hover { color:#6772e5; }
p a { color:#587af8; }
#page-wrapper 
{ 
    width:95%; 
    
}





a.button {
    display:inline-block; min-width:120px; height:38px; line-height:30px; 
    
    color:#fff; font-size:0.8em; 
    font-family: 'Poppins', sans-serif; font-weight:500;
    /*text-transform: uppercase; */
    text-align: center;
    background: #004991; border:2px solid #fff; }
a.button:hover {
    color:#004991 !important;
    background: #fff; font-weight:500;
    border:2px solid #6772e5; }


/* 00 COLOR AND BG -----------*/
.white-bg { background: #FFF; }
.black-bg { background: #212121; }
.dark-blue { color:#004a91; }
.light-blue { color:#80cff9; }




/* 00 HEADER ---------------*/
.header {
    background: #004a91; 
    padding:10px 0 0 !important }
.header .logo { margin:0; }
.top-search {
    background: #fff; height:35px;     overflow: hidden;
  
    -webkit-border-radius: 25px;}

.top-search input,
.top-search select,
.top-search button {
    width: 100%; height: 35px;
    margin:0; padding:0;
    color:#868686; font-size:0.9em;
}

.top-search input { 
    padding:0 5px;
  border:none; }
.top-search select {
    margin:-2px 0 0; padding:0 5px;
    height: 39px; }
.top-search select option:first-child { color:#8d8d8d; }
.top-search select option { color:#333; }
.top-search button {
    color:#333; cursor: pointer;
   background: #c1c1c1; border: none; }

.top-menu-area {
    width:100%;
    padding:10px 0; margin:5px 0 0; 
    font-weight: 500; color:#1d1e20; 
    /*text-transform: uppercase; */
    background: #255c9f; }

a.top-watsap {
    width: 24px;
    float: right;
    margin: 0 -23px  0 0;
    display: inline-block;
}


span.deliverypin { 
    display:inline-block; width:100%;
    font-weight:500; font-size:0.9em;
    border-left:1px solid #333; border-right:1px solid #333; }
.cart { 
    width:30px; height:20px; position: relative;
    text-align: center; float:right; }
.cart span {
    position: absolute;
    left: 9px;
    top: -5px;
    font-size: 0.85em;
    width: 18px;
    background: rgba(256,256,256,0.9);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.red-offer-image {
min-width: 100%;
    width: auto;
    max-height: 526px;
object-fit: cover;
}


.top-menu { float:left; }


.product-menu {
    background: #fff;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:4px; -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.product-menu h4 {
    font-size:1.1em; margin:0; padding:10px 0;
    font-weight:500; text-transform:uppercase;
    letter-spacing:2px; text-align:center;
}
.product-menu ul {
    margin:0; padding:0; list-style: none;max-height: 660px;
overflow-y: scroll;
}
.product-menu ul li a::before {
    position: absolute; left:10px; top:11px;
    content: '\f105'; font-size:0.9em;
    font-family: "Font Awesome 5 Free"; font-weight:900;
}
.product-menu ul li {
    position:relative;
    width:100%; clear:both;
    margin:0; padding:0; 
    border-top:1px solid rgba(0,0,0,0.1);
}
.product-menu ul li a {
    width:100%;
    color:#1e1a17; margin:0; padding:10px 5px 10px 22px;
    font-weight:500; font-size:0.95em; line-height: 1.2em;
    display: inline-block; 
    -webkit-transition: background-color 0.9s;
    -moz-transition: background-color 0.9s;
    transition: background-color 0.9s;
}
.product-menu ul li a:hover {
    text-decoration:none; color:#004a91;
    background:rgba(0,0,0,0.05);
}
.product-menu ul li a:hover .product-menu ul li::before {
     color:#004a91;
}

@media(max-width:768px){
    .product-menu ul li {}
    .product-menu ul li a {}
}


.header .track-order-btn {
    float:right;
    display: inline-block; margin:15px 0 0; }
.header .track-order-btn span {
    line-height: 25px; color:#fff; margin-right:5px; }
.header .track-order-btn img {
    height: 25px; }

@media(max-width:768px) {
    .header .track-order-btn { margin:5px 0; }
}

.top-new-menu {
    float:right; }
.top-new-menu ul{
    list-style: none;
    float:right; padding:0; margin:0; }
.top-new-menu ul li {
    float:left;
    padding:0 8px; margin:0; }
.top-new-menu ul li:last-child {
    padding-right:0; }
.top-new-menu ul li a {
    color:#fff; font-size:0.9em; }
.top-new-menu ul li a:hover {
    text-decoration: none; color:#75c7ef;
}


.top-menu ul li a { 
    font-weight: 500; font-size: 0.9em;
    color:#fff; 
    /*text-transform: uppercase;*/
    }
.top-menu a:hover {  
    color:#6772e5; }
.top-menu ul li ul li a {  
    font-size:0.85em; text-transform:none; }
.top-menu ul li ul li a:hover { 
    background:#111; }


/* 00 OFFERS -----------*/
.small-offer {
    margin:0 0 5px;
}
.medium-offer { display: inline-block; }
.big-offer { display: inline-block; }
.bank-offer { display: inline-block; }

/* BANNER SLIDER ------------------*/
.banner-slider {
    margin:0 0 20px;
}


.banner-slider .owl-carousel .owl-nav {
    top: 40% !important;
    z-index: 2001;
    width: 100%;
}

.banner-slider .owl-carousel .owl-nav div.owl-prev {
    
    float: left;
}

.banner-slider .owl-carousel .owl-nav div.owl-next  {
    
    float: right;
}



.banner-slider .owl-carousel .owl-nav div {
    width: 26px;
    height: 50px;
    line-height: 50px;
    background: #004a91;
    margin: 0;
    color: #fff;
    text-indent: 0;
}




/* TOILET COVER ------------------------*/
.toilet-covers {

}



/* Complement Your lifestyle --------------*/
.blue-bg-strip {
    color:#fff; font-size:1.6em; line-height: 1em;
    font-weight:300; padding:5px 10px; margin:0 0 20px;
    background: #004a91; }
.blue-bg-strip span { 
    font-weight:500; font-size:0.65em; }


/* cabinet-area ------------*/
.cabinet-area {
    padding:0 0 30px;
}
.cabinet-area img { 
    border:1px solid #767779; }


/* BANK OFFERS -------**/
.bank-offers {
    background: #fff; padding: 30px 0;
}
.bank-offers .item img {
    border-radius: 3px; -webkit-border-radius:3px; -moz-border-radius:3px;
}

/* FOOTER --------------*/
.footer {
    padding:20px 0 0;
    background: #191919; }
.footer a.logo { 
    margin:0 0 10px; display: inline-block; }
.footer h6 {
    margin:20px 0 10px;
    color:#fff; font-weight:500; font-size:1em; }
.footer li.phone,
.footer li.email,
.footer li.location { margin-left: 18px; }
.footer li {
    font-size:0.9em;
    color:#c2c2c2; padding:0 0 0; margin:0 0 8px; }
.footer li a {
    color: #c2c2c2; }
.footer i {
    color:#fff; }
.footer :before {
    color:#fff !important; }

.footer-copycat { 
    margin-top:20px; padding:10px 0;
    color:#616161; font-size:0.9em; }
.footer-copycat img {  }
.footer-copycat a { color:#616161; }

.copyright br { display: none; }
.copy-cards { text-align: right; }
@media (max-width:758px) {
    .copyright br { display: block; }
}
@media (max-width:536px) {
    .copyright { text-align: center !important; }
    .copyright .text-right { text-align: center !important; }
    .copy-cards { text-align: center; }
     .hide-mobile { display:none; }
}
/* edit by kavya*/

.popup-container {
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    padding: 24px 12px;
    overflow-y: auto;
    background: rgba(2, 16, 29, 0.78);
    backdrop-filter: blur(4px);
}
/*.mtb-30p {
    margin-top: 67px  !important;
    margin-bottom: 30px !important;
}*/
.login-register {
    max-width: 430px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    animation: popupFadeUp 0.22s ease-out;
}

@keyframes popupFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-register > .row {
    min-height: auto;
}

.login-register .hide-mobile {
    display: none;
}

.login-register .hide-mobile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 428px;
    object-fit: cover;
}

.login-register .pos-relative {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.login-register .pos-relative:before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #004a91 0%, #1d89d4 58%, #80cff9 100%);
}

.login-register .close {
    width: 32px;
    height: 32px;
    color: #4d789e;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
    opacity: 1;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d5e2ec;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0, 74, 145, 0.12);
    transition: all 0.2s ease;
}

.login-register .close:hover {
    color: #fff;
    background: #004a91;
    border-color: #004a91;
}
.login-register button {
    cursor: pointer;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.login-register .okay-btn {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 0 25px;
    margin: 5px 0 15px;
    border: none;
    font-size: 0.9em;
    line-height: 45px;
    background: linear-gradient(135deg, #004a91 0%, #0b72bd 52%, #1390dc 100%);
    color: #ffff;
    /*text-transform: uppercase;*/
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 12px 24px rgba(0, 74, 145, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.login-register .okay-btn:hover {
    background: linear-gradient(135deg, #003b75 0%, #0062a8 54%, #007ed1 100%);
    box-shadow: 0 15px 30px rgba(0, 74, 145, 0.36);
    transform: translateY(-2px);
}

.login-register .okay-btn:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(0, 74, 145, 0.24);
}

.login-register .shadow-btn {
    width: 100%;
    display: inline-block;
    height: 45px;
    padding: 0 25px;
    margin: 0 0 15px;
    background: #ffffff;
    color: #15324a;
    border: 1px solid #d6e4ee;
    line-height: 43px;
    -webkit-box-shadow: 0 8px 18px rgba(16, 45, 72, 0.08);
    box-shadow: 0 8px 18px rgba(16, 45, 72, 0.08);
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.login-register .shadow-btn:hover {
    color: #004a91;
    background: #f7fbff;
    border-color: #9fc9e7;
    box-shadow: 0 12px 24px rgba(16, 45, 72, 0.13);
    transform: translateY(-2px);
}

.login-register .shadow-btn:active {
    transform: translateY(0);
    box-shadow: 0 7px 16px rgba(16, 45, 72, 0.1);
}

.terms {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.terms a {
    color: #738294;
    font-size: 0.86em;
    text-decoration: underline;
}

.login-block .lost-pass {
    float: right;
    text-align: right;
    display: inline-block;
}

.login-register label {
    width: 100%;
    float: left;
    clear: both;
    color: #617184;
    font-weight: 500;
    font-size: 0.9em;
    margin-bottom: 7px;
}

.login-register input[type="text"],
.login-register input[type="email"],
.login-register input[type="number"],
.login-register input[type="tel"],
.login-register input[type="password"] {
    width: 100%;
    height: 40px;
    margin: 0 0 13px;
    padding: 8px 12px;
    color: #183247;
    background: #fbfdff;
    border: 1px solid #cfdce7;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.login-register input:focus {
    outline: none;
    background: #fff;
    border-color: #1a75bb;
    box-shadow: 0 0 0 3px rgba(0, 74, 145, 0.12);
}


.login-block {
    min-height: auto;
    padding: 42px 32px 58px;
}

.login-block h4,
.login-block h5 {
    margin-bottom: 20px;
    color: #082f54;
    font-size: 1.34em;
    font-weight: 700;
    text-align: center;
}

.login-block h4:after,
.login-block h5:after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 10px auto 0;
    background: #80cff9;
    border-radius: 10px;
}

@media(max-width:568px){
    .popup-container {
        padding: 16px 10px;
    }

    .login-register {
        max-width: 420px;
    }

    .login-register > .row,
    .login-block {
        min-height: auto;
    }

    .login-block {
        padding: 38px 20px 52px;
    }

    .terms {
        bottom: 12px;
    }
}

.vendor-banner {
    color: #fff;
    background: #191919;
}
.vbanner-content {
    padding: 20px 0;
}

.vbanner-slider {
    position: relative;
    width: 100%;
    float: left;
}

.vbanner-slider .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0,0,0,0.5);
}


.vcategory-menu {
    padding:0 0 15px !important; margin-bottom:20px;
    background: #fff;
    border-top: 50px solid #004991;
    border-right: 1px solid #e7e7e7;  border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.vcategory-menu .head {
    width: 100%; height: 35px;
    margin: -35px 0 0; padding:0 0 0 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 1.14em;
    color: #fff;
}

.vcategory-menu .accordion {
    font-size: 1em;
    font-weight: 600;
    color: #3f3d3d;
    padding:14px 15px;
    background: none;
    outline: none;
}
.vcategory-menu .accordion::after {
    content: '\f107';
}
.vmenu-accordian .accordion.active::after {
    content: '\f106'; color:#004a91 !important;
}
.vcategory-menu .panel {
    border-bottom: 1px solid #c9c9c9;
}

.vmenu-accordian ul.list-arrow {
    padding: 10px 0 10px 8px;
    margin: 0; list-style: none;
}

.vcategory-menu .u-vmenu ul li a { padding-left:35px; }

 .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.vmenu-accordian ul li a {
    color: #3f3d3d;
    font-weight: 600;
}
.vmenu-accordian .accordion:hover {  color:#80cff9; }
.vmenu-accordian .accordion:after { color:#004a91; }
.vmenu-accordian .accordion.active { color:#004891; background:#fff; }
.vmenu-accordian .accordion.active:after { color:#ff5a5f;}
.vmenu-accordian ul.list-arrow { padding:10px 0 10px 8px; margin:0; }
.vmenu-accordian ul.list-arrow li::before {
    content: "\f101"; 
    font-weight: 900;
    color:#80cff9;
}
.vmenu-accordian ul li a { color:#3f3d3d; font-weight:500; }
.vmenu-accordian ul.list-arrow li:hover { color:#004a91 !important; }
.vmenu-accordian ul li a:hover {color:#004a91 !important; }


/*-------*/
#home-category-menu {
width:100%; float:left;
margin:0; padding:0;
}
#home-category-menu ul {
margin:0; padding:0;
}
#home-category-menu ul li {
width:100%; float:left;
margin:0; padding:0; height: auto;
background:none;
}
#home-category-menu ul li a { 
padding:10px 0 12px 10px; margin:0;
line-height: 1em; height: auto !important;
}

#home-category-menu ul.list_arrows {
width:100%;
margin:0; padding:0; float:left;
}
#home-category-menu ul.list_arrows li a {
margin:0; padding:0;
}
#home-category-menu ul.list_arrows {
width:100%;
padding:0 0 0 10px; margin:-8px 0 10px 0;
}
#home-category-menu ul.list_arrows li a {
margin:0; padding:8px 0;
}
#home-category-menu ul.list_arrows li a::before {
content: "\f101"; padding-right:5px;
font-weight: 900; font-size: 0.85em;
color: #80cff9; font-family: "Font Awesome 5 Free";
}

#home-category-menu ul.list_arrows ul {
width:100%; float:left;
}

#home-category-menu ul.list_arrows ul {
width:100%; float:left;
margin:-2px 0 5px 16px;
}
#home-category-menu ul.list_arrows ul li a::before {
content: "\f105"; font-size:0.9em;
color:#333;
}



/*-------*/





.vproduct-block a img {
    border: none;
    outline: none;
}


.vproduct-block img {
width: auto;
height: 220px;
object-fit: cover;
overflow: hidden; 
}

.vproduct-block {
    margin:0;
    background: #fff;
    float: left;
    width: 100%; min-height:100%;
    text-align: center;
}


.vproduct-block:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}


.product-detail-box { 
    border: 1px solid #e7e7e7;
    background:#fff; padding:20px; }
.product-details h1 {
    font-size: 1.6em; padding: 0;
}
.price-section .fa-star {
    color:#999;
}


.vcategory-section {
    margin-bottom: 20px;
   /* padding:10px;
    border-radius: 3px;
    background: #fafafa; border: 1px solid #e7e7e7;*/
}

.vproduct-block .discribtion {
    padding: 0 10px 15px;
    display: block;
    float: left;
    width: 100%;
}
.vproduct-block .price {
    color: #3a3a3a;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 0 10px;
    /*margin: 0 0 40px;*/
}

.vproduct-block a.button {
    font-family: 'Roboto', sans-serif; color:#1e1e1e;
    padding:10px 5px;
    margin: 0;
    width: 55%; height:auto;
    font-size: 0.8em; line-height: 1em;
    display: inline-block;
    /*text-transform: uppercase;*/
    color: #fff; font-weight:500;
    text-align: center; overflow: hidden;
    border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; 
}
.vproduct-block h4 {
    font-family: 'Roboto', sans-serif; color:#1e1e1e;
}
.vproduct-block h4 a {
    color: #141414;
}

.vcatergory-title {
    width: 100%; background: #fff;
    padding:10px; margin: 0 0 20px;
    border-bottom: 2px solid #e7e7e7;
}

.vcatergory-title span {
    color:#004991;
    font-weight: 600;
    font-size: 1.4em;
    /*text-transform: uppercase;*/
}



.price-section .special {
    color: #ff5a5f;
    font-weight: 600;
}

select{
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
    padding: 8px 10px 8px;
    font-size: 0.9em;
    color: #7b84a5;
    background: #fff;
    border: 1px solid #d6d6d6;
}


.product-description {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
}
.product-description .nav-tabs { margin:0; }
.product-description .nav-tabs li a {
    font-weight: 600;
    color: #8e8e8e;
    border: 1px solid #e7e7e7;
}

.product-description .tab-content {
    padding: 10px 15px;
    color: #333;
    margin: 0 0 20px;
    display: block;
    width: 100%;
    float: left; clear: both;
    background: #fff;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.price-section .price-block {
    clear: both;
    width: 100%;
    float: left;
}
.price-section .offer-price {
    display: inline-block;
    float: left;
    color: #212121;
    font-size: 2.1em;
    font-weight: 700;
}

.price-section .strike-price {
    margin-top: 13px;
    display: inline-block;
    float: left;
    color: #757575;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: line-through;
}

.price-section .strike-price:before { 
    margin-left:-10px; }
.price-section .offer {
    margin-top:15px; margin-left:5px;
    display: inline-block; float:left; color:#ff5a5f; }

.price-section .tax-detail {
    color:#3e3e3e; font-weight:600; }



/*  end*/

  /* CART PAGES : main page ----------*/
.cart-area {
    padding-top:20px; padding-bottom:20px; }
.cart-area .nav-tabs {
    border: none; width:100%; }
.cart-area .nav-tabs .nav-item {
  width:100%; float:left; margin:0 0 2px 0; 
    display: table;
     text-align:center; }
.cart-area .nav-tabs .nav-item .nav-link { 
    width:100%; border:1px solid #e7e7e7;
    color:#464646; padding:10px 10px;
    margin:0 auto; display: table-cell; vertical-align: middle; 
    text-transform: uppercase; font-weight:700; text-align: center;
    border-radius: 0px;  }
.cart-area .nav-item .active {
    background:#fe6266; color:#fff !important;
    border: 1px solid #fe6266 !important; }


.cart-area .tab-content {
    padding:15px 0 10px 0;
    border:1px solid #e7e7e7; }

.cart-area .seller-strip {
    padding-bottom:10px; margin-bottom:15px;
    border-bottom: 1px solid #e7e7e7;
}
.cart-area .seller-strip img { display: block; margin:0 auto; }
.cart-area .seller-strip p { text-align: left; color:#464646; margin:0; } 
.cart-area .seller-strip p strong { font-weight:600;}

.cart-product-area { 
    background:#f1f3f6; padding:10px; }
.cart-product-area .col-12 { padding:0; }
.cart-product { 
    clear:both; background:#fff; border-bottom:1px solid #e7e7e7;
    padding:10px; }
.cart-product h4 { 
    font-weight:400; font-family: 'Open Sans', sans-serif;
    line-height: 1.4em; margin:5px 0; }
.cart-product img { float:left; width: 100%; max-width:140px; }
.cart-product a { float:left; display:block;  }
.cart-product .quantity a.update { 
    margin:0 0 0 10px; padding:6px 15px 0; 
    color:#333; font-weight:600; background: #e8e8e8; }
.cart-product a.remove {
    line-height: 20px;
    margin:0 0 0 10px; padding:6px 15px; 
    color:#333; font-weight:600; background: #e8e8e8;
    border-color:#e8e8e8; }

.cart-product a.remove i { 
    padding-right:4px; }

.cart-product .quantity { 
    display: inline-block; float:left; }

.retail-amount { 
    color:#212121; font-weight:900; font-size:1.6em; }
.cut-amount { 
    text-decoration: line-through; margin-left:12px !important;;
    color:#757575; font-weight:600; font-size:1.2em; }
.cut-amount:before {
    margin-left:-12px !important; } 



.cart-price { }


.price-table {
    padding:20px; margin:20px 0;
    outline: 1px solid #e2e2e2;
    border:3px solid #f1f3f6;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
 .price:before {
    display:inline-block; margin:0 0 0 1px; position:absolute; left:0; top:1px;
    font-family: "Font Awesome 5 Free"; font-weight:900;
    display: inline-block; padding:0 7px 0 0; 
}
.price:before {content:"\f156"; font-size:0.9em; top:2px; }
.price-table .price { text-align: right; float: right;}
.price-table .price:before {content:"\f156"; font-size:0.9em; top:2px; }
.price-table h5 { text-transform:uppercase; }
.price-table h6 .price { color:#108256;}
.price-table h6 { 
    margin:0;
    font-family: 'Open Sans', sans-serif;
    color:#108256; font-weight: 600; font-size:1.1em; }
.price-table span { color:#353434;  }
.price-table .price { color:#353434; font-size:1.1em; }


.doted-line { 
    height:10px; margin-bottom:10px;
    border-bottom:1px dotted #e7e7e7; 
}

.shopping-button { }
.shopping-button a { float:right; }

.shopping-button a.continue { background: #7a7a7a; border-color:#7a7a7a; color:#fff; font-weight:900; }
/*.shopping-button a.buy { margin-left:15px; background: #ff5a5f; color:#fff; font-weight:900; }*/
.shopping-button a.buy { margin-left:15px; background: #93bc49; color:#212121; font-weight:900; line-height: 36px; border: none;}


/* check pin number --*/
.check-pin { padding:10px 0 15px; }
.check-pin span { 
    color:#747474; font-weight:600; font-size:0.9em;
    display: inline-block; float:left; padding:2px 8px 0 0; }
.check-pin .form { 
    display: block; float:left; margin-left:0;
    border-bottom:2px solid #2874f0; }
.check-pin .form:before { 
    position: relative; margin:0;}

.check-pin .form input[type="text"] {
    width:100px; margin:0; padding:0;
    color:#333; border:none; }
.check-pin :before { 
    color:#2874f0; }

.check-pin .form button {
    font-weight:600; font-size:0.9em;
    color:#2874f0; display: inline-block;padding:2px 8px;
    border: none; outline:none; cursor: pointer; }
.check-pin .infopin { 
    padding:5px 10px; margin:-2px 0 0 10px;
    display: inline-block; float:left;
    position: relative;
    font-weight:600; font-size:0.85em;
    color:#fff; text-align: center;
    background:#222; }
.check-pin .infopin:before { 
    display: inline-block; margin-left:-4.5px;
    position: absolute; left:0; top:3px; font-size:1.2em;
    font-family: "Font Awesome 5 Free"; font-weight:900;
    content:"\f0d9"; color:#222; }


/* delivery info --*/
.delivery-info { padding-bottom:20px; }
.delivery-info p { font-weight:600; padding:0; margin:0; }

.delivery-info .free:before,
.delivery-info .free span { color:#3a8d2d; }

.delivery-info .not-area:before,
.delivery-info .not-area span { color:#757575; }

.delivery-info .no-delivery:before,
.delivery-info .no-delivery span { color:#fa0505; }

.delivery-info .dprice span { color:#ff5a5f; }


/*.truck:before {
    content: "\f0d1";
}
*/





/* USER PROFILE ----------*/
.profile-menu { margin-top:10px; margin-bottom:10px; }
.profile { display:block; float:left; }
.profile .pic { 
    display:inline-block; float:left;
    overflow:hidden; margin:0 10px 0 0;
    border:1px solid #ff5a5f;
  border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px; }
.profile .pic img { width:48px; }
.profile .disc { float:left; display:inline-block; margin:5px 0 5px; padding:0; }
.profile h5 { float:left; clear:both; margin:0; padding:0; color:#ff5a5f; }
.profile p { float:left; clear:left; margin:0; padding:0;}

/*.profile-menu ul { */
/*    display:block; float:left; border:1px solid #e7e7e7;*/
/*  padding:0; margin:5px 0; overflow:hidden;*/
/*  border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; }*/
/*.profile-menu li { */
/*    float:left; display:block; padding:0; padding:0;*/
/*  border-left:1px solid #e7e7e7; }*/
/*.profile-menu li:first-child { border:none;}*/
/*.profile-menu li a { */
/*    display: block; padding:5px 25px; */
/*    text-transform: uppercase; font-weight:700;*/
/*  color:#464646; }*/
/*.profile-menu li .active {*/
/*    background:#80cff9; color:#fff;*/
/*}*/
/*.profile-menu li a:hover {*/
/*    background:#004a91; color:#fff;*/
/*}*/

.profile-menu ul {
display:block; float:left; /*! border:1px solid #e7e7e7; */
padding:0; margin:5px 0; overflow:hidden;
border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; }
.profile-menu li {
float:left; display:block;
padding:0; margin: 0;
}
.profile-menu li:first-child {
/*! border:none; */ }
.profile-menu li a {
border:1px solid #e7e7e7;
display: block; padding:5px 25px;
font-weight:500;
color:#464646; }
.profile-menu li .active {
background:#004a91; color:#fff; border:1px solid #004a91;
}
.profile-menu li a:hover {
background:#004a91; color:#fff;
}
@media(max-width:768px) {
.profile-menu li { width:50%;}
.profile-menu li a { padding:5px 15px; }
}
@media(max-width:480px) {
.profile-menu li { width:100%;}
}

/* profile info */
.profile-info { 
    border:1px solid #e7e7e7; margin-bottom:20px; margin-top:20px;
    padding:20px; overflow:hidden;  background:#f3f3f3eb; 
    border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; 
}

.profile-info h3 {  }
.profile-info h4 { color:#3c3950; font-weight:600; }
.profile-info h5 {  }
.profile-info p {  }
.profile-info a {  }
.profile-info a:hover {  }
.profile-info span {  }

.profile-info label { 
    color:#949494; font-weight:600; font-size:0.9em;
    margin:0 0 5px; padding:0; }
.profile-info input[type="text"], .profile-info input[type="tel"], .profile-info input[type="number"], .profile-info textarea { 
    margin:0 0 5px; }
.profile-info input[type="submit"], .profile-info input[type="button"] { 
    margin-bottom:0; }

.profile-info .block span { 
    padding-right:10px; }
.profile-info .block { 
    margin-bottom:5px; }



.orderlist {
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    /*max-width: 750px;*/
}
.orderlist h4 { font-size: 1.1em; }
.status-strip {
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
}
.orderlist .status-strip .button { 
    float: right;
    color:#212121; padding:5px 15px; margin:10px 5px;
    background:#f9f9f9;  font-size:0.9em; font-weight:600;
    border:1px solid #c2c2c2;
    border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; }

.orderlist .status-strip .cancel i { color:#d3173f; }
.orderlist .status-strip .delivered i { color:#188635; }

.orderlist .cart-product {
    border-bottom:1px solid #c2c2c2; }
.orderlist .cart-product .price {
    font-size:1.2em;
}

.order-status { padding:10px 0; }
.order-status h6 { margin:0; }
.order-total {
    padding:10px; }
.order-total .price { 
    display: inline-block; float:none; margin-left:10px; }
.order-total .price:before {
    margin-left:-10px; }

/* DELIVERY LOCATIONS ---*/
.location-page-title {
    padding:10px 20px;
    font-size:1.2em; font-weight:400;
    color:#fff; 
    /*text-transform: uppercase;*/
    background:#004a91;
}
.location-block-area {
    background:#fff; padding:20px;
}
.location-list-block {
    /*min-height:100%; */
    text-align:center;
    border:1px dashed #d4d4d4; margin:0; padding:20px 10px;
}
.location-list-block i.fa-street-view { color:#004a91; font-size:2em;}
.location-list-block h5 { font-size:1.2em ; font-weight:700; text-transform: uppercase; color:#1c1c1d;}
.location-list-block h6 { font-size:0.95em; font-weight:500; text-transform: uppercase; color:#004a91; }
.location-list-block i.fas { color:#004a91; }
.location-list-block a { color:#222; text-decoration: none; font-size:0.95em; }
.location-list-block a:hover { color:#004a91;  }





/* ORDER LIST ACCORDIAN */ 
.order-list-accordian {
    margin-bottom:30px;
}
.order-list-accordian .status-strip { cursor: pointer; }
.order-list-accordian .accordion :after { display: none !important;  }
.order-list-accordian .active, .order-list-accordian .accordion:hover {
  background-color: #ccc; 
}

.order-list-accordian .panel {
  padding:15px 15px 0;
  max-height: none !important;
  display: none;
  background-color: #f0f0f0;
  overflow: hidden;
}

.order-list-accordian .orderlist {
    background: #fff;
}


.pagination{
    float: right;
}

.pagination ul{
    display: flex;
    float: right;
    margin: 0px;
}

.pagination ul>li{
    list-style: none;
    padding: 3px 6px;
    margin-left: 4px;
    font-size: 14px;
    border: 1px solid #004a91;
}

.pagination li.active{
    background: #004a91;
    color: #fff;
}

.pagination li>a{
    color: #000;
}


/* mobile app sction */
.download-mobile-app {
    padding:20px 0; margin:0;
    background:url(../images/appstripbg.jpg) fixed;
    background-size:cover;
    background-color:#fff;
}
.download-mobile-app h2 {
    margin:0 0 15px; padding:0; 
    font-weight:400; font-size:2.1em; text-transform:none;
}
.download-mobile-app p {
    font-weight:500; font-size:1.05em;
    margin:0 0 20px;
}
.download-mobile-app a {
    margin:0 20px 0 0; display: inline-block;
}
@media (max-width:768px) {
    .download-mobile-app, .download-mobile-app h2,
    .download-mobile-app p { 
        text-align: center; }
}



/* sell on eGet ---------------------*/
.sell-banner {
    margin: 0 0 20px; padding: 20px 0;
    text-align: center; background-size: cover;
    background-image: url(../images/sellon-banner-bg.jpg);
    background-repeat:no-repeat;
}
.sell-banner h1 {
    margin:0 0 20px; padding: 0;
    color: #fff; text-align: left;
    font-size: 2.6em; font-weight: 700;
}
.sell-banner a.button {
    height: 38px; line-height: 36px;
    color: #fff; float: left;
    text-transform: uppercase;
    border: none;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.sell-banner img {
    display: inline-block;
    max-width: 100%; 
}

.sellon-blocks { 
    text-align: center; }
.sellon-blocks img { 
    display: inline-block;
    width: 70px; }
.sellon-blocks p {
    margin-bottom:30px; }



@media(max-width:568px) {
    .header .track-order-btn { margin:0 0 5px; }
    .sell-banner img { width:70%; }
    .sell-banner h1 { text-align: center; font-size:2em; }
    .sell-banner h1 br { display: none; }
    .sell-banner a.button  { float: none; }
}



.popup-block-container {
    height: 100vh; width: 100%;
    position: fixed; top:0; left: 0; z-index: 1;
}
.popup-block-overlay {
    width: 100%; height: 100vh;
    position: absolute; top: 0; left: 0;
    background: rgba(0,0,0,0.6); z-index: 1;
}
.pop-block {
    max-width:380px; margin:20px auto 0;
    position: relative;
    background: #fff; z-index: 3001; 
}
.pop-head {
    padding:10px 0; position: relative;
    background:#004a91; text-align: center;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.pop-head button.close {
    outline: none;
    width: 25px; height: 26px; overflow: hidden;
    opacity: 1; line-height:0.5em; text-shadow: none; border:none;
    position: absolute; right:-10px; top:-12px; z-index: 2001;
    color:#f61212; background: #fff; border:1px solid #fff;
    border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
}
.pop-block h5 {
    padding:8px 0; margin:0;
    text-align: center; font-size:0.95em;
    text-transform: uppercase;
    background:#01202e; color:#fff; 
}
.pop-content {
    padding:20px 20px 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pop-content label {
    color:#8a8a8a;
}
.pop-content input:focus {
    border:1px solid #004a91; color:#333;
}
.pop-content input[type="submit"] {
    width:100%; text-align: center; margin:10px 0 5px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    background: rgb(0,74,145);
}

.pop-content .okay-btn {
    width:100%; text-align: center; margin:10px 0 5px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    background: rgb(0,74,145);
        padding: 8px 30px 7px;
            margin: 0 0 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.95em;
    text-align: center;
    /* text-transform: uppercase; */
    background: #004a91;
    color: #fff;
    border: none;
}

 .pop-content .disabled:hover {
    cursor:not-allowed
 }
.pop-content p {
    font-size:0.9em; 
} 
.pop-content p a { 
    color:#004a91; font-weight:500; 
}


/* PRIME BANNER -------------------*/
.prime-banner {
    background-image:url(../images/prime-banner-bg.jpg) !important;
}
.benefit-listing ul {
    margin:0 0 30px !important;
}
@media(max-width:568px){
    .benefit-listing ul { margin-bottom:0 !important; }
}
.benefit-listing li {
    color:#777; padding-left:25px !important;
    line-height:1.4em;
    font-weight: 600; font-size: 1.1em; }
.benefit-listing li:before {
    font-size:1.2em;
}
.join-prime, .join-prime p, .join-prime h5 { text-align: center; }
.join-prime a.button {
    height: 38px; line-height: 36px;
    color: #fff; margin:10px 0 20px;
    text-transform: uppercase; border-color: #004991;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.social-login {
    background:#fff;
    width: calc(100% - 30px);
    height: 45px;
    padding:0 16px 0 47px;
    margin:0 15px 12px;
    position:relative;
    float:left;
    color: #fff;
    line-height: 45px;
    font-weight: 700;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border: none;
    box-shadow: 0 10px 22px rgba(14, 37, 58, 0.15);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.social-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 28px rgba(14, 37, 58, 0.22);
    filter: brightness(1.03);
}
.social-login span { font-weight:700; font-size:0.9em; }
.social-login i {
    position:absolute;
    top:50%;
    left:14px;
    width: 24px;
    height: 24px;
    font-size:1.08em;
    line-height: 24px;
    text-align: center;
    color: inherit;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    transform: translateY(-50%);
}
.google { color:#fff; background: linear-gradient(135deg, #d93f2f 0%, #ed5641 100%); }
.facebook { color:#fff; background: linear-gradient(135deg, #315cc5 0%, #4b7ce0 100%); }


/* RESPONSIVE CLASSESS --*/
@media (max-width: 1024px){ }
@media (max-width: 999px) { }
@media (max-width: 768px) { }
@media (max-width: 575px) { }
@media (max-width: 569px) { }
@media (max-width: 480px) { }

