:root {
  --orange: #fd9940;
  --darkorange: #dd7d25;
  --platinum: #e5e5e5;
  --black: #2b2d42;
  --white: #fff;
  --thumb: #edf2f4;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    position: relative;
}
body{
    background-color: #fff;
    margin: 0;
    overflow-x: hidden;
    width: 100vw;
    height:100vh;
}
.container-fluid{
    width: 100vw;
    height:auto;
}
.mt4090{
    margin-top:40px;
}
.navbar-brand>img{
    width:144px;height:40px;
}

.navbar ul li div{
    margin-top:15px;
}
.navbar ul li div, .navbar ul li a{
    display:flex;
}

.navbar ul li div img, .navbar ul li a img, .menu-icon {
    width:16px;
    height:16px;
    margin-top:2px;
    margin-right:4px;
}

.panel ::-webkit-scrollbar {
  display: none;
}

.panel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

div#canvas {
    padding: 10px;
    border: 0.1px solid #ddd;
}
.pdf {
    margin-top: 10px;
}
.cat-cart-btn{
    font-weight: 600;
    font-size: 16px;
    background-color: rgb(0, 113, 188);
    border-radius: 6px;
    color: rgb(255, 255, 255);
	padding: 6px 20px;
}
.cats-cart-btn {
    display: flex;
    justify-content: center;
}
.panel-footer.cat-prd-btn {
    min-height: 60px;
}
.panel-del-button {
    float: left;
    margin-top: 6px;
    margin-right: 15px;
}
.input-group.plus-minus-input.btns {
    float: none !important;
    padding-top: 5px;
}

.cart-footer {
    margin-top: 7px;
}
.cart-del-button {
    float: left;
    margin-top: 6px;
}
.plus-minus-input .input-group-button .circle {
    border-radius: 50%;
    padding: 7px 12px;
}
.plus-minus-input .input-group-button .circle2 {
    border-radius: 50%;
    padding: 3px 7px;
}
.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}
.input-group.plus-minus-input {
    display: -webkit-flex;
    float: right;
}
input.input-group-field {
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 75px;
}
input.input-group-field.cat {
	width: 65px;
}
span.cart-mrp-bold {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #30363c;
    margin-left: 10px;
}
input#submit {
    background-color: #286090;
}
.flex-jus-fl-st{
	display: flex;
	justify-content: flex-start;
}
label.myCheck_stk {
	padding: 3px 0px 5px 15px;
}
input#myCheck_stk {
    width: 18px;
    height: 18px;
}
.reg_wrapper{
	right: 0;
    margin: 0% auto 0;
    max-width: 500px;
    position: relative;
    min-height: 500px;
}
a.associates {
    outline: none;
    text-decoration: none;
}
.panel {
    margin-bottom: 5px !important;
}
.panel-heading.cat-prd {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 2px 5px;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    min-height: 50px;
    display: -webkit-box;
}

.panel-footer.cat-prd {
    text-align: center;
    line-height: 20px;
    color: #5ba41c;
    font-weight: 600;
}
.panel-heading.cat {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #1b3a95;
	background-color: #f5f5f5;
    border-color: #ddd;
	padding: 10px 0px;
}
.panel-footer.cat {
    text-align: center;
    color: #0b1219;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 3px;
}
.panel-footer.deals-prd {
    text-align: center;
	background-color: #fff;
    border-top: none;
}

.full-width {
    width: 100%;
    clear: both;
    border-bottom: 1.5px dashed;
}
.full-width.bold {
    font-weight: bold;
}
.half-width {
    width: 50%;
    float: left;
    padding: 15px;
}
.half-width.border-right {
    border-right: 1.5px dashed;
}
hr {
    border: 1px solid #ddd;
}

.inv-save {
	width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}
.inv-width1 {
    width: 65%;
    float: left;
    padding: 15px;
}
.inv-width2 {
    width: 35%;
    float: left;
    padding: 15px;
}
.inv-width3 {
    width: 50%;
    float: left;
}

.info-txt.del-add {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #1b3a95;
}
.ord-txt {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #1b3a95;
}
.pres-summary {
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #d7dfe5;
}
.pre-d-s {
    text-align: center;
    margin-top: 10px;
}
.prescriptions {
    display: inline-grid;
    justify-content: space-between;
}
.remove-pres {
    border: none;
    cursor: pointer;
    opacity: 1;
    position: relative;
    height: 30px;
    width: 30px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    left: 60px;
}

/*.remove-pres {
	border: none;
    cursor: pointer;
    opacity: 1;
    position: relative;
    height: 30px;
    width: 30px;
    right: 20%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
}
.prescriptions {
    display: inline-flex;
    justify-content: space-between;
}*/

img#preview_pres_img, img#dis_pres_img {
    height: auto;
    width: 150px;
}
img.dis_pres_img {
    height: auto;
    width: 150px;
}

img#dis_pres_p {
    height: 170px;
    width: 100%;
   /* min-height: 180px; */
}
img#dis_pres_pr {
    height: 120px;
    width: 100%;
    /* min-height: 180px; */
}
.pres-upload {
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 12px;
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}
.pres-upload input {
    left: -9999px; 
    position: absolute;
}

#notfound {
  position: relative;
  height: 75vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound.err500 {
  max-width: 515px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404, .notfound .notfound-403, .notfound .notfound-500 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1, .notfound .notfound-403 h1, .notfound .notfound-500 h1 {
  font-family: emoji;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
color: #ff0000;
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #ddd;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
          box-shadow: 0px 4px 15px -5px #0046d5;
}


@media only screen and (max-width: 767px) {
    .mt4090{
        margin-top:90px;
    }
	.info-txt.del-add {
        margin-top: 30px;
    }
    .notfound .notfound-404, .notfound .notfound-403, .notfound .notfound-500 {
      height: 142px;
    }
    .notfound .notfound-404 h1, .notfound .notfound-403 h1, .notfound .notfound-500 h1 {
      font-size: 112px;
    }
	div#canvas {
		padding: 10px;
		border: none;
	}
	.pdf {
		margin-top: 0px;
	}
}
.cart-proceed-btn {
    background: #1b3a95;
    color: #fff;
    width: 200px;
    height: 45px;
    border-radius: 6px;
    font-weight: bold;
    border: 1px solid #ddd;
}
.radio-style {
    height: 20px;
    width: 20px;
}

button.address-btn {
    float: right;
    font-weight: bold;
}
 .addressinfomain {
    background: #fff;
    /*padding: 16px 24px;
	margin-bottom: 16px;*/
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    
    clear: both;
}

 .addressinfomain h5 {
    font-size: 12px;
    color: rgba(21,27,57,.6);
    margin: 0 0 5px;
    letter-spacing: 1px;
}

 .addressinfomain .addchangeweb {
    text-align: right;
    font-size: 12px;
    color: #1b3a95;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: right;
}

 .addressinfomain .adddetails {
    font-size: 14px;
    color: #151b39;
    line-height: 24px;
    /*margin-top: 16px;*/
    word-break: break-word;
}


 .addressinfomain .adddetails h4.cusname {
    font-size: 16px;
    color: #151b39;
    line-height: 24px;
}

.add-info {
    list-style: none;
    padding: 8px 0 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.add-details .info .labelname {
    font-size: 12px;
    color: #24aeb1;
}

.add-details {
    background: #fff;
    margin: 0 auto 16px;
    border-radius: 8px;
    padding: 20px 10px;
    border: 1px solid #eee;
}

.add-details .info-txt {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #1b3a95;
}
.cart-msg-box {
    background-color: #1b3a95;
    color: #fff;
    margin-top: 25px;
    font-size: 14px;
    border-radius: 5px;
    padding: 16px;
}

/* Login  */

.login_wrapper {
    right: 0;
    margin: 5% auto 0;
    max-width: 350px;
    position: relative;
	min-height: 350px;
}

.login_form,.registration_form {
    position: absolute;
    top: 0;
    width: 100%
}

.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}

