@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
    /* scroll-behavior: smooth !important; */
}

/* Custom Styles */

/* Commons */
.text-blue {
    color: #173e96;
}

.btn-red {
    color: #fff;
    background-color: #EE5656;
	min-width: 85px;
	display: block;
	font-weight: 600;
}
.btn-blue {
    color: #fff;
    background-color: #173E96;
	min-width: 85px;
	display: block;
	font-weight: 600;
}
.btn-blue:hover {
    color: #fff  !important;
    background-color: #000 !important;
}

.btn-green {
    color: #fff;
    background-color: #00b57a;
	min-width: 85px;
	display: block;
	font-weight: 600;
}
.btn-green:hover {
    color: #fff  !important;
    background-color: #000 !important;
}

.btn-red-trans {
    color: #EE5656;
    background-color: transparent;
	border: 1px solid #EE5656;
	min-width: 85px;
	display: block;
	font-weight: 600;
}

.btn-red-trans:hover {
    color: #fff  !important;
    background-color: #000 !important;
	border: 1px solid #000;
}

.btn-blue-trans {
    color: #173E96;
    background-color: transparent;
	border: 1px solid #173E96;
	min-width: 85px;
	display: block;
	font-weight: 600;
}

.btn-blue-trans:hover {
    color: #fff  !important;
    background-color: #000 !important;
	border: 1px solid #000;
}

.btn-green-trans {
    color: #00B579;
    background-color: transparent;
	border: 1px solid #00B579;
	min-width: 85px;
	display: block;
	font-weight: 600;
}

.btn-green-trans:hover {
    color: #fff  !important;
    background-color: #000 !important;
	border: 1px solid #000;
}

.btn-trans {
    color: #173E96;
    background-color: transparent;
	border: 1px solid #173E96;
	min-width: 85px;
	display: block;
	font-weight: 600;
}
.btn-trans:hover {
    color: #fff  !important;
    background-color: #000 !important;
}

.form-common {
	width: 100%;
    padding: 5px 15px;
    height: 34px;
    border: 1px solid #888;
    border-radius: 4px;
    background-color: transparent;
}

.text-black {
	color: #000 !important;
}

.text-green {
	color: #00b57a !important;
}

.text-gray {
	color: #888 !important;
}

.text-red {
	color: #EE5656 !important;
}

.text-blue {
	color: #173E96 !important;
}

a.text-blue:hover  {
	text-decoration: underline !important;
}

.btn {
	border-radius: 18px;
}

.font-bold {
	font-weight: 600 !important;
}

.badge {
    font-size: 15px;
}
.badge-green {
	background-color: #00b57a;
	color: #fff;
}

.badge-blue {
	background-color: #173E96;
	color: #fff;
}

.fa, .fas {
    font-weight: 600;
}

.bg-blue {
    color: #fff;
    background-color: #173E96;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.border-blue {
	border: 1px solid #173E96;
	display: inline-block;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-18 {
	font-size: 20px;
}

.font-size-15 {
	font-size: 20px;
}

.border-radius-4 {
	border-radius: 3px;
}

.border-radius-5 {
	border-radius: 5px;
}

.border-gray-full {
	border: 1px solid #888;
}

/* Header */

button:focus {
    outline: none !important;
}

.navbar-nav .nav-link {
    font-weight: 600;
	font-size: 16px;
}

.navbar-collapse .navbar-form {
	max-width: 350px;
	border: 1px solid #888;
	border-radius: 4px;
    height: 37px;
	margin-left: 15px
}

.navbar-collapse .form-control {
    border: none !important;
    padding: 10px;
    height: 35px;
    background-color: transparent;
}

.navbar-collapse i.fe-search {
	color: #888;
}

.navbar-collapse .input-group-append .btn {
    padding: 5px 15px;
    height: 36px;
}

[data-cart-items]::before {
    top: -10px;
    right: -20px;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

[data-cart-items] {
    width: 5px !important;
}
.navbar-collapse .nav-total  {
    margin-left: 7px;
    text-decoration: underline;
}

.navbar-collapse .nav-total a  {
	color: #000 !important;
}

.productadded {
	min-width: 350px !important;
}

.productadded .list-group-flush .list-group-item + .list-group-item {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px !important;
    margin-top: 10px !important;
}
.nav-vertical .nav-link {
    padding: .3rem;
}

/* Banner */

.display-1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
}

.banner-hp {
	max-height: 360px;
	overflow: hidden;
}

#mobile_desktop, .desktop-img {
	display: block;
}
	
#mobile_banner, .mobile-img {
	display: none;
}


/* Home Navigation */

.nav-vertical .form-group {
    margin-bottom: .5rem;
}

.nav-vertical .form-group a {
    color: #888;
}

.nav-vertical .form-group a:hover, .nav-vertical .form-group a.active  {
    color: #00b57a;
	text-decoration: underline;
}

.dropdown-toggle {
    color: #888888 !important;
	font-size: 14px !important;
}

.dropdown-toggle[aria-expanded="true"]{
    color: #173E96 !important;
	font-size: 14px !important;
}

.dropdown-toggle[aria-expanded="false"] {
    color: #888888 !important;
	font-size: 14px !important;
}

.dropdown-menu:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown-menu.productadded {
	left: 15px !important;
}

.dropdown-menu {
    box-shadow: 0px -4px 23px 1px #04236833;
}
.dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -15px;
}
.dropdown-menu:before {
	border-color: rgba(229, 229, 229, 0);
	border-bottom-color: #e5e5e5;
	border-width: 16px;
	margin-left: -16px;
}

/* Home Featured */

.featured-title {
	font-size: 17px;
	font-weight: 600;
}

/* Home Track */

.track-btn {
    height: 36px;
    padding: 6px 20px;
    width: 100%;
}
.track-orderbox {
    box-shadow: 1px 1px 10px #0423684D;
	border-radius: 4px;
}

/* Product Card */

.card-img {
	border: 1px solid #173E96;
}

.card-body {
    padding: 10px;
}

.btn-product {
    padding: 0 10px;
    height: 35px;
}

.form-common-product {
	width: 100%;
    padding: 5px;
    height: 34px;
    border: 1px solid #888;
    border-radius: 4px;
    background-color: transparent;
	text-align: center;
}

.prod-btn {
    height: 30px;
    padding: 3px 10px;
    width: 100%;
}

.card-badge-left {
    left: 1px;
}

.outofstock:hover {
    color: #173E96 !important;
    background-color: transparent  !important;
    border: 1px solid #173E96  !important;
	cursor: auto !important;
}

.fa, .fas {
    font-size: 15px !important;
}

/* Footer */

.bg-footer {
	background-color: #E5E8EC;
}

.bg-footer a:hover {
	text-decoration: underline;
}


.bg-footer-bottom {
	background-color: #173E96;
	color: #fff;
}

/* Footer Social */

.social-fb {
	color: #3C5A99;
	font-size: 40px;
}

.social-tw {
	color: #33CCFF;
	font-size: 40px;
}

.social-li {
	color: #007AB9;
	font-size: 40px;
}

/* Modal Kart */

#modalShoppingCart .list-group-lg .list-group-item {
    padding: 15px;
}

#modalShoppingCart i.fe-x {
	margin-left: -10px;
}
#modalShoppingCart .modal-dialog-vertical .modal-content {
    height: inherit;
    overflow: hidden;
}

.border-bottom {
	border-bottom: 1px solid #BBBBBB;
}

.modal-btn-height-sm {
    height: 40px;
	padding: 8px 10px;
}

