html {
  height: 100%;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 140px;
  /* height of sticky header */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  letter-spacing: 0.32px;
}

.container {
  max-width: 1440px;
}

@font-face {
  font-family: 'Cormorant';
  src: url('/fonts/Cormorant/Cormorant-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant-Semi-Bold';
  src: url('/fonts/Cormorant/Cormorant-SemiBold.woff2') format('woff2');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant-Bold';
  src: url('/fonts/Cormorant/Cormorant-Bold.woff2') format('woff2');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant-Italic';
  src: url('/fonts/Cormorant/Cormorant-Italic.woff2') format('woff2');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/Inter-Regular.woff2') format('woff2');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url('/fonts/Inter/Inter-Bold.woff2') format('woff2');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Semi-Bold';
  src: url('/fonts/Inter/Inter-SemiBold.woff2') format('woff2');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-display: swap;
}


/****************** DESIGN SYSTEM ********************/

b {
  font-family: 'Inter-Semi-Bold';
  font-style: normal;
  font-weight: 400;
}

h1 {
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  text-transform: capitalize;
}

h2 {
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  text-transform: capitalize;
}
.titleH2{
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  text-transform: capitalize;
}

.titlesH{
      font-family: 'Cormorant',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 1.2;
      text-transform: capitalize;
}

h3 {
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  text-transform: capitalize;
}

h4 {
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  text-transform: capitalize;
}

h5 {
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
}

h6 {
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
}

p,
label,
span {
  font-family: 'Inter',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

input {}

label {}

/******* CHECKBOX *******/


/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_checkbox */


/******* END CHECKBOX *******/

.breadcrumb {
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
}

.breadcrumb a {
  color: black;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .current {
  text-decoration: underline;
}

.card {}

.card img {}

.card a {}

#back-to-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background: #BDA96B;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

#back-to-top svg {
  vertical-align: top;
}

.btn-check:focus+.btn,
.btn:focus,
.btn-close:focus {
  box-shadow: 0 0 0 0 rgba(13, 109, 253, 0);
}

.header-text {
  position: fixed;
  width: 100%;
  z-index: 999
}

.header-nav {
  position: fixed;
  width: 100%;
  z-index: 999
}

.contentSection {
  padding-bottom: 50px;
  padding-top: 112px;
}

.alert-success {
  font-size: 14px;
  margin-bottom: 0;
}

.alert-danger {
  font-size: 14px;
  margin-bottom: 0;
}

.swal-text {
  text-align: center;
}

.swal-footer {
  text-align: center;
}

.swal-button {
  background-color: black;
  ;
}

.swal-button:hover {
  background-color: #BDA96B !important;
}


/***************** DESIGN SYSTEM END *****************/

.cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d0d0d0;
  color: #222;
  padding: 16px;
  letter-spacing: normal;
  font-size: 13px;
  text-align: left;
  z-index: 9999999990;
  font-family: Inter,sans-serif;
}

.cookie-notification a {
  color: black;
  text-decoration: none;
}

.cookie-notification a:hover {
  text-decoration: underline;
}

.cookie-notification-close {
  cursor: pointer;
  color: #888;
  transition: color .2s ease 0s;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
}

.cookie-notification-close svg:hover {
  fill: #BDA96B;
}

.swal-overlay {
  z-index: 2147483641;
}
/* HEADER */
.header-nav {
  background: #000;
  margin-top: 35px;
}

.header-nav ul {
  margin-bottom: 0px;
}
.headerBrandRow,.headerDesktop,.headerBrandRow{
  margin-right: calc(var(--bs-gutter-x) * -.5) !important;
  margin-left: calc(var(--bs-gutter-x) * -.5) !important;
}
.header-nav li {
  display: block;
  height: 34px;
  float: left;
  width: auto;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 20px;
  letter-spacing: 1px;
  transition: border 200ms ease 0s;
  -webkit-transition: border 200ms ease 0s;
  -moz-transition: border 200ms ease 0s;
  border-bottom: 4px solid #000;
  cursor: pointer;
  font-family: 'Inter',sans-serif;
  transition: 0.7s;
}

.header-nav li p{
  text-transform: capitalize;
}

.header-nav button {
  display: block;
  height: 34px;
  float: left;
  width: auto;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 20px;
  letter-spacing: 1px;
  transition: border 200ms ease 0s;
  -webkit-transition: border 200ms ease 0s;
  -moz-transition: border 200ms ease 0s;
  border-bottom: 4px solid #000;
  cursor: pointer;
  font-family: 'Inter',sans-serif;
  transition: 0.7s;
  border: none;
  background-color: transparent;
}

.disableBtn {
  opacity: 0.3;
  -moz-opacity: 0.3; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0.3; /* WebKit browser e.g. Safari */
}

.hoverBorder:hover {
  border-bottom: 4px solid white;
  color: white;
}

svg:hover .st3,
svg:hover .st4 {
  fill: #BDA96B;
}

.header-nav li a {
  text-decoration: none;
  color: #fff;
}

.header-hr {
  height: 1px;
  width: 100%;
  background: #fff;
  padding: 0px 15px;
  margin: 0px;
  opacity: 1;
  -moz-opacity: 1; /* Firefox and Mozilla browsers */
 -webkit-opacity: 1; /* WebKit browser e.g. Safari */
}

.header-pt2020 {
  background: black;
  color: #000;
  text-align: center;
  font-size: 12px;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 57px;
}

.header-pt2020 img {
  padding: 8px;
  width: 100%;
  height: auto;
}

.header-text {
  padding: 5px;
  background: #e5e5e5;
  color: #000;
  text-align: center;
  margin-top: 0px;
}

.header-text span {
  font-weight: bold;
  font-size: 12px!important;
}

.header-text a {
  color: black;
  text-decoration: none;
  font-size: 12px!important;
}

.header-text a:hover {
  color: black;
  text-decoration: underline;
}



.user_info_text {
  display: none;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  font-size: 10px;
  color: #BDA96B;
}


#fav-div a:hover svg {
  stroke: #BDA96B!important;
}


#search_icon:hover path{
  fill: #BDA96B!important;
}

.menu_icon {
  width: 22px;
  height: auto;
}

.fullScreenMobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483700;
  background: black;
  display: none;
  padding: 30px;
}

.fullScreenMobile ul {
  list-style: none;
  margin-top: 30px;
  text-align: center;
  height: 81vh;
  overflow-y: auto;
}

.fullScreenMobile ul li {
  color: white;
  margin-top: 10px;
  text-align: left;
}

.fullScreenMobile ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.fullScreenMobile .accordion button {
  width: 100%;
  padding: 0px;
  text-align: left;
}

.fullScreenMobile .closeMenu {
  text-align: end;
  padding-right: 0px;
}

.fullScreenSearchMobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483700;
  background: black;
  display: none;
  padding: 30px;
}

#searchMenuResult {
  height: 71vh;
  overflow-y: auto;
}

.fullScreenSearchMobile .closeMenu {
  text-align: end;
}

.fullScreenSearchMobile .mobileSearch {
  margin-top: 30px;
  margin-bottom: 20px;
}

#outletMenu {
  color: #BDA96B !important;
}

#searchMenuResult span {
  margin-left: 20px;
  color: white;
}

#searchMenuResult a {
  text-decoration: none;
  margin-top: 5px;
}

#search-results-global {
  z-index: 2;
  width: 100%;
  height: 50vh;
  overflow-y: auto;
  background: white;
  border: 1px solid #e4e4e4;
  position: absolute;
  margin: 0;
  color: black;
  text-align: start;
  font-size: 10px;
  display: none;
}

#search-results-global a{
  text-decoration: none;
}

#search-results-global .p-1 span {
  font-size: 14px;
  color: black
}

#search-results-global p {
  font-size: 14px;
  color: black
}

#search-results-global .searchDivTop:hover,
#search-results .searchDivTop:hover {
  box-shadow: 0 0 1px rgba(33, 33, 33, 1);
  cursor: pointer;
}

