﻿#reviews{clear:both;width:100%;max-width:1400px;margin:auto;text-align:center;}#reviews h2{margin:0;}#reviews .list{width:100%;display:flex;gap:1rem;}#reviews .list .item{flex:1;background-color:#fff;border:1px solid #cfcfcf;border-radius:3px;transition:all .3s ease-in-out;padding:2rem;font-size:1.4rem;text-align:left;}#reviews .list .item:hover{border-color:#aaa;-webkit-box-shadow:0 4px 15px -4px rgba(0,0,0,.4);-moz-box-shadow:0 4px 15px -4px rgba(0,0,0,.4);box-shadow:0 4px 15px -4px rgba(0,0,0,.4);}#reviews .stars{margin-bottom:1rem;}#reviews .stars svg{height:20px;width:20px;fill:#547287;}#reviews .item .review{height:100px;overflow:auto;margin-bottom:1rem;}#reviews .item .user{text-align:right;}#reviews .item .date{text-align:right;font-size:1.2rem;}#reviews a{display:block;font-size:1.2rem;margin-top:1rem;margin-bottom:2rem;text-align:center;}@media screen and (max-width:800px){#reviews .list{flex-direction:column;}}.is-section{width:100%;max-width:1400px;margin:auto;}#cTop{overflow:auto;padding-top:2rem;}#cSubs{display:flex;flex-wrap:wrap;width:100%;max-width:1400px;margin:auto;gap:1rem;padding-bottom:.5rem;}#cSubs a{display:block;background-color:#fff;padding:1rem;border:1px solid #d2d2d2;border-radius:3px;font-weight:400;white-space:nowrap;transition:all .3s ease-in-out;color:inherit;text-decoration:none;}#cSubs a:hover{border-color:#aaa;-webkit-box-shadow:0 4px 15px -4px rgba(0,0,0,.4);-moz-box-shadow:0 4px 15px -4px rgba(0,0,0,.4);box-shadow:0 4px 15px -4px rgba(0,0,0,.4);}#cSubs img{max-width:100px;vertical-align:middle;}@media screen and (max-width:1200px){#cSubs{flex-wrap:nowrap;overflow:auto;}}@media screen and (max-width:1000px){#cSubs a{font-size:1.3rem;padding:.5rem;}#cSubs img{max-width:75px;}}#cProds{width:100%;max-width:1400px;margin:auto;margin-bottom:2rem;}.colSorting{display:flex;max-width:1400px;margin:auto;justify-content:right;align-items:center;clear:both;margin:1rem auto;}.colSorting select{width:170px;margin-left:1rem;}