:root {
    --weight-normal: 400;
    --weight-medium: 500;
    --weight-semi-bold: 600;
    --weight-bold: 700;
    --alma-orange: #fa5022;
    --soft-orange: #ffeadb;
    --alma-blue: #60d2df;
    --soft-blue: #e7f8fa;
    --alma-yellow: #ffcf00;
    --soft-yellow: #fff5cc;
    --alma-green: #4bb543;
    --soft-green: #e2f3e1;
    --alma-red: #CF2020;
    --soft-red: #ffecec;
    --off-white: #f9f9f9;
    --light-gray: #F0F0F0;
    --dark-gray: #6C6C6C;
    --off-black: #1a1a1a;
    --bg-info: rgb(243, 227, 203);
    --text-info: rgb(105, 51, 3);
    --btn-bg: rgb(105, 51, 3);
    --white: #fff;
    --black: #000;
    --top_panel_height: 100px;
}

*{
     box-sizing: border-box;
}
/* @font-face{
    font-family: SansCondensedBold;
    src: url('/static/fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf');
}
@font-face{
    font-family: SansCondensedLight;
    src: url('/static/fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf');
} */
@font-face{
    font-family: AndaleMono;
    src: url('/static/fonts/Andale Mono.ttf');
}
@font-face{
    font-family: Editorial;
    src: url('/static/fonts/The Letter Editorial.ttf');
}
@font-face{
    font-family: BodoniModa;
    src: url('/static/fonts/BodoniModa.ttf');
}
@font-face{
    font-family: FiraCode;
    src: url('/static/fonts/FiraCode-Retina.ttf');
}
@font-face{
    font-family: FiraCodeRegulal;
    src: url('/static/fonts/FiraCode-Regular.ttf');
}
/* @font-face {
  font-family: 'FiraCodeRegulal';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDujMR7eS2AopSg.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} */

.float-right{
    float: right;
}
.align-center{
    text-align: center!important;
}
.align-right{
    text-align: right!important;
}

/*-------------------------------------- */
  
@media screen and (min-width: 250px){ /* > 300 */
   .action-btn{
        width: 30px;
        height: 30px;
    }
}    
@media screen and (min-width: 600px){ /* > 600 */
    .display-product{width: 47%!important;}
    .prod-name{font-size: 0.9rem;}
    .prod-id{font-size: 0.9em;}
    .cart-button{font-size: 0.8rem!important;}
    .action-btn{
        width: 40px;
        height: 40px;
    }
}
@media screen and (min-width: 786px){
    .display-product{width: 30%!important;}
    .price{font-size: 0.8em!important;}
    .megusta-item{width: 40%!important}
    .modal-dialog{max-width: 100%;}
    .rinastudio{font-size: 30px;}
    .cart-button{font-size: 0.8rem!important;}
    .action-btn{
        width: 50px;
        height: 50px;
    }
} 

@media screen and (min-width: 992px){ 
    .display-product{width: 22.3%!important;} 
    .phone-num{display: inline !important;}
    .price{font-size: 1em!important;}
    .modal-dialog{max-width: 80%;}
    .rinastudio{font-size: 36px;}
    .cart-button{font-size: 0.8rem!important;}
    .action-btn{
        width: 60px;
        height: 60px;
    }
}

@media print {
    .cuenta-main {
        page-break-after: always;
    }
    .tag-print {
        display: none;
        margin-top: 40px;
    }
}

html {
    align-items: center;
    margin: auto;
    width: 100%;
    border: 1px solid rgb(191, 191, 191);
    background-color:  rgb(191, 191, 191);
}
body {
    position: relative;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 16px;
    background-color: rgb(238, 236, 236);
    font-size: 1rem;
    font-family: 'FiraCodeRegulal';
}

h5{
    color:rgb(93, 49, 1)!important;
}
.main-block{
    /* margin-top: var(--top_panel_height); */
    margin-bottom: 10px;
}

.img-cart-button{
    width: 100px;
    height: 30px;;
}
.cart-button{
    padding: 4px 10px;
    border: 0.5px solid gray;
    border-radius: 6px;
    color: black;
    font-size: 0.9rem;
    font-family: 'SansCondensedBold';
    background-color: #ffa42d!important;
    text-decoration: none;
}

.in_cart-button{
    padding: 4px 10px;
    border: 0.5px solid rgb(78, 3, 3);
    border-radius: 6px;
    color: rgb(34, 33, 2);
    font-family: 'SansCondensedBold';
    background-color: #7afa31!important;
    text-decoration: none;
}

.modal {
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 10000;
   overflow: auto;
   overflow-y: scroll;
}

