*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box !important;
      
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.full-body{
    background-color: #eff7fa;
}
ul{
    padding: 0 !important;
}
a{
    text-decoration: none !important;
}
body{
    font-size: 14px !important;
}
/* header */


.header-logo {
    width: 40%;
    padding: 20px 0px;
    margin: auto;
    text-align: center;
}
.navbar-toggle .icon-bar {

background-color: #fff;
}
.inner-nav{
    position: relative;
    display: flex;
   justify-content: center;
}
.mynav{
    background: #15954e;
    transition: all 0.3s;
}
.navbar-header{
    background: #15954e;
}

.nav li{
    display: inline-block !important;
}
.nav>li>a {
   padding: 20px 5px !important;
   margin-left: 20px;
   color: #ffff;
    
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
   
}
.nav li a:hover{
    background-color: transparent !important;
}
.x-sub-menu , .x-sub-menu2, .x-sub-menu3, .x-sub-menu4{
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    color: #878787;
    padding: 15px;
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 0 0 0;
    z-index: 999;
    min-width:600px;
    width: max-content;
    -webkit-box-shadow: 0px 4px 5px -2px #777;
    -moz-box-shadow: 0px 4px 5px -2px #777;
    box-shadow: 0px 4px 5px -2px #777;
}
.drop1:hover .x-sub-menu ,.drop2:hover .x-sub-menu2, .drop3:hover .x-sub-menu3, .drop4:hover .x-sub-menu4 {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 0px;
    z-index: 1000
}

 a.x-menu-a-text, .head-menu {
    font-size: 12px;
    font-weight: 600;
    transition: margin .3s;
    padding: 7px 0;
   
    color: #878787;
    letter-spacing: 1px;
    display: block;
    white-space: nowrap
}
.x-menu-item > a > b.x-caret {
    position: static;
    padding-left: 7px;
    display: inline-block
}
.head-menu {
    border-bottom: solid 1px #25282c;
}
a.x-menu-a-text:hover {
    color: #c97178;
    text-decoration: none;
    margin-left: 10px;
}
.head-menu:hover{
    color: #c97178;
    text-decoration: none;
}
/* carousel */
.carousel-inner>.item>img{
    height:409px !important ;
}
.latest_offers {
  
    background: #fff;
   
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
    
   
    border-radius: 5px;
  
    background-clip: padding-box;
    height: 409px;
   
}
.latest_offers ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.latest_offers li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    overflow: hidden;
    height: 136px;
    position: relative;
}


/* banner */

.sec-padd{
    margin-top: 30px;
}