.topMenuMobile {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  color: black;
  background: #E8E6E7;
  font-size: 22px;
  padding-bottom: 8px;
padding-top: 5px;
}

.closeMenu path {
  fill: white;
}

.headerSecoundRow ul li a {
  font-size: 12px;
}

.headerBrandRow ul li a {
  font-size: 12px;
}

.headerBrandRow {
  display: none;
}

.italic {
  font-style: italic;
}

.goldText {
  color: #BDA96B !important;
}

.kkOutletDrop {
  display: none;
}

#kkOutletDrop {
  width: 100%;
  background: black none repeat scroll 0% 0%;
  position: absolute;
  top: 123px;
  z-index: 9999999999;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  cursor: auto;
}



.dropdown-contentHeader {
  display: none;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 100%!important;
  left: 0;
  z-index: 2147483641;
  /*padding: 15px 343px 15px 431px;*/
}

.dropdown-contentHeader a {
  color: black!important;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  display: inline;
}

.dropdown:hover .dropdown-contentHeader {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdownFurniture {
  position: relative;
  display: inline-block;
}

.dropdownFurniture-contentHeader {
  display: none;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2147483641;
  width: 100%!important;
  left: 0;
 /* padding: 15px 538px 15px 538px;*/
}

.dropdownFurniture-contentHeader a {
  color: black!important;
  text-decoration: none;
  display: inline;
}

.dropdownFurniture:hover .dropdownFurniture-contentHeader {
  display: block;
}

.dropdownFurniture:hover .btnFurniture {
  background-color: #3e8e41;
}

.dropdownLighting {
  position: relative;
  display: inline-block;
}

.dropdownLighting-contentHeader {
  display: none;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2147483641;
  width: 100%!important;
  left: 0;
  /*padding: 15px 239px 15px 538px;*/
}

.dropdownLighting-contentHeader a {
  color: black!important;
  text-decoration: none;
  display: inline;
}

.dropdownLighting:hover .dropdownLighting-contentHeader {
  display: block;
}

.dropdownLighting:hover .btnLighting {
  background-color: #3e8e41;
}

.dropdownDecor {
  position: relative;
  display: inline-block;
}

.dropdownDecor-contentHeader {
  display: none;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2147483641;
  width: 100%!important;
  left: 0;
  /*padding: 15px 239px 15px 525px;*/
}

.dropdownDecor-contentHeader a {
  color: black!important;
  text-decoration: none;
  display: inline;
}

.dropdownDecor:hover .dropdownDecor-contentHeader {
  display: block;
}

.dropdownDecor:hover .btnDecor {
  background-color: #3e8e41;
}

.dropdownTextiles {
  position: relative;
  display: inline-block;
}

.dropdownTextiles-contentHeader {
  display: none;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2147483641;
  width: 100%!important;
  left: 0;
  /*padding: 15px 239px 15px 525px;*/
}

.dropdownTextiles-contentHeader a {
  color: black!important;
  text-decoration: none;
  display: inline;
}

.dropdownTextiles:hover .dropdownTextiles-contentHeader {
  display: block;
}

.dropdownTextiles:hover .btnTextiles {
  background-color: #3e8e41;
}

.dropdownFinishes {
  position: relative;
  display: inline-block;
}

.dropdownFinishes-contentHeader {
  display: none;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2147483641;
  width: 100%!important;
  left: 0;
 /* padding: 15px 239px 15px 525px;*/
}

.dropdownFinishes-contentHeader a {
  color: black!important;
  text-decoration: none;
  display: inline;
}

.dropdownFinishes:hover .dropdownFinishes-contentHeader {
  display: block;
}

.dropdownFinishes:hover .btnFinishes {
  background-color: #3e8e41;
}

.dropdown-content {
  display: none;
  position: fixed;
  width: 1140px;
  height: auto;
}

.navbar {
  padding-bottom: 0px;
}

.navbar-brand img {
  position: inherit;
  top: 12px;
}

.ulSubMenu li {
  width: 100%;
  border: none;
  color: black !important;
  height: 24px;
  line-height: 24px;
  text-align: -moz-left;
}

.dropdown-content .title {
  font-size: 12px;
  font-family: 'Inter-Semi-Bold',sans-serif;
  color: black;
  text-transform: uppercase;
}

.dropdown-content p a {
  font-size: 11px!important;
}

.dropdown-content p a:hover {
  text-decoration: underline;
}

.link12020Mobile {
  display: none;
}

.link22020Mobile {
  display: none;
}

.link2020PC {
  display: initial;
  color: white;
  font-size: 10px;
  position: relative;
  text-decoration: none;
}


.link2020PC:hover {
  color: white;
  text-decoration: underline;
}

#homeTopSlide img {
  width: 100%;
  height: auto;
}

.user_icon:hover~.search_icon {
  display: none
}

#search_global {
  display: none;
}

#search_cross {
  display: none;
}

.search_icon input {
  color: white;
  background-color: transparent;
  border: none;
}

.search_icon input:focus-visible {
  outline: none;
}

#search_global {
  padding-left: 10px;
}

.user_icon button:focus-visible {
  outline: none;
}

.goldSvgs svg path {
  fill: #BDA96B;
}


.skeleton {
background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.05) 20%, #d9d9d9 40%, #d9d9d9 100%);
background-repeat: no-repeat;
background-size: 450px 400px;
animation-name: skeletonAnimation;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes skeletonAnimation {
0% {
  opacity: 0.8;
  -moz-opacity: 0.8; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0.8; /* WebKit browser e.g. Safari */
}
50% {
  opacity: 0.4;
  -moz-opacity: 0.4; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0.4; /* WebKit browser e.g. Safari */
}
100% {
  opacity: 0.8;
  -moz-opacity: 0.8; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0.8; /* WebKit browser e.g. Safari */
}
}
/* */
/* FOOTER */
.footer {
	/*position: absolute;*/
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	color: white;
	top: 100;
	
}

.footer .row{
	width: 100%;
	--bs-gutter-x: 0;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footertitle{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-family: Inter-semi-bold,sans-serif;
}

.footer ul{
	padding: 0px;
}

.footer ul li{
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}

.footer ul li a{
	color: white;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: Inter,sans-serif;
}

.footer ul li a:hover{
	text-decoration: underline;
}

.footer p{
	margin-bottom: 10px;
}

.footer #sign_newsletter_footer{
	margin-right: 5px;
	accent-color: #BDA96B;
}

.footer #mc_embed_signup{
	margin-bottom: 50px;
}

.footer #mc_embed_signup .email{
	width: calc(100% - 80px);
	float: left;
	border: 1px solid #fff;
	height: 28px;
	font-size: 10px;
	color: #fff;
	background: #000;
	text-indent: 5px;
	font-family: Inter,sans-serif;

}
.footer #mc_embed_signup .email:focus{
border: 1px solid #BDA96B;
outline: none;
}

.footer #mc_embed_signup .button {
	width: 80px;
	float: left;
	border: 1px solid #fff;
		border-left-color: rgb(255, 255, 255);
		border-left-style: solid;
		border-left-width: 1px;
	border-left: none;
	background: #fff;
	color: #000;
	height: 28px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: Inter,sans-serif;

}

.footer .privacy{
	color: #BDA96B;
	text-decoration: none;	
}

.footer .privacy:hover{
	text-decoration: underline;	
}

.footer .partners-image{
	padding: 0px;
	margin-top: 20px;
}

.footer .partners-image img{
	display: block;
	width: 100%;
	height: auto;
}

.footer-hr{
	height: 1px;
	width: 100%;
	background: #fff;
	margin-top: 10px;
	opacity: 1;
	-moz-opacity: 1; /* Firefox and Mozilla browsers */
   -webkit-opacity: 1; /* WebKit browser e.g. Safari */
}
/**/
.rowTopSlide {
  aspect-ratio: 3/1;
}

.font-checkbox {
  font-size: 12px;
}

.homeLeftImg {
  width: 100%;
  height: auto;
}

