@charset "UTF-8";



/* ==========================================================================
   Archive Styling
========================================================================== */
.archive .page__header{
   margin-bottom: 100px;
}

.archive .stylingList.row {
    margin-right: -20px;
    margin-left: -20px;
}
.archive .stylingList.row > .col,
.archive .stylingList.row > [class*='col-'] {
   padding-right: 20px;
   padding-left: 20px;
}

.cards li.inview.fadeInUp:nth-of-type(4n - 2) {
  transition-delay: .4s;
}
.cards li.inview.fadeInUp:nth-of-type(4n - 1) {
  transition-delay: .6s;
}
.cards li.inview.fadeInUp:nth-of-type(4n) {
  transition-delay: .8s;
}

/* ==========================================================================
   Single Styling
========================================================================== */
/* ---------------
   Gallery
--------------- */
@media only screen and (min-width: 1200px) {
   .single #gallery {
      padding-right: 55px;
   }
}
/* ---------------
   Product Detail
--------------- */
.single #product-detail {
   margin-bottom: 35px;
}
.single #product-detail .article__header {
	margin-bottom: 35px;
}
.single #product-detail .product {
	margin-bottom: 30px;
}
.single #product-detail .tags {
   display: block;
}
@media only screen and (max-width: 1199px) {
   .single #product-detail .product .txtBox {
      padding-left: 0;
   }
}
@media only screen and (min-width: 1200px) {
   .single #product-detail .product .txtBox {
      padding-left: 15px;
   }
}


/* ---------------
   Other
--------------- */
.single #other .slick-slide {
    padding-right: 30px;
}

@media only screen and (min-width: 1440px) {
	.single #other .slick-slide {
	    padding-right: 36px;
	}
}


