@font-face {
    font-family: "CircularStd Bold";
    src: url("../fonts/Circular/CircularStd-Bold.otf");
}

@font-face {
    font-family: "CircularStd Light";
    src: url("../fonts/Circular/CircularStd-Light.otf");
}

html{
    scroll-behavior: smooth;
}

/* //Social media  */
#social-links ul{
    padding-left: 0;
}
#social-links ul li {
    display: inline-block;
} 
#social-links ul li a{
    padding: 6px;
    border-radius: 5px;
    margin: 1px;
    font-size: 25px;
}
#social-links .fa-facebook{
    color: blue;
}
#social-links .fa-twitter{
    color: deepskyblue;
}
#social-links .fa-linkedin{
    color: #0e76a8;
}
#social-links .fa-whatsapp{
    color: #25D366
}
#social-links .fa-reddit{
    color: #FF4500;;
}
#social-links .fa-telegram{
    color: #0088cc;
}
/* End of social media icons  */

body{
    font-family: "CircularStd Light";
    background-color: #fff;
    margin: 0px;
}

/* Add to Cart Notification  */
#addCartNotification{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 800;
}

/* //Slider  */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container{
  max-width: 90%;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot{
  height: 15px;
  width: 15px;
  margin: 0 0.5%;
  background-color: #D8D8D8;;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slider .active{
    border: 1px solid #FEF7F3;
    background: #F37022;
    width: 20px;
    height: 20px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* //END OF Slider  */

/* NavBAR */
#nav{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    z-index: 200;
}

.search_box{
    width: 95%;
    height: 55px;
    border: 2px solid #F37022;
    box-sizing: border-box;
    border-radius: 58.6832px;
}

.category{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #222222;
}

#account{
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222222;
}

#category-icon{
    width: 125px;
}

#logo-icon{
    width: 150px;
}
/* End of NavBar */

#banner, #main-cate{
    position: relative;
    margin-top: 10%;
}

.headings-yus{
    font-family: "CircularStd Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000000;
}

.cate-yus{
    border: 20.75px solid #F37022;
    border-color:  #F37022;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 50%;
    margin-bottom: 3%;
}

.popular-cate-title{
    font-size: 12px;
}

.cate-title-yus{
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

#footer{
    background-color: #F37022;
    color: #FCFCFC;
    font-family: 'Circular Std';
    font-weight: 450;
    font-style: normal;
    font-size: 18px;
    line-height: 30.6px;
}

.bg-yus{
    background-color: #F37022;
}

.card-title{
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    color: #3B3B3B;
}

.card-title, .card-curr-price, .card-prev-price{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-curr-price{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #222222;
}

.card-prev-price{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-decoration-line: line-through;
    color: #222222;
    margin-left: 1%;
}

.card-reviews{
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #7E7E7E;
}

.card-bag-label{
    font-style: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px 5px;
}

.btn-yus{
    background-color: #F37022;
    /* height: 56px; */
}

.btn-yus-conti-shopping{
    background-color: #FFFFFF;
    border: 1px solid orange;
}

.trust-title{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.trust-label{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

#product_img{
    /* width: 100px; */
    height: 200px;
}

#featured-product{
    transition: transform .2s; /* Animation */
}
  
#featured-product:hover{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#cart, #login{
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#cart-content, #login-content{
    width: 522px;
    height: 100vh;
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    right: 0px; 
}

/* #account-settings{
    position: fixed;
    left: 78%;
    z-index: 320;
} */

#account-settings-content{
    position: fixed;
    right: 0;
    overflow: auto; 
    z-index: 250;
}

#search-bar-callback{
    position: absolute;
    width: 38%;
    left: 37%;
    z-index: 100;
    max-height: 350px;
    overflow: auto;
}

#cart-header, #login-header{
    background-color: #F37022;
    height: 65px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

#cart-body, #checkout-cart-body{
    max-height: 550px;
    overflow: auto;
}

#cart-body-time-arrived{
    height: 58px;
    background: #FDE2D3;
    margin-top: 2%;
    margin-bottom: 2%;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 31px;  
    display: flex;
    align-items: flex-end;
    color: #222222;
}

#cart-body-products{
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
}

#cart-body-product-image{
    width: 146px;
}

#cart-body-product-image img{
    width: 60%;
}

