@import url(base.css);
/*********
Header
*********/
a {
    color: #333333;
}
a:hover, a:active, a:focus {
    color: #eb0e0e;
}
.btn-primary {
    color: #fff;
    background-color: #333333;
    border-color: transparent;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #eb0e0e;
    border-color: transparent;
}
#header .header-nav{
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
    max-height: none;
    margin: 0;
    background: #111111;
    border-bottom: none;
    font-size: 13px;
}
#header .header-nav .payment-currency-block {
    padding-top: 12px;
    padding-bottom: 12px;
}
#header .header-nav .right-nav {
    padding-top: 12px;
    padding-bottom: 12px;
}
#_desktop_language_selector,
#_desktop_currency_selector {
    float: left;
}
#header .header-nav .currency-selector, 
#header .header-nav .language-selector {
    padding-right: 15px;
    letter-spacing: 0.5px;
    height: 18px;
    margin: 0;
}
#header .header-nav .currency-selector > button, 
#header .header-nav .language-selector > button {
    cursor: pointer;
    height: 18px;
}
#header .header-nav .currency-selector > button .expand-more, 
#header .header-nav .language-selector > button .expand-more {
    color: #ffffff;
}
#header .header-nav .currency-selector > button:hover .expand-more, 
#header .header-nav .language-selector > button:hover .expand-more {
    color: #eb0e0e;
}
#header .header-nav .currency-selector > button .material-icons, 
#header .header-nav .language-selector > button .material-icons {
    font-size: 18px;
    line-height: 18px;
}

#header .header-nav .currency-selector > .dropdown-menu .dropdown-item, 
#header .header-nav .language-selector > .dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 13px;
    color: #222;;
}
#header .header-nav .currency-selector > .dropdown-menu .dropdown-item:hover, 
#header .header-nav .language-selector > .dropdown-menu .dropdown-item:hover {
    color: #eb0e0e;;
}
#header .header-nav .right-nav .user-info .material-icons {
    display: none;
}
#header .header-nav .right-nav .user-info,
#header .header-nav .right-nav #contact-link {
    margin: 0;
    height: 18px;
    padding-left: 15px;
    letter-spacing: 0.5px;
    color: #fff;
}
#header .header-nav .right-nav .user-info > a:active,
#header .header-nav .right-nav .user-info > a:focus,
#header .header-nav .right-nav .user-info > a:visited,
#header .header-nav .right-nav #contact-link > a:active,
#header .header-nav .right-nav #contact-link > a:visited,
#header .header-nav .right-nav #contact-link > a:focus {
    color: #ffffff;
}
#header .header-nav .right-nav .user-info > a:hover,
#header .header-nav .right-nav #contact-link > a:hover {
    color: #eb0e0e;
}
#header .header-nav .material-icons.expand-more,
#header .header-nav .material-icons {
    margin: 0;
    line-height: 21px;
}
#header .header-nav .user-info .account {
    margin-left: 0;
    margin-right: 10px;
}
.dropdown:hover .expand-more {
    color: #eb0e0e;
}
.btn-unstyle:focus .expand-more {
    color: #eb0e0e;
}
#header .header-top{
    float: left;
    width: 100%;
    display: block;
    background-color: #333333;
    padding: 25px 0;
}
#header .header-top .col-md-4 a {
    display: block;
}
#header a:hover {
    color: #eb0e0e;
}
#_desktop_cart{
    float: right;
    height: 45px;
    padding-left: 15px;
    margin: 2px 0 2px;
    color: #fff;
}
.header-top #_desktop_cart .blockcart a{
    float: right;
    height: 45px;
    padding: 0 10px;
    color: #eb0e0e;
    background: #222;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#_desktop_cart .header{
    line-height: 45px;
    padding: 0 8px;
    background-color: #222;
}
#_desktop_cart .header .fa-shopping-basket{
    color: #eb0e0e;
    font-size: 19px;
    margin-right: 5px;
    vertical-align: middle;
}
#_desktop_cart .header .hidden-sm-down{
    text-transform: uppercase;
}
#pagenotfound .page-not-found .search-widget, #products .page-not-found .search-widget {
    float: none;
    width: 100%;
    min-width: 100%;
}
.page-not-found .search-widget form {
    display: inline-block;
    width: 100%;
}
#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
    width: 100%;
    padding-right: 45px;
    height: 45px;
}
#search_widget{
    float: right;
    padding: 0;
    width: 350px;
    margin: 2px 0 2px;
}
.search-widget form button[type="submit"]{
    bottom: 0;
    right: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0;
    cursor: pointer;
}
.search-widget form button[type="submit"]:hover{
    color: #eb0e0e;
}
.header-top .search-widget form input[type="text"]{
    height: 45px;
    border-color: #222;
    color: #fff;
    background-color: #222;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-right: 45px;
}
.search-widget form input[type="text"]:focus{
    outline: none;
    box-shadow: 0 0 3px 1px #68a8e0;
}
.top-navigation-menu {
    float: left;
    width: 100%;
    background-color: #333333;
    clear: both;
    margin-bottom: 25px;
}
body#checkout #header .top-navigation-menu {
    display: none;
}
body#checkout #header .header-nav .text-xs-right {
    display: none;
}
#header .navbar-block {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    display: block;
    float: none;
    background: #111111;
    width: 100%;
}
@media(min-width: 768px) {
    #header .navbar-block {
        max-width: 720px;
    }
    .top-menu .sub-menu.classic-menu {
        width: max-content;
    }
}
@media(min-width: 992px) {
    #header .navbar-block {
        max-width: 960px;
    }
}
@media(min-width: 1200px) {
    #header .navbar-block {
        max-width: 1140px;
    }
}
#header .navbar-block .top-menu {
    position: relative;
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu{
    margin-left: 0;
}
#header .navbar-block .top-menu .level0{
    margin: 0;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}
#header .navbar-block .top-menu .level1 a:hover,
#header .navbar-block .top-menu .level1 a:active{
    color: #eb0e0e;
}
#header .navbar-block .top-menu .level0 > a{
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 20px;
    border-bottom: 3px solid #111;
    letter-spacing: 0.5;
    color: #fff;
    line-height: 20px;
}
#header .navbar-block .top-menu .level0 > a:hover {
    color: #eb0e0e;
}
#header .navbar-block .top-menu .level0.current > a{
    background-color: #111111;
    border-color: #eb0e0e;
}
#header .navbar-block .top-menu .level0.current > a:hover{
    background-color: #111111;
    border-color: #111;
}
#header .navbar-block .top-menu .sub-menu.classic-menu > .top-menu li.level1 > a:hover {
    color: #eb0e0e;
}
#header .navbar-block .top-menu .level1 {
    position: relative;
    vertical-align: top;
}
#header .navbar-block .top-menu .level1 > a{
    font-size: 14px;
    position: relative;
    font-weight: 600;
    padding: 18px 20px;
    letter-spacing: 0.5;
    color: #333333;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}
#header .navbar-block .top-menu .level2{
    margin-left: 30px;
}
#header .navbar-block .top-menu .level3{
    margin-left: 5px;
    position: relative;
}
#header .navbar-block .top-menu .level3 > a{
    color: #4c4c4c;
    font-size: 13px;
}
#header .navbar-block .top-menu .level4{
    margin-left: 15px;
    position: relative;
}
#header .navbar-block .top-menu .level4 > a{
    color: #4c4c4c;
    font-size: 12px;
}

#header .navbar-block .top-menu .sub-menu.classic-menu > .top-menu li.level1 li > a:hover{
    color: #eb0e0e;
}
.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
}
.image-slider-block .carousel .carousel-inner{
    height: auto;
    margin-bottom: 0;
}
.image-slider-block .carousel-control .icon-next{
    margin-right: 0;
    width: 50px;
    height: 30px;
    background-color: #222;
    right: 0;
    opacity: 0.5;
}
.image-slider-block .carousel-control .icon-prev{
    width: 50px;
    height: 30px;
    background-color: #222;
    opacity: 0.5;

}
.image-slider-block .carousel-control .icon-prev:hover,
.image-slider-block .carousel-control .icon-next:hover{
    opacity: 1;
}

