/* ---------------------------------- */
/* Single Product Page Styling Start */
/* -------------------------------- */

#single-product .container{
    max-width: 1250px !important
}

#product-tabs{
    padding: 0;
}

.prodct-details .title{
    text-transform: capitalize;
    color: #02123a;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
}

.enquiry-btn{
    background-color: #02123a !important;
    padding: 10px 20px !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.categories{
    color: grey;
}

.product-code{
    margin-bottom: 0;
    color: grey;
}

.description{
    text-align: justify;
    color: gray;
}

.price{
    font-size: 25px;
    font-weight: 600;
}

.price strike{
    font-size: 20px;
    color: grey;
}

.discount{
    font-size: 25px !important;
}

.options{
    background-color: #eee;
    padding: 10px 20px;
    text-align: center;
    border: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #02123a !important;
    color: white !important;
    text-transform: uppercase;
}

.nav-link{
    text-transform: uppercase;
    font-weight: 600;
    color: #4770c2;
}

#product-tabs ul li.nav-link{
    color: #02123a !important;
    text-transform: uppercase;
}

.long-text{
    margin: 30px 0px 40px 0px;
    line-height: 26px;
    color: gray;
}

.select-options{
    padding: 10px 20px !important;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #f3f3f3;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #02123a;
    cursor: pointer;
    font-size: 1em;
}

.select-options::-ms-expand {
    display: none;
}

.move-left img {
    cursor: pointer !important;
    visibility: hidden;
}

.move-left::before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f053";
    font-size: 50px;
    right: 50px;
    top: 80px;
}

.move-right img {
    cursor: pointer !important;
    visibility: hidden;
}

.move-right::before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f054";
    font-size: 50px;
    left: 50px;
    top: 80px;
}

#image_preview_popup img{
    width: 90vh !important;
    pointer-events: inherit !important; 
}

#images-gallery img{
    pointer-events: inherit !important; 
}

#social-links ul li{
    list-style: none;
    display: inline;
    padding: 15px;
    padding-left: 0px;
    font-size: 20px;
}

#social-links{
    margin-left: 20px;
}

#social-links, #social-links ul{
    display: inline-block;
}

#social-links .fa{
    color: #02123a;
}

/* #social-links .fa-facebook{
    color: #365493;
}

#social-links .fa-twitter{
    color: #33ccff;
}

#social-links .fa-whatsapp{
    color: #24cc63;
}

#social-links .fa-linkedin{
    color: #0073af;
} */