.homeRightImg {
  width: 100%;
  height: auto;
}

.newArrivalsTitle {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.newArrivalCard {
  text-align: center;
  padding-bottom: 15px;
  margin-top: 15px;
  transition: box-shadow .5s;
  cursor: pointer;
  margin-bottom: 10px;
}

.newArrivalCard a {
  height: 100%;
}

.newArrivalCard:hover {
  box-shadow: 0 0 1px rgba(33, 33, 33, 1);
  transition: all 200ms ease-in;
}


/*************************** TESTE *************************/

.all-products-product-slide .swiper-button-next::after,
.all-products-product-slide .swiper-button-prev::after {
  font-size: 20px;
  color: black;
}

.newArrivalCard .swiper-button-next,
.newArrivalCard .swiper-button-prev,
.newArrivalCard .swiper-button-next.swiper-button-disabled,
.newArrivalCard .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  -moz-opacity: 0;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0;
  /* WebKit browser e.g. Safari */
}

.newArrivalCard:hover .swiper-button-next,
.newArrivalCard:hover .swiper-button-prev,
.newArrivalCard:hover .favorite-icon {
  opacity: 1;
  -moz-opacity: 1;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 1;
  /* WebKit browser e.g. Safari */
  transition: all 1s;
}

.newArrivalCard:hover .swiper-button-next.swiper-button-disabled,
.newArrivalCard:hover .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  -moz-opacity: 0.35;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.35;
  /* WebKit browser e.g. Safari */
}

.newArrivalCard:hover .NewArrivalViewMore {
  opacity: 1;
  -moz-opacity: 1;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 1;
  /* WebKit browser e.g. Safari */
  transition: all 1s;
}

.newArrivalCard .NewArrivalViewMore {
  opacity: 0;
  -moz-opacity: 0;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0;
  /* WebKit browser e.g. Safari */
}

.newArrivalCard {
  box-shadow: 0px 0px 1px rgba(33, 33, 33, .2);
}

.newArrivalCard .tags {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}

.newArrivalCard .tag-1,
.newArrivalCard .tag-2,
.newArrivalCard .tag-3 {
  right: 0;
  z-index: 5;
  position: absolute;
  width: auto !important;
}

.tag-1 {
  top: 20px;
}

.tag-2 {
  top: 40px;
}

.tag-3 {
  top: 60px
}

.newArrivalImg {
  width: 100%;
  height: auto;
}

.newArrivalName {
  font-size: 16px;
  font-family: 'Inter',sans-serif;
  min-height: 48px;
  padding-left: 5px;
  padding-right: 5px;
}

.NewArrivalViewMore {
  text-align: center;
}

.adsCard {
  height: 92%;
  margin-top: 15px;
}

.adsCardImg {
  height: auto;
  width: 100%;
}

.allProducts {
  padding-top: 150px;
}

.categoryName {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  padding-top: 20px;
}

.accordion {
  width: 100%;
  cursor: pointer;
}

.accordion:after {
  content: '\002B';
  color: #C4C4C4;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
  color: #C4C4C4;
  float: right;
  margin-left: 5px;
}

.accordion.active {
  font-family: Inter-Semi-Bold,sans-serif !important;
}

.panel {
  padding: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.partDiv {
  padding: 15px;
}

.partDiv h5 {
  font-family: 'Inter-Semi-Bold',sans-serif;
}

.recommendedNav {
  display: inline-flex;
  text-align: center;
}

.alignCenter .newArrivalCard a {
  text-decoration: none;
  color: black;
}

.alignCenter .NewArrivalViewMore:hover {
  text-decoration: underline;
}

.alignCenter {
  text-align: center;
}

.oldPrice {
  font-size: 16px;
  color: #C4C4C4;
  text-decoration: line-through;
}

.sale {
  font-size: 16px;
  color: #C4C4C4;
}

.newPrice {
  font-size: 22px;
  color: #BC1B1B;
}

.newArrivalCard .oldPrice {
  text-decoration: line-through;
  font-size: 12px;
  color: black;
}

.newArrivalCard .sale {
  font-size: 12px;
  color: black;
}

.newArrivalCard .newPrice {
  font-size: 16px;
  color: #BC1B1B;
}

.nav-pills .nav-link.active {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  font-size: 24px;
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
}

.nav-pills .nav-link {
  color: black;
  background-color: transparent;
  font-size: 24px;
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
}


/********** MODAL FULL **********/
.modal {
  z-index: 9999;
}

#modalDetails,
#realPhotos {
  z-index: 2147483640;
}

#modalDetails .modal-title,
#realPhotos .modal-title {
  font-family: 'Cormorant',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 27px;
  text-transform: capitalize;
  margin-top: 40px;
}

#modalDetails .modal-header,
#realPhotos .modal-header {
  border: none;
}

#modalDetails .modal-footer .row,
#realPhotos .modal-footer .row {
  width: 100%;
}

#modalDetails .modal-footer .modal-btns,
#realPhotos .modal-footer .modal-btns {
  margin-top: 28px;
}

#modalDetails .modal-footer .btnsDiv,
#realPhotos .modal-footer .btnsDiv {
  text-align: right;
}

#modalDetails .modal-footer,
#realPhotos .modal-footer {
  padding: 0px;
  background: white;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img,
.swiper-slide video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
}

.swiper-pagination-bullet-active {
  background: #BDA96B !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}


/********** END MODAL **********/

.num {
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin: 10px;
}

.info {
  margin-top: 40px;
}

.infoProduct p {
  font-style: normal;
  font-family: 'Inter-Semi-Bold',sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: black;
}

.productInfo .grade {
  font-family: 'Inter',sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  color: black;
}

.productInfo .grade:hover {
  color: #BDA96B;
}

.productInfo .ref {
  font-family: 'Inter',sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}

.helpBtns {
  text-align: center;
}

.helpBtns .first-child {
  margin-top: 5px;
}

.helpBtnsTitle {
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.info .accordion {
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
}

.info .panel label {
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  opacity: 70%;
  -moz-opacity: 70%;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 70%;
  /* WebKit browser e.g. Safari */
}

.changeableImg {
  padding-top: 40px;
}

.imageConditions {
  width: 100%;
  height: auto;
}

.lozad img {
  width: 100%;
  height: auto;
}


/************ FILTER ************/

.filter {
  position: sticky;
  max-height: 1500px;
  top: 128px;
  bottom: 20px;
  height: 75vh;
  overflow-y: auto;
}

.filter .accordion::after {
  display: none;
}

.filter a:hover {
  font-weight: bold;
}

.filter .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 0px;
}

.filter .accordion-button:hover {
  font-weight: bold;
}

.filter .accordion-item {
  border: none;
}

.accordion::after {
  display: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filter .accordion-item {
  border: none;
}

.filterMobile {
  display: none;
}

.searchDiv {
  height: 40px;
}

#search-results a {
  color: black;
  text-decoration: none;
}

.searchDiv img {
  position: relative;
  z-index: 500;
  width: 20px;
  right: -230px;
  bottom: 43px;
}

.searchFilter {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #C4C4C4;
  height: 45px;
  padding-left: 35px;
}

.searchFilter:focus-visible {
  outline: none;
}

.filter a {
  text-decoration: none;
  color: black;
}

.filter .accordion {
  color: #000000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.04s;
}

.filter .active {
  margin-bottom: 10px;
}

.filter .typeSelected {
  font-family: 'Inter-Semi-Bold',sans-serif;
}

.filter .backTo {
  color: black;
  margin-left: -1rem;
  display: block;
}

.filter .backTo:hover {
  font-family: 'Inter-Semi-Bold',sans-serif;
}

.filter .accordion label {
  color: #000000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.04s;
}

.filterRow {
  width: 100%;
  margin-bottom: 5px;
}

.filterRow a:hover {
  text-decoration: underline;
}

.filterRow a span {
  float: right;
  color: darkgray;
}

.filterRow .countType {
  float: right;
}


/* The container */

.filter .container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 5px;
}


