h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 20px 0;
    text-align: center;
}
.productsWrap {
    /* border: 1px solid red; */
    width: var(--appWidth);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.product {
    margin: 20px 0 20px 20px;
    width: calc((var(--appWidth) / 4) - 20px);
    box-shadow: -4px -4px 10px 0 #dfdfdf, 4px 4px 10px 0 #d1d1d1;
    border-radius: 11px;
    border: 1px dashed #dddddd;
    overflow: hidden;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.product:nth-child(4n + 1) {
    margin: 20px 0 20px 0;
}
.productName {
    width: 100%;
    font-size: 17px;
    margin: 3px auto 10px auto;
    text-align: center;
}
.productImg {
    width: 100%;
    box-shadow: -4px -4px 10px 0 #dfdfdf, 4px 4px 10px 0 #d1d1d1;
    border-radius: 11px;
    border: 1px dashed #dddddd;
    overflow: hidden;
    position: relative;
}
.productImg img {
    width: 100%;
}
.productImg img.imgStamp {
    width: 25%;
    position: absolute;
    top: 3%;
    right: 3%;
}
.productPrice {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
}
.productPrice > div {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 3px;
}
.originalPrice {
    justify-content: flex-end;
    text-align: right;
    font-size: 16px;
    color: #636363;
    text-decoration: line-through;
}
.originalPrice span {
    color: #636363;
}
.priceDiscount {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: right;
    font-size: 16px;
    color: #a52222;
}
.priceDiscount span {
    color: #a52222;
}
.finalPrice {
    justify-content: flex-end;
    text-align: right;
    font-size: 19px;
    color: #000000;
}
.finalPriceLeva {
    justify-content: flex-start;
    text-align: right;
    font-size: 15px;
    color: #686868;
}
.finalPriceLeva span {
    color: #686868;
}
.razmer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kolichestvo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
select {
    /* text-align: center; */
    padding: 1px 3px 1px 0px;
    border-radius: 3px;
    border: 1px dashed var(--green);
    background-color: var(--bg);
}
.addToCart {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.addToCartButton {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg2);
    background-color: var(--green);
    padding: 5px 10px;
    border-radius: 6px;
    margin: 3px 0;
    font-size: 16px;
    cursor: pointer;
    box-shadow: -4px -4px 10px 0 #dfdfdf, 4px 4px 10px 0 #d1d1d1;
}
.materialsInfo {
    margin: 20px auto 20px auto;
    width: var(--appWidth);
    box-shadow: -4px -4px 10px 0 #dfdfdf, 4px 4px 10px 0 #d1d1d1;
    border-radius: 11px;
    border: 1px dashed #dddddd;
    overflow: hidden;
    padding: 7px 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.materialsInfo p {
    width: 100%;
    margin-bottom: 4px;
}
.tabliciZaRazmeri {
    margin: 20px auto 20px auto;
    width: var(--appWidth);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--green);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tabliciTitle {
    width: var(--appWidth);
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
    padding: 0 0 10px 20px;
    border-bottom: 2px solid var(--green);
}
.tablicaRazmeri {
    width: calc((var(--appWidth) / 2) - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #dddddd;
    margin-bottom: 20px;
    padding: 1px;
}
.tablicaRazmeriLeft {
    /* border: 1px solid red; */
    width: 23%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tablicaRazmeriRight {
    /* border: 1px solid red; */
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tablicaRazmeri p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin: 10px 0;
    text-align: center;
}
.tablicaRazmeri img {
    width: 100%;
}
.tablicaRazmeri .tablica {
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tablicaRazmeri .tablica div {
    font-size: 13px;
    /* width: 100%; */
    font-weight: 500;
    display: flex;
}
.tablicaRazmeri .tablica div.tClass {
    min-width: 18%;
    font-weight: 600;
}
.tRazmer, .tShirina, .tDyljina {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.tRazmer div, .tShirina div, .tDyljina div {
    width: 100%;
    border: 1px solid rgb(94, 94, 94);
    padding: 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.schoolStory {
    margin: 20px auto 20px auto;
    width: var(--appWidth);
    overflow: hidden;
    padding: 7px 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.storyHead {
    width: var(--appWidth);
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
    padding-left: 20px;
}
.story {
    width: var(--appWidth);
    font-size: 15px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    h1 {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: calc(var(--navHeight) + 20px);
}
.product {
    margin: 20px auto 10px auto !important;
    width: 90%;
}
.tablicaRazmeri {
    width: 90%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
}
.tablicaRazmeriLeft {
    /* border: 1px solid red; */
    width: 70%;
}
.tablicaRazmeriRight {
    /* border: 1px solid red; */
    width: 100%;
}
.tablicaRazmeri p {
    margin: 0 0 10px 0;
}
.tRazmer, .tShirina, .tDyljina {
    width: 33%;
    display: flex;
    flex-direction: column;
}
.tRazmer div, .tShirina div, .tDyljina div {
    width: 100%;
}
select {
    /* text-align: center; */
    font-size: 16px;
}
}