h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
.vertical_center{
    display: flex;
    align-items: center;
}

.ml-1{ margin-left: 0.25rem}
.ml-2{ margin-left: 0.5rem}
.ml-3{ margin-left: 1rem}
.ml-4{ margin-left: 1.25rem}
.ml-5{ margin-left: 1.5rem}
.mr-1{ margin-right: 0.25rem}
.mr-2{ margin-right: 0.5rem}
.mr-3{ margin-right: 1rem}
.mr-4{ margin-right: 1.25rem}
.mr-5{ margin-right: 1.5rem}

.text-bold, .text-bold.table td, .text-bold.table th { font-weight: 700; }
.text-xs { font-size: 0.75rem !important; }
.text-sm { font-size: 0.875rem !important; }
.text-md { font-size: 1rem !important; }
.text-lg { font-size: 1.25rem !important; }
.text-xl { font-size: 2rem !important; }

.table td{
    padding: .5em;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.75rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 -1.875rem;
    text-align: center;
}
.spinner > div {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0); }
    40% { -webkit-transform: scale(1.0); }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          -ms-transform: scale(1.0);
          transform: scale(1.0);
      }
}
.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .8;
}

#menu_bar a:link, a {
    text-decoration:none;
}
#menu_bar div a:hover, div a:visited, div i:hover {
    text-decoration:none;
    color:#6c757d;
}
#menu_bar a:active, i:active{
    text-decoration:none;
    color:black;
}
#menu_bar .btn:focus {
    outline: none;
    box-shadow: none;
}

.icon-sn{
    font-size: large;
}
.icon-menu{
    white-space: nowrap;
    font-size: 30px;
}
.w-log{
    width: 20%;
}

#box_cat_list a:link, a {
    text-decoration:none;
}
#box_cat_list .nav-link:hover, .nav-link:visited {
    color:#6c757d;
}
#box_cat_list a:active{
    text-decoration:none;
    color:black;
}

.prod a:link, a {
    text-decoration:none;
    color: black;
}
.prod a:hover, a:visited {
    text-decoration:none;
    color:#6c757d;
}
.prod a:active{
    text-decoration:none;
    color:black;
}

.btn-close{ font-size: 10px; }
.hand{
    cursor: pointer;
}
.zoom{
    cursor: zoom-in;
}
.hide{
    display: none;
}

.btn-cor {
    position: relative;
    border-radius:50rem;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.btn-cor:hover{ box-shadow: none;  }
.btn-cor:focus{ box-shadow: none; }
.btn-cor-selected {
    border-radius:50rem;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.btn-cor-selected:hover{ box-shadow: none; border: 2px solid #000000;  }
.btn-cor-selected:focus{ box-shadow: none; border: none; }

.nav-pills .nav-link {
    color: #000000 !important;
    font-weight: bold;
    padding: 3px;
    margin: 2px;
}
.nav-pills .nav-link.active {
    padding: 3px;
    margin: 2px;
}

.txt-img h1, h2, h3, h4, h5{
    display:inline-block;
}

.main{ position: relative; }
.main .category_list{
    position: absolute;
    top: 2.5em;
    left: .81em;
    width: 200px;
    z-index: 10;
    border-radius: 5px;
}
.main .initial{
    position: absolute;
    top: .1em;
    right: -1.1em;
    z-index: 10;
    color: red;
    font-size: 25px;
}



.picture{ position: relative; }
.dto span{
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 10
}
.picture:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.out-of-stock{
    position: relative;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
}
.out-of-stock .text-out{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    /*font-family: "Cooper Black";*/
    font-size: 50px;
    color: black;
    font-weight: bold;
}

.carousel-item{ height: 450px; }
.carousel-item img{ height: 450px; }


#detailed h3 span{
    color: dimgrey;
    text-decoration:line-through;
}










/* background.img */
.section-counters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}
.text-banner{
    color: black; font-size: 50px; font-weight: bold;
    padding: 0 10px 0 10px ; background-color: white; opacity: 0.5; border-radius: 50px;
}
/* 404 */
#mainbox {
    height: 640px;
}
#mainbox #err_404 {
    color: #FF0080;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11rem;
}
#mainbox #msg_404 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.6rem;
}
#mainbox a {
    text-decoration: none;
    color: #FF0080;
}
#mainbox a:hover {
    text-decoration: none;
    color: #FF0080;
    font-size: 2.1rem;
}
/* footer */
footer{
    padding: 30px;
    color: #777777;
}
.background-dark{ padding-top: 20px; }
.background-dark a{
    text-decoration:none;
    margin-left: 50px;
    margin-right: 50px;
    color: #777777;
}
.background-dark a:hover{
    color: #777777;
}
.background-dark a .social_networks{
    font-size: 30px;
}
.background-dark span{
    font-size: 20px;
}
.background-dark .title{
    font-size: 18px;
    line-height: 1px;
}
.background-dark .paragraph{
    font-size: 14px;
}
.background-dark .copyright_txt{
    font-size: 12px;
    text-align: left;
}
.background-dark .developer_txt{
    font-size: 12px;
    text-align: right;
}

.blq_height{
    height: 437px;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.border_card{
    padding: 25px;
    border: 3px solid #7d9dd6;
    border-radius: 25px;
}

.table { vertical-align: middle; }

#modal_payment .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("../img/closed_red.svg"); !important;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.swal2-styled.swal2-confirm.swalBtnColor {
    color: #ff0000;
}

i.fa-info-circle{
    position: absolute;
    font-size: 1.2em;
    color: #E74C3C;
    top: .1em;
    right: .1em;
    z-index: 10
}
/*.input_empty { border: 0.1em solid #ff0000; }*/

@media (max-width: 575px) {
    .text-banner{ color: black; font-size: 20px; }
    .carousel-item{ height: 200px; }
    .carousel-item img{ height: 200px; }

    /* footer */
    .background-dark a{
        margin-left: 20px;
        margin-right: 20px;
    }
    .background-dark a .social_networks{
        font-size: 15px;
    }
    .background-dark span{
        font-size: 15px;
    }

    .background-dark .title{
        font-size: 16px;
    }
    .background-dark .paragraph{
        font-size: 12px;
    }
    .background-dark .copyright_txt{
        font-size: 10px;
        text-align: center;
    }
    .background-dark .developer_txt{
        font-size: 10px;
        text-align: center;
    }
}
@media (min-width: 576px) {
    #show_search{
        display: none;
    }
}

.error-page {
    margin: 20px auto 0;
    width: 600px;
}

@media (max-width: 767.98px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    display: block;
    margin-left: 190px;
}

@media (max-width: 767.98px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-size: 25px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}