@charset "utf-8";

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
  font-family: "Poppins", sans-serif !important;
  /* background-color: #f5f5f5 !important; */
  background-color: #FFF !important;
  color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}
.container,
.container-fluid {
  padding: 0;
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}
button:focus,
button:active {
  outline: none !important;
}
.row {
  display: block;
  margin:0px;
}

/*-----topbar_start-----*/
.menu {
  float: left;
  touch-action: none;
  /* padding: 0.9rem 0px 0px 0px; */
  /* background-color: #FFF !important; */
  /* padding-bottom: 0.7rem; */
}
.w-100{
	max-height: 380px;
height: auto;
}
.hd-left-box,.hd-right-box{
	display: flex;
	justify-content: space-between;
	/* justify-content: flex-start; */
	align-items: center;
}
.logo {
	/* width: 193px; */
	/* height: 62px; */
	/* background-image: url(icons.svg); */	
	/* background-position: -94px -22px; */
	width: 280px;
	height: 62px;
	background-image: url(logo.png);
	background-size: cover;
}
.soc_h_strips{
	min-height:35px; 
	background-color:#4356ba;	
}
.top-header a {
    color: #fff;
}
.soc_h_strips > .container{
	display:flex;
	align-items: center;
}
.soc_h_strips > .container > div{
	color: #fff;
	font-size: 12px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 7px 0;
}
.text-center{
	text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.soc_h_strips .social-icons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px 0 4px;
    line-height: 11px;
	padding: 0;
}
.social-icons li {
    text-align: center;
}
.list--inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.social-icons a {
    padding: 0 5px;
    display: inline-block;
}
.ad {
    font-family: adorn-icons !important;
	background-image: url(icons.svg);
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	display: inherit;
}
.top-header .ad {
    font-size: 13px;
}
/* .ad-facebook-f::before,.ad-twitter::before, .ad-instagram::before{
    content: "\eafa";
} */
.left-hdr a {
    display: inline-block;
}
.ad-facebook-f{
	background-position: -252px -582px;
}
.ad-twitter{
	background-position: -270px -582px;
}
.ad-instagram{
	background-position: -289.5px -582px;
}
.ad-phone-l{
	background-position: -247.5px -614px;
	margin-right: 3px;
}
.ad-envelope-l{
	background-position: -272.5px -614px;
	margin-right: 3px;
}
.icon__fallback-text, .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.soc_h_strips a{
	color: #FFFFFF;
	vertical-align: middle;
	align-items: center;
	display: inline-flex;
}
.header {
  background-color: #FFFFFF;
  /* float: left; */
  padding: 5px 0px;  
  width: 100%;
  /* box-shadow: 0 4px 4px -4px rgba(0,0,0,0.12); */
}
.sticky_header{
	position: fixed;
	top: 0;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.12);
}
/* .sticky_shadow {
  box-shadow: 0 4px 4px -4px rgba(0,0,0,0.12);
} */
.sticky {
  position: relative;
  z-index: 5;
  width: 100%;
  /* padding-bottom:72px; */
}
.disflex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sticky_alert {
    position: relative;
    width: 100%;
    display: block;
    z-index: 4;
}
/*Updated by developer*/
.alert-danger{
	color: #fff;
	background-color: #ff5b5b;
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px;
	font-size: 13px;
	border-radius: 0;
	border-color: #ff5b5b;
	margin-bottom:0px;
}
.alert-danger ul{
	margin:0px;
	padding:0px;
}
.ft_links{
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top:20px;
}
/*Updated by developer*/
.alert-success{
	color: #fff;
	background-color: #2fcd46;
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px;
	font-size: 13px;
	border-radius: 0;
	border-color: #2fcd46;
	margin-bottom:0px;
}
.alert-success ul{
	margin:0px;
}
.coupon-alert .alert-danger, .coupon-alert .alert-success{
	margin-top: 7px;
}
.menu_icon {
  width: 21px;
  height: 16px;
  float: left;
  margin: 0px 0px;
  background: #f3f3f3;
  /* margin-left: 75px; */
  background: url(icons.svg) -135px -116px !important;
  cursor: pointer;
}

/*.init-megamenu{
	position: absolute;
	display: inline-block;
}*/
#megamenu{
	display: none;
	width: auto;
	height: auto;
	/*position: absolute;*/
	max-width: 17%;
	margin-left: -14.65%;
	position: fixed;
	/* top: 80px; */
	top: 96px;
	z-index:2;
}
.sticky_header #megamenu{
	top: 27px;
}
#megamenu .inner_mega_menu{
	position: relative;
	margin-top: 30px
}
/*For up arrow start*/
#megamenu .inner_mega_menu:after, #megamenu .inner_mega_menu:before {
	bottom: 100%;
	right: 6%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#megamenu .inner_mega_menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
#megamenu .inner_mega_menu:before {
	border-color: rgba(234, 234, 234, 0);
	border-bottom-color: #eaeaea;
	border-width: 8px;
	margin-left: -8px;
}

#megamenu .inner_mega_menu li.hash-child:hover:after{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 6px;
	background: #fff;
	right: 8px;
}
.init-megamenu:hover #megamenu{
	display: block;
}
.megamenu:hover{
	display: block;	
}

#cart_box{
	display: none;
	width: auto;
	height: auto;
	/*position: absolute;*/
	max-width: 21.1%;
	margin-left: -15.9%;
	position: fixed;
	/* top: 80px; */
	/* top: 31px; */
}
.sticky_header #cart_box{
	/* top: 27px; */
}
 #cart_box .inner_mega_menu{
	position: relative;
	/* margin-top: 30px; */
}
/*For up arrow start*/
#cart_box .inner_mega_menu:after, #cart_box .inner_mega_menu:before {
	bottom: 100%;
	right: 17.1%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#cart_box .inner_mega_menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
#cart_box .inner_mega_menu:before {
	border-color: rgba(234, 234, 234, 0);
	border-bottom-color: #eaeaea;
	border-width: 8px;
	margin-left: -8px;
}

