@charset "UTF-8";
.addFavouriteSuccess,
.removeFavouriteSuccess, .copySuccess {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #008867;
  color: white;
  padding: 15px 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: max-content;
  width: 100%;
  max-width: 500px;
  z-index: 999999;
  top: -110px;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .addFavouriteSuccess,
  .removeFavouriteSuccess, .copySuccess {
    max-width: 300px;
  }
}

.addFavouriteSuccess.in,
.removeFavouriteSuccess.in, .copySuccess.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.addFavouriteSuccess.out,
.removeFavouriteSuccess.out, .copySuccess.activeOut {
  top: 100px;
}

h1,
.h1 {
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.func-nav, #_desktop_top_menu #top-menu li .popover.sub-menu li a, textarea, button,
input,
select, body {
  font-size: 14px;
  line-height: 19px;
}

.infoFreeDelivery, #csinstagramfeed .headerGroup .all-product-link, .language-selector > button, #history table .order-actions a,
#module-ds_orderfiles-list table .order-actions a, .product-color, .featured-products .headerGroup .all-product-link, #colectionList .item-container button,
#colectionList .item-container .btn,
#archives .item-container button,
#archives .item-container .btn, #authentication .forgot-password, .blockcart #quickCartProducts .remove-from-cart span#remove-button, .blockcart #quickCartProducts .product-quantity, .blockcart #quickCartProducts .price, .blockcart #quickCartProducts .attribute, .blockcart #quickCartProducts .product-name, #_desktop_top_menu #top-menu li a .navbar-toggler, #header .header-nav, #left-column .block-categories ul li[data-depth="1"] a, .dropdown i {
  font-size: 12px;
  letter-spacing: 1px;
}

.btn-primary, .btn:hover, .btn {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  line-height: 60px;
  height: 60px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .btn-primary, .btn:hover, .btn {
    text-align: center;
  }
}

.dropdown .dropdown-menu {
  padding: 10px;
  left: 0px;
  top: 42px;
  background: white;
  border: 1px solid #D4AAA0;
  margin: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  color: black;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  width: 289px;
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu {
    width: calc(100% - 22px);
    right: 15px;
  }
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 4px 0;
}
.dropdown .dropdown-menu a.current, .dropdown .dropdown-menu a:hover {
  color: #D4AAA0 !important;
}
.dropdown .dropdown-menu a:after {
  display: none;
}

.dropdown .select-title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-size: 12px;
  color: black;
  cursor: pointer;
  padding: 0px 24px 0px 0;
  outline: 0;
  background: white;
  z-index: 2;
  position: relative;
  margin-top: 15px;
  min-height: 30px;
  height: 22px;
  font-weight: normal;
}

#search_widget .close {
  text-transform: lowercase;
  font-size: 10px;
  cursor: pointer;
}
#search_widget .close:hover {
  text-decoration: underline;
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .box, .whole-width {
    flex: auto !important;
    max-width: calc(100% + 40px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media (max-width: 767px) {
  #mobile_top_menu_wrapper .popover {
    flex: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zoom_in:before {
  content: "\e922";
}

.icon-fullscreen:before {
  content: "\e923";
}

.icon-content-copy:before {
  content: "\e91e";
}

.icon-delete:before {
  content: "\e91f";
}

.icon-delete_forever:before {
  content: "\e920";
}

.icon-delete_outline:before {
  content: "\e921";
}

.icon-smile:before {
  content: "\f118";
}

.icon-youtube:before {
  content: "\f16a";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-bag:before {
  content: "\e900";
}

.icon-redeem-24px:before {
  content: "\e90b";
}

.icon-emoticon:before {
  content: "\e90d";
}

.icon-security:before {
  content: "\e90e";
}

.icon-alert-error:before {
  content: "\e90f";
}

.icon-alert-error-outline:before {
  content: "\e910";
}

.icon-alert-notification:before {
  content: "\e911";
}

.icon-social-notifications:before {
  content: "\e912";
}

.icon-social-notifications-none:before {
  content: "\e913";
}

.icon-toggle-star:before {
  content: "\e914";
}

.icon-toggle-star-half:before {
  content: "\e915";
}

.icon-swap:before {
  content: "\e916";
}

.icon-star:before {
  content: "\e917";
}

.icon-shipping:before {
  content: "\e918";
}

.icon-home:before {
  content: "\e919";
}

.icon-heart-line:before {
  content: "\e91a";
}

.icon-heart:before {
  content: "\e91b";
}

.icon-event:before {
  content: "\e91c";
}

.icon-serach:before {
  content: "\e91d";
}

.icon-done:before {
  content: "\e876";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-arrow_down:before {
  content: "\e904";
}

.icon-edit:before {
  content: "\e924";
}

.icon-arrow_left:before {
  content: "\e905";
}

.icon-arrow_right:before {
  content: "\e906";
}

.icon-close:before, .icon-x:before {
  content: "\e907";
}

.icon-cart:before {
  content: "\e908";
}

.icon-user:before {
  content: "\e909";
}

.icon-marker:before {
  content: "\e90a";
}

.icon-info:before {
  content: "\e925";
}

.icon-arrow_up:before {
  content: "\e90c";
}

.icon-tiktok:before {
  font-family: "icons" !important;
  content: "\e900";
}

.icon-plus:before {
  content: "+";
}

.icon-minus:before {
  content: "-";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #e8f0fe;
}

.active input:-webkit-autofill,
.active input:-webkit-autofill:hover,
.active input:-webkit-autofill:focus,
.active textarea:-webkit-autofill,
.active textarea:-webkit-autofill:hover,
.active textarea:-webkit-autofill:focus,
.active select:-webkit-autofill,
.active select:-webkit-autofill:hover,
.active select:-webkit-autofill:focus {
  color: #000;
}

.error {
  color: #DB3811;
  font-weight: bold;
}

body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.7px;
  font-weight: 400;
}

p {
  line-height: 1.6;
}

.overflow_hidden {
  overflow: hidden !important;
}

a {
  text-decoration: none;
  transition: 0.4s all;
  color: #000;
}
a:after {
  content: " ";
  width: 0;
  display: block;
  height: 1px;
  bottom: -5px;
  transition: 0.4s all;
  opacity: 0;
  background-color: #D4AAA0;
  position: relative;
}
a:hover {
  color: #D4AAA0;
  transition: 0.4s all;
  text-decoration: none;
}
a:hover:after {
  opacity: 1;
  transition: 0.4s all;
  width: 99%;
  opacity: 1;
}
a.remove-from-cart:after, a.no-border:after, a.no-underline:after {
  display: none !important;
}

strong {
  font-weight: 700;
}

.grey {
  color: #D4D4D4;
}

.green {
  color: #008867;
}

.red {
  color: #DB3811;
}

h1,
h2,
h3 {
  color: #000;
  text-transform: uppercase;
}

h1,
.h1 {
  letter-spacing: 5px;
  font-weight: 400;
  margin: 0 0 60px 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    margin: 0 0 30px 0;
  }
}

h2,
.h2 {
  margin: 20px 0;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
}

h3,
.h3 {
  font-family: 700;
  margin: 10px 0;
  font-size: 16px;
  line-height: 33px;
}

hr {
  margin: auto;
  border-style: inset;
  border: 0;
  border-bottom: 1px solid #D4D4D4;
  height: 1px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D4D4D4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #D4D4D4;
  font-family: "Montserrat", sans-serif !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #D4D4D4;
  font-family: "Montserrat", sans-serif !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #D4D4D4;
  font-family: "Montserrat", sans-serif !important;
}

input:focus,
textarea:focus {
  border-radius: 0;
  outline: 0;
  box-shadow: 0;
  border: 2px solid #000;
}

button,
input,
textarea,
select {
  background: white;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #000;
  width: 100%;
}
@media (max-width: 575px) {
  button,
  input,
  textarea,
  select {
    max-width: 100%;
  }
}

button,
input,
select {
  height: 60px;
  font-weight: 700;
  padding-left: 13px;
  color: #000;
}
@media (min-width: 576px) {
  button,
  input,
  select {
    max-width: 575px;
  }
}

input,
textarea {
  border-color: #000;
}

textarea {
  padding-top: 13px;
  padding-left: 13px;
  font-weight: 400;
}
@media (min-width: 576px) {
  textarea {
    max-width: 575px;
  }
}

input[type=radio],
input[type=checkbox] {
  left: 0;
  position: absolute;
  width: 26px;
  height: 26px;
  background: none;
  top: 0;
  margin: 0;
  outline: 0;
  border: 0 !important;
}

.radio-inline {
  display: flex;
  align-items: center;
}

.radio-buttons .form-control-label,
.checkbox .form-control-label {
  display: none !important;
}

.form-control-comment {
  display: block;
  font-size: 10px;
  margin-top: 3px;
}

#checkout .form-control-comment {
  display: none !important;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 9;
}
.form-group.password {
  margin-bottom: 0;
}
.form-group .alert {
  max-width: 320px;
  margin-top: 0;
}
.form-group .alert ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#checkout {
  padding-bottom: 20vh;
}
#checkout .form-group:not(.radio-buttons):not(.checkbox) label {
  color: #000;
}
#checkout input,
#checkout textarea {
  border-color: #000;
}

.form-group:not(.radio-buttons):not(.checkbox) {
  position: relative;
  margin-top: 0px;
}
.form-group:not(.radio-buttons):not(.checkbox) label {
  display: block;
  margin: 0 0 5px;
  top: 20px;
  position: absolute;
  transition: 0.4s all;
  left: 12px;
  color: #000;
  cursor: text;
}
.form-group:not(.radio-buttons):not(.checkbox).active label {
  top: -9px;
  background-color: white;
  padding: 0px 9px;
  left: 7px;
}

.form-footer {
  margin-top: 0;
}

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

#category-description em:nth-child(2),
.custom-radio em:nth-child(2),
.custom-checkbox em:nth-child(2) {
  display: none;
}
#category-description > span:nth-child(3),
.custom-radio > span:nth-child(3),
.custom-checkbox > span:nth-child(3) {
  display: inline-block;
}
#category-description span.active, #category-description.active,
.custom-radio span.active,
.custom-radio.active,
.custom-checkbox span.active,
.custom-checkbox.active {
  display: block;
}
#category-description span.active em:nth-child(2), #category-description.active em:nth-child(2),
.custom-radio span.active em:nth-child(2),
.custom-radio.active em:nth-child(2),
.custom-checkbox span.active em:nth-child(2),
.custom-checkbox.active em:nth-child(2) {
  display: inline;
}

.custom-radio,
.custom-checkbox {
  cursor: pointer;
  display: flex;
  text-align: left;
  align-items: flex-start;
  position: relative;
}
.custom-radio > span:nth-child(2),
.custom-checkbox > span:nth-child(2) {
  margin-right: 10px;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 1px solid #000000;
  border-radius: 0;
  display: inline-block;
  position: relative;
  top: 0;
  transition: 0.4s all;
}
.custom-radio span.active,
.custom-checkbox span.active {
  display: block;
}
.custom-radio span.active em:nth-child(2),
.custom-checkbox span.active em:nth-child(2) {
  display: inline;
}
.custom-radio input ~ span:nth-child(2):before,
.custom-checkbox input ~ span:nth-child(2):before {
  color: black;
  font-size: 14px;
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 2px;
  left: 3px;
  line-height: normal;
}
.custom-radio input:checked ~ span:nth-child(2):before,
.custom-checkbox input:checked ~ span:nth-child(2):before {
  content: "\e876";
}

.custom-radio > span:nth-child(2) {
  border-radius: 50%;
  border: 1px solid #D4D4D4;
  transition: 0.3s all ease;
}
.custom-radio input ~ span:nth-child(2):before {
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #D4D4D4;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s all ease;
  content: "";
}
.custom-radio input:checked ~ span:nth-child(2) {
  border-color: #D4AAA0;
}
.custom-radio input:checked ~ span:nth-child(2):before {
  transform: scale(1);
  opacity: 1;
  background: #D4AAA0;
  content: "";
}
.custom-radio:hover input ~ span:nth-child(2):before {
  background: #D4AAA0;
  opacity: 0.9;
  transform: scale(1);
}
.custom-radio:hover input:checked ~ span:nth-child(2):before {
  transform: scale(1);
  opacity: 1;
}

.password .input-group-btn {
  width: auto;
  display: inline-block;
  margin-left: -5px;
}
.password .input-group-btn .btn {
  height: 42px;
  width: 63px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 10px;
  top: -1px;
}

/*
.animate-in {
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
  }

  .animate-out {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }*/
.btn-unstyle {
  background: none;
  height: auto;
  border: 0;
  max-width: auto;
  width: auto;
}

.btn {
  background: #D4AAA0;
  color: white;
  transition: 0.4s all;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  border: 1px solid #D4AAA0;
  font-weight: bold;
  text-transform: uppercase;
  user-select: none;
}
.btn:hover {
  background: white;
  color: #D4AAA0;
}

.btn,
.continue {
  position: relative;
}
.btn .lds-ring,
.continue .lds-ring {
  margin: auto;
  left: 0;
  position: absolute;
  transform: scale(0.5);
  right: 0;
  top: 0;
  bottom: 0;
}

.btn-default {
  margin-top: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
}

.btn-primary {
  border: 1px solid #000;
  color: #000;
  transition: 0.3s all;
  background: #000;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
}
.btn-primary:hover, .btn-primary.active {
  background: white;
  color: #000;
}

.small-btn:hover, .small-btn {
  margin-bottom: 35px;
  height: auto;
  width: auto;
  line-height: 32px;
  font-weight: normal;
  text-transform: unset;
  margin-top: 5px;
}
.small-btn:hover:after, .small-btn:after {
  display: none;
}

.btn:disabled, .btn:disabled:hover,
.btn[disabled],
.btn[disabled]:hover,
button:disabled,
button:disabled:hover,
button[disabled],
button[disabled]:hover {
  background-color: #D4D4D4 !important;
  color: #4d4d4d !important;
  border-color: #000 !important;
  cursor: not-allowed !important;
}

.dropdown .select-title[aria-expanded=true] {
  border-color: #D4AAA0;
  color: #D4AAA0;
}
.dropdown .dropdown-menu {
  max-width: 289px;
  left: 0;
}
@media (max-width: 991px) {
  .dropdown .dropdown-menu {
    left: 23px;
  }
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu {
    width: 100%;
    left: 0;
  }
}
.dropdown i {
  display: inline-block;
  transition: 0.4s all;
  position: absolute;
  transform: rotate(0);
  padding: 0 8px;
  font-size: 10px;
  right: 0;
  top: 9px;
}
.dropdown.open i {
  transform: rotate(180deg);
  top: 7px;
}
.dropdown.open .dropdown-menu {
  display: block;
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

@media (max-width: 767px) {
  .filter-button .btn,
  .products-sort-order .btn {
    width: 100%;
    line-height: 26px;
    max-height: 30px;
  }
}

@media (max-width: 991px) {
  #content-wrapper {
    margin-top: 0;
  }
}