#cart-body-product-title{
    width: 154px;
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: flex-end;
    color: #3B3B3B;
}

#cart-body-product-delivery-time{
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
    color: #7E7E7E;
}

#cart-body-product-remove{
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #222222;
}

#cart-body-product-price{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #222222;
}

#cart-body-product-add{
    font-style: normal;
    font-weight: 500;
    font-size: 14.1558px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222222;
    border: 1px solid #626262;
}

#cart-total{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: flex-end;
    color: #222222;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#cart-checkout{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 27px;
    color: #000000;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#cart-checkout .btn-yus{
    height: 46px;
}

#cart-checkout .btn-yus-conti-shopping{
    height: 46px;
    background-color: #FFFFFF;
    border: 1px solid orange;
    color: #222222;
}

#slide-wrapper{
    max-width: 100%;
    display: flex;
    min-height: 100px;
    align-items: center;
}

#slider{
    width: 100%;
    display: flex;
    max-height: 460px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.arrow{
    margin: 4% 0px;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    padding: 3px;
    width: 30px;
    height: 30px;
    opacity: .8;
}

.arrow:hover{
    opacity: .5;
    width: 25px;
    height: 25px;
}

#product-details-nav{
    font-style: normal;
    font-weight: 450;
    /* font-size: 14px; */
    line-height: 21px;
    display: flex;
    align-items: flex-end;
    color: #7E7E7E;
}

.product-details-title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: flex-end;
    color: #3B3B3B;
}

.product-curr-price{
    font-style: normal;
    font-weight: 500;
    font-size: 34.4714px;
    line-height: 68px;
    display: flex;
    align-items: center;
    color: #222222;
}

.product-prev-price{
    font-style: normal;
    font-weight: 450;
    font-size: 31.775px;
    line-height: 46px;
    display: flex;
    align-items: center;
    text-decoration-line: line-through;
    color: #222222;
}

.product-details-content{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 10px;
    display: flex;
    align-items: flex-end;
    color: #7E7E7E;
}

.product-description{
    font-family: "CircularStd Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #161616;
}

.product-description .active{
    background: #FEF7F3;
    border-bottom: 3px solid #F37022;
    cursor: pointer;
}

.product-description .not-active{
    border-bottom: 3px solid #E0E0E0;
    cursor: pointer;
}

.yus-shadow{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Loader */
.loader{
    border: 16px solid #f3f3f3;
    border-top: 16px solid #F37022;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 2s linear infinite;
}
  
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

#category-nav button{
    padding: 5px 34px;
    background: #EBEAEA;
    border-radius: 29.5464px;
}

#pagination-control li{
    margin-left: 10px;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    width: 45px;
    text-align: center;
}

.active-page{
    background: #FFFFFF;
    border: 2px solid #F37022;
}

#cate-btn, #store-btn, #sort-btn{
    position: absolute;
    top: 1.5%;
    left: 12%;
    z-index: 320;
    max-height: 340px;
    min-width: 283px;
    overflow: auto;
}

#store-btn{
    left: 20%;
}

#sort-btn{
    left: 76%;
}

#cate-btn div:hover, #store-btn div:hover, #sort-btn div:hover{
    background-color: #FDE2D3;
    border-left: 4px solid #F37022;
    cursor: pointer;
}

.hide-scroll-bar{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scroll-bar::-webkit-scrollbar{
    display: none;
}

@media only screen and (max-width:1024px)
{

    #banner{
        margin-top: 15%;
    }

    #category-icon{
        width: 85px;
    }

    #logo-icon{
        width: 120px;
    }

    #category-nav button{
        margin-top: 10%;
        padding: 2px 24px;
    }

    #cate-btn, #store-btn, #sort-btn{
        position: absolute;
        top: 8%;
        left: 8%;
    }
    
    #store-btn{
        left: 30%;
    }
    
    #sort-btn{
        left: 70%;
    }

    #cate-content{
        position: relative;
        top: -50px;
    }

    .card-bag-label{
        font-size: 24px;
    }

    #bag-icon{
        width: 12px;
    }

    /* .btn-yus{ */
        /* height: 46px; */
    /* } */
}

