

body:not(#index){ background: url(../img/bgpage.png) !important;}

/* VERSION SEMIBLACK */

/*#wrapper-site > .container:not(#index){ background: #fff;}*/

/* VERSION BLACK */

body {
    font-size: 1.5rem;
}

#wrapper-site > .container:not(#index){ background: none; color: white;}


#product .product_info .detail-product-name {
    font-family: Poppins,sans-serif;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 30px;
}

#product .product_info .product-prices .current-price {
    font-size: 2.4rem;
    color: #ff7f2a;
    font-weight: 900;
    line-height: 1;
    font-family: Poppins,sans-serif;
}

#product .product_info .instock label, #product .product_info .product-unavailable label, #product .product_info .pro-cate label, #product .product_info .pro-tag label {
    font-weight: 700;
    color: #909090;
}

label {
    color: #909090;
}

.pro-tag a, .pro-cate a {
    font-size: 1.2rem;
    color: #ccc;
}

.product-price-and-shipping{
    font-size: 1.8em;
}

.productbuttons .btn {
    border-color: transparent;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
    color: #cdcdcd;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 0;
    font-family: Roboto,sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-right: 2.5rem;
}

#product .product-cover .js-qv-product-cover {
    border-radius: 10px;
}

#product .product-cover {
    position: relative;
    border: 0px solid #e6e6e6;
    margin-bottom: 10px;
}

#product .product-images .thumb-container .thumb {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #fe712a;
}

.tabs .tab-pane .product-description {
    font-size: 1.5rem;
}
.tabs .nav-tabs .nav-link {
    position: relative;
    color: #bfbfbf;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    padding: 12px;
    padding-bottom: 15px;
    border: 1px solid #fe712a;
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #222;
    border-color: #ddd #ddd #fff;
}

.title_block {
    font-family: Poppins,sans-serif;
    font-size: 2.6rem;
    color: #dfdfdf;
    margin-bottom: 45px;
    line-height: 1;
    font-weight: 600;
}

.product-miniature .two-image .image-secondary {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    margin: 0 auto;
}

.product_list.grid .product-miniature {
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
    margin-bottom: 35px;
    border-radius: 10px;
    padding: 15px;
}

#header.header-style-32 .blockcart .header-cart {
    padding: 10px;
}

.product_list.grid .product-miniature.item-five .block_content:before {
    border-radius: 10px;
}

.nov-productlist.grid-group-special .group-product .product-miniature {
    padding: 30px;
    border: none!important;
    height: 100%;
}
.product_list.grid .product-miniature {
    overflow: hidden;
    background-color: rgb(0 0 0 / 15%);
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
    margin-bottom: 35px;
    border-radius: 10px;
    padding: 15px;
    border: none;
}

.product-miniature .two-image .image-cover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    border-radius: 10px;
}

a {
    color: #eee;
    display: inline-block;
}

.product_list .item-list .product-price-and-shipping .price {
    color: #fe712a;
}

.product_list.grid .product-miniature.item-five .block_content {
    position: relative;
    background: rgb(0 0 0 / 15%);
}

.product_list .product-price-and-shipping .price {
    font-weight: 700;
    color: #fe712a;
    font-size: 1.5rem;
    font-family: Poppins,sans-serif;
}

.product-miniature .two-image .image-secondary {
    border-radius: 10px;
}

.product_list .product-title {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-family: Poppins,sans-serif;
    font-weight: 500;
}


.product_list.grid .product-miniature.item-five .block_content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(0 0 0 / 15%);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.15);
    visibility: hidden;
    -webkit-box-shadow: 0 0 2rem rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 2rem rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 2rem rgba(0,0,0,.15);
    -o-box-shadow: 0 0 2rem rgba(0,0,0,.15);
    box-shadow: 0 0 2rem rgb(0 0 0 / 15%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.nov-our-team .name {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    color: #fff;
}

.product_list.grid .product-miniature.item-one {
    margin-bottom: 0;
    border: 0px solid #eaeaea;
    border-top-color: rgb(234, 234, 234);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgb(234, 234, 234);
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: rgb(234, 234, 234);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: rgb(234, 234, 234);
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    padding: 4px;
}

#_desktop_whatsapp #whatsapp {
    position: fixed;
    bottom: 60px;
    right: 15px;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
#whatsapp a{
    color: #fff;
}

