
.indexcategory__categorylist--item{
    padding: 0px 15px;
    font-family: Arial,sans-serif;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background-color: #fff;
    margin-top: 5px;
    display: flex;
    cursor: pointer;
}
.indexcategory__categorylist--item:hover{
    text-decoration: none;
}
.indexcategory__categorylist--item:hover label{
    color: var(--third-color);

}
.indexcategory__categorylist--item label{
    border-left: #7eccdc solid 3px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #4d4d4d;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
}
.indexcategory__categorylist--item i{
    font-size: 20px;
    color: #b5b5b5;
    width: 4%;
    line-height: 30px;
}
.index__new__product{
    margin-top: 2%;
}
.index__new__product--header{
    display: flex;
    text-align: center;
    margin-top: 2%;
    border-bottom: 1px solid #00000040;
}
.index__new__product--header__text{
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    color: var(--main-color);
}
.index__new__product__owl{
}
.index__new__product__owl .item{
    padding: 10% 0;
}
.index__new__product__owl--component{
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    display: block;
    color: black;
    transition: 0.4s;
}
.index__new__product__owl--component:hover{
    text-decoration: none;
    transform: scale(1.1);
    color: var(--third-color);
}
.index__new__product__owl--img{
    height: 200px;
    position: relative;
}
.index__new__product__owl--img::before{
    content: '';
    position: absolute;
    top: 0px;
    left: -5px;
    width: 54px;
    height: 24px;
    background-image: var(--owl-badge);
    background-position: -54px;
}
.index__new__product__owl--img img{
    max-width: 100%;
    height: 100%;
    width: auto !important;
    display: block;
    margin: auto;
}
.index__new__product__owl--name{
    text-align: center;
    margin: 2% 0;
}
.index__new__product__owl--name span{
    display: block;
}
.index__new__product__owl--name__brand{
    color: #999;
}
.indexnewtrennds{
}
.index__new__product__owl--logo{
    display: flex;
    justify-content: center;
    padding: 5% 30% 5% 30%;
}
.index__new__product__owl--logo img {
    width: 100%;
    height: 100%;
}
.indexnewtrennds__component{
    background-color: white;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    display: block;
}
.indexnewtrennds__component:hover{
    text-decoration: none;
}
.indexnewtrennds__component:hover .indexnewtrennds__component--text{
    color: var(--third-color);
}
.indexnewtrennds__component--img img{
    width: 100%;
    height: 100%;
}
.indexnewtrennds__component--img{
    height: 210px;
}
.indexnewtrennds__component--text{
    padding: 5px;
    color: #555659;
}
.indexnewtrennds__component--text span{
    display: -webkit-box;
    line-height: 15px;
    max-height: 45px;
    min-height: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexnewtrennds__more{
    text-align: right;
    margin: 0 2%;
}
.indexnewtrennds__more a{
    color: var(--third-color);
    font-size: 1em;
}
.indexnewtrennds__more a i{
    font-size: 10px;
}
.buyingguides__component{
    display: flex;
    margin-bottom: 5px;
    background-color: white;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.buyingguides__component--img{
    width: 40%;
    height: 150px;
}
.buyingguides__component--img img{
    width: 100%;
    height: 100%;
}
.buyingguides__component--text{
    width: 60%;
    color: #555659;
    padding: 10px;
    font-family: HurmeGeometricSans_SemiBold,sans-serif;
    font-size: .81em;
    line-height: 1.25em;
    position: relative;
}
.buyingguides__component__text--name{
    text-transform: uppercase;
}
.buyingguides__component__text--text{
    text-transform: none;
    padding: 10px 0;
    line-height: 1.5em;
    color: #555659;
    font-family: sans-serif;
    font-size: 1.05em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.buyingguides__component__text--btn{
    position: absolute;
    bottom: 10%;
    right: 20%;
}
.buyingguides__component__text--btn a{
    text-transform: uppercase;
    color: white;
    background-color: var(--third-color);
    padding: 10px 20px;
}
.emagazine__list{margin-bottom: 5%;}
.emagazine__list--component{
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    position: relative;
    height: 300px;
    overflow: hidden;
    display: block;
}
.emagazine__list__component--img{
    max-width: 500%;
    max-height: 500%;
}
.emagazine__list__component--img img{
    position: absolute;
    top: -250px;
    bottom: -250px;
    left: -250px;
    right: -250px;
    margin: auto;
}
.emagazine__list__component--text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    text-transform: uppercase;
    padding: 10px;
    font-family: HurmeGeometricSans_SemiBold,sans-serif;
    font-size: .91em;
    line-height: 1.25em;
    color: #555659;
}


.category__body__list{
    margin-top: 2%;
}
.category__body__list--header{
    font-family: HurmeGeometricSans_SemiBold,sans-serif;
    font-size: 1.16em;
    text-transform: uppercase;
    color: #555659;
    text-align: center;
}
.category__body__list--item{
    background-color: #fff;
    margin-bottom: 5px;
    font-size: 1.2em;
    height: 40px;
    padding-left: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    line-height: 40px;
    cursor: pointer;
    display: block;
    font-weight: normal;
    font-family: Arial,sans-serif;
}
.category__body__list--item:hover span{
    color: var(--third-color);
}
.category__body__list--item span{
    width: auto;
    overflow: auto;
    white-space: normal;
    border-left: #7eccdc solid 3px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #4d4d4d;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 14px;
}
.news--component{
    background-color: white;
    margin-top: 2%;
}
.news--component__img{
    position: relative;
    height: 200px;
    width: 100%;
}
.news--component__img img{
    width: 100%;
    height: 100%;
}
.news--component__img--btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: right;
    display: block;
    background-color: var(--second-color);
    color: white;
    padding: 0 15px;
    line-height: 30px;
}
.news--component__img--btn:hover{
    text-decoration: none;
    color: var(--third-color);
}
.news--component__text{
    padding: 5px;
}
.news--component__text--header{
    text-align: center;
    text-transform: uppercase;
    color: var(--second-color);
    font-weight: bold;
}
.news--component__text--content{
    padding: 0 5px;
    margin-top: 5px;
    height: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.show__news{
    background-color: white;
}
.show__news--img{
    text-align: center;
    max-width: 100%;
}

.show__news--img img {
    width: 100%;
    /* height: 100%;     */
}

.show__news--content{
    margin: 2% 0;
    padding: 5px;
    border: 1px solid #dadbdf;
}
.showproduct{
    margin-top: 2%;
    background-color: white;
}
.showproduct .showproduct__indicators{
    position: relative;
    margin: 0;
    justify-content: left;
}
.showproduct .showproduct__indicators .showproduct__indicators--li{
    width: 80px;
    height: 80px;
    margin-top: 15px;
    margin-left: 10px;
    display: block;
    cursor: pointer;
}
.showproduct .showproduct__indicators .showproduct__indicators--li img{
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
.showproduct .showproduct__indicators .showproduct__indicators--li.active{
}
.showproduct .showproduct__indicators .showproduct__indicators--li.active img{
    transform: scale(0.8);
    box-shadow: 1px 2px 5px 1px;
}
.showproduct--slide__img{
    max-width: 100%;
    height: 230px;
    margin: auto;
}
.showproduct--slide__img img{
    height: 100%;
    margin: auto;
}
.showproduct__info{
    background-color: white;
    border: solid 1px #ccc;
}
.showproduct--content{
    margin-top: 2%;
    background-color: white;
}
.showproduct__info--header{
    padding: 5px;
    background-color: var(--second-color);
    color: white;
}
.showproduct__info--info__text--logo{
    margin: 5px auto;
    width: 50%;
    border: #dcd9d9 solid 1px;
}
.showproduct__info--info__text--logo img{
    width: 100%;
    height: 100%;
}
.showproduct--content__header{
    background-color: #EEEEEE;
    padding: 5px;
    border: #dcd9d9 solid 1px;;
}
.showproduct--content__header span{
    background-color: var(--second-color);
    color: white;
    text-transform: uppercase;
    width: 100px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.showproduct--content__text{
    border: #dcd9d9 solid 1px;;
    padding: 5px;
    margin-bottom: 2%;
}
.indexcategory__categorylist{
    margin-top: 2%;
}
.showproduct__info--info{
    padding: 15px;
}
.showproduct__info--info table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
    border-collapse: collapse;
}
.showproduct__info--info table > tbody > tr > td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
    font-size: 15px;
}
.footer__bottom--content__btn{
    transition: 0.4s;
}
.footer__bottom--content__btn:hover{
    color: white;
    background-color: var(--main-color);
}
.contact__page{}
.contact__page--header{
    text-align: center;
    margin: 2% 0;
    text-transform: uppercase;
    font-weight: bold;
}