.bg-light {
    background-color: #E5E8EC !important;
}

.radius-4 {
	border-radius: 4px !important;
}

.radius-5 {
	border-radius: 5px !important;
}

.modal [data-cart-items]::before {
    top: -20px;
    right: -25px;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

/* Category Page */

.linetitlegreen {
    position: relative;
    font-size: 12px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	color: #00B579;
}
.linetitlegreen span {
	padding: 0 20px;
}

/* Single Product Page */

.linetitlegreen:before, .linetitlegreen:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #00B579;
}
.linetitlegreen:before {
    margin-left: -50%;
    text-align: right;
}

.qty-box {
    max-width: 120px;
    margin: 0 auto;
}

/* Form Common */

input.form-control-sm {
    padding: 10px !important;
    height: 35px !important;
    background-color: transparent !important;
    border: 1px solid #b8b8b8 !important;
	border-radius: 4px;
}

select.form-control-sm {
	padding: 0px 10px !important;
    height: 36px !important;
    background-color: transparent !important;
    border: 1px solid #b8b8b8 !important;
    border-radius: 4px;
    font-size: 15px;
}

textarea.form-control-sm {
    padding: 10px !important;
    background-color: transparent !important;
    border: 1px solid #b8b8b8 !important;
	border-radius: 4px;
}

.btn-outline-blue {
    color: #173E96;
    background-color: transparent;
    border: 1px solid #173E96;
    padding: 5px 20px;
    height: 34px;
    font-size: 14px;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 5px 20px;
    height: 34px;
    font-size: 14px;
}

.custom-control-label::before {
    background-color: #fff;
    border: solid 1px #b8b8b8;
}

/* Table */

table.mykart td, table.mykart th  {
    border-bottom: 2px solid #e5e5e5 !important;
    border-top: 0 !important;
}

table.mykartsummary td, table.mykartsummary th  {
    border-top: 0 !important;
	border-bottom: 0 !important;
}

.border-none {
	border: none !important;
}
.border-top-total {
	border-top: 2px solid #e5e5e5 !important;
}

.mykart .qty-box {
    max-width: 100%;
}

/* Checkout */

table.checkouttable td, table.checkouttable th {
    border-bottom: 0px solid #e5e5e5 !important;
    border-top: 0 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #173e96;
    background-color: #173e96;
}

.upload-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 13px 10px;
    font-weight: 400;
    line-height: 12px;
    color: #888;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 5px;
    overflow: hidden;
	cursor: pointer;
}

.upload-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.75rem);
    padding: 8px 10px;
    line-height: 1.5;
    color: #888;
    content: "Browse";
    background-color: #ddd;
    border-left: inherit;
}

.form-modal-height {
	height: 110px !important;
}

.coborder-vert {
	border-right: 1px solid #ccc
}

.tablebg-gray {
	background-color: #dddddd;
	
}

.pl-015 {
	padding-left: 15px !important;
}

/* My Orders */

.custom-nav a:hover {
	color: #00b57a !important;
	text-decoration: underline;
}
.badge-wfp {
    color: #888;
    background-color: #ddd;
	font-size: 10px;
	border-radius: 3px;
    line-height: 12px;
	font-weight: 600;
}

.badge-pfv {
    color: #EB9A0F;
    background-color: #F7D69F;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px; 
	font-weight: 600;
}

.badge-oibp {
    color: #173E96;
    background-color: #d1d8ea;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
}

.badge-paid {
    color: #fff;
    background-color: #00B579;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
}

.badge-cod {
    color: #fff;
    background-color: #1a3f95;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
}

.badge-ofd {
    color: #00b57a;
    background-color: #b2e9d7;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
}

.badge-received {
    color: #888888;
    background-color: #dddddd;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
}

.badge-address-default {
    color: #173E96;
    background-color: #F1F9FF;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
	border: 1px solid #173E96;
}

.badge-declined {
    color: #EE5656;
    background-color: #F9D3D3;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
}

.btn-opacity, .btn-opacity:hover  {
	opacity: 0.6 !important;
	background-color: #00b57a  !important;
	cursor: default !important;
}

.nav-vertical li.activenav a {
	color: #173E96 !important;
	font-size: 15px !important;
}

/* Login */

.linetitlegray {
    position: relative;
    font-size: 14px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	color: #888888;
}
.linetitlegray span {
	padding: 0 20px;
}

.linetitlegray:before, .linetitlegray:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #888888;
}
.linetitlegray:before {
    margin-left: -50%;
    text-align: right;
}

.login-width {
	max-width: 430px;
	width: 100%;
}

/* SIGNUP */ 

.signuppg label {
	color: #888 !important;
}

.signupbtn {
	max-width: 400px;
	width: 100%;
	display: inline-block !important;
}


/* ORDER DETAILS */ 

.max-width-650 {
	max-width: 650px;
}

/* PROFILE */  

.upload-file-label-profile {
    color: #fff;
    background-color: #DBDBDB;
    min-width: 85px;
    display: block;
    font-weight: 600;
}

.custom-switch .custom-control-label::before {
    left: 0;
    border: 1px solid #7F7F7F;
    background-color: transparent;
}

.custom-switch .custom-control-label::before {
    left: 0;
    width: 2.125rem;
    pointer-events: all;
    border-radius: .5625rem;
}

/* ADDRESSES */  

.font-size-lg-icon i {
   font-size: 23px !important;
   vertical-align: bottom;
}

.custom-switch .custom-control-label::before {
    left: 0;
    border: 1px solid #7F7F7F !important;
    background-color: #DBDBDB;
}
.custom-switch .custom-control-label::after {
    top: 4px;
    left: .125rem;
    background-color: #fff;
    border: 1px solid #7F7F7F;
}
.custom-switch .custom-control-input:checked~.custom-control-label::before {
    border-color: #173E96;
    background-color: #173E96;
}

.text-red {
	color: #EE5656;
}

.text-red a {
	color: #EE5656;
}

.text-red a:hover {
	text-decoration: underline;
}

.addressbtn .btn-blue {
    min-width: auto;
}

.addresstitle {
	min-width: 140px;
}

/* CHANGE PASSWORD */ 

.col-cpassword {
	max-width: 400px;
}

/* OTHER MODALS CSS */ 

.margin-0auto {
	margin: 0 auto
}

.input-red {
	border: 1px solid #EE5656;
    background-color: #f9d3d3 !important;
    min-width: 30px !important;
    border-radius: 0;
}

/* OTHER CSS */  

#desktop_nav {
	display: block;
}

#mobilenav_top {
	display: none;
}

#mobilenav_bot  {
	display: none;
}

.onlymobile_box {
    display: none;
}

.onlydesktop_box {
    display: block;
}


@media (max-width: 1199px) {
    .navbar-brand img {
	  width: 170px !important;
	}
	.navbar-collapse .navbar-form {
    max-width: 250px;
    }
	.prodquantity {
	width: 100% !important;
	flex: auto !important;
    max-width: 100% !important;
	}
	.produnit {
	width: 100% !important;
	text-align: center !important;
	flex: auto !important;
    max-width: 100% !important;
	}
	.addressbtn {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    }
    .addressbtn button {
	width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    }
    .addtocart_btn {
    width: 120px !important;
    }
	.mykartimg {
    max-width: 100% !important;
    flex: 0 0 100%;
	}
    .mykartimg img{
	 width: 60px;
	 height: 60px;
    }
	
	
	
	

	
	.banner-hp img {
	   width: 100% !important;
	}

}

