/*
Theme Name: 16Juin
Author: Quantum Horizon
Version: 2024
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

html {
  scroll-behavior: smooth
}

body {
  line-height: 1
}

a {
  text-decoration-skip-ink: auto
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none
}

button {
  outline: 0
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

q {
  display: inline;
  font-style: italic
}

q:before {
  content: '"';
  font-style: normal
}

q:after {
  content: '"';
  font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0
}

input[type="search"] {
  -webkit-appearance: textfield
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th,
td {
  padding: 2px
}

big {
  font-size: 120%
}

small,
sup,
sub {
  font-size: 80%
}

sup {
  vertical-align: super
}

sub {
  vertical-align: sub
}

dd {
  margin-left: 20px
}

kbd,
tt {
  font-family: courier;
  font-size: 12px
}

ins {
  text-decoration: underline
}

del,
strike,
s {
  text-decoration: line-through
}

dt {
  font-weight: bold
}

address,
cite,
var {
  font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap
}


@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('https://db.onlinewebfonts.com/t/3df90868b9a2eec4a3538e88d8b3b234.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.mobile-coming-soon {
  display: none;
}

/* Find the bug */
.attribute-link {
  display: none;
}


.css-fl {
  float: left;
}

/* .lil-gui{
    display: none !important;
} */

/* HIDE */
#wpadminbar,
.xoxo,
.woocommerce-breadcrumb,
.quantity,
.single_add_to_cart_button,
.woocommerce-tabs,
.posted_in {
  display: none !important;
}

/* Reset some basic elements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
}

header#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 2%;
  /* Add padding to the left and right */
}

/* Logo styling */
header#header .logo {
  flex-grow: 1;
  /* Allow the logo to grow */
  padding: 4.5px 6.5px;
  max-width: 120px;
}

header#header .logo img {
  max-width: 120px;
  /* Adjust this value as needed */
  height: auto;
}

/* Navigation menu styling */
nav#menu {
  flex-grow: 2;
  /* Allow the navigation to grow */
  margin-left: -65px;
}

nav#menu ul {
  list-style-type: none;
  /* Remove list bullets */
  display: flex;
  /* Display menu items inline */
  justify-content: center;
  /* Center menu items */
  align-items: center;
  gap: 15px;
  /* Adjust spacing between menu items as needed */
}

nav#menu ul li {
  padding: 0 1px;
  /* Optional: add padding to each menu item */
}

nav#menu ul li a {
  text-decoration: none;
  /* Remove underline from links */
  color: black;
  /* Set link color */
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Cart styling */
header#header .cart {
  flex-grow: 1;
  /* Allow the cart to grow */
  display: flex;
  justify-content: flex-end;
  /* Align cart to the right */
}

header#header .cart a {
  text-decoration: none;
  /* Remove underline from links */
  color: black;
  /* Set link color */
  font-size: 13px;
  /* Set font size for the cart link */
}

.header-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-cart a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.header-cart .fa-shopping-cart {
  margin-right: 5px;
}

.header-cart .items-count {
  margin-right: 10px;
}


/* SHOP MAIN PAGE */
.woocommerce-products-header {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
}

.woocommerce_inner_header {
  max-width: 74.995%;
}

.woocommerce-products-header__title {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0.67em 0;
}

.woocommerce-products-header__description {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .01em;
  line-height: 1.5em;
  text-transform: none;
  color: #000;
}

.woocommerce ul.products {
  padding: 0 17px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 50%;
  margin: 0;
  padding: 17px;
  padding-bottom: 0;
  margin-top: 20px;
}

.woocommerce-loop-product__title {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.3em;
  padding-top: 17px !important;
}

li:nth-of-type(1) .woocommerce-loop-product__title:after,
li:nth-of-type(2) .woocommerce-loop-product__title:after {
  position: relative;
  width: 150px;
  height: 30px;
  display: block;
  content: "Ready to order";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .01em;
  line-height: 1.5em;
  text-transform: none;
  color: #000;
  margin-top: 10px;
}