.elementor-widget-text-editor {
  max-width: 520px;
  width: 100%;
}

#index #content-wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  #index #content-wrapper {
    padding: 0;
  }
}
#index #homepage_banner {
  width: 100%;
}
#index #video #fullBgVideo {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 9999;
  min-height: 380px;
}
@media (min-width: 768px) {
  #index #video #fullBgVideo {
    min-height: 100%;
  }
}
#index #home_banner {
  margin-bottom: 80px;
  margin-top: 60px;
}
#index #home_banner a:after {
  display: none;
}
#index #home_banner figure {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #index #home_banner figure {
    margin-bottom: 30px;
  }
}
#index #home_banner figure img {
  width: 100%;
  line-height: 1;
  display: block;
  max-height: 260px;
  object-fit: cover;
}
@media (min-width: 576px) {
  #index #home_banner figure img {
    max-height: 360px;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  #index #home_banner figure img {
    max-height: 450px;
    object-fit: cover;
  }
}
#index #home_banner figure p {
  background-color: #D4AAA0;
  color: white;
  min-height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  letter-spacing: 4px;
}
#index #home_banner figure p i {
  font-size: 9px;
  padding-left: 10px;
}
#index #home_banner figure:hover {
  transform: scale(1.03);
  transition: all 0.3s;
}
#index #home_banner figure:hover p {
  background-color: #000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #index .elementor-section:nth-child(2n) .elementor-row .elementor-col-50:first-child {
    order: 2;
  }
}
@media (max-width: 767px) {
  #index .elementor-section:nth-child(2n) .elementor-row .elementor-col-50:last-child {
    order: 1;
  }
}

#left-column > div {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
#left-column h2 {
  margin-bottom: 13px;
}
#left-column .block-categories {
  text-transform: uppercase;
}
#left-column .block-categories ul li {
  padding: 8px 0;
}
#left-column .block-categories ul li a {
  display: inline-block;
}
#left-column .block-categories ul li:hover > a,
#left-column .block-categories ul li:hover > div i {
  color: #D4AAA0;
}
#left-column .block-categories ul li.current > a {
  color: #D4AAA0;
}
#left-column .block-categories ul li[data-depth="1"]:last-child {
  padding-bottom: 13px;
}
#left-column .block-categories ul li[data-depth="1"]:first-child {
  padding-top: 13px;
}
#left-column .block-categories ul li[data-depth="1"] {
  padding: 0;
}
#left-column .block-categories ul li[data-depth="1"] a {
  line-height: 1;
  padding: 7px 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.navbar-toggler .icon-arrow_up {
  display: none;
}

div[aria-expanded=true] .icon-arrow_down {
  display: none;
}
div[aria-expanded=true] .icon-arrow_up {
  display: inline-block;
}

div[aria-expanded=false] .icon-arrow_up {
  display: none;
}

#index .breadcrumb {
  display: none;
}

.top-nav {
  align-items: center;
  position: relative;
  height: 68px;
}
@media (max-width: 991px) {
  .top-nav {
    height: auto;
  }
}

@media (max-width: 991px) {
  #logoContainer {
    text-align: center;
    width: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
}
#logoContainer {
  /*
          height: 35px;
          display: flex;
          align-items: center;
          background: $black;
          justify-content: center;
  */
}

#mainNavigation {
  position: unset;
  letter-spacing: 2px;
}

body {
  padding-left: 0;
  padding-right: 0;
}
#header {
  width: 100%;
  left: 0;
  background: white;
  z-index: 9999;
  position: relative;
}
@media (max-width: 767px) {
  #header {
    position: sticky;
    top: 0;
  }
}
#header #_desktop_social {
  display: flex;
  align-items: center;
}
#header.black {
  background: #000;
  color: white;
}
#header.black button {
  color: white;
}
#header.black img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.black input {
  background: rgba(242, 242, 242, 0.2);
  color: white;
}
#header.black #_desktop_cart {
  display: none;
}
#header.black #menu-icon > div > span, #header.black #menu-icon > div > span:before, #header.black #menu-icon > div > span:after {
  background-color: white;
}
#header.white #menu-icon > div > span:after,
#header.white #menu-icon > div > span:before,
#header.white #menu-icon > div > span {
  background-color: white;
}
#header .header-top {
  color: #000;
  background-color: white;
}
@media (min-width: 1200px) {
  #header .header-top {
    display: flex;
    align-items: center;
  }
}
#header .header-top a {
  color: #000;
}
#header .header-top img.logo.img-responsive {
  position: relative;
  top: 2px;
  filter: brightness(0);
}
@media (min-width: 1200px) {
  #header .header-top img.logo.img-responsive {
    position: relative;
    top: 3px;
  }
}
@media (max-width: 991px) {
  #header .header-top img.logo.img-responsive {
    height: 15px;
  }
}
#header .header-nav {
  background-color: #D4AAA0;
  color: white;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (min-width: 1200px) {
  #header .header-nav {
    height: 40px;
  }
}
@media (max-width: 991px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav a:not(.dropdown-item) {
  color: white;
  text-transform: uppercase;
}
#header .header-nav a:not(.dropdown-item):hover {
  color: white !important;
}
#header .header-nav > div {
  padding-top: 1px;
}

/* COOKIE INFO */
#cookieNotice {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 25px;
  z-index: 9999;
  background-color: #D4AAA0;
  padding: 0;
  font-size: 11px;
  text-align: center;
}
@media (min-width: 992px) {
  #cookieNotice {
    width: 33.33%;
  }
}
#cookieNotice #cookieNoticeContent {
  width: 100%;
  padding: 25px 10px 25px;
}
@media (min-width: 992px) {
  #cookieNotice #cookieNoticeContent {
    width: 100%;
    padding: 25px 20px 25px;
  }
}
#cookieNotice #cookieNoticeContent span#cookiesClose {
  min-width: 170px;
  min-height: 25px;
  background-color: #000;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  line-height: 34px;
  margin-top: 20px;
}
#cookieNotice #cookieNoticeContent p {
  line-height: 15px;
}
#cookieNotice #cookieNoticeContent p a {
  text-decoration: underline;
}
#cookieNotice #cookieNoticeContent p a:after {
  display: none;
}

/* COOKIE INFO */
.block-social li {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
}
.block-social li .icon-youtube {
  font-size: 16px;
}

/* WYGLĄD/ANIMACJA HAMBURGERA/MENU */
#closeMenu,
#closeFilter {
  text-align: right;
  margin-top: 18px;
}
#closeMenu i,
#closeFilter i {
  font-size: 15px;
}

#menu-icon {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 19px 13px 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  left: 0;
  position: absolute;
}
#menu-icon > div {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
#menu-icon > div > span {
  top: 50%;
  display: block;
  margin-top: -5px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
#menu-icon > div > span:after, #menu-icon > div > span:before, #menu-icon > div > span {
  background-color: #000;
  position: absolute;
  width: 18px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
#menu-icon > div > span:after, #menu-icon > div > span:before {
  display: block;
  content: "";
}
#menu-icon > div > span:before {
  top: -6px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
#menu-icon > div > span:after {
  bottom: -6px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 18px;
}
#menu-icon > div > span.active {
  left: -2px;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
#menu-icon > div > span.active:after {
  bottom: 0;
  width: 18px;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
#menu-icon > div > span.active:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

#_mobile_logo a {
  color: inherit;
  font-size: 20px;
}
#_mobile_logo img {
  width: 49px;
}

#_desktop_logo {
  margin-top: 0;
}
#_desktop_logo a {
  color: #000;
  font-size: 51px;
}

#_desktop_contact_link {
  display: flex;
  align-items: center;
  padding-right: 1vw;
  padding-left: 2vw;
}
@media (min-width: 1600px) {
  #_desktop_contact_link {
    padding-right: 20px;
    padding-left: 40px;
  }
}

#_desktop_top_menu #top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  font-size: 14px;
}
#_desktop_top_menu #top-menu h3 {
  font-size: 14px;
  display: none;
}
#_desktop_top_menu #top-menu ul[data-depth="1"] {
  max-width: 720px;
  height: 135px;
  margin: auto;
}
@media (min-width: 1600px) {
  #_desktop_top_menu #top-menu ul[data-depth="1"] {
    height: 160px;
  }
}
#_desktop_top_menu #top-menu ul[data-depth="1"].column-3 {
  column-count: 3;
}
#_desktop_top_menu #top-menu ul[data-depth="1"].column-2 {
  column-count: 2;
}
#_desktop_top_menu #top-menu ul[data-depth="1"].column-1 {
  column-count: 1;
}
#_desktop_top_menu #top-menu ul[data-depth="1"] {
  /*
  @media (min-width: 992px) {
      padding-left: 16.666667%;
  }


  */
}
#_desktop_top_menu #top-menu ul[data-depth="1"] > li {
  margin-bottom: 15px;
}
#_desktop_top_menu #top-menu a[data-depth="1"] {
  padding: 0;
}
#_desktop_top_menu #top-menu a[data-depth="2"] {
  padding: 0 0 0 10px;
  font-weight: 400;
  font-size: 13px;
}
#_desktop_top_menu #top-menu li:first-child {
  padding-left: 0;
}
#_desktop_top_menu #top-menu li:first-child a {
  padding-left: 0;
}
#_desktop_top_menu #top-menu li:last-child {
  padding-right: 0;
}
#_desktop_top_menu #top-menu li {
  display: inline-block;
  padding: 0 10px 0;
}
#_desktop_top_menu #top-menu li.current a[data-depth="0"], #_desktop_top_menu #top-menu li.active a[data-depth="0"] {
  color: #D4AAA0;
}
#_desktop_top_menu #top-menu li.current a[data-depth="0"]:after, #_desktop_top_menu #top-menu li.active a[data-depth="0"]:after {
  width: 99%;
  opacity: 1;
}
#_desktop_top_menu #top-menu li a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  padding: 10px 5px;
  text-transform: uppercase;
  color: #000;
}
#_desktop_top_menu #top-menu li a:hover {
  color: #D4AAA0;
}
#_desktop_top_menu #top-menu li a:hover:after {
  background-color: #D4AAA0;
}
#_desktop_top_menu #top-menu li a .navbar-toggler {
  display: none;
  left: 4px;
  transform: rotate(90deg);
  position: relative;
  top: -2px;
}
#_desktop_top_menu #top-menu li .popover.sub-menu {
  display: block !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  min-width: 100%;
  width: 100%;
  margin: 0 0 0 0;
  background: #D4AAA0;
}
#_desktop_top_menu #top-menu li .popover.sub-menu .container-submenu {
  margin: 0;
  padding: 40px 25px 0;
  overflow: hidden;
}
@media (min-width: 1600px) {
  #_desktop_top_menu #top-menu li .popover.sub-menu .container-submenu {
    padding: 70px 25px 0;
  }
}
#_desktop_top_menu #top-menu li .popover.sub-menu .container-submenu .product-flags {
  display: none;
}
#_desktop_top_menu #top-menu li .popover.sub-menu li {
  width: 100%;
  padding: 0;
}
#_desktop_top_menu #top-menu li .popover.sub-menu li .navbar-toggler {
  display: none;
}
#_desktop_top_menu #top-menu li .popover.sub-menu li a {
  color: white;
  font-weight: normal;
}
#_desktop_top_menu #top-menu li .popover.sub-menu li a:after {
  position: unset;
}
#_desktop_top_menu #top-menu li .popover.sub-menu li a:hover {
  color: white;
}
#_desktop_top_menu #top-menu li .popover.sub-menu li a:hover:after {
  background-color: white;
}
#_desktop_top_menu #top-menu li.active .popover.sub-menu {
  opacity: 1;
  visibility: visible;
}
#_desktop_top_menu #top-menu > li > a {
  padding: 22px 16px 25px;
}
#_desktop_top_menu #top-menu .top-menu > li {
  display: block;
}
#_desktop_top_menu #top-menu .top-menu a {
  font-weight: 700;
}
#_desktop_top_menu #top-menu .top-menu .top-menu {
  display: block;
}
#_desktop_top_menu #top-menu .top-menu .top-menu > li {
  max-width: 100%;
  flex: 0 0 100%;
}

.func-nav {
  display: flex;
  position: unset;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .func-nav {
    height: 50px;
  }
}
.func-nav a:hover {
  text-decoration: none;
  color: #D4AAA0;
}
.func-nav a:hover:after {
  display: none;
}
.func-nav > div {
  padding-left: 1vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.func-nav > div i {
  line-height: 22px;
  font-size: 17px;
}
@media (min-width: 1600px) {
  .func-nav #_mobile_cart,
  .func-nav #_desktop_cart {
    padding-left: 7px;
  }
}
.func-nav #_mobile_cart i,
.func-nav #_desktop_cart i {
  padding-right: 0;
  font-size: 20px;
}
@media (min-width: 1600px) {
  .func-nav #_mobile_user_info,
  .func-nav #_desktop_user_info {
    padding-left: 17px;
  }
}

/*
#_desktop_cart{
    width: 196px;

    @media (max-width: 1199px){
      width: auto;
    }
}
#_desktop_user_info{
    width: 200px;
    @media (max-width: 1199px){
      width: auto;
    }
}
*/
img.lazyload {
  transition: 0.4s all;
  opacity: 0;
}
img.lazyload.loaded {
  opacity: 1;
}