.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i{
    font-size: 25px;
}
.image-slider-block  .material-icons{
    vertical-align: inherit;
    line-height: 28px;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i{
    color: #eb0e0e;
}
.image-slider-block .carousel .carousel-inner{
    margin-bottom: 0;
}
.image-slider-block > figure {
    margin-bottom: 0;
}
/********
adv-block
********/
.promotion-section {
    float: left;
    width: 100%;
    clear: both;
}

.promotion-section .adv-wrapper {
    display: block;
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.promotion-section .adv-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}
.promotion-section .adv-wrapper .adv-inner-above {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    padding-bottom: 30px;
    cursor: crosshair;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}
.promotion-section .adv-wrapper .adv-inner-above:hover {
    opacity: 0.6;
}
.promotion-section .adv-wrapper .adv-inner-above a {
    display: block;
    float: left;
    width: 100%;
}
.promotion-section .adv-wrapper .adv-inner-above a img{
    display: block;
    width: 100%;
}
.promotion-section .adv-wrapper .adv-inner-below {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 10px;
    cursor: crosshair;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}
.promotion-section .adv-wrapper .adv-inner-below:hover {
    opacity: 0.6;
}
.promotion-section .adv-wrapper .adv-inner-below a {
    display: block;
    float: left;
    width: 100%;
}
.promotion-section .adv-wrapper .adv-inner-below a img{
    display: block;
    width: 100%;
}
/*******
products
*******/
.product-section-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.featured-products .product-section-title h1,
.product-section-title h1{
    background: #222 none repeat scroll 0 0;
    border-bottom: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-right: 20px;
    margin-top: 0;
    padding: 9px 12px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
.featured-products .product-section-title h1:after,
.product-section-title h1:after{
    border-color: #222 rgba(0,0,0,0) rgba(0,0,0,0) #222;
    border-style: solid;
    border-width: 20px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}
#products .product-title a, .featured-products .product-title a, 
.product-accessories .product-title a, .product-miniature .product-title a {
    color: #666666;
    font-size: 15px;
}
#products .product-title a:hover, .featured-products .product-title a:hover, 
.product-accessories .product-title a:hover, .product-miniature .product-title a:hover {
    color: #eb0e0e;
}
#products .products-grid .products .product-item.list-view .product-description .product-title > a {
    color: #333333;
}
#products .products-grid .products .product-item.list-view .product-description .product-title > a:hover {
    color: #eb0e0e;
}
.products-grid .btn-primary.add-to-cart .material-icons {
    display: none;
}
#products .product-title, .featured-products .product-title, 
.product-accessories .product-title, .product-miniature .product-title {
    margin-bottom: 15px;
}
#products .highlighted-informations,.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,.product-miniature .highlighted-informations {
    box-shadow: none;
}
#products .product-description, .featured-products .product-description, 
.product-accessories .product-description, .product-miniature .product-description{
    width: 100%;
}
#products .highlighted-informations, .featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
    width: 100%;
}
#products .variant-links, .featured-products .variant-links, 
.product-accessories .variant-links, .product-miniature .variant-links{
    background: transparent;
}
.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}
.product-flags li.product-flag, 
#products .products-grid .products .product-item .product-flags > li, 
.products-grid .products .product-item .product-flags > li {
    background: #333333;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 8px 2px;
    position: absolute;
    right: 10px;
    left: auto;
    text-transform: uppercase;
    top: 10px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    margin: 0;
    min-height: auto;
    min-width: auto;
    line-height: 18px;
    box-shadow: none;
}
.product-flags li.product-flag.new, 
.products-grid .products .product-item .product-flags > li.new, 
#products .products-grid .products .product-item .product-flags > li.new {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    background: #eb0e0e;
}
.product-flags li.product-flag.pack, 
.products-grid .products .product-item .product-flags > li.pack, 
#products .products-grid .products .product-item .product-flags > li.pack {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}
.product-flags li.product-flag.new + .product-flag.pack, 
.products-grid .products .product-item .product-flags > li.new + .product-flag.pack, 
#products .products-grid .products .product-item .product-flags > li.new + .product-flag.pack {
    left: 10px;
    top: 45px;
}
.product-flags li.product-flag.pack, 
.products-grid .products .product-item .product-flags > li.pack, 
#products .products-grid .products .product-item .product-flags > li.pack {
    background: #8b8f98;
}
.product-flags li.product-flag.on-sale, 
.products-grid .products .product-item .product-flags > li.on-sale, 
#products .products-grid .products .product-item .product-flags > li.on-sale {
    background: #8b8f98;
}
.product-flags li.product-flag.on-sale + .product-flag.discount, 
.products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount, 
#products .products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount {
    right: 10px;
    top: 45px;
}
#products .products-grid .products .product-item .product-flags li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}
#product #content .product-flags .product-flag {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px 5px;
}
.discount-percentage {
    top: -210px !important;
}
#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, 
.product-flags li.product-flag.discount-percentage {
    background-color: #333333;
}
.featured-products .all-products .material-icons {
    display: none;
}
.featured-products .all-products {
    text-align: -moz-center;
    margin-top: 30px;
    margin-bottom: 0;
    display: none;
}
.featured-products .all-products > a {
    background: #eb0e0e;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: -moz-max-content;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    float: none !important;
}
.all-products > a:hover,
.featured-products .all-products a:hover {
    background-color: #333;
}
#products img, .featured-products img, .product-accessories img, .product-miniature img{
    margin: 0;
    display: block;
    height: auto;
    max-width: 100%;    
    width: 100%;
}
#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container {
    height: 100%;
}
#products .products-grid {
    font-size: 0;
}
.products-grid  .products .product-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-size: 14px;
}
.products-grid .products .product-item .product-miniature,
#products  .products-grid .products .product-item .product-miniature {
    margin: 0;
}
.products-grid .products .product-item .product-miniature .thumbnail-container,
#products  .products-grid .products .product-item .product-miniature .thumbnail-container {
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.products article .thumbnail-container .wishlist-button-add {
	top: 45px;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    background: rgba(255,255,255,0.8);
    padding: .625rem 0;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: -90px;
    height: auto;
}
.products-grid .products .product-item:hover .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item:hover .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: 0px;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description ,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    position: static;
    background: transparent;
    height: auto;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after, 
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
    display: none;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add, 
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: center;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping{
    margin: 9px 0 15px;
}
#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover, 
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover{
    color: #eb0e0e;
}
.product-slider .owl-controls.clickable {
    position: absolute;
    right: 15px;
    margin: 0px;
    top: -65px;
    text-align: right;
    width: 100%;
}
.product-slider .owl-controls.clickable .owl-buttons > div {
    background: #222222;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    color: #ffffff;
}
.product-slider .owl-controls.clickable .owl-buttons > div::before{
    border-color: transparent #222 #222 transparent;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 0;
}
.product-slider .owl-controls.clickable .owl-buttons > div::after {
    border-color: #222 transparent transparent #222;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}
.product-slider .owl-controls.clickable .owl-buttons > div:hover {
    background: #eb0e0e;
}
.product-slider .owl-controls.clickable .owl-buttons > div:hover::before {
    border-color: transparent #eb0e0e #eb0e0e transparent;
}
.product-slider .owl-controls.clickable .owl-buttons > div:hover::after {
    border-color: #eb0e0e transparent transparent #eb0e0e;
}
.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, 
.custom-checkbox input[type="checkbox"] + span.color:hover, .facet-label.active .custom-checkbox span.color, 
.facet-label:hover .custom-checkbox span.color{
    border-color: #eb0e0e;
}
#product #block-reassurance {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.25);
}
#block-reassurance ul {
    margin: 0;
}
#block-reassurance ul .icon-img {
    display: inline;
}
#product .add{
    width: auto;
    margin: 0;
}
#product .add .btn{
    line-height: 24px;
}
.add .btn{
    background: #333;
    font-weight: 700;
    padding: 8px 12px;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.add .btn:hover{
    background-color: #eb0e0e;
}
.product-actions .add-to-cart .material-icons {
    line-height: 24px;
    vertical-align: middle;
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.featured-products {
    margin-top: 25px !important;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
/*********
block-reassurance
*********/
#product #block-reassurance {
    box-shadow: none;
}
#block-reassurance ul{
    margin: 0;
    border: 1px solid rgba(0,0,0,.25);
}
.block-reassurance-item .icon-img {
    display: inline-block;
}
#block-reassurance ul {
    margin: 0;
}
#product #block-reassurance {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #f6f6f6;
}
#block-reassurance li {
    border-bottom: 1px solid #e1e1e1;
}
#product #block-reassurance li span {
    font-weight: 500;
}
.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #fff;
}
.blockreassurance_product > div {
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 1rem 1.5rem;
}
.blockreassurance_product > div > p {
    margin-bottom: 0;
}
.blockreassurance_product > div:last-child {
    border-bottom: none;
    padding: 0;
}
.blockreassurance_product > div:nth-last-child(2) {
    border-bottom: none;
}

