@font-face {
    font-family: RedHatDisplay;
    src: url(../fonts/RedHatDisplay-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: RedHatDisplay-Medium;
    src: url(../fonts/RedHatDisplay-Medium.ttf);
    font-display: swap;
}
@font-face {
    font-family: RedHatDisplay-SemiBold;
    src: url(../fonts/RedHatDisplay-SemiBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: RedHatDisplay-Bold;
    src: url(../fonts/RedHatDisplay-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: RedHatDisplay-ExtraBold;
    src: url(../fonts/RedHatDisplay-ExtraBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: RedHatDisplay-Light;
    src: url(../fonts/RedHatDisplay-Light.ttf);
    font-display: swap;
}

*{
    outline:none;
}
body{
    font-family: RedHatDisplay-Medium, sans-serif;
}
ul, li {
    margin: 0;
    padding: 0;
}
.sitemap ul {
    padding-left: 2.5rem;
}
a {
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}
a:hover, a.active {
    text-decoration: none;
    color: #8DC63F;
}
a:focus {
    box-shadow: 2px 2px 0px #8DC63F, -2px 2px 0px #8DC63F, 2px -2px 0px #8DC63F, -2px -2px 0px #8DC63F;
    text-decoration: none !important;
    outline: 1px dotted #8DC63F;
    transition: none;
}

.acc-nav{
    position: absolute;
    z-index: 1000;
    list-style: none;
}
.acc-nav a {
    display: inline;
    font-size: 1.27em;
    left: -9000em;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 150px;
    z-index: 1;
}

.acc-nav a:hover,
.acc-nav a:focus,
.acc-nav a:active {
    background: #4B4B4B;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    left: 0;
    top: 0;
    position: absolute;
}

#acc-menu {
    bottom: 255px;
    position: absolute;
}
#acc-content {
    bottom: 190px;
    position: absolute;
}

.btn i {
    margin: 0 0 0 10px;
}

.btn-custom {
    background: url('../images/right-arrow.png') no-repeat right 1.75rem center #8DC63F;
    border-radius: 0 0.5rem;
    border-color: #8DC63F;
    padding: 1.0625rem 3.5rem 1.125rem 1.75rem;
    color: #FFF;
    font-size: 0.9375rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.btn-custom-dark {
    background: url('../images/right-arrow-green.png') no-repeat right 1.75rem center #2A4900;
    border-radius: 0 0.5rem;
    border-color: #2A4900;
    padding: 1.0625rem 3.5rem 1.125rem 1.75rem;
    color: #FFF;
    font-size: 0.9375rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.btn-custom-pdf {
    background: url('../images/pdf.png') no-repeat right 1.75rem center #2A4900;
}
.btn-outline-custom {
    background: url('../images/right-arrow-green.png') no-repeat right 1.75rem center transparent;
    border-radius: 0 0.5rem;
    border-color: #8DC63F;
    padding: 1.0625rem 3.5rem 1.125rem 1.75rem;
    color: #FFF;
    font-size: 0.9375rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}

.text-green {
    color: #8DC63F;
}

.form-control{
    color: #181818;
    font-size: 1.0625rem;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 2rem;
    height: auto;
    border-color: #F4F4F4;
    background-color: #F4F4F4;
    border-radius: 0;
    padding: .65rem .75rem;
}
.form-control:focus {
    background-color: #ffffff;
    color: #363636;
}

.form-group .btn {

}

.align-bottom-wrapper{
    display: table;
    height: 100%;
    width: 100%;
}
.align-bottom{
    display: table-cell;
    vertical-align: bottom;
}
.text-align-right{
    text-align: right;
}

/* ======= Header ======= */
.header {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #E3E3E3;
    color: #181818;
}
.header a {
    color: #181818;
}
.header .right > .right-content {
    display: flex;
}
.header .right > .right-content > div {
    border-right: 1px solid #E3E3E3;
    display: inline-flex;
    height: 100%;
    align-items: center;
    padding: 0 1rem;
}
.header .right > div:last-child {
    border: 0 none;
}
.scrolled #header {
    /*background-color: #333333A0;*/
}

#header #top-mobile {
    display: none;
    border-bottom: 1px solid #E3E3E3;
}

#header .container {
    position: relative;
}

#header ul.nav .nav-item {

}

#header ul.nav .nav-link {
    color: #555555;
}

#header ul.nav .nav-link:hover {

}

#header .main-nav .navbar-nav .nav-item {
    padding: 0.5rem 0.5rem 0.25rem 1.5rem;
    list-style: none;
}

#header .main-nav .navbar-nav .nav-item .nav-link {
    color: #181818;
    font-size: 1.125rem;
    font-family: RedHatDisplay-Medium, sans-serif;
    transition: all 0.5s ease;
    padding: 1rem 0;
    border-bottom: 1px solid transparent;
}
#header .main-nav .navbar-nav .nav-item .nav-link:hover,
#header .main-nav .navbar-nav .nav-item .nav-link.active {
    border-bottom-color: #8DC63F;
}
#header .main-nav .navbar-nav .nav-item:hover .nav-link,
#header .main-nav .navbar-nav .nav-item.show .nav-link {
    /*color: #8DC63F;*/
}
#header .main-nav .navbar-nav .nav-link img {
    vertical-align: initial;
    margin-top: 6px;
}

#header .main-nav .nav-item:hover .dropdown-toggle::after,
#header .main-nav .nav-item.show .dropdown-toggle::after {
    border-bottom-color: #ffffff;
}
#header .main-nav .dropdown-menu {
    color: #181818;
    border: 0;
    border-radius: 0;
    margin-top: 0.5rem;
    min-width: 100%;
    padding: 0;
}
#header .main-nav .dropdown-item {

}
#header .main-nav .dropdown-item:focus,
#header .main-nav .dropdown-item:hover {
    color: #555555;
}
#sticky-menu {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 2;
}
#sticky-menu .depth {
    border: 1px solid #E3E3E3;
    border-top: none;
}
#sticky-menu .descendants {
    display: none;
    padding: 0.25rem 0;
}
#sticky-menu .descendants.active {
    display: block;
}
#sticky-menu .descendants a {
    margin-left: 2.5rem;
    padding: 0.75rem 0;
    display: inline-block;
    color: #181818;
    font-family: RedHatDisplay-Medium, sans-serif;
    font-size: 1.125rem;
    line-height: normal;
    border-bottom: 1px solid transparent;
}
#sticky-menu .descendants a:hover,
#sticky-menu .descendants a.active {
    border-bottom-color: #8DC63F;
}
#sticky-menu .descendants a.has-descendants::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-bottom-color: currentcolor;
    border-left: .3em solid transparent;
}