/* Hide the browser's default radio button */

.filter .container input {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0;
  /* WebKit browser e.g. Safari */
  cursor: pointer;
}

.filter .container span {
  padding-left: 10px;
}

.filter .container span:hover {
  text-decoration: underline;
}


/* Create a custom radio button */

.filter .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid black;
}

.termsDiv .row {
  margin-bottom: 30px;
}


/* On mouse-over, add a grey background color */

.filter .container:hover input~.checkmark {
  background-color: white;
}


/* When the radio button is checked, add a blue background */

.filter .container input:checked~.checkmark {
  background-color: white;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the indicator (dot/circle) when checked */

.filter .container input:checked~.checkmark:after {
  display: block;
}


/* Style the indicator (dot/circle) */

.filter .container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: black;
}

.rowFilterOnTop {
  display: inline-flex;
}

.clearFilterOnTop,
.clearFilterOnTop a {
  font-size: 10px;
  color: black;
  text-decoration: none;
}

.clearFilterOnTop a:hover {
  text-decoration: underline;
}

.filterOnTop,
.filterOnTop span {
  font-size: 10px;
}

.filterOnTop span {
  padding: 8px 10px 8px 10px;
  border-radius: 2px;
  margin-right: 5px;
  border: 1px solid #C4C4C4;
}

.filterOnTop a {
  background: transparent;
  border: none;
  margin-left: 5px;
  color: black;
  text-decoration: none;
}

.filter .show {
  max-height: 100%;
}

.searchNotFound {
  text-align: center;
  font-size: 12px;
}

#search-results {
  z-index: 2;
  width: 93.3%;
  height: 50vh;
  overflow-y: auto;
  background: white;
  border: 1px solid #e4e4e4;
  position: absolute;
  margin: 0;
  display: none;
}


/********** END FILTER **********/

.realPhotos {
  text-decoration: underline;
  cursor: pointer;
}

.realPhotos:hover {
  text-decoration: none;
}


/*************************************************** TRADE ***************************************************/

.tradeTitle {
  color: white;
  padding-top: 100px;
  padding-bottom: 79px;
}

.whiteContainer {
  background-color: white;
  max-width: 970px;
  padding: 50px;
}

.trade-btns {
  width: 40%;
  background-color: #BDA96B;
  color: white;
  margin: 40px;
}

.trade-btns:hover {
  background-color: white;
  color: #BDA96B;
}

.whiteContainer h2 {
  font-family: 'Cormorant-Semi-Bold',serif;
  letter-spacing: 2px;
  color: #BDA96B;
}

.whiteContainer h3,
.whiteContainer h4,
.whiteContainer h5 {
  font-family: 'Cormorant-Semi-Bold',serif;
  letter-spacing: 2px;
  color: black;
}

.whiteContainer p {
  margin-left: 67px;
  margin-right: 67px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tradeForm {
  text-align: start;
}

.listAlign {
  font-size: 14px;
  list-style: none;
  margin-top: 20px;
  line-height: 30px;
}

.ChecktermsTrade a:hover {
  text-decoration: none;
}


/************************************************* END TRADE **************************************************/

.gradesFirstRow {
  text-align: center;
  padding-left: 300px;
  padding-right: 300px;
  margin-bottom: 40px;
}

.gradesRow {
  text-align: center;
}

.gradesRow .colGrade {
  margin-bottom: 40px;
}

.gradesRow h4 {}

.gradesRow h5 {}

.gradesRow p {
  text-align: start;
}

.gradesRow hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
}

.gradesRow button {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.slideGrade img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.termsSlide img {
  width: 100%;
  height: auto;

}

.termsSlide {
  margin-bottom: 16px;
}

.titleTerms {
  position: absolute;
  margin-top: -170px;
  margin-left: 46px;
  color: white;
}

.termsDiv h5 {
  font-family: 'Cormorant-Semi-Bold',serif;
}

.termsDiv ul {
  list-style-type: none;
}

.termsDiv ul li {
  margin-bottom: 2px;
}

.termsDiv ul li a {
  color: black;
  text-decoration: none;
}

.termsDiv ul li a:hover {
  text-decoration: underline;
}

.termsleft {
  padding-right: 100px;
}

.termsleft .accordion-body {
  padding-bottom: 20px !important;
}

.filterTerms {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 100vh;
  padding: 0px 0;
  top: 112px;
  bottom: 20px;
}

.filterTerms ul {
  padding-left: 0px;
  margin-bottom: 10px;
}

.quickLinks {
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
}


/************************************************* MODAIS **************************************************/

.modal-body .CheckNews {
  margin-top: 20px;
}

.modal-body .CheckNews label {
  font-size: 10px;
  cursor: pointer;
}

.backSignIn button {
  background: transparent;
  border: 0;
  color: white;
  text-decoration: underline;
  font-family: Inter,sans-serif;
}

.backSignIn button:hover {
  text-decoration: none;
}

.errorInput {
  border: 1px solid red !important;
}

.errorLabel {
  color: red !important;
}

.errorLabel svg {
  fill: red !important
}

.error {
  font-size: 12px;
  color: red;
}

.modal-body input[type="checkbox"]:checked::after,
.ChecktermsTrade input[type="checkbox"]:checked::after, #contact-form input[type="checkbox"]:checked::after, #meeting-form input[type="checkbox"]:checked::after {
  display: block;
}

.modal-body input[type="checkbox"]::after,
.ChecktermsTrade input[type="checkbox"]::after, #contact-form input[type="checkbox"]::after, #meeting-form input[type="checkbox"]::after {
  content: ' ';
  position: relative;
  left: 38%;
  top: 15%;
  width: 32%;
  height: 60%;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(50deg);
  display: none;
}

.modal-body input[type="checkbox"]:checked,
.ChecktermsTrade input[type="checkbox"]:checked, #contact-form input[type="checkbox"]:checked, #meeting-form input[type="checkbox"]:checked {
  background: #BDA96B;
  color: white;
}

.modal-body input[type="checkbox"],
.ChecktermsTrade input[type="checkbox"], #contact-form input[type="checkbox"], #meeting-form input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: white;
  border: 1px solid black;
  color: white;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

.terms a {
  color: black;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.terms, .agree {
  cursor: pointer;
}

.tradeProgramBtn a {
  width: 100%;
  color: black;
  background-color: transparent;
  border: 1px solid black;
  margin-bottom: 10px;
  height: 38px;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "cpsp"on;
  text-decoration: none;
  display: block;
  padding: 7px;
}

.tradeProgramBtn a:hover {
  background-color: black;
  color: white;
}

.tradeProgramText,
.tradeProgramBtn,
.backSignIn,
.termsModal {
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}

.termsModal p,
.termsModal a,
.ChecktermsTrade label {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
}

.termsModal p a:hover {
  text-decoration: none;
}

.tradeProgramText p {
  font-family: Cormorant,serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.registerModal {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.registerModal button {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: underline;
  background: transparent;
  color: black;
  border: 0;
}

.googleBtn,
.facebookBtn {
  color: black;
  background-color: transparent;
  border: 1px solid #dadce0;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  padding: 8.5px;
  padding-left: 0.75rem;
  border-radius: 4px;
  font-family: "Google Sans", arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.googleBtn img,
.facebookBtn img {
  margin-top: 0px;
}

.googleBtn:hover,
.googleBtn:focus,
.facebookBtn:hover,
.facebookBtn:focus {
  background: transparent;
  color: black;
  border-color: #dadce0
}



#buttonModalWelcome {
  width: 100%;
  font-family: Inter,sans-serif;
  font-weight: normal;
  color: white;
  border: none;
  border-radius: 2px;
  background-color: black;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 38px;
}

.buttonModal {
  width: 100%;
  font-family: Inter,sans-serif;
  font-weight: normal;
  color: white;
  border: none;
  border-radius: 2px;
  background-color: black;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 38px;
}

#proAccBtn {
  width: 100%;
  color: black;
  background-color: transparent;
  border: 1px solid black;
  margin-bottom: 10px;
  height: 38px;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "cpsp"on;
}

#proAccBtn:hover {
  color: white;
  background-color: black;
}

.radio-modal-welcome-koket {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-modal-welcome-koket input[type='radio'] {
  display: none;
}

.radio-modal-welcome-koket label {
  color: black;
  font-weight: normal;
}

.radio-modal-welcome-koket label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid black;
  background-color: transparent;
}

.radio-modal-welcome-koket input[type=radio]:checked+label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: black;
}