@media (max-width: 1024px) {

    .navbar-nav.mobilenav {
        right: 15% !important;
    }
    
      .counter-badge {
        position: absolute;
        top: 25px;
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 23px;
        background: #00b57a;
        text-align: center;
        border-radius: 50%;
        color: white;
    }
        
        .navbar-nav.mobilenav  {
        display: flex !important;
        position: absolute;
        right: 17% !important;
        top: 23px;
        }
        
        .desktopnav {
          display: none !important;
        }
        
        .navbar-brand img {
            width: 125px !important;
        }
        .navbar-collapse .navbar-form {
            max-width: 92% !important;
        }
        
        #desktop_nav {
        display: none !important;
        }
    
        #mobilenav_top {
        display: block !important;
        }
    
        #mobilenav_bot  {
        display: block !important;
        }
    
        .navbar-vertical.navbar-expand-lg {
            width: 100% !important;
        }
        
        .navbar-vertical.navbar-expand-lg .navbar-nav {
            min-width: auto !important;
        }
        
        #mobilenav_top .navbar-nav.mobilenav3 {
            margin-left: 45px !important;
        }
        
        #mobilenav_bot .formwrap  {
        max-width: 83% !important;
        }
    
        #mobilenav_bot .navbar-expand .navbar-nav {
        width: 17% !important;
        }
}

@media (max-width: 991px) {

    .dcount_text_abs {
        background: linear-gradient(143deg, rgba(251,193,5,1) 0%, rgba(252,92,32,1) 100%, rgba(254,91,34,1) 100%) !important;
    }
    
    #search_suggestions, #search_suggestions-mobile {
        max-height: 70vh;
        overflow-y: auto;
    }

    .other_sidenav {
        height: unset !important; top: 0px !important;
    }
   .navbar-collapse .navbar-form {
		max-width: 97%;
		margin-top: 35px;
		margin-bottom: 20px;
    }
	.navbar-nav {
	    text-align: center;	
    }
    .counter-badge-orders {
        right: unset !important;
        top: 0px !important;
        margin-top: unset !important;
    }
    .browse-img {
        height: auto !important;
    }
	[data-cart-items]::before {
    /* top: 10px;
    right: 30px; */
    width: 30px;
    height: 30px;
    font-size: 15px;
    }
    .addtocart_btn {
    width: 120px !important;
    }
	.mykartimg {
    max-width: 100% !important;
    flex: 0 0 100%;
	}
    .mykartimg img{
	 width: 60px;
	 height: 60px;
    }
    .badge-wfp {
	white-space: normal !important;
	font-size: 8px !important;
    }

    .badge-pfv {
	white-space: normal !important;
	font-size: 8px !important;
    }
   
    .badge-oibp {
	white-space: normal !important;
	font-size: 8px !important;
	}
   
    .badge-paid {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
	}
   
    .badge-cod {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
	}
   
    .badge-ofd {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
	}
    
	.badge-received {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
	}
	
	.badge-address-default {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
	}
    
   .myorder-btn-wrap {
	display: inline-block;
	width: 100% !important;
	max-width: 100%;
	flex: auto !important;
    }
   .myorder-btn-wrap button {
	width: 100% !important;
	max-width: 100%;
    }
   .prodquantity2 {
	/* width: 100% !important; */
	flex: auto !important;
    /* max-width: 100% !important; */
	}
   .produnit2 {
	/* width: 100% !important; */
	/* text-align: center !important; */
	flex: auto !important;
    /* max-width: 100% !important; */
    }
    
    .navbar-nav .nav-link {
        font-size: 13px;
    }
	
	.navbar-nav.mobilenav  {
	display: flex !important;
	position: absolute;
    right: 17% !important;
    top: 23px;
	}
	
	.desktopnav {
	  display: none !important;
	}
	
	.flickity-page-dots-inner .flickity-page-dots {
    bottom: 10px !important;
    }
    
	.ckarttag_leftbox {
		width: 50% !important;
	}

	.ckarttag_rightbox {
		width: 70% !important;
	}	

	.ckarttag_wrap .circ_2 {
		left: 47% !important;
	}

	.ckarttag_wrap .circ_5 {
		left: 47% !important;
	}
	
}

@media (max-width: 768px) {
    .notice-banner-mobile {
        display: block !important;
    }

    .ckart_points_mykart_text1 {
        font-size:14px !important;
    }

    .ckart_points_mykart_text1 > strong {
        margin-top: 10px;
    }

    .notice-banner {
        display: none !important;
    }

    .mobile-price {
        text-align: center;
    }
    .mobile-qty-box2 {
        width: 60%;
        margin: 0 auto !important;
    }
    .page-navigation  {
        display: none;
    }
   .badge-wfp {
	white-space: normal !important;
	font-size: 8px !important;
   }

    .badge-pfv {
	white-space: normal !important;
	font-size: 8px !important;
   }
   .badge-oibp {
	white-space: normal !important;
	font-size: 8px !important;
   }
   .badge-paid {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
   }
   .badge-cod {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
   }
   .badge-ofd {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
   }
   .badge-received {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
   }
   
   .badge-address-default {
	white-space: normal !important;
	font-size: 8px !important;
	margin-top: 5px;
   }
   
   .navbar-nav.mobilenav {
    right: 9%;
   }
   
   .navbar-nav .nav-link {
        font-size: 13px;
    }
    #mobile_bottom_nav {
	    display: block !important;	
    }
        
    #floatingLoginModal .modal-content {
        height: 100%;
    }

    #floatingLoginModal .modal-dialog {
        height: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    
    .zoomWindowContainer {
        display: none !important;
    }

    .promo-content {
        font-size: 105% !important;
    }
    #sidenav, #desktop-navigation {display: none;}
    .promo-div #delivery-img {
        width: 110% !important;
    }
   .sptext-align {
	text-align: center !important;
   }
   .sticky-top {
    top: 0;
    position: inherit;
    }

    .sticky-top-extension {
        top: 110px !important;
        position: sticky !important;
    }
	
   .navbar-nav.mobilenav {
    right: 20% !important;
   }
   
   .navbar {
    padding: 1rem 1rem !important;
    }
 
   #sidenavcat .navbar-collapse {
	 
		position: fixed;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 75%;
		background-color: #fff;
        height: 92vh;
        -webkit-box-shadow: -5px 3px 58px -19px rgba(0,0,0,0.67);
        -moz-box-shadow: -5px 3px 58px -19px rgba(0,0,0,0.67);
        box-shadow: -5px 3px 58px -19px rgba(0,0,0,0.67);
   }
	
	#sidenavcat .navbar-collapse.collapsing {
        left: -75% !important;
       -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    #sidenavcat .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }

    #sidenavcat .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out ;
    }
			
	.catnav { 
		position: fixed;
		left: 0px;
		top: 62px;
		display: inline-block;
		height: 33px;
		width: 100%;
		z-index: 1029;
		background-color: #fff;
		text-align: left;
		padding-left: 10px;
		padding-bottom: 7px;
	}
	
	.ckarttag_leftbox {
    width: 30% !important;
	}

	.ckarttag_rightbox {
		width: 70% !important;
	}	

	.ckarttag_wrap .circ_2 {
		left: 29% !important;
	}

	.ckarttag_wrap .circ_5 {
		left: 29% !important;
    }
    
    #mobile_desktop, .desktop-img {
		display: none;
	}
	
	#mobile_banner, .mobile-img {
	    display: block;
	}
	
	.banner-hp-mobile {
		max-height: 360px;
		overflow: hidden;
	}

    .onlymobile_box {
        display: block !important;
    }
    
    .onlydesktop_box {
        display: none !important;
    }
	
 }
 