li:nth-of-type(3) .woocommerce-loop-product__title:after,
li:nth-of-type(4) .woocommerce-loop-product__title:after,
li:nth-of-type(5) .woocommerce-loop-product__title:after,
li:nth-of-type(6) .woocommerce-loop-product__title:after {
  position: relative;
  width: 150px;
  height: 30px;
  display: block;
  content: "Custom order";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .01em;
  line-height: 1.5em;
  text-transform: none;
  color: #000;
  margin-top: 10px;
}

/* FOOTER */

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 17px;
  background-color: #f5f5f5;
  /* Example background color */
  color: #333;
  /* Example text color */
  margin-top: 110px;
}

.footer-sec-2 {
  margin-left: 55px;
}

.footer-section p {
  margin-bottom: 10px;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
}

.newsletter p {
  margin: 17px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  text-transform: none;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  padding: 20px;
  max-width: 200px;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #333;
  /* Example link color */
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  line-height: 1em;
  margin-bottom: 10px;
}

.footer-sec-3 {
  max-width: 510px;
  margin-left: 230px;
}

.newsletter form {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
}

.newsletter form input[type="email"] {
  padding: 10px;
  border: 1px solid #ddd;
  /* Example border */
  width: 250px;
  height: 51px;
  font-family: 'Aktiv Grotesk';
}

.newsletter form button {
  padding: 10px 20px;
  background-color: #000;
  /* Example button color */
  border: none;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
}

.language-selector {
  bottom: 0;
  position: fixed;
  right: 20px;
  height: 39px;
  line-height: 37px;
  border: 1px solid #e0e0e0;
  background-color: #f2f2f2;
}

.language-selector a {
  text-decoration: none;
  color: #333;
  /* Example link color */
  align-items: center;
  height: 37px;
  padding: 0 15px 0 10px;
  white-space: nowrap;
  padding-right: 40px;
  font-size: 13px;
}

.language-selector:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI4NC45IDI4NC45Ij48cGF0aCBkPSJtMjgyIDc2LjUtMTQuMi0xNC4zYTkgOSAwIDAgMC0xMy4xIDBMMTQyLjUgMTc0LjQgMzAuMyA2Mi4yYTkgOSAwIDAgMC0xMy4yIDBMMyA3Ni41YTkgOSAwIDAgMCAwIDEzLjFsMTMzIDEzM2E5IDkgMCAwIDAgMTMuMSAwbDEzMy0xMzNhOSA5IDAgMCAwIDAtMTN6Ii8+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  color: #272e31;
  content: "" !important;
  display: inline-block;
  height: 39px;
  line-height: 37px;
  position: absolute;
  right: 10px;
  top: 0;
  transition: all .2s;
  width: 15px;
}

/* Single product view*/

.related h2 {
  display: none;
}

.type-product {
  margin: 0 40px;
}

.entry-title {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
}

.product {
  margin-top: 40px;
}

.product_meta {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .01em;
  line-height: 1.3em;
  text-transform: none;
  color: #000;
  margin-top: 30px;
}

.product_meta p {
  margin-top: 1em;
}

.price {
  margin-top: 30px;
  font-weight: 400;
  font-style: normal;
  font-size: 13px !important;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1em;
  color: #999 !important;
}

.woocommerce-Price-amount {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1em;
  color: #999;
}

.woocommerce-product-gallery__image .wp-post-image {
  margin-bottom: 20px;

}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 120px;
  display: inline-block;
  height: 80px !important;
  overflow: hidden;
  margin-right: 10px;
}

.woocommerce-product-gallery__image img:not(.wp-post-image) {
  margin-right: 10px;
  width: 90px;
  margin-top: -20px;
}

/* 3D */


#table {
  display: none;
  width: calc(90% - 530px);
  max-width: 800px !important;
  height: auto !important;
}

.three-d-wrapper {
  display: none;
}

