@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
html, body {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	max-width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #222;
	max-width: 100%;
	overflow-x: hidden;
}
.rowNone {
	display: none!important;
	opacity: 0!important;
	visibility: hidden!important;
}
.bgSecondBanner {
	margin-top: 65px!important;
}
button {
	transition: all linear 0.3s;	
}
a {
    color: #222;
	text-decoration: none;
	transition: all linear 0.3s;
}
a:hover {
	color: #bead8e;
}
img {
	position: relative;
	max-width: 100%;	
}
.listingFiles,
.listingFiles li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listingFiles li a {
	border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.listingFiles li:last-child a {
	border-bottom: 0;
}
.responseQueryVB {
	display: inline-block;
	background-color: #f7f5f2;
	width: 480px;
	text-align: center;
	padding: 30px;
	border: 1px solid #bead8e42;
}
.responseQueryVB h4 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 33px;
    text-transform: uppercase;
}
.vbTable {
    border-top: 1px solid #ddd;
    width: 480px;
    margin: 20px auto 0 auto;
}
.vbTable th {
    background-color: #f0f0f0;
    font-weight: bold;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	padding: 10px 15px;
    vertical-align: top;
    text-align: left;
}
.vbTable td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
    vertical-align: top;
    text-align: left;
}
.boxFinalMessage {
    padding: 30px;
    max-width: 380px;
    margin: 0 auto;
    background-color: #f7f5f2;
    border: 1px solid #bead8e42;
    text-align: center;
}
.boxFinalMessage h3 {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 33px;
	text-transform: uppercase;
}
.boxFinalMessage p {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 22px;
}
.boxFinalMessage h4 {
    display: inline-block;
    min-width: 268px;
    padding: 10px 15px;
    text-align: center;
    background-color: #bead8e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #bead8e;
    transition: all linear 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
}
.mainMenu a.chevDropdown {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.mainMenuResponsive {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
    transition: left 0.5s ease-in-out;
	left: -100%;
}
.mainMenuResponsive section {
	width: 100%;
	display: block;
	text-align: center;
}
.mainMenuResponsive.activeMainMenuResp {
	left: 0;
}
.mainMenuResponsive .overlayMenuResp {
	display: block;
	position: absolute;
	z-index: 1;
	background-color: rgb(0 0 0 / 85%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.mainMenuResponsive nav {
	z-index: 2;
    background: #fff;
    width: 300px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    overflow-y: auto;
    position: relative;
    height: 100%;
}
.mainMenuResponsive nav ul,
.mainMenuResponsive nav ul li {
	display: block;
	list-style-type: none;
    position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mainMenuResponsive nav ul li:first-child a {
	border-top: 1px solid #f0f0f0;
}
.mainMenuResponsive nav ul li a {
	display: block;
	padding: 10px 15px;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	font-size: 16px;
    line-height: 25px;
    color: #222;
    font-weight: 500;
    position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.mainMenuResponsive nav ul li a.chevDropdown {
    display: inline-block;
    width: auto;
    padding: 10px 16px 10px 15px;
    border-bottom: 0;
    border-left: 1px solid #f0f0f0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.mainMenuResponsive nav ul li .dropdown.submenuMainMenu {
	display: none;
    background: #f9f9f9;
    border-bottom: 1px solid #dddddd00;
    box-shadow: inset 0px 0px 3px 0px #9f9f9f;
}
.mainMenuResponsive nav ul li .dropdown.submenuMainMenu ul li a {
	padding: 10px 25px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
	text-transform: inherit;
}
.mainMenuResponsive nav ul li a:hover,
.mainMenuResponsive nav ul li a.currentLinkActive,
.mainMenuResponsive nav ul li .dropdown.submenuMainMenu ul li a:hover,
.mainMenuResponsive nav ul li .dropdown.submenuMainMenu ul li a.currentLinkActive {
    color: #bead8e;
    font-weight: 500;
}
.mainMenuResponsive .languagesMenuResp {
    display: flex;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	border-top: 1px solid #f0f0f0;
}
.mainMenuResponsive .languagesMenuResp li {
	display: inline-block!important;
	list-style-type: none!important;
	margin: 0!important;
	padding: 0!important;
	border-left: 1px solid #f0f0f0;
}
.mainMenuResponsive .languagesMenuResp li a {
	border: 0!important;
	display: block;
	position: relative;
	padding-top: 10px;
}
.mainMenuResponsive .languagesMenuResp li:first-child {
	border-left: 0;
}
.rowProductSingle {
	align-items: flex-start;
}
.list_filter_brands {
	min-height: calc(100vh - 471px);
	display: flex;
    align-content: center;
    align-items: center;
}
.containerMainHome {
	min-height: calc(100vh - 479px);
	display: flex;
    align-content: center;
    align-items: center;
}
.contentLegalPage {
	color: #333;
	font-size: 17px;
	text-align: left!important;
}
.contentLegalPage table {
	width: 100%;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.contentLegalPage table tr th,
.contentLegalPage table tr td {
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	text-align: left;
	padding: 10px 15px;
}
.contentLegalPage p {
	color: #000;
	font-size: 16px;
	text-align: left;
}
.contentLegalPage a {
	color: #bead8e;
}
.contentLegalPage h4 {
    margin: 30px 0 20px 0;
}
.contentLegalPage h5 {
    margin: 20px 0 15px 0;
}
.contentLegalPage ul,
.contentLegalPage ul li {
	margin: 0;
	padding: 0;
	text-align: left;
}
.contentLegalPage ul {
	margin-left: 15px;
	margin-bottom: 30px;
}
.steps {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.footBtnsForm {
    margin-top: -20px;
}
.step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    position: relative;
	cursor: pointer;
}
.step:hover {
	opacity: 0.7;
}
.step.active,
.step.completed {
	background: #bead8e;
	color: white;
}
.step::after {
	content: '';
    width: 100px;
    height: 5px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.step span {
	position: absolute;
    bottom: -32px;
    width: 110px;
    text-align: center;
    left: -34px;
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
}
.step.completed span,
.step.active span {
    color: #bead8e;
    font-weight: 600;
}
.step:last-child::after { display: none; }
.step.completed::after { background: #bead8e; }
.form-step { display: none; }
.form-step.active { display: block; }
button { margin-top: 20px; padding: 10px 15px; border: none; cursor: pointer; }
.btn-next { background: #bead8e; color: white; }
.btn-prev { background: #888; color: white; }
#formReportAdd,
#formQueryAdd,
#formContactAdd {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
	padding-top: 30px;
}
#formQueryAdd {
    width: 500px;
    border: 1px solid #00000005;
    padding: 20px 20px 5px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 2px #00000017;
    background: #f9f9f9;
}
#formContactAdd .section-title h3 {
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
    margin: 30px auto 0 auto;
}
#formContactAdd .section-title p {
	color: #555;
    line-height: 18px;
    width: 498px;
    margin: 10px auto 20px auto;
}
#formReportAdd .row,
#formQueryAdd .row,
#formContactAdd .row {
	margin-bottom: 15px;
}
#formReportAdd .form-control,
#formQueryAdd .form-control,
#formContactAdd .form-control {
    height: 48px;
    font-size: 16px;
}
#formReportAdd textarea.form-control,
#formContactAdd textarea.form-control {
    resize: vertical;
	height: 140px;
}
#formReportAdd .form-control:focus,
#formQueryAdd .form-control:focus,
#formContactAdd .form-control:focus {
    color: #bead8e;
    border-color: #bead8e3b;
    box-shadow: 0 0 2px .2rem rgb(190 173 142 / 37%);
}
.callToActionContactVB {
	padding: 20px 20px 40px 20px;
	margin-top: 50px;
	margin-bottom: -20px;
	background-color: #f7f4f3;
}
.callToActionContactVB h6 {
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
    margin: 30px auto 20px auto;
}
.textRGPD {
    font-size: 13px;
    line-height: 1.6;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
    padding-top: 3px;
    font-weight: normal;
    text-align: justify !important;
}
.boxSectionContainer {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}
.boxSectionContainer .boxLinkHome {
	display: flex;
    background-color: #f7f5f2;
    width: 33.33%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 30px;
    border: 1px solid #bead8e42;
	text-decoration: none;
}
.boxSectionContainer .boxLinkHome:hover {
    background-color: #bead8e42;
    color: #222;
}
.boxSectionContainer .boxLinkHome h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 33px;
	text-transform: uppercase;
}
.boxSectionContainer .boxLinkHome p {
	font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
}
.btnLinkHome,
#formReportAdd .main-btn,
#formQueryAdd .submitButtons,
#formContactAdd .submitButtons {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    background-color: #bead8e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #bead8e;
    transition: all linear 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.btnLinkHome:hover,
#formReportAdd .main-btn:hover,
#formQueryAdd .submitButtons:hover,
#formContactAdd .submitButtons:hover {
	background-color: #fff;
	color: #bead8e;
	text-decoration: none;
}
#formReportAdd .main-btn.btn-prev {
    background-color: #555;
    color: #fff;
    border: 1px solid #555;
}
#formReportAdd .main-btn.btn-prev:hover {
	background-color: #fff;
	color: #555;
}
#formReportAdd .main-btn i {
	margin: 0 5px;
}
.form-box {
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 300px;
	text-align: center;
}
.btnLinkHome {
	cursor: pointer;
	margin: 0;
}
.toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #bead8e;
    height: 100%;
    padding: 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    border: 1px solid #ada089;
    color: #222;
    width: 54px;
}
.boxInfoHead {
	background-color: #e8e1d6;
    color: #333;
    border: 1px solid #a1947b;
    border-radius: 2px;
    padding: 20px;
    text-align: left;
    margin: 0 0 10px 0;
}
.boxInfoHead h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.boxInfoHead p {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 0 0;
}
.divRGPDContainer .icheckbox_minimal-blue {
    margin-top: 7px;
}