.login_form {
    z-index: 22
}

#signin:target~.login_wrapper .login_form,#signup:target~.login_wrapper .registration_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}

#signin:target~.login_wrapper .registration_form,#signup:target~.login_wrapper .login_form {
    animation-name: fadeOutLeft
}

.login_box {
    padding: 20px;
    margin: auto
}

.clearfix:after,form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px
}

.login_content a:hover {
    text-decoration: underline
}

.login_content h1 {
    font: 400 25px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px
}

.login_content h1:after,.login_content h1:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left,#7e7e7e 0,#fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right,#7e7e7e 0,#fff 100%);
    left: 0
}

.login_content form {
    margin: 20px 0;
    position: relative
}

.login_content form input[type=text],.login_content form input[type=email],.login_content form input[type=password] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
    -o-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
    box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 0px;
    width: 100%
}

.login_content form input[type=text]:focus,.login_content form input[type=email]:focus,.login_content form input[type=password]:focus {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: 0
}

.dropdown-footer {
    margin-top: 20px;
}

  .navbar {
    margin-bottom: 10px;
    border-radius: 0;
}

.jumbotron {
    margin-bottom: 0;
}

footer {
    background-color: #f2f2f2;
    padding: 25px;
}

.carousel-inner img {
    width: 100%; 
}


@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}

/* Product Carousel */

.carousel-inner>.next, .carousel-inner>.prev {
    width: auto !important;
}

.mySlides {
    display: none;
}

.prev-img,
.next-img {
    width: auto;
    transition: 0.6s ease;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
    background-color: #002e4d;
    color: #fff;
	z-index: 1;
}

.next-img {
    right: 0;
}

a.prev-img,
a.next-img {
    text-decoration: none;
}
.prev-img:hover,
.next-img:hover {
    background-color: #23527c;
    color: #fff;
}

.fade-an {
    animation-name: fade-an;
    animation-duration: 1.5s;
}

