@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
.img-responsive {
  max-width: 100%;
  height: auto;
}

.font-awesome {
  font-family: "Font Awesome 5 Free";
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.button-brown {
  padding: 14px 32px;
  background: #bc985a;
  color: white;
  border: 2px solid #bc985a;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button-brown:hover {
  background: white;
  color: #bc985a;
}

.button-small {
  display: inline-block;
  padding: 14px 37px;
  color: #fff;
  background: #0071bc;
  border: 1px solid #0071bc;
  text-decoration: none;
  border-radius: 10px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}
.button-small:hover {
  background: #fff;
  color: #0071bc;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.button-small-white {
  display: inline-block;
  padding: 14px 37px;
  color: #0071bc;
  background: #fff;
  border: 1px solid #0071bc;
  text-decoration: none;
  border-radius: 10px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}
.button-small-white:hover {
  background: #0071bc;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.label-title {
  font-size: 2rem;
  color: #0071bc;
  font-weight: 700;
  padding: 2.2222222222rem 0;
  text-transform: uppercase;
}

.button-big {
  font-size: 1.4444444444rem;
  line-height: 1;
  padding: 17px 44px;
  color: #fff;
  background: #0071bc;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #0071bc;
  display: inline-block;
  font-weight: 700;
}
.button-big:hover {
  background: #fff;
  color: #0071bc;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.before:before {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.content-width {
  max-width: 1743px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1800px) {
  .content-width {
    width: 95%;
    margin: 0 auto;
  }
}

.content-width-small {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .content-width-small {
    width: 95%;
    margin: 0 auto;
  }
}

.content-max {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

#multiAccessoriesTab {
  display: flex;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 30px;
}
#multiAccessoriesTab #group_accessories {
  width: 70%;
  background: none;
  margin: 0;
  padding: 0;
}
#multiAccessoriesTab #group_accessories .option-row h4 {
  display: flex;
  align-items: center;
  font-size: 22px;
  text-transform: uppercase;
}
#multiAccessoriesTab #group_accessories .option-row h4 .material-icons {
  margin-right: 30px;
  color: #d21113;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#multiAccessoriesTab #group_accessories .option-row .content_group {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
#multiAccessoriesTab #group_accessories .option-row .content_group a {
  color: #3E3E3E;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .check-image > table > tbody > tr {
  display: flex;
  align-items: center;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .check-image > table > tbody > tr input {
  height: 25px;
  width: 25px;
  left: 0;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .select_box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .select_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
  left: 0;
  z-index: 20;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .select_box input:hover {
  background: inherit;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #BC985A;
  background-color: #fff;
  border-radius: 50%;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .select_box input:checked ~ .checkmark {
  background-color: #fff;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .select_box input:checked ~ .checkmark:after {
  display: block;
}
#multiAccessoriesTab #group_accessories .option-row .content_group .select_box .checkmark:after {
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #BC985A;
}
#multiAccessoriesTab .accessories_table_price {
  width: 30%;
  background: none;
  padding-left: 40px;
  border-left: 1px solid #d1d1d1;
  min-width: 333px;
}
@media (max-width: 1210px) {
  #multiAccessoriesTab {
    flex-direction: column;
    padding: 20px;
  }
  #multiAccessoriesTab #group_accessories {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
  }
  #multiAccessoriesTab .accessories_table_price {
    margin-top: 20px;
    width: 100%;
    border-left: 0;
    padding-left: 0;
    min-width: unset;
  }
  #multiAccessoriesTab .accessories_table_price .left-column {
    text-align: left;
  }
}

#main .col-md-6 {
  padding-left: 0 !important;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #main .product-informations .col-md-6 {
    padding-right: 0 !important;
  }
}
#main > .product-container {
  margin-bottom: 30px;
}

.container > .product-acc {
  padding-left: 0;
  padding-right: 0;
}
.container > .product-acc > .featured-products > h1, .container > .product-acc > .featured-products h2 {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: max-content;
  margin-bottom: 25px;
}
.container > .product-acc > .featured-products > h1 i, .container > .product-acc > .featured-products h2 i {
  position: absolute;
  top: 50%;
}
.container > .product-acc > .featured-products > h1 i.ppbback, .container > .product-acc > .featured-products h2 i.ppbback {
  left: 0;
  transform: translateX(-100%) translateY(-44%);
}
.container > .product-acc > .featured-products > h1 i.ppbforward, .container > .product-acc > .featured-products h2 i.ppbforward {
  right: 0;
  transform: translateX(100%) translateY(-44%);
}
.container > .product-acc > .featured-products .thumbnail-container .desc-container .product-description {
  box-shadow: none !important;
}
.container > .product-acc > .featured-products .thumbnail-container .desc-container .product-description .product-title {
  color: black;
}

section.product-features > dl {
  justify-content: center;
}

@media (max-width: 767px) {
  .page-product .product-container .col-md-6 {
    padding-right: 0 !important;
  }
}
.page-product .product-container > .col-md-12 > h1 {
  font-size: 40px;
  font-weight: 500;
  color: #3E3E3E;
  padding-bottom: 37px;
  text-transform: none;
}
.page-product .product-container > .col-md-6 .price-container {
  display: flex;
  align-items: center;
}
.page-product .product-container > .col-md-6 .price-container .price-wrapeer {
  display: flex;
  align-items: center;
}
.page-product .product-container > .col-md-6 .price-container .price-wrapeer .product-prices {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 900;
}
.page-product .product-container > .col-md-6 .price-container .price-wrapeer .product-prices .product-discount {
  margin-bottom: 0;
}
.page-product .product-container > .col-md-6 .price-container .price-wrapeer .product-prices .product-discount .regular-price {
  color: red;
  font-size: 28px;
  font-weight: 600;
}
.page-product .product-container > .col-md-6 .price-container .price-wrapeer .product-prices .product-price {
  margin-bottom: 0;
}
.page-product .product-container > .col-md-6 .price-container .price-wrapeer .product-prices .product-price .current-price {
  margin-bottom: 0;
  color: #3E3E3E;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.page-product .product-container > .col-md-6 .price-container .price-wrapeer .product-prices .product-price .current-price .discount {
  background: #d21113;
  border-radius: 5px;
}
.page-product .product-container > .col-md-6 .product-features {
  margin: 0;
}
.page-product .product-container > .col-md-6 .product-features .data-sheet > * {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  border-bottom: 1px solid #d1d1d1;
}
.page-product .product-container > .col-md-6 .product-features .data-sheet > dd {
  text-align: end;
}
@media (max-width: 767px) {
  .page-product .product-container > .col-md-6 .product-information .col-md-6 {
    padding-right: 0 !important;
  }
}
.page-product .product-container > .col-md-6 .product-information .product-variants .input-color:checked + span, .page-product .product-container > .col-md-6 .product-information .product-variants .input-color:hover + span, .page-product .product-container > .col-md-6 .product-information .product-variants .input-radio:checked + span, .page-product .product-container > .col-md-6 .product-information .product-variants .input-radio:hover + span {
  border: 2px solid #d21113 !important;
}
.page-product .product-container > .col-md-6 .product-information .product-variants span.color, .page-product .product-container > .col-md-6 .product-information .product-variants span.texture {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  box-shadow: none;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  position: relative;
}
.page-product .product-container > .col-md-6 .product-information .product-variants span.color .sr-only, .page-product .product-container > .col-md-6 .product-information .product-variants span.texture .sr-only {
  width: unset;
  height: unset;
  overflow: unset;
  clip: unset;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
  padding: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: white;
  display: none;
  width: max-content;
  left: 50%;
}
.page-product .product-container > .col-md-6 .product-information .product-variants span.color:hover, .page-product .product-container > .col-md-6 .product-information .product-variants span.texture:hover {
  position: relative;
  z-index: 99;
  top: 0;
}
.page-product .product-container > .col-md-6 .product-information .product-variants span.color:hover .sr-only, .page-product .product-container > .col-md-6 .product-information .product-variants span.texture:hover .sr-only {
  display: block;
}
.page-product .product-container > .col-md-6 .product-information .product-add-to-cart .qty .bootstrap-touchspin {
  box-shadow: none;
  min-width: 72px;
}
.page-product .product-container > .col-md-6 .product-information .product-add-to-cart .qty .bootstrap-touchspin i {
  color: #d21113;
}
.page-product .product-container > .col-md-6 .product-information .product-add-to-cart .qty .bootstrap-touchspin #quantity_wanted {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-product .product-container > .col-md-6 .product-information .product-add-to-cart .qty .bootstrap-touchspin .bootstrap-touchspin-up {
  border-top-right-radius: 5px;
}
.page-product .product-container > .col-md-6 .product-information .product-add-to-cart .qty .bootstrap-touchspin .bootstrap-touchspin-down {
  border-bottom-right-radius: 5px;
}
.page-product .product-container > .col-md-6 .product-information .product-add-to-cart .add .btn-primary, .page-product .product-container > .col-md-6 .product-information .product-add-to-cart .add .btn-secondary, .page-product .product-container > .col-md-6 .product-information .product-add-to-cart .add .btn-tertiary {
  box-shadow: none;
  background: #d21113;
  border-radius: 5px;
  height: unset;
}
.page-product .product-container > .col-md-6 .product-information .product-add-to-cart .add .btn-primary:hover i, .page-product .product-container > .col-md-6 .product-information .product-add-to-cart .add .btn-secondary:hover i, .page-product .product-container > .col-md-6 .product-information .product-add-to-cart .add .btn-tertiary:hover i {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
.page-product .product-container > .col-md-6 .product-information .product-customization .card-block {
  padding: 0;
}
.page-product .product-container > .col-md-6 .product-information .product-customization .card-block .product-message {
  border-radius: 8px;
}
.page-product .product-container > .col-md-6 .product-information .product-customization .card-block .product-message:focus {
  outline-color: #bc985a;
}
.page-product .product-container > .col-md-6 .images-container .product-cover img {
  box-shadow: none;
}
.page-product .product-container > .col-md-6 .images-container .js-qv-mask.scroll {
  width: calc(100% - 100px) !important;
}
.page-product .product-container > .col-md-6 .images-container .js-qv-mask .product-images {
  margin-bottom: 0;
}
.page-product .product-container > .col-md-6 .images-container .js-qv-mask .product-images li.thumb-container {
  display: inline-flex;
}
.page-product .product-container > .col-md-6 .images-container .js-qv-mask .product-images li.thumb-container img {
  box-shadow: none;
  margin: 5px;
  border-radius: 5px;
}
.page-product .product-container > .col-md-6 .images-container .js-qv-mask .product-images li.thumb-container img:hover {
  border: none;
  box-shadow: 0 0 0 2px #bc985a;
}
.page-product .product-container > .col-md-6 .images-container .js-qv-mask .product-images li.thumb-container img.selected {
  box-shadow: 0 0 0 2px #bc985a;
  border: none;
}
.page-product .product-informations #product-details .product-features {
  margin-left: 0;
  margin-top: 0;
}
.page-product .product-informations #product-details .product-features > .data-sheet {
  background: #F5F4F3;
  border-radius: 8px;
  padding: 30px 0;
}
.page-product .product-informations #product-details .product-features > .data-sheet > * {
  padding: 0.825rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  text-transform: none;
  color: #3E3E3E;
}
.page-product .product-informations #product-details .product-features > .data-sheet > *:not(:last-of-type) {
  border-bottom: 1px solid #d1d1d1;
}
.page-product .product-informations #product-details .product-features > .data-sheet > dt {
  margin-left: 35px;
}
.page-product .product-informations #product-details .product-features > .data-sheet > dd {
  text-align: end;
  font-weight: 600;
  margin-right: 35px;
}

