*, ::before, ::after {
   position:relative;
}
/*
   Fonts
*/
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-Thin.ttf') format('truetype');
   font-weight: 100;
   font-style: normal;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-Light.ttf.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
}
@font-face {   
   font-family: "Roboto";
   src: url('fonts/Roboto-Regular.ttf') format('truetype');
   font-weight: 400;
   font-style: normal;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-Medium.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-Bold.ttf') format('truetype');
   font-weight: 700;
   font-style: normal;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-Black.ttf') format('truetype');
   font-weight: 900;
   font-style: normal;
}

@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-ThinItalic.ttf') format('truetype');
   font-weight: 100;
   font-style: italic;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-LightItalic.ttf') format('truetype');
   font-weight: 300;
   font-style: italic;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-Italic.ttf') format('truetype');
   font-weight: 400;
   font-style: italic;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-MediumItalic.ttf') format('truetype');
   font-weight: 500;
   font-style: italic;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-BoldItalic.ttf') format('truetype');
   font-weight: 700;
   font-style: italic;
}
@font-face {
   font-family: "Roboto";
   src: url('fonts/Roboto-BlackItalic.ttf') format('truetype');
   font-weight: 900;
   font-style: italic;
}

@font-face {
	font-family: "Oregano";
	src: url('fonts/Oregano-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
	font-family: "Oregano";
	src: url('fonts/Oregano-Italic.ttf') format('truetype');
   font-weight: normal;
   font-style: italic;
}
/*
animations
*/
@-webkit-keyframes loader-animation {
   from {
      -webkit-transform: rotateZ(0deg);
         transform: rotateZ(0deg);
   }
   to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
   }
}
@keyframes loader-animation {
   from {
   -webkit-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
   }
   to {
   -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
   }
}
/*
   base
*/
html {
   height: 100%;
}
body {
   height: 100%;
   font-family: "Roboto", "sans-serif";
   overflow-y: scroll;
   -webkit-backface-visibility: hidden;
               backface-visibility: hidden;
   text-align: left;
   direction: ltr;
}
a {
   color: #007bff;
   text-decoration: none;
}
.lh1
{
   line-height: 1;
}
.infoxs {
	background-color: #fff;
}
.site__body label a, .site__body p a {
	text-decoration: dashed underline 1px;
	font-style: italic;
}
.product-form__control label.input-radio-label__item a {
	text-decoration: none;
}
.site__body a.btn {
   text-decoration: unset;
   font-style: normal;
}
a:hover {
   text-decoration: none;
}
label {
   margin-bottom: .25rem;
   font-size: 15px;
}
h1 {
   font-size: 2.0rem;
   font-weight: 500;
}
h2 {
   font-size: 1.75rem;
   font-weight: 500;
}
h3 {
   font-size: 1.5rem;
   font-weight: 500;
}
h4 {
   font-size: 1.4rem;
   font-weight: 500;
}
h5 {
   font-size: 1.25rem;
   font-weight: 500;
}
h6 {
   font-size: 1rem;
   font-weight: 500;
}
.titre {
	font-size: 1.0rem;
}
/*
   document
*/
.logo {
	font-family: "Oregano";
	font-size: 2rem;
	font-weight: bold;
}
.logo__image img {
	max-height: 90px;
	margin: 2px 6px 2px 0;
}
.shadow_xy {
   -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
   box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.border-custom {
	border-width: 2px !important;
}
.border {
   border: 1px solid #0000001a;
}
.zonemenu {
   max-height: 70vh;
   overflow: auto;
}
.imgcat.bloc-center {
	height: 150px;
	display: block;
}
.imgcat .img-fluid {
	max-height: 100%;
}
.titrecat {
	height: 58px;
	font-size: 1.20rem;
}
a:hover .titrecat {
	color: var(--col2);
}
.bloc-center {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.picto {
	display: block;
   font-size: 1rem;
   font-weight: 500;
   text-align: center;
   padding: 5px;
   height: fit-content;
   border: 1px solid #dee2e6
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .picto {
      height: 180px;
   };
}
.picto img {
	max-height: 133px;
}
.tcatlib {
      height: 36px;
      width: 100%;
}
.catlib {
   vertical-align: middle;
}
.document {
   max-width: 760px;
   margin: 0 auto;
}
.document__header {
	text-align: left;
	padding: 4px 0 5px;
}
.document__title {
   font-weight: 700;
   letter-spacing: .01em;
   margin: 0;
}
.document__subtitle {
   font-size: 15px;
   margin-top: 8px;
   margin-bottom: -4px;
}
.title-video {
	padding: 9px 0;
	text-align: center;
	font-weight: 500;
}
.document__content {
   padding: 50px;
}
.document__signature {
   margin-top: 2.5rem;
}
@media (max-width: 1199.98px) {
   .document__header {
      padding: 44px 0 48px;
   }
   .document__subtitle {
      margin-top: 4px;
   }
}
@media (max-width: 991.98px) {
   .document__content {
      padding: 40px;
   }
}
@media (max-width: 767.98px) {
   .document__header {
      padding: 36px 0 40px;
   }
   .document__title {
      font-size: 36px;
   }
   .document__content {
      padding: 28px;
   }
}
@media (max-width: 575.98px) {
   .document__title {
      font-size: 32px;
   }
   .document__subtitle {
      font-size: 14px;
   }
   .document__content {
      padding: 24px;
   }
   .document__content .typography {
      font-size: 15px;
   }
   .document__signature {
      margin-top: 24px;
   }
}
/* menu principal */
nav.fill {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: stretch;
}
nav.fill ul {
	list-style: none;
	text-align: center;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	width: 100%;
}
nav.fill ul li {
   display: flex;
   flex: 1; /* Répartition équitable de l'espace */
   min-width: 0; /* Permet la réduction si nécessaire */
   margin-top: 2px;
}
nav.fill ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 8px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	line-height: 1.1;
	color: #444;
	font-weight: 500;
	margin: 1px;
	position: relative;
	font-size: 0.89rem;
	white-space: normal;
	overflow-wrap: break-word;
	border-left: 1px solid var(--col3);
}
nav.fill ul li:last-child a {
   border-right: 1px solid var(--col3);
}
nav.fill ul li a.active {
	color: #eee;
   background-color: var(--col1);
}
nav.fill ul li a,
nav.fill ul li a:after,
nav.fill ul li a:before {
   transition: all .5s;
}
nav.fill ul li a:after {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 0%;
   content: '.';
   color: transparent;
   background: var(--col3);
   height: 1px;
}
nav.fill ul li a:hover {
   color: #555;
}
nav.fill ul li a {
   transition: all 0.2s;
}
nav.fill ul li a:after {
   text-align: left;
   content: '.';
   margin: 0;
   opacity: 0;
}
nav.fill ul li a:hover {
   color: #eee;
   z-index: 1;
}
nav.fill ul li a:hover:after {
   z-index: -10;
   animation: fill 0.25s forwards;
   -webkit-animation: fill 0.25s forwards;
   -moz-animation: fill 0.25s forwards;
   opacity: 1;
}
/* Keyframes */
@-webkit-keyframes fill {
   0% {
      width: 0%;
      height: 1px;
   }
   50% {
      width: 100%;
      height: 1px;
   }
   100% {
      width: 100%;
      height: 100%;
      background: var(--col2);
   }
}

/*
   grid
*/
.col-auto {
   margin: 0 auto;
}
.col-1of5 {
   padding: 0 15px;
   -webkit-box-flex: 0;
         -ms-flex: 0 0 20%;
               flex: 0 0 20%;
   max-width: 20%;
   position: relative;
   width: 100%;
}
.col-2of5 {
   padding: 0 15px;
   -webkit-box-flex: 0;
         -ms-flex: 0 0 40%;
               flex: 0 0 40%;
   max-width: 40%;
   position: relative;
   width: 100%;
}
.col-3of5 {
   padding: 0 15px;
   -webkit-box-flex: 0;
         -ms-flex: 0 0 60%;
               flex: 0 0 60%;
   max-width: 60%;
   position: relative;
   width: 100%;
}
.col-4of5 {
   padding: 0 15px;
   -webkit-box-flex: 0;
         -ms-flex: 0 0 80%;
               flex: 0 0 80%;
   max-width: 80%;
   position: relative;
   width: 100%;
}
.col-5of5 {
   padding: 0 15px;
   -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
               flex: 0 0 100%;
   max-width: 100%;
   position: relative;
   width: 100%;
}
/*
 header
*/
@media (min-width: 1200px) {
   .mobile-header,
   .mobile-menu {
      display: none;
   }
}
@media (max-width: 1199.98px) {
   .header {
      display: none;
   }
}
/*
 .site
*/
.site {
   min-height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   overflow: hidden;
}
.site__header {
   -ms-flex-negative: 0;
   flex-shrink: 0;
   position: sticky;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1010;
}
.site__body {
   background-color: white;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.site__footer {
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
/* ----------------------------------------
 Components
 ---------------------------------------- */
/*
 .alert
*/
.alert {
   border: none;
   border-radius: 4px;;
   font-size: 15px;
   line-height: 20px;
   padding: .75rem 1rem;
}
.alert a {
   box-decoration-break: clone;
   -webkit-box-decoration-break: clone;
   border-radius: 1.5px;
   padding: 0 3px;
}
.alert-lg {
   font-size: 16px;
   padding: 1.125rem 1.375rem;
}
.alert-dismissible {
   padding-right: 3rem;
}
.alert-dismissible .close {
   opacity: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   padding: 0 1rem;
   height: 100%;
   -webkit-transition: all .2s;
   transition: all .2s;
   fill: rgba(0, 0, 0, 0.3);
   background: transparent;
}
.alert-dismissible .close {
   right: 0;
   border-top-right-radius: 1.5px;
   border-bottom-right-radius: 1.5px;
}
.alert-dismissible .close:focus {
   outline: none;
}

/*
 .arrow
*/
.arrow__button {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   z-index: 0;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   border: none;
   pointer-events: none;
   -webkit-transition: color .15s;
   transition: color .15s;
}
.arrow__button i {
   fill: currentColor;
   display: block;
}
.arrow__button i {
   -webkit-transform: scaleX(1);
               transform: scaleX(1);
}
.arrow__button:focus {
   outline: none;
}
.arrow__button:before {
   position: absolute;
   display: block;
   content: '';
   height: 100%;
   -webkit-transform-origin: center center;
               transform-origin: center center;
   z-index: -1;
   border-radius: 4px;;
   pointer-events: auto;
   -webkit-transition: background .15s;
   transition: background .15s;
}
.arrow__button:active, .arrow__button:active:before {
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.arrow__button:after {
   position: absolute;
   display: block;
   content: '';
   top: -2px;
   width: calc(100% + 4px);
   height: calc(100% + 4px);
   -webkit-transition: background .2s;
   transition: background .2s;
   opacity: .01;
}
.arrow__button:after {
   left: -2px;
}
.arrow__button:hover:after {
   background: rgba(0, 0, 0, 0.01);
}
.arrow__button:active:after {
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.arrow--next i {
   margin-right: -1px;
}
.arrow--prev i {
   margin-left: -1px;
}
.arrow__button {
   height: 23px;
   padding: 0 14.37131px;
}
.arrow__button:before {
   width: calc(100% - 8.37131px);
}
.arrow__button:before {
   left: 4.18566px;
}
.arrow__button:before {
   -webkit-transform: skewX(-20deg);
               transform: skewX(-20deg);
}
/*
 .breadcrumb
*/
.breadcrumb {
   padding: 0;
   margin: 0;
   line-height: 20px;
   font-size: 14px;
}
.breadcrumb:after {
   content: '';
   clear: both;
}
.breadcrumb__list {
   display: block;
   list-style: none;
   padding: 0;
   margin: -4px 0 0;
   width: 100%;
}
.breadcrumb__item {
   margin-top: 4px;
}
.breadcrumb__item {
   margin-right: -7.12435px;
   float: left;
}
.breadcrumb__item-link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   position: relative;
   z-index: 0;
   padding: 5px 20px;
   pointer-events: none;
   line-height: 1.25rem;
}
.breadcrumb__item-link:before, .breadcrumb__item-link:after {
   pointer-events: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   z-index: -1;
   border-radius: 3px;
   -webkit-transition: background .1s;
   transition: background .1s;
}
.breadcrumb__item-link:before {
   content: '';
}
.breadcrumb__item-link:before {
   left: 6.06217px;
   right: 6.06217px;
   -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
}
.breadcrumb__item--first .breadcrumb__item-link {
   padding-left: 21px;
}
.breadcrumb__item--first .breadcrumb__item-link:after {
   content: '';
}
.breadcrumb__item--first .breadcrumb__item-link:after {
   right: 12.12435px;
}
.breadcrumb__item--parent .breadcrumb__item-link:active:before, .breadcrumb__item--parent .breadcrumb__item-link:active:after {
   -webkit-transition-duration: 0s;
      transition-duration: 0s;
}
.breadcrumb__item--last {
   margin-right: 0;
}
.breadcrumb__title-safe-area {
   display: block;
   height: 15px;
   width: calc(50% + var(--block-header-title-width, 0px) / 2 + 64px);
}
.breadcrumb__title-safe-area {
   float: left;
}
@media (max-width: 1199.98px) {
   .breadcrumb__title-safe-area {
      display: none;
   }
}
.breadcrumb__spaceship-safe-area {
   display: block;
   height: 21px;
   width: calc(50% + 480px / 2 + 20px);
   margin-top: 4px;
}
.breadcrumb__spaceship-safe-area {
   float: right;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .breadcrumb__spaceship-safe-area {
      width: calc(50% + 440px / 2 + 20px);
   }
}
@media (max-width: 1199.98px) {
   .breadcrumb__spaceship-safe-area {
      display: none;
   }
}
/*
 .btn
*/
.btn {
   border-radius: 4px;;
   fill: currentColor;
   font-weight: 500;
}
.btn-info {
   color: #fff;
}
.btn-icon {
   padding: 0;
}
.btn-icon i {
   display: block;
   margin: auto;
}
.btn:not(.btn-icon).btn_variantes {
	padding: 5px 8px;
   font-size: 0.9rem;
   font-weight: 400;
}
.btn-loading {
   position: relative;
}
.btn-loading:after {
   /* nl size (default) */
   border-style: solid;
   -webkit-animation-name: loader-animation;
               animation-name: loader-animation;
   -webkit-animation-duration: .5s;
               animation-duration: .5s;
   -webkit-animation-timing-function: linear;
               animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
               animation-iteration-count: infinite;
   position: absolute;
   display: block;
   content: '';
   border-width: 2px;
   left: calc(50% - 12px);
   top: calc(50% - 12px);
   width: 24px;
   height: 24px;
   border-radius: 12px;
}
.btn-loading.btn-xl:after {
   /* xl size */
   left: calc(50% - 21px);
   top: calc(50% - 21px);
   width: 42px;
   height: 42px;
   border-radius: 21px;
}
.btn-loading.btn-lg:after {
   /* lg size */
   left: calc(50% - 16px);
   top: calc(50% - 16px);
   width: 32px;
   height: 32px;
   border-radius: 16px;
}
.btn-loading.btn-sm:after {
   /* sm size */
   left: calc(50% - 10px);
   top: calc(50% - 10px);
   width: 20px;
   height: 20px;
   border-radius: 10px;
}
.btn-loading.btn-xs:after {
   /* xs size */
   left: calc(50% - 8px);
   top: calc(50% - 8px);
   width: 16px;
   height: 16px;
   border-radius: 8px;
}
.btn:not(.btn-icon) {
   font-size: 16px;
   line-height: 19px;
   padding: calc(17px / 2) 16px;
}
.btn.btn-icon {
   height: 36px;
   width: 36px;
}
.btn-sm:not(.btn-icon) {
   font-size: 14px;
   line-height: 18px;
   padding: calc(13px / 2) 12px;
   border-radius: 4px;
}
.btn-sm.btn-icon {
   height: 22px;
   width: 30px;
}
.btn-xs:not(.btn-icon) {
   font-size: 13px;
   line-height: 15px;
   padding: calc(9px / 2) 9px;
}
.btn-xs.btn-icon {
   height: 24px;
   width: 24px;
}
.btn-lg:not(.btn-icon) {
   font-size: 18px;
   line-height: 22px;
   padding: calc(20px / 2) 16px;
}
.btn-lg.btn-icon {
   height: 42px;
   width: 42px;
}
.btn-xl:not(.btn-icon) {
   font-size: 20px;
   line-height: 26px;
   padding: 10px 15px;
}
.btn-xl.btn-icon {
   height: 60px;
   width: 60px;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.btn-primary.btn-loading:not(:disabled):not(.disabled), .btn-primary.btn-loading:not(:disabled):not(.disabled):active, .btn-primary.btn-loading:not(:disabled):not(.disabled).active {
   cursor: default;
}
.btn-primary.btn-loading, .btn-primary.btn-loading:hover, .btn-primary.btn-loading.focus, .btn-primary.btn-loading:focus, .btn-primary.btn-loading:not(:disabled):not(.disabled).active, .btn-primary.btn-loading:not(:disabled):not(.disabled):active, .btn-primary.btn-loading.disabled, .btn-primary.btn-loading:disabled {
   color: transparent;
   fill: transparent;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.btn-secondary.btn-loading:not(:disabled):not(.disabled), .btn-secondary.btn-loading:not(:disabled):not(.disabled):active, .btn-secondary.btn-loading:not(:disabled):not(.disabled).active {
   cursor: default;
}
.btn-secondary.btn-loading, .btn-secondary.btn-loading:hover, .btn-secondary.btn-loading.focus, .btn-secondary.btn-loading:focus, .btn-secondary.btn-loading:not(:disabled):not(.disabled).active, .btn-secondary.btn-loading:not(:disabled):not(.disabled):active, .btn-secondary.btn-loading.disabled, .btn-secondary.btn-loading:disabled {
   color: transparent;
   fill: transparent;
}
.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.btn-light.btn-loading:not(:disabled):not(.disabled), .btn-light.btn-loading:not(:disabled):not(.disabled):active, .btn-light.btn-loading:not(:disabled):not(.disabled).active {
   border-color: transparent;
   background: transparent;
   cursor: default;
}
.btn-light.btn-loading, .btn-light.btn-loading:hover, .btn-light.btn-loading.focus, .btn-light.btn-loading:focus, .btn-light.btn-loading:not(:disabled):not(.disabled).active, .btn-light.btn-loading:not(:disabled):not(.disabled):active, .btn-light.btn-loading.disabled, .btn-light.btn-loading:disabled {
   color: transparent;
   fill: transparent;
}
.btn-muted.focus, .btn-muted:focus, .btn-muted:not(:disabled):not(.disabled).active:focus, .btn-muted:not(:disabled):not(.disabled):active:focus {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.btn-muted.btn-loading:not(:disabled):not(.disabled), .btn-muted.btn-loading:not(:disabled):not(.disabled):active, .btn-muted.btn-loading:not(:disabled):not(.disabled).active {
   border-color: #fff;
   background: #fff;
   cursor: default;
}
.btn-muted.btn-loading, .btn-muted.btn-loading:hover, .btn-muted.btn-loading.focus, .btn-muted.btn-loading:focus, .btn-muted.btn-loading:not(:disabled):not(.disabled).active, .btn-muted.btn-loading:not(:disabled):not(.disabled):active, .btn-muted.btn-loading.disabled, .btn-muted.btn-loading:disabled {
   color: transparent;
   fill: transparent;
}

/*
 .button-toggle
*/
.button-toggle__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.button-toggle__item {
   margin: 0;
}
.button-toggle__button {
   margin: 0;
   font-weight: 500;
   font-size: 13px;
   line-height: 14px;
   padding: 5px 9px;
   cursor: pointer;
   -webkit-user-select: none;
       -moz-user-select: none;
         -ms-user-select: none;
               user-select: none;
   -webkit-transition: background .12s,
 color .12s;
   transition: background .12s,
 color .12s;
}
.button-toggle__item:first-child .button-toggle__button {
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
}
.button-toggle__item:last-child .button-toggle__button {
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
}
.button-toggle__input {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
}
.table th, .table td {
	vertical-align: middle;
}
/*
 .card
*/
.card {
   border-radius: 0;
}
.card-body--padding--2 {
   padding: 2rem;
}
@media (max-width: 575.98px) {
   .card-body--padding--2 {
      padding: 1.5rem;
   }
}
.card-divider {
   height: 1px;
}
.card-header {
	background: #f2f2f2;
	padding: 1.0rem;
	border-color: #ccc;
	font-size: 1.3rem;
}
.card-header > h5 {
   margin-bottom: 0;
}
.card-footer {
   border-radius: 0;
   background: transparent;
   padding: 1.25rem 2rem;
   border: none;
}
.card-title {
	font-size: 1.75rem;
	font-weight: 500;
	padding: 10px 20px;
	color: white;
	background-color: var(--col1);
	font-family: "Oregano";
}
.card-title .fas, .card-title .far {
	font-size: 1.4rem;
}
.card-title--lg {
   font-size: 28px;
}
/*
 .card-table
*/
.card-table {
   font-size: 15px;
}
.card-table a:hover {
   text-decoration: underline;
}
.card-table table {
   width: 100%;
   min-width: 500px;
}
.card-table table {
   text-align: left;
}
.card-table thead th {
   text-transform: uppercase;
   font-size: 13px;
   padding: 10px 12px;
}
.card-table tbody td {
   padding: 12px 12px;
}
.card-table th:first-child, .card-table td:first-child {
   padding-left: 2rem;
}
.card-table th:last-child, .card-table td:last-child {
   padding-right: 2rem;
}
/* card-product homepage */
.card.card-product {
	border-radius: 5px;
	box-shadow: unset;
   transition: .5s;
   -moz-transition: .5s;
   -webkit-transition: .5s;
   -o-transition: .5s;
}
.card.card-product:hover {
	box-shadow: 0 5px 12px rgba(0,0,0,.12);
	border: 1px solid var(--col1);
	transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	-o-transition: .25s;
}
/*
 .container
*/
.site__body {
   margin-top: 0;
}
@media (min-width: 576px) {
   .container-sm {
      max-width: 540px;
   }
}
@media (min-width: 768px) {
   .container-md {
      max-width: 720px;
   }
}
@media (min-width: 992px) {
   .container-lg {
      max-width: 960px;
   }
}
@media (min-width: 1200px) {
   .container-xl {
      max-width: 1140px;
   }
}
@media (min-width: 1400px) {
   .container-xxl {
      max-width: 1380px;
   }

   .container {
      width: 100%;
      max-width: 1620px;
   }
}
.container .container {
   padding: 0;
}
section#accueil {
	min-height: calc(50vh);
	background: var(--col1);
	box-shadow: unset;
	margin: 1px 0 auto;
	max-width: 100%;
	padding: 10px 0 1px;
}
section.container.corpstext {
	background: #fff;
	padding: 15px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}
/*
 .decor
*/
.decor--type--center .decor__body {
   overflow: hidden;
   position: relative;
}
.decor--type--center .decor__start,
.decor--type--center .decor__end {
   position: absolute;
}
.decor--type--center .decor__start {
   -webkit-transform-origin: right top;
               transform-origin: right top;
}
.decor--type--center .decor__end {
   -webkit-transform-origin: left top;
               transform-origin: left top;
}
.decor--type--center .decor__center {
   position: absolute;
   left: 50%;
   -webkit-transform: translateX(-50%);
               transform: translateX(-50%);
}
.decor--type--center .decor__body {
   height: 31px;
   margin: 0 -10px -10px;
}
.decor--type--center .decor__start,
.decor--type--center .decor__end {
   height: 21px;
   width: calc(50% - 22.12435px);
}
.decor--type--center .decor__start {
   left: 10px;
   -webkit-transform: skewX(30deg);
               transform: skewX(30deg);
}
.decor--type--center .decor__end {
   right: 10px;
   -webkit-transform: skewX(-30deg);
               transform: skewX(-30deg);
}
.decor--type--center .decor__center {
   height: 21px;
   width: 26.2487px;
}
.decor--type--bottom {
   width: 100%;
   position: relative;
   pointer-events: none;
   overflow: hidden;
   height: 31px;
}
.decor--type--bottom .decor__start,
.decor--type--bottom .decor__end {
   position: absolute;
   width: calc((100% - 1350px - 160px) / 2);
   bottom: 0;
}
.decor--type--bottom .decor__start {
   left: 0;
   -webkit-transform-origin: right bottom;
               transform-origin: right bottom;
}
.decor--type--bottom .decor__end {
   right: 0;
   -webkit-transform-origin: left bottom;
               transform-origin: left bottom;
}
.decor--type--bottom .decor__start,
.decor--type--bottom .decor__end {
   height: 21px;
}
.decor--type--bottom .decor__start {
   border-top-right-radius: 2px;
}
.decor--type--bottom .decor__end {
   border-top-left-radius: 2px;
}
.decor--type--bottom .decor__start {
   -webkit-transform: skewX(30deg);
               transform: skewX(30deg);
}
.decor--type--bottom .decor__end {
   -webkit-transform: skewX(-30deg);
               transform: skewX(-30deg);
}
/*
 .filters-button
*/
.filters-button {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   border: none;
   border-radius: 4px;;
   font-size: 15px;
   line-height: 1;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   font-family: inherit;
   -webkit-transition: background-color .12s;
   transition: background-color .12s;
   padding-top: 7px;
   padding-bottom: 7px;
}
.filters-button {
   padding-left: 9px;
   padding-right: 7px;
}
.filters-button:focus {
   outline: none;
}
.filters-button__icon {
   margin-right: 7px;
}
.filters-button__icon i {
   display: block;
}
.filters-button__title {
   padding-top: 1px;
}
.filters-button__counter {
   padding: 3px 4px 2px;
   font-size: 11px;
   border-radius: 1.5px;
}
.filters-button__counter {
   margin-left: 6px;
}
/*
 .form
*/
.form-check {
   padding-left: 1.5rem;
}
.form-check-input {
   position: absolute;
   margin-top: .1875rem;
}
.form-check-input {
   margin-left: -1.5rem;
}
.btn.btn-info.btn-up2pay {
	background-color: #009899;
}
.btn.btn-info.btn-up2pay:hover {
	background-color: var(--col2);
}
/*
 .form-control
*/
.form-control {
   border-radius: 4px;
   border-width: 1px;
   border-style: solid;
   background-clip: border-box;
   -webkit-appearance: none;
       -moz-appearance: none;
               appearance: none;
   -webkit-transition: border-color .15s ease-in-out,
 background .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
   transition: border-color .15s ease-in-out,
 background .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
   transition: border-color .15s ease-in-out,
 box-shadow .15s ease-in-out,
 background .15s ease-in-out;
   transition: border-color .15s ease-in-out,
 box-shadow .15s ease-in-out,
 background .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
   height: 36px;
   padding: calc(15px / 2) 10px;
   font-size: 16px;
   line-height: 19px;
}
.form-control-lg {
   height: 42px;
   padding: calc(19px / 2) 12px;
   font-size: 18px;
   line-height: 21px;
}
.form-control-sm {
   height: 30px;
   padding: calc(11px / 2) 8px;
   font-size: 14px;
   line-height: 17px;
}
select.form-control {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select.form-control:not(:disabled) {
   cursor: pointer;
}
select.form-control,
.was-validated select.form-control:invalid,
.was-validated select.form-control:valid, select.form-control.is-invalid, select.form-control.is-valid {
   -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
		appearance: none;
}
select.form-control::-ms-expand {
   display: none;
}
select.form-control {
   padding-right: 27px;
   background-position: right 10px center;
}
select.form-control-lg {
   padding-right: 31px;
   background-position: right 12px center;
}
select.form-control-sm {
   padding-right: 23px;
   background-position: right 8px center;
}
/*
 .input-check
*/
.input-check {
   display: inline-block;
}
.input-check__body {
   display: block;
   position: relative;
   width: 16px;
   height: 16px;
}
.input-check__input {
   opacity: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   cursor: inherit;
}
.input-check__box {
   display: block;
   width: 16px;
   height: 16px;
   border-radius: 4px;;
   -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
   transition: background 0.15s, -webkit-box-shadow 0.15s;
   transition: background 0.15s, box-shadow 0.15s;
   transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.input-check__icon {
   pointer-events: none;
   position: absolute;
   left: 4px;
   top: 5px;
   fill: #fff;
   -webkit-transform: scale(0);
               transform: scale(0);
   -webkit-transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
   transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
   transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s;
   transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
}
.input-check__icon i {
   display: block;
}
.input-check__input:checked ~ .input-check__icon {
-webkit-transition-delay: 0s, 0s, 0s;
               transition-delay: 0s, 0s, 0s;
   -webkit-transform: scale(1);
               transform: scale(1);
}
/*
 .input-check-color
*/
.input-check-color {
   display: inline-block;
}
.input-check-color__body {
   display: block;
   position: relative;
   width: 22px;
   height: 22px;
   border-radius: 4px;;
   overflow: hidden;
   cursor: inherit;
   margin: 0;
}
.input-check-color__input {
   position: absolute;
   visibility: hidden;
}
.input-check-color__box {
   display: block;
   width: 22px;
   height: 22px;
   border-radius: 4px;;
   background: currentColor;
   cursor: inherit;
}
.input-check-color__icon {
   position: absolute;
   left: 5px;
   top: 6px;
   fill: #fff;
   -webkit-transform: scale(0);
               transform: scale(0);
   -webkit-transition: -webkit-transform 0.15s;
   transition: -webkit-transform 0.15s;
   transition: transform 0.15s;
   transition: transform 0.15s, -webkit-transform 0.15s;
}
.input-check-color__icon i {
   display: block;
}
.input-check-color__input:checked ~ .input-check-color__icon {
   -webkit-transform: scale(1);
               transform: scale(1);
}
.input-check-color__input:disabled {
   cursor: default;
}
.input-check-color__input:disabled ~ .input-check-color__box {
   position: relative;
   left: 0px;
   top: 0px;
   width: 22px;
   height: 22px;
   opacity: .5;
   cursor: default;
}
.input-check-color__input:disabled ~ .input-check-color__stick {
   pointer-events: none;
   display: block;
   position: absolute;
   width: 2px;
   border-radius: 1px;
   height: 34px;
   left: calc(50% - 1px);
   top: -6px;
   -webkit-transform: rotateZ(45deg);
               transform: rotateZ(45deg);
   -webkit-transform-origin: center center;
               transform-origin: center center;
}

/*
 .input-number
*/
.input-number {
   display: block;
   width: 100%;
   position: relative;
}
.input-number__input {
   -moz-appearance: textfield;
   appearance: textfield;
   display: block;
   width: 100%;
   min-width: 70px;
   padding-left: 15px;
   padding-right: 15px;
   text-align: center;
}
.input-number__input::-webkit-inner-spin-button, .input-number__input::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
.input-number__sub,
.input-number__add {
   position: absolute;
   height: 100%;
   width: 24px;
   top: 0;
   cursor: pointer;
   -webkit-user-select: none;
       -moz-user-select: none;
         -ms-user-select: none;
               user-select: none;
   opacity: .3;
   -webkit-transition: opacity .18s;
   transition: opacity .18s;
}
.input-number__sub:before, .input-number__sub:after,
.input-number__add:before,
.input-number__add:after {
   display: block;
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translateX(-50%) translateY(-50%);
               transform: translateX(-50%) translateY(-50%);
   background: currentColor;
}
.input-number__sub:before,
.input-number__add:before {
   width: 8px;
   height: 2px;
}
.input-number__sub:hover,
.input-number__add:hover {
   opacity: 1;
}
.input-number__sub {
   left: 1px;
}
.input-number__add {
   right: 1px;
}
.input-number__add:after {
   width: 2px;
   height: 8px;
}
/*
 .input-radio
*/
.input-radio {
   display: inline-block;
}
.input-radio__body {
   display: block;
   position: relative;
   width: 16px;
   height: 16px;
}
.input-radio__input {
   opacity: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   cursor: inherit;
}
.input-radio__circle {
   display: block;
   width: 16px;
   height: 16px;
   border-radius: 8px;
   background: #fff;
   -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset;
               box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset;
   -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
   transition: background 0.2s, -webkit-box-shadow 0.2s;
   transition: background 0.2s, box-shadow 0.2s;
   transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.input-radio__circle:after {
   display: block;
   content: '';
   position: absolute;
   left: 5px;
   top: 5px;
   width: 6px;
   height: 6px;
   border-radius: 3px;
   background: #fff;
   -webkit-transform: scale(0);
               transform: scale(0);
   -webkit-transition: background 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
   transition: background 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
   transition: background 0.2s, transform 0.2s, visibility 0s 0.2s;
   transition: background 0.2s, transform 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
   visibility: hidden;
}
.input-radio__input:checked ~ .input-radio__circle:after {
   background: #fff;
   visibility: visible;
   -webkit-transition-delay: 0s, 0s, 0s;
               transition-delay: 0s, 0s, 0s;
   -webkit-transform: scale(1);
               transform: scale(1);
}

/*
 .input-radio-color
*/
.input-radio-color {
   display: block;
}
.input-radio-color__list {
   padding: 1px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: -2px;
}
.input-radio-color__item {
   width: 28px;
   height: 28px;
   display: block;
   margin: 2px;
   cursor: pointer;
}
.input-radio-color__item input {
   pointer-events: none;
   opacity: 0;
   position: absolute;
}
.input-radio-color__item span {
   position: relative;
   width: 28px;
   height: 28px;
   display: block;
   border-radius: 14px;
   background: currentColor;
   -webkit-transform: scale(0.78571);
               transform: scale(0.78571);
   -webkit-transition: -webkit-transform .2s;
   transition: -webkit-transform .2s;
   transition: transform .2s;
   transition: transform .2s, -webkit-transform .2s;
}
.input-radio-color__item span:before, .input-radio-color__item span:after {
   display: block;
   position: absolute;
   content: '';
   border-radius: 1000px;
}
.input-radio-color__item span:before {
   left: 3px;
   top: 3px;
   width: 22px;
   height: 22px;
   background: #fff;
   -webkit-transform: scale(0);
               transform: scale(0);
   -webkit-transition: -webkit-transform .2s;
   transition: -webkit-transform .2s;
   transition: transform .2s;
   transition: transform .2s, -webkit-transform .2s;
}
.input-radio-color__item span:after {
   left: 7px;
   top: 7px;
   width: 14px;
   height: 14px;
   background: currentColor;
   -webkit-transform: scale(0);
               transform: scale(0);
   -webkit-transition: -webkit-transform .2s;
   transition: -webkit-transform .2s;
   transition: transform .2s;
   transition: transform .2s, -webkit-transform .2s;
}
.input-radio-color__item:hover input:enabled ~ span {
   -webkit-transform: scale(0.85714);
               transform: scale(0.85714);
}
.input-radio-color__item input:enabled:checked ~ span,
.input-radio-color__item input:enabled:checked ~ span:before,
.input-radio-color__item input:enabled:checked ~ span:after {
   -webkit-transform: scale(1);
               transform: scale(1);
}
.input-radio-color__item--disabled {
   cursor: default;
}
.input-radio-color__item--disabled span {
   -webkit-transform: scale(0.75);
               transform: scale(0.75);
}
.input-radio-color__item--disabled span:before {
   -webkit-transform: scale(1.33) rotateZ(45deg);
               transform: scale(1.33) rotateZ(45deg);
   left: 13px;
   top: -1px;
   width: 2px;
   height: calc(100% + 2px);
   background: rgba(0, 0, 0, 0.3);
}
.input-radio-color__item--white span {
   background: #fff;
   -webkit-box-shadow: inset 0 0 0 2px #ccc;
               box-shadow: inset 0 0 0 2px #ccc;
}
.input-radio-color__item--white span:after {
   -webkit-box-shadow: inset 0 0 0 2px #ccc;
               box-shadow: inset 0 0 0 2px #ccc;
}
/*
 .input-radio-label
*/
.input-radio-label__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   margin: -3px;
}
.input-radio-label__item {
   margin: 3px;
}
.input-radio-label__input {
   position: absolute;
   pointer-events: none;
   opacity: 0;
}
.input-radio-label__title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   background: #fff;
   height: 28px;
   border-radius: 4px;;
   -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
               box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
   font-size: 13px;
   font-weight: 500;
   padding: 0 12px 2px;
   cursor: pointer;
   -webkit-user-select: none;
      -moz-user-select: none;
         -ms-user-select: none;
               user-select: none;
   -webkit-transition: -webkit-box-shadow .15s;
   transition: -webkit-box-shadow .15s;
   transition: box-shadow .15s;
   transition: box-shadow .15s, -webkit-box-shadow .15s;
}

.input-radio-label__input:disabled ~ .input-radio-label__title {
   font-weight: 400;
   cursor: default;
}
/*
 .layout-switcher
*/
.layout-switcher__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.layout-switcher__button {
   padding: 7px;
   margin: 0;
   border: none;
   display: block;
   border-radius: 4px;;
}
.layout-switcher__button:focus {
   outline: none;
}
.layout-switcher__button i {
   display: block;
   fill: currentColor;
}
/*
 .modal
*/
.modal {
   -webkit-overflow-scrolling: touch;
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.modal-backdrop.show {
   opacity: 1;
}
.modal-content {
   border: none;
   border-radius: 4px;;
   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.modal-dialog .form-group {
	margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
   .modal-md {
      --bs-modal-width: 590px;
   }
}
.pswp__button--arrow--right::before {
	right: 16px;
}
.pswp__button--arrow--left::before {
   left:16px;
}
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
	content: '';
	top: 45%;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
   background: #333;
   top: 50%;
	margin-top: 40px;
	width: 70px;
	height: 100vh;
	position: absolute;
}

/*
 .nouislider
*/
/* Functional styling;
 * These styles are requivar(--colred) for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
   -webkit-touch-callout: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-user-select: none;
   -ms-touch-action: none;
   touch-action: none;
   -ms-user-select: none;
   -moz-user-select: none;
   user-select: none;
   -webkit-box-sizing: border-box;
               box-sizing: border-box;
}
.noUi-target {
   position: relative;
   direction: ltr;
}
.noUi-base,
.noUi-connects {
   width: 100%;
   height: 100%;
   position: relative;
   z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
   overflow: hidden;
   z-index: 0;
}
.noUi-connect,
.noUi-origin {
   will-change: transform;
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
}
/* Offset direction
 */
.noUi-horizontal .noUi-origin {
   left: auto;
   right: 0;
}
.noUi-vertical .noUi-origin {
   width: 0;
}
.noUi-horizontal .noUi-origin {
   height: 0;
}
.noUi-handle {
   position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
   -webkit-transition: transform 0.3s;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
   cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
   height: 18px;
}
.noUi-horizontal .noUi-handle {
   width: 34px;
   height: 28px;
   left: -17px;
   top: -6px;
}
.noUi-vertical {
   width: 18px;
}
.noUi-vertical .noUi-handle {
   width: 28px;
   height: 34px;
   left: -6px;
   top: -17px;
}
.noUi-target {
   height: 16px;
}
.noUi-base {
   padding-top: 5px;
}
.noUi-connects {
   background: #e0e0e0;
   border-radius: 3px;
   height: 6px;
}
.noUi-connect {
   border-radius: 4px;;
   background: #333;
}
.noUi-horizontal .noUi-handle {
   cursor: ew-resize;
   width: 16px;
   height: 16px;
   border-radius: 8px;
   background: #fff;
   -webkit-box-shadow: 0 0 0 0 rgba(0, 104, 71, 0);
               box-shadow: 0 0 0 0 rgba(0, 104, 71, 0);
   -webkit-transition: -webkit-box-shadow .2s;
   transition: -webkit-box-shadow .2s;
   transition: box-shadow .2s;
   transition: box-shadow .2s, -webkit-box-shadow .2s;
   left: -8px;
}
.noUi-horizontal .noUi-handle:after {
   display: block;
   content: '';
   position: absolute;
   width: 6px;
   height: 6px;
   margin: 5px;
   border-radius: 3px;
   background: #fff;
   -webkit-transition: -webkit-transform .2s;
   transition: -webkit-transform .2s;
   transition: transform .2s;
   transition: transform .2s, -webkit-transform .2s;
}
.noUi-horizontal .noUi-handle:focus {
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(0, 104, 71, 0.3);
               box-shadow: 0 0 0 3px rgba(0, 104, 71, 0.3);
}
.noUi-horizontal .noUi-handle:focus:after {
   -webkit-transform: scale(0);
               transform: scale(0);
}
.noUi-horizontal .noUi-handle {
   top: 0px;
}
.noUi-horizontal .noUi-handle {
   right: -8px;
}
/*
 .pagination
*/
.pagination {
   margin-bottom: 0;
   padding: 0;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.pagination .page-item {
   margin-right: 6px;
}
.pagination .page-item:last-child {
   margin-right: 0;
}
.page-link {
   font-size: 15px;
   line-height: 18px;
   border-radius: 4px;;
   padding: 6px 10px;
   -webkit-transition: background .15s;
   transition: background .15s;
}
.page-link:hover {
   background-color: #e5e5e5;
   color: #262626;
}
.page-link:active {
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
   border-radius: 4px;;
}

.pagination__dots {
   position: relative;
   width: 2px;
   height: 2px;
   border-radius: 1px;
   background: rgba(0, 0, 0, 0.25);
   margin: 0 4px;
}
.pagination__dots:before, .pagination__dots:after {
   display: block;
   content: '';
   position: absolute;
   width: inherit;
   height: inherit;
   border-radius: inherit;
   background: inherit;
}
.pagination__dots:before {
   top: -5px;
}
.pagination__dots:after {
   bottom: -5px;
}
.page-item--dots {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.page-link--with-arrow {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.page-link__arrow {
   display: block;
   margin: 3px 0 4px;
   fill: currentColor;
   opacity: .8;
}
.page-link__arrow {
   -webkit-transform: scaleX(1);
               transform: scaleX(1);
}
.page-link__arrow i {
   display: block;
}
.page-link__arrow--left {
   margin-left: -1px;
   margin-right: 1px;
}
.page-link__arrow--right {
   margin-left: 1px;
   margin-right: -1px;
}
@media (max-width: 575.98px) {
   .page-link {
      padding: 5px 9px;
   }
}

/*
 .section-header
*/
.section-header__body {
   margin-bottom: 5px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.section-header__title {
   font-size: 20px;
   font-weight: 700;
   margin: 0;
   position: relative;
   top: 2px;
}
.section-header__spring {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.section-header__divider {
   width: 100%;
   height: 2px;
   margin-top: 8px;
}
.section-header__arrows {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.section-header__arrow--next {
   margin-left: -5.37131px;
}
.section-header__links {
   list-style: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 14px;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.section-header__links-item {
   padding-right: 18px;
}
.section-header__links-item:last-child {
   padding-right: 0;
}
.section-header__links-link {
   position: relative;
   -webkit-transition: color .1s;
   transition: color .1s;
}
.section-header__links-link:hover {
   color: inherit;
}
.section-header__links + .section-header__arrows {
   margin-left: 18px;
}
.section-header__groups {
   list-style: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   overflow-x: auto;
   white-space: nowrap;
   -webkit-overflow-scrolling: touch;
}
.section-header__groups-item + .section-header__groups-item {
   margin-left: -5.37131px;
}
.section-header__groups-button {
   font-size: 14px;
   height: 23px;
   border: none;
   padding: 0 18.37131px;
   line-height: 23px;
   display: block;
   position: relative;
   z-index: 0;
   pointer-events: none;
   -webkit-transition: color .1s;
   transition: color .1s;
}
.section-header__groups-button:focus {
   outline: none;
}
.section-header__groups-button:after {
   position: absolute;
   display: block;
   content: '';
   width: calc(100% - 8.37131px);
   height: 100%;
   top: 0;
   background: transparent;
   z-index: -1;
   pointer-events: auto;
   -webkit-transition: background .1s;
   transition: background .1s;
}
.section-header__groups-button:after {
   left: 0;
   -webkit-transform: skewX(-20deg);
               transform: skewX(-20deg);
   -webkit-transform-origin: left bottom;
               transform-origin: left bottom;
   border-top-left-radius: 2px;
   border-top-right-radius: 2.5px;
   border-bottom-left-radius: 2.5px;
   border-bottom-right-radius: 2px;
}
.section-header__groups + .section-header__arrows {
   margin-left: -5.37131px;
}
@media (max-width: 767.98px) {
   .section-header__body {
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   }
   .section-header__links {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
      width: 100%;
      padding: 9px 0 10px;
      border-bottom: 2px solid #ebebeb;
   }
   .section-header__links-item {
      padding-top: 1px;
      padding-bottom: 1px;
   }
   .section-header__groups {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
      width: 100%;
      border-bottom: 2px solid #ebebeb;
      padding: 10px 0 11px;
   }
   .section-header__divider {
      width: 100%;
      height: 2px;
      background: #ebebeb;
      margin-top: 8px;
   }
}

/*
 .shop-features
*/
.shop-features__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   margin: 0;
   list-style: none;
   padding: 14px 0;
}
.shop-features__item {
   padding: 10px 28px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}

.shop-features__item-icon {
   margin-right: 18px;
}
.shop-features__item-icon i {
   width: 38px;
   height: 38px;
   fill: currentColor;
   vertical-align: middle;
}
.shop-features__item-title {
   font-size: 14px;
   font-weight: 500;
}
.shop-features__item-subtitle {
   font-size: 14px;
   margin-top: -2px;
}
.shop-features__item {
   width: calc((100% - 0px) / 1);
}
.shop-features__divider {
   width: 1px;
}
.shop-features__divider:nth-child(2n) {
   width: 100%;
   height: 1px;
}
.shop-features__divider:nth-child(2n):last-child {
   display: none;
}
/*
 .sidebar
*/
.sidebar__header {
   display: none;
}
@media (max-width: 991.98px) {
   .sidebar--offcanvas--mobile {
      visibility: hidden;
      -webkit-transition: visibility 0s 0.25s;
      transition: visibility 0s 0.25s;
   }
   .sidebar--offcanvas--mobile .sidebar__backdrop {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1000;
      opacity: 0;
      will-change: opacity;
      -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   }
   .sidebar--offcanvas--mobile .sidebar__body {
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 1000;
      width: 300px;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: transform;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .sidebar--offcanvas--mobile .sidebar__body {
      left: 0;
      -webkit-transform: translateX(-100%);
                  transform: translateX(-100%);
   }
   .sidebar--offcanvas--mobile .sidebar__content {
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      overflow-y: auto;
      overflow-x: hidden;
   }
   .sidebar--offcanvas--mobile.sidebar--open {
      visibility: visible;
      -webkit-transition-delay: 0s;
                  transition-delay: 0s;
   }
   .sidebar--offcanvas--mobile.sidebar--open .sidebar__backdrop {
      opacity: 1;
   }
   .sidebar--offcanvas--mobile.sidebar--open .sidebar__body {
      -webkit-transform: translateX(0);
                  transform: translateX(0);
   }
   .sidebar--offcanvas--mobile .sidebar__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      border-bottom: 1px solid #ebebeb;
      -ms-flex-negative: 0;
            flex-shrink: 0;
   }
   .sidebar--offcanvas--mobile .sidebar__title {
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      font-size: 15px;
      font-weight: 500;
      padding: 0 20px;
   }
   .sidebar--offcanvas--mobile .sidebar__close {
      width: 48px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
      border: none;
      fill: currentColor;
      padding: 0 0 2px;
      -ms-flex-negative: 0;
            flex-shrink: 0;
      -webkit-transition: background-color .15s,
 color .15s;
      transition: background-color .15s,
 color .15s;
      background-color: #fff;
      color: #ccc;
   }
   
   .sidebar--offcanvas--mobile .sidebar__close:focus {
      outline: none;
   }
}
.sidebar--offcanvas--always {
   visibility: hidden;
   -webkit-transition: visibility 0s 0.25s;
   transition: visibility 0s 0.25s;
}
.sidebar--offcanvas--always .sidebar__backdrop {
   position: fixed;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 1000;
   background: rgba(51, 51, 51, 0.8);
   opacity: 0;
   will-change: opacity;
   -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sidebar--offcanvas--always .sidebar__body {
   position: fixed;
   top: 0;
   bottom: 0;
   z-index: 1000;
   background: #fff;
   width: 300px;
   -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   will-change: transform;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
}
.sidebar--offcanvas--always .sidebar__body {
   left: 0;
   -webkit-transform: translateX(-100%);
               transform: translateX(-100%);
}
.sidebar--offcanvas--always .sidebar__content {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   overflow-y: auto;
   overflow-x: hidden;
}
.sidebar--offcanvas--always.sidebar--open {
   visibility: visible;
   -webkit-transition-delay: 0s;
               transition-delay: 0s;
}
.sidebar--offcanvas--always.sidebar--open .sidebar__backdrop {
   opacity: 1;
}
.sidebar--offcanvas--always.sidebar--open .sidebar__body {
   -webkit-transform: translateX(0);
               transform: translateX(0);
}
.sidebar--offcanvas--always .sidebar__header {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   border-bottom: 1px solid #ebebeb;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.sidebar--offcanvas--always .sidebar__title {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 15px;
   font-weight: 500;
   padding: 0 20px;
}
.sidebar--offcanvas--always .sidebar__close {
   width: 48px;
   height: 50px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   border: none;
   fill: currentColor;
   padding: 0 0 2px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
   -webkit-transition: background-color .15s,
 color .15s;
   transition: background-color .15s,
 color .15s;
   background-color: #fff;
   color: #ccc;
}
.sidebar--offcanvas--always .sidebar__close:hover {
   background-color: #f2f2f2;
   color: #4d4d4d;
}
.sidebar--offcanvas--always .sidebar__close:active {
   background-color: #ebebeb;
   color: #4d4d4d;
}
.sidebar--offcanvas--always .sidebar__close:focus {
   outline: none;
}
/*
 .social-links
*/
.social-links__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   list-style: none;
   padding: 0;
   margin: -4px;
}
.social-links__item {
   margin: 4px;
}
.social-links__item a {
   font-size: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   color: inherit;
   width: 36px;
   height: 36px;
   border-radius: 18px;
   -webkit-transition: all .2s;
   transition: all .2s;
}
.social-links__item a:hover {
   opacity: .8;
}
/*
.status-badge
*/
.status-badge {
   display: inline-block;
   vertical-align: middle;
   cursor: default;
}
.status-badge__body {
   position: relative;
   min-height: 23px;
   border-radius: 11.5px;
   min-width: 71px;
   text-align: center;
}
.status-badge__icon {
   fill: currentColor;
   position: absolute;
   top: calc(50% - 6.5px);
   opacity: .85;
}
.status-badge__icon {
   left: 9px;
}
.status-badge__icon i {
   display: block;
}
.status-badge__text {
   font-size: 13px;
   line-height: 15px;
   padding-top: 4px;
   padding-bottom: 4px;
}
.status-badge__text {
   padding-left: 12px;
   padding-right: 12px;
}
.status-badge__tooltip {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
}
.status-badge__tooltip:focus {
   outline: none;
}
.status-badge--has-text .status-badge__tooltip {
   display: none;
}
.status-badge--has-icon .status-badge__text {
   padding-left: 28px;
}
/*
   easy auto complete 
*/
.easy-autocomplete-container {
   top: 29px;
   width:100%;
   line-height:1.1em;
   z-index: 10000;
   background-color: white;
   color: #4D4D4D;
   text-align: left;
}
.easy-autocomplete {
   float: left;
   position: relative;
   width: 100%!important;
}
.easy-autocomplete-container > ul {
   max-height: 260px;
   overflow: auto;
   z-index: 1000;
   top: 4px;
}
.search__input {
   width: 100%;
}
/*
   .tag-badge
*/
.product-card__badges {
	position: absolute;
	z-index: 100;
}
.product__badge {
   top: 0;
   left: 22px;
}
.product__body .product__badge.tag-badge {
	top: 0;
   left: -32px;
}
.tag-badge {
   display: inline-block;
   position: relative;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: 500;
   line-height: 1;
   z-index: 8;
   height: 18px;
   padding: 4px 14px 0;
   width: max-content;
}
.tag-badge:before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   z-index: -1;
   border-radius: 2.5px;
   -webkit-transform-origin: center;
               transform-origin: center;
}
.tag-badge:before {
   left: 3.5px;
   right: 3.5px;
}
.tag-badge:before {
   -webkit-transform: skewX(-20deg);
               transform: skewX(-20deg);
}
/*
 .tags
*/
.tags {
   font-size: 13px;
}
.tags__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   font-weight: 500;
   margin: -2px;
}
.tags__list a {
   display: block;
   margin: 2px;
   background: #f2f2f2;
   padding: 4px 11px;
   color: inherit;
   border-radius: 1.5px;
   -webkit-transition: background .12s;
   transition: background .12s;
}
.tags__list a:hover {
   color: inherit;
   background: #e5e5e5;
}
.tags__list a:active {
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.tags--sm .tags__list a {
   padding: 2px 8px;
}
/*
 .timer
*/
.timer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.timer__dots {
   width: 24px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.timer__dots:before, .timer__dots:after {
   display: block;
   content: '';
   width: 4px;
   height: 4px;
   background: rgba(0, 0, 0, 0.15);
   border-radius: 4px;;
   margin: 4px 0;
}
.timer__part {
   border-radius: 4px;;
   width: 50px;
   line-height: 1;
   padding: 8px 0;
   text-align: center;
   background: #ffdf40;
   color: #262626;
}
.timer__part-value {
   font-size: 24px;
   font-weight: 700;
   letter-spacing: .04em;
}
.timer__part-label {
   font-size: 10px;
   text-transform: uppercase;
   margin-top: 4px;
   color: #99752e;
}
@media (max-width: 767.98px) {
   .timer__dots {
      width: 18px;
   }
   .timer__dots:before, .timer__dots:after {
      width: 3px;
      height: 3px;
      border-radius: 1.5px;
   }
   .timer__part {
      width: 40px;
      padding: 5px 0 6px;
   }
   .timer__part-value {
      font-size: 20px;
   }
   .timer__part-label {
      font-size: 9px;
      margin-top: 3px;
   }
}
/*
 .tooltip
*/
.tooltip {
   pointer-events: none;
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
   font-family: inherit;
}
.tooltip.show {
   opacity: 1;
}
.tooltip-inner {
   background: #333;
   color: #fff;
   border-radius: 4px;;
   position: relative;
   padding: 3px 8px;
   -webkit-box-sizing: content-box;
               box-sizing: content-box;
}
.tooltip .arrow {
   width: 8px;
   height: 8px;
}
.tooltip .arrow:before {
   width: 8px;
   height: 8px;
   border-radius: 1px;
   border: none;
   background: #333;
   -webkit-transform: rotateZ(45deg) scale(0.78431);
               transform: rotateZ(45deg) scale(0.78431);
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
   padding: 4px 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-auto[x-placement^=top] .tooltip-inner,
.bs-tooltip-top .arrow,
.bs-tooltip-top .tooltip-inner {
   bottom: 3px;
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
   padding: 4px 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,
.bs-tooltip-bottom .arrow,
.bs-tooltip-bottom .tooltip-inner {
   top: 3px;
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
   padding: 0 4px;
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-auto[x-placement^=right] .tooltip-inner,
.bs-tooltip-right .arrow,
.bs-tooltip-right .tooltip-inner {
   left: 3px;
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
   padding: 0 4px;
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-auto[x-placement^=left] .tooltip-inner,
.bs-tooltip-left .arrow,
.bs-tooltip-left .tooltip-inner {
   right: 3px;
}
/*
 .typography
*/
.typography {
   line-height: 1.25;
}
.typography a:hover {
   text-decoration: underline;
}
.typography h1 {
	font-size: 1.8rem;
   font-weight: 700;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
   margin-top: 0.75em;
   margin-bottom: 0.75em;
}
.typography h2, .typography h3 {
   padding-bottom: 8px;
   border-bottom: 1px solid #ebebeb;
}
.typography h3 {
   padding-bottom: 6px;
}
.typography p {
   margin-bottom: 0.75em;
}
.typography ol, .typography ul {
   margin: 0.75em 0;
}
.typography ol, .typography ul {
   padding-left: 2.5rem;
}
.typography li {
   margin-bottom: .25em;
}
.typography hr {
   position: relative;
   width: 4px;
   height: 4px;
   border-radius: 4px;;
   border: none;
   background: #d9d9d9;
   margin: 0.5em auto;
}
.typography hr:after, .typography hr:before {
   position: absolute;
   content: '';
   display: block;
   width: inherit;
   height: inherit;
   border-radius: inherit;
   background: inherit;
}
.typography hr:after {
   left: -30px;
}
.typography hr:before {
   right: -30px;
}
.typography blockquote {
   margin: 2.25rem 0;
   text-align: center;
   font-size: 18px;
   font-style: italic;
   background: #f7f7f7;
   border-radius: 4px;
   padding: 2.25em 2.25em 2em;
}
.typography blockquote cite {
   margin-top: -.5em;
   color: #6c757d;
   display: block;
   font-size: 15px;
   font-style: normal;
}
.typography blockquote p {
   margin-bottom: 1.25em;
}
.typography blockquote > *:first-child {
   margin-top: 0;
}
.typography blockquote > *:last-child {
   margin-bottom: 0;
}
.typography > *:first-child {
   margin-top: 0;
}
.typography > *:last-child {
   margin-bottom: 0;
}
.typography img {
   max-width: 100%;
   margin: auto;
   display: block;
}
.typography figure {
   margin: 1.875rem 0 2.25rem;
}
.typography figcaption {
   font-size: 14px;
   text-align: center;
   color: #6c757d;
   padding-top: .875rem;
}
.typography .table {
	margin: 1rem 0;
}
@media (max-width: 575.98px) {
   .typography {
      font-size: 15px;
      line-height: 1.75;
   }
   .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
      margin-top: 1.25em;
      margin-bottom: .5em;
   }
   .typography h2 {
      font-size: 28px;
   }
   .typography h3 {
      font-size: 24px;
   }
   .typography h4 {
      font-size: 20px;
   }
   .typography h5 {
      font-size: 18px;
   }
   .typography p {
      margin-bottom: 1em;
   }
   .typography ol, .typography ul {
      margin: 1.25em 0;
   }
   .typography ol, .typography ul {
      padding-left: 2rem;
   }
   .typography hr {
      margin: 1.5em auto;
   }
   .typography blockquote {
      padding: 1em;
      font-size: 16px;
      margin: 1.5rem 0;
   }
   .typography blockquote p {
      margin-bottom: .75em;
   }
   .typography figure {
      margin: 1.5rem 0 1.5rem;
   }
}
/*
 .famille-form
*/
.famille-form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   margin: -6px;
}
.famille-form .famille-form__item {
   width: calc(50% - 12px);
   margin: 6px;
}
.famille-form .famille-form__item:last-child {
   width: 100%;
}
.famille-form__divider {
   width: 100%;
   line-height: 1;
   font-size: 13px;
   text-transform: uppercase;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   color: #999;
   margin: 12px 6px;
}
.famille-form__divider:before, .famille-form__divider:after {
   display: block;
   content: '';
   height: 1px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   background: #ebebeb;
}
.famille-form__divider:before {
   margin-right: 6px;
}
.famille-form__divider:after {
   margin-left: 6px;
}
.famille-form--layout--account .famille-form__item {
   width: calc(25% - 12px);
}
@media (max-width: 767.98px) {
   .famille-form--layout--account .famille-form__item {
      width: calc(50% - 12px);
   }
}
@media (max-width: 459px) {
   .famille-form--layout--account .famille-form__item {
      width: calc(100% - 12px);
   }
}
@media (max-width: 399px) {
   .famille-form--layout--modal .famille-form__item {
      width: calc(100% - 12px);
   }
}
/*
.familles-list
*/
.familles-list__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: -4px;
}
.familles-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: unset;
	padding: 0;
	width: 100%;
	margin: 0;
}
.familles-list__item-radio {
	margin: 5px 8px;
}
.familles-list__item-info {
   margin: 2px 8px;
   -webkit-box-flex: 1;
      -ms-flex-positive: 1;
         flex-grow: 1;
   line-height: 1.25;
}
.familles-list__item-remove {
   margin: 8px;
}
.familles-list__item-remove i {
   display: block;
}
.familles-list__item-name {
   display: block;
   font-size: 15px;
   font-weight: 500;
}
.familles-list__item-details {
   display: block;
   font-size: 13px;
   color: #999;
   margin-top: 2px;
}
.familles-list__item-links {
   font-size: 14px;
   margin-top: 12px;
}
.familles-list__item-links a:hover {
   text-decoration: underline;
}
.familles-list__item-remove {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 8px;
   border: none;
   margin: 0;
   border-radius: 4px;;
   fill: currentColor;
   -webkit-transition: background-color .15s,
 color .15s;
   transition: background-color .15s,
 color .15s;
   background-color: #fff;
   color: #ccc;
}
.familles-list__item-remove:hover {
   background-color: #f2f2f2;
   color: #999;
}
.familles-list__item-remove:active {
   background-color: #ebebeb;
   color: #808080;
}
.familles-list__item-remove:focus {
   outline: none;
}
.familles-list--layout--account .familles-list__body {
   margin: -6px;
}
.familles-list--layout--account .familles-list__item {
   padding: 10px 8px;
   width: calc(50% - 12px);
   margin: 6px;
}
@media (max-width: 767.98px) {
   .familles-list--layout--account .familles-list__body {
      margin: -6px;
   }
   .familles-list--layout--account .familles-list__item {
      width: calc(100% - 12px);
      margin: 6px;
   }
}
/*
 .view-options
*/
.view-options {
   font-size: .9375rem;
}
.view-options__body {
   padding: .75rem 1rem;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   position: relative;
}

.view-options__body--filters {
   padding: .875rem 1rem;
}
.view-options__label {
   position: absolute;
   padding: 0 8px;
   top: -5px;
   font-size: 10px;
   text-transform: uppercase;
   line-height: 1;
}
.view-options__label {
   left: 50%;
   -webkit-transform: translateX(-50%);
               transform: translateX(-50%);
}
.view-options__filters-button {
   margin-right: 1.25rem;
}
.view-options__layout {
   margin-right: 1.25rem;
}
.view-options__legend {
   white-space: nowrap;
}
.view-options__legend {
   margin-right: 1.25rem;
}
.view-options__spring {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.view-options__select {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   margin-left: 20px;
}
.view-options__select::after {
	content: "\f107";
	font-size: 18px;
	position: absolute;
	top: 2px;
	right: 7px;
	color: var(--col1);
	pointer-events: none;
   font-weight: 700;

   font-family: "Font Awesome 5 Free";
}
select::-ms-expand {
   display: none;
}
.view-options__select > label {
   margin-right: 10px;
   white-space: nowrap;
}
@media (min-width: 992px) {
   .view-options--offcanvas--mobile .view-options__filters-button {
      display: none;
   }
}
@media (max-width: 991.98px) {
   .view-options__legend {
      margin-right: 0;
      margin-left: auto;
   }
   .view-options__spring {
      width: 100%;
      height: 8px;
   }
   .view-options__select {
      margin-left: auto;
   }
   .view-options__select + .view-options__select {
      margin-left: 20px;
   }
}
@media (max-width: 575.98px) {
   .view-options__legend {
      width: 100%;
      padding-top: 10px;
   }
   .view-options__select {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -webkit-box-align: start;
            -ms-flex-align: start;
                  align-items: flex-start;
   }
   .view-options__select {
      margin-left: 0;
   }
   .view-options__select > label {
      margin: 0 0 2px;
   }
   .view-options__layout {
      margin-left: auto;
      margin-right: 0;
   }
}
/*
 .widget
*/
.widget + .widget {
   margin-top: 20px;
}
.widget__header {
   padding: 1.0rem 1.5rem;
}
.widget__header h4 {
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 0;
}
/* ----------------------------------------
 Filters
 ---------------------------------------- */
/*
 .filter
*/
.filter__title {
   display: block;
   border: none;
   padding: 10px 22px 10px 10px;
   margin: 1px 0;
   width: 100%;
   position: relative;
   color: inherit;
   font-size: 17px;
   line-height: 18px;
   border-radius: 4px;;
   -webkit-transition: background-color .2s, fill .2s;
   transition: background-color .2s, fill .2s;
   background: transparent;
   fill: #ccc;
}
.filter__title:focus, .filter__title:hover {
   -webkit-transition-duration: .1s, .1s;
               transition-duration: .1s, .1s;
}
.filter__title:focus {
   outline: none;
}
.filter__arrow {
   position: absolute;
   top: 11px;
   -webkit-transition: -webkit-transform 0.2s;
   transition: -webkit-transform 0.2s;
   transition: transform 0.2s;
   transition: transform 0.2s, -webkit-transform 0.2s;
}
.filter__arrow {
   right: 8px;
}
.filter__arrow i {
   display: block;
}
.filter__body {
   margin: 0 -1.5rem;
   overflow: hidden;
   visibility: hidden;
   height: 0;
   opacity: 0;
   -webkit-transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
   transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.filter__container {
	padding: 2px 20px;
}
.filter--opened .filter__body {
   -webkit-transition-delay: 0s, 0s;
               transition-delay: 0s, 0s;
   visibility: visible;
   height: auto;
   opacity: 1;
}
.filter--opened .filter__arrow {
   -webkit-transform: rotateZ(180deg);
               transform: rotateZ(180deg);
}
/*
 .filter-categories
*/
.filter-categories__list {
   list-style: none;
   padding: 0;
   margin: 0;
}
.filter-categories__list a {
   color: inherit;
   -webkit-transition: color .15s;
   transition: color .15s;
   line-height: 1.2;
   font-weight: 500;
}
.filter-categories__item--current.filter-categories__list a {
   font-weight: 700;
}
.filter-categories__item {
   padding: 1px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   border: 1px solid var(--col3);
   margin: 5px;
   border-radius: 3px;
}
.filter-categories__item > a {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.filter-categories__item > a {
   padding: 8px 5px;
   line-height: 1;
}

.filter-categories__item--parent {
   position: relative;
}
.filter-categories__item--parent {
   padding-left: 14px;
}
.filter-categories__item--current {
   font-weight: 700;
   border: 3px solid var(--col1);
}
.filter-categories__item--child {
   position: relative;
   font-size: 16px;
}
.filter-categories__item--child {
   padding-left: 0;
}
.filter-categories__arrow {
   fill: #ccc;
   position: absolute;
   top: 10px;
}
.filter-categories__arrow {
   left: 0;
   -webkit-transform: scaleX(1);
               transform: scaleX(1);
}
.filter-categories__arrow i {
   display: block;
}
.filter-categories__counter {
   font-size: 12px;
   line-height: 12px;
   padding-top: 4px;
   font-weight: 400;
   color: #6c757d;
}
/*
 .filter-color
*/
.filter-color__list {
   padding: 2px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   margin: -4px;
}
.filter-color__item {
   cursor: pointer;
   margin: 4px;
}
.filter-color__check {
   display: block;
}
/*
 .filter-list
*/
.filter-list__list {
   margin: -8px 0;
}
.filter-list__item {
   padding: 1px 0;
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 8px 0;
}
.filter-list__input {
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.filter-list__input {
   margin-right: 7px;
}
.filter-list__title {
   padding: 1px 0;
   font-size: 14px;
   line-height: 16px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.filter-list__counter {
   padding-top: 3px;
   font-size: 12px;
   line-height: 12px;
   color: #6c757d;
}
.filter-list__counter {
   margin-left: 12px;
}
.filter-list__item--disabled {
   cursor: default;
}
.filter-list__item--disabled .filter-list__title {
   color: #6c757d;
}
/*
 .filter-price
*/
.filter-price__slider {
   margin-top: 6px;
}
.filter-price__title {
   padding-top: 2px;
   font-size: 14px;
}
.filter-price__title-button {
   margin-top: 14px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
         -ms-flex-pack: justify;
               justify-content: space-between;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
/*
 .filter-rating
*/
.filter-rating__list {
   list-style: none;
   padding: 0;
   margin: -8px 0;
}
.filter-rating__item-label {
   padding: 2px 0;
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 8px 0;
}
.filter-rating__item-input {
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.filter-rating__item-input {
   margin-right: 8px;
}
.filter-rating__item-stars {
   padding: 2px 0;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.filter-rating__item-counter {
   padding-top: 2px;
   font-size: 12px;
   line-height: 12px;
   color: #6c757d;
}
.filter-rating__item-counter {
   margin-left: 12px;
}
/*
 .filter-famille
*/
.filter-famille__list {
   margin: -8px 0;
   padding: 0;
   list-style: none;
}
.filter-famille__item-label {
   padding: 1px 0;
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 8px 0;
}
.filter-famille__item-input {
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.filter-famille__item-input {
   margin-right: 7px;
}
.filter-famille__item-title {
   padding: 1px 0;
   font-size: 14px;
   line-height: 16px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.filter-famille__item-counter {
   padding-top: 3px;
   font-size: 12px;
   line-height: 12px;
   color: #6c757d;
}
.filter-famille__item-counter {
   margin-left: 12px;
}
.filter-famille__item--disabled {
   cursor: default;
}
.filter-famille__item--disabled .filter-famille__item-title {
   color: #999;
}
.filter-famille__button {
   padding-top: 12px;
}
/* ----------------------------------------
 Footer
 ---------------------------------------- */
/*
 .footer-contacts
*/
.footer-contacts__title {
	font-size: 38px;
	color: #fff;
	margin-bottom: 20px;
	font-family: "Oregano";
   margin-top: -6px;
}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
   .footer-contacts__title {
      font-weight: 400;
   }
}
.footer-contacts__text, .footer-newsletter__text, .footer-links__title {
	line-height: 1;
	list-style: none;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: oblique;
}
.footer-contacts__text a {
   color: inherit;
}
.footer-contacts__contacts {
   font-size: 14px;
   line-height: 20px;
   list-style: none;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.footer-contacts__contacts a {
   color: inherit;
}
.footer-contacts__contacts dt {
   font-size: 12px;
   font-weight: 700;

   letter-spacing: .04em;
   text-transform: uppercase;
   margin-bottom: 2px;
}
.footer-contacts__contacts dd {
   color: #fff;
   margin: 0;
   font-weight: 500;
}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
   .footer-contacts__contacts dd {
      font-weight: 400;
   }
}
.footer-contacts__icon {
   display: inline-block;
   text-align: center;
   width: 22px;
   margin-right: 2px;
}
@media (min-width: 1400px) {
   .footer-contacts {
      padding-right: 36px;
   }
}
@media (min-width: 1200px) {
   .footer-contacts__contacts {
      margin: 24px -15px 0;
   }
   .footer-contacts__contacts dl {
      width: calc(100% / 2 - 30px - 1px);
      margin: 0 15px;
   }
   .footer-contacts__contacts dl:nth-child(n + 3) {
      margin-top: 18px;
   }
}
@media (max-width: 1199.98px) {
   .footer-contacts__contacts {
      margin: -6px -6px;
   }
   .footer-contacts__contacts dl {
      width: calc(100% / 4 - 12px);
      margin: 6px 6px;
   }
   .footer-contacts {
      text-align: center;
      margin-bottom: 42px;
   }
   .footer-contacts__title {
      font-size: 24px;
      margin-bottom: 12px;
   }
   .footer-contacts__contacts {
      padding-top: 28px;
   }
   .footer-contacts__contacts dl {
      background: rgba(255, 255, 255, 0.05);
      padding: 16px 12px;
      border-radius: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
}
@media (max-width: 991.98px) {
   .footer-contacts__contacts {
      margin: -6px -6px;
   }
   .footer-contacts__contacts dl {
      width: calc(100% / 2 - 12px);
      margin: 6px 6px;
   }
   .footer-contacts__contacts dl {
      padding: 20px 16px;
   }
}
@media (max-width: 767.98px) {
   .footer-contacts__contacts dl {
      padding: 16px;
   }
}
@media (max-width: 479px) {
   .footer-contacts__contacts {
      margin: -4px -4px;
   }
   .footer-contacts__contacts dl {
      width: calc(100% / 1 - 8px);
      margin: 4px 4px;
   }
}
/*
 .footer-links
*/
.footer-links__title {
	font-size: 1.5em;
	margin-bottom: 22px;
	font-weight: 500;
}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
   .footer-links__title {
      font-weight: 500;
   }
}
.footer-links__list {
   font-size: 15px;
   line-height: 20px;
   list-style: none;
   padding: 0;
   margin: 0;
}
.footer-links__list a {
   color: inherit;
   -webkit-transition: .15s;
   transition: .15s;
}

.footer-links__item {
   padding: 5px 0;
}
@media (max-width: 767.98px) {
   .footer-links {
      text-align: center;
   }
   .footer-links__title {
      margin-bottom: 12px;
   }
}

@media (max-width: 767.98px) {
   .footer-newsletter {
      text-align: center;
      margin-top: 28px;
   }
   .footer-newsletter__title {
      font-size: 24px;
      margin-bottom: 16px;
   }
   .footer-newsletter__form {
      margin: 0 auto;
   }
   .footer-newsletter__text--social {
      margin-top: 24px;
   }
   .footer-newsletter__social-links {
      margin-top: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
}
/*
 .site-footer
*/
.site-footer {
   position: relative;
	background-color: var(--footerbg);
	color: var(--col3);
}
.site-footer__decor {
   position: absolute;
   bottom: calc(100% - 1px);
}
.site-footer__decor .decor__start,
.site-footer__decor .decor__end {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.site-footer__widgets {
   padding: 56px 0 50px;
}
.site-footer__bottom {
   font-size: 14px;
   font-weight: 400;
}
.site-footer__bottom a {
   font-weight: 500;
}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
   .site-footer__bottom a {
      font-weight: 400;
   }
}
.site-footer__bottom-row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 72px;
   -webkit-box-pack: justify;
         -ms-flex-pack: justify;
               justify-content: space-between;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
@media (max-width: 767.98px) {
   .site-footer__decor {
      display: none;
   }
   .site-footer__widgets {
      padding: 40px 0 36px;
   }
   .site-footer__bottom-row {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      padding: 20px 0 24px;
   }
   .site-footer__payments {
      margin-top: 12px;
   }
}
/* ----------------------------------------
 Pages
 ---------------------------------------- */
/*
 .about
*/
.about__body {
   display: grid;
   z-index: 0;
}
@media (min-width: 1200px) {
   .about__body {
      grid-template-columns: 1fr 380px 730px 1fr;
      grid-template-rows: 100px auto auto;
   }
   .about__image {
      grid-column: 1 / 5;
      grid-row: 1 / 3;
   }
   .about__card {
      grid-column: 2;
      grid-row: 2 / 4;
   }
   .about__indicators {
      grid-column: 3;
      grid-row: 3;
   }
}
@media (max-width: 1199.98px) {
   .about__image {
      grid-column: 1 / 4;
      grid-row: 1 / 3;
   }
   .about__card {
      grid-column: 2;
      grid-row: 2 / 4;
   }
   .about__indicators {
      grid-column: 2;
      grid-row: 4;
   }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
   .about__body {
      grid-template-columns: 1fr 690px 1fr;
      grid-template-rows: 80px auto 60px auto;
   }
}
@media (min-width: 576px) and (max-width: 767.98px) {
   .about__body {
      grid-template-columns: 1fr 510px 1fr;
      grid-template-rows: 40px auto 60px auto;
   }
}
@media (max-width: 575.98px) {
   .about__body {
      grid-template-columns: 20px calc(100% - 40px) 20px;
      grid-template-rows: 20px auto 60px auto;
   }
}
/*
 .about__image
*/
.about__image {
   position: relative;
   overflow: hidden;
   z-index: -1;
}
.about__image-decor {
   position: absolute;
   bottom: -1px;
}
.about__image-decor .decor__start,
.about__image-decor .decor__end,
.about__image-decor .decor__center {
   background: #fafafa;
}
.about__image-decor .decor__start,
.about__image-decor .decor__end {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.about__image-bg {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-size: cover;
   background-position: center center;
   z-index: -1;
}
.about__image-bg:before {
   display: block;
   content: '';
   width: 100%;
   height: 100%;
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.7)), to(rgba(51, 51, 51, 0.4)));
   background: linear-gradient(to bottom, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.4));
}
/*
 .about__card
*/
.about__card {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   border-radius: 4px;;
   padding: 32px 36px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
}
.about__card-title {
   font-size: 40px;
   font-weight: 700;
   padding: 16px 0 40px;
   text-align: center;
   margin-bottom: 0;
}
.about__card-text {
   text-align: center;
   line-height: 1.75;
}
.about__card-author {
   color: #6c757d;
   font-size: 14px;
   position: relative;
   -ms-flex-item-align: center;
         align-self: center;
   margin-top: 16px;
}
.about__card-author {
   padding-left: 28px;
}
.about__card-author:before {
   display: block;
   height: 1px;
   width: 20px;
   background: currentColor;
   content: '';
   opacity: .8;
   position: absolute;
   top: 10px;
}
.about__card-author:before {
   left: 0;
}
.about__card-signature {
   padding: 40px 0 12px;
   margin-top: auto;
   -ms-flex-item-align: center;
         align-self: center;
}
@media (min-width: 1200px) {
   .about__card {
      min-height: 530px;
   }
}
@media (max-width: 1199.98px) {
   .about__card {
      padding: 32px 64px;
      margin: 0 auto;
      max-width: 510px;
   }
}
@media (max-width: 767.98px) {
   .about__card {
      padding: 32px 36px;
   }
}
@media (max-width: 575.98px) {
   .about__card-title {
      padding: 8px 0 24px;
      font-size: 32px;
   }
   .about__card {
      padding: 24px 28px;
      font-size: 15px;
   }
}

/*
 .not-found
*/
.not-found {
   text-align: center;
   padding: 36px 0;
}
.not-found__404 {
   font-size: 80px;
   font-weight: 700;
   color: #ebebeb;
   padding: 20px 0 4px;
}
.not-found__content {
   width: 480px;
   max-width: 100%;
   margin: 0 auto;
}
.not-found__title {
   margin-bottom: 24px;
   font-weight: 700;
}
.not-found__text {
   margin-bottom: 20px;
}
.not-found__search {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 30px;
}
.not-found__search-input {
   width: 1px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.not-found__search-input {
   margin-right: 10px;
}
@media (max-width: 991.98px) {
   .not-found__404 {
      font-size: 60px;
   }
}
@media (max-width: 767.98px) {
   .not-found__404 {
      font-size: 50px;
      line-height: 54px;
      padding: 40px 0 32px;
   }
   .not-found__title {
      margin-bottom: 20px;
   }
}
/* ----------------------------------------
 Blocks
 ---------------------------------------- */

/*
 .block-categories
*/
.block-categories__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.block-categories__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-categories__header {
   margin-top: 36px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.block-categories__title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: -26px;
	padding: 0 64px 18px;
}
.block-categories__title-decor {
   position: absolute;
   width: 100%;
   bottom: 1px;
}
.block-categories__title-decor {
   left: 0;
}
.block-categories__title-decor .decor__body {
   height: 35px;
   margin: 0 -10px -10px;
}
.block-categories__title-decor .decor__start,
.block-categories__title-decor .decor__end {
   height: 25px;
   width: calc(50% - 24.43375px);
}
.block-categories__title-decor .decor__start {
   left: 10px;
   -webkit-transform: skewX(30deg);
               transform: skewX(30deg);
}
.block-categories__title-decor .decor__end {
   right: 10px;
   -webkit-transform: skewX(-30deg);
               transform: skewX(-30deg);
}
.block-categories__title-decor .decor__center {
   height: 25px;
   width: 30.8675px;
}
.block-categories__body {
   position: relative;
   padding: 76px 0 64px;
   -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
               box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
}
.block-categories__body-decor {
   position: absolute;
   bottom: -1px;
   height: 35px;
}
.block-categories__body-decor .decor__start,
.block-categories__body-decor .decor__end {
   height: 25px;
}
@media (min-width: 1400px) {
   .block-categories__list {
      margin: -12px;
   }
   .block-categories__item {
      width: calc((100% - 72px) / 3);
      margin: 12px;
   }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .block-categories__list {
      margin: -8px;
   }
   .block-categories__item {
      width: calc((100% - 48px) / 3);
      margin: 8px;
   }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .block-categories__list {
      margin: -8px;
   }
   .block-categories__item {
      width: calc((100% - 32px) / 2);
      margin: 8px;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .block-categories__list {
      margin: -8px;
   }
   .block-categories__item {
      width: calc((100% - 48px) / 3);
      margin: 8px;
   }
}
@media (max-width: 767.98px) {
   .block-categories__list {
      margin: -8px;
   }
   .block-categories__item {
      width: calc((100% - 32px) / 2);
      margin: 8px;
   }
}
@media (max-width: 474px) {
   .block-categories__list {
      margin: -8px;
   }
   .block-categories__item {
      width: calc((100% - 16px) / 1);
      margin: 8px;
   }
}
/*
 .block-features
*/
.block-features.block.block-features--layout--home {
	min-height: 300px;
	padding: 15px;
   background-size: 100%;
   box-shadow: inset 0 0 0 1000px #113E66D9;
	background-attachment: fixed;
   background-position-y: 217px;
   background-repeat: no-repeat;
   background-image: url("../../../fichiers/images/accueil.jpg");
   color: #fff;
}

.block-features__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   list-style: none;
   margin: 0;
   padding: 8px 4px;
}
.block-features__item-info {
	margin: auto 0;
}
.block-features__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 1.5rem 1.0rem;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.block-features__item-icon {
   margin: auto 1.3rem auto 0;
}
.block-features__item-title {
   font-size: 18px;
   font-weight: 500;
}
.block-features__item-subtitle {
   font-size: 15px;
}
@media (max-width: 1399.98px) {
   .block-features__list {
      padding: 0;
   }
   .block-features__item {
      padding: 1.5rem 1.5rem;
      -webkit-box-pack: start;
            -ms-flex-pack: start;
                  justify-content: flex-start;
   }
   .block-features__item-title {
      font-size: 16px;
   }
   .block-features__item-subtitle {
      font-size: 14px;
   }
}
@media (max-width: 1199.98px) {
   .block-features__item {
      padding: 1.375rem .75rem;
   }
   .block-features__item-icon {
      margin-right: 1rem;
   }
}
@media (min-width: 768px) {
   .block-features__item.grid2 {
      width: calc((100% - 3px) / 2);
   }
   .block-features__item.grid3 {
      width: calc((100% - 3px) / 3);
   }
   .block-features__item.grid4 {
      width: calc((100% - 3px) / 4);
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .block-features__list {
      padding: 4px 0;
   }
   .block-features__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      text-align: center;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
   .block-features__item-icon {
      margin-bottom: 12px;
   }
   .block-features__item-icon {
      margin-right: 0;
   }
   .section-header__arrows {
      margin-top: -6px;
   }
}
@media (max-width: 767.98px) {
   .block-features__list {
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      padding: 16px 0;
   }
   .block-features__item {
      width: 50%;
      padding: .75rem 1.25rem;
   }
   .section-header__arrows {
      margin-top: 10px;
   }
}
@media (max-width: 575px) and (min-width: 400px) {
   .block-features__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      text-align: center;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
   .block-features__item-icon {
      margin-bottom: 12px;
   }
   .block-features__item-icon {
      margin-right: 0;
   }
}
@media (max-width: 399px) {
   .block-features__item {
      width: 100%;
      padding: .675rem 1.25rem;
   }
   .block-features__item-icon {
      margin-right: 18px;
   }
}
.block-finder {
	position: relative;
	height: 500px;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 60px;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
@media (max-width: 1199.98px) {
   .block-finder {
      padding-bottom: 36px;
   }
   .block-finder__subtitle {
      margin-bottom: 48px;
   }
}
@media (max-width: 991.98px) {
   .block-finder {
      height: auto;
      padding: 64px 0 76px;
   }
}
@media (max-width: 399px) {
   .block-finder {
      height: auto;
      padding: 40px 0 48px;
   }
}
/*
 .block-header
*/
.block-header__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
}
.block-header__breadcrumb {
   padding: 10px 0;
}
/*
.header-title {
	border-bottom: 2px solid #fff;
	height: 52px;
	margin-bottom: 24px;
}
.title-text {
	font-size: 2.0rem;
	font-weight: 700;
	padding: 12px 20px 8px;
	background-color: white;
	margin: 0;
	border-right: 2px solid #fff;
	height: 52px;
	border-top: 2px solid #fff;
	width: max-content;
}
.title-text.left::before {
	position: absolute;
	top: -2px;
	left: 100%;
	margin-left: 1px;
	border-bottom: 52px solid #fff;
	border-right: 52px solid transparent;
	content: '';
}
.title-text.left::after {
	position: absolute;
	top: 0;
	left: 100%;
	border-bottom: 50px solid #fff;
	border-right: 50px solid transparent;
	content: '';
}
.soustitre {
	background: white;
	width: 100%;
	height: 12px;
}
*/
.description {
	margin-bottom: 16px;
}
.descriptif {
	display: block;
   background-color: #fff;
}
.text_descriptif {
	padding: 0.5rem;
	border: 1px solid #dee2e6;
}
.fonddescription {
   height: 180px;
   background-image: url('../../../fichiers/bandeaux/fond-defaut.jpg');
	background-repeat: no-repeat;
	background-attachment: initial;
	background-size: 100%;
	background-position-y: top;
}
.imginfo {
	position: absolute;
	right: 5%;
	top: 15px;
	width: 170px;
}
.vignette {
	max-width: 120px;
	max-height: 80px;
	padding: 5px;
}
#listefamilles {
	margin: auto;
	width: fit-content;
   padding: 5px 30px;
}
#listefamilles dd {
	font-size: 1.25rem;
}
#listefamilles a {
	font-size: 1.1rem;
	font-weight: 700;

}
.products-view__pagination div.title {
	font-size: 1.5rem;
   line-height: 5px;
}
@media (max-width: 767.98px) {
   .products-view__pagination div.title.col3 {
      min-height: 48px;
   }
}
@media (max-width: 991.98px) {
   .imginfo {
      display: none;
   }
}
@media (max-width: 1199.98px) {
   .imginfo img {
      max-width: 85%;
   }
}
.imginfo img {
   max-height: 150px;
   box-shadow: 2px 2px 8px #333;
   padding: 0;
   background-color: #fff;
   border-radius: 50%;
}
.fonddescription img {
	width: auto;
}
.pictogauche {
	max-width: 100%;
   max-height: 75px;
}
.titre_sectcat {
	font-size: 1.5rem;
	color: var(--col2);
}
.header-title {
	border: 1px solid var(--col1);
	background-color: var(--col1);
   box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}
.block-split__item.block-split__item-content .header-title {
	border: 1px solid var(--col3);
   -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.title-text {
	font-size: 2.0rem;
	padding: 12px 20px;
	margin: 0;
	min-height: 52px;
	width: max-content;
	color: #fff;
	line-height: 1;
	display: inline-block;
	max-width: 100%;
}
.title-text.titlecat {
	display: flex;
	align-items: center;
	height: 90%;
	margin-left: 5%;
	font-size: 3.3rem;
	color: var(--col1);
	text-shadow: 3px 2px 0px #d9dcdd;
}
.soustitre {
	background: var(--col1);
	width: 100%;
	height: 0;
}
/*----------------------------------*/
.block-header__title {
   font-size: 2.0rem;
   font-weight: 700;
   margin: 0;
   padding-top: 36px;
   padding-bottom: 10px;
}
@media (min-width: 1200px) {
   .block-header__title {
      margin: 0 auto;
   }
   .block-header__breadcrumb + .block-header__title {
      margin-top: -77px;
   }
}
@media (max-width: 1199.98px) {
   .block-header__title {
      padding-bottom: 20px;
      font-size: 2rem;
      padding-top: 32px;
   }
   .block-header__breadcrumb + .block-header__title {
      margin-top: -44px;
      text-align: center;
   }
}
/*
 .block-map
*/
.block-map {
   position: relative;
   height: 420px;
}
.block-map iframe {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.block-map:before, .block-map:after {
   position: absolute;
   content: '';
   display: block;
   left: 0;
   width: 100%;
   height: 3px;
   z-index: 1;
   pointer-events: none;
}
.block-map:before {
   top: 0;
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0)));
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
}
.block-map:after {
   bottom: 0;
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0)));
   background-image: linear-gradient(to top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
}
@media (max-width: 1399.98px) {
   .block-map {
      height: 400px;
   }
}
@media (max-width: 1199.98px) {
   .block-map {
      height: 380px;
   }
}
@media (max-width: 991.98px) {
   .block-map {
      height: 360px;
   }
}
@media (max-width: 767.98px) {
   .block-map {
      height: 340px;
   }
}
/*
 .block-posts-carousel
*/
.block-posts-carousel__carousel .owl-stage-outer {
   margin: -10px;
   padding: 10px;
   position: relative;
}
.block-posts-carousel__carousel .owl-stage {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-posts-carousel__carousel .owl-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 0;
         -ms-flex-positive: 0;
               flex-grow: 0;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.block-posts-carousel__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-posts-carousel--layout--grid .post-card {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.block-posts-carousel--layout--grid .post-card .post-card__image img {
   max-width: 100%;
   height: auto;
}
.block-posts-carousel--layout--grid .post-card .post-card__content {
   position: relative;
}
.block-posts-carousel--layout--grid .post-card .post-card__title h2 {
   margin: 0;
}
.block-posts-carousel--layout--grid .post-card .post-card__title a {
   color: inherit;
}
.block-posts-carousel--layout--grid .post-card .post-card__title a:hover {
   text-decoration: underline;
}
.block-posts-carousel--layout--grid .post-card .post-card__category {
   position: absolute;
   bottom: calc(100% - 1px);
   font-weight: 500;
   z-index: 0;
   font-size: 14px;
}
.block-posts-carousel--layout--grid .post-card .post-card__category {
   left: 0;
}
.block-posts-carousel--layout--grid .post-card .post-card__category a {
   color: #003f2b;
   display: block;
}
.block-posts-carousel--layout--grid .post-card .post-card__category a:hover {
   text-decoration: underline;
}
.block-posts-carousel--layout--grid .post-card .post-card__category:before, .block-posts-carousel--layout--grid .post-card .post-card__category:after {
   position: absolute;
   display: block;
   content: '';
   top: 0;
   background: #fff;
   z-index: -1;
   height: 100%;
}
.block-posts-carousel--layout--grid .post-card .post-card__category:before {
   width: 100%;
}
.block-posts-carousel--layout--grid .post-card .post-card__category:before {
   left: 0;
   border-top-right-radius: 2px;
   -webkit-transform: skewX(30deg);
               transform: skewX(30deg);
   -webkit-transform-origin: left top;
               transform-origin: left top;
}
.block-posts-carousel--layout--grid .post-card .post-card__category:after {
   width: 50px;
}
.block-posts-carousel--layout--grid .post-card .post-card__category:after {
   left: 0;
}
.block-posts-carousel--layout--grid .post-card .post-card__date {
   font-size: 14px;
   color: #999;
}
.block-posts-carousel--layout--grid .post-card .post-card__date a {
   color: inherit;
}
.block-posts-carousel--layout--grid .post-card .post-card__date a:hover {
   color: #003f2b;
}
.block-posts-carousel--layout--grid .post-card .post-card__date:before {
   display: block;
   content: '';
   height: 1px;
   background: currentColor;
   opacity: .6;
}
.block-posts-carousel--layout--grid .post-card .post-card__excerpt {
   overflow: hidden;
}
.block-posts-carousel--layout--grid .post-card .post-card__category {
   font-size: 13px;
}
.block-posts-carousel--layout--grid .post-card .post-card__title h2 {
   font-size: 15px;
   line-height: 20px;
   overflow: hidden;
   max-height: 40px;
}
.block-posts-carousel--layout--grid .post-card .post-card__category {
   height: 22px;
   padding: 0.75rem 1.25rem 0;
}
.block-posts-carousel--layout--grid .post-card .post-card__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   padding: 1.125rem 1.25rem 1rem;
}
.block-posts-carousel--layout--grid .post-card .post-card__date {
   -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
               order: 1;
   font-size: 13px;
   margin-top: 6px;
}
.block-posts-carousel--layout--grid .post-card .post-card__date:before {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   width: 20px;
   top: -1px;
}
.block-posts-carousel--layout--grid .post-card .post-card__date:before {
   margin-right: 2px;
}
.block-posts-carousel--layout--grid .post-card .post-card__excerpt,
.block-posts-carousel--layout--grid .post-card .post-card__more {
   display: none;
}
@media (min-width: 576px) {
   .block-posts-carousel--layout--list .post-card {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .block-posts-carousel--layout--list .post-card .post-card__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
            flex-shrink: 0;
   }
   .block-posts-carousel--layout--list .post-card .post-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
   }
   .block-posts-carousel--layout--list .post-card .post-card__content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                  justify-content: space-between;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      -ms-flex-line-pack: start;
            align-content: flex-start;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title h2 {
      margin-bottom: 0;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title a {
      color: inherit;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title a:hover {
      text-decoration: underline;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      font-size: 14px;
      font-weight: 500;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category a:hover {
      text-decoration: underline;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt {
      overflow: hidden;
      margin-bottom: auto;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date {
      font-size: 14px;
      color: #999;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date a {
      color: inherit;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      content: '';
      height: 1px;
      background: currentColor;
      opacity: .6;
   }
}
@media (min-width: 1400px) {
   .block-posts-carousel--layout--list .post-card .post-card__image {
      width: 280px;
      min-height: 220px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__content {
      padding: 20px 26px 22px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      margin-bottom: 6px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title {
      margin-bottom: 8px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title h2 {
      font-size: 17px;
      line-height: 24px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt {
      font-size: 15px;
      max-height: 66px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
      line-height: 22px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      display: block;
      width: 32px;
      margin-top: 16px;
      margin-bottom: 8px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__more {
      display: none;
   }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
   .block-posts-carousel--layout--list .post-card .post-card__image {
      width: 240px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__content {
      padding: 16px 22px 16px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      margin-bottom: 6px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title {
      margin-bottom: 8px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title h2 {
      font-size: 16px;
      line-height: 22px;
      overflow: hidden;
      max-height: 44px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt {
      font-size: 15px;
      max-height: 66px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
      line-height: 22px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
      line-height: 19px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      display: block;
      width: 32px;
      margin-top: 12px;
      margin-bottom: 10px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__more {
      display: none;
   }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .block-posts-carousel--layout--list .post-card .post-card__image {
      width: 210px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title {
      margin-bottom: 0;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt {
      display: none;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .block-posts-carousel--layout--list .post-card .post-card__image {
      width: 280px;
      min-height: 220px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__content {
      padding: 20px 26px 22px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      margin-bottom: 6px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title {
      margin-bottom: 8px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title h2 {
      font-size: 17px;
      line-height: 24px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt {
      font-size: 15px;
      max-height: 66px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
      line-height: 22px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      display: block;
      width: 32px;
      margin-top: 16px;
      margin-bottom: 8px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__more {
      display: none;
   }
}
@media (min-width: 576px) and (max-width: 767.98px) {
   .block-posts-carousel--layout--list .post-card .post-card__image {
      width: 240px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__content {
      padding: 16px 22px 16px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      margin-bottom: 6px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title {
      margin-bottom: 8px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title h2 {
      font-size: 16px;
      line-height: 22px;
      overflow: hidden;
      max-height: 44px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt {
      font-size: 15px;
      max-height: 66px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
      line-height: 22px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
      line-height: 19px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      display: block;
      width: 32px;
      margin-top: 12px;
      margin-bottom: 10px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__more {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .block-posts-carousel--layout--list .post-card {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
   .block-posts-carousel--layout--list .post-card .post-card__image img {
      max-width: 100%;
      height: auto;
   }
   .block-posts-carousel--layout--list .post-card .post-card__content {
      position: relative;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title h2 {
      margin: 0;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title a {
      color: inherit;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title a:hover {
      text-decoration: underline;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      position: absolute;
      bottom: calc(100% - 1px);
      font-weight: 500;
      z-index: 0;
      font-size: 14px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      left: 0;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category a {
      display: block;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category a:hover {
      text-decoration: underline;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category:before, .block-posts-carousel--layout--list .post-card .post-card__category:after {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      background: #fff;
      z-index: -1;
      height: 100%;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category:before {
      width: 100%;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category:before {
      left: 0;
      border-top-right-radius: 2px;
      -webkit-transform: skewX(30deg);
                  transform: skewX(30deg);
      -webkit-transform-origin: left top;
                  transform-origin: left top;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category:after {
      width: 50px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category:after {
      left: 0;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date {
      font-size: 14px;
      color: #999;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date a {
      color: inherit;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date a:hover {
      color: #003f2b;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      display: block;
      content: '';
      height: 1px;
      background: currentColor;
      opacity: .6;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt {
      overflow: hidden;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      font-size: 13px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__title h2 {
      font-size: 15px;
      line-height: 20px;
      overflow: hidden;
      max-height: 40px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__category {
      height: 22px;
      padding: 0.75rem 1.25rem 0;
   }
   .block-posts-carousel--layout--list .post-card .post-card__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      padding: 1.125rem 1.25rem 1rem;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
      font-size: 13px;
      margin-top: 6px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      top: -1px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__date:before {
      margin-right: 2px;
   }
   .block-posts-carousel--layout--list .post-card .post-card__excerpt,
   .block-posts-carousel--layout--list .post-card .post-card__more {
      display: none;
   }
}
/*
 .block-products-carousel
*/
.owl-theme .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
   box-shadow: 6px 6px 6px #ccc;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
   position: absolute;
   height: 100px;
   color: inherit;
   background: none;
   border: none;
   z-index: 100;
}
.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {
   font-size: 2.5rem;
   color: #eee;
}
.owl-theme .owl-nav .owl-prev {
   left: 0;
}
.owl-theme .owl-nav .owl-next {
   right: 0;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
	text-align: center;
}
.product-gallery__featured .owl-item a {
	margin: auto;
	display: table;
   line-height: 300px;
}
.product-gallery__featured .owl-carousel .owl-item img {
	max-width: 100%;
   max-height: 360px;
   width:auto;
   padding: 5px;
   display: table-cell;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: transparent;
	height: 100%;
	padding: 0 2rem !important;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background-color: rgba(0, 78, 102, 0.25);
	color: white;
}
/** diaporama Accueil */
#accueil .block-slideshow__carousel .owl-dots {
   bottom: 0px;
   z-index: 1000;
}
#accueil .block-slideshow__carousel .owl-carousel button.owl-dot:active:before {
   background: var(--col1);
}
#accueil .block-slideshow__carousel .owl-carousel button.owl-dot:before {
   width: 36px;
   height: 12px;
   background: #013E749C;
   border: 1px solid #fff;
   margin: 6px;
}
#accueil .block-slideshow__carousel .owl-carousel button.owl-dot.active::before {
	background-color: var(--col2);
}
/** */
.block.block-products-carousel {
	padding: 20px 0;
}
.block-products-carousel__carousel {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-products-carousel__carousel .owl-stage-outer {
   margin: -10px;
   padding: 10px;
   position: relative;
}
.block-products-carousel__carousel .owl-stage {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-products-carousel__carousel .owl-item {
   -ms-flex-negative: 0;
         flex-shrink: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-products-carousel__carousel-loader {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity .3s,
 visibility 0s .3s;
   transition: opacity .3s,
 visibility 0s .3s;
}
.block-products-carousel__carousel-loader:before {
   position: absolute;
   display: block;
   content: '';
   left: -10px;
   top: -10px;
   width: calc(100% + 20px);
   height: calc(100% + 20px);
   background: #fafafa;
   opacity: .9;
}
.block-products-carousel__carousel-loader:after {
   left: calc(50% - 50px);
   top: calc(50% - 50px);
   width: 100px;
   height: 100px;
   border-radius: 50px;
   border-width: 2px;
   border-color: rgba(0, 0, 0, 0.1);
   border-top-color: rgba(0, 0, 0, 0.5);
   border-style: solid;
   -webkit-animation-name: loader-animation;
               animation-name: loader-animation;
   -webkit-animation-duration: .5s;
               animation-duration: .5s;
   -webkit-animation-timing-function: linear;
               animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
               animation-iteration-count: infinite;
   position: absolute;
   display: block;
   content: '';
}
.block-products-carousel__carousel--loading .block-products-carousel__carousel-loader {
   visibility: visible;
   -webkit-transition-delay: 0s;
               transition-delay: 0s;
   opacity: 1;
}
.block-products-carousel__column {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   width: 100%;
}
.block-products-carousel__cell {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   flex-basis: 100%;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.block-products-carousel__cell .product-card {
   width: 100%;
}
.block-products-carousel[data-layout="grid-4"] .block-products-carousel__cell + .block-products-carousel__cell,
.block-products-carousel[data-layout="grid-5"] .block-products-carousel__cell + .block-products-carousel__cell {
   margin-top: 20px;
}
.block-products-carousel[data-layout="grid-6"] .block-products-carousel__cell + .block-products-carousel__cell {
   margin-top: 16px;
}
.block-products-carousel[data-layout|="horizontal"] .block-products-carousel__cell + .block-products-carousel__cell {
   margin-top: 14px;
}
/*
 .block-products-columns
*/
.block-products-columns__title {
   border-bottom: 2px solid #ebebeb;
   margin-bottom: 20px;
   padding-bottom: 8px;
   font-size: 20px;
   font-weight: 700;
}
.block-products-columns__list-item + .block-products-columns__list-item {
   margin-top: 16px;
}
.block-products-columns__list-item .product-card {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-products-columns__list-item .product-card .product-card__action--wishlist,
.block-products-columns__list-item .product-card .product-card__action--compare,
.block-products-columns__list-item .product-card .product-card__features,
.block-products-columns__list-item .product-card .product-card__addtocart-icon,
.block-products-columns__list-item .product-card .product-card__addtocart-full,
.block-products-columns__list-item .product-card .product-card__wishlist,
.block-products-columns__list-item .product-card .product-card__compare,
.block-products-columns__list-item .product-card .product-card__meta,
.block-products-columns__list-item .product-card .product-card__fit {
   display: none;
}
.block-products-columns__list-item .product-card .product-card__image {
   padding: 8px 10px;
   width: 112px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.block-products-columns__list-item .product-card .product-card__badges {
   position: absolute;
   top: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: start;
         -ms-flex-align: start;
               align-items: flex-start;
}
.block-products-columns__list-item .product-card .product-card__badges {
   left: 10px;
}
.block-products-columns__list-item .product-card .product-card__badges > * + * {
   margin-top: 3px;
}
.block-products-columns__list-item .product-card .tag-badge {
   height: 16px;
   padding: 3px 11px 0;
}
.block-products-columns__list-item .product-card .tag-badge:before {
   left: 3px;
   right: 3px;
}
.block-products-columns__list-item .product-card .tag-badge:before {
   -webkit-transform: skewX(-20deg);
               transform: skewX(-20deg);
}
.block-products-columns__list-item .product-card .product-card__actions-list {
   position: absolute;
}
.block-products-columns__list-item .product-card .product-card__actions-list {
   right: 0;
}
.block-products-columns__list-item .product-card .product-card__info {
   padding-top: 12px;
   padding-bottom: 40px;
}
.block-products-columns__list-item .product-card .product-card__info {
   padding-right: 10px;
}
.block-products-columns__list-item .product-card .product-card__name {
   font-size: 15px;
   line-height: 18px;
   max-height: 36px;
   overflow: hidden;
}
.block-products-columns__list-item .product-card .product-card__name {
   padding-right: 26px;
}
.block-products-columns__list-item .product-card .product-card__rating {
   margin: -3px 0 -2px 0;
   padding-top: 7px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.block-products-columns__list-item .product-card .product-card__rating-stars,
.block-products-columns__list-item .product-card .product-card__rating-label {
   margin: 3px 0 2px 0;
}
.block-products-columns__list-item .product-card .product-card__rating-stars {
   margin-right: 7px;
}
.block-products-columns__list-item .product-card .product-card__rating-label {
   line-height: 1;
}
.block-products-columns__list-item .product-card .product-card__prices {
   position: absolute;
   bottom: 14px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
         -ms-flex-align: end;
               align-items: flex-end;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.block-products-columns__list-item .product-card .product-card__prices {
   left: 112px;
}
.block-products-columns__list-item .product-card .product-card__price--old {
   font-size: 14px;
}
.block-products-columns__list-item .product-card .product-card__price--old {
   margin-left: 6px;
}
@media (min-width: 1400px) {
   .block-products-columns__list-item .product-card .product-card__image {
      padding: 8px 16px;
      width: 136px;
   }
   .block-products-columns__list-item .product-card .product-card__info {
      padding-top: 14px;
      padding-bottom: 42px;
   }
   .block-products-columns__list-item .product-card .product-card__name {
      font-size: 16px;
      line-height: 20px;
      max-height: 40px;
   }
   .block-products-columns__list-item .product-card .product-card__prices {
      bottom: 16px;
   }
   .block-products-columns__list-item .product-card .product-card__prices {
      left: 136px;
   }
}
@media (max-width: 1199.98px) {
   .block-products-columns {
      display: none;
   }
}
/*
 .block-reviews
*/
.block-reviews__title {
   font-size: 32px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 28px;
}
.block-reviews__subtitle {
   color: #6c757d;
   text-align: center;
   margin-bottom: 28px;
   font-size: 15px;
   margin-top: -24px;
}
.block-reviews__list .owl-stage-outer {
   margin: -10px;
   padding: 10px;
}
.block-reviews__list .owl-dots {
   margin-top: 18px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.block-reviews__list .owl-carousel button.owl-dot:before {
   display: block;
   content: '';
   width: 10px;
   height: 10px;
   border-radius: 5px;
   background: rgba(0, 0, 0, 0.12);
   -webkit-transition: background .2s;
   transition: background .2s;
   margin: 6px;
}
.block-reviews__list .owl-carousel button.owl-dot:focus {
   outline: none;
}
.block-reviews__list .owl-carousel button.owl-dot:hover:before {
   background: rgba(0, 0, 0, 0.22);
}
.block-reviews__list .owl-carousel button.owl-dot.active:before {
   background: #333;
}
.block-reviews__item {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   max-width: 690px;
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-reviews__item-avatar {
   width: 190px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.block-reviews__item-avatar {
   margin-left: 12px;
   margin-right: -12px;
}
.block-reviews__item-avatar img {
   max-width: 100%;
}
.block-reviews__item-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-pack: justify;
         -ms-flex-pack: justify;
               justify-content: space-between;
   padding: 24px 32px;
}
.block-reviews__item-text {
   font-size: 15px;
   font-style: italic;
   line-height: 24px;
}
.block-reviews__item-meta {
   margin-top: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
         -ms-flex-pack: justify;
               justify-content: space-between;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.block-reviews__item-author {
   color: #6c757d;
   font-size: 14px;
   position: relative;
   line-height: 20px;
}
.block-reviews__item-author:before {
   display: inline-block;
   height: 1px;
   width: 18px;
   background: currentColor;
   content: '';
   opacity: .8;
   position: relative;
   vertical-align: middle;
}
.block-reviews__item-author:before {
   left: 0;
   margin-right: 4px;
}
.block-reviews__item-rating {
   padding-bottom: 4px;
}
@media (max-width: 767.98px) {
   .block-reviews__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .block-reviews__item-avatar {
      margin: 36px 36px 0;
      overflow: hidden;
      -ms-flex-item-align: center;
            align-self: center;
      width: 140px;
      border-radius: 70px;
   }
   .block-reviews__item-avatar {
      margin-left: 0;
      margin-right: 0;
   }
   .block-reviews__item-content {
      text-align: center;
   }
   .block-reviews__item-meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      margin-top: 0;
      padding: 28px 0 20px;
   }
   .block-reviews__item-rating {
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
      padding-top: 8px;
      padding-bottom: 0;
   }
}
/*
 .block-sale
*/
.block-sale__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
}
.block-sale__header {
   text-align: center;
   position: relative;
   padding: 14px 32px 0;
   margin: 0 auto -28px;
   z-index: 1;
}
.block-sale__header-decor {
   position: absolute;
   width: 100%;
   bottom: 1px;
   left: 0;
   z-index: -1;
}
.block-sale__header-decor .decor__start,
.block-sale__header-decor .decor__end,
.block-sale__header-decor .decor__center {
   background: #fafafa;
}
.block-sale__header-decor .decor__start,
.block-sale__header-decor .decor__end {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.block-sale__header-decor .decor__body {
   height: 38px;
   margin: 0 -10px -10px;
}
.block-sale__header-decor .decor__start,
.block-sale__header-decor .decor__end {
   height: 28px;
   width: calc(50% - 26.1658px);
}
.block-sale__header-decor .decor__start {
   left: 10px;
   -webkit-transform: skewX(30deg);
               transform: skewX(30deg);
}
.block-sale__header-decor .decor__end {
   right: 10px;
   -webkit-transform: skewX(-30deg);
               transform: skewX(-30deg);
}
.block-sale__header-decor .decor__center {
   height: 28px;
   width: 34.3316px;
}
.block-sale__header-decor .decor__start {
   border-bottom-left-radius: 2px;
}
.block-sale__header-decor .decor__end {
   border-bottom-right-radius: 2px;
}
.block-sale__controls {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.block-sale__link {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 15px;
   line-height: 22px;
   padding: 18px 0;
}
.block-sale__link a {
   color: #6c757d;
   -webkit-transition: color .12s;
   transition: color .12s;
}
.block-sale__link a:hover {
   color: inherit;
}
.block-sale__arrow {
   position: absolute;
   bottom: 3px;
}
.block-sale__arrow .arrow__button {
   height: 31px;
   padding: 0 24.89785px;
}
.block-sale__arrow .arrow__button:before {
   width: calc(100% - 17.89785px);
}
.block-sale__arrow .arrow__button:before {
   left: 8.94893px;
}
.block-sale__arrow .arrow__button:before {
   -webkit-transform: skewX(30deg);
               transform: skewX(30deg);
}
.block-sale__arrow--prev {
   left: -49.7957px;
}
.block-sale__arrow--next .arrow__button:before {
   -webkit-transform: skewX(-30deg);
               transform: skewX(-30deg);
}
.block-sale__arrow--next {
   right: -49.7957px;
}
.block-sale__title {
   font-size: 32px;
   font-weight: 700;
   line-height: 1;
}
.block-sale__subtitle {
   color: #6c757d;
   line-height: 1;
   margin-top: 10px;
}
.block-sale__timer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   margin-top: 24px;
}
.block-sale__arrows {
   position: absolute;
   z-index: 1;
   bottom: 3px;
   left: 0;
   width: 100%;
}
.block-sale__body {
   position: relative;
   padding-top: 104px;
   padding-bottom: 100px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.block-sale__body-decor {
   position: absolute;
   width: 100%;
   bottom: -1px;
}
.block-sale__body-decor .decor__start,
.block-sale__body-decor .decor__end,
.block-sale__body-decor .decor__center {
   background: #fafafa;
}
.block-sale__body-decor .decor__start,
.block-sale__body-decor .decor__end {
   -webkit-box-shadow: none;
               box-shadow: none;
}
.block-sale__image {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-size: cover;
   background-position: center center;
   z-index: -1;
}
.block-sale__image:before {
   display: block;
   content: '';
   width: 100%;
   height: 100%;
   background: rgba(38, 38, 38, 0.8);
}
.block-sale__carousel .owl-stage-outer {
   margin: -10px;
   padding: 10px;
}
.block-sale__carousel .owl-stage {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-sale__carousel .owl-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.block-sale__carousel .owl-dots {
   margin-top: 28px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   margin-bottom: -38px;
}
.block-sale__carousel .owl-carousel button.owl-dot:before {
   display: block;
   content: '';
   width: 10px;
   height: 10px;
   border-radius: 5px;
   background: rgba(255, 255, 255, 0.3);
   -webkit-transition: background .12s;
   transition: background .12s;
   margin: 6px;
}
.block-sale__carousel .owl-carousel button.owl-dot:focus {
   outline: none;
}
.block-sale__carousel .owl-carousel button.owl-dot:hover:before {
   background: rgba(255, 255, 255, 0.5);
}
.block-sale__carousel .owl-carousel button.owl-dot:active:before {
   background: rgba(255, 255, 255, 0.7);
}
.block-sale__carousel .owl-carousel button.owl-dot.active:before {
   background: #333;
}
.block-sale__item {
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: stretch;
         -ms-flex-pack: stretch;
               justify-content: stretch;
   width: 100%;
}
.block-sale__item .product-card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   position: relative;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   border-radius: 4px;;
}
.block-sale__item .product-card .product-card__addtocart-full,
.block-sale__item .product-card .product-card__wishlist,
.block-sale__item .product-card .product-card__compare {
   display: none;
}
.block-sale__item .product-card:after {
   display: block;
   position: static;
   content: '';
   -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
               order: 1;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.block-sale__item .product-card .product-card__badges {
   position: absolute;
   top: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: start;
         -ms-flex-align: start;
               align-items: flex-start;
}
.block-sale__item .product-card .product-card__badges {
   left: 16px;
}
.block-sale__item .product-card .product-card__badges > * + * {
   margin-top: 3px;
}
.block-sale__item .product-card .product-card__actions-list {
   position: absolute;
   overflow: hidden;
   z-index: 1;
}
.block-sale__item .product-card .product-card__actions-list {
   right: 0;
}
.block-sale__item .product-card .product-card__image {
   display: block;
   position: relative;
}
.block-sale__item .product-card .product-card__image img {
   max-width: 100%;
   height: auto;
}
.block-sale__item .product-card .product-card__fit {
   position: absolute;
   bottom: 8px;
}
.block-sale__item .product-card .product-card__fit .status-badge__text {
   display: none;
}
.block-sale__item .product-card .product-card__fit .status-badge__tooltip {
   display: block;
}
.block-sale__item .product-card .product-card__fit {
   left: calc(16px - 3px);
}
.block-sale__item .product-card .product-card__meta {
   padding: 6px 16px;
}
.block-sale__item .product-card .product-card__name {
   padding: 0 16px;
   line-height: 1.1875;
}
.block-sale__item .product-card .product-card__rating {
   margin: -3px 0 -2px 0;
   padding: 8px 16px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.block-sale__item .product-card .product-card__rating-stars,
.block-sale__item .product-card .product-card__rating-label {
   margin: 3px 0 2px 0;
}
.block-sale__item .product-card .product-card__rating-stars {
   margin-right: 7px;
}
.block-sale__item .product-card .product-card__rating-label {
   line-height: 1;
}
.block-sale__item .product-card .product-card__features {
   padding: 10px 16px 0;
   margin-bottom: -2px;
   display: none;
}
.block-sale__item .product-card .product-card__footer {
   padding: 16px;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
               order: 2;
}
.block-sale__item .product-card .product-card__prices {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 18px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
         -ms-flex-align: end;
               align-items: flex-end;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.block-sale__item .product-card .product-card__price--old {
   font-size: 14px;
}
.block-sale__item .product-card .product-card__price--old {
   margin-left: 6px;
}
.block-sale__item .product-card .product-card__addtocart-icon {
   margin: -3px;
}
@media (hover: hover) {
   .block-sale__item .product-card .product-card__action--wishlist,
   .block-sale__item .product-card .product-card__action--compare {
      -webkit-transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      opacity: 0;
      will-change: transform;
   }
   .block-sale__item .product-card .product-card__action--wishlist, 
   .block-sale__item .product-card .product-card__action--compare {
      -webkit-transform: translateX(100%) translateX(6px);
                  transform: translateX(100%) translateX(6px);
   }
   .block-sale__item .product-card:hover .product-card__action--wishlist,
   .block-sale__item .product-card:hover .product-card__action--compare, .block-sale__item .product-card:active .product-card__action--wishlist,
   .block-sale__item .product-card:active .product-card__action--compare {
      -webkit-transform: none;
                  transform: none;
      opacity: 1;
   }
}
.block-sale__item .product-card .product-card__image img {
   border-top-left-radius: 2.5px;
   border-top-right-radius: 2.5px;
}
.block-sale__item .product-card .product-card__action:first-child {
   border-top-right-radius: 2.5px;
}
@media (max-width: 1399.98px) {
   .block-sale__body {
      padding-top: 96px;
      padding-bottom: 92px;
   }
}
@media (max-width: 1199.98px) {
   .block-sale__body {
      padding-top: 88px;
      padding-bottom: 84px;
   }
}
@media (max-width: 991.98px) {
   .block-sale__body {
      padding-top: 80px;
      padding-bottom: 76px;
   }
}
@media (max-width: 767.98px) {
   .block-sale__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .block-sale__link {
      padding: 16px 24px;
      min-width: 300px;
   }
   .block-sale__controls {
      padding: 0;
      position: relative;
      -ms-flex-item-align: center;
            align-self: center;
      min-width: 220px;
   }
}
@media (max-width: 575.98px) {
   .block-sale__body {
      padding-top: 51px;
      padding-bottom: 28px;
   }
   .block-sale__carousel .owl-dots {
      margin-bottom: 0;
      margin-top: 24px;
   }
}
@media (max-width: 499px) {
   .block-sale__header {
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto -23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .block-sale__header-decor .decor__body {
      height: 33px;
      margin: 0 -10px -10px;
   }
   .block-sale__header-decor .decor__start,
   .block-sale__header-decor .decor__end {
      height: 23px;
      width: calc(50% - 23.27905px);
   }
   .block-sale__header-decor .decor__start {
      left: 10px;
      -webkit-transform: skewX(30deg);
                  transform: skewX(30deg);
   }
   .block-sale__header-decor .decor__end {
      right: 10px;
      -webkit-transform: skewX(-30deg);
                  transform: skewX(-30deg);
   }
   .block-sale__header-decor .decor__center {
      height: 23px;
      width: 28.5581px;
   }
   .block-sale__link {
      padding: 14px 20px;
   }
   .block-sale__arrow .arrow__button {
      height: 27px;
      padding: 0 20.58845px;
   }
   .block-sale__arrow .arrow__button:before {
      width: calc(100% - 15.58845px);
   }
   .block-sale__arrow .arrow__button:before {
      left: 7.79423px;
   }
   .block-sale__arrow .arrow__button:before {
      -webkit-transform: skewX(30deg);
                  transform: skewX(30deg);
   }
   .block-sale__arrow--prev {
      left: -42.1769px;
   }
   .block-sale__arrow--next .arrow__button:before {
      -webkit-transform: skewX(-30deg);
                  transform: skewX(-30deg);
   }
   .block-sale__arrow--next {
      right: -42.1769px;
   }
}
@media (max-width: 474px) {
   .block-sale__title {
      font-size: 28px;
      line-height: 30px;
   }
   .block-sale__subtitle {
      margin-top: 6px;
      font-size: 15px;
   }
   .block-sale__timer {
      margin-top: 16px;
   }
   .block-sale__link {
      padding: 13px 20px;
      min-width: 220px;
      font-size: 14px;
   }
}
/*
 .block-slideshow
*/
.block.block-slideshow {
	background-color: #fff;
	margin: 10px 0;
}
.block-slideshow__item {
   border-radius: 2.5px;
   overflow: hidden;
   height: 500px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   padding: 84px 100px;
   position: relative;
   z-index: 0;
}
.block-slideshow__item, .block-slideshow__item:hover {
   color: #262626;
}
.block-slideshow__item-image {
   position: absolute;
   z-index: -1;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-size: cover;
}
.block-slideshow__item-image--mobile {
   display: none;
   background-position: top center;
}
.block-slideshow__item-offer {
   background: #ffdf40;
   color: #262626;
   -ms-flex-item-align: start;
         align-self: flex-start;
   font-size: 36px;
   line-height: 40px;
   font-weight: 700;
   padding: 2px 8px 0;
   margin-bottom: 12px;
   opacity: 0;
   -webkit-transition: opacity .5s .5s,
 -webkit-transform .5s .5s;
   transition: opacity .5s .5s,
 -webkit-transform .5s .5s;
   transition: transform .5s .5s,
 opacity .5s .5s;
   transition: transform .5s .5s,
 opacity .5s .5s,
 -webkit-transform .5s .5s;
}
.block-slideshow__item-offer {
   -webkit-transform: translateX(-24px);
               transform: translateX(-24px);
}
.owl-item.active .block-slideshow__item-offer {
   -webkit-transform: translateX(0);
               transform: translateX(0);
   opacity: 1;
}
.block-slideshow__item-title {
   font-size: 48px;
   line-height: 56px;
   font-weight: 700;
   display: block;
   opacity: 0;
   -webkit-transition: opacity .8s .2s;
   transition: opacity .8s .2s;
}
.owl-item.active .block-slideshow__item-title {
   opacity: 1;
}
.block-slideshow__item-details {
   color: #6c757d;
   font-size: 18px;
   line-height: 30px;
   display: block;
   margin-top: 16px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   -webkit-transform: translateY(12px);
               transform: translateY(12px);
   opacity: 0;
   -webkit-transition: opacity .5s .5s,
 -webkit-transform .5s .5s;
   transition: opacity .5s .5s,
 -webkit-transform .5s .5s;
   transition: transform .5s .5s,
 opacity .5s .5s;
   transition: transform .5s .5s,
 opacity .5s .5s,
 -webkit-transform .5s .5s;
}
.owl-item.active .block-slideshow__item-details {
   -webkit-transform: translateX(0);
               transform: translateX(0);
   opacity: 1;
}
.block-slideshow__item-button {
   margin-top: 24px;
   -ms-flex-item-align: start;
         align-self: flex-start;
   font-size: 18px;
   line-height: 28px;
   padding: 10px 40px;
   border-radius: 4px;;
   -webkit-transition: background-color .2s,
 color .2s,
 opacity .5s .5s;
   transition: background-color .2s,
 color .2s,
 opacity .5s .5s;
   background: #333;
   color: #fff;
   opacity: 0;
}
.owl-item.active .block-slideshow__item-button {
   opacity: 1;
}
.block-slideshow__item-button:hover {
   background: #333;
   color: #fff;
}
.block-slideshow__item-button:active {
   background: #4d4d4d;
   color: #fff;
}
.block-slideshow__carousel {
   position: relative;
   background-color: #fff;
}
.block-slideshow__carousel .owl-dots {
   position: absolute;
   bottom: 26px;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   pointer-events: none;
}
.block-slideshow__carousel .owl-carousel button.owl-dot {
   pointer-events: auto;
}
.block-slideshow__carousel .owl-carousel button.owl-dot:focus {
   outline: none;
}
.block-slideshow__carousel .owl-carousel button.owl-dot:before {
   display: block;
   content: '';
   width: 12px;
   height: 12px;
   border-radius: 6px;
   background: rgba(204, 204, 204, 0.7);
   margin: 5px;
   -webkit-transition: background .12s;
   transition: background .12s;
}
.block-slideshow__carousel .owl-carousel button.owl-dot:hover:before {
   background: rgba(179, 179, 179, 0.7);
}
.block-slideshow__carousel .owl-carousel button.owl-dot:active:before {
   background: rgba(153, 153, 153, 0.7);
}
.block-slideshow__carousel .owl-carousel button.owl-dot.active:before {
   background: #333;
}
@media (max-width: 1399.98px) {
   .block-slideshow__item {
      padding: 68px 80px;
      height: 460px;
   }
   .block-slideshow__item-details {
      margin-top: 12px;
   }
}
@media (max-width: 1199.98px) {
   .block-slideshow__item {
      padding: 60px;
      height: 380px;
   }
   .block-slideshow__item-offer {
      font-size: 24px;
      line-height: 28px;
      padding: 1px 6px 1px;
      margin-bottom: 8px;
   }
   .block-slideshow__item-title {
      font-size: 36px;
      line-height: 44px;
   }
   .block-slideshow__item-details {
      font-size: 16px;
      line-height: 26px;
      margin-top: 8px;
   }
   .block-slideshow__item-button {
      font-size: 16px;
      line-height: 24px;
      padding: 8px 28px;
   }
   .block-slideshow__carousel .owl-dots {
      bottom: 22px;
   }
}
@media (max-width: 991.98px) {
   .block-slideshow__item {
      padding: 36px 40px 40px;
      height: 320px;
   }
   .block-slideshow__item-offer {
      margin-bottom: 10px;
   }
   .block-slideshow__item-title {
      font-size: 32px;
      line-height: 38px;
   }
   .block-slideshow__item-button {
      font-size: 15px;
      line-height: 24px;
      padding: 6px 24px;
   }
   .block-slideshow__carousel .owl-dots {
      bottom: 18px;
   }
}
@media (max-width: 767.98px) {
   .block-slideshow__item {
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      text-align: center;
      height: 480px;
   }
   .block-slideshow__item-image--desktop {
      display: none;
   }
   .block-slideshow__item-image--mobile {
      display: block;
   }
   .block-slideshow__item-offer {
      -ms-flex-item-align: center;
            align-self: center;
   }
   .block-slideshow__item-details {
      display: none;
   }
   .block-slideshow__item-button {
      -ms-flex-item-align: center;
            align-self: center;
   }
   .block-slideshow__item--dark {
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
}
@media (max-width: 474px) {
   .block-slideshow__item {
      padding: 28px 32px 32px;
      height: 360px;
   }
   .block-slideshow__item-offer {
      font-size: 20px;
      line-height: 24px;
      padding: 1px 6px 1px;
      margin-bottom: 8px;
   }
   .block-slideshow__item-title {
      font-size: 24px;
      line-height: 30px;
   }
   .block-slideshow__item-button {
      font-size: 14px;
      line-height: 21px;
      padding: 5.5px 20px;
      margin-top: 20px;
   }
}
/*
 .block-space
*/
@media (min-width: 1200px) {
   .block-space--layout--after-header {
      height: 84px;
   }
   .block-space--layout--after-header.block-space--header--classic {
      height: 72px;
   }
}
@media (max-width: 1199.98px) {
   .block-space--layout--after-header {
      height: 56px;
   }
}
@media (max-width: 767.98px) {
   .block-space--layout--after-header {
      height: 48px;
   }
}
@media (max-width: 575.98px) {
   .block-space--layout--after-header {
      height: 36px;
   }
}
.block-space--layout--before-footer {
   height: 40px;
}
@media (max-width: 1199.98px) {
   .block-space--layout--before-footer {
      height: 72px;
   }
}
@media (max-width: 575.98px) {
   .block-space--layout--before-footer {
      height: 48px;
   }
}
.block-space--layout--divider-xl {
   height: 72px;
}
.block-space--layout--divider-lg {
   height: 60px;
}
.block-space--layout--divider-nl {
   height: 52px;
}
.block-space--layout--divider-sm {
   height: 40px;
}
.block-space--layout--divider-xs {
   height: 36px;
}
.block-space--layout--spaceship-ledge-height {
   height: 24px;
}
@media (max-width: 1199.98px) {
   .block-space--layout--spaceship-ledge-height {
      display: none;
   }
}
/*
 .block-split
*/
@media (min-width: 1400px) {
   .block-split--has-sidebar .block-split__item-sidebar {
      width: 270px;
   }
   .block-split--has-sidebar .block-split__item-content {
      width: calc(100% - 290px);
   }
   .block-split--has-sidebar .block-split__item + .block-split__item {
      margin-left: 20px;
   }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
   .block-split--has-sidebar .block-split__item-sidebar {
      width: 260px;
   }
   .block-split--has-sidebar .block-split__item-content {
      width: calc(100% - 292px);
   }
   .block-split--has-sidebar .block-split__item + .block-split__item {
      margin-left: 32px;
   }
}
@media (max-width: 991.98px) {
   .block-split__item-sidebar {
      width: 100%;
      -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                  order: 1;
      margin-top: 52px;
   }
   .block-split__item-content {
      width: 100%;
   }
}
/*
 .block-teammates
*/
.block-teammates__title {
   font-size: 32px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 40px;
}
.block-teammates__subtitle {
   color: #6c757d;
   text-align: center;
   margin-bottom: 32px;
   font-size: 15px;
   margin-top: -36px;
}
.block-teammates__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-teammates__list .owl-stage-outer {
   margin: -10px;
   padding: 10px;
}
.block-teammates__list .owl-dots {
   margin-top: 18px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.block-teammates__list .owl-carousel button.owl-dot:before {
   display: block;
   content: '';
   width: 10px;
   height: 10px;
   border-radius: 5px;
   background: rgba(0, 0, 0, 0.12);
   -webkit-transition: background .2s;
   transition: background .2s;
   margin: 6px;
}
.block-teammates__list .owl-carousel button.owl-dot:focus {
   outline: none;
}
.block-teammates__list .owl-carousel button.owl-dot:hover:before {
   background: rgba(0, 0, 0, 0.22);
}
.block-teammates__list .owl-carousel button.owl-dot.active:before {
   background: #333;
}
.block-teammates__item {
   -ms-flex-negative: 0;
         flex-shrink: 0;
   max-width: 240px;
   margin: 0 auto;
}
@media (max-width: 767.98px) {
   .block-teammates__list {
      padding: 0 10px;
   }
}
/*
 .block-zone
*/
.block-zone__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__widget {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
}
.block-zone__widget-header {
   border-bottom: 2px solid #ebebeb;
   margin-bottom: 24px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__widget-body {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__tabs {
   margin-bottom: -2px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__tabs-button {
   padding: 7px 16px 6px;
   margin: 0;
   border: none;
   background: transparent;
   font-family: inherit;
   color: inherit;
   font-size: 16px;
   font-weight: 500;
   border-bottom: 2px solid #ebebeb;
   -webkit-transition: background .12s,
 border-color .12s;
   transition: background .12s,
 border-color .12s;
}
.block-zone__tabs-button {
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}
.block-zone__tabs-button:focus {
   outline: none;
}
.block-zone__tabs-button:not(.block-zone__tabs-button--active):hover {
   background: #f2f2f2;
   border-color: #e0e0e0;
}
.block-zone__tabs-button--active {
   border-color: #333;
}
.block-zone__arrows {
   -ms-flex-item-align: center;
         align-self: center;
}
.block-zone__arrow {
   -ms-flex-item-align: center;
         align-self: center;
}
.block-zone__arrow {
   margin-left: auto;
}
.block-zone__arrow--next {
   margin-left: -5.37131px;
}
.block-zone__carousel {
   position: relative;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__carousel .owl-carousel.owl-loaded {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__carousel .owl-stage-outer {
   margin: -10px;
   padding: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__carousel .owl-stage {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__carousel .owl-item {
   -ms-flex-negative: 0;
         flex-shrink: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.block-zone__carousel-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}
.block-zone__carousel-item .product-card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   position: relative;
   width: 100%;
}
.block-zone__carousel-item .product-card .product-card__addtocart-full,
.block-zone__carousel-item .product-card .product-card__wishlist,
.block-zone__carousel-item .product-card .product-card__compare {
   display: none;
}
.block-zone__carousel-item .product-card:after {
   display: block;
   position: static;
   content: '';
   -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
               order: 1;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.block-zone__carousel-item .product-card .product-card__badges {
   position: absolute;
   top: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: start;
         -ms-flex-align: start;
               align-items: flex-start;
}
.block-zone__carousel-item .product-card .product-card__badges {
   left: 16px;
}
.block-zone__carousel-item .product-card .product-card__badges > * + * {
   margin-top: 3px;
}
.block-zone__carousel-item .product-card .product-card__actions-list {
   position: absolute;
   overflow: hidden;
   z-index: 1;
}
.block-zone__carousel-item .product-card .product-card__actions-list {
   right: 0;
}
.block-zone__carousel-item .product-card .product-card__image {
   display: block;
   position: relative;
}
.block-zone__carousel-item .product-card .product-card__image img {
   max-width: 100%;
   height: auto;
}
.block-zone__carousel-item .product-card .product-card__fit {
   position: absolute;
   bottom: 8px;
}
.block-zone__carousel-item .product-card .product-card__fit .status-badge__text {
   display: none;
}
.block-zone__carousel-item .product-card .product-card__fit .status-badge__tooltip {
   display: block;
}
.block-zone__carousel-item .product-card .product-card__fit {
   left: calc(16px - 3px);
}
.block-zone__carousel-item .product-card .product-card__meta {
   padding: 6px 16px;
}
.block-zone__carousel-item .product-card .product-card__name {
   padding: 0 16px;
   line-height: 1.1875;
}
.block-zone__carousel-item .product-card .product-card__rating {
   margin: -3px 0 -2px 0;
   padding: 8px 16px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.block-zone__carousel-item .product-card .product-card__rating-stars,
.block-zone__carousel-item .product-card .product-card__rating-label {
   margin: 3px 0 2px 0;
}
.block-zone__carousel-item .product-card .product-card__rating-stars {
   margin-right: 7px;
}
.block-zone__carousel-item .product-card .product-card__rating-label {
   line-height: 1;
}
.block-zone__carousel-item .product-card .product-card__features {
   padding: 10px 16px 0;
   margin-bottom: -2px;
   display: none;
}
.block-zone__carousel-item .product-card .product-card__footer {
   padding: 16px;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
               order: 2;
}
.block-zone__carousel-item .product-card .product-card__prices {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 18px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
         -ms-flex-align: end;
               align-items: flex-end;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.block-zone__carousel-item .product-card .product-card__price--old {
   font-size: 14px;
}
.block-zone__carousel-item .product-card .product-card__price--old {
   margin-left: 6px;
}
.block-zone__carousel-item .product-card .product-card__addtocart-icon {
   margin: -3px;
}
@media (hover: hover) {
   .block-zone__carousel-item .product-card .product-card__action--wishlist,
   .block-zone__carousel-item .product-card .product-card__action--compare {
      -webkit-transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      opacity: 0;
      will-change: transform;
   }
   .block-zone__carousel-item .product-card .product-card__action--wishlist, 
   .block-zone__carousel-item .product-card .product-card__action--compare {
      -webkit-transform: translateX(100%) translateX(6px);
                  transform: translateX(100%) translateX(6px);
   }
   .block-zone__carousel-item .product-card:hover .product-card__action--wishlist,
   .block-zone__carousel-item .product-card:hover .product-card__action--compare, .block-zone__carousel-item .product-card:active .product-card__action--wishlist,
   .block-zone__carousel-item .product-card:active .product-card__action--compare {
      -webkit-transform: none;
                  transform: none;
      opacity: 1;
   }
}
.block-zone__carousel-loader {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity .3s,
 visibility 0s .3s;
   transition: opacity .3s,
 visibility 0s .3s;
}
.block-zone__carousel-loader:before {
   position: absolute;
   display: block;
   content: '';
   left: -10px;
   top: -10px;
   width: calc(100% + 20px);
   height: calc(100% + 20px);
   background: #fafafa;
   opacity: .9;
}
.block-zone__carousel-loader:after {
   left: calc(50% - 50px);
   top: calc(50% - 50px);
   width: 100px;
   height: 100px;
   border-radius: 50px;
   border-width: 2px;
   border-color: rgba(0, 0, 0, 0.1);
   border-top-color: rgba(0, 0, 0, 0.5);
   border-style: solid;
   -webkit-animation-name: loader-animation;
               animation-name: loader-animation;
   -webkit-animation-duration: .5s;
               animation-duration: .5s;
   -webkit-animation-timing-function: linear;
               animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
               animation-iteration-count: infinite;
   position: absolute;
   display: block;
   content: '';
}
.block-zone__carousel--loading .block-zone__carousel-loader {
   visibility: visible;
   -webkit-transition-delay: 0s;
               transition-delay: 0s;
   opacity: 1;
}
@media (min-width: 1200px) {
   .block-zone__card {
      width: 285px;
   }
   .block-zone__card {
      margin-right: 36px;
   }
   .block-zone__widget {
      width: calc(100% - 321px);
   }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .block-zone__card {
      width: 264px;
   }
   .block-zone__card {
      margin-right: 28px;
   }
   .block-zone__widget {
      width: calc(100% - 292px);
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .block-zone__card {
      width: 232px;
   }
   .block-zone__card {
      margin-right: 24px;
   }
   .block-zone__widget {
      width: calc(100% - 256px);
   }
}
@media (max-width: 767.98px) {
   .block-zone__body {
      display: block;
   }
   .block-zone__widget {
      margin-top: 16px;
   }
   .block-zone__tabs {
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }
   .block-zone__tabs > :first-child {
      margin-left: auto;
   }
   .block-zone__tabs > :last-child {
      margin-right: auto;
   }
   .block-zone__arrow--prev {
      -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                  order: -1;
   }
   .block-zone__arrow--prev .arrow__button:before {
      -webkit-transform: skewX(20deg);
                  transform: skewX(20deg);
   }
   .block-zone__arrow--prev {
      margin-left: 0;
      margin-right: auto;
   }
   .block-zone__arrow--next {
      margin-left: 8px;
   }
}
/* ----------------------------------------
 Widgets
 ---------------------------------------- */
/*
 .widget-about-us
*/
.widget-about-us__body {
   padding: 0 1.5rem 1.5rem;
   margin-top: -.25rem;
}
.widget-about-us__text {
   font-size: 16px;
   line-height: 26px;
}
.widget-about-us__social-links {
   margin-top: 16px;
}
/*
 .widget-categories-list
*/
.widget-categories-list__body {
   padding: 1.5rem;
}
.widget-categories-list__body a {
   color: inherit;
   -webkit-transition: color .1s;
   transition: color .1s;
}
.widget-categories-list__root {
   list-style: none;
   margin: 0;
   padding: 0;
}
.widget-categories-list__root-item {
   line-height: 20px;
}
.widget-categories-list__root-item + .widget-categories-list__root-item {
   margin-top: .375rem;
}
.widget-categories-list__root-link {
   font-weight: 500;
   font-size: 17px;
}
.widget-categories-list__root-item--has-children + .widget-categories-list__root-item {
   margin-top: 1.375rem;
}
.widget-categories-list__child {
   list-style: none;
   padding: 0;
   font-size: 15px;
   margin: 10px 0 0;
}
.widget-categories-list__child + .widget-categories-list__child {
   margin-top: 0;
   overflow: hidden;
   height: 0;
   opacity: 0;
   -webkit-transition: height .2s ease-in-out,
 opacity .2s ease-in-out;
   transition: height .2s ease-in-out,
 opacity .2s ease-in-out;
}
.widget-categories-list__child-item {
   padding: 3px 0;
}
.widget-categories-list__show-more {
   position: relative;
   display: inline;
   border: none;
   background: transparent;
   padding: 0;
   color: #999;
   font-size: 14px;
   font-family: inherit;
}
.widget-categories-list__show-more {
   padding-left: 16px;
}
.widget-categories-list__show-more:hover {
   text-decoration: underline;
}
.widget-categories-list__show-more:focus {
   outline: none;
}
.widget-categories-list__show-more-arrow {
   fill: currentColor;
   position: absolute;
   top: 6px;
   -webkit-transition: -webkit-transform .2s;
   transition: -webkit-transform .2s;
   transition: transform .2s;
   transition: transform .2s, -webkit-transform .2s;
   opacity: .78;
}
.widget-categories-list__show-more-arrow {
   left: 0;
}
.widget-categories-list__show-more-arrow i {
   display: block;
}
.widget-categories-list__show-more-collapse-text {
   display: none;
}
.widget-categories-list--open .widget-categories-list__child + .widget-categories-list__child {
   height: auto;
   opacity: 1;
}
.widget-categories-list--open .widget-categories-list__show-more-expand-text {
   display: none;
}
.widget-categories-list--open .widget-categories-list__show-more-collapse-text {
   display: inline;
}
.widget-categories-list--open .widget-categories-list__show-more-arrow {
   -webkit-transform: rotate(180deg);
               transform: rotate(180deg);
}
/*
 .widget-categories
*/
.widget-categories__list {
   padding: 0;
   margin: 0;
   list-style: none;
}
.widget-categories__item {
   position: relative;
}
.widget-categories__link {
   display: block;
   color: inherit;
   padding: 5px 0;
   -webkit-transition: color .12s;
   transition: color .12s;
}
.widget-categories__link {
   margin-right: 34px;
}
.widget-categories__expander {
   position: absolute;
   top: 2px;
   padding: 0;
   border: none;
   width: 26px;
   height: 26px;
   border-radius: 4px;;
   -webkit-transition: color .15s,
 background .15s;
   transition: color .15s,
 background .15s;
}
.widget-categories__expander {
   right: 0;
}
.widget-categories__expander:focus {
   outline: none;
}
.widget-categories__expander:before, .widget-categories__expander:after {
   display: block;
   position: absolute;
   content: '';
   width: 10px;
   height: 2px;
   background: currentColor;
   top: 12px;
}
.widget-categories__expander:before, .widget-categories__expander:after {
   left: 8px;
}
.widget-categories__expander:after {
   -webkit-transition: -webkit-transform .2s ease-in-out;
   transition: -webkit-transform .2s ease-in-out;
   transition: transform .2s ease-in-out;
   transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
   -webkit-transform: rotateZ(90deg);
               transform: rotateZ(90deg);
}
.widget-categories__expander:active {
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.widget-categories__container {
   overflow: hidden;
   height: 0;
   opacity: 0;
   -webkit-transition: height .2s ease-in-out,
 opacity .2s ease-in-out;
   transition: height .2s ease-in-out,
 opacity .2s ease-in-out;
}
.widget-categories__container:before, .widget-categories__container:after {
   display: block;
   content: '';
}
.widget-categories__container:before {
   height: 4px;
}
.widget-categories__container:after {
   height: 12px;
}
.widget-categories__list--root {
   padding: 0 1.5rem 1.5rem;
   font-size: 15px;
   line-height: 20px;
}
.widget-categories__list--root > .widget-categories__item {
   padding-left: 16px;
}
.widget-categories__list--root > .widget-categories__item:before {
   position: absolute;
   display: block;
   content: '';
   width: 4px;
   height: 4px;
   background: currentColor;
   opacity: .2;
   top: 13px;
}
.widget-categories__list--root > .widget-categories__item:before {
   left: 2px;
}
.widget-categories__list--child {
   background: #f5f5f5;
   border-radius: 3px;
   font-size: 14px;
   line-height: 18px;
   padding: 9px 18px;
}
.widget-categories__list--child .widget-categories__link {
   padding: 5px 0 3px;
}
.widget-categories__item--open .widget-categories__container {
   opacity: 1;
   height: auto;
}
.widget-categories__item--open .widget-categories__expander:after {
   -webkit-transform: none;
               transform: none;
}
/*
 .widget-comments
*/
.widget-comments__body {
   padding: 0 1.5rem 1.5rem;
}
.widget-comments__body a {
   color: inherit;
   -webkit-transition: color .15s;
   transition: color .15s;
}
.widget-comments__list {
   list-style: none;
   margin: 0;
   padding: 0 0 2px;
}
.widget-comments__item + .widget-comments__item {
   margin-top: 20px;
}
.widget-comments__author {
   font-size: 15px;
   line-height: 18px;
}
.widget-comments__author a {
   border-bottom: 2px solid #ebebeb;
   -webkit-transition: border .15s;
   transition: border .15s;
}
.widget-comments__content {
   margin-top: 12px;
   font-size: 15px;
   line-height: 20px;
}
.widget-comments__meta {
   margin-top: 4px;
   font-size: 13px;
   color: #999;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   white-space: nowrap;
}
.widget-comments__date {
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.widget-comments__name {
   overflow: hidden;
   text-overflow: ellipsis;
   position: relative;
}
.widget-comments__name {
   padding-left: 20px;
}
.widget-comments__name:before {
   position: absolute;
   content: '';
   display: block;
   width: 4px;
   height: 4px;
   background: currentColor;
   border-radius: 4px;;
   top: 8px;
   opacity: .8;
}
.widget-comments__name:before {
   left: 8px;
}
/*
 .widget-filters
*/
.widget-filters__item {
   padding: 6px 8px;
   border-bottom: 1px solid #ebebeb;
}
.widget-filters__item:first-child {
   border-top: 1px solid #ebebeb;
}
.widget-filters__actions {
   padding: 20px 1.5rem 1.5rem;
}
.widget-filters__actions > * + * {
   margin-left: 8px;
}
.widget-filters--offcanvas--none {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
   .widget-filters--offcanvas--mobile {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
}
@media (max-width: 991.98px) {
   .widget-filters--offcanvas--mobile .widget-filters__header {
      display: none;
   }
   .widget-filters--offcanvas--mobile .widget-filters__item {
      padding: 8px 20px;
   }
   .widget-filters--offcanvas--mobile .widget-filters__item:first-child {
      border-top: none;
   }
}
.widget-filters--offcanvas--always .widget-filters__header {
   display: none;
}
.widget-filters--offcanvas--always .widget-filters__item {
   padding: 8px 20px;
}
.widget-filters--offcanvas--always .widget-filters__item:first-child {
   border-top: none;
}
/*
 .widget-newsletter
*/
.widget-newsletter {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   background: #333;
   border-radius: 4px;;
   padding: 2.25rem 2.5rem 2.5rem;
   color: #fff;
   text-align: center;
}
.widget-newsletter__title {
   font-size: 24px;
   letter-spacing: .02em;
   position: relative;
   margin-bottom: 1.375rem;
   padding-bottom: 1.25rem;
}
.widget-newsletter__title:after {
   position: absolute;
   display: block;
   content: '';
   height: 1px;
   width: 56px;
   background: #4d4d4d;
   bottom: 0;
}
.widget-newsletter__title:after {
   left: calc(50% - 28px);
}
.widget-newsletter__title h4 {
   margin-bottom: 0;
   font-weight: 500;
}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
   .widget-newsletter__title h4 {
      font-weight: 400;
   }
}
.widget-newsletter__text {
   font-size: 15px;
   color: #9e9e9e;
   line-height: 24px;
   margin-bottom: 1.625rem;
}
.widget-newsletter__email {
   display: block;
   width: 100%;
   border-radius: 4px;;
   border-width: 2px;
   border-style: solid;
   border-color: transparent;
   height: 38px;
   padding: 0 12px;
   font-size: 15px;
   font-family: inherit;
   background-clip: padding-box;
   -webkit-transition: border .2s,
 background .2s;
   transition: border .2s,
 background .2s;
   color: #fff;
   background-color: #4c4c4c;
   border-color: #4c4c4c;
}
.widget-newsletter__email::-webkit-input-placeholder,
.widget-newsletter__email:-ms-input-placeholder,
.widget-newsletter__email::-ms-input-placeholder,
.widget-newsletter__email::placeholder {
   color: #b2b2b2;
}
.widget-newsletter__email::-webkit-input-placeholder {
   -webkit-transition: color .2s;
   transition: color .2s;
}
.widget-newsletter__email:-ms-input-placeholder {
   -webkit-transition: color .2s;
   transition: color .2s;
}
.widget-newsletter__email::-ms-input-placeholder {
   -webkit-transition: color .2s;
   transition: color .2s;
}
.widget-newsletter__email::placeholder {
   -webkit-transition: color .2s;
   transition: color .2s;
}
.widget-newsletter__email:hover {
   background-color: rgba(255, 255, 255, 0.16);
   border-color: rgba(255, 255, 255, 0.16);
}
.widget-newsletter__email:focus {
   outline: none;
   background-color: transparent;
   border-color: rgba(255, 255, 255, 0.16);
}
.widget-newsletter__email:focus::-webkit-input-placeholder,
.widget-newsletter__email:focus:-ms-input-placeholder,
.widget-newsletter__email:focus::-ms-input-placeholder,
.widget-newsletter__email:focus::placeholder {
   color: #9e9e9e;
}
.widget-newsletter__button {
   border: none;
   font-size: 15px;
   border-radius: 4px;;
   padding: .5rem 1.3125rem;
   margin-top: 1.25rem;
   width: 100%;
   -webkit-transition: background .2s,
 color .2s;
   transition: background .2s,
 color .2s;
}
.widget-newsletter__button:active {
   -webkit-transition-duration: .1s,   .1s;
               transition-duration: .1s,   .1s;
}
.widget-newsletter__button:focus {
   outline: none;
}
/*
 .widget-posts
*/
.widget-posts__list {
   list-style: none;
   padding: 0 1.5rem 1.5rem;
   margin: 0;
}
.widget-posts__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.widget-posts__item + .widget-posts__item {
   margin-top: 1rem;
}
.widget-posts__image {
   -ms-flex-negative: 0;
         flex-shrink: 0;
   position: relative;
}
.widget-posts__image {
   margin-right: 14px;
}
.widget-posts__image img {
   display: block;
   border-radius: 1.5px;
}
.widget-posts__image:before {
   position: absolute;
   display: block;
   content: '';
   top: 0;
   bottom: 0;
   background: rgba(26, 26, 26, 0.2);
   border-radius: 1.5px;
   opacity: 0;
   -webkit-transition: opacity .2s;
   transition: opacity .2s;
   pointer-events: none;
}
.widget-posts__image:before {
   left: 0;
   right: 0;
}
.widget-posts__image:hover:before {
   opacity: 1;
}
.widget-posts__info {
   padding-top: 5px;
}
.widget-posts__name {
   font-size: 15px;
   line-height: 19px;
   overflow: hidden;
   max-height: 38px;
}
.widget-posts__name a {
   color: inherit;
   -webkit-transition: color .12s;
   transition: color .12s;
}
.widget-posts__name a:hover {
   color: #003f2b;
}
.widget-posts__date {
   font-size: 13px;
   color: #999;
   margin-top: 3px;
   position: relative;
}
.widget-posts__date {
   padding-left: 22px;
}
.widget-posts__date:before {
   position: absolute;
   display: block;
   content: '';
   height: 1px;
   width: 16px;
   background: currentColor;
   opacity: .6;
   top: 10px;
}
.widget-posts__date:before {
   left: 0;
}
/*
 .widget-products
*/
.widget-products__list {
   padding-bottom: 1.5rem;
}
.widget-products__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   padding: 0 1.5rem;
}
.widget-products__item + .widget-products__item {
   margin-top: 12px;
}
.widget-products__image {
   position: relative;
   border-radius: 4px;;
   overflow: hidden;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.widget-products__image {
   margin-right: 12px;
}
.widget-products__image:before {
   display: block;
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   border: 1px solid rgba(0, 0, 0, 0.08);
   border-radius: inherit;
   pointer-events: none;
   left: 0;
   top: 0;
}
.widget-products__info {
   padding-top: 2px;
}
.widget-products__name {
   font-size: 14px;
   line-height: 17px;
   height: 34px;
   overflow: hidden;
}
.widget-products__name a {
   color: inherit;
   -webkit-transition: color .12s;
   transition: color .12s;
}
.widget-products__prices {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding-top: 2px;
}
.widget-products__price {
   font-size: 14px;
   font-weight: 500;
   color: #262626;
}
.widget-products__price + .widget-products__price {
   margin-left: 3px;
}
.widget-products__price--new {
   color: #262626;
}
.widget-products__price--old {
   font-weight: 400;
   font-size: 13px;
   text-decoration: line-through;
   color: #999;
   padding-top: 1px;
}
/*
 .widget-search
*/
.widget-search__form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   z-index: 0;
}
.widget-search__input {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   -webkit-appearance: none;
       -moz-appearance: none;
               appearance: none;
   border: none;
   background: none;
   padding: 15.5px 24px;
   font-family: inherit;
   font-size: 16px;
   line-height: 21px;
}
.widget-search__input:focus {
   outline: none;
}
.widget-search__button {
   -ms-flex-negative: 0;
         flex-shrink: 0;
   border: none;
   background: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   color: #bfbfbf;
   fill: currentColor;
   width: 52px;
   height: 52px;
   padding: 0;
}
.widget-search__button:focus {
   outline: none;
}
.widget-search__field {
   position: absolute;
   display: block;
   content: '';
   z-index: -1;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   border-radius: 1px;
   -webkit-transition: -webkit-box-shadow .2s;
   transition: -webkit-box-shadow .2s;
   transition: box-shadow .2s;
   transition: box-shadow .2s, -webkit-box-shadow .2s;
}
/*
 .widget-tags
*/
.widget-tags__body {
   padding: 0 1.5rem 1.5rem;
}
/* ----------------------------------------
 Shop
 ---------------------------------------- */
/*
 .analogs-table
*/
.analogs-table__rating {
   display: inline-block;
   vertical-align: middle;
}
.analogs-table__rating-stars {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.analogs-table__rating-label {
   color: #6c757d;
   font-size: 13px;
   line-height: 1;
}
.analogs-table__sku,
.analogs-table__country {
   color: #6c757d;
   font-size: 13px;
   line-height: 1;
   margin-top: 1px;
   margin-bottom: 4px;
}
.analogs-table__product-name {
   color: inherit;
   -webkit-transition: color .12s;
   transition: color .12s;
}
.analogs-table__product-name:hover {
   color: #003f2b;
}
@media (min-width: 768px) {
   .analogs-table {
      width: 100%;
      font-size: 15px;
   }
   .analogs-table th,
   .analogs-table td {
      padding: 0;
   }
   .analogs-table th:first-child, 
   .analogs-table td:first-child {
      padding-left: 14px;
   }
   .analogs-table th:last-child, 
   .analogs-table td:last-child {
      padding-right: 14px;
   }
   .analogs-table th:not(:first-child), 
   .analogs-table td:not(:first-child) {
      padding-left: 16px;
   }
   .analogs-table thead {
      font-size: 13px;
      text-transform: uppercase;
   }
   .analogs-table thead th,
   .analogs-table thead td {
      padding-bottom: 6px;
   }
   .analogs-table tbody th,
   .analogs-table tbody td {
      border-top: 1px solid #ebebeb;
      padding: 10px 0;
   }
   .analogs-table tbody th:first-child, 
   .analogs-table tbody td:first-child {
      border-left: 1px solid #ebebeb;
   }
   .analogs-table tbody th:last-child, 
   .analogs-table tbody td:last-child {
      border-right: 1px solid #ebebeb;
   }
   .analogs-table tbody tr:last-child th,
   .analogs-table tbody tr:last-child td {
      border-bottom: 1px solid #ebebeb;
   }
   .analogs-table tbody tr:hover th,
   .analogs-table tbody tr:hover td {
      background: #f7f7f7;
   }
   .analogs-table__column--rating {
      text-align: center;
   }
   .analogs-table__column--vendor {
      text-align: center;
   }
   .analogs-table__column--price {
      text-align: right;
   }
   .analogs-table__rating-label {
      margin-top: 6px;
   }
}
@media (max-width: 767.98px) {
   .analogs-table {
      display: block;
      font-size: 15px;
   }
   .analogs-table thead {
      display: none;
   }
   .analogs-table tbody {
      display: block;
   }
   .analogs-table tr,
   .analogs-table td {
      display: block;
   }
   .analogs-table tr {
      padding: 14px 16px;
      background: #f5f5f5;
      border-radius: 4px;;
   }
   .analogs-table tr + tr {
      margin-top: 12px;
   }
   .analogs-table td {
      padding: 0;
   }
   .analogs-table .analogs-table__column--rating {
      margin-top: 11px;
   }
   .analogs-table .analogs-table__column--vendor {
      font-size: 13px;
      padding-top: 8px;
      margin-top: 12px;
      border-top: 1px solid #e5e5e5;
   }
   .analogs-table .analogs-table__column--vendor:before {
      content: attr(data-title) ": ";
   }
   .analogs-table .analogs-table__column--price {
      font-weight: 500;
      margin-top: 16px;
   }
   .analogs-table .analogs-table__sku {
      margin: 2px 0 0;
   }
   .analogs-table .analogs-table__sku:before {
      content: attr(data-title) ": ";
   }
   .analogs-table .analogs-table__rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .analogs-table .analogs-table__rating-label {
      margin-left: 8px;
   }
   .analogs-table .analogs-table__country {
      display: inline;
   }
}
/*
 .applied-filters
*/
.applied-filters__list {
   list-style: none;
   padding: 0;
   margin: -2px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.applied-filters__item {
   margin: 2px;
}
.applied-filters__button {
   padding: 4px 11px;
   display: block;
   height: 21px;
   font-size: 13px;
   line-height: 1;
   color: inherit;
   background-color: #f0f0f0;
   -webkit-transition: background .12s,
 color .12s;
   transition: background .12s,
 color .12s;
   border-radius: 11.5px;
   position: relative;
   border: none;
}
.applied-filters__button:focus {
   outline: none;
}
.applied-filters__button:hover {
   background-color: #e5e5e5;
   color: inherit;
}
.applied-filters__button--filter {
   padding-right: 33px;
}
.applied-filters__button--filter:after {
   content: '';
   display: block;
   position: absolute;
   width: 1px;
   top: 4px;
   bottom: 4px;
   background-color: rgba(0, 0, 0, 0.15);
}
.applied-filters__button--filter:after {
   right: 25px;
}
.applied-filters__button--filter i {
   position: absolute;
   top: 6px;
   fill: rgba(0, 0, 0, 0.4);
}
.applied-filters__button--filter i {
   right: 10px;
}
.applied-filters__button--clear {
   background: transparent;
   color: #999;
}
/*
 .cart
*/
.cart {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.cart__table {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.cart__totals {
   width: 360px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.cart__totals {
   margin-left: 25px;
}
.cart__totals-table {
   width: 100%;
   margin-bottom: 32px;
   font-size: 15px;
}
.cart__totals-table a:hover {
   text-decoration: underline;
}
.cart__totals-table,
.cart__totals-table thead,
.cart__totals-table tbody,
.cart__totals-table tfoot,
.cart__totals-table tr,
.cart__totals-table th,
.cart__totals-table td {
   display: block;
}
.cart__totals-table tr:after {
   display: block;
   content: '';
   clear: both;
}
.cart__totals-table th,
.cart__totals-table td {
   padding: 0;
}
.cart__totals-table th {
   float: left;
}
.cart__totals-table td {
   text-align: right;
}
.cart__totals-table thead,
.cart__totals-table tbody {
   line-height: 20px;
}
.cart__totals-table tbody tr > * {
   padding-top: 8px;
}
.cart__totals-table tbody tr:last-child > * {
   padding-bottom: 10px;
}
.cart__totals-table tfoot {
   font-size: 20px;
}
.cart__totals-table tfoot th {
   font-weight: 500;
}
.cart__totals-table tfoot td, .cart__totals-table tfoot th {
   padding-top: 12px;
   border-top: 1px solid #ebebeb;
}
.cart__totals-table tfoot td {
   letter-spacing: -.02em;
}
@media (max-width: 1399.98px) {
   .cart {
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   }
   .cart__table {
      width: 100%;
   }
   .cart__totals {
      margin-top: 40px;
      width: 400px;
   }
   .cart__totals {
      margin-left: auto;
   }
}
@media (max-width: 991.98px) {
   .cart__totals {
      width: 360px;
      margin: 30px auto;
   }
}
@media (max-width: 767.98px) {
   .cart__totals {
      width: 100%;
   }
}

#dropdowninfos ul {
	list-style: none;
}
#dropdowninfos ul li.divider {
	padding: 1px;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
/*
 .cart-table
*/
.cart-table__table {
   width: 100%;
   border-spacing: 0;
}
.cart-table__head {
   font-size: 13px;
   text-transform: uppercase;
}
.cart-table__column--product {
   line-height: 1.25;
}
.cart-table__column--price {
   width: 110px;
}
.cart-table__column--price {
   text-align: right;
}
.cart-table__column--quantity {
   width: 110px;
   text-align: center;
}
.cart-table__column--quantity2 {
   width: 55px;
   text-align: center;
}
.cart-table__column--quantity {
   padding-left: 36px;
}
.cart-table__column--total {
   width: 110px;
}
.cart-table__column--total {
   text-align: right;
}
.cart-table__column--remove {
   white-space: nowrap;
}
.cart-table__column--remove {
   padding-left: 0;
}
.cart-table__product-name {
   color: inherit;
   -webkit-transition: color .15s;
   transition: color .15s;
}

.cart-table__options {
   margin: 4px 0 0;
   padding: 0;
   list-style: none;
   font-size: 14px;
   line-height: 1.375;
   color: #6c757d;
}
@media (min-width: 992px) {
   .cart-table {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
   .cart-table__foot td {
      padding: 20px 24px;
   }
   .cart-table__column {
      padding: 12px 10px;
      border-bottom: 1px solid #ebebeb;
   }
   .cart-table__column:first-child {
      padding-left: 28px;
   }
   .cart-table__column:last-child {
      padding-right: 28px;
   }
   .cart-table__column--image {
      width: 1px;
      text-align: center;
   }
   .cart-table__column--image img {
      max-width: 80px;
      max-height: 80px;
   }
   .cart-table__options li {
      position: relative;
   }
   .cart-table__options li {
      padding-left: 12px;
   }
   .cart-table__options li:before {
      display: block;
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 4px;;
      background: currentColor;
      top: 7px;
      opacity: .7;
   }
   .cart-table__options li:before {
      left: 2px;
   }
   .cart-table__remove {
      margin-right: -12px;
      color:#aaa;
   }

   .cart-table__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                  justify-content: space-between;
   }
   .cart-table__coupon-form {
      width: 360px;
   }
}
@media (max-width: 991.98px) {
   .cart-table__table {
      display: block;
   }
   .cart-table__head {
      display: none;
   }
   .cart-table__column {
      display: block;
   }
   .cart-table__column {
      padding: 0;
   }
   .cart-table__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      margin: -8px;
   }
   .cart-table__row {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      position: relative;
      margin: 8px;
      width: calc(100% / 3 - 16px);
   }
   .cart-table__column--image {
      text-align: center;
      padding: 16px 14px;
   }
   .cart-table__column--product {
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      text-align: center;
      padding: 0 14px 16px;
   }
   .cart-table__column--price,
   .cart-table__column--quantity,
   .cart-table__column--total {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                  justify-content: space-between;
      border-top: 1px solid #ebebeb;
      padding: 10px 14px;
      font-size: 15px;
   }
   .cart-table__column--price, 
   .cart-table__column--quantity, 
   .cart-table__column--total {
      padding-left: 14px;
   }
   .cart-table__column--price:before,
   .cart-table__column--quantity:before,
   .cart-table__column--total:before {
      content: attr(data-title) ":";
      display: block;
      width: calc(40% - 6px);
      -ms-flex-negative: 0;
            flex-shrink: 0;
      font-weight: 500;
   }
   .cart-table__column--price:before, 
   .cart-table__column--quantity:before, 
   .cart-table__column--total:before {
      margin-right: 12px;
      text-align: left;
   }
   .cart-table__remove {
      position: absolute;
      top: 0;
   }
   .cart-table__remove {
      right: 0;
   }
   .cart-table__foot,
   .cart-table__foot tr,
   .cart-table__foot td {
      display: block;
      padding: 0;
   }
   .cart-table__actions {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                  justify-content: space-between;
   }
   .cart-table__coupon-form {
      padding: 16px;
   }
   .cart-table__update-button {
      border-top: 1px solid #ebebeb;
      padding: 16px;
   }
   .cart-table__quantity {
      max-width: 120px;
   }
}
@media (max-width: 767.98px) {
   .cart-table__row {
      width: calc(50% - 16px);
   }
}
@media (max-width: 767.98px) {
   .cart-table__actions {
      display: block;
   }
   .cart-table__update-button {
      border-top: 1px solid #ebebeb;
      text-align: center;
   }
}
@media (max-width: 474px) {
   .cart-table__row {
      width: 100%;
   }
}
/*
 .categories-list
*/
.categories-list__body {
   list-style: none;
   padding: 8px 0;
   margin: 0 -16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.categories-list__item {
   padding: 8px 16px 0;
   text-align: center;
   position: relative;
}
.categories-list__item a {
	display: table;
	font-size: 15px;
	font-weight: 500;
	line-height: 190px;
	color: inherit;
	background-color: #fff;
	width: 100%;
}
.categories-list__item a:hover {
	border-color: var(--col1);
}
.categories-list__item img {
	max-width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
   margin: auto;
}
.categories-list__item-name.titre2 {
	background: var(--col2);
	font-size: 1.5rem;
	padding: 3px 22px;
	font-weight: 700;

}
.categories-list__item-name {
	background: var(--col1);
	color: white;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.categories-list__item:before {
   position: absolute;
   display: block;
   content: '';
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   pointer-events: none;
   opacity: 0;
   -webkit-transition: opacity .12s;
   transition: opacity .12s;
}
.categories-list__item:hover:before {
   opacity: 1;
}
.categories-list__item-products {
   margin-top: 4px;
   font-size: 14px;
   color: #6c757d;
}
.categories-list__divider {
   width: 1px;
   background-color: #ebebeb;
}
@media (min-width: 576px) {
   .categories-list--layout--columns-3-sidebar .categories-list__item {
      width: calc((100% - 2px) / 3);
   }
   .categories-list--layout--columns-3-sidebar .categories-list__divider:nth-child(6n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-3-sidebar .categories-list__divider:last-child:nth-child(6n) {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .categories-list--layout--columns-3-sidebar .categories-list__item {
      width: calc((100% - 1px) / 2);
   }
   .categories-list--layout--columns-3-sidebar .categories-list__divider:nth-child(4n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-3-sidebar .categories-list__divider:last-child:nth-child(4n) {
      display: none;
   }
}
@media (min-width: 1200px) {
   .categories-list--layout--columns-4-sidebar .categories-list__item {
      width: calc((100% - 3px) / 4);
   }
   .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(8n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(8n) {
      display: none;
   }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
   .categories-list--layout--columns-4-sidebar .categories-list__item {
      width: calc((100% - 2px) / 3);
   }
   .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(6n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(6n) {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .categories-list--layout--columns-4-sidebar .categories-list__item {
      width: calc((100% - 1px) / 2);
   }
   .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(4n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(4n) {
      display: none;
   }
}
@media (min-width: 1400px) {
   .categories-list--layout--columns-5-sidebar .categories-list__item {
      width: calc((100% - 4px) / 5);
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(10n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(10n) {
      display: none;
   }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .categories-list--layout--columns-5-sidebar .categories-list__item {
      width: calc((100% - 3px) / 4);
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(8n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(8n) {
      display: none;
   }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
   .categories-list--layout--columns-5-sidebar .categories-list__item {
      width: calc((100% - 2px) / 3);
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(6n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(6n) {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .categories-list--layout--columns-5-sidebar .categories-list__item {
      width: calc((100% - 1px) / 2);
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(4n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(4n) {
      display: none;
   }
}
@media (min-width: 992px) {
   .categories-list--layout--columns-4-full .categories-list__item {
      width: calc((100% - 3px) / 4);
   }
   .categories-list--layout--columns-4-full .categories-list__divider:nth-child(8n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(8n) {
      display: none;
   }
}
@media (min-width: 576px) and (max-width: 991.98px) {
   .categories-list--layout--columns-4-full .categories-list__item {
      width: calc((100% - 2px) / 3);
   }
   .categories-list--layout--columns-4-full .categories-list__divider:nth-child(6n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(6n) {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .categories-list--layout--columns-4-full .categories-list__item {
      width: calc((100% - 1px) / 2);
   }
   .categories-list--layout--columns-4-full .categories-list__divider:nth-child(4n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(4n) {
      display: none;
   }
}
@media (min-width: 1200px) {
   .categories-list--layout--columns-5-full .categories-list__item {
      width: calc((100% - 4px) / 5);
   }
   .categories-list--layout--columns-5-full .categories-list__divider:nth-child(10n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(10n) {
      display: none;
   }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .categories-list--layout--columns-5-full .categories-list__item {
      width: calc((100% - 3px) / 4);
   }
   .categories-list--layout--columns-5-full .categories-list__divider:nth-child(8n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(8n) {
      display: none;
   }
}
@media (min-width: 576px) and (max-width: 991.98px) {
   .categories-list--layout--columns-5-full .categories-list__item {
      width: calc((100% - 2px) / 3);
   }
   .categories-list--layout--columns-5-full .categories-list__divider:nth-child(6n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(6n) {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .categories-list--layout--columns-5-full .categories-list__item {
      width: calc((100% - 1px) / 2);
   }
   .categories-list--layout--columns-5-full .categories-list__divider:nth-child(4n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(4n) {
      display: none;
   }
}
@media (min-width: 1200px) {
   .categories-list--layout--columns-6-full .categories-list__item {
      width: calc((100% - 5px) / 6);
   }
   .categories-list--layout--columns-6-full .categories-list__divider:nth-child(12n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(12n) {
      display: none;
   }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .categories-list--layout--columns-6-full .categories-list__item {
      width: calc((100% - 3px) / 4);
   }
   .categories-list--layout--columns-6-full .categories-list__divider:nth-child(8n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(8n) {
      display: none;
   }
}
@media (min-width: 576px) and (max-width: 991.98px) {
   .categories-list--layout--columns-6-full .categories-list__item {
      width: calc((100% - 2px) / 3);
   }
   .categories-list--layout--columns-6-full .categories-list__divider:nth-child(6n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(6n) {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .categories-list--layout--columns-6-full .categories-list__item {
      width: calc((100% - 1px) / 2);
   }
   .categories-list--layout--columns-6-full .categories-list__divider:nth-child(4n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(4n) {
      display: none;
   }
}
@media (min-width: 1400px) {
   .categories-list--layout--columns-7-full .categories-list__item {
      width: calc((100% - 6px) / 7);
   }
   .categories-list--layout--columns-7-full .categories-list__divider:nth-child(14n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(14n) {
      display: none;
   }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .categories-list--layout--columns-7-full .categories-list__item {
      width: calc((100% - 5px) / 6);
   }
   .categories-list--layout--columns-7-full .categories-list__divider:nth-child(12n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(12n) {
      display: none;
   }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .categories-list--layout--columns-7-full .categories-list__item {
      width: calc((100% - 3px) / 4);
   }
   .categories-list--layout--columns-7-full .categories-list__divider:nth-child(8n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(8n) {
      display: none;
   }
}
@media (min-width: 576px) and (max-width: 991.98px) {
   .categories-list--layout--columns-7-full .categories-list__item {
      width: calc((100% - 2px) / 3);
   }
   .categories-list--layout--columns-7-full .categories-list__divider:nth-child(6n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(6n) {
      display: none;
   }
}
@media (max-width: 575.98px) {
   .categories-list--layout--columns-7-full .categories-list__item {
      width: calc((100% - 1px) / 2);
   }
   .categories-list--layout--columns-7-full .categories-list__divider:nth-child(4n) {
      width: 100%;
      height: 1px;
   }
   .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(4n) {
      display: none;
   }
}
/*
 .category-card
*/
.category-card__body {
   position: relative;
}
.category-card__overlay-image {
   display: none;
}
.category-card--layout--classic .category-card__body {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   width: 100%;
}
.category-card--layout--classic .category-card__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.category-card--layout--classic .category-card__image {
   width: 160px;
   padding: 24px 0;
   margin: 0 32px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.category-card--layout--classic .category-card__image img {
   max-width: 100%;
}
.category-card--layout--classic .category-card__info {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   padding-top: 24px;
   padding-bottom: 24px;
}
.category-card--layout--classic .category-card__info {
   padding-left: 0;
   padding-right: 28px;
}
.category-card--layout--classic .category-card__name a,
.category-card--layout--classic .category-card__children a {
   -webkit-transition: color .12s;
   transition: color .12s;
}
.category-card--layout--classic .category-card__name {
   font-weight: 500;
   font-size: 18px;
   line-height: 24px;
}
.category-card--layout--classic .category-card__name a {
   color: inherit;
}
.category-card--layout--classic .category-card__children {
   list-style: none;
   margin: 10px 0 0;
   padding: 0;
   font-size: 15px;
}
.category-card--layout--classic .category-card__children li {
   position: relative;
   color: #6c757d;
   padding-top: 1px;
   padding-bottom: 1px;
}
.category-card--layout--classic .category-card__children li {
   padding-left: 11px;
   padding-right: 0;
}
.category-card--layout--classic .category-card__children li:before {
   display: block;
   position: absolute;
   content: '';
   width: 3px;
   height: 3px;
   background: currentColor;
   opacity: .7;
   top: 10px;
}
.category-card--layout--classic .category-card__children li:before {
   left: 0;
}
.category-card--layout--classic .category-card__children a {
   color: inherit;
}
.category-card--layout--classic .category-card__actions {
   margin-top: 8px;
}
.category-card--layout--classic .category-card__link {
   font-size: 14px;
   font-weight: 500;
}
.category-card--layout--classic .category-card__link:hover {
   text-decoration: underline;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .category-card--layout--classic .category-card__image {
      width: 120px;
      margin: 0 26px;
   }
}
@media (max-width: 991px) and (min-width: 475px) {
   .category-card--layout--classic .category-card__image {
      width: 132px;
      margin: 0 26px;
      padding: 20px 0;
      -ms-flex-item-align: center;
            align-self: center;
   }
   .category-card--layout--classic .category-card__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .category-card--layout--classic .category-card__info {
      padding-top: 0;
      padding-bottom: 20px;
   }
   .category-card--layout--classic .category-card__info {
      padding-left: 26px;
      padding-right: 26px;
   }
}
@media (max-width: 474px) and (min-width: 360px) {
   .category-card--layout--classic .category-card__image {
      width: 132px;
   }
}
@media (max-width: 474px) and (min-width: 360px) and (max-width: 420px) {
   .category-card--layout--classic .category-card__image {
      width: 100px;
      margin: 0 28px;
   }
}
@media (max-width: 359px) {
   .category-card--layout--classic .category-card__image {
      width: 132px;
      margin: 0 26px;
      padding: 24px 0;
      -ms-flex-item-align: center;
            align-self: center;
   }
   .category-card--layout--classic .category-card__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .category-card--layout--classic .category-card__info {
      padding-top: 0;
      padding-bottom: 24px;
   }
   .category-card--layout--classic .category-card__info {
      padding-left: 26px;
      padding-right: 26px;
   }
}
.category-card--layout--overlay .category-card__body {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   z-index: 0;
   overflow: hidden;
   border-radius: 2.5px;
   padding: 32px 20px 40px;
}
.category-card--layout--overlay .category-card__body:before {
   position: absolute;
   display: block;
   content: '';
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-color: rgba(26, 26, 26, 0.6);
   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(26, 26, 26, 0.4)), color-stop(80%, rgba(26, 26, 26, 0)));
   background-image: linear-gradient(to top, rgba(26, 26, 26, 0.4) 20%, rgba(26, 26, 26, 0) 80%);
   z-index: -1;
   -webkit-transition: background-color .2s;
   transition: background-color .2s;
}
.category-card--layout--overlay .category-card__overlay-image {
   display: block;
   position: absolute;
   z-index: -3;
   left: -10px;
   right: -10px;
   top: -10px;
   bottom: -10px;
   -webkit-transition: -webkit-transform .3s ease-out;
   transition: -webkit-transform .3s ease-out;
   transition: transform .3s ease-out;
   transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.category-card--layout--overlay .category-card__overlay-image img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
       object-fit: cover;
}
.category-card--layout--overlay .category-card__overlay-image--blur {
   z-index: -2;
   opacity: 0;
   -webkit-transition: opacity .3s ease-out,
 -webkit-transform .3s ease-out;
   transition: opacity .3s ease-out,
 -webkit-transform .3s ease-out;
   transition: transform .3s ease-out,
 opacity .3s ease-out;
   transition: transform .3s ease-out,
 opacity .3s ease-out,
 -webkit-transform .3s ease-out;
}
.category-card--layout--overlay .category-card__overlay-image--blur img {
   -webkit-filter: blur(3px);
               filter: blur(3px);
}
.category-card--layout--overlay .category-card__content,
.category-card--layout--overlay .category-card__info {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   min-height: 100%;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   text-align: center;
}
.category-card--layout--overlay .category-card__content {
   color: #fff;
}
.category-card--layout--overlay .category-card__name,
.category-card--layout--overlay .category-card__children {
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.category-card--layout--overlay .category-card__name a,
.category-card--layout--overlay .category-card__children a {
   color: inherit;
   -webkit-transition: color .12s;
   transition: color .12s;
}
.category-card--layout--overlay .category-card__name a:hover,
.category-card--layout--overlay .category-card__children a:hover {
   color: #ffdf40;
}
.category-card--layout--overlay .category-card__name {
   font-size: 24px;
   margin-bottom: 20px;
}
.category-card--layout--overlay .category-card__children {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   list-style: none;
   padding: 0;
   font-size: 16px;
   margin: 0 0 28px;
   opacity: 1;
}
.category-card--layout--overlay .category-card__children li {
   padding: 5px 0 6px;
}
.category-card--layout--overlay:hover .category-card__overlay-image {
   -webkit-transform: scale(1.03);
               transform: scale(1.03);
}
.category-card--layout--overlay:hover .category-card__overlay-image--blur {
   opacity: 1;
}
.category-card--layout--overlay:hover .category-card__body:before {
   background-color: rgba(26, 26, 26, 0.7);
}
@media (max-width: 767.98px) {
   .category-card--layout--overlay .category-card__body {
      padding: 22px 28px 28px;
   }
   .category-card--layout--overlay .category-card__content {
      -webkit-box-align: start;
            -ms-flex-align: start;
                  align-items: flex-start;
   }
   .category-card--layout--overlay .category-card__info {
      -webkit-box-align: start;
            -ms-flex-align: start;
                  align-items: flex-start;
      -ms-flex-line-pack: start;
            align-content: flex-start;
   }
   .category-card--layout--overlay .category-card__name {
      margin-bottom: 10px;
      font-size: 22px;
   }
   .category-card--layout--overlay .category-card__children {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      font-size: 15px;
      margin-bottom: 24px;
   }
   .category-card--layout--overlay .category-card__children {
      text-align: left;
   }
   .category-card--layout--overlay .category-card__children li {
      padding: 1px 0;
   }
   .category-card--layout--overlay .category-card__children li {
      margin-right: 16px;
   }
}
/*
 .checkout
*/
.checkout__totals {
   width: 100%;
   font-size: 15px;
   line-height: 19px;
   border-spacing: 0;
   margin-bottom: 40px;
}
.checkout__totals th,
.checkout__totals td {
   padding: 0;
}
.checkout__totals th:last-child, 
.checkout__totals td:last-child {
   padding-left: 20px;
   text-align: right;
}
.checkout__totals-header {
   font-size: 13px;
   text-transform: uppercase;
}
.checkout__totals-header th {
   padding-bottom: 4px;
   border-bottom: 1px solid #ebebeb;
}
.checkout__totals-products td {
   padding: 4px 0;
}
.checkout__totals-products tr:first-child td {
   padding-top: 16px;
}
.checkout__totals-products tr:last-child td {
   padding-bottom: 16px;
}
.checkout__totals-subtotals th {
   font-weight: 500;
}
.checkout__totals-subtotals td,
.checkout__totals-subtotals th {
   padding: 4px 0;
}
.checkout__totals-subtotals tr:first-child td,
.checkout__totals-subtotals tr:first-child th {
   padding-top: 16px;
   border-top: 1px solid #ebebeb;
}
.checkout__totals-subtotals tr:last-child td,
.checkout__totals-subtotals tr:last-child th {
   padding-bottom: 16px;
}
.checkout__totals-footer {
   font-size: 24px;
}
.checkout__totals-footer th {
   font-weight: 500;
}
.checkout__totals-footer tr:first-child td,
.checkout__totals-footer tr:first-child th {
   padding-top: 20px;
   border-top: 1px solid #ebebeb;
}
.checkout__payment-methods {
   margin-bottom: 20px;
}
.checkout__agree a:hover {
   text-decoration: underline;
}
/*
 .compare
*/
.compare__options-list {
   padding: 16px 20px;
   border-bottom: 1px solid #ebebeb;
   font-size: 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   -webkit-box-pack: end;
         -ms-flex-pack: end;
               justify-content: flex-end;
}
.compare__option {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.compare__option + .compare__option {
   margin-left: 16px;
}
.compare__option-label {
   margin-right: 8px;
}
/*
 .compare-table
*/
.compare-table {
   width: 100%;
   font-size: 15px;
   border-spacing: 0;
}
.compare-table tr:not(:last-child) {
   border-bottom: 1px solid #ebebeb;
}
.compare-table__column--header,
.compare-table__column--product {
   padding: 14px 16px;
}
.compare-table__column--product, 
.compare-table__column--fake {
   border-left: 1px solid #ebebeb;
}
.compare-table__column--header {
   width: 15%;
   background: #f7f7f7;
   font-weight: 500;
   min-width: 140px;
}
.compare-table__column--header {
   text-align: right;
}
.compare-table__column--product {
   width: 17%;
   text-align: center;
   vertical-align: top;
   min-width: 180px;
}
.compare-table__column--fake {
   padding: 0;
}
.compare-table__column--product:nth-child(6) + .compare-table__column--fake {
   display: none;
}
.compare-table__product {
   display: block;
   line-height: 20px;
   color: inherit;
   -webkit-transition: color .12s;
   transition: color .12s;
}
.compare-table__product-name {
   color: inherit;
}
.compare-table__rating-stars {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   padding-top: 1px;
}
.compare-table__rating-title {
   font-size: 13px;
   color: #6c757d;
   margin-top: 5px;
}
/*
 .payment-methods
*/
.payment-methods__list {
   list-style: none;
   padding: 0;
   margin: 0;
}
.payment-methods__item--active .payment-adfact label {
	background-color: #fff;
}
.payment-adfact label {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 2px 5px;
	font-style: italic;
   margin-top: 4px;
}
.payment-methods__item {
   border-radius: 4px;;
   padding-bottom: 2px;
   border: 1px solid #ebebeb;
   -webkit-transition: background .12s,
   border-color .12s;
   transition: background .12s,
   border-color .12s;
}
.payment-methods__item + .payment-methods__item {
   margin-top: 6px;
}
.payment-methods__item:hover {
   background: #f5f5f5;
   border-color: #e5e5e5;
}
.payment-methods__item-header {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   line-height: 18px;
   margin: 0;
   padding: 10px 12px 8px;
   cursor: pointer;
   font-weight: 500;
}
.payment-methods__item-header:hover {
	color: var(--colred);
}
.payment-methods__item-radio {
   margin-right: 8px;
}
.payment-methods__item-details {
   font-size: 14px;
   line-height: 22px;
   padding: 0 12px 8px;
}
.payment-methods__item-container {
   overflow: hidden;
   opacity: 0;
   height: 0;
   -webkit-transition: height .3s,
 opacity .3s;
   transition: height .3s,
 opacity .3s;
}
.payment-methods__item--active, .payment-methods__item--active:hover {
	background: #f5f5f5;
	border-color: #ccc;
	border-left: 3px solid var(--colred);
}
.payment-methods__item--active .payment-methods__item-container {
   opacity: 1;
   height: auto;
}
/*
 .product
*/
.product__header h1 {
   font-size: 26px;
   font-weight: 700;
   line-height: 32px;
   margin: 0;
}
.product__tabs {
   background-color: #fff;
   border: 1px solid var(--col3);
   margin-bottom: 20px;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.product__subtitle {
   padding-top: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.product__rating {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   color: #6c757d;
   font-size: 14px;
   line-height: 1;
}
.product__rating-stars {
   margin-right: 8px;
}
.product__rating-label a {
   color: inherit;
}
.product__fit {
   margin-left: 12px;
}
.product__info-card {
   position: relative;
   min-height: 464px;
}
.info-card-border {
   border-radius: 3px;
}
.product__info-body {
   padding: 6px 28px 14px;
}
.product__prices-stock {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
         -ms-flex-pack: justify;
               justify-content: space-between;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   padding-top: 4px;
   padding-bottom: 22px;
}
.product__meta {
   margin: -3px 0;
}
.product__meta table {
   width: 100%;
   font-size: 14px;
}
.product__meta th,
.product__meta td {
   padding: 3px 0;
}
.product__meta th {
   font-weight: 500;
   width:100px;
}
.product__meta th {
   padding-right: 12px;
}
.product__meta tr + tr > * {
   border-top: 1px solid #ebebeb;
}
.product__meta a:hover {
   text-decoration: underline;
}
.product__shop-features {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   margin-top: 30px;
}
.product__prices {
   padding: 8px 0 7px;
   line-height: 1;
}
.product__price.product__price--current {
	font-size: 1.5rem;
	color: var(--colred);
}
.wishlist__column--price.product__price--current {
   font-size: 1.15rem;
   color: var(--colred);
}
.product__price {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -.04em;
	color: #262626;
   text-align: center;
   line-height: 1.5;
   width: 100%;
}
.product__price--new {
   color: #262626;
}
.product__price--old {
   font-size: 16px;
   text-decoration: line-through;
   font-weight: 400;
   color: #999;
   margin-bottom: 5px;
}
.product__form {
   background: #f9f9f9;
   margin-bottom: 24px;
   margin-top: -4px;
   padding: 16px 28px 18px;
   border-top: 1px solid #ebebeb;
   border-bottom: 1px solid #ebebeb;
}
.product__actions {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   white-space: nowrap;
   padding: 0 28px 24px;
}
.product__actions-item--quantity {
   width: 88px;
}
.product__actions-item--quantity {
   margin-right: 8px;
}
.product__actions-item--addtocart {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.product__actions-item--wishlist,
.product__actions-item--compare {
   margin-top: 14px;
   margin-bottom: -8px;
   width: 100%;
   font-size: 13px;
   line-height: 16px;
   background: transparent;
   color: #262626;
   fill: #d9d9d9;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   border: none;
   padding-top: 7px;
   padding-bottom: 5px;
   border-radius: 4px;;
   -webkit-transition: background .15s,
   fill .15s;
   transition: background .15s,
   fill .15s;
}
.product__actions-item--wishlist, 
.product__actions-item--compare {
   padding-left: 9px;
   padding-right: 10px;
}
.product__actions-item--wishlist i,
.product__actions-item--compare i {
   position: relative;
   top: -1px;
   margin-right: 8px;
   color: #262626;
}
.product__actions-item--wishlist:focus,
.product__actions-item--compare:focus {
   outline: none;
}

.product__actions-divider {
   width: 100%;
}
.product__tags-and-share-links {
   border-top: 1px solid #ebebeb;
   padding: 24px 28px;
}
.product__tags + .product__share-links {
   margin-top: 18px;
}
.product--layout--sidebar {
   --product-gutter: 10px;
   --product-gallery-image-max-width: 400px;
}
.product--layout--sidebar .product__body {
   display: grid;
   grid-template-columns: calc(100% - 370px) 370px;
   grid-template-rows: auto auto 1fr;
   margin-top: 10px;
}
.product--layout--sidebar .product__card--one {
   grid-column: 1;
   grid-row: 1 / 3;
}
.product--layout--sidebar .product__header {
   grid-column: 1;
   grid-row: 1;
}
.product--layout--sidebar .product__gallery {
   grid-column: 1;
   grid-row: 1;
}
.product--layout--sidebar .product__tabs {
   grid-column: 1;
   grid-row: 3;
   min-height: 200px;
}
.product--layout--sidebar .product__info {
   grid-column: 2;
   grid-row: 1 / 4;
}
.product--layout--sidebar .product__card {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.product--layout--sidebar .product__card--two {
   display: none;
}
.product--layout--sidebar .product__gallery {
   padding: 20px 40px 20px;
   height: 464px;
   border: 1px solid var(--col3);
}
.product--layout--sidebar .product__header {
   padding: 16px 40px 16px;
}
.product--layout--sidebar .product__info {
   margin-left: var(--product-gutter);
}

.product--layout--sidebar .product__shop-features,
.product--layout--sidebar .product__tabs {
   margin-top: var(--product-gutter);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
   .product--layout--sidebar .product__title {
      padding-right: 80px;
   }
   .product--layout--sidebar .product__actions-item--wishlist,
   .product--layout--sidebar .product__actions-item--compare {
      position: absolute;
      top: 19px;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      padding: 0;
      margin: 0;
   }
   .product--layout--sidebar .product__actions-item--wishlist, 
   .product--layout--sidebar .product__actions-item--compare {
      right: 16px;
   }
   .product--layout--sidebar .product__actions-item--wishlist span,
   .product--layout--sidebar .product__actions-item--compare span {
      display: none;
   }
   .product--layout--sidebar .product__actions-item--wishlist i,
   .product--layout--sidebar .product__actions-item--compare i {
      top: 0;
      display: block;
      margin: 0;
   }
   .product--layout--sidebar .product__actions-item--compare {
      right: 52px;
   }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .product--layout--sidebar .product__info-body, 
   .product--layout--sidebar .product__form, 
   .product--layout--sidebar .product__actions, 
   .product--layout--sidebar .product__tags-and-share-links {
      padding-left: 20px;
      padding-right: 20px;
   }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
   .product--layout--sidebar .product__meta table,
   .product--layout--sidebar .product__meta th,
   .product--layout--sidebar .product__meta td {
      display: block;
   }
   .product--layout--sidebar .product__meta tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   }
   .product--layout--sidebar .product__meta tr,
   .product--layout--sidebar .product__meta th {
      width: calc(50% - 10px);
   }
   .product--layout--sidebar .product__meta tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .product--layout--sidebar .product__meta tr:nth-child(2n) {
      margin-left: 20px;
   }
}
@media (max-width: 1199.98px) {
   .product--layout--sidebar .product__info-card {
      padding-top: 24px;
      padding-bottom: 28px;
   }
   .product--layout--sidebar .product__info-card {
      padding-left: 24px;
      padding-right: 24px;
   }
   .product--layout--sidebar .product__info-body {
      padding-top: 0;
      padding-bottom: 16px;
   }
   .product--layout--sidebar .product__info-body {
      padding-left: 0;
      padding-right: 0;
   }
   .product--layout--sidebar .product__prices-stock {
      padding-top: 0;
      padding-bottom: 10px;
   }
   .product--layout--sidebar .product__prices-stock {
      padding-left: 0;
      padding-right: 0;
   }
   .product--layout--sidebar .product__price {
      font-size: 26px;
   }
   .product--layout--sidebar .product__price--old {
      font-size: 16px;
   }
   .product--layout--sidebar .product__meta {
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding: 10px 0;
      margin: 8px 0;
   }
   .product--layout--sidebar .product__meta th,
   .product--layout--sidebar .product__meta td {
      padding-top: 1px;
      padding-bottom: 1px;
   }
   .product--layout--sidebar .product__meta tr + tr > * {
      border: none;
   }
   .product--layout--sidebar .product__form {
      background: transparent;
      padding: 0;
      border: none;
      margin-bottom: 16px;
   }
   .product--layout--sidebar .product__actions {
      padding: 0;
   }
   .product--layout--sidebar .product__tags-and-share-links {
      border: none;
      padding: 20px 0 0;
   }
}
@media (max-width: 767.98px) {
   .product--layout--sidebar .product__actions {
      margin-bottom: -6px;
   }
   .product--layout--sidebar .product__actions-divider {
      height: 10px;
   }
   .product--layout--sidebar .product__actions-item--wishlist,
   .product--layout--sidebar .product__actions-item--compare {
      width: auto;
      margin-top: 2px;
      margin-bottom: -2px;
   }
}
@media (max-width: 575.98px) {
   .product--layout--sidebar .product__subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -webkit-box-align: start;
            -ms-flex-align: start;
                  align-items: flex-start;
   }
   .product--layout--sidebar .product__fit {
      margin-bottom: 11px;
      -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                  order: -1;
   }
   .product--layout--sidebar .product__fit {
      margin-left: -4px;
   }
}
@media (max-width: 1399.98px) {
   .product--layout--sidebar {
      --product-gutter: 20px;
      --product-gallery-image-max-width: 360px;
   }
   .product--layout--sidebar .product__body {
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
      grid-template-columns: calc(100% - 332px) 332px;
   }
   .product--layout--sidebar .product__info {
      grid-column: 2;
      grid-row: 1 / 3;
   }
   .product--layout--sidebar .product__gallery {
      padding-top: 0;
      padding-bottom: 28px;
   }
   .product--layout--sidebar .product__gallery {
      padding-left: 28px;
      padding-right: 28px;
   }
   .product--layout--sidebar .product__header {
      padding-top: 24px;
      padding-bottom: 16px;
   }
   .product--layout--sidebar .product__header {
      padding-left: 28px;
      padding-right: 28px;
   }
   .product--layout--sidebar .product__shop-features {
      display: none;
   }
   .product--layout--sidebar .product__tabs {
      grid-column: 1 / 3;
   }
}
@media (max-width: 1199.98px) {
   .product--layout--sidebar {
      --product-gutter: 10px;
   }
   .product--layout--sidebar .product__body {
      grid-template-columns: 100%;
   }
   .product--layout--sidebar .product__info {
      grid-column: 1;
      grid-row: 3;
   }
   .product--layout--sidebar .product__tabs {
      grid-column: 1;
      grid-row: 4;
   }
   .product--layout--sidebar .product__card--one {
      display: none;
   }
   .product--layout--sidebar .product__header {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      padding-bottom: 24px;
   }
   .product--layout--sidebar .product__gallery {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      width: 100%;
      margin-top: var(--product-gutter);
      padding-top: 24px;
      padding-bottom: 28px;
   }
   .product--layout--sidebar .product__gallery {
      padding-left: 24px;
      padding-right: 24px;
   }
   .product--layout--sidebar .product__info {
      margin-top: var(--product-gutter);
   }
   .product--layout--sidebar .product__info {
      margin-left: 0;
   }
   .product--layout--sidebar .product__info-card {
      position: static;
   }
   .product--layout--sidebar .product__actions-item--addtocart .btn {
      width: auto;
   }
}
@media (max-width: 767.98px) {
   .product--layout--sidebar .product__header {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      padding-top: 24px;
      padding-bottom: 22px;
   }
   .product--layout--sidebar .product__header {
      padding-left: 24px;
      padding-right: 24px;
   }
   .product--layout--sidebar .product__title {
      font-size: 22px;
      line-height: 28px;
   }
}
.product--layout--full {
   --product-gutter: 30px;
}
.product--layout--full .product__body {
   display: grid;
   grid-template-columns: auto 1fr 370px;
   grid-template-rows: -webkit-max-content auto auto 1fr;
   grid-template-rows: max-content auto auto 1fr;
}
.product--layout--full .product__card--one {
   grid-column: 1 / 3;
   grid-row: 1 / 4;
}
.product--layout--full .product__gallery {
   grid-column: 1;
   grid-row: 1 / 4;
}
.product--layout--full .product__header {
   grid-column: 2;
   grid-row: 1;
}
.product--layout--full .product__main {
   grid-column: 2;
   grid-row: 2;
}
.product--layout--full .product__info {
   grid-column: 3;
   grid-row: 1 / 5;
}
.product--layout--full .product__tabs {
   grid-column: 1 / 3;
   grid-row: 4;
}
.product--layout--full .product__card {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.product--layout--full .product__card--two {
   display: none;
}
.product--layout--full .product__gallery {
   padding-top: 36px;
   padding-bottom: 48px;
   width: 440px;
}
.product--layout--full .product__gallery {
   padding-left: 40px;
   padding-right: 0;
}
.product--layout--full .product__header {
   padding-top: 36px;
   padding-bottom: 16px;
}
.product--layout--full .product__header {
   padding-left: 36px;
   padding-right: 40px;
}
.product--layout--full .product__main {
   padding-top: 0;
   padding-bottom: 48px;
}
.product--layout--full .product__main {
   padding-left: 36px;
   padding-right: 40px;
}
.product--layout--full .product__info {
   margin-left: var(--product-gutter);
}
.product--layout--full .product__shop-features,
.product--layout--full .product__tabs {
   margin-top: var(--product-gutter);
}
.product--layout--full .product__subtitle {
   padding-top: 8px;
}
.product--layout--full .product__gallery-intro {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.product--layout--full .product__excerpt {
   font-size: 15px;
}
.product--layout--full .product__features {
   margin: 20px 0 0;
   font-size: 14px;
   border-radius: 3px;
}
.product--layout--full .product__features ul {
   list-style: none;
   padding: 0;
   color: #6c757d;
   margin: -6px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.product--layout--full .product__features li {
   padding-top: 3px;
   padding-bottom: 2px;
   position: relative;
   margin: 0 6px;
   width: calc(100% / 1 - 12px);
}
.product--layout--full .product__features li {
   padding-left: 11px;
   padding-right: 0;
}
.product--layout--full .product__features li:before {
   position: absolute;
   display: block;
   content: '';
   width: 3px;
   height: 3px;
   border-radius: 1.5px;
   background: currentColor;
   top: 12px;
   opacity: .85;
}
.product--layout--full .product__features li:before {
   left: 0;
}
.product--layout--full .product__features-title {
   font-weight: 500;
   padding-bottom: 12px;
}
.product--layout--full .product__features-link {
   margin: 20px -2px 0;
   padding: 20px 2px 0;
   font-size: 14px;
   border-top: 1px solid #ebebeb;
}
.product--layout--full .product__features-link a:hover {
   text-decoration: underline;
}
/* pswipe **/
.pswp__zoom-wrap {
	transform: none !important;
	text-align: center;
}
.pswp__img {
   max-width: 100% !important;
   width: auto !important;
	height: auto !important;
	margin: auto;
	position: relative;
	top: 10%;
}
@media (min-width: 1200px) {
   .product--layout--full .product__subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -webkit-box-align: start;
            -ms-flex-align: start;
                  align-items: flex-start;
   }
   .product--layout--full .product__fit {
      margin-bottom: 11px;
      -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                  order: -1;
   }
   .product--layout--full .product__fit {
      margin-left: -4px;
   }
}
@media (min-width: 768px) {
   .product--layout--full .product__info-card {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .product--layout--full .product__gallery {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
   .product--layout--full .product__actions-item--addtocart .btn {
      padding-left: 16px;
      padding-right: 16px;
   }
}
@media (max-width: 575.98px) {
   .product--layout--full .product__subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -webkit-box-align: start;
            -ms-flex-align: start;
                  align-items: flex-start;
   }
   .product--layout--full .product__fit {
      margin-bottom: 11px;
      -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                  order: -1;
   }
   .product--layout--full .product__fit {
      margin-left: -4px;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .product--layout--full .product__title {
      padding-right: 80px;
   }
   .product--layout--full .product__actions-item--wishlist,
   .product--layout--full .product__actions-item--compare {
      position: absolute;
      top: 19px;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      padding: 0;
      margin: 0;
   }
   .product--layout--full .product__actions-item--wishlist, 
   .product--layout--full .product__actions-item--compare {
      right: 16px;
   }
   .product--layout--full .product__actions-item--wishlist span,
   .product--layout--full .product__actions-item--compare span {
      display: none;
   }
   .product--layout--full .product__actions-item--wishlist i,
   .product--layout--full .product__actions-item--compare i {
      top: 0;
      display: block;
      margin: 0;
   }
   .product--layout--full .product__actions-item--compare {
      right: 52px;
   }
}
@media (max-width: 1399.98px) {
   .product--layout--full {
      --product-gutter: 24px;
   }
   .product--layout--full .product__body {
      grid-template-columns: auto 1fr 336px;
   }
   .product--layout--full .product__gallery {
      padding-top: 24px;
      padding-bottom: 36px;
      width: 348px;
   }
   .product--layout--full .product__gallery {
      padding-left: 28px;
      padding-right: 0;
   }
   .product--layout--full .product__header {
      padding-top: 24px;
      padding-bottom: 16px;
   }
   .product--layout--full .product__header {
      padding-left: 28px;
      padding-right: 28px;
   }
   .product--layout--full .product__main {
      padding-top: 0;
      padding-bottom: 36px;
   }
   .product--layout--full .product__main {
      padding-left: 28px;
      padding-right: 28px;
   }
   .product--layout--full .product__info-body, 
   .product--layout--full .product__form, 
   .product--layout--full .product__actions, 
   .product--layout--full .product__tags-and-share-links {
      padding-left: 20px;
      padding-right: 20px;
   }
}
@media (max-width: 1199.98px) {
   .product--layout--full .product__body {
      grid-template-columns: auto 1fr 336px;
      grid-template-rows: -webkit-max-content auto auto 1fr;
      grid-template-rows: max-content auto auto 1fr;
   }
   .product--layout--full .product__card {
      grid-column: 1 / 3;
      grid-row: 1 / 4;
   }
   .product--layout--full .product__gallery {
      grid-column: 1 / 3;
      grid-row: 3;
   }
   .product--layout--full .product__header {
      grid-column: 1 / 3;
      grid-row: 1;
   }
   .product--layout--full .product__main {
      grid-column: 1 / 3;
      grid-row: 2;
   }
   .product--layout--full .product__info {
      grid-column: 3;
      grid-row: 1 / 4;
   }
   .product--layout--full .product__tabs {
      grid-column: 1 / 4;
      grid-row: 4;
   }
   .product--layout--full .product__features {
      display: none;
   }
   .product--layout--full .product__main {
      padding-bottom: 16px;
   }
   .product--layout--full .product__excerpt {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 14px;
   }
   .product--layout--full .product__gallery {
      --product-gallery-image-max-width: 380px;
      padding-top: 0;
      width: 100%;
   }
   .product--layout--full .product__gallery {
      padding-right: 28px;
   }
   .product--layout--full .product__header {
      padding-bottom: 10px;
   }
   .product--layout--full .product__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .product--layout--full .product__shop-features {
      display: none;
   }
}
@media (max-width: 991.98px) {
   .product--layout--full {
      --product-gutter: 16px;
   }
   .product--layout--full .product__body {
      grid-template-columns: auto 1fr;
      grid-template-rows: -webkit-max-content auto auto 1fr;
      grid-template-rows: max-content auto auto 1fr;
   }
   .product--layout--full .product__card {
      grid-column: 1 / 3;
      grid-row: 1 / 3;
   }
   .product--layout--full .product__header {
      grid-column: 1 / 3;
      grid-row: 1;
   }
   .product--layout--full .product__main {
      grid-column: 1 / 3;
      grid-row: 2;
   }
   .product--layout--full .product__gallery {
      grid-column: 1;
      grid-row: 3;
   }
   .product--layout--full .product__info {
      grid-column: 2;
      grid-row: 3;
   }
   .product--layout--full .product__gallery {
      margin-top: var(--product-gutter);
      width: 385px;
      padding-top: 24px;
      padding-bottom: 28px;
   }
   .product--layout--full .product__gallery {
      padding-left: 24px;
      padding-right: 24px;
   }
   .product--layout--full .product__info {
      margin-left: var(--product-gutter);
   }
   .product--layout--full .product__excerpt {
      border: none;
      padding-bottom: 8px;
   }
   .product--layout--full .product__info-card {
      position: static;
      margin-top: var(--product-gutter);
      padding-top: 24px;
      padding-bottom: 28px;
   }
   .product--layout--full .product__info-card {
      padding-left: 24px;
      padding-right: 24px;
   }
   .product--layout--full .product__info-body {
      padding-top: 0;
      padding-bottom: 16px;
   }
   .product--layout--full .product__info-body {
      padding-left: 0px;
      padding-right: 0px;
   }
   .product--layout--full .product__prices-stock {
      padding-top: 0;
      padding-bottom: 10px;
   }
   .product--layout--full .product__prices-stock {
      padding-left: 0px;
      padding-right: 0px;
   }
   .product--layout--full .product__price {
      font-size: 26px;
   }
   .product--layout--full .product__price--old {
      font-size: 16px;
   }
   .product--layout--full .product__meta {
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding: 10px 0;
      margin: 8px 0;
   }
   .product--layout--full .product__meta th,
   .product--layout--full .product__meta td {
      padding-top: 1px;
      padding-bottom: 1px;
   }
   .product--layout--full .product__meta tr + tr > * {
      border: none;
   }
   .product--layout--full .product__form {
      background: transparent;
      border: none;
      margin-bottom: 16px;
      padding-top: 0;
      padding-bottom: 0;
   }
   .product--layout--full .product__form {
      padding-left: 0;
      padding-right: 0;
   }
   .product--layout--full .product__actions {
      padding-top: 0;
      padding-bottom: 0;
   }
   .product--layout--full .product__actions {
      padding-left: 0;
      padding-right: 0;
   }
   .product--layout--full .product__tags-and-share-links {
      border: none;
      padding-top: 20px;
      padding-bottom: 0;
   }
   .product--layout--full .product__tags-and-share-links {
      padding-left: 0;
      padding-right: 0;
   }
   .product--layout--full .product-gallery[data-layout="product-full"] .product-gallery__zoom {
      top: -15px;
   }
   .product--layout--full .product-gallery[data-layout="product-full"] .product-gallery__zoom {
      right: -15px;
   }
}
@media (min-width: 576px) and (max-width: 767.98px) {
   .product--layout--full .product__meta table,
   .product--layout--full .product__meta th,
   .product--layout--full .product__meta td {
      display: block;
   }
   .product--layout--full .product__meta tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   }
   .product--layout--full .product__meta tr,
   .product--layout--full .product__meta th {
      width: calc(50% - 10px);
   }
   .product--layout--full .product__meta tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .product--layout--full .product__meta tr:nth-child(2n) {
      margin-left: 20px;
   }
}
@media (max-width: 767.98px) {
   .product--layout--full .product__body {
      grid-template-columns: 100%;
      grid-template-rows: auto;
   }
   .product--layout--full .product__header {
      grid-column: 1;
      grid-row: 1;
   }
   .product--layout--full .product__gallery {
      grid-column: 1;
      grid-row: 2;
   }
   .product--layout--full .product__card--two {
      grid-column: 1;
      grid-row: 3 / 5;
   }
   .product--layout--full .product__main {
      grid-column: 1;
      grid-row: 3;
   }
   .product--layout--full .product__info {
      grid-column: 1;
      grid-row: 4;
   }
   .product--layout--full .product__tabs {
      grid-column: 1;
      grid-row: 5;
   }
   .product--layout--full .product__card--one {
      display: none;
   }
   .product--layout--full .product__card--two {
      display: block;
   }
   .product--layout--full .product__header {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      padding-top: 24px;
      padding-bottom: 22px;
   }
   .product--layout--full .product__header {
      padding-left: 24px;
      padding-right: 24px;
   }
   .product--layout--full .product__title {
      font-size: 22px;
      line-height: 28px;
   }
   .product--layout--full .product__subtitle {
      padding-top: 8px;
   }
   .product--layout--full .product__body {
      width: 100%;
   }
   .product--layout--full .product__gallery {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      --product-gallery-image-max-width: 360px;
      width: 100%;
   }
   .product--layout--full .product__main,
   .product--layout--full .product__card--two {
      margin-top: var(--product-gutter);
   }
   .product--layout--full .product__main {
      padding-top: 24px;
      padding-bottom: 18px;
   }
   .product--layout--full .product__main {
      padding-left: 24px;
      padding-right: 24px;
   }
   .product--layout--full .product__excerpt {
      padding-bottom: 0;
   }
   .product--layout--full .product__info {
      width: 100%;
   }
   .product--layout--full .product__info {
      margin-left: 0;
   }
   .product--layout--full .product__info-card {
      margin-top: 0;
      padding-top: 0;
   }
   .product--layout--full .product__actions {
      margin-bottom: -6px;
   }
   .product--layout--full .product__actions-item--addtocart {
      -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                  flex-grow: 0;
   }
   .product--layout--full .product__actions-divider {
      height: 10px;
   }
   .product--layout--full .product__actions-item--wishlist,
   .product--layout--full .product__actions-item--compare {
      width: auto;
      margin-top: 2px;
      margin-bottom: -2px;
   }
}
/*
 .product-card
*/
.product-gallery__featured {
	margin-top: -25px;
}
.product-card .product-card__action {
   position: relative;
   display: block;
   padding: 8px;
   margin: 0;
   border: none;
   -webkit-transition: color .08s,
 background .08s;
   transition: color .08s,
 background .08s;
}
.product-card .product-card__action i {
   fill: currentColor;
   display: block;
}
.product-card .product-card__action:focus {
   outline: none;
}
.product-card .product-card__action:active {
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.product-card .product-card__action:last-child {
   border-bottom-left-radius: 2px;
}
.product-card .product-card__action--loading, .product-card .product-card__action--loading:hover {
   cursor: default;
   background: transparent;
   color: transparent;
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.product-card .product-card__action--loading:before {
   left: calc(50% - 8px);
   top: calc(50% - 8px);
   width: 16px;
   height: 16px;
   border-radius: 8px;
   border-width: 2px;
   border-color: rgba(0, 0, 0, 0.1);
   border-top-color: rgba(0, 0, 0, 0.5);
   border-style: solid;
   -webkit-animation-name: loader-animation;
               animation-name: loader-animation;
   -webkit-animation-duration: .5s;
               animation-duration: .5s;
   -webkit-animation-timing-function: linear;
               animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
               animation-iteration-count: infinite;
   position: absolute;
   display: block;
   content: '';
}
.product-card .product-card__image {
   display: block;
}
.product-card .product-card__image a {
	margin: auto;
	height: 100%;
	display: flex;
	line-height: 208px;
	justify-content: center;
	align-items: center;
}
.product-card .product-card__image img {
	padding: 10px;
	text-align: center;
}
.products-list[data-layout="list"] .product-card .product-card__image img {
	max-height: 220px;
   max-width: 100%;
}
.products-list[data-layout="table"] .product-card .product-card__image img {
	max-height: 100px;
}
.product-card .product-card__rating {
   color: #6c757d;
   font-size: .8125rem;
}
.product-card .product-card__features {
   color: #6c757d;
   font-size: 13px;
   line-height: 21px;
}
.product-card .product-card__features ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
.product-card .product-card__features li {
   position: relative;
}
.product-card .product-card__features li {
   padding-left: 12px;
}
.product-card .product-card__features li:before {
   display: block;
   position: absolute;
   content: '';
   width: 3px;
   height: 3px;
   border-radius: 1.5px;
   background: currentColor;
   top: 9px;
   opacity: .7;
}
.product-card .product-card__features li:before {
   left: 3px;
}
.product-card .product-card__name a {
   color: inherit;
   display: block;
}
.product-card .product-card__name a:hover {
   text-decoration: none;
}
.prixbarre {
   font-size: 12px;
   line-height: 1;
   color: #999;
   padding: 3px 16px;
   text-decoration: line-through;
}
.product-card .product-card__prices {
   font-weight: 500;
   letter-spacing: -.04em;
   line-height: 1.25;
   color: #262626;
}
.product-card .product-card__price--new {
   color: #262626;
}
.product-card .product-card__price--old {
   font-weight: 400;
   text-decoration: line-through;
   color: #999;
}
.product-card .product-card__addtocart-full {
   border: none;
   border-radius: 4px;;
   font-weight: 500;
   -webkit-transition: background-color .15s,
 color .15s;
   transition: background-color .15s,
 color .15s;
}
.product-card .product-card__addtocart-full:focus {
   outline: none;
}
.product-card .product-card__wishlist,
.product-card .product-card__compare {
   border: none;
   border-radius: 4px;;
   -webkit-transition: background .15s,
 fill .15s;
   transition: background .15s,
 fill .15s;
}
.product-card .product-card__wishlist:focus,
.product-card .product-card__compare:focus {
   outline: none;
}
.product-card .product-card__addtocart-icon {
   position: relative;
   border: none;
   padding: 8px;
   border-radius: 4px;;
   background: transparent;
   color: #333;
   z-index: 0;
   -webkit-transition: color .2s;
   transition: color .2s;
}
.product-card .product-card__addtocart-icon i {
   display: block;
   fill: currentColor;
}
.product-card .product-card__addtocart-icon:before {
   top: -2px;
   left: -2px;
   display: block;
   content: '';
   position: absolute;
   width: calc(100% + 4px);
   height: calc(100% + 4px);
   background: transparent;
   z-index: -1;
   border-radius: 50%;
   -webkit-transform: scale(0);
               transform: scale(0);
   -webkit-transition: background .2s,
 -webkit-transform .2s;
   transition: background .2s,
 -webkit-transform .2s;
   transition: transform .2s,
 background .2s;
   transition: transform .2s,
 background .2s,
 -webkit-transform .2s;
}
.product-card .product-card__addtocart-icon:focus {
   outline: none;
}
.product-card:hover .product-card__addtocart-icon:before, .product-card:active .product-card__addtocart-icon:before {
   -webkit-transform: scale(1);
               transform: scale(1);
}
.product-card:hover .product-card__addtocart-icon:active:before, .product-card:active .product-card__addtocart-icon:active:before {
   -webkit-transition-duration: .05s;
               transition-duration: .05s;
}
.product-card--layout--grid {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   position: relative;
}
.product-card--layout--grid .product-card__addtocart-full,
.product-card--layout--grid .product-card__wishlist,
.product-card--layout--grid .product-card__compare {
   display: none;
}
.product-card--layout--grid:after {
   display: block;
   position: static;
   content: '';
   -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
               order: 1;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.product-card--layout--grid .product-card__badges {
   position: absolute;
   top: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: start;
         -ms-flex-align: start;
               align-items: flex-start;
}
.product-card__badges {
   left: 16px;
}
.product-card__badges > * + * {
   margin-top: 3px;
}
.product-card--layout--grid .product-card__actions-list {
   position: absolute;
   overflow: hidden;
   z-index: 1;
}
.product-card--layout--grid .product-card__actions-list {
   right: 0;
}
.product-card--layout--grid .product-card__image {
	display: flex;
	height: 254px;
	padding: 1rem;
   margin: auto;
   position:relative;
}
.product-card--layout--grid .product-card__image img {
	max-width: 100%;
	height: auto;
	display: inline-flex;
	max-height: 222px;
}
.product-card--layout--grid .product-card__fit {
   position: absolute;
   bottom: 8px;
}
.product-card--layout--grid .product-card__fit .status-badge__text {
   display: none;
}
.product-card--layout--grid .product-card__fit .status-badge__tooltip {
   display: block;
}
.product-card--layout--grid .product-card__fit {
   left: calc(16px - 3px);
}
.product-card--layout--grid .product-card__name {
   padding: 0 16px;
   line-height: 1.1875;
}
.product-card--layout--grid .product-card__rating {
   margin: -3px 0 -2px 0;
   padding: 8px 16px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.product-card--layout--grid .product-card__rating-stars,
.product-card--layout--grid .product-card__rating-label {
   margin: 3px 0 2px 0;
}
.product-card--layout--grid .product-card__rating-stars {
   margin-right: 7px;
}
.product-card--layout--grid .product-card__rating-label {
   line-height: 1;
}
.product-card--layout--grid .product-card__features {
   padding: 10px 16px 0;
   margin-bottom: -2px;
   display: none;
}
.product-card--layout--grid .product-card__footer {
   padding: 16px;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
               order: 2;
}
.product-card--layout--grid .product-card__prices {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 18px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
         -ms-flex-align: end;
               align-items: flex-end;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.product-card--layout--grid .product-card__price--old {
   font-size: 14px;
}
.product-card--layout--grid .product-card__price--old {
   margin-left: 6px;
}
.product-card--layout--grid .product-card__addtocart-icon {
   margin: -3px;
}
@media (hover: hover) {
   .product-card--layout--grid .product-card__action--wishlist,
   .product-card--layout--grid .product-card__action--compare {
      -webkit-transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      opacity: 0;
      will-change: transform;
   }
   .product-card--layout--grid .product-card__action--wishlist, 
   .product-card--layout--grid .product-card__action--compare {
      -webkit-transform: translateX(100%) translateX(6px);
                  transform: translateX(100%) translateX(6px);
   }
   .product-card--layout--grid:hover .product-card__action--wishlist,
   .product-card--layout--grid:hover .product-card__action--compare, .product-card--layout--grid:active .product-card__action--wishlist,
   .product-card--layout--grid:active .product-card__action--compare {
      -webkit-transform: none;
                  transform: none;
      opacity: 1;
   }
}
.product-card--layout--horizontal {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.product-card--layout--horizontal .product-card__action--wishlist,
.product-card--layout--horizontal .product-card__action--compare,
.product-card--layout--horizontal .product-card__features,
.product-card--layout--horizontal .product-card__addtocart-icon,
.product-card--layout--horizontal .product-card__addtocart-full,
.product-card--layout--horizontal .product-card__wishlist,
.product-card--layout--horizontal .product-card__compare,
.product-card--layout--horizontal .product-card__meta,
.product-card--layout--horizontal .product-card__fit {
   display: none;
}
.product-card--layout--horizontal .product-card__image {
   padding: 8px 10px;
   width: 112px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.product-card--layout--horizontal .product-card__badges {
   position: absolute;
   top: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: start;
         -ms-flex-align: start;
               align-items: flex-start;
}
.product-card--layout--horizontal .product-card__badges {
   left: 10px;
}
.product-card--layout--horizontal .product-card__badges > * + * {
   margin-top: 3px;
}
.product-card--layout--horizontal .tag-badge {
   height: 16px;
   padding: 3px 11px 0;
}
.product-card--layout--horizontal .tag-badge:before {
   left: 3px;
   right: 3px;
}
.product-card--layout--horizontal .tag-badge:before {
   -webkit-transform: skewX(-20deg);
               transform: skewX(-20deg);
}
.product-card--layout--horizontal .product-card__actions-list {
   position: absolute;
}
.product-card--layout--horizontal .product-card__actions-list {
   right: 0;
}
.product-card--layout--horizontal .product-card__info {
   padding-top: 12px;
   padding-bottom: 40px;
}
.product-card--layout--horizontal .product-card__info {
   padding-right: 10px;
}
.product-card--layout--horizontal .product-card__name {
   font-size: 15px;
   line-height: 18px;
   max-height: 36px;
   overflow: hidden;
}
.product-card--layout--horizontal .product-card__name {
   padding-right: 26px;
}
.product-card--layout--horizontal .product-card__rating {
   margin: -3px 0 -2px 0;
   padding-top: 7px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.product-card--layout--horizontal .product-card__rating-stars,
.product-card--layout--horizontal .product-card__rating-label {
   margin: 3px 0 2px 0;
}
.product-card--layout--horizontal .product-card__rating-stars {
   margin-right: 7px;
}
.product-card--layout--horizontal .product-card__rating-label {
   line-height: 1;
}
.product-card--layout--horizontal .product-card__prices {
   position: absolute;
   bottom: 14px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
         -ms-flex-align: end;
               align-items: flex-end;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.product-card--layout--horizontal .product-card__prices {
   left: 112px;
}
.product-card--layout--horizontal .product-card__price--old {
   font-size: 14px;
}
.product-card--layout--horizontal .product-card__price--old {
   margin-left: 6px;
}
/*
 .product-form
*/
.product-form__row + .product-form__row {
   margin-top: 12px;
}
.product-form__title {
   text-transform: uppercase;
   font-size: 0.85rem;
   font-weight: 700;

   color: #6c7177;
   margin-bottom: 4px;
}
/*
 .product-gallery
*/
.product-gallery__zoom {
   display: var(--product-gallery-zoom-display, block);
   top: 0;
   position: absolute;
   padding: 9px;
   margin: 0;
   border: none;
   border-radius: 21px;
   fill: currentColor;
   z-index: 2;
   -webkit-transition: background .15s,
 color .15s;
   transition: background .15s,
 color .15s;
   background-color: #fff;
   color: #ccc;
}
.product-gallery__zoom:hover {
   background-color: #f2f2f2;
   color: #999;
}
.product-gallery__zoom:active {
   background-color: #ebebeb;
   color: #808080;
}
.product-gallery__zoom {
   right: -21px;
}
.product-gallery__zoom:focus {
   outline: none;
}
.product-gallery__zoom i {
   display: block;
}
.product-gallery__thumbnails .owl-stage {
   margin: 0 auto;
}
.product-gallery__thumbnails-item {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 1.5px;
   padding: 2px;
}
.product-gallery__thumbnails-item:before {
   position: absolute;
   display: block;
   content: '';
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-box-shadow: 0 0 0 2px #f2f2f2 inset;
               box-shadow: 0 0 0 2px #f2f2f2 inset;
   -webkit-transition: -webkit-box-shadow .12s;
   transition: -webkit-box-shadow .12s;
   transition: box-shadow .12s;
   transition: box-shadow .12s, -webkit-box-shadow .12s;
}
.product-gallery__thumbnails-item:before {
   left: 0;
}
.product-gallery__thumbnails-item--active {
   cursor: default;
}
.product-gallery--layout--product-full .product-gallery__zoom {
   top: 0;
}
.product-gallery--layout--product-full .product-gallery__zoom {
   right: 0;
}
.owl-carousel .owl-item .product-gallery__thumbnails-item img {
	max-height: 65px;
	width: 100%;
	padding: 3px;
}
/*
 .product-tabs
*/
.product-tabs__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 0;
   margin: 0 0 -1px;
   list-style: none;
   overflow-x: auto;
}
.product-tabs__content {
   border-top: 1px solid #ebebeb;
}
.product-tabs__item {
   position: relative;
}
.product-tabs__item a {
	font-size: 16px;
	font-weight: 500;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 18px 14px;
	-webkit-transition: background .12s, -webkit-box-shadow .12s;
	transition: background .12s, -webkit-box-shadow .12s;
	transition: background .12s, box-shadow .12s;
	transition: background .12s, box-shadow .12s, -webkit-box-shadow .12s;
	line-height: 18px;
}
.product-tabs__item:first-child {
   margin-left: auto;
}
.product-tabs__item:last-child {
   margin-right: auto;
}
.product-tabs__item-counter {
   font-size: 14px;
   top: -4px;
   position: relative;
}
.product-tabs__item-counter {
   margin-left: 3px;
   margin-right: -3px;
}
.product-tabs__pane {
   overflow: hidden;
   height: 0;
   opacity: 0;
   -webkit-transition: opacity .5s;
   transition: opacity .5s;
}
.product-tabs__pane--active {
   padding: 42px 48px 48px;
   overflow: visible;
   height: auto;
   opacity: 1;
   max-width: calc(100% - .001px);
}
.product-tabs--layout--full .product-tabs__pane--active {
   padding: 48px;
}
@media (max-width: 991.98px) {
   .product-tabs--layout--full .product-tabs__pane--active {
      padding: 40px 44px 44px;
   }
}
@media (max-width: 767.98px) {
   .product-tabs--layout--full .product-tabs__pane--active {
      padding: 24px 28px 28px;
   }
}
@media (max-width: 419px) {
   .product-tabs--layout--full .product-tabs__pane--active {
      padding: 20px 24px 24px;
   }
}
@media (min-width: 1400px) {
   .product-tabs--layout--sidebar .product-tabs__pane--active {
      padding: 20px 36px;
   }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .product-tabs--layout--sidebar .product-tabs__pane--active {
      padding: 20px 48px;
   }
}
@media (max-width: 1199.98px) {
   .product-tabs--layout--sidebar .product-tabs__pane--active {
      padding: 20px 36px;
   }
}
@media (max-width: 767.98px) {
   .product-tabs--layout--sidebar .product-tabs__pane--active {
      padding: 28px;
   }
}
@media (max-width: 419px) {
   .product-tabs--layout--sidebar .product-tabs__pane--active {
      padding: 24px;
   }
}
/*
 .products-list
*/
.products-list__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.products-list__content + .products-list__content {
   margin-top: 10px;
}
.products-list__item {
   -ms-flex-negative: 0;
         flex-shrink: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.products-list__item .product-card {
   width: 100%;
}
.products-list[data-layout="grid"] .product-card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   position: relative;
}
.products-list[data-layout="grid"] .product-card .product-card__addtocart-full,
.products-list[data-layout="grid"] .product-card .product-card__wishlist,
.products-list[data-layout="grid"] .product-card .product-card__compare {
   display: none;
}
.products-list[data-layout="grid"] .product-card:after {
   display: block;
   position: static;
   content: '';
   -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
               order: 1;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.products-list[data-layout="grid"] .product-card .product-card__badges {
   position: absolute;
   top: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: start;
         -ms-flex-align: start;
               align-items: flex-start;
}
.products-list[data-layout="grid"] .product-card .product-card__badges {
   left: 16px;
}
.products-list[data-layout="grid"] .product-card .product-card__badges > * + * {
   margin-top: 3px;
}
.products-list[data-layout="grid"] .product-card .product-card__actions-list {
   position: absolute;
   overflow: hidden;
   z-index: 1;
}
.products-list[data-layout="grid"] .product-card .product-card__actions-list {
   right: 10px;
   top: 240px;
}
.products-list[data-layout="grid"] .product-card .product-card__image {
   display: block;
   position: relative;
   height: 240px;
   overflow-y: hidden;
   padding:1rem;
}
.products-list[data-layout="grid"] .product-card .product-card__image img {
   max-width: 100%;
   height: auto;
   max-height: 100%;
}
.products-list[data-layout="grid"] .product-card .product-card__fit {
   position: absolute;
   bottom: 8px;
}
.products-list[data-layout="grid"] .product-card .product-card__fit .status-badge__text {
   display: none;
}
.products-list[data-layout="grid"] .product-card .product-card__fit .status-badge__tooltip {
   display: block;
}
.products-list[data-layout="grid"] .product-card .product-card__fit {
   left: calc(16px - 3px);
}
.products-list[data-layout="grid"] .product-card .product-card__meta {
   padding: 6px 16px;
}
.products-list[data-layout="grid"] .product-card .product-card__name {
   padding: 0 16px;
   line-height: 1.1875;
}
.products-list[data-layout="grid"] .product-card .product-card__rating {
   margin: -3px 0 -2px 0;
   padding: 8px 16px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.products-list[data-layout="grid"] .product-card .product-card__rating-stars,
.products-list[data-layout="grid"] .product-card .product-card__rating-label {
   margin: 3px 0 2px 0;
}
.products-list[data-layout="grid"] .product-card .product-card__rating-stars {
   margin-right: 7px;
}
.products-list[data-layout="grid"] .product-card .product-card__rating-label {
   line-height: 1;
}
.products-list[data-layout="grid"] .product-card .product-card__features {
   padding: 10px 16px 0;
   margin-bottom: -2px;
   display: none;
}
.products-list[data-layout="grid"] .product-card .product-card__footer {
   padding: 15px 10px;
   border-top: 1px solid #eee;
   margin-top: 5px;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 76px;
   -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
               order: 2;
}
.products-list[data-layout="grid"] .product-card .product-card__prices {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
   font-size: 18px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
         -ms-flex-align: end;
               align-items: flex-end;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.products-list[data-layout="grid"] .product-card .product-card__price--old {
   font-size: 14px;
}
.products-list[data-layout="grid"] .product-card .product-card__price--old {
   margin-left: 6px;
}
.products-list[data-layout="grid"] .product-card .product-card__addtocart-icon {
   margin: -3px;
}

.products-list[data-layout="grid"] .div_variantes_grid, 
.products-list[data-layout="list"] .div_variantes_list, 
.products-list[data-layout="table"] .div_variantes_table {
   display: block;
}
.products-list[data-layout="grid"] .div_variantes_list, 
.products-list[data-layout="grid"] .div_variantes_table, 
.products-list[data-layout="list"] .div_variantes_grid, 
.products-list[data-layout="list"] .div_variantes_table, 
.products-list[data-layout="table"] .div_variantes_grid, 
.products-list[data-layout="table"] .div_variantes_list {
   display: none;
}


@media (hover: hover) {
   .products-list[data-layout="grid"] .product-card .product-card__action--wishlist,
   .products-list[data-layout="grid"] .product-card .product-card__action--compare {
      -webkit-transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
      transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
      opacity: 0;
      will-change: transform;
   }
   .products-list[data-layout="grid"] .product-card .product-card__action--wishlist, 
   .products-list[data-layout="grid"] .product-card .product-card__action--compare {
      -webkit-transform: translateX(100%) translateX(6px);
                  transform: translateX(100%) translateX(6px);
      border: 1px solid #333;
      border-radius: 50%;
   }
   .products-list[data-layout="grid"] .product-card:hover .product-card__action--wishlist,
   .products-list[data-layout="grid"] .product-card:hover .product-card__action--compare, .products-list[data-layout="grid"] .product-card:active .product-card__action--wishlist,
   .products-list[data-layout="grid"] .product-card:active .product-card__action--compare {
      -webkit-transform: none;
                  transform: none;
      opacity: 1;
   }
}
.products-list--grid--3[data-layout="grid"] .products-list__content {
   margin: -10px;
}
.products-list--grid--3[data-layout="grid"] .products-list__item {
   margin: 10px;
   width: calc((100% - 60px) / 3);
}
.products-list--grid--3[data-layout="grid"] .products-list__head {
   display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .products-list--grid--3[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--3[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 48px) / 3);
   }
}
@media (min-width: 420px) and (max-width: 767px) {
   .products-list--grid--3[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--3[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 32px) / 2);
   }
}
@media (max-width: 419px) {
   .products-list--grid--3[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--3[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 16px) / 1);
   }
}
.products-list--grid--4[data-layout="grid"] .products-list__content {
   margin: -10px;
}
.products-list--grid--4[data-layout="grid"] .products-list__item {
   margin: 10px;
   width: calc((100% - 80px) / 4);
}
.products-list--grid--4[data-layout="grid"] .products-list__head {
   display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
   .products-list--grid--4[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--4[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 48px) / 3);
   }
}
@media (min-width: 420px) and (max-width: 767px) {
   .products-list--grid--4[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--4[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 32px) / 2);
   }
}
@media (max-width: 419px) {
   .products-list--grid--4[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--4[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 16px) / 1);
   }
}
.products-list--grid--5[data-layout="grid"] .products-list__content {
   margin: -10px;
}
.products-list--grid--5[data-layout="grid"] .products-list__item {
   margin: 10px;
   width: calc((100% - 100px) / 5);
}
.products-list--grid--5[data-layout="grid"] .products-list__head {
   display: none;
}
.products-list--grid--6[data-layout="grid"] .products-list__content {
   margin: -8px;
}
.products-list--grid--6[data-layout="grid"] .products-list__item {
   margin: 8px;
   width: calc((100% - 96px) / 6);
}
.products-list--grid--6[data-layout="grid"] .products-list__head {
   display: none;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .products-list--grid--6[data-layout="grid"] .products-list__content {
      margin: -10px;
   }
   .products-list--grid--6[data-layout="grid"] .products-list__item {
      margin: 10px;
      width: calc((100% - 100px) / 5);
   }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
   .products-list--grid--6[data-layout="grid"] .products-list__content {
      margin: -10px;
   }
   .products-list--grid--6[data-layout="grid"] .products-list__item {
      margin: 10px;
      width: calc((100% - 80px) / 4);
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .products-list--grid--6[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--6[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 48px) / 3);
   }
}
@media (min-width: 420px) and (max-width: 767px) {
   .products-list--grid--6[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--6[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 32px) / 2);
   }
}
@media (max-width: 419px) {
   .products-list--grid--6[data-layout="grid"] .products-list__content {
      margin: -8px;
   }
   .products-list--grid--6[data-layout="grid"] .products-list__item {
      margin: 8px;
      width: calc((100% - 16px) / 1);
   }
}
.products-list[data-with-features="true"] .product-card .product-card__features {
   display: block;
}
.products-list[data-layout="list"] .products-list__content {
   margin: -10px;
}
.products-list[data-layout="list"] .products-list__item {
   margin: 5px auto;;
   width: calc((100% - 20px) / 1);
}
.products-list[data-layout="list"] .products-list__head {
   display: none;
}
.products-list[data-layout="list"] .product-card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
}
.products-list[data-layout="list"] .product-card .product-card__addtocart-icon,
.products-list[data-layout="list"] .product-card .product-card__action--wishlist,
.products-list[data-layout="list"] .product-card .product-card__action--compare {
   display: none;
}
.products-list[data-layout="list"] .product-card .product-card__image {
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.products-list[data-layout="list"] .product-card .product-card__badges {
   position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: start;
         -ms-flex-align: start;
               align-items: flex-start;
}
.products-list[data-layout="list"] .product-card .product-card__badges > * + * {
   margin-top: 3px;
}
.products-list[data-layout="list"] .product-card .product-card__actions-list {
   position: absolute;
   overflow: hidden;
   z-index: 1;
}
.products-list[data-layout="list"] .product-card .product-card__actions-list {
   right: 0;
}
.products-list[data-layout="list"] .product-card .product-card__rating {
   margin: -3px 0 -2px 0;
   padding: 8px 0 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.products-list[data-layout="list"] .product-card .product-card__rating-stars,
.products-list[data-layout="list"] .product-card .product-card__rating-label {
   margin: 3px 0 2px 0;
}
.products-list[data-layout="list"] .product-card .product-card__rating-stars {
   margin-right: 7px;
}
.products-list[data-layout="list"] .product-card .product-card__rating-label {
   line-height: 1;
}
.products-list[data-layout="list"] .product-card .product-card__fit .status-badge__text {
   display: block;
}
.products-list[data-layout="list"] .product-card .product-card__fit .status-badge__tooltip {
   display: none;
}
.product-card__price{
   width: 100%;
   text-align: center;
}
.linkvar {
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: normal;
}
@media (min-width: 768px) {
   .products-list[data-layout="list"] .product-card .product-card__image {
      padding: 16px 24px;
      width: 260px;
   }
   .products-list[data-layout="list"] .product-card .product-card__badges {
      top: 16px;
   }
   .products-list[data-layout="list"] .product-card .product-card__badges {
      left: 16px;
   }
   .products-list[data-layout="list"] .product-card .product-card__fit {
      position: absolute;
      bottom: 24px;
   }
   .products-list[data-layout="list"] .product-card .product-card__fit {
      left: 258px;
   }
   .products-list[data-layout="list"] .product-card .product-card__info {
      padding-top: 20px;
      padding-bottom: 57px;
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
   }
   .products-list[data-layout="list"] .product-card .product-card__info {
      padding-left: 0;
      padding-right: 20px;
   }
   .products-list[data-layout="list"] .product-card .product-card__meta {
      position: absolute;
      bottom: 0;
      padding: 0;
      height: 38px;
      line-height: 36px;
      border-top: 1px solid #ebebeb;
      text-align: center;
      width: 180px;
   }
   .products-list[data-layout="list"] .product-card .product-card__meta {
      right: 20px;
   }
   .products-list[data-layout="list"] .product-card .product-card__name {
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
   }
   .products-list[data-layout="list"] .product-card .product-card__features {
      font-size: 14px;
      padding-top: 10px;
   }
   .products-list[data-layout="list"] .product-card .product-card__features li + li {
      margin-top: 2px;
   }
   .products-list[data-layout="list"] .product-card .product-card__footer {
      width: 220px;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: right;
      -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                  order: 2;
      -ms-flex-negative: 0;
            flex-shrink: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      padding: 0 22px 49px;
   }
   .products-list[data-layout="list"] .product-card .product-card__footer {
      border-left: 1px solid #ebebeb;
   }
   .products-list[data-layout="list"] .product-card .product-card__prices {
      padding: 22px 0;
      font-size: 1.35rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: end;
            -ms-flex-align: end;
                  align-items: flex-end;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
   .products-list[data-layout="list"] .product-card .product-card__price--old {
      font-size: 15px;
   }
   .products-list[data-layout="list"] .product-card .product-card__price--old {
      margin-left: 6px;
   }
   .products-list[data-layout="list"] .product-card .product-card__addtocart-full {
      display: block;
      height: 36px;
      padding: 0 12px;
      width: 100%;
      margin-bottom: 10px;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist,
   .products-list[data-layout="list"] .product-card .product-card__compare {
      font-size: 0.85rem;
      line-height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
      padding: 7px 10px 5px;
      width: 100%;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist i,
   .products-list[data-layout="list"] .product-card .product-card__compare i {
      position: relative;
      top: -1px;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist i, 
   .products-list[data-layout="list"] .product-card .product-card__compare i {
      margin-right: 8px;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist i {
      margin-left: -3px;
      margin-right: 7px;
   }
   .products-list[data-layout="list"] .product-card .product-card__compare i {
      margin-left: -2px;
   }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
   .addtocart .fas.fa-cart-plus {
      display: none;
   }
   .products-list[data-layout="list"] .product-card .product-card__image {
      width: 192px;
      padding-left: 16px;
      padding-right: 16px;
   }
   .products-list[data-layout="list"] .product-card .product-card__fit {
      left: 190px;
   }
   .products-list[data-layout="list"] .product-card .product-card__footer {
      width: 180px;
      padding: 0 16px 49px;
   }
   .products-list[data-layout="list"] .product-card .product-card__prices {
      padding: 24px 0;
   }
   .products-list[data-layout="list"] .product-card .product-card__meta {
      position: absolute;
      bottom: 0;
      width: 148px;
   }
   .products-list[data-layout="list"] .product-card .product-card__meta {
      right: 16px;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist,
   .products-list[data-layout="list"] .product-card .product-card__compare {
      margin-top: 1px;
   }
}
@media (max-width: 767.98px) {
   .products-list[data-layout="list"] .product-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .products-list[data-layout="list"] .product-card .product-card__image {
      padding: 20px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
   }
   .products-list[data-layout="list"] .product-card .product-card__image img {
      width: auto;
      max-width: 100%;
   }
   .products-list[data-layout="list"] .product-card .product-card__fit {
      position: absolute;
      bottom: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .products-list[data-layout="list"] .product-card .product-card__fit {
      left: 15px;
      right: 15px;
   }
   .products-list[data-layout="list"] .product-card .product-card__badges {
      top: 16px;
   }
   .products-list[data-layout="list"] .product-card .product-card__badges {
      left: 16px;
   }
   .products-list[data-layout="list"] .product-card .product-card__info {
      padding: 0 20px 20px;
   }
   .products-list[data-layout="list"] .product-card .product-card__features {
      padding-top: 12px;
   }
   .products-list[data-layout="list"] .product-card .product-card__footer {
      border-top: 1px solid #ebebeb;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
            -ms-flex-direction: row;
                  flex-direction: row;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 58px;
   }
   .products-list[data-layout="list"] .product-card .product-card__prices {
      padding-top: 20px;
      padding-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
            -ms-flex-align: end;
                  align-items: flex-end;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   }
   .products-list[data-layout="list"] .product-card .product-card__price--old {
      font-size: 15px;
   }
   .products-list[data-layout="list"] .product-card .product-card__price--old {
      margin-left: 6px;
   }
   .products-list[data-layout="list"] .product-card .product-card__addtocart-full {
      height: 30px;
      padding: 0 16px;
      font-size: 15px;
   }
   .products-list[data-layout="list"] .product-card .product-card__addtocart-full {
      margin-right: 8px;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist,
   .products-list[data-layout="list"] .product-card .product-card__compare {
      height: 30px;
      width: 32px;
      padding: 0;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist i, 
   .products-list[data-layout="list"] .product-card .product-card__compare i {
      margin-left: 0;
      margin-right: 0;
   }
   .products-list[data-layout="list"] .product-card .product-card__wishlist span,
   .products-list[data-layout="list"] .product-card .product-card__compare span {
      display: none;
   }
   .products-list[data-layout="list"] .product-card .product-card__meta {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 20px;
      height: 38px;
      line-height: 36px;
      border-top: 1px solid #ebebeb;
   }
}
.products-list[data-layout="table"] .product-card {
   background: transparent;
   -webkit-box-shadow: none;
               box-shadow: none;
}
.products-list[data-layout="table"] .products-list__item {
   width: 100%;
}
.products-list[data-layout="table"] .products-list__head {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   border-bottom: 1px solid #ebebeb;
   padding: 10px 0;
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
}
.products-list[data-layout="table"] .products-list__head:after {
   display: block;
   content: '';
   width: 36px;
   margin: 0 16px;
}
.products-list[data-layout="table"] .products-list__column--image {
   width: 90px;
   -webkit-box-sizing: content-box;
               box-sizing: content-box;
   text-align: center;
   padding: 0 16px;
}
.products-list[data-layout="table"] .products-list__column--meta {
   width: 140px;
   text-align: center;
   padding: 0 16px;
}
.products-list[data-layout="table"] .products-list__column--meta {
   margin-left: 1px;
}
.products-list[data-layout="table"] .products-list__column--product {
   padding: 0 18px;
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.products-list[data-layout="table"] .products-list__column--product {
   margin-left: 1px;
}
.products-list[data-layout="table"] .products-list__column--rating {
   width: 140px;
   text-align: center;
   padding: 0 16px;
}
.products-list[data-layout="table"] .products-list__column--rating {
   margin-left: 1px;
}
.products-list[data-layout="table"] .products-list__column--price {
   width: 136px;
   padding: 0 16px;
   margin: 0 1px;
}
.products-list[data-layout="table"] .products-list__column--price {
   text-align: center;
}
.products-list[data-layout="table"] .product-card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
}
.products-list[data-layout="table"] .product-card .product-card__fit,
.products-list[data-layout="table"] .product-card .product-card__features,
.products-list[data-layout="table"] .product-card .product-card__wishlist,
.products-list[data-layout="table"] .product-card .product-card__compare,
.products-list[data-layout="table"] .product-card .product-card__action,
.products-list[data-layout="table"] .product-card .product-card__addtocart-full {
   display: none;
}
.products-list[data-layout="table"] .product-card .product-card__badges {
   position: absolute;
   top: -2px;
   display: inline-block;
   vertical-align: middle;
}
.products-list[data-layout="table"] .product-card .product-card__badges > * {
   display: inline-block;
   vertical-align: middle;
}
.products-list[data-layout="table"] .product-card .product-card__badges {
   left: 3px;
   margin-right: 2px;
}
.products-list[data-layout="table"] .product-card .tag-badge {
   padding: 3px 5px;
   height: 15px;
   font-size: 10px;
}
.products-list[data-layout="table"] .product-card .tag-badge:before {
   -webkit-transform: none;
               transform: none;
   border-radius: 1.5px;
}
.products-list[data-layout="table"] .product-card .tag-badge:before {
   left: 0;
   right: 0;
}
.prixht {
	font-size: 1.25rem;
}
@media (min-width: 576px) {
   .products-list[data-layout="table"] .product-card {
      padding-left: 16px;
      padding-right: 0;
      position: relative;/* pour Ribbon */
   }
   .products-list[data-layout="table"] .product-card .product-card__image {
      width: 90px;
      -ms-flex-negative: 0;
            flex-shrink: 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__image {
      margin-right: 16px;
      min-height: 100px;
   }
   .products-list[data-layout="table"] .product-card .product-card__info {
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
            align-self: stretch;
      margin: 16px 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__meta {
      font-size: 1rem;
   }
   .products-list[data-layout="table"] .product-card .product-card__meta-title {
      display: none;
   }
   .products-list[data-layout="table"] .product-card .product-card__name {
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      font-size: 1rem;
      line-height: 18px;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating {
      padding: 0 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      margin-top: 4px;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating-label {
      margin-top: 3px;
   }
   .products-list[data-layout="table"] .product-card .product-card__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      -ms-flex-item-align: stretch;
            align-self: stretch;
      -ms-flex-negative: 0;
            flex-shrink: 0;
      margin: 0;
      padding: 12px 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__footer {
      border-left: 1px solid #ebebeb;
      padding-left: 16px;
      width: 233px;
   }
   .products-list[data-layout="table"] .product-card .product-card__prices {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      -ms-flex-negative: 0;
            flex-shrink: 0;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
      -ms-flex-item-align: stretch;
            align-self: stretch;
      -webkit-box-align: end;
            -ms-flex-align: end;
                  align-items: flex-end;
      width: 150px;
      font-size: 1.25rem;
   }
   .products-list[data-layout="table"] .product-card .product-card__prices {
      border-right: 1px solid #ebebeb;
      padding-right: 16px;
   }
   .products-list[data-layout="table"] .product-card .product-card__price--old {
      font-size: 14px;
   }
   .products-list[data-layout="table"] .product-card .product-card__price--old {
      margin-left: 6px;
   }
   .products-list[data-layout="table"] .product-card .product-card__price--old {
      margin-top: 4px;
   }
   .products-list[data-layout="table"] .product-card .product-card__price--old {
      margin-left: 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__addtocart-icon {
      margin: 0 16px;
   }
   .products-list[data-layout="table"] .product-card .product-card__actions-list {
      padding: 0;
      display: none;
   }
}
@media (min-width: 1200px) {
   .products-list[data-layout="table"] .product-card .product-card__name {
      padding: 0 18px;
   }
   .products-list[data-layout="table"] .product-card .product-card__name {
      border-left: 1px solid #ebebeb;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating {
      width: 140px;
      padding-top: 0;
      -ms-flex-negative: 0;
            flex-shrink: 0;
      margin-top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating {
      border-left: 1px solid #ebebeb;
   }
   .products-list[data-layout="table"] .product-card .product-card__meta {
      width: 140px;
      -ms-flex-negative: 0;
            flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
            -ms-flex-align: center;
                  align-items: center;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
   .products-list[data-layout="table"] .product-card .product-card__meta {
      border-left: 1px solid #ebebeb;
   }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .products-list[data-layout="table"] .product-card .product-card__image {
      width: 60px;
   }
   .products-list[data-layout="table"] .product-card .product-card__image {
      margin-right: 16px;
   }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
   .products-list[data-layout="table"] .product-card .product-card__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      padding: 0 16px;
   }
   .products-list[data-layout="table"] .product-card .product-card__info {
      border-left: 1px solid #ebebeb;
   }
   .products-list[data-layout="table"] .product-card .product-card__name {
      padding: 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating {
      margin: -3px 0 -2px 0;
      padding: 5px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating-stars,
   .products-list[data-layout="table"] .product-card .product-card__rating-label {
      margin: 3px 0 2px 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating-stars {
      margin-right: 7px;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating-label {
      line-height: 1;
   }
   .products-list[data-layout="table"] .product-card .product-card__meta {
      padding: 0 0 5px;
   }
}
@media (min-width: 576px) and (max-width: 767.98px) {
   .products-list[data-layout="table"] .product-card .product-card__image {
      width: 60px;
   }
   .products-list[data-layout="table"] .product-card .product-card__image {
      margin-right: 16px;
   }
   .products-list[data-layout="table"] .product-card .product-card__prices {
      width: 90px;
   }
}
@media (max-width: 575.98px) {
   .products-list[data-layout="table"] .product-card {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                  align-items: stretch;
      padding-top: 0;
      padding-bottom: 0;
   }
   .products-list[data-layout="table"] .product-card {
      padding-left: 0;
      padding-right: 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__image {
      padding: 4px;
      margin: 0 8px;
      width: 60px;
   }
   .products-list[data-layout="table"] .product-card .product-card__info {
      -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                  order: 3;
      width: 100%;
      margin: 0;
      padding: 14px;
      border-top: 1px solid #ebebeb;
   }
   .products-list[data-layout="table"] .product-card .product-card__info {
      border-left: none;
   }
   .products-list[data-layout="table"] .product-card .product-card__name {
      line-height: 20px;
      margin-top: 6px;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating {
      margin: -3px 0 -2px 0;
      padding-top: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating-stars,
   .products-list[data-layout="table"] .product-card .product-card__rating-label {
      margin: 3px 0 2px 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating-stars {
      margin-right: 7px;
   }
   .products-list[data-layout="table"] .product-card .product-card__rating-label {
      line-height: 1;
   }
   .products-list[data-layout="table"] .product-card .product-card__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      -ms-flex-negative: 0;
            flex-shrink: 0;
   }
   .products-list[data-layout="table"] .product-card .product-card__prices {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
      -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                  flex-grow: 1;
      padding: 12px 14px;
      height: 100%;
   }
   .products-list[data-layout="table"] .product-card .product-card__prices {
      border-left: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
   }
   .products-list[data-layout="table"] .product-card .product-card__price--old {
      font-size: 14px;
      margin-top: 4px;
   }
   .products-list[data-layout="table"] .product-card .product-card__addtocart-icon {
      margin: 10px 18px;
      -ms-flex-negative: 0;
            flex-shrink: 0;
      -ms-flex-item-align: center;
            align-self: center;
   }
}
@media (max-width: 1399.98px) {
   .products-list[data-layout="table"] .products-list__column--image {
      width: 60px;
   }
}
@media (max-width: 1199.98px) {
   .products-list[data-layout="table"] .products-list__column--image {
      width: 90px;
   }
   .products-list[data-layout="table"] .products-list__column--meta,
   .products-list[data-layout="table"] .products-list__column--rating {
      display: none;
   }
}
@media (min-width: 576px) {
   .products-list[data-layout="table"] {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
   .products-list[data-layout="table"] .products-list__item + .products-list__item {
      border-top: 1px solid #ebebeb;
   }
}
@media (max-width: 575.98px) {
   .products-list[data-layout="table"] .products-list__content {
      margin: -8px;
   }
   .products-list[data-layout="table"] .products-list__item {
      margin: 8px;
      width: calc((100% - 16px) / 1);
   }
   .products-list[data-layout="table"] .products-list__head {
      display: none;
   }
}
/*
 .products-view
*/
.products-view__options {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
   margin-bottom: 15px;
   border: 1px solid var(--col3);
}
#recherche .products-view__pagination {
	background-color: var(--col1);
	color: var(--col3);
   height: auto;
   min-height: 48px;
}
.nbr {
	background-color: #fff;
	color: var(--col1);
	padding: 2px 10px;
	border-radius: 5px;
   margin: 0 3px;
}
.products-view__pagination {
   background-color: #fff;
   border: 1px solid var(--col3);
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
         -ms-flex-pack: justify;
               justify-content: space-between;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   margin-top: 20px;
   padding: .75rem 1rem;
}
.products-view__pagination-legend {
   font-size: .9375rem;
   padding: 0 .375rem;
}
@media (max-width: 767.98px) {
   .products-view__pagination {
      padding-top: 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .products-view__pagination-legend {
      padding-top: 9px;
      min-height: 48px;
   }
}
/*
 .quickview
*/
.quickview {
   max-width: 800px;
}
.quickview__body {
   padding: 32px 32px 36px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
         -ms-flex-direction: row;
               flex-direction: row;
}
.quickview__close {
   z-index: 2;
   position: absolute;
   padding: 16px;
   border: none;
   top: 0;
   border-radius: 0 2.5px 0 2.5px;
   background: transparent;
   fill: currentColor;
   -webkit-transition: background .2s,
 color .2s;
   transition: background .2s,
 color .2s;
   background-color: #fff;
   color: #ccc;
}
.quickview__close:hover {
   background-color: #f2f2f2;
   color: #4d4d4d;
}
.quickview__close:active {
   background-color: #ebebeb;
   color: #4d4d4d;
}
.quickview__close {
   right: 0;
}
.quickview__close i {
   display: block;
}
.quickview__close:active {
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
.quickview__close:focus {
   outline: none;
}
.quickview__gallery {
   width: 320px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.quickview__gallery {
   margin-right: 28px;
}
.quickview__product {
   -webkit-box-flex: 1;
         -ms-flex-positive: 1;
               flex-grow: 1;
}
.quickview__product-name {
   font-size: 24px;
   line-height: 28px;
   font-weight: 700;
   margin-top: -2px;
}
.quickview__product-rating {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 6px;
}
.quickview__product-rating-title {
   font-size: 13px;
   line-height: 1;
   color: #6c757d;
}
.quickview__product-rating-title {
   margin-left: 8px;
}
.quickview__product-description {
   margin-top: 10px;
   font-size: 15px;
   line-height: 22px;
}
.quickview__product-meta {
   margin: 12px 0 0;
}
.quickview__product-meta table {
   display: block;
   margin: -3px;
}
.quickview__product-meta tbody {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.quickview__product-meta tr,
.quickview__product-meta th,
.quickview__product-meta td {
   display: block;
}
.quickview__product-meta tr {
   background: #f2f2f2;
   border-radius: 1.5px;
   margin: 3px;
   padding-top: 5px;
   padding-bottom: 5px;
}
.quickview__product-meta tr {
   padding-left: 7px;
   padding-right: 14px;
}
.quickview__product-meta th {
   font-size: 11px;
   font-weight: 400;
   color: #808080;
   line-height: 1;
}
.quickview__product-meta td {
   font-size: 13px;
   line-height: 1;
   font-weight: 500;
}
.quickview__product-meta a {
   color: inherit;
}
.quickview__product-prices-stock {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   margin: 12px 0 16px;
}
.quickview__product-price {
   font-size: 24px;
   font-weight: 700;
   letter-spacing: -.04em;
}
.quickview__product-stock {
   margin-bottom: 2px;
}
.quickview__product-stock {
   margin-left: 12px;
}
.quickview__product-form {
   margin-bottom: 16px;
}
.quickview__product-actions {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   margin: -4px;
}
.quickview__product-actions-item {
   margin: 4px;
}
.quickview__product-actions-item--quantity {
   width: 100px;
}
.quickview__see-details {
   border-radius: 0 0 2.5px 2.5px;
   border-top: 1px solid #ebebeb;
   display: block;
   text-align: center;
   color: #6c757d;
   font-size: 15px;
   height: 52px;
   line-height: 50px;
   -webkit-transition: background .15s,
 border-color .15s;
   transition: background .15s,
 border-color .15s;
}
.quickview__see-details:hover {
   color: #6c757d;
   background: #f7f7f7;
}
.quickview__see-details:active {
   background: #f0f0f0;
   -webkit-transition-duration: 0s;
               transition-duration: 0s;
}
@media (max-width: 991.98px) {
   .quickview {
      max-width: 520px;
   }
   .quickview__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
            -ms-flex-direction: column;
                  flex-direction: column;
   }
   .quickview__gallery {
      width: 100%;
      margin-bottom: 28px;
   }
   .quickview__gallery {
      margin-right: 0;
   }
}
@media (max-width: 575.98px) {
   .quickview {
      max-width: 100%;
   }
}
@media (max-width: 474px) {
   .quickview__body {
      padding: 20px 20px 24px;
   }
}

/*
 .spec
*/
.spec {
   font-size: 14px;
   line-height: 18px;
}
.spec__header {
   margin-bottom: 50px;
}
.spec__section + .spec__section {
   margin-top: 40px;
}
.spec__section-title {
   font-weight: 500;
   font-size: 17px;
   letter-spacing: -.03em;
   line-height: 20px;
   margin: 0 0 12px;
}
.spec__row {
   padding: 8px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   border-bottom: 1px solid #ebebeb;
}
.spec__row:first-of-type {
   border-top: 1px solid #ebebeb;
}
.spec__name {
   width: 230px;
   -ms-flex-negative: 0;
         flex-shrink: 0;
   color: #6c757d;
}
.spec__name {
   padding-right: 30px;
}
.spec__disclaimer {
   margin-top: 40px;
   font-size: 13px;
   line-height: 20px;
   color: #6c757d;
}
@media (min-width: 576px) and (max-width: 767.98px) {
   .spec__name {
      width: 170px;
   }
}
@media (max-width: 575.98px) {
   .spec__header {
      margin-bottom: 30px;
   }
   .spec__section + .spec__section {
      margin-top: 24px;
   }
   .spec__row {
      display: block;
      padding: 8px 0;
   }
   .spec__name {
      width: auto;
      margin-bottom: 2px;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 15px;
   }
   .spec__disclaimer {
      margin-top: 28px;
   }
}
/*
 .wishlist
*/
.wishlist__table {
   width: 100%;
   border-spacing: 0;
}
.wishlist__column--head {
   font-size: 13px;
   text-transform: uppercase;
}
.wishlist__product-name {
   line-height: 20px;
}
.wishlist__product-name a {
   color: inherit;
   -webkit-transition: color .15s;
   transition: color .15s;
}
.wishlist__product-name a:hover {
   color: #003f2b;
}
.wishlist__product-rating {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 6px;
}
.wishlist__product-rating-title {
   font-size: 13px;
   line-height: 1;
   color: #6c757d;
}
.wishlist__product-rating-title {
   margin-left: 8px;
}
@media (min-width: 768px) {
   .wishlist {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
   .wishlist__column {
      padding: 14px 16px;
   }
   .wishlist__column:first-child {
      padding-left: 28px;
   }
   .wishlist__column:last-child {
      padding-right: 28px;
   }
   .wishlist__column--image {
      text-align: center;
      width: 1px;
   }
   .wishlist__column--image img {
      max-width: 80px;
   }
   .wishlist__column--body {
      border-top: 1px solid #ebebeb;
   }
   .wishlist__column--stock {
      text-align: center;
      width: 1px;
      white-space: nowrap;
   }
   .wishlist__column--price {
      white-space: nowrap;
      width: 140px;
   }
   .wishlist__column--price {
      text-align: right;
   }
   .wishlist__column--button {
      white-space: nowrap;
      width: 200px;
   }
   .wishlist__column--button {
      text-align: right;
   }
   .wishlist__column--remove {
      width: 1px;
      white-space: nowrap;
   }
   .wishlist__column--remove {
      padding-left: 0;
   }
   .wishlist__remove {
      margin-right: -12px;
   }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
   .wishlist__column--button {
      width: 1px;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .wishlist__column:first-child {
      padding-left: 16px;
   }
   .wishlist__column:last-child {
      padding-right: 16px;
   }
   .wishlist__column--product, 
   .wishlist__column--stock, 
   .wishlist__column--price, 
   .wishlist__column--button {
      padding-left: 0;
   }
   .wishlist__column--price {
      width: 1px;
   }
   .wishlist__remove {
      margin-top: 0;
      margin-bottom: 0;
   }
   .wishlist__remove {
      margin-left: -8px;
      margin-right: -8px;
   }
}
@media (max-width: 767.98px) {
   .wishlist__table {
      display: block;
   }
   .wishlist__head {
      display: none;
   }
   .wishlist__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      margin: -8px;
   }
   .wishlist__row,
   .wishlist__column {
      display: block;
   }
   .wishlist__column {
      padding: 0;
   }
   .wishlist__row {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      position: relative;
      margin: 8px;
      width: calc(50% - 16px);
      text-align: center;
      padding: 16px;
   }
   .wishlist__product-rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
   .wishlist__column--stock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
            -ms-flex-pack: center;
                  justify-content: center;
   }
   .wishlist__column--image {
      padding-bottom: 12px;
   }
   .wishlist__column--stock {
      margin-top: 16px;
      display: none;
   }
   .wishlist__column--price {
      margin-top: 8px;
      font-weight: 500;
   }
   .wishlist__column--button {
      padding: 20px 0 12px;
   }
   .wishlist__remove {
      position: absolute;
      top: 0;
   }
   .wishlist__remove {
      right: 0;
   }
}
@media (max-width: 474px) {
   .wishlist__row {
      width: calc(100% - 16px);
   }
}
/* ----------------------------------------
 Account
 ---------------------------------------- */
/*
 .account-nav
*/
.account-nav {
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.account-nav__title {
   padding: 1.375rem 1.5rem;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 0;
}
.account-nav__list {
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 15px;
   line-height: 20px;
}
.account-nav__item a {
   display: block;
   color: #6c757d;
   padding: 7px 1.5rem;
}
.account-nav__item:hover a {
   background: #f2f2f2;
}
.account-nav__item--active a {
   color: inherit;
   font-weight: 500;
}
.account-nav__divider {
   height: 1px;
   background: #ebebeb;
   margin: 10px 0;
}
@media (min-width: 992px) {
   .account-nav__list {
      padding-bottom: 1.375rem;
   }
   .account-nav__item--active a {
      -webkit-box-shadow: 3px 0 #333 inset;
                  box-shadow: 3px 0 #333 inset;
   }
}
@media (max-width: 991.98px) {
   .account-nav {
      overflow-x: auto;
      max-width: 100%;
   }
   .account-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      padding: 0 8px;
   }
   .account-nav__title {
      display: none;
   }
   .account-nav__item a {
      padding: 14px 20px;
   }
   .account-nav__item--active a {
      -webkit-box-shadow: 0 -3px #333 inset;
                  box-shadow: 0 -3px #333 inset;
   }
}
/*
 .address-card
*/
.check-icon.fas, .check-icon.far, .nocheck-icon.fas, .nocheck-icon.far {
   display: none;
   position: relative;
   top: -25px;
   left: 92%; 
   width: 16px;
}
.check-icon {
   color: green;
}
.nocheck-icon {
   color: red;
}
.address-card {
   position: relative;
}
.address-card__badge {
   position: absolute;
   top: 12px;
}
.address-card__badge {
   right: 12px;
}
.address-card__body {
   padding: 1.5rem;
   font-size: 15px;
   line-height: 18px;
}
.address-card__name {
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 1.125rem;
}
.address-card__row + .address-card__row {
   margin-top: .75rem;
}
.address-card__row-title {
   font-size: 13px;
   color: #6c757d;
}
.address-card__footer {
   margin-top: 1.625rem;
}
.address-card__footer a:hover {
   text-decoration: underline;
}

/*
 .addresses-list
*/
.addresses-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.addresses-list__item {
   -ms-flex-negative: 0;
         flex-shrink: 0;
}
.addresses-list__item--new {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   padding: 2rem;
   background-color: #fff;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
               box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.addresses-list__divider:last-child {
   display: none;
}
.addresses-list__plus {
   width: 60px;
   height: 60px;
   position: relative;
   border-radius: 30px;
   margin-bottom: 24px;
   color: #e0e0e0;
   border: 2px solid currentColor;
   -webkit-transition: color .2s;
   transition: color .2s;
}
.addresses-list__plus:before, .addresses-list__plus:after {
   content: '';
   position: absolute;
   width: 32px;
   height: 4px;
   background: currentColor;
   border-radius: 1.5px;
   top: calc(50% - 2px);
}
.addresses-list__plus:before, .addresses-list__plus:after {
   left: calc(50% - 16px);
}
.addresses-list__plus:after {
   -webkit-transform: rotateZ(90deg);
               transform: rotateZ(90deg);
}
.addresses-list__item--new:hover .addresses-list__plus {
   color: #ccc;
}
@media (min-width: 768px) {
   .addresses-list__item {
      width: calc((100% - 32px - 1px) / 3);
   }
   .addresses-list__divider:nth-child(2n) {
      width: 16px;
   }
   .addresses-list__divider:nth-child(6n) {
      width: 100%;
      height: 16px;
   }
}
@media (min-width: 480px) and (max-width: 767.98px) {
   .addresses-list__item {
      width: calc((100% - 16px - 1px) / 2);
   }
   .addresses-list__divider:nth-child(2n) {
      width: 16px;
   }
   .addresses-list__divider:nth-child(4n) {
      width: 100%;
      height: 16px;
   }
}
@media (max-width: 479px) {
   .addresses-list__item {
      width: calc((100% - 0px - 1px) / 1);
   }
   .addresses-list__divider:nth-child(2n) {
      width: 16px;
   }
   .addresses-list__divider:nth-child(2n) {
      width: 100%;
      height: 16px;
   }
}
/*
 .dashboard
*/
.dashboard {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   -webkit-box-pack: justify;
         -ms-flex-pack: justify;
               justify-content: space-between;
}
.dashboard__orders {
   margin-top: 24px;
   width: 100%;
}
@media (min-width: 768px) {
   .dashboard__profile,
   .dashboard__address {
      width: calc(50% - 12px);
   }
}
@media (max-width: 767.98px) {
   .dashboard__profile,
   .dashboard__address {
      width: 100%;
   }
   .dashboard__address {
      margin-top: 24px;
   }
}
/*
 .profile-card
*/
.profile-card__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
         -ms-flex-direction: column;
               flex-direction: column;
   -webkit-box-align: center;
         -ms-flex-align: center;
               align-items: center;
   -webkit-box-pack: center;
         -ms-flex-pack: center;
               justify-content: center;
}
.profile-card__avatar {
   width: 90px;
   height: 90px;
   border-radius: 50%;
   margin-bottom: 16px;
}
.profile-card__avatar img {
   border-radius: 50%;
   max-width: 100%;
}
.profile-card__name {
   font-weight: 500;
   line-height: 20px;
}
.profile-card__email {
   font-size: 15px;
   margin-bottom: 24px;
}
/* pagination */
.paging {
   clear:both;
   padding:0;
   font-size:1em;
   float: right;
}
.paging span, .paging a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding:5px 8px;
   text-decoration:none;
   width:auto;
   color:#666666;
   background: #FFFFFF;
   border:1px solid #DDDDDD;
   font-weight:normal;
}
.paging .current {
   background: var(--col1);
   border:1px solid #999999;
   padding:5px 8px;
   color:#FFFFFF;
   font-weight: bold;
}
.paging a:hover{
   color:#FFFFFF;
   background: var(--col2);
}

/* badge */
.ribbon-wrapper {
   width: 85px;
   height: 88px;
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
}
.ribbon {
   font-size: 14px;
   font-weight: 800;
   text-transform: uppercase;
   line-height: 14px;
   text-align: center;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   position: relative;
   padding: 7px 0;
   left: -30px;
   top: 7px;
   width: 100px;
   height: 28px;
}
.ribbon:before,
.ribbon:after {
   content: "";
   border-top: 3px solid transparent;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   position: absolute;
   bottom: -3px
}
.ribbon:before {
   left: 0
}
.ribbon:after {
   right: 0
}
/* ------ rollover ------*/
.categories-list__item:hover .rollover_cat {
	width: 100%;
}
.categories-list__item:hover .rollover_cat p {
	position: relative;
	opacity: 1;
	transition: opacity .1s;
	transition-delay: 0s;
	transition-delay: .2s;
}
.rollover_cat {
	width: 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--col2);
	position: absolute;
	left: 0;
	bottom: 0;
   transition: all linear .1s;
   color:#fff;
}
.rollover_cat p {
	position: absolute;
   opacity: 0;
   margin: 0;
}
/* bandeau RGPD */
#affbandeaucookie {
   box-shadow: 0 0 9px 0px rgba(0,0,0,0.5);
}
#affbandeaucookie #affcookie-corps a {
	color: #333;
	text-decoration: underline;
}
#affbandeaucookie a:hover, #affbandeaucookie a#refuscookies:hover {
   color: var(--col2);
}
.affcookie {
	position: fixed;
	z-index: 1000;
	display: none;
	min-width: 37%;
	background: var(--col1);
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 9px;
	max-width: 600px;
}
.affcookie .container {
	padding: 0;
   width: auto;
   padding: 2px;
}
.affcookie .titre-affcookie {
	height: 50px;
	line-height: 35px;
	width: 100%;
	text-align: left;
	color: #fff;
	background: var(--col1);
   padding: 6px 15px;
}
.titre-affcookie {
	width: 100%;
	display: block;
	position: relative;
}
.affcookie-titre span {
	font-weight: 800;
	font-size: 1.5rem;
}
.affcookie-corps {
	padding: 15px;
	margin: 0;
	color: #333;
	background-color: #FFF;
}
.affcookie-footer {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 0;
}

#affparamcookie {
	color: #444;
}
#tabparamrgpd td {
	padding: 6px 6px;
	color: #444;
}
#affparamcookie .modal-dialog {
	max-width: 600px;
}
#affparamcookie .modal-header {
	background-color: var(--col1);
   color: #fff;
   font-size: 1.2rem;
}
#affparamcookie .modal-header .close {
	padding: 18px 1rem;
	color: #fff;
}
#affbandeaucookie #paramcookies {
	border-right: 1px solid #ccc;
	border-radius: 0;
}
#affbandeaucookie #refuscookies {
	float: right;
	font-size: 0.8rem;
	color: #fff;
}
#affbandeaucookie .btn-cookies {
   margin: 0;
   padding: 0 25%;
   color: #efefef !important;
	border: unset;
	font-weight: 700;
	font-size: 1.2rem;
}
#affbandeaucookie .btn-cookies#accept_cookies {
	font-weight: 800;
}
#affbandeaucookie a.btn-cookies:hover, #affbandeaucookie a.btn-cookies .fa.fa-close:hover, #affbandeaucookie a.btn-cookies:focus {
	color: var(--col2) !important;
   background-color: transparent;
}
@media (max-width: 480px) {
   .affcookie .titre-affcookie {
      height: 80px;
      padding-left: 24px;
   }
}
.checkrgpd input[type=checkbox] + label:before {font-family: "Font Awesome 5 Free";display: inline-block;content: "\f0c8";width:2rem;font-size: 1.2em;}
.checkrgpd input[type=checkbox]:checked + label:before {content: "\f14a";font-size: 1.2em;}
.checkrgpd input[type=checkbox] {display:none;}
.checkrgpd input[type=checkbox] + label {cursor:pointer;}
.checkrgpd input[type=checkbox] + label {
   color: var(--col1);
   background-color: white;
   border: none;
}
.itemscope {
   height: 0;
   width: 100%;
}
.itemscope span {
   color:transparent;
}