.bg-slider-wrapper .swiper-container {
    overflow: hidden;
}
.swiper-slide-text-bg {
    border-radius: 0 2.8125rem;
    background: rgba(0, 0, 0, 0.65);
    padding: 1.5rem 2rem 2rem;
    color: #ffffff;
}
.swiper-slide-text .text1 {
    font-size: 3.375rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.swiper-slide-text .text2 {
    font-size: 1.3125rem;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    font-style: normal;
    line-height: 2rem;
}

.account-cart-search{
    text-align: right;
}
#account-buttons, .cart-short, .search-form{
    margin-top: 36px;
    background-color: #ffffff;
    padding: 16px 29px 16px 22px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #767676;
    font-size: 0.875rem;
    float: none;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
body.scrolled .header #account-buttons, body.scrolled .header .cart-short, body.scrolled .header .search-form{
    margin-top: 8px;
}

.cart-short, .search-form{
    margin-right: 10px;
    padding: 0;
}
.cart-short .empty-cart{
    background: url('../images/cart_icon_dark.png') no-repeat 19px center;
    display: inline-block;
    padding: 15px 19px 17px 58px;
}
.cart-short a{
    display: inline-block;
    padding: 0 0 0 19px;
}
.cart-short .summary{
    background: url('../images/cart_icon_dark.png') no-repeat left center;
    padding: 15px 19px 17px 39px;
}
.cart-short .quantity{
    background-color: #0c91db;
    display: inline-block;
    padding: 15px 18px 17px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.search-form input{
    padding: 16px 29px 16px 22px;
    border: none;
    border-radius: 5px 0 0 5px;
}
.search-form select{
    border: none;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background: url('../images/grey_arrow.png') no-repeat right center;
    margin-right: 10px;
    padding-right: 15px;
    width: 75px;
}
.search-form button{
    background: url('../images/search_icon.png') no-repeat center #dd0404;
    width: 51px;
    height: 53px;
    color: transparent;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

#account-buttons .account-btn{

}
#account-buttons .login-btn{
    color: #dd0404;
}
#account-buttons .register-btn{
    color: #0c91db;
}

#langs {

}
#langs .drop-dl {
    position: relative;
    z-index: 3;
}
#langs a {
    text-transform: uppercase;
}
#langs a img {

}
.drop-dl ul {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 0 1.7rem 0 1rem;
    left: -1rem;
}
.drop-dl ul li {
    list-style-type: none;
}
.drop-dl {
    margin: 0px;
    padding: 0px;
}

.header .text-element.page-element.text{
    float: right;
    clear: right;
    margin-top: 32px;
    font-size: 1.3125rem;
    color: #0b0b0b;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
body.scrolled .header .text-element.page-element.text{
    margin-top: 10px;
}
.header .text-element.page-element.text p{
    margin-bottom: 0;
}

.headlines-element.page-element.text h1{
    color: #000;
    font-family: RedHatDisplay-Bold, sans-serif;
    font-size: 2.25rem;
    line-height: normal;
    padding-bottom: 2rem;
}

.categories-layout .topheaders-element .headlines-element.page-element.text h1,
.category-layout .topheaders-element .headlines-element.page-element.text h1{
    display: block;
}

.headlines-element.page-element.text h2{
    color: #000;
    font-size: 2.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
    text-align: center;
    padding-top: 2.5rem;
    margin-bottom: 1.5rem;
    clear: both;
}

.home-layout .headlines-element.page-element.text h2{
    color: #000;
    font-size: 3.375rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
    border: 0 none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.home-page .headlines-element.page-element.text h2{
    font-size: 1.875rem;
    color: #dd0404;
}
.home-page .headlines-element.page-element.text h2 .first-word{
    color: #0b0b0b;
}

.sections-wrapper.with-main-photo .section:nth-child(2) .headlines-element.page-element.text h2 {
    text-align: left;
    clear: none;
}

#other-products{
    margin-top: 60px;
}
#other-products .headlines-element.page-element.text h2{
    font-size: 1.875rem;
    color: #0b0b0b;
}
#other-products .products-carousel{
    padding-bottom: 0;
}

.headlines-element.page-element.text h3{
    color: #000;
    font-size: 1.75rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
    text-align: center;
}

.home-layout .headlines-element.page-element.text h3{
    font-size: 2rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    text-shadow: -1px -1px 0 #8DC63F, 1px -1px 0 #8DC63F, -1px 1px 0 #8DC63F, 1px 1px 0 #8DC63F;
}

.home-layout .headlines-element.page-element.text h1{
    text-align: center;
    font-size: 3rem;
    color: #191919;
}

.contact-layout .container.text-left .headlines-element.page-element.text h2{
    text-align: left;
}

.offer-layout .headlines-element.page-element.text h2{
    font-size: 1.3125rem;
    line-height: 1.14;
    color: #191919;
    font-weight: normal;
}

.topheaders-element .headlines-element.page-element.text h1{
    display: none;
}

.text-element.page-element.text{
    color: #181818;
    font-size: 1.0625rem;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 2rem;
}

.home-layout .text-element.page-element.text a {
    font-family: RedHatDisplay-Bold, sans-serif;
}

.text-element.page-element.text ul {
    list-style: outside url("/front/assets/images/green_square.png");
    padding-left: 14px;
}

.text-element.page-element.text blockquote {
    border-left: 4px solid #8DC63F;
    background: url("/front/assets/images/quote.png") 30px 30px no-repeat #fafafa;
    border-radius: 7px;
    max-width: 80%;
    margin: auto;
    padding: 1.6rem 2rem 1rem 7rem;
}

.files-element.page-element .fa{
    font-size: 0.75rem;
    margin-right: 11px;
    line-height: normal;
}

.files-element.page-element a{
    color: #181818;
    font-size: 1.0625rem;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 2rem;
    border-bottom: 1px solid #B0B7BD;
    padding: 0.75rem 0;
    display: flex;
}

.files-element.page-element a:hover{
    color: #8DC63F;
}

.files-element.page-element a:hover i{
    color: #191919;
}