.container > .product-accessories > .h5 {
  font-size: 32px;
  font-weight: bold;
  color: #3E3E3E;
  margin: 40px 0;
  text-transform: none !important;
}
.container > .product-accessories > .products {
  margin: 0 -15px;
}
.container > .product-accessories > .products > div > article {
  margin: 30px 15px;
}
.container > .product-accessories > .products > div > article .thumbnail-container {
  box-shadow: none;
}
.container > .product-accessories > .products > div > article .thumbnail-container .title-collection {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-description {
  height: auto;
  margin-top: 20px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .regular-price {
  color: #d21113;
  font-weight: 400;
}
.container > .product-accessories > .products > div > article .thumbnail-container .regular-price, .container > .product-accessories > .products > div > article .thumbnail-container .price {
  font-size: 22px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-title {
  margin-top: 0;
  margin-bottom: 0;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-title a {
  font-size: 18px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-line-info {
  text-align: center;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-line-info .label {
  color: #3E3E3E;
  font-weight: 600;
  font-size: 16px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-line-info .value {
  font-weight: 400;
  font-size: 16px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-thumbnail {
  border: 1px solid #d1d1d1;
  padding: 40px 0;
}
.container > .product-accessories > .products > div > article .thumbnail-container .product-price-and-shipping {
  margin-top: 10px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .highlighted-informations {
  box-shadow: unset;
  display: flex;
  width: unset;
  align-items: center;
}
.container > .product-accessories > .products > div > article .thumbnail-container .highlighted-informations .variant-links {
  display: flex;
  align-items: first baseline;
  flex-grow: 1;
  width: unset;
}
.container > .product-accessories > .products > div > article .thumbnail-container .highlighted-informations .variant-links > span {
  margin-right: 10px;
}
.container > .product-accessories > .products > div > article .thumbnail-container .highlighted-informations .variant-links .variants {
  display: flex;
}
.container > .product-accessories > .products > div > article .thumbnail-container .highlighted-informations .variant-links .variants a {
  width: 35px;
  height: 35px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
.scroll-box-arrows i {
  width: 40px;
  height: 40px;
  background: #bc985a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  bottom: 40px;
}

textarea:active, textarea:focus, textarea:focus-visible, textarea:focus-within, textarea:target {
  outline-color: #d21113 !important;
  border-color: #d21113 !important;
}

.btn-primary {
  background: #d21113;
  border-radius: 5px;
  box-shadow: none;
}
.btn-primary:active {
  background: #bc985a;
}
.btn-primary:hover {
  background: #bc985a;
}
.btn-primary:focus, .btn-primary:focus-visible, .btn-primary:focus-within {
  background: #bc985a !important;
}

.thumbnail-container .product-flags {
  padding: 5px 5px;
}
.thumbnail-container .product-flags > li {
  margin-top: 5px;
  padding: 5px !important;
  font-size: 12px;
}

#attachments {
  clear: both;
}
#attachments p.h5 {
  color: #3E3E3E;
  margin-bottom: 20px;
  font-size: 22px;
}
#attachments .attachment {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#attachments .attachment > h4 {
  margin: 0;
}
#attachments .attachment a {
  color: #d21113;
}
#attachments .attachment:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #bc985a;
  border-radius: 50%;
  margin-right: 15px;
}
#attachments .attachment > a {
  margin-left: 20px;
}

.color, .custom-checkbox input[type=checkbox] + span.color {
  box-shadow: none;
  border-radius: 5px;
}

body#index section#wrapper > .container {
  width: 1903px;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  body#index section#wrapper > .container > #content > .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1620px) {
  body:not(#index) #wrapper > .container {
    margin-left: 15px;
    margin-right: 15px;
    width: unset;
  }
}

section#wrapper {
  background: none;
  padding-top: 0;
}

#carousel {
  padding-bottom: 0 !important;
}
#carousel .carousel-indicators {
  display: block;
  margin-left: 0;
  width: unset;
  left: 90px;
  bottom: 10%;
}
#carousel .carousel-indicators li {
  width: 76px;
  background: white;
  border: none;
}
#carousel .carousel-indicators li.active {
  background: #d21113;
}
@media (max-width: 1000px) {
  #carousel .carousel-indicators {
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    transform: translateY(130%);
  }
  #carousel .carousel-indicators li {
    border: 1px solid #bc985a;
  }
}
#carousel .carousel-inner {
  height: unset;
}
@media (max-width: 1000px) {
  #carousel .carousel-inner {
    margin-bottom: 0;
  }
}
#carousel .carousel-inner .carousel-item figcaption.caption {
  max-width: 710px;
  bottom: 27%;
}
#carousel .carousel-inner .carousel-item figcaption.caption h2 {
  background: rgba(210, 17, 19, 0.78);
  padding: 23px;
  border-radius: 5px;
  font-size: clamp(10px, 3vw, 48px);
  text-transform: unset !important;
  line-height: 120%;
}
#carousel .carousel-inner .carousel-item figcaption.caption p {
  background: rgba(188, 152, 90, 0.78);
  padding: 23px;
  border-radius: 5px;
  font-size: clamp(10px, 2vw, 30px);
  line-height: 140%;
}
@media (max-width: 1000px) {
  #carousel .carousel-inner .carousel-item figcaption.caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    bottom: unset;
  }
  #carousel .carousel-inner .carousel-item figcaption.caption h2, #carousel .carousel-inner .carousel-item figcaption.caption p {
    padding: 10px;
    color: white;
  }
}
#carousel .direction a span {
  transform: translateY(-50%);
}
#carousel .direction a span i {
  border-radius: 50%;
  background: rgba(62, 62, 62, 0.2);
  color: #bc985a;
}
#carousel .direction a.left span {
  left: 2rem;
}
#carousel .direction a.right span {
  right: 3rem;
}