.three-d-wrapper h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 22px;
}

.three-d-wrapper h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 30px;
}

.custom-sizes,
.top-colors,
.frame-colors,
.top-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.custom-sizes-frame p {
  float: right;
}

.custom-sizes span,
.top-colors span,
.frame-colors span,
.top-options span {
  font-weight: bold;
  margin-right: 10px;
  /* Space before the first tab */
}

.size-option,
.size-option-final {
  padding: 0px 0px;
  border: 1px solid #ccc;
  /* Change as needed */
  border-radius: 5px;
  /* Rounded corners for tabs */
  text-decoration: none;
  background-color: #f8f8f8;
  /* Change as needed */
  color: #333;
  /* Text color */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  /* Optional: Adds shadow to the tabs */
  cursor: pointer;
  transition: all 0.3s ease;
}

.size-option:hover,
.size-option-final:hover {
  background-color: #e2e2e2;
  /* Change as needed */
  border-color: #aaa;
  /* Change as needed */
}

.btn-configure {
  width: 166px;
  height: 58px;
  background-color: #000000;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
}

.btn-configure:hover {
  background-color: #222222;
}

.custom-sizes p {
  /* text-transform: uppercase; */
  padding: 15px 10px;
}

.three-d-wrapper .custom-sizes p {
  font-size: 9px;
  min-width: 50px;
  text-align: center;
  padding: 7px 10px 10px !important;
}

.slick-prev:before, .slick-next:before{
  color:#000 !important;
}
.three-d-wrapper .custom-sizes-wrapper {
  box-sizing: border-box;
  display: inline-block;
}
.slick-slider{
  margin-top: 60px !important;
}
.slick-slide p{
  content: '';
  display: block;
  height: 60px;
  width: 60px !important;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  position: absolute;
  background-color: #000;
  top: 0px;
}
.slick-slide:before{
  padding: 7px !important;
  border-top: 2px solid #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
}

.three-d-wrapper .custom-sizes-wrapper::-webkit-scrollbar,
.three-d-wrapper .custom-sizes::-webkit-scrollbar {
  display: none;
}

.three-d-wrapper .custom-sizes a {
  background-color: #F2F2F2;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.three-d-wrapper .custom-sizes {
  width: 850px;
  overflow-x: scroll;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
}

.custom-sizes a {
  background-color: #F2F2F2;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
}

.custom-sizes {
  padding: 15px 10px;
}


/*SLIDERS*/


.sliders-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-container {
  display: block;
  max-width: 100%;
}

.slider-container p {
  float: right;
  margin-top: 15px;
  width: 50px;
  text-align: center;
}

.slider-label {
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}

.slider {
  margin: 0 10px;
  width: 200px !important;
  margin-top: 20px;
  margin-left: 0px;
}

/* Style for the slider container, if needed */

/* Default style for the slider */
input[type=range] {
  -webkit-appearance: none;
  /* Remove default appearance */
  width: 80%;
  /* Full-width */
  background: transparent;
  /* Make the slider background transparent */
  margin-bottom: 20px;
}

/* Style for the track of the slider */
input[type=range]::-webkit-slider-runnable-track {
  width: 80%;
  height: 5px;
  /* Adjust the height of the track */
  background: #000;
  /* Track color */
  border: none;
  border-radius: 0px;
  /* Slightly rounded corners on the track */
}

/* Style for the thumb of the slider (the circular knob) */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Remove default appearance */
  border: none;
  height: 16px;
  /* Adjust the height of the thumb */
  width: 59px;
  /* Adjust the width of the thumb */
  border-radius: 0;
  /* Make the thumb circular */
  background: #D9D9D9;
  /* Thumb color */
  margin-top: -4px;
  /* Align the thumb with the track */
}

/* For Firefox */
input[type=range]::-moz-range-track {
  width: 80%;
  height: 8px;
  background: #000;
  border: none;
}

input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 59px;
  background: #D9D9D9;
  border: none;
}

