
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Titan+One');
/*
    font-family: 'Oswald', sans-serif;
    font-family: 'Titan One', cursive;
    font-family: 'Open Sans', sans-serif;
*/
:root {
    --header-font: 'Oswald', sans-serif;
    --hedline-font: 'Titan One', cursive;
    --text-font: 'Open Sans', sans-serif;
    --text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.27);
}
*{outline: none !important;}
html {font-size: 62.5%; overflow-x: hidden !important;}
body {
     overflow-x: hidden !important;
    font-size: 1.6em;
    font-family: var(--text-font);
    color: #000;
    font-weight: 400;
    background-color: #8ec63f;
}
img {max-width: 100%;}

.transition{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sprite, .spriteAfter:after, .spriteBefore:before{background-image: url(../images/sprite.png);}
.spriteAfter:after, .spriteBefore:before{
    content: "";
    position: absolute;
}
a, a:hover, a:focus{text-decoration: none; color: #144e98;}
a[href^="tel:"]:before {
    content: "\260E";
    display: inline-block;
    margin-right: 0.5em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--hedline-font);
    font-weight:400;
    color: inherit;
}
h1 { 
    text-align: left;
    display: inline-block;
    /* max-width: 600px; */
    font-family: var(--header-font);
    font-size: 3.6em;
    color: #fff;
    text-shadow: 2px 1px 0 #000;
    line-height: 1em;
    margin-top: 15px;}
    h2 {
        font-size: 2.4em;
        text-shadow: 2px 0px 0 #4d7317;
        margin: 20px 0 26px;
        letter-spacing: .5px;
        text-align: center;
        color: #fff;}
.link-color{
    color: #2ebacc;
}
/*--- vertical align middle by display table ----*/
.parent-div, .parent-v_wrap {
    display: table;
    width: 100%;
}
.div-child, .v_wrap {
    display: table-cell;
    vertical-align: middle;
}


/*-------------*/
.primary-button{
    background: transparent url(../images/buttonbg.png) 0 0 no-repeat;
    color: #000;
    background-size: 100%;
    text-transform: capitalize;
    border: none;
    box-shadow: none;
    display: block;
    padding: 16px;
    font-family: var(--hedline-font);
    min-width: 216px;
    text-shadow:-1px -1px 0 #fff;
    margin: 0 auto -10px;
    max-width:400px;
    font-size: 22px;
    text-align: center;
}

.primary-button:hover{
    text-shadow:0px 4px 0 rgb(255, 236, 151);
    color: #000;
}

/*-- popup --*/
.white-popup-block{
  position: relative;
  width: auto;
  max-width:700px;
  margin: 20px auto;
}
/*--*/
.max-300, .max-400, .max-500, .max-600, .max-700, .max-800, .max-900, .max-1000, .max-1100, .max-1200{
    margin-left: auto;
    margin-right: auto;
}
.max-300{max-width: 300px;}
.max-400{max-width: 400px;}
.max-500{max-width: 500px;}
.max-700{max-width: 700px;}
.max-600{max-width: 600px;}
.max-800{max-width: 800px;}
.max-900{max-width: 900px;}
.max-1100{max-width: 1100px;}
.max-1170{max-width: 1170px;}
.max-1250{max-width: 1250px;}



.overlay-content a{
    display: inline-block;
    text-align: center;
    font-family: var(--hedline-font);
    color: #fff;
}
.overlay-content a:hover{
    color: #0e0e0e;
}
    .overlay-content a:nth-child(1){
    background-color: #a822a2;
}
    .overlay-content a:nth-child(2){
    background-color: #86c542;
}
    .overlay-content a:nth-child(3){
    background-color: #e14521;
}
    .overlay-content a:nth-child(4){
    background-color: #0c78d4;
}
/*-----*/
header{
    background: #90c7ff url(../images/headerbaloon.jpg) center 0 no-repeat;
    padding-top: 10px;
}

.logo{
    display: inline-block;
    text-align: center;
    margin-left: 33px;
}
.logo img{
    max-width: 179px;
}
.wrphed{
    text-align: right;
}


/**---homepage---*/
.homepage header{}
.homepage .contentWrp:before{display:none;}

.banner{
    background: transparent url(../images/bannerbg.png) 0 0 no-repeat;
    background-size: 100%;
    padding:35px 150px;
}
.banner .slick-dots {bottom: -34px;}
.gradientwrp{
    padding:10px 25px 0;
    border-radius:80px;
    background: -moz-linear-gradient(top, rgba(164,218,87,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top, rgba(164,218,87,1) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom, rgba(164,218,87,1) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4da57', endColorstr='#007db9e8',GradientType=0 );
}


.hmscrlslide{
    border: 10px solid #94de2b;
    background: #c9fb83;
    border-radius:50px;
    margin-bottom: 80px;
    padding:0 90px;
    position: relative;
}
.hmscrlslide:before{
    top: -90px;
    right: 0;
    height: 146px;
    width: 145px;
    background-position: -64px -2px;
}
.crlslide{
    margin: 0;
}
.crlslide .slick-prev:before, .crlslide .slick-next:before {font-size: 41px;}
.crlslide  .slick-next { right:-25px;}
.crlslide .slick-prev {left: -50px;}
.crlslideimgs{
    padding:10px 35px 0;
}


.hmscrlslide h2{
    color: #c92bc2;
    font-size: 2.4em;
    text-shadow: 1px 2px 0 #fff;
    text-align: center;
    margin: 0 0 -20px;
}
/*---*/
.contentWrp{
    position: relative;
    background: transparent url(../images/contentbg.jpg) center 0 repeat-y;
    padding-top: 30px;
}
.contentWrp:before{
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent url(../images/content-border.png) 0 0 repeat-x;
    content: "";
}
.mainHeadline{
    font-size: 2.4em;
    text-shadow: 2px 0px 0 #4d7317;
    margin: 20px 0 26px;
    letter-spacing: .5px;
    text-align: center;
    color: #fff;
}

/*-- listing --*/
.fltroptWrp{
    text-align: center;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.mobswip{width: 600px;padding-bottom: 5px;    margin: auto;}
.mobswip span{
    display: inline-block;
    background: rgba(255, 193, 14, 0.6);
    border-radius: 10px;
    padding: 0px 10px;
    font-family: var(--header-font);
    font-size: 1.3em;
    margin: 0 8px;
    cursor: pointer;
}
.mobswip span.active{
    background: #ffc10e;
}

.listwrp{
    background: rgba(255, 255, 255, 0.44);
    border-radius: 15px;
    padding: 15px 15px 0;
    margin-bottom:35px;
}
.listwrp:hover{background: rgba(255, 255, 255, 0.95);}
.listwrp h3{
    text-shadow: 1px 1px 0 #fff;
    color: #ee3840;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 10px;
}
.listwrp img{
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.57);
    border: 7px solid #fff;
    display: block;
    margin:0 auto 15px;
}
.listwrp div.spriteAfter{font-size: .97em;line-height: 18px;font-weight: normal;margin-bottom: 25px;}

.stkInfolst{
    margin: 40px 0;
    position: relative;
}
.stkInfolst .hdr{
    color: #ee3840;
    font-size: 2.4em;
    text-align: left;
}
.stkInfolst p{
    max-width: 440px;
}
.stkInfolst ul{
    padding: 0;
    list-style: none;
}
.stkInfolst .spriteAfter{
    position: relative;
    
    padding-left:45px;
    font-family: var(--header-font);
    font-size: 1.2em;
    margin-bottom: 10px;
}
.stkInfolst .spriteAfter:after{
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-position:-76px -166px;
}
.stkInfolst img{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 400px;
}




/*--- details ---*/
.productDetailsWrp{
    /* overflow: hidden; */
    background: rgba(255, 255, 255, 0.61);
    padding: 50px 50px 0;
    border-radius: 30px;
}
.slider-for{
    margin-bottom: 15px;
}
.pbigimg{
    padding: 4px;
}
.pbigimg img{
    border: 7px solid #fff;
    box-shadow: 0px 0px 2px #000;
}

.slick-prev:before, .slick-next:before {color: #4e925a;}
.slider-navWrp{padding: 0 30px;margin-bottom: 30px;}
.slider-nav{
}
.psmlimg{
    padding: 5px;
}
.psmlimg img{
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.53);
}

.pdetailsbx{}
.prc{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 1.6em;
    z-index: 1;
    margin-bottom: 15px;
}
.prc:after{
    background-position: -77px -304px;
    top: -4px;
    left: 0;
    height: 44px;
    width: 38px;
    z-index: -1;
    }

    .slf, .alincld{font-size: .8em;font-weight: bold;margin-bottom: 15px;}
    .slf > span, .alincld > span{ display: block;}
    .slf span, .alincld span{font-size: 1.3em;font-weight: 400;}
    .slf, .alincld, .yrs, .strng, .scl, .noof, .area, .pwr{
        position: relative;
        padding-left: 50px;
        font-weight: bold;
        margin-bottom: 29px;
    }
    .slf:after, .alincld:after, .yrs:after, .strng:after, .scl:after, .noof:after, .area:after, .pwr:after{
        top: 1px;
        left: 0;
        height: 40px;
        width: 44px;
    }
.slf:after{background-position:-5px -363px;}
.alincld:after{background-position: -6px -411px;}
.yrs:after{background-position: -6px -36px; }
.strng:after{background-position: -7px -88px;}
.scl:after{background-position: -5px -140px;}
.noof:after{background-position: -6px -200px;}
.area:after{background-position: -5px -249px;}
.pwr:after{background-position: -4px -301px;}

.clldtls{
    color: red;
    font-size: 1.5em;
    margin-top: -10px;
    margin-bottom: 10px;
}
.productDetailsWrp .primary-button{}

.stkInfo{
    margin: 50px 0;
}
.stkInfo img{}
.stkInfo .hdr{
    color: #ee3840;
    font-size: 2.4em;
    margin-top: 90px;
    text-align: left;
}
.stkInfo p{
    font-size: 1.8em;
}

.delivery{margin-bottom:60px;}
.delivery h2{
    color: #fff;
    font-size: 2em;
    margin: 20px 0 10px;
    text-align: left;
}


/* ---- Promotion Page ---- */

.offer-section p {
text-align: center;
font-size: 2rem;
    margin-bottom: 50px;
}

.offer-box {
    align-self:center;
    background:transparent;
    padding:3rem 3rem;
    margin:2rem 0rem 5rem;
    transition:all .5s ease;
    color:#41403E;
    font-size:2rem;
    letter-spacing:1px;
    outline:none;
    box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border:dashed 5px #e14521;
    /*
    Above is shorthand for:
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    border-bottom-right-radius: 225px 15px;
    border-bottom-left-radius:15px 255px;
    */
}
.offer-box:hover{
       box-shadow:2px 8px 4px -6px hsla(0,0%,0%,.3);
    } 
    .dotted.thick{
        border:dotted 5px #41403E;
     }
     .dashed.thick{
        border:dashed 5px #e14521;
      }
    .dashed.thin{
        border:dashed 2px #41403E;
      }
      .offer-box h3 {
        background: transparent url(../images/coupon.png) left 0 no-repeat;
        padding: 10px 0px 25px 74px;
        color: #ffe96c;
    font-size: 1.4em;    
    text-align: left;
    text-shadow: 1px 0px 0 rgb(59, 44, 0);
    }
    .offer-box p {
        text-align: left;
       
    }

    .offer-box a {
        color: #ee3840;
        border-bottom: double; 
    }
    .offer-box a:hover {
        color: #ee3840;
        border-bottom: dashed; 
    }

footer{
    position: relative;
    background: #0f7dd2;
    padding-top:40px;
}
footer:before{
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 122px;
    content: "";
    background: transparent url(../images/footerbg.png) 0 0 repeat-x;
}
footer p{
    font-size: .9em;
    color: #fff;
}



@media only screen and (min-width: 768px){
    .closebtn, .opnmnu{display: none; font-size:30px;cursor:pointer;}
    .overlay-content{
    margin-top: 85px;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid #fff;
    margin-bottom: 30px;
}
.overlay-content a{
    float: left;
    width: 25%;
    font-size: 1.2em;
    padding: 5px 0;
}

}

@media only screen and (min-width: 768px) and (max-width: 1199px){
    .logo img {max-width: 135px;}
    .headerhedline {font-size: 2em;}
    .overlay-content {margin-top: 25px;}
    .banner {padding: 35px 100px;}
    .overlay-content a {font-size: .9em;}
    .stkInfolst img {top: 65px;max-width: 307px;}
    .hmscrlslide:before {background-size: 119px;top: -56px;height: 78px;width: 80px;background-position: -37px -2px;}
}
@media only screen and (max-width: 767px){
    body {font-size: 1.3em;}

    h1 { 
        text-align: center;
        display: inline-block;
        /* max-width: 600px; */
        font-family: var(--header-font);
        font-size: 2.6em;
        color: #fff;
        text-shadow: 2px 1px 0 #000;
        line-height: 1em;
        margin-top: 15px;
    }
        
        .offer-box {
            padding: 0rem 3rem 3rem;
            margin: 2rem 0rem 5rem;            
        }
        .offer-box h3 {
            background: transparent url(../images/coupon.png) center 0px no-repeat;
            padding: 70px 0px 5px 0px;
            color: #ffe96c;
            font-size: 1.4em;
            text-align: left;
            text-shadow: 1px 0px 0 rgb(59, 44, 0);
            margin-top: -25px;
        }

.overlay {
    height: 100%;
    height: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(144,199,255);
    background-color: rgba(144,199,255, 0.98);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0 20px;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border-radius: 7px;
    border: 2px solid #fff;
    overflow: hidden;
}
.overla a {transition: 0.3s;}
.overlay-content a {
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    /* float: left; */
    width: 100%;
}

.overlay a:hover, .overlay a:focus {
    color: #0f0f0f;
}
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 29px;
    font-size: 48px;
    padding: 0;
    color: rgba(0, 0, 0, 0.42);
}

.primary-button{
    font-size: 16px;
    padding: 13px;
}

.logo{margin-left: 0;}
.logo img {max-width: 90px;}
.headerhedline {font-size: 2em;text-align: center;}
.opnmnu {position: absolute;top: -180px; right: 28px; z-index: 1; font-size:30px;cursor:pointer;}
header {padding-bottom: 30px;}
.homepage header {padding-bottom: 40px;}
.banner {padding: 10px 45px;margin-top: -50px;}
.stkInfolst img {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
}
.gradientwrp {
    padding: 1px 25px 0;
    border-radius: 40px;
}

.delivery, footer {text-align: center;}
.footerlogo{margin-bottom: 10px;}
.delivery img{max-width: 100px;}
.hmscrlslide {padding: 0 40px;}
.hmscrlslide h2 {font-size: 2em;}
.crlslide .slick-prev:before, .crlslide .slick-next:before {
    font-size: 30px;
}
.crlslide .slick-prev {
    left: -35px;
}
.hmscrlslide:before {background-size: 119px;top: -56px;height: 78px;width: 80px;background-position: -37px -2px;}
.mainHeadline {
    font-size: 2em;
    margin: 0 0 26px;
}
.productDetailsWrp {
    padding: 25px 25px 0;
}
.stkInfo .hdr {
    text-align: center;
    font-size: 2em;
    margin-top: 25px;
}
.stkInfo p {
    font-size: 1.4em;
    text-align: center;
}
.delivery h2 {
    text-align: center;
}
.stkInfolst .hdr {
    text-align: center;
}
.fltroptWrp {
    text-align: left;}
}
