.main__bottom{width:100%;border-top-left-radius:20px;border-top-right-radius:20px}.main__bottom .main__back{cursor:pointer}.main__bottom .main__back:hover{opacity:.8}.main__bottom .product__title{width:100%;margin-top:20px}.main__bottom .main__close{cursor:pointer;position:absolute;right:10px;top:10px;width:30px;height:30px;border-radius:15px;background:#ccc}.main__bottom .main__close i{color:#fff}.main__bottom .main__close i:hover{color:var(--main-kenes-blue)}.product__description{font-size:26px}.product__description p{color:#000}.product__row{display:flex;flex-direction:row;justify-content:center;width:100%}@media (max-width:900px){.product__row{justify-content:flex-start}}.product__row .product__gallery{width:100%;margin-right:30px}@media (max-width:900px){.product__row .product__gallery{width:100%;margin-right:0}}.product__row .product__item{width:100%;height:300px;background-color:#f5f5f5;border-radius:10px;margin-bottom:20px}@media (max-width:900px){.product__row .product__item{width:90%;height:unset}}.product__row .product__item .product__empty{font-size:200px;color:#ccc}.product__row .product__item img{width:100%;height:300px;align-self:center;-o-object-fit:contain;object-fit:contain;border-radius:10px}@media (max-width:900px){.product__row .product__item img{width:80%;height:100%}}.product__row .product__item .product__sale{align-self:flex-end;padding:10px;background-color:var(--main-kenes-red);width:10px;height:10px;border-radius:10px;text-align:center;display:flex;justify-content:center;align-items:center;font-size:18px}.product__row .product__item .product__sale p{color:#fff}.product__row .product__corousels{width:100%;display:flex;flex-direction:row;margin-bottom:20px;justify-content:flex-start;overflow-x:auto}@media (max-width:900px){.product__row .product__corousels{width:90%}}.product__row .product__corousels .product__corousel{cursor:pointer;border-radius:10px;background-color:#f5f5f5;width:120px;height:100px;margin-right:20px;display:flex;justify-content:center;align-items:center}.product__row .product__corousels .product__corousel img{width:120px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:3px solid #fff}.product__row .product__corousels .product__corousel__active{border:3px solid #a5c137!important}.product__row .product__info{width:350px;border-radius:10px;background-color:#f5f5f5;padding:20px;position:relative}.product__row .product__info .product__percent{position:absolute;right:10px;top:10px;padding:2px 10px;background:red;font-weight:700;border-radius:2px;font-size:12px;color:#fff;background:#73be6f}@media (max-width:900px){.product__row .product__info{align-self:center;width:90%;align-items:center;margin-bottom:15px}}.product__row .product__info .product__price__l{font-size:20px;font-weight:700}.product__row .product__info .product__price__sale{font-size:16px}.product__row .product__info .pr__val i{width:15px;height:15px;color:var(--main-kenes-red);font-size:24px}.product__row .product__info .pr__val p{color:#333}.product__row .product__info .product__stars i{margin-right:5px;color:#fdcc3a}.product__row .product__info .product__size{padding:20px;background-color:#fff;border-radius:10px}.product__row .product__info .product__size .pr__size__text{color:var(--main-kenes-gray);font-size:12px}.product__row .product__info .product__size .pr__size__value{font-size:22px;font-weight:700;color:var(--main-kenes-blue)}@media (max-width:900px){.product{flex-direction:column;width:100%;overflow-y:scroll}}