body {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #333;
}

.montserrat-thin {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}


h1,h2,h3 { font-family: 'Montserrat', Helvetica, Arial, sans-serif; }
h4,h5,h6 { font-family: 'Nunito', sans-serif; }
input:focus { border-color: #121F48 !important; outline-offset: 0px !important;  outline: none !important; }
#pageWrapper, #preloader, #mainNav { width:100%; max-width: 760px; margin: 0 auto; }
#pageWrapper { background-color: white }
.h19 { height: 19px; }
.f21 { font-size: 21px; }
.f23 { font-size: 23px; }

/* Hide arrow buttons in Input Number fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.screen-title {  font-family:'Nunito', sans-serif; font-size: 24px; }
.banner-title { font-family: 'Nunito', sans-serif; margin-top:7rem; }
.order-btn { padding-left: 2.5rem; padding-right: 2.5rem; font-weight: 900; border-radius:8px; }
/********* iPhone fix *********/
#mainNav { padding-right: 0px !important }
.modal-open { 
    overflow-y: auto;
    padding-right: 0px !important;
}

/******** Pre Loader **********/
#preloader { position: fixed; top:0; background-color:white;
             width:100%; height:100%; z-index:99; }
#preloader #preloadMsg {
    position: absolute; top:70px; width:100%;
    text-align: center; color: black;
}
#preloader #preloadImg, .loading-screen img { max-height:80%; width:300px; margin: 0 auto; }
.powered span { 
    color:black; font-weight: bold; 
    padding: 3px; 
}
/* Flash class and keyframe animation */
.flashit{
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}


