body {
background:hsl(30, 38%, 92%);
font-family: 'Montserrat', sans-serif;
}
.text_all {
    padding-left: 36px;
    padding-top: 42px;
}
.text_2{
    display: none;
}
.paragraph_2{
    display: none;
}
h1{
    font-family: 'Fraunces', serif !important;
    font-size: 41px;
    line-height: 39px;
}

p {
    font-size: 18px !important;
    margin-top: 31px;
    line-height: 28px;
    color: hsl(228, 12%, 48%);
}

.top-text{
    color: hsl(158, 36%, 37%);
    letter-spacing: 6.5px;
    font-size: 15px;
}
.price {
    display: flex;
    flex-direction: row;
}

.pricing {
    font-size: 41px;
    font-family: 'Fraunces', serif !important;
    color:hsl(158, 36%, 37%);
    padding-top: 15px;
}

.old_pricing {
    text-decoration: line-through;
    color: hsl(228, 12%, 48%);
    align-self: center;
    padding-top: 15px;
    margin-left: 21px;
    font-size: 16px;
}

.container {
display: flex;
position: relative;
justify-content: center;
align-items: center;
height: 100vh;
} 

.image-product-1{
    border-radius: 10px 0px 0px 10px;
    border: none;
    height: 565px;
}
.image-product-2{
    display: none;
}
.side2 {
background:hsl(0, 0%, 100%) ;
width: 375px;
height: 565px;
border-radius: 0px 10px 10px 0px ;

}

button {
    background-color: hsl(158, 36%, 37%);
    color:hsl(0, 0%, 100%);
    width: 295px;
    height: 60px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 700;
    margin-top: 33px;
    margin-left: 4px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
button:hover {
    background-color: hsl(158, 52%, 17%);
}

.icon_cart {
    padding-right: 9px;
    max-width: 100%;
    height: auto;
    width: 20px;
}


/*//////////////////////// Media Quirys //////////////////////////*/




@media only screen and (max-width: 750px) {
    .container{
        flex-direction: column;
        overflow: hidden;
        margin-top: -30;
        position:relative;
        
    }
    .image-product-1 {
        display:none;
        
    }
    .image-product-2 {
        display: inline-block;
        padding-left: 0px;
       /*margin-bottom: -10px;*/
        width: 377px;
        height: auto;
        border-radius: 10px 10px 0px 0px;
        position: relative;
        top: 3px;
        }
        

    .side2 {
        width: 377px;
        height: 400px;
        margin-left: 0px;
        border-radius: 0px 0px 10px 10px ;
        padding-top: 10px;
        position: relative;
        bottom: 1px;
    }

    .text_all {
        padding-left: 25px;
        padding-top: 23px;
    }


    h1{
        font-family: 'Fraunces', serif !important;
        font-size: 35px;
        line-height: 35px;
        position: relative;
        bottom: 13px;
    }
    
    p {
        font-size: 14.5px !important;
        margin-top: 0px;
        line-height: 25px;
        color: hsl(228, 12%, 48%);
        position: relative;
        bottom: 19px;
        letter-spacing: .5px;
        
    }
    .text_1{
        display: none;
    }
    .text_2{
        display: inline-block;
    }
    .paragraph_2 {
        display: inline-block;
    }
    .paragraph_1 {
        display: none;
    }
    .top-text{
        color: hsl(158, 36%, 37%);
        letter-spacing: 5.5px;
        font-size: 13.5px;
        position: relative;
        bottom: 5px;
    }
    .price {
        display: flex;
        flex-direction: row;
        position: relative;
        bottom: 25px;
    }
    
    .pricing {
        font-size: 35.5px;
        font-family: 'Fraunces', serif !important;
        color:hsl(158, 36%, 37%);

    }
    
    .old_pricing {
        text-decoration: line-through;
        color: hsl(228, 12%, 48%);
        align-self: center;
        margin-left: 21px;
        font-size: 14px;
    }

     button {
        width: 324px;
        height: 53px;
        font-size: 15.5px;
        letter-spacing: 1px;
        margin-left: 2px;
        position: relative;
        bottom: 41px;
    }
    


    .icon_cart {
        padding-right: 11px;
        max-width: 100%;
        height: auto;
        width: 18px;
    }

}