html, body {
    height: 100%;
}

*{
    box-sizing: border-box;
}

.btn-whatsapp{
    display: block;
    width: 80px;
    height: 80px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

h1, h2, h3, h4, h5, h6, p, span, button, .nav-link, input, textarea, a, th, td, label, select, .ck-content{
    font-family: Helvetica, sans-serif;
    font-stretch: condensed;
}

.nav-link{
    font-weight: 750;
    font-size: 15px;
    text-align: center;
}

th, td{
    font-size: 18px;
}

body{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

body > div{
    height: 100vh;
}

h1{
    font-size: 38px;
}

#cart .tip {
    font-weight: 600;
    font-size: 17px;
}

.alert {
    font-size: 17px;
}

#go-back{
    font-size: 37px;
    color: #fff;
}

#admin-order table.clients th, #order table.clients th{
    background-color: #999999 !important;
    color: #fff;
}

#admin-order .simple-datatable div.ui.stackable.grid > .row:not(.dt-table), #order .simple-datatable div.ui.stackable.grid > .row:not(.dt-table){
    display: none !important;
}

.see-btn{ 
    color: #fff;
    font-weight: 700;
    background-color: #999999 !important;
}

.change-page-btn{ 
    color: #fff;
    font-weight: 700;
    background-color: #999999 !important;
    font-size: 20px;
    height: 45px;
    width: 45px;
}

.approve{
    background-color: #7ac943;
}

.printed {
    background-color: blue;
}

.reject{
    background-color: #ff1d25;
}

.pending {
    background-color: gray;
}

#go-to-cart{
    font-weight: 800;
    color: inherit;
    text-decoration: underline;
}

#logout {
    font-size: 13px;
    border-radius: 26px;
    background: #573e41;
    padding: 12px 15px;
    text-transform: uppercase;
    z-index: 99;
    top: 40px;
    right: 40px;
}

.navbar-light .navbar-toggler {
    border-color: #fff;
}

#products, #product, #cart, #orders-history {
    background-color: #fff;
}

#add-to-cart-response{
    position: fixed;
    border: 0;
    bottom: 2%;
    width: 35%;
    left: 33%;
    text-align: center;
    z-index: 99;
}

.layout-image{
    position: absolute;
    right: 0;
    top: -10%;
    z-index: 98;
}

.login-image{
    height: 110%;
}

#register select option{
  width:200px;
  height: auto;
  word-wrap: break-word;
  white-space: normal;
}

#login, #register, #home, #products, #product, #cart, #contact, #orders-history, #order{
    padding-bottom: 100px !important;
}

.no-stock{
    background: red;
    position: absolute;
    top: 37%;
    width: 100%;
}

.no-stock p{
    font-size: 20px;
}

a {
    text-decoration: none;
}

header{
    padding-bottom: 10px;
    position: relative;
}

header nav .button-container{
    align-items: center;
}

header nav.navbar {
    display: unset !important;
}

header nav .logo{
    width: 260px;
}

header nav ul.navbar-nav {
    align-items: center;
}

header nav ul.navbar-nav {
    font-size: 17px;
    text-transform: uppercase;
}

header nav ul.navbar-nav .slash {
    font-size: 37px;
    font-weight: 300;
}

.page-name-container{
    background-color: #ff1d25;
    color: #fff;
}

#login .card, #register .card{
    border-radius: 30px;
    background-color:rgba(255,255,255,.3);
    border:1px solid rgba(255,255,255,.3);
}

#login input, #register input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

#login option, #register option{
    color: #000;
}

#login input::placeholder, #register input::placeholder{
    color: #fff;
}

#login .input-group-text{
    padding: 14px;
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;    
    border: none;
}

#login .input-group-text i{
    color: #fff;
}

#register .card-header, #login .card-header {
    background-color: rgba(255,255,255,.7) !important;
    border-radius: 30px 30px 0 0 !important;
}

#login .card-header h5, #register .card-header h5{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

#login .card .remember-me{
    font-size: 15px;
    text-decoration: none !important;
    color: rgba(255,255,255,.3);
    font-style: italic;
}

#login .card .forgot-password{
    float: right;
    font-size: 15px;
    text-decoration: none !important;
    color: rgba(255,255,255,.3);
    font-style: italic;
}

#login .login-btn, #register .send-btn{
    background-color: rgba(255,255,255,.3) !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 11px !important;
}