.blockcart {
  position: relative;
}
.blockcart #quickCartProducts {
  padding: 40px 17px 17px;
  width: 430px;
  position: absolute;
  background: white;
  right: 0;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
  transition: 0s all;
  z-index: 9;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts {
    width: calc(100vw - 25px);
  }
}
.blockcart #quickCartProducts.active {
  display: block;
}
.blockcart #quickCartProducts .total {
  margin-top: 20px;
  font-weight: 700;
}
.blockcart #quickCartProducts .cart-item {
  position: relative;
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .cart-item > div {
    flex-wrap: wrap;
  }
}
.blockcart #quickCartProducts .cart-item:last-child {
  margin: 0;
}
.blockcart #quickCartProducts .cart-items {
  overflow: auto;
  max-height: 64vh;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .cart-items {
    padding-right: 0;
  }
}
.blockcart #quickCartProducts .info-container {
  max-width: 190px;
  flex: 0 0 190px;
  align-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .info-container {
    max-width: calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    margin-right: 40px;
  }
}
.blockcart #quickCartProducts .product-line-name {
  display: block;
  width: 100%;
}
.blockcart #quickCartProducts .attribute {
  display: block;
}
.blockcart #quickCartProducts img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  max-width: 70px;
  flex: 0 0 70px;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts img {
    width: 40px;
    margin-right: 10px;
    height: 40px;
    max-width: 40px;
    flex: 0 0 40px;
  }
}
.blockcart #quickCartProducts .product-name {
  text-transform: uppercase;
}
.blockcart #quickCartProducts .price {
  font-weight: bold;
  display: inline;
  text-align: left;
}
.blockcart #quickCartProducts .product-quantity {
  display: inline;
}
.blockcart #quickCartProducts .actions-quickacrt {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .actions-quickacrt {
    margin-left: 50px;
    width: 100%;
    margin-top: 20px;
  }
}
.blockcart #quickCartProducts .qty-box {
  position: relative;
  bottom: 0;
  right: 0;
}
.blockcart #quickCartProducts .qty-box span {
  font-size: 21px;
  position: absolute;
  cursor: pointer;
  padding: 4px 8px;
  user-select: none;
}
.blockcart #quickCartProducts .qty-box span.down_qty {
  left: 0;
}
.blockcart #quickCartProducts .qty-box span.up_qty {
  right: 0;
  padding-top: 5px;
}
.blockcart #quickCartProducts .remove-from-cart {
  position: absolute;
  top: 0;
  right: 0;
}
.blockcart #quickCartProducts .remove-from-cart:hover {
  color: #DB3811;
}
.blockcart #quickCartProducts .remove-from-cart span#remove-button {
  color: #000;
  display: flex;
  align-items: center;
}
.blockcart #quickCartProducts .remove-from-cart span#remove-button:hover {
  color: #DB3811;
}
.blockcart #quickCartProducts .remove-from-cart span#remove-button i {
  font-size: 13px;
  padding-left: 5px;
}
.blockcart #quickCartProducts .qty_quickcart {
  width: 78px;
  height: 30px;
  text-align: center;
  padding: 0;
}
.blockcart #quickCartProducts .btn {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  text-align: center;
  background-color: #000;
  border-color: #000;
  color: white;
  font-weight: 700;
}
.blockcart #quickCartProducts .btn:hover, .blockcart #quickCartProducts .btn:focus {
  background-color: white;
  color: black;
}
.blockcart:hover #quickCartProducts, .blockcart.focused #quickCartProducts {
  opacity: 1;
  visibility: visible;
  transition: 0.2s all;
}
@media (max-width: 767px) {
  .blockcart:not(.focused):hover #quickCartProducts {
    display: none !important;
  }
}
.blockcart.forceFocused #quickCartProducts, .blockcart.forceFocused:hover #quickCartProducts {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.blockcart a {
  position: relative;
}
.blockcart i {
  font-size: 21px;
}
.blockcart .cart-products-count {
  display: inline-block;
  position: relative;
  background: #D4AAA0;
  color: #000;
  width: 13px;
  height: 13px;
  text-align: center;
  left: 10px;
  font-size: 8px;
  line-height: 13px;
  bottom: -5px;
  z-index: 2;
  border-radius: 50%;
}

.blockcart.cart-preview.inactive {
  cursor: not-allowed;
}

#mobile_top_menu_wrapper {
  flex-wrap: wrap;
  display: flex;
  height: 100vh;
  font-size: 17px;
  text-align: left;
  position: fixed;
  width: 100%;
  align-content: flex-start;
  z-index: 10009;
  background: #D4AAA0;
  overflow: auto;
  top: 0;
  color: white;
  padding-top: 75px;
  z-index: 9998;
}
#mobile_top_menu_wrapper h2 {
  margin-top: 0;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_categories h2 {
  display: none;
}
#mobile_top_menu_wrapper .category-top-menu > li {
  position: relative;
}
#mobile_top_menu_wrapper .category-top-menu a {
  font-size: 15px;
}
#mobile_top_menu_wrapper .navbar-toggler {
  right: 23px;
  text-align: right;
  position: absolute;
  top: 10px;
}
#mobile_top_menu_wrapper .navbar-toggler .icon-arrow_up {
  display: none;
}
#mobile_top_menu_wrapper .navbar-toggler .icon-arrow_down {
  display: block;
}
#mobile_top_menu_wrapper #_mobile_top_menu,
#mobile_top_menu_wrapper #_mobile_categories,
#mobile_top_menu_wrapper #_mobile_top_links,
#mobile_top_menu_wrapper #_mobile_contactlink {
  text-align: left;
  width: 100%;
  display: inline-block;
}
#mobile_top_menu_wrapper #_mobile_top_menu a,
#mobile_top_menu_wrapper #_mobile_top_menu .linkMobile,
#mobile_top_menu_wrapper #_mobile_categories a,
#mobile_top_menu_wrapper #_mobile_categories .linkMobile,
#mobile_top_menu_wrapper #_mobile_top_links a,
#mobile_top_menu_wrapper #_mobile_top_links .linkMobile,
#mobile_top_menu_wrapper #_mobile_contactlink a,
#mobile_top_menu_wrapper #_mobile_contactlink .linkMobile {
  height: 52px;
  padding: 15px 25px 13px;
  display: block;
  text-transform: uppercase;
  position: relative;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_social {
  width: 100%;
  display: flex;
  align-items: center;
}
#mobile_top_menu_wrapper #_mobile_social ul {
  margin: 10px 0 7px 10px;
  margin-left: 10px;
  display: flex;
  width: 100%;
}
#mobile_top_menu_wrapper #_mobile_social ul a {
  padding: 0 12px;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_top_menu {
  border-top: 1px solid #D4AAA0;
  padding-top: 20px;
}
#mobile_top_menu_wrapper #_mobile_top_menu li[data-depth="0"] a,
#mobile_top_menu_wrapper #_mobile_categories li[data-depth="0"] a {
  font-weight: 500;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_top_menu li[data-depth="1"] a,
#mobile_top_menu_wrapper #_mobile_categories li[data-depth="1"] a {
  font-weight: 400;
}
#mobile_top_menu_wrapper #_mobile_top_menu a,
#mobile_top_menu_wrapper #_mobile_top_menu .linkMobile,
#mobile_top_menu_wrapper #_mobile_categories a,
#mobile_top_menu_wrapper #_mobile_categories .linkMobile {
  border-bottom: 1px solid #cea399;
  font-weight: 400;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .backToParent,
#mobile_top_menu_wrapper #_mobile_top_menu li .allProducts,
#mobile_top_menu_wrapper #_mobile_categories li .backToParent,
#mobile_top_menu_wrapper #_mobile_categories li .allProducts {
  width: 100%;
}
#mobile_top_menu_wrapper #_mobile_top_menu li i,
#mobile_top_menu_wrapper #_mobile_categories li i {
  font-size: 13px;
  position: relative;
  right: 0;
  top: 0px;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .backToParent,
#mobile_top_menu_wrapper #_mobile_categories li .backToParent {
  text-transform: lowercase;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .backToParent i,
#mobile_top_menu_wrapper #_mobile_categories li .backToParent i {
  top: 1px;
  padding-right: 8px;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .allProducts a,
#mobile_top_menu_wrapper #_mobile_categories li .allProducts a {
  font-weight: 700;
}
#mobile_top_menu_wrapper .top-menu {
  width: 100%;
}
#mobile_top_menu_wrapper .top-menu > li {
  position: relative;
  color: white;
}
#mobile_top_menu_wrapper .float-xs-right {
  float: right;
}
#mobile_top_menu_wrapper .popover {
  z-index: 9;
  padding: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  top: 50px;
  background: white;
  overflow: auto;
  height: 100vh;
}
#mobile_top_menu_wrapper .popover a,
#mobile_top_menu_wrapper .popover .linkMobile {
  color: #D4AAA0 !important;
}
#mobile_top_menu_wrapper .popover a:after,
#mobile_top_menu_wrapper .popover .linkMobile:after {
  display: none !important;
}
#mobile_top_menu_wrapper .popover.active {
  display: block;
}
#mobile_top_menu_wrapper .js-top-menu-bottom {
  margin: 25px;
}
#mobile_top_menu_wrapper .js-top-menu-bottom li {
  display: flex;
}
#mobile_top_menu_wrapper .js-top-menu-bottom li::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 18px;
  background: white;
  margin: 0 10px;
}
#mobile_top_menu_wrapper .js-top-menu-bottom li:last-child:after {
  display: none;
}
#mobile_top_menu_wrapper .js-top-menu-bottom li img {
  filter: invert(1);
  fill: #fff;
  width: 20px;
  position: relative;
  top: -1px;
  margin-right: 11px;
}
#mobile_top_menu_wrapper .js-top-menu-bottom li.iglobe::after {
  display: none;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
  color: white;
  text-transform: uppercase;
}

#triggerSearch {
  cursor: pointer;
  transition: 0.4s all;
  color: #000;
}
#triggerSearch:hover {
  color: #D4AAA0;
}
@media (max-width: 991px) {
  #triggerSearch:hover {
    color: #000;
  }
}
#triggerSearch .icon-close {
  display: none;
}
#triggerSearch.active .icon-close {
  display: block;
}
#triggerSearch.active .icon-serach {
  display: none;
}

.mobile {
  display: flex;
  position: relative;
}
.mobile #menu-icon a {
  color: inherit;
  padding: 15px 8px 10px;
  display: block;
}
.mobile #menu-icon {
  left: 16px;
}
.mobile #_mobile_logo {
  left: calc(50% - 10px);
}
.mobile #triggerSearch {
  padding: 15px 10px;
}
.mobile #_mobile_cart {
  right: 66px;
}
.mobile #_mobile_cart i {
  font-size: 16px;
}

#_mobile_favouriteproducts {
  padding: 10px 24px;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
}
#_mobile_favouriteproducts a {
  color: white;
}
#_mobile_favouriteproducts a i {
  margin-right: 10px;
}

@media (max-width: 991px) {
  #_mobile_user_info {
    left: 44px;
    position: absolute;
    top: 13px;
    padding: 0;
    margin: 0;
  }
}

#_mobile_search {
  position: absolute;
  top: 0;
  transition: 0.6s top;
  z-index: 9;
  right: 145px;
}
#_mobile_search.active {
  top: 69px;
}
@media (min-width: 992px) {
  #_mobile_search {
    display: none;
  }
}

.alert,
#js-delivery .alert-danger {
  width: 100%;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  transition: 0.8s all;
  font-weight: 700;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 20px 0px;
  padding: 0px 10px;
  color: white;
}
.alert button,
#js-delivery .alert-danger button {
  color: white;
}
.alert.hidden,
#js-delivery .alert-danger.hidden {
  visibility: hidden;
  opacity: 0;
}
.alert > div,
#js-delivery .alert-danger > div {
  margin: auto;
  max-width: 1366px;
}
.alert ul,
#js-delivery .alert-danger ul {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.alert.alert-success,
#js-delivery .alert-danger.alert-success {
  background-color: #008867;
}
.alert.alert-danger,
#js-delivery .alert-danger.alert-danger {
  background-color: #DB3811;
}
.alert.alert-warning,
#js-delivery .alert-danger.alert-warning {
  background-color: #F38D28;
}
.alert.alert-info,
#js-delivery .alert-danger.alert-info {
  background-color: #00C2FF;
}
.alert .btn,
#js-delivery .alert-danger .btn {
  width: auto;
  padding: 0 10px;
  background: none;
  border: 0;
}

@media (max-width: 767px) {
  .links .collapse {
    display: none;
  }
  .links .collapse.in {
    display: block;
    margin-bottom: 25px;
  }
}

#dobra_marka {
  margin: 30px 0 -25px;
}
#dobra_marka img {
  width: 100%;
  max-width: 500px;
}

#footer {
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 40px;
}
#footer #topBox {
  background: #D4AAA0;
  padding-top: 40px;
  padding-bottom: 50px;
}
#footer #topBox .links {
  color: white;
}
#footer #topBox .links a,
#footer #topBox .links li,
#footer #topBox .links ul,
#footer #topBox .links i,
#footer #topBox .links h3 {
  color: white;
}
#footer #centralBox {
  background: white;
}
@media (min-width: 768px) {
  #footer #centralBox {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
#footer #centralBox {
  padding-top: 35px;
  padding-bottom: 0;
}
#footer #centralBox .inline li {
  display: inline-block;
}
@media (max-width: 767px) {
  #footer #centralBox .partner-logos ul {
    margin: auto;
    max-width: 310px;
  }
}
#footer #centralBox img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 50px;
  width: 50px;
  height: auto;
}
#footer #bottomBox {
  background: white;
  padding-top: 20px;
  padding-bottom: 10px;
}
#footer #bottomBox .copyright {
  text-transform: uppercase;
}
#footer #bottomBox .footer-social-links .block-social {
  margin: 30px 0;
}
#footer #bottomBox .footer-social-links .block-social i {
  font-size: 17px;
}
#footer #bottomBox .footer-social-links h3 {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
#footer {
  color: #000;
}
#footer a {
  color: #000;
}
#footer h3 {
  text-transform: uppercase;
  color: #000;
}
#footer .h3 {
  font-family: 700;
  margin: 10px 0;
  font-size: 16px;
  line-height: 33px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  display: block;
}
@media (min-width: 768px) {
  #footer .links .collapse {
    display: block;
  }
}
#footer .links > div {
  position: relative;
}
@media (max-width: 767px) {
  #footer .links > div {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  #footer .links > div .navbar-toggler {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#footer .links ul li {
  line-height: 30px;
}
@media (min-width: 768px) {
  #footer .links ul li {
    line-height: 25px;
  }
}
#footer .links ul li a {
  display: inline-block;
  line-height: 1;
  padding: 6px 0;
}
#footer .links ul li a:after {
  background-color: white;
}
#footer > .container {
  padding-top: 60px;
  padding-bottom: 55px;
}
#footer .block_newsletter {
  padding: 20px 0;
  background: #d3aca3;
}
@media (min-width: 576px) {
  #footer .block_newsletter {
    padding: 96px 0;
  }
}
@media (min-width: 768px) {
  #footer .block_newsletter {
    background: url(../img/newsletter_bg.webp) no-repeat;
    background-size: cover;
  }
}
#footer .block_newsletter #block-newsletter-label {
  text-align: left;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 420px;
  margin-bottom: 47px;
}
@media (max-width: 1199px) {
  #footer .block_newsletter #block-newsletter-label {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer .block_newsletter #block-newsletter-label {
    font-size: 22px;
  }
}
#footer .block_newsletter #block-newsletter-label2 {
  margin-bottom: 40px;
  max-width: 420px;
}
#footer .block_newsletter .input-wrapper {
  display: flex;
  margin-bottom: 10px;
}
#footer .block_newsletter input[type=email] {
  font-size: 14px;
  height: 29px;
  width: calc(100% - 116px);
  max-width: 465px;
  background: none;
  border: 1px solid white;
}
#footer .block_newsletter input::-webkit-input-placeholder {
  color: white;
}
#footer .block_newsletter input::-moz-placeholder {
  color: white;
}
#footer .block_newsletter input:-ms-input-placeholder {
  color: white;
}
#footer .block_newsletter input:-moz-placeholder {
  color: white;
}
#footer .block_newsletter input.btn {
  border: 1px solid white;
  color: white;
  text-align: center;
  font-size: 12px;
  height: 29px;
  line-height: inherit;
  padding: 0;
  max-width: 116px;
  width: 100%;
  font-weight: normal;
  left: -1px;
  position: relative;
  background: none;
}
#footer .block_newsletter input.btn:disabled {
  background: #D4D4D4 !important;
  color: #4d4d4d !important;
}
#footer .block_newsletter input.btn:hover {
  text-align: center;
  color: #000;
  border-color: #000;
}
#footer .block_newsletter div#gdpr_consent {
  margin-top: 15px;
}
#footer .block_newsletter .row {
  max-width: 600px;
}
#footer a.powered img {
  height: 16px;
  opacity: 0;
  margin-top: 8px;
  transition: all 0.3s;
}
#footer a.powered:after {
  display: none;
}
#footer a.powered:hover img {
  opacity: 1;
  transition: all 0.3s;
}

