
::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  /* Firefox */
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  /* Safari */
  color: #fff;
  text-shadow: none; }

:active,
:focus {
  outline: none !important; }

body {
  line-height: 1.8;
  color: #676767;
  font-size: 1.1rem;
  font-weight: 300;
  background-color: #efeff7;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    a {
      transition: none; } }
  a:hover, a:focus {
    color: #003f5e;
    text-decoration: none; }
  a img {
    border: none; }

img {
  max-width: 100%; }

iframe {
  border: none !important; }

/* -------- Headings ---------- */
h1, .h1 {
  font-size: 3.375rem; }

h2, .h2 {
  font-size: 2.625rem; }

h3, .h3 {
  font-size: 2.25rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  line-height: 1.3;
  color: #002c42; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #002c42; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    font-weight: inherit; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 1rem;
  margin-top: 0.75rem; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem; }

/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px; }

table p {
  margin-bottom: 0; }

p {
  margin-bottom: 30px; }
  p a:hover, p a:focus {
    text-decoration: underline; }

@font-face {
    font-family: 'helveticaregular';
    src: url('../font/helvetica-webfont.woff2') format('woff2'),
         url('../font/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('../font/helvetica-bold-webfont.woff2') format('woff2'),
         url('../font/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.top_bar{
  background: transparent linear-gradient(90deg, #714A9C 0%, #B574C4 100%) 0% 0% no-repeat padding-box;
  height: 108px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.logo_bar {
    width: 12%;
}
.logo_bar h1{
  text-align: left;
  font: normal normal normal 20px/40px 'Poppins', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.country_bar h5:first-child{
  opacity: 0.6;
}
.country_bar h5 {
  margin: 0;
  padding-left: 45px;
  text-align: left;
  font: normal normal normal 13px/15px 'helveticaregular';
  letter-spacing: 0px;
  color: #FFFFFF;
}
.country_bar {
    background: transparent url(../img/Image1.png) 0% 6% no-repeat padding-box;
    opacity: 1;
    width: 20%;
}
.search_bar {
    width: 43.5%;
}
.search_bar input[type="text"] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 11px;
    padding-left: 14px;
}
.signin_bar ul li {
    display: inline-flex;
    border-left: 1px solid #cfcfcf;
    padding: 0 12px;
}
.signin_bar ul li:first-child{
  border-left: none;
}
.signin_bar ul li a {
    text-align: left;
    font: normal normal 14px/17px 'helveticaregular';
    letter-spacing: 1px;
    color: #FFFFFF;
}
.signin_bar ul li a img {
    margin-left: 6px;
    width: 18px;
}
.signin_bar {
    width: 24%;
}
.manu_bar {
    display: flex;
    height: 54px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #d7d7d7;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
.all_categori {
    width: 16%;
    border-right: 1px solid #d7d7d7;
}
.all_categori select {
    border: none;
    color: #60427D;
    text-align: left;
    font: normal normal bold 17px/20px 'helveticaregular';
    letter-spacing: 0.5px;
    font-size: 15px;
}
.menu_bar ul li a {
    color: #2C1A46 !important;
    letter-spacing: 0.5px;
    font-family: 'helveticaregular' !important;
    font-size: 12px;
    padding: 0 !important;
}
.menu_bar .navbar-brand {
    padding: 23.5px 20px;
    font-size: 18px;
}
.menu_bar .navbar-nav {
    width: 100%;
}
.menu_bar .nav-item {
    padding: 6px;
    margin: 0px 3px;
    text-align: center;
    position: static;
}
.menu_bar .nav-item.active {
    color: #EF5350;
}
.menu_bar .nav-item:hover {
    color: #EF5350;
}
.menu_bar .nav-link {
    padding: 5px;
}
.navbar-collapse.collapse.in {
    display: block !important;
}
.fa-angle-down {
    padding-left: 10px;
}
.fa-icon {
    font-size: 30px;
    color: #fff;
    background-color: pink;
    margin: 2px 10px 5px 0px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}
.dropdown-menu {
    margin-top: 0px;
    border: none;
    background-color: #f9f9f9;
    padding: 20px;
    width: 100%;
}
/*#dropdown-menu1 {
    position: absolute;
    left: 0;
}
#dropdown-menu2 {
    position: absolute;
    left: 285px;
}
#dropdown-menu3 {
    position: absolute;
    left: 415px;
}*/
.dropdown-item {
    padding: 0px;
}
.dropdown-item:hover {
    background-color: inherit;
}
@media (max-width: 767px) {
    .menu_bar .nav-item {
        width: 100%; 
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-menu {
        left: 0 !important;
        position: relative !important;
        padding: 20px;
    }
}
/*.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 180px;
  height: 26px;
}

.select-styled {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #60427D;
  font: normal normal bold 12px/17px 'helveticaregular';
  letter-spacing: 1px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #60427D transparent transparent transparent;
  position: absolute;
  top: 12px;
  right: 10px;
}
.select-styled:hover {
  background-color: transparent;
}
.select-styled:active, .select-styled.active {
  background-color: #f9f9f9;
}
.select-styled:active:after, .select-styled.active:after {
  top: 6px;
  border-color: transparent transparent #60427D transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 19px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid rgb(96 66 125 / 29%);
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #60427D;
  font: normal normal bold 10px/10px 'helveticaregular';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.select-options li:hover, .select-options li.is-selected {
  color: #60427D;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}*/

.dropdown{
  display:inline-block; 
  position:relative;
  width: 100%;
}

.dropdown button {
    border: none;
    padding: 8px 20px;
    transition: .3s;
    cursor: pointer;
    background: none;
    color: #60427D;
    font: normal normal bold 12px/17px 'helveticaregular';
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown:hover button{
}
/*.dropdown:hover{
  filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}*/
.dropdown > div{
  background-color:#fff;
  z-index:1;
  visibility:hidden;
  position:absolute;
  top: 44px;
  min-width:100%;
  opacity:0;
  transition:.3s;
}
.qwe24 {
  padding-left: 8px;
  border-right: 1px solid #ccc;
  height: 100vh;
}
.eeXwrz ul li a {
    padding-left: 0;
}
.menu_bar nav {
    position: static;
}
ul.jsx-undefined {
    margin: 0;
    padding: 0;
    list-style: none;
}
.GuRlX {
    display: flex;
    flex-wrap: wrap;
}
.GuRlX li {
    width: 33%;
}
.GuRlX li a img {
    width: 100px;
    margin-bottom: 19px;
}
.hMovQM img{
  height: 250px;
  width: 100%;
}
/*.dropdown .submenu{
  position:relative;
}*/
.dropdown button .fa.fa-caret-down {
    font-size: 18px;
    margin-left: 5px;
}
.dropdown a .fa.fa-caret-right {
    float: right;
}
 .dropdown .submenu > div{
  background-color:#fff;
  visibility:hidden;
  position:absolute;
  left:100%;
  top:-17px;
  transition:.3s;
  opacity:0;
  padding: 15px;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  margin-left: 1px;
}
.qwe23 h4 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}
.subCats {
    display: flex;
    width: 100%;
    padding-top: 9px;
}
.eeXwrz {
    width: 50%;
}
.eeXwrz h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.eeXwrz ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*use the following commented class if you wanna show submenu at left*/
/*
.dropdown .submenu.atLeft > div{
  left:-100%;
}
*/
 .dropdown .submenu:hover > div{
  visibility:visible;
   opacity:1;
}

  .dropdown:hover > div{
    visibility:visible;
    opacity:1;
  }

  .dropdown a{
    display:block;
    text-decoration:none;
    padding:8px;
    color:#000;
    transition:.1s;
    white-space:nowrap;
    font: normal normal 16px/17px 'helveticaregular';
  }
  
  .dropdown a:hover,.dropdown .submenu:hover > a{
    background-color:transparent;
    color: #60427D;
  }

.spinwp p {
    margin: 0;
    font: normal normal bold 16px/20px 'helveticaregular';
    letter-spacing: 1px;
    font-size: 13px;
}
.spinwp {
    width: 14%;
}
.menu_bar {
    width: 71%;
}
.spinwp p img {
    width: 33px;
}
.carousel-control-prev, .carousel-control-next{
  width: 8%;
  opacity: 1;
}
.bigdealsimgbox {
    display: inline-block;
    width: 100%;
}
.rightslider img {
    height: 280px;
    width: 100%;
}
.rightslider {
    position: relative;
}
.rightslider a {
    width: 122px;
    height: 34px;
    text-align: center;
    font: normal normal bold 14px/35px helveticabold;
    letter-spacing: 0px;
    color: #037A0B;
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: 36px;
    left: 22px;
}
#owl-demo .item{
  padding: 20px 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
#owl-demo .item figure {
    background: #F4F4F4;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}
#owl-demo .item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
#owl-demo .item h1 {
    font: normal normal 13px/18px helveticaregular;
    color: #0B0205;
}
#owl-demo.owl-theme .owl-controls {
    display: block !important;
}
#owl-demo.owl-theme .owl-controls .owl-page span {
    width: 29px;
    height: 7px;
    background: #AFADAD;
}
#owl-demo {
    background: #fff;
    margin-top: 15px;
}
.qwe1 {
    padding-right: 0;
}
.bigdeals {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
}
.bigdealsheading {
    margin-bottom: 15px;
}
.bigdealsheading h3 {
    text-align: left;
    font: normal normal bold 16px/18px helveticabold;
    letter-spacing: 0.5px;
    color: #4E4C4C;
    display: inline;
}
.bigdealsheading button {
    float: right;
    background: #B574C4 0% 0% no-repeat padding-box;
    border: none;
    color: #fff;
    border-radius: 26px;
    font-size: 15px;
    padding: 1px 25px;
}
.bigdealsimg1 {
    width: 49%;
    display: inline-table;
    background: #f8f8f8;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
}
.bigdealsimg1 figure {
    margin-bottom: 3px;
}
.bigdealsimg1 figure img {
    width: 100%;
    height: 108px;
    object-fit: contain;
}
.bigdealsimg1 h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
}
.bigdealsimg1 h6 {
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    font: normal normal 10px/17px helveticaregular;
}
.megawp{
  background: #f8f8f8;
}
.bigdealsimg1 h4 span {
    font-size: 10px;
    text-decoration: line-through;
}
.bigdealsimg1 h4 {
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    font: normal normal bold 13px/18px helveticabold;
    color: #4E4C4C;
}
.megawp h6, .megawp h4{
  background-color: #fff;
  padding: 0 8px;
}
.bigdealsheading .nav-pills .nav-link {
    border-radius: 26px;
    font-size: 13px;
    padding: 1px 11px;
}
.bigdealsheading .nav-pills .nav-link.active, .bigdealsheading .nav-pills .show>.nav-link {
    background-color: #714A9C;
}
.bigdealsheading .nav-pills .nav-link img {
    width: 12px;
    margin-top: -4px;
}
.bigdealsheading .nav-item {
    padding: 0;
    margin: 0;
}
.bigdealsheading .nav{
  float: right;
  border-radius: 26px;
  border: 1px solid #5A54C0;
  margin-bottom: 15px;
}
.infocusimg1 figure {
    margin-bottom: 10px;
}
.infocusimg1 figure img {
    width: 100%;
    height: 154px;
}
.qwe2{
  margin-bottom: 9px;
}
.qwe3 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.best-sellerwp {
    background: #DBCAE9 0% 0% no-repeat padding-box;
    padding: 15px;
}
.best_seller {
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}
.best_seller figure {
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.best_seller figure img {
    height: 130px;
}
.qwe4 {
    padding: 10px 17px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.qwe4 div:first-child {
    background: #B574C4 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: #fff;
    padding: 0 10px;
    font: normal normal normal 13px/23px helveticaregular;
    height: 22px;
    width: 88px;
    display: inline-block;
    text-align: center;
}
.qwe4 div:last-child {
    text-align: right;
    float: right;
}
.best_seller p {
    margin: 0;
    text-align: left;
    font: normal normal normal 14px/19px helveticaregular;
    letter-spacing: 0.5px;
    color: #4E4C4C;
    margin-bottom: 5px;
}
.best_seller h5 {
    font: normal normal bold 14px/15px helveticabold;
    letter-spacing: 0px;
    color: #4E4C4C;
    margin: 0;
}
.best_seller h5 span {
    float: right;
    font: normal normal bold 14px/15px helveticabold;
    letter-spacing: 0px;
    color: #A72FB6;
}
.best_seller h6 {
    font: normal normal bold 11px/27px Helvetica;
    letter-spacing: 0px;
    color: #4E4C4C;
    text-decoration: line-through;
    margin: 0;
}
.best_seller button {
    width: 100%;
    border: 1px solid #714A9C;
    border-radius: 10px;
    text-transform: uppercase;
    font: normal normal bold 13px/15px helveticabold;
    color: #714A9C;
    padding: 6px;
}
#owl-demo1 .item, #owl-demo2 .item, #owl-demo3 .item, #owl-demo4 .item, #owl-demo5 .item, #owl-demo6 .item, #owl-demo7 .item {
    margin: 6px;
}
#owl-demo1.owl-theme .owl-controls .owl-page span, #owl-demo2.owl-theme .owl-controls .owl-page span, #owl-demo3.owl-theme .owl-controls .owl-page span, #owl-demo4.owl-theme .owl-controls .owl-page span, #owl-demo5.owl-theme .owl-controls .owl-page span, #owl-demo6.owl-theme .owl-controls .owl-page span, #owl-demo7.owl-theme .owl-controls .owl-page span {
    width: 29px;
    height: 7px;
    background: #AFADAD;
}
.best-sellerwp h1 {
    font: normal normal bold 19px/16px helveticabold;
    letter-spacing: 0px;
    color: #0B0205;
    padding-left: 6px;
}
.bewell_wp {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
}
.bewell_box1 {
    width: 10.5%;
    margin-right: 8px;
}
.bewell_box1:last-child{
  margin-right: 0;
}
.bewell_box1 img {
    width: 100%;
    height: 160px;
}
.bewell_box1 h6 {
    background: #5A54C0;
    text-align: center;
    color: #fff;
    font: normal normal bold 12px/15px Helvetica;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 10px 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bewell_box {
    display: flex;
}
.bewell_box2 {
    position: relative;
    height: 210px;
}
.bewell_box2 img {
    height: 210px;
}
.bewell_box2 h5 {
    position: absolute;
    top: 65px;
    font: normal normal bold 14px/19px helveticabold;
    letter-spacing: 0.5px;
    color: #FFFCFC;
    text-align: center;
}
.bewell_wp h1 {
    font: normal normal bold 19px/16px helveticabold;
    letter-spacing: 0px;
    color: #4E4C4C;
    margin-bottom: 20px;
}
.qwe5 {
    display: flex;
    padding: 1.5em 0;
    width: 100%
}
.qwe6 {
    padding-right: 10px;
    width: 100%;
}
.qwe6 img {
    width: 100%;
}
.qwe6:last-child {
    padding-right: 0px;
}
.carousel-item img {
    width: 100%;
}
.qwe7 {
    margin: 15px 0;
}
.qwe7 img {
    height: 192px;
    width: 100%;
}
.backtoschool{
  background: #fff 0% 0% no-repeat padding-box;
    padding: 15px;
}
.backtoschool h1{
    font: normal normal bold 19px/16px helveticabold;
    letter-spacing: 0px;
    color: #0B0205;
    padding-left: 6px;
}
.qwe8 figure {
    background: #eceef0;
    padding: 30px 0;
    margin-bottom: 5px;
}
.qwe8 h6 span {
    float: right;
    font: normal normal bold 14px/15px helveticabold;
    letter-spacing: 0px;
    color: #20c103;
}
.backtoschool h1 a {
    float: right;
    text-transform: uppercase;
    border: 1px solid #666;
    font: normal normal bold 13px/15px helveticabold;
    padding: 6px 10px;
    letter-spacing: 0.5px;
    color: #666;
}
.qwe9 {
    background: #000 !important;
}
.women_fashion_wp {
    background: #dddddd;
    padding: 15px;
}
.women_fashion_wp h1 {
    font: normal normal bold 19px/16px helveticabold;
    letter-spacing: 0px;
    color: #0B0205;
    padding-left: 6px;
}
.women_fashion_wp h1 a {
    float: right;
    text-transform: uppercase;
    border: 1px solid #666;
    font: normal normal bold 13px/15px helveticabold;
    padding: 6px 10px;
    letter-spacing: 0.5px;
    color: #666;
    background: #fff;
}
.women_fashion_box {
    display: flex;    
    margin-top: 30px;
}
.women_fashion_box1 {
    margin-right: 9px;
    background: #fff;
    border-radius: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 17%;
}
.women_fashion_box1:last-child{
  margin-right: 0px;
}
.women_fashion_wp h1 {
    font: normal normal bold 19px/16px helveticabold;
    letter-spacing: 0px;
    color: #0B0205;
    padding-left: 6px;
}
.women_fashion_box1 h3 {
    font: normal normal bold 14px/16px helveticabold;
    letter-spacing: 0px;
    color: #0B0205;
}
.qwe10{
  background: #fff;
}
.women_fashion_box1 img {
    width: 100%;
    height: 195px;
    object-fit: contain;
    background: #eee;
}
.women_fashion_box11 {
    margin-right: 9px;
    background: #f3f4f1;
    text-align: center;
    width: 16%;
}
.women_fashion_box11 img {
    width: 100%;
    height: 152px;
    object-fit: contain;
    background: #eee;
}
.women_fashion_box11 h3 {
    font: normal normal bold 14px/16px helveticabold;
    letter-spacing: 0px;
    color: #0B0205;
}
.help_wp {
    border-top: 2px solid #ccc;
    margin-top: 1em;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}
.help_wp1 h3 {
    font: normal normal bold 22px/40px helveticabold;
    letter-spacing: 0px;
    color: #4E4C4C;
    margin: 0;
}
.help_wp1 p {
    margin: 0;
    font: normal normal normal 16px/21px helveticaregular;
    letter-spacing: 0.5px;
    color: #4E4C4C;
}
.help_wp2 {
    display: flex;
}
.help_wp2 h5 {
    font: normal normal bold 15px/21px helveticabold;
    letter-spacing: 0px;
    color: #4E4C4C;
    width: 50%;
}
.help_wp2 h5 small {
    font: normal normal normal 14px/22px helveticaregular;
    letter-spacing: 0px;
    color: #4E4C4C;
}
.footer_wp {
    background: #fff;
    padding: 2em 0 1em;
}
.footer1 h5 {
    font: normal normal bold 14px/22px helveticabold;
    letter-spacing: 0.5px;
    color: #4E4C4C;
}
.footer1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer1 ul li {
    letter-spacing: 0px;
    color: #4E4C4C;
}
.footer1 ul li a{
  font: normal normal normal 14px/34px helveticaregular;
}
.qwe11 {
    margin-top: 2em;
}
.footer_shopon h6 {
    font: normal normal bold 14px/21px helveticabold;
    letter-spacing: 0.5px;
    color: #4E4C4C;
}
.qwe11 {
    margin-top: 2em;
}
.qwe12 img{
      width: 100px;
}
.qwe13 img {
    margin-right: 18px;
}
.qwe14 img {
    width: 23px;
    margin-right: 10px;
}
.qwe15 {
    border-top: 2px solid #ccc;
    margin-top: 2em;
    padding-top: 1em;
}
.footer_shopon p {
    font: normal normal normal 15px/29px helveticaregular;
    letter-spacing: 0.5px;
    color: #4E4C4C;
    margin: 0;
}
.footer_shopon ul {
    margin: 0;
    list-style: none;
    display: flex;
}
.footer_shopon ul li {
    padding: 0 7px;
}
.footer_shopon ul li a {
    font: normal normal normal 14px/16px helveticaregular;
    letter-spacing: 0px;
    color: #4E4C4C;
}
#demo .carousel-item img {
    width: 100%;
    height: 280px;
}
.footer-nav{
  display: none;
  padding: 8px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 6px 0 #ccc;
  z-index: 9999;
}
ul.yhs {
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
    width: 100%;
}
ul.yhs li {
    width: 20%;
    text-align: center;
}
ul.yhs li a {
    font: normal normal 11px/13px helveticaregular;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #000;
}
ul.yhs li a img {
    width: 20px;
}
.deals_wp{
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  overflow-x: scroll;
}
.deals1{
  width: 20%;
  margin-top: 0.5em;
  text-align: center;
}
.deals1 figure {
    background: #F4F4F4;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.deals1 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.deals1 p {
    font: normal normal normal 13px/17px helveticaregular;
    letter-spacing: 0.5px;
    padding-top: 10px;
    color: #303030;
}
.qwe16 ul.nav.nav-pills {
    justify-content: center;
}
.qwe16 {
    background: #fff;
}
.qwe16 .nav-pills .nav-link.active, .qwe16 .nav-pills .show>.nav-link {
    color: #fff;
    background: transparent linear-gradient(90deg, #714A9C 0%, #B574C4 100%) 0% 0% no-repeat padding-box;
    
}
.qwe16 li.nav-item {
    margin: 0 14px;
}
.qwe16 .nav-pills .nav-link {
    border-radius: 20px;
    width: 200px;
    line-height: 40px;
    border: 1px solid #707070;
    text-align: center;
}
.qwe16 .tab-content>.tab-pane {
    background: #B574C4;
    padding: 30px;
}
.qwe16 .tab-content>.tab-pane h3 {
    font: normal normal bold 22px/21px helveticabold;
    letter-spacing: 0.5px;
}
.qwe17 {
    display: inline-block;
    width: 100%;
}
.qwe18 {
    width: 32.5%;
    float: left;
    background: #fff;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.qwe19 {
    width: 68%;
    float: left;
}
.qwe20 {
    width: 30%;
    float: right;
    text-align: center;
}
.qwe19 span {
    background: #000;
    color: #fff;
    font: normal normal normal 13px/17px helveticaregular;
    padding: 5px;
    position: relative;
    top: -6px;
    border-radius: 8px 0;
}
.qwe19 p {
    font: normal normal normal 13px/17px helveticaregular;
    padding: 0 8px;
    margin: 0;
}
.qwe19 h6 {
    padding: 0 7px;
    font: normal normal bold 15px/16px helveticabold;
}
.qwe19 h6 small {
    text-decoration: line-through;
    padding-right: 5px;
}
.qwe20 img {
    width: 80px;
    height: 70px;
    object-fit: contain;
    margin-top: 14px;
}
.brand_box {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 1em;
}
.brand_box figure {
    margin: 0;
}
.brand_box img {
    height: 80px;
}
.qwe21{
  background: transparent;
  padding: 0;
}
.qwe21 .women_fashion_box1 {
    text-align: left;
}
.qwe21 figure img {
    height: 130px;
    object-fit: contain;
}
.qwe21 .best_seller {
    position: relative;
}
.qwe21 .qwe4 img {
    width: 21px;
    height: 21px;
}
.qwe21 .qwe4 div:first-child {
    font: normal normal normal 10px/23px helveticaregular;
    height: 22px;
}
.qwe21 .qwe4 {
    padding: 0 4px;
}
.shopbypric2 {
    width: 15%;
    background: #2C1A46;
    text-align: center;
    margin-right: 10px;
    border-radius: 15px;
    height: 90px;
    color: #fff;
    font: normal normal bold 18px/27px helveticabold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopbyprice1 {
    display: flex;
}
.smc{
  background: #fff;
}
.smc h5 {
    padding-left: 15px;
    padding-top: 15px;
}
.deals1 b {
    font: normal normal bold 18px/27px helveticabold;
}
.shopbypric3 {
    background: transparent linear-gradient(128deg, #714A9C 0%, #60427D 100%) 0% 0% no-repeat padding-box;
    width: 16%;
    margin-right: 19px;
    text-align: center;
    border-radius: 10px;
    margin-top: 1em;
    padding: 20px;
}
.shopbypric3 img {
    height: 40px;
}
.shopbypric3 h4 {
    font: normal normal bold 16px/26px helveticabold;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
.smc1 {
    background: #DBCAE9;
}
.smc1 .deals_wp {
    background: #DBCAE9;
}
.smc1 .deals1 figure {
    width: 100px;
    height: 100px;
}
.smc1 .deals1 figure img {
    width: 60px;
    height: 60px;
}
.smc1 h5 {
    padding: 15px 0 0 15px;
}
.qwe22 {
    text-align: right;
    font: normal normal normal 13px/17px helveticaregular;
}
span.qwe24 {
    background: #20c103;
    color: #fff;
    border-radius: 10px;
    padding: 1px 5px;
}
.qwe25 a {
    text-transform: uppercase;
    text-decoration: underline;
    font: normal normal bold 13px/25px helveticabold;
}
.deals_wp::-webkit-scrollbar {
  height: 4px;
  border-radius: 5px;
}

.deals_wp::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.deals_wp::-webkit-scrollbar-thumb {
  height: 4px;
  background-color: #714a9c;
  border-radius: 5px;
}

.deals_wp::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

.deals_wp::-webkit-scrollbar:vertical {
  display: none;
}
.qwe25 {
    text-align: center;
}
[hidden] {
  display: none;
  visibility: hidden;
}

.acnav {
  width: 100%;
}
.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acnav__list li.has-children{
  position: relative;
}
.acnav__list li.has-children:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 17px;
    top: 0;
    z-index: -1;
}
.has-children > .acnav__label::before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 1em;
  border: 1px solid #ccc;
  padding: 3px 5px;
  background: #fff;
  transition: transform 0.3s;
}
.has-children.is-open::before {
      content: "";
      width: 1px;
      height: 100%;
      background: #ccc;
      position: absolute;
      left: 17px;
      top: 0;
      z-index: -1;
}
.acnav__list--level2 > .has-children.is-open::before {
      content: "";
      width: 1px;
      height: 100%;
      background: #ccc;
      position: absolute;
      left: 52px;
      top: 0;
      z-index: -1;
}
.acnav__list--level3 > .has-children.is-open::before {
      content: "";
      width: 1px;
      height: 100%;
      background: #ccc;
      position: absolute;
      left: 81px;
      top: 0;
      z-index: -1;
}
.acnav__list--level4 > .has-children.is-open::before {
      content: "";
      width: 1px;
      height: 100%;
      background: #ccc;
      position: absolute;
      left: 110px;
      top: 0;
      z-index: -1;
}
.acnav__link, .acnav__label {
  display: block;
  padding: 7px;
  margin: 0;
  cursor: pointer;
  color: #202020;
  background: none;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
  font: normal normal normal 14px/17px helveticaregular;
}
.acnav__link:focus, .acnav__link:hover, .acnav__label:focus, .acnav__label:hover {
  color: #b574c4;
  background: none;
}
.acnav__link--level2, .acnav__label--level2 {
  padding-left: 3em;
}
.acnav__link--level2:focus, .acnav__link--level2:hover, .acnav__label--level2:focus, .acnav__label--level2:hover {

}
.acnav__link--level3, .acnav__label--level3 {
  padding-left: 5em;
}
.acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:focus, .acnav__label--level3:hover {
}
.acnav__link--level4, .acnav__label--level4 {
  padding-left: 7em;
}
.acnav__link--level4:focus, .acnav__link--level4:hover, .acnav__label--level4:focus, .acnav__label--level4:hover {

}
.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
  display: none;
}
.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
  display: block;
}
.catagorisec, .brandsec {
    font: normal normal bold 17px/25px helveticabold;
    letter-spacing: 0.5px;
    color: #323232;
    cursor: pointer;
    padding-bottom: 10px;
}
.pricesec {
    font: normal normal bold 17px/25px helveticabold;
    letter-spacing: 0.5px;
    color: #323232;
    cursor: pointer;
    padding-bottom: 10px;
}
.gradesec, .gradesec11, .gradesec12, .gradesec13{
  font: normal normal bold 17px/25px helveticabold;
  letter-spacing: 0.5px;
  color: #323232;
  cursor: pointer;
  padding-bottom: 10px;
}
.gradesec .fa.fa-angle-down, .gradesec11 .fa.fa-angle-down, .gradesec12 .fa.fa-angle-down, .gradesec13 .fa.fa-angle-down {
    float: right;
    font-size: 24px;
}
.limitToggle {
    border: none;
    font: normal normal bold 14px/18px helveticabold;
    letter-spacing: 0.5px;
    color: #60427D;
    cursor: pointer;
    padding: 0;
}
.proratsec {
    font: normal normal bold 17px/25px helveticabold;
    letter-spacing: 0.5px;
    color: #323232;
    cursor: pointer;
    padding-bottom: 10px;
}
.eedzOK .tab-content h6 {
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 12px;
}
.catagorisec .fa.fa-angle-down, .brandsec .fa.fa-angle-down {
    float: right;
    font-size: 24px;
}
.pricesec .fa.fa-angle-down {
    float: right;
    font-size: 24px;
}
.proratsec .fa.fa-angle-down {
    float: right;
    font-size: 24px;
}
.iKfzzI .fa.fa-angle-down {
    float: right;
    font-size: 24px;
}
.brandsec button {
    color: rgb(56, 102, 223);
    border: none;
    font: normal normal bold 14px/15px helveticabold;
    letter-spacing: 0.5px;
    padding-left: 30px;
}
.mobilecategori {
    position: fixed;
    bottom: 70px;
    background: #fff;
    width: 100%;
    z-index: 1050;
}
.eedzOK {
    display: flex;
}
.eedzOK ul {
    height: 68vh;
    overflow-y: auto;
    flex: 0 0 27%;
    flex-wrap: inherit;
}
.eedzOK ul li.nav-item {
    padding-bottom: 13px;
}
.eedzOK .tab-content {
    height: 68vh;
    overflow-y: auto;
    flex: 1 1 0%;
    padding: 0 7px;
}
.BnlXW {
    margin: 5px 0;
}
.eedzOK ul li a.nav-link {
    padding: 0 7px;
    font: normal normal normal 12px/17px helveticaregular;
}
.mobilecategori ::-webkit-scrollbar {
  width: 5px;
}
.bzoxap img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.bzoxap p {
    font: normal normal normal 12px/17px helveticaregular;
}
.bzoxap{
  text-align: center;
}

/* Track */
.mobilecategori ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.mobilecategori ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.mobilecategori ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.iTSosB {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.icfqoy {
    letter-spacing: 0.5px;
    color: #000;
    font: normal normal bold 11px/20px helveticabold;
}
.icfqoy .fa.fa-angle-down {
    float: right;
    margin-right: 4px;
    font-size: 19px;
}
.deLrOz{
  display: none !important;
  position: absolute;
  right: 0;
  top: 0;
}
.sc-ec2eb2a6-1 input[type="text"] {
    width: 100%;
    border: 1px solid #8d8c8c;
    font-size: 14px;
    padding-left: 30px;
    border-radius: 3px;
}
.sc-ec2eb2a6-1 .fa.fa-search {
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 14px;
}
.sc-ec2eb2a6-1 {
    position: relative;
    margin-bottom: 12px;
}
.brandsecwp label.form-check-label {
    font: normal normal normal 13px/14px helveticaregular;
    color: #282828;
}
.brandsecwp .form-check {
    line-height: 26px;
}
.brandsecwp span {
    font: normal normal normal 13px/17px helveticaregular;
    float: right;
    padding-top: 8px;
}
.brandsecwp input.form-check-input {
    margin-top: 0;
}
.lfWCOx{
  display: flex;
}
.lfWCOx input {
    width: 100px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    height: 34px;
}
.lfWCOx span {
    font: normal normal normal 15px/35px helveticaregular;
    padding: 0 10px;
    text-transform: uppercase;
}
.lfWCOx button {
    border: none;
    text-transform: capitalize;
    font: normal normal normal 15px/35px helveticaregular;
    letter-spacing: 0.5px;
    padding-left: 15px;
}
.slider-container {
  position: relative;
  border: 0;
  width: 100%;
  margin-top: 17px;
}
.number--label {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: 366ms cubic-bezier(0.3, 0.6, 0.4, 1.125);
    color: #60427D;
    font: normal normal bold 17px/18px helveticabold;
}

.input-slider {
  border-radius: 50px;
  width:100%;
  height: 12px;
  background: transparent linear-gradient(90deg, #714A9C 0%, #B574C4 100%) 0% 0% no-repeat padding-box;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.input-slider::-webkit-slider-thumb {
  background: linear-gradient(
    to bottom,
    #fff 30%,
    hsl(192, 3%, 68%) 75%,
    hsl(192deg 3% 46%)
  );
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 -1px 5px 4px #fff7 inset, 0 1px 1.5px #0004, 0 2px 5px #0003,
    0 5px 9px #0002;
}

.input-slider::-moz-range-thumb {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 -1px 5px 4px #fff7 inset, 0 1px 1.5px #0004, 0 2px 5px #0003,
    0 5px 9px #0002;
}
.biLtIy {
    display: flex;
    margin-top: 17px;
}
.cHooCx {
    width: 50%;
    font: normal normal normal 14px/17px helveticaregular;
    color: #282828;
    letter-spacing: 0.5px;
}
.dPJmCy {
    width: 50%;
    text-align: right;
    font: normal normal normal 13px/17px helveticaregular;
    color: #282828;
    letter-spacing: 0.5px;
}
.dPJmCy select {
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 10px;
}
.qwe27{
  flex-wrap: wrap;
}
.qwe28{
  width: 19%;
  margin-bottom: 15px;
}
.qwe28 img {
    object-fit: contain;
}
.cdFSjc {
    width: 100%;
}
.cdFSjc .page-item.active .page-link {
    background-color: #714A9C;
    border-color: #714A9C;
}
.cdFSjc .page-link {
    color: #714A9C;
}
.qwe33 {
    display: inline;
    margin-left: 10px;
}
.qwe33 img {
    width: 21px;
    margin-left: 5px;
}
.qwe32{
    display: none !important;
}
.efWwor button {
    border: none;
    background: #fff;
    border-radius: 15px;
    padding: 2px 9px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
}
.eTwFiX {
    overflow-x: scroll;
    margin-top: 9px;
    white-space: nowrap;
}
.efWwor {
    margin: 0 5px 5px 0;
}
.jedaFH, .iHzaq, .jedaH, .jedFH1, .jedFH11, .jedFH12, .jedFH13 {
    width: 90%;
    position: absolute;
    left: 17px;
    z-index: 1;
    background: #fff;
    padding: 10px;
}
.ghy{
  display: none;
}

.picZoomer{
  position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
  position: relative;
  overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
  display: block;
}
.picZoomer-zoom-pic{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picZoomer-pic{
  /*width: 100%;
  height: 100%;*/
}
.picZoomer-zoom-wp{
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
    border:1px solid #eee;
    height: 460px;
}
.picZoomer-cursor{
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    margin-bottom: 14px;
}


/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: none;
}
/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 89px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
    margin: 0;
}
._boxzoom ._product-images {
    width: 79%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.services {
    background: #fff;
}
.hrbbHW h1 {
    font-size: 18px;
    color: #2C1A46;
    margin: 0;
}
.modelNumber {
    font: normal normal normal 14px/19px helveticaregular;
    letter-spacing: 0.5px;
    padding-top: 8px;
    margin-bottom: 6px;
}
.wQdgF{
  text-align: left;
  margin-bottom: 10px;
}
.priceWas {
    font: normal normal normal 15px/30px helveticaregular;
    letter-spacing: 0.5px;
}
.priceWas b {
    color: #000;
}
.sc-1d24c426-0{
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.fUMjVf1 {
    background: #eee;
    padding: 5px 10px;
    font: normal normal normal 13px/30px helveticaregular;
    letter-spacing: 0.5px;
    border-radius: 3px;
    margin-bottom: 8px;
}
.fUMjVf2 {
    font: normal normal normal 13px/30px helveticaregular;
    letter-spacing: 0.5px;
    border: 1px solid #EDBAF2;
    border-radius: 3px;
    margin-bottom: 8px;
    padding: 5px 7px;
    background: #fff;
}

.fUMjVf3 {
    font: normal normal normal 13px/30px helveticaregular;
    letter-spacing: 0.5px;
    border: 1px solid #F2F2BA;
    border-radius: 3px;
    margin-bottom: 8px;
    padding: 5px 10px;
    background: #fff;
}
.efWThS{
  background: #fff;
}
.fUMjVf1 a, .fUMjVf2 a, .fUMjVf3 a {
    color: #2C1FE5;
}
.enTxwW {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.enTxwW p {
    font: normal normal bold 15px/16px helveticabold;
    letter-spacing: 0.5px;
    color: #714A9C;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 16px;
}
.enTxwW small {
    font: normal normal normal 13px/14px helveticaregular;
    letter-spacing: 0.5px;
    padding: 16px;
}
.enTxwW small {
    font: normal normal normal 13px/14px helveticaregular;
    letter-spacing: 0.5px;
    display: block;
}
.enTxwW small:nth-child(2) {
    padding: 15px;
}
.enTxwW small:nth-child(3) {
    padding: 0 0 15px 15px;
}
.enTwW {
    display: flex;
    font: normal normal normal 15px/14px helveticaregular;
    letter-spacing: 0.5px;
    margin: 15px 0;
}
.enTwW1 {
    width: 20%;
    margin-right: 10px;
}
.enTwW2 {
    width: 35%;
    margin-right: 10px;
}
.enTwW3 {
    width: 35%;
    margin-right: 10px;
}
.enTwW4 {
    width: 10%;
    text-align: center;
}
.enTwW1 select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
}
.enTwW2 button {
    width: 100%;
    border: 1px solid #60427D;
    border-radius: 3px;
    height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.enTwW3 button {
    background: #60427D;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 100%;
    border: 1px solid #60427D;
}
.fqyEJE h3 {
    font: normal normal normal 15px/14px helveticaregular;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.fqyEJE ul {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}
.fqyEJE ul li {
    display: inline-block;
}
.fqyEJE ul li button {
    font: normal normal bold 14px/16px helveticabold;
    border: 1px solid #ccc;
    letter-spacing: 0.5px;
    padding: 8px 10px;
}
.fqyJE li {
    width: 23%;
}
.fqyJE li img {
    height: 87px;
    width: 87px;
}
.fqyJE li button.active {
    border-color: rgb(56, 102, 223);
    color: rgb(56, 102, 223);
}
.fcVCZF .owl-item {
    text-align: center;
}
.fcVCZF .owl-item p {
    text-align: center;
}
.fcVCZF {
    background: #eee;
    padding-bottom: 10px;
}
.fcVCZF h6 {
    color: #878484;
    font: normal normal normal 14px/14px helveticaregular;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 11px;
}
.fcVCZF button {
    border: 1px solid #714A9C;
    background: #fff;
    width: 95%;
    color: #714A9C;
    font: normal normal bold 14px/37px helveticabold;
    margin: 0 auto;
    text-align: center;
    display: block;
    letter-spacing: 0.5px;
}
.joYXia p, .joYXia1 p {
    font: normal normal normal 13px/19px helveticaregular;
    letter-spacing: 0.5px;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    padding-top: 8px;
}
.hSxJCj2 small {
    font: normal normal normal 13px/19px helveticaregular;
}
.hSxJCj2 small a {
    color: #714A9C;
    font-size: 17px;
}
.joYXia p a, .joYXia1 p a {
    color: #2C1FE5;
}
.joYXia img, .joYXia1 img {
    margin-right: 7px;
}
.hSxJCj2 {
    margin-top: -5px;
}
.hSxJCj1 {
    margin-right: 10px;
}
.hSxJCj {
    display: flex;
    margin: 15px 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    font: normal normal normal 13px/19px helveticaregular;
    align-items: center;
}
.ljBBOG1 h6 {
    color: #5F52C0;
}
.ljBBOG1 {
    width: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
}
.ljBBOG1 img {
    margin: 0 auto;
}
.ljBBOG {
    display: flex;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.hSxJCj2 h6 {
    font: normal normal normal 12px/19px helveticaregular;
    letter-spacing: 0.5px;
    color: #4E4C4C;
    margin: 0;
    padding-bottom: 4px;
}
.hSxJCj2 p {
    font: normal normal normal 12px/18px helveticaregular;
    letter-spacing: 0.5px;
    color: #878484;
    margin: 0;
}
.cZdDSI {
    width: 50px;
    height: 50px;
    background: #DED6FF;
    border-radius: 50%;
    padding: 9px;
    margin: 0;
}
.kNEHUn{
  border-right: 1px solid #eee;
}
.ghStOs h6 {
    font: normal normal normal 17px/20px helveticaregular;
    letter-spacing: 0.5px;
}
.ghStOs p {
    font: normal normal normal 13px/21px helveticaregular;
    letter-spacing: 0.5px;
}
.ghStOs table tr td {
    font: normal normal normal 13px/21px helveticaregular;
}
.ghSts{
    border-right: 1px solid #eee;
}
.ghSts1 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.ghSts1 a {
    color: #714A9C;
    font: normal normal bold 14px/15px helveticabold;
    letter-spacing: 0.5px;
}
.geuyUd h5 {
    display: inline;
}
.geuyUd1 {
    display: inline-block;
    float: right;
}
.geuyUd1 select {
    border: 1px solid #ccc;
    font: normal normal normal 14px/30px helveticaregular;
    padding: 6px 10px;
    letter-spacing: 0.5px;
}
.geuyUd3 h5 {
    font: normal normal bold 23px/37px helveticabold;
    margin: 0;
}
.geuyUd3 p {
    font: normal normal normal 14px/19px helveticaregular;
}
.geuyUd3 {
    display: inline-block;
    text-align: center;
    width: 24%;
}
.geuyUd3 h5 {
    font: normal normal bold 23px/37px helveticabold;
    margin: 0;
}
.geuyUd4 {
    display: inline-block;
    width: 75%;
}
.geuyUd4 > div {
    font: normal normal normal 14px/23px helveticaregular;
}
.geuyUd5 {
    width: 160px;
    height: 5px;
    display: inline-block;
    background: #e9e9e9;
    border-radius: 5px;
    position: relative;
    top: -3px;
    margin: 0 8px;
}
.geuyUd6{
  background: #20c103;
}
.geuyUd7 {
    background: #20c103;
    width: 10px;
    display: inline-block;
    height: 5px;
    position: absolute;
    border-radius: 5px;
}
.geuyUd8 {
    background: #20c103;
    width: 5px;
    display: inline-block;
    height: 5px;
    position: absolute;
    border-radius: 5px;
}
.geuyUd9{
  background: #ffb101;
  width: 3px;
  display: inline-block;
  height: 5px;
  position: absolute;
  border-radius: 5px;
}
.geuyUd10{
  background: #c15203;
  width: 7px;
  display: inline-block;
  height: 5px;
  position: absolute;
  border-radius: 5px;
}
.geuyUd4 > div b {
    color: #000;
}
.iETQC h6 {
    color: #878484;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.iETQC h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.iETQC1 {
    background: #20c103;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 12px;
}
.iETQC1 .fa.fa-star {
    font-size: 11px;
}
.iETQC p {
    font: normal normal normal 14px/23px helveticaregular;
    color: #878484;
    margin-bottom: 15px;
}
.iETQC h4 {
    font: normal normal normal 14px/23px helveticaregular;
    color: #878484;
    margin: 0;
}
.iETQC h4 span {
    color: #B8B5B5;
    padding-left: 23px;
}
.cNgDhG {
    padding: 3px 17px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
}
.fdMUAi{
  border-right: 1px solid rgba(0,0,0,0.1);
}
.ghStOs .table-responsive {
    height: 305px;
    overflow-y: scroll;
}
.liyOzy2 select {
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
}
.liyOzy {
    display: inline-block;
    padding-left: 13px;
}
.liyOzy span {
    font: normal normal normal 13px/23px helveticaregular;
    letter-spacing: 0.5px;
}
.liyOzy span .fa.fa-trash-o {
    padding-right: 3px;
    color: #878484;
    font-size: 17px;
}
.liyOzy1 {
    font: normal normal bold 18px/37px helveticabold;
    color: #4E4C4C;
}
.liyOzy3{
  border-bottom: none;
}
.cart-continue_shopping button {
    color: #714A9C;
    font: normal normal bold 13px/30px helveticabold;
    letter-spacing: 0.5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #714A9C;
    padding: 3px 28px;
}
.cjQmue1 h5 {
    font-size: 18px;
}
.cjQmue input[type="text"] {
    width: 80%;
    font: normal normal normal 13px/23px helveticaregular;
    padding-left: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.cjQmue button {
    background: #714A9C;
    color: #fff;
    border-radius: 5px;
    border: none;
    font: normal normal normal 13px/23px helveticaregular;
    padding: 2px 11px;
}
.hkgfp1 {
    width: 49%;
    display: inline-block;
    color: #878484;
    font: normal normal normal 14px/23px helveticaregular;
    letter-spacing: 0.5px;
}
.hkgfpV .hkgfp1:last-child {
    text-align: right;
}
.hkgfp1 a {
    color: #6277FE;
}
.hkgfp1 b {
    color: #4E4C4C;
    font-size: 17px;
    letter-spacing: 1px;
}
.cfzEIE button {
    background: #714A9C;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 5px;
    font: normal normal bold 13px/34px helveticabold;
    letter-spacing: 0.5px;
}
.efWT{
  margin-bottom: 3em;
}
.myaccountleft {
    background: #fff;
}
.myaccount1 {
    border-bottom: 1px solid #ccc;
    padding: 18px;
}
.myaccount2 {
    width: 20%;
    display: inline-block;
}
.myaccount3 {
    width: 75%;
    display: inline-block;
    position: relative;
    top: 13px;
}
.myaccount2 img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #707070;
}
.myaccount3 h6 {
    margin: 0;
    color: #4E4C4C;
    font: normal normal normal 17px/13px 'helveticaregular';
}
.myaccount3 small {
    font: normal normal normal 14px/13px 'helveticaregular';
}
.myaccount4 ul {
    list-style: none;
}
.myaccount4 ul li {
    padding-bottom: 8px;
}
.myaccount4 ul li a {
    font: normal normal normal 15px/19px 'helveticaregular';
    letter-spacing: 0.5px;
    color: #878484;
}
.myaccount4 ul li a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 14px;
}
.myaccount5 {
    border-top: 1px solid #ccc;
    padding: 12px 41px;
}
.myaccount5 a {
    font: normal normal normal 15px/19px 'helveticaregular';
    letter-spacing: 0.5px;
    color: #878484;
}
.myaccount6 {
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
}
.myaccount8 h5 {
    font-size: 17px;
    color: #4E4C4C;
    padding-bottom: 18px;
}
.myaccount9 p {
    font: normal normal normal 14px/16px 'helveticaregular';
    letter-spacing: 0.5px;
    color: #878484;
    margin-bottom: 15px;
}
.myaccount9 button {
    background: #714A9C;
    color: #fff;
    font: normal normal normal 14px/16px 'helveticaregular';
    letter-spacing: 0.5px;
    border: none;
    border-radius: 3px;
    padding: 7px 10px;
    margin-bottom: 11px;
}
.myaccount10 button {
    background: #FFFFFF;
    border: 1px solid #878484;
    border-radius: 3px;
    font: normal normal normal 14px/21px 'helveticaregular';
    letter-spacing: 0.5px;
    text-align: left;
    padding: 7px 12px;
}
.myaccount11 button {
    border: 1px solid #714A9C;
    color: #714A9C;
    padding: 10px 15px;
}
.myaccount11 button {
    border: 1px solid #4E4C4C;
    color: #4E4C4C;
    padding: 2px 15px;
    font: normal normal bold 13px/34px helveticabold;
    background: #fff;
    margin-bottom: 7px;
    width: 100%;
    letter-spacing: 0.5px;
}
.myaccount11 {
    padding: 15px;
}
.myaccount12 {
    color: #037A0B !important;
}
.myaccount11 button.active {
    border: 1px solid #714A9C;
    color: #714A9C;
}
.order-info {
    background: #fff;
    padding-bottom: 18px;
}
.order-info2 h5 {
    color: #4E4C4C;
    margin-bottom: 0;
}
.order-info3 span {
    color: #878484;
    font: normal normal normal 14px/21px 'helveticaregular';
    padding-right: 35px;
}
.order-info3 {
    padding-bottom: 15px;
}
.order-info4 button {
    border: 1px solid #4E4C4C;
    color: #4E4C4C;
    padding: 2px 15px;
    font: normal normal bold 13px/34px helveticabold;
    background: #fff;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    margin-right: 10px;
}
.order-info5 h5 {
    color: #714A9C;
    font: normal normal bold 14px/34px helveticabold;
    margin-bottom: 0;
}
.order-info5 p img {
    width: 36px;
}
.order-info5 p {
    font: normal normal normal 14px/21px 'helveticaregular';
    margin-bottom: 0;
}
.order-info5 {
    border-left: 1px solid #d9d9d9;
    padding: 0 2em 1em;
}
.order-info6 select {
    width: 100%;
    display: block;
    color: #878484;
    font: normal normal normal 14px/21px 'helveticaregular';
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.order-info6 textarea {
    width: 100%;
    color: #878484;
    font: normal normal normal 14px/21px 'helveticaregular';
    padding: 6px;
    border: 1px solid #ccc;
}
.order-info6 {
    width: 50%;
}
.order-info6 button {
    border: 1px solid #714A9C;
    font: normal normal normal 14px/21px 'helveticaregular';
    color: #714A9C;
    padding: 7px 24px;
    float: right;
    background: #fff;
}
.sell-info {
    background: #fff;
    padding-bottom: 2em;
}
.sell-info3 {
    width: 100%;
    height: 230px;
}
.sell-info1 h3 {
    display: inline;
    letter-spacing: 0px;
    color: #714A9C;
    font: normal normal normal 33px/21px 'helveticaregular';
    padding-left: 20px;
    position: relative;
    top: 24px;
}
.sell-info1 {
    margin-top: -54px;
    padding-left: 40px;
}
.sell-info1 img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.sell-info2 {
    width: 38%;
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-left: 23px;
    padding: 22px;
    margin-top: 3em;
    margin-bottom: 2em;
}
.sell-info2 h5 .fa.fa-star {
    font-size: 14px;
    color: #20c103;
}
.sell-info2 p {
    margin: 0;
    font: normal normal normal 14px/21px 'helveticaregular';
}
.geuyUd2 {
    display: flex;
}
.sell-info4 h3 {
    color: #2C1A46;
    font: normal normal normal 21px/34px 'helveticaregular';
    letter-spacing: 0.5px;
}
.sell-info5{
  text-align: left;
}
.sell-info6{
  border-right: 1px solid #dfdfdf;
}
.myaccount4 ul li a.active {
    color: #714A9C;
}
.addresswp1 h6 {
    margin-bottom: 0;
    font: normal normal normal 21px/34px 'helveticaregular';
    letter-spacing: 0.5px;
    color: #4E4C4C;
}
.addresswp1 {
    background: #fff;
    padding: 4px 22px 30px;
}
.addresswp1 p {
    font: normal normal normal 14px/21px 'helveticaregular';
    letter-spacing: 0.5px;
    margin-bottom: 17px;
}
.addresswp2 h3 {
    margin-bottom: 0;
    font: normal normal normal 21px/34px 'helveticaregular';
    letter-spacing: 0.5px;
    color: #4E4C4C;
    padding-bottom: 20px;
}
.addresswp3 label {
    font: normal normal normal 14px/20px 'helveticaregular';
    letter-spacing: 0.5px;
    width: 100%;
}
.addresswp3 input {
    width: 94%;
    border: 1px solid #ddd;
    font: normal normal normal 14px/35px 'helveticaregular';
    padding-left: 7px;
}
.addresswp3 input.form-check-input {
    width: auto;
    margin-top: 3px;
}
.addresswp3 .form-check {
    display: inline-block;
}
.addresswp4 select {
    border: 1px solid #ddd;
    font: normal normal normal 14px/20px 'helveticaregular';
}
.addresswp2 {
    border-right: 1px solid #ddd;
}
.addresswp3 button {
    border: 1px solid #714A9C;
    color: #714A9C;
    font: normal normal bold 14px/34px helveticabold;
    letter-spacing: 0.5px;
    margin-top: 26px;
    float: right;
    margin-right: 22px;
    padding: 2px 17px;
}
.addresswp4 {
    display: flex;
}
.previ {
    background: #714A9C;
    color: #fff;
    border: none;
    font: normal normal normal 14px/20px 'helveticaregular';
    letter-spacing: 0.5px;
    padding: 8px 15px;
    border-radius: 4px;
}
.previ2 h4 {
    margin: 0;
    display: inline;
    font: normal normal bold 15px/34px helveticabold;
    letter-spacing: 0.5px;
    color: #4E4C4C;
}
.previ2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    float: right;
}
.previ2 ul li {
    display: inline-block;
    padding: 0 11px;
}
.previ2 ul li a {
    font: normal normal normal 14px/20px 'helveticaregular';
    color: #878484;
    letter-spacing: 0.5px;
}
.previ3 {
    font: normal normal normal 14px/20px 'helveticaregular';
    color: #878484;
    letter-spacing: 0.5px;
}
.previ4 {
    display: inline-block;
    width: 15%;
    padding-bottom: 9px;
}
.previ5 {
    display: inline-block;
}
.previ5 a {
    color: #245CF6;
}
.previ2 ul li input[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 23px;
  -webkit-appearance: none;
  appearance: none;
  background: #714A9C;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
  margin-top: 7px;
}

.previ2 ul li input[type="checkbox"]::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: 0.5s;
}

.previ2 ul li input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.previ2 ul li input[type="checkbox"]:checked {
  background: #00ed64;
}
.previ6 h3 {
    font: normal normal bold 21px/25px helveticabold;
    letter-spacing: 0.5px;
    color: #4E4C4C;
    margin: 0;
    padding-bottom: 8px;
}
.previ6 {
    text-align: center;
}
.previ6 p {
    font: normal normal normal 14px/20px 'helveticaregular';
    color: #878484;
    letter-spacing: 0.5px;
    margin: 0;
}
.previ6 a {
    color: #6c93ff;
    padding-bottom: 15px;
    display: block;
}
.previ7 {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.previ7 input {
    width: 51px;
    border: none;
    background: #ededed;
    margin-right: 14px;
    height: 51px;
    border-radius: 5px;
}
.previ6 button {
    border: none;
    background: #ededed;
    text-transform: uppercase;
    color: #bfbfbf;
    font: normal normal bold 15px/25px helveticabold;
    letter-spacing: 0.5px;
    padding: 8px 21px;
    border-radius: 5px;
}
.previ6 h5 {
    font: normal normal normal 14px/20px 'helveticaregular';
    color: #878484;
    letter-spacing: 0.5px;
    padding: 15px 0;
}

.upload label {
  cursor: pointer;
}
.upload label input {
  display: none;
}
.upload label span {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px dashed #ddd;
  display: flex;
  width: 94%;
  margin-top: 15px;
  transition: transform 0.4s;
}
.upload label span i {
    position: absolute;
    font-size: 25px;
    top: 15px;
    left: 17px;
    color: #714A9C;
}
.upload p {
    text-align: center;
    width: 100%;
    margin: 0;
    padding-top: 17px;
}
.prof1 button {
    border: 1px solid #ddd;
    color: #484848;
    font: normal normal bold 14px/34px helveticabold;
    letter-spacing: 0.5px;
    margin-top: 26px;
    margin-right: 22px;
    padding: 2px 17px;
    background: #fff;
}
.prof2 {
    color: #EF0A0A !important;
    font: normal normal bold 14px/16px helveticabold;
    letter-spacing: 0.5px;
    padding-top: 34px;
    display: inline-block;
    cursor: pointer;
}
.prof4 {
    font: normal normal bold 17px/24px helveticabold;
    letter-spacing: 0.5px;
}
.prof3 h6 {
    margin: 0;
    letter-spacing: 0.5px;
    font: normal normal bold 14px/18px helveticabold;
    padding-bottom: 7px;
}
.prof3 select {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 6px;
    margin-bottom: 12px;
    border-radius: 4px;
}
.prof3 p {
    font: normal normal normal 13px/21px 'helveticaregular';
    letter-spacing: 0.5px;
}
.prof3 .form-check {
    font: normal normal normal 13px/21px 'helveticaregular';
    letter-spacing: 0.5px;
}
.prof3 button {
    width: 100%;
    border: none;
    font: normal normal normal 14px/21px 'helveticaregular';
    letter-spacing: 0.5px;
    padding: 12px;
    background: #714A9C;
    color: #fff;
    border-radius: 4px;
    margin-top: 2em;
}
.mawhish h5 {
    margin: 0;
    display: inline;
    color: #4E4C4C;
    font: normal normal normal 20px/21px 'helveticaregular';
    letter-spacing: 0.5px;
}
.mawhish button {
    letter-spacing: 0.5px;
    color: #714A9C;
    font: normal normal bold 14px/18px helveticabold;
    border: 1px solid #714A9C;
    padding: 8px 15px;
    float: right;
}
.mawhish1 {
    background: #fff;
    padding: 15px;
}
.mawhish1 p {
    color: #4E4C4C;
    font: normal normal normal 19px/21px 'helveticaregular';
    letter-spacing: 0.5px;
}
.mawhish1 span {
    background: #714A9C;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 11px;
}
.mawhish2 {
    border: 1px solid #ddd;
}
.mawhish2 p:first-child {
    color: #4E4C4C;
    font: normal normal normal 19px/21px 'helveticaregular';
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ccc;
    padding: 14px;
}
.mawhish2 p:first-child span {
    background: #714A9C;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 11px;
}
.mawhish3{
  padding: 0 18px 18px;
}
.mawhish {
    margin-bottom: 30px;
}
.conti1 button {
    width: 100%;
    border: none;
    background: #714A9C;
    color: #fff;
}
.conti1 button {
    width: 100%;
    border: none;
    background: #714A9C;
    color: #fff;
    border-radius: 5px;
    font: normal normal normal 14px/18px 'helveticaregular';
    letter-spacing: 0.5px;
    padding: 11px;
    margin-top: 20px;
}
.conti1 p {
    font: normal normal normal 14px/18px 'helveticaregular';
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}
.conti1 img {
    margin: 0 auto;
    display: table;
}
.conti1 {
    border-left: 1px solid #ddd;
    padding: 1em;
}
.order-info1 button {
    border: none;
    background: #714A9C;
    color: #fff;
    border-radius: 5px;
    font: normal normal normal 14px/18px 'helveticaregular';
    letter-spacing: 0.5px;
    padding: 5px 11px;
    margin-left: 16px;
}


/* new style add start */
.body-no-scroll {  
    
   height: 100%;
overflow-y: hidden; 
  width: 100%;
  position: fixed;
}
.backdrop-status.show {
        display: block;
}
.backdrop-status{
        z-index: 0;
}
.footer-nav{
      z-index: 1;
}
/* new style add end */