#header a:hover {
  color: #bc985a;
}

#homecategoriez, #vobacategoriez, .subcategories {
  max-width: 1743px;
  margin: 0 auto;
}
#homecategoriez > h4, #vobacategoriez > h4, .subcategories > h4 {
  font-weight: bold;
  font-size: 40px;
  max-width: 1590px;
  margin: 65px auto 50px auto;
  color: #3E3E3E;
}
@media (max-width: 1620px) {
  #homecategoriez > h4, #vobacategoriez > h4, .subcategories > h4 {
    margin-left: 15px;
  }
}
@media (max-width: 930px) {
  #homecategoriez > h4, #vobacategoriez > h4, .subcategories > h4 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
#homecategoriez img, #vobacategoriez img, .subcategories img {
  max-width: 158px;
  height: auto;
}
#homecategoriez .slick-slider, #vobacategoriez .slick-slider, .subcategories .slick-slider {
  display: flex;
  align-items: center;
}
#homecategoriez .slick-slider .slick-list, #vobacategoriez .slick-slider .slick-list, .subcategories .slick-slider .slick-list {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #bc985a;
}
#homecategoriez .slick-slider .slick-list .slick-track, #vobacategoriez .slick-slider .slick-list .slick-track, .subcategories .slick-slider .slick-list .slick-track {
  display: flex;
}
#homecategoriez .slick-slider .slick-list .slick-track > li, #vobacategoriez .slick-slider .slick-list .slick-track > li, .subcategories .slick-slider .slick-list .slick-track > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}
#homecategoriez .slick-slider .slick-list .slick-track > li img, #vobacategoriez .slick-slider .slick-list .slick-track > li img, .subcategories .slick-slider .slick-list .slick-track > li img {
  transition: 0.1s;
  max-width: 158px;
  height: 158px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
#homecategoriez .slick-slider .slick-list .slick-track > li:hover img, #vobacategoriez .slick-slider .slick-list .slick-track > li:hover img, .subcategories .slick-slider .slick-list .slick-track > li:hover img {
  transform: scale(1.01);
}
#homecategoriez .slick-slider button.slick-arrow, #vobacategoriez .slick-slider button.slick-arrow, .subcategories .slick-slider button.slick-arrow {
  font-size: 0;
  background: #bc985a;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin: 0 25px;
  min-width: 47px;
}
#homecategoriez .slick-slider button.slick-arrow:before, #vobacategoriez .slick-slider button.slick-arrow:before, .subcategories .slick-slider button.slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  color: white;
}
#homecategoriez .slick-slider button.slick-arrow.slick-next:before, #vobacategoriez .slick-slider button.slick-arrow.slick-next:before, .subcategories .slick-slider button.slick-arrow.slick-next:before {
  content: "";
}
#homecategoriez .slick-slider button.slick-arrow:hover, #vobacategoriez .slick-slider button.slick-arrow:hover, .subcategories .slick-slider button.slick-arrow:hover {
  cursor: pointer;
}
#homecategoriez .slick-slider button.slick-arrow:hover:before, #vobacategoriez .slick-slider button.slick-arrow:hover:before, .subcategories .slick-slider button.slick-arrow:hover:before {
  color: #d21113;
}
@media (max-width: 600px) {
  #homecategoriez .slick-slider button.slick-arrow.slick-next, #vobacategoriez .slick-slider button.slick-arrow.slick-next, .subcategories .slick-slider button.slick-arrow.slick-next {
    margin-right: 0;
  }
  #homecategoriez .slick-slider button.slick-arrow.slick-prev, #vobacategoriez .slick-slider button.slick-arrow.slick-prev, .subcategories .slick-slider button.slick-arrow.slick-prev {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  #homecategoriez .slick-slider, #vobacategoriez .slick-slider, .subcategories .slick-slider {
    margin: 0 5px;
  }
}
#homecategoriez .category-description, #vobacategoriez .category-description, .subcategories .category-description {
  display: none;
}
#homecategoriez .category-title, #homecategoriez h1.h2, #homecategoriez h2.h2, #vobacategoriez .category-title, #vobacategoriez h1.h2, #vobacategoriez h2.h2, .subcategories .category-title, .subcategories h1.h2, .subcategories h2.h2 {
  margin-top: 20px;
  text-align: center;
}
#homecategoriez .category-title a, #homecategoriez h1.h2 a, #homecategoriez h2.h2 a, #vobacategoriez .category-title a, #vobacategoriez h1.h2 a, #vobacategoriez h2.h2 a, .subcategories .category-title a, .subcategories h1.h2 a, .subcategories h2.h2 a {
  font-size: 18px;
  font-weight: normal;
  color: #3E3E3E;
  text-align: center;
  text-transform: none;
}

@media (max-width: 800px) {
  #custom-text {
    padding: 15px;
  }
}
#custom-text h2 {
  text-align: left;
  text-transform: none;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 60px auto;
  color: #3E3E3E;
  font-size: 40px;
}
#custom-text .realization {
  max-width: 1600px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #bc985a;
  gap: 2%;
  flex-wrap: wrap;
}
#custom-text .realization > * {
  width: 32%;
}
@media (max-width: 800px) {
  #custom-text .realization {
    gap: 20px;
  }
  #custom-text .realization > * {
    width: unset;
  }
}
#custom-text .footer {
  color: #d21113;
  margin: 30px 0;
  font-weight: bold;
}
#custom-text .footer a {
  color: #d21113;
}

