@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Encode+Sans:400,500,600,700|Open+Sans:400,600,700&subset=latin-ext');


html {
    scroll-behavior: smooth;
}

body {
    background: #FFF;
    font-family: 'Encode Sans', 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    position: relative;
    height: 100%;
    line-height: 1.7em;
    padding-top: 100px;
}

.site {
    background: #FFF;
    max-width: 1300px;
    margin: auto;
}

.container-fluid {
    max-width: 1300px;
}

.main-content {
    margin: 50px 0;
}

.site-container {
    max-width: 2500px;
    margin: auto;
}

.flex-center {
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: #E94D1D;
}

a:hover {
    text-decoration: none;
    color: #000;
}

/*h1 {font-size: 36px;}*/
/*h2 {font-size: 24px;}*/
/*h3 {font-size: 20px;}*/
/*h4 {font-size: 16px;}*/
strong {
    font-weight: 600;
}

/************************************************************************
 *
 * ELEMENTS            
 *
 ************************************************************************/
.button {
    padding: 12px 30px;
    font-size: 14px;
    transition: all .3s;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.button i {
    margin-right: 10px;
}

.button-ghost {
    border: 2px solid #222;
    color: #222;
    border-radius: 2px;
}

.button-ghost:hover {
    background: #222;
    border: 2px solid #222;
    color: #FFF;
}


.button-line {
    color: #222;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.button-line:hover {
}

.button-white {
    border: 1px solid #ffffff;
    color: #25292F;
    border-radius: 4px;
    background: rgb(255, 107, 0);
    background: #ffffff;
}

.button-orange {
    border: 1px solid #E94D1D;
    color: #FFF;
    border-radius: 4px;
    background: #E94D1D;
}

.button-orange:hover {
    color: #25292F;
    filter: brightness(1.3);
}

.button-white:hover {
    color: #ffffff;
    background: transparent;
}

.btn-gform {
    padding: 15px 40px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    transition: all 0.2s ease-in-out !important;
    border: 0 !important;
    color: #FFF !important;
    border-radius: 2px !important;
    background: #E94D1D !important;
}

.btn-gform:hover {
    color: #25292F !important;
    filter: brightness(1.3) !important;
}

.button-catalog {
    background: #B71C1C;
    width: 100%;
    display: inline-block;
    color: #FFF;
    padding: 20px;
    transition: .2s all;
    padding-left: 120px;
    position: relative;
    border-radius: 3px;
}

.button-catalog:hover {
    background: #d90000;
    color: #FFF;
}

.button-catalog:before {
    content: "\f381";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 60px;
    position: absolute;
    left: 20px;
    top: 30px;
}

.button-catalog h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.button-catalog h2 {
    font-size: 14px;
    margin: 0;
}


/************************************************************************
 *
 * HEADER            
 *
 ************************************************************************/
header {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 2500;
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff 30%, rgba(230, 230, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-bottom: 1px solid #FFF;
}

header .logo {
    max-width: 250px;
    height: auto;
    margin-top: 32px;
    float: left;
    position: relative;
    z-index: 150;
}

header .mobile-navigation-trigger {
    position: absolute;
    right: 25px;
    top: 40px;
    color: #f02f22;
    font-size: 30px;
    display: none;
}


/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {line-height: inherit!important;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {display: none!important;}
#mega-menu-wrap-primary #mega-menu-primary {padding-left: 240px!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {max-width: 1170px!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {width: auto!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {font-weight: 600!important;}

.main-navigation {
    width: 100%;
    margin: auto;
    z-index: 100;
    float: left;
}
.main-navigation-wrapper {float: left; width: 100%; position: absolute;}
*/
/************************************************************************
 *
 * MOBILE MENU            
 *
 ************************************************************************/

/*.slideout-menu {position: fixed; top: 0; bottom: 0; width: 256px; min-height: 100vh; overflow-y: scroll; -webkit-overflow-scrolling: touch; z-index: 0; display: none; background: #11171a; padding: 20px;}
.slideout-menu h2 {color: #FFF; font-size: 18px;}
.slideout-menu ul, .slideout-menu ul li {list-style-type: none; list-style: none; list-style-position: inside; margin: 0; padding: 0; }
.slideout-menu ul {margin-bottom: 0px;}
.slideout-menu ul li a {color: rgba(255,255,255,1); padding: 5px 10px; font-weight: 600; background:#1a1e23; display: block; margin-bottom: 5px;}
.slideout-menu ul ul li a {color: rgba(255,255,255,0.7); padding: 5px 10px; font-weight: 400; background:#1a1e23; display: block; margin-bottom: 5px;}
.slideout-menu ul ul ul li {margin-left: 22px;}
.slideout-menu ul ul li a:before {content: '\f054'; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 10px; padding-right: 10px; padding-top: 0px; color: #0071d2;}
.slideout-menu ul li a:hover {color: #0071d2;}
.slideout-menu .top-menu .lang-item {display: none;}

.slideout-menu-left {left: 0;}
.slideout-menu-right {right: 0;}
.slideout-panel {position: relative; z-index: 1; will-change: transform; background-color: #FFF;  min-height: 100vh;}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {overflow: hidden;}
.slideout-open .slideout-menu {display: block;}
.slideout-menu .logo-mobile {width: 100%; height: auto; margin-bottom: 40px;}
#panel {max-width: 1920px; margin: auto; overflow-x: hidden; padding-top: 100px;}
.mobile-navigation-open {display: none; float: right; margin-top: 20px; margin-right: 0; font-size: 30px; color: #0071d2; border: 2px solid #0071d2; padding: 6px 8px; border-radius: 3px; }  
.mobile-navigation-open:active, .mobile-navigation-open:focus { color: #0071d2;}*/

/************************************************************************
 *
 * MOBILE MENU            
 *
 ************************************************************************/
.site-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 4900;
    display: none;
}

.mobile-navigation-open {
    display: none;
    float: right;
    margin-top: 28px;
    margin-right: 0;
    font-size: 30px;
    color: #5b5b5b;
    border: 2px solid #FF5722;
    padding: 6px 8px;
    border-radius: 3px;
}

.mobile-navigation-open:active, .mobile-navigation-open:focus {
    color: #0071d2;
}

.offcanvas-menu {
    position: fixed;
    height: 100%;
    width: 320px;
    right: -320px;
    top: 0;
    background: #111;
    z-index: 5000;
    transition: all .2s;
}

.offcanvas-menu-open {
    right: 0;
    -webkit-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.15);
}

.offcanvas-menu .logo-mobile {
    max-width: 70%;
    height: auto;
    margin-bottom: 30px;
}

.offcanvas-menu-inner {
    padding: 30px;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.offcanvas-menu-inner .close {
    padding: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 2px solid #EEE;
    color: #EEE;
    opacity: inherit;
    border-radius: 3px;
}

.offcanvas-menu-inner ul, .offcanvas-menu-inner ul li {
    list-style-type: none;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.offcanvas-menu-inner ul {
    margin-bottom: 0px;
}

.offcanvas-menu-inner ul li a {
    color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.offcanvas-menu-inner ul ul li a {
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    font-weight: 400;
    background: #1a1e23;
    display: block;
    margin-bottom: 5px;
}

.offcanvas-menu-inner ul ul ul li {
    margin-left: 22px;
}

.offcanvas-menu-inner .top-menu .lang-item {
    display: none;
}

.offcanvas-menu-inner .mini-menu li a {
    font-size: 11px !important;
}

.offcanvas-menu-inner #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: none !important;
    margin-bottom: 30px;
}

.offcanvas-menu-inner #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
.offcanvas-menu-inner #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: none !important;
}

.offcanvas-menu-inner #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu a {
    color: #FFF !important;
}

.offcanvas-menu-inner #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    margin-bottom: 20px;
}