.deletePersonBtn,
.deleteWitnessesBtn {
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    background-color: #be8e8e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #be8e8e;
    transition: all linear 0.3s;
    text-decoration: none;
    margin: 5px 0 0 0;
    font-size: 16px;
    float: left;
}
.deletePersonBtn:hover,
.deleteWitnessesBtn:hover {
	background-color: #fff;
    color: #be8e8e;
    text-decoration: none;
}

.addWitnessesBtn,
.addPersonBtn {
    float: left;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    background-color: #bead8e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #bead8e;
    transition: all linear 0.3s;
    text-decoration: none;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.addWitnessesBtn:hover,
.addPersonBtn:hover {
	background-color: #fff;
    color: #bead8e;
    text-decoration: none;
}



.upload-box {
    width: 100%;
    max-width: 100%;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #777;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.upload-box .icon {
	font-size: 40px;
	margin-bottom: 10px;
}
.upload-box input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.upload-box.highlight {
	border-color: #0066ff;
}
.file-list {
    margin: 10px 0 10px 0;
    list-style: none;
    padding: 0;
    text-align: left;
}
.file-list li {
    margin: 0;
    list-style: none;
    padding: 8px 10px;
    text-align: left;
	border-top: 1px solid #f0f0f0;
	font-size: 14px;
	color: #555;
}
.file-list li:last-child {
	border-bottom: 1px solid #f0f0f0;
}



.divRGPDContainer {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
}
.rgpdGoogleV3 { text-align: left; padding-left: 22px; }
.rgpdGoogleV3 label { cursor: default; }
.rgpdGoogleV32 { text-align: left; }
.rgpdGoogleV32 label { cursor: default; }
.rgpdGoogleV32 .textRGPD {
    text-align: left !important;
}
.rowMediumRecaptcha {
    align-content: center;
    justify-content: center;
    align-items: center;
}
.divRGPDContainer label {
    width: calc(100% - 25px);
}
.labelFormControl {
	font-weight: 500;
	text-align: left;
	display: block;
	width: 100%;
}
.labelFormControl span {
	color: red;
}
.formListControl,
.formListControl li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.input-box {
	position: relative;
}
.formListControl {
	margin: 15px 0 25px 0;
}
.formListControl li {
	margin-bottom: 5px;
}
.formListControl li .iradio_minimal-yellow {
    margin-right: 4px;
    margin-top: -2px;
}
.dataNoAnonimous {
	margin-top: -28px;
}
.formListControl li label {
	cursor: pointer;
    transition: all linear 0.3s;
}
.formListControl li:hover label{
	opacity: 0.8;
}
.cookiesTableOptions .custom-switch .custom-control-label {
	cursor: pointer;
	font-weight: normal!important;	
}
.cookiesTableOptions .custom-switch {
	position: relative;
    right: inherit;
    top: inherit;
    display: block;
    min-height: inherit;
    margin-left: 35px;
	margin-top: 10px;
}
.cookiesTableOptions .custom-control-label::before {
    top: 2px;
	left: -3.25rem !important;
}
.cookiesTableOptions .custom-switch .custom-control-label::after {
    top: 4.5px;
	left: -50px;
}
header {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	max-width: 100%;
    background-color: #fff;
    z-index: 9999;
    left: inherit;
    width: 100%;
    box-shadow: none;
    top: inherit;
	transition: all linear 0.3s;
}
header.headerFixed {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 24%);
    z-index: 9999;
	transition: all linear 0.3s;
}
header a {
	font-size: 23px;
}
header a.linkHeadSearch {
	margin-top: 5px;
}
header a.linkHeadMenu,
header a.linkHeadSearch,
header a.linkHeadCart {
	padding: 10px 15px;
}
header a.linkHeadCart {
	position: relative;
}
header a.linkHeadCart span {
	font-size: 10px;
    color: #fff;
    background-color: #bead8e;
    border-radius: 100%;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0;
    padding: 4px 6px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 7px;
    bottom: 7px;
}
header a.logoHeader {
	margin-top: -3px;
    display: block;
}
header a.logoHeader img {
	opacity: 1;
	height: 43px;
	transition: all linear 0.3s;
}
header a.logoHeader:hover img {
	opacity: 0.7;
}
header .container {
	position: relative;
}
header .container .row {
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.tagBestseller {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ed7571;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 0 #cc605c, 0 10px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: perspective(500px) rotateX(10deg);
    transition: all 0.2s ease;
    position: absolute;
    left: 25px;
    top: 20px;
    z-index: 1;
}
.tagBestseller::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #cc605c;
	border-radius: 50%;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
	box-shadow: inset 0 0 3px rgb(0 0 0 / 11%);
}
.tagBestseller:hover {
  transform: perspective(500px) rotateX(0deg);
  box-shadow: 0 2px 0 #cc605c, 0 5px 10px rgba(0, 0, 0, 0.3);
}
.listPoints,
.listPoints3,
.listPoints4,
.listPoints5,
.listPoints2 {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: 20px;
}
.listSubPoints,
.listSubPoints2 {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0 20px 0;
}
.listSubPoints2 .row {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0 20px 0;
}
.listSubPoints:first-child {
    border-top: 1px solid #f0f0f0;
	margin-top: 20px;
}
.listSubPoints2 .row:last-child {
    border-bottom: 0;
}
.row.listSubPoints2  {
    align-content: center;
    justify-content: center;
    align-items: stretch;
    padding: 0;
    border-top: 1px solid #f0f0f0;
    margin: 20px 0 0 0;
}
.listPoints3 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.listPoints4,
.listPoints5 {
    border: 0!important;
    padding: 0!important;
}
.listPoints5 {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.listPoints li,
.listPoints2 li {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    width: calc(33.33% - 17px);
    gap: 18px;
}
.listPoints3 li,
.listPoints4 li,
.listPoints5 li {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: calc(33.33% - 17px);
    gap: 18px;
}
.listPoints2 li {
    width: calc(50% - 18px);
}
.listPoints li .iconProd i,
.listPoints3 li .iconProd i,
.listPoints4 li .iconProd i,
.listPoints5 li .iconProd i,
.listPoints2 li .iconProd i {
	font-size: 30px;
	color: #d5d5d5;
}
.listPoints li .iconProd,
.listPoints3 li .iconProd,
.listPoints4 li .iconProd,
.listPoints5 li .iconProd,
.listPoints2 li .iconProd {
	width: 30px;
}
.listPoints5 li .iconProd {
    width: 50%;
}
.listPoints li .pointProd,
.listPoints2 li .pointProd {
	width: 100%;
	text-align: left;
}
.listPoints3 li .pointProd,
.listPoints4 li .pointProd,
.listPoints5 li .pointProd {
	width: 100%;
	text-align: right;
}
.listPoints5 li .pointProd {
    width: calc(50% + 30px);
    text-align: right;
}
.listPoints li h6,
.listPoints li p,
.listPoints3 li h6,
.listPoints3 li p,
.listPoints4 li h6,
.listPoints4 li p,
.listPoints5 li h6,
.listPoints5 li p,
.listPoints2 li h6,
.listPoints2 li p {
    margin: 0;
    padding: 0;
}
.listPoints li h6,
.listPoints3 li h6,
.listPoints4 li h6,
.listPoints5 li h6,
.listPoints2 li h6 {
	font-size: 16px;
	color: #555;
}
.listPoints3 li h6,
.listPoints4 li h6,
.listPoints5 li h6 {
	font-size: 20px;
	color: #333;
}
.listPoints li p,
.listPoints3 li p,
.listPoints4 li p,
.listPoints5 li p,
.listPoints2 li p {
    font-size: 14px;
    color: #777;
    line-height: 18px;
    margin-top: 5px;
}
.listPoints3 li p,
.listPoints4 li p,
.listPoints5 li p {
    font-size: 14px;
    color: #555;
    line-height: 16px;
    margin-top: 0;
}
.listPoints3 h6,
.listPoints4 h6,
.listPoints5 h6,
.listPoints2 h6 {
    color: #333!important;
}
.listPoints3 p,
.listPoints4 p,
.listPoints5 p,
.listPoints2 p {
    color: #555!important;
}
.listPoints3 li .iconProd i,
.listPoints4 li .iconProd i,
.listPoints5 li .iconProd i,
.listPoints2 li .iconProd i {
    color: #bead8e!important;
}
.sectionListVertical {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
	border-left: 1px solid #f0f0f0;
	padding-left: 0;
}
.sectionListVertical .listPoints5 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0;
    height: 100%;
	gap: 0;
}
.sectionListVertical .listPoints5 li {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
	height: 33%;
	border-top: 1px solid #f0f0f0;
}
.sectionListVertical .listPoints5 li:first-child {
	border-top: 0;
}
.sectionTitleCombi h6 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.textDetails,
.textDetails2 {
    font-size: 15px;
    color: #555;
    line-height: 18px;
}
.btnResetFilter {
	display: block;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	background-color: #467b7d;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #467b7d;
	transition: all linear 0.3s;
	text-decoration: none;
    text-transform: uppercase;
	margin: 20px 0 0 0;
}
.btnResetFilter i {
	transition: all linear 0.3s;
	margin-right: 5px;
}
.btnResetFilter:hover {
	background-color: #fff;
	color: #467b7d;
	text-decoration: none;
}
.btnResetFilter:hover i {
	margin-right: 15px;
}
.btnContactProduct {
	display: block;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	background-color: #bead8e;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #bead8e;
	transition: all linear 0.3s;
	text-decoration: none;
    text-transform: uppercase;
	margin: 20px 0 0 0;
}
.btnContactProduct i {
	transition: all linear 0.3s;
	margin-right: 5px;
}
.btnContactProduct:hover {
	background-color: #fff;
	color: #bead8e;
	text-decoration: none;
}
.btnContactProduct:hover i {
	margin-right: 15px;
}
.sectionDataProduct h3 {
	text-transform: uppercase;
	margin-top: 5px;
}
header .language-selector {
    position: relative;
    width: 34px;
    cursor: pointer;
	margin-right: 10px;
    margin-left: 20px;
}
header .selected-language img {
    width: 100%;
    border-radius: 5px;
	transition: all linear 0.3s;
}
header .selected-language:hover img {
    opacity: 0.6;
}
header .language-options {
    list-style-type: none!important;
    display: none;
    position: absolute!important;
    width: 46px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	margin: 10px 0 0 -6px !important;
    padding: 8px 5px 0 5px !important;
}
header .language-options li {
    padding: 5px;
}
header .language-options li a {
	padding: 0!important;
}
header .language-options li img {
    width: 100%;
    display: block;
    border-radius: 5px;
	transition: all linear 0.3s;
}
header .language-options li a:hover img {
    opacity: 0.6;
}
header .language-options li:hover {
    background-color: #e0e0e0;
}
.carouselThumbnails .slick-track {
    height: 90px!important;
}
.carouselThumbnails .slick-slide {
    height: 90px!important;
    text-align: center!important;
}
.carouselThumbnails img {
	height: 100%!important;
	width: auto!important;
    margin: 0 auto!important;
}
.carouselThumbnails {
    margin-top: -1px;
}
.carouselThumbnails img {
    width: 100%;
    cursor: pointer;
}
.carouselThumbnails .slick-slide {
    margin: 0 5px;
	padding: 0;
}
.carouselThumbnails .slick-current {
    border: 2px solid #007bff;
}
#shop_filter_search {
	display: block;
	width: 100%;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	color: #555;
	font-size: 16px;
	padding: 4px 10px;
}
.gridCats {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}
.gridCats .catSimple {
    padding: 0;
    margin: 0;
	width: 25%;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
.gridCats .catSimple .catSimpleImage {
    width: 100%;
    display: block;
    height: 150px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.gridCats .catSimple .catSimpleImage a {
    width: 100%;
    display: block;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: background linear 0.3s;
}
.gridCats .catSimple .catSimpleImage a:hover {
    background-color: #ffffff8a;
}
.gridCats .catSimple h5 {
    text-align: left !important;
    margin: 0;
}
.gridCats .catSimple h5 a {
    font-weight: 500;
    font-size: 17px;
    padding: 10px!important;
    border-top: 1px solid #ddd;
	display: block;
	position: relative;
    text-align: left!important;
    margin: 0;
    color: #555;
	text-decoration: none;
}
.gridCats .catSimple h5 a:hover {
    color: #bead8e;
	text-decoration: none;
}
.gridCatsImages {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}
.gridCatsImages .catImage {
	width: calc(33.33% - 10px);
    height: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
    align-items: center;
    background-size: cover;
    background-position: center;
	border-radius: 12px;
}
.gridCatsImages .catImage .linkAbsolute {
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
	background: linear-gradient(to bottom, transparent 10%, black 100%);
	transition: all linear 0.5s;
	opacity: 1;
	border-radius: 12px;
}
.gridCatsImages .catImage .linkTitle {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
	transition: all linear 0.5s;
	opacity: 1;
	text-transform: uppercase;
    font-weight: bold;
}
.gridCatsImages .catImage:hover .linkAbsolute {
	opacity: 0;
}
.gridCatsImages .catImage:hover .linkTitle {
	opacity: 0;
}
ul.filterListBrands {
	display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0 0 35px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.linkCopyFoot {
	margin-left: 20px;
	margin-bottom: 0;
}
.linkCopyFoot a {
	font-size: 14px!important;
	color: #afafaf;
}
.linksSocialsFoot {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}
.linksSocialsFoot a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px!important;
}
.filterListBrands li {
	display: inline-block;
	list-style-type: none;
	margin: 0 6.3px 0 0;
	padding: 0;
}
.filterListBrands li a {
	display: block;
    border: 1px solid #dddddd57;
    padding: 2px 5px 0px 5px;
    width: 32px;
    text-align: center;
    font-weight: bold;
    color: #555;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ddd;
}
.filterListBrands li a:focus,
.filterListBrands li a.clickLetterBtn:focus,
.filterListBrands li a:active,
.filterListBrands li a.clickLetterBtn:active,
.filterListBrands li a.clickLetterBtn {
	background-color: #bead8e;
	color: #fff;
}
.filterListBrands li a:hover {
	color: #bead8e;
	text-decoration: none;
}
.bgMainBanner,
.bgSecondBanner {
	position: relative;
    display: flex;
    margin: 0 0 20px 0;
    padding: 190px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.bgSecondBanner {
    padding: 90px 0;
}
.bgMainBanner:after,
.bgSecondBanner:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 1;
}
.bgMainBanner a,
.bgSecondBanner a {
    color: #fff;
    text-decoration: none;
	text-transform: uppercase;
}
.bgMainBanner a:hover,
.bgSecondBanner a:hover {
    color: #fff;
	opacity: 0.7;
    text-decoration: none;
}
.bgMainBanner a.buttonLink,
.bgSecondBanner a.buttonLink {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 50px;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 10px 5px 0 5px;
}
.bgMainBanner a.buttonLink:hover,
.bgSecondBanner a.buttonLink:hover {
	background-color: #fff;
	opacity: 1;
	text-decoration: none;
	color: #bead8e;
}
.bgMainBanner nav.breadcrumbs,
.bgSecondBanner nav.breadcrumbs {
	color: #fff;
    z-index: 2;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 4px;
    text-align: center;
	display: block;
    width: 100%;
	
}
.bgMainBanner nav.breadcrumbs ul,
.bgSecondBanner nav.breadcrumbs ul {
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bgMainBanner nav.breadcrumbs ul li,
.bgSecondBanner nav.breadcrumbs ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bgMainBanner nav.breadcrumbs ul li:before,
.bgSecondBanner nav.breadcrumbs ul li:before {
	content: "/";
	position: relative;
	color: #fff;
}
.bgMainBanner nav.breadcrumbs ul li:first-child:before,
.bgSecondBanner nav.breadcrumbs ul li:first-child:before {
	content: "";
}
.bgMainBanner nav.breadcrumbs ul li a,
.bgSecondBanner nav.breadcrumbs ul li a {
	color: #fff;
    z-index: 2;
    font-weight: 400;
    padding: 0 10px;
    letter-spacing: 2px;
	
}
.rowColumns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
}
.rowColumns .column {
	width: 50%;
}
.faq {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}
.rowColumns .column .faq:last-child {
	border-bottom: 0;
}
.faq-question {
	cursor: pointer;
    font-weight: bold;
    color: #222;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
}
.faq-answer {
	display: none;
	padding: 10px 0;
	color: #555;
}
.faq.active .faq-answer {
	display: block;
}
.bgMainBanner h1,
.bgSecondBanner h1 {
	color: #fff;
    z-index: 2;
    font-weight: 400;
    margin: 0;
    padding: 15px;
    letter-spacing: 4px;
    text-align: center;
	display: block;
    max-width: 800px;
	text-transform: uppercase;
}
.bgSecondBanner p {
    margin: 5px 0 0 0;
    color: #fff;
    z-index: 2;
    max-width: 750px;
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 400 !important;
}
.carousel_css {
	z-index: 1;
    display: block;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.carouselHeader {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.carouselHeader h2, .carouselHeader h2 a {
	margin: 0;
	color: #222;
	font-size: 35px;
    font-weight: 700;
}
.sectionListingBrands .carouselHeader {
	border-bottom: 0;
}
.sectionListingBrands h2 {
	display: block;
	width: 100%;
	color: #555;
	border-bottom: 1px solid #f0f0f0;
}
.sectionListingBrands .listingBrands {
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.sectionListingBrands .listingBrands li {
	display: inline-block;
	width: 25%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sectionListingBrands .listingBrands li a {
	padding: 4px 0;
    display: block;
}
.sectionListingBrands .listingBrands li a:hover {
	text-decoration: none;
}
.carouselHeader h2 a:hover {
	color: #bead8e;
	text-decoration: none;
}
.carouselHeader a.linkMore {
	margin: 0;
	color: #222;
}
.carouselHeader a.linkMore i {
	margin-left: 10px;
}
.carouselHeader a.linkMore:hover {
	color: #bead8e;
	text-decoration: none;
}
.list_grid_products {
	z-index: 1;
	position: relative;
}
.list_grid_products.nothingResults {
    min-height: calc(100vh - 471px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-bottom: 40px;
}
.list_grid_products.nothingResults2 {
    min-height: calc(100vh - 576px);
}
.list_grid_products.nothingResults .sectionFilterShop {
	margin-bottom: 50px;
	width: 100%;
}
.list_grid_products.nothingResults a.btnReturn {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    text-align: center;
    background-color: #bead8e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #bead8e;
    transition: all linear 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
}
.list_grid_products.nothingResults a.btnReturn:hover {
	background-color: #fff;
    color: #bead8e;
    text-decoration: none;
}
.meta_info_list {
    margin: 30px 0 5px 0;
}
.meta_info_list .col-md-6:first-child {
	margin-left: 0;
	padding-left: 0;
}
.meta_info_list .col-md-6:last-child {
	margin-right: 0;
	padding-right: 0;
}
.meta_info_list .results_line {
	font-size: 18px;
    font-weight: 500;
}
.meta_info_list .label_sort {
	font-size: 16px;
    margin-right: 10px;
}
.meta_info_list #sort_results {
	border: 0;
	outline: 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #222;
    padding: 5px 0 5px 0;
    margin-top: 2px;
}
.meta_info_list #sort_results:active,
.meta_info_list #sort_results:focus {
    color: #bead8e;	
}
.content_product {
	padding-top: 40px;
}
.sectionDataProduct h2 {
	font-size: 38px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}
.sectionDataProduct label {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.sectionDataProduct label span {
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0 0 15px;
    display: inline-block;
    width: auto;
}
.sectionDataProduct p {
    display: block;
    width: 100%;
    float: inherit;
    font-size: 15px;
    margin: 20px 0 5px 0;
    line-height: 31px;
}
.lineStockAddToCart {
	border-top: 1px solid #f0f0f0;
	position: relative;
	display: block;
    width: 100%;
	padding: 15px 0 10px 0;
}
.lineStockAddToCart:last-child {
	border-bottom: 1px solid #f0f0f0;
}
.lineStockAddToCart label {
	position: relative;
	display: block;
    width: 100%;
	margin: 0;
}
.lineStockAddToCart label span {
	float: left;
    font-size: 20px;
    font-weight: 500;
    color: #222;
	margin-top: 5px;
}
.lineStockAddToCart label .onlyInt {
    width: 50px;
	float: left;
    text-align: center;
    border: 0;
    font-size: 26px;
	color: #222;
	margin-right: 10px;
    outline: 0;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
	cursor: no-drop;
}
.lineStockAddToCart label .onlyInt:focus,
.lineStockAddToCart label .onlyInt:hover {
	color: #bead8e;
    border-bottom: 1px solid #bead8e;
}
.lineStockAddToCart button.btnStock {
	float: right;
    width: 50px;
    height: 40px;
    border: 0;
    outline: 0;
    color: #222;
    font-size: 22px;
    margin-left: 4px;
    background-color: transparent;
	cursor: pointer;
}
.lineStockAddToCart button.btnStock:disabled {
	cursor: no-drop;
    color: #666;	
}
.lineStockAddToCart button.btnStock:hover {
	color: #bead8e;
}
.carousel_relations_product .container {
	margin-top: 45px;
	padding-top: 30px;
	border-top: 1px solid #f0f0f0;
}
.itemProduct {
    padding: 5px 15px 15px 15px;
    margin: 0;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
.contentImagesProduct {
	display: flex;
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.contentImagesProduct img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.itemProduct h5 {
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    margin: 12px 0 20px 0;
    color: #555;
}
.containerPriceProduct {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.containerPriceProduct .contentPriceProduct {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: space-between;
    width: 100%;
    padding-right: 15px;
}
.containerPriceProduct .contentPriceProduct .priceProduct,
.containerPriceProduct .contentPriceProduct .pvpProduct {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
	margin: 0;
}
.containerPriceProduct .contentPriceProduct .pvpProduct {
    color: #999;
	font-size: 14px;
	margin-top: -5px;
}
.containerPriceProduct .contentDiscountProduct {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 22px;
    color: #bead8e;
    border-left: 1px solid #ddd;
	height: 100%;
	padding-left: 15px;
	font-weight: bold;
}
.carouselHome {
	width: 100%;
}
.carouselHome label.price {
	font-weight: 700;
	font-size: 22px;
	position: relative;
	z-index: 1;
}
.carouselHome h5 {
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    margin: 12px 0 20px 0;
    color: #555;
}
.carouselHome .slick-dots {
    bottom: -40px;
}
.filter-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
	overflow: hidden;
	width: 100%;
}
.filter {
    min-width: calc(25% - 15px);
    float: left;
    display: inline-block;
    text-align: left;
}
.filter h4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #222;
}
.filter .filter-content {
    overflow-y: auto;
    display: flex;
    width: 100%;
    max-height: 200px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
}
.filter .filter-content label {
	padding: 5px 10px;
	background-color: #f0f0f0;
	font-size: 16px;
	margin: 0 0 2px 0;
	cursor: pointer;
}
.filter .filter-content label span {
	color: #555;
}
.filter .filter-content label:hover {
	background-color: #e5e5e5;
}
.filter .filter-content label:hover span {
	color: #333;
	font-weight: bold;
}
.filter .filter-content label input[type="checkbox"]:checked ~ span {
	color: #333;
	font-weight: bold;
}
.loadingListing {
	position: relative;
}
.loadingListing:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, 0.8);
	z-index: 99;
	cursor: no-drop;
}
.filter-content .icheckbox_minimal-blue, .iradio_minimal-blue {
    background: white !important;
}
.filter-content .icheckbox_minimal-blue.checked, .filter-content .icheckbox_minimal-blue.checked:hover, .filter-content .icheckbox_minimal-blue.checked:active {
    background: #ee7773 !important;
    border: 2px solid #cc6662 !important;
}
.filter-content .icheckbox_minimal-blue.checked:before {
    background-color: white !important;
    border-color: white !important;
}
.divMaximLoading.loadingListing {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
#spinLoadForm {
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;
}
#spinLoadForm img {
    width: 120px;
    height: 120px;
}
.slider-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding: 0 15px;
}
.slider {
	width: 100%;
	max-width: 300px;
}
.noUi-connect {
    background: #ee7773!important;
}
.slider-label {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.slick-slide {
	padding: 5px 15px 15px 15px;
    margin: 0;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
.slick-slide img,
.itemProduct img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
	border: 0;
}
.slick-slide {
	margin: 10px;
	position: relative;
	text-align: center;
}
.slick-slide a,
.itemProduct a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.slick-slide a:hover,
.itemProduct a:hover {
	background-color: #fff;
	opacity: 0.3;
}
.listPagination {
	display: block;
	text-align: center;
	margin: 60px auto 0 auto;
	padding: 0;
	list-style-type: none;	
}
.listPagination li {
	display: inline-block;
	text-align: center;
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
.listPagination li a {
	text-align: center;
    padding: 9px;
    width: 40px;
    height: 40px;
	display: block;
	border: 1px solid #fff;
	color: #222;
}
.listPagination li.currentPage a,
.listPagination li.currentPage a:active,
.listPagination li.currentPage a:focus,
.listPagination li.currentPage a:hover {
	cursor: no-drop;
	border-bottom: 1px solid #bead8e;
	color: #bead8e;
}
.listPagination li a:hover {
	border-bottom: 1px solid #ddd;
	color: #000;
	text-decoration: none;
}
.searchFloat {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
    z-index: 9999;
}
.searchFloat .overlaySearchFloat {
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgb(0 0 0 / 63%);
	width: 100%;
	height: 100%;
	z-index: 998;
	cursor: pointer;
}
.searchFloat .overlaySearchFloat {
	background-color: rgb(0 0 0 / 85%);
}
.searchFloat #formSearchFloat {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -33px;
	margin-left: -200px;
	width: 400px;
	height: 66px;
	transform: translate3d(0, -500px, 0);
	transition: transform 0.35s;
	z-index: 999;
}
.searchFloat.searchToggleActive #formSearchFloat {
	transform: translate3d(0, 0, 0);
}
.searchFloat #formSearchFloat .submitSearchFloat {
    outline: 0!important;
    border: 0!important;
    background: transparent!important;
    color: #959595!important;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 27px;
}
.searchFloat #formSearchFloat .submitSearchFloat:hover {
    color: #fff!important;
}
.searchFloat #formSearchFloat:hover .submitSearchFloat {
    color: #fff!important;
}
.searchFloat #formSearchFloat #search_global {
	outline: 0!important;
    border: 0!important;
    border-bottom: 1px solid #959595!important;
    color: #fff!important;
    font-size: 30px!important;
    background: transparent;
    width: 400px;
    padding: 10px 40px 10px 0;
    text-align: left!important;
}
.searchFloat #formSearchFloat #search_global::-webkit-input-placeholder {
  color: #959595!important;
}
.searchFloat #formSearchFloat #search_global::-moz-placeholder {
  color: #959595!important;
}
.searchFloat #formSearchFloat #search_global:-ms-input-placeholder {
  color: #959595!important;
}
.searchFloat #formSearchFloat #search_global:-moz-placeholder {
  color: #959595!important;
}
.searchFloat #formSearchFloat #search_global:focus::-webkit-input-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:focus::-moz-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:focus:-ms-input-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:focus:-moz-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:hover::-webkit-input-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:hover::-moz-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:hover:-ms-input-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:hover:-moz-placeholder {
  color: #fff!important;
}
.searchFloat #formSearchFloat #search_global:focus,
.searchFloat #formSearchFloat #search_global:hover {
    border-bottom: 1px solid #fff!important;	
}
.mainMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.mainMenu ul,
.mainMenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
    position: relative;
}
.mainMenu ul li .submenuMainMenu {
    margin: 0;
    padding: 0 15px 15px 15px;
    list-style-type: none;
    display: none;
    position: absolute;
    left: 0;
    top: 94px;
    min-width: 150px;
    max-width: 250px;
    height: 300px;
}
.mainMenu ul li.parentMainMenu:hover .submenuMainMenu {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
}
.mainMenu ul li.parentMainMenu .submenuMainMenu ul {
    overflow-y: auto;
    box-shadow: 0px 7px 6px #00000066;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.mainMenu ul li.parentMainMenu:hover .submenuMainMenu ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	display: block;
}
.mainMenu ul li.parentMainMenu:hover .submenuMainMenu ul li a {
    background-color: #fff;
	padding: 10px 15px;
    margin: 0;
    width: 100%;
	font-size: 14px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    font-weight: normal;
}
.mainMenu ul li {
    display: inline-block;
}
.mainMenu ul li a {
	position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding: 35px 20px;
    color: #222;
    font-weight: 400;
    text-decoration: none;
}
.mainMenu ul li a.currentLinkActive,
.mainMenu ul li a:hover {
	color: #bead8e;
}
.slick-prev:before, .slick-next:before {
    opacity: 0;
}
footer {
	background-color: #222;
    padding: 15px;
	margin-top: 20px;
}
footer p {
    color: #fff;
	margin: 0;
    padding: 0;
	font-size: 16px;
}
footer p a {
    color: #fff;
}
footer p a:hover {
    text-decoration: underline;
}
/* Slider */
.slick-loading .slick-list {
    background: #fff url('../../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    height: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.carousel_css {
	max-width: 100%;
	overflow: hidden;
}
a.whatsAppFloat {
    background-color: #25d366;
    border-radius: 100%;
    font-size: 55px;
    width: 70px;
    line-height: 1.3;
    text-align: center;
    height: 70px;
    display: block;
    left: 20px;
    bottom: 20px;
    position: fixed;
    color: #fff;
    z-index: 99;
}
a.whatsAppFloat:hover{
    background-color: #222;	
}