/* For IE */
input[type=range]::-ms-track {
  width: 80%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #000;
}

input[type=range]::-ms-fill-upper {
  background: #000;
}

input[type=range]::-ms-thumb {
  height: 16px;
  width: 59px;
  background: #D9D9D9;
  border: none;
}

.slider-container span {
  position: relative;
  top: 2px;
}


.option-active {
  background-color: #000000 !important;
  color: #ffffff;
}

.tt-colors {
  max-width: 300px;
  margin-top: 70px;
  position: relative;
}

/* Adjust the width as needed to fit your layout */
.slider-value {
  min-width: 40px;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .mobile-coming-soon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .mobile-coming-soon h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 50px;
    text-align: center;
    line-height: 48px;
  }
}

.lil-gui {
  display: none !important;
}

.woocommerce div.product {
  margin: 50px 35px 0;
}

#content #main>.product .image_wrap {
  width: calc(90% - 530px);
  float: left;
}

#content #main>.product .images {
  width: 100%;
  float: none;
}

#content #main>.product .choice_list {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#content #main>.product .choice_list li {
  background: #F2F2F2;
  padding: 5px 16px 5px 16px;
  margin: 0 9px 9px 0;
  cursor: pointer;
}

#content #main>.product .choice_list li:hover {
  background: #e2e2e2;
}

#content #main>.product .choice_list li.active {
  background: #000;
  color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 91px;
  height: 61px !important
}

#content #main>.product .choice_content {
  margin-bottom: 35px;
}

#content #main>.product .choice_content_shape {
  display: none;
}

#content #main>.product .choice_content_size {
  display: none;
}

#content #main>.product .choice_content_legs {
  display: none;
  width: 100%;
  overflow: hidden;
}

#content #main>.product .choice_content>header {
  padding-bottom: 20px;
  display: block;
}

#content #main>.product .choice_content .shapes_list {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}

#content #main>.product .choice_content .shapes_list li {
  width: 120px;
  margin: 0 5px 10px 5px;
  cursor: pointer;
  position: relative;
}

#content #main>.product .choice_content .shapes_list li span {
  background: #F2F2F2;
  padding: 8px 16px 5px 16px;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 2px;
}

#content #main>.product .choice_content .shapes_list li:hover span {
  background: #e2e2e2;
}

#content #main>.product .choice_content .shapes_list li.active span {
  background: #000;
  color: #fff;
}

#content #main>.product .choice_content .shapes_list li:before {
  content: '';
  display: block;
  height: 120px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
}

#content #main>.product .choice_content .shapes_list li.active:before {
  border-color: #000;
}

#content #main>.product .choice_content .shapes_list li:after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #000;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}

#content #main>.product .choice_content .shapes_list li.oval:after {
  width: 80px;
  height: 56px;
  top: 33px;
}

#content #main>.product .choice_content .shapes_list li.pillshape:after {
  width: 90px;
  height: 52px;
  top: 35px;
  border-radius: 25px;
}

#content #main>.product .choice_content .shapes_list li.rectangular:after {
  width: 90px;
  height: 52px;
  top: 35px;
  border-radius: 0;
}


#content #main>.product .choice_content .legs_list li.marseille {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Marseille.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.rodby_metal {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_RodbyMetal.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.rodby_wood {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Rodby_Wood.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.bridge {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Bridge.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.camden_double {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Camden_Double.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.trofa_double {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Trofa_Double.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.vogue {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Vogue.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.v_fly {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_V-Fly.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.berlin {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Berlin.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.pantheon_double {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Pantheon.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.cph_italic_metal {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_CPH_Italic_Metal.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.cph_metal {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_CPH_Metal.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Assuming there are two more list items that need styling */
#content #main>.product .choice_content .legs_list li.additional_class1 {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Additional1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .legs_list li.additional_class2 {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Additional2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}


#content #main>.product .choice_content .legs_list {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  height: 135px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: -20px;
}

