.main{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
*{
    font-family: lora;
}

h1{
    font-family: lora-bold;
}
@font-face {
  font-family: lora;
  src: url(../fonts/Lora-Medium.ttf);
}
@font-face{
    font-family: lora-bold;
  src: url(../fonts/Lora-Bold.ttf);}
.logo{
    max-width: 100%;
    height: 12.8vmin;
    padding: 0.4vh;
}
.navbar{
    height: 13.4vh;
}
.nav-link{
    color: white !important;
    font-weight: bold;
}
.nav-item{
    margin-right: 14px;
}
.header-background{
    background-color: #a8c2e5;
}
.navbar-brand{
    color: white !important;
    font-weight: bold;
    font-size: 40px;
}
.nav-icon{
    font-size: 2.6vh;
}
.menu{
    left: -40px !important;
}
.carousel{
    margin-top: 4.2vh;
    width: 85%;
}

.slider-img{
    width: 100%;
}

.product-image{
    width: 80%;
    padding-top: 1%;
    margin-left: 10%;
    height: 15vh;
    object-fit: contain;
    margin-bottom: 20%;
}
.links:hover .product-image{
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}
.product-title{
    font-size: 20px;
    font-weight: bold;
    padding-left: 0.1%;
    color: black;
    overflow-wrap: break-word;
}
.product-subtitle{
    color: grey;
    padding-left: 0.1%;
    overflow-wrap: break-word;
}
.product-price{
    color: black;
    font-weight: bold;
    font-size: 24px;
    margin-left: 2%;
}
.product-button{
    margin-left: auto;
}
.footer-text{
    color: white;
    text-align: center;
}
.footer-link{
    color: white;
    padding-left: 10px;
}
.footer-link:hover{
    color: #048fbf;
}
.links{
    text-decoration: none;
    display: contents;

    overflow: hidden;
}
.category-headers{
    padding-left: 4.2%;
    font-size: 42px;
    font-weight: bold;
    position: relative;

}
.category-headers::after{
    content: '';
    position: absolute;
    background: #0003a3;
    bottom: 0;
    height: 4px;
    width: 1em;
    left: 4.2%;
}
.links:hover .category-text{
    transform: scale(1.04);
    transition: all .2s ease;
}
.category-text{
    text-align: center;
    color: black;
    font-size: 36px;
    font-weight: bold;
    padding: 12%;
    border-radius: 12px;
    object-fit: cover;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.category-div{
    position: relative;
    width: 100%;
    height: 100%;
}
.link{
    color: white;
    text-decoration: none;
}
.link:hover{
    color: #048fbf;
}
.itena-logo{
    width: 6.8%;
}
.my-3{
    padding: 0.7%;
}
.nav-container{
    background-color: #a8c2e5;
    z-index: 99;
}
.line{
    width: 60px;
    height: 5px;
    background-color: #12304E;
    margin-left: 19.8%;
}
.category-product{
    margin-right: 10px;
}
.category-footer-spacing{
    margin-bottom: 120px;
}
.category-product-image{
    width: 80%;
    padding-top: 1%;
    object-fit: contain;
    margin-left: 10%;
    height: 16vh;
    margin-bottom: 20%;
}
.links:hover .category-product-image{
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}
.carousel-product{
    margin-top: 0;
}
.product-text > p, li, .btn, .modal-text{
    font-size: 20px;
}
.bold{
    font-weight: bold;
}
.modal-dialog{
    max-width: 75%;
}
.black{
    background-color: black !important;
}
.black-arrow-r{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='7a7a7a'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    fill: #000000;
}
.black-arrow-l{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='7a7a7a'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.navbar-light, .navbar-toggler{
    border-color: #0003a3 !important;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.description-product-price{
    color: black;
    font-weight: bold;
    font-size: 32px;
}
.price-paragraph{
    margin-top: 10px;
}
.overflow-wrap-anywhere{
    overflow-wrap: anywhere;
}
.about-us-text{
    font-size: 30px;
}
.product-headers{
    display: table;
    border-radius: 6px;
    color: white;
    background: #048fbf;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-title{
    font-size: 24px !important;
    text-transform: uppercase;
    color: #048fbf;
}
.container-contact100{
    background-color: white;
    min-height: 40vh;
}
.contact100-form-btn{
    background-color: #048fbf;
}
.contact100-form-btn:hover{
    background-color: #0003a3;
}
.contact100-form-title{
    font-family: lora-bold;
}
.text-align-center{
    text-align: center;
}
.btn-primary{
    background-color: #048fbf;
    border-color: #048fbf;
}
.search-bar{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.search-icon{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.product-slider{
    width: 80% !important;
}
.product-description{
    color: #51585e;
    font-size: 1em !important;
}
.navbar-toggler{
    margin-bottom: 10px;
}
.case-insensitive{
    font-variant: small-caps;
}
#my-video{
    width: 100%;
    height: 34vh;
}
.video-row{
    padding: 26px;
}
.video-col{
    align-self: center;    
}
.video-title{
    text-align: center;
    text-decoration: overline;
    -webkit-text-stroke-width: thin;
    font-size: 2.5em;
    color: #048fbf;
    text-decoration-color: #048fbf;
}
.radio-input{
    display: inline-flex;
}
.relative{
    position: relative;
}
.cart-item{
    display: inline-flex;
    padding-bottom: 12px;
    padding-left: 4px;
}
.checkout-item{
    display: -webkit-box;
    padding-bottom: 12px;
    padding-left: 4px;
    width:80%;
}
.cart-dropdown{
    left: -218% !important;
}
.cart-delete{
    background-color: #a8c2e5;
    border-color: #a8c2e5;
}
.cart-delete:hover{
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.checkout-form{
    border-radius: 18px;
    padding-bottom: 16px;
}
.checkout-btn{
    margin-left: 10px;
}
.checkout-error-title{
    font-size: 38px !important;
    text-transform: uppercase;
    color: #048fbf;
    margin-top: 10%;
    text-align: center;
    margin-bottom: 10%;
}
.revealed{
    display:none;
}
.choice-label{
    padding-left: 4px;
}
.cart-price{
    float: right;
    margin-right: 10px;
    color: #048fbf;
    font-size: 26px;
}
@media (max-width: 767px) and (min-width: 577px){
    .product-image{
        height: 18vh !important;
    }
    .about-us-text{
        font-size: 26px;
    }
}
@media (max-width: 767px){
    .radio-input{
        display: block;
    }
    .about-us-thumbnail{
        width: -webkit-fill-available;
    }
    .modal-dialog{
        max-width: 100% !important;
    }
    .product-image{
        height: 30vh;
    }
    .btn-full{
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .price-paragraph{
        margin-left: 25%;
    }
    .navbar-brand{
        font-size: 30px;
    }
    .logo{
        height: 7.8vh;
    }
    .product-headers{
    display: block;
    border-radius: 6px;
    color: white;
    background: #048fbf;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    }
    .product-title{
        text-align: center;
        margin-top: 4px;
    }
    .carousel{
        width: 100%;
    }
    .video-col{
        margin-top: 24px;
    }
    .cart-item-name{
        font-size: 16px;
    }
    .video-title{
        display: none;
    }
    .revealed{
        display: block;
    }
}
@media (max-width: 1256px) and (min-width: 992px){
    .nav-item, .nav-link{
        font-size: 16px;
    }
    .navbar-brand{
        font-size: 26px;
    }
}
@media (max-width: 533px){
    .video-title{
        font-size: 1.8em;
    }
    .video-row{
        padding: 4px;
    }
}
@media (max-width: 577px){
    .category-product{
        width: 96%;
        margin-left: auto;
    }
    .dropdown-category{
        font-size: 16px;
    }
    .category-text{
        font-size: 24px;
    }
    .carousel-indicators{
        display: none;
    }
    .about-us-text{
        font-size: 22px;
    }
    .product-title{
        font-size:20px ! important;
    }
    .category-headers{
        font-size:32px;
    }
}
@media (max-width: 474px){
    .brand-name{
        display: none;
    }
}