@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
main {
  height: 100%;
  position: relative;
}
.app-container {
  margin: 0 auto;
  width: 650px;
  max-width: 100%;
}
header {
  height: 60px;
  position: fixed;
  top: 0px;
  background-color: #fe6232;
  width: 100%;
  max-width: 620px;
  display: flex;
  align-items: center;
}
header .form-control {
  padding: 0 40px;
}
header .form-control:focus {
  box-shadow: none;
}
header h5 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
.mid-section-with-bottom {
  height: calc(100vh - 120px);
  margin-top: 60px;
  width: 100%;
  max-width: 620px;
  overflow: auto;
  padding-bottom: 60px;
}
.mid-section-without-bottom {
  height: calc(100vh - 60px);
  margin-top: 60px;
  width: 100%;
  padding-bottom: 60px;
  max-width: 620px;
  overflow: auto;
}
.bottom-bar {
  height: 60px;
  bottom: 0;
  position: fixed;
  background-color: #fff;
  width: 100%;
  max-width: 620px;
  padding-top: 10px;
  box-shadow: 1px -2px 6px #ccc;
}

/* screens css */
.forgot-screen {
  padding: 5px;
  background-color: #fafafa;
  height: 100%;
}
.forgot-main {
  width: 98%;
  margin: 0 auto;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}
.forgot-main .form-control {
  border: 0px;
  border-bottom: 1px solid #404040;
  border-radius: 0px;
}
.forgot-main .form-group {
  margin-bottom: 10px;
}
.forgot-main .form-control:focus {
  border: 0px;
  border-bottom: 1px solid #fe6232;
  box-shadow: none;
}
.forgot-pwd-btn {
  width: 98%;
  margin: 10px 1%;
}
.btn-orange {
  background-color: #fe6232;
  color: #ffffff;
}

header h6 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}
.cart-screen {
  padding: 5px 0px;
  padding-top: 0px;
  background-color: #fafafa;
  /* height: 100%; */
}
.cart-bg-light {
  background: #f2f3f5;
}
.cart-table {
  width: 100%;
  /* margin: 0 auto; */
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  /*border-radius: 6px;*/
  padding: 10px 0px;
}
.cart-table input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*.cart-table input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 27px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 0;
}
.cart-table input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -22px;
}*/
.header-bg label {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.css-label span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
/*.cart-table label.css-label {
  background-image: url(../images/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/
.cart-select-title {
  color: #757575;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.text-black {
  color: #000;
}
.font20 {
  font-size: 20px;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.font16 {
  font-size: 16px;
}
.qtySelector {
  /*border: 1px solid #ddd;*/
  width: 97px;
  height: 34px;
  margin-top: -7px;
  /*margin-bottom: 25px !important;*/
  box-shadow: 0px 0px 4px #ccc;
}
.qtySelector .fa {
  padding: 10px 5px;
  width: 33px;
  height: 100%;
  float: left;
  cursor: pointer;
}
.qtySelector .fa-minus {
  border-right: 1px solid #ddd;
}
.qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 30px;
  height: 100%;
  float: left;
  text-align: center;
}
.qtySelector .fa-plus {
  border-left: 1px solid #ddd;
}
.cart-auto-cancel {
  color: #757575;
  font-size: 14px;
}
.cart-table .form-control {
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #404040;
  border-radius: 0px;
}
.cart-total {
  width: 95%;
  margin: 0 auto;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px 0px;
}
.light-color {
  color: #757575;
}
.bg_orange {
  background: #fe6232;
}
.w95 {
  width: 92%;
  margin: 0 auto;
}
.checkout_btn {
  width: 100%;
  background: #fe6232;
  border-radius: 6px;
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px auto;
  padding: 10px 0px;
}
.cart-button {
  width: 95%;
  margin: 0 auto;
}
.bottom-bar li {
  /*padding: 10px 0px 0px 0px;*/
  text-align: center;
  width: 20%;
}
.bottom-bar li span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: #000;
  text-transform: capitalize;
}
.bottom-bar li.active span {
  color: #fe6232 !important;
}
.bottom-bar li.active img {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
    brightness(194%) contrast(97%);
}
.login_page .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
  border-radius: 0px;
}
.login_page .nav-pills .nav-link.active {
  border-bottom: 1px solid #fe6232;
}
.mh-500 {
  min-height: 500px;
}
.login-bg {
  background: #fafafa;
  height: calc(100vh - 60px);
  overflow: auto;
}
.login_tab .form-control,
.common-screen .form-control {
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #737373;
  border-radius: 0px;
  background: #fafafa;
  padding-left: 0px;
}
.text-gray {
  color: #77818b;
}
.user_active_btn {
  width: 100%;
  background: #1bd742;
  border-radius: 6px;
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px auto;
  padding: 10px 0px;
}
.text-dark {
  color: #292929;
}
.login_tab .has-float-label input:placeholder-shown:not(:focus) + *,
.login_tab .has-float-label select:placeholder-shown:not(:focus) + *,
.login_tab .has-float-label textarea:placeholder-shown:not(:focus) + *,
.common-screen .has-float-label input:placeholder-shown:not(:focus) + *,
.common-screen .has-float-label select:placeholder-shown:not(:focus) + *,
.common-screen .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 15px;
  color: #000;
}
.login_tab .has-float-label label,
.login_tab .has-float-label > span,
.common-screen .has-float-label label,
.common-screen .has-float-label > span {
  color: #fe6232;
}
.login_tab label,
.common-screen label {
  color: #a9aaac;
}
.login_tab .form-control,
.common-screen .form-control {
  box-shadow: none !important;
}

