﻿

@media screen and (min-device-width: 320px) and (max-device-width: 577px) {

    #QUIC {
        padding:3px!important;
        background:white;
        color:black;
        font-size:12px;
        width:90%;
    }

}


@media screen and (min-device-width: 320px) and (max-device-width: 477px) {


    #pimage {
        height: 200px !important;
        width: 100% !important;
        border-radius: 
       10px;
    }
    #morepic {
        height: 50px!important;
        width: 50px !important;
    }

}

#pimage {
    width: 100% !important;
   
}
#morepic {
   /* height: 100px;*/
    width: 100px !important;
}
.BTN2 {
  
}

@media (max-width: 767px) {
    .offcanvas-start {
        width: 70% !important;
    }
    .offcanvas-body {
        max-height: 90vh; /* To ensure it doesn't cover the full screen */
        overflow-y: auto; /* Allow scrolling */
    }
}
li {
    list-style:none;
}
label {
    color: black; /* Text color white */
   /* Makes the font bold */
    font-family: "Arial", sans-serif; /* You can change this to any font you like */
}
h3 {
    color: black;
    font-family: "Arial", sans-serif;
}

@media screen and (min-device-width: 320px) and (max-device-width: 577px) {
    .ppp {
        height:250px!important;
    }

}
@media screen and (max-width: 577px) {
    .ppp {
        height: 250px;
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 577px) {
    .ppp {
        height: 250px;
    }
}
.imagess {
    height: 600px !important;
    width: 100% !important;
}

/* Media query for mobile devices */
@media screen and (max-width: 577px) {
    .imagess {
        height: 300px !important;
        width: 100% !important;
    }
}
.related {
    min-height: 450px !important;
    max-height: 450px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 577px) {

    .related {
        min-height: 300px !important;
        max-height: 300px !important;
    }
}
.banner {
    width: 100% !important;
    height: 400px !important
}

@media screen and (min-device-width: 320px) and (max-device-width: 577px) {
    .banner {
        width: 100% !important;
        height: 320px !important
    }

}

float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 54px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 50px;
    padding: 8px;
    text-align: center;
    margin-right: 15px;
}

.floatimages {
    height: 30px;
    width: 30px;
}

.my-float {
    font-size: 35px;
    margin: 0 -5px 0;
}

.fl-fl {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -147px;
    z-index: 1000;
    font: normal normal 10px Arial;
    transition: all .25s ease;
}

.fl-fl-sm {
    color: white;
    text-align: center;
}

fl-fl:hover {
    right: 0;
    color: white;
}

.float-whatsapp {
    top: 300px;
    margin-left: 4px;
}

.float-fb {
    top: 179px;
}

.float-rs {
    top: 215px;
}

.float-ig {
    top: 251px;
}

.float-sm .fa {
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
    width: 40px;
    margin-left: 6px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--blackColor);
    font-size: 12px;
    font-weight: 600;
    font-family: var(--optionalfontFamily);
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
    font-family: euclidFlex-r;
}
:root {
    --mainColor: black;
    --whiteColor: #ffffff;
    --blackColor: #000000;
}
* {
    text-transform: uppercase; /* Capitalizes all text */
}

h1, h2, h3, h4, h5, h6, h7, span {
    font-family: FreightBigProBook-r;
    font-weight: 100;
    
}
.main-navbar .navbar .others-option .option-item .cart-btn a span {
    background: #af3838;
}
.header-social li a i {
    color: #b92a2a;
}
h1, h2, h3, h4, h5, h6, h7, span,p::first-letter {
    text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #041e3a;
}
.default-btn {
    background: #041e3a;
}