@media (max-width: 576px) {
   .badge-wfp {
	white-space: normal !important;
	font-size: 10px !important;
   }

    .badge-pfv {
	white-space: normal !important;
	font-size: 10px !important;
   }

    .badge-oibp {
	white-space: normal !important;
	font-size: 10px !important;
   }

    .badge-paid {
	white-space: normal !important;
	font-size: 10px !important;
	margin-top: 5px;
   }

    .badge-cod {
	white-space: normal !important;
	font-size: 10px !important;
	margin-top: 5px;
   }

    .badge-ofd {
	white-space: normal !important;
	font-size: 10px !important;
	margin-top: 5px;
   }
   .badge-received {
	white-space: normal !important;
	font-size: 10px !important;
	margin-top: 5px;
   }
   .badge-address-default {
	white-space: normal !important;
	font-size: 10px !important;
	margin-top: 5px;
   }

 
   .navbar-nav.mobilenav {
    right: 15% !important;
}

  .counter-badge {
    position: absolute;
    top: 25px;
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 23px;
    background: #00b57a;
    text-align: center;
    border-radius: 50%;
    color: white;
}

    #mobilenav_bot .navbar-expand .navbar-nav {
        width: 35% !important;
        margin-top: -5px !important;
    }

    #mobilenav_top .navbar-nav.mobilenav3 {
        margin-left: 40px !important;
    }
   
}

@media(max-width: 403px) {
    .promoboxside_wrap .nav-link {
        width: 80px;
    }
}

@media (max-width: 467px) {
	
		
	.promoboxside_wrap .nav-link {
        padding: .3rem .5rem;
        white-space: normal !important;
        vertical-align: middle;
        display: inline-block;
        /* width: 100px !important;  */
        width: 70px !important; 
        height: 100px;
    }

	.promoboxside_wrap .border-bottom-promobox {
		display: block !important;
	}

    .zoomWindowContainer {
        display: none !important;
    }
	
}

@media (max-width: 560px) {
	.navbar-brand img {
        width: 125px !important;
    }
	.navbar-collapse .navbar-form {
		max-width: 92% !important;
	}
}

@media (max-width: 460px) {
	#cmdUpdateProfile {
        font-size: 13px;
    }

    .promoboxside_wrap .nav-link {
        width: 150px;
    }

    .promo-div {
        font-size: 80% !important;
    }

    .promo-bold {
        font-size: 130% !important;
    }
}

@media (max-width: 447) {
    .promoboxside_wrap .nav-link {
        width: 70px;
    }
}

@media (max-width: 396px) {
    .promoboxside_wrap .nav-link {
        width: 60px !important;
    }
}

@media (max-width: 380px) {
    .shopcart-new__bubble {
        right: 13px !important;
    }

    .promoboxside_wrap .nav-link {
        width: 60px !important;
    }

    .promoboxside_wrap h4 {
        font-size: 10px !important; 
    }
}

@media(max-width: 421px) {
    .promoboxside_wrap .nav-link {
        width: 65px;
    }
}

@media(max-width: 346px) {
    .promoboxside_wrap .promoboxsd_img span img {
        width: 45px !important;
        height: 45px !important;
    }

    .promoboxside_wrap .nav-link {
        width: 50px;
    }
}

@media (max-width: 320px) {
    .shopcart-new__bubble {
        right: 12px !important;
    }

}

@media (max-width: 337px) {
    .promo-div {
        font-size: 70% !important;
    }
}

@media (max-width: 420px) {
    
	.promoboxside_wrap .nav-link {
        height: 100px !important;
        /* max-width: 100px !important; */
        width: 80px;
        text-align: center !important;
	}
	
}

@media (max-width: 423) {
    .shopcart-new__bubble {
        right: 13px !important;
    }
}

@media (max-width: 320px) {

    .promo-div #delivery-img {
        width: 130% !important;
    }
    .promoboxside_wrap .nav-link {
        width: 60px !important;
    }
}

@media (max-width: 414px) {

    .promo-div #delivery-img {
        /* width: 145% !important; */
        width: 95%;
    }
}




/* NEW CSS */ 


.desktopnav {
	display: inline-flex;
}

.counter-badge {
    position: absolute;
    top: 25px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    background: #00b57a;
    text-align: center;
    border-radius: 50%;
    color: white;
}

.fe.fe-shopping-cart {
	font-size: 23px;
}
.fe.fe-shopping-cart.shopcart-new {
	font-size: 27px;
}

.navbar-nav.mobilenav  {
	position: absolute;
    right: 12%;
	display: none;
}

.navbar-nav.mobilenav .counter-badge {
    top: 0px;
}

.modal-open .navbar-nav.mobilenav {
     margin-right: 15px;
}


/* from header 8/21 */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.selected-cat {
  color: #173e96 !important;
}
.selected-sub {
  color: #00b57a !important;
}
.affix {
  background-color: red !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}

.sticky-top {
    top: 90px;
    /* top: 220px; */
    height: 70vh;
    overflow-y: auto;
}

.sticky-top-extension {
    height: unset;
    overflow: hidden;
}

#subGuide {
    height: unset !important;
    bottom: 10px !important;
    width: unset !important;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 36px;
    border-radius: 25px !important;
}

.float-btns {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    text-align: center;
    right: 25px;
    transition: all .3s ease-out;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    z-index: 999;
    background: #173e96;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
}

.float-btns i {
  font-size: 16px;
  background: transparent;
  line-height: 36px;
  color: #fff;
}

.chat-app-support {
    position: fixed;
    bottom: 10px;
    right: 12px;
    transition: all .3s ease-out;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    z-index: 999;
    background: #173e96;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
}

#open_fc_widget {
    /* background: #969696; */
    width: 100%;
}

.chat-app-support > .btn-chat i {
    font-size: 16px;
    background: transparent;
    line-height: 36px;
    color: #fff;
}

#sidenav::-webkit-scrollbar-track, #desktop-navigation::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#sidenav::-webkit-scrollbar, #desktop-navigation::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#sidenav::-webkit-scrollbar-thumb, #desktop-navigation::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}

.cat-img {
  border-radius: 30px;
  padding: 20px;
  height: 125px;
}

#modalShoppingempty .qty-box{
  margin: unset !important;
}
#cart-ttl-amount {text-decoration: none !important;}

/* QUICKSEARCH */
.search-result-btns {
    display: inline-block !important;
    transition: 0.3s;
}

.search-result-btns:hover {
    background-color: #00b57a !important;
    color:#fff !important;
    transition: 0.3s !important;
    border-color: #00b57a !important;
}

#search_suggestions {
  overflow-y: auto !important;
  background: #fff;
  width: 100% !important;
  margin-top: 2%;
  max-height: 70vh;
}

#search_suggestions-mobile .btn-sm {
    padding: 2px !important;
}

#search_suggestions-mobile {
    width: 90vw;
    z-index: 10000;
    overflow-y: auto !important;
    background: #fff;
    margin-top: 2%;
    max-height: 70vh;
}
 
.search_results__item {
  cursor: pointer;
  padding: 10px !important;
}

.search_results__item:hover {
  color: #111 !important;
}

.search_results__item img {
  border: unset !important;
}

