.menu-item__has-sub-menu{
    position: relative;
}
.sub-menu{
    opacity: 0;
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 20px;
    background-color: #fff;
    padding: 50px 50px 10px;
    max-width: 1280px;
    width: 70vw;
}

.text-danger{
    color:red;
}

.menu-item__has-sub-menu:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.sub-menu__categories{
    display: block;
    padding: 0;
    margin: 0;
}
.sub-menu__sub-categories{
    display: block;
    padding: 0;
    margin: 0;
}
.section-title{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 100;
    color: #6c6c6c;
    text-align: center;
    margin: 75px 0;
    letter-spacing: 10px;
}

.section-title-small{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 100;
    color: #6c6c6c;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}

.section-title.mobile{
    display: none;
}

.images-features-box .images-features-box-wrap{
    width: 100%;
    max-width: calc(100% - 10vw);
    margin: 0 auto;
    padding: 0 50px;
}

.images-features-box .images-features-box-wrap .item{
    display: block;
    transition: all 0.4s ease;
    box-shadow: 3px 3px 7px 2px #1e2435cc;
    background-size: 150%;
    padding: 25px;
}

.images-features-box .images-features-box-wrap .item:hover .label{
    color: #e91c24;
}

.images-features-box-item__image{
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.images-features-box .images-features-box-wrap .item{
    height: 465px;
}

.images-features-box .images-features-box-wrap .item .label{

}

.gallery-preview{
    display: flex;
    width: 100%;
    max-width: calc(100% - 10vw);
    margin: 0 auto;
    padding: 0 50px;
}

.gallery-preview.mobile{
    display: none;
}

.gallery-preview__item{
    width: 100%;
    max-width: 25%;
    margin: 0 5px;
}

.gallery-preview__item.slick-slide{
    opacity: 1;
}

.products-list .slick-slide{
    opacity: 1;
}

.gallery-preview__item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.short-products-list{
    background-color: #fff;
}
.short-products-list .short-products-list-wrap{
    padding: 0;
}
.subscription-box .right-side form input{
    border-radius: 0;
}
.subscription-box .right-side form button{
    border-radius: 0;
    background-color: #e91c24;
}
.slick-next:before, .slick-prev:before{
    color: #e91c24;
}
header{
    top: 0;
    position: relative;
    /* padding: 0 50px; */
    width: 100%;
    /* max-width: calc(100% - 10vw); */
    margin: 0 auto;
}

.header-additional-navigation{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 33.3%;
}
.header-additional-navigation li{
    margin-bottom: 20px;
}
.header-additional-navigation__item{
    font-weight: bold;
    text-transform: uppercase;
    color: #1e2333;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Inter;
    transition: all 0.35s ease-in-out;
}
.header-additional-navigation__item:hover{
    color: #e91c24;
}
footer .bottom-footer .social-icons ul a.social-icon{
    color: #fff;
    background-color: #1e2435;
    padding: 3px;
    font-size: 18px;
    border-radius: 20%;
}
.slick-dots li button:before{
    color: #e91c24;
    opacity: .75;
}
.slick-dots li.slick-active button:before{
    color: #6a6565;
}

.home-slider{
    padding: 0 50px;
    width: 100%;
    max-width: calc(100% - 10vw);
    margin: 0 auto;
}

.home-slider__item{
    max-height: 728px;
}

.home-slider__item img{
    object-fit: cover;
    object-position: center;
    height: 728px;
}

.lyw__slider .home-slider__item img{
    object-fit: cover;
    object-position: center;
    height: 620px;
}

.slick-prev{
    left: 0px;
}
.slick-next{
    right: 20px;
}
.slick-dots{
    left: 0;
}

.short-products-list .short-products-list-wrap{
    width: 100%;
    max-width: calc(100% - 10vw);
    margin: 0 auto;
    padding: 0 50px;
}

.header nav ul li a{
    font-size: 10pt;
}

.sub-menu__sub-category-list{
    display: none;
}

.sub-menu__category-item-link{
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #1e2333;
    letter-spacing: 1px;
    transition: all 0.35s ease-in-out;
}

.sub-menu__item-link{
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    color: #1e2333;
    font-family: 'Inter';
    transition: all 0.35s ease-in-out;
}

.sub-menu__categories{
    min-width: 240px;
    border-right: 2px solid #6c6c6c;
}

.sub-menu__sub-categories{
    min-width: 240px;
    margin-left: 25px;
}

.sub-menu__sub-categories ul{
    display: block !important;
}

.sub-menu__last-post-image{
    width: 100%;
    max-width: 600px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.sub-menu__blog{
    text-align: right;
    width: 100%;
}

.sub-menu__post-link{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    color: #1e2333;
    letter-spacing: 1px;
}

.center-button-container{
    display: none;
}

@media screen and (max-device-width:1280px), screen and (max-width: 1280px) {
    .header-additional-navigation{
        display: none;
    }
    .mobile-navigation-control a{
        background-color: #e91c24;
    }
    .home-slider__item img{
        height: 45vw;
    }
    .home-slider{
        padding: 0 25px;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 24px;
    }
    .slick-next{
        right: 5px;
    }
    .slick-prev{
        left: 0;
    }
    .slick-dots{
        bottom: -35px;
    }
    .section-title{
        font-size: calc(14px + 4vw);
        padding: 0 15px;
        margin: 75px 0 50px;
    }

   

    .images-features-box .images-features-box-wrap{
        padding: 0;
    }
    .images-features-box .images-features-box-wrap .item:last-child{
        margin: 0;
    }
    .images-features-box .images-features-box-wrap .item{
        height: 300px;
        width: calc(33.3% - 14px);
        padding: 6px;
    }
    .images-features-box-item__image{
        height: 250px;
    }
    .images-features-box .images-features-box-wrap .item .label{
        padding: 5px;
        font-size: 12px;
    }
    .gallery-preview__item img{
        height: 300px;
    }
    .short-products-list .short-products-list-wrap .products-list{
        padding: 25px 15px 0;
    }
    .gallery-preview{
        padding: 0 25px;
    }
    .short-products-list .short-products-list-wrap{
        padding: 15px 15px 0;
    }
    footer .footer-main{
        padding-top: 20px;
    }
    .mobile-navigation-control{
        max-height: 55px;
    }

    .box {
        width: 70%;    
        height: 165px;  
     }
}
/* 1284×2778 pixels at 460ppi  For iPhone 14 Pro Max, iPhone 15 Plus and iPhone 15 Pro Max */ 
@media only screen 
    and (width: 430px) 
    and (height: 932px) 
    and (-webkit-device-pixel-ratio: 3)
     {
        .lyw-wrap-p {
            display: none;
       } 
    }


/*For iPhone 12, iPhone 12 Pro, iPhone 13, iPhone 13 Pro, and iPhone 14:*/
@media only screen 
    and (width: 390px) 
    and (height: 844px) 
    and (-webkit-device-pixel-ratio: 3)
     {
        .lyw-wrap-p {
        display: none;
   } }

@media screen and (max-device-width:912px), screen and (max-width: 912px) {
    .lyw-wrap-p {
        width: 100%; 
   }

   .gallery-preview__item{
    width: 100%;
    max-width: 25%;
    margin: 0px;
}
}

@media screen and (max-device-width:768px),screen and (max-width: 768px) {
    .images-features-box .images-features-box-wrap .item{
        height: 250px;
        width: calc(33.3% - 14px);
        padding: 6px;
    }
    .images-features-box-item__image{
        height: 190px;
    }
    .mobile-navigation-control a{
        background-color: #e91c24;
    }
    .box {
        width: 65%;    
        height: 145px;  
     }

     .bottom-line{
        margin-block: auto;

    }
    
}
@media screen and (max-device-width:560px), screen and (max-width: 560px) {
    .images-features-box .images-features-box-wrap .item .label{
        font-size: 10px;
    }
    .mobile-navigation-control a{
        background-color: transparent;
    }
    .images-features-box .images-features-box-wrap .item{
        height: 155px;
        width: calc(33.3% - 14px);
        padding: 6px;
    }
    .images-features-box-item__image{
        height: 100px;
    }
    .slick-next{
        display: none !important;
    }
    .slick-prev{
        display: none !important;
    }

    .gallery-preview.web{
        display: none;
    }

    .section-title.web{
        display: none;
    }

    .gallery-preview.mobile{
        display: block;
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }

    .section-title.mobile{
        display: block;
    }   

    .home-img-container
    {
        display: none;
    }

    .boxcontainer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        max-width: calc(100% - 10vw); 
        margin: 0% auto 55% auto;       
        padding: 0 20px;
        height: 45%;
        justify-items: center;
        grid-template-rows: 19vh;
    }

    h4{
        margin: 2px 1px 1px 1px
     }

    .box {
         width: 100%;    
        height: 100px;  
     }

     .slick-dots{
        bottom: 0px;
    }

    .section-title{
        font-size: calc(14px + 3vw);
        padding: 0 15px;
        margin: 15px 0 15px;
    }

    .lyw-home-title{
        font-size: calc(8px + 3vw);
        letter-spacing:1px;
        font-weight: 500;
        display: flex;
        align-items: center;
       justify-content: center;
        flex-direction: column;
    } 
    
    .lyw-home-title.small{
        font-size: 16px;      
        font-weight: 500;
        letter-spacing:0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;        
    }

    .mobile-bar{
        display: none;
    }

    footer .footer-main{
        padding-top: 20px;
        background-color: #F6F5F5;
    }

    .bottom-footer{
        background-color: #F6F5F5;
    }

   .home-img-types{
        width: 100%;
    } 

    .home-img-types.bottom{
        padding-top: 35%;
    }

    .lyw-wrap-p
    {     
        /* width:fit-content;
        font-size: smaller;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; */
        display: none;
    }

   
    /* .lyw-wrap-p.small
    {     
        font-size: 14px;
        width:fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    } */

    .center-button-container {
        display: flex;
        justify-content: center; 
        align-items: center; 
        margin-top: 20px; 
        padding-bottom: 5%;      
    }

    .btn-mobile{
        background-color: black;
        color: white;
        width: 80%;
        border-radius: 10px;
        padding: 2%;
        font-size: 14px;
    }

    footer .footer-main .footer-column h4{
        margin: 10px 0 20px 0;
        font-size: 16pt;
        color: #1e2435;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Inter',sans-serif;
        font-weight: 500;
        letter-spacing: 4px;
    }

    footer .footer-main .footer-column ul li a {
    font-weight: bold;
    font-size: 12pt;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    letter-spacing: 3px;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
    }

    footer .bottom-footer{
        padding: 10px 40px;
    }

    .bottom-line{
        margin-block: auto;

    }
   
}