.loginWelcomeModal {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.loginWelcomeModal:hover {
  text-decoration: none;
}

.button-disabled {
  opacity: 0.4;
  -moz-opacity: 0.4;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.4;
  /* WebKit browser e.g. Safari */
  cursor: not-allowed;
  pointer-events: none;
}

#buttonModalLateral {
  width: 100%;
  font-family: Inter,sans-serif;
  font-weight: normal;
  color: white;
  border: none;
  border-radius: 2px;
  background-color: black;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 38px;
  display: inline-block;
  padding: auto;
  padding: 8px;
  text-decoration: none;
  text-align: center;
}


#buttonModalWelcome:hover,
#buttonModalLateral:hover {
  background: #BDA96B;
}

.buttonModal:hover {
  background: #BDA96B;
}

.rememberSection {
  margin-top: 10px;
}

.remember {
  font-family: Inter,sans-serif;
  font-size: 12px
}

.resetPassword {
  font-family: Inter,sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  border: 0;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
}

.resetPassword:hover,
.registerModal:hover {
  text-decoration: none;
  background: transparent;
  color: black;
  border: 0;
}

#modal-login .modal-content,
#modal-register .modal-content,
#modal-password .modal-content {
  width: 420px;
}

#modal-welcome-koket img,
#modal-small img {
  width: 100%;
  height: auto;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.modal-header {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
padding-bottom: 12px;
}

.modal-body {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.modal-title h5 {
  text-align: center;
  font-family: Cormorant,serif;
  font-size: 28px;
  margin-top: 30px;
  text-transform: capitalize;
}

.modal-title hr {
  height: 1px;
  border: 1px solid #BDA96B;
  opacity: 1;
  -moz-opacity: 1;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 1;
  /* WebKit browser e.g. Safari */
  width: 14%;
  margin-right: 43%;
  margin-left: 43%;
}

.modal-footer {
  background: #BDA96B;
  ;
}

.modal-line {
  font-size: 14px;
  line-height: 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 23px;
  margin-top: 10px;
}

.modal-line::after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  height: 1px;
  position: relative;
}

.or {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "cpsp"on;
  background: #fff;
  padding: 0 18px;
  position: relative;
  z-index: 1;
  line-height: 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

/***** FLOATING FORMS *****/
.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input {
  width: 100%;
  padding-left: 15px;
  margin: 0;
  float: left;
  color: black;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  border-radius: 2px !important;
  height: 38px;
  padding-top: 6px;
}

.floating-select {
  width: 100%;
  margin: 0;
  float: left;
  color: black;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  border-radius: 2px !important;
  height: 38px;
  padding-left: 15px;
  padding-top: 6px;
}

select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("https://www.bykoket.com/images/down-select.svg") no-repeat 98% center;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border: 2px solid #BDA96B;
}

.floating-form label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 8px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-family: Inter, sans-serif;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
  top: -10px;
  font-size: 12px;
  color: #BDA96B;
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
}

.floating-input:focus~label svg {
  fill: #BDA96B;
}

.floating-input:not(:focus)~label {
  color: grey
}

.floating-select:not(:focus)~label {
  color: black
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
  top: -10px;
  font-size: 12px;
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
}

.floating-select:focus~label {
  color: #BDA96B;
}

.phone_trade_input:focus~label~.phone_trade_label {
  top: -10px;
  font-size: 12px;
  color: #BDA96B;
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
  height: 150px;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.5;
  /* WebKit browser e.g. Safari */
}

/* active state */
.floating-input:focus~.highlight,
.floating-select:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/****  floating-Lable style end ****/
.docRow {
  margin-top: 20px;
  border: 1px solid black;
  height: 48px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 2px !important;
}

.docLabel1 {
  margin-top: -14px;
  margin-bottom: -8px;
  background: white;
  width: 12%;
  margin-left: 21px;
}

.docInput {
  margin-left: 20px;
  margin-top: 4px;
}

.docInput::file-selector-button {
  background: #BDA96B;
  width: 82px;
  text-align: center;
  line-height: 28px;
  height: 30px;
  color: white;
  border: none;
  cursor: pointer;
}

.docInput::file-selector-button:hover {
  background: white;
  color: #BDA96B;
  border: 1px solid #BDA96B;
}

.docInput ::before {
  content: 'Select some files';
}

.tradeBtn {
  margin-left: 0px;
  margin-right: 0px;
}

#finishDetails, .any {
  text-decoration: underline;
  cursor: pointer;
  color: black;
}

#finishDetails:hover, .any:hover {
  text-decoration: none;
  color: black;
}

#modal-asShown {
  text-align: center;
}

#modal-asShown img,
#modal-asShown label {
  margin-top: 20px;
  margin-bottom: 12px;
}

#modal-asShown a {
  color: black;
  text-decoration: none;
}

#modal-asShown a:hover {
  color: #BDA96B;
  text-decoration: underline;
}

.alignEnd {
  text-align: end;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #BDA96B !important;
}

.modal-lateral {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.modal-lateral .modal-body {
  margin-top: 20px;
}

.modal-lateral .modal-header {
  padding-top: 0px;
}

.modal-lateral .modal-content {
  height: 100%;
  border: none;
  border-radius: 0px;
}

.modal-lateral .modal-content .modal-footer {
  border-radius: 0px;
}

.modal-lateral .nav-link {
  padding: 10px;
}

.modal-lateral .nav-pills .nav-link.active,
.modal-lateral .nav-pills .nav-link {
  font-size: 20px;
}

.modal-lateral .nav-pills .nav-link.active {
  color: #BDA96B;
}

.accordion-body {
  padding: 1rem 1rem;
}

#loader {
  display: block;
  position: fixed;
  top: 169px;
  left: 0;
  z-index: 9998;
  height: 100vh;
  width: 100%;
  background: white;
  padding-top: 16px;
}

.skeleton {
  background-color: #ced4da !important;
  color: transparent !important;
}

.ph-item {
  margin-bottom: 0px !important;
  padding: 0px !important;
  position: inherit !important;
  border: none !important;
}

.ph-item::before {
  margin-left: -110% !important;
}

.craftsMenu {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 10px;
  z-index: 2;
  margin-top: -47px;
}


.successImage img {
  width: 100%;
  height: auto;
}

._4b603c3d._f01297a1 {
  stroke: #BDA96B;
}

._4b603c3d {
  fill: transparent;
  stroke-width: 32px;
  transition: fill 0s ease;
}

._f351be5d._9062743e:hover._f7d9c06a {
  fill: #BDA96B;
}

.filledFav {
  fill: #BDA96B;
}


svg._f351be5d:not(:root) {
  overflow: visible;
  padding: 1px;
}

.favIcon {
  font-size: 20px;
  cursor: pointer;
}

.favorite-icon {
  position: absolute;
  z-index: 2;
  padding-left: 9px;
  padding-top: 3px; 
  opacity: 0;
}

._f351be5d._9062743e:hover+.tooltiptext {
  opacity: 1;
}

.tooltiptext {
  width: 110px;
  background-color: #B3A06B;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 120%;
  font-size: 12px !important;
  opacity: 0;
  transition: all .5s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #B3A06B transparent transparent;
}