#search_suggestions.dropdown-menu::after{
  border-color: unset; 
  border-bottom-color: unset;
  border-width: unset;
  margin-left: unset;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.tooltip-inner {
    text-align: left;
}
.side-kart-body-auth, .side-kart-body img{
  width: 100px;
  height: 100px;
}
.browse-img {
  overflow: hidden;
  height: 210px;
}
.browse-img img {
}
/* mapbox */
#map-container {position: relative; height: 30vh;}
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1 !important;
}
#my_location {
  position: absolute;
  bottom: 0;
  z-index: 2 !important;
}
/* end mapbox */

.badge-declined {
    color: #EE5656;
    background-color: #F9D3D3;
	font-size: 10px;
	border-radius: 3px;
	line-height: 12px;
	font-weight: 600;
}
.coborder-vert {
	border-right: 1px solid #ccc
}
.btn-red-trans {
    color: #EE5656;
    background-color: transparent;
	border: 1px solid #EE5656;
	min-width: 85px;
	display: block;
	font-weight: 600;
}

.btn-red-trans:hover {
    color: #fff  !important;
    background-color: #000 !important;
	border: 1px solid #000;
}

/*#modalAvailability .modal-content 
{
    width: 900px; 
    max-width: 900px; 
	height: 650px;
    position: absolute;
    left: calc(10%);
	
     overflow-y: scroll;
} */

.bring-to-front {z-index: 9999 !important;}

.tableFixHead          {  top: 0; position: sticky; overflow-y: auto; height: 180px; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th     { background:#eee; }
tr, td { color: #173E96 !important; }

div.stickydiv {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.bg-white {
    color: #173E96;
    background-color: #fff;
}

.counter-holder {
  position:relative;
  display:flex;
  
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.counter-badge-orders {
  right: -13px;
  top: 1px;
  margin-top: 5px;
}
.counter-badge{
  position: absolute;
  width: 27px;
  height: 27px;
  font-size: 13px;
  line-height: 30px;
  background: #00b57a;
  text-align: center;
  border-radius: 50%;
  color:white;
  /*   font-size:20px; */
}

.avail-err {
    border: 1px solid red; background-color: #f9d3d3; color: red;
}

/* MY ORDERS TABS */ 

.myorderstab .nav-link {
    color: #888;
	padding: .5rem 1rem 1rem 0em;
}

.myorderstab .nav-link:hover {
    color: #1a3f95 !important;
}

.myorderstab .nav-link.active {
    color: #1a3f95 !important;
}

.myorderstab .nav-link.active::before {
	left: 0;
    right: 40px;
    bottom: -1px;
    border-top: 3px solid #1a3f95;
}

.border-bottom-gray-myorders {
    border-bottom: 1px solid #888; 
}


/* TAG FREE DELIVERY */ 

.ckarttag_wrap {
	width: 100%;
    margin: 0 auto;
    max-width: 500px;
    background: transparent;
    display: flex;
    min-height: 75px;
    overflow: hidden;
    position: relative;
    padding: 3px;
}

.ckarttag_leftbox {
    width: 30%;
	padding: 10px;
	margin: 0;
	border-right: 1px dashed #fff;
	background-color: #00b579;
	display: block;
	text-align: center;
	line-height: 18px;
}

.ckarttag_leftbox_text1 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;	
	text-align: center;
}

.ckarttag_leftbox_text2 {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	display: block;
	text-align: center;
}

.ckarttag_rightbox {
    width: 70%;
	padding: 10px;
	margin: 0;
	background-color: #173e96;
	display: block;
}	

.ckarttag_rightbox_text1  {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 10px;
}

.ckarttag_wrap .circ_1 {
	width: 10px;
	height: 10px;
	color: #fff;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left:0;
}

.ckarttag_wrap .circ_2 {
	width: 10px;
	height: 10px;
	color: #fff;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 29%;
}

.ckarttag_wrap .circ_3 {
	width: 10px;
	height: 10px;
	color: #fff;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.ckarttag_wrap .circ_4 {
	width: 10px;
	height: 10px;
	color: #fff;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left:0;
}

.ckarttag_wrap .circ_5 {
	width: 10px;
	height: 10px;
	color: #fff;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 29%;
}

.ckarttag_wrap .circ_6 {
	width: 10px;
	height: 10px;
	color: #fff;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}

.prod-fade {
    animation: prodFade 0.5s ease;
}

/* 2:30 am sep 12 */
/* fade effect */

@keyframes prodFade {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
}

/* mobile nav */


.category_wrapbox {
	max-height: 75vh;
    overflow-y: auto;
    box-shadow: 0px 3px 6px #888;
    padding-bottom: 5%;
    border-radius: 0px 0px 8px 8px
}

.modal-open {
    padding-right: 0 !important;
}

#mobilenav_top .navbar-toggler {
    position: relative;
    text-align: left;
}

#mobilenav_top .cover-icon {
	position: absolute;
    background-color: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
}

#modalSidebarleft .modal-content {
	background-color: #173e96;
	max-width: 85%;
}

#modalSidebarleft .text-white {
	color: #fff;
}

#modalSidebarleft .text-green {
	color: #00b579;
}

#modalSidebarleft a.text-green {
	color: #00b579;
	text-decoration: underline;
}


.navbar-brand img {
    width: 180px !important;
    margin-top: 12px;
    margin-left: 10px;
}

.mobilenav-top {
	border-bottom: 1px solid #3a5ba6;
}

.circle-social {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 15px;
	color: #fff !important;
}

.circle-social i {
	width: 20px;
    height: 20px;
    text-align: center;
}

#mobilenav_top, #mobilenav_bot {
	background-color: #fff;
}

#mobilenav_top .navbar-nav.mobilenav2 {
    right: 0% !important;
	top: 15px;
}

#mobilenav_top .counter-badge {
    width: 20px;
    height: 20px;
    line-height: 22px;
}

#mobilenav_top .navbar-nav.mobilenav3 {
    left: 0px !important;
	top: 15px;
}

#mobilenav_top .counter-badge-myorder {
    top: 4px;
    /* left: 75px; */
	width: 25px;
    height: 25px;
    line-height: 25px;
}

#mobilenav_top .navbar {
    padding: 1rem 1rem 1rem .5rem !important;
}

#mobilenav_bot {
	top: 60px;
}

#mobilenav_bot .input-group-append {
    margin-left: -50px;
    margin-top: -9px;
}

#mobilenav_bot .formwrap  {
	max-width: 65%;
}

#mobilenav_bot .navbar-expand .navbar-toggler {
    display: block;
}

#mobilenav_bot .navbar-expand .navbar-nav {
	width: 35%;
	margin-top: -5px !important;
}

#mobilenav_bot .text-center {
	text-align: center;
}
 
#mobilenav_bot .btn-group-sm>.btn, #mobilenav_bot .btn-sm {
    padding: .8125rem 1.3rem;
}

#mobilenav_bot .navbar {
    padding: .3rem .3rem !important;
}

#mobilenav_bot .mtop-50 {
	margin-top: 50px;
}

#mobilenav_bot ul.mobilenav_section {
    width: 100%;
	display: flex;
	padding-left: 0;
}

#mobilenav_bot ul.mobilenav_section {
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
	display: flex;
}

#mobilenav_bot ul.mobilenav_section li {
	display: inline-block;
	background-color: #dce2ef;
}

#mobilenav_bot ul.mobilenav_section li.mobilenav_featured {
	width: 30%;
	text-align: center;
	border-right: 2px solid #ced6e8;
}

#mobilenav_bot ul.mobilenav_section li.mobilenav_whatsnew {
    width: 30%;
	text-align: center;
	border-right: 2px solid #ced6e8;
}

#mobilenav_bot ul.mobilenav_section li.mobilenav_backinstock {
	width: 40%;
	text-align: center;
}

