ul {
  list-style-type: none !important;
}
html {
    background-color: #231f20!important;
}
body {
  color: #231f20;
  background: #231f20;
  padding: 1em 0em 4em 0em;
  line-height: 18px;
}
p {
  padding: 0 !important;
}
.main-container {
  max-width: 700px;
  //min-height: 100vh;
  display: flex;
  justify-content: center;
}
h1 {
  margin: 0;
  line-height: 2;
  text-align: center;
}
h2 {
  margin: 0 0 0.5em;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}

.tabs {
  overflow: hidden;
  margin: 0 15px;
}

.tab {
  width: 100%;
  color: #231f20;
  overflow: hidden;
  margin-bottom: 10px;
}
.title-tab {
  font-family: "Bodoni Moda", serif!important;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-right: -3em;
  align-items: center;
 
}

.tab-label {
  display: flex;
  justify-content: space-between;
  background: #aa8346;
  font-weight: 900;
  cursor: pointer;
  align-items: center;
  font-size: 18px;
  height: 25px;
}

.tab-label:hover {
  background: #826434;
}

.tab-content {
  max-height: 0px;
  transition: all 0.1s;
  color: #ffffff;
  font-family: "Futura Windows Semibold";
  font-size: 12px;
}
.tab-open {
  margin-top: 20px !important;
  max-height: 100% !important;
  padding: 1em;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #222f3d;
}

input:checked + .tab-label {
  background: #aa8346;
}

input:checked ~ .tab-content {
  max-height: 3000vh;
  padding: 1em;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
}

.divider {
  height: 9px;
  background-color: #aa8346;
  margin-bottom: 48px;
}

.uk-container-xlarge,
.categories {
  max-width: 85%;
  margin: auto;
}
@media (min-width: 1250px) {
  .uk-container-xlarge,
  .categories {
    max-width: 390px;
    margin: auto;
  }
}

.uk-background-primary {
  background: #231f20 !important;
}
svg {
  cursor: pointer;
}

.uk-grid > * {
  padding-left: 10px !important;
}

.uk-slider-container {
  margin-top: 1em !important;
}

.icon-slider {
  width: 75px;
  display: flex;
  justify-content: center;
}
.uk-slidenav {
  color: #aa8346 !important;
}

.ast-plain-container,
.ast-page-builder-template {
  background-color: #231f20 !important;
}
.ast-builder-grid-row > .site-header-section {
  flex-wrap: nowrap;
  display: none;
}
.site-footer {
  display: none !important;
}
.ast-scroll-top-icon ast-scroll-to-top-right {
  display: none !important;
}

.uk-section-xsmall {
  padding-bottom: 0px;
}
.content-container {
  display: flex;
  font-size: 12px;
  margin-bottom: -15px;
}

.column1 {
  position: relative;
  max-width: 60%;
  width: 60%;
}
.column2 {
  position: relative;
  text-align: right;
  width: 20%;
}
.column3 {
  position: relative;
  width: 20%;
  margin-left: 10px;
  text-align: right;
}
.column4 {
  position: relative;
  max-width: 80%;
  width: 80%;
}
.column5 {
  position: relative;
  width: 75%;
}
.column6 {
  position: relative;
  width: 25%;
  text-align: end;
}

.product-size {
  font-family: "Futura Light BT";
  margin-top: -22px;
}

.title-col {
  font-family: "Futura Light BT";
  padding: 15px 0px;
}

.arrow {
  margin-right: 10px;
}
.flag {
  position: absolute !important;
  top: 20px !important;
  right: 10px !important;
  width: 38px !important;
  height: 38px !important;
  cursor: pointer !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  z-index: 12;
}

.ast-main-header-wrap {
  display: none !important;
}
.main-header-bar-wrap {
  display: none !important;
}

@media only screen and (max-width: 400px) {
}

@supports (-webkit-hyphens: none) {
 .tab {
  min-height: 25px;
  }
}
/*
*/