.globalBenefits li {
  display: flex;
  flex: 100% 0 0;
  width: 100%;
  align-items: center;
  padding: 5px 0;
}
.globalBenefits li i {
  font-size: 20px;
  display: inline-flex;
  padding-right: 20px;
}

#contact .contact-section {
  max-width: 575px;
  width: 100%;
  margin: auto;
  margin-bottom: 100px;
}
#contact .contactStore {
  margin-bottom: 47px;
}
#contact .contactStore a {
  display: inline-block;
  line-height: 1;
}
#contact .contactStore p {
  line-height: 25px;
}
#contact .contactStore #firstElement {
  padding-bottom: 5px;
  text-transform: uppercase;
}
#contact textarea {
  height: 150px;
}
#contact #_mobile_contactinfo {
  margin-bottom: 28px;
}
#contact #_mobile_contactinfo h3 {
  margin-top: 0;
}

.form-group.row.subject-mail {
  display: none;
}

#wrapper {
  min-height: calc(100vh - 100px);
  transition: 0.9s ease;
  opacity: 1;
}
@media (min-width: 1200px) {
  #wrapper.menuHovered::after {
    position: fixed;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
}

#product .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb {
  margin-top: 30px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  font-size: 12px;
}
.breadcrumb .back i {
  position: relative;
  top: 0px;
  font-size: 10px;
  padding-right: 9px;
}
.breadcrumb .back {
  font-weight: 700;
  margin-right: 25px;
  text-transform: lowercase;
  line-height: 1;
}
.breadcrumb:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 37px;
  width: 37px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.breadcrumb ol {
  width: 100%;
  display: flex;
  overflow-x: auto;
  position: relative;
}
.breadcrumb ol li {
  max-width: 100%;
  margin-right: 7px;
  text-transform: none;
  display: flex;
  padding: 0px 0 10px 0;
}
.breadcrumb ol li:last-child {
  padding-right: 40px;
}
.breadcrumb ol li:after {
  content: "\e906";
  font-size: 7px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #D4AAA0;
  position: relative;
  top: 3px;
  padding-left: 8px;
}
.breadcrumb ol li a {
  color: #D4AAA0;
  font-weight: 400;
  line-height: 1;
}
.breadcrumb ol li a:hover {
  color: #000;
}
.breadcrumb ol li:last-child:after {
  display: none;
}

#cms.cms-id-4 #wrapper {
  background-color: #D4AAA0;
  background-color: #d09f90;
  color: white;
}
#cms.cms-id-4 #wrapper h1,
#cms.cms-id-4 #wrapper a,
#cms.cms-id-4 #wrapper li,
#cms.cms-id-4 #wrapper a,
#cms.cms-id-4 #wrapper span,
#cms.cms-id-4 #wrapper i {
  color: white;
}
#cms.cms-id-4 #wrapper img {
  width: 100%;
}
#cms.cms-id-4 #wrapper p {
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 992px) {
  #cms.cms-id-4 #wrapper p {
    font-size: 18px;
    line-height: 150%;
  }
}
#cms.cms-id-4 #wrapper .breadcrumb:after {
  display: none;
}
#cms.cms-id-4 #footer {
  margin: 0;
}

#cms header h1 {
  text-align: left;
}
#cms .page-content.page-cms {
  max-width: 100%;
}
@media (min-width: 992px) {
  #cms .page-content.page-cms {
    width: 70%;
  }
}
#cms .page-content.page-cms a {
  text-decoration: underline;
}
#cms .page-content.page-cms ol,
#cms .page-content.page-cms ul {
  padding-left: 25px;
}
#cms .page-content.page-cms.page-cms-4 {
  max-width: 100%;
  width: 100%;
}
#cms .page-content.page-cms.page-cms-4 .row > div {
  margin-bottom: 55px;
}
#cms .page-content.page-cms.page-cms-4 .row .logo_cms {
  max-width: 350px;
  display: block;
  margin: auto;
}
#cms .page-content.page-cms.page-cms-4 .row h1 {
  margin: 90px 0 25px 0;
}
#cms .page-content.page-cms.page-cms-8 a {
  text-decoration: none;
  line-height: 1;
}

#cms #main {
  width: 100%;
}
@media (max-width: 991px) {
  #cms #main {
    width: 100%;
  }
}
#cms #content li {
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 5px;
}
#cms #content ol li {
  list-style-type: decimal;
}
#cms #content a {
  display: inline-block;
}
#cms #content a:hover {
  color: #000;
}

#authentication .forgot-password {
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  padding-top: 3px;
}
#authentication .forgot-password a:after {
  display: none;
}
#authentication .register-form .box {
  margin-top: 5px;
}
#authentication .register-form .password.password {
  display: block !important;
}
#authentication .register-form,
#authentication .login-form {
  max-width: 575px;
  width: 100%;
  margin: auto;
  text-align: center;
}
#authentication .register-form .box,
#authentication .login-form .box {
  padding-top: 25px;
  margin-bottom: 0;
}
#authentication .register-form > p,
#authentication .login-form > p {
  width: 100%;
}
#authentication .no-account {
  margin-top: 17px;
  text-transform: uppercase;
  max-width: 575px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 25px;
}
#authentication .no-account a {
  align-items: center;
}
#authentication .no-account a:after {
  display: none;
}
#authentication .no-account a:hover i {
  left: 6px;
  transition: all 0.3s;
}
#authentication .no-account a i {
  padding-left: 6px;
  font-size: 12px;
  position: relative;
  left: 0;
  transition: 0.3s;
}

#guest-tracking .guest-tracking-form {
  max-width: 575px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.fblogin {
  cursor: pointer;
  margin-top: 10px;
  max-width: 270px;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.fblogin .btn {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: white;
  width: 100%;
}
.fblogin .btn span {
  color: white;
  position: relative;
}
.fblogin .btn span i {
  position: absolute;
  top: -5px;
  left: -37px;
  font-size: 28px;
}
.fblogin .btn:hover {
  background-color: white;
  color: #3b5998;
}
.fblogin .btn:hover span {
  color: #3b5998;
}

.category-cover img {
  width: 100%;
}

#colectionList h1,
#archives h1 {
  margin-top: 55px;
  margin-bottom: 40px;
}
#colectionList .item-container,
#archives .item-container {
  position: relative;
}
#colectionList .item-container:hover button,
#colectionList .item-container:hover .btn,
#archives .item-container:hover button,
#archives .item-container:hover .btn {
  background-color: white;
  color: #D4AAA0;
}
#colectionList .item-container .item-description,
#archives .item-container .item-description {
  position: absolute;
  bottom: 15%;
  left: 6%;
}
#colectionList .item-container button,
#colectionList .item-container .btn,
#archives .item-container button,
#archives .item-container .btn {
  line-height: 26px;
  height: 30px;
  width: 170px;
  padding: 0;
}
@media (min-width: 768px) {
  #colectionList .item-container button,
  #colectionList .item-container .btn,
  #archives .item-container button,
  #archives .item-container .btn {
    width: 375px;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
  }
}
#colectionList .item-container a,
#archives .item-container a {
  display: block;
}
#colectionList .item-container a:after,
#archives .item-container a:after {
  display: none;
}
#colectionList .item-container a img,
#archives .item-container a img {
  width: 100%;
  height: auto;
  line-height: 1;
  display: block;
}
#colectionList .item-container a video,
#archives .item-container a video {
  width: 100%;
  height: auto;
  line-height: 1;
  display: block;
}

#password .page-footer ul li {
  text-align: center;
}
#password .page-footer ul li a {
  display: inline-block;
}
#password .forgotten-password {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#password .forgotten-password form.form-footer {
  display: flex;
}
#password .forgotten-password form.form-footer button .form-control-submit {
  margin: 0 auto;
}
#password #content .ps-alert-success .item p {
  width: fit-content;
  margin: 0 auto;
}
#password .center-email-fields .form-control-label {
  left: 30%;
}
#password .center-email-fields .email {
  display: flex;
}
#password .center-email-fields .email #email {
  margin: 0 auto;
}
#password .send-renew-password-link {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 65px;
}
#password .renew-password > div {
  margin-bottom: 10px;
}

.block-myaccount a {
  line-height: 25px;
  text-transform: lowercase;
}

.notification-product-list li {
  border: 2px solid black;
  margin-bottom: 10px;
}
.notification-product-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-product-list li a img {
  width: 100%;
  padding-right: 20px;
}

.links.myaccount {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.links.myaccount li {
  padding-bottom: 16px;
}
.links.myaccount li a {
  width: 100%;
  border: 2px solid black;
  background-color: white;
  color: black;
  text-align: center;
  line-height: 2.6;
  text-transform: uppercase;
}
.links.myaccount li a:hover {
  color: white;
  background: black;
  text-align: center;
}
.links.myaccount li a:hover:after {
  display: none;
}
.links.myaccount .greeting {
  line-height: 21px;
}

#addresses .box {
  margin: 0 0 20px !important;
}
#addresses .address {
  border: 2px solid #000;
}
#addresses .address-body h4 {
  font-weight: bold;
}
#addresses .address-footer {
  padding: 10px 20px;
  background: #dddddd;
  display: flex;
  margin: 10px -20px -20px;
}
#addresses .address-footer a,
#addresses .addresses-footer a {
  margin-right: 15px;
}
#addresses .address-footer a span,
#addresses .addresses-footer a span {
  padding-right: 7px;
}
#addresses .address-footer a i,
#addresses .addresses-footer a i {
  font-size: 14px;
}

.address-item .box {
  border: 2px solid #F3F3F3;
  padding: 10px;
}
.address-item.selected .box {
  border: 2px solid #008867;
}
.address-item.selected .box .custom-radio input:checked ~ span:nth-child(2) {
  border-color: #008867;
}
.address-item.selected .box .custom-radio input:checked ~ span:nth-child(2):before {
  background: #008867;
}

a.js-cancel-address.cancel-address {
  padding-left: 19px;
}
@media (max-width: 767px) {
  a.js-cancel-address.cancel-address {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    display: block;
  }
}

.block-myaccount .top-menus li.active a {
  color: #4d4d4d;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -9px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 24px;
  }
}
@media (min-width: 1600px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -9px;
  }
}

.owl-carousel .owl-nav button.owl-next {
  right: -10px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 24px;
  }
}
@media (min-width: 1600px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(37% - 30px);
  outline: none;
}

.owl-dots {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  z-index: 99999999;
  position: relative;
}

button.owl-dot {
  margin-right: 3px;
  outline: none;
  width: 10px;
  height: 10px;
}

button.owl-dot span {
  width: inherit;
  height: inherit;
  background: transparent;
  border: 1px solid #4d4d4d;
  display: block;
  border-radius: 50%;
  outline: none;
  transition: 0.4s all;
}

button.owl-dot.active span {
  background: transparent;
  outline: none;
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
}

button.owl-dot:hover span {
  background: #000;
  border: 1px solid #000;
  transition: 0.4s all;
}

.owl-nav {
  font-size: 20px;
}
.owl-nav button {
  width: 30px;
  display: block;
  height: 30px;
}
.owl-nav button.disabled {
  color: #4d4d4d !important;
}
.owl-nav button.disabled i {
  cursor: not-allowed !important;
  display: none;
}
.owl-nav button i {
  transition: 0.4s all;
  font-size: 15px;
  font-weight: bold;
}
.owl-nav button.owl-prev {
  margin-left: -33px;
}
@media (max-width: 767px) {
  .owl-nav button.owl-prev {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .owl-nav button.owl-prev {
    margin-left: 5px;
  }
}
.owl-nav button.owl-next {
  margin-right: -33px;
}
@media (max-width: 767px) {
  .owl-nav button.owl-next {
    margin-right: 5px;
  }
}
.owl-nav button:hover i {
  color: #D4AAA0;
}

#_desktop_top_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#_desktop_top_links ul li {
  display: inline-block;
  padding-right: 18px;
  padding-left: 18px;
}
#_desktop_top_links ul li:last-child {
  padding-right: 0;
}
@media (min-width: 1600px) {
  #_desktop_top_links ul li {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/*
#_desktop_search {

    text-align: right;

    @media (min-width: 992px) {
        width: 320px;
    }

    @media (min-width: 1200px) {
        width: 202px;
    }

    @media (min-width:1340px) {
        width: 290px; 
    }

    @media (min-width: 1600px) {
        width: 360px;
    }


    @media (max-width: 991px) {
        display: none;
    }
}
*/
.search {
  position: relative;
}

#search_widget {
  width: 100%;
  margin: 0;
  z-index: 999999;
  top: 0px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  align-content: flex-start;
  justify-content: center;
  left: 0;
  background: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  padding-top: 110px;
}
@media (min-width: 768px) {
  #search_widget {
    top: 0;
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  #search_widget {
    top: 0;
  }
}
#search_widget .results {
  max-width: 575px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
#search_widget .results ul {
  overflow-y: auto;
  margin-top: 10px;
  height: 45vh;
  display: none;
}
#search_widget .results ul.active {
  display: block;
}
#search_widget .results ul li {
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px solid #fff7f6;
}
#search_widget .results ul li a {
  display: inline-block;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#search_widget .results ul li a span {
  display: block;
  flex: 0 0 calc(100% - 90px);
}
#search_widget .results ul li a span:after {
  content: " ";
  width: 0;
  display: block;
  height: 1px;
  bottom: -5px;
  transition: 0.4s all;
  opacity: 0;
  background-color: #D4AAA0;
  position: relative;
}
#search_widget .results ul li a:after {
  display: none;
}
#search_widget .results ul li a img {
  margin-right: 20px;
  width: 60px;
  display: inline-block;
}
#search_widget .results ul li a:hover span:after {
  transition: 0.4s all;
  width: 99%;
  opacity: 1;
}
#search_widget > div {
  position: relative;
}
#search_widget .close {
  z-index: 9999;
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 16px;
  padding: 20px;
}
@media (max-width: 767px) {
  #search_widget .close {
    top: -80px;
  }
}
#search_widget .h1 {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  #search_widget .h1 {
    font-size: 22px;
  }
}
#search_widget.active {
  opacity: 1;
  visibility: visible;
}
#search_widget .formbox {
  position: relative;
  text-align: center;
}
#search_widget .formbox form {
  position: relative;
}
#search_widget input {
  width: calc(100% - 36px);
  max-width: 100%;
  padding: 0 54px;
  height: 60px;
}
@media (max-width: 575px) {
  #search_widget input {
    max-width: 100%;
  }
}
#search_widget form {
  display: inline-block;
  min-width: 620px;
}
@media (max-width: 575px) {
  #search_widget form {
    min-width: 100%;
  }
}
#search_widget form button {
  line-height: 14px;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 19px;
  color: #D4AAA0;
  transition: 0.4s all;
  right: 0;
  top: 15px;
  position: absolute;
  border: 0;
  background: 0;
  top: 0;
  width: auto;
}
#search_widget form button:hover {
  color: #000;
}
#search_widget form i {
  position: relative !important;
}
#search_widget form input {
  padding: 10px 23px;
}
#search_widget .close:hover::after {
  display: none;
}
#search_widget .close:hover {
  text-decoration: none;
}

