body{
    margin : 0px;
    padding-bottom : 0px!important;
}
.rubik, h1, h2, h3{
    font-family: 'Rubik Dirt', cursive;
}
.navbar-item-custom, .navbar-item-custom a {
    color : #fff;
}
.nav-link:hover{
    color : red!important;
}
.footer-custom{
    text-align: center;
    bottom: 0;
    width : 100%;
    height:60px;
    background-color : #17a2b8;
    padding-top: 1.5rem;
    margin-top : 3rem;
    color: #fff;
}
h5{
    text-transform : uppercase;
    font-size : 1rem;
    margin-bottom: 1px;
}
.product-container{
    margin-bottom: 7rem;
}
.product-item{
    margin-top: 1rem;
}
.product-item .product-subtitle{
    font-size: 0.9rem;
    display : block;
    margin-bottom: 0.7rem;
}
.product-item .product-price{
    font-size : 0.8rem;
}
.product-page-price{
    font-size : 1.3rem;
}
.cart-icon{
    height : 1.1rem;
    padding-left : 1rem;
}
.block-small{
    max-width : 60%;
    margin : 0 auto;
}
.form-check{
    background-color : #f4f8ff;
    padding: 20px 65px;
    margin-top: 7px;
}
.col-form-label{
    font-weight: bold;
}
.order-summary{

    margin-top: 22px;
}
.img-validate{
    border: 1px solid black;
}
.block-order-summary{
    border-left: 1px solid rgba(77, 87, 186, 0.5);
}

.account-item{
    background-color: #f1f2f6;
    padding : 4rem;
}

.account-item a{
    color : #4b6584;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
}

.account-item a:hover{
    color : #778ca3;
    text-decoration: none;
}
.icon-account{
    color: #0d6efd;
}
.form-check-input{
    margin-left: -1rem!important;
    margin-top: 0.4rem!important;
}
.text-decoration-underline{
    text-decoration : underline;
}

.number {
    font-size: 3rem;
    text-align: left!important;
}

.paragraph-block {
    text-align: justify;
}
.contact-block{
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
.contact-block-left{
    border-right: 1px solid rgba(77, 87, 186, 0.5);
}
.contact-title{
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}