@keyframes pulse {
  0% {
      transform: scale(.55);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }

  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

._f351be5d._9062743e:active {
  animation: pulse 0.3s linear 1;
}


.favIcon2 {
  font-size: 27px;
  cursor: pointer;
}

.tooltiptext2 {
  width: 110px;
  background-color: #B3A06B;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  left: -304%;
      top: 5px;
  font-size: 12px !important;
  opacity: 0;
  transition: all .5s;
}

.tooltiptext2::after {
  content: "";
  position: absolute;
  top: 50%;
      left: 100%;
      transform: rotate(180deg);
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #B3A06B transparent transparent;
}

._f351be5d._9062743e:hover+.tooltiptext2 {
  opacity: 1;
}

.topFavIcon{
  font-size: 22px;
} 

.topFavIcon{
  stroke: white!important;
  fill: white;
}

.topFavIcon:hover{
  stroke: #BDA96B!important;
  fill: #BDA96B;
}

@keyframes pop{
  50%  {transform: scale(1.2);}
}

@keyframes push{
  50%  {transform: scale(0.8);}
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}

.mostDesirable,.source-inspiration,.home-catalog-banner {
  text-align: center;
  margin-top: 40px;
}

.catalogs {
  text-align: center;
  margin-top: 40px;
}

.catalogs img {
  width: 100%;
  height: auto;
}

.catalogs a {
  color: black;
}

.panels {
  text-align: center;
  margin-top: 70px;
}

.panels .swiper-lazy-preloader {
  margin-top: 246px;
}

.panels .col-4:first-child {
  padding-left: 0px;
  padding-right: calc(var(--bs-gutter-x) * 1);
}

.panels .col-4:last-child {
  padding-right: 0px;
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.panels img {
  width: 100%;
  height: auto;
}

.newsletter {
  background-color: #dedede;
  margin-top: 40px;
}

.newsletter img {
  width: 100%;
  height: auto;
}

.newsletter .box-info {
  padding-top: 48px;
  padding-bottom: 48px;
}

.newsletter button {
  display: inline-block;
  height: 40px;
  background-color: black;
  border: 1px solid black;
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  color: white;
  width: 75%;
  margin-top: 20px;
}

.newsletter button:hover {
  color: black;
  background: white;
  border: 1px solid black;
  transition: 0.3s;
}

.finishes {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  background-color: #404040;
  height: 250px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}

.finishes video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-left: 0px;
  padding-right: 0px;
}

.panels .cardTitle {
  display: block;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2;
  margin-top: inherit;
}

.featured {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 42px;
}

.partners {
  text-align: center;
  margin-top: 40px;
}

.partners .owl-carousel .owl-item img,
.featured .owl-carousel .owl-item img {
  height: auto;
}

.partners .owl2 {
  padding-right: 0px;
  padding-left: 0px;
}

.insta {
  text-align: center;
  margin-top: 40px;
}

.moodboards,
.news {
  margin-top: 40px;
}

.news img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.news h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.news p{
  font-size: 10px;
  overflow-wrap: break-word;
  text-align: left;
  color: dimgrey;
}

.linkExplore {
  margin-top: 40px;
}

.linkExplore a {
  text-align: center;
  text-decoration: underline;
  color: black;
}

.linkExplore a:hover {
  color: #BDA96B;
  transition: 0.3s;
}


/****************************************** MOOOOOOOOODBOARDS ***************************************/

.pin2,
.pin {
  position: absolute;
  background-color: white;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.pin2::after,
.pin::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 50%;
  animation: pulse-effect 1s ease-in-out infinite;
}

.imageContainer,
.imageContainer2 {
  height: auto;
  margin: 0 auto;
  position: relative;
}

.imageContainer img,
.imageContainer2 img {
  width: 100%;
  height: auto;
}

@keyframes pulse-effect {
  0% {
      transform: scale(1);
      opacity: 1;
      -moz-opacity: 1; /* Firefox and Mozilla browsers */
 -webkit-opacity: 1; /* WebKit browser e.g. Safari */
  }
  100% {
      transform: scale(3);
      opacity: 0;
      -moz-opacity: 0; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0; /* WebKit browser e.g. Safari */
  }
}

.hotspot-content,
.hotspot-content2 {
  position: absolute;
  background-color: white;
  box-shadow: 0px 0px 20px grey;
  padding: 30px;
  border-radius: 10px;
  width: 90vw;
  max-width: 300px;
  opacity: 0;
  -moz-opacity: 0; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0; /* WebKit browser e.g. Safari */
  pointer-events: none;
  z-index: 2;
  text-align: center;
}

.hotspot-content .arrow,
.hotspot-content2 .arrow2 {
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: white;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.hotspot.active .hotspot-content,
.hotspot2.active .hotspot-content2 {
  opacity: 1;
  -moz-opacity: 1; /* Firefox and Mozilla browsers */
 -webkit-opacity: 1; /* WebKit browser e.g. Safari */
  pointer-events: all;
}


/*****************************************************************************************/

.signUp {
  text-align: center;
}

.signUp h5 {
  font-style: italic;
}

.signUp span, .signUp span a {
  font-size: 12px;
  color: black;
  margin-top: 5px;
}

.signUp input {
  display: inline-block;
  width: 70%;
  margin-left: 10%;
  border-radius: 2px;
  height: 26px;
  outline: 0;
  border: 1px solid #ddd;
  padding-left: 10px;
  font-size: 12px;
  color: #595959;
}

.signUp input:focus {
  border: 2px solid #BDA96B;
}

.signUp button {
  display: inline-block;
  height: 26px;
  background-color: black;
  border: 1px solid black;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  color: white;
  width: 15%;
}

.signUp button:hover {
  color: black;
  background: white;
  border: 1px solid black;
  transition: 0.3s;
}

.owl3, .owlProjects {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 40px;
}

.owl3 .owl-nav img, , .owlProjects .owl-nav img {
  width: 20px;
  height: 20px;
}

.owl3 .owl-nav, .owlProjects .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

.owl3 .owl-nav .owl-prev, .owlProjects .owl-nav .owl-prev {
  float: left;
  width: 43px;
  background: transparent!important;
}

.owl3 .owl-nav .owl-prev img, .owlProjects .owl-nav .owl-prev img {
  height: auto;
  width: 100%;
}

.owl3 .owl-nav .owl-next, .owlProjects .owl-nav .owl-next {
  float: right;
  width: 43px;
  background: transparent!important;
}

.owl3 .owl-nav .owl-next img, .owlProjects .owl-nav .owl-next img {
  height: 100%;
  width: 100%;
}

.owl3 .owl-nav .owl-next:hover,
.owl3 .owl-nav .owl-prev:hover,
.owlProjects .owl-nav .owl-next:hover,
.owlProjects .owl-nav .owl-prev:hover {
  background: transparent!important;
  transform: scale(1.05);
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
}

.slide2 img {
  width: 100%;
  height: auto;
}

.homeBtns {
  width: 90%;
  color: black;
  background-color: transparent;
  border: 1px solid black;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "cpsp" on;
  display: block;
  margin: auto;
  text-decoration: none;
  margin-top: 5px;
}

.homeBtns:hover {
  text-decoration: none;
  color: white;
  background-color: black;
  transition: 0.3s;
}

.homeBtns-gold {
  width: 90%;
  color: #BDA96B;
  background-color: transparent;
  border: 1px solid #BDA96B;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "cpsp" on;
  display: block;
  margin: auto;
  text-decoration: none;
  margin-top: 5px;
}

.homeBtns-gold:hover {
  text-decoration: none;
  color: white;
  background-color: #BDA96B;
  transition: 0.3s;
}

.homeBtns-gold-contrario{
  width: 90%;
  color: white;
  background-color: #BDA96B;
  border: 1px solid #BDA96B;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "cpsp" on;
  display: block;
  margin: auto;
  text-decoration: none;
  margin-top: 5px;
}

.homeBtns-gold-contrario:hover{
  text-decoration: none;
  color: #BDA96B;
  background-color: transparent;
  transition: 0.3s;
}

.finishes-search-input {
  margin-top: 7px;
  display: none;
  border: 0;
  border-bottom: 1px solid black;
}

.finishes-search-input:focus {
  border: 0;
  border-bottom: 1px solid black;
  outline: none;
}

.finishes-search-close {
  display: none;
  margin-top: 0px;
  margin-left: 0px;
  cursor: pointer;
}

.finishes-search {
  margin-top: 15px;
  margin-left: 129px;
  cursor: pointer;
}

.finishesNav .nav-link,
.finishesNav .nav-link.active {
  font-size: 20px;
  padding-left: 12px;
  padding-right: 4px;
}

.finish-img {
  margin-top: 10px;
}

.finish-name {
  font-size: 12px;
  margin-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
}

.finish-category {
  margin-top: 60px;
  font-size: 22px;
  font-family: Cormorant-Semi-Bold,serif;
}

.finish-border {
  box-shadow: none;
}

.card-finishes img {
  width: 100%;
}

.videoSection .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  -moz-opacity: 0.5; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0.5; /* WebKit browser e.g. Safari */
  z-index: 1;
}

.videoSection {
  position: relative;
  background-color: #404040;
  height: 250px;
  width: 100%;
  overflow: hidden;
}

.videoSection video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoSection .container {
  position: relative;
  z-index: 2;
}

.my-account-left {
  margin-top: 50px
}

.my-account-left ul {
  list-style-type: none;
}

.my-account-right {
  margin-top: 50px
}

.my-account-left li a {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0 10px;
  border-bottom: 2px solid transparent;
}

.my-account-left li a:hover {
  border-bottom: 2px solid #BDA96B;
  font-family: Inter-Semi-Bold,sans-serif !important;
  transition: 0.3s;
}

.my-account-left li:first-child {
  margin-bottom: 20px;
}

.my-account-left li:last-child {
  margin-top: 20px;
}

.my-account-right .title {
  font-family: Inter-Semi-Bold,sans-serif !important;
  font-size: 17px;
  text-decoration: none;
  color: black;
}

.my-account-right .title:hover {
  text-decoration: underline;
}

.delete {
  color: red!important;
}

.typeMyAccT {
  font-family: Inter-Semi-Bold,sans-serif !important;
  font-size: 16px;
  margin-top: 20px;
}

.my-account-active {
  font-family: Inter-Semi-Bold,sans-serif !important;
  border-bottom: 2px solid #BDA96B;
}

.blackBtns {
  margin: 0;
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 2px;
  width: 100%;
}

.blackBtns:hover {
  background-color: white;
  color: black;
  transition: 0.3s;
}

.temporariDisable {
  color: dimgrey!important;
}

.temporariDisable:hover {
  text-decoration: none!important;
}

.productInfo .stockQtd {
  font-size: 14px;
  color: #BDA96B;
}
.productInfo h1{
  font-size: 36px;
}
.productInfo .price {
  font-size: 16px;
  color: black;
}

.productInfo .homeBtns-gold {
  width: 100%;
}

.productInfo .keywordsRow p {
  font-family: 'Inter',sans-serif;
  font-size: 13px;
  margin-bottom:0px !important;
}
.productInfo .keywordsRow.textile p {
  margin-bottom:2rem !important;
}
.productInfo .keywordsRow a {
  color: black;
}
.accordionAvailable:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordionAvailable:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.dimensionsRow h5, .leadTimeRow h5,.otherOptions h5{
  font-family: Inter,sans-serif;
  font-size: 16px;
}
#dimensionsCarousel .carousel-indicators {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -1rem;
  margin-left: 15%;
  list-style: none;
  top: 85px;
}