.form-element.page-element.row form{
    width: 100%;
    margin: 20px 0;
}

.sections-wrapper {
    background-color: #ffffff;
    position: relative;
    padding: 6rem 0 5rem;
    overflow: hidden;
}

.home-layout .sections-wrapper {
    padding-bottom: 0;
}
.home-layout .sections-wrapper .section {
    max-width: 1400px;
}

.sections-wrapper.sections-category-wrapper{
    padding-top: 0;
}

.sections-wrapper .section,
.home-middle-section .section{
    margin: 0 auto;
}

.photoscategory-element.page-element a img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.maps-element.page-element #map{
    height: 310px;
}

.grids-element-img-top {
    padding: 3rem 0;
    text-align: center;
    color: #707070;
}
.grids-element-img-top .title {
    font-size: 1.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-top .row > div:hover .title {
    color: #8DC63F;
}
.grids-element-img-top .describe {
    font-size: 0.875rem;
    font-family: RedHatDisplay, sans-serif;
}
.grids-element-img-top .row > div .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;
}
.grids-element-img-top .row > div:hover .img-wrapper {
    background-color: #8DC63F;
}
.grids-element-img-top .row > div .img-wrapper img {
    transition: all 0.5s ease;
    filter: brightness(0.5);
}
.grids-element-img-top .row > div:hover .img-wrapper img {
    filter: brightness(1);
}

.grids-element-img-bottom {
    padding: 3rem 0;
    text-align: center;
    color: #707070;
}
.grids-element-img-bottom .title {
    font-size: 1.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-bottom .row > div:hover .title {
    color: #8DC63F;
}
.grids-element-img-bottom .describe {
    font-size: 0.875rem;
    font-family: RedHatDisplay, sans-serif;
    margin-bottom: 1rem;
}
.grids-element-img-bottom .row > div .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;
}
.grids-element-img-bottom .row > div:hover .img-wrapper {
    background-color: #8DC63F;
}
.grids-element-img-bottom .row > div .img-wrapper img {
    transition: all 0.5s ease;
    filter: brightness(0.5);
}
.grids-element-img-bottom .row > div:hover .img-wrapper img {
    filter: brightness(1);
}

.grids-element-img-left {
    padding: 3rem 0;
    color: #707070;
}
.grids-element-img-left .title {
    font-size: 1.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-left .row > div:hover .title {
    color: #8DC63F;
}
.grids-element-img-left .describe {
    font-size: 0.875rem;
    font-family: RedHatDisplay, sans-serif;
    margin-bottom: 1rem;
}
.grids-element-img-left .row > div .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;
}
.grids-element-img-left .row > div:hover .img-wrapper {
    background-color: #8DC63F;
}
.grids-element-img-left .row > div .img-wrapper img {
    transition: all 0.5s ease;
    filter: brightness(0.5);
}
.grids-element-img-left .row > div:hover .img-wrapper img {
    filter: brightness(1);
}

.grids-element-img-right {
    padding: 3rem 0;
    color: #707070;
    text-align: right;
}
.grids-element-img-right .title {
    font-size: 1.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-right .row > div:hover .title {
    color: #8DC63F;
}
.grids-element-img-right .describe {
    font-size: 0.875rem;
    font-family: RedHatDisplay, sans-serif;
    margin-bottom: 1rem;
}
.grids-element-img-right .row > div .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;
}
.grids-element-img-right .row > div:hover .img-wrapper {
    background-color: #8DC63F;
}
.grids-element-img-right .row > div .img-wrapper img {
    transition: all 0.5s ease;
    filter: brightness(0.5);
}
.grids-element-img-right .row > div:hover .img-wrapper img {
    filter: brightness(1);
}

.grids-element-alternately {
    padding: 2rem 0 3rem;
    color: #707070;
}
.grids-element-alternately .title {
    transition: color 0.5s ease;
    color: #000;
    font-size: 2.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.grids-element-alternately .row .row:hover .title {
    /*color: #8DC63F;*/
}
.grids-element-alternately .describe {
    color: #181818;
    font-size: 1.0625rem;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 2rem;
}
.grids-element-alternately .row .row .img-wrapper {
    /*padding: 18px;
    border-radius: 50%;
    background-color: #191919;
    border: 2px solid #191919;
    transition: all 0.5s ease;*/
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}
.grids-element-alternately .row .row:hover .img-wrapper {
    /*background-color: transparent;
    border: 2px solid #8DC63F;*/
}
.grids-element-alternately .row .row .img-wrapper img {
    /*transition: all 0.5s ease;
    filter: grayscale(1);*/
}
.grids-element-alternately .row .row:hover .img-wrapper img {
    /*filter: grayscale(0);*/
}
.grids-element-alternately .row .row .slideInLeft .img-wrapper img {
    border-radius: 0 2.8125rem;
    position: relative;
    z-index: 1;
}
.grids-element-alternately .row .row .slideInLeft .img-wrapper:before {
    content: '';
    display: block;
    width: 260px;
    height: 124px;
    background: url('../images/dots.png');
    position: absolute;
    top: -37px;
    left: -35px;
    z-index: 0;
}
.grids-element-alternately .row .row .slideInLeft .img-wrapper:after {
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    background: #8DC63F;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 0;
}
.grids-element-alternately .row .row .slideInRight .img-wrapper img {
    border-radius: 2.8125rem 0;
    position: relative;
    z-index: 1;
}
.grids-element-alternately .row .row .slideInRight .img-wrapper:before {
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    background: #D9D9D9;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 0;
}
.grids-element-alternately .row .row .slideInRight .img-wrapper:after {
    content: '';
    display: block;
    width: 260px;
    height: 124px;
    background: url('../images/dots-green.png');
    position: absolute;
    top: -37px;
    right: -35px;
    z-index: 0;
}

.grids-element-title-top{
    text-align: center;
}
.grids-element-title-top > .row{
    padding-top: 35px;
    padding-bottom: 80px;
}
.grids-element-title-top > .row > div{

}
.grids-element-title-top .title{
    font-size: 1.3125rem;
    line-height: 1.14;
    color: #191919;
}
.grids-element-title-top .photo{
    text-align: center;
    padding-bottom: 15px;
}
.grids-element-title-top .title::after{
    content:"";
    height: 3px;
    width: 73px;
    background-color: #8DC63F;
    display: block;
    margin: 10px auto 20px;
}
.grids-element-title-top .describe{
    font-size: 0.875rem;
    line-height: 1.5;
    color: #797979;
}

.grids-element-circles .photo {
    z-index: 1;
    position: relative;
}
.grids-element-circles .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: background-color 1s ease;
}
.grids-element-circles > .row > div:hover .img-wrapper {
    background-color: #8DC63F;
}
.grids-element-circles .img-wrapper img {
    transition: all 1s ease;
    filter: brightness(0);
}
.grids-element-circles > .row > div:hover .img-wrapper img {
    filter: brightness(1);
}
.grids-element-circles .text {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 46px 20px;
    color: #707070;
    font-size: 0.875rem;
    border: 4px solid #ffffff;
    margin-top: -35px;
    transition: border-color 1s ease;
}
.grids-element-circles > .row > div:hover .text {
    border-color: #8DC63F;
}
.grids-element-circles .text .title {
    font-family: RedHatDisplay-Bold, sans-serif;
    font-size: 1.25rem;
    color: #363636;
    transition: color 1s ease;
}
.grids-element-circles > .row > div:hover .title {
    color: #8DC63F;
}

