@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/HELVETICANEUELTCOM-LT.TTF") format("truetype");
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova.eot"); /* IE9*/
  src: url("../fonts/Proxima-Nova.eot?#iefix") format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/Proxima-Nova.woff2") format("woff2"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova.woff") format("woff"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova.ttf") format("truetype"),
      /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
          url("../fonts/Proxima-Nova.svg#Proxima Nova") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/Proxima-Nova-Bold.eot"); /* IE9*/
  src: url("../fonts/Proxima-Nova-Bold.eot?#iefix")
          format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/Proxima-Nova-Bold.woff2") format("woff2"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova-Bold.woff")
          format("woff"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova-Bold.ttf")
          format("truetype"),
      /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
          url("../fonts/Proxima-Nova-Bold.svg#Proxima Nova Bold")
          format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("../fonts/Proxima-Nova-Semibold.eot"); /* IE9*/
  src: url("../fonts/Proxima-Nova-Semibold.eot?#iefix")
          format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/Proxima-Nova-Semibold.woff2")
          format("woff2"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova-Semibold.woff")
          format("woff"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova-Semibold.ttf")
          format("truetype"),
      /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
          url("../fonts/Proxima-Nova-Semibold.svg#Proxima Nova Semibold")
          format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url("../fonts/Proxima-Nova-Light.eot"); /* IE9*/
  src: url("../fonts/Proxima-Nova-Light.eot?#iefix")
          format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/Proxima-Nova-Light.woff2") format("woff2"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova-Light.woff")
          format("woff"),
      /* chrome?firefox */ url("../fonts/Proxima-Nova-Light.ttf")
          format("truetype"),
      /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
          url("../fonts/Proxima-Nova-Light.svg#Proxima Nova Light")
          format("svg"); /* iOS 4.1- */
}
body {
  font-family: "Proxima Nova";
}
.nav-sidebar > .nav-item > .nav-link.active {
  border-radius: 0;
}
.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.loading-message {
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.blockUI.blockMsg.blockPage {
  border: unset !important;
  background-color: unset !important;
  z-index: 100000 !important;
}
.page-item.active .page-link {
  background-color: #e91362;
  border-color: #e91362;
}
.page-link {
  color: #e91362;
}
.primarycolor{
  color: #e91362 !important;
  font-weight:bold !important;
  text-decoration: underline;
}
.page-link:hover {
  color: #e91362;
}
.btn-primary,
.btn-primary:hover {
  background-color: #e91362;
  border-color: #e91362;
}
.page-link:focus {
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #d42f7a;
  border-color: #d42f7a;
}
.select2-container--default .select2-selection--single {
  padding: 0.3rem 0.75rem !important;
  height: 34px !important;
}.px-10{
  padding-left:5rem;

}
.main-header{
  border: none;
  background-color: #e91362;
  /* height:60px; */
}
#product_search{
  height:34px;
}
#productsearchsubmit{
  background-color: #ffffff;
  color:#e91362;
}
.imagebox {
  line-height: 150px;
  margin-top: 10px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  border: 1px solid #f2f2f2;
  position: relative;
}
.layout-top-nav .wrapper .brand-image {
  height: 50px;
}
@media screen and (max-width:500px) {
  .layout-top-nav .wrapper .brand-image {
    height: 35px;
  }
}
nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
}
.widget {
  float: left;
  width: 100%;
}
.dark-bg .widget-title {
  color: #fff;
}
.widget-title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin: 10px 0 20px;
}
.widget ul {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget ul li {
  font-size: 13px;
  color: #999;
  letter-spacing: 0.25px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.widget ul li a {
  display: inline-block;
  position: relative;
  padding-left: 3px;
  font-size: 15px;
  color: #e91362;
}
.widget ul li a:before {
  /*content: "\f101";*/
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
}
.bg-primary {
  background-color: #e91362 !important;
}

.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: calc(3.9rem + 1px);
}
.owl-carousel .owl-item img {
  max-height: unset;
}
.img-as-icon {
  width: 20px !important;
  margin: auto 0.2rem;
}
hr.card-border {
  border-top: 1px dashed rgb(253 18 97);
  width: 95%;
  margin: 0.5rem auto !important;
}
.font-1rem {
  font-size: 1.0rem;
  color: #000;
}
.font-2rem {
  font-size: 1.0rem;
  color: #000;
  font-weight: bold;
}
.product_title {
  font-size: 0.9rem;
}
.add-to-cart-btn {
  position: absolute;
  right: 0px;
  font-size: 11px;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
  border-radius: 9px 0px 9px 0px;
  top: -1px;

}
.popular_product {
  position: absolute;
  left: 0px;
  font-size: 11px;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
  border-radius: 9px 0px 9px 0px;
  top:12px;
}.plus_icon{
  position: absolute;
  right: 0px;
  font-size: 11px;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
  border-radius: 9px 0px 9px 0px;
  top:6px;
}
.header_profile-user-img {
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 3px;
  width: 50px;
}
.add-to-cart-btn > img.img-as-icon {
  width: 30px !important;
  margin: unset;
}
.card {
  border-radius: 0.8rem;
}
/* .popularItem div.owl-nav {
  position: absolute;
  left: -50px;
  right: -50px;
  top: 38%;
}
.popularItem .owl-nav > button.owl-prev {
  position: absolute;
  left: 0;
}
.popularItem .owl-nav > button.owl-next {
  position: absolute;
  right: 0;
} */
.add-to-fav-btn {
  position: absolute;
  right: 10px;
  font-size: 18px;
  color: #e91362;
  font-family: "Proxima Nova";
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
  border-radius: 9px 0px 9px 0px;
  bottom: 82px;
  cursor: pointer;
}
.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus {
  background: unset !important;
  color: #e91362 !important;
  outline: unset !important;
}
button:focus {
  outline: unset !important;
}
#loginModule > .modal-dialog,
#registerModule > .modal-dialog {
  max-width: 400px;
  margin: auto;
}
.form-control {
  border: 1px solid #ececec;
}
.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.wrapper::-webkit-scrollbar {
  background-color: #f4f6f9;
  width: 6px;
}