.dimensionsSwitch,
.weightSwitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dimensionsSwitch-checkbox,
.weightSwitch-checkbox {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0; /* WebKit browser e.g. Safari */
  pointer-events: none;
}

.dimensionsSwitch-label,
.weightSwitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e8e6e7;
  border-radius: 50px;
  width: 49px;
  height: 20px;
  float: right;
}

.dimensionsSwitch-inner,
.weightSwitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.dimensionsSwitch-inner::before,
.dimensionsSwitch-inner::after,
.weightSwitch-inner::before,
.weightSwitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  padding-right: 0px;
  line-height: 17px;
  font-size: 10px;
  color: white;
  box-sizing: border-box;
}

.dimensionsSwitch-inner:before {
  content: "cm";
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #999999
}

.dimensionsSwitch-inner:after {
  content: "in";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.weightSwitch-inner:before {
  content: "kg";
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #999999
}

.weightSwitch-inner:after {
  content: "lb";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.dimensionsSwitch-switch,
.weightSwitch-switch {
  display: block;
  width: 12px;
  margin: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  border-radius: 50px;
  transition: all .3s ease-in 0s;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .4);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .4);
  height: 12px;
}

.dimensionsSwitch-checkbox:checked+.dimensionsSwitch-label .dimensionsSwitch-inner,
.weightSwitch-checkbox:checked+.weightSwitch-label .weightSwitch-inner {
  margin-left: 0;
}

.dimensionsSwitch-checkbox:checked+.dimensionsSwitch-label .dimensionsSwitch-switch,
.weightSwitch-checkbox:checked+.weightSwitch-label .weightSwitch-switch {
  right: 0px;
}

.navInfo .nav-item {
  width: 25%;
  text-align: center;
}

.navInfoTextile .nav-item {
  width: 30%;
  text-align: center;
}

.navInfo .nav-item button,
.navInfoTextile .nav-item button {
  width: 100%;
  font-size: 16px;
  color: #979797;
  font-family: Inter,sans-serif;
}

.navInfo .nav-item .nav-link.active,
.navInfoTextile .nav-item .nav-link.active {
  font-size: 16px;
  border-bottom: 2px solid black;
  border-radius: 0px;
  text-decoration: none;
  color: black;
  font-family: Inter,sans-serif;
}

.nav-container {
  padding-left: 11rem;
  padding-right: 11rem;
  padding-bottom: 4rem;
}

.nav-container .navSpan {
  font-size: 12px;
  line-height: 1;
}
.nav-container .navSpan p {
  font-size: 12px;
  margin-bottom: 0px;
}
.nav-container .navSpan a {
  color: black;
}

.recommendedNav .nav-item {
  width: 50%;
  text-align: center;
}

.recommendedNav .nav-item button {
  width: 100%;
  font-size: 18px;
  color: #979797;
}

.recommendedNav .nav-item .nav-link.active {
  font-size: 18px;
  border-bottom: 2px solid black;
  border-radius: 0px;
  text-decoration: none;
  color: black;
}

.hrNumImgs {
  width: 8%;
  margin-left: auto;
  margin-right: auto;
  color: #979797;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 424px;
}

.otherOptions {
  display: flex;
}

.otherOptions-mobile {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--swiper-navigation-color, #000)!important;
}

.kkImg {
  width: 100%;
  height: auto;
}

.gap-top {
  top: 112px;
}

.catalogImage {
  position: relative;
}

.catalogImage figcaption a {
  position: absolute;
  bottom: 23%;
  left: 62%;
}

.catalogImage figcaption .firstLine {
  position: absolute;
  bottom: 64%;
  left: 57%;
  font-size: 45px;
  font-family: Cormorant,serif;
}

.catalogImage figcaption .secondLine {
  position: absolute;
  bottom: 52%;
  left: 49%;
  font-size: 53px;
  text-transform: uppercase;
  font-family: Cormorant-Semi-Bold,serif;
}

.btnCatalogSlide {
  border: 1px solid #111;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.7s ease;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  text-decoration: none;
}

.catalogName {
  font-family: Cormorant,serif;
  font-size: 16px;
  text-transform: uppercase;
  min-height: 44px;
}

.greyMenu {
  background: rgba(0, 0, 0, 0.5);
  position: sticky;
  position: -webkit-sticky;
  top: 112px;
  padding: 10px;
  z-index: 2;
}

.greyMenu a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.greyMenu a.active {
  text-decoration: underline;
}

.greyMenu a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; /* Firefox and Mozilla browsers */
 -webkit-opacity: 0.8; /* WebKit browser e.g. Safari */
}

