*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.br{
    border:2px solid red;
}
.container-fluid{
    width:100%;
}
.container{
    width:1180px;
    margin:0px auto;
}
.row{
    display:flex;
    flex-wrap: wrap;
}
/* <!-- ------------------------------------head-middle-menu------------------------------ --> */
.head-top-menu{
    background-color:#222831 ;
    color:aliceblue;
    padding:12px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.free p{
    text-align: center;
}
.contact p{
    text-align: right;
}
.contact a{
    text-decoration: none;
    color:aliceblue;
}
/* <!-- ------------------------------------head-middle-menu------------------------------ --> */
.head-middle-menu{
    padding:25px 0px;
    font-family: 'Roboto', sans-serif;
}
.searchbar{
    text-align: center;
}
.searchbar form{
    width:85%;
    margin: 22px auto;
    border:2px solid #e8e8e8;
    border-radius: 7px;
    background-color: #f8f8f8;
}
.searchbar i{
    color: #bdbcbc;
}
.searchbar input{
    width:90%;
    padding:6px;
    margin: 8px;
    border:none;
    background-color: #f8f8f8;
}
.searchbar input::placeholder{
    color: #bdbcbc;
    font-size: 15px;
}
.account{
    margin: 25px auto;
}

.icon{
    text-align: center;
    width:28px;
    height:28px;
    border-radius: 50%;
    border:2px solid #404040;
    color:#404040;
    margin:0px auto;
}
.account p{
    text-align: center;
    font-size: 14px;
}
.w-icon{
    color:#404040;
    margin:0px auto;
    text-align: center;
    padding-top:8px;
    padding-bottom:3px;
}
.customerhelp{
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}
/*-------------------- head-nav-menu----------------- */
.head-nav-menu{
    width:100%;
    background-color: #00adb5;
    color:azure;
    z-index: 999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
.nav li{
    display:inline-block;
}
.nav li a{
    text-decoration: none;
    color:aliceblue;
    display:block;
    padding: 18px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.nav li a:hover{
    color:#3edbf0;
}
.cart{
    text-align: right;
}
.cart ul li{
    display:inline-block;
    padding:18px 6px;
    
}
/*-------------------- body ------------------ */
.test h4{
    text-align: center;
    padding:10px;
    font-family: 'Roboto', sans-serif;
}
.container_owl{
    width:100%;
    margin-bottom:30px;
    margin:unset auto;
}
.img{
    width:96%;
    margin:2%;
    overflow: hidden;
    position:relative;
    font-family: 'Roboto', sans-serif;
    color:aliceblue;
    font-weight: bold;
    
}
.img img{
    transition:.5s;
    transform: scale(1);
}
.img img:hover{
    transform: scale(1.2);
    transition:.5s;
    
}
.info{
    position:absolute;
    top:15%;
    left:5%;
    z-index: 900;
    
}

.info h2{
    font-size: 25px;
    margin-bottom:5px;
}

.info a{
    margin-top: 30px;
    text-decoration: none;
    color:#fff;
    background-color: #00adb5;
    padding:10px 15px;
    display: inline-block;
    font-size: 14px;
    
}
/* <!-------------------------------------- Why Greenlands?-------------------------------------  --> */
.about{
    margin-top: 50px;
}
.logoimg1{
    text-align:right;
}
.abouttext h1{
 text-align: center;
 font-family: "Sans serif", Sans-serif;
}
.abouttext p{
    text-align: center;
    padding:10px 15px;
    font-family: "Sans serif", Sans-serif;
    font-size: 16px;
    line-height: 25px;


}
/* <!-------------------------------------- product caraousal-------------------------------------  --> */

.abouttext2 h1{
    text-align: center;
    font-family: "Sans serif", Sans-serif;
    margin:50px 0px;
}
.container_owl2{
    width:1180px;
    margin-bottom:30px;
    margin:auto;
    z-index: 999;
    font-family: 'Roboto', sans-serif;
}
.container_owl2 .item2{
    font-family: 'Roboto', sans-serif;
}
.container_owl2 .item2 p{
    padding:10px;
}
.container_owl2 .item2 span{
    font-family: 'Roboto', sans-serif;
    color:#00adb5;
    padding:0px 10px;
}
.item2 .button a{
    text-decoration: none;
    background-color: #393e46;
    color:#f8f8f8;
    display:block;
    text-align: center;
    padding:8px;
    border-radius: 8px;
}
.item2{
    width:96%;
    margin: 2%;
}
.percent p{
    display:inline;
    background-color: #00adb5;
    color:#fff;
    padding:2px 5px;
}
/* <!-------------------------------------- display-------------------------------------  --> */
.bgcolor{
    background-color: #e7e7e7;
    margin-top: 50px;
}
.display{
    background-color: #ffffff;
    text-align: center;
    padding:30px;
    width:90%;
    margin:4%;
    font-family: "Sans serif", Sans-serif;
}
.display2{
    background-color: #393e46;
    text-align: center;
    padding:30px;
    width:90%;
    margin:4%;
    color:#ffffff;
    font-family: "Sans serif", Sans-serif;
}
.displayimg{
    width:25%;
    height:25%;
    border-radius: 50%;
    border:1px solid #00adb5; 
    margin:auto;
}
.display img{
    text-align: center;
}
.display h3{
    padding:20px;
}
.display2 h3{
    padding:20px;
}
/*-------------------- Real talk --------- */
.realtalk{
    margin-top: 70px;
}
.realtalk h1{
    font-family: "Sans serif", Sans-serif;
    text-align: center;
    font-size: 2em;
}
.realtalk p{
    font-family: "Sans serif", Sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding:25px 80px;
}
.container_owl3{
    width:1180px;
    margin-bottom:30px;
    margin:auto;
    font-family: 'Roboto', sans-serif;
}
.item3{
    background-color: #f1f1f1;
    color:#000;
}
.item3 p{
    padding:30px 20px;
    text-align: center;
    font-style: italic;
}
.item3 h4{
    text-align: center;
    padding-bottom: 30px;
}
/* <!------------------------------------- video------------------------------------------ --> */
.videocontainer{
    width:1760px;
    margin:20px auto;
}
.video{
    width:96%;
    margin:2%;
}
/* <!------------------------------------- bestSeller------------------------------------------ --> */
.bestseller{
    margin:30px 0px;    
}
.bestseller .best-seller-text h1{
    text-align: right;
    border-bottom: 1px solid #eeeeee;
    padding:20px;
    font-family: "Sans serif", Sans-serif;

}
.bestseller .best-seller-text p{
    text-align: right;
    padding:20px;
    line-height: 25px;
    font-size: 17px;
    font-family: "Sans serif", Sans-serif;

}
.best-seller-text{
    text-align: right;
}
.bestseller .best-seller-text a{
    text-decoration: none;
    display:inline-block;
    background-color: #00adb5;
    color:#fff;
    padding:15px 20px;
    width:22%;
    margin-right: 20px;
    border-radius: 5px;
    text-align: center;
    font-family: "Sans serif", Sans-serif;
}
.bestseller2{
    margin:70px 0px;    
}
.bestseller2 .best-seller-text2 h1{
    border-bottom: 1px solid #eeeeee;
    padding:20px 30px;
    font-family: "Sans serif", Sans-serif;

}
.bestseller2 .best-seller-text2 p{
    padding:20px 30px;
    line-height: 25px;
    font-size: 17px;
    font-family: "Sans serif", Sans-serif;
}
.bestseller2 .best-seller-text2 a{
    text-decoration: none;
    display:inline-block;
    background-color: #00adb5;
    color:#fff;
    padding:15px 20px;
    width:22%;
    margin-left: 30px;
    border-radius: 5px;
    text-align: center;
    font-family: "Sans serif", Sans-serif;
}
.best-seller-img{
    box-shadow: 7px 10px #fbf4e6;
}
/* <!------------------------------------- producr2------------------------------------------ --> */
.product2{
    width:90%;
    margin: 4%;
    padding: 15px;
   
}
.product2 img{
    top: 8px;
    cursor: pointer;
    position: relative;
}
.product2 img:hover{
    top: 0px;
    transition:.25s;
}
.product2text{
    padding:20px;
}
.product2text h3{
    text-align: center;

}
/* <!--------------------------------- Our Most Popular Products----------------------- --> */
.popular-product{
    width:96%;
    margin: 2%;
}
.popular-product img{
    padding:50px;
} 
.popular-product{
    font-family: 'Roboto', sans-serif;
}
.popular-product p{
    padding:10px;
}
.popular-product span{
    font-family: 'Roboto', sans-serif;
    color:#00adb5;
    padding:0px 10px;
}
.popular-product .button a{
    text-decoration: none;
    background-color: #393e46;
    color:#f8f8f8;
    display:block;
    text-align: center;
    padding:8px;
    border-radius: 8px;
    margin: 25px;
}

.popular-product .percent p{
    display:inline;
    background-color: #00adb5;
    color:#fff;
    padding:2px 5px;
}
/* <!--------------- Gear for adventure------------- --> */
.Gear-for-adventure{
    margin: 70px 0px 30px 0px;
}
.Gear-for-adventure h1{
    font-family: "Sans serif", Sans-serif;
    text-align: center;
    font-size: 2em;
}
.Gear-for-adventure p{
    font-family: "Sans serif", Sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding:25px 100px;
}
.gear{
    width:90%;
    margin:4%;
    
}
.gear img{
    transform: scale(0.8);
    transition: .75s;
    box-shadow: 5px 5px 20px rgb(109, 109, 109);
}
.gear img:hover{
    transform: scale(1);
    transition: .75s;
}
/* <!-------------------------------- best-cap-collection --------------------------------> */
.container_owl4{
    width:1180px;
    margin-bottom:30px;
    margin:auto;
    z-index: 999;
    font-family: 'Roboto', sans-serif;
}
.container_owl4 .item2{
    font-family: 'Roboto', sans-serif;
}
.container_owl4 .item2 p{
    padding:10px;
}
.container_owl4 .item2 span{
    font-family: 'Roboto', sans-serif;
    color:#00adb5;
    padding:20px 10px;
}
/* <!-------------------------------- youtube video --------------------------------> */
.yt{
    margin-top:40px;
}
.youtube{
    width:94%;
    margin:2%;
}
.yt .button a{
    text-decoration: none;
    display:block;
    background-color: #00adb5;
    color:#fff;
    padding:15px 20px;
    width:10%;
    margin:auto;
    border-radius: 5px;
    text-align: center;
    font-family: "Sans serif", Sans-serif;
}
/* --------------------delivery-text----------- */
.delivery{
    margin-top:25px;
    background-color: #393e46;
    color:#fff;
    padding:40px;
    border-bottom: 1px dotted white;
}
.delivery-text p{
    text-align: left;
    font-family: "Sans serif", Sans-serif;
}
.delivery-text i{
    text-align: right;
    font-size: 40px;
    display:block;
    padding:0px 10px;
}
/* <!-------------------------------- footer --------------------------------> */
.footer{
    background-color: #222831;
}
.footer-text{
    padding:25px;
    color:#fff;
    font-family: "Sans serif", Sans-serif;

}
.footer-text h2{
    padding:12px 15px;
}
.footer-text ul{
    list-style-type:none;
}
.footer-text li{
    padding:10px;
}
.footer-text a{
    text-decoration: none;
    color:#fff;
    padding:5px 10px;   
}
.footer-text a:hover{
    color: #00ADB5;
    transition: .25s;
}
.right{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    color:#fff;
    text-align: center;
    font-size: 18px;
    padding:5px;
}
.responsiv-nav-menu{
    display:none;
}
.caraousel-responsive{
    display:none;
}

@media screen and (max-width:1200px) and (min-width:992px){
    .col-lg-1 {width: 8.33%;}
    .col-lg-2 {width: 16.66%;}
    .col-lg-3 {width: 25%;}
    .col-lg-4 {width: 33.33%;}
    .col-lg-5 {width: 41.66%;}
    .col-lg-6 {width: 50%;}
    .col-lg-7 {width: 58.33%;}
    .col-lg-8 {width: 66.66%;}
    .col-lg-9 {width: 75%;}
    .col-lg-10 {width: 83.33%;}
    .col-lg-11 {width: 91.66%;}
    .col-lg-12 {width: 100%;}
    .container{
        width:992px;
        margin: 0px auto;
    }
    .logo{
        padding:10px;
    }
}
@media screen and (max-width:992px) and (min-width:768px){
    .col-md-1 {width: 8.33%;}
    .col-md-2 {width: 16.66%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33%;}
    .col-md-5 {width: 41.66%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.33%;}
    .col-md-8 {width: 66.66%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.33%;}
    .col-md-11 {width: 91.66%;}
    .col-md-12 {width: 100%;}
    .container{
        width:768px;
        margin:0px auto;
    }
    .responsiv-nav-menu{
        display:block;
        z-index: 999;
    }
    .head-top-menu{
        display:none;
    }
    .head-nav-menu{
        display:none;
    }
    .head-middle-menu{
        display:none;
    }
    .menu{
        text-align:left ;
    }
    .menu ul li{
        display:inline-block;
        padding:18px 6px;
        
    }
    .logo-responsiv{
        text-align: center;
        padding:15px;
    }
    .test{
        background-color: #eeeeee;
    }
    .info{
        top:12%;  
    } 
    .info h2{
        font-size: 20px;
    }
    .info a{
        margin-top: 20px;
        padding:8px 12px;
        font-size: 12px;    
    }
    .container_owl2{
        width:700px;
        margin-bottom:30px;
        margin:auto;
        z-index: 999;
        font-family: 'Roboto', sans-serif;
    }
    .container_owl3{
        width:700px;
        margin-bottom:30px;
        margin:auto;
        font-family: 'Roboto', sans-serif;
    }
    .best-seller-img{
        margin:100px auto;
    }
    .bestseller2 .best-seller-text2 a{
        width:30%;
    }
    .bestseller .best-seller-text a{
        width:30%;
    }
    .container_owl4{
        width:700px;
    }
    .yt .button a{
        width:20%;
    }

}
@media screen and (max-width:768px) and (min-width:576px){
    .col-sm-1 {width: 8.33%;}
    .col-sm-2 {width: 16.66%;}
    .col-sm-3 {width: 25%;}
    .col-sm-4 {width: 33.33%;}
    .col-sm-5 {width: 41.66%;}
    .col-sm-6 {width: 50%;}
    .col-sm-7 {width: 58.33%;}
    .col-sm-8 {width: 66.66%;}
    .col-sm-9 {width: 75%;}
    .col-sm-10 {width: 83.33%;}
    .col-sm-11 {width: 91.66%;}
    .col-sm-12 {width: 100%;}
    .container{
        width:576px;
        margin:0px auto;
    }
    .caraousel{
        display:none;
    }
    .responsiv-nav-menu{
        display:block;
        z-index: 999;
    }
    .head-top-menu{
        display:none;
    }
    .head-nav-menu{
        display:none;
    }
    .head-middle-menu{
        display:none;
    }
    .menu{
        text-align:left ;
    }
    .menu ul li{
        display:inline-block;
        padding:18px 6px;
        
    }
    .logo-responsiv{
        text-align: center;
        padding:10px;
    }
    .test{
        background-color: #eeeeee;
    }
    .info{
        top:12%;  
    } 
    .info h2{
        font-size: 20px;
    }
    .info a{
        margin-top: 20px;
        padding:8px 12px;
        font-size: 12px;    
    }
    .container_owl2{
        width:550px;
    }
    .container_owl3{
        width:550px;
    }
    .best-seller-img{
        margin:100px auto;
    }
    .bestseller2 .best-seller-text2 a{
        width:30%;
    }
    .bestseller .best-seller-text a{
        width:30%;
    }
    .container_owl4{
        width:550px;
    }
    .yt .button a{
        width:20%;
    }
    .abouttext p{
        padding:10px;
        font-size: 14px;
        line-height: 18px;
    }
    .realtalk p{
        font-size: 14px;
        line-height: 20px;
        padding:25px;
    }
    .bestseller2{
        margin:10px 0px;    
    }
    .best-seller-img{
        margin:10px auto;
    }
    .delivery-text p{
        text-align: left;
        font-family: "Sans serif", Sans-serif;
        padding:5px 10px;
    }
    .delivery-text i{
        text-align: right;
        font-size: 40px;
        display:block;
        padding:15px 10px;
    }
}
@media screen and (max-width:576px) and (min-width:0px){
    .col-xs-1 {width: 8.33%;}
    .col-xs-2 {width: 16.66%;}
    .col-xs-3 {width: 25%;}
    .col-xs-4 {width: 33.33%;}
    .col-xs-5 {width: 41.66%;}
    .col-xs-6 {width: 50%;}
    .col-xs-7 {width: 58.33%;}
    .col-xs-8 {width: 66.66%;}
    .col-xs-9 {width: 75%;}
    .col-xs-10 {width: 83.33%;}
    .col-xs-11 {width: 91.66%;}
    .col-xs-12 {width: 100%;}
    .container{
        width:100%;
    }
    .caraousel{
        display:none;
    }
    .responsiv-nav-menu{
        display:block;
        z-index: 999;
    }
    .head-top-menu{
        display:none;
    }
    .head-nav-menu{
        display:none;
    }
    .head-middle-menu{
        display:none;
    }
    .menu{
        text-align:left ;
    }
    .menu ul li{
        display:inline-block;
        padding:18px 6px;
        
    }
    .logo-responsiv{
        text-align: center;
        padding:10px;
    }
    .test{
        background-color: #eeeeee;
    }
    .info{
        top:12%;  
    } 
    .info h2{
        font-size: 20px;
    }
    .info a{
        margin-top: 20px;
        padding:8px 12px;
        font-size: 12px;    
    }
    .container_owl2{
        width:100%;
    }
    .container_owl3{
        width:100%;
    }
    .best-seller-img{
        margin:100px auto;
    }
    .bestseller2 .best-seller-text2 a{
        width:30%;
    }
    .bestseller .best-seller-text a{
        width:30%;
    }
    .container_owl4{
        width:100%;
    }
    .yt .button a{
        width:30%;
    }
    .abouttext p{
        padding:10px;
        font-size: 14px;
        line-height: 18px;
    }
    .realtalk p{
        font-size: 14px;
        line-height: 20px;
        padding:25px;
    }
    .bestseller2{
        margin:10px 0px;    
    }
    .best-seller-img{
        margin:10px auto;
    }
    .delivery-text p{
        text-align: left;
        font-family: "Sans serif", Sans-serif;
        padding:5px 10px;
    }
    .delivery-text i{
        text-align: right;
        font-size: 40px;
        display:block;
        padding:15px 10px;
    }
}