.grids-element-count {
    padding: 2.5rem 0;
    text-align: center;
}
.grids-element-count .title {
    font-size: 3rem;
    font-family: RedHatDisplay-Black, sans-serif;
    margin-top: 10px;
    line-height: 1.1;
}
.grids-element-count .describe {
    font-size: 0.875rem;
    font-family: RedHatDisplay-ExtraBold, sans-serif;
    text-transform: uppercase;
}
.grids-element-count .describe:after {
    content: '';
    margin: 5px auto 0;
    width: 90px;
    height: 2px;
    background-color: #ffffff;
    display: block;
}

.grids-element-accordion {
    padding-top: 1rem;
}
.grids-element-accordion #accordion .card{
    border: 0 none;
    margin-bottom: 2px;
}
.grids-element-accordion #accordion .card-header {
    border: 0 none;
    background-color: transparent;
}
.grids-element-accordion #accordion .card-header button {
    font-family: RedHatDisplay-ExtraBold, sans-serif;
    font-size: 0.875rem;
    background-color: #8DC63F;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.grids-element-accordion #accordion .card-header button:hover,
.grids-element-accordion #accordion .card-header button:focus {
    text-decoration: none;
}
.grids-element-accordion #accordion .card-header button .fa-plus {
    display: none;
}
.grids-element-accordion #accordion .card-header button .fa-minus {
    display: inline-block;
    margin-right: 1rem;
}
.grids-element-accordion #accordion .card-header button.collapsed {
    background-color: #fafafa;
    color: #959595;
}
.grids-element-accordion #accordion .card-header button.collapsed .fa-plus {
    display: inline-block;
    margin-right: 1rem;
}
.grids-element-accordion #accordion .card-header button.collapsed .fa-minus {
    display: none;
}
.grids-element-accordion #accordion .card-body {
    color: #707070;
    font-size: 0.875rem;
    font-family: RedHatDisplay-Medium, sans-serif;
}

.grids-element-progress .progress-wrapper {
    margin-bottom: 7px;
}
.grids-element-progress .progress-bar {
    border-radius: 0.25rem;
}
.grids-element-progress .text {
    margin-bottom: 4px;
}
.grids-element-progress .text .describe {
    font-family: RedHatDisplay-Bold, sans-serif;
    font-size: 0.875rem;
}
.grids-element-progress .text .count {
    float: right;
    font-size: 0.875rem;
    font-family: RedHatDisplay-Black, sans-serif;
    color: #007bff;
}
.grids-element-progress .progress-wrapper:first-of-type .progress-bar {
    background-color: #1cbbb4;
}
.grids-element-progress .progress-wrapper:first-of-type .count {
    color: #1cbbb4;
}
.grids-element-progress .progress-wrapper:nth-of-type(2) .progress-bar {
    background-color: #8dc63f;
}
.grids-element-progress .progress-wrapper:nth-of-type(2) .count {
    color: #8dc63f;
}
.grids-element-progress .progress-wrapper:nth-of-type(3) .progress-bar {
    background-color: #f26d7d;
}
.grids-element-progress .progress-wrapper:nth-of-type(3) .count {
    color: #f26d7d;
}
.grids-element-progress .progress-wrapper:nth-of-type(4) .progress-bar {
    background-color: #8393ca;
}
.grids-element-progress .progress-wrapper:nth-of-type(4) .count {
    color: #8393ca;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #ff9966;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #ff9966;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #66ccff;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #66ccff;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #ea5858;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #ea5858;
}

.static-grids .static-grids-element {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 212px;
    overflow: visible;
}
.static-grids #hotline {
    border-radius: 2.1875rem 0 0 0;
    background: #8DC63F;
}
.static-grids #hotline .left {
    position: absolute;
    bottom: 0;
    left: 1.75rem;
}
.static-grids #hotline .right {
    padding: 0 2rem 0 13.75rem;
    color: #2A4900;
    font-size: 0.8125rem;
    font-family: RedHatDisplay, sans-serif;
    line-height: normal;
}
.static-grids #hotline .right a {
    color: #2A4900;
}
.static-grids #hotline .right div:first-child {
    font-size: 1.3125rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.static-grids #hotline .right div:nth-child(2) {
    font-size: 2.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.static-grids #catalog {
    background: #ECECEC;
}
.static-grids #catalog .left {
    position: relative;
    top: -2.25rem;
    margin-left: 1rem;
}
.static-grids #catalog .right {
    padding: 0 2rem 0 2rem;
    color: #2A4900;
    font-size: 1.3125rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.static-grids #catalog .right div:nth-child(2) {
    color: #2A4900;
    font-size: 2.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}
.static-grids #offer {
    border-radius: 0 0 2.1875rem 0;
    background: #2A4900;
}
.static-grids #offer .left {
    position: absolute;
    top: -4.5rem;
    left: 2.5rem;
}
.static-grids #offer .left .btn {
    position: relative;
    left: 3.25rem;
    bottom: 3.5rem;
}
.static-grids #offer .right {
    padding: 0 2rem 0 19rem;
    color: #FFF;
    font-size: 1.125rem;
    font-family: RedHatDisplay-Medium, sans-serif;
    line-height: normal;
}
.static-grids #offer .right div:first-child {
    color: #FFF;
    font-size: 2.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    line-height: normal;
}