/* background of the scrollbar except button or resizer */
.wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.wrapper::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

/* scrollbar itself */
.wrapper::-webkit-scrollbar-thumb {
  background-color: #e91362;
  border-radius: 16px;
  border: 4px solid #e91362;
}
.wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #e91362;
  border: 4px solid #e91362;
}
 .social{
  color: #b2b5b7;
 }
/* set button(top and bottom of the scrollbar) */
.wrapper::-webkit-scrollbar-button {
  display: none;
}

/* div box */
body {
  background-color: #babac0;
}
.wrapper {
  height: 100vh;
  width: 100%;
  min-width: 150px;
  background: #fff;
  overflow-y: scroll;
}
.text-ellipsisforcategory {
  display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; */
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.remove-from-cart-btn {
  position: absolute;
  right: 0px;
  font-size: 11px;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
  border-radius: 0px 9px 0px 9px;
  top: 0px;
}
.remove-from-cart-btn > img.img-as-icon {
  width: 30px !important;
  margin: unset;
}
.cart-button {
  padding: 0 0.75rem;
  max-height: 30px;
}
.cart-textbox {
  max-height: 30px;
  border: 1px solid #6c757d;
  max-width: 50px;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.cart-item-img {
  width: unset;
  max-height: 120px;
  max-width: 100%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #e91362;
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav-pills .nav-link:not(.active):hover {
  color: #e91362;
}
.nav-link:focus,
.nav-link:hover {
  outline: unset;
}
.profile-card-header{
border-bottom: 1px solid rgb(253 18 97);
}
.status {
  color:#fff;font-size: 1.25rem;padding:1px;border-radius:4px;
}
.d-block {
  display: block!important;
  background: #fff!important;
}
.postcodediv{
  background-color: #fff;padding:10px;border-radius: 0.8rem;box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
margin-bottom: 1rem;

}
.btn-outline-primary{
  color: #e91362;
  border-color: #e91362;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #e91362;
  border-color: #e91362;
}
.postcode:focus{
  border-color: #e91362;
}
footer .widget-title{
  width:60%;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #e91362
  , #fff);
  border-image-slice: 1;
  opacity: 1;
  margin-top: 15px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.footer_ul_div ul li a{
  color:#000!important;
}
.social2 a{
  padding: 0px;
  font-size:28px;
}
.searchmaindiv{
  position: absolute;left:50%;top:44%;transform:translate(-50%,-50%);z-index:999;width: 30%;
}
.search_textdiv{
  display: block;width: 100%;text-align:center;color:#e91362;
}
.search_inputdiv{
  position: relative;width:100%;margin:auto;
}
.gobutton{
  position: absolute;right:4px;top:4px;padding:4px 20px;
}
.s_firstclass{
  font-size:36px;display:block;

}
.s_secondclass{
  font-size:22px;margin-bottom:20px;display:block;
}
.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}
.carousel-multi-item .controls-top {
  text-align: center;
}
.btn-floating {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  transition: all .2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
}
.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
}
.carousel-multi-item .carousel-indicators {
    margin-bottom: -3em;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-multi-item .carousel-indicators li {
  height: 0.75rem;
  width: 0.75rem;
  max-width: 0.75rem;
  background-color: #F8A6C1;
  border-radius: 50%;
}
.carousel-multi-item .carousel-indicators .active {
  height: 1.0rem;
  width: 1.0rem;
  max-width: 1.0rem;
  background-color:#e91362;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-title {
  margin-bottom: .75rem;
}
.card .card-body .card-text {
  color: #747373;
  font-size: .9rem;
  font-weight: 400;
}
.popular_underline{
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #000, #fff);
  border-image-slice: 1;
  opacity: 1;
  margin-top: 15px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.underline{
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #e91362, #ccc);
  border-image-slice: 1;
   opacity:1;
  margin-top: 15px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  font-size: 1.5rem !important;
}.add_to_cart {
    border: 1px solid transparent;
    padding: .375rem .75rem;
}
.SideDiv{
  display:none;
}.carousel-control-next, .carousel-control-prev{
  width:50px !important;
}
/* .invoice{
  border-radius:10px;
  box-shadow: 0 0 1px rgba(0,0,0,.125) !important;
} */
a.extra.active{
  /* color: #000 !important; */
  text-decoration: underline;
}

.addtocartbutton {
  padding: 10px 20px;
  border-radius: 4px;
}
#CartButton {
  position: fixed;
  bottom: 0px;
  width:100%;
  float:right;
  z-index: 111;
    }
#CartButton a{
 color:#fff;
    }
#cart_total_item_footer{
  background-color: #ff9800;
  color:#fff;
}.order_status{
  text-align:right;
  color:#fff;
  font-size:16px;
}
.carousel_cusotom_icon_pre{
  width:30px !important;
  height:30px !important;
  margin-top:-40px;
}
.carousel_cusotom_icon_next{
  width:30px !important;
  height:30px !important;
  margin-top:-40px;
}#myCarousel .carousel-control-next,#myCarousel_product .carousel-control-next{
   right:-80px !important;
}#myCarousel .carousel-control-prev,#myCarousel_product .carousel-control-prev{
   left:-80px !important;
}
.locale-flag-eng{
  background: url('../images/icon/eng_flag.svg');
}
.locale-flag-dutch{
  background: url('../images/icon/dutch_flag.svg');
}.locale-flag{
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #f4f6f9;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right:4px;
}
.flag-container {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f4f6f9;
  border-radius: 50%;
  position: relative;
  vertical-align: text-bottom;
  margin-right: 2px;
  top: -1px;
  width: 16px;
}.toasts-top-right{
  z-index: 1111;
}
.main_div{
  width: 100%;
  height: 273px;
  position: relative;
  }
  .box{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  }
  .stack-top{
  z-index: 9;
  top:40px;
  }
  .dot {
  height: 24px;
  width: 25px;
  background-color: #e91362;
  border-radius: 50%;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:-20px !important;
  margin: auto;
  color:#fff;
  text-align:center;
  /* margin-left:125px; */
  }
  .product_img{
    max-height:130px;margin:auto;width: auto !important;max-width: 100% !important;
  }.index_img{
    max-height:185px;margin:auto;width: auto !important;max-width:100%!important;
  }
  .message_div{
  margin-bottom:15px;
  color:#e9131d;
  }
  .categories_popup{
    display:none;
    overflow-y: auto;height:500px;box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;border-radius: .25rem;z-index:11111;
  }.lazy-loaded{
    margin-bottom:10px !important;
    width:28%
  }
  @media screen and (min-device-width: 200px) and (max-device-width: 365px)
{
  ul.order-1.order-md-3.navbar-nav.navbar-no-expand.ml-auto.mt-3{
    width: 78%;
  }

  .locale-flag {
    margin-right: 8px;
  }
}
@media screen  and (max-device-width: 767px)
{
#myCarousel .carousel-control-next,#myCarousel_product .carousel-control-next{
  right:-37px !important;
}#myCarousel .carousel-control-prev,#myCarousel_product .carousel-control-prev{
  left:-37px !important;
}
.RemoveHeight{
  height: none !important;
}
}
@media screen  and (max-device-width: 320px)
{
  .searchmaindiv{
    position: absolute;left:50%;top:38%;transform:translate(-50%,-50%);z-index:999;width:80%;
  }
  .layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(7.0rem + 1px) !important;
  }