#mobilenav_bot ul.mobilenav_section li.mobilenav_featured a {
    display: inline-block;
	padding: 15px 0;

}

#mobilenav_bot ul.mobilenav_section li.mobilenav_whatsnew a {
    display: inline-block;
	padding: 15px 0;
}

#mobilenav_bot ul.mobilenav_section li.mobilenav_backinstock a {
    display: inline-block;
	padding: 15px 0;
}

#mobilenav_bot .bolder {
	font-weight: 600;
}


#mobilenav_bot .card-header {
	background-color: #fff !important;
}

#mobilenav_bot h5 {
    display: block;
    padding: 15px;
    color:#111111;
    font-size: 15px;
    word-spacing:3px;
    text-decoration:none;
	border-bottom: 2px solid #dddddd;
}

#mobilenav_bot .card-header {
	padding:  0px ;
}

#mobilenav_bot .card-header i {
	float: right;
	color: #173e96;
}

#mobilenav_bot .card-body {
	border-bottom: 2px solid #dddddd;
	width: 100%;
	display: inline-block;
	
}

#mobilenav_bot .card-body .cat_items {
	width: 50%;
	text-align: center;
	border-right: 1px solid #21479b;
	float: left;
	padding: 5px 5px;
	margin: 10px 0;
}

#mobilenav_bot .card-body .cat_items.citems_border {
	border-right: 0px !important;
}

#mobilenav_bot .card-body .cat_items a {
	padding: 13px 5px;
	color: #173e96;
}

#mobilenav_bot .card-header a[aria-expanded="true"] i {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
} 


/* sep 17 */
/* active a */
.active-sub-mobile {
    background-color: #00b57a;
    color: #fff;
}

.show-more {
    z-index: 9999;
    background-color: #dce2ef;
    font-size: 90%;
    cursor: pointer;
    color: #173e96;
    top:0%;
    text-align: center;

}

#accordionEx {
    padding-top: 20px;
}

/* DEBIT CREDIT CARD */ 

.creditdebitcard_img {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
    max-width: 55px;
}

.creditdebitcard_img2 {
    float: left;
    margin-bottom: 10px;
}

.creditdebitcard_label {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: -8px;
    padding-top: 10px;
}

.debitcreditcard_radio .custom-checkbox .custom-control-label::after,.debitcreditcard_radio .custom-checkbox .custom-control-label::before,.debitcreditcard_radio .custom-radio .custom-control-label::after,.debitcreditcard_radio .custom-radio .custom-control-label::before {
   top: 19px;
}

.debit_credit_default_card {
    padding: 2px 9px;
    border: 1px solid #a8b1c2;
    background-color: #f1f8fe;
    color: #173e96;
    display: inline-block;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    margin-left: 10px;
}

.debitcreditcard_actions ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
}

.debitcreditcard_actions ul li:last-child {
    border-right: 0px;
}

.creditdebitcard_td.table td {
    padding: 10px 3px 6px 3px;
}

.custom-switch .custom-control-label::after {
    top: 3px;
    left: .125rem;
    background-color: #fff;
    border: 1px solid #7F7F7F;
}

.debitcredit_set_default_switch .custom-switch .custom-control-label::after {
    top: 4px;
}

.dc_cc_cvv {
    max-width: 60px;
}
.col-half-offset{
    margin-left:2.166666667%
}

/* oct 9 */
.mob-separator {
    background-color: #173e96;
    color: #fff;
}

.quicksearch, input.form-control-sm.quicksearch {
    background-color: #dce2ef !important;
    border: unset !important;
}

.displayName {
    /* overflow:hidden; */
    line-height: 1.4em;
    /* max-height: 50px; */
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /*! autoprefixer: off */
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

/* oct 13 */
#homecontainer-links {
    height: 30vh;
    overflow-y: auto;
}

/* oct 14 */
#promotion-carousel .carousel-item {
    transition: 0s;
}

/* oct 15 SELECTA PROMO */
.selecta_wrap .ckarttag_leftbox {
    background: rgb(162,118,24);
    background: linear-gradient(90deg, rgba(162,118,24,1) 0%, rgba(239,214,136,1) 100%, rgba(0,212,255,1) 100%);
	vertical-align: middle;
}

.selecta_wrap .ckarttag_leftbox img {
    max-width: 60px;
	vertical-align: middle;
}

.selecta_wrap .ckarttag_rightbox {
    background-color: #4e2517;
	font-size: 14px;
}

.selecta_wrap .ckarttag_rightbox strong {
    color: #ce8b19;
	font-weight: bold;
	font-size: 14px;
}

.promo-content {
    padding: 0;
    font-size: 110%;
}

.promo-bold {
    font-size: 130%;
}

a.select_btn {
	position: relative;
	width: 100%;
	/* max-width: 49%; */
    padding: 5px 10px 5px 100px;
	background-color: transparent;
	/* border: 2px solid #f0ff00;
	color: #f0ff00; */
	margin: 10px auto;
    /* display: block; */
    font-size: 80%;
	/* text-align: right; */
	border-radius: 20px;
	/* background-image: url(../img/main/selecta_logo_bg_2x.png); */
    background-position: 10px 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 45px !important;
}

a.select_btn img {
    height: 30px;
    width: 40px;
}

a.select_btn:hover {
	/* background-image: url(../img/main/selecta_logo_bg_2x.png); */
    background-position: 10px -11px;
    background-repeat: no-repeat;
	text-decoration: none;
}

.dscnt-txt {
    color: #ff9a00 !important;
}

.dscnt-cmpted {
    color: #fe6100 !important;
}

.prod-dcount2.card {
    background: rgba(252,92,32,1) 100%;
    padding-top: 2%;
}

.prod-dcount2.card .card-img {
    border: unset;
    background-color: #fff;
}

.prod-dcount .card-img {
    padding: 8px;
	background: rgb(251,193,5);
	background: linear-gradient(143deg, rgba(251,193,5,1) 0%, rgba(252,92,32,1) 100%, rgba(254,91,34,1) 100%);
	border: 0 !important;
    box-shadow: 2px 2px 6px #ccc;
	
}
.prod-dcount .card-img img {
    background-color: #fff;
}

.prod-dcount  .text-green {
    color: #d69543 !important;
}

.prod-dcount .dcount_text {
    font-size: 13px;
    padding-top: 8px;
    text-align: center;
	color: #fff;
}

.prod-dcount .card-badge-left {
    display: none;
}

.dcount_text_abs {
    /* background: inherit; */
    margin-left: -4.6%;
    background: linear-gradient(143deg, transparent, rgba(252,92,32,1) 100%, rgba(254,91,34,1) 100%);
    bottom: 0;
    align-content: center;
    width: 100%;
}

.dcount_text_abs2 {
    /* background: inherit; */
    background: linear-gradient(143deg, rgba(251,193,5,1) 0%, rgba(252,92,32,1) 100%, rgba(254,91,34,1) 100%);
    bottom: 0;
    align-content: center;
    color: #fff;
    z-index: 9;
    padding-top: 8px;
    width: 100%;
}

/* ---------------- */
.btn-product2 {
    background-color: #173e96;
    padding: 0 10px;
    height: 35px;
    color: #fff;
}

.btn-product2:hover {
    color: #fff;
}

.form-common-product2 {
	width: 100%;
    padding: 5px;
    height: 34px;
    border: unset;
    border-bottom: 1px solid #888;
    /* border: 1px solid #888; */
    /* border-radius: 4px;/ */
    background-color: transparent !important;
	text-align: center;
}