#gdpr-cookie-message {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    max-width: 374px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(168, 175, 179, 0.8);
    border-radius: 5px;
    padding: 25px;
    text-align: left;
}
#gdpr-cookie-message h4 {
    font-family: "Avenir Next Demi";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1c242b;
    margin: 10px 0px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #1c242b;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}
#gdpr-cookie-message a {
    text-decoration: none;
    color: #1c242b;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    transition: all 0.3s ease-in;
    text-decoration: underline;
}
#gdpr-cookie-message a:hover {
    color: #bead8e;
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
    background: #bead8e;
    border: 1.5px solid #bead8e;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 0px 5px;
    color: #ffffff;
    padding: 12px 16px 14px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    border: 1.5px solid #dfe3e6;
    color: #274053;
    background-color: #ffffff !important;
}
button#gdpr-cookie-advanced {
    margin-left: 4px;
}
#gdpr-cookie-message h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #bead8e;
}
#gdpr-cookie-message ul {
    margin: 0;
    padding: 0;
}
#gdpr-cookie-message li {
    width: 49%;
    display: -webkit-inline-box;
}
#gdpr-cookie-message input[type="checkbox"], #gdpr-cookie-message input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
#gdpr-cookie-message label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
#popup_cookies {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#popup_cookies .popup_content_cookies {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 5%;
    width: 600px;
    height: 90%;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(39 64 83 / 30%);
    border-radius: 15px;
    background-color: #fff;
}
#popup_cookies .popup_content_cookies .popup_content_content {
    overflow-y: auto;
    height: 100%;
}
#popup_cookies .popup_content_cookies .popup_content_content {
    padding: 30px 30px 110px 30px;
}
#popup_cookies .popup_content_cookies .popup_content_content p {
    color: #1c242b;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