<<<<<<< HEAD

=======
>>>>>>> feature/common_changes_latest_24_03_2022
}
@media screen and (min-device-width: 321px) and (max-device-width: 375px)
{
.searchmaindiv{
  position: absolute;left:50%;top:34%;transform:translate(-50%,-50%);z-index:999;width:70%;
}.layout-navbar-fixed .wrapper .content-wrapper {
  /* margin-top: calc(7.7rem + 1px) !important; */
}
}
@media screen and (min-device-width: 376px) and (max-device-width: 767px)
{
.searchmaindiv{
  position: absolute;left:50%;top:34%;transform:translate(-50%,-50%);z-index:999;
  width:80%;
}.layout-navbar-fixed .wrapper .content-wrapper {
  /* margin-top: calc(7.7rem + 1px) !important; */
}
}
@media all and (device-width: 540px) and (device-height: 720px) and (orientation:portrait) {
  .searchmaindiv{
    position: absolute;left:50%;top:29%;transform:translate(-50%,-50%);z-index:999;width:70%;
  }
  .SideDiv{
    display:block !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .searchmaindiv{
    position: absolute;left:50%;top:20%;transform:translate(-50%,-50%);z-index:999;
  }
  .SideDiv{
    display:block !important;
  }
}
@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
  .searchmaindiv{
    position: absolute;left:50%;top:17%;transform:translate(-50%,-50%);z-index:999;
  }
  .SideDiv{
    display:block !important;
  }
}
@media all and (device-width: 912px) and (device-height: 1368px) and (orientation:portrait) {
  .searchmaindiv{
    position: absolute;left:50%;top:15%;transform:translate(-50%,-50%);z-index:999;
  }
  .SideDiv{
    display:block !important;
  }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
  .searchmaindiv{
    position: absolute;left:50%;top:14%;transform:translate(-50%,-50%);z-index:999;
  }
  .SideDiv{
    display:block !important;
  }
}