/*******
latest-offer
*******/
.parallax-section{
    display: block;
    width: 100%;
    float: left;
}.latest-offer-section{
    display: block;
    float: left;
    clear: both;
    max-width: 100%;
    width: 100%;
    margin: 30px 0;
}
.latest-offer-section .offer-inner{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    clear: both;
    background-image: url(../img/bentriz-parralex-image.jpg);
    float: left;
    padding: 90px 0;
    text-align: center;
    width: 100%;
    background-size: cover;
}
.latest-offer-section .offer-inner > h1{
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 36px;
    line-height: 1.1;
}
.latest-offer-section .offer-inner > a{
    display: inline-block;
    background: #eb0e0e;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 15px 25px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    text-transform: uppercase;
    border: 2px solid #eb0e0e;
    margin-left: 2px;
    color: #fff;
    font-weight: 700;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.latest-offer-section .offer-inner > a:hover{
    background-color: transparent;
}

/**promotion-section2**/
.promotion-section2 {
    float: left;
    width: 100%;
    clear: both;
}
.promotion-section2 .adv-wrapper {
    display: block;
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.promotion-section2 .adv-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}
.promotion-section2 .adv-wrapper .row .adv-image-main{
    display: block;
    width: 100%;
}
.promotion-section2 .adv-wrapper .adv-image-inner {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 10px;
    cursor: crosshair;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main img{
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block {
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    cursor: text;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0,-50%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > h2 {
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > ul > li > a {
    color: #dddddd;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > ul > li > a:hover{
    color: #ffffff;
}

/** testimonial-block**/
.testimonial-section {
    float: left;
    width: 100%;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
    margin: 30px 0;
}
.testimonial-section .testimonial-block{
    padding: 30px 0;
}
.testimonial-section .testimonial-block .testimonial-content {
    display: block;
    padding: 0 15px;
    max-width: 950px;
    margin: 0 auto;
}
.testimonial-section .testimonial-block .section-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.testimonial-section .testimonial-block .section-title > strong {
    background: #222 none repeat scroll 0 0;
    border-bottom: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 20px;
    margin-top: 0;
    padding: 6px 12px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testimonial-section .testimonial-block .section-title > strong:after{
    border-color: #222 rgba(0,0,0,0) rgba(0,0,0,0) #222;
    border-style: solid;
    border-width: 20px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}
.testimonial-section .testimonial-block .testimonial-desc {
    border: medium none;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.testimonial-section .testimonial-block .testimonial-desc p {
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    text-align: center;  
    margin-bottom: 0;
    color: #333333;
}
.testimonial-section .testimonial-block .testimonial-desc p::before {
    content: "\f10d";
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 24px;
    margin-right: 10px;
}
.testimonial-section .testimonial-block .testimonial-detail {
    clear: both;
    float: left;
    padding: 0 10px 10px;
    text-align: center;
    width: 100%;
}
.testimonial-section .testimonial-block .testimonial-detail img {
    height: auto;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.testimonial-section .testimonial-block .testimonial-detail .profile {
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
}
.testimonial-section .testimonial-block .testimonial-detail .profile h4 {
    margin: 0 0 4px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.testimonial-section .testimonial-block .testimonial-detail .profile p {
    margin: 0;
    font-size: 13px;
    text-align: center;  
    margin-bottom: 0;
    color: #333333;
}
.testimonial-slider .owl-controls.clickable {
    position: absolute;
    right: 15px;
    margin: 0px;
    top: -65px;
    text-align: right;
    width: 100%;
}
.testimonial-slider .owl-controls.clickable .owl-buttons > div {
    background: #222222;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    color: #ffffff;
}
.testimonial-slider .owl-controls.clickable .owl-buttons > div::before{
    border-color: transparent #222 #222 transparent;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 0;
}
.testimonial-slider .owl-controls.clickable .owl-buttons > div::after {
    border-color: #222 transparent transparent #222;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}
.testimonial-slider .owl-controls.clickable .owl-buttons > div:hover {
    background: #eb0e0e;
}
.testimonial-slider .owl-controls.clickable .owl-buttons > div:hover::before {
    border-color: transparent #eb0e0e #eb0e0e transparent;
}
.testimonial-slider .owl-controls.clickable .owl-buttons > div:hover::after {
    border-color: #eb0e0e transparent transparent #eb0e0e;
}
/*******
blogpost-block
*******/
.blog-section {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.blogpost-block{
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.blogpost-block .blog-section-title{
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.blogpost-block .blog-section-title > strong {
    background: #222 none repeat scroll 0 0;
    border-bottom: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-right: 20px;
    font-weight: 600;
    margin-top: 0;
    padding: 6px 12px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blogpost-block .blog-section-title> strong:after{
    border-color: #222 rgba(0,0,0,0) rgba(0,0,0,0) #222;
    border-style: solid;
    border-width: 20px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}
.blogpost-block .blog-block{
    width: 100%;
    float: left;
    display: block;
}
.blogpost-block .blog-block .blog-inner{
    display: block;
    padding: 0 10px;
}
.blogpost-block .blog-block .blog-inner .blog-inner-block {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.blogpost-block .blog-block .blog-inner .blog-image {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.blogpost-block .blog-block .blog-inner .blog-image img {
    height: auto;
    width: 100%;
}
.blogpost-block .blog-block .blog-inner .blog-image span{
    background: #111 none repeat scroll 0 0;
    bottom: 15px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    left: 15px;
    padding: 10px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}
.blogpost-block .blog-block .blog-inner .blog-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.blogpost-block .blog-block .blog-inner .blog-content > h3 {
    font-size: 14px;
    margin: 5px 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}
.blogpost-block .blog-block .blog-inner .blog-content > p {
    margin: 5px 0 10px;
    color: #333;
    text-align: justify;
    font-size: 13px;
}
.blog-slider .owl-controls.clickable {
    position: absolute;
    right: 15px;
    margin: 0px;
    top: -65px;
    text-align: right;
    width: 100%;
}
.blog-slider .owl-controls.clickable .owl-buttons > div {
    background: #222222;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    color: #ffffff;
}
.blog-slider .owl-controls.clickable .owl-buttons > div::before{
    border-color: transparent #222 #222 transparent;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 0;
}
.blog-slider .owl-controls.clickable .owl-buttons > div::after {
    border-color: #222 transparent transparent #222;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}
.blog-slider .owl-controls.clickable .owl-buttons > div:hover {
    background: #eb0e0e;
}
.blog-slider .owl-controls.clickable .owl-buttons > div:hover::before {
    border-color: transparent #eb0e0e #eb0e0e transparent;
}
.blog-slider .owl-controls.clickable .owl-buttons > div:hover::after {
    border-color: #eb0e0e transparent transparent #eb0e0e;
}
/*******
brand-section
*******/
.brand-section {
    float: left;
    clear: both;
    width: 100%;
    padding: 30px 0;
}
.brand-section .brand-section-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.brand-section .brand-section-title > h4 {
    background: #222 none repeat scroll 0 0;
    border-bottom: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-right: 20px;
    margin-top: 0;
    font-weight: 600;
    padding: 9px 12px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
.brand-section .brand-section-title > h4:after{
    border-color: #222 rgba(0,0,0,0) rgba(0,0,0,0) #222;
    border-style: solid;
    border-width: 20px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}
.brand-section .brand-section-title > h4 a:visited,
.brand-section .brand-section-title > h4 a:active,
.brand-section .brand-section-title > h4 a:focus,
.brand-section .brand-section-title > h4 a:hover,
.brand-section .brand-section-title > h4 a {
    color: #fff;
}
.brand-content {
    float: left;
    width: 100%;
    clear: both;
}
.brand-content .brand-row {
    margin-left: -10px;
    margin-right: -10px;
}
.brand-content .brands-list{
    display: block;
    float: left;
    margin: 0;
}
.brand-content .brands-list li{
    display: block;
    float: left;
    padding: 0 10px;
}
.brand-content .brands-list li a{
    display: block;
}
.brands-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.brands-slider li {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.brands-slider li a {
    display: block;
}
.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.brands-slider .owl-controls.clickable {
    position: absolute;
    right: 15px;
    margin: 0px;
    display: block !important;
    top: -65px;
    text-align: right;
    width: 100%;
}
.brands-slider .owl-controls.clickable .owl-buttons > div {
    background: #222222;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    color: #ffffff;
}
.brands-slider .owl-controls.clickable .owl-buttons > div::before{
    border-color: transparent #222 #222 transparent;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 0;
}
.brands-slider .owl-controls.clickable .owl-buttons > div::after {
    border-color: #222 transparent transparent #222;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}
.brands-slider .owl-controls.clickable .owl-buttons > div:hover {
    background: #eb0e0e;
}
.brands-slider .owl-controls.clickable .owl-buttons > div:hover::before {
    border-color: transparent #eb0e0e #eb0e0e transparent;
}
.brands-slider .owl-controls.clickable .owl-buttons > div:hover::after {
    border-color: #eb0e0e transparent transparent #eb0e0e;
}
#products .row.products-selection {
    border: 1px solid #e1e1e1;
}
.page-manufacturer #wrapper #content-wrapper ul {
    margin: 0 -15px;
    display: block;
    font-size: 0;
}
.page-manufacturer #wrapper #content-wrapper ul .brand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-img {
    display: block;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 33.33%;
    }
}
@media (max-width: 479px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 50%;
    }
}
/******
footer
*****/
#footer{
    margin-top: 0;  
    float: left;
    clear: both;
    width: 100%;
    padding: 0;    
    background: #222222;
}
#footer .newsletter-section{
    float: left;
    display: block;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    clear: both;
    width: 100%;
}
#footer .newsletter-section .block_newsletter{
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 35px 0;
    margin-bottom: 0;
    background-color: #111111;
}
#footer .newsletter-section #block-newsletter-label{
    float: left;
    width: 50%;
    display: block;
    color: #fff;
    font-size: 30px;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#footer .newsletter-section .block_newsletter .col-md-7 {
    width: 50%;
    padding: 0;
}
#footer .newsletter-section .block_newsletter .col-md-7 form { 
    width: 100%;
}
#footer .newsletter-section .block_newsletter .col-md-7 form .subscribe-block{ 
    padding: 0;
}
#footer .newsletter-section .block_newsletter .col-md-7 form .subscribe-block{ 
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
}
#footer .newsletter-section .block_newsletter form .col-xs-12 p { 
    display: none
}
#footer .newsletter-section .block_newsletter form .subscribe-block .btn-primary { 
    height: 50px;
    line-height: 50px;
    background: #eb0e0e;
    border-color: #eb0e0e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 25px;
}
#footer .newsletter-section .block_newsletter form .btn-primary:focus, 
#footer .newsletter-section .block_newsletter form .btn-primary:hover {
    background-color: #333;
    transition: all .3s ease-in 0s;
    border-color: #333;
}
.block_newsletter form input[type="text"] {
    border-radius: 1px;
    font-size: 13px;
    height: 50px;
    padding: 0 9px;
    border: none;
    min-width: 100%;
}
.block_newsletter form input[type="text"]:focus{
    border: none;
}
#footer .block-social{
    width: 100%;
    text-align: center;
    margin-top: 18px;
    display: none;
}
#footer .block-social > ul {
    margin-bottom: 0;
}
#footer .block-social ul > li {
    background-color: #eb0e0e;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center;
}
#footer .footer-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    box-shadow: none;
    background: #222222;
}
#footer .footer-container .links {
    float: left;
    width: 50%;
    margin-bottom: 0;
}
#footer .footer-container .h3.hidden-sm-down {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
}
.footer-container li {
    color: #dddddd;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.42857;
}
.footer-container li a {
    color: #dddddd;
    font-size: 13px;
}
.footer-container li a:before {
    content: "\f105";
    margin-right: 8px;
    font-family: "Fontawesome";
}
#footer .footer-container .h3.hidden-sm-down::after {
    background: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    margin-top: 13px;
}
#footer .footer-container #block_myaccount_infos{
    width: 25%;
    margin-bottom: 0;
}
#footer .footer-container #block_myaccount_infos > h3 {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
#footer .footer-container #block_myaccount_infos > h3 > a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
#footer .footer-container #block_myaccount_infos > h3::after {
    background: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    margin-top: 13px;
}
#footer .footer-container  .footer-link {
    float: left;
    display: block;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
}
#footer .footer-container  .footer-link .footer-title {
    float: left;
    display: block;
    width: 100%;
}
#footer .footer-container  .footer-link .footer-title > h3 {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
}
#footer .footer-container  .footer-link .footer-title > h3:after {
    background: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    margin-top: 13px;
}
#footer .footer-container  .footer-link .footer-content {
    float: left;
    display: block;
    width: 100%;

}
#footer .footer-container  .footer-link .footer-content > ul > li {
    color: #555555;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.42857;   
}
#footer .footer-container .links ul  li  a:hover {
    color: #eb0e0e;
}
#footer .footer-container .footer-link .footer-content > ul > li > a > span > i {
    margin-right: 8px;
}
#footer .footer-container  .footer-link .footer-content .contact{
    margin-bottom: 15px;
    position: relative;
    color: #555555;
    margin-top: 0;
}
#footer .footer-container  .footer-link .footer-content .contact > strong{
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333333;
    font-size: 13px;
}
#footer .footer-container  .footer-link .footer-content .contact > span{
    display: block;
    padding-left: 22px;
}
#footer .footer-container .contactinfo-section .links {
    width: 100%;
}
#footer .footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    display: block;
}
#footer .footer-bottom .footer-bottom-inner {
    padding: 25px 0;
    border-top: 1px solid #d1d1d1;
    display: block;
    clear: both;
    font-size: 0;
}
#footer .footer-bottom .footer-bottom-inner .copyright {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
#footer .footer-bottom .footer-bottom-inner .copyright > a {
    color: #ffffff;
}
#footer .footer-bottom .footer-bottom-inner .footer-payment-icon {
    text-align: right;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
}
#footer .footer-bottom .footer-bottom-inner .footer-payment-icon > li {
    display:inline-block;
    list-style-type:none;
    margin-bottom:0;
    position:relative;
}
#footer .footer-bottom .footer-bottom-inner .footer-payment-icon > li > a {
    display:block;
    padding:0 3px;
    box-sizing:border-box;
    color:#fff;
    font-size:28px;
    line-height: 30px;
    text-decoration:none;
    transition:all .2s ease-in 0s;
    -moz-transition:all .2s ease-in 0s;
    -webkit-transition:all .2s ease-in 0s;
}
#footer .footer-bottom .footer-bottom-inner .footer-payment-icon > li > a:hover {
    color:#ffffff;
    text-decoration:none;
}
#footer .footer-bottom .footer-bottom-inner .footer-payment-icon > li:last-child > a {
    padding-right:0;
}
.contactinfo-section {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
.contactinfo-section .footer-links-column .footer-column-content .content > p {
    margin-bottom: 15px;
    position: relative;
    color: #555555;
}
.contactinfo-section .footer-links-column .footer-column-content .content > p strong {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
}
.contactinfo-section .footer-links-column .footer-column-content .content > p strong em {
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
}
.contactinfo-section .footer-links-column .footer-column-content .content > p strong {
    font-weight: 600;
    color: #ffffff;
}
.contactinfo-section .footer-links-column .footer-column-content .content > p > span {
    display: block;
    padding-left: 22px;
    color: #dddddd;
    font-size: 13px;
}
.contactinfo-section .footer-links-column .footer-column-content .content > p > span a:visited,
.contactinfo-section .footer-links-column .footer-column-content .content > p > span a:focus,
.contactinfo-section .footer-links-column .footer-column-content .content > p > span a:active,
.contactinfo-section .footer-links-column .footer-column-content .content > p > span a {
    color: #dddddd;
}
.contactinfo-section .footer-links-column .footer-column-content .content > p > span a:hover {
    color: #eb0e0e;
}
.contactinfo-section .footer-links-column .footer-colum-title {
    display: block;
    position: relative;

}
.contactinfo-section .footer-links-column .footer-colum-title > h3 {
    margin: 0;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.contactinfo-section .footer-links-column .footer-colum-title > h3:after {
    background: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    margin-top: 13px;
}
@media only screen and (max-width: 767px){
    #footer .footer-container .links{
        width: 100%;
        margin-bottom: 0;
        padding: 0 15px !important;
    }
    #footer .footer-container .links .row{
        margin: 0 !important;
    }
    #footer .footer-container #block_myaccount_infos{
        width: 100%;
        margin-bottom: 0;
        padding: 0 15px !important;
    }
    #footer .footer-container .footer-link{
        width: 100%;
        margin-bottom: 0;
        padding: .625rem;
        font-size: 1rem;
    }
    #footer .footer-container .footer-link .footer-title > h3::after {
        display: none;
    }
}
/******
category-page
*******/
#content-wrapper .block-category {
    border: none;
    min-height: unset;
    box-shadow: none;
    max-height: unset;
    margin-bottom: 20px;
}
.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 0;
}
.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 15px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
}
#products .row.products-selection {
    border: 1px solid #e1e1e1;
}
.block-category #category-description {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
    font-size: 14px;
    color: #666666;
}
.block-category #category-description > p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}
#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
}
#products .products-grid .products .product-item {
    margin-bottom: 40px;
}
.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}
.pagination {
    background: #f9f9f9;
    padding: 0 15px;
    margin-top: 0;
}
.pagination .pagination-summary {
    margin: 0px;
    color: #666;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 0;
}
.pagination .pagination-btn {
    margin: 0;
    width: 66.66667%;
    padding: 0px;
}
.pagination .pagination-btn ul {
    margin: 0;
    float: right;
    box-shadow: none;
    background: #f9f9f9;
    padding: 10px 0;
}
.pagination .page-list li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    position: relative;
}
.pagination li a {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: top;
    color: #222222;
    text-align: center;
}
.pagination li a i {
    color: #bbbbbb;
    cursor: default;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}