@media only screen and (max-width:768px)
{
    body{
        font-size: 12px;
    }

    #banner{
        margin-top: 5%;
    }
    
    #checkoutModal{
        margin-top: 28%;
    }

    #product_img{
        /* width: 65px; */
        height: 175px;
    }

    .card-curr-price{
        font-size: 20px;
    }
    
    .card-prev-price{
        font-size: 7px;
    }

    .deliveryDisplay{
        display: none;
    }

    #cate-content{
        position: relative;
        top: 100px;
    }

    .dot{
        height: 10px;
        width: 10px;
    }

    .card-bag-label{
        font-size: 14px;
    }

    #bag-icon{
        width: 18px;
    }

    .search_box{
        height: 50px;
        margin-left: 7%;
    }

    .headings-yus{
        font-size: 14px;
    }

    .cate-yus{
        border: 9.8146px solid #F37022;
    }

    .cate-yus img{
        width: 80%;
    }

    .cate-title-yus{
        font-weight: 450;
        font-size: 12px;
        line-height: 20px;
    }

    .card-title{
        font-weight: bolder;
        margin: 2% 0;
        font-size: 20px;
        line-height: 15px;
    }

    .card-bag-label{
        font-size: 16px;
        /* line-height: 16px; */
        margin: 0px 8px;
    }

    .product-description{
        font-size: 12px;
        line-height: 15px;
    }

    .btn-yus, #cart-checkout, .btn-yus-conti-shopping{
        font-size: 12px;
    }

    .card-reviews{
        font-size: 10px;
        line-height: 10px;
    }

    .trust-label{
        font-size: 12px;
    }

    #search-bar-callback{
        width: 67%;
        left: 13%;
    }

    .cart-no{
        position: relative;
        top: 13px;
        left: 50%;
    }

    #drawer{
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    
    #drawer-content{
        width: 100%;
        height: 88vh;
        background: #ddd;
        color: #333;
        overflow: auto; 
    }

    #drawer-content h1{
        color: #000000;
    }

    #drawer-content-category{
        height: 30vh;
        overflow: auto;
    }

    #drawer-trademark{
        position: fixed;
        bottom: 0px;
        background-color: #FFFFFF;
        width: 100%;
    }

    #nav-bottom{
        position: fixed;
        width: 100%;
        left: 0px;
        bottom: 0px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
        z-index: 200;
    }

    #search-result-mobile{
        height: 90vh;
        overflow: auto;
        z-index: 300;
    }

    #nav-bottom .title{
        font-style: normal;
        font-weight: 450;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #222222;
    }

    #cart-content, #login-content{
        width: 100%;
    }

    #cart-body-product-title{
        font-size: 10px;
    }

    #cart-body-product-delivery-time{
        font-size: 9px;
    }

    #cart-body{
        max-height: 60vh;
        overflow: auto;
    }

    #cart-body-empty{
        max-height: 100vh;
    }

    #cart-checkout{
        height: 25vh;
    }

    #category-mobile{
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 300;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    
    #category-mobile-content{
        width: 100%;
        min-height: 50vh;
        background: #FFFFFF;
        position: absolute;
        top: 20%;
        right: 0px; 
    }
    
    #category-mobile-header{
        background-color: #F37022;
        height: 65px;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }
    
    #category-mobile-body{
        max-height: 100%;
        overflow: auto;
    }

    #footer{
        margin-bottom: 50%;
        font-size: 12px;
    }
    
}

/* @media only screen and (max-width:712px)
{
    #drawer-content{
        position: relative;
        left: 0;
        height: 85vh;
        top: 10%;
    }
} */

/* Galaxy S III  */
/* @media only screen and (max-width:360px), screen and (max-height: 640px)
{
    #drawer-content{
        position: relative;
        left: 0;
        top: 20%;
    }
} */


/* Galaxy X8  */
/* @media only screen and (max-width:360px), screen and (max-height: 740px)
{
    #drawer-content{
        position: relative;
        left: 0;
        top: 18%;
    }
} */

@media only screen and (max-width:320px)
{
    #drawer-content{
        top: 18%;
    }

    #banner{
        margin-top: 10%;
    }

    #checkoutModal{
        margin-top: 15%;
    }

    .card-bag-label{
        font-size: 12px;
    }

    #bag-icon{
        width: 12px;
    }

    /* .btn-yus{ */
        /* height: 56px; */
    /* } */

}