#login .login-btn:hover, #register .send-btn:hover{
    background-color: rgba(255,255,255,.7);
}

#login .register, #register .login{
    text-decoration: none !important;
    font-weight: 600;
}

#home .who-we-are {
    margin-bottom: 100px;
}

#home .description{
    margin-left: auto;
    font-size: 18px;
    line-height: 18px;
    text-align: justify;
}

#home .featured-products .label{
    background-color: rgba(255,255,255,.3);
    text-align: right;
    margin-left: -380px;
    width: 595px;
    font-weight: 700;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}

#products .product .img{
    border-radius: 20px !important;
    width: max-content !important;
}

#products .product .img img{
    width: 155px !important;
    height: 155px !important;
    border-radius: 20px !important;
    box-shadow: 4px 4px 18px #000 !important;
}

#products .product .price{
    color: #000;
    font-size: 21px;
}

#products .product .stock{
    color: #000;
    font-size: 17px;
}

#products .product .code{
    color: #000;
    font-size: 15px;
}

#products .product .title{
    font-weight: 700;
    font-size: 14px;
    color: #808080;
}

#home .featured-products .price{
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

#home .featured-products .stock{
    color: #fff;
    font-size: 17px;
}

#home .featured-products .code{
    color: #fff;
    font-size: 15px;
}

#home .featured-products .title{
    font-weight: 800;
    font-size: 13px;
    color: #dadada;
}

#home .featured-products .add{
    font-weight: 700;
    color: red;
    font-size: 12px;
    border-radius: 20px;
    background-color: #fff;
    transition: color .2s ease, border .2s ease, background-color .2s ease, transform .2s ease;
}

#home .featured-products .add:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: red;
    transform: scale(1.1);
}

#products #searchbox{
    width: 50%;
}

input, select, label, #DataTables_Table_0_infom .paginate_button, textarea, .ck-content{
    font-size: 16px !important;
}

#products #searchbox input{
    background: transparent;
    color: #ff1d25;
    border-radius: 15px 0 0 15px;
    border-right: 0;
    text-align: right;
    background-color: rgba(255,255,255,.3);
}

#products #searchbox input::placeholder{
    color: #ff1d25;
    text-transform: uppercase;
    font-weight: 700;
}

#products #searchbox .input-group-text{
    background: transparent;
    color: #ff1d25;
    padding: 14px;
    border-left: 0;
    border-radius: 0 15px 15px 0;
}

#products #searchbox::placeholder{
    color: #fff;
    text-transform: uppercase;
}

#products #productsList .title{
  height: 40px;
}

#products .product .description {
    color: #868686;
    font-size: 14px;
    line-height: 18px;
}

#contact .salesman-email{
  color: #fff;
}
#contact .salesman-email:hover{
  color: rgb(230, 225, 225);
}

#contact form input, #contact form textarea{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    background-color: rgba(255,255,255,.3);
    border-radius: 10px;
    font-size: 20px;
}

#contact form textarea{
    height: 200px;
}

#contact form input::placeholder, #contact form textarea::placeholder{
    color: #fff;
}

#contact form button{
    background-color: rgba(0,0,0,.3);
    color: #fff;
    font-size: 18px;
    border-radius: 11px;
    transition: background-color .2s ease;
}

#contact form button:hover{
    background-color: rgba(0,0,0,.7);
}

#product img{
    width: 300px;
}

#product .title{
    font-size: 24px;
}

#product .code{
    font-size: 25px;
}

#product .price{
    font-size: 37px;
    font-weight: 700;
    color: #808080;
}

#product .stock{
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

#products .add, #product .add{
    font-weight: 700 !important;
    color: #fff !important;
    border-radius: 20px !important;
    background-color: #ff1d25 !important;
    transition: color .2s ease, border .2s ease, background-color .2s ease, transform .2s ease;
}

#product .add{
    font-size: 20px;
}

#products .add{
    font-size: 20px;    
    font-size: 12px;
    font-weight: 700 !important;
    color: #fff !important;
    border-radius: 20px !important;
    background-color: #ff1d25 !important;
    transition: color .2s ease, border .2s ease, background-color .2s ease, transform .2s ease;
}

#products .add:hover, #product .add:hover{
    color: #ff1d25;
    border: 1px solid #ff1d25;
    background-color: #fff;
    transform: scale(1.1);
}

#product .description-header{
    color: #808080;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}

#product .description {
    color: #808080;
    font-size: 17px;
    font-weight: 400;
}

