@import url('fonts/Archive/stylesheet.css');
@import url('fonts/Calibri/stylesheet.css');

.faq-in-single-wrapper {
    cursor: alias !important;
    font-size: 18px;
}

.faq-in-single-wrapper h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}

.faq-in-single-wrapper dl {
    border-bottom: 1px solid #e1e8ed;
}

.faq-in-single-wrapper dl dt {
    font-weight: 400;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin: 0;
}

.faq-in-single-wrapper dl dd {
    display: none;
    padding-bottom: 0.75rem;
    margin-left: 17px;
}

.faq-in-single-wrapper dl dd {
    display: none;
    padding-bottom: 0.75rem;
    margin-left: 17px;
}

.overlay__link,.mobile-nav__link{cursor: pointer;}
img.rt{
    width: 20px;
    margin-bottom: -6px;
}

.home_h1{
    padding: 30px 0;
    background: #f2f6f9;
}
.home_h1 h1{
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}

.start-page .product-cut__extra-info{
    top: 96% !important;
    background: none !important;
}
.slick-slide:hover .product-cut__extra-info{display: block !important;}

.page__container {
    max-width: 1470px;
    margin: 0 auto;
}

.npreim-container {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0;
    background: #fff;
    margin: 0 0 5rem;
}

.npreim-container > div {
    padding: 0 1rem;
}

.npreim .npreim-item {
    /* background: #f4f4f4; */
    text-align: center;
    padding: 0 .6rem 1rem;
    margin: 0 auto;
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
}

.npreim .npreim-item__img {
    width: 100px;
    height: 100px;
    margin: 0;
}

.npreim .npreim-item__body {
    position: relative;
    padding: .8rem .6rem;
}

.npreim .npreim-item__body::before,
.npreim .npreim-item__body::after {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    border: 3px solid transparent;
    position: absolute;
}

/* .npreim .npreim-item__body::before {
    left: 0;
    top: 0;
    border-left-color: #c33132;
    border-top-color: #c33132;
    border-right: none;
    border-bottom: none;
}

.npreim .npreim-item__body::after {
    right: 0;
    bottom: 0;
    border-right-color: #c33132;
    border-bottom-color: #c33132;
    border-top: none;
    border-left: none;
} */

.npreim .npreim-item__body h3,
.npreim .npreim-item__body p {
    font-family: 'Archive';
    position: relative;
    z-index: 1;
    text-align: left;
}

.npreim .npreim-item__body h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.npreim .npreim-item__body p {
    font-weight: 400;
    font-family: 'Calibri';
    font-size: 1rem;
    margin-bottom: 0;
}