.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
    color: #ffffff;
    font-size: 13px;
    background-color: #222222;
}
.pagination li a:hover i {
    color: #ffffff;
}
.pagination .page-list {
    box-shadow: none;
}
.pagination li a.next,
.pagination li a.previous {
    font-size: 0;
}
/*******
product-page
*******/
#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product .product-price {
    color: #eb0e0e;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}
#product .product-price .current-price {
    font-size: 0;
    margin-bottom: 0;
}
#product .product-price .current-price > span {
    font-size: 28px;
}
#product .product-price .current-price .discount {
    padding: 5px;
    vertical-align: top;
    font-size: 13px;
    line-height: 22px;
    border-radius: 3px;
}
#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
.product-discounts > .product-discounts-title {
    font-weight: 600;
}
#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
#blockcart-modal .modal-body .divide-right span.color {
	height: auto;
	width: auto;
	border: none;
	cursor: auto;
	margin-left: 0;
	margin-top: 0;
}   
.social-sharing span {
    font-weight: 600;
}
.quickview .social-sharing {
    margin-left: 0;
}
.modal.quickview .social-sharing ul > li > a {
    border: none;
}
.social-sharing ul > li {
    box-shadow: none;
}
.social-sharing ul > li > a {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.product-short-desc p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}
.product-short-desc ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}
.product-short-desc li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}
#product #block-reassurance{
    margin-bottom: 25px;
}
.tabs {
    margin-top: 25px;
    margin-bottom: 25px;
}
.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs .nav-item {
    margin: 0;
}
.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover {
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}
.tabs .nav-tabs .nav-link {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}
.tabs .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.tabs .tab-content img {
    max-width: 100%;
}
#product .tabs .tab-pane {
    padding: 0;
}
#product .tabs .tab-pane .product-description > p {
    color: #333;
    margin-bottom: 10px;
}
#product .tabs .tab-pane .product-description > ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}
#product .tabs .tab-pane .product-description > ul > li {
    margin-bottom: 10px;
}
.tabs .tab-pane p > label {
    float: none;
    width: auto;
    padding: 0;
}

/*home service block*/
.service-section{
    float: left;
    display: block;
    width: 100%;
    clear: both;
}
.home-advantage-block {
    clear: both;
    float: left;
    padding: 40px 0 30px;
    width: 100%;
    background: #fff;
}
.home-advantage-block .hab-row {
    margin-left: -10px;
    margin-right: -10px;
}
.home-advantage-block .hab-inner {
    float: left;
    position: relative;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}
.home-advantage-block .hab-inner .home-advantage-block-inner {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.home-advantage-block .hab-inner .home-advantage-block-inner > span {
    border: 2px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #eb0e0e;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 66px;
    margin-bottom: 15px;
    width: 70px;
}
.home-advantage-block .hab-inner .home-advantage-block-inner > p {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin: 0;
}
.home-advantage-block .hab-inner .home-advantage-block-inner > p > span {
    background: #222 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 15px;
    overflow: hidden;
    padding: 6px 14px;
    position: relative;
}
/*fullwidth block*/
.home-fullwidth-block {
    background: #111111;
    clear: both;
    float: left;
    padding: 65px 0;
    text-align: center;
    width: 100%;
    margin: 25px 0;
}
.home-fullwidth-block h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}
.home-fullwidth-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-fullwidth-block ul li {
    display: block;
    margin: 0;
}
.home-fullwidth-block ul li h1 {
    color: #eb0e0e;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}
.home-fullwidth-block ul li p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    display: block;
    max-width: 80%;
    margin: 0 auto 30px;
}
.home-fullwidth-block .action.primary {
    border: 2px solid #eb0e0e;
    background: #eb0e0e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
    margin-bottom: 1px;
    padding: 15px 25px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}
.home-fullwidth-block .action.primary:active,
.home-fullwidth-block .action.primary:visited,
.home-fullwidth-block .action.primary:focus {
    border-color: #eb0e0e;
    color: #ffffff;
}
.home-fullwidth-block .action.primary:hover {
    background: transparent;
    border-color: #eb0e0e;
    color: #ffffff;
}
#header a {
    color: #ffffff;
}