#clientSide #dollarPrice {
    font-size: 16px;
    color: #fff;
}

#cart form {
    padding: 0 20px;
}

#cart table th, #orders-history table th, #order table th{
    background-color: #ff1d25;
    color: #fff;
}

#cart table td, #orders-history table td, #order table td{
    background-color: #fff;
}

#cart table img, #order table img{
    width: 70px !important;
    height: 70px !important;
}

#cart table .delete-btn{
    color: #ff1d25;
}

#cart .confirm-order-btn{
    color: #fff;
    font-weight: 700;
    background-color: #999999;
    font-size: 18px;
}

#cart .dataTables_wrapper .dataTable, #orders-history .dataTables_wrapper .dataTable, #order .dataTables_wrapper .dataTable {
    width: 100%!important;
}

#cart .total, #admin-order .total, #order .total{
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.general-image{
    width: 25%;
    top: -10%;
}

@media (max-width: 1798px){
    .registro-image{
        width: 35%;
    }
}

@media (max-width: 1714px){
    .registro-image {
        top: -4%;
    }
}

@media (max-width: 1527px){
    .registro-image{
        width: 29%;
    }
}

@media (max-width: 1440px){
    #home .featured-products .label {
        margin-left: -390px;
    }
    .general-image{
        top: -4%;
    }
}

@media (max-width: 1360px){
    .registro-image {
        top: -1%;
    }
}

@media (max-width: 1333px){
    #home .featured-products .title{
      height: 57px !important;
    }
}

@media (max-width: 1199px){
    #home .description {
        margin-left: unset;
    }
    #products #searchbox{
        width: unset;
    }
    header {
        padding-bottom: 0;
    }
    #products #productsList .title{
      height: 40px;
    }
    #home .featured-products .title{
        height: 40px !important;
    }
    header nav .logo{
        width: 260px;
    }
    #add-to-cart-response{
        width: 55%;
        left: 22.8%;
    }
    header nav .button-container {
        justify-content: center;
    }
    #login #login-card-container{
        width: 65%;
    }
}

@media (max-width: 1024px){    
    #home .description {
        width: unset;
    }
    #home .who-we-are {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px){
    header nav .button-container{
        display: unset !important;
    }
    #home .featured-products .title{
        height: 57px !important;
    }
    header nav .logo {
        width: 260px;
    }
    #clientSide #dollarPrice{
        text-align: center;
        font-size: 18px;
    }
    #login #login-card-container{
        width: unset;
    }
    #logout {
        font-size: 13px;
        border-radius: 26px;
        background: #573e41;
        padding: 9px 12px;
        text-transform: uppercase;
        z-index: 99;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 767px){    
    #login, #register, #home, #contact, #product, #cart{
        padding-top: unset;
    }
    #products #searchbox {
        width: unset;
    }
    #product img {
        width: 100%;
    }
    #cart form {
        padding: 0 10px;
    }
    #add-to-cart-response {
        width: 88%;
        left: 6%;
    }
    #home .featured-products .title{
        height: 40px !important;
    }
    #products #productsList .title{
        height: 40px;
    }
    .page-name-container > div{
        text-align: center;
    }
    .page-name-container h1, .page-name-container i{
        font-size: 27px !important;
    }
}

@media (max-width: 575px){
    #home .featured-products .title{
      height: unset !important;
    }
    #products #productsList .title{
        height: unset;
    }
    #products .product .price {
        font-size: 26px;
    }
    #products .product .title {
        font-size: 21px;
    }
    #products .product .stock, #products .product  .code {
        font-size: 22px;
    }
    #products .add{
        font-size: 17px;
    }
}

@media (max-width: 436px){
    table td, table th{
        font-size: 14px;
    }
    #cart .total, #admin-order .total, #order .total {
        font-size: 21px;
    }
}


@media (max-width: 425px){
    #home .featured-products .label {
        margin-left: -376px;
    }
    #product .title {
        font-size: 26px;
    }
    #product .add{
        width: 100%;
    }
    #add-to-cart-response{
        font-size: 13px;
    }
    .page-name-container{
        text-align: center;
    }
    #product .price{
        font-size: 34px;
    }    
}

@media (max-width: 375px){
    #home .featured-products .label {
        margin-left: -388px;
    }
}

@media (max-width: 320px){
    #products .product .img img {
        width: 130px;
        height: 130px;
    }
}