body{margin:0 auto;background:#fff;color:#333;font-size:12px;font-family:Arial;}
ol,ul,li,dl,dd,dt{list-style:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
*,:after,:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing: border-box;}
a{list-style:none;text-decoration:none;color:#000;}
em{font-style:normal;}
.container{max-width:1300px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
.flexer{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;}
.j-c-c{justify-content:center;-webkit-justify-content:center;-ms-flex-webkit:center;}
.a-i-c{align-items:center;-webkit-align-items:center;-ms-flex-align:center;}
.j-c-f{justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-justify:flex-end;}
.more a{font-size:18px;border-radius:8px;color:#3e3e3e; }
.mores{font-size:18px;position:absolute;right:0;}
.spac{padding:0 15px;}
h2.title{font-size:22px;line-height:32px;margin-bottom:20px;position:relative;}
.sku-single{text-align:center;font-size:15px;color:#242424;font-weight:600;}
.b-c-yellow{background-color: #ffe300;}
.b-c-blue{background-color: #81d6d3;}
.b-c-grey{background: #f0f0f0;}
.b-c-white{background: #fff;}

.c-red{color: #f00;}
.c-grey{color: #333;}
.c-grey1{color: #aeaeae;}
.m-right-10{margin-right: 10px;}
.m-bottom-15{margin-bottom: 15px;}
.m-bottom-30{margin-bottom: 30px;}

.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}


button{
    cursor: pointer;
}
.btn-yellow {
    color: #000;
    background: #ffe300 linear-gradient(180deg, #ffe300, #ffe002) repeat-x;
    border-color: #f1e543;
    box-shadow: none;
    font-size: 14px;
}
.btn-yellow:hover {
    color: #000;
    background:#ffe300 linear-gradient(180deg, #ffe300, #ffe002) repeat-x;
    border-color: #f4e745;
}

.small-nav{margin: 15px 0;}
.small-nav-current{
    font-size: 24px;
    font-weight: 600;
}

.text-muted{font-size: 14px;}

.btn-warning {
    color: #000;
    background: #ffeb00 linear-gradient(180deg, #fff826, #ffe000) repeat-x;
    border-color: #ffeb00;
    box-shadow: none;
}
.btn-warning:hover {
    background: #dbc902c4 linear-gradient(180deg, #fff826, #ffe000) repeat-x;
    border-color: #ffeb00;
    color: #000;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ebc907;
    background-image: none;
    border-color: #ebc907;
}
.footer {
    background: #f0f0f0 !important;
    color: #707677;
    font-size: 15px;
}
.footer-dark .heading {
    color: #000;
    font-size: 16px;
}
.text-muted {
    color: #333!important;
}