.lang-rtl #_desktop_whatsapp #whatsapp {
    left: 15px;
    right: auto
}

#_desktop_whatsapp #whatsapp span {
    width: 6rem;
    height: 6rem;
    display: inline-block;
    background-color: #00c34a;
    color: #fff;
    font-size: 4.4rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align: center;
    padding-top: 6px;
    line-height: 4rem;
}

#_desktop_whatsapp #whatsapp a a:visited a:active{
	color: fff;
}

#_desktop_whatsapp #whatsapp .text {
    display: none
}

#_desktop_whatsapp #whatsapp:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    bottom: 65px
}

#_desktop_whatsapp #whatsapp:hover span:before {
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px
}

#_desktop_back_top #back-top {
    position: fixed;
    bottom: 60px;
    right: 80px;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.products-selection .total-products {
    padding-top: 1rem;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.change-type {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
}

.products-sort-order {
    font-size: 1.1rem;
    color: #909090;
    text-transform: uppercase;
    padding-left: 10px;
    background: #fff;
    border-radius: 5px;
}

.pagination .page-list {
    background: #fff;
    margin-bottom: 0;
    padding: 10px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

.pagination .showing {
    background: #fff;
    padding: 5px;
    color: #909090;
    font-family: Roboto,sans-serif;
    border-radius: 5px;
}


.nov_button.type-1 a {
    font-size: 1.1rem;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    -webkit-box-shadow: 0 -4px 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
    -ms-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
    -o-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
    box-shadow: 0 -4px 5px rgb(0 0 0 / 15%);
    border-radius: 50px;
    padding: 13px 37px;
    border: 1px solid #fe712a;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

#sdsblogArticle .post-title {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
}

#respond .comment-reply-title {
    font-size: 1.6rem;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    margin: 0 0 35px;
    color: #fff;
    text-transform: uppercase;
}

.nov-megamenu .menu>li>a {
    font-size: 1.43rem;
}

.verticalmenu .menu>li>a {
    font-size: 1.6rem;
}

#header .block_hotline .phone_number {
    color: #222;
    font-weight: 900;
    font-size: 1.5rem;
}



.nov-categorylinks .title_block {
    font-size: 2.9rem;
}


.nov-categorylinks a {
    font-size: 1.8rem;
}

#header.header-style-32 #verticalmenu .title_vertical {
    font-size: 1.2em;
}

.breadcrumb ol li a {
    font-size: 1.6rem;
    color: #666;
    font-family: Roboto,sans-serif;
}


#cart .page-title {
    position: relative;
    font-size: 1.9rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
}

#cart .group_title .label {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}


.vc_custom_heading h2 {
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #ffffff;
    text-align: left;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
}

element.style {
}
.cart-summary .group-price .cart-summary-line .value {
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    margin-left: auto;
}

.cart-summary .cart-summary-line.cart-total .label {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fe712a;
    text-transform: uppercase;
}

#cart .cart-item .product-price {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    color: #fff;
}

#cart .cart-item .product-price.total {
    color: #fe712a;
}

a {
    color: #fe712a;
    display: inline-block;
}

.block-category h1 {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 45px;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fe712a;
}

#smartblogcat .sdsarticle-des {
    margin: 10px 0;
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #fff;
}


#ba_eu_cookie_law .ba_eu_cookie_law_text {
    text-align: center;
    font-family: Poppins,sans-serif;
    font-size: 14px;
}

.blockreassurance_product {
    margin-top: 25px;
    background-color: white;
    padding: 6px;
}

.card {
    color: #000;
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    background: black;

}

.cart-summary .group-price .cart-summary-line .value {
    font-size: 1.4rem;
    font-weight: 900;
    color: #fe712a;
    margin-left: auto;
}
.banner {
    text-align: center;
    width: 100%;
    height: auto;
}
.bannerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;

}
.bannerimagemobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;


}

.language a{
    color: white;
}

#product .images-container .js-qv-mask.js-thumb-horizontal .product-images .slide-arrow {
    position: absolute;
    z-index: 20;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: none;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    display: flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    color: white;
}

.cart-summary .block-promo .promo-name .pull-xs-right {
    font-weight: bold;
    color: #fe712a;
}


.product_list .product-flags {
    position: absolute;
    top: 10px;
    min-width: 90px;
    height: 20px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 28rem;
    /*min-height: 150rem;*/
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.product-actions .control-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
/* FIN VERSION BLACK */