.login_tab .form-group,
.common-screen .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 1;
  color: #000;
}
.login_tab .form-control:focus,
.common-screen .form-control:focus {
  border-bottom: 1px solid #fe6232;
}
.login_tab .form-control:focus label,
.common-screen .form-control:focus label {
  color: red !important;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  color: #fe6232;
}

.sidebar-main {
}

.sidebar {
  width: 300px;
  /*padding: 10px;*/
  position: absolute;
  z-index: 999;
  background: #fff;
  height: calc(100% + 60px);
  overflow: auto;
}
.overlay-siderbar {
}
.overlay-siderbar:after {
  content: "";
  display: block;
  position: fixed; /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.delivery_div {
  width: 96%;
  margin: 10px auto 17px;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}
.delivery_div h3 {
  color: #404445;
  font-size: 18px;
}
.delivery_div p {
  color: #7f868c;
  font-size: 18px;
}
.dropship_div {
  width: 96%;
  margin: 0px auto 17px;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}
.dropship_div .toggle.ios,
.toggle-on.ios,
.dropship_div .toggle-off.ios {
  border-radius: 20px;
}
.dropship_div .toggle.ios .toggle-handle {
  border-radius: 20px;
}
.dropship_div h3 {
  color: #404445;
  font-size: 18px;
}
.shipping_div,
.payment_div,
.voucher_div,
.order_detail_div,
.checkout_total,
.wishlist_div,
.unpaid_div,
.dropship_div_form {
  width: 96%;
  margin: 0px auto 17px;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}
.shipping_div h3,
.payment_div h3 {
  color: #404445;
  font-size: 18px;
}
.shipping_div p,
.payment_div p {
  color: #42454a;
  font-size: 18px;
  margin: 0;
}
.rounded-2 {
  border-radius: 4px;
}
.order_detail_div h3 {
  color: #434446;
  font-size: 18px;
}
.product_name {
  text-transform: uppercase;
  font-size: 18px;
  color: #010101;
}
.product_price {
  font-size: 16px;
  color: #010101;
}
.order_detail_div span {
  color: #828b92;
}
.order_detail_div .form-control,
.voucher_div .form-control {
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #404040;
  border-radius: 0px;
}
.checkout_total span,
.checkout_total p {
  color: #020202;
  font-size: 18px;
}
.voucher_color {
  color: #70d18a;
}
.voucher_btn {
  font-size: 18px;
  color: #020202;
  text-align: right;
  background: none !important;
  float: right;
  margin-top: -40px;
  position: relative;
}
.voucher_label {
  background: url("../images/voucher-label.png") no-repeat !important;
  background-repeat: no-repeat !important;
  background-size: 40px 35px !important;
  padding-left: 48px !important;
}
.dropship_div .switch {
  display: inline-block;
  width: 40px;
  height: 34px;
  position: absolute;
  right: 10px;
}
.dropship_div .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dropship_div .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dropship_div .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: -2px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dropship_div input:checked + .slider {
  background-color: #fe6232;
}
.dropship_div input:focus + .slider {
  box-shadow: 0 0 1px #fe6232;
}
.dropship_div input:checked + .slider::before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.dropship_div .slider.round {
  border-radius: 34px;
  height: 20px;
  margin-top: 10px;
  width: 40px;
  position: absolute;
}
.dropship_div .slider.round::before {
  border-radius: 50%;
}
.menu_profile_div {
  background: #fe6232;
  height: 125px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.menu_profile_div .profile_img {
  border-radius: 25px;
  width: 90px;
  height: 90px;
  margin-top: 5px;
}
.menu_profile_div a,
.menu_profile_div h3 {
  color: #fff;
  font-size: 14px;
}
.sidebar_menu {
  padding-bottom: 70px;
}
.sidebar_menu li a {
  padding-left: 35px;
  color: #000;
  margin-top: 5px;
}
.sidebar_menu ul li {
  margin: 13px;
  cursor: pointer;
}
.sidebar_menu li.active,
.sidebar_menu li:hover {
  background: #f8e6e2;
}
.sidebar_menu .home_icon,
.sidebar_menu li a {
  background: url("../images/home.svg") no-repeat;
  /* background-size: 25px; */
  /* margin: 13px 13px 13px 0px; */
}
.sidebar_menu li.active a {
  color: #fe6232;
}
.sidebar_menu li .item_count {
  width: 23px;
  height: 23px;
  background: #fe6232;
  border-radius: 13px;
  float: right;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.cancel_order_div {
  background: #2dd1ac;
  width: 100%;
  padding: 10px 15px;
}
.cancel_icon {
  background: url("../images/file.svg") no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0.5rem !important;
}
.wishlist_product {
  width: 100%;
}
.wishlist_price {
  color: #798086;
}
.myorder-screen .nav {
  flex-wrap: nowrap !important;
}
.myorder-screen {
  background: #fafafa !important;
}
.myorder-screen .tab-content {
  margin-bottom: 90px;
}
.myorder-screen .nav-tabs {
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  border-bottom: 2px solid #ddd;
  -ms-overflow-style: none; /*// IE 10+*/
  overflow: -moz-scrollbars-none; /*// Firefox*/
}
.myorder-screen .nav-tabs > li.active > a,
.myorder-screen .nav-tabs > li.active > a:focus,
.myorder-screen .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.myorder-screen .nav-tabs > li {
  padding: 10px 10px;
  text-align: center;
}
.myorder-screen .nav-tabs > li > a {
  border: none;
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
}
.myorder-screen .nav-tabs > li.active > a,
.myorder-screen .nav-tabs > li > a:hover {
  border: none;
  color: #fe6232 !important;
  background: transparent;
  text-decoration: none !important;
  border-bottom: 2px solid red;
  padding-bottom: 10px;
}
/* .myorder-screen .nav-tabs > li > a.active::after {
  content: "";
  background: #fe6232;
  height: 2px;
  position: absolute;
  width: 115px;
  left: 0px;
  bottom: 1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
  top: 103px;
} */
.myorder-screen .nav-tabs > li.active > a::after,
.myorder-screen .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.myorder-screen .tab-nav > li > a::after {
  background: #fe6232 none repeat scroll 0% 0%;
  color: #fff;
}
.myorder-screen .nav-tabs::-webkit-scrollbar {
  display: none; /*Safari and Chrome*/
}
.w-41 {
  width: 41%;
}
.invoice-color {
  color: #388d3c;
}
.status-color {
  color: #e7613b;
}
.cancel-color {
  color: #ea090f;
}
.bg-order-light {
  background: #f2f3f5;
}
.ending li {
  display: inline-block;
  background: #fe6232;
  border-radius: 4px;
  color: white;
  padding: 5px;
  text-align: center;
}
.my-order-btn {
  background: #fe6232;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.search_icon {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  bottom: 25px;
  right: 10px;
  background: #fe6232;
  padding: 7px;
  box-shadow: 0px 5px 12px #ccc;
}
.search_icon img {
  width: 28px;
  height: 28px;
}
.myaddress_div .title {
  color: #010101;
}
.myaddress_div .address_name {
  color: #686c6f;
}
.myaddress_div .chk_color {
  color: #d47154;
}
.myaddress-bg-light {
  background: #fafafa;
}
.myaddress_div {
  width: 96%;
  margin: 0px auto 20px;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}

#div_profile_pic {
  max-height: 225px;
  width: 225px;
  margin: auto;
}
.myprofile_div {
  width: 96%;
  margin: 0px auto 20px;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}
.myprofile_div label {
  color: #ababab;
}
.w-45 {
  width: 45%;
}
.myprofile_bg {
  background: #f8f8f8;
}
.myprofile_btn {
  width: 100%;
  background: #fe6232;
  border-radius: 6px;
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  /*margin: 0 auto 20px;*/
  padding: 10px 0px;
}
.myprofile_btn_div {
  width: 96%;
  margin: 0 auto 20px;
}
.product-bg-light {
  background: #fafafa;
}
.product_inner_div {
  width: 100%;
  margin: 0px auto 17px;
  /*box-shadow: 0px 0px 4px #ccc;*/
  background: #fff;
  /*border-radius: 6px;*/
  padding: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.product__carousel {
  display: block;
  max-width: 600px;
  /* margin: 1em auto 1rem; */
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  /*border: 1px solid #ebebeb;*/
  border-radius: 3px;
  margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #fe6232;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.product_price {
  font-size: 20px;
  color: #ff622b;
}
.product_inner_div .best_seller {
  background: red;
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid red;
  height: 31px;
}
.w-23 {
  width: 23%;
}
.size_box {
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
}
.product_inner_div .overflow-x-auto {
  overflow-x: auto;
  -ms-overflow-style: none;
}
.product_inner_div .voucher_img {
  width: 37px;
}
.product_inner_div .voucher_cls {
  padding: 3px;
  border: 1px solid #f80109;
  border-radius: 4px;
  margin: 4px 5px;
}
.w-38 {
  width: 38%;
}
.w-6 {
  width: 6%;
}
.map_img {
  width: 25px;
}
.shipping_img {
  width: 37px;
}
.jng_img {
  width: 40px;
}
.font22 {
  font-size: 22px;
}
.product_inner_div .slide-item {
  width: 250px;
  margin: 0px 10px 20px;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff;
  border-radius: 6px;
}
.product_inner_div .slick-slide {
  /* margin: 10px; */
}
.product_inner_div .slider-price {
  color: #f80109;
}
.mid-section-with-only-bottom {
  height: calc(100vh - 62px);
}
.bottom-bar .bg-orange {
  background: #fe6232;
}
.bottom-bar .bottom-bar-link {
  color: #404447;
  font-size: 20px;
}
.text-white {
  color: #fff !important;
}

/* */
.single-product {
  position: relative;
}
.product-offer-label {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  min-width: 57px;
  display: inline-grid;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.product-offer-label span {
  padding: 0 5px;
}
.product-offer-label .new-lab {
  color: #fff;
  background-color: #ffc001;
  margin-bottom: 2px;
  border-radius: 3px;
}
.product-offer-label .whlsale-lab {
  color: #fff;
  background-color: #01a2e8;
  margin-bottom: 2px;
  border-radius: 3px;
}
.product-offer-label .best-lab {
  color: #ffc001;
  background-color: #ff0101;
  margin-bottom: 2px;
  border-radius: 3px;
}
.product-offer-label .discount-lab {
  color: #fff;
  background-color: #ff0101;
  margin-bottom: 2px;
  border-radius: 3px;
}
.fav {
  position: absolute;
  left: 10px;
  top: 10px;
}
.fav a {
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border: 1px solid;
}

.fav a i {
  margin-top: 2px;
}

.fav a:hover {
  border-color: #ff3a59;
  background-color: transparent;
  color: #ff3a59;
}

.grid .product-img {
  margin-bottom: 0px;
}

.product-text {
  padding: 10px;
  position: relative;
}

.prod-name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.product-text .prod-name a {
  font-size: 12px;
  line-height: normal;
  color: #000;
  font-weight: bold;
}
.prod-price {
  color: #ff3a59;
}
/* the slides */

.slick-slider {
  margin-left: -15px;
}
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -15px;
}

.header-cart-details {
  background: transparent;
  z-index: 999;
}
.cart-back-arrow {
  background: rgba(224, 224, 224, 0.8);
  border-radius: 100%;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  float: left;
}

/* more */

.more-btn,
.more-menu-btn {
  background: none;
  border: 0 none;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

.more-dot {
  background-color: #aab8c2;
  margin: 0 auto;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 1px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.more-menu {
  position: absolute;
  top: 100%;
  z-index: 900;
  float: left;
  padding: 10px 0;
  margin-top: 9px;
  background-color: #fff;
  border: 1px solid #ccd8e0;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate(0, 15px) scale(0.95);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
  right: 8px;
  width: 120px;
}

.more-menu-caret {
  position: absolute;
  top: -10px;
  right: 12px;
  width: 18px;
  height: 10px;
  float: left;
  overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
  position: absolute;
  display: inline-block;
  margin-left: -1px;
  font-size: 0;
  line-height: 1;
}

.more-menu-caret-outer {
  border-bottom: 10px solid #c1d0da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}

.more-menu-caret-inner {
  top: 1px;
  left: 1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.more-menu-items {
  margin: 0;
  list-style: none;
  padding: 0;
}

.more-menu-item {
  display: block;
}

.more-menu-btn {
  min-width: 100%;
  color: #66757f;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
}

.more-menu-item:hover {
  background-color: #489fe5;
}

.more-menu-item:hover .more-menu-btn {
  color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
  background-color: #516471;
}

.show-more-menu .more-menu {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}
.share_button {
  position: absolute;
  right: 0px;
}
.share_button .btn {
  border-radius: 0px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

/*Added by Piyush*/
.list-filter {
  float: left;
  width: 100%;
  padding-top: 60px;
  box-shadow: 1px -2px 6px #ccc;
}
.list-filter .scrollmenu {
  background-color: white;
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 70px);
  float: left;
}
.list-filter .scrollmenu a {
  border-right: 1px solid #ccc;
}
.list-filter .scrollmenu a:last-child {
  border-right: none;
}
.list-filter .homescroll {
  overflow: auto;
  background-color: #fe6232;
  white-space: nowrap;
  width: 100%;
  float: left;
  height: 44px;
  padding-top: 10px;
}
.list-filter .homescroll a {
  color: white;
}
.list-filter .homescroll a.active {
  border-bottom: 2px solid #fff;
}
.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* .scrollmenu a:hover {
  background-color: #777;
} */

.filter-toggle {
  width: 70px;
  float: right;
  height: 40px;
}

.filter-sidebar-menu .sidebar {
  position: absolute;
  right: 0;
}
.filter-sidebar-menu .sidebar h4 {
  font-size: 18px;
}
.home_page {
  background: #fff;
}
.home_page .font15 {
  font-size: 12px;
}
.home_page .font16 {
  font-size: 13px;
}
.home_page .font17 {
  font-size: 17px;
}
.home_page .dark-color {
  color: #010101;
}
.home_page .home_cat {
  margin-top: 10px;
}
.home_page .home_cat .cat_img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.home_page .home_cat img {
  width: 100%;
}
.home_page .home_product {
}
.home_page #slick1 .slick-slide {
  margin: 0px;
}
.home_page .home_product .product_img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.home_page .home_product .product_img img {
  width: 100%;
  border-radius: 25px;
}
.home_page .new_arrivals .slick-slide {
  margin: 0px 7px;
}
.home_page .new_arrivals .see_all {
  color: #ed4b62;
}
.home_page .new_arrivals .slide-item {
  margin-bottom: 10px;
}
.cam-ic {
  position: absolute;
  right: 18px;
  top: 14px;
}
.cam-ic img {
  width: 24px;
}
.myorder-screen .unpaid_div .table td,
.table th {
  padding: 0.25rem 0.75rem;
}
.cart-table .checkbox label {
  position: relative;
  cursor: pointer;
  line-height: 17px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.cart-table .checkbox label::before {
  content: "";
  -webkit-appearance: none;
  border: 2px solid #c1c0c0;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  margin-top: -1px;
  border-radius: 3px;
}
.cart-table .checkbox input:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  background-image: url(../images/check-img.svg);
  background-size: 100%;
  border-radius: 3px;
}
.checkbox-border input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkbox-border .checkbox label {
  position: relative;
  cursor: pointer;
  line-height: 17px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.checkbox-border .checkbox label::before {
  content: "";
  -webkit-appearance: none;
  border: 2px solid #c1c0c0;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  margin-top: -1px;
  border-radius: 3px;
}
.checkbox-border .checkbox input:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  background-image: url(../images/check-img.svg);
  background-size: 100%;
  border-radius: 3px;
}

.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + *,
.has-float-label textarea:placeholder-shown:not(:focus) + * {
  top: 0.25rem !important;
}

.has-float-label label,
.has-float-label > span {
  top: -8px !important;
}

/*  Jay Style */

.sidebar-main {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}