@font-face {
	font-family: 'FontAwesome';
	src: url('//theme.hstatic.net/200000740833/1001120609/14/fontawesome.eot?v=2194');
	src: url('//theme.hstatic.net/200000740833/1001120609/14/fontawesome.eot?v=2194') format('embedded-opentype'), url('//theme.hstatic.net/200000740833/1001120609/14/fontawesome.woff?v=2194') format('woff'), url('//theme.hstatic.net/200000740833/1001120609/14/fontawesome.ttf?v=2194') format('truetype'), url('//theme.hstatic.net/200000740833/1001120609/14/fontawesome.svg?v=2194') format('svg');
	font-weight: normal;"
	font-style: normal;
}
@font-face {
	font-family:'Glyphicons Halflings';
	src:url('//theme.hstatic.net/200000740833/1001120609/14/glyphicons-halflings-regular.eot?v=2194');
	src:url('//theme.hstatic.net/200000740833/1001120609/14/glyphicons-halflings-regular.eot?#iefix?v=2194') format('embedded-opentype'),url('//theme.hstatic.net/200000740833/1001120609/14/glyphicons-halflings-regular.woff?v=2194') format('woff'),url(//theme.hstatic.net/200000740833/1001120609/14/glyphicons-halflings-regular.ttf?v=2194) format('truetype'),url(//theme.hstatic.net/200000740833/1001120609/14/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?v=2194) format('svg')
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaLight.ttf);
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaObliqueTTF.ttf);
	font-style: italic;
}
@font-face {
	font-family: SFUFutura;
	font-weight: 100;
	src: url(SFUFuturaLight.ttf);
}
@font-face {
	font-family: SFUFutura;
	font-weight: 100;
	src: url(SFUFuturaLightOblique.ttf);
	font-style: italic;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaBook.ttf);
	font-weight: 500;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaBookOblique.ttf);
	font-style: italic;
	font-weight: 500;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaHeavy.ttf);
	font-weight: 600;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaHeavyOblique.ttf);
	font-style: italic;
	font-weight: 600;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaBold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaBoldOblique.ttf);
	font-style: italic;
	font-weight: 700;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaExtraBold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: SFUFutura;
	src: url(SFUFuturaExtraBoldOblique.ttf);
	font-style: italic;
	font-weight: 700;
}

*{	font-family:SFUFutura, SFUFutura!important;margin: 0;padding: 0;}
.glyphicon{font-family: 'Glyphicons Halflings'!important;}
.fa{font-family: 'FontAwesome'!important;}

/*
   ----------------------------------------------------
   HEADER
   -----------------------------------------------------------
*/

.main-header {
  width: 100%;
  background: #fff;
  color: #252a2b;
  font-weight: bold;
  position: relative;
  z-index: 999;
  // border-bottom: 1px solid #ebebeb;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-header.sticky {
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
}
.main-header.header-index {
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
}
.wrap-logo a {
  font-size: 32px;
}
.wrap-logo {
  float: left;
  display: flex;
  gap: 15px;
  align-items: center;
}
.header-wrap-icon {
  float: right
}
.header-wrap-icon > span {
  display: inline-block;
  margin: 10px 11px 0;
  width: 27px;
  position: relative;
  transition: opacity 150ms linear;
}




}


/*
   -------------------------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------------
*/
@media(min-width: 768px) {

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


}
@media(min-width: 992px) and (max-width: 1199px) {

}
@media(min-width: 992px) {
  /* HEADER */
  .wrap-logo img {
    max-height: 70px;
  }
  .main-header {
    padding: 20px 60px;
  }
}
@media(max-width: 991px) and (min-width: 768px) {
  /* HEADER */
  .main-header {
    padding: 20px 15px;
  }
  .wrap-logo img {
    max-height: 70px;
  }

}
@media(max-width: 767px) {

  /*header*/
  .main-header {
    padding: 14px 15px;
  }
  .header-wrap-icon > span {
    margin: 0 8px;
    width: 25px;
  }
  .header-wrap-icon > span.icon-search {
    margin-top: 10px;
  }
  .main-header .wrap-logo {
    max-width: 160px;
  }
  .wrap-logo img {
    max-width: 160px;
    max-height: 50px;
  }
  .wrap-logo a {
    font-size: 22px;
  }
}

/*
   ----------------------------------------------------
   POPUP QUICKVIEW PRODUCT
   -----------------------------------------------------------
*/
.popup-slide-up {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 80%;
  background: white;
  z-index: 1001;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
  overflow-y: auto;
  justify-items: center;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.popup-slide-up.show {
  transform: translateY(0);
  opacity: 1;
}

.popup-slide-up.hide {
  transform: translateY(100%);
  opacity: 0;
}

/* Grid layout */
#popup-product-list-content {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  #popup-product-list-content {
    /* grid-template-columns: repeat(3, 1fr); */
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #popup-product-list-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000; /* nên thấp hơn popup-slide-up (10001) */
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.popup-header h2 {
    font-size: 18px;
    font-weight: 500;
    color: #252a2b;
}

.popup-header button {
  position: absolute;
  left: 0;
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 0 1rem;
  cursor: pointer;
}

.popup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px;
}

.product-item {
  cursor: pointer;
  text-align: center;
}

.product-item img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.product-item span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

/* Điều chỉnh popup-product-list */
#popup-product-list .popup-header {
  display: none;
}

/* Vuốt xuống để đóng list popup */
#popup-product-list {
  touch-action: pan-y;
  will-change: transform;
}

/* Thêm giá vào grid list */
.product-item span.price {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #777;
}

/* Fix bottom nav size */
.quickview-fixed-nav.product-action-bottom {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

/* quickview add-form-modal bỏ tiêu đề & nút X */
#quickview-add-form-modal .popup-header {
  display: none;
}

/* Vuốt xuống để đóng */
#quickview-add-form-modal {
  touch-action: pan-y;
}


/* Quickview responsive nav */
.quickview-bottom-nav {
  // display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background: white;
  border-top: 1px solid #ddd;
  padding: 0.75rem 1rem;
  justify-content: center;
  transition: 0.3s all ease;
}

.quickview-bottom-nav button {
  background: black;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .quickview-bottom-nav {
    display: flex;
  }
}

/* Quickview styles */
    .quickview-modal {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.5);
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }

    .quickview-overlay {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .quickview-content-wrapper {
      background: white;
      max-width: 992px;
      padding: 1.2rem 0rem 0rem 0rem;
      // max-height: 90vh;
      max-height: calc(100vh - env(safe-area-inset-bottom, 0px) - 80px);
      overflow-y: auto;
      transform: translateY(100%);
      opacity: 0;
      transition: transform 0.3s ease-out, opacity 0.3s ease-out;
      z-index: 1;
      // transform: translateY(100%);
      // transition: transform 0.3s ease;
      // position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
        touch-action: pan-y;
  will-change: transform;
      // z-index: 10002;
      // background: white;
      // max-height: 100vh;
      // overflow-y: auto;
    }

    .quickview-content-wrapper.show {
      transform: translateY(0%);
      opacity: 1;
    }

    .quickview-content-wrapper.hide {
      transform: translateY(100%);
      opacity: 0;
    }

  .quickview-modal .close-modal {
    position: absolute;
    top: -10px;
    right: 16px;
    font-size: 2.5rem;
    background: none;
    border: none;
    z-index: 10000;
    cursor: pointer;
  }

/* Thanh kéo gợi ý */
.drag-handle {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  margin: 10px auto;
}

/* Thêm hỗ trợ touch vuốt */
#quickview-add-form-modal.show {
  transform: translateY(0);
}

#quickview-add-form-modal.touching {
  transition: none;
  will-change: transform;
}

/* chặn scroll để refresh page */
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  touch-action: none; /* Thêm để hỗ trợ mobile tốt hơn */
}

/*--------------------------------------------------------------------
copy từ Reels style
--------------------------------------------------*/

.wrap-flex-align{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.flex-column{-webkit-flex-direction: column;flex-direction: column;}
button:focus{border-color: transparent; outline: none;}
.animation-tran .site-animation{-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);transform:translateY(60px);opacity:0;-webkit-transition:opacity 300ms linear, transform 300ms linear;-moz-transition:opacity 300ms linear, transform 300ms linear;-o-transition:opacity 300ms linear, transform 300ms linear;transition:opacity 300ms linear, transform 300ms linear}
.animation-tran.active .site-animation{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
.wrapbox-heading-page{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}
.wrapbox-heading-page .header-page{position: relative;}
//.wrapbox-heading-page .header-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;margin-top: 70px;}
.wrapbox-heading-page .header-page h1{font-size: 45px;font-weight: 100;margin: 0px 0;display: inline-block;}
.wrapbox-heading-page .header-page h1:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
}
.wrapbox-heading-page .header-page p{font-size: 15px;opacity: .66;	margin: 20px 0 0 0;position: relative;}
.wrapbox-heading-page .header-page p span{font-weight: 500;}