.offcanvas-menu-inner .section-categories .category-item {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    text-align: left !important;
    background: none !important;
}

.offcanvas-menu-inner .section-categories .category-item .item {
    border-radius: 0px;
    transition: all .3s;
    padding: 10px 10px;
    height: auto;
    overflow: hidden;
}

.offcanvas-menu-inner .section-categories .category-item .item:hover {
    background: #FFF;
    text-decoration: none;
}

.offcanvas-menu-inner .section-categories .category-item .item:hover i, .offcanvas-menu-inner .section-categories .active .item i, .offcanvas-menu-inner .section-categories .category-item .item:active i, .offcanvas-menu-inner .section-categories .category-item .item:focus i {
    color: #FFF;
    background: #da4816;
}

.offcanvas-menu-inner .section-categories .category-item .item:hover h2, .offcanvas-menu-inner .section-categories .active .item h2, .offcanvas-menu-inner .section-categories .category-item .item:active h2, .offcanvas-menu-inner .section-categories .category-item .item:focus h2 {
    color: #000;
}

.offcanvas-menu-inner .section-categories .active .item, .offcanvas-menu-inner .section-categories .category-item .item:active, .offcanvas-menu-inner .section-categories .category-item .item:focus {
    background: #f5f5f5;
}

.offcanvas-menu-inner .section-categories .category-item .item:active, .offcanvas-menu-inner .section-categories .category-item .item:focus {
    text-decoration: none;
}

.offcanvas-menu-inner .section-categories .category-item i {
    font-size: 36px;
    display: inline-block;
    color: #FFF;
    transition: all .3s;
    margin-right: 0;
    padding: 0;
    line-height: 36px;
}

.offcanvas-menu-inner .section-categories .category-item h2 {
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.5em;
    width: calc(100% - 80px);
    display: inline-block;
}

/************************************************************************
 *
 * SLIDER
 *
 ************************************************************************/
.main-slider-container, .main-slider {
    width: 100%;
    height: 600px;
    background: #ffffff;
    overflow: hidden;
}

/*position: relative;*/
.main-slider .slick-list, .main-slider .slick-track {
    min-height: 600px;
    height: 600px;
}

.main-slider .slide-item {
    background-size: cover;
    background-position: center;
    border-radius: 0;
    position: relative;
    outline: 0;
    min-height: 100%;
}

.main-slider .slide-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.main-slider .slide-item .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0; /* display: none;*/
    background: rgba(0, 0, 0, 0.3);
}

.main-slider .slide-text {
    position: relative;
    bottom: 0;
    color: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-slider .slide-text .slide-text-inner {
    position: absolute;
    max-width: 80%;
    background-size: cover;
    padding: 5rem 0 0 0;
}

.main-slider .slide-text .slide-text-inner h1 {
    font-size: clamp(30px, calc(3.5vw), 70px);
    margin: 0;
    color: #FFF;
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
}

.main-slider .slide-text .slide-text-inner h2 {
    font-size: clamp(30px, calc(3.5vw), 70px);
    margin: 0;
    color: #FFF;
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
}

.main-slider:after {
    content: "";
    width: 738px;
    height: 100px; /*background: url('images/title-bottom.svg') no-repeat;*/
    position: absolute;
    bottom: 0;
    right: -300px;
    z-index: 1500;
}

.block-slider img {
    border-radius: 2px;
}

.block-slider .slick-arrow, .block-slider .slick-arrow:active, .block-slider .slick-arrow:focus {
    padding: 0;
    width: 40px !important;
    height: 50px !important;
    transition: all .3s;
    background: #FFF;
    bottom: -30px;
}

.block-slider .slick-next {
    position: absolute;
    right: 0;
    z-index: 1501;
    top: initial;
}

.block-slider .slick-prev {
    position: absolute;
    right: 40px;
    left: inherit;
    z-index: 1501;
    top: initial;
}

.block-slider .slick-arrow:hover {
    background: #FFF;
}

.block-slider .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #000;
}

.block-slider .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #000;
}


.product-slider .slick-arrow, .product-slider .slick-arrow:active, .product-slider .slick-arrow:focus {
    padding: 0;
    width: 40px !important;
    height: 50px !important;
    transition: all .3s;
    bottom: 40%;
    border-radius: 3px;
}

.product-slider .slick-next {
    position: absolute;
    right: 0;
    z-index: 1501;
    top: initial;
}

.product-slider .slick-prev {
    position: absolute;
    left: 0;
    right: inherit;
    z-index: 1501;
    top: initial;
}

.product-slider .slick-arrow:hover {
    background: #FFF;
}

.product-slider .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #000;
}

.product-slider .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #000;
}

