body{
    font-size: 16px!important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #323232!important;
}

html{
}

.container {
    max-width: 1200px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto;
    margin-left: auto;
}
/*.container-fluid {overflow: hidden;}*/

a{
    color: black;
    transition: .4s;
}
a:hover{
    color: #02B168;
    transition: .4s;
}

b{
    font-weight: bold;
}

img.ico{
    margin-top: -5px;
}

/* FONT FAMILY
================================
================================*/
.RO{
    font-family: 'Roboto' !important;
}

/* FONT WEIGHT
================================
================================*/
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

/* FONT SIZE 
================================
================================*/
.t-12{
    font-size: 12px;
}
@media (max-width: 579px){
    .t-12m{
        font-size: 12px !important;
    }
}


.t-13{
    font-size: 13px;
}
@media(max-width: 579px){
    .t-12m{
        font-size: 12px !important;
    }
}

.t-14{
    font-size: 14px;
}
@media (min-width: 600px) and (max-width: 800px){
    .t-14t{
        font-size: 14px !important;
    }
}
@media(max-width: 579px){
    .t-14m{
        font-size: 14px !important;
    }
}

@media(max-width: 579px){
    .t-16m{
        font-size: 16px !important;
    }
}

.t-18{
    font-size: 18px;
}

@media (min-width: 801px) and (max-width: 1024px){
    .t-18l{
        font-size: 18px !important;
    }
}
@media (min-width: 600px) and (max-width: 800px){
    .t-18t{
        font-size: 18px !important;
    }
}
@media (max-width: 800px){
    .t-18m{
        font-size: 18px !important;
    }
}

.t-20{
    font-size: 20px;
}

.t-24{
    font-size: 24px;
}

/* LOST CSS
================================
================================*/
.ttu{
    text-transform: uppercase;
}

.op-05{
    opacity: 0.5;
}

.lh-1{
    line-height: 1;
}
.lh-12{
    line-height: 1.2;
}
.lh-13{
    line-height: 1.3;
}

.ls-07{
    letter-spacing: .07em;
}

/* COLOR & BACKGROUND
================================
================================*/
.text-black{
    color: black;
}

/* MOBILE NAV SWIPE 
================================
================================*/


/* HEADER 
================================
================================*/
header{
    /*box-shadow: 0px 0px 22px -8px rgba(40, 167, 69, 1);*/
    border-bottom: 2px solid #333;
}

a img.icon{
    transition: .4s;
}
a:hover img.icon{
    transform: rotate(15deg) scale(1.1);
    transition: .4s;
}

@media (max-width: 579px){
    header{
        /*border-bottom: 3px solid #28a745;*/
    }
    img.logo{
        width: 114px !important;
        /*display: block;*/
    }
}
@media (max-width: 1000px){
    img.logo{
        width: 140px;
    }
}

.navcollapse{
    position: absolute !important;
    top: 55px;
    right: 15px;
    width: 293px;
    background-color: white;
    z-index: 444;
    /*box-shadow: 0px 10px 7px 4px #e4e2e2;*/
    border-left:   1px solid #333;
    border-right:  1px solid #333;
    border-bottom: 1px solid #333;
}
.navcollapse .border-top{
    border-top: 2px solid #333 !important;
}

.mobasket{
    position: absolute;
    top: 0%;
    right: 15px;
    bottom: 0%;
    margin: auto;
    height: fit-content;
    height: -moz-fit-content;
}

/* NAVIGATION
================================
================================*/
ul.headernav li a{
    padding: 1rem 1.5rem 1rem 0rem;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 800px) and (max-width: 1200px){
    ul.headernav li a{
        padding: .75rem 1rem .75rem 0rem;
    }
}

ul.headernav li a:hover,
ul.headernav li a.active{
    color: #02B168;
}
ul.headernav li:first-child a.active{
    color: white;
}

.navsearch{
    position: relative;
}
.navsearch input{
    height: 21px;
    display: flex;
    line-height: 100%;
}
@media (min-width: 800px) and (max-width: 1200px){
    .navsearch input{
        max-width: 135px;
    }
}

.navsearch button{
    background-color: transparent;
    transition: .4s;
}
.navsearch button:focus{
    box-shadow: none;
    outline: none;
    transform: scale(1.1);
    transition: .4s;
}