.group-photopoint, .group-banners {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 80px auto 50px auto;
  gap: 25px;
}
.group-photopoint img, .group-banners img {
  max-width: 100%;
  height: auto;
}
.group-photopoint .bottom-container, .group-banners .bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px 20px;
}
.group-photopoint .bottom-container a, .group-banners .bottom-container a {
  padding: 14px 32px;
  background: #bc985a;
  color: white;
  border: 2px solid #bc985a;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.group-photopoint .bottom-container a:hover, .group-banners .bottom-container a:hover {
  background: white;
  color: #bc985a;
}
@media (max-width: 1620px) {
  .group-photopoint, .group-banners {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 980px) {
  .group-photopoint .bottom-container, .group-banners .bottom-container {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .group-photopoint, .group-banners {
    flex-direction: column;
  }
}

.about {
  max-width: 1600px;
  margin: 0 auto;
}
.about > h2 {
  font-size: 40px;
  color: #3E3E3E;
}
.about .about-inside {
  display: flex;
  gap: 60px;
}
.about .about-inside .about-links {
  width: 350px;
  flex-shrink: 0;
}
.about .about-inside .about-links ul li {
  display: flex;
  align-items: center;
  padding: 25px 15px;
  position: relative;
}
.about .about-inside .about-links ul li:not(:last-child) {
  border-bottom: 1px solid #bc985a;
}
.about .about-inside .about-links ul li a {
  color: #3E3E3E;
}
.about .about-inside .about-links ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.about .about-inside .about-links ul li svg {
  margin-right: 40px;
  line-height: 32px;
  width: 42px;
  transition: 0.2s;
}
.about .about-inside .about-links ul li:hover svg {
  transform: translateX(5px);
}
.about .about-inside .about-us-desc {
  display: flex;
}
.about .about-inside .about-us-desc > p {
  margin-right: 60px;
}
.about .about-inside .about-us-desc .right-section > h4 {
  font-size: 32px;
}
.about .about-inside .about-us-desc .right-section a.btn {
  padding: 14px 32px;
  background: #bc985a;
  color: white;
  border: 2px solid #bc985a;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about .about-inside .about-us-desc .right-section a.btn:hover {
  background: white;
  color: #bc985a;
}
.about .about-inside .about-us-desc .right-section .desc {
  margin: 40px 0;
  line-height: 32px;
}
@media (max-width: 1160px) {
  .about .about-inside .about-us-desc {
    flex-direction: column;
    align-items: center;
  }
  .about .about-inside .about-us-desc > p {
    margin-right: 0;
  }
  .about .about-inside .about-us-desc > p img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 880px) {
  .about .about-inside {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about .about-inside .about-links {
    width: 100%;
  }
}
@media (max-width: 1620px) {
  .about {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.page-index #vobacategoriez {
  display: none;
}

@media (max-width: 1530px) and (min-width: 1365px) {
  #header {
    font-size: 14px;
  }
}
#header .header-nav {
  margin-bottom: 0;
  border-bottom: none;
}
#header .header-nav .mobile > #menu-icon i {
  font-size: 45px;
  transition: 0.2s ease-in-out;
  display: inline-block !important;
}
#header .header-nav .cart-preview.active {
  background: #d21113;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1365px) {
  #header .header-nav .top-logo {
    padding-top: 6px;
  }
  #header .header-nav .top-logo a img {
    max-height: 50px;
    max-width: 100%;
  }
}
@media (max-width: 1365px) {
  #header .header-nav .hidden-sm-down {
    display: none;
  }
}
#header.is-open i.d-inline {
  transform: rotate(90deg);
}
#header .header-top {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  background: white !important;
}
#header .header-top .container {
  display: flex;
  align-items: center;
}
#header .header-top .container .row {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 9999;
  margin: 0 !important;
}
#header .header-top .container .row .user-info {
  margin: 0 20px 0 30px;
  font-weight: bold;
}
#header .header-top .container .row .user-info a {
  color: #3E3E3E;
  transition: 0.1s;
}
#header .header-top .container .row .user-info a:hover {
  color: #bc985a;
}
#header .header-top .container .row .user-info i {
  color: #d21113;
}
#header .header-top .container .row #_desktop_logo {
  width: unset;
}
#header .header-top .container .row > .col-md-10.col-sm-12 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1365px) {
  #header .header-top .container .row > .col-md-10.col-sm-12 {
    padding-bottom: 8px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }
}
#header .header-top .container .row > .col-md-10.col-sm-12 #search_widget > form > input {
  border-radius: 20px;
  border: none;
  background: #E6E6E6;
  color: #3E3E3E;
  text-overflow: ellipsis;
  padding-right: 35px;
}
@media (max-width: 450px) {
  #header .header-top .container .row > .col-md-10.col-sm-12 #search_widget > form > input {
    min-width: 245px;
  }
}
#header .header-top .container .row > .col-md-10.col-sm-12 #search_widget > form button {
  bottom: 0.4125rem;
}
#header .header-top .container .row > .col-md-10.col-sm-12 #search_widget > form button i.search {
  color: #d21113;
}
#header .header-top .container .row > .col-md-10.col-sm-12 #_desktop_top_menu {
  flex-grow: 1;
  margin-bottom: 0;
}
@media (max-width: 1365px) {
  #header .header-top .container .row > .col-md-10.col-sm-12 #_desktop_top_menu {
    flex-grow: unset;
  }
}
#header .header-top .container .row > .col-md-10.col-sm-12 #_desktop_top_menu #top-menu {
  margin-bottom: 0;
}
#header .header-top .container .row > .col-md-10.col-sm-12 #_desktop_top_menu #top-menu a {
  color: #3E3E3E;
}
#header .header-top .container .row > .col-md-10.col-sm-12 .block-social {
  width: unset;
}
#header .header-top .container .row > .col-md-10.col-sm-12 .block-social ul {
  margin-bottom: 0;
}
#header .header-top .container .row > .col-md-10.col-sm-12 .block-social ul li.facebook {
  background-color: #3E3E3E;
  border-radius: 5px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #header .header-top .container .row > .col-md-10.col-sm-12 .block-social ul li.facebook {
    margin: 0;
  }
}
#header .header-top .container .row > .col-md-10.col-sm-12 .block-social ul li.facebook:hover {
  background-color: #3b5998;
}
#header .header-top .container .row > .col-md-10.col-sm-12 #_desktop_cart {
  color: #3E3E3E;
  font-weight: bold;
}
#header .header-top .container .row > .col-md-10.col-sm-12 #_desktop_cart i {
  color: #d21113;
}
@media (max-width: 1365px) {
  #header .header-top {
    padding-bottom: 0;
  }
}

.search-widget form input[type=text]:focus {
  outline: 3px solid #bc985a;
}

#ui-id-1 {
  border: 3px solid #bc985a !important;
  z-index: 10000;
}
#ui-id-1 a.ui-state-focus {
  border: 1px solid #bc985a;
  background: #d21113;
  color: white;
  cursor: pointer;
  z-index: 10001;
}

.div-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.div-title a {
  font-size: 20px;
}

.footer-container {
  background: #3E3E3E;
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer-container .container {
  max-width: 1743px;
  display: flex;
  color: white;
  line-height: 32px;
}
.footer-container .container > div:last-child, .footer-container .container > div:nth-child(3) {
  display: none;
}
.footer-container .container .row::after {
  display: none;
}
.footer-container .container .row {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-container .container .row .contact-section {
  margin-left: 35px;
  margin-right: 100px;
  flex-shrink: 0;
}
.footer-container .container .row .contact2 {
  width: 270px;
  flex-shrink: 0;
}
.footer-container .container .row .contact2 p {
  color: white;
}
.footer-container .container .row .contact2 p a {
  color: #bc985a;
}
.footer-container .container .row .links {
  width: 320px;
  flex-shrink: 0;
  padding-left: 100px;
  border-left: 1px solid #bc985a;
}
.footer-container .container .row .links .title {
  display: none !important;
}
.footer-container .container .row .links li a {
  line-height: 22px;
}
.footer-container .container .row .links .col-md-6 {
  width: 100%;
  float: unset;
}
.footer-container .container .row .links .col-md-6 .h3 {
  font-size: 24px;
  color: white;
  text-transform: none;
}
.footer-container .container .row .links .col-md-6 a {
  color: white;
  display: inline-block;
}
@media (max-width: 840px) {
  .footer-container .container {
    flex-direction: column;
    align-items: center;
  }
  .footer-container .container > .row {
    margin-left: 0;
    margin-right: 0;
    gap: 30px;
  }
  .footer-container .container > .row > * {
    padding: 0 !important;
    margin: 0 !important;
    border-left: none !important;
  }
}

.footer-bottom {
  background: #bc985a;
  color: white;
}
.footer-bottom .bottom-container {
  max-width: 1743px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  align-items: center;
}
.footer-bottom .bottom-container a {
  color: white;
}
.footer-bottom .bottom-container .bottom-menu ul {
  display: flex;
  margin-bottom: 0;
}
.footer-bottom .bottom-container .bottom-menu ul li:not(:first-child) {
  display: flex;
}
.footer-bottom .bottom-container .bottom-menu ul li:not(:first-child):before {
  content: "|";
  display: block;
  margin: 0 10px;
}
@media (max-width: 700px) {
  .footer-bottom .bottom-container {
    flex-direction: column;
  }
}

.page-cms #content-wrapper {
  max-width: 1350px;
  margin: 0 auto;
}

.page-content.page-cms ul, .page-content.page-cms ol {
  padding-left: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#wrapper nav.breadcrumb > ol {
  padding: 30px 0;
}
#wrapper nav.breadcrumb > ol li:after {
  content: "|";
}

#product-promo {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #bc985a;
  gap: 22px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  #product-promo {
    margin: 0 15px;
  }
}
#product-promo > .promo-product .promo-photo {
  position: relative;
}
#product-promo > .promo-product .promo-photo p {
  margin: 0;
}
#product-promo > .promo-product .promo-photo h2 {
  margin: 0;
}
#product-promo > .promo-product .promo-photo .promo1-description {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-weight: bold;
  padding: 10px;
  background: #d21113;
  border-radius: 5px;
  text-transform: uppercase;
}
#product-promo > .promo-product .promo-photo img {
  border-radius: 5px;
  border: 1px solid #D1D1D1;
}
@media (max-width: 530px) {
  #product-promo > .promo-product .promo-photo img {
    max-width: 100%;
    height: auto;
  }
}
#product-promo > .promo-product .desc-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 15px 0 15px;
}
#product-promo > .promo-product .desc-container > * {
  margin-bottom: 15px;
}
#product-promo > .promo-product .desc-container .promo1-title {
  text-transform: uppercase;
}
#product-promo > .promo-product .desc-container .promo1-price {
  font-weight: 900;
  margin-bottom: 35px;
}
#product-promo > .promo-product .desc-container > a {
  padding: 14px 32px;
  background: #bc985a;
  color: white;
  border: 2px solid #bc985a;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#product-promo > .promo-product .desc-container > a:hover {
  background: white;
  color: #bc985a;
}
@media (max-width: 530px) {
  #product-promo > .promo-product .desc-container {
    align-items: center;
  }
}