.home-middle-section{
    overflow: hidden;
    padding: 35px 0 55px;
}
.home-middle-section.gray{
    background-color: #fafafa;
}
.home-middle-section.yellow{
    background-color: #8DC63F;
    padding: 50px 0 40px;
}
.home-middle-section.yellow .text-element.page-element.text {
    color: #ffffff;
}

#footer-wrapper{
    background-color: #181818;
    position: relative;
    color: #FFF;
    font-size: 1rem;
    clear: both;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 1.4375rem;
}
.home-layout #footer-wrapper{
    text-align: left;
}
#footer-wrapper #footer-columns-section .container .row{
    padding: 10px 0;
    border-bottom: 1px solid #404040;
}
#footer-wrapper #footer-rows-section{
    padding: 10px 0;
}
#footer-wrapper #footer-rows-section ul{
    text-align: center;
    width: 100%;
}
#footer-wrapper #footer-rows-section ul li{
    display: inline-block;
    padding: 0 15px;
}
#footer-wrapper #footer-bottom-section {
    color: #6D6D6D;
    font-size: 1rem;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 1.4375rem;
}
#footer-top-section .slickslider{
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
#footer-top-section .slick-slider .slick-list{
    width: 100%;
}
#footer-wrapper ul{
    list-style-position: inside;
}
#footer-wrapper ul li a{
    color: #ffffff;
}
#footer-wrapper .headlines-element.page-element.text h3 {
    color: #ffffff;
    font-size: 1.3125rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    margin-top: 2rem;
    padding-bottom: 1rem;
    line-height: normal;
    text-align: left;
    text-shadow: none;
    letter-spacing: unset;
}
#footer-wrapper  h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #8DC63F;
    margin-top: 10px;
}
#footer-wrapper .text-element.page-element.text{
    color: #FFF;
    font-size: 1rem;
    line-height: 1.4375rem;
}
#footer-wrapper  #footer-middle-section ul li a:hover,
#footer-wrapper  #footer-middle-section ul li a:focus{
    color: #dd0404;
}
#footer-wrapper #footer-bottom-section .row:first-child{
    padding: 22px 0;
}
#footer-wrapper #footer-bottom-section ul{
    text-align: center;
    width: 100%;
}
#footer-wrapper #footer-bottom-section ul li.nav-item{
    background: none;
    display: inline-block;;
    padding: 0 46px;
    border-left: 1px solid #d4d4d4;
}
#footer-wrapper .nav {
    display: block;
}
#footer-wrapper .nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.25rem 0;
}
#footer-wrapper .nav .nav-item .nav-link:hover {
    color: #8DC63F;
}
#footer-wrapper .nav .nav-item .nav-link:before {
    content: '\003e';
    margin-right: 10px;
    color: #8DC63F;
}

/* Newscategory */
.newscategory-element .item {
    margin-bottom: 68px;
}
.newscategory-element .item .media-body {

}
.newscategory-element .item .media-body span {
    font-size: 0.75rem;
    color: #acacac;
    margin-bottom: 5px;
    display: inline-block;
}
.newscategory-element .item .media-body h2 {
    font-size: 1.3125rem;
    color: #000;
    margin-bottom: 15px;
    font-family: RedHatDisplay-Bold, sans-serif;
    transition: color 0.5s ease;
    line-height: normal;
}
.newscategory-element .item:hover .media-body h2 {
    /*color: #ffffff;*/
}
#footer-wrapper .newscategory-element .item:hover .media-body h2 {
    color: #8DC63F;
}
.newscategory-element .item img {
    border-radius: .75rem;
    border: 1px solid #eeeeee;
}
.newscategory-element .item .media-body p {
    font-size: 1rem;
    color: #181818;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 1.4375rem;
    margin-bottom: 6px;
    transition: color 0.5s ease;
}
.newscategory-element .item:hover .media-body p {
    /*color: #a1a1a1;*/
}
.newscategory-element .item .media-body .more-link {
    font-size: 1rem;
    color: #8DC63F;
    font-family: RedHatDisplay-Bold, sans-serif;
    transition: color 0.5s ease;
    line-height: 1.4375rem;
}
.newscategory-element .item:hover .media-body .more-link {
    /*color: #8DC63F;*/
}

.news-info{
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #acacac;
    margin-bottom: 10px;
}

#footer-wrapper #footer-columns-section .container .newscategory-element .row {
    margin: 0;
    border: 0;
}
#footer-wrapper .newscategory-element .item {
    padding-bottom: 1rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #363636;
}
#footer-wrapper .newscategory-element .item .media-body {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
#footer-wrapper .newscategory-element .item .media-body a {
    font-family: RedHatDisplay-Medium, sans-serif;
    color: #636363;
}
#footer-wrapper .newscategory-element .item .media-body a:hover {
    color: #8DC63F;
}
#footer-wrapper .newscategory-element .item .media-body a h2 {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

/* Panel Klienta */

.form-element .person,
.form-element .mail,
.form-element .subject{
    padding-left: 66px;
}
.form-element .person{
    background: url('../images/person_icon.png') no-repeat 15px 15px;
}
.form-element .mail{
    background: url('../images/mail_icon.png') no-repeat 13px 14px;
}
.form-element .subject{
    background: url('../images/subject_icon.png') no-repeat 17px 12px;
}

.sections-wrapper section .page-element:not(.text){
    clear: both;
}
.sections-wrapper section .main_photo_wrapper{
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.sections-wrapper section .main_photo_wrapper img {
    border-radius: 2.8125rem 0;
    position: relative;
    z-index: 1;
}
.sections-wrapper section .main_photo_wrapper::before {
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    background: #8DC63F;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 0;
}

/* ======= Pagination ======= */
.pagination {
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
    line-height: 2;
}
.pagination li .fa{
    font-size: 2.8125rem;
}
.pagination li:first-child,
.pagination li:last-child{
    vertical-align: middle;
}
.pagination li a,
.pagination li span{
    margin-right: 5px;
    color: #cecece;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #141414;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
    color: #141414;
}

#banner-arrow{
    bottom: 50px;
    position: absolute;
    padding: 3px 10px;
    border: 2px solid #ffffff;
    border-radius: 17px;
    opacity: 0.6;
    left: calc(50% - 16px);
    cursor: pointer;
    display: block !important;
}

.modal-header{
    display: block;
}