#content #main>.product .choice_content .legs_list li:first-child {
  padding-left: 0;
  margin-left: 0;
}

#content #main>.product .choice_content .legs_list li {
  width: 120px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 10px;
}

#content #main>.product .choice_content .legs_list li span {
  background: #F2F2F2;
  padding: 8px 16px 5px 16px;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 2px;
}

#content #main>.product .choice_content .legs_list li:hover span {
  background: #e2e2e2;
}

#content #main>.product .choice_content .legs_list li.active span {
  background: #000;
  color: #fff;
}

#content #main>.product .choice_content .legs_list li.active:before {
  border-color: #000;
}

.legs_list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.legs_list {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#content #main>.product .choice_content .legs_type_list li {
  margin: 0 15px !important;
}

#content #main>.product .choice_content .legs_type_list p {
  width: 60px !important;
}

.carousel-container {
  overflow-x: scroll !important;
  scrollbar-width: none !important; /* For Firefox */
  -ms-overflow-style: none !important; /* For Internet Explorer and Edge */
  cursor: grab !important;
}

.carousel-container::-webkit-scrollbar {
  display: none !important; /* For Chrome, Safari, and Opera */
}

.legs_list {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  user-select: none !important; /* Prevent text selection while dragging */
}

.legs_list li {
  flex: 0 0 auto !important; /* Prevent flex items from growing or shrinking */
  margin-right: 10px !important; /* Adjust the spacing between slides */
}


#content #main>.product .choice_content .tops_list li.marseille {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Marseille.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.rodby_metal {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_RodbyMetal.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.rodby_wood {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Rodby_Wood.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.bridge {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Bridge.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.camden_double {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Camden_Double.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.trofa_double {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Trofa_Double.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.vogue {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Vogue.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.v_fly {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_V-Fly.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.berlin {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Berlin.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.pantheon_double {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Pantheon.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.cph_italic_metal {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_CPH_Italic_Metal.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.cph_metal {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_CPH_Metal.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Assuming there are two more list items that need styling */
#content #main>.product .choice_content .tops_list li.additional_class1 {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Additional1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#content #main>.product .choice_content .tops_list li.additional_class2 {
  background: url(https://juin.reloadarts.com/wp-content/uploads/2024/01/Legs_Additional2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}


#content #main>.product .choice_content .tops_list {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  height: 135px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: -20px;
  white-space: nowrap;
}

#content #main>.product .choice_content .tops_list li:first-child {
  padding-left: 0;
  margin-left: 0;
}

#content #main>.product .choice_content .tops_list li {
  width: 120px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 10px;
}

#content #main>.product .choice_content .tops_list li span {
  background: #F2F2F2;
  padding: 8px 16px 5px 16px;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 2px;
}

#content #main>.product .choice_content .tops_list li:hover span {
  background: #e2e2e2;
}

#content #main>.product .choice_content .tops_list li.active span {
  background: #000;
  color: #fff;
}

#content #main>.product .choice_content .tops_list li.active:before {
  border-color: #000;
}

.tops_list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.tops_list {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.choice_content_legs_color,
.choice_content_tops_color {
  display: none;
}


.choice_content_shape,
.choice_content_legs,
.choice_content_top,
.choice_content_tops_color,
.choice_content_legs_color {
  height: 140px !important;
}

#content #main>.product .choice_content .size_change {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  font-size: 20px;
}

#content #main>.product .choice_content .size_change>span {
  display: block;
  min-width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
}

#content #main>.product .choice_content .size_change div {
  height: 5px;
  width: calc(100% - 160px);
  background: #242424;
  position: relative;
  margin-right: 32px;
}

#content #main>.product .choice_content .size_change div span {
  cursor: pointer;
  background: #D9D9D9;
  width: 59px;
  height: 16px;
  position: absolute;
  top: -6px;
  left: 60%;
}

#content #main>.product .choice_content .size_change:nth-of-type(2) div span {
  left: 30%;
}

