/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}


/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1500px) and (max-width: 1920px) {
	.kOBLVp {
	    max-width: 1440px;
	    margin: 0px auto;
	}
}

/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	body {	font-size: 15px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */
	.signin_bar ul {
	    margin: 0;
	    padding: 0;
	}
	.signin_bar ul li {
	    padding: 0 5px;
	}
	.signin_bar ul li a {
	    font: normal normal 13px/17px 'helveticaregular';
	}
	.signin_bar ul li a img {
	    margin-left: 0px;
	    width: 14px;
	}
	.signin_bar {
	    width: 25%;
	}
	.menu_bar ul li a {
	    font-size: 11px;
	}
	.menu_bar .nav-item {
	    padding: 6px 2px;
	    margin: 0;
	}
	.spinwp p img {
	    width: 22px;
	}
	.spinwp p span {
	    display: none;
	}
	.spinwp {
	    width: 3%;
	}
	.menu_bar {
	    width: 80%;
	}
	.dropdown button {
	    padding: 8px;
	    font: normal normal bold 10px/17px 'helveticaregular';
	}
	.dropdown button .fa.fa-caret-down {
	    font-size: 14px;
	}
	.dropdown a {
	    padding: 8px;
	    font: normal normal 13px/17px 'helveticaregular';
	}
	.country_bar h5 {
	    padding-left: 42px;
	    font: normal normal normal 11px/15px 'helveticaregular';
	}
	#demo .carousel-item img {
	    height: 200px;
	}
	.rightslider img {
	    height: 200px;
	}
	.qwe28 {
	    width: 23.7%;
	}
	.deals1 {
	    margin-right: 15px;
	}
	.qwe18 {
	    width: 48.5%;
	}
		.piclist li {
	    width: 50px;
	    height: 50px;
	}
	._boxzoom .zoom-thumb {
	    width: 50px;
	}
	._boxzoom ._product-images {
	    width: 75%;
	}
	._boxzoom ._product-images .picZoomer img.my_img {
	    object-fit: cover;
	}
	.picZoomer-pic-wp {
	    height: 240px !important;
	}

}

