@media screen and (max-width:1199px) {

    .display-date {
        display: none;
    }

    .display-time {
        display: none;
    }

    .dropdoun {
        width: 200px;
        left: -60px;
    }

    .main-nav>ul>li>a {
        margin-right: 8px !important;
    }


}

@media screen and (max-width:1023px) {

    .main-nav>ul>li:hover .dropdoun {
        display: none !important;
    }

    .main-nav>ul>li a {
        padding: 0;
    }

    .main-nav>ul {
        display: none;
        background-color: var(--primary);
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 99;

    }

    .main-nav>ul>li {
        margin: 10px 0;
        padding: 0 20px;
    }

    .header-bottom {
        background: none;
    }

    .bar {
        display: block;

    }

    .logo-icon {
        margin-left: 40px;
    }

    .main-nav.show>ul {
        display: block !important;
    }

    .main-nav>ul>li.show .dropdoun {
        display: block !important;
    }

    .main-nav>ul>li .dropdoun {
        background-color: var(--secondary);
        position: static;
       /* display: none;*/
        padding: 10px 0;
    }

    .main-nav.show .bar i::before {
        content: "\f00d";
        font-family: "FontAwesome";
    }

    .main-nav>ul>li i {
        display: block;
        position: absolute;
        top: 0;
        right: 30px;
        font-size: 22px;
        color: aliceblue;
    }
    .tab-banner-col{
        width: 50%;
    }
    #tab-banner{
        flex-direction: column;
        width: 100%;
    }
    .tab-banner-col{
        width: 100%;
        min-height: 0px;
    }
    .tab-banner-content {
        text-align: center;
        position: absolute;
        bottom: 29%;
        vertical-align: middle;
        left: 5%;
        transform: translateY(50%);
        width: 100%;
        z-index: 24;
        transition: all .4s linear;
        transform: scale(1);
    }
    .tab-banner-col:hover .tab-banner-content {
        transform: scale(1.1);
        bottom: 80%;
        left: -1%;
    }
}

@media screen and (max-width:767px) {
    .social-item {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .social-item ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header-logo-item {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-nav>ul {
        width: 100%;

    }

    .dropdoun {
        width: 100%;
    }

    #inner-banner {
        margin: 60px 0;
    }

    #inner-banner img {
        max-height: 400px;
    }

    .arrivals-card-main {
        display: flex;
        gap: 20px;
    }

    .product-col-card {
        width: calc(50% - 15px);
    }

    .porduct-boxes-main {
        row-gap: 50px;
    }

    .hide {
        display: block;
    }

    .hide-2 {
        display: none;
    }

    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
    
    .footer-col ul li a{
        font-size: 18px;
        line-height: 30px;
    }
    .footer-main {
        row-gap: 25px;
        justify-content: center;
    }
    .footer-col p{
        color: var(--primary);
    }
    .heading-title::before, .heading-title::after{
        max-width: 30%;
    } 
    .content{
        flex-direction: column;
        padding: 20px;
    } 
    .icons{
        width: 80%;
        margin: 0 auto;
    }
    .content h3{
        font-size: 24px;
    }
}

@media screen and (max-width:576px) {
   #product{
    margin: 50px 0;
   }
    .product-col-card {
        width: calc(100%);
    }

    .arrivals-card-main {
        padding: 0px;
    }

    .card {
        width: 100%;
        max-width: 100%;
    }

    .card-hover-main {
        gap: 20px;
    }
    .card-hover-main .heading-title{
        padding: 40px 0 0 0;
    }
    .heading-title::before, .heading-title::after{
        max-width: 25%;
    }  
    .content{
        flex-direction: column;
        padding: 10px;
    }
    .icons{
        width: 100%;
    }
    #button {
        margin: 30px;
      }

}

@media screen and (max-width:479px) {
    .social-content+ul {
        display: flex;
        flex-wrap: wrap;
    }

    .social-content+ul li {
        width: auto;
        margin-left: 10px;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-main {
        row-gap: 20px;
        justify-content: center;
    }

    .footer-icon ul {
        justify-content: unset;
        gap: 30px;
    }

    .heading-title::before, .heading-title::after{
        max-width: 0%;
    }  
    #button::after{
        font-size: 20px;
        line-height: 36px;
    }
    #button{
        width: 40px;
        height:40px;
        right:0;
        bottom: 0;
    }
}