/* Custom Styles */
#admin_bar_iframe {
    display: none !important;
}
.header__wrap{
     
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}

.header__content .link-list{
    padding-left:60px;
}
.user__avatar {
    width: 34px;
 
}

/* SECTION */
.text-.col-6{
position: relative;
 
}

#section-1627491769099 .col-6:nth-of-type(2n+2):before{
    content: "";
    position: absolute;
    display: block!important;
    width: 91px;
    height: 91px;
    top: calc(50% - 45px);
    right: -45px;
    z-index: 100;
    background: url(https://mkbs.media/kd-store/next-img.png) no-repeat 0 0;
}

 





/* SECTION */

h1, h2, h3, h4, h5, h6{
    letter-spacing:-0.5px;
}
body{
    font-size:17px
    
}

.divider {
    border-bottom: 1px solid #ebebeb;
    display: block;
    width: 100%;
    margin: 40px 0 40px 0;
}

.btn{
    margin: 8px 8px 8px 8px;
       
}

.btn--medium {
     letter-spacing: 1;
     padding: 12px 36px;
}

/* SECTION */

.tagline{
    color: #999999;
    font-size: 90%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 16px;
}

.uc {
    line-height: 20px;
    font-size: 70%;
    padding-bottom: 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
}


.small-txt{
    font-size: 95%;
    padding: 0 0 12px 0;
    
}

/* SECTION */

.sale-price-hot {
    font-weight: 400;
    font-size: 44px;
    padding-right: 16px;
    line-height: 1.1;
    color: #000;
}

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

.list-price {
    font-weight: 400;
   
    font-size: 44px;
 
    position: relative;
    margin-right: 0px;
        line-height: 50px;
}

.list-price-hot {
    font-weight: 400;
   
    font-size: 44px;
    color: #000000;
    position: relative;
    margin-right: 20px;
}

.list-price-hot:before {
    content: '';
    width: 118%;
    height: 4px;
    background: #999999;
    bottom: 50%;
    left: -4%;
    display: block;
    position: absolute;
    transform: rotate(-10deg);
}