.ns-icon{
    position: absolute;
    top: 0%;
    right: 10px;
    bottom: 0%;
    margin: auto;
    width: 14px;
    height: 14px;
    background-image: url(search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ns-icon img{
    width: 14px;
    height: 14px;
}

.tss-wrap .navsearch input{
    border: 0px;
}
.tss-wrap .navsearch .ns-icon img{
    transition: .4s;
}
.tss-wrap .navsearch:hover .ns-icon img{
    transform: scale(1.2);
    transition: .4s;
}

input:focus{
    box-shadow: none;
    outline: none;
}

.navcart button{
    display: none;
}

.navcart input.inputquantity{
    width: 30px;
    border: 0px;
    text-align: left;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 300;
}

/* CAROUSEL
================================
================================*/
.header-crousel .swiper-slide img{
    width: 100%;
    height: 370px;
    object-fit: cover;
}

@media (max-width: 579px){
    .header-crousel .swiper-slide img{
        height: 211px;    
    }
}

.carousel-label{
    position: absolute !important;
    left: 0%;
    bottom: 0%;
    background-color: #333;
    padding: .25rem 1.5rem;
    color: white;
    /*font-size: 18px;*/
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 579px){
    .carousel-label{
        padding: 0rem .5rem !important;
        min-height: 37px !important;
        height: 37px !important;
    }
}

/* MAIN INDEX 
================================
================================*/
/* BLOCK 1 */
.box-prod{
    border: 3px solid #333;
    display: block;
    overflow: hidden;
}

.box-prod .bp-image img{
    padding: 10px;
    transition: .4s;
}
.box-prod:hover .bp-image img{
    transform: scale(1.025);
    transition: .4s;
}

.prodfooter{
    height: 80px;
    background-color: #333333;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    transition: .4s;
    padding: 0px 2rem;
}
@media (max-width: 800px){
    .prodfooter{
        height: 76px;
        font-size: 16px;
        padding: 0px 1rem;
    }
}
@media (max-width: 579px){
    .prodfooter{
        height: 55px;
        font-size: 13px;
        padding: 0px .5rem;
    }
}

.box-prod:hover .prodfooter{
    color: #02B168;
    transition: .4s;
}

/* BLOCK 2 */
.promotions-crousel a img{
    transition: .4s;
}
.promotions-crousel a:hover img{
    transform: scale(1.05);
    transition: .4s;
}

.pc-description{
    position: absolute !important;
    left: -20px;
    bottom: -35px;
    background-color: #02B168;
    padding: .25rem 1.5rem;
    color: white;
    height: 90px;
}
@media (max-width: 579px){
    .pc-description{
        left: 0%;
    }
}

/* BLOCK 3 */
.box-advantages{
    height: 225px;
    border: 3px solid #333333;
}

@media (max-width: 800px){
    .box-advantages{
        height: 185px;
    }
}
@media (max-width: 579px){
    .box-advantages{
        height: 160px;
    }
}

/* BLOCK 6 */
.block-partrers{
    border: 3px solid #333;
}
.block-partrers img.imgpartners{
    transition: .4s;
    max-width: 120px;
    width: 100%;
    height: 85px;
    object-fit: contain;
}
.block-partrers img.imgpartners:hover{
    transform: scale(1.1);
    transition: .4s;
}

/* COLLECTION 
================================
================================*/
.sidebar{
    top: 175px !important;
    z-index: 444 !important;
}

ul.nav-collection li{
    padding: 1rem 0rem 0rem 0rem;
    margin: 0rem 1.85rem 1rem 1.85rem;
    display: inline-block;
} 
@media (max-width: 579px){
    ul.nav-collection li{
        padding: .5rem 0rem 0rem 0rem;
    }
}

ul.nav-collection li a{
    color: white;
    transition: .4s;
    padding: 0px;
    font-weight: 500;
}
ul.nav-collection li a:hover{
    color: #02B168;
    transition: .4s;
}
ul.nav-collection li a.active{
    border-bottom: 2px solid white;
    color: white !important;
    display: inline;
    padding: 6px 0px;
    line-height: 34px;
}

.box-card{
    border: 3px solid #333;
    overflow: hidden;
    height: 100%;
}

.box-card img{
    transition: .4s;
    height: 160px;
    object-fit: contain;
}
.box-card:hover img{
    transform: scale(1.05);
    transform: .4s;
}

.buyprice{
    position: relative;
    min-width: 120px;
}
@media (min-width: 700px){
    .buyprice{
        min-width: 186px;
    }
}
@media (max-width: 579px){
    .buyprice{
        width: 100%;
    }
}

.buyprice .btn-buy{
    display: none;
}
.buyprice:hover .btn-price{
    display: none;
}
.buyprice:hover .btn-buy{
    display: block;
}

ul.pagination li a,
ul.pagination li span{
    border: 1px solid #ccc;
    margin: 0px 0px 0px 10px;
    padding: 0rem 0rem;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
ul.pagination li span.active{
    background-color: #28a745;
    color: white;
}
ul.pagination li a:hover{
    border-color: #28a745;
}

@media (max-width: 579px){
    ul.pagination li:first-child a{
        margin-left: 0px;
    }
}

ul.pagination li a img{
    margin-top: -3px;
    transition: .4s;
}
ul.pagination li:first-child a:hover img{
    margin-left: -5px;
    transition: .4s;
}
ul.pagination li:last-child a:hover img{
    margin-right: -5px;
    transition: .4s;
}
ul.pagination li span{
    border: 0px;
}

/* PAGE 
================================
================================*/
.box-doc .bd-image{
    height: 495px;
}

.box-colgal{
    border: 2px solid #333;
    display: block;
}

.bc-image{
    width: 100%;
    height: 345px;
    padding: 10px;
    overflow: hidden;
}
@media (max-width: 579px){
    .bc-image{
        height: 240px;
    }
}

.bc-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.box-colgal:hover .bc-image img{
    transform: scale(1.025);
    transition: .4s;
}

.box-colgal .bc-title{
    color: white;
    transition: .4s;
}
.box-colgal:hover .bc-title{
    color: #02B168;
    transition: .4s;
}

.box-gal{
    overflow: hidden;
}

a.galimg{
    display: block;
}
a.galimg:hover{
    transform: scale(1.025);
}

a.galimg img{
  max-height:600px;
  object-fit:contain;
}

.page-content p{
    /*text-align: justify !important;*/
}

.page-content p span img{
    /*width: 100%;*/
}

.page-content iframe{
    width: 100%;
}

.page-content.page-price p img{
    width: 100% !important;
}

/* PRODUCT 
================================
================================*/
.titleunder{
    border-bottom: 3px solid #333333;
    display: inline-block;
}
.titleunder-2{
    border-bottom: 2px solid #333333;
    display: inline-block;
}
.titldashed{
    border-bottom: 1px dashed #333;
}
a.titldashed:hover{
    border-color: #28a745;
}

.productdesc a{
    border-bottom: 1px dashed black;
}
.productdesc a:hover{
    border-color: #02B168;
}

.productqt input{
    max-width: 178px;
}

.product-image{
    border: 3px solid #333;
    overflow: hidden;
    height: 100%;
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}
.product-image:hover img{
    transform: scale(1.1);
    transition: .4s;
}

.productdesc{
    font-size: 18px !importnat;
}

.productdesc h1{
    font-size: 18px !important;
    font-weight: normal !important;
}

.productdesc p{
    margin-bottom: 0px !important;
}

.productdesc p span{
    font-size: 18px !important;
    color: #323232!important;
}

.productdesc p span strong{
    font-weight: normal !important;
    font-size: 18px !important;
}

/* CART 
================================
================================*/
.cardband{
    border-bottom: 2px solid #333 !important;
    border-left: 2px solid #333 !important;
    border-right: 2px solid #333 !important;
}

.cartheaderlist .cardband:first-child{
    border-top: 2px solid #333;
}

.inputquantity{
    border: 1px solid #333;
    width: 100%;
    height: 30px;
    text-align: center;
}
@media (max-width: 579px){
    .inputquantity{
        height: 42px;
    }
}

.qt-btn{
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: 0px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    margin: auto;
    opacity: 0;
    transition: .4s;
}
.qt-btn:focus,
.qt-btn:hover{
    box-shadow: none;
    outline: none;
}

.qt-btn.minus{
    left: 20px;
}
.qt-btn.plus{
    right: 20px;
}

.quantity:hover .qt-btn{
    opacity: 1;
    transition: .4s;
}

/*
input#register{
    display: none;
}

input#register + label{
    padding-left: 35px;
    position: relative;
}
input#register + label::after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    top: 0%;
    left: 0%;
    bottom: 0%;
    margin: auto;
}
input#register:checked + label::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #28a745;
    top: 1px;
    left: 4px;
    bottom: 0%:;
    margin: auto;
}
*/

a.udnerlink{
    border-bottom: 1px solid #777777;
}
a.udnerlink:hover{
    border-color: #28a745;
}

input[type="submit"]{
    font-weight: 500px;
    text-transform: uppercase;
}

/* FOOTER 
================================
================================*/
footer img.logo{
    width: 100%;
}

footer hr{
    border-top: 6px solid #333 !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