.slick-item, .slick-item * {
    outline: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li {
    text-align: center;
    width: auto;
    height: auto;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
    transition: all .2s;
    display: inline-block;
}

.slick-dots .slick-active button {
    width: 40px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
}


.main-slider .slick-arrow, .main-slider .slick-arrow:active, .main-slider .slick-arrow:focus {
    padding: 0px;
    width: 60px !important;
    height: 100px !important;
    transition: all .3s;
}

.main-slider .slick-next {
    position: absolute;
    right: 20px;
    bottom: -60px;
    z-index: 1501;
    top: initial;
}

.main-slider .slick-prev {
    position: absolute;
    right: 80px;
    bottom: -60px;
    left: inherit;
    z-index: 1501;
    top: initial;
}

.main-slider .slick-arrow:hover:before {
    color: #ed560a;
}

.main-slider .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 40px;
    color: #000;
}

.main-slider .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 40px;
    color: #000;
}

.activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 *100);
    filter: alpha(opacity=1 *100);
}

.animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 *100);
    filter: alpha(opacity=0 *100);
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        margin-top: -100px;
    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}

/************************************************************************
 *
 * HOMEPAGE
 *
 ************************************************************************/
.section {
    padding: 60px 0;
    position: relative;
}

.section-404 {
    background: #282e36;
    color: #FFF;
}

.section-bg-1 {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(images/patterns/04.png) #FFF;
    opacity: 0.05;
}

.section-about {
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.section-about-bg {
    position: absolute;
    width: 48%;
    top: 0;
    bottom: 0;
    left: 0%;
    background: #EEE;
}

.section-about .about-text h1 {
    line-height: 1.3em;
    font-size: 30px;
    margin-bottom: 40px;
    color: #0072d3;
}

.section-about .about-text .text {
    line-height: 1.4em;
    font-size: 18px;
    margin-bottom: 30px;
}

.section-about .about-text .button-line {
    margin-right: 30px;
    transition: all .2s;
}

.section-about .about-text .button-line i {
    transition: all .2s;
    font-size: 14px;
}

.section-about .about-text .button-line:hover i {
    color: #da4816;
}


.section-categories {
    background: #25292F;
}

.section-categories .category-items {
    margin: 0;
    padding: 0;
}

/*Mobile*/
.section-mobile-categories {
    background: #25292F;
}

.section-mobile-categories .category-items {
    margin: 0;
    padding: 0;
}

.section-mobile-categories .category-items .category-item:nth-child(1) {
    background: #22262c;
}

.section-mobile-categories .category-items .category-item:nth-child(2) {
    background: #1a1e23;
}

.section-mobile-categories .category-items .category-item:nth-child(3) {
    background: #131519;
}

.section-mobile-categories .category-items .category-item:nth-child(4) {
    background: #1a1e23;
}

.section-mobile-categories .category-items .category-item:nth-child(5) {
    background: #22262c;
}

.section-mobile-categories .category-item {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 5px;
}

.section-mobile-categories .category-item .item {
    border-radius: 0px;
    transition: all .3s;
    padding: 30px 10px;
    height: 90px;
    overflow: hidden;
}

.section-mobile-categories .category-item .item:hover {
    background: #FFF;
    text-decoration: none;
}

.section-mobile-categories .category-item .item:hover i, .section-mobile-categories .active .item i, .section-mobile-categories .category-item .item:active i, .section-mobile-categories .category-item .item:focus i {
    color: #FFF;
    background: #da4816;
}

.section-mobile-categories .category-item .item:hover h2, .section-mobile-categories .active .item h2, .section-mobile-categories .category-item .item:active h2, .section-mobile-categories .category-item .item:focus h2 {
    color: #000;
}

.section-mobile-categories .active .item, .section-mobile-categories .category-item .item:active, .section-mobile-categories .category-item .item:focus {
    background: #f5f5f5;
}

.section-mobile-categories .category-item .item:active, .section-mobile-categories .category-item .item:focus {
    text-decoration: none;
}

.section-mobile-categories .category-item i {
    font-size: 42px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #25292F;
    background: #FFF;
    border-radius: 100px;
    transition: all .3s;
    margin-right: 20px;
}

.section-mobile-categories .category-item h2 {
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.5em;
}

/*Mobile*/


.section-categories .category-items .category-item:nth-child(1) {
    background: #22262c;
}

.section-categories .category-items .category-item:nth-child(2) {
    background: #1a1e23;
}

.section-categories .category-items .category-item:nth-child(3) {
    background: #131519;
}

.section-categories .category-items .category-item:nth-child(4) {
    background: #1a1e23;
}

.section-categories .category-items .category-item:nth-child(5) {
    background: #22262c;
}

.section-categories .category-item {
    text-align: center;
    float: left;
    width: 20%;
    list-style-type: none;
}

.section-categories .category-item .item {
    border-radius: 0px;
    transition: all .3s;
    padding: 30px 10px;
    height: 190px;
    display: block;
    overflow: hidden;
}

.section-categories .category-item .item:hover {
    background: #FFF;
    text-decoration: none;
}

.section-categories .category-item .item:hover i, .section-categories .active .item i, .section-categories .category-item .item:active i, .section-categories .category-item .item:focus i {
    color: #da4816;
}

.section-categories .category-item .item:hover h2, .section-categories .active .item h2, .section-categories .category-item .item:active h2, .section-categories .category-item .item:focus h2 {
    color: #000;
}

.section-categories .active .item, .section-categories .category-item .item:active, .section-categories .category-item .item:focus {
    background: #f5f5f5;
}

.section-categories .category-item .item:active, .section-categories .category-item .item:focus {
    text-decoration: none;
}

.section-categories .category-item i {
    font-size: 50px;
    display: inline-block;
    color: #FFF;
    border-radius: 100px;
    transition: all .3s;
    padding-top: 24px;
}

.section-categories .category-item h2 {
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
    margin: 10px 0 0;
    text-transform: uppercase;
    line-height: 1.5em;
}

.section-products .title {
    color: #FFF;
    margin-bottom: 30px;
}

.section-products2 {
    background: #20262d !important;
}

.section-products .product-item {
    margin-bottom: 30px;
    position: relative;
}

.section-products .product-item img {
    border-radius: 2px 2px 0 0;
}

.section-products .product-item .title {
    margin-bottom: 0px;
    line-height: 1.5em;
    height: 70px;
    background: #25292F;
    color: #FFF;
    padding: 0 10px;
    transition: all .2s;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 2px 2px;
}

.section-products .product-item .title span {
    color: #FFF;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-products .product-item .title h2 {
    color: #FFF;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.section-products .product-item .prod-cs {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -7px;
    left: -8px;
    background: url(images/prodcs.svg) no-repeat top left;
    background-size: cover;
}

.section-products .product-item .prod-cs span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    width: 100px;
    height: 100px;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    padding: 18px;
}