.product-item,
.table-item{
    background-color: #ffffff;
    padding: 14px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 28px;
}
.product-item:hover,
.table-item:hover{
    border-color: #0c91db;
}
.products-carousel{
    position: relative;
    height: 288px;
    visibility: hidden;
    padding-bottom: 40px;
}
.products-carousel button.slick-arrow,
.products-carousel button.slick-arrow:focus {
    position: absolute;
    top: -55px;
    background-color: transparent;
    border: 0;
    color: transparent;
    width: 27px;
    height: 21px;
    cursor: pointer;
    outline: 0;
}
.products-carousel button.slick-prev{
    background: url('../images/arrow_left.png') no-repeat center;
    right: 56px;
}
.products-carousel button.slick-next{
    background: url('../images/arrow_right.png') no-repeat;
    right: 10px;
}
.products-carousel button.slick-prev:hover{
    background: url('../images/arrow_left_hover.png') no-repeat center;
}
.products-carousel button.slick-next:hover{
    background: url('../images/arrow_right_hover.png') no-repeat;
}
.products-carousel .product-item{
    width: calc(25% - 30px);
    margin: 0 15px;
}
.product-item .product-image{
    position: relative;
}
.product-item .product-image img,
.table-item .item-image img{
    width: 100%
}
.product-item .product-badge{
    background-color: #0c91db;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 5px 16px 5px 19px;
    position: absolute;
    top: 8px;
    right: -18px;
    text-transform: uppercase;
}

.product-item .product-name-wrapper,
.table-item .item-name-wrapper{
    font-size: 1rem;
    color: #000000;
    text-align: center;
    margin-top: 15px;
    height: 48px;
    overflow: hidden;
}
.product-item .product-name-wrapper:hover,
.table-item .item-name-wrapper:hover{
    overflow: visible;
    z-index: 1;
    position: relative;
}
.product-item .product-name,
.table-item .item-name{
    background-color: #ffffff;
}
.product-item .product-price{
    font-size: 1.5rem;
    text-align: center;
}
.product-item .product-price .old{
    font-size: 1rem;
    color: #3b3b3b;
    text-decoration: line-through;
    margin-left: 5px;
}
.table-item .item-button{
    width: 100%;
}
.table-item .item-button{
    color: #ffffff;
    font-size: 0.875rem;
    margin-top: 5px;
    text-align: center;
}
.buy-btn,
.table-item .item-button{
    background-color: #dd0404;
    margin-left: 0;
    cursor: pointer;
    padding: 7px 12px;
    margin-top: 1px;
    color: #ffffff;
}
.buttons {
    width: 100%;
}
.buttons .button:hover{
    background-color: #ffffff;
    color: #000000;
}
.table-item .item-button:hover{
    background-color: #1c1c1c;
}
.product-item .product-colors{
    text-align: center;
    display: none;
}
.product-item:hover .product-colors{
    display: block;
}
.product-item .product-colors .product-colors-header{
    text-transform: uppercase;
    margin: 5px 0 0;
    color: #58585a;
    font-size: 0.875rem;
}
.product-item .product-colors .color-square{
    height: 20px;
    width: 20px;
    border: 1px solid #ffffff;
    border-radius: 1px;
    margin: 1px;
    position: relative;
}
.product-item .product-colors .color-square .color-triangle{
    border-top: 20px solid;
    border-left: 20px solid transparent;
}
.product-item .product-colors .color-square .color-square-thumb{
    bottom: 28px;
    left: -28px;
}
.product-item .product-colors .color-square .color-square-thumb:after{
    content: '\0056';
    bottom: -7px;
    left: 32px;
}

.product-body{
    border-top: 0 none;
}
.product-body .border-right{
    border-right: 1px solid #d5d5d5;
}
.product-body .border-right h4{
    color: #3f3f3f;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 6px 0px 7px 21px;
    background-color: #f2f2f2;
    margin: 15px 0 0;
}
.product-body .border-right .describe{
    padding: 21px;
}
.product-body .border-right .describe video{
    max-width: 100%;
}
.product-body .border-right .describe ul{
    list-style: none;
}
.product-body .border-right .describe ul li a i{
    margin-right: 5px;
    color: #dd0404;
    line-height: 1.6;
}
.product-body .availability span{
    padding: 8px 10px;
    color: #151515;
    display: inline-block;
    line-height: normal;
    font-size: 1rem;
}
#main-image-wrapper{
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
#main-image-wrapper .product-badge{
    background-color: #0c91db;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 5px 16px 5px 19px;
    position: absolute;
    top: 35px;
    right: 15px;
    text-transform: uppercase;
}
#main-image-wrapper .arrow{
    position: absolute;
    top: calc(50% - 17px);
    height: 64px;
    width: 34px;
    display: block;
    cursor: pointer;
}
#main-image-wrapper .arrow.left-arrow{
    background: url('../images/angle_left.png') no-repeat center;
    left: 24px;
}
#main-image-wrapper .arrow.right-arrow{
    background: url('../images/angle_right.png') no-repeat center;
    right: 24px;
}
#main-image-wrapper #main-image{
    vertical-align: middle;
    height: inherit;
}
#main-image-wrapper #main-image a{
    max-width: 100%;
    max-height: 100%;
    display: none;
}
#main-image-wrapper #main-image a:first-child{
    display: block;
}
#main-image-wrapper #main-image a img{
    padding: 15px;
}
#miniatures{
    overflow: hidden;
}
#miniatures .miniature-wrapper{
    margin-bottom: 15px;
    cursor: pointer;
}
.product-layout #miniatures .miniature-wrapper{

}
#miniatures .miniature-wrapper .miniature{
    padding: 0 15px;
}
#miniatures .miniature-wrapper .miniature img{

}
.product-layout .product-name{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}
.product-name #product-code{
    float: right;
    font-size: 14px;
    color: #3f3f3f;
    font-size: 0.875rem;
    line-height: 2.7;
    padding: 5px 10px 0 0;
}
.product-name #product-code span{
    font-size: 1.5rem;
    color: #dd0404;
    line-height: 1;
}
#product-price{
    display: inline-block;
    text-align: right;
    color: #3e3e3e;
    font-size: 1rem;
    line-height: 2.2;
}
#product-price-gross .price{
    color: #dd0404;
    font-weight: bold;
}
#product-magazines{
    background: url('../images/delivery_icon.png') no-repeat left center;
    padding-left: 62px;
    float: right;
    text-align: left;
    font-size: 0.875rem;
    color: #5b5b5b;
    line-height: normal;
    margin-top: 20px;
}
.price-area{
    padding: 10px 27px 10px;
    border: 1px solid #eeebeb;
    border-radius: 5px;
}
.price-area > div:first-child{
    padding: 10px 0;
}
#product-unit-price{
    line-height: 2.5;
}
#product-price .price-text{
    color: #151515;
}
#product-price .price{

}
.price-old{
    text-decoration: line-through;
}
#product-price .price-new{
    color: #dd0404;
}
.product-body dl{
    margin-bottom: 0;
    line-height: 3;
}
.product-body dl dt,
.product-body dl dd{
    font-size: 0.875rem;
    color: #3e3e3e;
    font-weight: normal;
    margin: 0;
}
.product-body .dimensions > div{
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    line-height: 1.2;
}
.product-body .dimensions .dimension-text{
    font-size: 0.5rem;
    text-transform: uppercase;
}
.product-body .dimensions .dimension-value{
    font-size: 1rem;
}
#product-buttons{

}
#buy-area{
    display: block;
}

