.hide-desktop {
 display: none!important; 
}
.hide {
 display: none!important; 
}
.d-flex{
 display: flex; 
}
.red {
 color: #fe1632!important; 
}
.m40{
	margin-bottom: 40px!important;
}
.bottom-cart-active #shadow {
  visibility: visible;
  opacity: 1; 
}
.accent-color {
 color: var(--addtocartbutton);
}
.new #top .menu:before {
  content: ""!important;
  background: url('menu.svg?20231223004912');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  margin-left: 14px;
  margin-top: -12px;
}
/* .icon-zoom2:before {
  content: ""!important;
  background: url('menu.svg?20231223004912');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-top: -12px;
}
#nav > ul > li > a i.icon-cart:before {
  content: ""!important;
  background: url('shopping-bag.svg?20231223004912');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-top: -12px;
} */
.invisible{
  visibility: hidden;
}
#root .list-collection .btn, .module-product .wishlist{
  margin-top: 0px;
  top: unset;
  bottom: 0px;
  right: 1px;
  background: 0;
  box-shadow: none;
  width: 30px;
  height: 30px;
  z-index: 10!important;
}
.module-product .wishlist {
  position: absolute;
  right: 10px;
  top: -10px;
  text-align: right;
  max-height: 30px;
  margin: 0;
  width: 50px!important;
}
.module-product .wishlist a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  background: none;
}
.module-product .wishlist img {
  width: 25px;
  margin-top: -15px;
}
.module-product .wishlist span {
	display: none;
}
.module-product .btn i.icon-heart:before {
  content: "\e91b";
}
.module-product .btn.in-wishlist i.icon-heart:before {
  content: "\e91a";
}
.list-collection .btn i{
 color: black; 
}
.list-collection .product .add-to-wishlist img{
	width: 20px!important;
}
.list-collection .product-details {
  display: flex;
  justify-content: space-between;
  min-height: 40px;
}
.list-collection .product-details > * {
	width: calc(68% - 5px);
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-collection .product-title p {
  color: #D6D6D6;
  font-size: 1.1em;
  font-weight: 700;
}

.list-collection h3 {
  margin: 0; 
  line-height: 15px
}
.list-collection p.price{
  text-align: right;
  margin-top: 0px;
  line-height: 15px;
  width: 50%;
  padding-right: 5px;
}
.list-collection p.price.red {
	color: #FE1632;
}
.list-collection p.price span, .module-product .price .old, .price .old {
	color: #D6D6D6;
  display: block;
  text-decoration: line-through;
}
.list-collection p.price span:before, .module-product .price .old:before {
  content: none;
}
#root .list-collection .label > .overlay-c.fill, .list-product .label > .overlay-c.fill, .list-slider .label > .overlay-c.fill {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 48px;
}
.list-collection form, .list-collection .form {
   z-index: 100;
}
.custom-color {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.form-product {
  position: relative;
}
.module-product header p {
  color: #D6D6D6;
  font-size: 1.1em;
  font-weight: 700;
  text-align: left!important;
}
.module-product .price {
  margin-bottom: 0px; 
  text-align: right!important:
}
.module-product .custom-color span:after {
  background: #FAFAFA;
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  z-index: -1;
}
.module-product span.c-BLACK:after, .list-collection .custom-color .c-BLACK { background: black; }
.module-product span.c-NUDE:after, .list-collection .custom-color .c-NUDE  { background: #E3BC9A; }
.module-product span.c-CAMEL:after, .list-collection .custom-color .c-CAMEL  { background: #C19A6B; }

.custom-color span {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  margin-right: 3px;
}

.module-product .custom-color span {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  padding: 5px 6px;
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  margin-right: 7px;
}
.custom-color span a {
	display: block;
  width: 100%;
  height: 100%;
}
.module-product .custom-color span.active {
  border: 1px solid #404040;
}
.module-product .list-usp i {
 color: var(--addtocartbutton); 
}
.color-chosen {
  text-transform: capitalize; 
}
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
  cursor:pointer;
  position: relative;
  background: var(--white);
  font-size: 13px;
  height: 46px;
  width: 100%;
  margin-right: 10px;
}
.styledSelect {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:white;
  padding: 12px 36px 12px 15px;
  font-weight: 900;
  border-radius: 3px;
  border: 1px solid #000;
}
.styledSelect span {
  float: right;
  margin-right: 20px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top: 20px;
    right: 20px;
}
.styledSelect:active, .styledSelect.active {
/*     background-color:#eee; */
}
.options {
  display:none;
  position:absolute;
  top: 94%;
  right: 1px;
  left: 1px;
  z-index: 9999;
  margin: 0px -1px;
  padding:0 0;
  list-style:none;
  border: 1px solid #000;
  background-color:white;
/*   -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2); */
  font-weight: 900;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.select-size .options{
  display: block;
}
.options li {
  height: 46px;
  padding: 12px 36px 12px 15px;
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
}
.options li a {
  text-decoration: none;
  color: inherit;
  font-weight: 900; 
  display: block;
}
.options li span{
  float: right;
  margin-right: -15px;
  font-size: 11px;
  color: #bbbbbb;
}
.options li:hover {
  background-color: #0000000a;
}
.options p {
  padding: 0px 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
.measure {
  display: flex;
  border: 1px solid black;
  width: 53px;
  justify-content: center;
  border-radius: 3px;
  height: 46px;
}
.module-product p.submit {
 margin-top: 0px; 
}
.measure-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.measure-popup-content {
  background-color: #fefefe;
  margin: 50% auto 0;
  padding: 30px;
	border-radius: 3px;
  width: 90%;
  position: relative;
}
.measure-popup-content div {
  position: absolute;
  right: 20px;
  display: block;
  top: 15px;
}
.measure-popup-content div span:before {
	content: "\e93f";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: -10px 0 0;
  font-weight: 400;
  font-family: i;
  line-height: 20px;
  text-align: center;
  color: black;
  text-indent: 0;
}
.gui-col2-equal-col2.hide{
  position: absolute;
  visibility: hidden;
}
#root .list-collection:not(.compact) {
  margin-left: 0px;
  justify-content: space-between;
}
#root .list-collection.triple li{
  width: calc(100% / 3 - 5px);
  border: none;
}
#root .list-collection.no-sidebar li{
  width: calc(100% / 4 - 2px);
}
#root .list-collection.compact li{
	margin-right: 5px;
}
#root .gui-buttons.gui-border .gui-right .gui-button-small, #root .gui a.gui-button-large, #root .gui a.gui-button-small, .form-comment p.submit button {
    border: 1px solid var(--addtocartbutton);
    background: var(--addtocartbutton);
}
.module-product .list-usp, .form-product .list-usp {
  width: 100%;
  max-width: 100%;
  margin: 21px auto;
  padding: 20px;
  background: #F7F7F7;
  flex-wrap: wrap;
}
.module-product .list-usp li, .form-product .list-usp li {
  width: 100%;
  margin-bottom: 10px;
}
.form-product .list-usp i {
    font-size: 13px;
}
.list-usp li:first-child {
    padding-left: 28px;
}
.list-usp li span.strong {
   display: inline-block;
}
.form-product .list-usp li:last-child{
  margin-bottom: 0px;
}
.new #nav > ul + ul > li > a img{
  border-radius: 0;
  height: 20px;
  width: 25px;
  margin-top: 0px;
}
.continue-shopping a {
  background: none;
  color: var(--bodyText);
  border: 1px solid var(--bodyText); 
}
.mobile-discount h3 {
 margin-top: 10px; 
}
.discount-form button, .mobile-discount button {
  background-color: var(--buttons);
  border: 1px solid var(--buttons);
}
#cart footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
	padding: 20px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  background: var(--alabaster);
}
#cart footer > span {
  margin-bottom: 20px;
  display: block;
  font-size: 10px;
  margin-top: -40px;
}
#cart footer .info .progress {
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 10px;
  margin: 10px 0;
}
#cart footer .info .progress .progress-bar {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color:  var(--addtocartbutton);
  transition: width .6s ease;
}
#cart footer .info {
	text-align: left;
}
#cart footer .info .info-text {
	display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#cart footer a {
  position: relative;
  display: block;
  margin-top: 13px;
  padding: 15px;
  border: 1px solid var(--addtocartbutton);
  background: var(--addtocartbutton);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  z-index: 2;
  margin-bottom: 10px;
}
#cart footer .list-payments {
  justify-content: space-between;
  margin-bottom: 0;
}
#cart footer .list-payments li{
  margin: 0;
}
#cart .until-free{
  text-align: left;
  font-size: 12px;
}
.product .stock-notify {
  position: absolute;
  background: #0000006b;
  color: white;
  display: none;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 1;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 75em) {
}
@media only screen and (max-width: 62.5em) {
   #root .list-collection.no-sidebar li {
  	width: calc(100% / 3 - 5px);
  }
}
@media only screen and (max-width: 47.5em) {
  #root .list-collection.no-sidebar li {
  	width: calc(100% / 2 - 2px);
  }
  .hide-desktop {
 		display: block!important; 
	}
  #top:before {
    border-bottom: none;
	}
  .new #top #logo {
    width: 120px;
	}
  .new #top #logo, .new #top #logo.text-center {
    left: 55px;
  }
  .new #top #logo.text-center{
    transform: translate(0);
  }
  .new #nav {
    bottom: 7px;
	}
  .new #nav > ul + ul > li {
   display: block; 
  }
  .new #nav > ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	}
  .new #nav > ul + ul {
    right: -15px;
    top: -33px;
    align-items: center;
    padding-top: 13px;
	}
  .new #nav > ul + ul > li.search {
   	margin-right: 6px; 
    display: none;
  }
  .new #nav > ul + ul > li.search img{
   	width: 22px;
  }
  .new #nav > ul + ul > li.fav {
   	margin-right: 13px; 
  }
  .new #nav > ul + ul > li.fav i{
		margin-bottom: 4px; 
  }
  .new #nav > ul + ul > li.cart.fill:before {
    content: '';
    position: absolute;
    top: -18px;
    right: -13px;
    margin: 0;
    background: #0cc1ab;
    color: white;
    height: 58px;
    width: 52px;
	}
  .new #nav > ul + ul > li.cart i {
		color: white;
	}
  .new #nav > ul + ul > li {
    margin-right: 10px;
    padding: 0 0 0px;
	}
  .new #nav > ul + ul > li:last-child {
    margin-right: 6px;
	}
  .new #nav > ul + ul > li:first-child {
    border-left: none;
	}
  .new #nav > ul + ul > li > a {
    padding-left: 13px;
	}
  .new #nav > ul + ul > li > a i {
    padding-top: 10px;
  }
  .new #nav > ul + ul > li > a > .no, #bottom ul li .no {
    top: 0px;
    margin-top: -9px;
	}
  .new #root #top > form {
    visibility: visible;
    opacity: 1;
    top: 57px;
    display: block;
	}
  .new #top > form p {
    padding: 0 10px 10px;
    background-color: white;
	}
  .new #top > form input {
    height: 35px;
    background-color: #F7F7F7;
    border-radius: 5px;
    border: none;
    padding-left: 45px;
    font-size: 13px;
    font-weight: 700;
	}
  #top > form button:before {
    left: 16px;
    font-size: 15px;
    top: 18px;
	}
  .new #top > form > .close {
		display: none;
	}
  #root > .module-featured {
    margin-top: 46px;
	}
  #content {
    padding-top: 70px;
	}
  .index-page #content {
    padding-top: 20px;
	}
  .not-top .search{
  	display: block!important; 
  }
  .not-top.new #root #top > form {