/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------*/
//.wrapper-detail{border-bottom: 1px solid #ededed;}
.product-title,.product-price,.selector-actions,.wrap-tagged{ margin-bottom:35px;}
.product-description{margin-bottom:40px;}
.description-productdetail { overflow: hidden;font-weight: 100;}
.view-more-detail{margin:15px 0 10px;font-size: 16px;cursor: pointer;}
.view-more-detail a,.view-more-detail a:focus{color:#000000;font-weight: 100;}
.view-more-detail:not(.close-desc):before {
	height: 55px;
	margin-top: -45px;
	content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
	display: block;
}
.description-productdetail *{max-width:100%}
.description-productdetail ul{list-style: initial; padding-left: 20px;}
.description-productdetail ol{list-style-type: decimal;padding-left: 20px;}
.description-productdetail ul ul{ list-style-type: circle;}
.description-productdetail ul ul ul{  list-style-type: square;}
.product-title h1{font-size:32px;font-weight:500;color:#252a2b;margin: 0 0 10px;}
span.pro-soldold {margin-left: 20px;color:#000000;font-weight: 500;}
.product-price span.pro-sale{
	display: inline-block;
	padding:5px 15px;
	margin-right: 20px;
	background: #ededed;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.product-price span.pro-price{color:#252a2b;font-size: 24px;opacity: .92;font-weight: 100;}
.product-price del{font-size: 14px;color:#777a7b;padding-left: 25px;font-weight: 100;}
.selector-actions { 
	float: left;
	margin-top: 15px;
	border: 1px solid #ccc;
}
.selector-actions > div{float:left;}
.selector-actions .select-quantity {
    padding-left: 0px; /* 30px; */
}
button.btn-addtocart{
	font-size: 14px;
    background:transparent;
//	color: #fff;
    font-weight: 600;
//	text-transform: uppercase;
	box-shadow: none;
	border: 0;
	padding: 0px 20px;
	height: 55px;
	line-height: 55px;
	margin-left: 0px;
	transition: 0.3s all ease;
}
button.btn-addtocart[disabled] {	opacity: 0.8;}
input.item-quantity{
	height: 53px;
	width: 50px;
	text-align: center;
	font-size: 16px;
	font-weight:500;
	float: left;
	border:0;
//	background: #ededed;
	color: #252a2b;
}
button.btn-addtocart:hover{text-decoration: underline;}
.product-action-bottom {display:none}
@media(max-width:992px){

	.product-action-bottom {
		position: fixed;left: 0;bottom:0;right: 0;
		z-index:100;background: #fff;display:block;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		//padding: 8px 10px;
		-webkit-transition: padding .3s ease;transition: padding .3s ease;
	}
	.layoutProduct_scroll.scroll-down .actionToolbar_product{
		opacity: 1;	visibility: visible;
		-webkit-transform: translateY(0px);transform: translateY(0px);
	}
	.layoutProduct_scroll.scroll-down .product-action-bottom{padding-bottom:60px;}
}

	.input-bottom{width: 54px;float:left;margin-right: 15px;}
	.input-bottom input{
		width: 54px;
		height: 45px;
		border: 1px solid #d1d1d1;
		text-align: center;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.add-cart-bottom{
		background:#000000;
		border: 0;
		color: #fff;
		font-weight: 600;
		/*  height: 45px; */
		line-height: 45px;
		width: calc(100% - 70px);
		border-radius: 4px;
		float:left
	}

/* ------------------------ product style 02 ------------------------ */
@media(min-width: 992px){
	.pr_style_01 li.gallery-item:not(:last-child){margin-bottom: 10px;}
	.pr_style_02 img.product-image-feature{border: 1px solid #f7f7f8;}
	.pr_style_02 li.product-gallery-item:nth-of-type(2n+1){clear: both;}
	.pr_style_02 li.product-gallery-item{width: 50%;padding-right: 7px;float: left;margin-bottom: 14px;text-align: center;}
	.pr_style_02 li.product-gallery-item:nth-of-type(2n){padding-left: 7px;padding-right: 0;}
	.pr_style_02 .gallery-index.icon-pr-fix{display: none;}
	.pr_style_02 .product-image-detail{position: -webkit-sticky;position: sticky;top: 10px;border: 0;padding: 15px 15px 50px;}
	.pr_style_02 .product-image__button .product-zoom{right: 15px;left: initial;margin: 0;}
	/* ------------------------ product style 03 ------------------------ */
	.pr_style_03 .product-gallery{
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	}
	.pr_style_03 .product-gallery__thumbs-container {width: 10%;}
	.pr_style_03 .product-image-details {width: calc(100% - 10%);padding-left: 10px;position: relative;}
	.pr_style_03 .gallery-index.icon-pr-fix{display: none;}
	.pr_style_03 .product-image-detail{position: -webkit-sticky;position: sticky;top: 10px;border: 0;padding: 15px;}
//	.pr_style_03 .product-content-desc{border-left: 1px solid #ededed;}
	.pr_style_03 .product-image__button .product-zoom{right: 15px;left: initial;margin: 0;}
}
.slide_product{margin-bottom: 0;}
.gallery-item{text-align: center;}
.pr_style_03 .product-gallery__thumb{
	line-height: 0;
	margin-bottom: 10px;
	border: 1px solid #ededed;
	width: 100%;
}
.pr_style_03 .product-gallery__thumb:last-child{margin-bottom: 0;}
.pr_style_03 .product-gallery__thumb.active,.pr_style_03 .product-gallery__thumb:hover{
	border-color: #252a2b;
}
.product-image__button {position: -webkit-sticky;position: sticky;bottom: 0;z-index: 10;}
.product-image__button .product-zoom{position: absolute;left: 0;right: 0;margin: auto;z-index: 9;}
/* ------------------------ Style variant ------------------------ */
.product-image-detail{padding:0;}
.selector-wrapper,.select {display: none;}
.swatch { margin:0 0 20px;width: 100%; float: left;}
.swatch .header{
	margin-right:10px;
	font-size:13px;
	font-weight:100;
	text-transform:uppercase;
	width:100px;
	text-align:left;
	display:inline-block
}
.swatch .header span {font-weight: bold;display: none;}
.swatch input { display:none;}
.swatch > label.tt-label {
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	text-transform: uppercase;
	width: 85px;
	text-align: right;
}
.swatch .select-swap {display: inline-block;	vertical-align: middle;}
.swatch input {display: none;}
.swatch .swatch-element {display: inline-block;	margin-right: 8px;position: relative;}
.swatch .swatch-element label{
	display: block;
	margin: 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 7px;
	width: 30px;
	min-width: max-content;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	font-size: 12px;
	color:#252a2b;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}
@media(max-width: 992px) {
  .swatch .swatch-element:not(.color) label{
    width: max-content;
  }
}
.swatch .swatch-element.color label{
//	min-width:35px;
	padding:0;
}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 30px;
}
.swatch .swatch-element label.sd{border-color:#252a2b;}
.swatch .swatch-element.soldout label{opacity: .5;}
label[for="product-select-option-0"] { display: none; }
label[for="product-select-option-1"] { display: none; }
label[for="product-select-option-2"] { display: none; }
#product-select-option-0 { display: none; }
#product-select-option-1 { display: none; }
#product-select-option-2 { display: none; }
#product-select-option-0 + .custom-style-select-box { display: none !important; }
#product-select-option-1 + .custom-style-select-box { display: none !important; }
#product-select-option-2 + .custom-style-select-box { display: none !important; }

/* ------------------- Setting varian mÃ u sáº¯c -------------------- */





.color.swatch-element label.almond-latte span {
	background-color: #f0e6d4;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_1.png?v=2878);
}
.variant_item.almond-latte {
	font-size: 0;
	background-color: #f0e6d4;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_1.png?v=2878);
}







.color.swatch-element label.navy span {
	background-color: #14294e;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_2.png?v=2878);
}
.variant_item.navy {
	font-size: 0;
	background-color: #14294e;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_2.png?v=2878);
}







.color.swatch-element label.baby-blue span {
	background-color: #b9e2f9;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_3.png?v=2878);
}
.variant_item.baby-blue {
	font-size: 0;
	background-color: #b9e2f9;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_3.png?v=2878);
}







.color.swatch-element label.baby-mint span {
	background-color: #cdfff7;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_4.png?v=2878);
}
.variant_item.baby-mint {
	font-size: 0;
	background-color: #cdfff7;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_4.png?v=2878);
}







.color.swatch-element label.olive span {
	background-color: #FFFFFF;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_5.png?v=2878);
}
.variant_item.olive {
	font-size: 0;
	background-color: #FFFFFF;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_5.png?v=2878);
}







.color.swatch-element label.beige span {
	background-color: #d4cea5;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_6.png?v=2878);
}
.variant_item.beige {
	font-size: 0;
	background-color: #d4cea5;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_6.png?v=2878);
}







.color.swatch-element label.black span {
	background-color: #000000	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_7.png?v=2878);
}
.variant_item.black {
	font-size: 0;
	background-color: #000000	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_7.png?v=2878);
}







.color.swatch-element label.blue span {
	background-color: #aacce7;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_8.png?v=2878);
}
.variant_item.blue {
	font-size: 0;
	background-color: #aacce7;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_8.png?v=2878);
}







.color.swatch-element label. span {
	background-color: #ffffff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_9.png?v=2878);
}
.variant_item. {
	font-size: 0;
	background-color: #ffffff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_9.png?v=2878);
}







.color.swatch-element label.bronze span {
	background-color: #ad944a;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_10.png?v=2878);
}
.variant_item.bronze {
	font-size: 0;
	background-color: #ad944a;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_10.png?v=2878);
}







.color.swatch-element label.avocado span {
	background-color: #cde5b3;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_11.png?v=2878);
}
.variant_item.avocado {
	font-size: 0;
	background-color: #cde5b3;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_11.png?v=2878);
}







.color.swatch-element label.champagne span {
	background-color: #EEE8AA;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_12.png?v=2878);
}
.variant_item.champagne {
	font-size: 0;
	background-color: #EEE8AA;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_12.png?v=2878);
}







.color.swatch-element label.brownie span {
	background-color: #9a5314;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_13.png?v=2878);
}
.variant_item.brownie {
	font-size: 0;
	background-color: #9a5314;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_13.png?v=2878);
}







.color.swatch-element label.cloude span {
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_14.png?v=2878);
}
.variant_item.cloude {
	font-size: 0;
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_14.png?v=2878);
}







.color.swatch-element label.cool-mixed-green-purple-blue span {
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_15.png?v=2878);
}
.variant_item.cool-mixed-green-purple-blue {
	font-size: 0;
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_15.png?v=2878);
}







.color.swatch-element label.cream span {
	background-color: #f4f2bf;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_16.png?v=2878);
}
.variant_item.cream {
	font-size: 0;
	background-color: #f4f2bf;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_16.png?v=2878);
}







.color.swatch-element label.crisp-white span {
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_17.png?v=2878);
}
.variant_item.crisp-white {
	font-size: 0;
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_17.png?v=2878);
}







.color.swatch-element label. span {
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_18.png?v=2878);
}
.variant_item. {
	font-size: 0;
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_18.png?v=2878);
}







.color.swatch-element label.golden-hour span {
	background-color: #d6bfaf;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_19.png?v=2878);
}
.variant_item.golden-hour {
	font-size: 0;
	background-color: #d6bfaf;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_19.png?v=2878);
}







.color.swatch-element label.grey span {
	background-color: #464646;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_20.png?v=2878);
}
.variant_item.grey {
	font-size: 0;
	background-color: #464646;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_20.png?v=2878);
}







.color.swatch-element label.hot-mixed-purple-pink-orange span {
	background-color: #ffffff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_21.png?v=2878);
}
.variant_item.hot-mixed-purple-pink-orange {
	font-size: 0;
	background-color: #ffffff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_21.png?v=2878);
}







.color.swatch-element label.ivory span {
	background-color: #f8f1d2;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_22.png?v=2878);
}
.variant_item.ivory {
	font-size: 0;
	background-color: #f8f1d2;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_22.png?v=2878);
}







.color.swatch-element label.ivory-sparkle span {
	background-color: #FFFFFF;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_23.png?v=2878);
}
.variant_item.ivory-sparkle {
	font-size: 0;
	background-color: #FFFFFF;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_23.png?v=2878);
}







.color.swatch-element label.lavender span {
	background-color: #ccc6ff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_24.png?v=2878);
}
.variant_item.lavender {
	font-size: 0;
	background-color: #ccc6ff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_24.png?v=2878);
}







.color.swatch-element label.light-yellow span {
	background-color: #fded95;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_25.png?v=2878);
}
.variant_item.light-yellow {
	font-size: 0;
	background-color: #fded95;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_25.png?v=2878);
}







.color.swatch-element label.marshmallow span {
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_26.png?v=2878);
}
.variant_item.marshmallow {
	font-size: 0;
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_26.png?v=2878);
}







.color.swatch-element label.matte-black span {
	background-color: #000000;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_27.png?v=2878);
}
.variant_item.matte-black {
	font-size: 0;
	background-color: #000000;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_27.png?v=2878);
}







.color.swatch-element label.nude span {
	background-color: #f8e1d4;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_28.png?v=2878);
}
.variant_item.nude {
	font-size: 0;
	background-color: #f8e1d4;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_28.png?v=2878);
}







.color.swatch-element label.milky span {
	background-color: #FFFFFF;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_29.png?v=2878);
}
.variant_item.milky {
	font-size: 0;
	background-color: #FFFFFF;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_29.png?v=2878);
}







.color.swatch-element label.peach span {
	background-color: #ffcbb4;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_30.png?v=2878);
}
.variant_item.peach {
	font-size: 0;
	background-color: #ffcbb4;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_30.png?v=2878);
}







.color.swatch-element label.peach-orange span {
	background-color: #ffe2c6;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_31.png?v=2878);
}
.variant_item.peach-orange {
	font-size: 0;
	background-color: #ffe2c6;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_31.png?v=2878);
}







.color.swatch-element label.pearl span {
	background-color: #ececde;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_32.png?v=2878);
}
.variant_item.pearl {
	font-size: 0;
	background-color: #ececde;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_32.png?v=2878);
}







.color.swatch-element label.pink span {
	background-color: #fdc8d2;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_33.png?v=2878);
}
.variant_item.pink {
	font-size: 0;
	background-color: #fdc8d2;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_33.png?v=2878);
}







.color.swatch-element label.powder-pink span {
	background-color: #ffe7ff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_34.png?v=2878);
}
.variant_item.powder-pink {
	font-size: 0;
	background-color: #ffe7ff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_34.png?v=2878);
}







.color.swatch-element label.purple-blue span {
	background-color: #000080;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_35.png?v=2878);
}
.variant_item.purple-blue {
	font-size: 0;
	background-color: #000080;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_35.png?v=2878);
}







.color.swatch-element label.romance span {
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_36.png?v=2878);
}
.variant_item.romance {
	font-size: 0;
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_36.png?v=2878);
}







.color.swatch-element label.secret span {
	background-color: #000000;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_37.png?v=2878);
}
.variant_item.secret {
	font-size: 0;
	background-color: #000000;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_37.png?v=2878);
}







.color.swatch-element label.silver span {
	background-color: #bdc5c9;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_38.png?v=2878);
}
.variant_item.silver {
	font-size: 0;
	background-color: #bdc5c9;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_38.png?v=2878);
}







.color.swatch-element label.silver-glitter span {
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_39.png?v=2878);
}
.variant_item.silver-glitter {
	font-size: 0;
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_39.png?v=2878);
}







.color.swatch-element label.silver-green span {
	background-color: #879877;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_40.png?v=2878);
}
.variant_item.silver-green {
	font-size: 0;
	background-color: #879877;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_40.png?v=2878);
}







.color.swatch-element label.sky-blue span {
	background-color: #99cbff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_41.png?v=2878);
}
.variant_item.sky-blue {
	font-size: 0;
	background-color: #99cbff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_41.png?v=2878);
}







.color.swatch-element label.teal-blue span {
	background-color: #1a668f;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_42.png?v=2878);
}
.variant_item.teal-blue {
	font-size: 0;
	background-color: #1a668f;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_42.png?v=2878);
}







.color.swatch-element label.snow-white span {
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_43.png?v=2878);
}
.variant_item.snow-white {
	font-size: 0;
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_43.png?v=2878);
}







.color.swatch-element label.stripe span {
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_44.png?v=2878);
}
.variant_item.stripe {
	font-size: 0;
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_44.png?v=2878);
}







.color.swatch-element label.sugar-brown span {
	background-color: #b9967a;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_45.png?v=2878);
}
.variant_item.sugar-brown {
	font-size: 0;
	background-color: #b9967a;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_45.png?v=2878);
}







.color.swatch-element label.tiramisu span {
	background-color: #311f09;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_46.png?v=2878);
}
.variant_item.tiramisu {
	font-size: 0;
	background-color: #311f09;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_46.png?v=2878);
}







.color.swatch-element label.toffee-peach span {
	background-color: #f1c2a0;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_47.png?v=2878);
}
.variant_item.toffee-peach {
	font-size: 0;
	background-color: #f1c2a0;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_47.png?v=2878);
}







.color.swatch-element label.touch-of-brown span {
	background-color: #ddd3b5;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_48.png?v=2878);
}
.variant_item.touch-of-brown {
	font-size: 0;
	background-color: #ddd3b5;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_48.png?v=2878);
}







.color.swatch-element label.vanilla span {
	background-color: #ffeecb;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_49.png?v=2878);
}
.variant_item.vanilla {
	font-size: 0;
	background-color: #ffeecb;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_49.png?v=2878);
}







.color.swatch-element label.vanilla-cream span {
	background-color: #fffaf1;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_50.png?v=2878);
}
.variant_item.vanilla-cream {
	font-size: 0;
	background-color: #fffaf1;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_50.png?v=2878);
}







.color.swatch-element label.white span {
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_51.png?v=2878);
}
.variant_item.white {
	font-size: 0;
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_51.png?v=2878);
}







.color.swatch-element label. span {
	background-color: #ffffff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_52.png?v=2878);
}
.variant_item. {
	font-size: 0;
	background-color: #ffffff;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_52.png?v=2878);
}







.color.swatch-element label. span {
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_53.png?v=2878);
}
.variant_item. {
	font-size: 0;
	background-color: #FFFFFF	;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_53.png?v=2878);
}







.color.swatch-element label.red span {
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_54.png?v=2878);
}
.variant_item.red {
	font-size: 0;
	background-color: ;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_54.png?v=2878);
}


.wrap-collection-title{ -webkit-justify-content: center;-moz-justify-content: center;	justify-content: center;}
.wrap-collection-title .block-pding{padding:0 20px;text-align: center;}
.wrap-collection-title h2{font-size: 30px;font-weight: 100;	margin: 0;text-align: center;text-transform: uppercase;}
.wrap-collection-title h2:after {
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    display: block;
//    margin-top: 10px;
}
.wrap-collection-title p.shopnow{font-size:13px;	opacity: .66;	margin: 20px 0 0 0;}
.wrap-collection-title .link-more{font-size: 20px;font-weight: 100;color:#252a2b;text-transform:uppercase;}
.wrap-collection-title .link-more:hover{color:#000000;}
.wrap-collection-title .link-more:after {
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    display: block;
}




.color.swatch-element label.yellow span {
	background-color: #f1e969;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_55.png?v=2878);
}
.variant_item.yellow {
	font-size: 0;
	background-color: #f1e969;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/color_55.png?v=2878);
}




.tag-wrapper label{	display: inline-block;margin-right:10px;font-size:14px;font-weight:100;}
.tag-wrapper ul.tags {display: inline-block;}
.tag-wrapper ul.tags li {display: inline-block;list-style-type: none;margin-right:3px;}
.tag-wrapper ul.tags li:after {content: ",";}
.tag-wrapper ul.tags li a{color:#000000;font-weight: 100;}
.tag-wrapper ul.tags li a:hover{color:#000000;}
.product-description .title-bl h2,.product-description h2,
.product-description h3{color:#252a2b;	font-size:16px;	font-weight:500; text-transform:uppercase;}
.product-sharing,.product-zoom,.gallery-index{position: absolute;z-index: 6;}
.product-sharing{	
	display: block;width: 30px;height: 30px;left: 15px;	bottom: 30px;cursor: pointer;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-sharing .icon {display: block;width: 30px;height: 30px;position: absolute;bottom: 0;}
.product-sharing a {
	width: 26px;
	position: absolute;
	text-align: center;
	margin: 30px 0;
	opacity: 0;
	visibility: hidden;
	display: block;
	-ms-transform:transform: translateY(50%);
	-webkit-transform:transform: translateY(50%);
	transform: translateY(50%);
}
.product-sharing a span{display: block;width: 30px;height: 30px;}
.product-sharing a span img {
    max-width: 30px;
    max-height: 30px;
}
.product-sharing a:nth-child(2){bottom:30px;-ms-transition:all 150ms linear;-webkit-transition:all 150ms linear;transition:all 150ms linear}
.product-sharing a:nth-child(3){bottom:80px;-ms-transition:all 150ms linear 100ms;-webkit-transition:all 150ms linear 100ms;transition:all 150ms linear 100ms}
.product-sharing a:nth-child(4){bottom:130px;-ms-transition:all 150ms linear 200ms;-webkit-transition:all 150ms linear 200ms;transition:all 150ms linear 200ms}
.product-sharing a:nth-child(4){bottom:130px;-ms-transition:all 150ms linear 200ms;-webkit-transition:all 150ms linear 200ms;transition:all 150ms linear 200ms}
.product-sharing a:nth-child(5){bottom:180px;-ms-transition:all 150ms linear 300ms;-webkit-transition:all 150ms linear 300ms;transition:all 150ms linear 300ms}
.product-sharing:hover a{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}
.product-sharing a svg{fill:#252a2b;}
.product-sharing a:hover svg{fill:#000000;}
.product-zoom {
	display: block;
	width: 36px;
	height: 36px;
	overflow: visible;
	margin-right: 54px;
	cursor: pointer;
	margin-left: -18px;
	top: auto;
	bottom: 30px;
	right: auto;
	left: 25%;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.product-zoom polyline,.product-sharing .icon svg{fill:#252a2b;}
.product-zoom polyline{-ms-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(0.9);transform-origin:center;-ms-transition:transform 150ms linear;-webkit-transition:transform 150ms linear;transition:transform 150ms linear}
.product-zoom:hover polyline:nth-child(1){-ms-transform: scale(0.9) translate3d(-2px, -2px, 0);	-webkit-transform: scale(0.9) translate3d(-2px, -2px, 0);transform: scale(0.9) translate3d(-2px, -2px, 0);}
.product-zoom:hover polyline:nth-child(2){-ms-transform:scale(0.9) translate3d(2px, -2px, 0);-webkit-transform:scale(0.9) translate3d(2px, -2px, 0);transform: scale(0.9) translate3d(2px, -2px, 0);}
.product-zoom:hover polyline:nth-child(3){-ms-transform:scale(0.9) translate3d(2px, 2px, 0);-webkit-transform:scale(0.9) translate3d(2px, 2px, 0);transform: scale(0.9) translate3d(2px, 2px, 0);}
.product-zoom:hover polyline:nth-child(4){-ms-transform:scale(0.9) translate3d(-2px, 2px, 0);-webkit-transform:scale(0.9) translate3d(-2px, 2px, 0);transform:scale(0.9) translate3d(-2px, 2px, 0)}
.gallery-index {
	position: fixed;
	bottom: 40px;
	margin-right: 15px;
	width: 47px;
	font-size:13px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	right: 50%;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.icon-pr-fix{-ms-transition:transition: all 300ms linear;-webkit-transition:transition: all 300ms linear;transition:all 300ms linear}
/* --------------------------- tooltip --------------------------- */
.swatch-element .tooltip-inner {background-color: rgba(33, 33, 33, .97);border-radius: 0px;	width: 100%;white-space: nowrap;font-size: 11px;color: #f7f7f7;	font-size:11px;}
.swatch-element .tooltip.top .tooltip-arrow {border-top-color: rgba(33, 33, 33, .97);}
/* -------- Zoom product  ------------------------ */
#divzoom {
	position: fixed;
	display: none;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	width: 100vw;
	background: #fff;
}
#divzoom #closedivZoom {
	position: absolute;
	z-index: 1000;
	border: 2px solid #333;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
}
#divzoom #closedivZoom i:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	left: 20%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform: rotate(45deg);
}
#divzoom #closedivZoom i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	right: 30%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform: rotate(-45deg);
}
#divzoom #closedivZoom i {position: relative;width: 40px;height: 40px;display: block;}
.divzoom_main{ height: calc(100vh - 40px);}
.divzoom_main .product-thumb{height:100%;width:100%;}
.divzoom_main .product-thumb img{max-height:100%;}
body.open_layer {overflow: hidden;}
.list-productRelated {background: #fff;position: relative;	z-index:10;}

.header-wrap-icon {
	display: flex;
	align-items: center;
}
#site-search-handle2 {
	flex: 1 0 0;
	width: auto;
}
#site-search-handle2 svg{ 
	width: 27px;height: 27px;
}
#site-search-handle2 svg.mr-8 {
	margin-right: 8px;
}
#site-search-handle2 .account-menu {
	display: flex;
	align-items: center;
}
.back-to-top {
	transition: all 0.2s ease;
//  color: #fff;
 // border: 2px solid #000000;
  font-size: 0;
  position: fixed;
  right: -80px;
  padding: 0;
//  border-radius: 3px;
  z-index: 1;
//	background-color: #000000;
  z-index: 2000;
	bottom: 140px; 
	background: transparent;
	border: 0;
	width: 15px;
}

.back-to-top svg {
  width: 35px;
  height: 35px;
  stroke: #fff !important;
  fill: #fff; }
.back-to-top.show {
  right: 24px; }

@media (max-width: 767px) {
	.row.content-product-list .pro-loop {
//		padding: 0 5px;
	}
}
#pro_sku {
	color: #666;
}
.product-submenu {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
.close_menu {
    cursor: pointer;
}
.close_menu img {
    max-width: 16px;
}
.product-submenu a {
	text-decoration: underline;
}

.pageStory .wrapbox-heading-page, .pageStory .box-heading-contact {
	position: relative;
	border: none;
}
@media (max-width: 767px) {
	.pageStory .wrapbox-heading-page {
		padding: 0;
	}
	.pageStory .header-page {
		text-align: center;
	}
}
.select-quantity {
    position: relative;
}
.select-quantity .qty-btn {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}
.select-quantity .qty-btn.minus-qty {
//    left: 0;
}
.select-quantity .qty-btn.plus-qty {
    right: 0;
}
.variant_item {
    display: block;
    margin: 0;
    border: 1px solid #333;
    background: #fff;
    padding: 0 7px;
    width: 30px;
	min-width: max-content;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 12px;
    color: #252a2b;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.variant_item.color {
    font-size: 0;
}
#cart-view input[name="quantity"] {
    background: #fff;
    border: 0;
    width: 40px;
    text-align: center;
}
.owl-carousel .owl-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 18px;
}

.owl-carousel .owl-dots button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: transparent;
	margin: 0 4px;
	display: inline-block;
	border: 1px solid #fff;
}

.owl-carousel .owl-dots button.active {
	background: #fff;
}
.owl-carousel.owl-nav-style-1 .owl-nav {
	text-align: center;
}

.owl-carousel.owl-nav-style-1 .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 50px;
	font-size: 50px;
	line-height: 40px;
	text-align: center;
//	background: rgba(255, 255, 255, 0.8);
//	border: 1px solid;
	border-color: #000000;
	color: #000000;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.owl-carousel.owl-nav-style-1 .owl-nav button.owl-next {
	right: 0px;
}

.owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev {
	left: 0px;
}

.owl-carousel.owl-nav-style-1:hover .owl-nav button {
	opacity: 1;
	visibility: visible;
}
.main-body.sidebar-move.left {
    left: 480px;
//    right: auto;
}

.site-nav.style--sidebar.left {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
//    right: auto;
    left: 0;
}
.site-nav.style--sidebar.site-nav-menu {
	left: 0;
	right: auto;
	-ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.product-description .title-bl h2,
.product-description h2,
.product-description h3 {
	font-size: 14px;
	font-weight: 600;
}
.product-description #accordion .card .card-header h5 {
    margin: 0;
}
.product-description {
	margin: 0 0 20px;
}

.product-description img {
	height: auto;
}

.product-description #accordion .card {
	border: none;
	border-radius: 0;
}

.product-description #accordion .card .card-header {
	padding: 0;
	background: transparent;
}

.product-description #accordion .card .card-header h5 button {
	width: 100%;
	background: #fff;
	border: none;
	background: none;
	text-align: left;
	font-size: 16px;
	color: #262626;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
	position: relative;
}

.product-description #accordion .card .card-header h5 button:hover, .product-description #accordion .card .card-header h5 button:focus {
	text-decoration: none;
	color: #2EB872;
}

.product-description #accordion .card .card-header h5 button:after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #000;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 1;
}

.product-description #accordion .card .card-header h5 button[aria-expanded="true"]:after {
	transform: rotate(-180deg);
}

.product-description #accordion .card .card-body {
	padding: 20px 0;
}
#site-cart .table-total a {
    transition: all 150ms linear;
}
#site-cart .table-total a:hover {
    background: #000;
    color: #fff;
}
#site-cart .table-total a:hover img {
    filter: invert(1);
}
@media (max-width: 767px) {
	.cart-view a.linktobuy {
		width: 47px;
		height: 47px;
		padding: 5px;
		margin-right: 10px;
	}

	#site-cart .table-total tr td:first-child {
		padding-right: 0;
	}
	.back-to-top.show {
		bottom: 141px;
	}
}
.logo_ft img {
    max-width: 100px;
}
.wrapper-home-banner {
	background: #fff;
}
.box__slideshow-split .site-box-black-overlay {
	display: none !important;
	content: none !important;
}
.slide-opacity {
    position: absolute;
    z-index: 100;
    height: 100%;
    background: transparent;
    width: 100%;
}
.flex_pro {
  display: flex;
  flex-flow: row wrap;
  column-gap: 15px;
  margin: 8px 0 20px;
}
.flex_pro .selector-actions {
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: center;
}
.flex_pro .pro_buynow {
  flex: 1;
}
.flex_pro #buy-now {
  display: inline-block;
  background: #000000;
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  font-weight: 600;
  color: white;
}
.flex_pro #buy-now:hover {
  padding-right: 0 !important;
  text-decoration: underline;
}
.flex_pro .link-area {
  flex: 0 0 100%;
  margin: 15px 0 0;
}
.flex_pro .link-area > a {
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  width: 100%;
  display: grid;
  height: 58px;
  place-items: center;
  font-weight: 600;
}
.flex_pro .link-area > a:hover {
  padding-right: 0 !important;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .flex_pro .pro_buynow,.flex_pro .selector-actions {
    flex: 0 0 100%;
  }
  .flex_pro .pro_buynow button#buy-now {
    height: 58px;
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
.box__slideshow-split {
    height: 100% !important;
}
    .box__slideshow-split .slideshow-item {
        height: calc(100%) !important;
    }
	
  .box__slideshow-split .slider-meta{bottom: 20px}
  
}
  .article-info-more, .info-more{display:none}

            .btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
                display: table;
                content: " "
            }

            .btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
                clear: both
            }

            .center-block {
                display: block;
                margin-right: auto;
                margin-left: auto
            } 
/*-------------------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media(min-width:768px){
//	#site-menu-handle{padding-right: 80px;}
	#site-menu-handle:hover{color:#000000;}
	/*
	span#site-menu-handle:after {
		font-size: 13px;
		display: inline-block;
		content: "Menu";
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top:0px;
		opacity: 0.6;
	}
	*/
}
@media(min-width: 1200px){	
	.wrapbox-content-page{padding: 0 100px 100px 100px;}
	.wrapbox-heading-page .header-page{ width:60%;}
	/*index - product detail */
	.box-banner-inf{width: 60%;	z-index:4;}
	.product-content-desc{padding: 10px 80px 90px;}
//	.footer-colbox .footer-content{width:60%;}
}
@media(min-width: 992px) and (max-width:1199px){	
	.wrapbox-content-page{padding: 100px 60px;}
	.wrapbox-heading-page .header-page{ width:80%;}
	/*index */
	.box-banner-inf{width: 80%;	z-index:4;}
	.product-content-desc{padding:80px 50px;}
	.footer-colbox .footer-content {width: 75%;}
}
@media(min-width:992px){
	.wrapbox-heading-page,.box-heading-contact{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
//		border-right: 1px solid #ededed;
		height: 100vh;
		padding:0;
	}
	.box-map iframe{height:100vh!important}
	.wrapbox-heading-page .header-page{padding-bottom: 70px; }
	/* HEADER */
	.wrap-logo img{max-height: 70px;}
	.main-header {padding: 20px 60px;}
	/**** INDEX ****/
	.wrap-pd-infor.box_stick{
//		position: -webkit-sticky;
//		position: sticky!important;
//		height:100vh;
//		top: 0;
//		border-right: 1px solid #ededed;
		position: relative;
	}
	.wrap-pd-infor .inf-content{padding: 30px 15px;max-width: 80%;margin:auto;}
	/**** PRODUCT DETAIL ****/
	/*.icon-pr-fix.out-with-you {opacity: 0;}*/
	.product-image-detail{border-right: 1px solid #ededed;}
	.wrapper-detail .product-content-desc{position: -webkit-sticky;position: sticky;top:0px;border-bottom: 0;	}
	/**** BLOG ****/
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/

	footer.main-footer .site-footer-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}
//	.site-footer-flex .footer-colbox-1{	border-right: 1px solid #313739}
}
@media(max-width:991px) and (min-width:768px){
	.wrapbox-heading-page,.box-heading-contact{height: 50vh;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-page .header-page{ width:80%;text-align: center;padding-bottom:50px; }
	.wrapbox-heading-page .header-page:after {margin: 50px auto 0;}
	.wrapbox-content-page{padding: 100px 80px;}
	.box-map iframe{height:50vh!important}	
	/* HEADER */
	.main-header {padding: 20px 15px;}
	.wrap-logo img{max-height: 70px;}
	/* INDEX */
	.caption_banner h2{ font-size: 24px;}
//	.wrap-pd-infor.box_stick{	height:50vh;}
	.box-banner-inf{width: 70%;	z-index:4;text-align: center;}
	.wrap-pd-infor .inf-content{padding: 100px 15px;max-width: 80%;margin:auto;}
	/* COLLECTION */
	.no-product{text-align:center;}
	.wrap-collection-title .heading-collection h1{font-size: 30px;}
	/* PRODUCT DETAIL*/
	.product-content-desc{padding:80px 30px 80px 70px;}
	.product-image-detail{border-bottom: 1px solid #ededed;}
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-zoom.icon-pr-fix {	right: 15px;left: initial;margin: 0;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery{
//		height:70vh;
		overflow: visible;
	}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item{height:100%;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	/* BLOGS */
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/
	.footer-colbox .footer-content{width:90%;}
	.widget-newsletter form .btn-sign-up{padding: 0 20px;}
	footer.main-footer .site-footer-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}
	.site-footer-flex .footer-colbox-1{	border-right: 1px solid #313739}
}
@media(max-width:767px){
	.button .icon{display:none;}
	.button:hover, .button:focus {padding-right: 30px!important;}
	.wrapbox-heading-page {padding: 100px 15px;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-page .header-page{text-align: center;}
	.wrapbox-heading-page .header-page h1 {font-size: 35px;}
	.wrapbox-heading-page .header-page:after {margin: 50px auto 0;}
	.wrapbox-content-page{padding:60px 15px;}
	/*header*/
	.main-header{ padding: 14px 15px;}
	.header-wrap-icon > span{margin:0px 8px;width: 25px;}
	.header-wrap-icon > span.icon-search{margin-top: 10px;}
	.main-header .wrap-logo{max-width: 160px;}
	.wrap-logo img{max-width: 160px;max-height: 50px;}
	.wrap-logo a{font-size: 22px;}
	.scroll-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 999;
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		-webkit-animation: fadeInDown 500ms ease-in-out;
		-moz-animation: fadeInDown 500ms ease-in-out;
		-ms-animation: fadeInDown 500ms ease-in-out;
		animation: fadeInDown 500ms ease-in-out;
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-ms-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
	}
	/* index */
	.wrapper-heading-home h2{font-size: 28px;}
	.caption_banner h2{font-size:26px;color: #fff;}
	.wrap-collection-title h2,.wrap-collection-title .link-more{font-size:18px;}
	.wrap-collection-title.image-resize{padding-top: 0px;}
	.box-banner-inf{width: 100%;padding: 0 15px;z-index:4;text-align: center;}
//	.wrap-pd-infor.box_stick{height:50vh}
	.wrap-pd-infor .inf-content{padding: 70px 35px;max-width:100%;margin:auto;}
	.box-banner-inf h2{font-size:32px;}
	.box-banner-inf a.button{height: 48px;line-height: 46px;}
	/* collection */
	.wrap-collection-title .heading-collection{text-align: center;}
	.wrap-collection-title .heading-collection h1 {font-size: 24px;}
	.wrap-collection-title .heading-collection:after{margin: 10px auto auto;height: 1px;}
	.no-product{text-align:center}
	/* product detail*/
	.productDetail-page .flickity-button{display: none;}
	.product-image-detail{border-bottom: 1px solid #ededed;}
	.product-title h1 {font-size:26px; margin-top:85px;}
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-sharing.icon-pr-fix {left: 15px;}
	.product-zoom.icon-pr-fix {	right: 15px;left: initial;margin: 0;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery{
//		height: 60vh; 
		overflow: visible; 
		min-height: 400px;
	}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item {
		height: 100%;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	.slide_product li.gallery-item img{height: 100%;width: 100%;object-fit: cover;}
	.slide_product .flickity-page-dots{
		bottom: -30px;
		z-index: 2;
		display: flex;
		justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 0;
    max-width: 80%;
    left: 10%;
	}
	.slide_product .flickity-page-dots .dot {
    flex: 0 0 7%;
    margin: 0 5px;
	}
	.input-bottom{width: 54px;float:left;margin-right: 15px;}
	.input-bottom input{
		width: 54px;
		height: 45px;
		border: 1px solid #d1d1d1;
		text-align: center;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.add-cart-bottom{
		background:#000000;
		border: 0;
		color: #fff;
		font-weight: 600;
		/*  height: 45px; */
		line-height: 45px;
		width: calc(100% - 70px);
		border-radius: 4px;
		float:left
	}
	.list-productRelated {
		margin-top: 30px;
	}
	/*
	.list-productRelated .pro-loop-title .product-resize,
	.list-productRelated .pro-loop-title .wrap-collection-title.image-resize{height: initial!important}
	
	.list-productRelated .wrap-collection-title.image-resize{padding-bottom:45px;padding-top: 30px;}
	.list-productRelated .wrap-collection-title .block-pding:after{
		content: "";
		display: block;
		width: 50px;
		height: 4px;
		margin: 30px auto auto;
		background:#252a2b;
	}
	*/
//	#collection .pro-loop-title .product-resize,#collection .pro-loop-title .image-resize{height: initial!important}
//	#collection .pro-loop-title .image-resize{padding: 30px 0 45px;}
	/******* blog -article *******/
	.list-article-content .news-content{ min-height: 250px;height: 50vh;}
	.article-body h2.title-article {font-size: 24px;}
	/******* ABOUT-CONTACT *******/
	.box-heading-contact{padding:0;}
	.header-page-contact h1{font-size:35px;}
	.box-send-contact h2{font-size:20px}
	.box-map iframe{height:50vh!important}
	/* CART PAGE */
	.main-content-cart { margin-bottom: 80px;}
	table.table-cart thead tr{display:none;}
	table.table-cart tr td{ border:0;padding:0 5px;}
	table.table-cart tbody>tr {
		background:#ffffff;
		padding:20px 0;
		display: block;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		border-bottom: 1px solid #e8e8e8;
		position: relative;
		margin-bottom: 10px;
	}
	table.table-cart tr td.image{width:80px;float:left;}
	table.table-cart tr td.image img { max-width:70px;background:#fff}
	table.table-cart tr td.item {	width:calc(100% - 80px);	float: left;}
	table.table-cart tr td.item h3 {margin: 0 0 8px;}
	table.table-cart tr td.qty {padding: 0px;float: right;	margin-right: 8px;text-align: right;position: absolute;right: 0px;bottom: 35%;}
	table.table-cart tr td .price {width: 100%;float: left;text-align: left;margin: 12px 0 0px;}
	table.table-cart tr td .price del{margin-left:5px;margin-top:2px;}
	table.table-cart tr td.remove a {position: absolute;	top: 20px;	right: 0;}
	table.table-cart tbody>tr:last-child,
	table.table-cart tr:last-child td {border: none;}
	/* 	ACCOUNT */
	.title-infor-account h1 {font-size: 30px; font-weight: 600;}
	.title-infor-account h1:after{margin-top:32px;}
	.AccountSidebar {margin-bottom: 40px;font-weight: 600;}
  .AccountSidebar .current > a:hover {
  padding-right: 0 !important;
  text-decoration: underline;
}
	.table-responsive {padding: 0 8px;}
	/* footer*/
	.footer-colbox .footer-content { width: 100%;}
	.footer-colbox{padding:50px 30px;}
	.footer-colbox-1{padding-bottom:0;}
	.footer-colbox-2{padding-top:10px;    padding-bottom: 10px;}
	.footer-content h3.ft-title{margin-bottom:25px;}
//	.ft-hotline { font-size: 25px;}
	.footer-colbox .footer-content {margin-bottom: 40px;}
	p.ft-caption{margin-top:15px}
	.widget-newsletter form .btn-sign-up{padding:0 20px}
}


/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp{
	font-size:0;text-align: center;padding: 0!important;
	background: rgba(3, 17, 27, 0.7);
	-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;
}
.modal-productApp:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-productApp .modal-dialog-centered {display: inline-block;text-align: left;vertical-align: middle;font-size:14px;}
.modal-productApp.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-productApp .modal-dialog-centered .modal-content {width: 100%; }
.modal-productApp.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-productApp.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}

.modal-productApp .modal-footer {padding: 15px;text-align: center;}
.modal-productApp .modal-footer .button {
	margin:0 5px;
	font-size:13px;font-weight: 600;
	text-transform: uppercase;
	padding: 0 30px!important;border:0;	position: relative;
	color: #e2e3e6;
	cursor: pointer;
	height: 45px;line-height: 43px;
	display: inline-block;	
	border-radius: 0;   
	-webkit-appearance: none;	
	background:#262627;
	border:1px solid #262627;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.modal-productApp .modal-footer .button:hover,
.modal-productApp .modal-footer .button:focus{color:#262627;    background: #fff;}
.modal-productApp .modal-header{padding:15px 20px ;}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {margin: 0;font-weight: bold;font-size:22px;padding: 0px 30px 0px 0px;}
.modal-productApp .modal-header .combo-title {margin:10px 0 0;font-size: 14px;	font-weight: bold;}
.modal-productApp .modal-header .close-modal-app {display: inline-block;position: absolute;background-color: #ffffff;width: 30px;height: 30px;	border-radius: 50%;	border: 1px solid #333;	right: 13px;top: 9px;z-index: 9;	opacity: 1;margin: 0;}
.modal-productApp .modal-header .close-modal-app svg {display: inline-block;fill: currentColor;position: relative;width: 12px;line-height: 30px;margin-top:-2px;}

#combo-program {max-height:400px;    overflow: auto;}
#combo-program .combo-title b {color: #ff0707;}
#combo-program .combo-w {border: 0;margin-bottom:0px;padding:0px 10px 0px 40px;position: relative;}
#combo-program .combo-w:after {content: '\2714\fe0e';font-size: 16px;position: absolute;top: calc(50% - 11px);left: 11px;color:#000000;opacity: 0;}
#combo-program .combo-w:before {content: '';width: 20px;height: 20px;border: 1px solid #e1e1e1;border-radius: 3px;position: absolute;top: calc(50% - 10px);left: 7px;}
#combo-program .combo-w.checked:after {opacity: 1;}
#combo-program .combo-w.checked:before {border: 1px solid #000000;}
#combo-program table tr {margin-bottom: 3px;}
#combo-program table tr:first-child td { border-top:0; }
#combo-program table label {font-weight: normal;font-size: 13px;display: block;border: none;padding: 2px 5px;cursor: pointer;}
#combo-program table label:after {content: "";display: table;clear: both;}
#combo-program table label img {display: inline-block;width:85px;	float: left;}
#combo-program table label p {display: inline-block;width: calc(100% - 85px);float: left;margin-bottom: 0px;padding-left: 15px;}
#combo-program table label .discount-promotion-price b {color: #fa0303;}
#combo-program table label .discount-promotion-price del {margin-left: 5px;}
#combo-program table input {display: none;}
#combo-program table input:checked + label {color: #000;background: #fff8f8;}
#buyxgety-program {margin:20px 0;border: 2px dotted #000000;padding:10px;position: relative;min-height: 100px;z-index: 0;}
#buyxgety-program .buyxgety-heading{padding:5px 10px;position: relative;padding-right:60px;}
#buyxgety-program .buyxgety-heading h3{font-size: 18px;font-weight: 600;margin: 0 0 4px;}
#buyxgety-program .buyxgety-heading:after {
	content: "";
	position: absolute;width:35px;height:35px;right: 10px;	top:6px;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/appbuyxgety-icon.png?v=4049);
	background-repeat: no-repeat;background-size: contain;
}
#buyxgety-program .modal-body{padding:15px 30px;}
.buyxgety_item {display: -webkit-flex;display: flex;padding: 5px 10px 10px;}
.buyxgety_item .buyxgety_checkbox {width:35px;float: left;padding-top:7px;}
.buyxgety_item .buyxgety_image {width: 60px;float: right;}
.buyxgety_item .buyxgety_item_title{width:calc(100% - 95px);float: right;padding-left:15px;}
.buyxgety_item .buyxgety_list_variant select{font-size: 94%; font-style: italic;min-width:110px;	outline: none; padding: 1px 15px 2px;	margin:2px 0 5px;}
.buyxgety_item .buyxgety_checkbox input[type=radio]{cursor: pointer;width:15px;height:15px;}
.selector-buyxgety {width: 100%; float: left;}
.pro-loop .product-img .product_gift_label {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 15px;
	right: 10px;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #ededed;
	padding: 0 7px;
	line-height: 30px;
}
.product-loop-special .product-col-left{position: relative;}
.product-loop-special .product-col-left .product_gift_label{position: absolute;width: 50px;top: 15px;	z-index: 2;left: 20px;}
.selector-actions button.btn-product-gift{
	width: 100%;padding:0px 35px!important; font-size: 16px;
	font-size: 14px;
	background:#000000;color: #fff;
	font-weight: bold;text-transform: uppercase;
	box-shadow: none;border: 0;padding: 0px 35px;	height: 55px;line-height: 55px;
}
table.table-cart tr td.item .ico-gift{display: inline-block;width: 16px;vertical-align: text-bottom;margin-left: 10px;}
table.table-cart tr td.item h3 p.type_promote{font-style: italic;font-size: 93%;opacity: 0.8;}
@media(max-width:767px){
	.modal-productApp .modal-dialog-centered{margin:30px 10px 50px;}
	.modal-productApp .modal-header{padding-left:15px;}
	.modal-productApp .modal-header .name-combo,
	.modal-productApp .modal-header .modal-title{ font-size: 18px;}
	.modal-productApp .modal-footer .button{width:100%;margin: 0;}
	.modal-productApp .modal-footer .button + .button{margin-top:15px;}
}
/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact{text-align: center;font-size: 0px;padding: 0!important;color:#333;	background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-popupContact:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-popupContact.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-popupContact .modal-dialog-centered .modal-content {width: 100%; }
.modal-popupContact .modal-dialog-centered{margin: 35px auto 50px;display: inline-block;text-align: left;vertical-align: middle;font-size: 14px;}
.modal-popupContact.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-popupContact.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media (max-width: 767px) {
	.modal-popupContact .modal-dialog-centered{margin: 35px 10px 50px;}
}
.modal-popupContact .close-popup-contact{
	background-color: rgba(0, 0, 0, .3);	
	height:30px;width:30px;line-height: 30px;	
	position: absolute;right: 10px;top: 10px;z-index: 2;
	border-radius: 50%;opacity: 1;text-align: center;outline: none;
}
.modal-popupContact .close-popup-contact svg{display: block;margin: auto;height: 30px;width: 14px;text-align: center;fill:#f3f3f3}
.modal-popupContact .close-popup-contact:hover{background-color: rgba(0,0,0,.6);}
.modal-popupContact.popupBanner .modal-content{background-color: transparent;width: auto;margin-left:auto;margin-right:auto;}
.modal-popupContact.popupForm .modal-content {
	position: relative;overflow: hidden;padding: 0;
	background-image: url(//theme.hstatic.net/200000740833/1001120609/14/popup_contact_bkg.jpg?v=4049);
	background-size: cover;background-repeat: no-repeat;background-color: #e6e6e6;
}
.modal-popupContact.popupForm .modal-content:before{
	content:"";	position: absolute;top: 0;bottom: 0;right: 0;
	background:#f3f3f3;opacity: 0.75;
}
.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{width:58%}
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{position: relative;padding: 50px 25px;float:right;}
.title-popup-contact {font-size: 24px;	margin: 0px 0px 10px;font-weight: 500;}
.message-popup-contact {margin-bottom: 25px;}
.title-adv-popup-contact {font-size: 14px;margin-bottom: 5px;}
.list-adv-popup-contact li {list-style-type: disc;margin-left: 25px;font-size: 14px;}
.popup-form-customer{margin-bottom:15px}
.popup-form-customer .input-group {width: 100%;display: block;margin-bottom:0}
.popup-form-customer .succes-popup{font-size:13px;min-height: 25px; visibility: hidden;margin: 0;text-align: center;}
.popup-form-customer .succes-popup.error{visibility: visible;color: red;}
.popup-form-customer .succes-popup.success{visibility: visible;color: #27a208;}
.popup-form-customer .input-group input{-moz-appearance: none;-webkit-appearance: none;appearance: none;}
.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon{
	width:100%;margin-bottom:15px;
	height: 45px;padding:10px 20px;line-height: 25px;
	background: #fff;border:1px solid #e7e7e7;
}
.popup-form-customer .input-group .input-group-addon {
	margin-bottom:8px;font-weight: 700;color: #fff;cursor: pointer;
	background-color:#000000;border-color:#000000;
}
.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus{
	background-color:#fff;border-color:#000000;color:#000000;
}
@media (min-width: 768px) {
	.modal-popupContact .modal-dialog-centered{width:650px;}
}
@media (max-width: 767px) {
	.modal-popupContact.popupForm .modal-content:before, 
	.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{width:100%;}
}
/*** End popup-contact.css ***/
.header-wrap-icon {
	display: flex;
	align-items: center;
}
#site-search-handle2 {
	flex: 1 0 0;
	width: auto;
}
#site-search-handle2 svg{ 
	width: 27px;height: 27px;
}
#site-search-handle2 svg.mr-8 {
	margin-right: 8px;
}
#site-search-handle2 .account-menu {
	display: flex;
	align-items: center;
}
.back-to-top {
	transition: all 0.2s ease;
//  color: #fff;
 // border: 2px solid #000000;
  font-size: 0;
  position: fixed;
  right: -80px;
  padding: 0;
//  border-radius: 3px;
  z-index: 1;
//	background-color: #000000;
  z-index: 2000;
	bottom: 140px; 
	background: transparent;
	border: 0;
	width: 15px;
}

.back-to-top svg {
  width: 35px;
  height: 35px;
  stroke: #fff !important;
  fill: #fff; }
.back-to-top.show {
  right: 24px; }

@media (max-width: 767px) {
	.row.content-product-list .pro-loop {
//		padding: 0 5px;
	}
}
#pro_sku {
	color: #666;
}
.product-submenu {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
.close_menu {
    cursor: pointer;
}
.close_menu img {
    max-width: 16px;
}
.product-submenu a {
	text-decoration: underline;
}

.pageStory .wrapbox-heading-page, .pageStory .box-heading-contact {
	position: relative;
	border: none;
}
@media (max-width: 767px) {
	.pageStory .wrapbox-heading-page {
		padding: 0;
	}
	.pageStory .header-page {
		text-align: center;
	}
}
.select-quantity {
    position: relative;
}
.select-quantity .qty-btn {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}
.select-quantity .qty-btn.minus-qty {
//    left: 0;
}
.select-quantity .qty-btn.plus-qty {
    right: 0;
}
.variant_item {
    display: block;
    margin: 0;
    border: 1px solid #333;
    background: #fff;
    padding: 0 7px;
    width: 30px;
	min-width: max-content;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 12px;
    color: #252a2b;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.variant_item.color {
    font-size: 0;
}
/*-------------------------------------------------------------------------
INDEX
--------------------------------------------------------------*/
div.wrapper-heading-home{border-bottom: 1px solid #ededed;padding:80px 0;text-align: center;}
.wrapper-heading-home h2 {font-size:37px;line-height: 1.6;	margin:0;font-weight:500;}
.wrapper-heading-home h2 a{color:#252a2b;}
.wrapper-heading-home h2 a:hover{color:#000000;}
div.wrapper-home-banner .home-banner-pd {padding:0;}
.block-banner-category{position: relative;overflow: hidden;}
.caption_banner p{color:#252a2b;font-size:16px;margin-bottom: 35px;font-weight:500}
.caption_banner h2{
	font-size:40px;   
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
}
/*
.caption_banner h2:after{
	display: block;
	content: "";
	margin: auto;
	width: 40px;
	height: 4px;
	margin-top: 50px;
	background:#252a2b;
	-ms-transition: all 150ms linear;
	-webkit-transition:all 150ms linear;
	transition: all 150ms linear;
}
*/
.block-banner-category img{-ms-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;-webkit-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear}
.caption_banner{position: absolute;text-align: center;padding:0 20px; z-index: 2;}
.block-banner-category a.link-banner{-webkit-justify-content: center;-moz-justify-content: center;justify-content: center;}
.block-banner-category a.link-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:#fff;
	-ms-transition:  opacity 200ms linear, background 200ms linear;
	-webkit-transition:  opacity 200ms linear, background 200ms linear;
	transition: opacity 200ms linear, background 200ms linear;
}
.block-banner-category:hover img{	-ms-transform: scale(1.025);	-webkit-transform: scale(1.025);	transform: scale(1.025);}
.block-banner-category:hover a.link-banner:after{ opacity: .5;}
.block-banner-category:hover .caption_banner h2:after{width: 70px;}
.wrap-collection-title{ -webkit-justify-content: center;-moz-justify-content: center;	justify-content: center;}
.wrap-collection-title .block-pding{padding:0 20px;text-align: center;}
.wrap-collection-title h2{font-size: 30px;font-weight: 100;	margin: 0;text-align: center;text-transform: uppercase;}
.wrap-collection-title h2:after {
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    display: block;
//    margin-top: 10px;
}
.wrap-collection-title p.shopnow{font-size:13px;	opacity: .66;	margin: 20px 0 0 0;}
.wrap-collection-title .link-more{font-size: 20px;font-weight: 100;color:#252a2b;text-transform:uppercase;}
.wrap-collection-title .link-more:hover{color:#000000;}
.wrap-collection-title .link-more:after {
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    display: block;
}
div.wrapper-home-information{background-color: #fff;}
.wrap-pd-infor{	padding:0;-webkit-justify-content: center;-moz-justify-content: center;justify-content: center;}
.box-banner-inf {
    z-index: 4;
    position: absolute;
}
.box-banner-inf h2{color: #fff;font-size:45px;	margin:0;	font-weight: 100;}
.box-banner-inf a.button{
	margin-top: 65px;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
//	padding: 0 30px;
	position: relative;
	color:#fff;
//	background: #fff;
	cursor: pointer;
	height: 55px;
	margin: 0;
	margin-top: 30px;
	display: inline-block;
	line-height: 53px;
	border-radius: 0;
	-webkit-appearance: none;
	-ms-transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
	-webkit-transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
	transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
}
.box-banner-inf a.button:after {
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    margin-top: -13px;
}
//.box-banner-inf a.button:hover{background: #000000;color:#fff;}
.wrap-pd-infor .inf-content{font-size:15px;font-weight:500;	margin:auto;}
.wrap-pd-infor.box_stick .container-background{
//	position: absolute;
//	top: 0;
//	left: 0;
//	width: 100%;
//	height: 100%;
//	z-index: 0;
//	transition: background 200ms linear;
//	background-position: center;
//	background-size: cover;
//	background-repeat: no-repeat;
}
.wrap-pd-infor.box_stick .container-background:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .4;
	transition: opacity 200ms linear, background 200ms linear;
}
.wrap-pd-infor.box_stick img {
//	height: 100%;
	width: 100%;
//	object-fit: cover;
//	font-family: "object-fit: cover";
	-ms-transition: opacity 150ms linear;
	-webkit-transition:opacity 150ms linear;
	transition: opacity 150ms linear;
	-ms-transform:translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*------------------------- PRODUCT ITEM-------------------------*/
.wrapper-collection-1{ border-top: 1px solid #ededed;}
.pro-loop {display: block;position: relative;	overflow: hidden;	height: 100%;background:#fff;padding: 0px;}
.pro-loop {border-right: 1px solid #ededed;border-bottom: 1px solid #ededed;}
.pro-loop:nth-child(4n) {	border-right: 0;}
.bst .pro-loop:nth-child(4n) {	border-right: 1px solid #ededed;}
.bst .pro-loop:nth-child(3n) {	border-right: 0;}
.pro-loop .product-detail {padding:15px 0px ;}
.pro-loop .product-img{text-align: center; position: relative;}
.pro-loop .product-img .product-sale,
.pro-loop .product-img .sold-out{
	position: absolute;
	font-size:13px;
	line-height: 1;
	padding: 17px 23px 16px;
	text-transform: uppercase;
	font-weight: 500;
	z-index: 9;
	color:#252a2b;
	background:#ededed;
}
.pro-loop .product-img .product-sale {top: 0;left: 0;}
.pro-loop .product-img .sold-out {top:0;right: 0;}
.pro-loop .product-img .sold-out span{opacity: .66;}
.product-detail .box-pro-detail{
	z-index: 9;
	width: 100%;
	text-align: center;
//	display: flex;
//	align-items: center;
//	justify-content: space-between;
}
.pro-loop .product-detail h3 {
	color:#252a2b;
//	margin: 0 0 10px;
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.pro-loop .product-detail .box-pro-prices{
	position: relative;
	overflow: hidden;
//	margin-top: 8px;
//	font-style: italic;
}
p.pro-price {color:#252a2b;font-size: 15px;margin: 0;}
p.pro-price span.pro-price-del {color:#777a7b;font-size: 13px;margin-left: 5px;}
.pro-loop .product-img .button-add {
	width:100%;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 37%;
	//transform: translateY(-37%);
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pro-loop .product-img .button-add .action{
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	border: 0;
	background: #191919;
	color: #fff;
	padding: 6px 20px;
}
.pro-loop .product-img .button-add .action i{
	margin-left: 8px;
	font-size: 14px;
}
/* hover product */
/*
@media(min-width:768px){
.pro-loop .product-detail{position:absolute;bottom:0;left:0;width:100%;padding:25px 20px 20px;height:100%;z-index:8}
.pro-loop .product-img img.img-loop{-ms-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1)}
.pro-loop .product-detail{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-ms-transition:background 200ms linear, transform 200ms linear;-webkit-transition:background 200ms linear, transform 200ms linear;transition:background 200ms linear, transform 200ms linear}
.pro-loop .product-detail:before {-ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);}
.pro-loop .product-detail .overflowed {	opacity: 0;display: inline-block;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);transform: translateY(100%);}
.product-detail h3 .overflowed{-ms-transition:all 150ms linear 50ms;-webkit-transition:all 150ms linear 50ms;transition:all 150ms linear 50ms}
.product-detail .box-pro-prices .overflowed{-ms-transition:all 150ms linear 100ms;-webkit-transition:all 150ms linear 100ms;transition:all 150ms linear 100ms}
.pro-loop .product-detail .longarrow .overflowed{-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%);-ms-transition:all 150ms linear 150ms;-webkit-transition:all 150ms linear 150ms;transition:all 150ms linear 150ms}
.pro-loop:hover .product-detail,.pro-loop:hover .product-detail .overflowed{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
.pro-loop:hover .product-img img.img-loop{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}
.pro-loop:hover .product-detail:before{	opacity: .8;}
}
*/
@media(min-width:1024px){
	.pro-loop:hover .product-img .button-add {
		opacity: 1;
		visibility: visible;
		bottom: 50%;
		//transform: translateY(50%);
	}
}
@media(max-width:767px){
	.pro-loop .product-detail h3{font-size:12px;}
	.longarrow {display: none;}
}

/*-------------------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media(min-width:768px){
//	#site-menu-handle{padding-right: 80px;}
	#site-menu-handle:hover{color:#000000;}
	/*
	span#site-menu-handle:after {
		font-size: 13px;
		display: inline-block;
		content: "Menu";
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top:0px;
		opacity: 0.6;
	}
	*/
}
@media(min-width: 1200px){	
	.wrapbox-content-page{padding: 0 100px 100px 100px;}
	.wrapbox-heading-page .header-page{ width:60%;}
	/*index - product detail */
	.box-banner-inf{width: 60%;	z-index:4;}
	.product-content-desc{padding: 10px 80px 90px;}
//	.footer-colbox .footer-content{width:60%;}
}
@media(min-width: 992px) and (max-width:1199px){	
	.wrapbox-content-page{padding: 100px 60px;}
	.wrapbox-heading-page .header-page{ width:80%;}
	/*index */
	.box-banner-inf{width: 80%;	z-index:4;}
	.product-content-desc{padding:80px 50px;}
	.footer-colbox .footer-content {width: 75%;}
}
@media(min-width:992px){
	.wrapbox-heading-page,.box-heading-contact{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
//		border-right: 1px solid #ededed;
		height: 100vh;
		padding:0;
	}
	.box-map iframe{height:100vh!important}
	.wrapbox-heading-page .header-page{padding-bottom: 70px; }
	/* HEADER */
	.wrap-logo img{max-height: 70px;}
	.main-header {padding: 20px 60px;}
	/**** INDEX ****/
	.wrap-pd-infor.box_stick{
//		position: -webkit-sticky;
//		position: sticky!important;
//		height:100vh;
//		top: 0;
//		border-right: 1px solid #ededed;
		position: relative;
	}
	.wrap-pd-infor .inf-content{padding: 30px 15px;max-width: 80%;margin:auto;}
	/**** PRODUCT DETAIL ****/
	/*.icon-pr-fix.out-with-you {opacity: 0;}*/
	.product-image-detail{border-right: 1px solid #ededed;}
	.wrapper-detail .product-content-desc{position: -webkit-sticky;position: sticky;top:0px;border-bottom: 0;	}
	/**** BLOG ****/
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/

	footer.main-footer .site-footer-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}
//	.site-footer-flex .footer-colbox-1{	border-right: 1px solid #313739}
}
@media(max-width:991px) and (min-width:768px){
	.wrapbox-heading-page,.box-heading-contact{height: 50vh;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-page .header-page{ width:80%;text-align: center;padding-bottom:50px; }
	.wrapbox-heading-page .header-page:after {margin: 50px auto 0;}
	.wrapbox-content-page{padding: 100px 80px;}
	.box-map iframe{height:50vh!important}	
	/* HEADER */
	.main-header {padding: 20px 15px;}
	.wrap-logo img{max-height: 70px;}
	/* INDEX */
	.caption_banner h2{ font-size: 24px;}
//	.wrap-pd-infor.box_stick{	height:50vh;}
	.box-banner-inf{width: 70%;	z-index:4;text-align: center;}
	.wrap-pd-infor .inf-content{padding: 100px 15px;max-width: 80%;margin:auto;}
	/* COLLECTION */
	.no-product{text-align:center;}
	.wrap-collection-title .heading-collection h1{font-size: 30px;}
	/* PRODUCT DETAIL*/
	.product-content-desc{padding:80px 30px 80px 70px;}
	.product-image-detail{border-bottom: 1px solid #ededed;}
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-zoom.icon-pr-fix {	right: 15px;left: initial;margin: 0;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery{
//		height:70vh;
		overflow: visible;
	}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item{height:100%;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	/* BLOGS */
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/
	.footer-colbox .footer-content{width:90%;}
	.widget-newsletter form .btn-sign-up{padding: 0 20px;}
	footer.main-footer .site-footer-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}
	.site-footer-flex .footer-colbox-1{	border-right: 1px solid #313739}
}
@media(max-width:767px){
	.button .icon{display:none;}
	.button:hover, .button:focus {padding-right: 30px!important;}
	.wrapbox-heading-page {padding: 100px 15px;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-page .header-page{text-align: center;}
	.wrapbox-heading-page .header-page h1 {font-size: 35px;}
	.wrapbox-heading-page .header-page:after {margin: 50px auto 0;}
	.wrapbox-content-page{padding:60px 15px;}
	/*header*/
	.main-header{ padding: 14px 15px;}
	.header-wrap-icon > span{margin:0px 8px;width: 25px;}
	.header-wrap-icon > span.icon-search{margin-top: 10px;}
	.main-header .wrap-logo{max-width: 160px;}
	.wrap-logo img{max-width: 160px;max-height: 50px;}
	.wrap-logo a{font-size: 22px;}
	.scroll-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 999;
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
		-webkit-animation: fadeInDown 500ms ease-in-out;
		-moz-animation: fadeInDown 500ms ease-in-out;
		-ms-animation: fadeInDown 500ms ease-in-out;
		animation: fadeInDown 500ms ease-in-out;
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-ms-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
	}
	/* index */
	.wrapper-heading-home h2{font-size: 28px;}
	.caption_banner h2{font-size:26px;color: #fff;}
	.wrap-collection-title h2,.wrap-collection-title .link-more{font-size:18px;}
	.wrap-collection-title.image-resize{padding-top: 0px;}
	.box-banner-inf{width: 100%;padding: 0 15px;z-index:4;text-align: center;}
//	.wrap-pd-infor.box_stick{height:50vh}
	.wrap-pd-infor .inf-content{padding: 70px 35px;max-width:100%;margin:auto;}
	.box-banner-inf h2{font-size:32px;}
	.box-banner-inf a.button{height: 48px;line-height: 46px;}
	/* collection */
	.wrap-collection-title .heading-collection{text-align: center;}
	.wrap-collection-title .heading-collection h1 {font-size: 24px;}
	.wrap-collection-title .heading-collection:after{margin: 10px auto auto;height: 1px;}
	.no-product{text-align:center}
	/* product detail*/
	.productDetail-page .flickity-button{display: none;}
	.product-image-detail{border-bottom: 1px solid #ededed;}
	.product-title h1 {font-size:26px; margin-top:85px;}
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-sharing.icon-pr-fix {left: 15px;}
	.product-zoom.icon-pr-fix {	right: 15px;left: initial;margin: 0;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery{
//		height: 60vh; 
		overflow: visible; 
		min-height: 400px;
	}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item {
		height: 100%;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	.slide_product li.gallery-item img{height: 100%;width: 100%;object-fit: cover;}
	.slide_product .flickity-page-dots{
		bottom: -30px;
		z-index: 2;
		display: flex;
		justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 0;
    max-width: 80%;
    left: 10%;
	}
	.slide_product .flickity-page-dots .dot {
    flex: 0 0 7%;
    margin: 0 5px;
	}
	.input-bottom{width: 54px;float:left;margin-right: 15px;}
	.input-bottom input{
		width: 54px;
		height: 45px;
		border: 1px solid #d1d1d1;
		text-align: center;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.add-cart-bottom{
		background:#000000;
		border: 0;
		color: #fff;
		font-weight: 600;
		/*  height: 45px; */
		line-height: 45px;
		width: calc(100% - 70px);
		border-radius: 4px;
		float:left
	}
	.list-productRelated {
		margin-top: 30px;
	}
	/*
	.list-productRelated .pro-loop-title .product-resize,
	.list-productRelated .pro-loop-title .wrap-collection-title.image-resize{height: initial!important}
	
	.list-productRelated .wrap-collection-title.image-resize{padding-bottom:45px;padding-top: 30px;}
	.list-productRelated .wrap-collection-title .block-pding:after{
		content: "";
		display: block;
		width: 50px;
		height: 4px;
		margin: 30px auto auto;
		background:#252a2b;
	}
	*/
//	#collection .pro-loop-title .product-resize,#collection .pro-loop-title .image-resize{height: initial!important}
//	#collection .pro-loop-title .image-resize{padding: 30px 0 45px;}
	/******* blog -article *******/
	.list-article-content .news-content{ min-height: 250px;height: 50vh;}
	.article-body h2.title-article {font-size: 24px;}

/* side bar */
.main-body{
	position: relative;
	right:0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

	-ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-body.left {
	left: 0;
	right: auto;
	-ms-transition: left 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: left 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: left 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-nav.style--sidebar {
	position: fixed;
	width: 480px;
	height: 100vh;
	right: 0;
	top: 0;
	background: #fff;
	color:#252a2b;
	z-index: 8888;
	overflow: hidden;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-ms-transform:translateX(100%);
	-webkit-transform:translateX(100%);
	transform: translateX(100%);
}
.site-nav.style--sidebar .site-nav-container {
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.site-nav.style--sidebar .site-nav-container-last {
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 60px 70px 250px;
}
.site-nav.style--sidebar.show-filters .site-nav-container-last,
.site-nav.style--sidebar.show-cart .site-nav-container-last,
.site-nav.style--sidebar.show-search .site-nav-container-last {	padding-bottom: 100px;}
.site-nav.style--sidebar .site-nav-container .title {color:#252a2b;font-size:14px;	text-transform: uppercase;	margin: 3px 0 0 0;font-weight: 500;}
.site-nav.style--sidebar .site-nav-container .subtitle {
	margin: 40px 0 0 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0;
	opacity: .66;
}
#site-filters { display: none;}
#site-nav--mobile.show-filters #site-filters {display: block}
#site-nav--mobile.show-filters #site-navigation,
#site-nav--mobile.show-filters #site-cart,
#site-nav--mobile.show-filters #site-search {display: none}

#site-search { display: none}
#site-nav--mobile.show-search #site-search { display: block}
#site-nav--mobile.show-search #site-navigation,
#site-nav--mobile.show-search #site-cart,
#site-nav--mobile.show-search #site-filters {display: none}

#site-cart {display: none}
#site-nav--mobile.show-cart #site-cart { display: block}
#site-nav--mobile.show-cart #site-filters,
#site-nav--mobile.show-cart #site-navigation,
#site-nav--mobile.show-cart #site-search { display: none}
.site-close-handle {
	position: absolute;
	top: 55px;
	right: 60px;
	width: 35px;
	height: 35px;
	z-index: 999;
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	-ms-transition:transform 150ms linear;
	-webkit-transition:transform 150ms linear;
	transition: transform 150ms linear;
}
.site-close-handle .hamburger-menu .bar.animate {background: transparent;}
.site-close-handle .hamburger-menu .bar.animate:before {
	bottom: 0;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform: rotate(-45deg);

	-ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site-close-handle .hamburger-menu .bar.animate:after {
	top: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site-close-handle:hover{	-ms-transform:scale(1.1);	-webkit-transform:scale(1.1);transform: scale(1.1);}
.site-overlay {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 7777;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms linear;
}
/* menu active */
.site-overlay.active {opacity: 1;	visibility: visible;}
.main-body.sidebar-move {	right: 480px;}
.site-nav.style--sidebar.active, .site-nav.style--sidebar.active.left, .site-nav.style--sidebar.site-nav-menu.active {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform: translateX(0);}
@media(min-width:992px){
	.main-body.sidebar-move .box__slideshow-split:not(.back-to-normal) .site-box-background-container {
		transform: translateX(-480px);
	}
}
@media(max-width:767px){
	.site-nav.style--sidebar {width: 320px;}
	.main-body.sidebar-move {	right:320px;}
	.site-nav.style--sidebar .site-nav-container{width:100%}
	.site-nav.style--sidebar .site-nav-container-last {padding-top: 40px;padding-left: 30px;padding-right: 30px;}
	.site-close-handle {top: 35px;right: 30px;}
	.to-bottom-content{left:40px}
	/* site cart */
	.cart-view a.linktocheckout, .cart-view a.linktocart{font-size: 11px;padding:15px 8px;}
	/* site menu */
	.menu-collection li.navi1 > a{font-size:20px;}
	.menu-collection ul.subnav-children li.navi2 > a{font-size:16px;}
}

@media (min-width: 768px) and (max-width: 1024px)  {
  .flex_pro .pro_buynow,.flex_pro .selector-actions {
    flex: 0 0 100%;
  }
  .flex_pro .pro_buynow button#buy-now {
    height: 58px;
    margin: 15px 0 0;
  }
}
                                                  