a {
    color: #ffdfb4;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

*,::after,::before{
    box-sizing:border-box
}

html {
  scroll-behavior: smooth;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  position: relative;
  background-image: url('/images/grey_velvet_2_2000_2656-min.jpg');
  /* background-image: url('/images/velvet_3_64.png'); */
  background-color: #c0c0c0;
  background-blend-mode: multiply;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

img{
  vertical-align:middle;
  max-width: 100%;
  height: auto;
}

.hidden {
  display : none;
}

.panel {
  margin: 8px;
  display: inline-block;
  width: 90%;
  max-width: 600px;
}

.panel_1 {
  border: solid 1px #909090a1;
  border-radius: 6px;
  /* box-shadow: 0px 4px 8px #bab5a1ad; */
  box-shadow: 0px 4px 5px #bab5a170;

  background-image: url('/images/metal_11.png');
  /* background-image: url('/images/metal_10.png'); */
  background-color: #cbcbcb;
  background-blend-mode: multiply;
  /* background-size: 100% 150px; */
  background-size: 100% 100px;
}

.panel_2 {
  border: solid 2px #111111;
  border-radius: 2px;
  box-shadow: 0px 4px 30px 2px #000;

  /* background-image: url('/images/button_3.png'); */
  background-color: ##232323;
  background-blend-mode: multiply;
  background-size: cover;
}

.panel_3 {
  border: solid 1px #909090a1;
  border-radius: 6px;
  /* box-shadow: 0px 4px 8px #bab5a1ad; */
  box-shadow: 0px 4px 5px #bab5a170;
  background-image: url('/images/metal_6.png');
  background-color: #cbcbcb;
  background-blend-mode: multiply;
  background-size: 100% 300px;
}

.panel_4 {
  border: solid 1px #76707096;
  border-radius: 12px;
  box-shadow: 0px 2px 2px #000, 0px 2px 8px #C9BFAB8C, 0px 1px 4px #000;
  background-blend-mode: difference;
  background-size: 100% 100%;
  background-color: #a7a7a73d;
}

.logo_gap {
  height: 60px;
}

.logo_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
}

.intro_panel {
  /* max-width: 500px; */
}

.about {
  display: inline-block;
  padding: 16px;
  text-align: justify;
  max-width: 500px;
}

.chains_section {
  /* text-align: center; */
}

.property_selection_container {

}

.property_selection_and_zoombar_container {
  padding: 3px;
}

.property_selection {

}

.property_title {
  text-align: left;
  margin-left: 12%;
}

.property_button {

}

.property_select {
  background-color: #1f190fba;
  color: #e7d190;
  border: solid 1px #ffdf94;
  box-shadow: inset 0px 0px 14px rgb(255, 222, 144, 0.5);
  border-radius: 3px;
}

.property_deselect {
  background-color: #413e37c7;
  color: #e0cdae;
  border: solid 1px #585858;
  box-shadow: inset 0px 0px 14px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.length_select {
  background-color: #76643833;
  border: solid 1px #ffdf94;
  box-shadow: inset 0px 0px 14px rgb(255, 222, 144, 0.5);
  border-radius: 5px;
  padding: 1px;
}

.length_deselect {
  background-color: #5045302e;
  color: #e0cdae;
  border: solid 2px #58585852;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 1px;
}

.button_length_ghost {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.shirt_16 {
  background: url('../images/shirt_sprite_390.png') 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.shirt_18 {
  background: url('../images/shirt_sprite_390.png') 14.29% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.shirt_20 {
  background: url('../images/shirt_sprite_390.png') 28.57% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.shirt_22 {
  background: url('../images/shirt_sprite_390.png') 42.86% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.shirt_24 {
  background: url('../images/shirt_sprite_390.png') 57.14% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.shirt_26 {
  background: url('../images/shirt_sprite_390.png') 71.43% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.shirt_28 {
  background: url('../images/shirt_sprite_390.png') 85.71% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.shirt_30 {
  background: url('../images/shirt_sprite_390.png') 100% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.style_selection_element {
  width: 20%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.style_select {

}

.style_deselect {

}

.button_label_style_top {
  position: absolute;
  top: 4%;
  left: 10%;
  font-size: 86%;
}

.button_label_style_bottom {
  position: absolute;
  bottom: 5%;
  left: 10%;
  font-size: 86%;
}

.widthslist_container {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 3px;
  margin-top: -10px;
}

.width_selection_div {
  width: 94%;
  display: inline-block;
  margin-top: -5px;
}

.width_selection_element {
  width: 12.5%;
  display: inline-block;
  position: relative;
}

.width_select {

}

.width_deselect {

}

.width_selection_scroll {
  width: 100%;
}

.button_label_width {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}

datalist {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  /* writing-mode: vertical-lr; */
  width: 100%;
}

.length_selection {
  margin-bottom: 12px;
  white-space: nowrap;
}

.length_selection_element {
  width: 11.9%;
  display: inline-block;
  position: relative;
  margin: 1px;
}

.length_select {

}

.length_deselect {

}

.length_available img, .length_available span {
  visibility: visible;
}

.length_unavailable img, .length_unavailable span {
  visibility: hidden;
  /* filter: brightness(0); */
}

.length_unavailable {
  background: none;
}

.width_label_available {
  text-shadow: 0 0 1px #ffffff7d, -0px 2px 1px #191919, 0px 0px 7px #000;
}

.width_label_unavailable {
  color: #adadad;
}

.button_label_length {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #FFF;
  text-shadow: 0px 1px 1px #989898;
}

.material_selection button {
  width: 50%;
}

.material_select {
  color: #545454;
  border: solid 2px #fff;
  box-shadow: inset 0px 0px 10px rgb(255, 255, 255);
  /* text-shadow: 2px 1px 1px #9a9a9a; */
}

.material_deselect {
  color: #111111;
  border: solid 1px #debf83;
}

.y14k {
  background-color: #f3d529;
}

.w14k {
  background-color: #d8d8d8;
}

.footer-text {
  color: #bcbcbc;
  margin: 0;
}

.footer-text-large {
  font-size: 22px;
}

.footer_link {
  margin-top: 1em;
}

.footer_link_section {
  display: inline-flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 28em;
}

.orders_link {
  margin-top: 1em;
}

.model_container {
  padding: 10px;
  /* max-width: 300px; */
  margin-top: -6px;
}

.model_image_div {
  background-image: url('/images/grey_velvet_2_600x200.png');
  border: solid 1px #7a7a7ad4;
  box-shadow: inset 0 2px 15px 3px #000;
  background-color: #9e9e9eb8;
  background-blend-mode: difference;
  border-radius: 5px;
  max-width: 300px;
  display: inline-block;
}

.model_image_spacer {
  height: 10px;
  position: relative;
  bottom: 10px;
  font-size: 11px;
  color: #9a9a9a;
  text-shadow: 0px 1px 1px #1b1b1b;
}

.model_image {
  position: absolute;
  left: 0;
}

.model_img {
  width: 100%;
  height: auto;
  max-width: none;
  display: inline-block;
}

.model_image_ghost_row {
  height: 0;
}

.model_img_ghost {
  display: none;
}

.model_img_ghost_fire {
  width: 100%;
  height: auto;
  max-width: none;
  display: inline-block;
  position: relative;
  animation: model_img_ghost_animation;
  animation-duration: 1s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: ease-in-out;
  z-index: 100;
}

@keyframes model_img_ghost_animation {
  0% {
    top: 0;
    opacity: 50%;
  }
  90% {
    opacity: 0%;
  }
  100% {
    top: 50vh;
    opacity: 0%;
  }
}

.model_image_row {
  /* height: 50px;
  display: flex;
  justify-content: center; */
  overflow: hidden;
}

.model_image_row_miamicuban {
  background-image: url('/images/miamicuban_866x146.png');
}

.model_image_row_curb {
  background-image: url('/images/curb_866x146.png');
}

.model_image_row_rope {
  background-image: url('/images/rope_866x146.png');
}

.model_image_row_figaro {
  background-image: url('/images/figaro_866x146.png');
}

.model_image_row_franco {
  background-image: url('/images/franco_866x146.png');
}

.model_property {
  display: inline-block;
  width: 22%;
  border: solid 1px #000;
  border-radius: 18px;
  box-shadow: -1px 1px 5px #000;
  display: none;
}

.model_style {

}

.model_width {

}

.model_length {

}

.model_material {

}

.clasp_image {
  width: 3em;
  height: auto;
}

.model_card {
  /* width: 50%; */
}

.model_description {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  line-height: 1.5em;
  color: #ffda9f;
  text-shadow: -1px 1px 1px #473c2a;
  padding: 8px;
}

.model_description_label {

}

.model_description_value {
  font-style: italic;
}

.model_price_container {
  
}

.model_price_total {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 0.5em;
}

.model_price_caption {
  font-size: 0.8em;
  margin-top: 6px;
  margin-bottom: 6px;
}

.model_cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.model_description_item {
  white-space: nowrap;
}

.add_to_cart {
  box-shadow: 0px 2px 1px 0px #AD9F58, 0px 3px 3px 1px #0000007a;
  border: 1.5px solid #D6C982;
  border-radius: 6px;
  background: #7a735f;
  cursor: pointer;
  color: #E7DB9C;
  text-shadow: 0px 1px 0px #5d4f2a;
  font-size: 1.4em;
  animation: glow 3s ease-in-out infinite alternate;
  padding: 0.5em;
  margin-top: 0.5em;
}

.add_to_cart:active {
  box-shadow: 0px 2px 1px 0px #AD9F58, 0px 3px 1px 0px #0000007a;
  transform: translate(0, 1px);
}

.cart_container {
  padding: 10px;
}

.cart_cards {
  display: block;
  flex-flow: row wrap;
  justify-content: space-around;
}

.cart_item_label {
  color: #ffda9f;
  text-shadow: -1px 1px 1px #473c2a;
}

.copyright_section {

}

.footer_gap {
  height: 200px;
}

.footer_section {
  width: 100%;
  float: left;
  background-color: #232323;
  margin-top: 15px;
  bottom: 0;
  position: absolute;
}

.logo_container {
  text-align: center;
  max-width: 430px;
}

.logo_panel {
  display: inline-block;
  padding: 8px;
  width: 100%;
}

.logo_panel_2 {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 15px 10px #000000ab;
  margin: 0;
}

.logo_img {
  mix-blend-mode: screen;
}

.slogan {
  color: #ffe595;
  font-size: 0.73em;
  text-shadow: 1px 2px 2px #000;
  font-weight: bold;
}

ul, li, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.custom_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 6px 10px 0px 10px;
}

.custom_menu li a {
    color: #f1f1f1;
}

.custom_menu li a:hover {
    color: #f26522;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.header_section_top {
    width: 100%;
    float: left;
    background-color: #2b2a29;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
    height: auto;
    padding: 10px 0px;
}

.menu-container {
  width: 100%;
  max-width: 600px;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 15px 6px #000000ab;
  margin-top: 0;
  margin-right: 0;
}

.menu-icon-bar {
  width: 80%;
  height: 0.2em;
  background-color: #ffffff4f;
  border-radius: 50%;
  margin: auto;
}

.menu-icon:hover {
  opacity: 0.8;
}

.cart_items_table {
  border-spacing: 0px 8px;
}

.cart_items_row {
  white-space: nowrap;
  text-align: right;
  background-color: #65605399;
  box-shadow: 0px 1px 3px 0px #000;
}

.cart_totals {
  display: inline-block;
  text-align: right;
}

.number_qty {
  width: 48px;
  height: 32px;
  margin: 5px;
  box-shadow: inset 0px 1px 1px 0px #AD9F58, inset 0px 1px 3px #000000c9;
  border: 1.5px solid #D6C982;
  border-radius: 5px;
  background: #7a735f;
  color: #E7DB9C;
  text-shadow: 0px 1px 0px #5d4f2a;
  font-size: 16px;
  padding: 3px;
}

.cart_item_trash_container {
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.cart_item_trash_button {
  box-shadow: 0px 1px 1px 0px #AD9F58;
  border: 1px solid #BAAE6F;
  border-radius: 5px;
  background: #67614e;
  color: #E7DB9C;
}

.cart_item_trash_img {
  width: 15px;
  height: 20px;
  filter: invert(100%) sepia(80%) saturate(1367%) hue-rotate(333deg) brightness(70%) contrast(99%);
}

.total_line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 0 auto;
  padding: 0;
  width: 100px;
}

.cart_item_label {
  text-align: left;
  padding: 1%;
  /* padding-left: 50px; */
}

.cart_item_price {
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.cart_item_label_style {

}

.cart_item_label_dimensions {

}

.cart_item_label_material {

}

.cart_title {
  color: #e0e0e0;
  text-shadow: 0px -1px 0px #656565, 0px -2px 0px #1d1d1d99;
}

.zoombar_div {
   width: 0;
}

.zoombar {
  transform: translate(-70px, 0) rotate(270deg);
  display: flex;
}

.inpanel {
  background-color: #00000030;
  padding: 5px;
  border-radius: 9px;
  box-shadow: inset 0 0 10px 2px #000000bd;
}

.paypal-button-row {
  box-shadow: 1px 1px 1px 1px #000;
}

.paypal-buttons {
  /* background-color: rgb(105, 105, 105); */
}

.shipping_info {
  padding: 10px;
  font-size: 0.9em;
  text-align: justify;
  max-width: 400px;
  display: inline-block;
  color: #e7e7e7;
}

.text_white_pop {
  text-shadow: 0 0 1px #ffffff7d, -0px 2px 2px #191919;
}

.text_med {
  font-size: 1.1em;
}

.text_checkout {
  /* background-color: #95959580; */
  border-radius: 0.5em;
  text-align: justify;
  line-height: 1.5em;
  color: #fff;
  text-shadow: -1px 1px 1px #433827;
  padding: 0.1em;
  p {
    margin: 1em;
    margin-top: 0.1em;
  }
}

.line {
  border-top: solid 1px #ffffff73;
}

.text_notice {
  color: #dbdbdb;
}

.faq_container {
  padding: 10px;
  background-color: #a1a1a1;
  min-height: 100vh;
}

.faq_item {
  padding: 10px;
}

.answer {
  text-align: justify;
  line-height: 1.5em;
  color: #ffda9f;
  text-shadow: -1px 1px 1px #433827;
}

.question {
  text-align: left;
  line-height: 1.5em;
  text-shadow: 0 0 1px #ffffff7d, -0px 2px 2px #191919;
  padding-top: 14px;
  padding-bottom: 10px;
}

.anchor {
    display: block;
    position: relative;
    top: -82px;
    visibility: hidden;
}

input[type=range] {
  height: 28px;
  -webkit-appearance: none;
  /* margin: 10px 0; */
  width: 100%;
  background: #0000;
}

input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 4px #423F33;
  background: #EDEDED;
  border-radius: 6px;
  border: 1px solid #DED59B;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 2px 1px 0px #AD9F58, 0px 3px 3px 1px #0000007a;
  border: 2px solid #D6C982;
  height: 18px;
  width: 18px;
  border-radius: 13px;
  background: #7a735f;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #EDEDED;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  box-shadow: inset 0px 2px 3px 1px #0A0907A3;
  border-radius: 6px;
  border: 1px solid #7F7E7DCC;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 2px 1px 0px #AD9F58, 0px 3px 3px 1px #0000007a;
  border: 2px solid #D6C982;
  height: 18px;
  width: 18px;
  border-radius: 13px;
  background: #7a735f;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #EDEDED;
  border: 1px solid #DED59B;
  border-radius: 12px;
  box-shadow: 2px 2px 4px #423F33;
}
input[type=range]::-ms-fill-upper {
  background: #EDEDED;
  border: 1px solid #DED59B;
  border-radius: 12px;
  box-shadow: 2px 2px 4px #423F33;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 2px 1px 0px #AD9F58, 0px 3px 3px 1px #0000007a;
  border: 2px solid #D6C982;
  height: 18px;
  width: 18px;
  border-radius: 13px;
  background: #7a735f;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #EDEDED;
}
input[type=range]:focus::-ms-fill-upper {
  background: #EDEDED;
}

.carousel {
    width: 100%; /* Adjusted for mobile responsiveness */
    max-width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.carousel-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: opacity; /* Added for better performance */
}

.carousel-images img.active {
    opacity: 1;
}

@keyframes glow {
  0% {
    text-shadow: 0px 1px 0px #5d4f2a;
  }
  50% {
    text-shadow: 0px 1px 3px #e7db9c, 0px 0px 5px #fff7c0;
  }
  100% {
    text-shadow: 0px 1px 0px #5d4f2a;
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.hide {
  display: none;
}

.collapsible {
  overflow: hidden;
  transition: height 0.5s ease;
  height: 0;
}
.collapsible.expanded {
  height: auto;
}

#paypal-button-container {
  background-color: #fff;
  color: #000;
  border-radius: 0.5em;
  padding: 1em;
}