.section-products .product-item:hover {
}

.section-products .product-item:hover .title {
    background: #da4816;
}

.product-category-page {
    padding: 50px 0 20px;
}

.product-category-page .cat-product-item {
    margin-bottom: 30px;
}

.section-video {
    background: url('images/slide (1).jpg') no-repeat center center;
    background-size: cover;
    height: 200px;
    position: relative;
}

.section-video .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 4px;
}

.news-list, .news-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list li {
    margin-bottom: 20px;
    background: #fff;
    transition: all .2s;
    height: 90px;
    overflow: hidden;
    border-radius: 4px;
}

.news-list li:last-child {
    margin-bottom: 0;
}

.news-list li:hover {
    background: #0071d2;
}

.news-list li a {
    display: flex;
    align-items: center;
}

.news-list li img {
    width: 90px;
    border-radius: 4px;
}

.news-list li h2 {
    padding-left: 20px;
    margin: 0;
    font-size: 16px;
}

.news-list li .news-date {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    color: #AAA;
}

.news-list li .news-date i {
    color: #0071d2;
}

.news-list li:hover h2 {
    color: #FFF;
}

.news-list li:hover .news-date i {
    color: #FFF;
}

.news-list, .gallery-slider {
    margin-bottom: 20px;
}

.section-banners {
    padding: 70px 0 40px;
}

.hp-catalog {
    width: 100%;
    height: 300px;
    background: url('images/katalog.jpg') no-repeat center center;
    background-size: cover;
}

.hp-support {
    width: 100%;
    height: 300px;
    background: url('images/1393.jpg') no-repeat center center;
    background-size: cover;
}

.hp-mobileapp {
    width: 100%;
    height: 300px;
    background: url('images/app.jpg') no-repeat center center;
    background-size: cover;
}

.hp-banner-item {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
}

.hp-banner-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
}

.hp-banner-item .overlay:hover .text {
    padding-bottom: 50px;
    background: #25292F;
}

.hp-banner-item .text {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .2s;
}

.hp-banner-item .text h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.5em;
}

.hp-banner-item .text h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.5em;
    max-width: 70%;
}

.hp-banner-item .text span {
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    background: rgb(255, 107, 0); /* Old browsers */
    background: linear-gradient(135deg, rgba(255, 107, 0, 1) 1%, rgba(218, 72, 22, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b00', endColorstr='#da4816', GradientType=1);
}

.all-product {
    background: #e0e0e0;
    width: 100%;
    float: left;
    border-radius: 0 0 2px 2px;
}


.section-news {
    background: #f5f5f5;
    padding: 50px 0 50px;
}

.section-news .news-item {
    text-align: center;
    background: #FFF;
    margin-bottom: 30px;
}

.section-news .news-item .title {
    margin-bottom: 0px;
    line-height: 1.5em;
    height: 70px;
    background: #25292F;
    color: #FFF;
    padding: 0 10px;
    transition: all .2s;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-news .news-item .title span {
    color: #FFF;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-news .news-item .title h2 {
    color: #FFF;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.section-news .news-item:hover .title {
    background: #da4816;
}

.section-news .support-item {
    display: block;
}

.section-news .support-item h1 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.section-news .support-item .categories {
    font-size: 12px;
}

.section-news .support-item .categories i {
    margin-right: 5px;
}

.section-news .support-item a {
    background: #FFF;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 2px;
    transition: all 0.3s;
    display: block;
}

.section-news .support-item a:hover {
    background: #25292F;
    color: #FFF;
}

.section-news .support-item ul, .section-news .support-item li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.section-news .support-item li:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin: 0 6px;
}

.section-news .support-item li:first-child:before {
    display: none;
}


.pagination {
    display: block;
    float: none !important;
}

.pagination span, .pagination a {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    min-width: 30px;
    background: #888;
    color: #FFF;
    font-weight: 700;
    border-radius: 2px;
}

.pagination .current {
    background: #25292F;
}


/************************************************************************
 *
 * SINGLE PRODUCT
 *
 ************************************************************************/
.section-product-title {
    height: 500px;
    position: relative;
}

.section-product-title .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 80px 0 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 89%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(89%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 89%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 89%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 89%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 89%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.section-product-title .inner h2 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
}

.section-product-title .inner h1 {
    font-size: 40px;
    margin: 0;
    color: #FFF;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
}

.section-product-title-no-img h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.section-product {
    background: #F5F5F5;
    padding: 60px 0;
}

.section-product .product-img {
    position: relative;
    border-radius: 3px;
    padding: 0px;
    background: #FFF;
}

.section-product .product-info {
    line-height: 1.8em;
    font-size: 16px;
    text-align: justify;
}

.section-product .product-info h1 {
    color: #111;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-size: 30px;
}

.section-product .product-info h2 {
    color: #111;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-size: 18px;
}

.section-product .product-tabs {
    margin-top: 40px;
}

.section-product .product-tabs a {
    color: #111;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.section-product .product-tabs > li.active > a, .section-product .product-tabs > li.active > a:hover, .section-product .product-tabs > li.active > a:focus {
    color: #f95d00;
}

.section-product .product-tabs li i {
    margin-right: 6px;
    font-size: 18px;
}

.section-product .tab-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #DDD;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    text-align: justify;
}

.section-product .tab-content img {
    max-width: 100%;
    height: auto;
}

.section-product .tab-content table thead td {
    background: #25292F;
    color: #FFF;
    vertical-align: middle;
    font-weight: 700;
}

.section-product .tab-content table td {
    font-size: 10px;
    padding: 2px;
}

.product-slider *, .product-slider-nav * {
    outline: 0 !important;
}

.slick-list {
    padding: 0 !important;
}

.product-slider-nav {
    margin-top: 10px;
}

.product-slider-nav .slide-item {
    margin: 10px;
    cursor: pointer;
    border-radius: 3px;
    opacity: 0.5;
}

.product-slider .slide-item img, .product-slider-nav .slide-item img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.product-slider-nav .slick-center {
    opacity: 1 !important;
}

.gallery-slider-wrapper {
    position: relative;
}

.gallery-slider-wrapper .present-video-link {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 1500;
}


.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/************************************************************************
 *
 * PAGES
 *
 ************************************************************************/
.section-page-title {
    background: #25292F;
    height: 190px;
    position: relative;
}

.section-page-title .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px 0;
}