.qty-box2 {
    /* max-width: 120px; */
    max-width: 100%;
    margin: 0 auto;
}
.addtocart_btn2 {
    /* width: 120px !important; */
    width: 100% !important;
}

/* Coupon Button */ 

.coupon_btn {
	position: relative;
}

.coupon_btn input {
	padding-left: 65px !important;
    margin-right: 10px !important;
	/* width: 320px !important; */
	position: absolute;
}

.coupon_btn .input-group-append {
    position: absolute;
    margin: 0px;
	margin-top: 9px;
    padding: 0 10px 0 0;
    border-right: 0px solid #ccc;
    height: 33px;
}

.coupon_btn i {
    margin-top: 10px;
    margin-left: 10px;
}

.coupon_btn button.btn1 {
	position: absolute;
    border-radius: 3px 3px 3px 3px !important;
    height: 36px;
    padding: 0 10px 0;
	margin-top: 7px;
    font-size: 13px;
    background-color: #173e96;
    color: #fff;
    right: -290px;
}
.coupon_btn button.btn1red {
	position: absolute;
    border-radius: 0 3px 3px 0px !important;
    height: 36px;
    padding: 0 10px;
	margin-top: 7px;
    font-size: 13px;
    background-color: #c94747;
    color: #fff;
    right: -290px;
}
.coupon_btn button.btn2 {
	position: absolute;
    border-radius: 0 3px 3px 0px !important;
    height: 36px;
    padding: 0 10px;
	margin-top: 7px;
    font-size: 11px;
    background-color: #173e96;
    color: #fff;
    right: -320px;
}
.coupon_btn button.btn2red {
	position: absolute;
    border-radius: 0 3px 3px 0px !important;
    height: 35px;
    padding: 0 10px;
    font-size: 11px;
    background-color: #c94747;
    color: #fff;
    right: -320px;
}
.coupon_btn button.btn3 {
	position: absolute;
    border-radius: 4px !important;
    height: 35px;
    padding: 0 10px;
	margin-top: 7px;
    font-size: 13px;
    background-color: #173e96;
    color: #fff;
}
.coupon_btn button.btn3red {
	position: absolute;
    border-radius: 4px !important;
    height: 35px;
    padding: 0 10px;
	margin-top: 7px;
    font-size: 13px;
    background-color: #c94747;
    color: #fff;
}

.coupon_btn i.fa-plus {
	margin-top: 6px;
    margin-left: 0px;
}
.coupon_btn i.fa-minus {
	margin-top: 6px;
    margin-left: 0px;
}

.mobile-qty-box2 {
    width: 60%;
    margin: unset;
}

/* NOV MOBILE NAV */

.homemobile-links {
	width: auto;
	height: auto;
	padding: 0 10px;
	margin: 0;
	display: block;
	overflow-x: scroll;
	max-height: 190px;
}

.homemobile-links ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.homemobile-links ul li {
	width: 100%;
	max-width: 170px;
	padding: 7px;
	margin: 6px;
	display: inline-block;
	text-align: center;
}

.homemobile-links ul li a{
	width: 100%;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.homemobile-links ul li .homemobile-links-img {
	width: auto;
	height: auto;
	display: block;
}

.homemobile-links ul li .homemobile-links-title {
    width: auto;
    height: auto;
    display: block;
    color: #163e96;
    font-size: 11px;
    margin-top: 13px;
    font-weight: 600;
}

.homemobile-links ul li img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background-color: #dce2f0;
	border: 1px solid #dce2f0;
}

.mobilenav_giftc_btn {
	width: auto;
    height: 100px;
    padding: 25px 10px;
    margin: 0;
    display: block;
    text-align: center;
}

.mobilenav_giftc_btn a {
    max-width: 560px;
    width: 90%;
	font-size: 17px;
    margin: 0px auto;
    padding: 10px 40px;
    border: 3px solid #ba9462;
	border-radius: 5px;
    color: #fff;
    display: block;
	background: rgb(144,13,15);
    background: linear-gradient(90deg, rgba(144,13,15,1) 0%, rgba(224,51,61,1) 51%, rgba(141,16,13,1) 100%);
}

.mobilenav_giftc_btn a img  {
    max-width: 125px;
}


/* search */
.autocomplete-item {
    transition: 0.3s;
    cursor: pointer;
}

.autocomplete-item:hover{
    transition: 0.3s;
    background-color: #00b57a;
    color:#fff;
}

/* free spin */
button.free-spin {
    background-image: url(../img/spinwheelimgs/freespin.png), url(../img/spinwheelimgs/freespin.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 20px 5px, right 10px top 5px;
}


@media (max-width: 768px) {
    a.spin-btn {
        font-size: 80%;
    }
}


/* dec. 23 */
.text-orange {
    color: #ffa500 !important;
}

.text-black {
    color: #111 !important;
}

.notice-banner-mobile {
    display: none;
}

.notice-banner {
    display: block;
}

/* -------- Updates Dec 23 2020  -------- */


#mobile_bottom_nav {
	display: none;
    background-color: #fff;
	box-shadow: 0px 5px 7px 4px #173E96;
    padding: 0;
    z-index: 1021;
    margin: 0;
}

#mobile_bottom_nav .nav-link {
	padding: .6rem 4px;
	color: #899ec9;
	font-weight: 600;
}

#mobile_bottom_nav .nav-link img  {
    opacity: 0.5;
}

#mobile_bottom_nav .nav-link.activenav  {
	color: #173e96;
}

#mobile_bottom_nav .nav-link.activenav img {
	opacity: 1;
}

#mobile_bottom_nav .nav-link.activenav_points {
	color: #ed9713;
}

#mobile_bottom_nav .nav-link.activenav_points span {
	color: #000;
	font-size: 11px;
	font-weight: 600;
}

#mobile_bottom_nav .nav-link.activenav_points img {
	opacity: 1;
}

#mobile_bottom_nav .nav-fill .nav-item {
	flex: auto;
	padding: 0 3px;
}

#mobile_bottom_nav .navbar-vertical.navbar-expand-lg {
    padding: 5px 5px !important;
}

#mobile_bottom_nav .icon_nav_bot {
	display: block;
	margin-bottom: 5px;
}

#mobile_bottom_nav img {
	width: 20px;
}

#mobile_bottom_nav .icon_nav_text {
	font-size: 9px;
}


/* Updates Dec 29 */

.ckart_points_mykart .ckart_points_mykart_text1 {
	font-size: 17px;
    color: #ee8c24;
	font-weight: 600;
}
.ckart_points_mykart img {
    width: 19px;
    padding-bottom:3px;
}

.ckart_points_mykart .ckart_points_mykart_text2 {
	/* font-size: 20px; */
    color: #000;
	font-weight: 600;
}

/* Updates Jan 04, 2021 */
.ckart_points_checkout .ckart_points_checkout_text1 {
	font-size: 15px;
    color: #ee8c24;
	font-weight: 600;
}

.ckart_points_checkout img {
	width: 23px;
}

.ckart_points_checkout .ckart_points_checkout_text2 {
	font-size: 15px;
    color: #000;
	font-weight: 600;
}

/* FOR BOTTOM NAV */
.abs-bottom {position: absolute !important;}

/* jan 25 */
.adjust-top {margin-top: -5%;}

.shopcart-new__bubble {
    min-width: 20px;
    background-color: #00b57a;
    margin-bottom: auto;
    border-radius: 25px;
    padding: 3px;
    color: #fff;
    font-size: 13px;
    top: 12px;
    right: 15px;
    line-height: 1;
}