.js-top-menu ul[data-depth="0"] > li > div {
  max-width: 1000px;
  width: 100%;
  min-width: unset;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: flex-start;
}
.js-top-menu ul[data-depth="1"] {
  display: flex;
  flex-direction: column;
  width: 300px;
  position: relative;
  margin: 70px 50px 70px 50px;
  border-right: 1px solid #3E3E3E;
  border-left: 1px solid #3E3E3E;
  font-size: 20px;
  text-transform: unset;
  line-height: 40px;
  padding-left: 36px;
}
.js-top-menu ul[data-depth="1"] > li a {
  color: white !important;
  text-transform: none;
  white-space: unset;
}
.js-top-menu ul[data-depth="1"] > li a:hover {
  color: #bc985a !important;
}
.js-top-menu ul[data-depth="1"] > li ul[data-depth="2"] {
  position: absolute;
  right: -70px;
  flex-direction: column;
  top: 0;
  transform: translateX(100%);
  display: none;
  font-size: 17px;
  padding-right: 120px;
}
.js-top-menu ul[data-depth="1"] > li ul[data-depth="2"].opened {
  display: flex;
}
.js-top-menu ul[data-depth="1"] > li ul[data-depth="2"] ul[data-depth="3"] {
  display: none;
}
.js-top-menu .banner-container {
  margin: 70px 20px 70px 70px;
}
@media (max-width: 1365px) {
  .js-top-menu#_desktop_top_menu {
    display: none;
  }
}

@media (max-width: 1365px) {
  #header .header-top {
    padding-top: 0;
  }
}

#mobile_top_menu_wrapper {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  top: 100%;
}
#mobile_top_menu_wrapper #_mobile_top_menu {
  width: 100%;
  max-width: 700px;
}
#mobile_top_menu_wrapper #_mobile_top_menu a {
  color: #bc985a !important;
}
#mobile_top_menu_wrapper #_mobile_top_menu li:hover > a {
  color: #d1d1d1 !important;
}
#mobile_top_menu_wrapper #_mobile_top_menu .banner-container {
  display: none;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu {
  transform: unset;
  background: none !important;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing {
  opacity: 1 !important;
  visibility: unset !important;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in .dropdown-submenu, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing .dropdown-submenu, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in .dropdown-submenu, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing .dropdown-submenu {
  font-size: 14px;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="1"] a, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="1"] a, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="1"] a, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="1"] a {
  border: none !important;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="1"], #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="1"], #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="1"], #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="1"] {
  border: none;
  font-size: 14px;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="1"] a, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="1"] a, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="1"] a, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="1"] a {
  font-weight: 400;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="1"] > li, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="1"] > li, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="1"] > li, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="1"] > li {
  width: 100%;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="2"], #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="2"], #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="2"], #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="2"] {
  display: block;
  position: static;
  font-size: 14px;
  list-style: disc inside;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="2"] > li, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="2"] > li, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="2"] > li, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="2"] > li {
  align-items: center;
  list-style: disc outside none;
  display: list-item;
  margin-left: 3em;
  color: #d21113;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="2"] > li:hover a, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="2"] > li:hover a, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="2"] > li:hover a, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="2"] > li:hover a {
  color: #d1d1d1 !important;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-menu.in ul[data-depth="2"] > li .dropdown-item > span, #mobile_top_menu_wrapper #_mobile_top_menu .top-menu.collapsing ul[data-depth="2"] > li .dropdown-item > span, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.in ul[data-depth="2"] > li .dropdown-item > span, #mobile_top_menu_wrapper #_mobile_top_menu .sub-menu.collapsing ul[data-depth="2"] > li .dropdown-item > span {
  display: none;
}

#custom-text2 {
  position: relative;
  display: inline-block;
}

#custom-text2 .promo-containter {
  position: absolute;
}

.group-photopoint #custom-text2 > p > img {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}

.iwc-point-marker {
  font-weight: 700;
  font-size: 25px;
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  background: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 20px #bc985a;
  color: #fff;
  animation-name: vimgpoi-pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  filter: blur(0.4px);
}

@keyframes vimgpoi-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.promo-containter .promo-all {
  width: 8vw;
  max-width: 180px;
  min-width: 150px;
  background: #fff;
  position: absolute;
  padding: 15px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: none;
  right: 50px;
  top: -75px;
  left: auto;
  bottom: auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #bc985a;
}
.promo-containter .promo-all img {
  border-radius: 5px;
}
.promo-containter .promo-all > a > div {
  margin-bottom: 7px;
}
.promo-containter .promo-all > a .promo1-price {
  font-weight: bold;
  color: #bc985a;
}

.promo-containter .promo-all .promo1-image {
  max-width: 150px;
}

.promo-containter .promo-all .promo1-image img {
  max-width: 100%;
  height: auto;
}

.promo-containter .promo-all .promo1-title {
  font-weight: 600;
  color: #d21113;
  font-size: 15px;
  margin-top: -10px;
}

.promo-containter .promo-all .promo1-description {
  font-weight: 600;
  color: #d21113;
  font-size: 13px;
}

.promo-containter .promo-all .promo1-price {
  color: #000;
}

.promo-containter .promo-all .promo-buy {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d21113;
}

.subcategories > ul:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#search_filters_wrapper button.ok {
  display: none;
}
#search_filters_wrapper #search_filters {
  box-shadow: none;
  display: block;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
#search_filters_wrapper #search_filters .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-grow: 1;
  margin: 0 -14px;
}
#search_filters_wrapper #search_filters .filters > section {
  margin: 0 14px;
  flex-grow: 1;
  max-width: 300px;
  min-width: 200px;
}
#search_filters_wrapper #search_filters .filters > section > .title {
  display: none;
}
#search_filters_wrapper #search_filters .filters > section .ui-widget-header.ui-slider-range {
  background: #bc985a;
}
#search_filters_wrapper #search_filters .filters > section .facet-dropdown {
  background: white;
  border: 1px solid #bc985a;
  border-radius: 5px;
  box-shadow: none;
}
#search_filters_wrapper #search_filters .filters > section .facet-dropdown a:hover {
  color: #d21113;
}
#search_filters_wrapper #search_filters .filters > section .facet-dropdown.open {
  box-shadow: 0 0 0 1pt #bc985a;
}
#search_filters_wrapper #search_filters .filters > section .facet-dropdown.open > .select-title {
  border: none;
}
#search_filters_wrapper #search_filters .filters > section .facet-dropdown a {
  background: none;
}
#search_filters_wrapper #search_filters .filters > section .facet-dropdown .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
}

#main .block-category img {
  max-width: 100%;
}
#main > #manufacturer-short_description {
  display: none;
}

#products #js-product-list-top {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
}
#products #js-product-list-top .showing {
  display: none;
}
#products #js-product-list-top .total-products {
  padding-top: 0;
}
#products #js-product-list-top:after {
  content: none;
}
#products #js-product-list-top .col-md-6 {
  width: max-content;
  padding-right: 0;
}
#products #js-product-list-top .col-md-6 .row {
  margin-left: 0;
  margin-right: 0;
}
#products #js-product-list-top .col-md-6 button {
  background: white;
  border: 1px solid #BC985A;
  border-radius: 5px;
  box-shadow: none;
}
#products #js-product-list-top .col-md-6 .dropdown-menu a:hover {
  background: unset;
  color: #d21113;
}
#products #js-product-list-top .col-md-6 .sort-by-row {
  justify-content: flex-end;
}
#products #js-product-list-top .col-md-6 .sort-by-row > .sort-by {
  width: max-content;
  min-width: 91px;
}
#products #js-product-list-top .col-md-6 .sort-by-row .products-sort-order > div {
  left: unset !important;
  right: 0 !important;
}
#products #js-product-list-top .col-md-6 .sort-by-row .filter-button {
  display: none;
}
#products #js-product-list-top .col-md-6 .sort-by-row .products-sort-order {
  padding-right: 0;
}
#products #js-product-list-top .col-md-6 .sort-by-row #search_filter_toggler {
  display: none;
}
#products #js-product-list .up {
  display: flex;
  justify-content: center;
}
#products #js-product-list .up > a {
  background: #d21113;
  color: white;
  box-shadow: none;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