/*     visibility: hidden!important;
    opacity: 0!important; */
    display: none;
  }
  #top > form > div {
		top: unset;
	}
  .not-top #root > .module-featured {
    margin-top: 0px;
	}
  .form-sort {
    justify-content: space-between;
  	margin: 0;
	}
  .form-sort > p{
    width: calc(50% - 8px);
    border-left: 0px;
	}
  .form-sort > p.text-right{
		margin-left: unset;
    min-width: unset;
	}
  .form-sort > p > a {
  	background: none;
	}
  .form-sort select, .form-sort .semantic-select .input, .form-sort p, .form-sort p > a, .form-sort .semantic-select ul li {
    margin: 0;
    border: none;
    color: black;
    text-align: left;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
  }
  .form-sort select{
/*     -moz-appearance: auto;
    -webkit-appearance: auto;
    appearance: auto; */
  }
  .collection-filter img {
    width: 18px;
    position: absolute;
    right: 0;
    top: 15px;   
  }
  .filter-tags ul {
   	list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .filter-tags ul li {
    color: black;
    border-radius: 5px;
    border: 1px solid rgb( 174, 174, 174, .5 );
    font-size: 10px;
    margin-right: 5px;
  }
  .filter-tags ul li.active {
		background: black;
    color: white
  }
  .filter-tags ul li label{
    position: relative;
    left: 0;
    padding: 10px;
    display: block;
    margin-bottom: 0;
    cursor: pointer; 
    font-size: 12px;
  }
  .collection-page {
		margin-left: -20px;
    margin-right: -20px
	}
  .collection-page header{
		padding-left: 20px;
	}
  .collection-page .toggle-filters, .list-collection .product-details, .list-collection .custom-color, .filter-tags {
		padding-left: 5px;
	}
	.list-collection p.price, .list-collection h3{
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
  .owl-dots button {
    width: 14px;
    height: 14px;
	}
  #root .owl-dots button.active:after {
     transform: scale(1);
  }
  #root .owl-dots button:after {
    width: 8px;
    height: 8px;
    margin: -2px 0 0 -3.5px;
    border-radius: 50%;
	}
  .module-product header {
  	display: flex;
    justify-content: space-between;
  }
  .module-product header p{
  	margin-bottom: 0px!important;
    text-align: right;
  }
	.module-product header h1 {
		font-weight: 700;
  }
  .list-product {
    margin-left: -20px;
	}
  .list-product li {
    margin-bottom: 0px;
    border-left-width: 0px;
	}
  .module-product .wishlist {
  	top: -20px;
	}
 	.list-product .label > .overlay-c.fill, .list-slider .label > .overlay-c.fill {
  	top: 25px;
	}
  .list-product header .title {
    width: 70%;
  }
  .list-product header .title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  #root .list-collection .label > .overlay-c.fill {
   top: 0px; 
  }
  #root .list-collection li{
  	width: calc(50% - 2px);
  }
  .bottom-cart {
    position: fixed;
    bottom: -400px;
    background: white;
    z-index: 9999;
    width: 100%;
  }
  .bottom-cart:after {
    content: '';
  }
  .bottom-cart-active .bottom-cart {
    position: fixed;
    bottom: 0px;
  }
  .bottom-cart header {
    padding: 20px;
    border-bottom: 1px solid #edeeef;
    margin-bottom: 10px;
  } 
  .bottom-cart header h3 {
    color: black;
    font-size: 1rem;
    text-transform: initial;
    font-weight: 700;
    margin: 0;
  }
  .bottom-cart header .close{
    top: 25px;
    right: 25px; 
  }
  .bottom-cart .cart-items {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    margin: 0 10px 20px
  }
  .bottom-cart .cart-items .cart-item {
		position: relative;
    min-height: 84px;
    margin: 0 0 0px;
    padding: 0 0 0 65px;
    font-size: 1em;
    flex: 1 0 60%;
    margin-right: 30px;
    max-width: 60%;
  }
  .bottom-cart .cart-items .cart-item figure {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  .bottom-cart .cart-items .cart-item h3 {
    margin: 0 0 9px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
  }
  .bottom-cart .cart-items .cart-item h3 span {
    display: block;
    color: #D6D6D6;
  }
  .bottom-cart .cart-items .cart-item .details {
		font-weight: 700;
    display: flex;
    justify-content: space-between;
  }
  .bottom-cart .cart-items .cart-item .details .size span {
    font-size: 10px;
    margin-right: 3px;
  }
	.bottom-cart .cart-items .cart-item .details .size span.strong {
		font-weight: 800!important;
  }
  .bottom-cart .cart-items .cart-item .details .price{
		font-size: 12px;
  }
  .bottom-cart footer{
    padding: 14px 20px 0px;
    background: #F7F7F7;
    text-align: center;
  }
  .bottom-cart footer p, .bottom-cart footer ul{
     margin-bottom: 10px;
   	 margin-top: 10px;
  }
  .bottom-cart footer .submit a {
    position: relative;
    display: block;
    padding: 10px;
    border: 1px solid var(--addtocartbutton);
    background: var(--addtocartbutton);
    color: var(--white);
    font-weight: 900;
    text-decoration: none;
    z-index: 2; 
    text-align: center;
    font-size: 12px;
  }
  .bottom-cart .list-payments {
    justify-content: space-between;
	}
  .bottom-cart .list-payments li{
    margin: 0;
	}
  .bottom-cart .close {
    position: absolute;
    right: 10px;
    top: 0; 
  }
  .bottom-cart .close:before {
    content: "\e93f";
    display: block;
    position: absolute;
    left: 0;
    font-weight: 400;
    font-family: i;
    line-height: 16px;
    text-align: center;
    text-indent: 0;
    font-size: 10px;
    color: #545454;
	}
  .select-size .options {
    display: none;
	}
  .size-mobile-popup-wrapper {
    position: fixed;
    top: unset;
    bottom: 0;
    display: block;
    max-height: 370px;
    transform: translateY(370px);
    transition: all .3s;
    z-index: 9999;
    width: 100%;
	}
  .size-mobile-popup-wrapper .options{
    position: relative;
    display: block;
    max-height: 310px;
    overflow: scroll;
    border: none;
    border-radius: 0px;
	}
  .select-size .size-mobile-popup-wrapper{
   	transform: translateY(0);
    border: none;
    border-radius: none;
  }
  .size-mobile-popup-wrapper li{
		height: unset;
		padding: 15px 36px 15px 15px;
  }
  .size-mobile-popup-wrapper div:first-child{
    font-weight: 500;
    font-size: 16px;
    position: fixed;
    top: -61px;
    background: white;
    width: 100%;
    padding: 15px 36px 15px 15px;
    border-bottom: 1px solid #e4e4e4;
  }
  .size-mobile-popup-wrapper .overlay-scroll {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 25px;
  }
  .size-mobile-popup-wrapper div i{
    position: absolute;
    right: 15px;
    padding: 9px;
    font-size: 12px;
    background: rgb(247, 247, 247);
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .select-size {
    overflow: hidden;
    height: 100%;
    margin: 0;
	}
  .select-size #shadow {
    visibility: visible;
    opacity: 1;
	}
  .bar ~ #formSearch {
  	top: 100px!important;
	}
}