#popup_cookies .popup_content_cookies .popup_content_content p.firstP {
    font-size: 15px;
}
#popup_cookies .popup_content_cookies .popup_content_content h4 {
    color: #1c242b;
    font-family: "Avenir Next Demi";
    font-weight: 500;
    font-size: 18px;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
}
#popup_cookies .popup_content_cookies .popup_content_content h5 {
    color: #1c242b;
    font-family: "Avenir Next Demi";
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 6px 0;
}
#popup_cookies .popup_content_cookies .popup_content_content h5 span {
    font-weight: 600;
    font-size: 14px;
    color: #bead8e;
    float: right;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-switch {
    position: absolute;
    right: 5px;
    top: -2px;
    display: inline-block;
    min-height: inherit;
    padding-left: inherit;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switch .custom-control-input {
    left: -40px;
}
.custom-control-label {
    margin-bottom: 0;
}
#popup_cookies .popup_content_cookies a.closePopup {
    position: absolute;
    right: 25px;
    top: 20px;
}
#popup_cookies .popup_content_cookies a.closePopup:hover {
    opacity: 0.8;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #6f797d;
    cursor: pointer;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 41px;
    height: 24px;
    pointer-events: all;
    border-radius: 15px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #bead8e;
}
#gdpr-cookie-message button:hover, button#ihavecookiesBtn:hover {
    background-color: #222;
    border-color: #222;	
}
.custom-control-input:checked~.custom-control-label:hover::before {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #153544;
    border-color: #bead8e;
    background-color: #bead8e;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}
.custom-switch .custom-control-label::after {
    top: 6.5px;
    left: -33px;
    width: 19px;
    height: 19px;
    background-color: #6f797d;
    border-radius: 50%;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}
#popup_cookies .popup_content_cookies .popup_content_footer {
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #ddd;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    bottom: 5%;
    background-color: #fff;
}
#popup_cookies .popup_content_cookies .popup_content_footer #submitPrefCookies {
    background: #bead8e;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 16px;
    cursor: pointer;
    border: 1.5px solid #bead8e;
}
#popup_cookies .popup_content_cookies .popup_content_footer #submitPrefCookies:hover, #popup_cookies .popup_content_cookies .popup_content_footer #submitPrefCookies:focus, #popup_cookies .popup_content_cookies .popup_content_footer #submitPrefCookies:active {
    background: #222!important;
    border: 1.5px solid #222!important;
}
#popup_cookies .popup_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(39, 64, 83, 0.5);
}
.contentMsgForm {
    display: none;
    cursor: pointer;
    margin: 10px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 10px;
}
.heading-danger {
    background-color: #ffd9d7;
    color: #9d3c3c;
    border: 1px solid #ebb9b9;
}
.heading-success {
    background-color: #e4f1e5;
    color: #258720;
    border: 1px solid #aec7af;
}
.linkHeadMenuResponsive {
	display: none;
	font-size: 27px;
	padding: 5px 20px 0 20px;
}
.linkFilterResp2 {
	display: none;
	width: calc(100% - 30px);
	position: relative;
    padding: 10px 15px;
    text-align: center;
    background-color: #bead8e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #bead8e;
    transition: all linear 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px;
}
.linkFilterResp {
	display: none;
	position: fixed;
	right: 25px;
    bottom: 30px;
    z-index: 999999;
    padding: 10px 15px;
    text-align: center;
    background-color: #bead8e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #bead8e;
    transition: all linear 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.linkFilterResp.linkFilterRespBig {
	right: 15px;
    width: 270px;
    max-width: 69.2%;
}
.btnResetFilter.linkFilterRespBig {
    right: 15px;
    width: 270px;
    max-width: 69.2%;
    position: fixed;
    bottom: 90px;
	z-index: 9999;
}
.linkFilterResp i,
.linkFilterResp2 i {
	transition: all linear 0.3s;
	margin-right: 5px;
}
.linkFilterResp2:hover,
.linkFilterResp:hover {
	background-color: #fff;
    color: #bead8e;
    text-decoration: none;
}
.linkFilterResp:hover i,
.linkFilterResp2:hover i {
	margin-right: 15px;
}
.sectionGalleryProduct h3 {
	display: none;
}
.sectionFilterShop.sectionFilterFixedResp {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.sectionFilterShop .overlayFilterResp {
	display: none;
}
.sectionFilterShop.sectionFilterFixedResp .overlayFilterResp {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
	background-color: rgb(0 0 0 / 85%);
}
.listingShopVB.listingFrontIndex {
	z-index: 999998!important;
	position: relative;
}
.sectionFilterShop.sectionFilterFixedResp #formFilterList {
	float: right;
    width: 300px;
    max-width: 80%;
    padding-bottom: 156px;
    height: 100%;
    background-color: #fff;
	z-index: 2;
    overflow-y: auto;
	position: relative;
}

.carouselProduct,
.carouselProduct .slick-current {
  position: relative;
  overflow: hidden;
}
.carouselProduct .zoomable-image {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-out;
	transform-origin: center center;
	will-change: transform;
	cursor: zoom-in;
}
.carouselProduct span {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.carouselProduct .slick-current span {
	transition: transform 0.3s ease-out;
}
.carouselProduct .slick-current span:hover {
	opacity: 0;
}
header.headerFixed.hiddenHeaderPop {
	position: relative!important;
}
.logoHeaderResp img {
	width: 80%;
    margin: 20px;
}
@media (max-width: 1140px) {
	ul.filterListBrands {
		flex-wrap: wrap;
		gap: 10px;
	}
	.boxSectionContainer {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: center;
		align-items: stretch;
		gap: 20px;
	}
}
@media (max-width: 1080px) {
	footer {
		padding-bottom: 100px;
	}
}
@media (max-width: 1024px) {
	.sectionListingBrands .listingBrands li {
		width: 33.33%;
	}
}
@media (max-width: 991px) {
	.rowColumns {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: space-between;
		justify-content: space-between;
		align-items: stretch;
		gap: 0;
	}
	.rowColumns .column {
		width: 100%;
	}
	.rowColumns .column:first-child .faq:last-child {
		border-bottom: 1px solid #f0f0f0;
	}
	.bgSecondBanner {
		padding: 90px;
	}
	.filter {
		min-width: calc(33.33% - 15px);
	}
	.gridCatsImages .catImage {
		width: calc(50% - 10px);
	}
	.itemProduct {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.mainMenu ul {
		display: none;
	}
	header .language-selector {
		margin-right: 15px;
	}
	header a.logoHeader {
		margin-bottom: 4px;
	}
	header a.linkHeadSearch {
		padding: 10px 20px 10px 20px;
		right: 10px;
		top: 4px;
        position: absolute;
	}
	header a.linkHeadMenuResponsive {
		display: inline;
		position: absolute;
        left: 0;
        top: 9px;
	}
	header .container .row .col-md-3 {
		width: 100% !important;
        text-align: center !important;
		flex: 0 0 100%;
        max-width: 100%;
	}
	header .container .row .col-md-9 {
		width: 100%!important;
		position: absolute!important;
        left: 0!important;
        top: 0!important;
	}
	.language-selector {
		display: none;
	}
	header {
		padding: 5px 0;
	}
	header .container {
		max-width: 100%;
	}
    .logoHeader img {
        height: 43px !important;
        width: auto !important;
        max-width: inherit;
        margin-top: 11px;
    }
	.boxSectionContainer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
	.boxSectionContainer .boxLinkHome {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.grecaptcha-badge {
		z-index: 0!important;
		visibility: hidden!important;
	}
	.contentProductRespOrder,
	.contentProductRespOrder2 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
    }
	.contentProductRespOrder2 h3 {
		order: 0;
	}
	.contentProductRespOrder2 .textDetails {
		order: 1;
	}
	.contentProductRespOrder2 .listPoints2 {
		order: 2;
	}
	.contentProductRespOrder2 .row {
		order: 3;
	}
	.contentProductRespOrder .listPoints3 {
		order: 0;
	}
	.contentProductRespOrder .listPoints {
		order: 1;
	}
	.contentProductRespOrder .listSubPoints2 {
		order: 0;
	}
	.listSubPoints2 .sectionListVertical {
		order: 0;
		border-bottom: 1px solid #f0f0f0;
	}
	.listSubPoints2 .sectionTitleCombi {
		order: 1;
	}
	.contentProductRespOrder .textDetails2 {
		order: 2;
		border-top: 1px solid #ddd;
		padding-top: 10px;
	}
	.contentProductRespOrder .btnContactProduct {
		order: 4;
	}
	.filter {
        min-width: 100%;
        float: right;
        display: block;
    }
	.sectionFilterShop {
		display: none;
	}
	.tagBestseller {
		top: 80px;
	}
	.content_product {
		padding-top: 0;
	}
	.sectionGalleryProduct h3 {
		display: block;
	}
	.sectionDataProduct {
		border-top: 1px solid #f0f0f0;
		margin-top: 20px;
	}
	.sectionDataProduct h3 {
		display: none;
	}
	.sectionListVertical {
		border-top: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
		padding: 0;
	}
	.sectionListVertical .listPoints5 {
		gap: 10px;
		width: 100%;
	}
	.sectionListVertical .listPoints5 li {
		padding-top: 10px;
	}
	.sectionListVertical .listPoints5 li:last-child {
		padding-bottom: 10px;
	}
	#contact_email {
		margin-bottom: 15px;
	}
	#contentTableLegal {
		border: 0;
	}
	#contentTableLegal thead {
		display: none;
	}
	#contentTableLegal tbody {
		display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
	}
	#contentTableLegal tbody tr {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: nowrap;
		border: 1px solid #f0f0f0;
		margin: 10px;
	}
	#contentTableLegal tbody tr td {
		display: block;
		width: 100%;
	}
	#contentTableLegal tbody tr td span {
		display: block;
		width: 100%;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.cookiesTableOptions tbody tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.cookiesTableOptions tbody tr th,
	.cookiesTableOptions tbody tr td {
		display: block;
		width: 100%;
	}
	.columnRespFootVB {
		display: block;
		width: 100%;
	}
	.linkFilterResp,
	.linkFilterResp2 {
		display: block;
	}
	.lineButtonAddToCart .addToCart {
		margin-top: 0;
		margin-right: 10px;
	}
	.row.lineButtonAddToCart {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		background-color: #fff;
		margin: 0;
		padding: 20px;
		width: 100%;
		height: 80px;
		box-shadow: -3px -2px 8px rgb(0 0 0 / 28%);
	}
	.sectionDataProduct h2 {
		font-size: 35px;
		margin: 30px 0 5px 0;
	}
	.itemProduct {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.meta_info_list .col-md-6 {
		width: 50%;
	}
	.searchFloat #formSearchFloat {
		left: 5%;
		margin-left: 0;
		width: 90%;
	}
	.searchFloat #formSearchFloat #search_global {
		width: 100%;
	}
	.carousel_css {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.bgMainBanner, .bgSecondBanner {
		padding: 70px 30px;
	}
	.carouselHeader h2, .carouselHeader h2 a {
		font-size: 28px;
	}
	.bgMainBanner h1, .bgSecondBanner h1 {
		font-size: 30px;
	}
	.listPagination {
		margin: 20px auto 0 auto;
	}
}
@media (max-width: 600px) {
	.listPoints li, .listPoints2 li {
		width: calc(50% - 17px);
	}
	.responseQueryVB {
		display: block;
		width: 100%;
	}
	.vbTable {
		width: 100%;
	}
}
@media (max-width: 530px) {
	.listPoints3 li, .listPoints4 li, .listPoints5 li {
		width: calc(50% - 17px);
	}
	#formContactAdd .section-title p {
		width: 100%;
	}
	.sectionListingBrands .listingBrands li {
		width: 50%;
	}
	.meta_info_list .label_sort {
		display: none;
	}
	.meta_info_list #sort_results {
		margin-top: -3px;
	}
}
@media (max-width: 462px) {
	.boxFinalMessage h4 {
		display: block!important;
		min-width: 100%!important;
	}
	.upload-box {
		padding: 20px!important;
	}
	.listWitnesses .row .col-md-5,
	.listPersons .row .col-md-5 {
		margin-bottom: 10px!important;
	}
	.footBtnsForm .col-md-6 {
		width: 50%!important;
	}
	#formReportAdd .submitButtons.main-btn,
	#formReportAdd .main-btn.btn-prev,
	#formReportAdd .main-btn.btn-next {
		color: transparent;
		font-size: 1px;
	}
	#formReportAdd .submitButtons.main-btn i,
	#formReportAdd .main-btn.btn-prev i,
	#formReportAdd .main-btn.btn-next i {
		color: #fff!important;
		font-size: 16px!important;
	}
	#formReportAdd {
		padding-top: 15px;
	}
	.steps {
		margin-bottom: 0!important;
	}
	.step::after {
		content: none!important;
	}
	.step span {
		display: none!important;
	}
	.gridCatsImages .catImage {
		width: 100%;
	}
	header a.linkHeadCart span {
		font-size: 8px;
		right: 0;
		bottom: 0;
	}
	.carouselHeader a.linkMore {
		display: none!important;
	}
	.itemProduct {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 410px) {
	header a.linkHeadMenu, header a.linkHeadSearch, header a.linkHeadCart {
		padding: 10px 10px;
	}
	header a {
		font-size: 20px;
	}
}
@media (max-width: 380px) {
	.listPoints li, .listPoints2 li {
		width: 100%;
	}
	.sectionListingBrands .listingBrands li {
		width: 100%;
		display:block;
	}
	.listPoints3 li, .listPoints4 li, .listPoints5 li {
		width: 100%;
	}
}