#content #main>.product .image_gal_nav {
  display: none;
  justify-content: space-between;
  margin: -60px 0 27px 0;
  position: relative;
  z-index: 10;
}

#content #main>.product .image_gal_nav div {
  background: #000;
  color: #fff;
  padding: 5px 16px 5px 16px;
  cursor: pointer;
}

#content #main>.product .summary {
  width: 600px;
  display: flex;
  flex-flow: column wrap;
}

#content #main>.product .summary h1 {
  font-size: 18px;
  letter-spacing: 0;
  padding-bottom: 22px;
}

#content #main>.product .summary .woocommerce-product-details__short-description {
  line-height: 20px;
}

#content #main>.product .summary .woocommerce-product-details__short-description p {
  font-size: 13px;
  padding-bottom: 16px;
}

#content #main>.product .summary .woocommerce-product-details__short-description p:last-child {
  padding-bottom: 0;
}

#content #main>.product .summary .product_meta {
  display: none;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-sizes {
  padding: 0;
  margin-top: 30px;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-sizes>p {
  padding: 0;
  min-width: 100%;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors {
  gap: 10px 34px;
  max-width: 520px
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .size-option {
  width: 60px;
  position: relative;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .size-option:before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  position: relative;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .size-option:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}

#content #main>.product .custom-sizes-top-color .size-option:before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  position: relative;
}

#content #main>.product .custom-sizes-top-color .size-option:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}

#content #main>.product .custom-sizes-top-color .size-option p {
  text-align: center;
  float: none;
  font-size: 8px;
  text-transform: lowercase;
  padding: 7px;
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #main>.product .custom-sizes-top-color .size-option {
  width: 60px;
  position: relative;
}

#content #main>.product .custom-sizes-top-color .size-option {
  background-color: #F2F2F2;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  padding: 0px 0px;
}

#content #main>.product .custom-sizes-top-color li {
  width: 80px !important;
}

#content #main>.product .custom-sizes-frame-color .size-option:before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  position: relative;
}

#content #main>.product .custom-sizes-frame-color .size-option:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}

#content #main>.product .custom-sizes-frame-color .size-option p {
  text-align: center;
  float: none;
  font-size: 8px;
  text-transform: lowercase;
  padding: 7px;
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #main>.product .custom-sizes-frame-color .size-option {
  width: 60px;
  position: relative;
}

#content #main>.product .custom-sizes-frame-color .size-option {
  background-color: #F2F2F2;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  padding: 0px 0px;
}

#content #main>.product .custom-sizes-frame-color li {
  width: 80px !important;
}

#content #main>.custom-colors .size-option.option-active:before {
  border-color: #000;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .size-option p {
  text-align: center;
  float: none;
  font-size: 8px;
  text-transform: lowercase;
  padding: 7px;
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .anthracite:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/material6.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .gray:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/material1.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .ivory:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/material7.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .ivory2:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/material7.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .ivory3:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/material7.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .ivory4:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/material7.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .ivory5:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/material7.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .brushed.steel:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/frame_material4.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .glossy.white:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/frame_material3.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .satin.black:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/frame_material0.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .satin.black2:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/frame_material0.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .satin.black3:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/frame_material0.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .satin.black4:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/frame_material0.png);
}

#content #main>.product .summary .custom-sizes-wrapper .custom-colors .satin.black5:before {
  background-image: url(https://16juin.reloadarts.com/wp-content/uploads/2023/12/frame_material0.png);
}

#content #main>.product .summary .custom-sizes-wrapper .size-option p {
  padding: 5px 15px 5px 15px;
}

#content #main>.product .summary .custom-sizes-wrapper .custom-sizes-top-options .size-option p {
  font-size: 12px;
  text-transform: lowercase;
  padding-top: 5px;
}

#content #main>.product .summary .btn-configure {
  height: 36px;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
}

#content #main>.product .summary>.price {
  order: 10;
  display: inline-block;
  width: 142px;
}