#cart_box .inner_mega_menu li.hash-child:hover:after{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 6px;
	background: #fff;
	right: 8px;
}
.init-megamenu:hover #cart_box{
	display: block;
}
.cart_box_wrapper{
	max-height: 250px !important;
}
.cart_box_wrpper{
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.cart_box_hd_margin{
	margin-bottom: 12px !important;
	margin-top: 10px !important;
}
.cart_box_content{
	width:70% !important;
}

.cart_box_wrapper {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 15px;
  width: 93%;
  margin-left: 10px;
}

/* width */
.cart_box_wrapper::-webkit-scrollbar {
  width: 8px;
  padding: 10px 0px;
}

/* Track */
.cart_box_wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.padding_cart_hover {
    padding: 15px 10px;
}
.cart_hover_box_wrpper {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
}

/*Distance Range Slider*/
.delivery_det_fields{
	margin-bottom:20px;
}
.delivery_det_fields .form-control{
	font-size: 0.85rem;
}
.pickup_method_val,.delivery_method_val{
	display:none;
}
.length{
	background: #4356ba !important;
}
.field-title {
  position: absolute;
  top: -12px;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-size: 0.75rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.options {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.range__slider {
  position: relative;
  width: 100%;
  height: calc(65px - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.08);
  /* border-radius: 5px; */
  margin: 30px 0 20px 0;
}

.range__slider::before, .range__slider::after {
  position: absolute;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

.range__slider::before {
  content: attr(data-min);
  left: 10px;
}

.range__slider::after {
  content: attr(data-max);
  right: 10px;
}

.range__slider .length__title::after {
  content: attr(data-length);
  position: absolute;
  right: -19px;
  font-variant-numeric: tabular-nums;
  color: rgba(0, 0, 0, 0.8);
}

#slider {
  -webkit-appearance: none;
  width: calc(100% - (70px));
  /* border-radius: 5px; */
  background: rgba(255, 255, 255, 0.314);
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#slider::-webkit-slider-thumb:hover {
	background: #d4d4d4;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

#slider::-moz-range-thumb:hover {
  background: #d4d4d4;
}
/*Distance Range Slider*/
/*
#megamenu{
	display: block;
}
.menu_title:hover + .row_margin_menu{	
	display: inline-block;	
}
*/


.inner_mega_menu .wrapper_megamenu{
	width:100%;
	max-width:100%;
}
.inner_mega_menu .row_margin_menu{
	margin-left: -9px;
	min-width: 22rem;
	margin-top: -3px;
}
.mobile_menu{display: none;}
.header input {
  background-color: #fff !important;
  border-radius: 0px !important;
  width: 100%;
  margin-top: 3px !important;
  margin-bottom: 0px !important;
  padding-top: 8px;
  height: 38px !important;
  font-size: 13px !important;
  margin-left: 0px;
  text-indent: 10px;
  padding-left: 0px;
  border: 1px solid #ced4da !important;  
}
.header input::placeholder {
  color: #333 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.box_header {
  /* float: left;
  margin-top: 12px; */
}
.icon_number {
  width: 22px;
  height: 22px;
  float: left;

  background-image: url(icons.svg);
  background-position: -73px -233px;
}

.icon_bg_two {
  background-image: url(icons.svg);
  background-position: -140px -234px;
}

.logged_icon{
  background-image: url(icons.svg);
  background-position: -116px -234px;
}


.icon_bg_three {
  background-image: url(icons.svg);
  background-position: -168px -233px;
}

.basket {
  position: relative;
}
/* .cart_number {
  position: absolute;
  width: fit-content;
  height: fit-content;
  background-color: #ff5d5b;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  top: -1px;
  left: -10px;
  padding: 0px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.cart_number_one {
	position: absolute;
	width: 15px;
	height: 15px;
	/* background-color: #ff5d5b; */
	background-color: #4356ba;
	border-radius: 100%;
	color: #fff;
	font-size: 0.7rem;
	top: -7px;
	left: 5px;
	text-align: center;
	padding: 0px 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.cart_number_two {
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ff5d5b;
  border-radius: 100%;
  color: #fff;
  font-size: 0.7rem;
  top: -11px;
	left: 5px;
  text-align: center;
  /* padding: 1px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.cart_number_three {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ff5d5b;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  top: -14px;
  left: -18px;
  text-align: center;
  /* padding: 1px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_number {
  margin: 0px 3px;
}
.fl {
  float: left;
}
.wa {
  width: auto !important;
}
.fr {
  float: right;
}
.box_number strong {
  font-weight: 700;
}
.box_number span {
  font-weight: 500;
}
.box_number strong,
.box_number span {
  color: #333;
  font-size: 13px;
  margin-left: auto;
  /* float: left; */
  font-size: 12px;
  /* margin-top: 2px; */
}
.wrap_input {
  position: relative;
  /* float: right; */
  /* width: 59.4%; */
  width: 39.4%;
  margin-right: 9px;
}
.lan_selector img{
	width:22px;
}
.search_btn {
  position: absolute;
  right: 2%;
  top: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background-image: url(icons.svg);
  background-position: -102px -112px;
}

.wrapper_search_result {
  background-color: #fff;
  /* border-radius: 5px; */
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 9991;
  /* box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
  overflow: hidden;
}
/*Updated by developer*/
.scroll_box_search {
  max-height: 398px;
  overflow-y: auto;
  margin: 10px 0px;
  /* max-width: 96.5%; */
}

/* width */
.scroll_box_search::-webkit-scrollbar {
  width: 8px;
  padding: 10px 0px;
}

/* Track */
.scroll_box_search::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.scroll_box_search::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.scroll_box_search::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.adv_search_result .item{
	padding-left: 16px;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-top: 8px;
	display: flex;
	align-items: center;
	text-decoration: none;
	background-color: transparent;
	margin:0px;
	color:#333333;
	font-size: .875rem;
}

.adv_search_result .item:hover {
  background-color: #f4f4f4;
  color:#333333;  
}
.adv_search_result .item p{
	margin:0px;
}

/*Updated by developer*/
.box_search_result {
  padding: 12px 0px 10px 0px;

  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.wrap_list_sresult {
  width: 81%;
}
/*Updated by developer*/
.box_search_result img {
  width: 48px;
  height: 48px;
  /*height: fit-content;*/
  margin: 0px 8px 0px 12px;
  float: left;
}
/*Updated by developer*/
.search_result_name{
	width: 80%;	
}
.search_product_name{
	padding-top: 7px;
}
/*Updated by developer*/
.search_icon_result {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background-image: url(icons.svg);
  background-position: -102px -112px;
  margin: -8px 8px 0px 12px;
  float: left;
}
.result_padding {
  padding-top: 23px;
}

/*Updated by developer*/
.box_search_result span {
  color: #0f0607;
  font-size: 13px;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-top: -8px;
}
/*Updated by developer*/
.box_search_result strong {
  color: #4356ba;
  font-size: 11px;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.box_search_result:hover {
  background-color: #f4f4f4;
}

.arrow_login {
  width: 14px;
  height: 9px;
  /* float: left;
  margin: 6px 5px; */
  cursor: pointer;
  background: url(icons.svg) -394px -165px !important;
  display: inline-flex;
}

.dropdown-menu.show {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
  width: 186px;
  padding: 0px 5px;
  padding-bottom: 10px;
  left: -30px !important;
  top: 10px !important;
}
.dropmenu_one .dropdown-menu.show {
  left: -130px !important;
  top: 10px !important;
}

.btn_login {
  width: 150px;
  margin: 14px 12px;
  background-color: #4356ba;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.cursor {
  cursor: pointer;
  float: left;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown {
  float: right;
  width: fit-content;
  margin-left: 15px;
}

.wrapp_or {
  width: 100%;
  background-color: #fff;
  float: left;
  position: relative;
  margin-top: 3px;
}
.or_line {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  margin: 0px 0px;
  float: left;
}
.text_or {
  color: #8e8e8e;
  position: absolute;
  background-color: #fff;
  padding: 0px 10px;
  top: -8px;
  left: 0;
  right: 0;
  width: 40px;
  height: 20px;
  bottom: 0;
  margin: auto;
  width: fit-content;
  font-size: 13px;
  height: fit-content;
  font-weight: 600;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  outline: none !important;
}
.text_account {
  color: #4356ba;
  font-size: 14px;
  width: 100%;
  float: left;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  margin-top: 14px;
  font-weight: 600;
}
.text_account:hover {
  color: #7f8b96;
}

/*-----topbar_end-----*/
/* .carousel-inner {
  border-radius: 5px;
} */
.wrapper_megamenu {
  padding-left: 0px;
  padding-right: 5px;
  /* margin-bottom: 20px; */
}
.wrap_megamenu {
  background-color: #fff;
  /* border-radius: 5px; */
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  padding-top: 3px;
	padding-bottom: 3px;
}
.carousel {
  /* -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); */
}
.row_margin_menu {
	margin-left: -2px;
	margin-right: 0px;
	position: absolute;
	display:none;
	min-width: 22rem;
	margin-top:-3px;
}
.menu_title:hover + .row_margin_menu{	
	display: inline-block;	
}
.row_margin_menu:hover{
	display: inline-block;	
}
/* Updated by developer */
.wrapper_right_megamenu {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 0px;
  /* border-top-right-radius: 5px; */
  /* border-bottom-right-radius: 5px; */
  border-bottom-left-radius: 0px;
  border-left: solid 1px #e0e0e0;
  /* -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); */
  /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);   */
  z-index: 2;
  right: 2px;
  min-width:100%;
  max-width:100%;
}
/* Updated by developer */
.scroll_right_megamenu {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 465.2px;
  min-height: 465.2px;
  overflow-y: scroll;
  padding: 3px 0px;
}
.megamenu_background{
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position: 100% 111%;
}
/* Updated by developer */
.menu_title{
	float: left;
	width: 100%;
}
.category-menu-text:hover .link_megamenu{
	color: #4356ba !important;
}
.category-menu-text:hover .category_menu_ico{
	/*background: #007bff !important;*/
}
/* width */
.scroll_right_megamenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scroll_right_megamenu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.scroll_right_megamenu::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.scroll_right_megamenu::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.scroll_megamenu {
  /*overflow-y: scroll;*/
  /* max-height: 393px; */
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  /* min-height:393px; */
}

/* width */
.scroll_megamenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scroll_megamenu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.scroll_megamenu::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.scroll_megamenu::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.box_right_menu {
  padding: 0px 10px;
}

.title_righ_megamenu {
  /* border-bottom: solid 1px #e0e0e0; */
  padding: 4.8px 0px;
  /* margin-bottom: 6px; */
  
}

.title_righ_megamenu {
  font-size: 13px;
  color: #0c0f10;
  font-weight: 500;
  /* margin-bottom: 5px; */

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.title_righ_megamenu:hover,
.category_righ_megamenu:hover {
  color: #4356ba;
}
.category_righ_megamenu {
  font-size: 11px;
  color: #0c0f10;
  font-weight: 500;
  margin-bottom: 8px;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.heading_category_menu a {
  font-size: 15px;
  color: #0c0f10;
  padding-left: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.heading_category_menu a:hover,
.link_megamenu:hover {
  color: #4356ba;
}
.box_item_category {
  padding: 0px 8px;
}

.content_item_category {
  display: flex;
  align-items: center;
  padding: 6.05px 0px;
}

.icon_megamenu {
	background: url(icons.svg) -30px -31px;
	width: 18px;
	height: 17px;
	display: inherit;
}
.bg_icon_megamenu{background: none;}
.category_menu_ico{
	width:100%;
}
.mt_link{margin-top: 3px;}
.bg_megamenu_two {
	background: url(icons.svg) -30px -80px;
	width: 23px;
	height: 18px;
}
.bg_megamenu_three {
	background: url(icons.svg) -30px -102px;
	width: 23px;
	height: 20px;
}
.bg_megamenu_four {
	background: url(icons.svg) -30px -126px;
	width: 24px;
	height: 19px;
}
.bg_megamenu_five {
	background: url(icons.svg) -30px -152px;
	width: 24px;
	height: 20px;
}
.link_megamenu {
	font-size: 13px;
	color: #0c0f10;
	font-weight: 500;
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	line-height: initial;
}

.wrapper_carousel {
  /* min-height: 100px; */
  /* padding: 0px 10px; */
  /* padding-right: 0px; */
  /* border-radius: 5px; */
  /* max-height:384px; */
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display:none;  
}
.carousel-control-next-icon {
  background: #333333 url(icons.svg) -425px -187px !important;
}

.carousel-control-prev-icon {
  background: #333333 url(icons.svg) -362px -187px !important;
}

/*.carousel-control-next:focus .carousel-control-next-icon{
    display:block;
}*/
.carousel-control-next:hover .carousel-control-next-icon{
    display:block;
	opacity:1 !important;
}
/*.carousel-control-prev:focus .carousel-control-prev-icon{
    display:block;
}*/
.carousel-control-prev:hover .carousel-control-prev-icon{
    display:block;
	opacity:1 !important;
}
.wrapper_process {
  border-bottom: solid 1px #e9ecee;
  padding: 9px 0px;
  background-color: #fff;
}
.wrapp_process {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.icon_process {
  width: 42px;
  height: 40px;
  float: left;
 /* background: url(icons.svg) -86px -168px;*/
  margin-top: 2px;
}

.process_bg_one {
  background: url(icons.svg) -148px -163px;
}
.process_bg_two {
  background: url(icons.svg) -208px -166px;
  width: 58px;
}
.process_bg_three {
  background: url(icons.svg) -280px -165px;
  width: 44px;
}

.title_process {
  font-size: 15px;
  color: #0c0f10;
  font-weight: 600;
  margin-left: 10px;
  float: left;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.text_process {
  font-size: 11px;
  color: #616161;
  margin-left: 10px;
  float: left;
  font-weight: 500;
}
.title_materials {
	font-size: 1rem;
	color: #0c0f10;
	font-weight: 600;
	/* margin-top: 10px; */
	/* margin-bottom: 5px; */
	margin-left: 5px;
	text-transform: uppercase;
}
.wrapper_materilas,
.wrapper_categories,
.wrapper_join {
  margin-top: 0.9rem;
}
.arrow_see {
  float: left;
  width: 10px;
  height: 16px;
  margin-left: 6px;
  background: url(icons.svg) -293px -234px;
  margin-top: 4px;
}
.title_see {
  font-size: 13px;
  color: #0c0f10;
  float: left;
  font-weight: 600;
  margin-top: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.title_see:hover {
  color: #4356ba;
}
.margin_advertisement {
  margin-left: -5px;
  margin-right: -5px;
}

.box_title_carousel {
	width: 100%;
	color: #0c0f10;
	font-size: 15px;
	position: relative;
	padding: 0px 0px;
	font-weight: 600;
	min-height: 65px;
}
.box_title_category_carousel{
	min-height: auto;
	text-align:center;
	font-size:1rem;
}
.item_carousel {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	border: solid 1px #ffff;
	padding-bottom: 5px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.item_height_mob{
	min-height: 309px;
}
.item_carousel img {
	width: 100%;
}
.item_carousel .product_img_detail {
	width: 100%;
	/* margin-top: 6px; */
	/*width: 200px;
	height: 200px;*/
}
.item_carousel:hover {
  /* border-radius: 5px; */
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
}

.box_title_carousel h3 {
	color: #0c0f10;
	font-size: 0.85rem;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 6px;
}
.box_title_category_carousel h3 {
	margin-bottom:0px;
}
.box_title_carousel h1 {
	color: #000;
	font-size: 0.9rem;
	font-weight: 500;
}
.box_title_carousel h4 {
	color: #7881a1;
	font-size: 0.8rem;
	font-weight: 400;
	margin-top: -5px;
	text-decoration: line-through;
	text-decoration-color: #f58f5f;
	margin-bottom: 0;
}
.box_offer {
	background-color: #fbb3b3;
	color: #023f78;
	font-size: 0.6rem;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	right: 3px;
	bottom: 2.5px;
	position: absolute;
}
.price_sec_banner{
	min-height: 35px;
	float: left;
	position: relative;
	width: 100%;
}

.box_process:hover .title_process {
  color: #4356ba;
}

.conainer_categories {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-top: 15px;
}

.btn_join_now {
  background-color: #f7ac1b;
  /* border-radius: 5px; */
  float: right;
  padding: 10px 35px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
}

.btn_join_now:hover {
  background-color: #d89005;
}

.wrapp_materilas,
.wrapp_categories,
.wrapp_advertisement,
.wrap_join {
  background-color: #fff;
  overflow: hidden;
  /*padding: 0px 50px 30px 50px;*/
  /* padding: 0px 18px 3px 18px; */
  padding: 5px;
  /* border-radius: 5px; */
  /* -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05) */;
  border: solid 1px #f0f0f0;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

.wrapp_categories {
  padding: 5px 50px 40px 50px;
}
.wrap_join {
  padding: 10px;
}
.wrapp_advertisement {
  /* padding: 10px; */
  padding: 0px;
}
.wrapp_advertisement img {
  width: 100%;
  /* border-radius: 5px; */
}

.wrapp_materilas .fr {
  /* margin-top: 9px; */
}
.box_categories {
  background-color: #f3f3f3;
  /* border-radius: 5px; */
  float: left;
  padding: 10px 25px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.box_categories:hover {
  background-color: #e0dfdf;
}

.icon_categories {
  width: 38px;
  height: 38px;
  float: left;
  background: url(icons.svg) -48px -287px;
}

.bg_categories_one {
  background: url(icons.svg) -107px -283px;
}
.bg_categories_two {
  background: url(icons.svg) -172px -283px;
  width: 45px;
}
.bg_categories_three {
  background: url(icons.svg) -45px -334px;
}
.bg_categories_four {
  background: url(icons.svg) -108px -333px;
}
.bg_categories_five {
  background: url(icons.svg) -175px -333px;
}

.text_categories {
  float: left;
  color: #0c0f10;
  font-weight: 600;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 18px;
}
.wrapper_features {
  padding-bottom: 30px;
  margin-top: 20px;
}
.wrapper_join,
.wrapper_weekend,
.wrapper_materilas,
.wrapper_features,
.wrapper_categories,
.wrapper_process,
.wrapper_footer,
.wrapper_bottom_footer {
  overflow: hidden;
}
/*-------button_start-----*/
.owl-dots {
  display: none;
}
.client h2 {
  margin-bottom: 30px;
}

/*button.owl-prev {
  width: 35px;
  height:35px; 
  float: left;
  position: absolute;
  border-radius: 100%;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto !important;
}*/

.owl-carousel .owl-nav.disabled {
  display: block !important;
  top: -10px !important;
}
.module-banners_module .owl-carousel .owl-nav.disabled{
	display: none !important;
}
.box_img img {
  width: 100%;
}
button.owl-next,button.owl-prev {
	width: 4%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	text-align:center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display:flex !important;
}
button.owl-next{
	right:0;
}
button.owl-prev {
	left:0;
}
button.owl-next span, button.owl-prev span{
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: auto !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  display:none;
}

button.owl-next span{
  background: #333333 url(icons.svg) -425px -187px !important;
}

button.owl-prev span{
  background: #333333 url(icons.svg) -362px -187px !important;
}

/*button.owl-next:focus span{
    display:block;
}*/
button.owl-next:hover span{
    display:block;
}
/*button.owl-prev:focus span{
    display:block;
}*/
button.owl-prev:hover span{
    display:block;
}

.owl-image-carousel button.owl-next {
	right: 2px;
}
.owl-image-carousel button.owl-prev {
	left: 2px;
}
.owl-fw-carousel button.owl-next {
	/* right: 1.5rem; */
}
.owl-fw-carousel button.owl-prev {
	/* left: 1.5rem; */
}
.owl-image-carousel .owl-dots, .owl-fw-carousel .owl-dots {
	display: block;
	position: absolute;
	bottom: 0;
	align-content: baseline;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.owl-fw-carousel .owl-dots .owl-dot.active span, .owl-fw-carousel .owl-dots .owl-dot:hover span {
    background-color: #4356ba !important;
}

.owl-image-carousel .owl-dots .owl-dot.active span, .owl-image-carousel .owl-dots .owl-dot:hover span {
    background-color: #4356ba !important;
}


/*.carousel-control-next-icon {
  margin-left: 25px;
  margin-top: -8px;
  background: url(icons.svg) -292px -276px !important ;
}

.carousel-control-prev-icon {
  margin-left: -20px;
  margin-top: -8px;
  background: url(icons.svg) -247px -276px !important ;
}*/


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: rgba(0, 0, 0, 0) !important;
}
.owl-nav{
	margin-top: 0px !important;
}
button.owl-next:hover,
button.owl-prev:hover {
  background: none !important;
  /* opacity:0; */
}

.owl-theme .owl-nav [class*="owl-"] {
  /* border-radius: 100% !important; */
}
.padding_carousel {
  padding-left: 30px;
  padding-right: 30px;
}
/*-------button_end----*/

.title_join {
  text-align: center;
  font-size: 22px;
  color: #0c0f10;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 8px;
}

.wrap_payment {
  background-color: #4356ba;

  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  padding: 45px 45px 30px 45px;
}
.border_payment {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}

.wrap_payment span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.box_payment {
  margin: 12px 0px;
}
.icon_payment {
  width: 15px;
  height: 15px;
  float: left;
  background: url(icons.svg) -35px -536px;
}
.text_payment {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: -3px 15px;
  font-weight: 600;
  float: left;

  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.text_payment:hover {
  color: #cbe6ff;
}

.content_join {
  color: #0c0f10;
  font-size: 16px;
  line-height: 25px;
  padding: 10px;
  text-align: justify;
}
#owl-two button.owl-prev {
  left: 25px;
  background: #b1b0b3 url(icons.svg) -355px -179px !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
#owl-two button.owl-next {
  right: 25px;
  background: #b1b0b3 url(icons.svg) -418px -179px !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

#owl-two button.owl-prev:hover {
  background-color: #76757b !important;
}
#owl-two button.owl-next:hover {
  background-color: #76757b !important;
}

/*-------footer_start-------*/
.wrapper_footer {
  /* background-color: #100e0f; */
  background-color: #ffffff;
  padding: 30px 0px 30px 0px;
  /* margin-top: 0.9rem; */
}
.wrapper_email {
  display: flex;
}
/* Updated by developer */
.wrapper_email input {
  outline: none !important;
  float: left !important;
  padding-left: 15px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 5px !important;
  height: 40px !important;
  background-color: #fff !important;
  width: 100% !important;
  margin: 0 0 0px 0 !important;
  /* border: none !important; */
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
  
  border: solid 1px #193df9;
}
.wrapper_email input::placeholder {
  padding-left: 15px !important;
  color: #616161 !important;
  text-indent: 10px !important;
}

.wrapper_email input:-moz-placeholder {
  padding-left: 15px !important;
}

.wrapper_email button {
  float: left;
  height: 40px;
  background-color: #4356ba;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  font-size: 15px;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
  font-weight: 600;
}

.wrapper_email button:hover {
  background-color: #193df9;
}

.text_below_email {
  color: #696564;
  text-align: center;
  font-weight: 400;
  margin: auto;
  font-size: 16px;
  line-height: 23px;
}
.footer_border {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer_border_one {
  width: 100%;
  float: left;
  height: 1px;
  background-color: #696564;
}
.footer_border_two {
  width: 100%;
  float: left;
  height: 1px;
  background-color: #696564;
}
.footer_border_three {
  width: 100%;
  float: left;
  height: 1px;
  background-color: #696564;
}
.footer_logo {
	/* width: 191px;
	height: 51px;
	float: left;
	background: url(icons.svg) -73px -458px; */
	
	float: left;
	width: 280px;
	height: 62px;
	background-image: url(logo.png);
	background-size: cover;
}
.box_footer_text {
  font-size: 14px;
  color: #696564;
  text-align: inherit;
  line-height: 20px;
  margin-top: 10px;
}
.wrapp_smedia {
  margin-top: 20px;
}
.box_smedia {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 20px;
  background: url(icons.svg) -44px -393px;
}
.bg_smedia_one {
  background: url(icons.svg) -90px -393px;
  width: 35px;
}
.bg_smedia_two {
  background: url(icons.svg) -140px -393px;
}
.bg_smedia_three {
  background: url(icons.svg) -192px -393px;
  width: 50px;
}

.footerlink_title {
  font-size: 16px;
  color: #a9a8a8;
  margin-bottom: 15px;
  font-weight: 600;
}
.footerlink_text {
  font-size: 13px;
  color: #696564;
  margin-bottom: 2px;
  font-weight: 500;
}
.footerlink_text a{
	color:#696564;
	display: inline-block;
}
.footerlink_text a:hover{
	color:#ffffff;
	text-decoration:underline !important; 
}
.border_footerlink {
  height: 1px;
  background-color: #696564;
  margin-bottom: 8px;
  width: 80%;
}
.wrapper_bottom_footer {
  background-color: #343233;
  border-top: solid 1px #696564;
  padding: 10px 0px;
  overflow: hidden;
}
.icon_cright {
  width: 33px;
  height: 33px;
  background: url(icons.svg) -261px -391px;
}

.text_compny_limited {
	font-size: 0.95rem;
	color: #a9a8a8;
	margin-left: 15px;
	margin-top: 12.2px !important;
	line-height: normal;
}
.text_registration {
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
  margin-top: 2px;
  line-height: 18px;
}
.wrap_bottom .fl {
  margin-top: 5px;
  /* min-height: 30px; */
}
/*-------footer_end-------*/

/*-------detail_page_start-------*/
.border_input input {
  border-radius: 20px;
}
.breadcrumb {
  background-color: #fff;
  padding: 15px 0px 0px 0px;
  margin-bottom: 2px;
}
/*Updated by developer*/
.breadcrumb li a,
.breadcrumb li span,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #0c0f10;
  font-weight: 400;
  font-size: 11px;
}
.breadcrumb_title {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.breadcrumb li a {
  text-decoration: underline !important;
}
.breadcrumb li a:hover {
  text-decoration: none !important;
}
/*Updated by developer*/
.accordion_label {
  color: #0c0f10;
  font-weight: 500;  
  float: left;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;  
}
/*Updated by developer*/
.box_side_category {
  margin-bottom: 3px;
  padding: 10px 0px 10px 0px;
  padding-left: 12px !important;  
}
.accordion_label:hover {
  color: #4356ba;
}
.box_side_category:hover {
  background-color: #f5f5f5;
}

.box_label_category {
  padding-left: 35px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box_label_category:hover {
  background-color: #f5f5f5;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.2rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem;
}

.text_count {
  color: #0c0f10;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 15px !important;
}
.wrapper_detail_content {
  /* background-color: #f5f5f5; */
  /* overflow: hidden; */
  /* margin-top: 75px; */
}
/* Updated by developer */

/* Updated by developer */
.default_add_btn{
	border: none;
	text-decoration: underline;
}
/* Updated by developer */
.default_add_btn:hover{
	text-decoration: none;
}
	
.wrapper_filter {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
  margin-top: 15px;
}

.filter_box {
  color: #0c0f10;
  font-weight: 600;
  font-size: 18px;
  border-bottom: solid 1px #f1f5f8;
  padding: 10px 15px;
}

.item_box_filter {
  color: #0c0f10;
  font-weight: 600;
  font-size: 14px;
  border-bottom: solid 1px #f1f5f8;
  padding: 15px 15px;
}
.wrapp_checkbox {
  margin: 10px 0px;
  overflow-y: scroll;
  max-height: 380px;
  padding-left: 0px;
  padding-right: 10px;
}

/* width */
.wrapp_checkbox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.wrapp_checkbox::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.wrapp_checkbox::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.wrapp_checkbox::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.wrapp_checkbox label {
  color: #0c0f10;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  margin-bottom: 3px;
}
.wrapp_checkbox label:hover {
  color: #4356ba;
}

.arrow_filter {
  width: 15px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(icons.svg) -392px -103px !important;
}
.collapsed .arrow_filter {
  width: 15px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 21px;
  background: url(icons.svg) -392px -133px !important ;
}
.cursor_btn {
  cursor: pointer;
}
.wrapper_header_detail {
  background-color: #212c6e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 20px;
}
.icon_header_detail {
  margin: 15px 20px 15px 15px;
  width: 32px;
  background: url(icons.svg) -741px -33px;
  height: 32px;
}
.line_header_detail {
  height: 55px;
  width: 1px;
  background-color: #fff;
}
.wrapper_header_detail span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 19px 15px 0px 15px;
}
.wrapper_sortbox {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 5px !important;
  margin-top: 15px;
  border: solid 1px #f0f0f0;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.title_sort {
  color: #0c0f10;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 17px 11px 9px;
}

.text_sort a {
  color: #385a7e;
}

.text_sort a:hover {
  color: #4356ba;
}

.wrapper_scroll_tab {
  overflow-x: auto;
  white-space: nowrap;
  max-width: 540px;
}

/* width */
.wrapper_scroll_tab::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.wrapper_scroll_tab::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.wrapper_scroll_tab::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.wrapper_scroll_tab::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.text_sort {
  color: #385a7e;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0px 10px 0px;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 14px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.heading_sort_details {
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}
.list_view_ico{
	background-image: url(icons.svg);
	background-position: -160px -610px;
	width: 25px;
	height: 25px;
}
.grid_view_ico{
	background-image: url(icons.svg);
	background-position: -191px -611px;
	width: 25px;
	height: 25px;
}
.list_view_ico.list{
	background-position: -160px -580px;
}
.grid_view_ico.grid{
	background-position: -191px -581px;
}
.list_view_ico:hover{
	background-position: -160px -580px;
}
.grid_view_ico:hover{
	background-position: -191px -581px;
}
.text_sort :hover .hover_border_sort {
  background-color: #0f7258;
}

.active_border_sort {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  background-color: #0f7258;
}
.hover_border_sort {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.icon_arrow_sort {
  width: 11px;
  height: 8px;
  margin-top: 6px;
  margin-right: 3px;
  background: url(icons.svg) -395px -151px;
}

.show_box {
  margin-right: 15px;
  margin-top: 3px;
}

.show_box span {
  color: #0c0f10;
  font-weight: 600;
  font-size: 14px;
  float: left;
  margin: 5px 3px 0px 0px;
}
.number_show {
  color: #4e9ce7;
  border-radius: 8px;
  padding: 5px 6px;
  margin-left: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.bg_active {
  background-color: #e4e9ef;
}
.number_show:hover {
  background-color: #e4e9ef;
}
.wrapper_product_detail {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
  padding: 15px 10px;
  /* padding: 0px 10px; */
  margin-top: 15px;
  /* border-radius: 3px; */
}
/* .product_img_detail { */
  /* margin-top: 30px; */
/* } */
.product_img_detail img {
  width: 100%;
}
.title_product_detail {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  /* margin-top: 25px; */
}
.number_product_detail {
  color: #5c5c5c;
  font-weight: 500;
  font-size: 20px;
  margin-top: 8px;
}
.specification_product_detail {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}

.box_specification {
  margin-top: 8px;
}
.box_specification span {
  color: #585858;
  font-weight: 500;
  font-size: 14px;
}
.box_specification strong {
  color: #585858;
  font-weight: 500;
  font-size: 14px;
  min-width: 85px;
}
.button_showmore {
  color: #52aaf1;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.text_showmore {
  width: fit-content;
  float: left;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.text_showmore:hover {
  color: #3278b1;
}
.underline_showmore {
  width: 100%;
  background-color: #e8f0fd;
  height: 2px;
  float: left;
}
.wrapper_delivery_box {
  border: solid 1px #f0f0f0;
  padding: 20px 5px;
  padding-top: 5px;
  margin-top: 15px;
  /* border-radius: 3px; */
  /* margin-bottom: 30px; */
}

.icon_delivery {
  width: 33px;
  height: 18px;
  background: url(icons.svg) -384px -35px;
  margin-top: 3px;
}

.icon_bg_delivery {
  background: url(icons.svg) -381px -61px;
  margin-top: -4px;
  width: 34px;
  height: 25px;
}

.wrapper_delivery_box span {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
}
.wrap_delivery_box {
  margin-top: 15px;
}

/* Updated by developer */
.border_left_product {
  width: 1px;
  background-color: #f2f1f6;
}
.price_box {
  text-align: center;
  margin-top: 30px;
}
.price_box span {
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
}
.price_box h1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-top: -2px;
}
.select_box {
  width: 95px;
  height: 40px;
  background-color: #eff4f7;
  border: solid 1px #f0f0f0;
  border-radius: 20px;
  margin: 2px 10px 0px 15px;
}
/* Updated by developer */
.cart_button {
  width: 142px;
  height: 42px;
  background: #4356ba;
  cursor: pointer;
  /* border-radius: 20px; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  border-radius: 0px;
  border:none;
  text-transform: uppercase;
}

.cart_button:hover {
  background-color: #193df9;
}

.cart_icon {
	width: 22px;
	height: 24px;
	background: url(icons.svg) -469px -36px;
	margin-right: 4px;
}

.cart_button span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.page_navigation {
  margin: 20px 0px;
  margin-bottom: 0px;
  width: fit-content;
}
.page_navigation .links{
	display: block;
}
.page-link {
  background-color: #f2f2f2;
  border-color: #d6d6d6;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.page-link:hover {
  background-color: #4356ba;
  color: #fff;
}

.wrapper_recently {
  /* background: #f5f5f5; */
}
.padding_item_recently {
  padding: 10px;
}
.padding_item_recently img {
  margin-top: 0px;
}
.wrap_recently {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  padding-bottom: 25px;
  border: solid 1px #f0f0f0;
  padding: 0px 10px;
  margin-top: 15px;
  /* border-radius: 5px; */
}
.item_seeall {
  margin-top: 30px;
}
.container_recently {
  display: grid;

  gap: 0rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.box_recently img {
  width: 100%;
}
.box_recently h3 {
  color: #0c0f10;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.box_recently h1 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-top: -5px;
}
.box_recently h4 {
  color: #7881a1;
  font-size: 13px;
  font-weight: 600;
  margin-top: -5px;
  text-decoration: line-through;
}
.wrapper_breadcrumb {
  background-color: #fff;
}

/* Updated by developer start*/
.stars{
	position: relative;
	height: 16px;
	width: 106px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}	
.stars::before {		
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c7c7cd' width='16' height='12'%3E%3Cpath d='M8.58.38l1.35 2.86c.1.2.28.34.49.37l3.03.46c.53.08.74.77.35 1.16l-2.19 2.23a.7.7 0 0 0-.18.6l.52 3.15c.09.55-.47.97-.94.71l-2.7-1.49a.62.62 0 0 0-.61 0L5 11.93c-.48.25-1.04-.17-.95-.72l.52-3.15a.7.7 0 0 0-.18-.6l-2.2-2.23c-.38-.4-.17-1.08.36-1.16l3.03-.46c.21-.03.4-.17.49-.37L7.42.38c.24-.5.92-.5 1.16 0z'/%3E%3C/svg%3E"); 
	width: 106px;
	height: 16px;
	content: '';
	position: absolute;
	background-repeat: repeat-x;
	background-size: contain;
	background-position: 0 0;	
}
.reviewbox_review .stars::before {
	margin-left: -53px;
}
div.stars div {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f6b01e' width='16' height='12'%3E%3Cpath  d='M8.58.38l1.35 2.86c.1.2.28.34.49.37l3.03.46c.53.08.74.77.35 1.16l-2.19 2.23a.7.7 0 0 0-.18.6l.52 3.15c.09.55-.47.97-.94.71l-2.7-1.49a.62.62 0 0 0-.61 0L5 11.93c-.48.25-1.04-.17-.95-.72l.52-3.15a.7.7 0 0 0-.18-.6l-2.2-2.23c-.38-.4-.17-1.08.36-1.16l3.03-.46c.21-.03.4-.17.49-.37L7.42.38c.24-.5.92-.5 1.16 0z'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: contain;
	width: 106px;
	height: 16px;
	position: absolute;
}
div.stars div {
	background-position: 0 0;
}
.rating_count{
	float: left;
	font-size: 16px;
}
/* Updated by developer end*/

/*-------detail_page_end-------*/

/*-------detail_page_two_start-------*/
.text_logout {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon_dropmenu_detail {
  width: 32px;
  height: 31px;
  background: url(icons.svg) -324px -36px;
}
.text_dropmenu_detail {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin: 2px 0px 0px 13px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.text_dropmenu_detail:hover {
  color: #4356ba;
}

.box_dropmenu_detail {
  margin: 10px 0px 0px 0px;
}
.bg_dropmenu_one {
  background: url(icons.svg) -327px -77px;
  width: 32px;
  height: 23px;
}
.bg_dropmenu_two {
  background: url(icons.svg) -326px -105px;
  height: 26px;
}
.line_separation {
  background-color: #9c9c9c;
  margin-top: 13px;
}

.number_breadcrumb {
  color: #5c5c5c;
  font-weight: 500;
  font-size: 16px;
}
.text_review_breadcrumb {
  color: #7bafe9;
  font-weight: 500;
  font-size: 14px;
  margin: 5px 0px 15px 0px;
}
.wrapper_zoombox {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  /* border-radius: 5px; */
  margin: 0;
  margin-top: 20px;
  text-align: center;
  border: solid 1px #f0f0f0;
  padding: 14px 20px;
}

.wrap_zoombox {
  background-color: #4356ba;
  margin: auto;
}
.text_hover {
  color: #9ca5b1;
  font-weight: 500;
  font-size: 16px;
}
.icon_plus {
  width: 15px;
  height: 15px;
  background-color: darkgray;
  margin: 4px 10px 0px 0px;
}
.zoom_smal_box img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  border: solid 2px #fff;
  /* border-radius: 5px; */
  cursor: pointer;
}
.zoom_smal_box {
  margin: 0px 5px 0px 0px;
  padding: 0px;
}
.zoom_smal_box img:hover {
  border: solid 2px #ef5818;
}

.wrapper_right_price {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  /* border-radius: 5px; */
  margin: 0;
  margin-top: 20px;
  padding: 20px 20px 30px 20px;
  border: solid 1px #f0f0f0;
}
.row_margin_detail {
  margin-left: -15px;
  margin-right: 0px;
}
.right_pricebox {
  text-align: left;
  margin-top: 0px;
  margin-bottom:1rem;
}
.right_selectbox {
  margin: 5px 10px 0px 0px;
}
.text_right_delivery {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.wrapper_overview {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  /* border-radius: 5px; */
  margin: 0;
  margin-top: 15px;
  padding: 14px 20px 14px 10px; 
}

.text_overview {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

.description_overview {
  font-weight: 500;
  font-size: 14px;
  margin: 8px 0px 0px 0px;
}
.specification_points {
  font-weight: 500;
  font-size: 14px;
  text-align:left;
  word-wrap: break-word; 
}
.text_points_overview {
  color: #635469;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0px 0px 13px;
}
.description_overview li{
  color: #635469;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0px 0px 13px;  
}
.description_overview li::marker{
  width: 6px;
  height: 6px;
  color: #ef5512;
  border-radius: 100%;
}
.dot_overview {
  width: 6px;
  height: 6px;
  background-color: #ef5512;
  border-radius: 100%;
  margin: 8px 10px 0px 0px;
}

.text_points_specification {
  color: #635469;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0px 0px 0px;
}

.color_change {
  color: #7885a6;
}
.mb_technical {
  margin-bottom: 5px;
}
.btn_review {
  color: #6099e4;
  background-color: #ecf3fd;
  font-weight: 500;
  padding: 10px 50px;
  font-size: 14px;
  margin: 10px 0px 0px 15px;
  border: none;
  border-radius: 20px;
}
.dropdown-menu.dmenu_login {
  left: -66px !important;
  top: 10px !important;
  z-index:2;
}

/*-------detail_page_two_end-------*/

/*-------cart_page_start-------*/
.inner_title {
  color: #000000;
  font-weight: 500;
  font-size: 22px;
  margin: 15px 0px 0px 0px;
  /*padding-top: 75px;*/
}
.wrapper_cart_list_box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  /* border-radius: 5px; */
  margin: 0;
  margin-top: 20px;
  text-align: center;
  border: solid 1px #f0f0f0;
  padding: 15px 0px 30px 0px;
}
/*Updated by developer*/
.box_cart_img img {
  width: 60px;
  height: 60px;
padding: 0px;
border-radius: 0;  
}
.wrap_details_product {
  text-align: left;
}
.quantity_select {
  width: 95px;
  height: 36px;
  border: none;
  border-radius: 0px;
  border: solid 1px #e1e1e1;
  margin: 2px 0px 0px 0px;
  float: right;
  /* border-radius: 5px; */
  text-align: center;
  padding: 5px 5px;  
}
.arrow_list_quantity {
  background: url(icons.svg) -392px -132px;
  width: 15px;
  height: 12px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
  cursor: pointer;
}
.product_name a {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.product_name a:hover {
  color: #4356ba;
}

.seller_name {
  color: #8e8c8c;
  font-weight: 500;
  font-size: 14px;
}
.price_cart_product {
  color: #4356ba;
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
}
.real_price_cart {
  color: #8e8c8c;
  font-weight: 500;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 5%;
  margin-right: 5%;
  text-decoration-color: #f58f5f;
}
.quantity_select li{list-style: none; text-align: left;}
.margin_name {
  margin-top: -2px;
}
.cart_savings {
  color: #595959;
  font-weight: 500;
  font-size: 14px;
}
.remove_btn_cart span{
  color: #4356ba;
  font-weight: 500;
  font-size: 14px;
  float: left;
  margin-top: 0px;
  margin-left:10px;
}
.remove_btn_cart{
	cursor:pointer;
}
.icon_remove_btn {
  width: 21px;
  height: 23px;
  background: url(icons.svg) -185px -111px;
  float: left;
  margin-left: 10px;
  margin-top: -2px;
}				 
.cart_quantity {
	color: #7c7c7c;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	width: 95px;
	padding-left: 0px;
}
.wrap_cart_list {
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.cart_wrapper{display: flex; justify-content: center;}
.border_cart_list {
  height: 1px;
  width: 100%;
  background-color: #c9c5c4;
  float: left;
  margin-bottom: 5px;
}
.button_proceed {
  /* border-radius: 5px; */
  padding: 10px 30px;
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #4356ba;
  background-color: #4356ba;
  font-weight: 500;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 255px;
  height: fit-content;
  margin: auto;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-align: center;
  margin-right: 30px; margin-left: 30px;
}
.button_shopping {
  /* border-radius: 5px; */
  padding: 10px 30px;
  color: #4356ba;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e8e8e8;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 255px;
  height: fit-content;
  margin: auto;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-align: center;
  margin-right: 30px; margin-left: 30px;
}

.button_proceed:hover, .button_shopping:hover {
  color: #000;
}

.wrapper_right_cartprice {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  /* border-radius: 5px; */
  margin: 0;
  margin-top: 20px;
  padding: 0px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  border: solid 1px #f0f0f0;
}

/*Updated by developer*/
.text_price_label{
  color: #545353;
  font-weight: 500;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
/*Updated by developer*/
.text_price_details {
  text-align:right;
}
.fees_cart {
  color: #000;
  font-weight: 700;
  font-size: 15px;
}

.title_price_details {
  color: #545353;
  font-weight: 500;
  font-size: 15px;
}

.total_price_details {
  color: #4356ba;
  font-weight: 700;
  font-size: 0.85rem;
}
.border_margin_cart {
  margin-bottom: 20px;
  margin-top: 10px;
}

/*-------login_form_start-------*/
/*Updated by developer*/
.wrapper_login_form {
  margin-top: 20px;
}
.wrap_login_form {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  /* border-radius: 5px; */
  margin: 0;
  text-align: center;
  border: solid 1px #f0f0f0;
  overflow: hidden;
}
.box_left_login {
  background: url(../images/login_image.jpg) no-repeat;
  background-size: cover;
  min-height: 482px;
}

.box_account_login {
  margin: auto;
  width: 165px;
  height: fit-content;
  margin-top: 100px;
}

.box_account_login span a {
  color: #fff;
  float: left;
}

.box_account_login span {
  color: #fff;
  float: left;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.width_account {
  width: 194px;
}

.button_signup a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 18px;
  border: solid 1px #fff;
  /* border-radius: 3px; */
  width: fit-content;
  height: fit-content;
  overflow: hidden;
}

.button_signup a:hover {
  background-color: #4356ba;
  border: solid 1px #4356ba;
}

.wrap_loginbox {
  /* margin-top: 85px !important; */
  margin-top: 40px !important;
  text-align: left;
}

.button_login_cart {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-weight: 500;
  background-color: #4356ba;
  font-size: 14px;
  padding: 10px 0px;
  /* border-radius: 3px; */
  width: 100%;
  height: fit-content;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
cursor: pointer;
border:none;				  
}
.coupon_btn{
	margin-top: 0px;
	width: 200px;
	margin-left:30px;
}
.submit_button_login_cart {
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-weight: 500;
  background-color: #4356ba;
  font-size: 14px;
  padding: 10px 0px;
  /* border-radius: 3px; */
  width: 100%;
  height: fit-content;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: 1px;  
}
.button_login_cart:hover, .submit_button_login_cart:hover {
  background-color: #4356ba;
}

.text_login_cart {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.wrap_loginbox input, .wrap_loginbox select{
  border: none;
  border-bottom: solid 1px #a0a0a0;
  margin-top: 1rem;
  float: left;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding:10px 0px;
}
.wrap_loginbox .input_text_box{
	padding:10px;
}
.wrap_loginbox input::placeholder {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.check_box {
  margin-top: 10px;
}
.check_box .custom-control-label {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.text_signup_login {
  display: flex;
  justify-content: center;
  float: left;
  margin-top: 15px;
}

.text_signup_login h2 {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.text_signup_login h2 a {
  color: #767676;
}
/*Updated by developer*/
.text_signup_login h2 a:hover {
  text-decoration: underline !important;
}
/*Updated by developer*/
.text-danger {
    font-size: 12px;
}
/*Updated by developer*/
.text-success {
    font-size: 12px;
}
.text_signup_login span {
  color: #4356ba;
}
/*-------login_form_end-------*/

/*-------cart_page_start-------*/

/*-------sign_up_start-------*/

.box_left_signup {
  background: url(../images/login_image_two.jpg) no-repeat;
  background-size: cover;
  min-height: 690px;
}
.btn_margin_signup {
  margin-top: 60px;
}
.megamenu_inner {
  position: absolute;
  width: 280px;
  z-index: 999;
  left: 8.3%;
  top: 7%;
  display: none;
}
/*-------sign_up_end-------*/
/*-------checkout_start------*/
.color_order {
  color: #000;
  font-weight: 500;
}
.scroll_wrapper_order {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 15px;
  width: 93%;
  margin-left: 10px;
}

/* width */
.scroll_wrapper_order::-webkit-scrollbar {
  width: 8px;
  padding: 10px 0px;
}

/* Track */
.scroll_wrapper_order::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.scroll_wrapper_order::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.scroll_wrapper_order::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.wrapper_image_order {
  width: 58px;
  height: 62px;
  float: left;
}
.wrapper_image_order img {
  width: 100%;
  height: 100%;
}
.wrap_content_order h2 {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 4px;
}
.wrap_content_order h3 {
  color: #4356ba;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 4px;
}
.wrap_content_order h4 {
  color: #9a9b9b;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  float: left;
  text-decoration: line-through;																							
  margin-top: 0px;
  margin-bottom: 4px;
}
.wrap_content_order h5 {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 4px;
}
.wrap_content_order {
  float: left;
  width: 67%;
  position: relative;
  margin-left: 8px;
  margin-bottom: 10px;
}

.size_color_text {
  font-size: 13px;
  color: #060606;
}
.size_fees {
  font-size: 13px;
}
.color_rate {
  font-size: 13px;
  color: #1c1c1c;
}
.text_modify {
  font-size: 14px;
  color: #4356ba;
  font-weight: 500;
  text-align: center;
}		
.lg_btn{
	padding: 16px;
	border-top:solid 1px #c9c5c4;
}
.wrapper_checkout_card{
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  /* border-radius: 5px; */
  margin: 0;
  margin-top: 20px;
  text-align: center;
  border: solid 1px #f0f0f0;
 
}

.wrapper_address_bar {
  background-color: #eaeaea;
  padding: 20px 0px;
  /* border-top-left-radius: 5px;
  border-top-right-radius: 5px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.wrapper_address_bar span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background-color: #4356ba;
  /* border-radius: 3px; */
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0px 10px 0px 30px;
}
.wrapper_address_bar h1 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  float: left;
  margin-top: 5px;
  margin-bottom: 0px;
}
.wrapper_address_bar h2 {
  color: #4356ba;
  font-size: 12px;
  font-weight: 500;
  float: right;
  margin: 5px 30px 0px 0px;
  cursor: pointer;
}
.wrapper_address_bar h2:hover{
	text-decoration:underline;
}
.wrap_address_bar {
  margin: auto;
  text-align: left;
}

.wrap_address_bar h1 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.wrap_address_bar h2 {
  color: #757373;
  font-size: 14px;
  font-weight: 500;
  float: left;
  line-height: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.bg_inactive {
  background-color: #c3c4c2 !important;
}
.wrapper_input_checkout span {
  color: #282828;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 8px;
}
.wrapper_input_checkout span em{
	color:red;
}
.wrapper_input_checkout input,
.wrapper_input_checkout select {
  border: solid 1px #c8c7c7;
  width: 100%;
  float: left;
  font-size: 13px;
}
.wrapper_input_checkout select{
	--ac: #75757a;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background: linear-gradient(45deg,transparent 40%,var(--ac) 50%) no-repeat top 17px right 30px/6px 5px,linear-gradient(135deg,var(--ac) 50%,transparent 60%) no-repeat top 17px right 25px/6px 5px;
}
.wrapper_input_checkout input::placeholder,
.wrapper_input_checkout select::placeholder {
  font-size: 13px;
}
.dflex {
	display: flex;	
}
.coupon_box {
	justify-content: space-between;
	align-items: center;
}
.coupon_box form{
	width:100%;
}
.cod{
	margin-top:0.7rem;
}
.code_box {
	width: 65px !important;
	margin-right: 8px;
	border-radius: 0;
	background: linear-gradient(45deg,transparent 40%,var(--ac) 50%) no-repeat top 17px right 10px/6px 5px,linear-gradient(135deg,var(--ac) 50%,transparent 60%) no-repeat top 17px right 5px/6px 5px !important;
	padding-left: 5px;
	padding-right: 5px;
}
.form-control {
  height: calc(2.1em + 0.75rem + 2px);
}

.margin_savebtn {
  margin-top: 20px;
  margin-bottom: 50px;
}
.bg_white {
  background-color: #fff !important;
  border-bottom: solid 1px #e4e4e4;
}
.radio_btn {
  width: 43px;
  float: left;
}
.content_radio_btn {
  width: 100%;
}
.content_radio_btn h2 {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  float: left;
  margin-bottom: 0px;
}
.content_radio_btn h3 {
  width: 100%;
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 500;
  float: left;
  line-height: 21px;
}
.content_radio_btn h5 {
  width: 100%;
  color: #4356ba;
  font-size: 13px;
  font-weight: 700;
  float: left;
  margin-top: 15px;
}
.content_radio_btn span {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.border_checkout {
  height: 1px;
  width: 100%;
  background-color: #dfdfdf;
  float: left;
  margin-bottom: 18px;
  margin-top: 13px;
}
.row_checkout {
  margin-left: 0px;
  margin-right: -15px;
}

/* ROUNDED ONE */
.roundedOne {
	width: 26px;
	height: 26px;
	background: #fff;
border:solid 2px #4356ba;
	
	margin: 0px 0px 0px 0px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	position: relative;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
  left: 1px;
  top: 1px;
background-color: #fff;

}

.roundedOne label:after {

	opacity: 0;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #4356ba;



	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 3px;
	left: 3px;


}
.inactive_border label:after {background: #000 !important;}


.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*Updated by developer*/
.roundedOne input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.inactive_border{border:solid 2px #000;}



.roundedOne input[type=checkbox], input[type=radio] {
 
  margin-left: 5px;
  margin-top: 5px;
}

/* roundedTwo */
.roundedTwo {
	width: 26px;
	height: 26px;
	background: #fff;
border:solid 2px #4356ba;
	
	margin: 0px 0px 0px 0px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	position: relative;
}

.roundedTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
  left: 1px;
  top: 1px;
background-color: #fff;

}

.roundedTwo label:after {

	opacity: 0;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #4356ba;



	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 3px;
	left: 3px;


}

.roundedTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*Updated by developer*/
.roundedTwo input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}



.roundedTwo input[type=checkbox], input[type=radio] {
 
  margin-left: 5px;
  margin-top: 5px;
}

/* roundedThree  */
.roundedThree  {
	width: 26px;
	height: 26px;
	background: #fff;
border:solid 2px #4356ba;
	
	margin: 0px 0px 0px 0px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	position: relative;
}

.roundedThree  label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
  left: 1px;
  top: 1px;
background-color: #fff;

}

.roundedThree  label:after {

	opacity: 0;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #4356ba;



	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 3px;
	left: 3px;


}

.roundedThree  label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedThree  input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.roundedThree  input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}



.roundedThree input[type=checkbox], input[type=radio] {
 
  margin-left: 5px;
  margin-top: 5px;
}

.btn_add_voucher {
  float: left;
  background-color: #4356ba;
  /* border-radius: 5px; */
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 200px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btn_add_voucher:hover{
  background-color: #097ef0; 
}



.price_tag{color: #4356ba;
  font-size: 13px;
  font-weight: 700;
 
}
.content_radio_btn h4{ color: #000;
  font-size: 15px;
  font-weight: 500; margin-top: 10px;
  margin-bottom: 8px;
  float: left;}
.line_height{line-height: 28px !important;}
.color_feez{ color: #4356ba; font-size: 13px;}

.text_voucher{ color: #b2b2b1; font-size: 14px; text-align: center; 
margin-top: 30px; margin-bottom: 25px;}
.margin_proceed{margin-top: 0px; margin-bottom: 45px;}


.border_payment_check {
  height: 1px;
  width: 100%;
  background-color: #dfdfdf;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.coupon_total {
  color: #050404;
  font-size: 15px;
  font-weight: 400;
}
.coupon_price {
  color: #050404;
  font-size: 15px;
  font-weight: 500;
}
/*Updated by developer*/			  
.close_btn_check {
  width: 16px;
  height: 16px;
  float: left;
  background: url(icons.svg) -476px -68px;
  margin-top: 3px;
  margin-left: 5px;
  cursor: pointer;
}
.close_btn_remove {
	width: 16px;
	height: 16px;
	float: left;
	background: url(icons.svg) -476px -68px;
	margin-top: 3px;
	margin-right: 5px;
	cursor: pointer;
	border: none;
}
.color_coupon_price {
  color: #4356ba;
  font-size: 15px;
  font-weight: 700;
}
.margin_confirm {
  margin-bottom: 45px;
}
.border_none {
  border: none;
}

/*-------checkout_end------*/

/*-------myaccount_start------*/

.box_bidsel_account {
	padding: 13px 15px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
    line-height: 18px;
	display: flex;
	justify-content: left;
}

.icon_account {
  width: 20px;
  height: 20px;
  /*----background: url(icons.svg) -324px -35px;----*/
  /*margin-left:5px;*/
  display:inherit;
  margin-right:5px;
}
.active_account {
  background-color: #eaeaea;
}
.bg_account_two {
  width: 30px;
  height: 27px;
  background: url(icons.svg) -324px -73px;
}

.bg_account_three {
  width: 30px;
  height: 27px;
  background: url(icons.svg) -324px -103px;
}

.bg_account_four {
  width: 30px;
  height: 30px;
  background: url(icons.svg) -324px -136px;
}

.bg_account_five {
  width: 30px;
  height: 24px;
  background: url(icons.svg) -324px -206px;
}

.bg_account_six {
  width: 30px;
  height: 27px;
  background: url(icons.svg) -324px -235px;
}

.box_bidsel_account span {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0px;
  float: left;
  margin-top: 0px;
}

.box_bidsel_account:hover {
  background-color: #eaeaea;
}
.b_radius {
  /* border-radius: 5px 5px 0px 0px; */
  border-radius:0px;
}

.box_bidsel_account strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  margin-left: 30px;
  float: left;
  margin-top: 5px;
}

.button_addnew {
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-weight: 500;
  background-color: #4356ba;
  font-size: 14px;
  padding: 10px 0px;
  /* border-radius: 3px; */
  width: 100%;
  height: fit-content;
  overflow: hidden;
  text-align: center;
  margin-top: 0px;
  float: right;
  /* margin-right: 15px; */
  cursor: pointer;
}
.button_addnew:hover {
  background-color: #193df9;
}

.wrapper_account_view {
  background-color: #eaeaea;
  padding: 20px 0px;
  /* border-top-left-radius: 5px;
  border-top-right-radius: 5px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.wrapper_account_view span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background-color: #4356ba;
  /* border-radius: 3px; */
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0px 10px 0px 30px;
}
.wrapper_account_view h1 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  float: left;
  /* margin-top: 11px; */
  margin-bottom: 0px;
}
.wrapper_account_view h2 {
  color: #4356ba;
  font-size: 12px;
  font-weight: 500;
  float: right;
  margin: 5px 30px 0px 0px;
}
.wrapper_account_view {
  margin: auto;
  text-align: left;
}

.small_details_box {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
  /* border-radius: 5px; */
  /* min-height: 285px; */
  min-height: 260px;
  position: relative;
}
.box_detail {
  /* border-radius: 5px 5px 0px 0px; */
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 10px 20px;
}
.box_detail h1 {
  color: #000000;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  float: left;
}

.small_details_box h2 {
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	float: left;
	margin: 20px 0px 0px 20px;
	width: 100%;
	text-align: left;
}

.small_details_box h3 {
  color: #ff4605;
  font-weight: 500;
  font-size: 14px;
  float: left;
  margin: 25px 0px 20px 20px;
}

.small_details_box h5 {
  color: #ff4605;
  font-weight: 500;
  font-size: 14px;
  float: left;
  margin: 70px 0px 20px 20px;
}

.small_details_box .shortcut_link_div {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	text-align: left;
	padding: 20px 20px;
}

a.shortcut_link {
	color: #ff4605;
	font-weight: 500;
	font-size: 13px;
	width: 100%;
	
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
a.shortcut_link :hover {
	text-decoration: underline !important;
}

.address_details{
	padding: 10px 20px;
	width: 100%;
}
.address_details h1 {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align:left;
}
.address_details h2 {
	margin:0;
	margin-bottom: 5px;
}

.padding_box_address {
  padding: 30px;
  float: left;
  padding-bottom: 0px;
}
.edit_btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(icons.svg) -217px -108px;
  float: right;
  margin: 0px 0px 0px 0px;
}

.small_details_box p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  float: left;
  margin: 20px 0px 20px 20px;
}

.small_details_box strong {
  font-weight: 600;
  /* margin-bottom: 10px; */
  float: left;
  width: 100%;
}

.mb_smallbox {
  margin-bottom: 30px;
}
.color_set {
  color: #4356ba !important;
}

.delete_btn {
  width: 35px;
  height: 30px;
  float: right;
  margin: 0px 0px 0px 10px;
  background: url(icons.svg) -181px -107px;
  cursor: pointer;
}
.wrapper_msgbox {
  padding: 10px 0px;
  float: left;
  width: 100%;
  background-color: #ff5b5b;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: fixed;
}

.close_msg {
  width: 20px;
  height: 20px;
  background: url(icons.svg) -311px -397px;
  float: left;
  margin-right: 15px;
}
.wrap_msgbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_alert_msgbox {
  display: flex;
  font-size: 13px;
  color: red;
  margin-top:5px;
}
.cart-alert-wrap{
	margin-top: 5px;
	position: inherit;
}
.row_margin_account {
  margin-left: -15px;
  margin-right: -15px;
}

.padding_box_details {
  padding: 30px;
  float: left;
  padding-top: 20px;
}

.wrap_input_details span {
  text-align: left;
  color: #282828;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 8px;
}
.wrap_input_details input {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #c8c7c7;
  outline: none;
  width: 100%;
  float: left;
  font-size: 13px;
  padding-left: 0px;
  outline: none;
}

.wrap_input_details input::placeholder {
  padding-left: 0px;
}
.box_datepick {
  width: 24px;
  height: 24px;
  background: url(icons.svg) -244px -335px !important;
  position: absolute;
  right: 0px;
  top: 25px;
  cursor: pointer;
}

.date input::placeholder {
  color: #9e9e9e;
  font-weight: 400;
  font-size: 14px;
}
.box_invisble {
  width: 22px;
  height: 17px;
  background: url(icons.svg) -282px -340px !important;
  position: absolute;
  right: 0px;
  top: 25px;
  cursor: pointer;
}

.box_visble {
  width: 22px;
  height: 19px;
  background: url(icons.svg) -316px -339px !important;
  position: absolute;
  right: 0px;
  top: 25px;
  cursor: pointer;
  z-index: 1;
}

/*-------myaccount_end------*/

/*-------orders_start-----*/

.bg_msg {
  background-color: #2fcd46;
}
.bg_close {
  background: url(icons.svg) -341px -397px;
  width: 25px;
  height: 21px;
}
.orders_arrow {
  width: 20px;
  height: 16px;
  background-color: #000b54;
  background: url(icons.svg) -219px -236px;
  /* margin-top: 6px; */
  margin-right: 10px;
}

.mt_order {
  margin-top: 4px !important;
}
.wrapper_orderdetails {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.wrapper_orderdetails .label {
  width: 25%;
  text-align: left;
  word-wrap: break-word;
}
.wrapper_orderdetails .field_value{
	overflow: hidden;
	max-width: 72%;
	text-align: left;
	word-wrap: break-word;
}
.order_status_div{
	margin-bottom:30px;
	text-align:left;
}
.rating .fa {
    color: #ff9900;
}
.rating-star{
	font-size:20px;
	width:120px;
}
.wrapper_orderdetails .fr {
  text-align: left;
  min-width: 100px;
}

.title_status {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 10px 0px 10px 0px;
}

.label_order {
  padding: 5px 10px;
  background-color: #6dbd28;
  /* border-radius: 5px; */
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 7px 10px 0px 0px;
}

.bg_pending {
  background-color: #fa7435;
}
.bg_cancel {
  background-color: #e32112;
}

.date_order {
  color: #100e0d;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.title_see_status {
  color: #4356ba;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 10px;
}
.wrapper_table_order {
  border: solid 1px #cfcfcf;
  border-top: none;
  /* border-radius: 3px; */
  /* margin-top: 20px; */
  margin-bottom: 30px;
  overflow-y: auto;
}

/* width */
.wrapper_table_order::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  padding: 2px 0px;
}

/* Track */
.wrapper_table_order::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

/* Handle */
.wrapper_table_order::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 2px;
}

/* Handle on hover */
.wrapper_table_order::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.table thead th {
  border-bottom: solid 1px #cfcfcf !important;
  font-size: 12px;
  border-top: solid 1px #cfcfcf !important;
  text-align:left !important;
}

.table thead th {
  background-color: #eaeaea;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.order_no {
  color: #4356ba;
  font-size: 13px;
  font-weight: 500;
}

.table tr {
  font-size: 13px;
}

.table td,
.table th {
  border-top: 1px solid #f2f2f2;
  vertical-align:middle;
}

.td_text_cen{
	text-align:center !important;
}
.td_text_right{
	text-align:right !important;	
}

.btn_back_order {
  background-color: #f2f2f2;
  color: #505050;
  font-size: 14px;
  /* border-radius: 5px; */
  font-weight: 500;
  padding: 6px 15px;
  margin: 5px 10px 0px 0px;
}
.bg_place_order {
  background-color: #0095ff;
  color: #fff;
}
.pagination li a {
  font-size: 1rem !important;
}
.text_display_item {
  color: #505050;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 10px;
}
.pagination_order .page-link {
  background-color: #fff;
  color: #0095ff;
  font-size: 12px;
  width: 32px;
}

.pagination_order .page-link:hover {
  background-color: #0095ff;
  border: solid 1px #0095ff;
  color: #fff;
}

.pagination_order .page_navigation {
  margin-top: 5px;
}

.wrapper_items_order {
  border: solid 1px #cfcfcf;
  /* border-radius: 5px; */
  background-color: #fff;
}

.wrap_title_order {
  background-color: #f2f2f2;
  color: #121313;
  border-bottom: solid 1px #cecece;
  font-size: 16px;
  padding-left: 20px !important;
  font-weight: 500;
  text-align: left;
  padding: 10px 10px;
  border-radius: 5px 5px 0px 0px;
}
.wrap_items_order {
  text-align: left;
  border-bottom: solid 1px #cecece;
  padding: 10px 5px;
}

.box_item_order {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}

.box_item_order img {
  width: 100%;
  height: 100%;
}

.wrap_itemcontent_order {
  float: left;

  position: relative;
  margin-left: 8px;
  margin-bottom: 10px;
}

.wrap_itemcontent_order h2 {
  color: #121313;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 7px;
}

.wrap_itemcontent_order h3 {
  color: #121313;
  font-size: 16px;
  font-weight: 500;

  float: left;
  margin-top: 0px;
  margin-bottom: 4px;
}

.wrap_itemcontent_order h4 {
  color: #7d7e7e;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  float: left;
  text-decoration: line-through;
  margin-top: 0px;
  margin-bottom: 4px;
}

.wrap_itemcontent_order h5 {
  color: #121313;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}
.bb_none {
  border-bottom: none;
}

.small_order_box {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
  /* border-radius: 5px; */
  min-height: 244px;
  text-align: left;
  border: solid 1px #cfcecd;
  margin-top: 30px;

  padding-bottom: 30px !important;
  min-height: 320px;
}

.small_order_box h2 {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin: 20px 0px 0px 20px;
  width: 100%;
  line-height: 22px;
}

.box_detail_order {
  border-radius: 5px 5px 0px 0px;
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-bottom: solid 1px #d3d2d1;
}

.box_detail_order h1 {
  color: #000000;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  float: left;
}

.bold_title_order {
  font-weight: 500 !important;
}

.title_rate_product {
  color: #4356ba;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
.width_order {
  width: 65%;
  margin-bottom: 0px;
}
.width_order h2 {
  font-size: 13px;
  line-height: 20px;
}
.title_delivered {
  font-size: 12px !important;
  color: #000000 !important;
  margin-bottom: 0px !important;
}
.mb_pending {
  margin-bottom: 30px;
}

.rate_arrow {
  width: 20px;
  height: 16px;
  background-color: #000b54;
  background: url(icons.svg) -219px -236px;
  margin-top: 5px;
  margin-right: 10px;
}

.wrapper_items_order h1 {
  color: #121313;
  font-size: 16px;
  font-weight: 500;
  float: left;
  margin-top: 4px;
  margin-bottom: 0px;
}
.star_box {
  background-color: #e8e8e8;
  width: 200px;
  height: 30px;
}
.title_review_product {
  color: #121313;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.title_selectrate_product {
  margin: 0px 0px 10px 0px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.line_height h2 {
  line-height: 20px;
}
.wrapper_textarea {
  text-align: left;
}
.wrapper_textarea span {
  color: #9e9e9e;
  margin: 0px 0px 10px 0px;
  float: left;
}

.wrapper_textarea textarea {
  min-height: 100px;
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  border: solid 1px #9e9e9e;
  /* border-radius: 5px; */
  padding: 10px;
  outline: none;
}

.margin_submit {
  margin-bottom: 30px;
}

/*-----vivek--orders-----*/

.cart_button_two{border-radius: 5px;}
.price_box_two{
  margin: auto;
  /* margin-top: 30px; */
}
.real_price_cart_two{padding-left: 0px; padding-right: 0px; text-align: left;
margin-left: 0px; margin-right: 0px;     margin-top: 0px;}

.price_box_two h1{color: #023f78;}
.box_offer_two {
  background-color: #fbb3b3;
  color: #023f78;
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 0px;
  position: relative;
  margin-bottom: 5px;
}
.price_box_two .box_offer_two{
	margin: 10px auto;
}
.price_box_two .real_price_cart_two{
	text-align: center;
}
.button_box{
	/* border-radius: 5px;  */
	width: 100%; height: 42px; display: flex; 
margin-bottom: 10px; }
.pdp_button_box{
	width:142px !important;
}
.button_box button{
	border:none;  
	width:65px; 
	height: 42px;
	background-color: rgba(0,0,0,0);
	font-size: 23px;
	font-weight: 700;
	background: #4356ba;
	color : #fff;	
}
.left_button{
	/* border-radius: 5px 0px 0px 5px; */
	border-radius: 0px;
}
.right_button{
	/* border-radius: 0px 5px 5px 0px; */
	border-radius: 0px;
}
.button_box span{float: left; border-top:solid  1px #4356ba; border-bottom: solid 1px  #4356ba;
  width:100%; color: #0d0d0d; font-size: 14px;display: flex; align-items: center; justify-content: center;
}
.seeall_icon {
  width: 14px;
  height: 14px;
  float: left;
  margin-left: 3px;
  background: url(icons.svg) -290px -235px;
}
.wrapper_review h2{  display: flex; color: #020101;}

.wrapper_review h1{ margin-left: 20px;}
.review_subtitle{
  color: #020101;
  font-size: 13px;
  font-weight: 500;
  margin:0px 0px 25px 0px;
}
.wrap_review {
  margin: 15px 0px 25px 0px;
  float: left;
}
.reviewbox_review{width:183px;  background-color: #f3f3f3; 
/* border-radius: 5px; */
text-align: center; float: left;}
.reviewbox_review h1{color: #ecaf02;
  font-size: 31px;
  font-weight: 700;
  margin:20px 0px 8px 0px;}

.reviewbox_review h3{color: #9d9d9e; float: left;
  font-size: 15px;
  font-weight: 400;
  margin:15px 0px 20px 0px; width: 100%;}
.stars_review{width:120px; height: 18px; margin: auto;}
.review_detail_box h1{color: #231f20;
  font-size: 15px;
  font-weight: 700;float: left;
  margin:20px 0px 0px 0px;}


  .review_detail_box h2{color: #231f20; float: left;
    font-size: 15px;
    font-weight: 500;
    margin:25px 0px 0px 0px;}



    .review_detail_box h3{color: #635469;
      font-size: 12px;float: left;
      font-weight: 400;
      margin:25px 0px 0px 0px;}

.border_review_two{background-color: #d6d5d4; height: 1px; width:100%; float: left;
  margin:25px 0px 20px 0px;}

.img_verify{float: left;}
.text_verify{color: #44cb25; float: left;
  font-size: 13px;
  font-weight: 500;
  margin: 3px 0px 0px 8px;}
.margin_verify{margin-top: 20px;}

.mob_banner{display: none;}
.top_btn{display: none;}

.wrapper_app{display: none;}
.wrapper_mob_menu{display: none;}
.bg_mobmenu_body{display: none;}
.search_btn_mob{display: none;}



.container_mob_inr{display: none;}
.dnone_two{display: none;}


/* #pageloader */
/* { */
  /* background: rgba( 255, 255, 255, 0.8 ); */
  /* display: none; */
  /* height: 100%; */
  /* position: fixed; */
  /* width: 100%; */
  /* z-index: 9999; */
  /* margin-top:-75px; */
/* } */

/* #pageloader img */
/* { */
  /* left: 50%; */
  /* margin-left: -32px; */
  /* margin-top: -107px; */
  /* position: absolute; */
  /* top: 50%;   */
/* } */

.pageloader
{
	/* background: rgba( 255, 255, 255, 0.8); */
	/* background: url('http://localhost/sokondogo/assets/default_images/df_loader.gif') 50% 50% no-repeat rgba( 255, 255, 255, 0.8); */
	background: url('df_loader.gif') 50% 50% no-repeat rgba( 255, 255, 255, 0.8);
	/* background-size: 40%; */
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top:-73px;
}

/* #pageloader img */
/* { */
	/* left: 50%; */
	/* margin-left: -32px; */
	/* margin-top: -101px; */
	/* position: absolute; */
	/* top: 50%;  */
	/* width:40%; */
/* } */

.card_disp_button_box {
  width: 90%;
  height: 42px;
  bottom: 15.4px;
  position: absolute;
}
.mobile_btn{
  width: 100% !important;
  height: 42px;
}
.card_dis_stars {
    height: 11px;
    width: 72px;
}
.card_dis_stars::before {
	height: 11px;
	width: 72px;
}
div.card_dis_stars div {
	height: 11px;
	width: 72px;
}
.rating_count {
    font-size: 12px;
}
.rating_pdp .rating_count {
    font-size: 0.94rem;
}
.reviewbox_review .card_dis_stars::before {
    margin-left: -36px;
}
.stars_review {
    width: fit-content;
}
.card_view_product_name {
	color: #000;
	font-weight: 400;
	font-size: 0.8rem;
	margin-top: 7px;
	line-height: normal;
}
.card_dis_price_box{
	margin: auto;
    font-size: 0.8rem;
	font-weight: 500;
	margin-top: 4px;
}
.sales_price_grid{
	font-size: 0.95rem;
	font-weight: 500;
	margin-top: 4px;
}
.card_dis_off_box{
	position:absolute;
	margin:0;
	width: 30px;
	height: 30px;
	background-color: #fbb3b3;
	border-radius: 0;
}

/* .home_banner_item{
	height: 380px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
} */
.home_banner_item{
	width: 100%;
	max-height: 600px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	/* position: absolute;
	top: 0;
	left: 0;
	z-index: 0; */
}
.carousel-inner img{
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* Ul-Li select box */
.cart-qty-update-box{
	padding:0px 20px;
}
.toggle ul li.option {
	z-index: 1;
	padding: 5px;
	list-style: none;
}
.toggle-content{
	display: none;
}
.toggle,.toggle-content{
	border: 1px solid #dee2e6;
}
.toggle-content ul, .toggle ul{
	margin:0;
	padding: 0px;	
}
.toggle-content ul li.option, .toggle ul li.option {
	background-color: #FFFFFF;
	position: relative;
}
.toggle-content ul li.option:hover {
	background-color: #dee2e6;
	box-shadow: 0px 1px 0 #dee2e6, 0px -1px 0 #dee2e6;
	-webkit-box-shadow: 0px 1px 0 #dee2e6, 0px -1px 0 #dee2e6;
	-moz-box-shadow: 0px 1px 0 #dee2e6, 0px -1px 0 #dee2e6;
}
.toggle-content ul li.option {
	z-index: 1;
	padding: 5px;
	display: block;
	list-style: none;
}
/* .toggle-content ul li:first-child {
	display: block;
} */
.toggle-content ul li {
	cursor: default;
}
.cart_update_qty_select {
	position: absolute;
	z-index: 2;
	max-height: 295px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 94px;
	display:block;
}
/* .cart_update_qty_select:after {
  display: table;
  content: "";
  clear: both;
} */
.qty_selected{
	background-color: #dee2e6 !important;
}

[class*=" osh-font-"], [class^="osh-font-"] {
    font-family: oshfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    visibility: hidden;
	line-height: 0.75rem;
}
body [class*=" osh-font-"], body [class^="osh-font-"] {
    visibility: inherit;
}
.caret {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #999;
	position: absolute;
	right: 10px;
}
.osh-font-light-arrow-down::before {
    content: "\25bc";
}
.cart_mob_sec1,.cart_mob_sec2 {
    display: flex;
	justify-content: space-between;
	align-items: center;
}








@-moz-document url-prefix() {
  .box_number span {
    font-weight: 600;
  }
  .wrapper_email input {
    padding-left: 15px !important;
  }
}

/* @media (min-width: 1200px) {
	.container {
		max-width: 1300px !important;		
	}
} */

@media screen and (max-width: 768px) {
.qty_update_box{
	min-width:94px;
}
.cart-qty-update-box{
	padding:0px;
}
.coupon_btn {
    margin-top: 10px;
    width: 100%;
	margin-left:0px;
}
.wrapp_smedia {
    display: flex;
    justify-content: center;
}
.orders_arrow{
	margin-right: 0px;
}
.header {
	padding: 9px 0px;
}
.w-100{
	height:auto;
}
.button_box button{
	width:45px;	
}
.soc_h_strips .left-hdr{
	display:none;
}
.soc_h_strips .right-hdr{
	display:none;
}
.sticky {
	/* padding-bottom:53px; */
}

/*NEW MNK*/	
.pageloader{
	background-size: 40%;
	margin-top:-66px;
}
.alert-danger,.alert-success{
	margin-top: 12px;
}
.coupon-alert .alert-danger, .coupon-alert .alert-success{
	margin-top: 7px;
}

.owl-theme .owl-nav {
    margin: 0px !important;
}
.place_order_btn_bm{
	margin-bottom:15px;
}
.row_mob_overview .product_stock{
	margin-left:10px;
	margin-top:3px;
}
.wrap_address_bar td{
	padding:0.25rem 0.3rem !important;
}
/*NEW MNK*/

  .pagination_order {
    margin-top: 10px;
  }
  .mb_smallbox {
    margin-bottom: 20px;
  }

  .mb_pending {
    margin-bottom: 20px;
  }
  .margin_submit {
    margin-bottom: 20px;
  }
  .mt_delivery {
    margin-top: 10px;
  }
  .tab_pr_pl {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padding_box_address {
    padding: 20px;
    padding-bottom: 5px;
  }
  .wrapper_msgbox {
    margin-top: 25px;
  }
  .wrapper_detail_content {
    margin-top: 10px;
  }
  /*.wrapper_breadcrumb {
    margin-top: 110px;
  }*/

  .search_input_inner {
    width: 57% !important;
    margin-right: 25px;
  }
  .wrapper_search_result {
    left: 13px;
  }
  .search_btn {
    right: -1%;
  }

  .header input {
    width: 100% !important;
    margin-left: 13px !important;
  }
  .wrap_input {
    width: 64.7%;
    margin-right: 15px;
  }

  .wrapp_process {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding-left: 70px !important;
    padding-right: 65px !important;
  }
  .wrap_carousel_one img {
    width: 100%;
	/*width:200px;
	height:200px;*/
    /* margin-top: 5px; */
    /* padding-top: 5px; */
  }
.price_sec_banner{
	min-height: 32px;
}
  .footerlink_title {
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .dropdown {
    float: none;
    width: fit-content;
    margin-left: 25px;
    margin: auto;
  }

  .box_smedia {
    margin-right: 15px;
  }

  .title_sort {
    padding: 10px 9px 20px 10px;
  }
  .text_sort {
    padding: 10px 0px 20px 0px;
  }

  .heading_sort_details {
    padding-left: 8px;
    padding-right: 8px;
  }

  .show_box {
    margin-right: 5px;
  }
  .number_show {
    padding: 5px 6px;
    margin-left: 4px;
  }

  .show_box span {
    font-size: 12px;
    margin: 5px 0px 0px 0px;
  }

  .text_sort {
    font-size: 13px;
    padding: 10px 0px 20px 0px;

    margin-right: 7px;
  }

  .border_left_product {
    display: none;
  }
  .wrapper_product_detail {
    padding-bottom: 25px;
  }

  .price_box {
    text-align: left;
    margin-top: 10px;
  }

  .select_box {
    margin-left: 0px;
    margin-top: 10px;
  }

  .cart_button {
    margin-top: 7px;
  }

  .border_input {
    width: 66% !important;
  }

  .page_navigation {
    margin-bottom: 0px;
  }

  .container_recently {
    margin-top: 0px;
    gap: 0rem;
    grid-template-columns: repeat(auto-fill, minmax(119px, 1fr));
  }

  .wrapper_zoombox img {
    width: 70%;
  }
  
.cart_button span {
	color: #fff;
	font-weight: 500;
	font-size: 0.8rem;
}
  .wrapper_right_price {
    padding: 15px 10px 30px 15px;
  }
  .right_selectbox {
    margin: 5px 5px 0px 0px;
    width: 70px;
  }
  .text_right_delivery {
    font-size: 13px;
  }
  .carousel-control-prev-icon {
    margin-left: -30px;
  }

  .scroll_box_search {
    max-height: 315px;
  }

  .conainer_categories {
    gap: 1rem;
  }

  .text_categories {
    font-size: 16px;
  }

  .title_materials {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .wrapp_materilas,
  .wrapp_categories,
  .wrapp_advertisement,
  .wrap_join {
    padding: 20px;
  }
  .wrapp_materilas .fr {
    margin-top: 0px;
  }

  button.owl-prev {
    left: -1px;
    background: #b1b0b3 url(icons.svg) -354px -179px !important;
  }

  button.owl-next {
    right: -3px;
    background: #b1b0b3 url(icons.svg) -418px -179px !important;
  }

  .col-sm-12.wrapp_advertisement.pb-0 {
    padding-bottom: 10px !important;
  }

  .content_join {
    padding: 0px;
  }

  .wrapper_scroll_tab {
    max-width: 225px;
  }

  .padding_item_recently img {
    margin-top: 0px;
  }
  .dropmenu_one {
    float: left;
  }
  .dropmenu_one .dropdown-menu.show {
    left: 55px !important;
    top: 10px !important;
  }
  .menu {
    padding-top: 37px;
  }
  .menu_icon {
    margin-left: 30px;
  }
  .row_margin_menu {
    margin-left: 60px;
  }

  .cart_quantity {
    text-align: left;
    padding-left: 0px;
  }

  .quantity_select {
    float: left;
  }
  .inner_title {
    font-size: 18px;
  }
  .product_name a {
    font-size: 15px;
  }
  .price_cart_product {
    font-size: 13px;
  }
  .real_price_cart {
    font-size: 0.75rem;
  }

  .cart_savings {
    font-size: 15px;
  }

  .wrapper_signup_form {
    margin-top: 140px;
  }

  .wrapper_account_view h1 {
    font-size: 16px;
  }

/*---------------------new----------------------------*/
.price_cart_product {
  font-size: 13px;
}
.real_price_cart {

  margin-left:10px;
  margin-right: 10px;

}
.remove_btn_cart span {
  margin-left: 0px;
  font-size: 14px;
}

.cart_savings {
font-size: 14px;
}
.product_name a {
font-size: 14px;
}

.stars {
    height: 11px;
    width: 72px;
}
.stars::before {
	height: 11px;
	width: 72px;
}
div.stars div {
	height: 11px;
	width: 72px;
}
.rating_count {
    font-size: 12px;
}
.reviewbox_review .stars::before {
    margin-left: -36px;
}
.stars_review {
    width: 76px;
}

.icon_padding_mob span {
  /*margin-top: 2px;*/
  text-transform:capitalize;
}

.search_result_name{
	width: 75%;	
}
.box_search_result span {
  font-size: 0.75rem;
  font-weight:400;
}
.box_bidsel_account {
    line-height: 18px;
}
.box_search_result {
	max-width: 96.5%;
}




}



@media screen and (max-width: 600px) {
.qty_update_box{
	min-width:94px;
}
.cart-qty-update-box{
	padding:0px;
}
.coupon_btn {
    margin-top: 10px;
    width: 100%;
	margin-left:0px;
}
.orders_arrow{
	margin-right: 3px;
}
.w-100{
	height:auto;
}
.reviewbox_review {
    margin-top: 10px;
	margin-left:10px;
}
.soc_h_strips .left-hdr{
	display:none;
}
.soc_h_strips .right-hdr{
	display:none;
}
  .wrap_itemcontent_order {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .title_rate_product {
    margin-top: 10px;
  }
  .title_review_product {
    font-size: 14px;
  }

.wrapper_msgbox {
	margin-top: 0px;
}
/* .sticky_alert { */
	/* margin-top: 65px; */
/* } */
.bg_close{
	display: none;
}
.wrap_msgbox {
    font-size: 0.75rem;
}

  .button_addnew {
    font-size: 12px;
    width: 150px;
  }

  .wrapper_account_view h1 {
    font-size: 14px;
  }

  .wrapper_email {
    display: block;
  }
  .row_checkout {
    margin: 0px;
  }
  .wrapper_scroll_tab {
    max-width: 265px;
    margin-bottom: 10px;
  }
  .mob_show_b {
    margin-bottom: 10px;
  }

  .header input {
    width: 100% !important;
  }
  .box_number {
    margin: 12px 3px;
  }

  .container {
    padding: 0px 10px;
  }
  .search_btn {
    top: 53px;
  }

  .box_number.dropdown {
    min-width: 100px;
    margin: auto;
    margin-top: 12px;
  }

  .box_number {
    margin-right: 0px;
  }
  .box_number.fr {
    margin-top: 0px;
  }
  .box_number.fl {
    margin-right: 20px;
  }

  .wrapp_process {
    padding-left: 15px !important;
  }

  .wrapp_materilas .fr {
    margin-top: 0px;
  }
  .title_materials {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .text_categories {
    font-size: 14px;
    margin-top: 8px;
  }

  .wrap_carousel_one {
    margin-top: 0px;
  }

  .wrapper_features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #owl-two button.owl-prev {
    left: 20px;
    width: 40px;
    height: 40px;
    background: #b1b0b3 url(icons.svg) -358px -184px !important;
  }
  #owl-two button.owl-next {
    right: 20px;
    width: 40px;
    height: 40px;
    background: #b1b0b3 url(icons.svg) -422px -184px !important;
  }

  .title_join {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .wrap_payment {
    margin: 5px 0px;
    padding: 20px;
  }

  .wrap_payment span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .content_join {
    text-align: justify;
    margin-top: 0px;
  }

  .wrapper_email input {
    border-radius: 0 !important;
    margin-bottom: 10px !important;
  }
  .wrapper_email button {
    border-radius: 0 !important;
  }
  .wrap_bottom .fr {
    /* width: 100%; */
    float: none;
  }

  .text_registration {
    width: 100%;
    text-align: left;
    float: left;
  }

  .wrapper_footer {
    padding: 30px 0px 30px 0px;
  }
  .header input {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 5px !important;
  }

  .wrap_input {
    width: 100% !important;
    margin-right: 0px;
  }
  .search_btn {
    top: 9px;
    right: 3%;
  }

  .wrapper_delivery_box {
    margin-bottom: 10px;
  }

  .price_box span {
    font-size: 16px;
  }
  .border_input {
    width: 100% !important;
  }
  .padding_mob {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .title_product_detail {
    font-size: 20px;
    margin-top: 10px;
  }

  .product_img_detail {
    padding: 0px 0px;
  }

  .box_specification span {
    font-size: 15px;
  }

  .box_specification strong {
    font-size: 15px;
  }

  .container_recently {
    margin-top: 0px;
    gap: 0rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .title_margin {
    margin-top: 15px;
    margin-bottom: 2px;
  }

  .wrap_recently {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row_mob {
    margin-left: -10px;
    margin-right: -10px;
  }
  .box_recently {
    margin-top: 15px;
  }

  .box_number strong,
  .box_number span {
    margin-left: 3px;
    font-size: 12px;
  }

  .mobile_menu {
    margin-left: 0px;
    margin-top: 13px;
    margin-right: 0px;
    float: left;
    width: 21px;
    height: 16px;
    background: #f3f3f3;
    background: url(icons.svg) -135px -116px !important;
    cursor: pointer;
    display: block;
  }
.menu_icon{display: none;}
  .header input::placeholder {
    font-size: 13px !important;
  }
  .breadcrumb_title {
    font-size: 19px;
  }
  .zoom_smal_box {
    width: 80px;
  }
  
.wrapper_zoombox{
	padding: 10px
}

  .row_margin_detail {
    margin-left: -15px;
    overflow: hidden;
    margin-right: -15px;
  }
  .wrapper_zoombox,
  .wrapper_cart_list_box,
  .wrapper_checkout_card,
  .wrapper_right_cartprice,
  .wrapper_overview,
  .wrapper_right_price {
    margin-top: 10px;
  }

  .carousel-control-prev-icon {
    margin-left: -50px;
    width: 30px;
  }
  .carousel-control-next-icon {
    margin-left: 20px;
  }
  .carousel-control-next {
    right: -17px;
  }

  .wrapper_search_result {
    top: 54px;
    left: 0;
  }

  .box_categories {
    width: 100%;
  }

  .wrapp_materilas,
  .wrapp_categories,
  .wrapp_advertisement,
  .wrap_join {
    padding: 25px;
  }

  .wrapper_materilas,
  .wrapper_categories,
  .wrapper_join {
    margin-top: 0.7rem;
  }
  .padding_wrap_mob {
    padding: 15px;
  }
  .margin_imgmob {
    margin-bottom: 10px;
  }

  .col-sm-12.wrapp_advertisement.pb-0 {
    padding-bottom: 5px !important;
  }

  .content_join {
    font-size: 14px;
  }
  .menu {
    padding-top: 129px;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .wrapper_header_detail span {
    font-size: 12px;
  }

  .dropmenu_one {
    margin-bottom: 10px !important;
  }

	  
  .wrapper_signup_form {
    margin-top: 205px;
  }
  /*.wrapper_breadcrumb {
    margin-top: 180px;
  }*/
  .inner_title {
    margin-top: 3px;
  }
  .box_inner_title{
	margin-left:16px;
  }

  .wrap_details_product,
  .product_name,
  .seller_name,
  .price_cart_product,
  .cart_savings {
    padding-left: 0px;
  }

  .wrap_details_product {
    margin-top: 20px;
  }
  .cart_quantity,
  .price_cart_product,
  .seller_name,
  .cart_savings,
  .quantity_select {
    margin-top: 5px;
  }

  .wrap_loginbox {
    margin-top: 20px !important;
  }
  .wrap_loginbox input {
    margin-top: 15px;
  }
  .check_box {
    margin-top: 10px;
  }
  .text_signup_login {
    margin-bottom: 15px;
  }

  .box_left_login {
    min-height: 340px;
  }
  .box_account_login {
    margin-top: 40px;
  }

  .box_account_login span {
    font-size: 16px;
  }
  .button_signup a {
    font-size: 12px;
  }

  .text_login_cart {
    margin-bottom: -10px;
    font-size: 16px;
  }
  .inner_title {
    font-size: 16px;
  }
  .padding_firstname {
    padding-right: 0px;
  }
  .padding_lastname {
    padding-left: 0px;
  }
  .btn_margin_signup {
    margin-top: 30px;
  }
  .button_login_cart {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wrap_list_sresult {
    width: 76%;
  }

  .mb_pr_pl {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .col-sm-5.fl.p-0.text_price_details.color_rate {
	  

 
		   
    width: 130px;
  }
  .col-sm-5.fl.p-0.fees_cart.size_fees {
    width: 130px;
  }
  .col-sm-5.fl.p-0.fees_cart.color_feez {
    width: 130px;
  }
  .col-sm-4.fl.p-0.text_price_details.size_color_text {
    width: 135px;
 
  }

  .text_voucher {
    padding-left: 0px;
    margin-left: -5px;
  }
  .mb_pt {
    padding-top: 0px;
  }
  .wrap_content_order h2 {
    font-size: 13px;
  }

  .offer_mob {
    right: -10px;
  }

  .text_price_details.size_color_text {
    width: 160px;
  }
  .total_price_details.size_fees {
    width: 130px;
  }
  .size_fees {
    font-size: 14px;
    text-align: right;
  }
  .color_rate {
    font-size: 14px;
    color: #1c1c1c;
    text-align: right;
  }

  .size_color_text {
    font-size: 14px;
  }

  .btn_add_voucher {
    width: 125px;
  }








  .small_details_box h3 {
    margin: 40px 0px 20px 20px;
  }

  .small_details_box {
    min-height: 200px;
    text-align: left;
  }
  .small_details_box h5 {
    margin: 30px 0px 20px 20px;
  }

  .box_detail h1 {
    font-size: 13px;
  }


/*----new_responsive---------*/

.row_margin_menu,.wrapper_megamenu{display: none;}
.logo{    
	float: left;
	margin-left: 10px;
	/* background: url(icons.svg) -293px -464px; */
	/* width: 126px; */
	width: 160px;
	height: 35px;
	
	background-image: url(logo.png);
	background-size: cover;
}
.hd-left-box{
	justify-content: flex-start;
}

.mobile_menu {
  margin-top: 0px;
}

.dropmenu_one{display: none;}

.box_header {
	margin-left: auto;
}

.box_number.dropdown {
  min-width: 23px;
  margin: auto;
  margin-top: 0px;
  margin-right: 10px;
  float: left;
}

.box_number.fr {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  margin-left: 14px;
}

.box_number strong, .box_number span {
	display: none;
}
.dropdown-menu.show {
  left: -140px !important;
  top: 8px !important;
}

.menu{
  /* padding: 0.9rem 0px 0.2rem 0px; */
  padding: 0px;
  touch-action: none;
}


.wrapper_carousel{display: none;}

.mob_banner{
	display: block;
	padding: 0px;
}
.owl-nav{
	display:none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  display: none;
}

.row_owl_three{
	/* margin-left: -280px; 
	margin-right: -280px; */
}

.row_owl_three_pdp{
	margin-left: -280px; 
	margin-right: -280px;
}


.owl-carousel .owl-item img {
  /* border-radius: 5px; */
}

.wrapp_process {
  padding-left: 0px !important;
  padding-right: 0px !important;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 0rem;

}

.text_process {
  display: none;
}
.title_process {
  font-size: 9px;    font-weight: 600;}

.row_mob_process{margin-left: -15px; margin-right: -15px;}


.row_mob_process {
  margin-left: -12px;
  margin-right: -7px;
}

.icon_process{
	float: none; 
	margin: auto;
}
.wrapper_process {
	padding: 10px 0px;
}
.item_carousel {
    /* width: 50%; */
	width: 33.33%;
	transform: translateY(-5px);
}
.item_height_mob{
	min-height: 250px;
}
.wrapp_materilas {
	padding: 0px;
}
.container_material{
	padding: 0px;
}
.box_title_carousel h3 {
	font-weight: 400;
	font-size: 0.65rem;
	margin-top: 3px;
	margin-bottom: 3px;
}
.box_title_carousel h1 {
	font-size: 12px;
	margin-bottom: 0.3rem;
}
.box_title_carousel h4 {
	font-size: 12px;
	font-weight: 400;
}
.box_offer {
	bottom: 11px;
	width: 30px;
	height: 30px;
	font-size: 0.7rem;
	font-weight: 600;
}
.box_title_carousel .box_offer{
	bottom: 3px;
}
.wrapper_categories {display: none;}

.padding_wrap_mob {
  padding: 0px;
}

.mob_deal {
	max-width: 350px;
  margin-left: 15px;
  margin-top: 10px;
  padding-bottom: 20px;
  display: inline-flex;
  overflow-x: auto;
  white-space: nowrap;
 
}

.mob_deal .item_carousel{    width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;}
.mob_see_all{display: none;}



.mob_deal .item_carousel img{
	margin:auto; 
	/* margin-top: 5px; */
}

.mob_deal .box_title_carousel{
	min-height: 65px;
}

.box_title_category_carousel{
	min-height: 30px;
}

.mob_deal .box_title_carousel h3 {
	font-size: 0.75rem;
	white-space: normal;
	font-weight: 500;
	min-height: 29px;
	margin-bottom: 3px;
}

.mob_deal .box_title_carousel h1 {
  font-size: 12px;
}

.mob_deal .box_title_carousel h4 {
	font-size: 12px;
}
.mob_deal .box_offer {
    bottom: 3px;
	width: 30px;
	height: 30px;
	font-size: 0.6rem;
	font-weight: 600;
}
.mob_price_sec_banner{
	min-height: 35px;
	float: left;
	position: relative;
	width: 100%;
}
.box_title_carousel{
	min-height: 55px;
}
.box_title_category_carousel{
	min-height: 10px;
}
.wrapp_materilas, .wrapp_categories, .wrapp_advertisement, .wrap_join{
	border-radius: 0px;
	border: none;
}
.col-sm-12.wrapp_advertisement.pb-0 {
  padding-bottom: 0px !important;
}

.col-sm-12.wrap_join.padding_wrap_mob {
  padding-top: 5px;
  padding-bottom: 5px;
}
#owl-two.owl-carousel .owl-item img {
  width: 580px;
}


.dnone{display: none;}

.top_btn{width:100px; height: 40px; margin: auto;
   margin-bottom: 30px;  text-align: center; display: block;}
.wrapper_footer {
  padding: 15px 0px 0px 0px;
}
.arrow_btn_top{ 

  margin: auto;
  width: 16px;
  height: 13px;
  background: url(icons.svg) -212px -541px;

}

.top_btn h3 {
  font-size: 10px;
  margin-top: 7px;
  font-weight: 600; color: #fff;
}
.wrapper_footer {
  margin-top: 0.9rem;
}

.mob_advertisement img {
  /*width: 560px;*/

}

.footer_border{margin-bottom: 0px;}
.wrapper_app {
	display: flex;
	width: 100%;
	position: fixed;
	height: 70px;
	border-top: solid 1px #b2b2b2;
	z-index: 99999;
	background: #ffff;
	bottom: 0;
	align-items: center;
	justify-content: space-between;
	padding:0px 10px;
}
.close_btn_app {
  width: 20px;
  height: 20px;
  background: url(icons.svg) -70px -538px;
}

.logo_btn_app{
	width: 88px;
	height: 40px;
	margin-left: 10px;
	background: url(icons.svg) -110px -512px;
}

.wrapper_app span{
	font-size: 14px;  
	font-weight: 600;
	margin-left: 23px; 
	color: #8a8a8a;
}

.btn_install{
	padding: 10px 20px;
  border: solid 1px #6b9067;
  /* border-radius: 5px; */
  margin-left: auto;
  color: #4356ba;
  font-weight: 600;
  font-size: 14px;
}

.wrapper_mob_menu{width: 65%; display: block; background-color: #fff; position: fixed; overflow-y: scroll;
height: 100%; z-index: 99999999;

left:-75%;

}
.box_bidsel_account{
	padding: 8px 15px;
}


/* width */
.wrapper_mob_menu::-webkit-scrollbar {
  width: 8px;
  padding: 10px 0px;
}

/* Track */
.wrapper_mob_menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.wrapper_mob_menu::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.wrapper_mob_menu::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}











.row_logo_close{ 
	display: flex; 
	/* height: 40px;  */
	border-bottom: solid 1px  #ededed;
	align-items: center;
	padding: 9px 0px;
}
.logo_mobmenu{ 
	width: 150px;
	height: 33px;
	float: left;
	margin: 0px 0px 0px 10px;
	/* background: url(icons.svg) -101px -520px; */
	
	background-image: url(logo.png);
	background-size: cover;
}
.close_btn_mobmenu{
	width: 16px;
	height: 19px;
	float: left;
	margin: 0px 0px 0px 15px;
	background: url(icons.svg) -72px -538px;

}

.wrapper_mob_menu h5{font-size: 13px; color: #4356ba; float: left; width: 100%; padding: 10px 15px;margin:0px !important;}

.border_account_mob{width: 100%; height: 1px; background-color: #d4d4d4; float: left; margin-top: 10px;} 
.mob_menu_categories a{

  color: #a9a9a9;
    font-size: 13px;
    text-decoration: underline !important;
    width: 68px;
    margin-right: 15px;
}


.bg_mobmenu_body{display: block; width: 100%; height:100%; background-color: rgba(0,0,0,0); position: fixed;
z-index: -1;}

.arrow_login{display: none;}

.search_btn_mob{
	display: block;
	width: 22px;
	height: 22px;
	background: url(icons.svg) -107px -597px;
	float: left;
	margin-right: 8px;
}
.box_header_inr {
    width: 110px;
}

.container_mob_inr{display: block; width: 100%;  float: left;
}
.title_product_mob{ font-size: 15px; color: #111111;
margin-top: 0.7rem;
margin-bottom: 0;
margin-left: 10px; }

.wrapper_product_mob{
	width: 50%;
	float: left;
	margin: 0px 2.5px 5px 2.5px;
	padding: 7px;
	position: relative;
	background-color: #fff;
	/* border-radius: 5px; */
}

.wrapper_product_mob img{width: 100%; margin: auto;}

.title_product_one{
	font-size: 0.85rem;
	color: #0c0c0c;
	margin: 7px 0px 5px 0px;
	font-weight: 400;
	float: left;
	line-height: initial;
	width:100%;
	min-height: 30px;
}
.product_stock{
	font-size: 0.7rem;
	color: #0c0c0c;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
	float: left;
	line-height: initial;
	width:100%;
}
.mob_price_sec_plp{
	min-height:42px;
	float: left;
	position: relative;
	width:100%
}
.ksh_product_one{
	float: left;
	font-size: 0.75rem;
	color: #4356ba;
	margin: 0px 0px;
	font-weight: 600;
	width: 100%;
}
.real_price_mob{width: 100%; float: left; margin-left: 0px;}

.star_mob{float: left; height: 20px;}

.offer_mob_two {
	bottom: 0.35rem;
	right: 0px;
}
.cart_button_mob {
  float: left; 
  width: 93% !important;
  height: 42px;
  bottom: 10px;
  position: absolute;
  min-width:42px !important;
}
.mobile_btn{
  width: 100% !important;
  height: 42px;
}

.padding_mob_flex{
	/* padding: 7px; */
	padding-top: 10px;
}

.page_navigation_mob  {
  margin: auto;
  margin-bottom: 0px;
  width: 165px;
  margin-top: 10px;
  margin-bottom: 10px;

}

.text_display_mob{ margin: auto; font-size: 14px; color: #4f4f4f; width: fit-content; margin-bottom: 20px;}

.wrapper_filter_mob{background-color: #212c6e; justify-content: center; padding: 0px 10px 0px 0px;
position: fixed; bottom: 0; z-index: 9999;
}

.wrapper_add_btn_pdp_mob{background-color: #fff; justify-content: center;
position: fixed; bottom: 0; z-index: 9999;
}

.email_padding{padding-bottom: 25px;}
.btn_popularity_mob{ width: 27px;
  height: 24px;
  margin: 12px 4% 10px 0px;
  background:  url(icons.svg) -29px -588px;
}


.wrap_popularity_filter{  top: -158px;
  padding: 12px 15px;
  background-color: #fff;
  /* border-radius: 5px; */
  width: 150px;
  height: 158px;
  position: absolute;}



.wrap_popularity_filter li{list-style: none; padding: 2px 0px;     }
.wrap_popularity_filter li a{font-size: 14px;
  color: #0c0c0c;   }
.wrap_popularity_filter ul{ padding-left: 0px;}




.border_right_filter{ float: left; width: 1px; background-color: #fff;     margin: 0px 5% 0px 2%;}
.arrow_popularity_mob {
  width: 15px;
  height: 12px;
  float: left;
  background: url(icons.svg) -394px -164px;
  margin: 18px 0px 0px 10px;
}
.box_popularity_mob span{float: left; margin: 15px 0px 0px 10px; color: #fff; font-size: 14px; font-weight: 600;}
.margin_filter_border{margin: 0px 0px 0px 8%;}

.box_filter_mob{font-size: 14px; font-weight: 600; color: #FFF; width: fit-content;   
  margin: 15px 0px 0px 10%;
}

.box_filter_mob:hover{ color: #fff;}

.box_popularity_mob select {
  border: none;
  background-color: rgba(0,0,0,0);
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}
.box_popularity_mob option {
  color: #212c6e;
  background: #fff;
}
.height_product_mob{height: 360px;}

.icon_padding_mob{padding: 7px 15px;}

.padding_box_details {
    padding: 22px;
}
.icon_padding_account_mob{padding: 15px 20px;}
.icon_padding_mob .icon_account { 
  width:20px;
  margin-right:5px;
}  

.person_name {
  padding-left: 15px;
  margin-bottom: 11px;
  display: block;
  font-size: 14px;
}

.logout_mob_menu {
  color: #4356ba !important;
  padding-top: 7px !important;
  margin-bottom: -5px !important;
}
.button_box button{    height: 42px;     padding: 0px;}


.button_box {
  width: 100%;
  height: 42px;
}

.left_button {
    position: absolute;
}

.button_box span {
    float: left;
    border: solid 1px #4356ba;
    width: 65px;
    color: #0d0d0d;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 5px; */
	width: 100%;
}
.right_button {
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: absolute;
    right: 0px;
}
/*----------------detail_two_new-------------------*/
.row_mob_overview{margin-left: -15px; margin-right: -15px;}

.mob_description {
  color: #0d0d0d;
padding: 0px 10px;
  margin: 0px 0px 0px 0px;
}

.dnone_two{display: block; }

.star_detail_mob{
	margin: 0px 8px;
    margin-top: 3px;
}



.row_mob_overview .wrapper_overview {
  /*padding: 20px 20px 20px 10px;*/
  position: relative;
  padding: 10px 20px 10px 10px;
}

.offer_mob_three{
	bottom: 13px;
	left: 120px;
}
.short_banner_img_mob img{
	/* min-height: 175px;
	max-height: 175px; */
}
.short_banner_img_mob{
	text-align:center;
}

  .row_mob_overview  .ksh_product_one {margin-left: 10px;}
  .row_mob_overview  .real_price_mob {margin-left: 10px;}
.mob_over_view{font-size: 15px; margin: 10px 0px -6px 5px;}

.row_mob_overview .description_overview {
  margin: 0px 0px 0px 0px;
}
.margin_des_mob{margin-left: -5px !important; font-size: 12px; color:#201e1f;}


.row_mob_overview .text_points_specification {
  color: #211f20 !important;
  font-weight: 500;
  font-size: 12px;
  margin: 8px 0px 0px 0px;
  width: 50%;

}

.row_mob_overview .col-sm-6.fl{  padding: 0px 0px 0px 5px !important;}


.row_mob_overview .description_overview  span{
  margin: 0px 0px 0px 0px; font-size: 10px; color: #241e20; float: left;
}

.padding_rating_mob{    padding: 0px;
  margin-left: 13px !important;}

.star_feedback{ margin-left: 20px;}

.ml-star{margin-left: 13px;}
.comment_mob{color: #231f20;
  font-size: 13px;
  font-weight: 700;
  float: left;
  margin: 13px 0px 0px 14px;
  width: fit-content;
  clear: left;
}

.comment_description_mob{color: #231f20;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin: 7px 0px 0px 14px;
  width: fit-content;
  clear: left;}

.comment_date_mob{color: #231f20;
  float: left;
  font-size: 13px;
  font-weight: 500;
  margin: 12px 0px 0px 14px;
  width: fit-content;
  clear: left;}

.comment_person_mob{color: #231f20;
  float: left;
  font-size: 12px;
  font-weight: 500;
  margin: 12px 0px 0px 14px;
  width: fit-content;
  clear: left;}

.padding_btn_mob{ padding: 6px 0px 6px 0px !important;}



.padding_btn_mob .cart_button_mob {
  height: 44px;
}


.wrapper_box_flex{
	/* display: flex;  */
	width: 100%;
	background-color: #f4f4f4;
}

.wrapper_menubox_left{    float: left;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: 90px;
  height: 100%;
  position: fixed;
  overflow-y: scroll; padding-bottom: 75px;}

.menubox_flex_mob{ 
  padding: 20px 7px;
  border-bottom: solid 1px #f6f6f6;
  text-align: center;
  line-height: 18px;
  color: #242021;
  font-weight: 500; font-size: 12px; position: relative;}

.border_left_mob_menu{width: 5px; height: 100%; background-color: #f68c1e; position: absolute;
left:0; top:0; opacity: 0;}

.wrapper_menubox_left .active{background-color: #f5f5f5;}
.wrapper_menubox_left .active .border_left_mob_menu{opacity: 1;}
.rightbox_flex_mob{    
  /* border-radius: 5px; */
  width: 100%;
  margin-bottom: 10px;
  padding-left: 100px;
  padding-right: 10px;


}

.wrapper_productbox_mob{ background-color: #fff; 
/* border-radius: 5px;  */
margin-top: 10px; overflow: hidden;}
/*Updated by developer*/
.navigation-catgories-list{display:none;}

.wrapper_productbox_mob h3{ font-size: 12px; font-weight: 600; margin: 10px 0px 10px 10px; float: left;}
.wrapper_productbox_mob h5{ font-size: 12px; font-weight: 600; margin: 10px 10px 10px 0px; float: right;
color: #f7922d;}
.border_productbox_mob{width: 100%;
  height: 1px; margin-bottom: 10px;
  float: left;
  background: #f6f6f6;}

.container_productbox_mob{    width: 100%;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  display: flex; }

.one_productbox_mob{float: left;     margin:  4px; text-align: center; width: 33%; }

.one_productbox_mob img{width:100%}
.one_productbox_mob h3{    font-size: 11px;
  font-weight: 600;
  color: #2d2d2d;
  text-align: left;
  margin: 10px 0px;}


/*---------filter-----------*/
.wrapper_filter_card{ box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);  margin-top: 87px;
  background-color: #fff; width: 100%; float: left; padding: 15px 15px; color: #231f20;
font-size: 14px; font-weight: 600; position: relative; }

.arrow_icon_filter {
  width: 20px;
  height: 20px;
  background: url(icons.svg) -219px -233px;
  float: left;
  margin: 0px 15px 0px 0px;
}
.margin_filtercard{margin:10px 0px ;}
.margin_filtercard h3{color: #231f20;font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.margin_filtercard h4{color: #231f20;font-size: 12px; font-weight: 600; }
  
.arrow_filter_mob{        width: 11px;
  height: 17px;
  background: url(icons.svg) -79px -632px;
  position: absolute;
  right: 24px;
  top: 26px;
}

.border_categories_mob{width: 100%; float: left; margin: 10px 0px; height: 1px; background-color: #ededed;}



.margin_filtercard h5{color: #231f20;font-size: 15px; font-weight: 600; }
.starbox_filter{width:100px; height: 22px;margin-top: -4px;}
.wrapper_radio_filter input{    float: left; margin-right: 10px;}
.wrapper_radio_filter {    float: left; margin-right: 10px; margin-top: 15px; margin-bottom: 5px;}
.wrapper_radio_filter strong{ color: #000; font-size: 12px; margin-left: 10px; float: left;margin-top: -1px;}  

.prltve{position: relative;}

.arrow_filter_two {
  right: 10px;
  top: 0px;
}

.margin_border_fltr{margin-top: 15px;
  margin-bottom: 15px;
  float: left;}
.wrapper_brand_filter {position: relative;}

.wrapper_range_filter{ width: 100%; float: left; height: 30px; background-color: gray;
   margin-top: 15px; margin-bottom: 20px;}


.min_box span{color: #76757a;font-size: 15px; font-weight: 600;}
.min_box input{
	/* border-radius: 5px;  */
	border: solid 1px #ededed; height: 40px; width: 100%;

}
.min_box span{  color: #76757a; font-size: 14px; width:100%; float: left; margin: 0px 0px 10px 0px;}

.row_minmax_box {
  margin-left: -15px;
  margin-right: -35px;
}
.min_box {

  width: 50%; float: left;
  margin-right: 20px;
}


.wrapper_minmax_box{display: flex;}

.btn_box_reset_mob {
/* border-radius: 5px; */
background-color: #b3afae;
color:white; height: 40px;
  width: 50%; float: left;
  margin-right: 10px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  text-transform: uppercase; font-size: 13px;
}


.btn_box_reset_mob:hover {background-color: #ff7522;}

.row_btn_box {
  margin-right: -25px;
}

.margin_btncard_filter{margin-top: 0px;}


/*------------------toggle_button_start----------*/


/* The togglebox */

.togglebox {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 13px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 0px;
	top: -1px;
}


/* Hide the browser's default radio button */

.togglebox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
  background-color: #fff;
  border:solid 1px #d0cfd4;
	border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.togglebox:hover input~.checkmark {
	background-color: green;
}


/* When the radio button is checked, add a blue background */

.togglebox input:checked~.checkmark {
	background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.togglebox input:checked~.checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.togglebox .checkmark:after {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1c90fd;
	opacity: 1;
}


/*------------------toggle_button_end----------*/




/*------------------check_box_start----------*/
.wrapper_checkbox_filter {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

/* Hide the browser's default checkbox */
.wrapper_checkbox_filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.wrapper_checkbox_filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff !important;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.wrapper_checkbox_filter:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wrapper_checkbox_filter input:checked ~ .checkmark {
  background-color: #2196F3;     border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wrapper_checkbox_filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  
}

/* Show the checkmark when checked */
.wrapper_checkbox_filter input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wrapper_checkbox_filter .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #4356ba;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box_checkbox_max span{float: left;
  padding: 3px 8px;
  border-radius: 2px;
  background-color: #013fce;
  color: #fff;
  font-size: 12px;
}
.bg_max span{  background-color: #fff; color: #272727; padding-left: 0px;}
.box_checkbox_max{margin-top: 20px;}
/*------------------check_box_end----------*/
.cart_wrapper{display: inline-grid;}
.mob_margin_zero{margin-top: 0px;}
.text_price_label{
	width:60%;
}
.text_price_details {
    width: 40%;
}
.button_proceed {
	margin-top:0px;
}
.button_shopping {
	margin-top:10px;
}
.wrapper_cart_list_box {
	padding: 10px 0px 10px 0px;
}
.wrap_cart_list {
    padding-left: 16px;
    padding-right: 16px;
}
.product_name,.price_cart_product{
	margin-left:10px;
	text-align: left;
}
.cart_mob_sec2 {
    width: 100%;
    margin-top: 7px;
    border-top: solid 1px #f2eff0;
    padding-top: 15px;
}
.quantity_select {
    margin-top: -10px;
}
.border_cart_list:last-child {
   border: none;
}
.cart_single_list_show {
    margin-top: 26px !important;
	right: 0;
	z-index:999;
}

/*Checkut Page*/
.wrapper_address_bar span{
	margin: 0px 10px 0px 16px;
}
.wrapper_address_bar h2{
	margin: 5px 16px 0px 0px;
}
.mob_back_arrow{
	margin: 0px 10px 0px 16px;
	float:left;
}
.padding_box_address{
	padding-left:16px;
	padding-right:16px;
}

}


@media screen and (max-width: 320px) {
.qty_update_box{
	min-width:94px;
}
.cart-qty-update-box{
	padding:0px;
}
.coupon_btn {
    margin-top: 10px;
    width: 100%;
	margin-left:0px;
}
.orders_arrow{
	margin-right: 0px;
}
.w-100{
	height:auto;
}
.reviewbox_review {
    margin-top: 10px;
	margin-left:10px;
}
.soc_h_strips .left-hdr{
	display:none;
}
.soc_h_strips .right-hdr{
	display:none;
}	
  .wrapper_scroll_tab {
    max-width: 185px;
  }

  .header input {
    width: 100% !important;
  }
  .box_number {
    margin: 12px 0px;
    margin-right: 5px;
    text-align: center;
    width: 100%;
  }

  .container {
    padding: 0px 5px;
  }

  .icon_number {
    float: none;
    margin: auto;
  }
  .box_number strong,
  .box_number span {
    float: none;
    margin-left: 8px;
  }

  .box_number.dropdown {
    float: left;
    margin-top: 0px;

    width: 25px;

  }

  .cursor {
    float: none;
    display: flex;
    justify-content: center;
  }

  .box_number.fr {
    margin-top: 15px;
  }
  .dropdown-menu.show {
    left: -6px !important;
  }

  .col-sm-12.p-0.fl.mt-3.mb-3 {
    margin-top: 6px !important;
  }

  .row_mob {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mob_show_box {
    width: 100%;
  }
  .mob_show_box {
    width: 94%;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .show_box span {
    font-size: 13px;
    margin: 5px 6px 0px 0px;
  }
  .text_sort {
    padding: 10px 0px 10px 0px;
    margin-right: 7px;
  }
  .wrapper_header_detail span {
    font-size: 13px;
    padding: 5px 0px 0px 10px;
    width: 80%;
  }
  .icon_header_detail {
    margin: 15px 10px 15px 10px;
  }

  .title_product_detail {
    font-size: 18px;
    margin-top: 10px;
  }
  .number_product_detail {
    font-size: 16px;
  }
  .wrapper_delivery_box {
    padding: 20px 0px;
    padding-top: 5px;
  }
  .wrapper_delivery_box span {
    margin-left: 5px;
    font-size: 13px;
  }

  .icon_delivery {
    margin-left: -10px;
  }

  .select_box {
    width: 84px;
  }

  .title_margin {
    font-size: 15px;
  }

  .title_margin .title_see {
    font-size: 13px;
    margin-top: 2px;
  }

  .heading_sort_details {
    padding-left: 0px;
    padding-right: 0px;
  }

  .box_search_result img {
    width: 40px;
	height: 40px;
    /*height: fit-content;*/
    margin: 0px 5px 0px 5px;
    float: left;
  }
  .box_search_result .fl {
    width: 75%;
  }
  .search_icon_result {
    margin: -8px 18px 0px 14px;
  }

  .carousel-control-prev-icon {
    margin-left: 0px;
    width: 30px;
  }

  .carousel-control-next-icon {
    margin-left: -35px;
  }



  .cart_number,
  .cart_number_two,
  .cart_number_three {
    left: 0;
    right: 0;
    margin: auto;
  }
 
  .wrapper_carousel {
    padding-left: 2px;
  }

  /*.wrapper_breadcrumb {
    margin-top: 300px;
  }*/
  .wrapper_signup_form {
    margin-top: 320px;
  }
  .text_price_details.size_color_text {
    width: 90px !important;
  }
  .color_rate {
    width: 90px;
  }

  .text_price_details.color_rate {
    width: 90px !important;
  }
  .fees_cart.size_fees {
    width: 90px !important;
  }
  .fees_cart.color_feez {
    width: 90px !important;
    text-align: right !important;
  }
  .mb_pt {
    padding-top: 0px !important;
  }
  .wrapper_msgbox {
    margin-top: -2px;
  }
  .button_addnew {
    font-size: 12px;
    width: 100%;
  }
  .button_addnew {
    font-size: 12px;
    width: 93%;
    margin-top: 10px;
    margin-left: 0px;
    float: left;
  }
  .padding_box_address {
    padding: 13px;
    padding-bottom: 5px;
  }

  .small_details_box h2 {
    word-break: break-all;
    padding-right: 20px;
  }


  .row_owl_three {
    margin-left: 0px;
    margin-right: 0px;
}


.close_btn_app {
  margin: 25px 0px 0px 10px;

}

.logo_btn_app {
  margin: 15px 0px 0px 8px;}

  .wrapper_app span {
    font-size: 12px;
    margin: 23px 0px 0px 4px;
  }
  .btn_install {
    padding: 6px 8px;

    margin: 21px 10px 10px 0px;

    font-size: 12px;
}

/*-------new_style-------*/
.offer_mob_two {
	bottom: 0.35rem;
	right: 0;
}


.box_popularity_mob span {

  font-size: 12px;

}

.box_filter_mob {
  font-size: 12px;}

  .border_right_filter {
    margin: 0px 0% 0px 4%;
}

.box_filter_mob {

  margin: 15px 0px 0px 7%;
}

.btn_popularity_mob {

  margin: 10px 2% 10px 0px;
}
.container_productbox_mob {
  width: 100%;
  display: block;
}

.one_productbox_mob {
  width: 95%;
}



.box_bidsel_account span {
 
  font-size: 11px;}

  .box_number.fr {
    margin-top: 0px;
    width: fit-content;
}


.box_header {
  width: 66px;
}
.box_number.dropdown {
    min-width: 23px;}


    .box_header_inr {
      width: 100px !important;
  }
  .search_btn_mob{margin-right: 5px;}

.logo_inr_mob{ margin-left: 26px;}




}