.catalogCard img {
  width: 100%;
  height: auto;
}
.greyMenu a:not(:last-child){
  margin-right: 40px;
}
.catalogCard {
  background-color: #F2F2F2;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.catalogsImage img {
  width: 100%;
  height: auto;
}


/*************** FAQS ***************/
.faqsKoket .nav-link, .faqsKoket .nav-link.active{
  font-family: Inter,sans-serif;
  font-size: 18px;
}
.termsDiv {
  margin-top: 50px;
  padding-left: 0px;
}

.termsDiv ul{
font-size: 12px;
}

.termsDiv ul li{
margin-bottom: 4px;
}

.termsDiv ul li a{
color: black;
  text-decoration: none;
}

.termsDiv ul li a:hover{
  text-decoration: underline;
}

.termsleft{
padding-right: 100px;
  padding-left: 0px;
}

.termsleft a{
color: black;
}

.filterTerms a, .filterTerms2 a, .rightContactInfo a{
color: black;
}

.rightContactInfo a{
  text-decoration: none;
}

.rightContactInfo a:hover{
  text-decoration: underline;
}


.quickLinks{
font-style: normal;
font-size: 20px;
line-height: 1.2;
text-transform: capitalize;
font-family: Cormorant-Bold,serif;
}
.menuQuickLinks{
overflow-y: auto;
max-height: 50vh;
min-height: 10vh;
}

.termsleft .accordion-item{
border-color: rgb(190,190,190);
 border-width: 0px 0px 1px 0px;
 border-style: solid;
}

.termsleft .accordion-item:first-child{
border-color: rgb(190,190,190);
 border-width: 1px 0px 1px 0px;
 border-style: solid; 
}

.termsDiv .termsULtext li{
margin-left: 30px;
font-family: 'Inter',sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 22px;
}

.termsDiv .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
}

.termsDiv .accordion-button:not(.collapsed) {
  color: black;
  font-family: Inter-Semi-Bold,sans-serif !important;
  background-color: white;
  box-shadow: none;
}

.termsDiv .accordion-button:hover {
  font-family: Inter-Semi-Bold,sans-serif !important;
}

.question {
  font-family: 'Inter-Semi-Bold',sans-serif!important;
}

.termsDiv p, label, span {
  font-family: 'Inter',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.termsDiv .accordion-body{
  padding: 0px;
}

.termsULtext{
  list-style-type: disc!important;
}

/************** END FAQS ************/

/** BTN dos requests**/
.swal-button:focus {
  outline: none;
  box-shadow: none;
}

.projectImage {
  position: relative;
  text-align: center;
}
.projectsImage img {
  width: 100%;
  height: auto;
}



.projectImage figcaption .firstLine {
  position: absolute;
  bottom: 64%;
  font-size: 48px;
  font-family: Cormorant,serif;
  text-transform: capitalize;
  color: white;
  width: 100%;
}

.projectImage figcaption .secondLine {
  position: absolute;
  bottom: 48%;
  font-size: 18px;
/*  text-transform: capitalize;*/
  color:white;
  width: 100%;
  padding-left: 28%;
  padding-right: 28%;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.projectImage figcaption .secondLine span {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.projectImage figcaption .thirdLine {
  position: absolute;
  bottom: 40%;
  width: 100%;
  padding-left: 33%;
  padding-right: 33%;
}
.projectInfoSecondLine{
  bottom: 49% !important;
}

.btnProjectSlide {
  border: 1px solid #111;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.7s ease;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 2px;
}
.img-404 img{
  width: 100%;
  height: auto;
}
.btn-404{
  margin-top: 50px;
}
.title-404{
  font-size: 70px;
  margin-top: 100px;
  font-family: Cormorant-Italic,serif;
} 
.subtext-404{
  font-size: 18px;
  margin-top: 50px;
}

.btn-trade-upload{
  background-color: #e8e6e7;
  color: white;
  border-top-left-radius: 0px; 
  border-bottom-left-radius: 0px;
}

.btn-trade-upload:hover{
  background-color: #BDA96B;
  color: white;
}

.extraProductCarousel{
  font-size: 12px;
  font-family: 'Cormorant',serif;
}
.projectDescription p{
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.load-product-name{
  height: 21.5px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px; 
}
.load-view-more{
  height: 28px;
}
.load{
  height: 265px;
  width:100%;
}
.load-ads{
  width: 100%;
  height: 340px;
}

.new-search-icon {
  padding-left: 25px;
  background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat left;
  background-size: 20px;
}

.img-404 img{
  width: 100%!important;
  height: auto!important;
}
.btn-404{
  margin-top: 50px!important;
}
.title-404{
  font-size: 70px!important; 
  margin-top: 100px!important;
  font-family: Cormorant-Italic,serif!important;
} 
.subtext-404{
  font-size: 18px!important;
  margin-top: 50px!important;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .header-nav li {
    font-size: 11px;
  }

  .headerSecoundRow ul li a {
    font-size: 10px;
  }
}

/************************* INSPIRATIONS *****************************/
.inspiration-favorite {
  fill: #BDA96B;
}

.product-inspiration {
  border: 1px solid #D9D9D9;
  position: relative;
  padding: 10px;
}

.product-inspiration .content-inspiration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.product-inspiration:hover {
  border: 1px solid rgba(33, 33, 33, 1);
  transition: all 200ms ease-in;
  position: relative
}

.product-inspiration:hover .content-inspiration {
  transform: translateY(-10px);
}

.product-inspiration .content-inspiration .sci {
  color: #000;
  display: flex;
  transform: translateY(5px);
  transition: 0.5s;
  opacity: 0;
  font-size: 12px;
  text-align: center;
  height: 36px;
}

.product-inspiration:hover .content-inspiration .sci {
  transform: translateY(0px);
  opacity: 1;
}



.mosaic-inspirations {
  width: 100%;
  margin-top: 10px;
  column-count: 3;
  column-gap: 0px;
}

.mosaic-inspirations .item {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  box-sizing: border-box;
  color: black;
}


.mosaic-inspirations img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 0px;
  width: 100%;
  height: auto;
}

.mosaic-inspirations .item:hover {
  filter: brightness(60%);
  cursor: pointer;
}

#modal-inspirations .modal-body {
  padding: 30px 20px;
}

#modal-inspirations .modal-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

#modal-inspirations a {
  text-decoration: none;
}


.dropdown-item:focus,
.dropdown-item:hover #facebooksvg {
  fill: blue;
}

.dropdown-item:focus,
.dropdown-item:hover #pinterestsvg {
  fill: red;
}

.dropdown-item:focus,
.dropdown-item:hover #whatsappsvg {
  fill: green;
}

.dropdown-item:focus,
.emaildrop:hover #emailsvg {
  display: none
}

.dropdown-item:focus,
.emaildrop:hover #open-emailsvg {
  display: block
}

.dropdown-item:focus,
.dropdown-item #open-emailsvg {
  display: none
}



#shareMenuIcon:hover,
#favIcon:hover {
  fill: #BDA96B;
}

#shareMenuIcon,
#favIcon {
  width: 30px;
}

#menuBtnShare.show #shareMenuIcon {
  fill: #BDA96B;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
}

/* NEW HOMEPAGE */
.info-source-inspiration {
  position: absolute;
  transform: translate(0%, -140%);
  width: 100%;
}

.info-source-inspiration p {
  font-size: 20px;
  color: white;
}

.info-source-inspiration a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.info-source-inspiration a:hover {
  color: black;
  background: white;
  border: 1px solid black;
}

.panels-section a {
  background-image: linear-gradient(transparent 50%, black 50%);
  background-size: auto 190%;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  color: black;
  padding: 4px 13px 4px 13px;
  font-size: 14px;
  line-height: 25px;
}

.panels-section a:hover {
  background-position-y: 100%;
  color: white;
  transition: 0.3s ease-in-out;
}
.panels-section .panels-text{
  padding-left: 40px;
  padding-right: 40px; 
}