@media screen  and (max-device-width: 360px)
{
.custom_header{
  margin-top:120px;
}.header_profile_div{
  padding:0px !important;
}
}
@media screen  and (max-device-width: 1024px)
{
  body{
    padding-bottom: 60px;
  }
  #CartButton {
    position: fixed;
    bottom: 40px;
    width: 100%;
    float: right;
    z-index: 111;
}.footer_button{
    position: fixed;
    bottom: 0;
    width: 100%;
    float: right;
    z-index: 111;
}.order_detail_table th,.order_detail_table td{
  padding: .20rem !important;
}
/* .web_image{
    height:250px !important;
  } */

}
@media screen and (min-device-width: 320px) and (max-device-width: 767px)
{
  .main-header{
    height:auto !important;
  }
  .gobutton{
    margin-top:10px;
  }
  body{
    font-size:14px!important;
  }
  .cartitembox{
    min-height:340px;
  }
  .leftcartprice,.rightcartprice{
    text-align: center;
  }
  .main-header .px-5{
    padding-left:10px!important;
    padding-right:10px !important;
  }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .saperate_headers {
          padding-right:0 !important;
          }
  }
  .footer_ul_div{
    margin-top:15px;
  }
  footer .container-fluid{
    padding: 28px 0!important;
  }
  .category_main,.category_main .col-lg-12{
    padding: 0px!important;
  }

  .search_inputdiv #postcode{font-size:10px;height:28px;}
  .search_inputdiv{
    position: relative;width:80%;margin:auto;
  }
  .s_firstclass{
    font-size:20px;
  }
  .s_secondclass{
    font-size:12px;
    margin-bottom: 8px;
  }
  .gobutton{
    margin-top: 0;
    padding: 2px 8px;

  }
  .productlistdiv{
    /* padding: 0px!important; */
  }
  .top-m{
    margin-top:20px;
  }.invoice{
    min-height: auto !important;
  }
  /* .RemoveHeight{
    height: none !important;
  } */
  .TopMargin{
  margin-top:10px;
  }
  .SmallDivPadding{
    padding:0.5rem !important;
  }
  /* @media screen and (max-width:500px) {
    .SmallDivPadding ,.productlistdiv {
      padding: 0 !important;
    }
  } */
  .order_status{
    text-align:left;
    margin-bottom: 4px;
    color:#fff;
    font-size:16px;
  }.lazy-loaded{
    margin-bottom:10px !important;
    width:70%
  }.visible-sm-and-lg{
    display:none;
  }.static_remove{
    position: absolute !important;
  }.logo_div_front{
    height:50px !important;
  }
  
  /* .web_image{
    height:250px !important;
  } */

}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
  body{
    font-size:12px!important;
  }
  .main-header .px-5{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  @media screen and (min-device-width: 100px) and (max-device-width: 768px) {
    .saperate_headers {
          padding-right:10px!important;
          }
  }
  footer .container-fluid{
    padding: 10px 0!important;
  }
  .category_main,.category_main .col-lg-12{
    padding: 0px!important;
  }
  footer .widget-title{
    width:100%;
    font-size: 17px;
  }
  .social2 a{
    padding: 2px;
    font-size:20px;
  }
  /* .searchmaindiv{
    position: absolute;left:50%;top:32%;transform:translate(-50%,-50%);z-index:999;
  } */
  .search_inputdiv{
    position: relative;width:80%;margin:auto;
  }
  .s_firstclass{
    font-size:26px;
  }
  .s_secondclass{
    font-size:12px;
  }
  .productlistdiv{
    /* padding: 0px!important; */
  }
  .SideDiv{
    display:block !important;
  }
  .carousel-control-next, .carousel-control-prev{
    width:5% !important;
  }


}