.brands-widget .brands-widget__item{
    position: relative !important;
    min-height: 120px;
    border: none !important;
}
.brands-widget .brands-widget__item .brands-widget__link{
    position: absolute !important;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.brands-widget .brands-widget__item img{
    position: relative !important;
    max-height: 50px;
    max-width: 100%;
    top: auto !important;
    left: auto !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.brands-widget .brands-widget__item p.bname{
    display: block;
    position: relative;
    font-size: 18px;
    text-align: center;
}
.new_brands{
    padding: 30px 0;
    position: relative;
}
.new_brands .widget-secondary__title{
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.new_brands .slick-next,.new_brands .slick-prev{
    position: absolute;
    top: 30%;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: #000;
    opacity: 0.4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
}
.new_brands .slick-next.slick-disabled,.new_brands .slick-prev.slick-disabled{display: none !important;}
.new_brands .slick-next:after,
.new_brands .slick-prev:after{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.new_brands .slick-next:after{
    content:">";
}
.new_brands .slick-prev:after{
    content:"<";
}
.new_brands .slick-next:hover,.new_brands .slick-prev:hover{
    opacity: 0.85;
}
.new_brands .slick-next{
    right: 1%;
}
.new_brands .slick-prev{
    left: 1%;
}
.new_brands .slick-dots{
    
}
.new_brands .slick-dots li{
    
}


.fform{
    background: #fff4c7;
    padding: 15px 0;
}
.fform form{
    
}
.fform form input{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40%;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fform form button{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40%;
    background: #EEC200;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}
.fform #result1{
    padding-top: 10px;
    font-size: 16px;
}
.fform #result1.error{
    color: red;
}
.fform #result1.suc{
    color: green;
}
@media(max-width:768px){
    .fform .text{
        padding-bottom: 15px;
    }
    .fform input,.fform button{
        width: 100% !important;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .npreim .npreim-item {
        flex-direction: column;
    }
    .npreim .npreim-item {
        /* background: #f4f4f4; */
        text-align: center;
        padding: 0 .6rem 1rem;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: start;
    }
    
    .npreim .npreim-item__img {
        width: 85px;
        height: 85px;
        margin: 0;
    }
    
    .npreim .npreim-item__body {
        position: relative;
        padding: 0.8rem 0;
    }
}


.nreviews{
    padding: 30px 0;
    background: #f2f2f2;
}
.nreviews h2{
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}
.nreviews .newsitem{
    padding: 10px 30px 15px;
}
.nreviews .newsitem .cnt{
    background: #fff;
    padding: 15px;
}
.nreviews .slick-next,.nreviews .slick-prev{
    position: absolute;
    top: 30%;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: #000;
    opacity: 0.4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
}
.nreviews .slick-next.slick-disabled,.nreviews .slick-prev.slick-disabled{display: none !important;}
.nreviews .slick-next:after,
.nreviews .slick-prev:after{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.nreviews .slick-next:after{
    content:">";
}
.nreviews .slick-prev:after{
    content:"<";
}
.nreviews .slick-next:hover,.nreviews .slick-prev:hover{
    opacity: 0.85;
}
.nreviews .slick-next{
    right: 1%;
}
.nreviews .slick-prev{
    left: 1%;
}
.nreviews .slick-dots{
    text-align: center;
    padding-top: 10px;
}
.nreviews .slick-dots li{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: #333;
    font-size: 0;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.6;
    cursor: pointer;
}
.nreviews .slick-dots li.slick-active{
    opacity: 1;
}


.nfaq{
    padding: 30px 0;
}
.nfaq h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}
.nfaq .items .item{
    
}
.nfaq .items .item h5{
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}
.nfaq .na{
    display: none;
    padding-bottom: 15px;
    padding-left: 10px;
}


.nstati{
    padding: 30px 0;
}
.nstati h2{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}
.nstati img{
    height: 200px;
    display: block;
    margin: 0 auto 10px;
}
.nstati .img{
    height: 200px;
    margin-bottom: 10px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.nstati .img a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.nstati .small-post__title{
    text-align: center;
}


.hcats{
    padding: 20px 0;
}
.hcats h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.hcats .item .bl > h5{
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0.6);
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
.hcats .item .bl > h5 a{
    text-decoration: none;
    color: #333;
}
.hcats .item .hid h5{
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
.hcats .item{
    padding: 15px;
    margin-bottom: 15px;
}
.hcats .item .bl{
    position: relative;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}
.hcats .item .bl a.all{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hcats .item .img{
    /*height: 300px;*/
    padding: 15px 0;
}
.hcats .item img{
    max-height: 270px;
    margin: 0 auto;
}
.hcats .item ul{
    padding-left: 30px;
}
.hcats .item ul li{
    margin-bottom: 5px;
}
.hcats .item ul li a{
    text-decoration: none;
    color: #333;
}
.hcats .item ul li:hover a{
    text-decoration: none;
    color: #EDC100;
}
.hcats .hid{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
    padding: 0 15px 15px;
}
.hcats .item:hover .bl{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.hcats .item:hover .hid{
    display: block;
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    z-index: 99;
}
.hcats .item:last-child:hover .bl{
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}
@media(min-width:768px){
.desk-none {display: none !important;}
}

/* border color #cd2a29 */