#products #js-product-list .products > div .js-product-miniature {
  max-width: 521px;
  margin: 0 11px;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container {
  width: unset;
  box-shadow: unset;
  margin-bottom: 70px;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .product-thumbnail {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  overflow: hidden;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .desc-container {
  display: flex;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .desc-container .product-description {
  width: unset;
  height: unset;
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: none !important;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .desc-container .product-description .product-title {
  text-align: unset;
  font-size: 18px;
  text-transform: uppercase;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .desc-container .product-description .product-title a {
  color: #3E3E3E;
  font-size: 18px;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .desc-container .product-description .product-price-and-shipping {
  text-align: unset;
  font-size: 18px;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations {
  box-shadow: unset;
  display: flex;
  width: unset;
  align-items: center;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations > a {
  padding: 14px 32px;
  background: #bc985a;
  color: white;
  border: 2px solid #bc985a;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations > a:hover {
  background: white;
  color: #bc985a;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations .variant-links {
  display: flex;
  align-items: first baseline;
  flex-grow: 1;
  width: unset;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations .variant-links > span {
  margin-right: 10px;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations .variant-links .variants {
  display: flex;
  align-items: center;
  color: #bc985a;
}
#products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations .variant-links .variants a {
  width: 35px;
  height: 35px;
}
@media (max-width: 500px) {
  #products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations {
    flex-direction: column;
  }
}

.card {
  box-shadow: unset;
  border: none;
}

nav.pagination {
  display: flex;
  flex-wrap: wrap;
}
nav.pagination > .col-md-3 {
  width: unset;
}
nav.pagination > .col-md-3 .sort-select {
  display: flex;
  align-items: center;
}
nav.pagination > .col-md-3 .sort-select .menu {
  display: flex;
  margin-right: 30px;
}
nav.pagination > .col-md-3 .sort-select .menu .item {
  font-weight: normal;
}
nav.pagination > .col-md-3 .sort-select .menu .item:not(:first-child):before {
  content: "|";
  margin: 0 10px;
  letter-spacing: unset;
  color: #bc985a;
}
nav.pagination > .col-md-4 {
  float: unset;
  width: unset;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3E3E3E;
}
nav.pagination > .col-md-6 {
  width: unset;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav.pagination > .col-md-6 > .page-list {
  box-shadow: unset;
}
nav.pagination > .col-md-6 > .page-list > li:not(:first-child):before {
  content: "|";
  margin: 0 10px;
}
nav.pagination > .col-md-6 > .page-list > li a {
  font-weight: normal;
  color: #3E3E3E;
}
nav.pagination > .col-md-6 > .page-list > li.current a {
  color: #bc985a;
  font-size: unset;
}
@media (max-width: 1000px) {
  nav.pagination > .col-md-6 {
    order: 1;
  }
  nav.pagination > .col-md-4 {
    order: 2;
  }
  nav.pagination > .col-md-3 {
    order: 3;
  }
}
@media (max-width: 720px) {
  nav.pagination {
    justify-content: center;
  }
  nav.pagination > .col-md-6 {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }
}

.product-flags {
  align-items: flex-end;
  padding: 5px 15px;
}
.product-flags > li {
  background: #d21113 !important;
  border-radius: 5px;
  box-shadow: none !important;
  padding: 10px 15px !important;
}

.accessories-container {
  max-width: 1600px;
  margin: 0 auto;
}
.accessories-container .vobacategoriez li .product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accessories-container .vobacategoriez li .product-container img {
  width: 158px;
  height: 158px !important;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
.accessories-container .vobacategoriez li .product-container .right-block, .accessories-container .vobacategoriez li .product-container h1.h2 {
  margin-top: 20px;
}
.accessories-container .vobacategoriez li .product-container .right-block a, .accessories-container .vobacategoriez li .product-container h1.h2 a {
  font-size: 18px;
  font-weight: normal;
  color: #3E3E3E;
  text-align: center;
  text-transform: none;
}

#blockcart-modal .modal-dialog .modal-content {
  border-radius: 8px;
}
#blockcart-modal .modal-dialog .modal-content .modal-header {
  margin: 10px 60px;
}
#blockcart-modal .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#blockcart-modal .modal-dialog .modal-content .modal-header button.close i {
  color: #d21113;
  font-size: 36px;
}
#blockcart-modal .modal-dialog .modal-content .modal-header #myModalLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 26px;
}
#blockcart-modal .modal-dialog .modal-content .modal-header #myModalLabel i {
  font-size: 36px;
}
#blockcart-modal .modal-dialog .modal-content .modal-body {
  border-radius: 8px;
  padding: 3.125rem 60px;
}
#blockcart-modal .modal-dialog .modal-content .modal-body > .row {
  margin: 0;
}
#blockcart-modal .modal-dialog .modal-content .modal-body .product-image {
  margin-left: 0;
  border-radius: 5px;
}
#blockcart-modal .modal-dialog .modal-content .modal-body .product-name {
  color: #3E3E3E;
}
#blockcart-modal .modal-dialog .modal-content .modal-body .cart-products-count {
  color: #bc985a;
}
#blockcart-modal .modal-dialog .modal-content .modal-body .btn-secondary {
  box-shadow: none;
  color: #d21113;
  background: none;
  padding: unset;
  margin: 30px auto;
}
#blockcart-modal .modal-dialog .modal-content .modal-body .btn-secondary:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
@media (max-width: 1000px) {
  #blockcart-modal .modal-dialog .modal-content .modal-header {
    margin: 0;
  }
  #blockcart-modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }
}

.page-cart .cart-grid.row .cart-grid-body {
  padding-right: 40px;
}
.page-cart .cart-grid.row .cart-grid-body hr.separator {
  border: 0;
}
.page-cart .cart-grid.row .cart-grid-body .card-block {
  padding-left: 0;
}
.page-cart .cart-grid.row .cart-grid-body .card-block h1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  color: #3E3E3E;
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview {
  background: #F5F4F3;
  border-radius: 8px;
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid {
  display: flex;
  align-items: center;
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-left {
  width: unset;
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-info a {
  font-size: 18px;
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-info a:hover {
  color: #bc985a;
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-info.product-price {
  color: #bc985a;
  margin-top: 1em;
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid .product-image img {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
@media (max-width: 700px) {
  .page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid {
    flex-direction: column;
  }
  .page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid > div {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid > div.product-line-grid-right {
    display: flex;
    justify-content: center;
  }
  .page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid > div.product-line-grid-right > div {
    width: unset;
  }
  .page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid > div.product-line-grid-right > div .col-xs-6 {
    width: unset;
  }
  .page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item .product-line-grid > div.product-line-grid-right .hidden-md-up {
    display: none;
  }
}
.page-cart .cart-grid.row .cart-grid-body .cart-overview ul.cart-items li.cart-item:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}
.page-cart .cart-grid.row .cart-grid-right {
  padding: 40px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  margin-top: 76px;
}
.page-cart .cart-grid.row .cart-grid-right .cart-title {
  display: flex;
  align-items: center;
}
.page-cart .cart-grid.row .cart-grid-right .cart-title h3 {
  margin-bottom: 0;
  margin-left: 19px;
  font-size: 32px;
  color: #3E3E3E;
}
.page-cart .cart-grid.row .cart-grid-right .cart-detailed-totals .card-block {
  padding-left: 0;
  padding-right: 0;
}
.page-cart .cart-grid.row .cart-grid-right .cart-detailed-actions {
  padding-bottom: 0;
}

.bootstrap-touchspin {
  box-shadow: none;
}
.bootstrap-touchspin i {
  color: #d21113;
}
.bootstrap-touchspin .js-cart-line-product-quantity {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.bootstrap-touchspin .bootstrap-touchspin-up {
  border-top-right-radius: 5px !important;
}
.bootstrap-touchspin .bootstrap-touchspin-down {
  border-bottom-right-radius: 5px !important;
}

.page-order .header-top > .container > .row #search_widget {
  margin: 0 10px;
}
@media (max-width: 800px) {
  .page-order .header-top > .container > .row .hidden-sm-down {
    display: none;
  }
  .page-order .header-top > .container > .row #_desktop_logo {
    display: block;
  }
  .page-order .header-top > .container > .row #_desktop_logo img.logo {
    width: 52px;
  }
}
.page-order section#content {
  margin-top: 20px;
}
.page-order section#content > .row {
  display: flex;
  flex-wrap: wrap;
}
.page-order section#content > .row .cart-grid-body {
  background: #F5F4F3;
  border-radius: 8px;
  margin-right: 25px;
}
.page-order section#content > .row .cart-grid-body .row {
  margin-left: unset !important;
  margin-right: unset !important;
}
.page-order section#content > .row .cart-grid-body .checkout-step {
  box-shadow: none !important;
  background: none;
}
.page-order section#content > .row .cart-grid-body .checkout-step a {
  color: #d21113 !important;
}
.page-order section#content > .row .cart-grid-body .checkout-step .address-item.selected {
  border-color: #d21113;
}
.page-order section#content > .row .cart-grid-body .checkout-step .nav-link {
  color: #d21113;
}
.page-order section#content > .row .cart-grid-body .checkout-step .nav-link.active {
  color: #3E3E3E;
}
.page-order section#content > .row .cart-grid-body .checkout-step .nav-link:hover {
  color: #bc985a;
}
.page-order section#content > .row .cart-grid-body .checkout-step .custom-checkbox label {
  display: flex;
}
.page-order section#content > .row .cart-grid-body .checkout-step .custom-checkbox label a {
  color: #d21113;
}
.page-order section#content > .row .cart-grid-body .checkout-step .custom-checkbox label input[type=checkbox]:focus + span {
  border-color: #bc985a;
}
.page-order section#content > .row .cart-grid-body .checkout-step .custom-radio {
  border-color: #d21113;
}
.page-order section#content > .row .cart-grid-body .checkout-step .custom-radio > span {
  background-color: #bc985a;
}
.page-order section#content > .row .cart-grid-body .checkout-step .input-group.focus {
  outline: none !important;
}
.page-order section#content > .row .cart-grid-body .checkout-step .input-group .form-control:focus {
  outline: 2px solid #d21113;
}
.page-order section#content > .row .cart-grid-body .checkout-step .input-group .input-group-btn {
  transform: translateX(10px);
}
.page-order section#content > .row .cart-grid-body .checkout-step .input-group .input-group-btn button {
  background: #d21113;
  border-radius: 5px;
  font-weight: bold;
}
.page-order section#content > .row .cart-grid-body .checkout-step .form-control {
  outline-color: #d21113;
  border-radius: 5px;
  color: #3E3E3E;
}
.page-order section#content > .row .cart-grid-body .checkout-step .form-control:focus {
  outline-color: #d21113 !important;
  border-color: #d21113;
}
.page-order section#content > .row .cart-grid-right {
  float: right;
  width: 31.33333%;
  border: 1px solid #bc985a;
  border-radius: 8px;
  margin-left: 0px;
}
.page-order section#content > .row .cart-grid-right .card-block.cart-summary-subtotals-container {
  padding-left: 0;
  padding-right: 0;
}
.page-order section#content > .row .cart-grid-right a {
  color: #d21113;
}
.page-order section#content > .row .cart-grid-right .blockreassurance_product {
  padding-left: 1.25rem;
  margin-top: 0;
}
.page-order section#content > .row .cart-grid-right .blockreassurance_product span.item-product {
  margin-right: 15px;
}
@media (max-width: 1635px) {
  .page-order section#content > .row {
    flex-direction: column;
    padding: 0 15px;
  }
  .page-order section#content > .row > div {
    width: unset !important;
    max-width: 100%;
  }
  .page-order section#content > .row .cart-grid-right {
    order: 1;
    margin-bottom: 15px;
  }
  .page-order section#content > .row .cart-grid-body {
    order: 2;
    margin-right: 0;
    padding-right: 0;
  }
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
  background-color: #3E3E3E;
  filter: blur(0.7px);
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