@media screen and  (min-device-width: 1080px) and (max-device-width: 1920px)
{
  .safari nav .nav-link {
    font-size: 21px!important;
  }
  .safari {
    font-size: 21px!important;
  }
  .safari .widget ul li a {
    font-size: 23px!important;
  }
  .safari .widget ul li {
    font-size: 21px!important;
  }
  .safari .card-title {
    font-size: 27px!important;
  }
  .safari .font-1rem {
    font-size: 28px!important;
  }
  .safari .lead {
    font-size: 25px!important;
  }
  .footer .widget-title{
    width:50%!important;
  }
  .SideDiv{
    display:block !important;
  }
  #CartButton {
    width:30% !important;
    right:0;
    display:none !important;
    bottom:45px !important;
  }
  #carousel3 .carousel-control-prev{
   display:none;
  }
  #carousel3 .carousel-control-next{
  display:none;
   }
  #carousel3 .carousel-indicators{
  display:none;
  }.carousel-control-next, .carousel-control-prev{
    width:5% !important;
  }
}
@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
      transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
  }

}

/* large - display 3 */
@media (min-width: 992px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
      transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
      display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
      display: block;
  }

  /* .idin_container .card {
    height: 70%;
  } */
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}




/* ================= Sachin css Start ================= */

@media screen and (min-device-width: 376px) and (max-device-width: 767px){
.searchmaindiv_img{
  width: 100%;
  height: 90px;
} 
.searchmaindiv_img img{
  width: 100%;
  height: 100%;
  } 
  .searchmaindiv_input_div {
    margin: auto;
    max-width:255px;
  }
}

