* {
box-sizing: border-box;
font-family: "Montserrat",sans-serif;
}
html {
overflow-y: scroll;
}
.main-container {
display: flex;
flex-direction: column;
width: 1200px;
height: auto;
margin: auto;
}
.line-1,
.line-2 {
margin-top: 1px;
width: 100%;
height: 20px;
background-color: #848484;
}
.line-2 {
margin-top: 10px;
}
/*-------main-nav-section-------*/
main {
display: flex;
flex-direction: row;
width: 100%;
height: auto;
margin: auto;
padding: 0px;
}
.main-section {
width: calc(100% - 300px - 25px);
margin-left: 25px;
}
h1 {
padding: 20px;
font-size: 22px;
font-weight: bold;
color: var(--color-blue);
line-height: 1.33;
}
.sect-1 {
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
/*-------BOX-------*/
.column {
margin-bottom: 14px;
width: 33.33%;
padding: 3px;
}
.prod-box {
padding: 5px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 100%;
border: 1px solid white;
}
.prod-box:hover {
border: 1px solid var(--color-blue);
}
.prod-box-1 {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
position: relative;
}
.prod-img {
width: 100%;
}
.like {
position: absolute;
width: 42px;
height: 38px;
top: 10px;
right: 10px;
background-image: var(--img-like-white);
background-size: 32px 26px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.prod-img > a > img {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
}
.prod-box-2 {
padding-top: 4px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
width: 100%;
height: 100%;
}
.prod-title {
margin-top: 6px;
width: 100%;
height: 100%;
}
.prod-title a {
color: var(--color-graphite);
font-size: 16px;
text-decoration: none;
line-height: 1.5;
}
.prod-title a:hover {
color: var(--color-blue);
}
.prod-box-3 {
margin-top: 12px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border: 1px solid lightgrey;
}
.price {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
min-height: 50px;
font-size: 24px;
color: var(--color-red);
padding-left: 15px;
}
.price-span {
font-size: 22px;
padding-top: 2px;
}
.price-empty {
color: var(--color-graphite);
font-size: 18px;
justify-content: center;
margin-right: 0;
padding-left: 0
}
.add-to-mycart {
display: flex;
width: 50px;
min-width: 50px;
min-height: 50px;
background-image: var(--img-koshik-botton);
background-size: 36px 36px;
background-position: center;
background-repeat: no-repeat;
background-color: var(--color-blue);
border: 1px solid lightgrey;

cursor: pointer;
opacity: 0.80;
}
.add-to-mycart:hover {
opacity: 0.70;
}
.add-to-mycart:active {
border: 1px solid red;
background-color: lightgrey;
}
.sect-2 {
margin-top: 25px;
display: flex;
}
.block-opis {
margin-top: 30px;
padding: 0 8px;
height: 100% !important;
font-size: 16px;
line-height: 1.5;
text-align: justify;
}
.block-opis > p {
margin-top: 10px;
}
.block-opis > p:first-child {
margin-top: 10px;
text-indent: 20px;
}
.block-opis span[blue] {
color: var(--color-blue);
font-weight: 600;
}
.block-opis span[green] {
color: #2be32b;
font-weight: 600;
padding-right: 10px;
}
.block-opis b {
font-weight: 600;
color: rgb(63, 60, 60);
}
@media screen and (max-width: 3840px) {
.main-container {
width: 1200px;
}
.column {
width: 33.33;
}}
@media screen and (max-width: 1680px) {
.main-container {
width: 1200px;
}
.column {
width: 33.33;
}}
@media screen and (max-width: 1270px) {
.main-container {
width: 90%;
}
.column {
width: 33.33%;
}}
@media screen and (max-width: 1100px) {
.main-container {
width: calc(100% - 10px);
}
.column {
width: 50%;
}}
@media screen and (max-width: 800px) {
.main-container {
width: 100%;
}
main {
flex-direction: column;
}
.main-section {
margin: 0;
width: 100%;
padding-left: 3px;
padding-right: 3px;
}
h1 {
margin-top: 0px;
padding: 10px 20px;
text-align: center;
}
.column {
width: 50%;
}
.prod-box-1 {
padding: 0 0 4px 0;
}
.prod-box-2 {
padding: 0;
}
.prod-title a {
height: 100%;
line-height: 1.33;
/* font-size: 18px;  */
}
.price {
font-size: 22px;
}
.price-span {
font-size: 20px;
}
}
@media screen and (max-width: 390px) {
.price {
padding-left: 5px;
}}