.page-customer-account #content .forgot-password > a{
    color: #eb0e0e;
}
.input-group .input-group-btn > .btn, .input-group .input-group-btn > .btn[data-action="show-password"]{
    background: #333;
}
.login-form .btn-primary{
    background: #333;
}
.page-customer-account #content .forgot-password > a:hover,
.card-block .no-account > a:hover{
    color: #333;
}
.login-form .btn-primary:hover{
    background: #eb0e0e;
}
.card-block .no-account > a{
    color: #eb0e0e;
}
li.product-flag:not(.discount):not(.on-sale) ~ li.product-flag{
    margin-top: 2.5rem;
}
#left-column .block-categories .category-sub-menu li > a:hover{
    color: #eb0e0e;
}
@media(max-width: 991px) {
    .home-advantage-block .hab-inner .home-advantage-block-inner > p > span{
        font-size: 11px;
    }
    #footer .newsletter-section #block-newsletter-label{
        font-size: 22px;
    }
    #products .products, .featured-products .products, .product-accessories .products, .product-miniature .products{
        text-align: center;
    }
    #search_widget{
        width: 275px;
    }
    #header .navbar-block .top-menu .level0 > a{
        padding: 13px 18px;
    }
    .latest-offer-section .offer-inner > h1{
        font-size: 28px;
    }
    .promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
}
@media(max-width: 767px) {
    .latest-offer-section {
        margin: 18px 0;
    }
    .latest-offer-section .offer-inner > a {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 20px;
        display: inline-block;
    }
    .latest-offer-section .offer-inner{
        padding: 50px 0;
    }
}
@media(max-width: 767px) {
    #products .thumbnail-container .product-description, 
    .featured-products .thumbnail-container .product-description, 
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .top-navigation-menu{
        display: none;
    }
    #products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
        margin-bottom: 10px;
        margin-top: 12px;
    }
    #products .products-grid .products .product-item {
        margin-bottom: 25px;
    }
    .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
    #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
        margin: 9px 0 10px;
    }
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
        font-size: 14px;
    }
    /*    #mobile_top_menu_wrapper .top-menu{
            background: #222;
            color: #fff;
        }*/
    #header .header-top{
        background: #fff;
        padding: 0;
    }
    #header .header-top #_desktop_cart {
        height: auto;
        padding: 0;
        margin: 0;
    }
    #_mobile_cart {
        padding: 20px 0;
        margin-right: 15px;
    }
    #header .header-nav .blockcart {
        margin-left: 10px;
        background: inherit;
        padding: 0;
        height: auto;
    }
    #header .header-nav .blockcart .header {
        margin-top: 0;
        display: block;
        height: 35px;
        width: auto;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
    }
    #header .header-nav .cart-preview.active {
        background: transparent;
    }
    #header .header-nav .cart-preview a .cart-products-count {
        color: #fff;
        font-size: 14px;
    }
    .header-top .search-widget form{
        margin: 8px 0;
    }
    .header-top .search-widget form input[type="text"]::placeholder{
        color: #fff;
    }
    #mobile_top_menu_wrapper {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: .625rem;
        background: #fff;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 111;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu{
        background: #fff;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li > a{
        background: #fff;
        color: #333;
        font-weight: 500;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li:hover > a{
        color: #eb0e0e;
    }
    #header .header-nav .cart-preview.active:hover a, 
    #header .header-nav .cart-preview.active:hover i {
        color: #eb0e0e;
    }
    #header .header-nav .cart-preview:hover .cart-products-count {
        color: #eb0e0e;
    }
    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 75px;
        margin-top: 0;
        padding-top: 0;
    }
    #header .header-nav .top-logo a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    #header .header-nav .top-logo a img {
        max-height: 100%;
        max-width: 170px;
    }
    #_mobile_user_info {
        padding: 20px 0;
    }
    #header .header-nav .user-info {
        text-align: left;
        margin-left: 0;
        margin-top: 0;
    }
    #header .header-nav .user-info > a {
        color: #fff;
        width: 35px;
        height: 35px;
        display: block;
        text-align: center;
        line-height: 35px;
    }
    #header .header-nav .user-info .account {
        margin-left: 0;
    }
    #header .header-nav .user-info > a:hover {
        color: #eb0e0e;
    }
    #header .header-nav .user-info .account:hover {
        color: #eb0e0e;
    }
    #header .header-nav .user-info .logged {
        color: #ffffff;
    }
    #header .header-nav .user-info .logged:hover {
        color: #eb0e0e;
    }
    #header .header-nav #menu-icon {
        padding: 12px 0;
    }
    #header .header-nav #menu-icon .material-icons {
        color: #fff;
    }
    #header .header-nav #menu-icon .material-icons:hover {
        color: #eb0e0e;
    }
    #search_widget {
        width: 100%;
    }
    #footer .footer-container .footer-bottom {
        padding: 10px 0 15px;
        border: none;
    }
    #footer .footer-container .footer-bottom .row > .col-md-6 {
        width: 100%;
        float: left;
        text-align: center;
    }
    #footer .footer-container .text-sm-center {
        text-align: center !important;
    }
    #footer .footer-container .text-sm-center > a {
        padding: 5px 0 10px;
        color: #fff;
    }
    #footer .footer-container .col-md-12 .cards > ul {
        width: 100%;
    }
    #footer .footer-container .col-md-12 .cards > ul > li > img {
        max-width: 40px;
    }
    .footer-container .links .title {
        padding: 9px 0px;
        margin: 0px;
        border-bottom: none;
    }
    .footer-container .links .h3 {
        margin-bottom: 0;
        color: #fff;
    }
    .footer-container .links ul > li {
        padding: 7px 0;
        margin-bottom: 0;
    }
    .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
        color: #fff;
    }

    .contactinfo-section {
        width: 100%;
        margin-bottom: 0px;
    }
    .contactinfo-section .footer-links-column .footer-colum-title > h3::after {
        display: none;
    }
    .contactinfo-section .footer-links-column .footer-colum-title > h3 {
        padding: 9px 0 13px;
        margin-bottom: 0px;
        font-size: 1rem;
    }
    .contactinfo-section .footer-links-column .footer-column-content .content > p {
        margin-bottom: 8px;
    }
    #footer .block-social ul > li {
        width: 50px;
        height: 50px;
    }
    .block_newsletter {
        padding-bottom: 0;
        border: none;
    }
    #footer .newsletter-section .block_newsletter .col-md-7 form {
        width: 100%;
    }
    #footer .newsletter-section #block-newsletter-label{
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    #footer .newsletter-section .block_newsletter .col-md-7{
        width: 100%;
        text-align: center;
    }
    #block-newsletter-label {
        line-height: 34px;
        margin-bottom: 15px;
        font-size: 24px;
        letter-spacing: 0;
    }
    #footer .block-social {
        margin-top: 10px;
    }
    #footer .footer-container {
        padding: 25px 0;
    }
    #footer .footer-bottom .footer-bottom-inner .copyright {
        text-align: center;
        padding: 0 0 10px;
        width: 100%;
    }
    #footer .footer-bottom .footer-bottom-inner .footer-payment-icon {
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .promotion-section2 .adv-wrapper .adv-image-inner {
        width: 33.3333%;
        padding-bottom: 15px;
    }
    .promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > h2 {
        font-size: 16px;
        line-height: 30px;
    }
    .promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > ul > li > a {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .blogpost-block {
        margin-bottom: 18px;
        margin-top: 18px;
    }
    .blogpost-block .blog-section-title > strong {
        font-size: 18px;
    }
    .blogpost-block .blog-section-title {
        margin-bottom: 18px;
    }
    .testimonial-section {
        margin: 18px 0;
    }
    .blog-slider .owl-controls.clickable {
        top: -56px;
    }
    .testimonial-section .testimonial-block {
        padding: 20px 0;
    }
    .testimonial-section .testimonial-block .section-title > strong {
        font-size: 18px;
    }
    .testimonial-section .testimonial-block .section-title {
        margin-bottom: 18px;
    }
    .home-advantage-block .hab-inner {
        width: 50%;
        padding-bottom: 10px;
    }
    #footer .newsletter-section .block_newsletter{
        padding-top: 15px;
        margin-top: 15px;
    }
    .home-advantage-block {
        padding: 25px 0 0;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > p {
        font-size: 16px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner {
        margin-bottom: 16px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        margin-bottom: 16px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        font-size: 24px;
        height: 60px;
        line-height: 56px;
        margin-bottom: 12px;
        width: 60px;
    }
    .home-fullwidth-block {
        padding: 30px 0;
        margin: 18px 0;
    }
    .home-fullwidth-block h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .home-fullwidth-block ul li h1 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .home-fullwidth-block ul li p {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        display: block;
        max-width: 100%;
        margin: 0 auto 18px;
    }
    .home-fullwidth-block .action.primary {
        padding: 10px 20px;
        letter-spacing: 0;
    }
    .featured-products {
        margin-top: 18px !important;
        margin-bottom: 18px;
    }
    .product-section-title {
        margin-bottom: 18px;
    }
    .featured-products .product-section-title h1, .product-section-title h1 {
        font-size: 18px;
    }
    .adv-block .adv-wrapper {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    #main .page-footer {
        margin-bottom: 0;
    }
    #footer .footer-container .footer-block-title:after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #fff;
        top: 0;
        right: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: 600;
    }
    #footer .footer-container .footer-colum-title.active-tab:after{
        content: "\f106";
    }
    #footer .footer-container .footer-block-toggle-content{
        display: none;
        padding-top: 15px;
    }
    .footer-container .links ul{
        background: #222222;
    }
    .footer-container .links ul > li {
        border-bottom: none;
    }
    .contactinfo-section .footer-links-column .footer-colum-title{
        cursor: pointer;
    }
    .footer-container .links ul > li a{
        color: #fff;
        font-weight: 500;
    }
}
@media(max-width: 639px) {
    .header-top .search-widget form input[type="text"],
    .search-widget form button[type="submit"]{
        height: 40px;
        line-height: 40px;
    }
    .promotion-section .adv-wrapper .adv-inner-above{
        width: 100%;
        padding-bottom: 15px;
    }
    .promotion-section .adv-wrapper .adv-inner-below{
        width: 100%;
        padding-bottom: 15px;
    }
    .promotion-section .adv-wrapper{
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #footer .newsletter-section #block-newsletter-label{
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    #footer .newsletter-section .block_newsletter .col-md-7{
        width: 100%;
    }
    #block-newsletter-label {
        line-height: 28px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    #footer .block-social ul > li {
        width: 43px;
        height: 43px;
        margin: 1px;
    }
    #footer .newsletter-section {
        padding: 0;
    }
    #footer .newsletter-section .block_newsletter .col-md-7 form {
        width: 100%;
    }
    .footer-container .links .navbar-toggler .material-icons{
        font-size: 25px;
    }
    .blogpost-block {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .blogpost-block .blog-section-title > strong {
        font-size: 16px;
        padding: 9px 12px;
    }
    .blogpost-block .blog-section-title {
        margin-bottom: 15px;
    }
    .testimonial-section {
        margin: 12px 0;
    }
    .blog-slider .owl-controls.clickable {
        top: -56px;
    }
    .testimonial-section .testimonial-block {
        padding: 18px 0;
    }
    .testimonial-section .testimonial-block .section-title > strong {
        font-size: 16px;
        padding: 9px 12px;
    }
    .testimonial-section .testimonial-block .section-title {
        margin-bottom: 15px;
    }
    .brand-section .brand-section-title > h4{
        font-size: 16px;
        padding: 11px 12px;
    }
    .home-advantage-block {
        padding: 20px 0 0;
    }
    .promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main img{
        width: 100%;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > p {
        font-size: 13px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner {
        margin-bottom: 10px;
    }
    .home-advantage-block .hab-inner{
        padding-top: 10px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        margin-bottom: 15px;
        width: 75px;
        height: 75px;
        line-height: 72px;
    }
    .promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > h2 {
        margin-top: 15%;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }   
    .promotion-section2 .adv-wrapper .adv-image-inner .adv-image-inner-main .category-links-block > ul > li > a{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .home-fullwidth-block {
        padding: 20px 0 22px;
        margin: 16px 0;
    }
    .home-fullwidth-block h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .home-fullwidth-block ul li h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .home-fullwidth-block ul li p {
        font-size: 13px;
        margin: 0 auto 12px;
    }
    .home-fullwidth-block .action.primary {
        padding: 9px 18px;
        letter-spacing: 0;
    }
    .featured-products {
        margin-top: 12px !important;
        margin-bottom: 12px;
    }
    .product-section-title {
        margin-bottom: 15px;
    }
    .featured-products .product-section-title h1, .product-section-title h1 {
        font-size: 16px;
        padding: 11px 12px;
    }
    .product-slider .owl-controls.clickable {
        top: -54px;
    }
    .promotion-section2 .adv-wrapper .adv-image-inner{
        width: 100%;
        padding-bottom: 15px;
    }
    .promotion-section2 .adv-wrapper{
        padding: 15px 0;
    }
    .brand-section{
        padding: 15px 0;
    }
    .latest-offer-section {
        margin: 12px 0;
    }
    .latest-offer-section .offer-inner {
        padding: 35px 0;
    }
    .latest-offer-section .offer-inner > p {
        margin-bottom: 12px;
    }
    .latest-offer-section .offer-inner > h1 {
        font-size: 30px;        
        letter-spacing: 0;
        margin-bottom: 18px;
    }
    .latest-offer-section .offer-inner > a {
        padding: 9px 18px;
    }
    .adv-block .adv-wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #main .page-footer {
        margin-bottom: 0;
    }
    .testimonial-slider .owl-controls.clickable {
        top: -56px;
    }
    .blogpost-block .blog-block .blog-inner .blog-content {
        width: 60%;
    }
    .blogpost-block .blog-block .blog-inner .blog-image {
        width: 40%;
        padding-right: 12px;
    }
    .home-advantage-block .hab-inner {
        padding-top: 10px;
        width: 50%;
    }
}
@media(max-width: 479px) {
    .carousel-control.right{
        right: 5px; 
    }
    .adv-block .adv-wrapper .adv-inner {
        width: 100%;
        margin-bottom: 12px;
    }
    .products-grid .products .product-item{
        display: block;
    }
    .blogpost-block .blog-block .blog-inner .blog-image {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .blogpost-block .blog-block .blog-inner .blog-image img {
        width: 100%;
    }
    .blogpost-block .blog-block .blog-inner .blog-content {
        width: 100%;
    }
    .home-advantage-block .hab-inner{
        width: 100%;
    }
}
@media(max-width: 379px) {
    #header .header-nav .top-logo a img {
        max-width: 140px;
    }
}
.btn.btn-comment.post-product-comment {
	background-color: #333;
	transition: all .2s ease-in 0s;
}
.btn.btn-comment.post-product-comment:hover {
	background-color: #eb0e0e;
}
#product-comments-list .btn-comment.btn-comment-big.post-product-comment {
	margin: 0;
}
#empty-product-comment {
	padding: 20px 15px;
}
.product-line-info.color {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	cursor: auto;
}
.products-sort-order .dropdown-menu {
	width: 100%;
}
.products-sort-order .dropdown-menu .select-list:hover {
	color: #fff;
}
#search_filters .facet .collapse {
	margin: 0;
}
.product-comments {
	margin: 70px 0 55px;
	margin-top: 70px;
	float: left;
	width: 100%;
	clear: both;
	background-color: #fff;
	border: 2px solid #e1e1e1;
	margin-top: 40px;
}
#product-comments-list-header {
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
}
#product-comments-list-header .comments-nb {
	padding-left: 0;
	padding-top: 3px;
	font-size: 16px;
	font-weight: 700;
	color: #7a7a7a;
}
.comments-note {
	padding-left: 0;
	font-size: 16px;
	font-weight: 700;
	color: #7a7a7a;
}
#product-comments-list {
	padding: 0 15px;
}
.product-comment-list-item.row {
	padding: 20px 15px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
}
.product-comment-list-item:last-child {
	border: none;
}
#product-comments-list-footer {
	border-top: 1px solid #e1e1e1;
}
#product-comments-list-footer {
	min-height: 100%;
}
#product-comments-list-footer .post-product-comment {
	margin: 30px auto;
	display: block;
}





.image-slider-block .container{
max-width: 100%;
height: auto;
}

.image-slider-block .carousel-control .icon-next {
    margin-right: -50%;
    height: 50px;
    background-color: transparent; /* Usunięcie obecnego koloru tła */
    background-image: url('../img/h0_tt/1x/next_slider.png'); /* Dodanie tła obrazu */
    background-size: cover; /* Dostosowanie wielkości obrazu do elementu */
    /* Dodatkowe style, jeśli są potrzebne */


}
.image-slider-block .carousel-control .icon-prev {
   /*   margin-left: -50%; */
   margin-left: -150%;

    height: 50px;
    background-color: transparent; /* Usunięcie obecnego koloru tła */
    background-image: url('../img/h0_tt/1x/back_slider.png'); /* Dodanie tła obrazu */
    background-size: cover; /* Dostosowanie wielkości obrazu do elementu */
    /* Dodatkowe style, jeśli są potrzebne */
}

.image-slider-block .carousel-control .icon-next {
margin-right: -150%;
}
.carousel-control {
    width: 5%;
}





.image-slider-block .carousel .carousel-control .icon-next i, .image-slider-block .carousel .carousel-control .icon-next i {
    display: none;
}

    .image-slider-block .carousel .carousel-control .icon-prev i, .image-slider-block .carousel .carousel-control .icon-prev i {
    display: none;
    }