body#checkout #footer {
  padding: 0;
  padding-top: 2.5rem;
  box-shadow: none;
}

#checkout #search_widget {
  display: unset;
}

.page-order-confirmation h3.h1.card-title i {
  padding-left: 0;
}
.page-order-confirmation section#content {
  background: #F5F4F3;
  border-radius: 8px;
}
.page-order-confirmation section#content .order-confirmation-table .order-line {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .page-order-confirmation section#content .order-confirmation-table .order-line {
    flex-direction: column;
  }
}
.page-order-confirmation section#content .order-confirmation-table .order-line .details {
  font-weight: bold;
}
.page-order-confirmation section#content .order-confirmation-table .order-line .image img {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
.page-order-confirmation section#content .order-confirmation-table .order-line:not(:last-of-type) {
  border-bottom: 1px solid #d1d1d1;
}
.page-order-confirmation section#content .order-confirmation-table hr {
  border-top-width: 3px;
  border-color: #bc985a;
}
.page-order-confirmation #content-hook_payment_return a {
  color: #d21113;
}

.page-contact #left-column .contact-rich a {
  color: #d21113;
}
.page-contact #left-column .contact-rich i {
  color: #bc985a;
}
.page-contact #content-wrapper {
  width: 75%;
}
.page-contact #content-wrapper #content {
  padding-top: 0;
}
.page-contact #content-wrapper #content .contact-form {
  padding-top: 0;
}
.page-contact #content-wrapper #content .contact-form a {
  color: #d21113;
}
.page-contact #content-wrapper #content .contact-form .form-group > .col-md-9 {
  padding-left: 0;
}
.page-contact #content-wrapper #content .contact-form input.form-control {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.page-contact #content-wrapper #content .contact-form label.btn {
  background: #d21113;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 15px;
}

.page-customer-account #content {
  box-shadow: none;
  background: #d1d1d1;
  border-radius: 8px;
  color: #3E3E3E;
  overflow-x: scroll;
}
.page-customer-account #content a {
  color: #d21113;
}
.page-customer-account .page-footer a {
  color: #d21113;
}

.page-order-detail .box {
  box-shadow: none;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  color: #3E3E3E;
  line-height: 23px;
}
.page-order-detail .box a {
  color: #d21113;
}

#manufacturer #main > ul {
  align-items: unset;
}
#manufacturer #main > ul li.brand {
  border: 1px solid transparent;
}
#manufacturer #main > ul li.brand a {
  color: #d21113;
}
#manufacturer #main > ul li.brand:hover {
  box-shadow: none !important;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cms-id-17 .page-content.page-cms {
  padding: 0;
}
.cms-id-17 p.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.cms-id-17 p.gallery img {
  margin: 11px;
  width: 320px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.page-category p.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.page-category p.gallery img {
  margin: 5px;
  width: 220px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
}

#colorbox {
  border: 1px solid #bc985a;
  overflow: visible;
}
#colorbox #cboxWrapper {
  overflow: visible;
}
#colorbox #cboxWrapper #cboxContent {
  overflow: visible;
}
#colorbox #cboxWrapper .cboxPhoto {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
#colorbox #cboxWrapper #cboxNext, #colorbox #cboxWrapper #cboxPrevious {
  text-indent: unset;
  background: none;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 73px;
  height: 73px;
}
@media only screen and (max-width: 650px) {
  #colorbox #cboxWrapper #cboxNext, #colorbox #cboxWrapper #cboxPrevious {
    top: unset;
    bottom: -50px;
    transform: unset;
    width: 50px;
    height: 50px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 650px) {
  #colorbox #cboxWrapper #cboxNext svg, #colorbox #cboxWrapper #cboxPrevious svg {
    width: 50px;
    height: auto;
  }
}
#colorbox #cboxWrapper #cboxNext {
  right: -82px;
  left: unset;
}
@media only screen and (max-width: 650px) {
  #colorbox #cboxWrapper #cboxNext {
    right: 0;
  }
}
#colorbox #cboxWrapper #cboxPrevious {
  left: -80px;
}
@media only screen and (max-width: 650px) {
  #colorbox #cboxWrapper #cboxPrevious {
    left: 0 !important;
  }
}
#colorbox #cboxWrapper #cboxCurrent {
  left: 50%;
  transform: translateX(-50%);
}
#colorbox #cboxWrapper #cboxClose {
  bottom: auto;
  top: -40px;
  right: -30px;
  background: none;
  text-indent: unset;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 1250px) {
  #colorbox #cboxWrapper #cboxClose {
    right: 0;
  }
}
@media only screen and (max-width: 650px) {
  #colorbox #cboxWrapper #cboxClose {
    right: 15px;
    top: -45px;
    width: 32px;
    height: 32px;
  }
}
#colorbox #cboxWrapper #cboxTopCenter, #colorbox #cboxWrapper #cboxTopLeft, #colorbox #cboxWrapper #cboxTopRight, #colorbox #cboxWrapper #cboxMiddleLeft, #colorbox #cboxWrapper #cboxMiddleRight, #colorbox #cboxWrapper #cboxBottomLeft, #colorbox #cboxWrapper #cboxBottomCenter, #colorbox #cboxWrapper #cboxBottomRight {
  background: none;
  height: 0;
  width: 0;
}

#cookieNotice {
  padding: 20px !important;
  background-color: #d21113 !important;
  box-shadow: none !important;
}
#cookieNotice p {
  color: white !important;
  font-weight: normal;
}
#cookieNotice p a {
  color: white;
  font-weight: bold;
}
#cookieNotice .closeButtonNormal {
  color: white;
  background: #bc985a;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px;
  text-transform: capitalize;
}