/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
/* With side menu
@media (min-width: 768px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 768px) and (max-width: 959px) {
	body {	font-size: 15px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */
	.signin_bar ul {
	    margin: 0;
	    padding: 0;
	}
	.signin_bar ul li {
	    padding: 0 5px;
	}
	.signin_bar ul li a {
	    font: normal normal 12px/17px 'helveticaregular';
	}
	.signin_bar ul li a img {
	    margin-left: 0px;
	    width: 14px;
	}
	.signin_bar {
	    width: 25%;
	}
	.menu_bar ul li a {
	    font-size: 9px;
	}
	.menu_bar .nav-item {
	    padding: 6px 2px;
	    margin: 0;
	}
	.spinwp p img {
	    width: 22px;
	}
	.spinwp p span {
	    display: none;
	}
	.spinwp {
	    width: 3%;
	}
	.menu_bar {
	    width: 80%;
	}
	.dropdown button {
	    padding: 8px;
	    font: normal normal bold 8px/17px 'helveticaregular';
	}
	.dropdown button .fa.fa-caret-down {
	    font-size: 14px;
	}
	.dropdown a {
	    padding: 8px;
	    font: normal normal 13px/17px 'helveticaregular';
	}
	.country_bar h5 {
	    padding-left: 42px;
	    font: normal normal normal 11px/15px 'helveticaregular';
	}
	#demo .carousel-item img {
	    height: 200px;
	}
	.rightslider img {
	    height: 200px;
	}
	.bigdealsimg1 {
	    width: 48%;
	}
	.bigdealsheading .nav-pills .nav-link {
	    font-size: 11px;
	}
	.bewell_box1 {
	    width: 23.7%;
	    margin-right: 8px;
	}
	.bewell_box {
	    flex-wrap: wrap;
	}
	.women_fashion_box {
	    flex-wrap: wrap;
	}
	.women_fashion_box1 {
	    width: 23.7%;
	    margin-bottom: 15px;
	}
	.women_fashion_box11 {
	    width: 23.7%;
	    margin-bottom: 15px;
	}
	.help_wp1 h3 {
	    font: normal normal bold 17px/40px helveticabold;
	}
	.help_wp2 h5 a {
	    font-size: 12px;
	}
	.footer1 h5 {
	    font: normal normal bold 12px/22px helveticabold;
	}
	.footer1 ul li a {
	    font: normal normal normal 13px/14px helveticaregular;
	}
	.footer_shopon h6 {
    	font: normal normal bold 12px/21px helveticabold;
	}
	.footer_shopon p {
	    font: normal normal normal 14px/17px helveticaregular;
	}
	.qwe15 .col-sm-4 {
	    flex: auto;
	    max-width: none;
	    text-align: center;
	}
	.qwe15 .col-sm-8 {
	    flex: auto;
	    max-width: none;
	}
	.footer_shopon ul li {
	    padding: 0 5px;
	}
	.footer_shopon ul {
	    padding: 0;
	    align-items: center;
	    justify-content: center;
	}
	.qwe28 {
	    width: 23.5%;
	}
	.deals1 {
	    margin-right: 15px;
	}
	.qwe18 {
	    width: 48.5%;
	}
	.liyOzy1 {
	    font: normal normal bold 15px/19px helveticabold;
	}
	.hrbbHW h1 {
	    font-size: 16px;
	}
	.cjQmue1 h5 {
	    font-size: 15px;
	}
	.cjQmue input[type="text"]{
		width: 60%;
	}
	.hkgfp1 b {
	    font-size: 12px;
	}
	.fUMjVf1, .fUMjVf2, .fUMjVf3 {
	    font: normal normal normal 13px/18px helveticaregular;
	}
	.piclist li {
	    width: 50px;
	    height: 50px;
	}
	._boxzoom .zoom-thumb {
	    width: 50px;
	}
	._boxzoom ._product-images {
	    width: 75%;
	}
	._boxzoom ._product-images .picZoomer img.my_img {
	    object-fit: cover;
	}
	.picZoomer-pic-wp {
	    height: 240px !important;
	}
	.fqyJE li img {
	    height: 42px;
	}
	.myaccount2 img {
	    width: 38px;
	    height: 38px;
	}
	.myaccount2 {
	    width: 25%;
	}
	.myaccount3 {
	    width: 70%;
	}
	.myaccount3 h6 {
	    font: normal normal normal 14px/20px 'helveticaregular';
	}
	.myaccount3 small {
	    font: normal normal normal 12px/15px 'helveticaregular';
	    display: block;
	}
	.myaccount4 ul li a {
	    font: normal normal normal 13px/17px 'helveticaregular';
	}
	.myaccount8 h5 {
	    font-size: 13px;
	}
	.myaccount6 .col-sm-2 {
	    padding: 0;
	}
	.myaccount6 .col-sm-3 {
	    flex: auto;
	    max-width: 100%;
	}
	.myaccount6 .col-sm-7 {
	    flex: auto;
	    max-width: 80%;
	}
	.myaccount10 button {
	    font: normal normal normal 12px/16px 'helveticaregular';
	    padding: 2px 3px;
	}
	.myaccount9 p {
	    font: normal normal normal 13px/16px 'helveticaregular';
	}
	.myaccountleft {
	    margin-top: 1em;
	}
	.myaccount6 {
	    margin-top: 1em;
	}
	.myaccount9 button {
	    font: normal normal normal 11px/16px 'helveticaregular';
	}
	.order-info5 {
	    padding: 0 1em 1em;
	}
	.hkgfp1 {
	    font: normal normal normal 12px/18px helveticaregular;
	    width: 48%;
	}
	.geuyUd4, .geuyUd3 {
	    width: auto;
	}
	.geuyUd2 {
	    display: block;
	}
	.conti2 .col-sm-2, .conti2 .col-sm-10 {
	    flex: auto;
	    max-width: 100%;
	}
	.conti2 .col-sm-2, .conti2 .col-sm-10 {
	    padding-left: 26px;
	}

}
@media (min-width: 768px){
	
}