@media screen and (min-width:767px) and (max-width:1024px) {
  .nav_padding_0 {
    padding-left: 0;
  }
}

@media screen and (max-device-width: 767px) {
  #myCarousel .carousel-control-next, #myCarousel_product .carousel-control-next {
    right: -37px !important;
  }
}

/* for section 3  */
.SmallDivPadding .carousel-control-next{
  right: -80px;
}
.SmallDivPadding .carousel-control-prev{
  left: -80px;
}
@media screen and (max-width: 767px) {
  .SmallDivPadding .carousel-control-next{
    right: -15px !important;
  }
  .SmallDivPadding .carousel-control-prev{
    left: -15px !important;
  }
}

/* how it works section  */
@media screen and (max-width: 767px) {
  hr.card-border {
    border-top: 1px dashed rgb(253 18 97);
    width: 70%;
    margin: 0.5rem auto !important;
  }
  .works_card_text {
    width: 70%;
    margin: auto;
  }
}
.main_card_text_h {
  min-height: 60px;
  margin-bottom:10px;
}
@media screen and (max-width: 767px) {
  .dw_aap-div {
    margin-top:40px;
  }
  .dw_aap-div .lazy-loaded {
  width:30%;
  margin-top:30px;
}
}

@media screen and (max-width: 1000px) {
  .footer-data {
        padding-bottom:100px;
    }
  }


  /* for product page ============== */

  .product_heading {
    width: 90%;
  }
  @media screen and (max-width: 767px) { 
    .product_heading {
      width: 98%;
    }
  }


  @media screen and (max-width:1000px) {
      .main-header {
        height:auto !important;
      }
  }












  
/* Icon 1 */

#nav-icon1  {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