#content > .row {
  margin-left: 0;
  margin-right: 0;
}
#content > .row .links > a > span {
  box-shadow: none !important;
  border: 1px solid #bc985a;
  border-radius: 8px;
}
#content > .row .links > a:hover i {
  color: #d21113;
}

.login-form #login-form > section > .row {
  margin: 0;
}

#awp_container {
  margin-top: 20px;
}
#awp_container .awp_box .xtop, #awp_container .awp_box .xbottom {
  display: none;
}
#awp_container .awp_box > .awp_header b {
  font-size: 20px !important;
}
#awp_container .awp_box .awp_header {
  background: none;
  font-size: 1rem;
  color: #3E3E3E;
  border-width: 0;
}
#awp_container .awp_box > .awp_content {
  overflow: unset;
  border-width: 0;
}
#awp_container .awp_box > .awp_content > #awp_wizard {
  width: 100%;
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner {
  padding-top: 10px;
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner .awp_cell_cont {
  position: relative;
  margin-bottom: 0;
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner .awp_cell_cont .awp_nila {
  width: max-content;
  position: absolute;
  top: 0;
  transform: translateY(-120%) translateX(50%);
  z-index: 999;
  padding: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: white;
  left: 0;
  display: none;
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner .awp_cell_cont .awp_tbla:empty {
  display: none !important;
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner .awp_header {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner .awp_header:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  font-size: 22px;
  transition: 0.2s ease-in-out;
  transform: rotate(0deg);
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner .awp_header.slide:before {
  transform: rotate(180deg);
}
#awp_container .awp_box > .awp_content > #awp_wizard .awp_box.awp_box_inner .awp_header .awo_header_fixed {
  position: static;
}
#awp_container .awp_box > .awp_content select {
  background: none;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

#product-modal.in {
  display: flex !important;
  justify-content: center;
  max-width: 100%;
}
#product-modal .modal-dialog {
  max-width: unset;
  margin: unset;
  max-width: 100%;
}
#product-modal .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
}
#product-modal .modal-dialog .modal-content .close {
  font-size: 3.5rem;
  color: #bc985a;
  opacity: 1;
}
#product-modal .modal-dialog .modal-content .modal-body {
  flex-direction: column;
  margin-left: unset;
  align-items: center;
}
#product-modal .modal-dialog .modal-content .modal-body .thumbnails {
  max-width: 100%;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask {
  overflow: unset !important;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images {
  margin-left: 0;
  display: flex;
  align-items: center;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images .slick-list {
  overflow: hidden;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images .slick-list .slick-track {
  display: flex;
  width: 800px !important;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images .slick-list .slick-track li {
  width: 200px !important;
  min-width: 200px;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images .slick-list .slick-track li img {
  width: unset;
  max-width: 100%;
  border: 3px solid transparent;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images .slick-list .slick-track li img:hover {
  border-color: #bc985a;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images button {
  background: none;
  border: none;
  font-size: 0;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  content: "";
  font-size: 20px;
  background: #bc985a;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-mask .js-modal-product-images button.slick-next:before {
  content: "";
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-arrows {
  display: none;
}

html {
  font-family: "Roboto", sans-serif;
  color: #3E3E3E;
}

a:hover {
  color: #d21113;
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
  background: none;
}
.product-features > dl.data-sheet dd.value:nth-of-type(2n), .product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: none;
}

#wrapper {
  box-shadow: none;
  display: block !important;
}

#multiAccessoriesTab .product-cover .layer {
  width: 100%;
  height: 100%;
}
#multiAccessoriesTab td.check-image ~ td {
  display: flex;
  align-items: center;
  margin-left: -10px;
}
#multiAccessoriesTab td.check-image ~ td .accessory_price {
  margin-left: 10px;
  font-weight: bold;
  color: #3E3E3E;
}
#multiAccessoriesTab input.custom_quantity {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#multiAccessoriesTab input.custom_quantity:focus {
  outline: none;
}
#multiAccessoriesTab .input-group-btn-vertical {
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
#multiAccessoriesTab .input-group-btn-vertical button {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: none;
  padding: 0;
  background: none;
  outline: none;
}
#multiAccessoriesTab .input-group-btn-vertical button i.touchspin-down, #multiAccessoriesTab .input-group-btn-vertical button i.touchspin-up {
  color: #d21113;
  background: none;
}
#multiAccessoriesTab .input-group-btn-vertical button i.touchspin-up:after {
  content: "";
}
#multiAccessoriesTab .input-group-btn-vertical button i.touchspin-down:after {
  content: "";
}
#multiAccessoriesTab .input-group-btn-vertical button.bootstrap-touchspin-up-acc {
  border-bottom: 0;
  border-top-right-radius: 5px;
}
#multiAccessoriesTab .input-group-btn-vertical button.bootstrap-touchspin-down-acc {
  border-bottom-right-radius: 5px;
}
#multiAccessoriesTab .input-group-btn-vertical button:hover {
  background-color: #f1f1f1;
}
#multiAccessoriesTab #group_accessories tbody {
  display: flex;
  flex-wrap: wrap;
}
#multiAccessoriesTab #group_accessories tbody > tr {
  width: 163px;
  margin: 5px;
}
#multiAccessoriesTab #group_accessories tbody > tr .checkbox_radio_image {
  width: auto;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table {
  margin-bottom: 0;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table > tbody > tr {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 10px !important;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table > tbody > tr .check-image {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table > tbody > tr .check-image .message_error {
  display: none;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table > tbody > tr .check-image table {
  margin-bottom: 0;
  display: flex;
  height: 100%;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table > tbody > tr .check-image table td.checkbox_radio_image {
  height: 100%;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table > tbody > tr .combinations {
  display: inline-block;
  width: 100%;
}
#multiAccessoriesTab #group_accessories .option-row .content_group > table > tbody > tr .combinations select {
  width: 100%;
}
#multiAccessoriesTab #group_accessories #product_list_accessory_10 .ma_accessory_name, #multiAccessoriesTab #group_accessories #product_list_accessory_11 .ma_accessory_name, #multiAccessoriesTab #group_accessories #product_list_accessory_13 .ma_accessory_name {
  pointer-events: none;
}
#multiAccessoriesTab .accessories_table_price .accessories_table_price_content tr {
  display: flex;
  justify-content: space-between;
}

body:not(.page-index) section#wrapper > div.container {
  width: 1600px;
  padding: 0;
  max-width: 100%;
}
body:not(.page-index) section#wrapper > div.container #content-wrapper {
  padding: 0;
}
body:not(.page-index) section#wrapper > div.container #content-wrapper > section > .row {
  margin-left: 0;
  margin-right: 0;
}
body:not(.page-index) section#wrapper > div.container #content-wrapper > section > .row img.col-md-4 {
  max-width: 100%;
}

.col-md-3 {
  padding-left: 0;
}

.form-control:focus, .input-group.focus {
  outline-color: #d21113;
  border-color: #bc985a;
}

.form-control {
  border-radius: 5px;
}

.alert-info {
  display: none;
}

a {
  color: #d21113;
}

.collection #products #js-product-list .products > div .js-product-miniature .thumbnail-container .highlighted-informations > a.button-brown {
  display: none;
}

.awp_group_image {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  transition: 0.2s;
  background: white;
  z-index: 10;
  position: relative;
}
.awp_group_image img {
  width: 50px;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.awp_group_image img.thumb {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, width 0.4s ease-in-out, height 0.4s;
  left: 0;
  top: 0;
  transform: translateX(0) translateY(0);
}
.awp_group_image:hover {
  z-index: 1000;
}
.awp_group_image:hover img.thumb {
  opacity: 1;
  width: 300px !important;
  height: auto !important;
  max-width: 500px;
  display: block;
  border: 1px solid black;
  transform: translateX(calc(25px - 50%)) translateY(calc(52px));
}

.awp_image_sel {
  border-color: #d21113;
}

.awp_content {
  display: flex;
  flex-wrap: wrap;
}
.awp_content .awp_cell_cont {
  width: 60px !important;
  padding: 5px;
}

.cart-items .cart-item .product-line-grid .product-line-grid-body a {
  color: #000;
}

.product-acc h2 {
  font-size: 1.4444444444rem;
  margin-bottom: 25px;
}
.product-acc .products_block {
  margin: 20px 0;
}
.product-acc .products_block .thumbnail-container, .product-acc .products_block .featured-products .thumbnail-container, .product-acc .products_block .product-accessories .thumbnail-container, .product-acc .products_block .product-miniature .thumbnail-container {
  box-shadow: none;
}

.category-title {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