/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 576px) and (max-width: 767px) {
	.rightslider {
	    margin-top: 0 !important;
	}
	.rightslider img {
	    height: 140px;
	}
	#demo .carousel-item img {
	    height: 140px;
	}
	.qwe15 .col-sm-4 {
	    max-width: 100%;
	    flex: none;
	}
	.hrbbHW h1 {
	    font-size: 13px;
	}
	.modelNumber {
	    font: normal normal normal 13px/19px helveticaregular;
	}
	.priceWas {
	    font: normal normal normal 12px/25px helveticaregular;
	    letter-spacing: 0.5px;
	}
	.fUMjVf1, .fUMjVf2, .fUMjVf3  {
	    font: normal normal normal 12px/18px helveticaregular;
	}
	.enTxwW p {
	    font: normal normal bold 11px/17px helveticabold;
	}
	.enTxwW small:nth-child(2) {
	    padding: 6px 15px;
	}
	.enTxwW small {
	    font: normal normal normal 11px/14px helveticaregular;
	}
	.enTwW3 button, .enTwW2 button {
	    font-size: 10px;
	}
	.fqyEJE h3 {
	    font: normal normal normal 13px/14px helveticaregular;
	}
	.fqyEJE ul li button {
	    font: normal normal bold 12px/14px helveticabold;
	    margin-bottom: 5px;
	}
	.fqyJE li img {
	    height: 30px;
	}
	.fcVCZF button {
	    font: normal normal bold 12px/26px helveticabold;
	}
	.joYXia p, .joYXia1 p {
	    font: normal normal normal 12px/15px helveticaregular;
	}
	.hSxJCj2 h6 {
	    font: normal normal normal 12px/16px helveticaregular;
	}
	.cZdDSI {
	    width: 30px;
	    height: 30px;
	    padding: 1px 3px 3px;
	}
	.piclist li {
	    width: 50px;
	    height: 50px;
	}
	._boxzoom .zoom-thumb {
	    width: 50px;
	}
	._boxzoom ._product-images {
	    width: 75%;
	}
	._boxzoom ._product-images .picZoomer img.my_img {
	    object-fit: cover;
	}
	.picZoomer-pic-wp {
	    height: 240px !important;
	}
	.liyOzy1 {
	    font: normal normal bold 12px/17px helveticabold;
	}
	.liyOzy2 select {
	    width: 60px;
	}
	.cjQmue1 h5 {
	    font-size: 14px;
	}
	.cjQmue input[type="text"] {
	    width: 60%;
	}
	.hkgfp1 {
	    width: 48%;
	    font: normal normal normal 13px/17px helveticaregular;
	}
	.hkgfpV {
	    margin-top: 10px;
	}
	.hkgfp1 b {
	    color: #4E4C4C;
	    font-size: 12px;
	    letter-spacing: 1px;
	}
	.cfzEIE button {
	    font: normal normal bold 11px/34px helveticabold;
	}
	.myaccount2 img {
	    width: 38px;
	    height: 38px;
	}
	.myaccount2 {
	    width: 25%;
	}
	.myaccount3 {
	    width: 70%;
	}
	.myaccount3 h6 {
	    font: normal normal normal 14px/20px 'helveticaregular';
	}
	.myaccount3 small {
	    font: normal normal normal 12px/15px 'helveticaregular';
	    display: block;
	}
	.myaccount4 ul li a {
	    font: normal normal normal 13px/17px 'helveticaregular';
	}
	.myaccount8 h5 {
	    font-size: 13px;
	}
	.myaccount6 .col-sm-2 {
	    padding: 0;
	}
	.myaccount6 .col-sm-3 {
	    flex: auto;
	    max-width: 100%;
	}
	.myaccount6 .col-sm-7 {
	    flex: auto;
	    max-width: 80%;
	}
	.myaccount10 button {
	    font: normal normal normal 12px/16px 'helveticaregular';
	    padding: 2px 3px;
	}
	.myaccount9 p {
	    font: normal normal normal 13px/16px 'helveticaregular';
	}
	.myaccountleft {
	    margin-top: 1em;
	}
	.myaccount6 {
	    margin-top: 1em;
	}
	.myaccount9 button {
	    font: normal normal normal 11px/16px 'helveticaregular';
	}
	.order-info2 h5 {
	    font-size: 13px;
	}
	.order-info5 {
	    padding: 0 1em 1em;
	}
	.order-info1 {
	    margin-top: 9px;
	}
	.order-info6 {
	    width: 72%;
	}
	.geuyUd5 {
	    width: 100px;
	}
	.geuyUd4, .geuyUd3 {
	    width: auto;
	}
	.geuyUd1 {
	    float: none;
	}
	.geuyUd2 {
	    display: block;
	}
	.sell-info1 h3 {
	    font: normal normal normal 21px/21px 'helveticaregular';
	}
	.sell-info1 img {
	    width: 115px;
	    height: 115px;
	}
	.sell-info2 {
	    width: 43%;
	    margin-left: 11px;
	    padding: 7px;
	}
	.conti2 .col-sm-2, .conti2 .col-sm-10 {
	    flex: auto;
	    max-width: 100%;
	}
	.order-info2, .order-info3, .order-info6 {
	    padding-left: 10px;
	}
	.enTwW{
		display: block;
	}
	.enTwW1, .enTwW2, .enTwW3, .enTwW4{
		width: 100%;
		margin-bottom: 7px;
	}


}
@media (min-width: 576px) and (max-width: 703px) {
	._boxzoom ._product-images {
	    width: 68%;
	}
	.hSxJCj2 h6 {
	    font: normal normal normal 10px/16px helveticaregular;
	}
	.ljBBOG1 small {
	    display: block;
	    line-height: 15px;
	}
}
@media (max-width: 767px) {
	body {	font-size: 15px; }
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:2em; }		/* 24px */
	h3 { font-size:1.6667em; }	/* 20px */
	h4 { font-size:1.3333em; }	/* 16px */
	h5 { font-size:1.1667em; }	/* 14px */
	h6 { font-size:1em; }		/* 12px */
	
	.top_bar {
	    height: auto;
	    padding: 0 10px;
	    display: grid;
	    position: relative;
	    margin-bottom: 20px;
	}
	.country_bar{
		width: 100%;
    	order: 4;
    	position: relative;
	}
	.logo_bar {
	    width: 15%;
    	order: 1;
    	position: relative;
	}
	.logo_bar h1 {
	    font: normal normal normal 16px/15px 'Poppins', sans-serif;
	    margin: 0;
	    padding-top: 5px;
	}
	.search_bar {
	    width: 100%;
	    order: 3;
	    padding-bottom: 8px;
	    padding-top: 8px;
	}
	.signin_bar {
	    width: 55%;
	    order: 2;
	     position: absolute;
	    right: 0;
	    top: 3px;
	}
	.signin_bar ul {
	    margin: 0;
	    padding: 0 6px 0 0;
	    display: flex;
	    float: right;
	}
	.signin_bar ul li a {
	    font: normal normal 12px/20px 'helveticaregular';
	}
	.signin_bar ul li {
	    padding: 0 5px;
	}
	.signin_bar ul li a img {
	    margin-left: 0px;
	    width: 13px;
	}
	.all_categori {
	    display: none;
	}
	.menu_bar {
	    width: auto;
	    padding: 6px 0;
	    height: 50px;
	}
	.spinwp {
	    width: 56%;
	    position: absolute;
	    right: 9px;
	    top: 11px;
	    text-align: right;
	}
	.manu_bar {
	    display: block;
	    height: auto;
	    position: relative;
	    padding: 0 10px;
	    display: none;
	}
	.footer_shopon ul {
	    display: none;
	}
	.footer_shopon p {
	    font: normal normal normal 12px/16px helveticaregular;
	    text-align: center;
	}
	.qwe13 img {
	    margin-right: 15px;
	    width: 29px;
	}
	.footer_shopon h6 {
	    font: normal normal bold 10px/15px helveticabold;
	}
	.footer_shopon {
	    margin-bottom: 11px;
	}
	.footer1 ul li a {
	    font: normal normal normal 13px/20px helveticaregular;
	}
	.footer1 h5 {
	    font: normal normal bold 12px/14px helveticabold;
	}
	.help_wp1 h3 {
	    font: normal normal bold 15px/30px helveticabold;
	}
	.help_wp1 p {
	    font: normal normal normal 12px/16px helveticaregular;
	}
	.help_wp2 h5 {
	    font: normal normal bold 12px/14px helveticabold;
	    width: auto;
	}
	.help_wp2 {
	    display: block;
	}
	.women_fashion_wp {
	    padding: 10px;
	}
	.women_fashion_wp h1 {
	    font: normal normal bold 15px/16px helveticabold;
	    padding-left: 0;
	}
	.women_fashion_wp h1 a {
	    font: normal normal bold 10px/13px helveticabold;
	}
	.women_fashion_box11 {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.women_fashion_box1 {
	   width: 31%;
    	float: left;
	}
	.women_fashion_box1 h3 {
	    font: normal normal bold 14px/16px helveticabold;
	    margin: 0;
	    padding: 9px 0;
	}
	.women_fashion_box1 {
	    margin-bottom: 10px;
	}
	.women_fashion_box11 h3 {
	    font: normal normal bold 14px/16px helveticabold;
	    margin: 0;
	    padding: 7px 0;
	}
	.backtoschool h1 {
	    font: normal normal bold 14px/14px helveticabold;
	}
	.backtoschool h1 a {
	    font: normal normal bold 10px/13px helveticabold;
	    padding: 6px;
	}
	.qwe7 img {
	    height: 100px;
	    width: 100%;
	}
	.bewell_box1 {
	    width: 31.5%;
	    margin-bottom: 10px;
	    float: left;
	}
	.bewell_box {
	    display: inline-block;
	}
	.best_seller button {
	    font: normal normal bold 10px/11px helveticabold;
	    padding: 4px;
	}
	.best_seller p{
		font: normal normal normal 11px/14px helveticaregular;
	}
	.best_seller h5 {
	    font: normal normal bold 12px/13px helveticabold;
	}
	.best_seller h5 span {
	    font: normal normal bold 13px/15px helveticabold;
	}
	.qwe4 div:first-child {
	    font: normal normal normal 11px/21px helveticaregular;
	    height: 22px;
	    width: 75px;
	}
	.bigdealsheading .nav-pills .nav-link {
	    font-size: 10px;
	    padding: 1px 7px;
	}
	.bigdealsheading .nav-item{
		width: auto;
	}
	.bigdealsimg1 {
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.bigdealsimg1 figure img {
	    width: 100%;
	    height: 108px;
	    object-fit: contain;
	}
	.bigdealsheading h3 {
	    font: normal normal bold 14px/17px helveticabold;
	}
	.bigdealsheading button {
	    font-size: 12px;
	    padding: 1px 12px;
	}
	.rightslider {
	    margin-top: 10px;
	}
	.women_fashion_box {
	    display: inline-block;
	}
	.footer_wp {
	    padding: 2em 0 0;
	}
	#demo2 .carousel-item img , #demo1 .carousel-item img {
	    height: 100px;
	}
	.women_fashion_box1 img {
	    object-fit: contain;
	    background: #f3f3f3;
	}
	.qwe4 {
	    padding: 6px 9px 0;
	}
	.qwe4 img {
	    width: 19px;
	}
	.qwe5 {
	    display: block;
	}
	.qwe6 {
	    padding-right: 0;
	    margin-bottom: 10px;
	}
	.bewell_box1 img {
	    object-fit: contain;
	    background: #f3f3f3;
	}
	.bewell_wp h1 {
	    font: normal normal bold 15px/16px helveticabold;
	}
	#owl-demo .item figure {
	    margin: 0 auto;
	}
	.qwe1 {
	    padding-right: 15px;
	    margin-top: 10px;
	}
	.bewell_box2 img {
	    object-fit: cover !important;
	}
	.bewell_box2 h5 {
	    width: 100%;
	}
	.search_bar input[type="text"] {
	    height: 30px;
	}
	.women_fashion_box11 {
	    width: 31%;
	    float: left;
	}
	.footer_wp .col-sm-2 {
	    max-width: 33%;
	    flex: none;
	}
	.qwe14 img {
	    width: 15px;
	    margin-right: 3px;
	}
	.qwe12 img {
	    width: 50px;
	}
	.qwe11 .col-sm-3 {
	    max-width: 33%;
	    flex: none;
	}
	.qwe11 .col-sm-6 {
	    flex: none;
	    width: 33%;
	}
	.footer-nav{
	  display: block;
	}
	.deals1 {
	    width: 24%;
	    margin-right: 12px;
	}
	.deals1 p {
	    margin: 0;
	    font: normal normal normal 11px/14px helveticaregular;
	}
	.qwe16 .nav-pills .nav-link {
	    width: 100px;
	    line-height: 31px;
	    font-size: 12px;
	    padding: 0;
	}
	.qwe16 li.nav-item {
	    margin: 0 3px;
	}
	.qwe16 {
	    padding-top: 15px;
	}
	.qwe16 .tab-content>.tab-pane {
	    padding: 15px;
	}
	.qwe16 .tab-content>.tab-pane h3 {
	    font: normal normal bold 17px/17px helveticabold;
	}
	.qwe18 {
	    width: 46.5%;
	}
	.qwe19 span {
	    font: normal normal normal 10px/15px helveticaregular;
	}
	.qwe19 p {
	    font: normal normal normal 12px/14px helveticaregular;
	}
	.qwe19 h6 {
	    font: normal normal bold 12px/16px helveticabold;
	}
	.qwe21 .qwe4 div:first-child {
	    padding: 0;
	}
	.shopbypric2 {
	    width: 29.5%;
	    font: normal normal bold 14px/22px helveticabold;
	    display: inline-flex;
	    margin-bottom: 10px;
	}
	.shopbyprice1 {
	    flex-wrap: wrap;
	    width: 100%;
	}
	.shopbypric3 h4 {
	    font: normal normal bold 14px/17px helveticabold;
	}
	.shopbypric3 {
	    width: 48%;
	    margin-right: 10px;
	    display: inline-block;
	}
	.smc1 .deals1 figure {
	    width: 60px;
	    height: 60px;
	}
	.navbar-light .navbar-toggler{
		display: none;
	}
	.deLrOz{
	  display: block !important;
	}
	.deLrOz img {
	   width: 29px;
	}
	.qwe6 img {
	    width: 100%;
	}
	.mobilecategori{
		padding-top: 9px;
	}
	.eedzOK ul li a.nav-link {
	    font: normal normal normal 14px/17px helveticaregular;
	}
	.bzoxap p {
	    font: normal normal normal 14px/17px helveticaregular;
	}
	.eedzOK .tab-content h6 {
	    font-size: 14px;
	}
	.qwe26{
		margin-top: 15px;
	}
	.cdFSjc {
	    display: inline-block;
	}
	.acnav__link, .acnav__label{
		padding: 5px;
	}
	.qwe30{
		padding-right: 0;
	}
	 .acnav__link, .acnav__label{
	 	font-size: 10px;
	 }
	 .catagorisec, .brandsec {
	    font: normal normal bold 15px/25px helveticabold;
	}
	.sc-ec2eb2a6-1 .fa.fa-search {
	    top: 7px;
	    font-size: 13px;
	}
	.brandsec button {
	    font: normal normal bold 11px/15px helveticabold;
	    padding-left: 9px;
	}
	.pricesec {
	    font: normal normal bold 14px/25px helveticabold;
	}
	.proratsec {
	    font: normal normal bold 14px/25px helveticabold;
	}
	.lfWCOx {
	    display: block;
	}
	.lfWCOx input {
	    font-size: 14px;
	    padding-left: 5px;
	    height: 34px;
	    margin-top: 5px;
	}
	.gradesec {
	    font: normal normal bold 14px/25px helveticabold;
	}
	.brandsecwp label.form-check-label {
	    font: normal normal normal 11px/15px helveticaregular;
	}
	.qwe31{
		margin-top: 15px;
	}
	.dPJmCy {
	    width: 100%;
	}
	.qwe33 {
	    display: contents;
	}
	.order-info {
	    margin-top: 1em;
	}

}