#categoryTiles .item {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  #categoryTiles .item {
    max-width: 100%;
  }
}

#identity .form-group.password {
  margin-bottom: 20px;
}

#sliderHome2,
#sliderHome {
  display: block;
  opacity: 0;
  transition: 0.4s all;
}
#sliderHome2.owl-loaded,
#sliderHome.owl-loaded {
  opacity: 1;
}
@media (max-width: 767px) {
  #sliderHome2,
  #sliderHome {
    margin-bottom: 30px;
  }
}
#sliderHome2 img,
#sliderHome img {
  -o-object-fit: cover;
  object-fit: cover;
}
#sliderHome2 .desc,
#sliderHome .desc {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  z-index: 9;
  position: absolute;
  color: white;
  max-width: 510px;
  width: calc(100% - 30px);
}
#sliderHome2 .desc > *,
#sliderHome .desc > * {
  flex: 0 0 100%;
  max-width: 100%;
}
#sliderHome2 .desc p,
#sliderHome .desc p {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
}
#sliderHome2 .desc p a,
#sliderHome .desc p a {
  text-shadow: none;
}
#sliderHome2 .desc p a:after,
#sliderHome .desc p a:after {
  display: none !important;
}
#sliderHome2 .desc h1,
#sliderHome2 .desc h2,
#sliderHome2 .desc h3,
#sliderHome .desc h1,
#sliderHome .desc h2,
#sliderHome .desc h3 {
  margin-top: 0;
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#sliderHome2 a:after,
#sliderHome a:after {
  display: none !important;
}

.featured-products {
  position: relative;
  margin-top: 40px;
  padding: 15px 0 40px;
}
.featured-products .products {
  display: block;
  opacity: 0;
  transition: 0.4s all;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .featured-products .products {
    padding-right: 68px;
  }
  .featured-products .products button.owl-next {
    right: 46px;
  }
}
@media (min-width: 992px) {
  .featured-products .products {
    padding-left: 75px;
  }
}
@media (max-width: 575px) {
  .featured-products .products {
    margin-left: -13px;
    margin-right: -13px;
    width: calc(100% + 26px);
  }
}
.featured-products .products.owl-loaded {
  opacity: 1;
}
.featured-products .products .owl-dots {
  margin-top: -54px;
}
.featured-products .products.owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 8;
}
@media (max-width: 575px) {
  .featured-products .products.owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-products .products.owl-carousel .owl-stage-outer:hover {
  z-index: 1099999;
}
.featured-products .headerGroup {
  text-align: left;
  position: relative;
  display: block;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  /* display: block; */
  margin-bottom: 60px;
  display: flex;
  flex: 100% 0 0;
  align-content: center;
  /* height: max-content; */
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .featured-products .headerGroup {
    display: block;
    margin-bottom: 50px;
  }
}
.featured-products .headerGroup h1 {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .featured-products .headerGroup h1 {
    text-align: left;
  }
}
.featured-products .headerGroup .all-product-link {
  text-transform: lowercase;
  color: #000;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.featured-products .headerGroup .all-product-link:before {
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 8px;
  transition: all 0.6s;
  position: absolute;
  right: -15px;
  top: 2px;
  line-height: 1;
}
.featured-products .headerGroup .all-product-link:hover:before {
  right: -23px;
}

.tiles img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tiles .row > div.txt {
  display: flex;
  padding: 40px 80px;
  flex-wrap: wrap;
  align-content: center;
}
.tiles .row > div.txt > * {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .tiles .row > div.txt {
    padding: 20px;
    order: 9999999999;
  }
}
.tiles .row > div.txt h1 {
  margin-top: 0;
}
.tiles .row > div.txt.left {
  padding-left: 0;
}
.tiles .row > div.aqua {
  background: #D4AAA0;
}

@media (max-width: 767px) {
  .box {
    padding: 5px;
    border: 1px solid #F3F3F3;
  }
}

.product-flags {
  display: flex;
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px;
  flex-wrap: wrap;
}
.product-flags li {
  line-height: 1;
  text-transform: uppercase;
  padding: 4px 17px 4px;
  text-align: center;
  display: inline;
  margin-right: 5px;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 4px;
}
.product-flags .discount {
  background-color: #000;
  color: white;
}
.product-flags .new {
  background-color: #D4AAA0;
  color: white;
}
.product-flags .on-sale {
  background-color: #F38D28;
}
.product-flags .coming-soon {
  box-shadow: inset 0 0 0 2px black;
}

.showMore {
  position: relative;
  display: block;
}
.showMore:hover {
  color: #D4AAA0;
}
.showMore span {
  position: relative;
  z-index: 1;
  transition: 0.4s border-color;
  font-weight: 700;
}
.showMore i {
  top: 1px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .showMore i {
    font-size: 11px;
  }
}

.product-color {
  text-align: center;
  line-height: 23px;
  height: 23px;
}

.data-sheet .product-color {
  font-size: 14px;
  line-height: 33px;
  height: 33px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.box-security {
  margin-top: 0px;
}
.box-security img {
  height: 24px;
  margin-top: 17px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  width: auto;
}

#index #footer {
  margin-top: 0;
}

#footer .box-security {
  margin: auto;
  margin-top: 38px;
}

#history table,
#module-ds_orderfiles-list table {
  line-height: 1;
  margin-top: 25px;
  width: 100%;
}
#history table .order-actions a,
#module-ds_orderfiles-list table .order-actions a {
  display: block;
  padding: 6px 0;
  overflow: hidden;
}
#history table .order-actions a:after,
#module-ds_orderfiles-list table .order-actions a:after {
  display: none;
}
#history table,
#module-ds_orderfiles-list table {
  border: 1px solid #F3F3F3;
  font-size: 14px;
  border-collapse: collapse;
}
#history table thead th,
#history table tfoot th,
#module-ds_orderfiles-list table thead th,
#module-ds_orderfiles-list table tfoot th {
  font-weight: bold;
  padding: 17px 5px;
  border: 1px solid #F3F3F3;
  vertical-align: middle;
  text-align: center;
}
#history table caption,
#module-ds_orderfiles-list table caption {
  padding: 5px;
}
#history table th,
#history table td,
#module-ds_orderfiles-list table th,
#module-ds_orderfiles-list table td {
  padding: 6px 5px;
  border: 1px solid #F3F3F3;
  text-align: center;
  vertical-align: middle;
  height: 42px;
  min-height: 42px;
}
#history .orders,
#module-ds_orderfiles-list .orders {
  margin-top: 20px !important;
}
#history .order.box,
#module-ds_orderfiles-list .order.box {
  padding: 15px;
}
#history .order-func,
#module-ds_orderfiles-list .order-func {
  padding-top: 15px;
}

#history .orders .order,
#module-ds_orderfiles-list .orders .order {
  border: 1px solid #f1f1f1;
  padding: 15px 20px 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #history .orders .order,
  #module-ds_orderfiles-list .orders .order {
    padding: 20px;
  }
}
#history .orders .order .line,
#module-ds_orderfiles-list .orders .order .line {
  margin-bottom: 5px;
}
#history .orders .order .number,
#module-ds_orderfiles-list .orders .order .number {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#history .orders .order .status,
#module-ds_orderfiles-list .orders .order .status {
  margin: 0 0 20px 0 !important;
}
#history .orders .order .btn,
#module-ds_orderfiles-list .orders .order .btn {
  margin-bottom: 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #history .orders .order .btn::after,
  #history .orders .order a::after,
  #module-ds_orderfiles-list .orders .order .btn::after,
  #module-ds_orderfiles-list .orders .order a::after {
    display: none;
  }
}
#history .orders .order .btn,
#history .orders .order .btn:hover,
#history .orders .order .btn-primary,
#module-ds_orderfiles-list .orders .order .btn,
#module-ds_orderfiles-list .orders .order .btn:hover,
#module-ds_orderfiles-list .orders .order .btn-primary {
  overflow: hidden;
}
@media (max-width: 767px) {
  #history .orders .order .btn,
  #history .orders .order .btn:hover,
  #history .orders .order .btn-primary,
  #module-ds_orderfiles-list .orders .order .btn,
  #module-ds_orderfiles-list .orders .order .btn:hover,
  #module-ds_orderfiles-list .orders .order .btn-primary {
    line-height: 32px;
    height: 32px;
    width: 240px;
  }
}

#order-detail,
#guest-tracking {
  line-height: 1.3;
  font-size: 14px;
}
#order-detail h4,
#guest-tracking h4 {
  border-bottom: 1px solid #DADADA;
  font-weight: 700;
  padding: 0 0 10px 0;
  margin-bottom: 14px;
}
#order-detail small,
#guest-tracking small {
  font-size: 11px;
}
#order-detail .box,
#guest-tracking .box {
  padding: 15px;
  background: #F3F3F3;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#order-detail .addresses,
#guest-tracking .addresses {
  margin-top: 15px;
  margin-bottom: 15px;
}
#order-detail table,
#guest-tracking table {
  width: 100%;
}
#order-detail .thead-default,
#guest-tracking .thead-default {
  text-align: left;
}
#order-detail .line-products td,
#guest-tracking .line-products td {
  padding-top: 20px;
}
#order-detail .line-products td:last-child,
#guest-tracking .line-products td:last-child {
  border-top: 1px solid #DADADA;
}
#order-detail .order-message-form header,
#guest-tracking .order-message-form header {
  margin-bottom: 20px;
}
#order-detail td,
#guest-tracking td {
  padding: 6px 0;
}
#order-detail th,
#guest-tracking th {
  border-bottom: 1px solid #D4D4D4;
  padding: 10px 0;
}

.add-to-cart {
  outline: 0;
  position: relative;
  width: 223px;
  overflow: hidden;
  border-color: #000;
  background: #000;
  color: white;
}
.add-to-cart:hover {
  background: none;
  color: #000;
  border-color: #000;
}
@media (max-width: 400px) {
  .add-to-cart {
    width: 190px;
  }
}
.add-to-cart.greenBg {
  background: #008867;
  color: white;
}
.add-to-cart em {
  font-style: normal;
  line-height: 49px;
  backface-visibility: hidden;
  transition: transform 0.3s;
  position: absolute;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.add-to-cart svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(50%) translateY(-50%);
  transition: transform 0.3s;
}
.add-to-cart.is-added em {
  color: transparent;
  transform: translateX(-100%);
  transition: transform 0s;
}
.add-to-cart.is-added svg {
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0s;
}

.qty input[type=text] {
  text-align: center;
  padding: 9px 0;
  float: left;
  text-indent: -1px;
  margin-bottom: 0;
  width: 55px;
  height: 35px;
  background-color: white;
  border: 1px solid #D4D4D4;
  font-weight: 400;
}
@media (max-width: 400px) {
  .qty input[type=text] {
    width: 50px;
  }
}

.product-add-to-cart .qty input[type=text] {
  width: 78px;
  height: 60px;
  background-color: white;
  border: 1px solid #000;
  font-weight: 700;
}

.ui-widget-content {
  border: 2px solid #000;
  font-size: 15px;
  padding: 13px 14px;
  max-width: 419px;
  width: calc(100% - 34px) !important;
}
.ui-menu {
  border-radius: 0 !important;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
  font-family: "Montserrat", sans-serif !important;
}
.ui-menu .ui-menu-item .ui-state-focus {
  background: #D4AAA0 !important;
  color: white !important;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0;
}
.ui-menu .ui-menu-item a {
  display: flex;
  align-items: center;
  padding: 7px;
  text-transform: lowercase;
}
.ui-menu .ui-menu-item a img {
  margin-right: 15px;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  width: 35px;
}

.page-not-found #search_widget {
  margin-top: 20px;
  max-width: 600px;
}
.page-not-found #search_widget button {
  top: 4px;
}

#_mobile_contact_link {
  padding: 18px;
  width: 100%;
}

#index {
  padding-top: 0;
}
#index .aboutUs-container {
  padding: 15px 0 29px;
}
#index .aboutUs-container h1 {
  margin-bottom: 30px;
}
#index .aboutUs-container img {
  width: 100%;
}
#index .aboutUs-container p {
  text-align: center;
  margin-bottom: 30px;
  max-width: 450px;
  margin: auto;
  font-size: 12px;
}
@media (min-width: 768px) {
  #index .aboutUs-container p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #index .aboutUs-container p {
    text-align: left;
  }
}
#index .aboutUs-container p .all-product-link {
  font-size: 12px;
}
@media (min-width: 768px) {
  #index .aboutUs-container p .all-product-link {
    font-size: 14px;
    padding-right: 2px;
  }
  #index .aboutUs-container p .all-product-link:before {
    top: 3px;
  }
}
#index #wrapper {
  min-height: auto;
}
#index .elementor img {
  width: 100%;
}
@media (max-width: 575px) {
  #index .elementor img {
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#index h2.display-1 {
  display: none !important;
}
#index .caption-description {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
#index .caption-description h2,
#index .caption-description p {
  color: white;
  max-width: 100%;
}
#index .caption-description a {
  color: white;
}
#index .caption-description p a {
  display: block;
}
@media (max-width: 575px) {
  #index .caption-description p {
    font-size: 10px;
    line-height: 14px;
  }
}
#index .caption-description h2 {
  font-size: 80px;
  line-height: 80px;
  max-width: 600px;
}
@media (max-width: 1199px) {
  #index .caption-description h2 {
    font-size: 6vw;
    line-height: 6vw;
  }
}
@media (max-width: 575px) {
  #index .caption-description h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
#index main #notifications.alerts {
  position: relative;
  z-index: 9999;
  opacity: 1;
}
#index main #notifications.hidden {
  opacity: 0;
  height: 0;
  animation: fadeout 1s ease;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#module-przelewy24-paymentConfirmation .p24-more-stuff {
  display: none !important;
}

#gdpr_consent .custom-radio,
#gdpr_consent .custom-checkbox,
.gdpr .custom-radio,
.gdpr .custom-checkbox {
  align-items: flex-start;
}
#gdpr_consent .checkbox-inline,
.gdpr .checkbox-inline {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}
#gdpr_consent p,
.gdpr p {
  line-height: 16px;
  margin-bottom: 0 !important;
}
#gdpr_consent a,
.gdpr a {
  text-decoration: underline;
}
#gdpr_consent a::after,
.gdpr a::after {
  display: none;
}

.elementor-column-gap-default .elementor-element-populated {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  width: 100%;
  max-width: 100%;
}

#search_filters .ui-widget-header {
  background: #000;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: left 0.6s ease-in-out;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img {
  line-height: 1;
}

