/*============================================================================
  #Override Stylesheet
  #KD
==============================================================================*/

html {
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.header{
    background: #fff!important;
    border-bottom: 1px solid #e8e8e8;
    padding: 28px 0;
    font-family: Montserrat;
    font-weight: 400;
 
}

.header .logo {
    text-indent: 0px;
    background: url(https://mkbs.media/kd-store/assets/logo-kd.png) no-repeat;
    background-position: 3px 6px;
    width: 201px;
    height: 40px;
}

.header .logo a{
    width: 120%;
    display: block;
    margin: 0;
    opacity: 0;
}




a {
    transition: all 0.1s;
    cursor: pointer!important;
}

a:focus{
    text-decoration: none;
    color: #FFF;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

a:hover {
    filter: none;
    cursor: pointer!important;
}

a.btn:hover{
    filter: brightness(115%)!important;
}

a.cta-buy-goods:hover, 
a.cta-buy-goods:focus, 
a.cta-buy-goods:visited{
    cursor: pointer!important;
    color: #fff !important;;
    filter: brightness(115%)!important;
    
}

a.cta-buy:hover, 
a.cta-buy:focus, 
a.cta-buy:visited{
    cursor: pointer!important;
    color: #fff !important;;
    filter: brightness(115%)!important;
    
}

.panel--light a:hover{
  filter: none;
  cursor: pointer!important;
}

.header .header-menu a {
    color: #000000;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 400;
    opacity: .8;
}

.header .header-menu a:hover, 
.header .header-menu a:focus
{
    filter: none;
    color: #83d6de;
    opacity:1;
}


.header-menu a.search__toggle{
  display: none;
  visibility: hidden;
  width: 0px;
}


 
span[kjb-settings-id="sections_header_settings_language_login"] a{
  color: #ccc;
  border-left:1px solid #e3e3e3;
  padding-left: 20px
}
span[kjb-settings-id="sections_header_settings_language_login"] a:hover{
  color: #83d6de;
  border-left:1px solid #e3e3e3;
  filter: none;
}

.user{
    border-left: 1px solid #ccc;
    padding-left: 20px;
    height: 40px;
    display: inline-block;
    padding: 0 9px 0 6px;
    margin-left: 12px;
}

.header .user__dropdown{
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
      top: 54px !important;
}

.sale-price-hot{
    font-weight:700;
    font-size:70px;
    font-family: Montserrat;
    padding-right:16px;
    line-height: 1.1;
    color: #1edb23;
}

span.su {
    vertical-align: super;
    font-size: 50%;
}

.list-price-hot{
    font-weight:700;
    font-family: Montserrat;
    font-size:44px;
    color: #262626;
     position: relative;
     margin-right: 20px;
     
}

 
.list-price-hot:before {
    content: '';
    width: 110%;
    height: 6px;
    background: #c80000;
    bottom: 42%;
    left: 0;
    display: block;
    position: absolute;
    transform: rotate(-15deg);

}

.section--hero.section--medium {
    padding: 7.25rem 0;
}

.section--light {
    color: #000000;
}

@media (min-width: 1200px){
  .container {
      width: 100%;
      max-width: 100%;

  }
}



.container {
  max-width: 1460px;
  &--main {
    max-width: 100%;
    width: 100%;
  };



}

.container--main {
    width: 100%;
    max-width: 100%;
}


@media (max-width: 767px){
  .header .logo--text {
      line-height: 0px !important;
  }
  .header {
 
    padding: 20px 0;
 
  }
  .header .header-ham {
    top: 26px !important;
}


.user {
     border-left: none; 
    padding-left: 20px;
     height: auto; 
 
    padding: 20px 10px;
     margin-left: 0px; 
}

.header .header-menu a {
 
    font-size: 21px;
        padding: 9px 0px;
    text-align: right;
}

.header .user__dropdown {
    box-shadow: none;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 20px;

}
.header .user__dropdown a{
        font-size: 16px;
    color: rgba(0,0,0,0.5)
 

}
 

}




.footer {
    background: #f1f1f1 !important;
    margin-top: 0px;
}

.footer--dark {
    color: #999999;
    font-size: 13px;
}
.footer--dark a {
    color: #999999;
}
.footer--dark a:hover {
    color: #444;
    opacity: 1;
}

.pricing__popular{
  color: #fff;
}

.splash-wrapper{
  min-height: 80vh;
}


@media (min-width: 1140px) {
    .section--sales_pages .panel--, .card {
        box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
    }

 
    .footer .container,
    .header .container,
    .section .container {
          padding: 0 30px;
    }
     .section--1523149127185 .container{
       padding: 0 30px;
    }


}
