.header .main-header .header-left .header-logo{
    max-width: 450px;
}

.slider-text{
    color: #ffffff !important;
    text-shadow: -4px 2px black;
}

.product-pagenation{
    margin: 50px 0px;
    justify-content: end;
}

.header-bottom .discount{
    min-width: 200px;
}

.dropdown-language .dropdown-item img, .dropdown-language .dropdown-right img{
    object-fit: cover;
    vertical-align: middle;
}

.banner-ads-top img{
    width: 100%;
}

.box-newsletter.bg-brand-2{
    background-image: none;
}

.list-col-5 li{
    width: 25%;
}

.list-col-5 li .item-list{
    align-items: center;
}

.product-description ul.list-features li {
    margin: 10px 0px;
}

.product-image-slider.slick-slider .slick-track figure{
    height: 430px;
}

.card-grid-style-3{
    width: 25% !important;
}

.banner-ads-top img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.country{
    background: #2ecc71;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.country .content{
    display: flex;
    align-items: center;
}

.country .content span{
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;   
}

.header .main-header .header-left .header-shop{
    width: 20%;
}

.btn-cart2{
    background: #ffffff url(../imgs/template/cart.svg) no-repeat center !important;
}

.search-custom, .searchArea{
    display: none;
}

@media (max-width:600px){
    .list-col-5 li{
        width: 50%;
    }

    .card-grid-style-3{
        width: 50% !important;
    }

    .header .main-header .header-left .header-shop{
        padding-right: 50px;
    }

    .dropdown .sidebar-left .menu-texts.menu-close li a .text-link{
        display: inline !important;
    }

    .dropdown .sidebar-left .menu-texts.menu-close{
        min-width: 320px;
    }
    
    .slick-list.draggable{
        height: auto !important;
    }

    .pagination{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .topbar{
        display: flex !important;
        padding: 10px 30px !important;
    }

    .search-custom{
        display: inline-block;
        margin-right:10px;
    }

    .search-custom img{
        width: 25px;
    }

    .searchArea{
        display: block;
        position: absolute;
        top: 0px;
        z-index: 999999;
        width: 100%;
    }

    .searchArea form{
        display:none;
        background:#0d70a7;
        padding: 12px 42px;
        text-align:center;
        position:relative;
        transition:background-color 500ms linear;
      }
      
    .searchArea input{
        border:none;
        padding:10px 0;
        background:none;
        color:white;
        outline:none;
        border-bottom:1px solid white;
        width:80%;
        font-size:15px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
        font-weight: 300;
      }
      
    .searchArea button{
        background:none;
        border:none;
      }
      
    .searchArea .sbtn{
        font-size:36px;
        color:white;
      }
      
    .searchArea input::-webkit-input-placeholder {
         color: rgba(255,255,255,0.6);
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
         font-weight: 300;
      }

    .searchArea img{
        width: 25px;
    }

    .header .main-header .header-left .header-shop{
        width: 115%;
    }

    .header-logo{
        margin-left: 0px !important;
    }
}

.ask_question{
    padding: 0px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.ask_question button{
    padding: 0px 10px;
    background: #fff;
    color: #425A8B;
    font-weight: bold;
}

.ask_question .accordion-button:not(.collapsed){
    background: #fff;
    color: #425A8B;
    border-bottom: 1px solid #ddd;
}

.header .main-header .header-left .header-search {
    width: 60%;
}

.galleries{
    padding: 0px !important;
}

.slider-nav-thumbnails{
    position: relative !important;
    width: auto !important;
    margin-top: 10px;
}

.slider-nav-thumbnails .slick-list .slick-slide{
    margin: 10px 8px;
}

.slider-nav-thumbnails .slick-prev{
    display: block !important;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    color: transparent;
    background-color: #fff;
    border-radius: 100%;
    font-size: 0;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
    z-index: 1;
    opacity: .8;
    transform: translateY(-50%);
    left: -21px;
    top: 45%;
    border: none;
}

.slider-nav-thumbnails .slick-next{
    display: block !important;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    color: transparent;
    background-color: #fff;
    border-radius: 100%;
    font-size: 0;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
    z-index: 1;
    opacity: .8;
    transform: translateY(-50%);
    right: -21px;
    top: 45%;
    border: none;
}

.slider-nav-thumbnails .slick-prev::after{
    content: "";
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border-top: 2px solid #444444;
    border-left: 2px solid #444444;
    left: 12px;
    transform: rotate(-45deg);
}

.slider-nav-thumbnails .slick-next::after{
    content: "";
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border-top: 2px solid #444444;
    border-left: 2px solid #444444;
    left: 8px;
    transform: rotate(135deg);
}

.icon-zoom{
    width: 30px;
    height: 30px;
    background: #0d70a7;
    display: block;
    position: absolute;
    right: 5px;
    border-radius: 14px;
    text-align: center;
    padding-top: 2px;
    top: 5px;
    cursor: pointer;
    z-index: 999999;
}

.icon-zoom img{
    width: 17px;
}

.cookie-banner {
    position: fixed;
    bottom: 3px;
    width: 100%;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0d70a7;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 99;
    text-align: center;
}

.cookie-banner p{
    color: #fff;
    font-size: 15px;
    flex-grow: 1;
}

.close {
    position: relative;
    right: 124px;
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}


.custom-pages p {
    line-height: 30px;
    padding-top: 6px;
    font-size: 15px;
}

.custom-pages img{
    border-radius: 5px;
}

.product-description .list-features li a{
    color: #0d70a7;
}

.box-contact .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
    width: 100%;
}

.topbar .container-topbar .menu-topbar-right{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.menu-topbar-right .phone-custom{
    margin-top: 2px;
}

.menu-topbar-right .phone-custom span{
    padding-right: 6px;
}

.filter-hidden{
    display: none !important;
}