.section-page-title .inner h1 {
    font-size: 40px;
    margin: 0;
    color: #FFF;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

.section-page-title .inner h2 {
    color: #FFF;
    margin-bottom: 0;
}

.section-page {
    padding: 60px 0;
}

.section-page table {
    background: #FFF;
}

.section-page table thead td {
    background: #25292F;
    color: #FFF;
}


.contact-title {
    margin: 0 0 30px;
    font-size: 20px;
}

#map {
    width: 100%;
    height: clamp(400px, calc(3.5vw), 500px);
}

#map a[href^="http://maps.google.com/maps"] {
    display: none !important
}

#map a[href^="https://maps.google.com/maps"] {
    display: none !important
}

#map .gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

#map .gmnoprint div {
    background: none !important;
}

#map .gmnoprint div {
    font-size: 12px !important;
}

#dealer_map {
    width: 100%;
    height: 690px;
    border: 1px solid #DDD;
}

#dealer_map a[href^="http://maps.google.com/maps"] {
    display: none !important
}

#dealer_map a[href^="https://maps.google.com/maps"] {
    display: none !important
}

#dealer_map .gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

#dealer_map .gmnoprint div {
    background: none !important;
}

#dealer_map .gmnoprint div {
    font-size: 12px !important;
}

.dealer-list {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.dealer-list .dealer-item {
    background-color: #ffffff;
    padding: 25px 15px;
    border: 0;
    display: block;
    cursor: pointer;
    border-top: 1px solid #DDD;
}

.dealer-list .dealer-item:last-of-type {
    margin-bottom: 0;
}

.dealer-list .dealer-item .title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

.dealer-list .dealer-item span {
    background: #ea4335;
    color: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.dealer-list .dealer-item .address {
    font-size: 15px;
}

.dealer-list .dealer-item ul li i {
    margin-right: 5px;
    font-size: 12px;
    color: #E94D1D;
}

.dealer-list .dealer-item ul, .dealer-list .dealer-item ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dealer-list .dealer-item ul {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

.dealer-list::-webkit-scrollbar {
    width: 8px;
}

.dealer-list::-webkit-scrollbar-track {
    background-color: #e7e7e7;
}

.dealer-list::-webkit-scrollbar-thumb {
    background-color: #25292F;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea, .contact-form select {
    background: #EBEBEB;
    border: 0;
    border-radius: 3px;
    float: left;
    width: 100% !important;
    font-weight: 400;
    box-shadow: none;
    outline: none;
    resize: none;
}

.contact-form .gform_heading {
    display: none;
}

.gform-theme--foundation .gform_fields {
    row-gap: 3rem;
}

.contact-form .gfield_required {
    color: #000000;
}

.gform-theme--framework select {
    background-image: none !important;
    position: relative;
}

.gform-theme--framework .ginput_container_select {
    position: relative;
}

.gform-theme--framework .ginput_container_select:before {
    content: url("images/arrow-select.svg");
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 5;
}

.contact-form textarea {
    height: 100px;
}

.contact-form .wpcf7-form {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-form .wpcf7-form .wpcf7-form-control-wrap, .contact-form .wpcf7-form label {
    width: 100%;
    float: left;
}

.contact-form .wpcf7-form input[type=submit] {
    padding: 15px 40px;
    font-size: 14px;
    transition: all .3s;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    color: #FFF;
    border-radius: 2px;
    background: rgb(255, 107, 0);
    background: linear-gradient(135deg, rgba(255, 107, 0, 1) 1%, rgba(218, 72, 22, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b00', endColorstr='#da4816', GradientType=1);
}

.contact-form .left {
    padding-top: 80px;
    font-size: 16px;
}

.contact-form .left h1 {
    color: #1976d2;
}

.contact-title {
    margin-bottom: 20px;
    color: #131D33;
}

.contact-page-menu, .contact-page-menu li {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-page-menu li span {
    padding-left: 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.contact-page-menu li:before {
    position: absolute;
    padding-top: 5px;
    color: #ff6b00;
    font-weight: 700;
    font-size: 14px !important;
}

.contact-page-menu li a {
    color: #444;
}

.contact-page-menu li a:hover {
    color: #ff6b00;
}

.contact-page-menu .email a span, .contact-page-menu .phone a span, .contact-page-menu .fax a span {
    color: #444;
}

/*.contact-page-menu .address:before {content: '\f041'; font-family: "Font Awesome 5 Free"; padding-right: 5px;}*/
/*.contact-page-menu .phone:before {content: '\f095'; font-family: "Font Awesome 5 Free"; padding-right: 5px;}*/
.contact-page-menu .whatsapp:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
    padding-right: 5px;
}

.contact-page-menu .email:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
}

.contact-page-menu .fax:before {
    content: '\f1ac';
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
}

.contact-page-menu .company:before {
    content: '\f1ad';
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
}

/************************************************************************
 *
 * FOOTER
 *
 ************************************************************************/
footer {
    background: #25292F;
    font-size: 14px;
    color: #999;
}

footer .top {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #1a1e23;
}

footer .top h1 {
    color: #FFF;
    font-size: 26px;
    margin-top: 0;
    font-weight: 600;
}

footer .bottom .footer-logo {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: inline-block;
}

footer .bottom {
    padding-top: 75px;
    padding-bottom: 60px;
}

footer .bottom h3 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #eee;
}

footer .bottom ul, footer .bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .bottom ul li a {
    color: #999;
    transition: all .2s;
    padding: 3px 0;
}

footer .bottom ul li a:hover {
    color: #fff;
}

footer .col-md-20 {
    width: 20%;
    float: left;
}

footer .copyright {
    padding: 20px 15px;
    border-top: 1px solid #303640;
    font-size: 12px;
}

footer .copyright li a {
    padding: 5px 15px;
    transition: all 0.3s;
    border-radius: 3px;
}

.monark {
    float: right;
    position: relative;
}

.monark img {
    width: 80px;
    height: auto;
    display: inline-block;
}


.footer-contact, .footer-contact li {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.footer-contact li span {
    padding-left: 20px;
    display: block;
}

.footer-contact li:before {
    position: absolute;
    padding-top: 5px;
    color: #ed560a;
    font-weight: 700;
}

.footer-contact li a {
    color: #444;
}

.footer-contact li a:hover {
    color: #FFF;
}

/*.footer-contact .address:before {content: '\f041'; font-family: "Font Awesome 5 Free"; padding-right: 5px;}*/
/*.footer-contact .phone:before {content: '\f095'; font-family: "Font Awesome 5 Free"; padding-right: 5px;}*/
/*.footer-contact .email:before {content: '\f0e0'; font-family: "Font Awesome 5 Free"; padding-right: 5px;}*/
/*.footer-contact .fax:before {content: '\f1ac'; font-family: "Font Awesome 5 Free"; padding-right: 5px;}*/
/*.footer-contact .company:before {content: '\f1ad'; font-family: "Font Awesome 5 Free"; padding-right: 5px;}*/
.footer-contact .mb40 {
    margin-bottom: 40px;
}


/******************************************"******************************
 *
 * IMG HOVER            
 *
 ************************************************************************/
.img-hover {
    position: relative;
}

.img-hover .plus {
    position: absolute;
    top: 45%;
    left: calc(50% - 32px);
    opacity: 0;
    transition: all .3s;
}

.img-hover-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fab702;
    opacity: 0;
    transition: all .3s;
    border-radius: 3px;
}

.img-hover-mask-rounded {
    border-radius: 100%;
}

.img-hover:hover .img-hover-mask {
    opacity: 0.7;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.img-hover:hover .plus {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    opacity: 1;
}

/************************************************************************
 *
 * FANCYBOX LIGHTBOX           
 *
 ************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    padding: 0 !important;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(images/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    display: inline-block;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.gallery-icon {
    border: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 30px;
    padding: 5px;
    border-radius: 2px;
    transition: all .3s;
}

.gallery-icon:hover {
    border: 1px solid #25292F;
}

/************************************************************************
 *
 * FONTS           
 *
 ************************************************************************/
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?86985497');
    src: url('fonts/fontello.eot?86985497#iefix') format('embedded-opentype'),
    url('fonts/fontello.woff2?86985497') format('woff2'),
    url('fonts/fontello.woff?86985497') format('woff'),
    url('fonts/fontello.ttf?86985497') format('truetype'),
    url('fonts/fontello.svg?86985497#fontello') format('svg');
    font-weight: normsal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'fontello';
        src: url('../fonts/fontello.svg?86985497#fontello') format('svg');
    }
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-icon1:before {
    content: '\e800';
}

/* '' */
.icon-icon2:before {
    content: '\e801';
}

/* '' */
.icon-icon3:before {
    content: '\e802';
}

/* '' */
.icon-icon4:before {
    content: '\e803';
}

/* '' */
.icon-icon5:before {
    content: '\e804';
}

/* '' */

/************************************************************************
 *
 * RESPONSIVE           
 *
 ************************************************************************/

.mobile-hide {
    display: inherit;
}

.mobile-show {
    display: none;
}

@media only screen and (min-width: 1368px) {
    main {
        padding: 0;
    }
}


@media only screen and (max-width: 992px) {
    .mobile-hide-992 {
        display: none;
    }
}

/* Tablet Landscape (1024px) */
@media only screen and (max-width: 1024px) {
    body {
        padding-top: 0;
    }

    #panel {
        padding-top: 0;
    }

    header {
        position: relative;
    }

    header .logo {
        max-width: 250px;
        margin-top: 35px;
    }

    .main-navigation-wrapper {
        display: none;
    }

    .mobile-navigation-open {
        display: inline-block;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        padding-left: 0 !important;
    }

    .mega-menu-wrap .mega-lang-item {
        display: none !important;
    }

    .mobile-language {
        margin-bottom: 30px !important;
    }

}

/* Tablet Portrait (768px) */
@media only screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section {
        padding: 40px 0;
    }

    .section-banners {
        padding: 30px 0 0;
    }

    .mobile-hide-768 {
        display: none;
    }

    .cat-product-item .all-product .title {
        border-radius: 2px !important;
    }

    .section-about .about-text h1 {
        font-size: 24px;
    }

    .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        max-width: 25%;
    }

    .section-product .product-tabs a span {
        display: none;
    }

    .section-product .product-tabs .active a span {
        display: inline-block;
    }

    .section-product .product-video iframe {
        width: 100% !important;
    }

    .contact-form:not(.product) {
        margin-top: 60px;
    }
}

/* Small Tablet Portrait (600px) */
@media only screen and (max-width: 600px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: inherit;
    }

    .main-slider .slide-text {
        position: relative;
        bottom: 0;
        color: #FFF;
        height: 100%;
        padding: 0;
    }

    .main-slider .slide-text .slide-text-inner {
        padding: 150px 15px 50px 15px;
        max-width: 100%;
    }

    /*.main-slider .slide-text .slide-text-inner h1 {font-size: 20px;}*/
    /*.main-slider .slide-text .slide-text-inner h2 {font-size: 14px;}*/
    .main-slider:after {
        display: none;
    }

    .section {
        padding: 25px 0;
    }

    .section-banners {
        padding: 15px 0 0;
    }

    .section-about {
        padding: 15px 0 15px;
    }

    .section-about .about-text {
        margin-bottom: 15px;
    }

    .section-about-bg {
        width: 100%;
    }

    .section-banners .hp-catalog {
        margin-bottom: 15px;
    }

    .gallery {
        margin-bottom: 1.5em;
        margin-left: -7px;
        margin-right: -7px;
    }

    .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        max-width: 50%;
    }

    .gallery-item {
        padding-left: 7px;
        padding-right: 7px;
    }

    .gallery-icon {
        margin-bottom: 14px;
    }

    .section-page-title .inner h1 {
        font-size: 30px;
        line-height: 1.2em;
    }

    /*.section-categories, .section-products {display: none;}*/
    footer .top .flex-center {
        display: inline-block;
    }

    footer .top * {
        text-align: center;
    }

    footer .top .button-orange-gradient {
        margin-top: 20px;
    }
}