#content #main>.product .summary>.price .amount {
  color: #242424;
  font-size: 20px;
  letter-spacing: 0;
}

#content #main>.product .summary>.price .amount bdi {
  display: flex;
  color: #999;
  font-size: 16px;
  position: relative;
  top: 8px
}

#content #main>.product .summary>.price .amount bdi span {
  order: -1;
  padding-right: 4px;
}

#content #main>.product .summary>.price:before {
  content: 'PRICE:';
  display: block;
  color: #000;
  font-size: 16px;
  padding-bottom: 18px;
}

#content #main>.product .summary .cart {
  order: 11;
  display: inline-block;
  width: 175px;
  margin: -32px 0 2em 142px;
}

#content #main>.product .summary .cart .button {
  display: block !important;
  float: none;
  min-width: 100%;
  height: 36px;
  background: #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
}

#content #main>.product .summary .cart .button:hover {
  background: #242424;
}


.slick-slide {
  margin: 0 10px;
  height: 100px; /* Adjust as needed */
  background-color: #ddd; /* For visibility */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
.slick-slider .slick-list{
  display: block;
  position: relative;
  max-width: 520px;
}
.slick-slider .slick-list .slick-slide{
  width:60px !important;
  display:flex;
  justify-content:flex-end;
}
.slick-slider .slick-list .slick-slide{
  font-size:8px;
}

@media only screen and (max-width: 1100px) {
  #content #main>.product .image_wrap {
    width: calc(97% - 300px);
  }

  #content #main>.product .summary {
    width: 300px;
  }
}

@media only screen and (max-width: 940px) {
  #content #main>.product .image_wrap {
    width: 100%;
    float: none;
  }

  #content #main>.product .images {
    width: 100%;
    float: none;
  }

  #content #main>.product .summary {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width:480px) {
  nav#menu {
    max-width: 100%;
    overflow: hidden;
  }

  .logo img {
    width: 80px;
  }

  nav#menu ul {
    display: block;
    position: fixed;
    display: none;
  }

  .woocommerce div.product {
    margin: 10px 0px 0 20px;
  }

  #main-canvas-holder {
    position: relative;
    display: block;
    width: 100vw;
    height: 100vw;
    overflow: hidden;
    display: none;
  }

  #table {
    display: none;
    position: absolute;
    width: 100vw;
    max-width: 100vw !important;
    height: auto;
    top: -200px !important;
  }

  #content #main>.product .image_gal_nav {
    width: 100vw;
  }

  .footer-sec-3 {
    margin-left: 0;
    max-width: 300px;
  }

  #content #main>.product .summary .custom-sizes-wrapper .custom-colors,
  #content #main>.product .summary .woocommerce-product-details__short-description {
    max-width: 90vw;
  }

  .custom-sizes {
    padding: 0;
    padding-right: 30px;
  }

  .woocommerce ul.products {
    padding: 0;
  }

  #content #main>.product .choice_content .shapes_list li {
    width: 70px;
  }

  #content #main>.product .choice_content .shapes_list li.rectangular:after,
  #content #main>.product .choice_content .shapes_list li.oval:after,
  #content #main>.product .choice_content .shapes_list li.round:after,
  #content #main>.product .choice_content .shapes_list li.pillshape:after {
    width: 50px;
    height: 30px;
    top: 20px;
  }

  #content #main>.product .image_gal_nav div {
    margin-left: -20px;
  }

  #content #main>.product .choice_content .shapes_list li:before {
    height: 70px;
  }

  #content #main>.product .choice_list li {
    background: #F2F2F2;
    padding: 5px 10px 5px 10px;
    margin: 0 9px 9px 0;
    cursor: pointer;
    font-size: 9px;
  }

  #content #main>.product .choice_content .shapes_list li span {
    padding: 8px 8px 8px 8px;
    font-size: 8px;
  }

  input[type=range] {
    width: 90%;
  }
}