.image-slider-block::before,
.promotion-section::before {
    content: ''; /* Dodanie pustego contentu, aby pseudo-element był renderowany */
    display: block; /* Ustawienie jako blokowy, aby można było dostosować jego rozmiar */
    position: absolute; /* Ustawienie absolutne, aby pokrywał całe tło diva */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0a0303;
    background-image: url('../img/h0_tt/2x/slider_bg3.png'); /* Tło obrazu */
    background-size: 40%;
    z-index: -1; /*   Ustawienie niższego z-index, aby pseudo-elemfent byłf z tyłu treści */
    background-position: right 0% bottom 0%;
    background-repeat: no-repeat;
    opacity: 1;
}

#parallax-section{
display: none;
}

.latest-offer-section .offer-inner {
    /*
    background-image: none;
    background: #e9e9e9;
    padding: 1.525rem;
    */
}




.carousel .carousel-item img {
border-radius: 24px;
}

.promotion-section2 .adv-wrapper {
display: none;
}

.image-slider-block .container {
margin-top: 50px;
}

.brand-section-title{
display: none !important;
}







    .responsive-table {
      width: 100%;
      border-collapse: collapse;
      /* table-layout: fixed; */
      border: none;
      max-height: 100px;
      margin: auto;
      text-align: center;
    }

    .responsive-table td {
      padding: 20px;
      text-align: center;
      border: none;
      margin: auto;
      text-align: center;
    }

    .responsive-table img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      max-height: 100%;
    }


    #custom-text {
        background: #e9e9e9;
        padding: 1.525rem;
    }

    .brand-section{
        background: #dfdfdf;
    }



    .why-us {
        background: linear-gradient(to top right, #ed1414, #ff5e00);
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap; /* Umożliwienie zawijania elementów do kolejnych wierszy */
        justify-content: space-between; /* Równomierne rozmieszczenie elementów wzdłuż osi x */
        font-family: Tahoma;
        border-radius: 30px;
    }
        
    .why-us h1 {
        color: white;
        text-align: left;
        margin-bottom: 20px;
        width: 100%; /* Szerokość 100%, aby uniknąć przerzucania na kolejny wiersz */
        margin: 10px 3% 30px;
    }
        
        .why-us .section {
            flex: 1 1 calc(25% - 50px); /* Wyrównanie do lewej i prawej krawędzi z odstępem 20px */
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
            text-align: center;
            padding: 20px;
            background-color: #f0f0f0f2;
            border-radius: 12px;
            margin-left: 15px;
            margin-right: 15px;
        }
        
        .why-us .section img {
            max-width: 100%;
            height: auto;
            /*
            max-width: 150px;
            height: 120px;
            */
            margin: auto;
            padding-bottom: 20px;
        }
        
        .why-us .section h2 {
            margin: 10px 0;
            color: crimson;
            text-align: left;
        }
        
        .why-us .section p {
            padding-top: 8px;
            text-align: center;
            font-size: 8pt;
            text-align: justify;
        }
        


        .decorations {
            display: flex;
            height: 100%;
            padding: 20px;
        }
        
        .decorations .left {
            flex: 2;
            margin-right: 20px;
            border-radius: 12px;
            overflow: hidden;
        }
        
        .decorations .center {
            flex: 1;
            display: flex;
            flex-direction: column;
            margin: 0 20px;
        }
        
        .decorations .center-top,
        .decorations .center-bottom {
            flex: 1;
            margin-bottom: 20px; /* Ustawienie marginesu na 20px */
            border-radius: 8px;
            overflow: hidden;
        }
        
        .decorations .right {
            flex: 1;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .decorations .image-container {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            transition: opacity 0.3s, transform 0.3s;
        }
        
        .decorations .image-container:hover {
            opacity: 0.8;
            transform: scale(1.05);
            cursor: pointer;
        }
        
        .decorations .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
        
        .decorations .image-description {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            font-weight: bold;
            text-align: center;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }
        

        .footer-bottom
        {
            display: none !important;
        }


        #footer{
            background: transparent;
        }



        
        #footer .footer-container::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #0a0303;
            background-image: url('../img/h0_tt/2x/slider_bg3.png');
            background-size: 30%;
            z-index: -1;
            background-position: right 0% bottom 0%;
            background-repeat: no-repeat;
            opacity: 1;
        }
        
        #footer .footer-container {
            float: left;
            width: 100%;
            margin: 0;
            padding: 50px 0;
            box-shadow: none;
            background: transparent;
            position: relative; /* Add this ldine to mdake sure ::before is positioned relative to this element */
        }



        .brand-slider .item img {
            max-height: 100%; /* Ensure images ight of the container */
        }

        #footer .newsletter-section .block_newsletter {
            background: #EDECEB !important;
        }

        .input-wrapper{
            border-radius: 12px;
            border: 2px solid gray;
            margin-right: 6px;
        }
        
        #footer .newsletter-section .block_newsletter form .subscribe-block .btn-primary {
        border-radius: 12px; 
        margin-left: 20px;
        font-size: 12pt;
        }

        .block_newsletter form input[type="text"] {
        height: 46px;
        }

        .owl-item{
            border-right: 2px solid rgba(128, 128, 128, 0.096);
            border-left: none;
            border-top: none;
            border-bottom: none;
        }

                .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
                #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
                    border: none;
                }




.products-grid .owl-item:hover {
border: 2px solid red;
border-radius: 16px;
padding: 3px;
transition: border 0.3s ease, padding 0.3s ease;
    /* Dodaj efekt przejścia */
    transition-delay: 0.1s;
    /* Opóźnienie efektu hover o 0.1 sekundy */
cursor: pointer;
 }

 #footer .newsletter-section #block-newsletter-label {
    float: left;
    width: 50%;
    display: block;
    color: #000;
    font-size: 9pt;
    padding: 0;
    font-weight: 700;
    line-height: 20px;
    text-transform: unset;
    font-family: Helvetica, sans-serif;
 }
 #newsletter_train{
    float: inline-start;
    margin-right: 33px;
    position: relative;
    display: inline-block;
}
#footer .newsletter-section #block-newsletter-label {
    float: inline-start;
    width: 30%;
    display: inline-block;
}
#footer .newsletter-section .block_newsletter .col-md-7 form .subscribe-block {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    display: inline-block;
    float: inline-end;
}

#footer .newsletter-section .block_newsletter form .subscribe-block .btn-primary {
    height: 40px;
    line-height: 0px;
    }

    .block_newsletter form .input-wrapper {
        overflow: hidden;
        height: 40px;
    }

    .block_newsletter form input[type="text"] {
        height: 34px;
        content: 'email';
    }


    #header .header-top {
        float: left;
        width: 100%;
        display: block;
        background-color: #111111;
        padding: 25px 0;
    }







   #hide_search .search-widget{
display: none;
    }

    
#header .logo {
        margin: -13px 25% !important;
    }

    .catalog{
        text-transform: uppercase;
color: white;
display: inline-block;
vertical-align: middle;
margin: auto;
margin-top: 16px;
display: inline-block !important;
    }

 #_desktop_search #search_widget{
    display: inline-block;
    width: 230px;
 }

 #search_widget i{
    color: red;
 }











 .image-container {
    position: relative;
    display: inline-block;
  }
  
  .overlay-text {
    position: absolute;
    top: 12%;
    left: 5%;
    color: white; /* Dostosuj kolor tekstu do tła obrazka */
    font-size: 24pt; /* Dostosuj rozmiar tekstu według potrzeb */
   /* font-weight: bold; /* Opcjonalnie dostosuj wagę czcionki */
  }
  
  .adv-inner-above {
    display: inline-block;
    width: 48%; /* Dostosuj szerokość w zależności od he potrzeb */
    margin: 1%; /* Dostosuj margines w zależności od potrzeb */
  }
  .promotion-section .adv-wrapper .adv-inner-above {
width: 48%;
  }



  .button_h0tt {
    position: absolute;
    bottom: 12%;
    left: 5%;
    background-color: #f7400a;
    color: white;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    z-index: 1; /* Ustawienie z-index na wartość większą niż dla overlay-tedxt */
  }
  
  .button_h0tt:hover {
    background-color: #cd2f00;
  }



  .slider-overlay-text h2{
    color: white; /* Dostosuj kolor tekstu do tła obrazka */
    font-size: 24pt; /* Dostosuj rozmiar tekstu według potrzeb */
  }
  

  .slider-description-text {
    top: 20%; /* Dostosuj odstęp od góry */
    left: 5%;
    font-size: 16px;
    position: absolute;
    color: white;
  }



  .slider-button_h0tt {
    position: absolute;
    bottom: 14%;
    left: 4%;
    background-color: #f7400a;
    color: white;
    font-size: 16px;
    padding: 8px 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    z-index: 999; /* Uddstawienie zd-inddedx na wartość większą niż dla overlay-tedxt */
    font-weight: unset;
  }

  .slider-button_h0tt:hover {
    background-color: #cd2f00;
    color: white;
  }


  .slider-overlay-text {
    position: absolute;
    top: 13.1%;
    left: 4%;
    color: white; /* Dostosuj kolor tekstu do tła obrazka */
    font-size: 24pt; /* Dostosuj rozmiar tekstu według potrzeb */
   /* font-weight: bold; /* Opcjonalnie dostosuj wagę czcionki */
  }

  .slider-overlay-text p{
    margin-top: 6%;
    margin-left: -1%;
    color: white; /* Dostosuj kolor tekstu ddo tła obrazka */
    white-space: pre-line;
    max-width: 360px;
    line-height: 1.3;
  }
  .slider-overlay-text h2{
  white-space: pre-line;
  font-size: 25pt;
  font-weight: unset;
  max-width: 450px;
  line-height: 1.4;
}

#brands_div{
width: 100%;
}


#brands_div .owl-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Aby zapewnić, że div zajmie całą dostępną szerokość */
    overflow: hidden; /* Zapobiega ewentualnemu przekroczeniu szerokości ekranu */
}
@media screen and (min-width: 471px) {
#brands_div .owl-item {
    width: 188px; /* Dostosuj szerokość elementu */
   /*  margin: 0 10px; /* Dostosuj margines między elementami */
}
}

#brands_div .owl-item a {
    display: block;
    text-align: center;
}
/* 
.brand-content .owl-item img {
    max-width: 100%;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
}
*/
.brand-content .owl-item img {
    max-width: 100%;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    object-fit: inherit;
}



.brand-content .owl-item {
    border-right: none;
}


.brand-section {
padding: 5px 0;
margin-top: -5px;
}


#_desktop_login {
    float: left;
    height: 45px;
    padding-left: 15px;
    margin: 15px 0 2px;
    color: #fff;
}


.header-top #_desktop_cart .blockcart a {
    background: transparent;
    color: rgb(187, 187, 187);
}
.header-top #_desktop_cart .blockcart i{
    color: white;
    margin-right: 4px;
}
.header-top #_desktop_cart .blockcart i:hover{
    color: crimson;
}
#_desktop_login span{
    color: rgb(187, 187, 187);
}
.fa.fa-user,.fa.fa-heart{
padding-right: 3px; 
}

#_desktop_cart .header {
    background-color: transparent;
    background: transparent;
}

#_desktop_cart .header .hidden-sm-down {
    text-transform: unset;
    color: rgb(187, 187, 187);
}


#_desktop_cart .header {
    padding: 0 2px;
}
.blockcart.cart-preview.inactive{
display: inline-block; 
}


.blockcart.cart-preview.active{
display: inline-block !important;
    }

        .header-top #_desktop_cart .blockcart a {
float: unset;
        }

.header-top #_desktop_cart .blockcart a:hover {
color: crimson;
}