#buy-area select{
    height: calc(1.8rem + 2px);
    padding: 0 .5rem;
    margin-top: 0.35rem;
}
.spinner{
    border: 1px solid #eeebeb;
    border-radius: 5px;
    font-size: 0.9375rem;
    color: #5b5b5b;
    text-align: center;
    display: inline-block;
}
.spinner > span{
    display: inline-block;
    padding: 14px 9px 15px;
    cursor: pointer;
    font-size: 0.625rem;
}
.spinner > span.step-down{
    border-right: 1px solid #eeebeb;
}
.spinner > span.step-up{
    border-left: 1px solid #eeebeb;
}
.spinner input[type=number]{
    border: none;
    -moz-appearance: textfield;
    width: 70px;
    text-align: center;
    padding: 8px 0 13px;
    display: inline-block;
}
.spinner input[type=number]::-webkit-inner-spin-button,
.spinner input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
#buy-area .buy-btn{
    background: url('../images/cart_icon.png') no-repeat 18px 13px #dd0404;
    color: #ffffff;
    font-size: 0.9375rem;
    padding: 12px 42px 12px 62px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
    color: #ffffff;
}
#social-area{
    display: inline-block;
    vertical-align: bottom;
}
#describe{
    display: block;
}

#tabs{
    margin-top: 28px;
}
#tabs-header .tab-header{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 5px;
    margin-left: 14px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #eeebeb;
    color: #0b0b0b;
}
#tabs-header .tab-header:first-child{
    margin-left: 0;
}
#tabs-header .tab-header.active{
    background-color: #0b0b0b;
    border-color: #0b0b0b;
    color: #ffffff;
}
#tabs-body{
    padding: 20px 0;
    font-size: 0.9375rem;
    color: #0b0b0b;
}
#tabs-body .tab-content{
    display: none;
}
#tabs-body .tab-content.active{
    display: block;
}
.filtres-buttons{
    display: none;
    margin-bottom: 20px;
}
.filtres-buttons .filtres-button{
    cursor: pointer;
}
.filtres-buttons #hide-filtres{
    display: none;
}
.filtres-buttons .filtres-button i{
    margin-left: 5px;
    color: #0c91db;
}
.filtres-buttons #show-filtres i{
    color: #dd0404;
}
h3.categories_title, .filtres h3{
    font-size: 1.875rem;
    color: #0b0b0b;
}
.tree-wrapper{
    margin-bottom: 20px;
}
.tree-wrapper ul, ul.filtres, ul.filtres ul{
    list-style: none;
}
.tree-wrapper ul.tree > li{
    margin-bottom: 10px;
}
.tree-wrapper ul.tree > li > span{
    font-size: 1.125rem;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #dadada;
    display: block;
    border-radius: 7px;
    position: relative;
}
.tree-wrapper ul.tree > li > span > a{
    display: block;
    padding: 13px 45px 13px 26px;
}
.tree-wrapper ul.tree > li > span > i{
    position: absolute;
    right: 0;
    font-size: 0.375rem;
    height: 100%;
    top: 0;
    width: 20%;
    text-align: center;
    padding-top: 20px;
    border-left: 1px solid #dadada;
    cursor: pointer;
}
.tree-wrapper ul.tree > li > span > i.fa-chevron-down{
    color: #dd0404;
}
.tree-wrapper ul.tree > li > span > i.fa-chevron-up{
    display: none;
    color: #dd0404;
}
.tree-wrapper ul.tree > li.open > span > i.fa-chevron-down{
    display: none;
}
.tree-wrapper ul.tree > li.open > span > i.fa-chevron-up{
    display: block;
}
.tree-wrapper ul.depth-2{
    padding-left: 8px;
    display: none;
}
.tree-wrapper ul.depth-2 li a{
    font-size: 0.9375rem;
    color: #000000;
}
.tree-wrapper ul.depth-2 li > span > a:hover,
.tree-wrapper ul.depth-2 li.active > span > a{
    color: #080808;
}
.tree-wrapper ul.depth-2 li i{
    font-size: 0.375rem;
    vertical-align: middle;
    color: #dd0404;
    margin-right: 11px;
}
.tree-wrapper ul.depth-2 li > span:hover i,
.tree-wrapper ul.depth-2 li.active > span i{
    color: #dd0404;
}
.tree-wrapper ul.depth-3{
    padding-left: 13px;
    display: none;
}
.tree-wrapper li.open > ul.depth-2,
.tree-wrapper li.open > ul.depth-3{
    display: block;
}