@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.active.right,
  .carousel-inner > .carousel-item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active.left,
  .carousel-inner > .carousel-item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active,
  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right {
    left: 0;
    transform: translateZ(0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 576px) {
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.countdown p {
  color: #D4D4D4;
}
.countdown .countdown-row.countdown-amount {
  width: auto;
  border: 2px solid #F3F3F3;
  min-height: 30px;
  line-height: 26px;
  padding: 0px 12px;
  border-radius: 7px;
  margin-top: 3px;
}

.elementor-image img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
}

.modal {
  outline: none;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  color: #000;
  display: none;
  align-items: center;
}
@media (max-width: 767px) {
  .modal {
    text-align: center;
  }
}
.modal .modal-header {
  text-align: center;
}
.modal .modal-title {
  border: 2px solid #D4AAA0;
  padding: 3px 15px;
  color: #D4AAA0;
  display: inline-block;
}
.modal .desc {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10%;
}
.modal .modal-content {
  width: 100%;
}
.modal .close-popup {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  padding: 0;
  margin: 0;
}
.modal .close-popup span {
  left: 14px;
  top: 3px;
  background: #D4AAA0;
  width: 2px;
  height: 22px;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
}
.modal img {
  width: 100%;
  max-width: 186px;
}
.modal .modal-dialog {
  max-width: 1216px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: white;
  display: flex;
  align-items: center;
  padding: 20px;
}
.modal .cart-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal p {
  padding-bottom: 7px;
}
.modal .label {
  color: #D4D4D4;
}
.modal .between p {
  display: flex;
  justify-content: space-between;
}
.modal .cart-content-btn {
  display: flex;
  justify-content: flex-end;
}
.modal a,
.modal button {
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 60px;
  margin-left: 50px;
}
.modal a:hover,
.modal button:hover {
  color: #000;
  line-height: 30px;
  height: 30px;
  padding: 0 60px;
}
.modal a:after,
.modal button:after {
  display: none;
}
.modal .close {
  line-height: normal;
  margin: 0;
  position: absolute;
  right: 0;
  padding: 20px;
  top: 0;
  height: auto;
}
.modal .close:hover {
  padding: 20px;
  line-height: normal;
  height: auto;
}
.modal strong {
  display: block;
  line-height: 21px;
  margin-bottom: 30px;
}

.elementor-editor-active #wrapper {
  z-index: 9999;
  position: relative;
  margin-top: 0 !important;
}
.elementor-editor-active #header {
  position: relative !important;
  top: 0 !important;
}
.elementor-editor-active #sliderHome {
  opacity: 1 !important;
}
.elementor-editor-active #cms_header,
.elementor-editor-active .backLink {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .elementor-editor-active.image-to-left #wrapper {
    margin-left: -75px;
    width: calc(100% + 75px);
  }
}

#_desktop_ds_location {
  padding: 0 40px 0 0 !important;
}
#_desktop_ds_location span {
  max-width: 68px !important;
}
#_desktop_ds_location em {
  display: block;
  width: 100%;
}
#_desktop_ds_location a {
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: normal;
}
#_desktop_ds_location i {
  font-size: 17px;
  margin-right: 7px;
}

#_mobile_ds_location {
  position: absolute;
  left: 13px;
}
#_mobile_ds_location a {
  color: white !important;
}

#ds_location-modal {
  left: 0;
  background: rgba(0, 0, 0, 0.1) !important;
}
#ds_location-modal > div {
  background: white;
  min-height: 90vh;
  margin: auto !important;
}
#ds_location-modal .modal-content {
  height: 100%;
}
#ds_location-modal .modal-body {
  padding: 0 8px;
  max-height: calc(90vh - 170px) !important;
  overflow-y: auto;
}
#ds_location-modal .h2 {
  padding: 0 8px 40px !important;
}
#ds_location-modal .close {
  right: 2px !important;
  top: 2px !important;
}
#ds_location-modal a {
  color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
#ds_location-modal a.active {
  color: #D4AAA0 !important;
}

#miniTextSlider {
  text-transform: uppercase;
}
#miniTextSlider p {
  cursor: default;
}

.offline {
  max-width: 100%;
  font-size: 16px;
}
.offline #content {
  max-width: 100%;
  flex: 0 0 100%;
}
.offline .pcolor {
  background-color: rgba(194, 132, 120, 0.7);
  z-index: 999;
  color: white;
}
.offline {
  letter-spacing: 1px;
  color: white;
}
.offline h1 {
  margin-top: 65px;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  letter-spacing: 3px;
  color: white;
  text-align: left;
}
@media (min-width: 992px) {
  .offline h1 {
    letter-spacing: 6px;
    font-size: 23px;
  }
}
.offline .slider {
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.offline .slider h3 {
  font-size: 16px;
  color: white;
  word-break: break-word;
}
.offline p#countdown {
  text-align: left;
  font-size: 26px;
  display: block;
  line-height: 1;
  margin-top: 45px;
  margin-bottom: 30px;
  letter-spacing: 5px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .offline p#countdown {
    font-size: 40px;
  }
}
.offline .logo {
  text-align: left;
  max-width: 300px;
  width: 220px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
@media (min-width: 992px) {
  .offline .logo {
    width: 280px;
  }
}
.offline #fullBgVideo {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  left: 0;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  background: #D4AAA0;
}

.content-box {
  padding: 40px 5px;
  color: white;
  min-height: 100vh;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex: 100% 0 0;
  align-items: baseline;
  justify-content: left;
}
@media (min-width: 992px) {
  .content-box {
    padding: 65px;
  }
}

#mc_embed_signup .no-padding-right {
  padding-right: 0;
}
#mc_embed_signup .no-padding-left {
  padding-left: 0;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}
#mc_embed_signup #mc-embedded-subscribe {
  color: white;
  background: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s all;
}
#mc_embed_signup #mc-embedded-subscribe:hover {
  cursor: pointer;
  color: black;
  background: white;
  transition: 0.3s all;
}
#mc_embed_signup h2 {
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
}

input#mce-EMAIL {
  background-color: transparent;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

footer {
  width: 100%;
  margin-top: 28px;
  align-self: flex-end;
  letter-spacing: 2px;
}
footer .footer-menu ul li {
  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
}
.pswp {
  z-index: 91500 !important;
}

.pswp__bg {
  background: #fff;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: #000 !important;
}

#faq form {
  position: relative;
}
#faq h2 {
  margin-top: 35px;
}
#faq button {
  right: 12px;
  top: 19px;
  position: absolute;
  font-size: 17px;
}

#blockcart-modal {
  display: none !important;
}

.star-content .star.partial-star {
  display: none !important;
}

article .grade-stars {
  width: auto;
}
article .star-content .star-on,
article .star-content .star {
  position: relative;
  font-size: 11px;
}
article .star-content .star-on.partial-full-star {
  width: 6px !important;
}

.answer {
  display: none;
}
.answer.active {
  display: block;
}

#faq .show_all {
  text-decoration: underline;
  cursor: pointer;
  transition: 0.4s all;
}
#faq .show_all:hover {
  color: #D4AAA0;
}

.faq-item.hidden {
  display: none;
}
.faq-item > p {
  cursor: pointer;
  transition: 0.4s all;
}
.faq-item > p:hover {
  color: #D4AAA0;
}
.faq-item > p i {
  display: inline-block;
  transition: 0.4s transform;
  transform: rotate(0deg);
  font-size: 11px;
  margin-left: 4px;
}
.faq-item > p.active {
  color: #D4AAA0;
  padding-bottom: 10px;
}
.faq-item > p.active i {
  transform: rotate(180deg);
}

#_desktop_language_selector {
  /* line-height: 1; */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

#_mobile_language_selector #language-selector-label {
  display: none;
}
#_mobile_language_selector select {
  background: transparent;
  color: white;
  border: none;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 13px 25px 13px;
}

.language-selector > button {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 28px 0 0;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: white;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: lowercase;
  outline: 0;
  box-shadow: 0;
}
.language-selector > button i {
  top: 5px !important;
}
.language-selector > button .open i {
  top: 2px;
}

.ds-comment-form .required {
  display: none;
}

.product-comment-list-item .comment__item {
  max-width: 575px;
  background-color: #D4AAA0;
  padding: 15px 15px;
  color: white;
  position: relative;
  margin-bottom: 15px;
}
.product-comment-list-item .comment__item .author {
  font-weight: bold;
}
.product-comment-list-item .comment__item .date {
  font-size: 11px;
  position: absolute;
  right: 15px;
}
.product-comment-list-item .comment__item .comment__desc {
  font-style: italic;
  margin-top: 5px;
}

.g-recaptcha {
  margin-bottom: 0 !important;
}

.header-code {
  margin: 0;
  transition: none;
  background-color: #F3F3F3;
  color: #000;
}
@media (max-width: 767px) {
  .header-code {
    min-height: 40px;
  }
}
.header-code .contentCode {
  font-weight: 400;
}
.header-code .contentCode p#desktop {
  display: none;
}
@media (min-width: 768px) {
  .header-code .contentCode p#desktop {
    display: block;
  }
}
.header-code .contentCode p#mobile {
  display: block;
}
@media (min-width: 768px) {
  .header-code .contentCode p#mobile {
    display: none;
  }
}
.header-code .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0;
}
.header-code #maximize {
  display: none;
  background: none;
  border: 0;
  transition: none;
  max-width: initial;
  cursor: pointer;
}
.header-code #maximize:focus {
  box-shadow: 0;
  border: 0;
  outline: 0;
}
.header-code.minimalize {
  position: fixed;
  bottom: 10px;
  width: max-content;
  left: 10px;
  transition: none;
  border-radius: 5px;
  padding: 5px;
}
@media (max-width: 991px) {
  .header-code.minimalize {
    left: 40px;
    position: absolute;
    top: 4px;
    bottom: auto;
    padding: 0;
    background: none;
  }
}
.header-code.minimalize .container {
  display: none;
}
.header-code.minimalize #maximize {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  letter-spacing: 2px;
  color: #000;
}
@media (max-width: 991px) {
  .header-code.minimalize #maximize {
    height: auto;
    text-align: center;
    padding: 10px;
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header-code.minimalize #maximize span {
    display: none;
  }
}
.header-code.minimalize #maximize i {
  font-size: 23px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .header-code.minimalize #maximize i {
    font-size: 19px;
    padding: 0;
  }
}
.header-code p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header-code p {
    font-size: 10px;
    line-height: 11px;
  }
}
.header-code p span {
  font-size: 25px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .header-code p span {
    font-size: 14px;
  }
}
.header-code #contentCopyText {
  background-color: white;
  color: black;
  border-radius: 2px;
  padding: 4px 10px;
  margin-left: 7px;
  border: 1px solid #000;
  cursor: grab;
}
@media (max-width: 767px) {
  .header-code #contentCopyText {
    font-size: 12px;
    transform: scale(0.8);
  }
}
.header-code .buttonCopyText {
  outline: 0;
  width: max-content;
  height: max-content;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: black;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-code .buttonCopyText i {
  font-size: 16px;
  padding-left: 4px;
}
.header-code #textToCopy {
  padding: 0;
  margin: 0;
  height: auto;
  border: 0;
  max-width: initial;
  width: 80px;
  background: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
  cursor: pointer;
}
.header-code #textToCopy:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.header-code #closeInfo {
  border: 0;
  position: absolute;
  width: auto;
  background: none;
  right: 10px;
  color: black;
  cursor: pointer;
}
.header-code #closeInfo:focus {
  border: 0;
  outline: 0;
}

.addFavouriteSuccess,
.removeFavouriteSuccess {
  position: fixed;
  top: -20px;
  bottom: auto;
}
.addFavouriteSuccess.in,
.removeFavouriteSuccess.in {
  top: 6px;
}
.removeFavouriteSuccess {
  background: #DB3811;
}

.avalaibleCountry .countrySelect {
  display: none !important;
}

.address2 {
  display: none !important;
}

#csinstagramfeed a {
  position: relative;
  display: block;
}
#csinstagramfeed a:after {
  display: none;
}
#csinstagramfeed a i {
  opacity: 0;
  position: absolute;
  z-index: 9;
  font-size: 35px;
  color: #000;
  top: 46%;
  right: 40%;
  margin: auto;
}
#csinstagramfeed a:hover i {
  opacity: 1;
}
#csinstagramfeed a img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
#csinstagramfeed a img:hover {
  opacity: 0.5;
}

#customer-form .id_gender {
  display: none;
  visibility: hidden;
}

#productPageAddCart em .lds-ring {
  transform: scale(0.5);
}

.product-list-cart .lds-ring {
  top: -5px;
  -webkit-transform: scale(0.26);
  transform: scale(0.26);
  left: -24px;
}
.product-list-cart.btn:disabled, .product-list-cart.btn:disabled:hover, .product-list-cart.btn[disabled], .product-list-cart.btn[disabled]:hover, .product-list-cartbutton:disabled, .product-list-cartbutton:disabled:hover, .product-list-cartbutton[disabled], .product-list-cartbutton[disabled]:hover {
  background: none !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#csinstagramfeed .headerGroup {
  position: relative;
  display: block;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex: 100% 0 0;
  align-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  #csinstagramfeed .headerGroup {
    text-align: left;
    justify-content: flex-start;
  }
}
#csinstagramfeed .headerGroup h1 {
  line-height: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #csinstagramfeed .headerGroup h1 {
    line-height: 60px;
    text-align: left;
  }
}
#csinstagramfeed .headerGroup .all-product-link {
  color: #000;
  display: inline-block;
  position: relative;
  line-height: 1;
}
#csinstagramfeed .headerGroup .all-product-link:hover:before {
  right: -23px;
}
#csinstagramfeed .headerGroup .all-product-link:before {
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 8px;
  transition: all 0.6s;
  position: absolute;
  right: -15px;
  top: 2px;
  line-height: 1;
}
#csinstagramfeed ul li {
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  #csinstagramfeed ul li {
    padding-bottom: 50px;
  }
}

#guestReclamation {
  max-width: 400px;
  margin: auto;
}

.infoFreeDelivery {
  margin-top: 15px;
  font-weight: normal;
  background: #ffdbd3;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 0;
}

#footer #centralBox .prizes {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #F8F1F0;
  margin-bottom: 30px;
}
#footer #centralBox .prizes div:first-of-type {
  margin-right: 6px;
}
#footer #centralBox .prizes div img {
  max-width: 65px !important;
  width: 65px !important;
}
#footer #centralBox .prizes div:nth-of-type(2) img {
  max-width: 170px !important;
  width: 170px !important;
}

