.container {
    z-index: 0;
    margin-top: 120px;
    border-radius: 30px;
    position: relative;
    padding-bottom: 0px;
    width: 70%;
}
html{
    overflow-x:hidden;
}
#miniTitle {
    text-align: center;
    margin-top: 5px;
}

.btnField {
    width: 100%;
    color:transparent;
    position: absolute;
    background: none;
    height:80px;
}

button:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}
.review {
    width: 90%;
    float: right;
    cursor: pointer;
    text-align: center;
    letter-spacing: 3px;
    color: blue;
    margin-right: 5%;
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #adadad;
    font-weight: 100;
    font-style: italic;
}
.bgReview{
    display:none;
}
.bgReview.active{
    display:block;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index: 100;
    background-color:rgba(0, 0, 0, 0.8);
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
#reviewStars {
    text-align: center;
}

#reviewStars span {
    transform: translateX(0px);
}

.note {
    color: blue;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 8pt;
    display: block;
    letter-spacing: 2px;
    width: 250px;
    padding-left: 60px;
    text-transform: lowercase;
    font-style: italic;
}

.carousel-overlay {
    background-color: black;
    top: 0;
}

.photo-box {
    display: none;
}

.img-canvas {
    flex: 0 0 42%;
    width: 42%;
    float: left;
    position: relative;
}

#row-name {
    width: 100%;
    padding: 15px;
    float: none;
    display: block;
    text-align: center;
}

.content {
    float: right;
    width: 58%;
    flex: 0 0 58%;
}
.col-3 {
    cursor: pointer;
    float: right;
    background-color: #e74539;
    flex: 0 0 5%;
    width: 5%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

#btn-plus {
    display: inline-block;
    font-size: 28pt;
    position: absolute;
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    margin: auto;
    color: white;
}

.videoFrame {
    height: 0px;
    width: 100%;
    position: relative;
}

.video {
    width: 100%;
    transform-origin: top;
    animation-duration: 1s;
    transform: scaleY(0);
    animation-fill-mode: forwards;
}

.video.active {
    transform-origin: top;
    animation-name: smoothAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#big {
    margin-top: 0px;
    height: 100%;
}

.controls {
    display: flex;
    position: absolute;
    bottom: 5px;
    height: 5px;
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

.buttons {
    position: absolute;
    width: 100%;
    height: 99%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    opacity: 0;
    transition: 0.2s;
}

.buttons:hover {
    opacity: 1;
}

.col1 {
    flex: 0 0 25%;
    width: 25%;
    border-right: solid 1px #eee;
}

.col1 img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.col2 {
    flex: 0 0 70%;
    width: 70%;
    margin-left: 30px;
}

#reviewBtn {
    margin-top: 20px;
    margin-left:75px;
    margin-bottom:20px;
}

.reviewer {
    font-weight: 400;
    color: #2b2b2b;
}

.col2,
.col1 {
    color: #737373;
    font-style: italic;
    font-weight: 100;
}

.col2 div {
    margin-bottom: 5px;
}

.buttons button {
    background-image: url(images/play.png);
    background-size: cover;
    background-position: center;
    box-shadow: none;
    border: none;
    width: 200px;
    background-color: transparent;
    margin: auto;
    height: 200px;
}

.bar {
    height: inherit;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
}

.durationJuice {
    height: inherit;
    width: 0px;
    background-color: #e74539;
}

#dsc {
    width: 80%;
}

.reviewAnnonymus {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    border-radius: 100%;
    cursor: pointer;
    size: 1vw;
    transition: 0.2s;
    border: 2px solid #e74539;
}

.reviewAnnonymus.active {
    background-color: #e74539;
}

.baseAnnonymus {
    margin-top: 5px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

#long {
    height: 120px;
    resize: none;
}
.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 17pt;
    margin: 3px;
    transform: translateX(15px);
    margin-top: 12px;
    color: #d6d6d6;
}

#faReview {
    font-size: 15pt;
}

.rowReview {
    margin: 15px;
    width: 100%;
    margin-bottom: 0px;
    display: inline-flex;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.checked {
    color: #e74539;
}

.row1 {
    float: left;
    width: 100%;
    padding: 60px;
    padding-bottom: 0px;
}

.costNumber {
    line-height: 65px;
    font-size: 45pt;
    font-weight: 500;
    letter-spacing: -5px;
    color: #e74539;
}

#eur {
    font-size: 25pt;
    font-weight: 100;
    color: #e74539;
}

#firstTitle {
    margin-right: 20px;
}

#secondTitle {
    margin-left: 20px;
}

.lengthButton {
    margin-top: 5px;
    margin-left: 10px;
    background-color: #e74539;
    width: 20px;
    background-image: url(images/arrowDown.png);
    background-size: cover;
    height: 20px;
    border-radius: 100%;
}

.lengthButton.plus {
    background-image: url(images/plus.png);
}

.lengthButton.minus {
    background-image: url(images/minus.png);
    margin-left: 5px;
    background-color: #737373;
}
.shopping-cart.button {
    height: 30px;
    width: 30px;
    background-size: cover;
    margin: 5px;
    margin-left: 0px;
    transform: translateY(-9px);
}

