@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Modal Review */
.modal-review {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
    z-index: 100;
    font-family: "Roboto", sans-serif;
}
.modal-review .modal-content{
    background-color: #fff;
    max-width: 400px;
    display: table;
    margin: auto;
    font-family: "Roboto", sans-serif;
    padding: 20px 24px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: relative;
}
.modal-review .modal-content .button-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}
.modal-review .modal-content .button-close:hover svg path {opacity: 1;}
.modal-review .modal-content h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
}
.modal-review label {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.modal-review label + label {margin-top: 20px;}
.modal-review label span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.66);
}
.modal-review .form input,
.modal-review .form textarea {
    border: 1px solid #B1B5BA;
    border-radius: 4px;
    min-height: 38px;
    padding: 5px 15px;
    margin-top: 5px;
}
.modal-review .form button,
.modal-review .form input,
.modal-review .form textarea {
    width: 100%;
    display: flex;
    font-family: inherit;
}
.modal-review .form textarea {min-height: 125px;min-width: 100%;}
.modal-review .form button {
    background: #67468C;
    box-shadow: 0px 4px 8px rgba(103, 70, 140, 0.25);
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin-top: 20px;
    transition: all .2s ease;
}
.modal-review .form button:hover {
    background-color: #51376f
}


/* Rating ui*/
.ui-rating {
    display: flex;
    align-items: center;
    margin-left: -3px;
    margin-top: 5px;
}
.ui-rating input {
    width: 0 !important;
    height: 0;
    opacity: 0;
    min-height: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.ui-rating i {
    background: url(/local/assets/img/rating_star-off.svg) center center no-repeat;
    background-size: 16px;
    width: 22px;
    height: 16px;
    padding: 0 3px;
    cursor: pointer;
}
.ui-rating i.active {
    background: url(/local/assets/img/rating_star-on.svg) center center no-repeat;
}

.swiper-lazy-preloader:after {
    display:block;
    content:'';
    width:100%;
    height:100%;
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position:50%;
    background-size:100%;
    background-repeat:no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

@media screen and (max-width: 576px) {
    .products-list {justify-content: space-between;}
    .products-list .product {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .products-list .product + .product{margin-top: 0;}
    .product_title{font-size: 13px;}
    .products-list .product .product_price-section{flex-direction: column;align-items: center;}
    .product_price_btn-wrap{margin-top: 10px;}
    .products-list .product .product_img-wrap .product_img{max-width: 100%;width: auto;}
    .products-list .product .product_img-wrap, .products-list .product .product_img{max-height: initial;}
    .products-list .product .product-content > *{padding: 5px 0 0 0;}
    .products-list .product .product_img-wrap .product_img{padding: 0;margin: 0;}
    .products-list .product .product_img-wrap{margin: 0;}
    .products-list .product .product-content{padding-bottom: 1rem;}
}

@media screen and (max-width: 425px) {
    .products-list .product .product-content > * {padding: 5px 0 0 0;}
    .products-list .product_title {height: 60px;overflow: hidden;text-overflow: ellipsis;}
    .btn2cart.btn-round {font-size: 13px;}

    .pagination > *:not(:first-child):not(:last-child) {display: none;}
}

@media screen and (max-width: 375px) {
    .products-list .product .product_img-wrap .product_img{height:100%;overflow: hidden;}
    .products-list .product .product_img-wrap{margin-top: 0;padding-top: 0;height: 160px;overflow: hidden;min-height: 150px;}
}