#footer .footer-container .h3.hidden-sm-down {
    margin: 0;
    margin-bottom: 25px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    color: #eb0e0e;

}


#footer .footer-container #block_myaccount_infos>h3>a {
    color: #eb0e0e;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize !important;
}

.contactinfo-section .footer-links-column .footer-colum-title>h3 {
    color: #eb0e0e;
        font-weight: 300;
        font-size: 16px;
        text-transform: none;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

@media screen and (min-width: 471px) {
.owl-wrapper .owl-item{
    width: 210px !important;
}
#brands-slider .owl-wrapper-outer .owl-wrapper .owl-item{
    width: 188px !important;
}


}
#footer_text{
    color: #dddddd;
    font-size: 13px;
}

.footer_image{
    max-width: 150px;
   height: auto;
   margin-top: 40px !important;
}

.products article .thumbnail-container .wishlist-button-add {
    top: -10px;
    right: 0!important;
        background-color: transparent !important;
        border: none;
        border-radius: unset;
        box-shadow: none;
        z-index: 7;
}
/* usuniecie etykiet NEW i WYPRZEDAZ */
.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags>li.on-sale{
display: none;
}

.product-flag.new{
display: none;
}
.product-flag.discount {
    display: none;
}

@media screen and (min-width: 1200px){
    
#category #wrapper .container, #best-sales #wrapper .container,  #search #wrapper .container, #prices-drop #wrapper .container, #promotion-section #wrapper .container, #new-products #wrapper .container{
    width: 80%;
}
}

@media screen and (min-width: 1200px) {


#products .products-grid .products .product-item {
        width: 19.3333%;
    }

#products .products-grid .products .product-item {
    margin-bottom: 70px;
}


#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    color: #666666;
    font-size: 16px;
}
}

#products .product-item {
            border-right: 2px solid rgba(128, 128, 128, 0.096);
            border-left: none;
            border-top: none;
            border-bottom: none;
        }
                
        #products .product-item:hover {
                                    border: 2px solid crimson;
                                    border-radius: 16px;
                                    padding: 4px;
                                    transition: border 0.3s ease, padding 0.3s ease;
                                    /* Dodaj efekt przejścia */
                                    transition-delay: 0.1s;
                                    /* Opóźnienie efektu hover o 0.1 sekundy */
                                    cursor: pointer;
                                }

@media screen and (min-width: 471px) {
.products-grid .owl-item {
    width: 188px;
    margin: 0 10px;
}
}



.add .btn {
background: red;
border-radius: 8px;
}

.cart_img{
max-height: 24px;
width: auto;
padding-left: 10px;
padding-right: 10px;
}

.product-miniature .thumbnail-container .product-description .add {
    text-align: right !important;
}

.product-miniature .product-title {
    margin-bottom: 15px;
    min-height: 70px;
}

.cart_disabled_img{
        max-height: 24px;
        width: auto;
        padding-left: 6px;
        padding-right: 6px;
    }

.add .btn:disabled {
background: rgb(190, 190, 190);
    border-radius: 8px;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title{
    margin-bottom: 15px;
    min-height: 70px;
}
@media (min-width: 1200px) and (max-width: 1510px){

#products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title {
        margin-bottom: 15px;
        min-height: 100px;
    }
}


                .category-list {
                    list-style-type: none;
                    padding: 0;
                }
        
                .category-item {
                    display: inline-block;
                    padding: 3px 25px;
                    background-color: transparent;
                    border-radius: 24px;
                    margin: 6px 10px;
                    border: 1px solid grey;
                        transition: all 0.5s;
                            /* Dodaj animację */
                }
        
                .category-item.active {
                    background-color: #ff330047;
                    color: red;
                    border: none;
                }

        .category-item:hover{
        cursor: pointer;
        border-color: red;
        color: red;
    }

        .pagination li a:hover,
        .pagination li.current a,
        .pagination li.current span,
        .pagination li:hover span {
    background-color: red;
    border-radius: 60px;
        }

                .pagination {
background: transparent;
                }


                                .pagination li a i {
                                    color: #bbbbbb;
                                    cursor: pointer;
                                    border-radius: 60px;
                                    border: 1px solid #cbcbcb;
                                }
.pagination li a i:hover {
cursor: pointer;
border: none;
}

.spacer{
font-size: 19px;
}
.spacer:hover{
font-size: 19px !important;
    cursor: unset !important;
    background: none !important;
    color: black !important;
    background-color: none !important;
    border-radius: unset;
}

                .custom-link {
                    display: inline-block;
                    padding: 10px;
                    border: 1px solid orange;
                    border-radius: 12px;
                    text-decoration: none;
                    color: orange;
                    transition: all 0.5s ease-in-out;
                        font-size: 10pt;
                        margin-bottom: 20px;
                }
        
                .custom-link:hover {
                    background-color: orange;
                    color: white;
                }
        
                #next-page {
                    width: 100%;
                    text-align: center;
                }



                @media (min-width: 1200px) and (max-width: 1580px){
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping, #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    min-height: 40px;
}

                }

.comments_note{
width: 60px;
margin: 0px 0px;
}
.comments_note span{
display: none;
}


.comments_note div.star{
display: inline-block;
float: left;
width: 12px;
height: 12px;
                }


.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add, #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: center;
    display: flex;
justify-content: space-between;
    align-items: flex-end;
}

.products-grid .products .product-item {
    padding-left: 10px;
    padding-right: 10px;
}

#index .products-grid .products .product-item {
    padding-left: 0px !important;
    padding-right: 8px !important;
}

#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
font-size: 0.66rem;
    position: relative;
    bottom: 14px;
    right: 5px;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping, #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
/* margin: 0px 0 -15px; */
margin: 0px 0 0px;
}

.add .btn{
    padding: 6px 22px;
}

.add .btn.btn-primary.smalled{
padding: 6px 6px;
}


#products .model-scale {
    width: 32px;
    height: 28px;
    background: red;
    color: white;
    font-weight: 500;
    font-size: 13pt;
    text-align: center;
     position: absolute;
     margin-left: -5px;
     margin-top: -5px;
    border-radius: 12px 0px 10px 0;
    opacity: 0; /* Początkowo ustaw opacity na 0 */
    transition: opacity 0.5s ease-in-out; /* Dodaj transition z opóźnieniem 1s */
}


#index .model-scale{
    top: 0px;
    left: 0px;
    width: 32px;
    height: 28px;
    background: red;
    color: white;
    font-weight: 500;
    font-size: 13pt;
    text-align: center;
    position: absolute;
    border-radius: 12px 0px 10px 0;
    opacity: 0; /* Początkowo ustaw opacity na 0 */
    transition: opacity 0.5s ease-in-out; /* Dodaj transition z opóźnieniem 1s */
    }




#index .products-grid .owl-item:hover .model-scale {
  opacity: 1; /* Po najechaniu opacity na 1 */
  z-index: 99;
}


#products .products-grid .product-item:hover .model-scale {
  opacity: 1; /* Po najechaniu opacity na 1 */
  z-index: 99;
}


#index .products-grid .owl-item:hover .price{
    color: red;
}

#products .products-grid .product-item:hover .price {
    color: red;
}




#index .ticons_showIcons {
    position: absolute;
    top: 2px;
    right: 50px;
    text-align: left;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* Dodaj transition z opóźnieniem 1s */

}
#products  .ticons_showIcons {
    position: absolute;
    top: unset !important;
    right: unset !important;
    text-align: left;
    z-index: 999;
    opacity: 0;
    margin-left: 30px;
        margin-top: -2px;
    
    transition: opacity 0.5s ease-in-out; /* Dodaj transition z opóźnieniem 1s */

}




#index .products-grid .owl-item:hover .ticons_showIcons{

    opacity: 0.8;
}

#products .products-grid .product-item:hover .ticons_showIcons {

    opacity: 0.8;
}































.ticons li a div {
    cursor: pointer;
}

.ticons li a:hover div {
    opacity: 0.8;
}

.ticons li {
    display: inline-block;
    margin: 2px;
}

.ticons li div {
    background: #ececec;
    border: 1px dotted #c0c0c0;
    border-radius: 5px;
    padding: 1px;
}

.ticons li div {
    width: 24px;
    height: 24px;
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ticons li div img {
    width: 100%;
    height: 100%;
    top: -2px;
    position: relative;
}

.ticons li div i::before {
    font-size: 18px;
    position: relative;
    top: 1px;
    width: 100%;
    height: 100%;
}

#ticons_displayTop {
    clear: both;
}

.ticons_deliveryTime li div {
    width: 24px;
    height: 24px;
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ticons_deliveryTime li div i::before {
    font-size: 18px;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1480px) and (max-width: 1850px) {
    #products .products-grid .products .product-item {
        width: 24.3333%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1479px) {
    #products .products-grid .products .product-item {
        width: 33.3333%;
    }
}
/* OPTYMALIZACJA POD MOBILNE */
@media screen and (max-width: 767px) {
	/*
#blog-section{
    display: none;
}
*/

.decorations {
    display: flex;
    height: 100%;
    padding: 0px;
    flex-direction: column;
}
.decorations .left {
    flex: 2;
    margin-right: 0px;
    border-radius: 12px;
    overflow: hidden;
}
.decorations .center {
    margin: 20px 0px 0px 0px !important;
}

#footer .newsletter-section #block-newsletter-label {
    float: inline-start;
    width: 60%;
    text-align: justify;
}

.owl-wrapper .owl-item {
width: unset;
}

.blogpost-block {
    float: left;
    width: 96%;
    display: block;
    margin-left: 2%;
    margin-right: 2%;
}


#_desktop_search #search_widget {
    display: inline-block;
    width: calc(250px -3%);
    margin-bottom: 25px;
}

}









/* Dla szerokości ekranu poniżej 600px */
@media screen and (max-width: 600px) {
    .why-us .section {
        flex: 1 1 calc(100% - 30px); /* 100% szerokości z odjęciem marginesów */
        margin-left: 15px;
        margin-right: 15px;
    }
}



@media screen and (max-width: 991px) {

.promotion-section .adv-wrapper .adv-inner-above {
    width: 100%;
}

.button_h0tt {
    position: absolute;
    bottom: 10%;
    left: 5%;
    background-color: #f7400a;
    color: white;
    font-size: 14px;
    padding: 2px 3px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    z-index: 1;
}
    
    .slider-overlay-text{
display: none;
    }

  .slider-button_h0tt{
display: none;
        }

 .left.carousel-control, .right.carousel-control{
display: none;
}
}


@media screen and (max-width: 471px) {
.regular-price{
        bottom: 14px;
        right: 56px;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
        align-items: flex-end;
        justify-content: space-around;
}

.add .btn {
    padding: 6px 16px;
}
.add .btn.btn-primary.smalled {
    padding: 6px 2px;
}
}
@media screen and (max-width: 400px) {
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-size: 0.66rem;
    position: absolute;
    bottom: 30px;
    right: 98px;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
        justify-content: space-around;
}

.add .btn {
    padding: 6px 14px;
}
.add .btn.btn-primary.smalled {
    padding: 6px 2px;
}
}

.right .image-container img {
    width: 94%;
}
.right .image-container .image-description{
    width: 94%;
}