.tei.button {
    height: 25px;
    width: 25px;
    background-size: cover;
    margin: 5px;
    margin-left: 0px;
    margin-right: 8px;
    transform: translateY(-5px);
    background-image: url(images/tei.png);
}

.btn-start span {
    font-size: 13pt;
    font-weight: 100;
    letter-spacing: 2px;
}

#fatTxt {
    font-weight: 500;
}

.btn-start {
    position: relative;
    display: inline-flex;
    margin: 0px;
    margin-right: 30px;
    width: 150px;
    height: 50px;
    border-radius: 20px;
}

#lengthCheck {
    display: inline-flex;
    margin: 0px;
    margin-left: 5px;
    transform: translateY(5px);
}

.beltLength {
    display: inline-flex;
    text-transform: lowercase;
    font-size: 14pt;
    padding: 15px;
    color: #737373;
}
#inp {
    width: 30px;
    border: none;
    padding: 0px;
}
.beltWidth {
    width: 50%;
    display: block;
    font-size: 10pt;
    text-transform: lowercase;
    font-weight: 100;
    color: #737373;
}


#verticalLine {
    border-right: solid 1px #adadad;
    margin: 10px;
    margin-top: 15px;
    height: 50px;
}

.ratingScore {
    margin-right: 15px;
    margin-top: 8px;
    font-size: 13pt;
    float: right;
    color: #e74539;
    font-weight: bold;
}

#formTitle {
    width: 100%;
    margin-left: 0px;
    height: 18pt;
    text-align: center;
}

.reviewFormField {
    height: 24pt;
    border: solid 2px #e74539;
    width: 150px;
    display: block;
    margin: auto;
    margin-top: 10px;
    padding-left: 20px;
    border-radius: 20px;
    transition: 0.2s;
}

input{
    border:0;
}
#reviewTable {
    display: block;
    position: fixed;
    height: 460px;
    width: 300px;
    right: 50%;
    top: 50%;
    box-shadow: none;
    margin-top: -230px;
    margin-right: -150px;
    animation-name: smoothLeftToCenter;
    animation-duration: 0.2s;
}

.reviews {
    width: 60%;
    margin: auto;
}

.beltRating {
    padding-left: 10%;
    float: right;
    width: 260px;
    flex: 0 0 20%;
}

.thm {
    position: absolute;
    bottom: 20px;
    top: unset;
}
.col{
    scroll-snap-align: center;
}
#reminder{
    width:450px;
    padding-top:15px;
    padding-bottom:15px;
}
.photo-box.active {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1036px) {
    .container {
        margin-top: 80px;
    }
    .img-canvas{
        width:100%;
        flex: 0 0 100%;
    }
    .photo-box.active{
        border-bottom-left-radius: 0px;
        border-top-right-radius: 30px;
    }
    #big{
        display: none;
    }
    .reviews{
        width:90%;
    }
    .col2{
        width:70%;
        flex: 0 0 70%;
    }
    .col-3{
        width:10%;
        flex:0 0 10%;
    }
    .col-2{
        width:70%;
        flex:0 0 70%;
    }
    .col-1{
        width:20%;
        flex:0 0 20%;
    }
    .content{
        width:100%;
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 1580px) {
    #reminder{
        padding-top:0px;
        width:100%;
    }
    .beltName{
        text-align: center;
        width: 100%;
    }
    .beltWidth{
        width:100%;
    }
    .fas{
        transform:translateX(0px);
    }
    .beltRating{
        float:none;
        text-align: center;
        margin: auto;
        padding-left:0px;
        width:210px;
    }
    .ratingScore{
        float:none;
    }
    .review{
        width:180px;
        margin-right:0px;
        margin:auto;
        margin-top:5px;
        float: unset;
    }
    .row1{
        text-align:center;
        justify-content: center;
    }
    #verticalLine{
        margin:10px;
    }
    .btn-start{
        margin:5px;
        margin-bottom:0px;
    }
    .descTitle{
        width:100px;
    }
    #descrow{
        padding-left:75px;
    }
    .container{
        width:80%;
        height:unset;
    }
    #reminder{
        padding-bottom:60px;
    }
    .img-canvas{
        height:unset;
    }
    .photo-box.active{
        object-position: center;
    }
}
@media only screen and (max-width: 733px) {
    .customerRating{
        width:100%;
        float:left;
        text-align: center;
    }
    .beltRating{
        width:fit-content;

    }
    .beltName{
        margin-bottom:8px;
    }
    .fas {
        display: contents;
    }

    .col1{
        width:30%;
        flex: 0 0 30%;
        text-align: center;
    }
    .col1 img{
        float:none;
        display:flex;
        margin:auto;
        justify-content: center;
    }
}
@media only screen and (max-width: 450px) {
    #descrow{
        padding:15px;
    }
}
@keyframes smoothAppear {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}
@keyframes smoothLeftToCenter{
    0% {
        transform: translateX(-2000px);
    }

    100% {
        transform: translateX(0px);
    }
}
@keyframes smoothDisappear {
    0% {
        transform: scaleY(1);
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        transform: scaleY(0);
        opacity: 0;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}