html, body{
    height: 100%;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

section{
    padding-top: 60px;
    padding-bottom: 60px;
}

header{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: top;
    background-size: cover;
}

header img{
    width: 25%;
}

.star-red{
    color: red;
    display: inline-block;
}

#loader-content{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0 , 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: none;
}

#loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #555;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.picture-bandeau {
    width: 100%;
}

.navbar-light{
    box-shadow: 0px 7px 12px #f3f3f3;
}

.navbar-brand .logo{
    width: 100%;
}

span{
    display: block;
}

button{
    color: #ffffff;
    border-radius: 2px;
    width: 160px;
}

footer{
    font-size: 11px;
    background-color: #F8F8F8;
}

.button-add-play{
    bottom: 60px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.bloc-logo img{
    max-width: 150px;
}

.picture-center{
    width: 100%;
    max-width: 500px;
}

.new-password{
    height: 77%;
}

i{
    padding-right: 10px;
}

input[type=submit]{
    width: 190px;
    font-weight: bold;
}

input[type=text], input[type=password], .custom-file-label{
    background-color: #F7F7F7!important;
    height: 40px;
    padding-left: 20px;
}

#end_order_form input{
    background-color: #ffffff !important;
}

#end_order_form h3{
    color: #233539;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 53px;
}

#end_order_form label{
    color: #233539;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 10px;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff !important;
}

.navbar-toggler{
    width: auto;
}

th{
    background-color: #F3F5F6;
}

.table thead th {
    vertical-align: middle;
    border-bottom: none;
}

.table td, .table th {
    padding: 1.5rem;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

table.no-border td{
    border: none;
}

.nav-item{
    padding-left: 80px;
}

.form-block{
    background-color: #F8F8F8;
    padding: 20px 30px;
}

.form-title{
    color: #233539;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.form-control {
    font-size: 14px;
    height: calc(2.25rem + 2px);;
}

.form-title{
    font-size: 18px;
    font-weight: bold;
}

.participate{
    margin-top: 60px;
    width: 250px;
}

#order-content{
    display: inline-block;
}

.form-content{
    background-color: #ffffff;
    padding: 40px 0;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 10px 16px 0 rgba(49,49,49,0.18);
}

.quantity-block{
    display: flex;
}

.quantity-input{
    background-color: #FFFFFF !important;
    height: 28px !important;
    border: none;
    max-width: 65px;
    text-align: center;
    padding-left: 0 !important;
    color: #363636;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
}

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

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

.help-block.with-errors{
    color: red;
}

.remove-quantity{
    height: 28px;
    width: 31px;
    border: 1px solid #CF1D2C;
    border-radius: 3px 0 0 3px;
    background-color: #CF1D2C;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add-quantity{
    height: 28px;
    width: 31px;
    border: 1px solid #CF1D2C;
    transform: rotate(180deg);
    border-radius: 3px 0 0 3px;
    background-color: #CF1D2C;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.total-cart{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #233539;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

.total-cart .amount{
    margin-left: 32px;
}

.pwd{
    color: #000000;
}

.bg-grey{
    background-color: #F3F5F6;
}

.credit {
    padding: 20px 0;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 16px 0 rgba(104,104,104,0.17);
    font-weight: bold;
}

.product img{
    height: 160px;
    width: 230px;
    object-fit: contain;
    margin-bottom: 20px;
}

.product-item{
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.product-thumb{
    display: table-cell;
    vertical-align: top;
    width: 140px;
}

.product-thumb img{
    width: 100%;
}

.product-info{
    display: table-cell;
    vertical-align: middle;
}

.product-title{
    font-weight: bold;
    padding-bottom: 5px;
}

.remove-from-cart{
    color: #EB3030;
}

.price{
    font-weight: bold;
    color: #CE1D2C;
}

.view-product{
    cursor: pointer;
}

img.product-image {
    width: 50px;
}

.modal-dialog {
    max-width: 992px;
}

.shipping-form{
    padding: 1.5rem 2rem;
}

.close{
    width: 50px;
}

.grid{
    width: 100%;
}

.coming-soon{
    color: #CE1D2C;
    font-size: 10px;
    font-style: italic;
    font-weight: 700;
    line-height: 11px;
    margin-right: 20px;
    display: inline-block;
}

.stock-block{
    display: inline-block;
    color: #233539;
    font-size: 12px;
    font-weight: 700;
    line-height: 9px;
    margin-left: 26px;
}

.stock{
    margin-top: 5px;
    color: #233539;
    font-size: 11px;
    line-height: 9px;
    font-weight: 500;
}

@media screen and (min-width: 1300px) and (max-width: 3300px)
{
    .button-add-play{
        bottom: 40px;
    }

    .participate{
        margin-top: 140px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1600px)
{
    .button-add-play{
        bottom: 40px;
    }

    .participate{
        margin-top: 20px;
    }
}

@media screen and (min-width: 911px) and (max-width: 1300px)
{
    .button-add-play{
        bottom: 40px;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px)
{
    .head-content{
        text-align: center;
    }

    .navbar-nav{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-item {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

    .product{
        text-align: center;
    }

    table{
        font-size: 10px;
    }

    .table td, .table th {
        padding: 0.5rem;
    }

    .product-item {
        min-width: auto;
    }

    .product img{
        margin-top: 40px;
    }

    header img{
        width: 50%;
    }
}

@media screen and (min-width: 0px) and (max-width: 450px)
{
    header{
        height: calc(100vh + 128px);
        background-position-y: -190px;
    }

    section{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}



