*{
    margin: 0%;
    padding: 0%;
}

body {
  font-family: "Lato", sans-serif;
}
.fa-user,.fa-shopping-cart{
color: orange;
display: inline-block;
background: #f3e4dc;
border-radius: 50%;
width: 45px;
line-height: 45px!important;
text-align: center;

}
.fa-sign-out{
    color: orange;
    display: inline-block;
    background: #f3e4dc;
    border-radius: 50%;
    width: 45px;
    line-height: 45px !important;
    text-align: center;
}
.spa-bar
{
    color: #f3a500;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1c3351;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff!important;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.navbar-brand img
{
    max-width: 100px;
}
#nav-img
{
    max-width: 100px;
    padding-left: 10px;

}
.seren
{
    width: 80%!important;
}
.navbar
{
    background-color: #133350!important;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.card-text
{
    text-align: justify;
}
.third-banner-img
{
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    max-width: 100%;
}
.four-img, .gift-cards
{
    max-width: 100%;
    border-radius: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #f3a500!important;
    border-color: #f3a500!important;
}
.btn-primary:focus {
    color: #fff;
    background-color: #f3a500!important;
    border-color: #f3a500!important;
    outline: none!important;
}
#main-banner
{
    max-width:100%;
}
.footer-li li
{
    list-style: none;
    text-decoration: none;
}
ul
{
    padding-left: 0px!important;
}
.footer-section
{
    background-color: #133350;
    color: white!important;
    padding: 40px;
}
.copyright
{
    background-color: #0c2439;
    margin-top: -20px;
    padding: 10px;
}
a {
    color: black!important;
    text-decoration: none!important;
}

    .card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

svg{
    max-width:60%;
}

svg#freepik_stories-payment-information:not(.animated) .animable {
    opacity: 0;
}

svg#freepik_stories-payment-information.animated #freepik--background-simple--inject-3 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) slideDown;
    animation-delay: 0s;
}

svg#freepik_stories-payment-information.animated #freepik--Graphics--inject-3 {
    animation: 1s 1 forwards linear slideUp;
    animation-delay: 0s;
}

svg#freepik_stories-payment-information.animated #freepik--Device--inject-3 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) slideLeft;
    animation-delay: 0s;
}

svg#freepik_stories-payment-information.animated #freepik--Hand--inject-3 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) slideUp,1.5s Infinite linear heartbeat;
    animation-delay: 0s,1s;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: inherit;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}


@media screen and (max-width: 768px) {
    #hidprox{
        display: none!important;
    }

}
@media screen and (max-width: 425px) {
    .seren {
        width: 60% !important;
    }
    #logo{
        max-width:22%!important;
    }

}
@media screen and (max-width: 768px) {
    #hidprox {
        display: none !important;
    }
  
}
@media screen and (min-width: 2560px) {
    #mx{
        display: none !important;
    }
}@media screen and (min-width: 1440px) {
    #mx{
        display: none !important;
    }
}@media screen and (min-width: 1024px) {
    #mx{
        display: none !important;
    }
}

.__web-inspector-hide-shortcut__ {
    visibility: hidden !important;
}