ul.filtres > li{
    margin-bottom: 20px;
}
ul.filtres ul label{
    color: #1b1b1b;
    font-size: 0.9375rem;
}
ul.filtres ul input{
    position: absolute;
    left: -9999px;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label,
ul.filtres ul input[type="checkbox"]:checked + label{
    position: relative;
    padding-left: 19px;
    cursor: pointer;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label::before,
ul.filtres ul input[type="checkbox"]:checked + label::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 11px;
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
    border-radius: 1px;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label::after,
ul.filtres ul input[type="checkbox"]:checked + label::after{
    content: '■';
    position: absolute;
    top: 9px;
    left: 3px;
    line-height: 0.9;
    color: #ed1a3d;
    transition: all .2s;
    font-size: 0.375rem;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label::after{
    opacity: 0;
    transform: scale(0);
}
ul.filtres ul input[type="checkbox"]:checked + label::after{
    opacity: 1;
    transform: scale(1);
}

.breadcrumb{
    background-color: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 17px 3px 18px;
    margin-bottom: 24px;
}
.breadcrumb-item a{
    font-size: 0.875rem;
    color: #818181;
}
.breadcrumb-item:last-child a{
    color: #ed1a3d;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #dd0404;
    font-size: 0.375rem;
    vertical-align: middle;
}
h1.category-title {
    font-size: 1.875rem;
    color: #0b0b0b;
}
#sort{
    text-align: right;
    margin-top: 7px;
    font-size: 1rem;
}
#sort span{
    margin-left: 9px;
    cursor: pointer;
}
#sort span.active{
    color: #ed1a3d;
}
#sort span i{
    display: none;
}
#sort span i.active{
    display: inline-block;
}

#pagination{
    margin-left: 10px;
    margin-bottom: 10px;
}
#pagination select{
    height: auto;
    overflow: hidden;
}

#cart-form .table td, #cart-form .table th{
    vertical-align: middle;
}
#cart-form .table td:nth-child(2){
    min-width: 150px;
}
#cart-form .table td:nth-child(3),
#cart-form .table td:nth-child(4){
    min-width: 125px;
}
#cart-form table td .fa-trash-o{
    color: #ed1a3d;
    margin: 0 15px;
    font-size: 1.3125rem;
}
.order-wrapper .card{
    margin-bottom: 5px;
}
.summary-wrapper hr{
    background-color: #dd0404;
}
button.swal2-styled {
    background-color: #dd0404 !important;
}
.summary-wrapper h1, .summary-wrapper h2{
    color: #dd0404;
}
.summary-wrapper h3, .summary-wrapper h4{
}
.card-title i{
    color: #dd0404;
    margin-right: 10px;
}
.card.box{
    border-color: #dd0404;
}
.card.box .card-header{
    background-color: #dd0404;
    color: #ffffff;
}
#accordion .card-header{
    padding: 0;
}
#accordion .card-header a{
    display: block;
    padding: .75rem 1.25rem;
}
#accordion .card-header a:hover{
    color: #dd0404;
}
#accordion .card-header input[type="radio"]{
    visibility: hidden;
    position: absolute;
}
#accordion .card-header a label{
    cursor: pointer;
}
#accordion .form-check-label{
    cursor: pointer;
}
#accordion .form-check-label:hover{
    color: #dd0404;
}
#accordion input[type="radio"]{
    margin-top: 7px;
}
.form-group.user-type{
    border-bottom: 2px solid #dd0404;
    margin-top: 1rem;
}
.form-group.user-type .form-check.form-check-inline{
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: .25rem .25rem 0 0;
}
.form-group.user-type .form-check.form-check-inline.active{
    background-color: #dd0404;
    color: #ffffff;
}
.form-group.user-type .form-check.form-check-inline input{
    visibility: hidden;
    position: absolute;
}
.form-group.user-type .form-check.form-check-inline label{
    padding-left: 0;
    cursor: pointer;
}

.after-top-section .top-right{
    background-color: #0c91db;
    font-size: 1rem;
}
.after-top-section .top-right .text-element.page-element.text {
    color: #ffffff;
    padding: 0 15px;
}

.categories-section{
    padding-top: 34px;
    padding-bottom: 26px;
}
.products-categories-list{
    overflow: hidden;
}
.products-categories-list ul{
    list-style: none;
}
.products-categories-list li{
    margin-bottom: 14px;
    border: 1px solid #dadada;
}
.products-categories-list li a{
    position: relative;
}
.products-categories-list li a .trapeze{
    width: 445px;
    height: 190px;
    display: block;
    border-top: 190px solid #dd0404;
    border-right: 80px solid transparent;
}
.products-categories-list li:hover a .trapeze{
    border-top-color: #1d1d1b;
}
.products-categories-list li a .category-name{
    font-size: 2.5rem;
    color: #ffffff;
    top: 45px;
    left: 87px;
    position: absolute;
    width: 290px;
    z-index: 1;
}
.products-categories-list li a .category-button{
    font-size: 0.875rem;
    color: #ffffff;
    top: 115px;
    left: 81px;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 165px;
    border-radius: 6px;
    z-index: 1;
}
.products-categories-list li a img{
    max-width: 100%;
}
#slider-wrapper{
    margin-bottom: 20px;
}
#slider-wrapper input{
    border: none;
}
#slider-wrapper .inputs{
    margin-bottom: 10px;
}
#slider-wrapper .btn{
    margin-top: 15px;
}

.page-element .more-photos{
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}
.page-element .more-photos i{
    font-size: 1.25rem;
}
.page-element .more-photos span{
    position: relative;
    top: 43%;
}

.show-invoice-section,
.hide-invoice-section{
    font-size: 1rem;
    margin-left: 15px;
    cursor: pointer;
}
.page-element .more-photos {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}
.page-element .more-photos span {
    position: relative;
    top: 43%;
}

/* Realizations category */
.realizationscategory-element .item {

}
.realizationscategory-element .item .media-body {

}
.realizationscategory-element .item .media-body h2 {
    color: #000;
    font-size: 2.25rem;
    font-family: RedHatDisplay-Bold, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.realizationscategory-element .item .img-wrapper {
    position: relative;
}
.realizationscategory-element .item .img-wrapper::before {
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    position: absolute;
    z-index: 0;
}
.realizationscategory-element .item img {
    position: relative;
    z-index: 1;
}
.realizationscategory-element .item.odd img {
    border-radius: 2.8125rem 0;
}
.realizationscategory-element .item.odd .img-wrapper::before {
    background: #8DC63F;
    right: -10px;
    top: -10px;
}
.realizationscategory-element .item.even .img-wrapper::before {
    background: #8DC63F;
    left: -10px;
    top: -10px;
}
.realizationscategory-element .item.even img {
    border-radius: 0 2.8125rem;
    border: 0 solid #eeeeee;
}
.realizationscategory-element .item .media-body p {
    color: #181818;
    font-size: 1.0625rem;
    font-family: RedHatDisplay-SemiBold, sans-serif;
    line-height: 2rem;
}
.realizationscategory-element .item .media-body .more-link {

}
