h1 {
    font-size: 20px;
    font-weight: bold;
}

.info {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.info .image-block, .info .information {
    width: 48%;
    display: inline-block;
    margin: 25px;
}

.info .image-block .main-image {
    width: 100%;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    height: 500px;
    position: relative;
    cursor: pointer;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.info .image-block .main-image img {
    max-width: 90%;
    height: auto;
    max-height: 100%;
}

.info .image-block .other-images {
    margin-top: 25px;
    height: 100px;
    width: 100%;
}

.info .image-block .main-image .marka-image {
    min-width: 150px;
    height: 50px;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #f2f2f2;
}

.info .image-block .other-images .item-image {
    width: 75px;
    height: 75px;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

.info .image-block .other-images .item-image:first-child {
    margin-left: 0px;
}

.info .image-block .other-images .item-image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.info .information .price {
    font-size: 26px;
    font-weight: bolder;
}

.info .information .price .currency {
    font-size: 14px;
}

.info .information .counter div {
    display: inline-block;
}

.info .information .counter .plus, .info .information .counter .minus {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: none;
    font-weight: bold;
    vert-align: middle;
    background-color: #D9D9D9;
}

.info .information .counter input {
    height: 19px;
    vertical-align: top;
    text-align: center;
}

.info .information .byu-product, .info .information .call-me {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid black;
    padding: 7px;
    width: 250px;
    text-align: center;
}

.info .information .byu-product {
    border: none;
    color: white;
    background-color: #F20009;
}

.info .information h4 {
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #F20009;
}

.call-me.popup input, .call-me.popup textarea {
    border: none;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #F2F2F2;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.call-me.popup textarea {
    height: 100px;
    margin-top: 10px;
}

.call-me.popup input[type=submit] {
    background-color: #f20009;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.reviews_product {
    font-size: 18px;
}

.reviews_product .form-reviews {
    max-width: 500px;
}

.reviews_product .note {
    color: #a5a5a569;
}

.reviews_product .form-reviews .note {
    font-size: 32px;
    direction: rtl;
    text-align: left;
}

.reviews_product .form-reviews .note i {
    transition: .35s;
}

.reviews_product .form-reviews .note i:hover,
.reviews_product .note i.active,
.reviews_product .form-reviews .note i.active ~ i,
.reviews_product .form-reviews .note #item-1:hover ~ i,
.reviews_product .form-reviews .note #item-2:hover ~ i,
.reviews_product .form-reviews .note #item-3:hover ~ i,
.reviews_product .form-reviews .note #item-4:hover ~ i,
.reviews_product .form-reviews .note #item-5:hover ~ i {
    color: gold;
}

.reviews_product .form-reviews .info-reviews input, .reviews_product .form-reviews .info-reviews textarea {
    padding: 10px 7px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

.reviews_product .form-reviews .info-reviews textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 125px;
    min-height: 125px;
}

.reviews_product .form-reviews .note i {
    cursor: pointer;

}

.reviews_product .reviews {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.reviews_product .reviews .item {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin: 0 25px 0 0;
    height: 100%;
}

.reviews_product .reviews .item .content {
    word-break: break-word;
    margin-top: 8px;
}

.reviews_product .reviews .slider {
    width: max-content;
    height: max-content;
    padding-bottom: 10px;
}

.reviews_product .reviews::-webkit-scrollbar {
    height: 8px;
    background: #cecece;
}

.reviews_product .reviews::-webkit-scrollbar-thumb {
    background: #f89288;
    cursor: pointer;
}

.date-created {
    font-size: 14px;
    color: gray;
    margin-top: 10px;
}
#error b{
    color: red;
}
#approved {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}

#approved i.fa-thumbs-down, #approved i.fa-thumbs-up:hover {
    color: red;
}

#approved i.fa-thumbs-up, #approved i.fa-thumbs-down:hover {
    color: green;
}

@media only screen and (max-width: 1366px) {
    .info .image-block .main-image {
        height: 400px;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        text-align: center;
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .info {
        display: block;
    }

    .info .image-block, .info .information {
        width: 90%;
        display: block;
        margin: 25px auto;
    }

    .info .image-block .main-image {
        height: 250px;
    }
}