#nav-icon1 span  {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
  transition: 0.5s ease-in-out; 
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
  width: 15px;
  transition: 0.5s ease-in-out; 
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
  transition: 0.5s ease-in-out; 
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.5s ease-in-out; 
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  transition: 0.5s ease-in-out; 
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  transition: 0.5s ease-in-out; 
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width:1000px) {
  
.main-header .main_header_div .main_nav_div .navbar-collapse  {
  transition: 0.3s ease-in-out; 
  height: 100%; 
  left: 0;
  width: 50%;
  top: 0;
  position: fixed;
  transform: translateX(-100%);
}
.main-header .main_header_div .main_nav_div .show {
  position: fixed;
  z-index: 1001;
  width:300px;
  left: 0;
  background-color: white;
  box-shadow:15px 0 0 #e91362;
  border-radius:0 20px 20px 0;
  top: 0;
  height: 100%;
  transform: translateX(0%) !important; 
  transition: 0.3s ease-in-out; 
}
@media screen and (max-width:400px) {
  .main-header .main_header_div .main_nav_div .show { 
    width: 70%;
  }
}
.main-header .main_header_div .main_nav_div .show + .black_bg {
  background: black;
  opacity: 0.6;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.main-header .main_header_div .main_nav_div .show .nav_padding_0  {
  height: 100%;
  padding-left: 36px;
  padding-top: 40px;
}
.main-header .main_header_div .main_nav_div .show .nav_padding_0 li a {
  color:black !important;
}
.navbar_effect::after {
  content: "";
  position: absolute;
  background: #e91362;
  top: 45%;
  right: -13px;
  height: 123px;
  width: 29px;
  border-radius: 100px 0 0 100px;
}
.navbar_effect .main_line_effect {
  position: absolute;
  top: 48.5%;
  right: 0;
  background-color: white;
  height: 50px;
  width: 4px;
  z-index: 99;
}
.main_nav_div .show + .main_header_search li a{
  z-index: -1;
}
}
@media screen and (min-width:767px) and (max-width:997px){
.navbar-nav .dropdown-menu {
  position: fixed;
  top: 50px;
  right:190px;
} 
}
@media screen and (max-width:991px) {
  .visible-sm-and-lg{
    display:none;
  }
}
.main_dw_app {
  width: 100%;
  margin-left:-22px;
}
/* ================= Sachin css End ================= */

.main-payment_method {
  background: white;
  width: 100%;
  height: 100vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding-top:50px;
} 
@media screen and (min-width:800px) and (max-width:999px) {
  .main-payment_method {
    padding-top:0px;
  } 
}
.main-payment_method .drank_payment-card {
  background: white;
  /* padding:20px 30px;   */
  height: 100%;
  min-width: 100%;
  box-shadow:0 0 20px rgba(0, 0, 0,0.08);
}

@media screen and (min-width:1000px) {
  .main-payment_method .drank_payment-card {
    min-width: 500px;
  }
}
.main-payment_method .drank_payment-card .drank_payment-header {
  background: #e91362;
  height:50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding:0 30px;

}
@media screen and (min-width:800px) and (max-width:999px){  
  .main-payment_method .drank_payment-card .drank_payment-header {
    background: #e91362;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    padding:0 30px;
  
  }
}
.main-payment_method .drank_payment-card .drank_payment-header .back_arrow {
  height:20px;
  fill: white;
  transform: rotate(180deg);
  width: 20px;
  object-fit: cover;
  margin-right:20px;
}
@media screen and (min-width:800px) and (max-width:999px){  
  .main-payment_method .drank_payment-card .drank_payment-header .back_arrow {
    height:40px;
    width: 40px;
  }
}
.main-payment_method .drank_payment-card .drank_payment-header span {
  font-size:18px;
  color:white;
}
@media screen and (min-width:800px) and (max-width:999px){  
  .main-payment_method .drank_payment-card .drank_payment-header span {
    font-size:30px;
  } 
}
.main-payment_method .drank_payment-card .drank_payment-body {
  width: 100%;
  padding:20px 30px;
}
@media screen and (min-width:800px) and (max-width:999px){ 
  .main-payment_method .drank_payment-card .drank_payment-body {
    width: 100%;
    padding:20px 40px;
    margin-top:30px;
  }
}
.main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div {
  width: 100%;
  margin-bottom:10px;
}
@media screen and (min-width:800px) and (max-width:999px){ 
  .main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div {
    margin-bottom:30px;
  } 
}
.main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div .drank_payment-btn {
  background: white;
  border: 2px solid rgba(155, 155, 155,0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color:black;
}
.main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div .drank_payment-btn img {
  height:30px;
}
@media screen and (min-width:800px) and (max-width:999px){
  .main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div .drank_payment-btn img {
    height: 100px;
  }
}
.main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div .drank_payment-btn p {
  font-weight:600;
  font-size:16px;
}
@media screen and (min-width:800px) and (max-width:999px){ 
  .main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div .drank_payment-btn p {
    font-weight:600;
    font-size:35px;
  }
}
.main-payment_method .drank_payment-card .drank_payment-body .drank_payment-button-div .drank_payment-btn span {
  font-weight:400;
}

.guest_checkout_section label{
  width: 120px;
}