/****** Default page ******/
.default-page { line-height: 1.5; margin-bottom: 50px; }
 .default-page p { line-height: 1.5; font-size: 2.5em; color: #232344; }
 .default-page .buttons { margin-top: 30px; width: 100%; line-height: 2.5em; margin-bottom: 20px; }
 .default-page .btn-orange { background-color: #121F48; width:160px; opacity:1;
    border-radius: 10px; border:1px solid #121F48; border-bottom-left-radius: 0;
    color:white; font-size: 1.2em;
    position: relative; z-index: 5;
}
.line {
    width: 100%; height: 1px; margin: 8px 0 0; border-radius: 10px;
    background-image: linear-gradient(to left, #121F48 80%, #e6eae1);
}  

/****** Header *******/
#mainNav { z-index:100; height: 60px; }
.toprt a, .toprt a:hover, .toprt a:focus { color: #dfdfdf; margin-left:5px; text-decoration: none; }
#search { display:none; width:100%; margin-top: 70px; margin-bottom: 15px;
    border: 1px solid #aaa; height: 2rem; border-radius: 9px; padding-left: 10px; }
.toprt .dropdown-menu { right: 0; left: auto; }
.toprt .dropdown-toggle::after { display: none; }
.sidenav {
    height: 90vh; width: 0;
    position: absolute; z-index: 5;
    top: 49px; right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
    transform: translateX(-0%);
}
.sidenav a.sideMenu {
    padding: 8px 8px 0px 32px;
    text-decoration: none;
    text-align: right;
    font-size: 20px;
    color: #333333 !important;
    display: block;
    transition: 0.3s;
}
.sidenav a.sidebtn {
    font-size: 12px;
    color: #333333 !important;
    display: inline-block;
    width: 88px;
    padding: 10px 0;
    border: 0.5px solid black;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    margin: 10px 0;
}
.sidenav a.sidebtn i { font-size: 14px; }
.sidenav a.sidebtn.call { margin-right: 10px;}
.sidenav a.sidebtn.call:last-child { margin-right: 0;}
.sidenav a:hover { color: #000000 !important; }
.sidenav a:first-of-type { margin-top:30px; }
.sidenav .close { padding-top: 3px; padding-right: 5px; float: left; }
#sidenavBottom { position:absolute; bottom:0; right:0; height: 80px; width:100%; 
    text-align: center; font-size:10px; color:black; }
#sidenav_overlay {
    position: fixed; width: 100%; height: 100%;
    display: none;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
#wa-div { position: fixed; z-index:11; }

#headerMargin { margin-bottom: 60px; }
.logo img {max-height: 150px;;}
.bnrTable { margin: 0 5px; }
.pheader .bannerimg { 
    height:150px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pintop a { color:black; font-weight: bold; text-decoration: underline; }
.chpartner .card-header { padding: .5rem 1.25rem; letter-spacing: 1px; }
.chpartner .card-body { padding: .5rem; }
.chpartner .locate, .chpartner .name { margin-bottom:0.1rem; }

/****** Pincode Popup *******/
#changePin .modal-dialog { width: 50%;  margin-left:25%; }
#changePin .modal-content { border-top-left-radius: 7px;border-top-right-radius: 7px; }
input.pin-field { border:none; border-bottom:1px solid gray;}

/****** Boxes *******/
.prodbox, .onebox {
    border:2px solid black; border-radius:7px; 
    font-size:16px; text-align:center; padding:15px;
    height:100%; position: relative; padding-bottom: 50px;
}
.prodimg, .oneimg { max-height:140px;max-width:80%; }
.titlebox {
    border:1px solid #999999; border-radius:5px;
    padding:5px 3px 5px 3px;
    line-height:1.5;
    margin-bottom:7px; margin-top:7px;
}
.pricebox {
    border-radius:5px; border:1px dashed #2c62a0;
    padding:2px; float:right; 
    text-align:center; font-size:10px; 
}
.pricebox h5 { font-size:21px;font-weight:bold; padding:2px 5px;margin-bottom:0; }
p.titledesc { margin-top:5px;margin-bottom:0;padding-bottom:0;
    line-height:1.5;color:#000000; }
.content p { margin:0;padding:0;font-weight:bold; text-align:left; }
.content p span.brighten { color:darkblue; font-size:1.2em; font-weight:bold;}
.boxpop { padding-top:50px; padding-bottom:50px; }
.onebox .inBottom,
.prodbox .inBottom { position: absolute; bottom:12px; left:5px; right: 5px; text-align: center; }

.skuLabel { margin-bottom: 0; }
.skubox { 
    background-color: white; border-radius: 5px; margin-right:12px; padding: 4px 2px 3px 1px;
    display: inline-block; min-width: 30px; height:24px; text-align: center; 
    border: 2px solid rgba(0,0,0,.125); overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25) !important; margin-bottom: 1rem;
    font-size: 10px; 
}
.card-input-element:checked+.skubox, .skusingle {
    border: 2px solid #121F48;
    transition: border .3s;
}
.nav-pills .nav-link, .nav-pills > .nav-link { color: black; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: black; background-color: #f7fbff; }

/******* Dealite Boxes *******/
.scrolling-wrapper{ 
    overflow-x: auto;
    scrollbar-width: none;
}
.scrolling-wrapper .prodbox,
.dealite .prodbox, .goNativ .prodbox { border:1px solid #dfdfdf; }
.scrolling-wrapper .col-6 { margin-right: 5px; }
.scrolling-wrapper .catimg { margin-right:-20px; }
.scrolling-wrapper .catimg .scrht-fix { min-height:150px; }
.dealite a.catlink { color:black; text-decoration:none;  }
.dealite .catimg { text-align: center; margin-bottom: 1rem; }
.dealite .catname { word-wrap: break-word; font-size:0.5rem; }
.dealite h4.cat { text-transform:uppercase;text-align:center; color:#121F48; }
.dealite .catbox { font-size:0.8rem; }
.scrolling-wrapper .catimg { margin-right:-10px; }
.scrolling-wrapper .catimg .scrht-fix { min-height:110px; }
.dealite .catimg img {
    display: inline-block;
    position: relative;
    width: 91px;
    height: 91px;
    overflow: hidden;
    border: 0px solid #121F48;
    border-radius: 50%;
}
.bg-dealite,.btn-dealite,
.bg-gonativ,.btn-gonativ { background-color: #121F48 !important; border-color: #121F48; color: white;}
.btn-dealite:focus, .btn-gonativ:focus { background-color: #112142; border-color: #112142;}
.badge-success { background-color: #121F48; }
.text-dealite, .text-gonativ { color: #121F48 !important; }
.text-gray { color: #a2a2a8 !important; }
.no-border { border: 0; box-shadow: none; }
.bott-line { border-bottom: 1px solid #121F48;}
.dl-rounded { border-radius: 1rem !important; }
.topmost { font-family: 'Montserrat' !important; padding: 1rem 0; }
.icony { width:43px; margin-right:10px; float:left; }
.icony.w23 { width:23px; }
form .icony { float:none; }
.topmost p { color: black; font-weight: 900; font-size: 1rem; line-height: 1.2rem; }
.uploadBox { background-color: rgba(252, 241, 202, 0.81); padding: 1.2rem 0; }
.upld {  font-family: 'Montserrat' !important; font-size: 1.5rem; font-weight: 700 !important; background-color: #f2944b; color: white; padding-left: 15px; padding-right: 15px; }
.topboxes { font-size: 1rem;  }

#gnSlider .carousel-inner { max-height: 350px; }
#gnSlider .carousel-item { max-height: 350px; overflow: hidden; border-radius: 18px; }
#gnSlider .carousel-item .carousel-caption { text-align: left; }

.imgBox { position: relative; }
.best-seller { position: absolute; bottom: -20%; right: 15%; z-index: 99; width:80px; }
.discount { background-color:#009177; color:white; font-size: 0.8rem;
    position: absolute; top: 0; right: 0px; height: 20px; padding: 0px 10px;
    border-bottom-left-radius: 10px; border-top-right-radius: 10px;
 }

.shadow3 { box-shadow: 0px 8px 10px rgba(0,0,0,.10), 
    -10px 8px 15px rgba(0,0,0,.10), 10px 8px 15px rgba(0,0,0,.10); }
#msgLine { font-size: 1.2rem; }
#dealiteFooter { padding: 2rem 2rem 1rem 3rem; background-color: white; }
#dealiteFooter h4 { color: #121F48; margin-bottom: 1rem; font-size: 1.3rem; }
#dealiteFooter a { color: black; }
#dealiteFooter a:focus, #dealiteFooter a:hover { color: #333333; }
#dealiteFooter .followus a { font-size: 1.5rem; margin-right: 0.5rem !important; }
#dealiteFooter p.lead { font-size: 1.1rem; }

.dealite .catimg.nav-link.active img { border: 2px solid #121F48; }
.goNativText { color: #121F48 !important;}
.goNativ .prodbox { margin-left: 9px; padding-bottom: 150px; }
.goNativ .prodbox .prodimg { max-height:150px; }
.goNativ .prodbox .imgBox { margin-top: 20px; height: 150px; margin: my-auto; }

.goNativ .prodbox .add2cart { width: 95px; }
.goNativ .prodbox .cart-info.quantity { width:auto; border:none; }
.goNativ .prodbox .input-qty,
#cart-content .input-qty { padding: 6px 2px; width: 30px; margin: 0 3px; border: 1px solid #999999; background-color: white; }
.goNativ .prodbox .btn-dec, .goNativ .prodbox .btn-inc,
#cart-content .btn-dec, #cart-content .btn-inc { background-color: #121F38; color: white; padding: 6px 2px; width: 28px; border: 1px solid #121F38; }
.goNativ .prodbox .btn-dec, #cart-content .btn-dec { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.goNativ .prodbox .btn-inc, #cart-content .btn-inc { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.goNativ .prodbox .inBottom { position: absolute; bottom:12px; left:5px; right: 15px; text-align: right; }
.goNativ .sku_price { position: absolute; bottom: 50px; left:15px; height: 100px; }

.goNativ .mrp { color: #a2a2a8; }
.goNativ .offer { background-color:#b7182f; color:white; font-size: 0.8rem;
    position: absolute; top: 0; left: -12px; height: 20px; padding: 0px 10px; }
.goNativ .offer::before { content: ''; position: absolute; top: 20px; left: 0;
    width: 9px; height: 9px; border: 6px solid #000000;
    border-left-color: transparent; border-bottom-color: transparent; }
/* Scrolling Categories links */
.goNativCats { white-space: nowrap!important; text-transform: capitalize; 
    box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.25) !important; padding: 0.5rem 1.2rem;
    border-radius: 50rem!important; border: 1px solid #efefef; background-color: white;
}
.goNativCats.active { background-color: #121F38; border: 1px solid #121F38; color: white; }

#cart-content .cart-info.quantity { width:auto; border:none; }
#cart-content .bottomspace { min-height: 150px; padding-bottom: 40px; position: relative; }
#cart-content .inBottom { position: absolute; bottom:0; left:5px; right: 5px; }

 /****** Login *******/
#clogin { min-height:90vh; }
#clogin h2 { font-family: 'Open Sans', sans-serif; }
#clogin .form-group>label {
    top: 7px;  left: 1px;
    position: relative;
    font-size: 1rem;
}
#clogin .form-group span {
    display: flex; padding: 0.3rem 0.5rem;
    font-size: 1.7rem; font-weight: 400;
    color: #008381;
}
#clogin .input-group { border-bottom: 1px solid #ced4da; }
#clogin .form-group .form-control:focus,
#clogin .form-group .form-control:active { border-bottom: 1px solid #008381; box-shadow: inset 0 -1px 0 #008381; }
#cpsubmit { margin-top: 5rem; margin-bottom: 0.5rem; }




/****** Type 1,2 Boxes *******/
.typebox {
    border-bottom: 1px solid #dfdfdf;
    font-size:16px; text-align:center; padding:15px;
    height:100%;
}
.imgbox img { max-height: 120px; }
.priceType { margin-top:3px; }
.priceType h5 { font-size:21px;font-weight:bold; padding:2px 5px;margin-top:0.3em; }
.strikethrough { position: relative; font-weight: bold; } 
.strikethrough:before {
    position: absolute;
    content: '';
    left: 0; top: 45%; right: 0;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.typ2box, .brocbox { position: relative; padding-top: 10px; padding-bottom:45px; }
.typ2box { border-bottom:1px solid #efefef; border-right:1px solid #efefef; padding-bottom:60px; }
.brocbox .inBottom,
.typ2box .inBottom { position: absolute; bottom:1px; left:5px; right: 5px; text-align: center; }
.typ2box .inBottom { bottom:15px; }
.typ2img { max-height: 350px; margin-bottom:15px; }
.typ2box .btn-orange { background-color: #f7775a; border-color: #f7775a; width:80%; padding: .275rem .75rem; }
.typ2box .btn-inc { color:#f7775a; }


/****** Row Table *******/
table.prod { margin-bottom: 0; }
table.prod td { font-size:17px; }
.title { font-size: 19px; }
table.prod td.price { font-size:21px; }
table.prod td.prd-img { min-width: 75px; }
table.prod td.prd-info { min-width: 300px; text-align: left; }
table.prod td.cartd { min-width: 223px; }
table.prod .cart-btn { vertical-align: middle; }

.table-curved {
    border-collapse: collapse;
    margin-left: 10px; margin-right: 10px; 
}
.table-curved th {
    position: relative;
    padding: 3px 10px;
}
.table-curved td {
    position: relative;
    padding: 6px 10px;
}
.table-curved th:first-child:before,
.table-curved td:first-child:before {
    content: '';
    position: absolute;
    border-radius: 8px 0 0 8px;
    width: 12px;
    height: 100%;
    left: -12px;
    top: 0px;
}
.table-curved th:last-child:after,
.table-curved td:last-child:after {
    content: '';
    position: absolute;
    border-radius: 0 7px 7px 0;
    width: 12px;
    height: 100%;
    right: -12px;
    top: 0px;
}
.spacer { height: 20px; }

/******* Catalog Boxes ******/
.catbox { 
    border:0px solid #adadad;
    border-radius: 12px;
    padding: 12px;
    font-size:26px; font-weight:bold;
}
.catimg img {
    border:1px solid silver;
    border-radius:10px;
}
a.catlink { color:black; text-decoration:none;  }
.catname { word-wrap: break-word; }
.type4 .catbox { padding: 0; }
.type4 .catimg { padding:12px; }
.type4 .catname { padding:12px; border-top: 1px solid #adadad;}

/******* Cart ******/
.cart-info.quantity {
    width: auto; height:30px; margin-right: 7px;
    display:inline-block;
    background: #fcfcfc;
    border:1px solid #999999; border-radius: 5px;
}
.cart-btn { 
    max-width:78px; max-height: 36px;
    transition: transform 0.4s ease;
    cursor: pointer;
}
.btn-inc, .btn-dec {
    display: inline-block;
    padding: 5px 0px; width: 25px;
    background: #fcfcfc;
    font-size:11px; font-weight:bold; text-align: center;
    cursor:pointer;
}
.input-qty {
	border: 0px; margin: 0;
    width: 55px; padding: 5px 0px;
    display: inline-block;
    background: #fcfcfc;
    box-sizing: border-box;
    font-size:11px; text-align: center;
}
.typ2box .cart-info.quantity {
    width: 160px; height:auto; margin-right: 0px;
    display: block; 
}
.typ2box .btn-inc, .typ2box .btn-dec {
    padding: 0px 0px; width: 40px;
    font-size:21px; 
}
.typ2box .input-qty {
    width: 75px; padding: 0px 0px;
    font-size:21px;
}
.cname { color:black; }
.cartcnt { color: #999999; }
a.prodremove { padding: 5px; margin-right:10px;
                border: 0px solid #333; border-radius: 3px;
                color: black; font-size:1.5em; }
#cart-badge {
    margin-top:-30px; margin-right: -10px;
}
#minMsg { font-weight:bold; text-align: center; }
.boxed { border:1px solid #ffffff; background-color: #ffffff; 
         border-radius: 5px; padding:5px; }
.boxed .cart-info.quantity { display:block; margin-right:0; }
#pinCondi a { color:black; font-weight: bold; text-decoration: underline; }

/***** Big Close button *****/
.close { display:block; position: relative;}
.x {
    display: block;  position: relative;
    width: 32px; height: 32px;
    transition: transform .25s ease-in-out;
}
.x:hover {
    transform: rotate(180deg);
}
.x:before {
    content: "";
    position: absolute;
    display: block;  margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
    width: 32px; height: 0;
    border-top: 1px solid rgba(0,0,0,1);
    transform: rotate(45deg);
    transform-origin: center;
}
.x:after {
    content: "";
    position: absolute;
    display: block; margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
    width: 32px; height: 0;
    border-top: 1px solid rgba(0,0,0,1);
    transform: rotate(-45deg);
    transform-origin: center;
}
.topbg .x:before, .topbg .x:after { border-top: 1px solid black; }



/* ****************************************
 *           Login  Register
 *          Middleware Style
 * ****************************************
 */
 .mobile_size {
    max-width: 490px;
    overflow: hidden;
    background-color: white; 
    margin: 0 auto;
}
form.login span { margin-top: 7px; }
form.login span, form.login button, 
form.login input { font-size: 1.2rem; }
.btn-nakki {
    background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
    color:white; font-weight: bold; 
    font-family: 'Poppins', serif;
    padding: .5rem 3rem;
}
#digitOTP {
    padding-left: 15px;
    letter-spacing: 55px;
    border: 0;
    background-image: linear-gradient(to left, #121F48 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 67px 2px;
    background-repeat: repeat-x;
    background-position-x: 46px;
    width: 315px;
}
#otpBox{ width: 250px; overflow: hidden; margin:0 auto; }



.digit-group input { width: 50px; height: 50px; border: none; line-height: 50px; margin: 0 10px;
    text-align: center; font-size: 24px; border-bottom: 2px solid #121F48; }
#wrongOTP { color: #b73c3c; font-size: 12px; }
#registerForm legend { font-size: 1.1rem; font-weight: 900; }


/* ****** Responsive hacks **************/
/* Table display for small screens */
@media (max-width: 1024px) {
    .default-page { padding-top: 10%; }
    .pheader .bannerimg { height:130px; }
/*    .logo img {max-height: 130px;;} */
}
@media (max-width: 950px) {
    .pheader .bannerimg { height:100px; }
    .default-page:after { left: 60%; width:40%; }
    #changePin .modal-dialog { width: 60%;  margin-left:20%; }
/*    .logo img {max-height: 100px;;} */
    table.prod td.prd-info { min-width: 240px; }
    table.prod td.cartd { min-width: 110px; }
    .cartd .cart-btn { margin-top: .5rem !important; }
    .cartd .cart-info.quantity { display:block; margin-right: 0; }
}
@media (max-width: 767.98px) {
    .pheader .bannerimg { height:91px; }
    .default-page { padding-top: 0; }
    .default-page:after { left: 60%; width:40%; }
    #changePin .modal-dialog { width: 100%; margin-left:0; }
    .pin-field { max-width: 200px; }
    .topboxes .box3 p { font-size: 0.8rem; margin-top: 0.7rem; }
    .topboxes .box3-img { padding:0.6rem; margin-right: 0.8rem; margin-top:.5rem; margin-bottom:.5rem; }
    #gnSlider .carousel-inner { max-height: 280px; }
    #gnSlider .carousel-item { max-height: 280px; }
    #gnSlider .carousel-caption img { max-width: 96px; }
    .best-seller { bottom: -11%; right: 10%; width:60px; }

    /*    .logo img {max-height: 91px;;} */
    .clickmsg { font-size: 10px; }
    .imgbox img { max-height: 115px; }
    .typ2img { max-height: 250px; }
    .table-curved th { padding: 3px 7px; }
    .table-curved td { padding: 3px 7px; }
    .table-curved th:first-child:before,
    .table-curved td:first-child:before {
        border-radius: 5px 0 0 5px;
        width: 6px;
        left: -6px;
    }
    .table-curved th:last-child:after,
    .table-curved td:last-child:after {
        border-radius: 0 5px 5px 0;
        width: 6px;
        height: 100%;
        right: -6px;
        top: 0px;
    }

    table.prod td { max-width:91px; }
    table.prod td.prd-info { min-width: 200px;}
    table.prod td.cartd { width: 90px; min-width: 90px; }
    .cartd .cart-btn, .cartd .cart-info.quantity { width:62px; }
    .cartd .cart-info.quantity { display:block; margin-right: 0; }
    .cartd .btn-inc, .cartd .btn-dec { 
        padding: 3px 0px; width: 20px;
        font-size: 10px; 
    }
    .cartd .input-qty {
        width: 20px;
        padding: 3px 0px;
        font-size:10px;
    }

    .catbox { 
        font-size:21px;
    }
    .catname { padding-left: 5px; }

}
@media (max-width: 575.98px) {
    .container-sm { padding-right: 12px; padding-left: 12px; }
    .navbar-brand { margin-right: 0; }
    .toprt {
        position: absolute;
        right: 14px;
        z-index: 101;
    }
    .toprt input { width: 150px; }
    .toprt .dropdown-toggle::after { margin-left: 0; }
    #search { width:96%; }

    .upld { font-size: 0.8rem; }
    #msgLine { font-size: 1.1rem; }
    .topboxes { font-size: 0.7rem;  }
    .topboxes h2 { font-size: 1.2rem; }
    .topboxes h5 { font-size: 0.8rem; }
    .topboxes .box3 h5 { font-size: 1rem; }
    .topboxes .box3 p { font-size: 0.5rem; margin-top: 0.7rem; }
    .topboxes .box3-img { padding:0.5rem !important; margin-right:0; margin-top:.5rem; margin-bottom:.2rem; }
    .nav-pills .nav-link, .nav-pills > .nav-link { padding: .5rem; font-size: 0.7rem; }
    .uploadBox { padding: 1.2rem 0; }
    .uploadBox .col-8 { padding-left: 0; padding-right: 0; }
    #gnSlider .carousel-inner { max-height: 220px; }
    #gnSlider .carousel-item { max-height: 220px; border-radius: 15px; }
    #gnSlider .carousel-caption img { max-width: 80px; }
    .best-seller { bottom: 18%; right: 7%; width:50px; }
    .discount {     padding: 0px 4px; }


  /*  .pheader .logo img { max-height:81px; }*/
    #preloader #preloadImg { width:96%; }
    .default-page { padding-top: 10%; }
    .default-page:after { left: 40%;width:60%; }
    .chpartner .locate { margin-top:0.25rem; }
    
    .modal-dialog { margin: .5rem 1.5em; }
    .prodbox { font-size:10px;padding:7px; }
    .prodimg { max-height:150px;max-width:80%; }
    .prodbox .titlebox { font-size:11px;font-weight: normal;
        line-height:1.3;
        margin-bottom:5px; margin-top:5px; }
    .prodbox p.titledesc { font-size: 10px;font-weight: bold; }
    .prodbox .pricebox { float:none; margin:0 auto; }
    .prodbox .pricebox h5 { font-size:13px;padding:2px 2px;}
    .content p { margin-bottom: 5px; }
    .imgbox { padding-left: 5px; padding-right: 0; }
    .imgbox img { max-height: 115px; }
    .typ2img { max-height: 180px; margin-bottom:10px; }
    .goNativ .sku_price { left:10px; }
    .skubox { font-size: 9px; min-width:30px; margin-right: 10px; }
    .dealite .catimg img { height: 75px; width:75px; }
    #cart-content .btn-dec, #cart-content .btn-inc, #cart-content .input-qty { padding: 3px 2px; }
    .goNativ .prodbox { margin-left: 3px; }
    .goNativ .offer { padding-right:6px; }
    .goNativ .prodbox .add2cart { width: 84px; padding: 2px; }

    .table-curved {  width: auto; }
    .table-curved th { padding: 3px 5px; }
    .table-curved td { padding: 3px 5px; }

    table.prod th,
    table.prod td { font-size: 7px; max-width:49px; }
    table.prod td.price { font-size: 10px; }
    .title { font-size: 8px; }
    table.prod td.prd-img { min-width: 45px; }
    table.prod td.prd-info { min-width: 80px;}
    table.prod td.cartd { min-width: 80px; }
    table.prod td.genl { 
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    .boxed .cart-info.quantity,
    .cartd .cart-info.quantity { 
        width: 68px; margin-bottom: 2px;; 
        display:block; margin-right: 0;
        height:auto;
    }
    .boxed .btn-inc, .boxed .btn-dec,
    .cartd .btn-inc, .cartd .btn-dec { 
        padding: 3px 0px; width: 20px;
        font-size: 11px; 
    }
    .boxed .input-qty,
    .cartd .input-qty {
        width: 26px;
        padding: 3px 0px;
        font-size:11px;
    }
    .boxed .cart-info.quantity { width: 100px; }
    .boxed .btn-inc, .boxed .btn-dec {
        font-size:1rem;
        width:30px;
    }
    .boxed .cart-info.quantity { width: 125px; }
    .boxed .input-qty {
        font-size:1rem;
        width: 55px;
    }
    .catbox { 
        border-radius: 8px;
        padding: 7px;
        font-size:12px; font-weight:bold;
    }
    .catimg img { border-radius:5px; }
    .catname { padding-left: 5px; }
    .type4 .catbox { padding: 0; }
    .type4 .catimg { padding:7px; }
    .type4 .catname { padding:7px; }

    /* My Orders tables */
    #checkout .table { font-size: 0.7rem; }
}
@media (max-width: 480px) {
    .mobile_size { width:auto; }
}
@media (max-width: 400px) {
    .dealite .catimg img { height: 60px; width:60px; }
    .digit-group input { width: 48px; margin: 0 7px; }
}
/* Less height hack */
@media (max-height: 600px) {
    #sidenavBottom { position: relative; margin-top: 60px; height:96px; }
}

/****** ADMIN *****/
#mainNav { padding: 0; }
.navbar-dark .navbar-nav .nav-link { color:white; font-weight:600; }
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, 
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active { background-color: #ff4800; }

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, 
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus, 
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgba(255,255,255,.9);
}

.edit .nav-link { background-color: rgb(208, 242, 252); border:1px solid lightblue; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border-color: #006fe6;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,.7);
}
.preloader .image_picker_image { width:120px; max-height:120px; overflow: hidden; }
ul.thumbnails.image_picker_selector li .thumbnail { height: 134px; }
ul.thumbnails.image_picker_selector li { margin-bottom: 25px; }
ul.thumbnails.image_picker_selector li .thumbnail.selected { position: relative; }
ul.thumbnails.image_picker_selector li .thumbnail.selected::after {
    content: 'SELECTED';
    background: #08C; color: white; padding: 0 5px 2px 5px;
    bottom: -18px; left: 21px; position: absolute;
}