.page-password #content-wrapper {
  text-align: center;
  max-width: 640px;
  padding: 3rem;
  margin: 0 auto;
  border: 1px solid #f4f4f4;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-password #content-wrapper {
    border: none;
  }
}
@media (max-width: 575px) {
  .page-password #content-wrapper {
    padding: 3rem 1rem;
  }
}
.page-password h1 {
  line-height: 1.5;
}
.page-password .center-email-fields .form-control-label {
  left: 20px !important;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?az743t");
  src: url("fonts/icons.eot?az743t#iefix") format("embedded-opentype"), url("fonts/icons.ttf?az743t") format("truetype"), url("fonts/icons.woff?az743t") format("woff"), url("fonts/icons.svg?az743t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#product .pswp__button:before {
  font-family: "icons" !important;
  font-size: 18px;
}

.pswp__button--close:before {
  content: "\ea14" !important;
  font-size: 20px !important;
}
.pswp__button--fs:before {
  content: "\e998" !important;
}
.pswp__button--zoom:before {
  content: "\ea1b" !important;
}
.pswp__button--arrow--left:before {
  content: "\e932" !important;
}
.pswp__button--arrow--right:before {
  content: "\e933" !important;
}

.make-it-smaller .article-body .article-title {
  text-align: justify;
}

#advancedcmsItemsArticle {
  text-align: justify;
}

.actions_cart_favourite {
  overflow: inherit;
}

#product .product-add-to-cart {
  overflow: inherit !important;
}

.paypo-info-wrapper {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 399px) {
  .paypo-info-wrapper {
    font-size: 13px;
  }
}
.paypo-info-wrapper img {
  max-width: 60px;
  margin-left: -6px;
  margin-right: 5px;
  margin-top: 4px;
}
.paypo-info-wrapper i {
  margin-left: 0.5rem;
}
.paypo-info-wrapper .payment-name .icon-info {
  cursor: pointer;
  padding-left: 5px;
}
.paypo-info-wrapper .payment-name .info {
  top: 25px;
  left: 0;
  background: #fff;
  position: absolute;
  border: 1px solid;
  z-index: 9;
  padding: 15px 15px;
  max-width: 360px;
  font-size: 13px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.paypo-info-wrapper .payment-name .info a::after {
  display: none;
}
.paypo-info-wrapper .payment-name .icon-info:hover ~ .info {
  opacity: 1;
  visibility: visible;
}

.payment-name .icon-info {
  position: relative;
  z-index: 9;
}

.payment-name .info:hover {
  opacity: 1;
  visibility: visible;
}

.ribbon {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 999;
}
.ribbon a::after {
  display: none;
}
.ribbon a:hover {
  color: #000;
}

.ribbon--primary {
  background: #fff;
  border: 2px solid #000;
  border-right: 0;
}

.ribbon__content {
  padding: 0.5rem 1rem;
  text-align: center;
  position: relative;
}

.ribbon__content img {
  max-width: 52px;
  margin-top: 14px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.ribbon__content .discount {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.close-ribbon {
  font-size: 2rem;
  position: absolute;
  top: -19px;
  content: "";
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  color: #000;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  cursor: pointer;
  padding: 10px;
  z-index: 9999;
}
.close-ribbon .icon-close {
  font-size: 0.75rem;
}

.close-ribbon:hover {
  background: #000;
  color: #fff;
}

.why-section .img,
.know-section .img,
.black-section .img {
  margin: 0;
  padding: 0;
}
.why-section .img img,
.know-section .img img,
.black-section .img img {
  max-width: 100%;
  height: 100%;
  object-fit: none;
}

.why-section {
  background: #D4AAA0;
  color: white;
  text-align: justify;
}
.why-section .txt {
  padding: 5rem;
}
@media (max-width: 1199px) {
  .why-section .txt {
    padding: 4rem;
  }
}
@media (max-width: 575px) {
  .why-section .txt {
    padding: 2rem;
  }
}
.why-section em {
  font-style: italic;
}
.why-section h3 {
  color: white;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .why-section h3 {
    font-size: 28px;
  }
}
.why-section p {
  padding-bottom: 10px;
}

.know-section {
  background: white;
}
@media (max-width: 991px) {
  .know-section .img {
    order: 2;
  }
}
.know-section h3 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 2rem;
}
.know-section ul li {
  text-align: justify;
  padding-left: 5rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 575px) {
  .know-section ul li {
    padding-left: 3rem;
  }
}
.know-section ul li:last-of-type {
  margin-bottom: 1rem;
}
.know-section ul li::before {
  color: #D4AAA0;
  width: 60px;
  font-size: 72px;
  font-weight: bold;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 575px) {
  .know-section ul li::before {
    left: -6px;
    font-size: 48px;
  }
}
.know-section ul li:nth-of-type(1)::before {
  content: "1";
}
.know-section ul li:nth-of-type(2)::before {
  content: "2";
}
.know-section ul li:nth-of-type(3)::before {
  content: "3";
}
.know-section .txt {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .know-section .txt {
    padding: 4rem;
  }
}
@media (max-width: 575px) {
  .know-section .txt {
    padding: 2rem;
  }
}

.black-section {
  background: #000;
  color: white;
}
.black-section h3 {
  color: white;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .black-section h3 {
    font-size: 28px;
  }
}
.black-section h4 {
  color: #D4AAA0;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4.5rem;
  font-size: 18px;
}
@media (max-width: 575px) {
  .black-section h4 {
    font-size: 16px;
  }
}
.black-section h4::before {
  content: "";
  width: 60px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #D4AAA0;
}
.black-section .txt {
  padding: 5rem;
}
@media (max-width: 1199px) {
  .black-section .txt {
    padding: 4rem;
  }
}
@media (max-width: 575px) {
  .black-section .txt {
    padding: 2rem;
  }
}
.black-section ul {
  list-style: square;
}
.black-section ul li {
  margin-left: 3rem;
  margin-bottom: 0.5rem;
}

.know-section-2 {
  background: #D4AAA0;
  color: white;
}
.know-section-2 h3 {
  color: white;
}
.know-section-2 ul li::before {
  color: white;
}

.why-section-2 {
  background: white;
  color: #000;
}
@media (max-width: 767px) {
  .why-section-2 {
    margin-top: 0;
  }
}
.why-section-2 h3 {
  color: #000;
}

@media (max-width: 991px) {
  .black-section-1 .img {
    order: 2;
  }
}

.intro-section {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem 1rem;
}
@media (max-width: 767px) {
  .intro-section {
    margin-top: 2rem;
  }
}
@media (max-width: 1199px) {
  .intro-section {
    padding: 4rem;
  }
}
@media (max-width: 575px) {
  .intro-section {
    padding: 2rem;
  }
}
.intro-section h3 {
  font-size: 32px;
  letter-spacing: 4px;
  color: white;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .intro-section h3 {
    font-size: 28px;
  }
}
.intro-section h4 {
  color: #D4AAA0;
  font-size: 18px;
  padding-bottom: 5px;
}

#footerProduct > div:nth-child(1) {
  display: grid;
}

.intro-section {
  order: 1;
}

.why-section {
  order: 2;
}

.know-section {
  order: 3;
}

.black-section {
  order: 4;
}

.know-section-2 {
  order: 5;
}

.why-section-2 {
  order: 6;
}

.black-section-1 {
  order: 7;
}

.single-article-content {
  max-width: 800px;
}

.ribbon__content {
  padding: 0 0 5px 5px !important;
}
.ribbon__content .sale {
  font-size: 32px;
}
.ribbon__content .code {
  font-size: 9px;
}

.ribbon__content img {
  max-width: 100% !important;
}

.ribbon--primary {
  border: 0 !important;
}

.ribbon__content img {
  padding-bottom: 0 !important;
}

#rightBox .alert-deliviery {
  margin-bottom: 15px;
}
#rightBox .alert-deliviery i {
  top: 3px;
}

.js-touchspin {
  /*     display: none !important;
  */
  cursor: pointer;
  border: 0;
  line-height: 60px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0px;
  background: none;
}

.alert-deliviery {
  background: #fff7e0;
  color: #d5af3d;
  padding: 10px 0;
  font-weight: normal;
  display: flex;
}
.alert-deliviery .close {
  position: relative;
  margin-left: 20px;
  top: 5px;
}
.alert-deliviery i {
  display: inline-block;
  margin: 0px 13px 0;
  font-size: 21px;
  position: relative;
  top: 1px;
}
.alert-deliviery span {
  display: inline-block;
  line-height: 23px;
}
.alert-deliviery span a {
  color: #d5af3d;
}

#colectionSlider {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  #colectionSlider {
    margin-bottom: 2rem;
  }
}

.black-friday {
  margin-top: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .black-friday {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .black-friday {
    margin-top: 0;
    margin-left: -13px;
    margin-right: -13px;
  }
}
.black-friday a:after {
  display: none;
}
.black-friday img {
  max-width: 100%;
  height: auto;
}
.black-friday .item-description {
  position: absolute;
}
@media (min-width: 768px) {
  .black-friday .item-description {
    bottom: 10%;
    left: 12%;
  }
}
@media (min-width: 992px) {
  .black-friday .item-description {
    bottom: 11%;
    left: 12%;
  }
}
@media (min-width: 1200px) {
  .black-friday .item-description {
    bottom: 7%;
    left: 7%;
  }
}
.black-friday .btn {
  width: 375px;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .black-friday .btn {
    font-size: 12px;
    line-height: 26px;
    height: 30px;
    width: 170px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .black-friday .btn {
    display: none;
  }
}

#rightBox .countdown {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .blog-link-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .blog-link-desktop {
    display: none !important;
  }
}

.charity {
  background: #ff4354;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.charity .charity-wrapper {
  padding: 8px 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .charity .charity-wrapper {
    justify-content: flex-start;
  }
}
.charity .charity-wrapper .rules {
  color: white;
  margin-left: 5px;
  color: white !important;
}
@media (max-width: 359px) {
  .charity .charity-wrapper .rules {
    margin-left: 0;
  }
}
.charity .charity-wrapper .rules::after {
  display: none;
}
.charity .charity-wrapper p {
  color: white;
  text-align: center;
  letter-spacing: 0;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .charity .charity-wrapper p {
    text-align: left;
    font-size: 12px;
  }
}
.charity .charity-wrapper img {
  margin-right: 10px;
  left: -1rem;
  animation: animateHeart 2s infinite;
}
@media (max-width: 575px) {
  .charity .charity-wrapper img {
    margin-right: 16px;
  }
}

@keyframes animateHeart {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  10% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  15% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes animateHeart2 {
  0% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
  }
  5% {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
  }
  10% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
  }
  15% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
  }
  50% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
  }
  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
  }
}
.charity-product {
  margin-top: -4px;
}
.charity-product .charity-wrapper {
  padding: 12px 12px;
  display: grid;
  grid-template-columns: 46px auto auto;
  grid-gap: 5px;
}
@media (max-width: 429px) {
  .charity-product .charity-wrapper {
    grid-template-columns: 46px auto auto;
  }
}
.charity-product .charity-wrapper .percent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.charity-product .charity-wrapper .percent strong {
  color: #ff4354;
  letter-spacing: -1px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  top: -4px;
  left: -3px;
}
.charity-product .charity-wrapper .percent strong::after {
  background: url(/themes/default/assets/img/heart.svg);
  display: block;
  content: " ";
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: -1;
  animation: animateHeart2 2s infinite;
}
.charity-product .charity-wrapper p {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  margin-left: 5px;
}
.charity-product .charity-wrapper .amount {
  text-align: right;
}

.page-cart .charity-product,
.page-order .charity-product {
  background: #ffe8ea;
  margin-top: 15px;
}
.page-cart .charity-product .charity-wrapper,
.page-order .charity-product .charity-wrapper {
  grid-template-columns: 46px 1fr auto;
}
.page-cart .charity-product .charity-wrapper p,
.page-order .charity-product .charity-wrapper p {
  color: #000 !important;
}

.footer-social-links #_desktop_social {
  margin-bottom: 10px;
}

.page-contact h1 {
  line-height: 1.5;
}

#faq {
  margin-top: -30px !important;
}
@media (max-width: 767px) {
  #faq {
    margin-top: 0 !important;
  }
}
#faq ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
}
#faq ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
}
#faq :-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
}
#faq :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
}
#faq .formbox {
  max-width: 485px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #faq #searchFaq {
    height: 40px;
  }
}
@media (max-width: 575px) {
  #faq button {
    top: 11px;
  }
}
#faq h2 {
  text-align: center;
  font-weight: 500;
}
#faq .faq-item {
  border: 1px solid #F8F1F0;
  padding: 1rem;
  margin-bottom: 1rem;
}
#faq .show_all {
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
#faq .question {
  display: grid;
  grid-template-columns: 1fr 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #faq .question {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
}
#faq .question i {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}
#faq .question.active > i {
  transform: rotate(180deg);
  color: pink;
}
#faq .answer {
  overflow: hidden;
  transition: height 400ms;
  display: block;
}
#faq .answer.active {
  height: 100%;
}
#faq .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

#product-comments-list-pagination ul {
  display: inline-flex;
  align-items: center;
}
#product-comments-list-pagination ul li {
  cursor: pointer;
  margin: 0 4px;
}
#product-comments-list-pagination ul li.active {
  text-decoration: underline;
}
#product-comments-list-pagination ul li.active:hover {
  color: inherit;
}
#product-comments-list-pagination ul li.disabled {
  cursor: not-allowed;
}
#product-comments-list-pagination ul li.disabled:hover {
  color: inherit;
}
#product-comments-list-pagination ul li:hover {
  color: #D4AAA0;
}
#product-comments-list-pagination ul li i {
  font-size: 0.675rem;
}

fieldset.bestkit_customform_fieldset {
  max-width: 570px;
}
fieldset.bestkit_customform_fieldset .info-radio {
  margin-bottom: 10px;
}
fieldset.bestkit_customform_fieldset .radio-buttons label {
  margin-bottom: 5px;
  cursor: pointer;
}

.cform_wrapper .law {
  margin-bottom: 20px;
}

#cform_formularz-zgloszeniowy .custom-radio,
#cform_formularz-zgloszeniowy .custom-checkbox {
  font-size: 12px;
}
#cform_formularz-zgloszeniowy hr {
  margin: 1rem 0;
}
#cform_formularz-zgloszeniowy .more {
  margin-left: -31px;
}
#cform_formularz-zgloszeniowy a::after {
  display: none;
}

@media (max-width: 575px) {
  #index #home_banner {
    margin-bottom: 50px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (max-width: 575px) {
  #index #home_banner .loaded {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  #index #home_banner figure p {
    min-height: 40px;
  }
}
@media (max-width: 575px) {
  #index #home_banner .col-6 {
    padding: 5px;
  }
}

.custom-checkbox em p {
  margin-bottom: 0;
  letter-spacing: 0;
  text-align: justify;
}

.read-more-span {
  cursor: pointer;
  margin-left: 3px;
  text-decoration: underline;
}

.long-part {
  display: none;
}
.long-part.expanded {
  display: inline;
}

.btn-pay-again {
  line-height: 18px;
  height: 30px;
  margin-top: 0.5rem;
}
.btn-pay-again:hover {
  line-height: 18px;
  height: 30px;
}

.page-order-detail .add {
  margin-top: 10px;
}

