 /* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

 html {
    font-size: 62.5%;
}
@media (max-width: 998px) {
    html {
        font-size: 55%;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 45%;
    }
}

h1 {
    font-size: 4.5rem;
}
h2 {
    font-size: 4rem;
}
h3 {
    font-size: 3.5rem;
}
h4 {
    font-size: 3rem;
}
h5 {
    font-size: 2.5rem;
}
h6 {
    font-size: 2rem;
}

p {
    font-size: 2rem;
}

label {
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}
div {
    font-size: 2rem;
}
li {
    font-size: 2rem;
}
fieldset {
    width: 95% !important;
    max-width: 900px;
}

legend {
    font-size: 2rem;
}

.menu-brand{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
input {
    font-size: 1.5rem;
    padding: 0.5rem;
}
/* button {
    font-size: 1.5rem !important;
}
.menu-brand img {
    width: calc(10vw + 10px);
} */

/* MAin CSS */

/********** Template CSS **********/
:root {
    --primary: #0463FA;
    --light: #EFF5FF;
    --dark: #1B2C51;
}

* {
    font-family: 'Lora', serif !important;
}

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lora', serif !important;
}

label {
    font-weight: 900;
}

.error{
    color: red;
    font-weight: 900;
}
.required {
    position: relative;
}
.required:after {
    position: absolute;
    top: -15px;
    content:" *";
    font-size: 40px;
    color: red;
  }
.reg-login {
    width: 100%;
    max-width: 500px;

}
.reg-login > div {
    background-color: rgb(210, 232, 247);
}

.link-image {
    cursor: pointer;
}
.link-image:hover {
    /* box-shadow: 0 0 2000px 0 black inset; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.display-1 {
    background-color: rgba(0, 0, 0, 0.589);
}
.icon-size {
    width : calc(1.475rem + .3vw);
    /* filter: invert(22%) sepia(84%) saturate(4500%) hue-rotate(215deg) brightness(104%) contrast(97%); */

}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
#wa-modal {
    position: fixed;
    bottom: 100px;
    right: 0%;
    /* transform: translate(-50%, -50%); */
}

#wa-msg {
    white-space: pre-wrap;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}
.navbar i {
    color: white !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--light);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}
.navbar button {

}
.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
    color: var(--light);
}

.navbar .navbar-nav .nav-link {
    color: var(--light);
    font-weight: 500;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




/*** Header ***/

.user-acc {
border-radius: 10px;
display: none;
position: absolute;
right: 100%;
top: 110%;
border: 1px solid black;
padding: 8px 8px;
background-color: rgb(255, 255, 255);
}

.user-acc a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.user-acc .fa {
    color: rgb(0, 0, 0);
}

.header-carousel {
    width: 100%;
    height: auto;
    /* max-height: 70vh; */
}

.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
/*
.page-header {
    background: url(../img/header-page.jpg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
} */


.cart-block {
background-color: beige;
padding: 20px 5px;
box-shadow: 0 0 7.5px 2.5px rgb(153 153 153 / 15%);
margin-bottom: 20px;
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

