.justify{
    text-align: justify;
}
.lh25{
    line-height: 25px;
}
/*@media only screen and (max-width:768px) {*/
/*    .woocommerce ul.products li.product .woocommerce-loop-product__title {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/
.loading-spin {
    position: relative;
}
.loading-spin {
    content: "";
    margin: 0 auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    opacity: 0.8;
    border-left: 3px solid #e06286;
    -webkit-animation: spin 0.6s infinite linear;
    animation: spin 0.6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
.box-image.processing:before,
.dark .processing:before,
.dark.processing:before,
.dark.loading-spin,
.dark .loading-spin {
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 3px solid #fff !important;
}
.processing:before,
.loading-spin.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
}
.loading-spin {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}



@media screen and (max-width: 1024px){
    .list-pro.container .list-pro__block{
        margin-left: 3.6vw;
    }
}
.list-pro {
    padding: 2vw 0.5vw;
}
@media (max-width: 1023px) {
    .gallery-content.container{
        padding: 4vw;
    }
}

.slider .slick-dots {
    list-style: none;
    display: flex;
    padding-left: 0;
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
}
.slider .slick-dots li {
    margin: 0 0.5vw;
}
@media (max-width: 1023px) {
    .slider .slick-dots li {
        margin: 0 1.5vw;
    }
}
.slider .slick-dots li button {
    font-size: 0;
    width: 1vw;
    height: 1vw;
    border: 0;
    outline: 0;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}
@media (max-width: 1023px) {
    .slider .slick-dots li button {
        width: 3vw;
        height: 3vw;
    }
}
.slider .slick-dots .slick-active button {
    background-color: #e83d72;
}

.slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
}
.slide__block {
    color: #e83d72;
    width: 30vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10vw;
}
@media (max-width: 1023px) {
    .slide__block {
        width: 92vw;
        left: 4vw;
    }
}
.slide__sub {
    font-size: 1.2vw;
    font-family: quick;
    font-weight: bold;
}
@media (max-width: 1023px) {
    .slide__sub {
        font-size: 5vw;
    }
}
.slide__title {
    font-size: 2.6vw;
    font-family: fw-bold;
    margin: 1.5vw 0 2vw;
    font-family: antiqua;
}
@media (max-width: 1023px) {
    .slide__title {
        font-size: 12vw;
        margin: 3vw 0 6vw;
    }
}
.slide__link {
    font-size: 1.2vw;
    border: 0.2vw solid #e83d72;
    display: inline-block;
    padding: 0.3vw 1vw;
    border-radius: 0.5vw;
    text-transform: uppercase;
    font-family: fw-bold;
    text-decoration: none;
    color: #e83d72;
    transition: all ease 0.3s;
}
@media (max-width: 1023px) {
    .slide__link {
        font-size: 5vw;
        padding: 0.6vw 4vw;
        border-radius: 2vw;
    }
}
.slide__link:hover {
    color: #ffffff;
    background-color: #e83d72;
}

.banner {
    height: 30vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .banner {
        height: 100vw;
    }
}

.list-pro__heading {
    text-align: center;
    margin: 0 0 2vw 0;
    font-size: 2vw;
    color: #e83d72;
    font-family: antiqua;
}
.list-pro__heading a{
    color: #e83d72;
    transition: all ease 0.3s;
    text-decoration: none;
}
.list-pro__heading a:hover{
    color: #cb2458;
    transition: all ease 0.3s;
    text-decoration: underline;
}
@media (max-width: 1023px) {
    .list-pro__heading {
        font-size: 6vw;
        margin-bottom: 4vw;
    }
}
.list-pro__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail-slides .list-pro__container .list-pro__block{
    width: 15vw;
}
.detail-slides .list-pro__container .list-pro__image{
    height: 15vw;
}
.list-pro__container .list-pro__block{
    width: 19vw;
}
.list-pro__container .list-pro__image{
    height: 19vw;
}
.list-pro__block {
    width: 15vw;
    background-color: #ffffff;
    text-decoration: none;
    margin-bottom: 1vw;
    transition: all ease 0.3s;
}
@media (max-width: 1023px) {
    .list-pro__block {
        width: 44vw !important;
        margin-bottom: 4vw;
    }
}
.list-pro__block:hover {
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}
.list-pro__block:hover .list-pro__image {
    /*background-size: 110% 165%;*/
    background-position: bottom;
    transition: all ease 1s;
}
.list-pro__image {
    height: 15vw;
    background-position: top;
    background-size: 100% 120%;
    background-repeat: no-repeat;
    transition: all ease 1s;
}
@media (max-width: 1023px) {
    .list-pro__image {
        height: 52vw !important;
    }
    .list-pro__image {
        background-size: cover;
    }
}
.list-pro__bot {
    padding: 0.6vw 1vw 1vw;
}
@media (max-width: 1023px) {
    .list-pro__bot {
        padding: 3vw;
    }
}
.list-pro__name {
    color: #224229;
    font-size: 1.2vw;
    line-height: 1.4vw;
    height: 3vw;
    /*margin-bottom: 0.5vw;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .list-pro__name {
        font-size: 4vw;
        line-height: 5vw;
        height: 10vw;
    }
}
.list-pro__price {
    color: #e83d72;
    font-size: 1.3vw;
    font-family: fw-bold;
    color: #e83d72;
}
@media (max-width: 1023px) {
    .list-pro__price {
        font-size: 5vw;
    }
}
.list-pro--category .list-pro__block {
    width: 19vw;
}
.list-pro--category .list-pro__image {
    height: 19vw;
}
.list-pro__slider .slick-slide,.home-pro__slider .slick-slide {
    padding: 0.5vw;
}
.list-pro__slider .slick-list,.home-pro__slider .slick-list {
    margin: 0 -0.5vw;
}
.list-pro__slider .slide-arrow, .home-pro__slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2vw;
    border: 0;
    outline: 0;
    z-index: 1;
    color: #e83d72;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1023px) {
    .list-pro__slider .slide-arrow,.home-pro__slider .slide-arrow {
        font-size: 7vw;
    }
    .list-pro__slider .slick-slide,.home-pro__slider .slick-slide {
        padding: 0;
    }
}
.list-pro__slider .prev-arrow,.home-pro__slider .prev-arrow {
    left: 0;
}
.list-pro__slider .next-arrow,.home-pro__slider .next-arrow {
    right: 0;
}
.list-pro.containerhome {
    max-width: 100%;
}
.home .containerhome {
    max-width: 100%;
}
.list-pro__heading {
    text-transform: uppercase;
}
@keyframes scale {
    
    80% {
      transform: scale(0.92);
    }
    100% {
      transform: scale(1.1);
    }
  }
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #ffffff;
    display: flex;
    transition: all linear 0.3s;
  }
  .loading--remove {
    opacity: 0;
    pointer-events: none;
  }
  .loading img {
    margin: auto;
    width: 10%;
    animation: scale 1s linear 0s infinite;
  }
  @media (max-width: 1023px) {
    .loading img {
      width: 20%;
    }
  }
  .fa-chevron-left:before {
    content:'←';
}
.fa-chevron-right:before {
    content: "→";
}
@media (max-width: 767px) {
.logo img {
    max-height: 60px;
}
}

/*Pagination*/

.category__pagination {
margin-top:4vw;
  display: flex;
  justify-content: center;
}
.category__pagination ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}
.category__pagination ul li {
  margin: 0 0.5vw;
}
@media (max-width: 1023px) {
  .category__pagination ul li {
    margin: 0 1vw;
  }
}
.category__pagination ul li a {
  text-decoration: none;
  font-size: 1vw;
  font-family: fw-bold;
  color: #e83d72;
  width: 2vw;
  height: 2vw;
  display: flex;
  border: 1px solid #e83d72;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all linear 0.3s;
}
@media (max-width: 1023px) {
  .category__pagination ul li a {
    font-size: 3vw;
    width: 6vw;
    height: 6vw;
  }
}
.category__pagination ul li a:hover {
  background-color: #e83d72;
  color: #ffffff;
}
.category__pagination ul li .active {
  background-color: #e83d72;
  color: #ffffff;
}
.fa-angle-double-left:before {
    content:'⇤';
}
.fa-angle-double-right:before {
    content: "⇥";
}
.fa-angle-left:before {
    
    content:'←';
}
.fa-angle-right:before {
    content: "→";
}
.fa__pagination{
    font-size: 1.5vw;
    font-weight: 700;
}

#backToTop {
    padding: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 25%;
    border: none;
    font-size: 20px;
    cursor: pointer;
    background-color: #e06286;
    color: #fff;
    transition: opacity 0.3s, transform 0.3s;
}
#backToTop:hover {
    background-color: #e06286;
    transform: translateY(-3px);
}