.sec-padd h1{
    display: inline-block;
    width: 100%;
    position: relative;
    color: #212121;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0px;
}
.feature-products{
    padding: 10px 15px 6px 15px;
    background-color: #fff;
}
.feature-img{
    max-width: 320px;
    height: 320px !important;
    margin: 0 auto;
    margin-top: 25px;
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
 position: relative;
}
.mov-box{

    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 122px;
 opacity: 0;
}
.img-text{
    border-radius: 25px;
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 11px 16px;
    transition: all 100ms ease-in-out;
    min-width: auto;
    background-color: #003049;
    color: #ffffff;
}
.item:hover .mov-box {
opacity: 1;
transform: translateY(-3px);
}
.feature-img:hover{
    transform: scale(1.05);
}
.feature-text h2{
  font-size: 17px;
    display: inline-block;
    color: #757575;
    margin: 12px 0px 7px 0px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.feature-text p {
    font-size: 17px;
    font-weight: 500;
    color: #cd201a;
    text-align: center;
}

.feature-text p strike {
    font-weight: 400;
    font-size: 15px;
    margin: 0 4px;
    opacity: 0.5;
    color: #757575;
}
.feature-text p .discount_off {
    color: #24a3b5;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
}

.owl-nav{
    
      display: none;
   
  }


  .feature-products:hover {
    -webkit-box-shadow: 0px 11px 13.35px 1.65px rgba(148,148,148,0.23);
    -moz-box-shadow: 0px 11px 13.35px 1.65px rgba(148,148,148,0.23);
    box-shadow: 0px 11px 13.35px 1.65px rgba(148,148,148,0.23);
    border: #9ad8dd solid 1px;
}

  .sc_trust {
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 20px 0 25px 0;
    text-align: center;
    margin-top: 35px;
}
.sc_trust li:last-child {
    border-right: none;
}
.sc_trust h2 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
    font-size: 30px;
}
.sc_trust li {
    display: inline-block;
    list-style: none;
    width: 33%;
    border-right: 1px solid #ddd;
    position: relative;
}
.sc_trust li span {
    display: inline-block;
    font-size: 20px;
    color: #757575;
    padding: 55px 0 0px 0;
}
.sc_trust li.sc_great_selection:after {
    width: 30px;
    height: 36px;
    background-position: -530px -10px;
}
.sc_trust li.sc_low_price:after {
    width: 30px;
    height: 36px;
    background-position: -577px -12px;
}
.sc_trust li.sc_speedy_delivery:after {
    width: 44px;
    height: 39px;
    background-position: -628px -11px;
}
.sc_trust li:after {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    background: url(https://images.shopclues.com/images/ui/dkt_sprite_v3.png) no-repeat;
}








.press-coverage{
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
max-width: 1600px;
overflow: hidden;
background: radial-gradient(rgba(255, 154, 98, 1), rgba(255, 204, 75, 1) 100%); 


}
.press-coverage ul{
    display: flex;
height: 100px;
margin: 20px auto;
margin: 0 auto;
transform-origin: center;
animation: marquee 30s cubic-bezier(.01,0,.59,.78) infinite alternate-reverse;
flex-shrink: 0;
}
.press-coverage li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    flex-shrink: 0;
    padding: 0px 35px;
    
}
@keyframes marquee{
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
}
}
.marquee-text i{
    color: #ffffff;
    margin-right: 10px;
    font-size: 30px;
}
.marquee-text {
    font-size: 40px;
    color: #ffff;
    display: block;
    line-height: initial;
}
.chat_bubble{
    border-radius: 16px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    font-size:28px;
    font-weight: 600;
    height: 60px;
    padding: 0 12px;
  
    color: #fff;
    display: flex;
    align-items: center;
   
    letter-spacing: 0;
  
}
#shopify-chat-dummy  {
    position: fixed;
    bottom: 60px;
    right: 21px;
    z-index: 6;
}
.gift-box{
    position: fixed;
    bottom: 60px;
    left: 21px;
    z-index: 6;
}
.gift-bg{
    background-color: #C03221;
    padding: 15px;
    border-radius: 50%;
    border: 0px;
}
.gift-bg i{
    font-size: 28px;
}
/* footer */
footer .footer_nav {
    padding: 10px 0;
    overflow: hidden;
    background: #202020;
    color: #ffffff;
}
footer .small-nav {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;

}
footer .small-nav li {
    list-style: none;
}
.small-nav__link {
    color: #ffffff;
    fill: #ffffff;
    position: relative;
    padding-right: 15px;
    text-decoration: none;
}
.small-nav__link:after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    right: 7.5px;
    top: 0;
    width: 1px;
}
.copyright-text {
    display: block;
    font-size: 12.75px;
    margin-top: 8px;
}
.copyright-text a {
    color: #ffffff;
    fill: #ffffff;
    text-decoration: none;
}
footer .sc_connection .sc_trustedpayment {
    float: left;
    width: 50%;
}
footer .sc_connection h3 {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    margin: 30px 0 20px 0;
}
footer .sc_connection .sc_trustedpayment img {
    max-height: 33px;
}
footer .scfooter_Category {
    display: block;
    background: #fff;
    overflow-y: hidden;
    padding-bottom: 35px;
}
footer .scfooter_Category h3 {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    margin: 32px 0 20px 0;
}
footer .scfooter_Category ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}
footer .scfooter_Category ul li {
    list-style: none;
    float: left;
    color: #757575;
    line-height: 22px;
}
footer .scfooter_Category ul li a {
    padding: 0 3px;
    color: #757575;
    font-size: 14px;
transition: all .2s ease-in-out;
}
footer .scfooter_Category ul li a:first-child {
    padding-left: 0;
}
footer .scfooter_Category ul li a:hover {
    color: #24a3b5;
    text-decoration: none;
}
footer .scfooter_Category ul .ftcat_heading a {
    font-weight: 500;
    color: #212121;
    padding: 0 3px;
    font-size: 14px;
    transition: all .2s ease-in-out;
}
footer .scfooter_info {
    display: block;
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    color: #757575;
    line-height: 1.71em;
}
footer .scfooter_info h1 {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
footer .scfooter_info h2 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin-top: 18px;
}
footer .scfooter_bottom {
    padding: 20px 0 5px 0;
    margin-top: 33px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
    overflow-y: hidden;
}
footer .scfooter_bottom ul {
    float: left;
}
footer .scfooter_bottom li:first-child {
    padding: 0px;
}
footer .scfooter_bottom li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0px 3px 0px 6px;
}
footer .scfooter_bottom li a {
    padding: 0 3px;
    color: #757575;
    font-size: 13px;
    transition: all .2s ease-in-out;
}
footer .scfooter_bottom li:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background: #757575;
    top: 6px;
    right: -3px;
}
footer .scfooter_bottom .sc_copyright {
    float: right;
    position: relative;
    top: -3px;
}
footer .scfooter_bottom .sc_copyright p {
    color: #b1b1b1;
    font-size: 13px;
    margin: 0;
    display: inline-block;
}
footer .scfooter_bottom .sc_copyright img {
    width: 115px;
    display: inline-block;
    position: relative;
    top: -4px;
}




/* media */
.checkbtn {
   
    border-radius: 5px;
    font-size: 24px;
    padding: 5px 15px;
    cursor: pointer;
    display: none;
}
@media screen and (max-width:768px){
    .checkbtn{
        display: block;
      }
     
     
      #myLinks{
       display: none;
       list-style-type: none;
       margin: 0;
       padding: 0;
       background: #222;
       position: absolute;
      overflow: hidden;
       left:  0px;
       top: 0px;
       z-index: 3;
   }
     
    #myLinks li {
     width: 100%;
    
   }
   #myLinks li a{
     text-decoration: none;
      
       display: block;
      
       padding: 8px 36px;
       transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       
   }
    .latest_offers li {
height: unset;
    }
.latest_offers{
    height: unset;
}
footer .footer_nav .sc_callouts {
    float: left;
    width: 50%;
}
.sc_trust li {
    display: block;
    width: 100%;
}
}

@media screen and (max-width:1042px){
    .checkbtn{
        display: block;
      }
     
     
      #myLinks{
       display: none;
       list-style-type: none;
       margin: 0;
       padding: 0;
       background: #222;
       position: absolute;
      overflow: hidden;
       left:  0px;
       top: 0px;
       z-index: 3;
   }
     
    #myLinks li {
     width: 100%;
    
   }
   #myLinks li a{
     text-decoration: none;
      
       display: block;
      
       padding: 8px 36px;
       transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       
   }


}