.links.myaccount li {
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .links.myaccount li {
    padding-right: 13px;
    padding-left: 13px;
  }
}
.links.myaccount li a {
  overflow: hidden;
}
@media (max-width: 767px) {
  .links.myaccount li a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .links.myaccount li a {
    padding: 0 10px;
  }
}

#module-przelewy24-paymentFailed .breadcrumb {
  display: none;
}
#module-przelewy24-paymentFailed .fail .box {
  border: 0;
}
#module-przelewy24-paymentFailed .box-przelewy24 {
  margin-top: 40px;
}
#module-przelewy24-paymentFailed .fail h2 {
  color: #ea0b0b;
}
#module-przelewy24-paymentFailed #wrapper {
  min-height: calc(60vh - 100px);
}

@media (max-width: 575px) {
  .page-index #colectionList {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .page-index #colectionList .imgUrl {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .page-index #colectionList h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .page-index .aboutUs-container .col-lg-8 {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .page-index .featured-products {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .page-index .featured-products .headerGroup {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .page-index .featured-products .headerGroup h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  #index #home_banner {
    margin-top: 0;
  }
}

#opinion {
  max-width: 560px;
  margin: auto;
  margin-bottom: 90px;
}

#tab-content a::after {
  display: none;
}

#advancedcmsItemsArticle img,
#footerProduct img {
  max-width: 100%;
  height: auto;
}
#advancedcmsItemsArticle .col-12.txt,
#footerProduct .col-12.txt {
  margin: 2rem 0;
}
@media (max-width: 575px) {
  #advancedcmsItemsArticle .col-12.txt,
  #footerProduct .col-12.txt {
    margin: 1rem 0;
  }
}
#advancedcmsItemsArticle .vertically-centered,
#footerProduct .vertically-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#advancedcmsItemsArticle .text p,
#advancedcmsItemsArticle .txt p,
#footerProduct .text p,
#footerProduct .txt p {
  min-height: 10px;
}
#advancedcmsItemsArticle .text h1,
#advancedcmsItemsArticle .text h2,
#advancedcmsItemsArticle .text h3,
#advancedcmsItemsArticle .text h4,
#advancedcmsItemsArticle .text h5,
#advancedcmsItemsArticle .text h6,
#advancedcmsItemsArticle .txt h1,
#advancedcmsItemsArticle .txt h2,
#advancedcmsItemsArticle .txt h3,
#advancedcmsItemsArticle .txt h4,
#advancedcmsItemsArticle .txt h5,
#advancedcmsItemsArticle .txt h6,
#footerProduct .text h1,
#footerProduct .text h2,
#footerProduct .text h3,
#footerProduct .text h4,
#footerProduct .text h5,
#footerProduct .text h6,
#footerProduct .txt h1,
#footerProduct .txt h2,
#footerProduct .txt h3,
#footerProduct .txt h4,
#footerProduct .txt h5,
#footerProduct .txt h6 {
  text-align: left;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: normal;
  padding: 0 !important;
}
#advancedcmsItemsArticle .text h1 strong,
#advancedcmsItemsArticle .text h2 strong,
#advancedcmsItemsArticle .text h3 strong,
#advancedcmsItemsArticle .text h4 strong,
#advancedcmsItemsArticle .text h5 strong,
#advancedcmsItemsArticle .text h6 strong,
#advancedcmsItemsArticle .txt h1 strong,
#advancedcmsItemsArticle .txt h2 strong,
#advancedcmsItemsArticle .txt h3 strong,
#advancedcmsItemsArticle .txt h4 strong,
#advancedcmsItemsArticle .txt h5 strong,
#advancedcmsItemsArticle .txt h6 strong,
#footerProduct .text h1 strong,
#footerProduct .text h2 strong,
#footerProduct .text h3 strong,
#footerProduct .text h4 strong,
#footerProduct .text h5 strong,
#footerProduct .text h6 strong,
#footerProduct .txt h1 strong,
#footerProduct .txt h2 strong,
#footerProduct .txt h3 strong,
#footerProduct .txt h4 strong,
#footerProduct .txt h5 strong,
#footerProduct .txt h6 strong {
  font-weight: normal !important;
}
#advancedcmsItemsArticle .text h1,
#advancedcmsItemsArticle .txt h1,
#footerProduct .text h1,
#footerProduct .txt h1 {
  font-size: 28px;
  line-height: 1.2;
}
#advancedcmsItemsArticle .text h2,
#advancedcmsItemsArticle .txt h2,
#footerProduct .text h2,
#footerProduct .txt h2 {
  font-size: 24px;
}
#advancedcmsItemsArticle .text h3,
#advancedcmsItemsArticle .txt h3,
#footerProduct .text h3,
#footerProduct .txt h3 {
  font-size: 18px;
}
#advancedcmsItemsArticle .text blockquote,
#advancedcmsItemsArticle .txt blockquote,
#footerProduct .text blockquote,
#footerProduct .txt blockquote {
  padding-left: 20px;
  border-left: 4px solid #D4AAA0;
  margin: 1rem 0;
  font-style: italic;
}
#advancedcmsItemsArticle .text a,
#advancedcmsItemsArticle .txt a,
#footerProduct .text a,
#footerProduct .txt a {
  color: #D4AAA0;
  display: inline-block;
}
#advancedcmsItemsArticle .text a.btn,
#advancedcmsItemsArticle .txt a.btn,
#footerProduct .text a.btn,
#footerProduct .txt a.btn {
  color: white;
}
#advancedcmsItemsArticle .text a.btn:hover,
#advancedcmsItemsArticle .txt a.btn:hover,
#footerProduct .text a.btn:hover,
#footerProduct .txt a.btn:hover {
  background: white;
  color: #D4AAA0;
}
#advancedcmsItemsArticle .text a.btn::after,
#advancedcmsItemsArticle .txt a.btn::after,
#footerProduct .text a.btn::after,
#footerProduct .txt a.btn::after {
  display: none;
}
#advancedcmsItemsArticle .text table,
#advancedcmsItemsArticle .txt table,
#footerProduct .text table,
#footerProduct .txt table {
  line-height: 1;
  margin-top: 25px;
  width: 100%;
  background: white;
}
#advancedcmsItemsArticle .text table,
#advancedcmsItemsArticle .txt table,
#footerProduct .text table,
#footerProduct .txt table {
  border: 1px solid #F3F3F3;
  font-size: 1.8rem;
  border-collapse: collapse;
}
#advancedcmsItemsArticle .text table thead th,
#advancedcmsItemsArticle .text table tfoot th,
#advancedcmsItemsArticle .txt table thead th,
#advancedcmsItemsArticle .txt table tfoot th,
#footerProduct .text table thead th,
#footerProduct .text table tfoot th,
#footerProduct .txt table thead th,
#footerProduct .txt table tfoot th {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 17px 5px;
  border: 1px solid #F3F3F3;
  vertical-align: middle;
  text-align: center;
}
#advancedcmsItemsArticle .text table caption,
#advancedcmsItemsArticle .txt table caption,
#footerProduct .text table caption,
#footerProduct .txt table caption {
  padding: 5px;
}
#advancedcmsItemsArticle .text table th,
#advancedcmsItemsArticle .text table td,
#advancedcmsItemsArticle .txt table th,
#advancedcmsItemsArticle .txt table td,
#footerProduct .text table th,
#footerProduct .text table td,
#footerProduct .txt table th,
#footerProduct .txt table td {
  font-size: 14px;
  padding: 6px 5px;
  border: 1px solid #F3F3F3;
  text-align: center;
  vertical-align: middle;
  height: 42px;
  min-height: 42px;
}

.container-submenu #lnk-blog {
  display: none !important;
}

.accent-section {
  background: #D4AAA0;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.black-section {
  background: #000;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.img-full {
  padding: 0;
}
.img-full img {
  display: flex;
}

.narrow > * {
  max-width: 720px;
  margin: 0 auto;
}

.light-border {
  border: 1px solid #F8F1F0;
  padding: 2rem;
}

.products_article article {
  border: none !important;
}
.products_article article .product-data {
  position: relative;
}
.products_article article .product-data .row:first-of-type {
  display: none;
}
.products_article article .product-data .row:last-of-type {
  display: none;
}
.products_article .details-info #favouriteActions {
  position: absolute;
  top: 0;
}

.ribbon__content {
  border: 1px solid #ce0000 !important;
  border-right: 0 !important;
  padding: 8px !important;
}
.ribbon__content .sale {
  margin: 8px 0 0 0 !important;
  padding-bottom: 0.5rem;
  font-size: 28px !important;
  color: #ce0000;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.ribbon__content .sale span {
  line-height: 1;
  font-size: 14px;
}
.ribbon__content img {
  max-width: 100px !important;
  margin-top: 5px !important;
}
.ribbon__content .date {
  font-size: 14px !important;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.ribbon__content .date span {
  font-size: 14px;
}

.close-ribbon {
  border-color: #ce0000 !important;
  color: #ce0000 !important;
}
.close-ribbon:hover {
  color: #fff !important;
  background-color: #ce0000 !important;
}

#module-bestkit_customform-form #wrapper {
  min-height: auto;
}
#module-bestkit_customform-form .my-cells {
  margin: 2rem 0;
}
#module-bestkit_customform-form .my-cells .my-cells__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 767px) {
  #module-bestkit_customform-form .my-cells .my-cells__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
#module-bestkit_customform-form .my-cells .item {
  padding: 3rem;
  border: 1px solid #d4aaa0;
  text-align: center;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 767px) {
  #module-bestkit_customform-form .my-cells .item {
    padding: 3rem 1rem;
  }
}
#module-bestkit_customform-form .my-cells .item h2 {
  line-height: 1.5;
}
#module-bestkit_customform-form .my-cells button {
  margin-top: 2rem;
  background: #D4AAA0;
  color: white;
  text-transform: uppercase;
  border: none;
  font-size: 1rem;
  letter-spacing: 1px;
  height: 50px;
  cursor: pointer;
  outline: none;
  width: auto;
  align-self: center;
  padding: 1rem 3rem;
}
#module-bestkit_customform-form .my-cells a {
  display: inline-flex;
  font-size: 1.25rem;
  margin-top: 2.5rem;
}
#module-bestkit_customform-form .content-to-expand {
  height: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  #module-bestkit_customform-form .content-to-expand {
    margin-bottom: 400px;
  }
}
@media (max-width: 767px) {
  #module-bestkit_customform-form .content-to-expand #submitForm {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #module-bestkit_customform-form .content-to-expand.is-open {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #module-bestkit_customform-form .form-groups .bestkit_customform_fieldset {
    margin: 0 auto;
    margin-top: 2rem;
  }
}
#module-bestkit_customform-form .category-id-parent-2 .myself {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #module-bestkit_customform-form .category-id-parent-2 .myself {
    margin-left: 0;
    margin-right: 0;
  }
}

.casting {
  margin-top: 2rem;
  text-decoration: none !important;
}
.casting::after {
  display: none;
}

@media (min-width: 1200px) {
  #search .products > article {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  #search .products > article:nth-of-type(4n) {
    border-right: 1px solid #F8F1F0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #search .products > article:nth-of-type(3n) {
    border-right: 1px solid #F8F1F0;
  }
}

.product-data .product-list-reviews {
  position: relative;
}

input.required-warning:first-of-type,
.required-warning span:first-of-type {
  border-color: red;
}

#module-ds_unsubscribenewsletter-unsubscribe .unsubscribe .btn {
  max-width: 160px !important;
}

#module-ds_unsubscribenewsletter-unsubscribe .intro .question {
  font-size: 1.25rem !important;
}
@media (max-width: 575px) {
  #module-ds_unsubscribenewsletter-unsubscribe .intro .question {
    font-size: 1rem !important;
  }
}

#module-ds_unsubscribenewsletter-unsubscribe .remember {
  font-size: 1.25rem !important;
}
@media (max-width: 575px) {
  #module-ds_unsubscribenewsletter-unsubscribe .remember {
    font-size: 1rem !important;
  }
}

#module-ds_unsubscribenewsletter-unsubscribe h1 {
  line-height: 1.5;
}
@media (max-width: 575px) {
  #module-ds_unsubscribenewsletter-unsubscribe .unsubscribe .btn {
    padding: 0 !important;
  }
}

.sales-products-menu .icon-close {
  display: none;
}

#productTabs #tab-content p {
  text-align: justify;
  min-height: 16px;
}

.product-description a {
  text-decoration: underline;
}
.product-description a:after {
  display: none;
}

.page-new-products .sales-products-menu .variant-add-cart {
  bottom: -200%;
}
.page-new-products .sales-products-menu .product-miniature {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.video-instruction-section {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .video-instruction-section {
    border-top: 1px solid #F3F3F3;
    padding-bottom: 0;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.video-instruction-section .movie {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .video-instruction-section .movie {
    order: 2;
    justify-content: flex-start;
  }
}
.video-instruction-section video {
  max-width: 400px;
}
.video-instruction-section h2 {
  font-size: 64px !important;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .video-instruction-section h2 {
    font-size: 60px !important;
  }
}
@media (max-width: 767px) {
  .video-instruction-section h2 {
    margin: 0 !important;
    display: inline;
    font-size: 28px !important;
  }
}
.video-instruction-section h3 {
  color: #D4AAA0;
  font-weight: bold !important;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .video-instruction-section h3 {
    font-size: 16px !important;
    margin-top: 10px !important;
  }
}
.video-instruction-section .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heart-hidden {
  display: none !important;
}

table .label-pill {
  padding: 4px;
}
table .label-pill.bright {
  color: white;
}

.wheel-small {
  position: fixed;
  top: 200px;
  right: 0;
  border: 4px solid #E6BDB3;
  border-right: 0;
  padding: 20px 10px;
  border-radius: 20px 0 0 20px;
  z-index: 9997;
  background: #000;
  cursor: pointer;
}
.wheel-small .wheel-small__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wheel-small .wheel-small__content img {
  max-width: 80px;
}
.wheel-small .text {
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.wheel-small .text h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  color: #D4AAA0;
  font-weight: bold;
}
.wheel-small .text p {
  font-size: 15px;
  margin-bottom: 0;
  color: white;
}

@media (max-width: 1199px) {
  #cart .wheel-small,
  #checkout .wheel-small {
    display: none;
  }
}

.cms-id-10 #main #content {
  max-width: 800px;
}
.cms-id-10 #main h2 {
  font-size: 24px;
  color: #ce0000;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cms-id-10 #main h2 {
    font-size: 18px;
  }
}
.cms-id-10 #main a::after {
  display: none !important;
}
.cms-id-10 #main ol {
  margin-bottom: 2rem;
}
.cms-id-10 #main img {
  width: 100%;
  height: auto;
}

.longer-time {
  padding: 5px 0;
}

#quickCartProducts a::after {
  height: 0;
}

.cc_div .cc-link {
  width: auto;
}

#s-bns button {
  max-width: unset;
  width: auto;
}
@media (max-width: 767px) {
  #s-bns button {
    width: 100%;
  }
}

#cookie-change-button button {
  outline: 0;
}

#s-ttl img {
  height: 16px !important;
  margin-left: 0 !important;
}

.page-home {
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */