/** Shopify CDN: Minification failed

Line 430:28 Expected ")" to end URL token
Line 434:28 Expected ")" to end URL token

**/
html,
body {
  color: #000;
}
body,
.site-header {
  min-width: 320px;
}

.template-collection .template-collection-footer {
  display: none;
}

.collection-inner-wrap.active {
  margin-bottom: -200px;
  -webkit-transition: 550ms all ease-in-out;
  -o-transition: 550ms all ease-in-out;
  transition: 550ms all ease-in-out;
}

.template-collection .collection-wrap .template-collection-footer {
  width: 100%;
  display: block;
  background-color: #fff;
  -webkit-transition: 550ms all ease-in-out;
  -o-transition: 550ms all ease-in-out;
  transition: 550ms all ease-in-out;
  height: 194px;
  margin-top: -1px;
  padding: 0;
}

.main-content.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.template-collection .main-content.container {
  padding-top: 0;
  border-right: none;
  border-left: none;
}

.wrapper-navigation {
  display: none;
}
.main-banner {
  display: block;
  position: relative;
  top: 40px;
  width: 100%;
  z-index: 9999;
  background: #25240C;
  text-align: center;
  padding-left: 30px;
}
.main-banner ul {
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
}
.main-banner ul li {
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
.main-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff7093;
}
.main-banner #video-element,
.main-banner video {
  width: 100%;
}
.wrapper-container .main-banner .m-banner {
  margin-top: 2px!important;
}
.main-banner ul li .banner-txt-03 {
  position: absolute;
  left: 50%;
  margin-left: -232px;
  top: 15%;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 100;
}
.main-banner ul li .banner-txt-04 {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 100;
  right: 29.5%;
}
.main-banner ul li .m-banner-txt-03 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240%;
  font-weight: 100;
  font-size: 14px;
}
.main-banner ul li .m-banner-txt-04 {
  position: absolute;
  top: 7%;
  left: 50%;
  margin-left: -91px;
  color: #fff;
  font-weight: 100;
  font-size: 10px;
}
.main-banner .typing-txt {
  display: none;
}
.typeing-txt ul {
  list-style:none;
}
.typing {  
  display: inline-block; 
  animation-name: cursor; 
  animation-duration: 0.3s; 
  animation-iteration-count: infinite; 
} 
@keyframes cursor{ 
  0% { border-right: 1px solid #fff } 
  50% { border-right: 1px solid #000 } 
  100% { border-right: 1px solid #fff } 
}
.main-banner .pc-banner {
  display: block;
  border-bottom: 1px solid #666;
}
.main-banner .m-banner {
  display: none;
}
.main-banner .btn-bn-close {
  font-size: 25px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 23px;
  z-index: 9999;
}
.main-banner .btn-bn-close img {
  max-width: 11px;
}

/*RESPONSE CSS*/
.col-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 100%;
  padding-right: 0;
}

/*RIGHT SECTION*/
.quick-view-wrap {
  position: relative;
  top: 41px;
  right: 0;
  display: inline-block;
  width: 60%;
  height: 100%;
  box-sizing: border-box;
}
.quickview-container {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.quickview-container .top-area-content {
  width: 100%;
  height: 29px;
  border-bottom: 1px solid #666;
}

.quickview-container .content {
  height: 100%;
}

.selector-wrapper {
  display: none;
}

.quickview-container .row {
  margin: 0 auto;
  height: 100%;
}

/*RIGHT SECTION - thumbnail */
.quickview-container .productView-nav-wrapper {
  border: none;
}

.quickview-container .productView-nav-wrapper .slider-for .thumb {
  max-height: 100%;
}

.quickview-container .product-img-box .slider-for .thumb {
  transition: none !important;
  top: 0 !important;
}

.quickview-container .product-img-box .slider-for .zoomImg {
  opacity: 0 !important;
}

.quickview-container .productView-nav-wrapper .slider-nav .slick-arrow {
  background: none;
}

.quickview-container .product-img-box {
  padding: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.quickview-container .productView-nav-wrapper .slider-nav.horizontal-tab,
.quickview-container .productView-nav-wrapper .slider-nav.horizontal {
  position: absolute;
  display: block;
  top: 60%;
  width: 100%;
  max-width: 100%;
}

/*RIGHT SECTION - blank content */
.blank-content {
  height: 100%;
}

.quickview-container .product-photo-container {
  position: relative;
}

.quickview-container .productView-nav-wrapper .blank-txt-area {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

.quickview-container .qty-group span.quantity {
  width: 30px;
  text-align: center;
}

/*LEFT SECTION*/
.collection-wrap {
  display: inline-block;
  float: left;
  position: relative;
  top: 40px;
  width: 40%;
  height: 100%;
  margin: 0 auto;
  padding-left: 30px;
  border-right: 1px solid #666;
  vertical-align: top;
  overflow: hidden;
}

.collection-wrap .products-grid.row-bt .text-center {
  padding: 50% 0;
}

/*LEFT SECTION - filter*/
.collection-wrap .col-sidebar {
  max-width: 100%;
  min-width: 300px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #666;
}

.template-collection .collection-wrap .sidebar {
  margin-top: 0;
  position: relative;
}

.template-collection .collection-wrap .sidebar .sidebar-block {
  overflow: hidden;
}

.sidebar .sidebar-custom.color ul.clear {
  margin-bottom: 0;
}

.sidebar .sidebar-custom.color ul.clear li {
  margin: 0 auto;
  padding: 0 10px 0 0;
}

.collection-wrap .sidebar .sidebar-custom {
  float: left;
  width: 33.33%;
  margin-bottom: 0;
  border-top: none;
  padding-top: 0;
  box-sizing: border-box;
  vertical-align: top;
}

.collection-wrap .sidebar .sidebar-custom:nth-child(2n) {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.collection-wrap .block-row {
  padding: 0;
}

.collection-wrap .products-grid.row-bt {
  margin: 0 auto;
  padding: 0;
}

/*LEFT SECTION - thumbnail*/
.product-item .product-top .product-image {
  padding-top: 0;
}

.product-item .product-top .product-image .swiper-wrapper {
  margin: 0;
}

.product-item .product-top .product-image .grid .grid-item.swiper-slide {
  position: relative;
  width: 100%;
  max-height: 100%;
  min-height: auto;
  overflow-y: hidden;
  text-align: center;
  padding-top: 125%;
  overflow: hidden;
  background: #efefef;
  border-bottom: 0;
  list-style: none;
}

.product-item .product-top .product-image .slick-arrow {
  display: none!important;
  top: 50%;
  left: 5px;
}

.product-item .product-top .product-image .slick-arrow.slick-next {
  left: auto;
  right: 5px;
}

.product-item .inner-top .product-top:hover .product-image .product-grid-image:before {
  display: none;
}

.collection-wrap .products-grid .grid-item {
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #666;
}

.collection-wrap .products-grid .grid-item:nth-child(2n) .product-item {
  border-left: 1px solid #666;
}

.collection-wrap .products-grid .grid-item:nth-child(2n-1) .product-item {
  border-left: 1px solid #666;
}

.collection-wrap .products-grid .grid-item:nth-child(2n-1):last-child .product-item {
  border-right: 1px solid #666;
}

.collection-wrap .products-grid .grid-item:nth-child(2n) .product-item .product-bottom {
  border-right: 0.5px solid #fff;
}

.collection-wrap .products-grid .grid-item .selected.product-item .inner-top {
  position: relative;
  border: 1px solid #ff7092;
}

.collection-wrap .products-grid .grid-item .selected.product-item .inner-top::before {
  content: 'I am looking here!';
  display: block;
  position: absolute;
  top: -1px;
  z-index: 9;
  width: 100%;
  height: 28px;
  line-height: 26px;
  background: #ff7092;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.collection-wrap .products-grid .grid-item .selected.product-item .product-image {
  margin-top: -1px;
}
.collection-wrap .products-grid .grid-item .product-image.list-thumb .swiper-button-next,
.collection-wrap .products-grid .grid-item .product-image.list-thumb .swiper-button-prev {
  background-size: 35px auto;
  width: 35px;
  height: 40px;
}

.collection-wrap .products-grid .grid-item .product-image.list-thumb .swiper-button-next {
  background-image : url({{ 'btn-next-b.png' | asset_url }});
}

.collection-wrap .products-grid .grid-item .product-image.list-thumb .swiper-button-prev {
  background-image : url({{ 'btn-prev-b.png' | asset_url }});
}

.collection-wrap .products-grid .product-image .grid-item {
  border-bottom: none;
  list-style: none;
}

.collection-wrap .product-item .product-top {
  margin-bottom: 0;
}

.product-item .product-top .product-label {
  position: unset;
  top: auto;
  right: auto;
}
.product-item .product-label {
  position: relative;
  line-height: 0;
}
.product-item .product-label .label-sale,
.product-item .product-label .sold-out {
  position: absolute;
  text-align: center;
  z-index: 9;
}
.product-item .product-label .label-sale {
  top: 5%;
  right: 10px;
}

.product-item .product-label .sold-out {
  bottom: 10px;
  right: 10px;
  width: 80px;
  background: transparent;
}

.collection-wrap .product-item .item-swatch {
  text-align: center;
}

.collection-wrap .product-item .item-swatch li {
  width: 12px;
  height: 12px;
  margin: 3px 0;
}

.collection-wrap .product-item .item-swatch li label {
  width: 11px;
  height: 11px;
  margin: 5px 0;
  border: none;
  cursor: pointer;
}

.tooltip_swatch:hover .tooltiptext {
  display: none;
}

.product-item .item-swatch li label {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: none;
}

.product-item .item-swatch li label.active,
.product-item .item-swatch li label:hover {
  border: none;
  box-shadow: none;
}

.collection-wrap .product-item .product-bottom,
.collection-wrap .product-item .product-title,
.collection-wrap .product-item .price-box {
  text-align: center;
  margin: 0;
}

.collection-wrap .product-item .product-bottom {
  border-top: 1px solid #666;
  overflow: hidden;
}

.collection-wrap .product-item .price-box {
  height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  border-top: 1px solid #666;
  clear: both;
}

.collection-wrap .product-item .product-title,
.collection-wrap .product-item .product-color {
  float: left;
  height: 28px;
  line-height: 28px;
}

.collection-wrap .product-item .product-title {
  width: 100%;
  padding-right: 15px;
  font-size: 13px;
  text-align: center;
}

.collection-wrap .product-item .product-color {
  width: 30%;
  display: none;
}

.collection-wrap .list-thumb .swiper-pagination-bullets {
  top: auto;
  bottom: 10px;
}
.collection-wrap .list-thumb .swiper-pagination-bullet {
  background: none;
  border: 1px solid #ff7092;
  opacity: 1;
}
.collection-wrap .list-thumb .swiper-pagination-bullet-active {
  background: #ff7092;
}

/*LEFT SECTION - pagination*/
.template-search .padding,
.template-collection .padding {
  padding: 30px 0;
}

.collection-padding .page-total {
  display: none;
}

.toolbar-bottom .pagination-page {
  margin: 0 auto;
}

.toolbar-bottom .pagination-page li a,
.toolbar-bottom .pagination-page li>span {
  color: #000;
}

.template-collection .padding .infinite-scrolling .btn,
.template-collection .padding .infinite-scrolling .btn:hover {
  background: #fff;
  border: none;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #000;
  font-weight: 400;
}

.template-collection .padding .infinite-scrolling .btn.disabled,
.template-collection .padding .infinite-scrolling .btn.disabled:hover {
  background: none;
  border: none;
  color: #c9c9c9;
  font-weight: 400;
}

.template-collection .padding {
  padding: 0;
}

.template-collection .padding .infinite-scrolling {
  padding: 30px 0;
}
.list-thumb.swiper-container .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}
.list-thumb.swiper-container .swiper-pagination-progressbar {
  background: none;
}
.list-thumb.swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff7092;
}
.wrapper-container .quick-view-wrap.enable-scrolling {
  overflow: auto!important;
}
.wrapper-container .quick-view-wrap::-webkit-scrollbar{
  width: 6px;
}
.wrapper-container .quick-view-wrap::-webkit-scrollbar-track {
  background-color:#f1f1f1;
}
.wrapper-container .quick-view-wrap::-webkit-scrollbar-thumb {
  background-color:#ccc;
  border-radius: 10px;
}
.wrapper-container .quick-view-wrap::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.collection-banner {
  display: block;
  position: relative;
  top: 70px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  background: #fab5c6;
  text-align: center;
  padding-left: 30px;
}
.collection-desktop-bn {
  display: block;
}
.collection-mobile-bn {
  display: none;
}
.collection-desktop-bn img,
.collection-mobile-bn img { 
  width: 100%;
}
@media only screen and (min-width: 1900px) {
  .collection-wrap .products-grid .product-image .grid {
    min-height: 455px;
    margin: 0;
  }
}
/*
@media only screen and (min-width: 768px) {
.product-item .product-top .product-image .product-grid-image img {
display: none;
opacity: 0;
}
.product-item .product-top .product-image .grid .grid-item.active-thumb img {
display: block;
opacity: 1;
}
.product-item .product-top .product-image .grid .grid-item.active-thumb:nth-child(n+2) img,
.product-item .product-top .product-image .grid .grid-item.active-thumb:nth-child(n+3) img {
display: none;
opacity: 0;
}
}*/
@media only screen and (max-width: 1200px) {
  .collection-wrap .products-grid .grid-item:nth-child(2n) .product-item {
    border-right: none;
  }

  .collection-wrap .products-grid .grid-item:nth-child(2n-1) .product-item {
    border-right: none;
  }
  .collection-wrap .products-grid .grid-item:nth-child(2n-1):last-child .product-item {
    border-right: none;
  }
  .quick-view-wrap {
    position: relative;
    top: 0;
  }

  .template-collection .template-collection-footer {
    display: block;
    background: #fff;
    z-index: 999;
    position: relative;
  }

  .template-collection .collection-wrap .template-collection-footer {
    display: none;
  }

  .detail-container .product-shop {
    border-left: 0;
  }

  .template-collection .padding .infinite-scrolling {
    /*  height: 192px; */
    padding: 25px 0;
  }
  .quickview-container .top-area-content {
    height: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .collection-wrap {
    padding-left: 0;
    top: 35px;
  }

  .quick-view-wrap {
    top: 35px;
  }

  .collection-wrap .products-grid .grid-item:nth-child(2n) .product-item {
    border-left: none;
  }

  .collection-wrap .products-grid .grid-item:nth-child(2n-1) .product-item {
    border-left: none;
  }
  .quickview-container .top-area-content {
    height: 30px;
  }

  .main-banner {
    top: 35px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {

  .main-banner {
    display: block;
    position: relative;
    padding-left: 0;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    top: auto;
    padding-top: 99px;
  }
  .main-banner .pc-banner {
    display: none;
  }
  .main-banner .m-banner {
    display: block;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #666;
  }
  .main-banner .btn-bn-close {
    display: none;
  }
  .quick-view-wrap {
    display: none;
  }

  .collection-wrap {
    top: 0;
    width: 100%;
    border-right: none;
  }
  .collection-wrap .product-item .product-title {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    text-align: center;
  }
  .collection-wrap .product-item .product-color {
    position: absolute;
    left: 16px;
    bottom: 35%;
    width: 12px;
    line-height: 0;
    z-index: 9;
  }
  .collection-wrap .product-item .item-swatch li label {
    cursor: default;
  }
  .collection-desktop-bn {
    display: none;
  }
  .collection-mobile-bn {
    display: block;
  }
}