/* iPhone Landscape (586px) */
@media only screen and (max-width: 586px) {
}

/* Phone Landscape (480px) */
@media only screen and (max-width: 480px) {
    header .logo {
        max-width: 210px;
    }
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
}


.pulse {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

.pulse i {
    color: #d90000;
    padding: 5px;
    font-size: 50px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 00, 0.4);
    }

{
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0)
;
}
100
%
{
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
;
}
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*NEW STYLES*/

/*Colors*/
.bg-black {
    background-color: #25292F;
}

.bg-orange {
    background-color: #E94D1D;
}

.text-black {
    color: #25292F;
}

.text-white {
    color: #ffffff;
}

.text-orange {
    color: #E94D1D;
}

/*Grid*/
.grid {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(10px, 3.33vw, 20px);
    width: 100%;
}

@media only screen and (min-width: 480px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 6rem;
    }
}

@media only screen and (max-width: 992px) {
    .col-md-5 {
        width: 100%;
    }
}

/*Flex & Show*/
.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-between {
    justify-content: space-between;
}

.x-center {
    justify-content: center;
}

.y-center {
    align-items: center;
}

.x-end {
    justify-content: flex-end;
}

.y-end {
    align-items: end;
}

.h-100 {
    height: 100%;
}

.show-md {
    display: none;
}