@keyframes fade-an {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.prd-info {
   display: grid;
    justify-content: center;
}

.p-0 {
    padding: 0px !important;
}
.p-3 {
    padding: 3px !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-120 {
    padding: 120px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-b-40 {
    padding-bottom: 40px !important;
}

.pad-prd {
	padding: 30px;
}

.m-t-7 {
    margin-top: 7px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 60px !important;
}
.m-t-70 {
    margin-top: 70px !important;
}
.m-t-80 {
    margin-top: 80px !important;
}
.m-t-90 {
    margin-top: 90px !important;
}
.m-t-100 {
    margin-top: 100px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-70 {
    margin-bottom: 70px !important;
}
.m-b-80 {
    margin-bottom: 80px !important;
}
.m-b-90 {
    margin-bottom: 90px !important;
}
.m-b-100 {
    margin-bottom: 100px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.b-r-10 {
	border-radius: 10px !important;
}

.m-l-15 {
    margin-left: 20px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.height-0 {
    height: 0px !important;
}

.height-auto {
    height: auto !important;
}

a.navbar-brand.logo-color {
    color: #1b3a95;
}

.navbar-brand {
    padding: 5px 0px;
}

.navbar li a {
    color: #1b3a95;
}
.navbar li a:hover {
    color: #4b6ed3;
    background-color: #f2f2f2;
}
.navbar-toggle {
    margin-right: 0px;
}
.brand_section,
.GoM_cat_section {
    position: relative;
    margin: 0px;
}
.brand_section h2,
.GoM_cat_section h2,
.GoM_stat_section h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
    color: #0b1219;
    padding: 0 10px 0 10px;
}

.brand-box,
.Gom-cat-box,
.Gom-deals-box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 6px 12px -4px #878787;
    margin-bottom: 5px;
    padding: 0 0 12px;
}

.brand-box a .brand-img,
.Gom-cat-box a .cat-img,
.Gom-deals-box a .deals-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 8px;
    padding: 0 8px;
    height: 208px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clearfix {
    height: 0px;
    clear: both;
    display: flex;
}

.brand_title {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 0 8px;
    display: block;
    color: #0b1219;
    font-family: inherit;
    font-weight: 500;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 44px;
       min-height: 44px; */
    text-transform: capitalize;
}
.cat_title {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 8px 8px 0px 8px;
    display: block;
    font-family: inherit;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 44px;
    min-height: 25px;
    text-transform: capitalize;
    font-weight: bold;
}

.cat_des {
    font-size: 15px;
    text-align: center;
    color: #0b1219;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.deals-title {
    text-align: left;
    line-height: inherit;
    padding: 0 8px;
    max-height: 48px;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.brand-save {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: block;
    padding: 8px 8px 0;
    color: #5ba41c;
    font-weight: 600;
}

.deals-save {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: block;
    padding: 8px 8px 0;
    color: #5ba41c;
    font-weight: 600;
}

.category-text {
    color: #1b3a95;
    text-decoration: none !important;
}

a:hover.category-text {
    color: #4b6ed3;
}

.brand-text,
.deals-text {
    color: #0b1219 !important;
    text-decoration: none !important;
}

.deals-price-box {
    padding: 0 8px;
}

.deals-price-box span {
    font-size: 14px;
    line-height: 20px;
    color: #0b1219;
    font-weight: 600;
}

.deals-price-box .deals-price {
    font-size: 12px;
    line-height: 14px;
    color: #b9b9b9;
}

.cart_btn {
    text-align: center;
    padding: 10px 12px 5px 12px;
}

.cart_btn button.addtocartbtn {
    background: #24aeb1;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 0px 10px 0px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

/*  Whatsapp */

.GoM-sec-w {
    background: linear-gradient(92.82deg, #fff6de 2.08%, #ffddd6 74.9%, #fff4dc 97.17%);
    border-radius: 5px;
    min-height: 157px;
    padding: 0 30px;
    overflow: hidden;
}

.GoM-sec-logo-w,
.GoM-sec-w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.GoM-w-logo {
    width: 90px;
    height: 64px;
    margin-right: 15px;
}
.GoM-w-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.GoM-order-w {
    width: 203px;
    font-size: 18px;
    padding-right: 14px;
    line-height: 1.3;
}
.GoM-order-w b {
    font-weight: bold;
    margin-right: 10px;
    color: #02475b;
    font-size: 19px;
    line-height: 1;
}

.GoM-order-text b {
    font-weight: bold;
    margin-right: 10px;
    color: #02475b;
    font-size: 30px;
    line-height: 1;
}

.GoM-w-text {
    display: block;
    color: #fc9916;
    font-weight: bold;
    font-size: 30px;
}
.GoM-order-text {
    color: #02475b;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
}
.GoM-CB-text {
    text-align: center;
    max-width: 352px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 42px;
}
.GoM-CBtext {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
}
.GoM-CBH-text {
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    color: #02475b;
    font-size: 16px;
    line-height: 1;
}
a.whatsapp {
    text-decoration: none;
}
.GoM-w-act-btn {
    background: #fc9916;
    backdrop-filter: blur(40px);
    border-radius: 4px;
    color: #fff;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 16px;
    line-height: 14px;
    padding: 0 16px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.GoM-w-act-btn > img {
    max-height: 22px;
    max-width: 22px;
    width: 100%;
    margin-left: 8px;
}
.GoM-w-banner {
    width: 250px;
    text-align: center;
}
.GoM-w-banner > img {
    max-width: 250px;
    max-height: 144px;
    object-fit: contain;
    position: relative;
    bottom: -13px;
}

/* Footer */
.footer {
    padding: 15px 0;
}
.footer-logo {
    cursor: pointer;
    margin-top: -40px;
}
.footer p {
    font-size: 12px;
    color: #333;
    padding-right: 15px;
    margin-top: 0px;
    text-align: justify;
}
.footer-social-icons {
    padding-bottom: 20px;
}
.footer-social-icons img {
    width: 45px;
    height: 35px;
    padding-right: 10px;
    object-fit: contain;
}

.footer b,
.footer span {
    padding-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.footer b {
    font-size: 16px;
    padding-top: 5px;
    display: block;
}
.footer-ph-num {
    padding: 5px 0;
    margin-top: 0px;
}
.footer-ph-num .footer-ph-logo {
    background-color: #766ceb;
    display: inline-block;
    border-radius: 100%;
    width: 32px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center;
}
.footer-ph-num .footer-ph-logo img {
    width: 20px;
    height: 20px;
}
.footer-ph-num b,
.footer-ph-num span {
    display: inline;
}
.footer-news-letter {
    padding: 15px 0;
}
.footer-news-letter input {
    border-radius: 4px;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 80%;
    color: #333;
    outline: none;
    padding: 10px 10px 10px 15px;
}
.footer-news-letter button {
    background-color: #766ceb;
    border: none;
    width: 20%;
    padding: 10px 0;
}
.footer-news-letter button img {
    width: 20px;
    height: 20px;
}
.footer-line {
    border-top: 1px solid #ddd;
}
.footer-copyright {
    color: #333;
    padding-top: 15px;
    text-align: center;
}
.footer-copyright span {
    font-size: 14px;
    padding: 0;
}

.Footer_social_icons__khm5l a:hover,
.footer-ph-num a:hover {
    text-decoration: none;
}

/* Statistics*/

section.GoM_stat_section {
    position: relative;
    margin: 0px;
    background-color: rgb(248, 249, 255);
    padding: 60px 30px 60px 30px;
}

.Gom-stat-box {
    display: flex;
    justify-content: center;
    gap: 20px;
}
span.stats {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
span.stat_det {
    font-size: 16px;
    line-height: 24px;
}
img.stat {
    width: 80px;
}
.stst-img {
    display: flex;
}

.Gom-Top-Search {
    display: flex;
    padding: 5px 0px;
    width: 45%;
    float: left;
}
.GoM-pincode-search {
    background-color: #1b3a95;
    border: 1px solid #1b3a95;
    display: flex;
    height: 40px;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    border-radius: 25px;
    font-family: Gilroy-Bold, sans-serif !important;
    width: 150px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 7px 0 7px 25px;
    grid-gap: 2px;
    gap: 2px;
}

.GoM-pincode-search img {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

.GoM-pincode-search span {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 80px;
}
.GoM-product-search {
    position: relative;
    display: flex;
    /*width: calc(100% - 150px);*/
}
.GoM-product-search input {
    border: 1px solid #1b3a95;
    background-color: #fff;
    padding: 7px 50px 7px 20px;
    /*margin-left: -20px;*/
    border-radius: 25px;
    outline: none;
    width: 100%;
}
.GoM-search-icon {
    position: absolute;
    right: 18px;
    top: 2px;
    cursor: pointer;
    outline: none;
}

.GoM-search-icon i {
    color: orange;
    font-weight: 400;
    font-size: 18px;
}

.GoM-pincode-input {
    width: 60px;
    background: #1b3a95;
    border: none;
    margin-left: 2px;
    font-size: 14px;
    color: #fff;
    outline: none;
}
.GoM-pincode-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.GoM-pincode-input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}
.GoM-pincode-input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.GoM-pincode-input::placeholder {
    color: #fff;
    font-size: 14px;
}

button.btn.btn-search {
    background: none;
    outline: none !important;
    box-shadow: none;
}

/* TOP NAV*/

i.fa.fa-user,
i.fa.fa-shopping-cart {
    font-size: 18px;
}
.Gom-Top-Cart {
    position: absolute;
    top: 5px;
    right: 36px;
    width: 15px;
    height: 15px;
    background: #ff748e;
    color: #fff;
    font-size: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    opacity: 1;
}
.navbar-fixed-top {
    background: #f2f2f2;
    z-index:950 !important;
}

button.navbar-toggle {
    background-color: #1b3a95;
}
span.icon-bar {
    color: #ddd;
    background-color: #fff;
}

/* Product-Page */

.GoM-breadcrumb {
    box-sizing: border-box;
    
    margin: 10px 5px 0 10px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}
.GoM-breadcrumb-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgb(51, 51, 51);
}
.GoM-breadcrumb-separator {
    margin: 0 8px;
    color: rgba(0, 0, 0, 0.45);
}
.product-sec-one {
    width: 100%;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 360px !important;
    padding-bottom: 20px;
}
.product-sec-two {
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgb(226, 236, 244);
    display: grid;
    margin-right: 24px;
    grid-template-columns: 400px 1fr;
}
.prd-img-box {
    width: auto;
    background: rgb(255, 255, 255);
    z-index: 500;
    position: sticky;
    top: 6rem;
    height: max-content;
	padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
	width: 400px;
}
.imgWrapper {
    margin-right: 24px;
    border: 1px solid rgb(226, 236, 244);
    padding: 10px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    /*background-color:rgb(215, 245, 254);*/
}

.imgWrapper.prd {
    margin-right: 0px !important;
}

.prd-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    color: rgb(79, 88, 94);
    padding: 0px;
    margin-bottom: 14px;
}
.prd-com {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgb(136, 151, 162);
    margin-bottom: 14px;
}
.prd-strips {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgb(79, 88, 94);
    margin-bottom: 16px;
}
.price-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2px;
    gap: 10px;
}
.prd-sell-price {
    margin: 0px 8px 0px 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgb(64, 70, 77);
}
.prd-unit-cost {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgb(136, 151, 162);
    margin-bottom: 10px;
}
.mrp-inclusive {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgb(136, 151, 162);
    margin: 0px 0px 5px 0px;
}
.prd-cart-btn {
    margin-top: 10px;
    width: 50%;
}

.prd-rec-section {
    width: calc(100% - 24px);
    margin-left: auto;
    height: max-content;
    border-radius: 0px 12px 12px;
    background: rgb(215, 245, 254);
    padding: 10px;
    bottom: unset;
    right: unset;
    box-sizing: border-box;
    margin-top: 30px;
    /*z-index: 1000;*/
    animation: 0s ease 0s 1 normal none running none;
    position: relative !important;
}
.prd-rec-section-title {
    width: max-content;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgb(64, 70, 77);
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    background: rgb(215, 245, 254);
    animation: 0s ease 0s 1 normal none running none;
    top: -30px;
    left: 0px;
    z-index: 5;
    padding: 5px 10px;
}
.prd-rec-wrapper {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 9%) 0px 4px 14px;
    padding: 10px;
    position: relative;
    /*max-width: 360px;*/
}
.prd-rec-discount {
    background: rgb(86, 164, 127);
    color: rgb(255, 255, 255);
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0px 100%, 0% 50%, 0px 0px);
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px 16px 3px 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px 0px 0px;
}
.prd-rec-discount p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px 0px 0px 5px;
}
.prd-rec-wrapper-two {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 25px;
    width: unset;
}
.prd-rec-img {
    width: 120px;
    height: 120px;
    margin-right: 4px;
    object-fit: contain;
    cursor: pointer;
}
.prd-rec-info {
    width: 100%;
}
.prd-rec-name {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    color: rgb(79, 88, 94);
}
.prd-rec-com {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    color: rgb(136, 151, 162);
}
.prd-rec-strips {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    color: rgb(79, 88, 94);
}
.prd-rec-sell-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 2px;
    color: rgb(79, 88, 94);
}
.prd-rec-unit-cost {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    color: rgb(136, 151, 162);
}

.add-cart-btn-rec {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    color: rgb(0, 113, 189);
    padding: 0px 30px;
    border-radius: 4px;
    background-color: rgb(231, 246, 255);
    border: 1px solid rgb(106, 171, 215) !important;
}

.prd-composition {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    min-width: max-content;
}
.prd-composition img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 8px;
}
.flexLine {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: rgb(79, 88, 94);
    margin: 0px;
}
.flexLine span {
    width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prd-dis-image {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
    /*max-height: 260px !important;*/
}

.add-cart-btn {
    font-weight: 600;
    font-size: 16px;
    background-color: rgb(0, 113, 188);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    width: 188px;
    height: 44px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.prd-discount {
    font-size: 14px;
    font-weight: bold;
    color: rgb(47, 164, 111);
}
.dis-left {
    width: 50%;
    float: left;
}

.prd-content-info {
    padding: 20px;
}
.prd-disclaimer {
    padding-top: 20px;
    font-family: Gilroy-Regular, sans-serif;
    text-align: left !important;
    display: block !important;
}

.prd-content > li.active > a {
    background-color: #1b3a95;
    padding: 7px 19px 7px 19px;
    margin-right: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    list-style: none;
}
.prd-content > li > a {
    background-color: #dcdcdc;
    padding: 7px 18px 7px 18px;
    margin-right: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    list-style: none;
}

.prd-content > li.active > a:hover,
.prd-content > li.active > a:focus {
    background-color: #3958b3;
    padding: 7px 19px 7px 19px;
    margin-right: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    list-style: none;
}

/* Cart Page Start */

.qty-select {
    width: 100px;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #30363c;
    padding: 0px 10px;
    border-radius: 5px;
    outline: none;
}
.map-marker {
    padding: 0px 5px 0px 0px;
}
button.address-btn {
    color: #1b3a95;
    border: none;
    background-color: transparent;
    font-size: 15px;
}
img.cart-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cart-apply-coupon {
    border: none;
    background-color: transparent;
    font-size: 15px;
}
.Desktop-cart {
    margin-bottom: 32px;
}
.Desktop-cart {
    display: flex;
    justify-content: center;
}

.cart-right-content {
    border: 1px solid #e6ebf4;
    border-radius: 12px;
}
.cart-count-wrapper {
    border-bottom: 1px solid #e6ebf4;
}
.cart-count-wrapper {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #30363c;
    padding: 16px 24px;
}
.cart-count-wrapper {
    display: flex;
    align-items: center;
    min-height: 76px;
}
.cart-count {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.Address-box {
    font-size: 12px;
    font-weight: bold;
    color: #8897a2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /*padding: 12px 24px;*/
    padding: 10px;
    opacity: 1;
    border-bottom: 1px solid #e6ebf4;
}
.Address-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.Address-details {
    max-width: 75%;
}
.Address-details {
    word-break: break-word;
    flex: 1 1;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.Address-line {
    margin-left: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #30363c;
}

.product-container-cart {
    /*padding: 24px 32px;*/
    padding: 10px;
}
.product-container-cart {
    display: flex;
    border-bottom: 2px solid #e6ebf4;
}
.cart-img-wrapper {
    height: 114px;
    width: 114px;
    line-height: 60px;
    text-align: center;
    position: relative;
    margin-right: 10px;
}
.product-container-cart .cart-top-content {
    width: calc(100% - 70px);
}
.cart-top-inner-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-container-cart .cart-prd-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.product-container-cart .cart-prd-name {
    /*max-width: 70%;*/
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #30363c;
}
.product-container-cart .cart-top-right-content {
    display: flex;
}
.cart-remove-icon {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    color: #4f585e;
    border-radius: 6px;
    opacity: 1;
    padding: 5px;
    position: relative;
    height: 24px;
    width: 24px;
}
.cart-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cart-bottom-inner-content {
    align-self: flex-start;
}
.cart-brand-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8897a2;
}
.cart-measurement-unit {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
}
.cart-measurement-unit {
    margin-bottom: 12px;
    color: #8897a2;
}
.cart-prd-price {
    font-size: 16px;
}
.cart-prd-dis-wrapper {
    display: inline-flex;
    align-items: center;
}
.cart-prd-org-mrp {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #8897a2;
    display: inline-block;
    margin-left: 0;
}
.cart-mrp-strike {
    text-decoration: line-through;
}

.cart-prd-dis-mrp {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    text-align: left;
    color: #30363c;
    margin-left: 5px;
}
.cart-prd-dis-per {
    font-size: 14px;
    padding-left: 15px;
    font-weight: bold;
    line-height: 24px;
    color: #1d8700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
    min-width: 65px;
    margin-left: 0;
    margin-right: 5px;
}

.cart-del-wrapper {
    display: flex;
    margin-top: 8px;
}
.cart-del-text,
.cart-del-time {
    font-size: 12px;
    line-height: 16px;
}
.cart-del-text,
.cart-del-time {
    font-weight: 600;
    color: #4f585e;
}
.cart-del-time {
    color: #30363c;
}
.cart-del-text,
.cart-del-time {
    font-size: 12px;
    line-height: 16px;
}

.Desktop-cart .cart-total-amount {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}
.cart-offer-section,
.cart-proceed-btn-wrapper {
    padding: 10px 5px 10px 5px;
}

.cart-coupon-sec {
    margin: 0;
}
.cart-coupon-sec {
    display: flex;
    z-index: -1;
    height: 52px;
}
.cart-offer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    width: 70px;
    border-radius: 6px;
    border: 1px solid #d4dbe7;
    border-right: none;
}
.cart-coupon-promo {
    width: 100%;
    --offset: calc(var(22px) * -1 + 1px);
    justify-content: space-between;
    padding: 10px;
    text-transform: capitalize;
    border: 1px solid;
    border-color: #d4dbe7;
    border-radius: 6px;
    font-size: 14px;
    border-left: none;
    display: flex;
    align-items: center;
    position: relative;
    color: #30363c;
    font-weight: bold;
}
.cart-offer-right-arrow {
    position: relative;
    height: 30px;
    width: 30px;
}
.cart-proceed-btn {
    background: #1b3a95;
    color: #fff;
    width: 100%;
    height: 45px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    justify-self: flex-start;
    font-weight: bold;
    border: 1px solid #ddd;
}
.cart-bill-summary {
    margin: 24px 0;
    padding: 24px;
}

.cart-bill-summary {
    padding: 16px;
    margin-top: 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #d7dfe5;
}
.cart-bill-summary-text {
    font-size: 18px;
}

.cart-bill-summary-text {
    font-weight: bold;
    line-height: 24px;
    color: #30363c;
    font-size: 16px;
    margin-bottom: 4px;
}
.cart-bill-amount-cont:nth-last-child(2) {
    border-bottom: 1px solid #dce4f1;
}
.cart-bill-amount-cont {
    padding: 24px 0 12px;
}
.cart-bill-value {
    font-weight: 500;
    line-height: 24px;
}

.cart-bill-value {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6e787e;
}
.cart-amount-strike {
    font-size: 14px;
    line-height: 24px;
}

.cart-amount-strike {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8897a2;
}
.cart-amount-org-val {
    margin-left: 10px;
}
.cart-bill-value {
    font-weight: 500;
    line-height: 24px;
}

.cart-bill-value {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6e787e;
}
.cart-amount-strike {
    font-size: 14px;
    line-height: 24px;
}

.cart-amount-strike {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8897a2;
}
.cart-del-free {
    font-weight: 500;
    line-height: 24px;
}

.cart-del-free {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #45a081;
    text-transform: uppercase;
}
.cart-amount-org-val {
    margin-left: 10px;
}
.cart-bill-amount-cont {
    padding: 24px 0 12px;
}
.cart-bill-amount-cont:last-child {
    border-bottom: none;
}
.cart-amt-paid-sec.cart-amt-paid-sec {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.cart-amt-paid-sec.cart-amt-paid-sec {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.cart-amt-bold {
    color: #30363c;
}
.cart-amt-paid-sec.cart-amt-paid-sec {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.cart-amt-bold {
    color: #30363c;
}
.cart-amount-strike {
    font-size: 14px;
    line-height: 24px;
}

.cart-amount-strike {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8897a2;
}

.cart-amount-org-val {
    margin-left: 10px;
}
.cart-savings-sec {
    margin: 16px 0;
}
.cart-savings-sec {
    padding: 15px;
    margin-top: 16px;
    background: #f2fff8;
   /* border: 1.5px dashed #62bf9f;
    border-radius: 8px;
    color: #45a081; */
	border: 1.5px solid #ddd;
    border-radius: 8px;
    color: #1d8700;
}

.cart-savings-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.cart-savings-title {
    flex: 1 1;
    /* margin-left: 10px; 
    padding-left: 30px; */
    font-size: 14px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.cart-savings-title b {
    font-weight: 700;
}

.cart-savings-list {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
    font-weight: 400;
}
.cart-savings-mrp-del {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
a.cart-prd-det {
    text-decoration: none;
}

/* Cart Page End */

ul.dropdown-menu.login-panel {
    width: 315px;
}
a#btn-login {
    color: #fff;
    font-weight: bold;
}
.otp-button:hover {
    background-color: #449d44 !important;
}
.profile-menu {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #ddd;
}

/* My Account */
span.GoM-breadcrumb-link a:hover {
    text-decoration: none;
}
.customer-account {
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.my-profile {
    padding: 10px 7px;
    background: #eee;
    margin: 0 0 16px;
    border-radius: 8px;
}
.customer-account .my-profile .customerfullname {
    display:block;
    align-items:center;
   /* text-align: left;
    background: url(../images/icons/profile-icon.svg) 0 0/42px no-repeat;
    padding: 0 0 4px 60px; */
}
.customername {
    font-size: 20px;
    color: #151b39;
    margin: 0;
    padding: 0 0 4px;
    text-transform: capitalize;
    font-weight: bold;
}
.customeremail,
.customernumber {
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 4px;
    color: #6c6f81;
}

.editinfo {
    float: right;
    font-size: 12px;
    color: #ef4281;
    line-height: 16px;
}
.gom-account-links {
    display: inline-block;
    width: 100%;
    padding: 16px;
    background: #eee;
    border-radius: 8px;
    margin: 0 0 16px;
}
.a.account-link.d-none.d-sm-block {
    font-size: 14px;
    color: #151b39;
    line-height: 24px;
}
a.account-link.d-none.d-sm-block {
    font-size: 14px;
    color: #151b39;
    line-height: 24px;
    padding: 16px 0 16px 48px;
    width: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icons/keyboard_arrow_big_right.svg) 95% center no-repeat;
}
.gom-account-links .linkcol a .icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

span.icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.link-sub {
    font-size: 14px;
    color: #151b39;
    line-height: 24px;
    padding: 16px 0 16px 48px;
    width: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icons/keyboard_arrow_big_right.svg) 95% center no-repeat;
}
.linkcol a:hover {
    text-decoration: none;
    color: #1b3a95;
    font-weight: bold;
}
.account-link .icon {
    background: url(../images/icons/account_information_grey.svg) center no-repeat #edf8f9;
}
.orders-link .icon {
    background: url(../images/icons/box-24.png) center no-repeat #edf8f9;
}
.payments-link .icon {
    background: url(../images/icons/payment-24.png) center no-repeat #edf8f9;
}
.gom-orders .icon {
    background: url(../images/icons/elite_inactive.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-wallet .icon {
    background: url(../images/icons/wallet_grey.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-wishlist .icon {
    background: url(../images/icons/favorite.svg) center/16px no-repeat rgba(21, 27, 57, 0.04);
}
.gom-offers .icon {
    background: url(../images/icons/offer_inactive.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-address .icon {
    background: url(../images/icons/delivery_inactive.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-myprescription .icon {
    background: url(../images/icons/my-prescription_inactive.svg) center no-repeat rgba(21, 27, 57, 0.04);
    background-size: 16px;
}
.gom-subscription .icon {
    background: url(../images/icons/subscription_grey.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-referearn .icon {
    background: url(../images/icons/refer_earn_grey.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-help .icon {
    background: url(../images/icons/support_inactive.svg) center no-repeat rgba(21, 27, 57, 0.04);
}

.gom-legal .icon {
    background: url(../images/icons/document_inactive.svg) center no-repeat rgba(21, 27, 57, 0.04);
}

.gom-contactus .icon {
    background: url(../images/icons/contact-us_grey.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-logout .icon {
    background: url(../images/icons/lock_grey.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.gom-user-delete .icon {
    background: url(../images/icons/user-delete-1.svg) center no-repeat rgba(21, 27, 57, 0.04);
}
.link-sub.active {
    font-weight: bold;
    color: #1b3a95;
}

/* Account Information */
.personaldetails {
    background: #fff;
    margin: 0 auto 6px;
    border-radius: 8px;
    padding: 10px 5px;
    border: 1px solid #eee;
}
.personaldetails .info-txt {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #1b3a95;
}
.personaldetails .info {
    padding: 0 8px;
    margin: 0;
}
.personaldetails .info li {
    list-style: none;
    padding: 8px 0 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.personaldetails .info li .labelname {
    font-size: 12px;
    color: #4285f4;
}
.personaldetails .info li .txt {
    font-size: 16px;
    color: #151b39;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 3px 0 5px;
    height: 32px;
}
.personaldetails .edit {
    background: #f6f6f7;
    width: 120px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    background-color: #e26700;
}

.personaldetails .shop {
    background: #f6f6f7;
    width: 170px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    background-color: #1c8700;
}
.my-profile-btn {
    display: none;
}
a.my-profile-btn:hover {
    color: #fff;
    text-decoration: none;
}
.float-right {
    float: right !important;
}
a.edit:hover, a.shop:hover {
    text-decoration: none;
}
.edit-btn {
    display: flex;
    justify-content: center;
    width: 100%;
	padding: 5px;
}

.wl-add-cart-btn {
    font-weight: 600;
    background-color: rgb(0, 113, 188);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px;
    height: 100%;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: auto;
    font-size: 12px;
}

.wl-bottom-inner-content {
    float: left;
    width: 60%;
}

.wl-cart-btn {
    float: left;
    width: 40%;
    padding: 20px 0px;
}

.account-input {
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #151b39;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 3px 0 5px;
}
.account-input:focus {
    border: none;
    box-shadow: none;
}

button.btn-success.save-btn {
    width: 120px;
    text-align: center;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
}

ul.dropdown-menu.signup-panel {
    width: 315px;
    margin-left: -25px;
}
span.error-message.color-red {
    color: red;
}
h1.mail-verify {
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #7799c1;
    line-height: 48px;
}
p.mail-verify {
    padding: 20px;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.mail-content {
    padding: 100px 20px;
    margin-top: 50px;
}

h1.mail-verify.red {
    color: red;
}
.page-content {
    min-height: 350px;
    padding: 0px 50px;
    padding-bottom: 50px;
}
h2.page-h2 {
    font-size: 24px;
}
h1.page-h1 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
}
.page-content p {
    font-size: 15px;
    padding: 3px;
    text-align: justify;
    padding-right: 10px;
}
.page-content ul li {
    font-size: 15px;
    padding: 3px;
}
.content-pad {
    padding: 30px;
}
.page-content.faq p strong {
    font-size: 18px;
}
.faq {
    padding-bottom: 15px;
}

.contact-us {
    padding: 0px 250px 20px 250px;
}

.col-md-4.info {
    text-align: center;
    padding: 20px 0px;
    font-size: 17px;
    color: #5876cf;
}
.col-md-6.info {
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;
    color: #5876cf;
}

.footer-social-icons a:hover,
.footer-social-icons a:focus,
.footer-social-icons a:active {
    text-decoration: none;
    outline: none;
}
.about-h2 {
    font-size: 24px;
    color: #1b3a95;
}
.about-h3 {
    color: #1d8700;
    font-size: 18px;
    font-weight: bold;
}

a.clsviewall {
    float: right;
    font-size: 16px;
    color: #1b3a95;
    letter-spacing: 0;
    /*width: 70px;*/
    font-weight: bold;
    text-decoration: none;
}

a:hover.clsviewall {
    color: #4b6ed3;
}

.pad-0{
    padding:0 !important;
}

@media only screen and (max-width: 768px) {
    .edit-profile{
        margin-top:30px;
    }
.prescriptions {
    display: inline-grid;
    justify-content: space-between;
}
.remove-pres {
    border: none;
    cursor: pointer;
    opacity: 1;
    position: relative;
    height: 30px;
    width: 30px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    left: 60px;
}
.mobile-none {
    display: none;
}
.mrp-inclusive {
    margin: 0px;
}
.prd-info {
    padding: 0px 30px 0px 30px;
    border: 0px solid #ddd;
    border-radius: 0px;
    min-height: 0px;
}
	.pad-prd {
		padding: 15px 0px 15px 0px;
	}
    .next-img {
		right: 0px;
	}
.contact-us {
        padding: 0px;
    }
    .col-md-4.info {
        padding: 10px;
    }
    .col-md-6.info {
        padding: 10px;
    }
    .content-pad {
        padding: 20px 10px;
    }
    .page-content p {
        padding-right: 0px;
    }
    .page-content {
        min-height: 350px;
        padding: 0px;
        padding-bottom: 30px;
    }

    ul.dropdown-menu.signup-panel {
        margin: 0px;
    }
    .GoM-sec-logo-w,
    .GoM-sec-w {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .GoM-sec-w {
        flex-direction: column;
        position: relative;
        padding: 10px 14px 0;
        margin-bottom: 20px;
        min-height: 137px;
    }

    .GoM-sec-logo-w,
    .GoM-sec-w {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .GoM-sec-logo-w .GoM-w-logo {
        position: absolute;
        right: 10px;
        top: 5px;
        margin: 0;
        width: 60px;
        height: 37px;
    }

    .GoM-sec-logo-w .GoM-order-w {
        width: 100%;
        font-size: 12px;
        margin-bottom: 3px;
        line-height: 24px;
        padding-right: 50px;
    }
    .GoM-sec-logo-w .GoM-order-w > b {
        margin-right: 3px;
    }
    .GoM-sec-logo-w .GoM-order-w .GoM-w-text {
        padding: 0 5px;
    }

    .GoM-sec-logo-w .GoM-order-w .GoM-order-text,
    .GoM-sec-logo-w .GoM-order-w .GoM-w-text {
        display: inline-block;
        font-size: 14px;
    }

    .GoM-sec-logo-w .GoM-order-w .GoM-order-text,
    .GoM-sec-logo-w .GoM-order-w .GoM-w-text {
        display: inline-block;
        font-size: 14px;
    }
    .GoM-CB-text {
        text-align: left;
        align-items: flex-start;
        position: relative;
        z-index: 0;
        margin: 0 0 20px;
    }
    .GoM-CB-text .GoM-CBtext {
        font-size: 9px;
        line-height: 14px;
        margin-bottom: 29px;
        max-width: 55%;
    }
    .GoM-CB-text > .Home_actionBtn__RjCGQ {
        max-width: 226px;
        font-size: 12px;
        padding: 0 11px;
    }
    .GoM-w-banner {
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: auto;
    }
    .GoM-w-banner > img {
        max-height: 80px;
        position: relative;
        bottom: 0px;
    }

    .GoM-order-text b {
        font-size: 14px;
    }
    .GoM-order-w b {
        font-size: 12px;
    }
    .GoM-CBH-text {
        font-weight: 800;
        font-size: 9px;
    }
    .GoM-w-act-btn {
        max-width: 226px;
        font-size: 12px;
        padding: 0 11px;
    }
    footer {
        padding: 25px 0px 0px 0px !important;
    }

    .stat-col {
        flex-wrap: wrap;
        column-gap: 24px;
        row-gap: 32px;
        width: 100%;
        padding-top: 20px;
        display: inline-flex;
    }
    section.GoM_stat_section {
        padding: 20px 0px 20px 0px;
    }

    .Gom-Top-Search {
        width: 100% !important;
    }
    .GoM-product-search input {
        width: 100% !important;
    }
    .GoM-search-icon {
        right: 0px !important;
    }

    .Desktop-cart {
        display: inherit;
        margin-bottom: 0px;
    }

    .p-mobile {
        padding: 30px 5px 10px 5px !important;
    }
    .product-container-cart {
        padding: 20px 5px;
        display: flex;
        border-bottom: 2px solid #e6ebf4;
    }
    .cart-img-wrapper {
        height: 100px;
        width: 100px;
    }
    .cart-prd-org-mrp {
        color: #8897a2;
        font-size: 12px;
        display: inline-block;
        font-weight: 400;
        margin-left: 0;
        line-height: 16px;
    }
    .cart-prd-dis-per {
        color: #1d8700;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-size: 11px;
        padding-left: 4px;
        text-align: left;
        min-width: 65px;
        margin-left: 5px;
        margin-right: 5px;
        line-height: 15px;
    }
    .product-container-cart .cart-prd-name {
        max-width: 90%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        color: #30363c;
    }
    .cart-del-text,
    .cart-del-time {
        font-weight: 600;
    }
    .qty-select {
        max-width: 100px;
        min-width: 85px;
    }
    .cart-measurement-unit {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .cart-mrp-strike {
        margin-left: 5px;
    }

    .Address-box {
        font-size: 12px;
        font-weight: 600;
        color: #8897a2;
        padding: 10px 15px;
        opacity: 1;
        border-bottom: 1px solid #e6ebf4;
    }
    .Address-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .Address-details {
        max-width: calc(100% - 60px);
        margin-right: 10px;
    }

    .Address-Del {
        line-height: 18px;
        color: #30363c;
        white-space: nowrap;
        font-size: 12px;
        font-weight: 600;
    }

    .Address-line {
        line-height: 18px;
        margin-left: 4px;
        max-height: 4em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        font-size: 12px;
        color: #30363c;
    }

    .GoM-breadcrumb.prd {
        padding: 0px 10px 10px 10px;
    }
    .product-sec-one {
        padding-bottom: 20px !important;
        display: contents;
    }
    .product-section {
        width: 100%;
        margin: 16px 0px;
    }
    .product-sec-one {
        grid-template-columns: auto !important;
    }
    .product-sec-two {
        border: none;
        padding: 0px 16px;
        grid-template-columns: auto;
    }
    .prd-img-box {
        width: 100%;
        top: unset;
        position: relative;
		
    }
    .imgWrapper {
        border: none;
        width: 100%;
        height: auto;
        margin: auto;
    }
    .image-gallery-swipe {
        margin: 0px;
    }

    .prd-name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
        width: 100%;
    }
    .prd-com {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
        width: max-content;
    }
    .prd-strips {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px;
        width: max-content;
    }

    .add-cart-btn {
        margin-top: 10px;
    }

    .prd-rec-section {
        display: block;
        width: 100%;
        margin-top: 60px;
        padding: 10px;
    }
    .prd-content-tabs,
    .prd-content-info {
        display: none !important;
    }
    .prd-content-info-mob {
        padding: 20px 0px 0px 0px;
    }
    .Gom-Top-Cart {
        top: 0px;
        left: 25px;
    }
    i.fa.fa-user,
    i.fa.fa-shopping-cart {
        margin-right: 5px;
    }
    .p-t-110-m {
        padding-top: 110px !important;
    }

    .profile-menu-mobile-none {
        display: none;
    }
    .mobile-none {
        display: none;
    }
    .my-profile-btn {
        background: #f6f6f7;
        width: 120px;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        border-radius: 4px;
        background-color: #1b3a95;
        float: right !important;
        display: block;
        margin-right: 10px;
    }
    .wl-bottom-inner-content {
        float: none;
        width: 100%;
    }
    .wl-cart-btn {
        float: none;
        width: 100%;
        padding-top: 5px;
    }
    p.prd-rec-sell-price.dis-left {
        width: 30%;
    }
    p.prd-discount.dis-left {
        width: 70%;
    }
    .personaldetails {
        margin-top: 15px;
    }
    .mail-content {
        padding: 40px 0px;
        margin-top: 0px;
    }
    h1.mail-verify {
        margin: 0;
        text-align: center;
        font-size: 23px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #7799c1;
        line-height: 30px;
        padding: 40px 5px;
    }
    p.mail-verify {
        padding: 20px;
        font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .prd-img-box {
		width: auto;
	}
	.prd-info {
		padding-left: 100px;
		min-height: auto;
		border: none;
	}
	.p-t-110-m {
        padding-top: 110px !important;
    }
	.contact-us {
        padding: 0px;
    }
    .Gom-stat-box {
        padding-bottom: 20px;
    }
    section.GoM_stat_section {
        padding: 20px;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .Desktop-cart {
        display: inherit;
        margin-bottom: 0px;
    }
    .my-profile {
        padding: 20px 10px;
    }
    .wl-bottom-inner-content {
        float: none;
        width: 100%;
    }
    .wl-cart-btn {
        float: none;
        width: 100%;
        padding-top: 5px;
    }
}

@media screen and (max-width: 991px) and (min-width: 300px) {
    .text-center.col-md-4.col-sm-12 {
    clear: both;
    padding: 10px;
}
button.btn.btn-sm.btn-success.pdf {
    float: none !important
}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .contact-us {
        padding: 0px 150px 20px 150px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
    .product-sec-one {
        display: inherit;
    }
    .prd-rec-section {
        margin-top: 70px;
    }
    .customername {
        font-size: 15px;
    }
    .customer-account .my-profile .customerfullname {
        padding: 0px 0px 0px 45px;
    }
    .customeremail,
    .customernumber {
        font-size: 12px;
    }
    .link-sub {
        padding: 15px 0px 15px 35px;
    }
}

@media (min-width: 769px) {
	.desk-none {
		display:none;
	}
}

.catlist-main {
    cursor: pointer;
}
.text-center.col-md-4.col-sm-12 {
    padding: 10px;
}

 .ref_box {
    margin: 0 0 10px;
    background: #152539;
    padding: 16px;
    border-radius: 8px;
}

 .ref_box .referral {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #3d4059;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

 .ref_box .referral .ref_txt {
    float: left;
    width: 175px;
    padding: 0 0 0 28px;
    background: url(../images/icons/my-referral.svg) 0 3px/18px no-repeat;
    font-family: Lato;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.ref_box .referral .ref_code {
    float: right;
    text-align: right;
}
.ref_box .referral .ref_code .code {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 8px;
    font-size: 15px;
    color: #24aeb1;
    font-weight: bold;
}
.ref_box .referral .ref_code .inviteleftcount {
    font-family: Lato;
    font-size: 14px;
    color: #9294a3;
    line-height: 16px;
}

input.ref_link_text {
    background: none;
    color: #fff;
    border: none;
	width: 100%;
	outline: none;
}
.refer {
    width: 100%;
    margin: 0 0 15px;
}
@media (min-width: 767px) {
.ref_box {
    width: 60%;
}
}

.tab-pane.fade ul {
    padding-left: 30px;
}
.not-for-sale {
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background-color:#d7f5fe;
    border:2px solid #b4ecfd;
    border-radius:6px;
    padding:15px;
    font-size: 16px;
    margin-top:20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #ff471a;
}
.prdlist-main{
    cursor:pointer;
}
.top-right-wl {
    position: absolute;
    top: 60px !important;
    right: 0px !important;
    margin-right:16px; 
    font-size:25px;
    color:#ff0000;
    cursor:pointer;
}
.top-right-wl:hover {
    color:#ff6666;
}
.ui-autocomplete{
    padding-top:10px;
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
    z-index:9999;
    border-radius:8px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.ui-autocomplete-loading {
    background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.text-bold{font-weight:bold;}

.ui-widget{
    z-index:999 !important;
    position:absolute;
    top:0;
}

.hiddenPopup{
    display: none !important;
}
.overlayPopup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    position: relative;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ui-menu{
    border:1px solid #248f24 !important;
    background-color:#c2f0c2;
}

.ui-menu::-webkit-scrollbar{
    border-radius:0 5px 5px 0;
    width:10px;
}
.ui-menu::-webkit-scrollbar-track {
  background: #adebad; 
  border-radius:0 5px 5px 0;
}
.ui-menu::-webkit-scrollbar-thumb {
  background: #1f7a1f; 
  border-radius:5px;
}
.ui-menu::-webkit-scrollbar-thumb:hover {
  background: #2eb82e; 
}

.ui-menu-item-wrapper{
    padding:5px !important;
    margin:5px !important;
    border-radius:6px;
    border:1px solid #5cd65c;
    background-color:#adebad;
    color:#444444;
}
.ui-menu-item-wrapper:hover{
    padding:5px !important;
    margin:5px !important;
    border-radius:6px;
    color:#ffffff !important;
}
.ui-prd-img{
    width:20%;
    float:left;
    overflow:hidden;
}
.ui-prd-desc{
    width:80%;
    float:left;
    overflow:hidden;
}
.ui-menu img{
  width:60px;
  height:60px;
  border-radius:5px;
}
.ui-menu li .ui-prd-nm{
  font-size:1em;
  font-weight:bold;
  padding:0 0 10px 0;
  margin:0 0 10px 0 !important;
  white-space:nowrap;
}
.ui-menu li .ui-prd-drfm{
    font-size:.8em;
}
.ui-menu li .ui-prd-mrp{
    font-size:1em;
    font-weight:bold;
}
.ui-menu li:hover{
    color:#ffffff;
}
.spd_img{
    position:absolute;width:100px;height:100px;top:10px;right:10px;
}
.ui-menu{
    z-index:10;
}
#searchResultsUi{
    position:absolute;
    top:0;
}

.ofrdl_body {
  font: 16px / 24px "Rubik", sans-serif;
  color: var(--black);
 /* background: var(--platinum); */
  margin: 0px 0;
}

.ofrdl_container {
  max-width: 1400px;
  padding: 0 0px;
  margin: 0 auto;
}

.ofrdl_container h2 {
  font-size: 30px;
  margin-top: .15em;
  margin-bottom: .15em;
}

.cards {
  display: grid;
  grid-auto-columns: 100%;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  padding: 25px 0px;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
  scroll-snap-align: start;
  /*transition: all 0.2s;*/
}

.card:hover {
  color: var(--white);
  background: var(--orange);
}

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

.card .card-content {
  margin: 20px 0;
  max-width: 85%;
}

.card .card-link-wrapper {
  margin-top: auto;
}

.card .card-link {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: var(--orange);
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.2s;
}

.card:hover .card-link {
  background: var(--darkorange);
}

.cards::-webkit-scrollbar {
  height: 12px;
}

.cards::-webkit-scrollbar-thumb,
.cards::-webkit-scrollbar-track {
  border-radius: 92px;
}

.cards::-webkit-scrollbar-thumb {
  background: var(--darkorange);
}

.cards::-webkit-scrollbar-track {
  background: var(--thumb);
}

@media (min-width: 500px) {
  .cards {
    grid-auto-columns: calc(50% - 10px);
    grid-column-gap: 20px;
  }
}

@media (min-width: 700px) {
  .cards {
    grid-auto-columns: calc(calc(100% / 3) - 20px);
    grid-column-gap: 30px;
  }
}

@media (min-width: 1100px) {
  .cards {
    grid-auto-columns: calc(25% - 30px);
    grid-column-gap: 40px;
  }
}.card:hover .color a:hover {    color: var(--white);	text-decoration: none;}

.Ordtracwrapper {
	 width: 330px;
	 font-family: 'Helvetica';
	 font-size: 14px;
}
 .StepProgress {
	 position: relative;
	 padding-left: 45px;
	 list-style: none;
}
 .StepProgress::before {
	 display: inline-block;
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 15px;
	 width: 10px;
	 height: 100%; 
}
 .StepProgress-item {
	 position: relative;
	 counter-increment: list;
}
 .StepProgress-item:not(:last-child) {
	 padding-bottom: 20px;
}
 .StepProgress-item::before {
	 display: inline-block;
	 content: '';
	 position: absolute;
	 left: -30px;
	 height: 100%;
	 width: 10px;
}
 .StepProgress-item::after {
	 content: '';
	 display: inline-block;
	 position: absolute;
	 top: 0;
	 left: -43px;
	 width: 27px;
	 height: 27px;
	 border: 2px solid #CCC;
	 border-radius: 50%;
	 background-color: #FFF;
}
 .StepProgress-item.is-done::before {
	 border-left: 2px solid #3385ff;
}
 .StepProgress-item.is-done::after {
	 content: "✔";
	 font-size: 20px;
	 color: #FFF;
	 text-align: center;
	 border: 2px solid #3385ff;
	 background-color: #3385ff;
}
 .StepProgress-item.current::before {
	 border-left: 2px solid #3385ff;
}
 .StepProgress-item.current::after {
	 content: counter(list);
	 padding-top: 1px;
	 width: 25px;
	 height: 25px;
	 top: -4px;
	 left: -40px;
	 font-size: 14px;
	 text-align: center;
	 color: #3385ff;
	 border: 2px solid #3385ff;
	 background-color: white;
}
 .StepProgress strong {
	 display: block;
}
.ord_dtime{
    font-style:italic;
    color:#888;
}
 .StepProgress-item.is-compl::before {
	 border-left: 2px solid #00b33c;
	 height:27px;
}
 .StepProgress-item.is-compl::after {
	 content: "✔";
	 font-size: 20px;
	 color: #FFF;
	 text-align: center;
	 border: 2px solid #00b33c;
	 background-color: #00b33c;
	 height:27px;
}

.offer-deal{
    height:300px;
    width:100%;
    margin-bottom:20px;
    background: white url("/images/banner/d-gold-banner.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
}
.coord_div{
    height:300px;
    width:100%;
    background: white url("/images/banner/coordinator-banner.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
}
.offer-deal-btndiv{
    width:120px;padding-top:230px;margin:0 auto;
}

.latest-offer-btn {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.latest-offer-btn:active,
.latest-offer-btn:hover {
    background-image: linear-gradient(144deg,#00DDEB, #5B42F3 50%,#AF40FF);
    outline: 0;
    color:#cce6ff;
    text-decoration:none;
}

@media (min-width: 768px) {
    .latest-offer-btn {
        font-size: 24px;
        min-width: 196px;
    }
}

@media(max-width: 768px) {
    .img-button {
      top: 70%;
      left: 50%;
      padding:10px 15px;
      transform: translate(-50%, -50%);
      background:transparent;
      color:#4dd2ff;
    }
    .coord_div{
        height:450px;
        width:100%;
        background: white url("/images/banner/coord_mobbanner.jpeg");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .offer-deal{
        height:450px;
        width:100%;
        margin-bottom:20px;
        background: white url("/images/banner/d-gold-mobanner.jpeg");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .offer-deal-btndiv{
        width:100%;padding-top:390px;margin:0 auto;
    }
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.bg-image {
  width: 100%;
  height: auto;
  display: block;
}

.img-button {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}

.img-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  transform: translate(-50%, -50%) scale(1.05);
}

.footer-ph-num button:hover {
    opacity: 0.85;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 10px
}
h3.popup-title {
    margin-bottom: 0px !important;
}
.popup-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.popup-phone a {
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.popup-phone a:hover {
    text-decoration: none;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {

.popup-header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.popup-box {
    width: 100% !important;
}
}

.username-ellipsis {
    display: inline-block;
    max-width: 230px;   /* approx width for ~20 characters */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#appPopup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.popup-box {
    background: #fff;
    width: 70%;
    max-width: 320px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    position: relative;
    animation: slideUp 0.4s ease-out forwards;
}
.close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    background: #333;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
	opacity: 1;
}

.close:hover {
    background: #000;
    transform: rotate(90deg);
}


.popup-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
}

.popup-box h3 {
    margin: 8px 0;
    font-size: 20px;
    color: #333;
}

.popup-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.4;
}

.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.download-btn img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.download-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.download-btn,
.download-btn:hover,
.download-btn:focus,
.download-btn:active {
    color: #fff;
    text-decoration: none;
}

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


/* Desktop */
/* Hide on mobile */
@media (max-width: 767px) {
    #desktopAppBanner {
        display: none !important;
    }
}

#desktopAppBanner {
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #3f0fbf, #1b6cff);
    z-index: 9999;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.35);
	clear: both;
	margin: 25px 0px;
}

.banner-inner {
    max-width: 1200px;
    margin: auto;
    padding: 36px 40px; /* 🔥 increased height */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.banner-left {
    display: flex;
    align-items: center;
    gap: 26px;
}

.banner-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 18px;
    padding: 10px;
}

.banner-text h3 {
    margin: 0;
    font-size: 28px;   /* 🔥 bigger heading */
    font-weight: 800;
    letter-spacing: 0.4px;
}

.banner-text p {
    margin: 10px 0 0;
    font-size: 18px;   /* 🔥 bigger subtext */
    font-weight: 400;
    opacity: 0.95;
    max-width: 520px;
}

/* Middle Android Icon */
.middle-icon {
    width: 60px;
    height: 60px;
    margin: 0 24px; /* spacing between text and button */
}

.banner-btn {
    background: #fff;         /* Keep white */
    color: #1b6cff;           /* Keep original text color */
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;    /* No underline */
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
}

/* Hover: No color change, no text-decoration */
.banner-btn:hover {
    color: #1b6cff;           /* Keep same text color */
    background: #fff;         /* Keep same background */
    text-decoration: none;    /* Ensure no underline */
    transform: translateY(-2px) scale(1.04);  /* Optional subtle scale */
    box-shadow: 0 6px 14px rgba(0,0,0,0.25); /* Optional subtle shadow */
}

@media (min-width: 992px) {
    .margin-35 {
        margin: 0px 33px !important;
    }
}

.mt-30 {
    margin-top: 30px;
}

button.close {
    background: #000;
	color: #fff;
    text-shadow: 0 1px 0 #ddd;
}

.close:hover {
    background: #e83434;
    transform: rotate(90deg);
    opacity: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

/* Popup styles */
#appPopup{display:none;}
.popup-overlay {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 50%;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
}

.popup-box h3 {
    margin-bottom: 20px;
    text-align: center;
}

.popup-box .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup-box form input,
.popup-box form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 15px; /* padding for input and textarea */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.popup-box form textarea {
    height: 120px; /* larger height for long messages */
    resize: vertical; /* allow vertical resizing */
}

.popup-box form button {
    width: 100%;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.popup-box form button:hover {
    background-color: #0056b3;
}
a:active, a:hover, a:focus, button:active, button:hover, button:focus  {
    outline:0 !important;
    border:0 !important;
}