:root {
  --brown: #796456;
}

#shopthelook .glyphicon,
.shl-popup .popup-inner .glyphicon {
  height: 20px;
}

#shopthelook .page-top .content{
	margin-top: 8px;
  font-size: 14px;
  color: black;
}

#shopthelook .page-top {
  margin-block-start: 30px;
}

.shl-popup.fancybox-content {
  padding: 24px; 
}

@media (min-width: 768px) {
  .shl-popup.fancybox-content {
    padding: 44px; 
  }
}

#shopthelook .categories{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
#shopthelook .categories .category{
	padding: 15px;
}
#shopthelook .col-main{
	padding: 40px 0;
}
@media(max-width: 991px){
	#shopthelook .categories{
    margin: -10px;
  }
  #shopthelook .categories .category{
    padding: 10px;
  }
  #shopthelook .col-main{
  	padding: 30px 0;
  }
}
@media(max-width: 767px){
	#shopthelook .categories{
    margin: -7px;
  }
  #shopthelook .categories .category{
    padding: 7px;
  }
}
/* Shop the look - Start */
.shopthelook-fancybox .fancybox-skin{
	padding: 20px !important;
  border-radius: 0 !important;
}
.shopthelook-fancybox .fancybox-skin .fancybox-inner{
	height: auto !important;
  overflow-x: hidden;
}
.shl-popup{
  display: none;
  max-width:100%;
  width: 70%;
}
.shl-popup.fancybox-opened{
	display: block;
}
.shl-popup .popup-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
.shl-popup .popup-inner .col {
	padding:10px;
  min-width:50%;
  max-width:50%;
}
.shop-the-look .shl-wrap,
.shl-popup .shl-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shop-the-look .shl-image,
.shl-popup .shl-image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  padding-top: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}
.shop-the-look .hotspot,
.shl-popup .hotspot,
.hotspot {
	position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brown);
  color:#fff;
  font-weight: 400;
  cursor: pointer;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  font-size:13px;
  border:2px solid transparent;
  z-index:4;
}
.shop-the-look .hotspot:after,
.shl-popup .hotspot:after,
.hotspot:after{
  width: 28px;
  height: 28px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.shop-look-item .hotspot {
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity:0;
}
.shop-look-item .image-wrap {
	overflow:hidden;
  position: relative;
}
.shop-look-item .image-wrap img {
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
  width: 100%;
  height: auto;
}
.shop-look-item:hover .image-wrap img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.shop-look-item:hover .hotspot {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
  opacity:1;
}
.hotspot.not-active {
	opacity:.3;
}
.shop-the-look .hotspot .product,
.shl-popup .hotspot .product {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 370px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
          box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
  padding: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-the-look .hotspot.active .product,
.shl-popup .hotspot.active .product {
	opacity: 1;
  visibility: visible;
}
.shop-the-look .hotspot .product:after,
.shl-popup .hotspot .product:after {
	content: '';
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-the-look .hotspot .product .title,
.shl-popup .hotspot .product .title {
  font-size: 16px;
}
.shop-the-look .hotspot .product .price-link,
.shl-popup .hotspot .product .price-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.shop-the-look .hotspot .product .price,
.shl-popup .hotspot .product .price {
  font-size: 16px;
  font-weight: 500;
  color: #000; 
}
.shop-the-look .hotspot .product .text-link,
.shl-popup .hotspot .product .text-link {
  color: rgba(0,0,0,0.6);
  font-size: 14px;
}
.shop-the-look .hotspot .product .cart-wrap form,
.shl-popup .hotspot .product .cart-wrap form{
  height: 100%;
}
.shop-the-look .hotspot .product .cart-wrap .add-live,
.shl-popup .hotspot .product .cart-wrap .add-live{
	background: var(--green);
  height: 100%;
  padding: 20px 20px;
}
.shop-the-look .hotspot .product .cart-wrap .add-live i,
.shl-popup .hotspot .product .cart-wrap .add-live i{
	font-size: 18px;
}
@-webkit-keyframes hotspotPulse {
  from {
    background: rgba(255,255,255,0.8);
  	
  }
  to {
  	background: rgba(255,255,255,0.6);
  }
}
@keyframes hotspotPulse {
  from {
    background: rgba(255,255,255,0.8);
  	
  }
  to {
  	background: rgba(255,255,255,0.6);
  }
}
@-webkit-keyframes hotspotPulseBefore {
  0% {width: 40px; height: 40px; opacity: .5}
  50% {width: 50px; height: 50px; opacity: 0}
  95% {width: 50px; height: 50px; opacity: 0}
  96% {width: 40px; height: 40px; opacity: 0}
  100% {width: 40px; height: 40px; opacity: .5}
}
@keyframes hotspotPulseBefore {
  0% {width: 40px; height: 40px; opacity: .5}
  50% {width: 50px; height: 50px; opacity: 0}
  95% {width: 50px; height: 50px; opacity: 0}
  96% {width: 40px; height: 40px; opacity: 0}
  100% {width: 40px; height: 40px; opacity: .5}
}
@-webkit-keyframes hotspotPulseAfter {
  0% {width: 50px; height: 50px; opacity: .2}
  50% {width: 60px; height: 60px; opacity: 0}
  95% {width: 60px; height: 60px; opacity: 0}
  96% {width: 50px; height: 50px; opacity: 0}
  100% {width: 50px; height: 50px; opacity: .2}
}
@keyframes hotspotPulseAfter {
  0% {width: 50px; height: 50px; opacity: .2}
  50% {width: 60px; height: 60px; opacity: 0}
  95% {width: 60px; height: 60px; opacity: 0}
  96% {width: 50px; height: 50px; opacity: 0}
  100% {width: 50px; height: 50px; opacity: .2}
}
.shop-the-look .shl-products,
.shop-the-look .shl-products{
	min-width: 380px;
  max-width: 380px;
  margin-left: 30px;
  overflow-y: scroll;
}
.shl-products .products-wrap {
	display: flex;
  flex-wrap: wrap;
}
.shop-the-look .shl-wrap .products-wrap,
.shl-popup .shl-wrap .products-wrap{
	margin: -7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shop-the-look .shl-wrap .list-product-small,
.shl-popup .shl-wrap .list-product-small{
	padding: 7px 0;
}
.shop-the-look .list-product-small .inner,
.shl-popup .list-product-small .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  position: relative;
}
/* .shl-popup .list-product-small:first-child .inner{
	padding-top: 0;
} */
.shl-popup .list-product-small .inner .image-info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.shop-the-look .list-product-small .inner.active,
.shl-popup .list-product-small .inner.active{
	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
}
.shop-the-look .list-product-small .add-wish,
.shl-popup .list-product-small .add-wish{
	position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
.shop-the-look .list-product-small .add-wish i,
.shl-popup .list-product-small .add-wish i{
  min-height: 36px;
  max-height: 36px;
  min-width: 36px;
  max-width: 36px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07);
          box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07);
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
.shop-the-look .list-product-small .info,
.shl-popup .list-product-small .info{
	margin-left: 15px;
  padding: 0;
  width: auto;
}
.shop-the-look .list-product-small .info .product-title,
.shl-popup .list-product-small .info .product-title{
  font-weight: 500;
  font-size: 1.167em;
  color: #000;
}
.shop-the-look .list-product-small .price,
.shl-popup .list-product-small .price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.shop-the-look .list-product-small .price .price-new,
.shl-popup .list-product-small .price .price-new{
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.shop-the-look .list-product-small .price .price-old,
.shl-popup .list-product-small .price .price-old{
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 11px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.shop-the-look .list-product-small .stock-wrap,
.shl-popup .list-product-small .stock-wrap{
	margin-top: 10px;
}
.shop-the-look .list-product-small .stock-wrap .stock,
.shl-popup .list-product-small .stock-wrap .stock{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
}
.shop-the-look .list-product-small .stock-wrap .stock.available,
.shl-popup .list-product-small .stock-wrap .stock.available{
	color: #0c9a1d
}
.shop-the-look .list-product-small .stock-wrap .stock.orderable,
.shl-popup .list-product-small .stock-wrap .stock.orderable{
  color: #FF9800;
}
.shop-the-look .list-product-small .stock-wrap .stock.unavailable,
.shl-popup .list-product-small .stock-wrap .stock.unavailable{
	color: rgba(0, 0, 0, 0.7);
}
.shop-the-look .list-product-small .stock-wrap .stock i,
.shl-popup .list-product-small .stock-wrap .stock i{
	margin-right: 5px;
  font-size: 11psx;
}
.shl-popup .list-product-small .stock-wrap .delivery-title{
	margin-top: 5px;
  font-size: 14px;
}
.shop-the-look .list-product-small .inner.hover,
.shl-popup .list-product-small .inner.hover{
  -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
          box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
}
.shl-popup .list-product-small .inner.not-active {
	opacity:.3;
}
.shl-popup .list-product-small .cart {
	margin-top: 10px;
}
.shl-popup .list-product-small .cart form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fancybox-container {
	z-index:999999;
}
.shl-popup .shl-products{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shl-popup .shl-products .list-product-small:not(:first-child){
  border-top: 1px solid #eee;
}
.shl-popup .list-product-small .number{
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 50%;
  background: var(--brown);
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  position: relative;
  margin: 2px 0 0 2px;
}
.shl-popup .list-product-small .number:after{
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid var(--brown);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.shl-popup .list-product-small .btn-wrap{
	margin-top: 10px;
}
.shl-popup .list-product-small .btn-wrap a{
	border-radius: 0;
  background-color: #6CB445;
}
@media(min-width: 1200px){
  .shop-the-look .list-product-small .inner:hover,
	.shl-popup .list-product-small .inner:hover{
  	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
  	        box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
  }
}
@media (max-width: 1799px) {
  .shop-the-look .content,
	.shl-popup .content {
    min-width: 485px;
    max-width: 485px;
    padding: 60px;
    padding-right: 0;
  }
  .shop-the-look .hotspot .product,
  .shl-popup .hotspot .product {
    top: calc(100% + 20px);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    padding: 15px;
  }
  .shop-the-look .hotspot .product .title,
  .shop-the-look .hotspot .product .price,
  .shl-popup .hotspot .product .title,
  .shl-popup .hotspot .product .price {
  	font-size: 14px;
  }
  .shop-the-look .hotspot .product .price-link,
  .shl-popup .hotspot .product .price-link {
  	margin-top: 5px;
  }
  .shop-the-look .hotspot .product:after,
  .shl-popup .hotspot .product:after {
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    left: 50%;
    top: auto;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shop-the-look .hotspot .product .text-link,
  .shl-popup .hotspot .product .text-link {
  	font-size: 13px;
  }
  .shop-the-look .hotspot .product .text-link i,
  .shl-popup .hotspot .product .text-link i {
  	margin-left: 8px;
  }
}
@media(max-width: 1199px){
  .shl-popup{
  	width: 90%;
  }
  .shop-the-look .shl-wrap,
	.shl-popup .shl-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop-the-look .shl-products,
  .shl-popup .shl-products{
		min-width: unset;
    max-width: unset;
    margin-left: unset;
    margin-top: 30px;
    overflow: unset;
  }
  .shop-the-look .shl-wrap .products-wrap,
  .shl-popup .shl-wrap .products-wrap{
  	margin: -7px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .shop-the-look .shl-wrap .list-product-small,
  .shl-popup .shl-wrap .list-product-small{
  	padding: 7px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
	.shl-popup .shl-products{
  	max-height: 450px;
    overflow-y: scroll;
  }
}
@media(max-width: 991px){
  .shop-the-look .shl-products,
  .shl-popup .shl-products{
  	margin-top: 15px;
  }
  .shop-the-look .hotspot .product .cart-wrap .add-live,
  .shl-popup .hotspot .product .cart-wrap .add-live{
  	padding: 10px 15px;
  }
  .shl-popup .popup-inner {
  	-ms-flex-wrap:wrap;
  	    flex-wrap:wrap;
  }
  .shl-popup .popup-inner .col {
  	min-width:100%;
    max-width:100%;
  }
}
@media(max-width: 767px){
  .shop-the-look .list-product-small .info,
	.shl-popup .list-product-small .info{
  	margin-left: 10px;
  }
  .shop-the-look .list-product-small .inner,
  .shl-popup .list-product-small .inner{
  	padding: 10px 0;
  }
  .shop-the-look .list-product-small .image-wrap,
  .shl-popup .list-product-small .image-wrap{
  	max-width: 80px;
  }
  .shop-the-look .shl-wrap .products-wrap,
  .shl-popup .shl-wrap .products-wrap{
  	margin: -5px;
  }
  .shop-the-look .shl-wrap .list-product-small,
  .shl-popup .shl-wrap .list-product-small{
  	padding: 5px;
  }
  .shop-the-look .list-product-small .stock-wrap .stock,
  .shl-popup .list-product-small .stock-wrap .stock{
  	font-size: 12px;
  }
  .shop-the-look .hotspot .product,
  .shl-popup .hotspot .product{
  	padding: 10px;
  }
  .shop-the-look .hotspot .product .price-link,
  .shl-popup .hotspot .product .price-link{
  	margin-top: 1px;
  }
  .shopthelook-fancybox{
  	width: 90% !important;
  }
  .shopthelook-fancybox .fancybox-skin .fancybox-inner{
  	overflow: hidden;
  }
}
/* Shop the look - End */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

 .btn-view, .gui-button-action {
    background: #94d532 !important;
    color: #FFFFFF !important;
    padding: 6px 18px;
}

.list-product-small .form-control {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.list-product-small .quantity .input-number {
  padding: 5px 9px;
  width: 45px;
  height: 29px;
  margin-right: 10px;
}

.list-product-small .quantity.hidden {
  display: none;
}
.list-product-small:hover .info > a {
  text-decoration: underline;
}
