.wrap-slider{
    height: 90vh;
}
.card-product-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 10px; */
}
.card-product-info ul li {
    margin: 0 5px;
    font-size: 14px;
}
.card-product-info ul li p{
    line-height: 1.5;
}
footer .footer-menu .footer-menu-list{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
footer .footer-menu .footer-menu-list li{
    width: calc(33.33% - 20px)
}
footer .footer-heading{
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px;
}
.text-caption-1{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wrap-slider{
    position: relative;
}
.wrap-slider:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
}
.mobile-menu .icon, .mobile-phone{
    color:#fff;
}
.bg-white .mobile-menu .icon, .bg-white .mobile-phone{
    color:#131313;
}
.logo-header p{
    font-size: 20px;
    font-weight:900;
    color:#fff;
    text-transform: uppercase;
}
.bg-white .logo-header p{
    color:#131313;
}
.footer-logo p{
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer-bottom-wrap p{
    margin-bottom: 0;
}
.banner-left{
    text-align: justify;
}
.tf-sw-shop-gallery .swiper-wrapper{
    transition-timing-function: linear;
}
.product-swiper .swiper-wrapper{
    padding-bottom: 30px;
}
.pagination-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:75px;
    position: relative;
    z-index: 3;
}
.swiper-pagination-fraction{
    position: static;
    width: auto;
}
.image-breaker{
    height: 70vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.product-usage{
    height: 75vh;
    overflow: hidden;
}
.product-usage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.breaker-swiper .pagination-arrow{
    padding-bottom: 10px;
    margin-top: -40px;
    color:#fff;
}
.hover-img .img-style{
    
    border-radius: 16px;
}
.collection-circle.hover-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inner-c{
    margin-top: -100px;
    position: relative;
    z-index:10;
    padding: 30px 15px;
    border-radius: 16px;
}
.widget-content-inner ul{
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 25px;
}
.widget-content-inner ul li{
    list-style: disc;
}
.image span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:2;
    font-size: 64px;
}
.full-link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:3
}
#amazon p{
    font-size: 48px;
    line-height: 1.8;
}
#amazon img{
    height: 200px;
    transition: all 0.45s ease-in-out;
}
#amazon:hover{
    cursor: pointer;
}
#amazon:hover img{
    transform: scale(1.03);
}
.amazon-stores li a{
   text-align: center;
   padding: 15px 0;
   border:3px solid #eaeaea;
   display: block;
   margin-bottom: 10px;
   border-radius: 50px;
   font-weight: 700;
   opacity: 0.7;
}
.amazon-link img{
    width: 48px;
    height: 48px;
    position: absolute;
    top:50%;
    left:4px;
    transform: translateY(-50%);
}
.amazon-link:hover{
    background-color: #f5f5f5;
}
.partner-card{
    padding:25px;
    box-shadow: rgba(99, 99, 99, 0.05) 0px 2px 8px 0px;
    text-align: center;
    border-radius: 16px;
    margin-bottom:30px;
}
.partner-card .country{
    font-size:18px;
    text-transform: uppercase;
    font-weight:600;
}
.partner-card .partner-logo{
    padding: 10px 45px;
}
.partner-card .partner-desc p{
    font-size:18px;
    font-weight: 500;
    margin:10px 0;
}
.partner-card .partner-desc p a{
    font-size: 16px;
    color:#1ab801;
    font-weight: 600;
}
.inner-page-header{
    position: relative;
}
#header.inner-page-header .box-nav-ul .item-link{
    color: #131313;
}
.page-title{
    position: relative;
    color: #fff;
}
.page-title:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #131313;
    z-index: 0;
    opacity: 0.45;
}
.page-title .heading{
    color: #fff;
}
.page-title .link{
    color: #fff;
}
.bg-alt{
    background-color: #fafafa;
}
.navigation-next-slider, .thumbs-next{
    position: absolute;
    top:50%;
    right:15px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 20px;
    transition: all 0.45s ease-in-out;
}
.navigation-prev-slider, .thumbs-prev{
    position: absolute;
    top:50%;
    left:15px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 20px;
    transition: all 0.45s ease-in-out;
}
.navigation-next-slider:hover, .navigation-prev-slider:hover{
    background-color: rgba(255, 255,255, 0.9);
}
.dot{
    display: block;
    width: 5px;
    height: 5px;
    background-color: #131313;
    border-radius: 50px;
    margin-top: -2px;
}
.thumbs-next{
    right: 0;
}
.thumbs-prev{
    left: 0;
}
@media only screen and (max-width:600px){
    footer .footer-menu .footer-menu-list li{
        width: 100%;
    }
    .logo-header img{
        width: 100px;
    }
    .banner-cls-discover{
        height: 100% !important;
    }
    .inner-c{
        margin-top: 30px;
    }
    .hover-img .img-style {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }
    #amazon p{
        font-size: 32px;
    }
    #amazon img{
        height: 100px;
    }
}