@media (max-width: 575px) {
	.bewell_box1 {
	    width: 47%;
	    margin-bottom: 10px;
	    display: inline-block;
	}
	.women_fashion_box1 {
	    width: 47%;
	    float: left;
	}
	.women_fashion_box11 {
	    width: 47%;
	    float: left;
	}
	.footer_wp .col-sm-2 {
	    max-width: 100%;
	    flex: none;
	}
	.qwe12 img {
	    width: 80px;
	}
	.bigdealsimgbox {
	    display: inline-block;
	}
	.bigdealsimg1 {
	    width: 46.5%;
	    display: block;
	    text-align: center;
	    float: left;
    	margin-right: 10px;
	}
	.rightslider img {
	    height: 131px;
	}
	.bigdealsimg1 h6 {
	    font: normal normal 10px/13px helveticaregular;
	    height: 35px;
	}
	.megawp h6, .megawp h4 {
	    height: auto !important;
	}
	.footer_wp .col-sm-2 {
	    max-width: 50%;
	    flex: none;
	}
	.qwe11 .col-sm-3 {
	    max-width: 100%;
	}
	.qwe11 .col-sm-6 {
	    width: 100%;
	}
	#demo .carousel-item img {
	    width: 100%;
	    height: 131px;
	}
	.eedzOK ul li a.nav-link {
	    font: normal normal normal 12px/17px helveticaregular;
	}
	.bzoxap p {
	    font: normal normal normal 12px/17px helveticaregular;
	}
	.eedzOK .tab-content h6 {
	    font-size: 12px;
	}
	.signin_bar ul li a {
	    font: normal normal 10px/14px 'helveticaregular';
	}
	.acnav__link, .acnav__label {
	    font-size: 13px;
	}
	.brandsecwp label.form-check-label {
	    font: normal normal normal 12px/15px helveticaregular;
	}
	.qwe30{
		padding-right: 15px;
		padding-bottom: 15px;
		display: none;
	}
	.shopbypric3 {
	    width: 47%;
	}
	.qwe33 span {
	    display: none;
	}
	.dPJmCy select {
	    margin-left: 0;
	}
	.ghy{
	  display: flex;
	}
	.efWwor button {
	    font-size: 13px;
	}
	.sticky-top {
	    background: #fff;
	    width: 100%;
	    padding: 1px 7px;
	}
	.piclist li {
	    width: 70px;
	    height: 70px;
	}
	._boxzoom .zoom-thumb {
	    width: 70px;
	}
	._boxzoom ._product-images {
	    width: 75%;
	}
	._boxzoom ._product-images .picZoomer img.my_img {
	    object-fit: cover;
	}
	.fqyEJE ul li button {
	    margin-bottom: 6px;
	}
	.geuyUd1 select {
	    margin-bottom: 6px;
	}
	.ljBBOG1:last-child{
		border-right: none;
	}
	.picZoomer-pic-wp {
	    height: 320px !important;
	}
	.hkgfp1 {
	    font: normal normal normal 13px/23px helveticaregular;
	}
	.hkgfp1 b {
	    font-size: 14px;
	}
	.cjQmue input[type="text"] {
	    width: 73%;
	}
	.cart-continue_shopping button{
		margin-bottom: 1em;
	}
	.hrbbHW h1 {
	    font-size: 14px;
	}
	.hSxJCj2 small a {
	    font-size: 14px;
	}
	.fUMjVf1, .fUMjVf2, .fUMjVf3 {
	    font: normal normal normal 13px/20px helveticaregular;
	}
	.myaccount6 {
	    margin-top: 15px;
	    margin-left: 0;
	    text-align: center;
	}
	.myaccount10 {
	    margin-bottom: 10px;
	}
	.myaccount3 {
	    width: 71%;
	}
	.myaccount2 {
	    width: 25%;
	}
	.order-info {
	    text-align: center;
	}
	.order-info5 {
	    border-left: none;
	}
	.order-info3 span {
	    padding-right: 0;
	    display: block;
	}
	.order-info6 {
	    width: 72%;
	    margin: 0 auto;
	}
	.order-info2 h5 {
	    font-size: 16px;
	    padding: 0 30px 14px;
	}
	.geuyUd2 {
	    display: block;
	}
	.geuyUd3 {
	    width: auto;
	}
	.geuyUd1 {
	    float: none;
	}
	.sell-info3 {
	    height: 170px;
	}
	.sell-info2 {
	    padding: 9px;
	}
	.sell-info4 {
	    padding: 0 20px;
	}
	.sell-info1 h3 {
	    font: normal normal normal 20px/21px 'helveticaregular';
	}
	.sell-info1 img {
	    width: 115px;
	    height: 115px;
	}
	.geuyUd5 {
	    width: 98px;
	}
	.fdMUAi {
	    border-right: none;
	}
	
}
@media (max-width: 448px) {
	.shopbypric3 {
	    width: 46.5%;
	}
}