#sidecart-ttl-amount {
    font-weight: 600;
}

/*  */
.modal-lg, .modal-xl {
    max-width: 800px !important;
}

.table-sm.cmd_desc tbody td {
    font-size: .76rem;
	color: #3e3e3e !important;	
	width: 50%;
}

.table-sm.cmd_desc td, .table-sm.cmd_desc th {
    padding: .4rem 0;
}

.table.cmd_desc td, .table th {
    border-top: 0px;
}

.prod_desc_mod h3 {
	font-size: 15px;
	font-weight: 600;
}

.prod_desc_mod p {
	color: #3e3e3e;
	font-weight: 400;
}

.prod_desc_mod ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.prod_desc_mod ul li{
	padding: 0 0 15px 0;
	color: #3e3e3e;
}



/* -------- Updates Mar 18 2021  -------- */

.promoboxside_wrap h4 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
	margin-bottom: 0;
}

.promoboxside_wrap .border-bottom-promobox {
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: center;
    width: 100%;
}

.promoboxside_wrap .nav-link {
    vertical-align: middle;
    display: inline-block;
    padding: .4rem .4rem;
    width: 80px;
	height: 105px;
}

.promoboxside_wrap .nav-link.active {
    color: #173e96;
}

.promoboxside_wrap .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 3px solid #173e96;
}

.promoboxside_wrap .promoboxsd_img span img {
	border-radius: 50%;
	padding: 3px;
	width: 70px;
	height: 70px;
}

.promoboxside_wrap .promoboxsd_img span {
	border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.promoboxside_wrap .promoboxsd_img.active span {
	border: 1px solid #173e96;
}

.promoboxside_wrap span.promobox_amount {
	font-size: 11px;
    color: #173e96;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 600;
	border: 0 !important;
}

.promoboxbar_wrap {
	padding: 15px 10px !important;
	font-size: 14px;
}

.promoboxbar_box_left {
	margin: auto;
}

.promoboxbar_box_left span {
	font-weight: 600;
}

.promoboxbar_box_left.yellowtext span {
	color: #fdef16 !important;  
	font-size: 15px !important;
}

.promoboxbar_box_right {
	margin: auto;
	text-align: center;
	text-decoration: underline;
	font-size: 13px;
}

.promoboxbar_box_right.textorange a {
	color: #ffa500;
}

/* company registraiton */
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type=file] {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}


/* -------- Updates July 5 2021  -------- */

.track-orderbox-status-wrap {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}

.track-orderbox-status {

	display: block;
	color: #fff;
    padding: 5px 20px;
	margin: 0 0;
	text-align: center;
	font-size: 17px;
}

.track-orderbox-status.tostat-delivery {
	background-color: #00b57a;
}

.track-orderbox-status.tostat-pickup {
	background-color: #173E96;
}

.track-orderbox-status.tostat-charity {
	background-color: #E8704B;
}

.track-orderbox-status-wrap2 {
	display: block;
	margin: 0;
	padding: 0;
	right: 0;
}

.track-orderbox-status2 {

	display: block;
	color: #fff;
    padding: 1px 5px;
	margin: 0 0;
	text-align: center;
	font-size: 14px;
}

.track-orderbox-status2.tostat-delivery {
	background-color: #00b57a;
}

.track-orderbox-status2.tostat-pickup {
	background-color: #173E96;
}

.track-orderbox-status2.tostat-charity {
	background-color: #E8704B;
}

.track-orderbox {
	padding-top: 45px !important;
}

.side_subcat a.active, .cat_items a.active {
    color: #00b57a !important;
	text-decoration: underline;
}


/* .checkout-pills li:first-child, .checkout-pills li:first-child a {
    border-top-left-radius: 5px;
    border-radius: 5px !important;
} */

/* .checkout-pills li:last-child, .checkout-pills li:last-child a {
    border-top-right-radius: 5px;
    border-radius: 5px !important;
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00b57a;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #173e96 !important;
}

.nav-link.active::before {
    border-top: unset;
}

/* .checkout-pills li {
    border: 1px solid #173e96;
	margin-right: 30px;
	position: relative;
} */

/* .new_tag_ckart {
    position: absolute;
    top: -22px;
    right: -27px;
} */

.new_tag_ckart img {
    width: 20px;
    height: 20px;
}

.navbar {
    padding: 1.5rem 0rem;
}

.modal-open {
    overflow: inherit;
}

#sidenav {
    overflow-x: hidden;
}

/*
    9/1/2021
 */
.markdown-border {
    border: 5px solid red;
}

.markdown-bg {
    color: white;
    background-color: red;
}

.discount-border {
    border: 5px solid #fc9511;
}

.discount-bg {
    color: #fff;
    background-color: #fc9511;
}

/*
    9/2/2021
*/
.charity-item-box {
    cursor: pointer;
    border-radius: 3px;
    border: 1.5px solid #a6a6a6;
    transition: 0.5s;
    overflow: hidden;
}

.charity-item-box img {
    height: 310px;
}

.charity-sm img {
    height: 200px;
}

.charity-content-box {
    max-height: 500px;
    overflow-y: auto;
}

.charity-item-box.selectable.selected, 
.charity-item-box.selectable:hover {
    background-color: #173e96;
}

.charity-item-box.selectable.selected, 
.charity-item-box.selectable.selected h6, 
.charity-item-box.selected.selectable p, 
.charity-item-box.selectable:hover h6, 
.charity-item-box.selected.selectable, 
.charity-item-box.selectable:hover p {
    color: white !important;
}

.charity-title {
    color: #173e96;
    font-weight: 700;
}

.charity-description {
    color: #a6a6a6;
}

.charity-description.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


@media (max-width: 768px) {
    .charity-title {
        font-size: 13px;
        /* min-height: 40px; */
    }

    .charity-title-desc-container {
        margin-top: auto;
        margin-bottom: auto;
    }

    .charity-description {
        font-size: 10px;
    }

    .charity-item-box img {
        height: 300px;
    }

    .charity-sm img {
        height: 120px;
        /* height: unset; */
    }
}

/*
    9/6/2021
*/
.mobile-price {
    font-size: 20px;
    font-weight: bold;
}

/* Transition */

.bounce-enter-active {
    animation: bounce-in .3s;
}
.bounce-leave-active {
    animation: bounce-in .3s reverse;
}
@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.btn-product2 {
    color: #173e96;
    background-color: transparent;
}

.btn-product2:hover {
    color: #173e96;
}

.form-common-product2 {
    border: 1px solid #888;
}

/*
    9/9/2021
*/
.markdown-bg, 
.discount-bg {
    font-size: 10px;
}


.item-save {
    font-size: 11px;
}

.rounded-badge-danger {
    background-color: #eb5757;
    color: #fff;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 5px;
}

.rounded-badge-danger-blue {
    background-color: #173e96;
    color: #fff;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 5px;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid #e5e5e5;
}

#desktop-navigation {
    overflow-x: hidden;
}

.slide-fade-enter-active {
    transition: all .3s ease;
}
.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 12px !important;
}

.swal2-container.swal2-top-end>.swal2-popup, .swal2-container.swal2-top-right>.swal2-popup {
    padding-top: 1px !important;
    padding-bottom: 3px !important;
}

.slide-fade-enter-active {
    transition: all .3s ease;
  }
  .slide-fade-leave-active {
    transition: all .4s cubic-bezier(1.0, 0.5, 0.8, 1.0);
  }
  .slide-fade-enter, .slide-fade-leave-to
  /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
  }