@media only screen and (min-width: 992px) {
    .show-md {
        display: block;
    }

    .reverse-md > :nth-child(1) {
        order: 2;
    }

    .reverse-md > :nth-child(2) {
        order: 1;
    }
}

/*Text*/
.text-center {
    text-align: center;
}

/*Margin 05*/
.mb-05,
.my-05,
.m-05 {
    margin-bottom: clamp(4px, 3.33vw, 20px) !important;
}

.mt-05,
.my-05,
.m-05 {
    margin-top: clamp(4px, 3.33vw, 20px) !important;
}

.mr-05,
.mx-05,
.m-05 {
    margin-right: clamp(4px, 3.33vw, 20px) !important;
}

.ml-05,
.mx-05,
.m-05 {
    margin-left: clamp(4px, 3.33vw, 20px) !important;
}

/*Margin 1*/
.mb-1,
.my-1,
.m-1 {
    margin-bottom: clamp(8px, 3.33vw, 40px) !important;
}

.mt-1,
.my-1,
.m-1 {
    margin-top: clamp(8px, 3.33vw, 40px) !important;
}

.mr-1,
.mx-1,
.m-1 {
    margin-right: clamp(8px, 3.33vw, 40px) !important;
}

.ml-1,
.mx-1,
.m-1 {
    margin-left: clamp(8px, 3.33vw, 40px) !important;
}

/*Margin 2*/
.mb-2,
.my-2,
.m-2 {
    margin-bottom: clamp(16px, 3.33vw, 64px) !important;
}

.mt-2,
.my-2,
.m-2 {
    margin-top: clamp(16px, 3.33vw, 64px) !important;
}

.mr-2,
.mx-2,
.m-2 {
    margin-right: clamp(16px, 3.33vw, 64px) !important;
}

.ml-2,
.mx-2,
.m-2 {
    margin-left: clamp(16px, 3.33vw, 64px) !important;
}

/*Margin 0*/
.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-0 {
    margin-right: 0;
}

.ml-0 {
    margin-left: 0;
}

/*Relative*/
.relative {
    position: relative;
}

/*z-index*/
.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

/*Overflow*/
.overflow-hidden {
    overflow: hidden;
}

/*Padding*/
.px-1 {
    padding-left: clamp(8px, 3.33vw, 40px) !important;
    padding-right: clamp(8px, 3.33vw, 40px) !important;
}

@media only screen and (min-width: 992px) {
    .px-md-2 {
        padding-left: clamp(16px, 3.33vw, 64px) !important;
        padding-right: clamp(16px, 3.33vw, 64px) !important;
    }
}

/*Fit-image*/
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*Titles*/
h1, .h1 {
    font-size: clamp(30px, calc(3.5vw), 70px);
    font-weight: 700;
}

h2, .h2 {
    font-size: clamp(25px, calc(3.5vw), 45px);
    font-weight: 700;
}

h2.h3 {
    font-weight: 700;
}

h3, .h3 {
    font-size: clamp(20px, calc(3.5vw), 30px);
    font-weight: 600;
}

h4, .h4 {
    font-size: clamp(17px, calc(3.5vw), 22px);
    font-weight: 500;
}

.text-normal {
    text-transform: none;
}

/*Button arrow*/
.button-arrow {
    padding: 0;
    color: #E94D1D;
    display: inline-flex;
    align-items: center;
}

.button-arrow svg {
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
}

.button-arrow svg path {
    transition: all 0.2s ease-in-out;
}

.button-arrow:hover {
    color: #ffffff;
}

.button-arrow:hover svg {
    margin-left: 20px;
}

.button-arrow:hover svg path {
    stroke: #ffffff;
}

/*Button back*/
.button-back {
    padding: 0;
    color: #25292F;
    display: inline-flex;
    align-items: center;
    text-transform: none;
    font-weight: normal;
}

.button-back svg {
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
}

.button-back:hover svg {
    transform: translateX(-10px);
}

.button-back:hover {
    color: #E94D1D;
}

/*Button download*/
.button-download {
    display: inline-flex;
    transition: all 0.2s ease-in-out;
    margin-top: 5px;
}

.button-download:first-of-type {
    margin-top: 10px;
}

.button-download:hover {
    color: #25292F;
}

.button-download svg {
    margin-right: 5px;
}

.button-download svg path {
    transition: all 0.2s ease-in-out;
}

.button-download:hover svg path {
    stroke: #25292F;
}

/*Element graphique*/
.element-graph {
    position: absolute;
    z-index: 1;
    pointer-events: none;

}

/*Element home*/
.main-slider-container .element-graph {
    top: 200px;
    right: 0;
}