.modal-dialog{
    padding: 0;
    margin: 0 auto;
    border: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 13px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-content{
    border-radius: 0;
    /* width: 100%!important; */
}
.modal-title{
    position: fixed;
    font-size: 1.2rem;
    font-weight: bold;
    color: brown;
    background-color: #f9f9f9;
    z-index: 1000;
    width: 100%;
    opacity: 0.99;
}
.customer-data{
    font-size: 0.9rem;
}

.modal-header, .modal-footer{
    border-radius: 0;
    border: 0.5px rgb(228, 218, 221) solid;
    padding: 4px 20px;
    background-color: var( --light-gray);
}


/* .modal-open-no-scroll {
    position:fixed;
    height: 100%;
    overflow:hidden;
} */

.btn{
    font-family: Arial, Helvetica, sans-serif!important;
}
/* .bg-light{
    background-color: var(--soft-orange)!important;
} */
.bgr-info{
     background-color: var(--light-bordo)!important;
}

 .form-label{
     color:rgb(136, 91, 33)!important;
     font-style: italic;
     font-size: 0.9rem;
}

.cart-badge{
    display:inline-block;
    width: 24px;
    height: 26px;
    /* border: 1px solid black; */
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    margin-left: -16px;
    z-index: 200;
    color: white;
    background-color: rgb(36, 170, 36);
}
.a-button{
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
.a-button:hover{
    text-decoration: none;
}
 .close-button {
    background-color: transparent;
    text-align: right;
 }
 .close-button .my-order{
    float: left;
    font-size: 1.5rem;
    color: brown;
}

.fixed-bottom a {
     color: white;
     display: inline-block;
     margin-left: 30px;
}

 .fixed-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    font-family: 'Courier New', Courier, monospace;
    height: 36px;
    font-size: 13px;
    color: white;
    background-color: rgb(68, 24, 24);
    z-index: 10000;
}

.scrolled-panel{
    display: block;
    height: 80px;
    padding: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: var(--normal-bordo);
    z-index:100;
}
.scrolled-panel .ptr{
    display: inline-block;
    width: 30px;
    height: 100%;
    background-color: white;
    padding-right: 20px;
    color:black;
}
.scrolled-panel .item{
    display:inline-block;
    padding-right: 20px;
    text-align: center;
    color:white;
}
.scrolled-panel .item img{
    height: 60px;
    width:60px;
    border-radius: 20px;
}
.scrolled-panel .item span{
    font-size: 12px;
}
.scrolled-panel .item text{
    display: block;
    width: 300px;
    height: 300px;
    font-size: 10px;
}


.pop-products-panel{
    height: 100px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: hidden;
    scrollbar-width: none;
    width: 330px;
}
.pop-products-panel .block-sm{
    position: relative;
    display:inline-block;
    margin-right: 12px;
    width:160px;

}
.pop-products-panel .block-sm img{
    width:50px;
    height: 60px;
}
.pop-products-panel .block-sm .pointer{
    position: absolute;
    bottom:8px;
    left:-3px;
    width:40px;
    height: 40px;
}

.login-center{
    width: 360px;
    /* position: absolute;
    top: 260px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: transparent; */
    padding: 30px;
}

input[type='file'] {
    color: transparent;
}
label{
    /* display:inline; */
    color:rgb(60, 33, 6);
    font-size: 0.8rem;
    /* width: 130px; */
    margin-bottom: 4px;
}
.author-comment{
    font-size: 12px;
    font-style: italic;
    color:red;
    background-color: #f9f9f9;
    padding: 10px;
}
.author-comment::before{
    content: "Read this: ";
}


.empty-page{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 1.1rem; */
    font-weight: bold;
    font-style:italic;
    margin: 0;
    background-image: url("/static/icons/select_later.webp");
    background-size: contain;
}
/* .dropdown-item {
    width: 100%!important;
} */


.fluid-engine{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0
}

.main-bottom{
    margin-top: 16px;
    padding: 12px;
    font-weight: 100;
    color: white;
    background-color: rgb(45, 45, 3);
    width: 100%;

}
.main-bottom p{
    font-size: 0.8rem;
    font-family: cursive;
}

#picfile {
  opacity: 1;
}

#pic-panel {
  padding: 50px;
  display: none;
}
.phone-number{
    display:block;
    margin-bottom: 6px;
}

/* BLOG*/
   .blog-head{
        text-align: right;
        padding: 20px;
    }
    .blog-page{
        padding: 12px 20px 12px 40px;
        font-family: 'Times New Roman', Times, serif;
        font-size: 1rem;
        overflow-y: scroll;
    }
    .blog-item{
        border-top: 0.5px solid gray;
        padding-top: 10px;
    }
    .blog-item p{
        text-indent: 30px;
        text-align: justify;
        text-justify: distribute;
    }
    .blog-review{
        color: rgb(20, 2, 2);
    }
    .blog-respuesta{
        font-style:italic;
        font-size: 0.9rem;
        color:rgb(83, 56, 4);
        padding-left: 30px;
    }
    .blog-phone{
        width: 300px;
        text-align: right;
    }