@media screen and (min-width: 991px){
.category-list .left, .right{
display: inline-block;
}
.category-list .right {
float: inline-end;
}

.category-list .right .category-item{
    padding: 2px 40px;
}
}
@media screen and (max-width: 576px){

    .category-list .left,
    .right {
        display: block;
                width: 100%;
    }

    .category-list .right {
        width: 100%;
    }

    .category-list .right .category-item {
                    padding: 4px 2px;
                        width: 100%;
                        margin: 5px auto 5px auto;
                        text-align: center;
    }
                .category-list .left .category-item {
                    padding: 4px 2px;
                    width: 100%;
                    margin: 5px auto 5px auto;
                            text-align: center;
                }
}


@media screen and (min-width: 577px) and (max-width: 990px){
.category-list .left,
    .right {
        display: inline-block;
    }

.category-list .left{
width: 90%;
}
.category-list .right {
    width: 10%;
}
    .category-list .right {
        float: inline-end;
    }

    .category-list .right .category-item {
        padding: 2px 15%;
    }
                .category-list .left .category-item {
                    padding: 2px 1%;
                }
}



.ticons li div {
    background: unset!important;
    border: unset!important;
    border-radius: unset !important;
    padding: 1px !important;
}

  /* Styl głównego diva */
  @media screen and (max-width: 991px){
  .new-series {
    display: flex; /* Ustawienie układu na elastyczny */
    width: fit-content; /* Szerokość głównego diva */
    height: 18px; /* Wysokość głównego diva */
        margin: 5px auto 0px auto;
  }
  }
  
@media screen and (min-width: 992px){
  .new-series {
    margin-top: -20px;
    margin-left: 110px;
    display: flex; /* Ustawienie układu na elastyczny */
    width: fit-content; /* Szerokość głównego diva */
    height: 18px; /* Wysokość głównego diva */
  }
}

  /* Styl lewego diva */
.new-series .new-series-left{
    width: 10px; /* Szerokość lewego diva */
    background-color: red; /* Kolor tła */
    border-bottom-left-radius: 6px; /* Zaokrąglenie krawędzi */
    border-top-left-radius: 6px; /* Zaokrąglenie krawędzi */
  }

  /* Styl prawego diva */
  .new-series .new-series-right {
    flex: 1; /* Pozwala na rozciąganie się do dostępnej przestrzeni */
    background-color: #d3d3d387;  /* Kolor tła */
    color: black; /* Kolor tekstu */
    text-align: center; /* Wyśrodkowanie tekstu */
    line-height: 20px; /* Wyrównanie tekstu do środka pionowo */
    padding: 0px 7px;
    border-bottom-right-radius: 6px; /* Zaokrąglenie krawędzi */
    border-top-right-radius: 6px; /* Zs */  
  }
  .new-series .new-series-right span{
  display: block;
    margin-top: -1px;
    font-family: system-ui;
    font-size: 11px;
    }



     .product-thumbnail img{
    max-height: 150px;
    object-fit: cover;
}

.product-flags{
    display: none !important;
}
/*
.owl-item .tooltipsterticonsed[name="Skala"] {
    display: none;
}
*/
.owl-item .tooltipsterticonsed[name="System zasilania"] {
    display: none;
}

.owl-item .tooltipsterticonsed[name="Promocja"] {
    display: none;
}
.owl-item .tooltipsterticonsed[name="Nowość"] {
    display: none;
}

/*
#products .tooltipsterticonsed[name="Skala"] {
    display: none;
}
*/
#products .tooltipsterticonsed[name="System zasilania"] {
    display: none;
}

#products .tooltipsterticonsed[name="Promocja"] {
    display: none;
}
#products .tooltipsterticonsed[name="Nowość"] {
    display: none;
}




/*
.owl-item .tooltipsterticonsed[name="Dostępność"] {
    display: none;
}

#products .tooltipsterticonsed[name="Dostępność"] {
    display: none;
}
*/
.owl-item .tooltipsterticonsed[name="Availability"] {
    display: none;
}

#products .tooltipsterticonsed[name="Availability"] {
    display: none;
}




#products .model-promo {
    display: none;
    width: 32px;
    height: 28px;
    background: red;
    color: white;
    font-weight: 500;
    font-size: 13pt;
    text-align: center;
     position: absolute;
     margin-left: -5px;
     margin-top: -5px;
    border-radius: 12px 0px 10px 0;
    opacity: 1; /* Początkowo ustaw opacity na 0 */
    transition: opacity 0.5s ease-in-out; /* Dodaj transition z opóźnieniem 1s */
      z-index: 99;
}


#index .model-promo{
    display: none;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 28px;
    background: red;
    color: white;
    font-weight: 500;
    font-size: 13pt;
    text-align: center;
    position: absolute;
    border-radius: 12px 0px 10px 0;
    opacity: 1; /* Początkowo ustaw opacity na 0 */
    transition: opacity 0.5s ease-in-out; /* Dodaj transition z opóźnieniem 1s */
      z-index: 99;
    }




#index .products-grid .owl-item:hover .model-promo {
  opacity: 0; /* Po najechaniu opacity na 1 */
  z-index: 99;
}


#products .products-grid .product-item:hover .model-promo {
  opacity: 0; /* Po najechaniu opacity na 1 */
  z-index: 99;
}


@media (max-width: 767px) {
.ets_cookie_banber_block.bottom {
display: block;
z-index: 98999999;
padding: 20px 30px 20px;
}
}

.ets_cookie_banber_block.bottom {
padding: 5px 30px 15px;
opacity: 0.95;
    -webkit-justify-content: space-between;
}



.ets_cookie_banber_block.bottom .btn-primary, .btn-secondary, .btn-tertiary {
    margin: 0px 5px;
        border: none;
}


#myprestacommentsBlock .tabs .open-comment-form.btn.btn-primary{
    padding-bottom: 11px;
    padding-top: 11px;
    }

        .product-add-to-cart #product-availability{
            padding-top: 10px;
        }


                .ets-wishlist-button-add {
                    background: transparent !important;
                    border: none !important;
                    box-shadow: unset!important;
                    opacity: 0.6;
                    padding: 0px;
                    height: 0px;
                }

                                .ets-wishlist-button-add:not(.view_page) {
                                                        background: transparent !important;
                                                            border: none !important;
                                                                                box-shadow: unset !important;
                                                                                                    opacity: 0.6;
                                }

                                                                .ets-wishlist-button-add:not(.view_page):hover {
                                                                    background-color: transparent !important;
                                                                    color: red;
                                                                        opacity: 1;
                                                                            transition: all 0.5s;
                                                                            /* Dodaj animację */
                                                                    }

.ets-wishlist-button-add:not(.view_page):not(.delete_wishlist) svg:hover {
    color: red !important;
    fill: red !important;
    opacity: 1;
                            transition: all 0.5s;
                                /* Dodaj animację */
}

.products article .ets-wishlist-button-add.right {
    right: 1px !important;
    top: -2px !important;
}


.wishlist-button-add i {
    color: red !important;
        opacity: 0.55;
}


.wishlist-button-add:hover .wishlist-button-add i{
    opacity: 1 !important;
    color: red !important;
    transition: all 0.5s;
}
.wishlist-button-add:hover .wishlist-button-add{
    opacity: 1 !important;
    color: red !important;
    transition: all 0.5s;
}

.wishlist-button-add:hover {
    opacity: 1 !important;
        color: rgb(255, 42, 0) !important;
        transition: all 0.5s;
}

.wishlist-button-add:hover> i {
    color: rgb(255, 42, 0) !important;
    opacity: 1;
        transform: scale(1.1);
    transition: all 0.5s;
}




.wishlist-product-availability {

    bottom: -0.125rem !important;
}


.wishlist-product-image img {

    top: 45% !important;
}

.lang-en.adminproducts{
    margin-top: 0vh !important;
}
.lang-pl.adminproducts{
    margin-top: 0vh !important;
}
.lang-ru.adminproducts{
    margin-top: 0vh !important;
}
.lang-rus.adminproducts{
    margin-top: 0vh !important;
}
.lang-rus.adminproducts{
    margin-top: 0vh !important;
}
.lang-ua.adminproducts{
    margin-top: 0vh !important;
}
.lang-by.adminproducts{
    margin-top: 0vh !important;
}



.right .image-container img {
    width: 100%;
    max-height: 371px;
}
.right .image-container .image-description {
    width: 100%;
}

.decorations .image-container {
    width: 100%;
}



.decorations .center {
    margin: 1px 20px 0px 20px;
}

.decorations .center .image-container{
    height: 173px;
}



.langcurrency .dropdown .expand-more {
color: rgba(204, 203, 203, 0.938) !important;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #363a42;
}

@media screen and (max-width: 767px) {
 .langcurrency {

    }

}


.image-container .image-description{
	display: none;
}


@media screen and (max-width: 560px) {

    #search_filter_controls .btn.btn-secondary.ok {
    background: crimson;
    width: 100%;
    color: white;
    content: "";
    font-size: 0pt;

    margin: 15px 0px;

}

#search_filter_controls .btn.btn-secondary.ok::after {
    content: " ZASTOSUJ FILTRY";
    font-size: 12pt;

}

.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right: .625rem;
    margin-top: -12px;
}

#search_filters_wrapper{
        display: flex;
        flex-direction: column-reverse;
}




.language-selector-wrapper{
    display: inline-flex;
    flex-direction: row;

}
#language-selector-label{
    margin-right: 8px;
}

#_desktop_language_selector{
    float: inline-start;
}
#_desktop_currency_selector{
    float: inline-end;
}

.language-selector.dropdown.js-dropdown{
    margin-right: 8px;
}
.currency-selector.dropdown.js-dropdown::before{
    content: "💵";
    color: white;
    font-size: 10pt;
    margin-top: -6px;

}
}


#link-product-page-new-products-1{
    display: none;
}




.owl-buttons{
    display: none !important;
}
.owl-prev, .owl-next{
    display: none !important;
}




.owl-controls.clickable .owl-buttons{
display: block !important;
}

.owl-controls.clickable .owl-prev, .owl-next{
        display: inline-block !important;
    }


@media screen and (max-width: 767px) {
    .owl-controls.clickable .owl-buttons{
    display: block !important;
    }
    /*
    .owl-controls.clickable .owl-prev, .owl-next{
        display: none !important;
        }
        */


        .owl-buttons{
            display: block !important;
        }
        .owl-prev, .owl-next{
            display: inline-block !important;
        }

        .brand-row .owl-buttons{
            display: none !important;
        }
        .owl-theme .owl-controls .owl-buttons > div {
            color: white;
            display: inline-block;
            zoom: 1.2;
            margin: 5px;
            padding: 5px 10px 5px 13px;
            font-size: 20px;
            background-color: black;
            border-radius: 4px;
        }

        .owl-theme .owl-controls {
            margin-top: 0;
            text-align: center;
            position: absolute;
            top: -15%;
            right: 4%;
        }


    }




.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    text-transform: none !important;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-transform: none !important;
}
#brands-slider .owl-controls.clickable{
	        display: none !important;
}


@media screen and (min-width: 577px) and (max-width: 1200px) {
                .category-item {
                    padding: 3px 8px !important;
                    border-radius: 24px;
                    margin: 6px 10px;
                }

}

@media screen and (min-width: 1220px){
#_desktop_search .catalog{
    background-color: #f7400a;
    padding: 6px;
    border-radius: 5px;
    margin-top: 10px;
}
#_desktop_search .catalog:hover{
    background-color: #c43104;
    padding: 6px;
    border-radius: 5px;
    margin-top: 10px;
    color: white;
}
}