.section-paragraphes .element-graph {
    top: -45px;
    right: 5px;
    transform: scale(0.9);
    opacity: 0.1;
}

/*Element Nos produits*/
.element-graph-inner > .element-graph {
    top: 0;
    right: 0;
}

.section.block.nos-produits .element-graph {
    top: -200px;
    right: 0;
    transform: scale(0.6);
    opacity: 0.1;
}

/*Element detaillant*/
.section.block.detaillant .element-graph {
    top: -250px;
    right: -65px;
    transform: scale(0.7);
    opacity: 0.1;
}

/*Element about*/
.page-hero.about .element-graph {
    top: 160px;
    right: 0;
}

/*Element contact*/
.element-graph-inner.contact > .element-graph {
    bottom: -40%;
    left: 0;
    top: auto;
}

/*Element support*/
.content.support .element-graph {
    right: 0;
    top: 35%;
}

/*Section icon*/
.section-icon .icon {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.section-icon .icon:nth-child(odd) {
    margin-right: 10%;
}

.section-icon .icon img {
    margin-bottom: 10px;
}

/*Section paragraphes*/
.section-paragraphes .h3 {
    width: 60%;
}

.section-paragraphes .para-number {
    width: 100px;
    margin-right: 10px;
    display: flex;
}

.section-paragraphes span {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    paint-order: stroke fill;
    margin: 0;
}

.section-paragraphes .paragraphe {
    margin-top: 15px;
}

@media only screen and (min-width: 992px) {
    .section-paragraphes .col-md-6:nth-child(odd) {
        margin-top: 60px;
    }
}

/*Détaillan*/
.content.detaillant .image-wrapper, .content.contact .image-wrapper {
    height: clamp(200px, calc(3.5vw), 300px);
    width: 100%;
}

/*Section block*/
.section.block .container-fluid > div, .block-titre {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .section.block .container-fluid > div, .block-titre {
        width: 60%;
        margin: auto;
    }
}

/*Link produit*/
.link-product .image-wrapper {
    overflow: hidden;
    /*height: clamp(300px, calc(3.5vw), 450px);*/
}

.link-product h3 {
    transition: all 0.2s ease-in-out;
}

.link-product img {
    transition: all 0.2s ease-in-out;
}

.link-product:hover img {
    transform: scale(1.1);
}

.link-product:hover h3 {
    color: #ffffff;
}

/*Page hero about*/
.page-hero.about .image-wrapper {
    height: clamp(300px, calc(3.5vw), 400px);
    width: 100%;
}

.page-hero.about {
    position: relative;
}

.page-hero.about:after {
    height: 150px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #25292F;
    z-index: -1;
}

/*Sections about*/
.about-sections .image-wrapper {
    width: 100%;
    height: clamp(250px, calc(3.5vw), 350px);
}

@media only screen and (min-width: 992px) {
    .about-sections .image-wrapper {
        height: clamp(500px, calc(3.5vw), 700px);
    }
}

/*Filtres*/
.filters-products {
    background: #25292F;
    position: relative;
}

.filters-products:before {
    background: #E94D1D;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    content: '';
    position: absolute;
}

.filters-products select {
    background: #25292F;
    color: #E94D1D;
    text-align: right;
    border: none;
    outline: none;
    font-size: clamp(17px, calc(3.5vw), 22px);
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 10px;
    padding-left: 20px;
    z-index: 2;
    position: relative;
    display: flex;
    cursor: pointer;
}

.filters-products select option {
    padding: 10px;
    cursor: pointer;
}

/*H1 produit*/
@media only screen and (max-width: 992px) {
    .product-info h1 {
        margin-top: clamp(8px, 3.33vw, 40px) !important;
    }
}

/*Accordeons*/
.accordion-collapse {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
    display: none;
}

.accordion-button {
    width: 100%;
    padding: 20px 0;
    border: none;
    text-align: left;
    cursor: pointer;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.accordion-item {
    border-bottom: 2px solid #25292F;
}

.accordion-body {
    padding: 10px 0 20px;
}

.accordion-button svg {
    transition: all 0.3s ease-in-out;
}

.accordion-button svg path {
    transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
    color: #E94D1D;
}

.accordion-button:not(.collapsed) svg {
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed) svg path {
    stroke: #E94D1D;
}

/*Random produits*/
.random-posts-section .product-item {
    flex-basis: 100%;
}

@media only screen and (min-width: 480px) {
    .random-posts-section {
        margin-right: -20px;
    }

    .random-posts-section .product-item {
        flex-basis: calc(50% - 20px);
        margin-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .random-posts-section {
        margin-right: -60px;
    }

    .random-posts-section .product-item {
        flex-basis: calc(33.33% - 60px);
        margin-right: 60px;
    }
}

/*Form produit*/
.contact-form.product .gf_browser_chrome.gform_wrapper.gform-theme {
    width: 100%;
}

.description-form {
    width: 100%;
}

@media only screen and (min-width: 480px) {
    .contact-form.product .gf_browser_chrome.gform_wrapper.gform-theme {
        width: 75%;
    }

    .description-form {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .contact-form.product .gf_browser_chrome.gform_wrapper.gform-theme {
        width: 45%;
    }

    .description-form {
        width: 55%;
    }
}

/*Page support*/
.content.support iframe {
    width: 100%;
    height: 600px;
}

/*Page détaillant*/
.recherche-detaillant {
    display: flex;
    margin-bottom: 10px;
}

.recherche-detaillant h4 {
    font-weight: 600;
}

.recherche-detaillant input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #25292F;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    width: calc(100% - 20px);
    outline: none;
}

.recherche-detaillant button {
    float: right;
    padding: 10px 14px;
    background: #25292F;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Main navigation*/
.main-navigation ul li a {
    display: flex;
    justify-content: flex-end;
}

.main-navigation ul li a svg {
    margin-left: 5px;
    transition: all 0.2s ease-in-out;
}

.main-navigation > ul > li:hover > a svg {
    transform: translateY(-3px);
}

@media only screen and (max-width: 1024px) {
    .svg-menu {
        display: none;
    }
}

.media-sociaux {
    svg {
        width: 20px;
        height: 20px;
    }

    svg path {
        fill: #ffffff;
        transition: all 0.2s ease-in-out;
    }

    a:hover svg path {
        fill: #E94D1D;
    }
}