body.customized-active {
  overflow: hidden !important;
}

.d-block {
  display: block !important;
}

.line-height-75 {
  line-height: 1.25 !important;
}

.text-transform-uppercase {
  text-transform: uppercase !important;
}

.font-weight-bold {
  font-weight: 400 !important;
}

.font-weight-bolder {
  font-weight: 600 !important;
}

#customize-product-wrapper h1,
#customize-product-wrapper h2,
#customize-product-wrapper h3,
#customize-product-wrapper h4,
#customize-product-wrapper h5,
#customize-product-wrapper h6 {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

#customize-product-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  display: none;
  font-family: 'Lato', sans-serif;
}

.divider10 {
  height: 10px !important;
}

#customize-product-wrapper .text-gray {
  color: #787879 !important;
}

#customize-product-wrapper .text-white {
  color: #ffffff !important;
}

#customize-product-wrapper .font-24 {
  font-size: 24px !important;
  margin-bottom: .75rem;
  letter-spacing: 2px;
}

#customize-product-wrapper .font-17 {
  font-size: 17px !important;
  margin-bottom: .75rem;
}

#customize-product-wrapper .font-14 {
  font-size: 14px !important;
  margin-bottom: .475rem;
}

#customize-product-wrapper .font-13 {
  font-size: 13px !important;
  margin-bottom: .35rem;
}

#customize-product-wrapper .font-12 {
  font-size: 12px !important;
  margin-bottom: .35rem;
}

#customize-product-wrapper .font-11 {
  font-size: 11px !important;
}

#customize-product-wrapper.active {
  display: block !important;
}

#customize-product-wrapper .__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#customize-product-wrapper .__inner .__backdrop {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
}

#customize-product-wrapper .__inner .__content {
  position: relative;
  width: 90%;
  min-height: 650px;
  max-width: 1528px;
  max-height: 90%;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  align-items: stretch;
}

#customize-product-wrapper .__inner .__content .btn-close-customize {
  background-color: transparent;
  border: none;
  height: 13px;
  line-height: 13px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  cursor: pointer;
}

#customize-product-wrapper .__inner .__content .btn-close-customize svg {
  fill: #787879;
  width: 13px;
  height: 13px;
}

#customize-product-wrapper .__inner .__content .__image {
  position: relative;
  width: 100%;
  flex: 1;
}

#customize-product-wrapper .__inner .__content .__image .image__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
}

#customize-product-wrapper .__inner .__content .__image .image__inner .__back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: rgba(39, 48, 63, 1);
  background: radial-gradient(at top left, rgba(157, 174, 197, 1) 0%, rgba(39, 48, 63, 1) 50%, rgba(10, 12, 17, 1) 100%);
}

#customize-product-wrapper .__inner .__content .__image .image__inner img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}

#customize-product-wrapper .__inner .__content .__info {
  width: 300px;
}

#customize-product-wrapper .__inner .__content .__info .inner_info {
  padding: 1.5rem 1.625rem;
  background-color: #1B1E25;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

#customize-product-wrapper .__inner .__content .__info .__bottom {
  margin-top: auto;
}

#customize-product-wrapper .__inner .__content .__customs {
  margin-bottom: .75rem;
  display: flex;
  flex-wrap: wrap;
}

#customize-product-wrapper .__inner .__content .__customs .__item {
  margin-bottom: .75rem;
  width: 50%;
  cursor: pointer;
  flex: 0 1 50%;
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item {
  padding: 0 .125rem 0 .625rem;
  display: flex;
  align-items: center;
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item .__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0);
}

#customize-product-wrapper .__inner .__content .__customs .__item.active .inner__item .__icon {
  border-color: rgba(255, 255, 255, 1);
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item .__text {
  padding-left: 6px;
  line-height: 14px;
  flex: 1;
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item .__icon .__back_icon {
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px rgba(131, 131, 131, .6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mb-0 {
  margin-bottom: 0 !important;
}

#customize-product-wrapper .btn {
  background-color: #3C3C3C;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}

#customize-product-wrapper .btn:hover {
  background-color: #393939;
  color: #ffffff;
}

#customize-product-wrapper .btn svg {
  display: inline-block;
  margin-left: 8px;
  width: 11px;
  height: 11px;
}

#customize-product-wrapper .btn.btn-s {
  font-size: 11px;
  line-height: 15px;
}

.show-xs {
  display: none;
}

.__header-top {
  background-color: #1B1E25;
  width: 100%;
  height: auto;
  padding: .475rem 1rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

@media (max-width: 767px) {
  #customize-product-wrapper .__inner .__content {
    width: 90%;
    min-height: 300px;
    max-height: initial;
    flex-direction: column;
    align-items: start;
  }

  #customize-product-wrapper .__inner .__content .__image {
    max-height: 180px;
  }

  #customize-product-wrapper .__inner .__content .__image .image__inner {
    padding: 1rem 2rem;
  }

  #customize-product-wrapper .__inner .__content .__image .image__inner img {
    position: relative;
    z-index: 1;
    max-height: 160px;
  }

  #customize-product-wrapper .__inner .__content .__info .inner_info {
    padding: 1rem 1rem;
  }

  #customize-product-wrapper .__inner .__content .__info {
    width: 100%;
  }

  .hide-xs {
    display: none;
  }

  .show-xs {
    display: block;
    width: 100%;
  }

  #customize-product-wrapper .font-24 {
    font-size: 16px !important;
    margin-bottom: .275rem;
  }

  #customize-product-wrapper .font-17 {
    font-size: 14px !important;
    margin-bottom: .5rem;
  }

  #customize-product-wrapper .font-14 {
    font-size: 13px !important;
    margin-bottom: .275rem;
  }

  #customize-product-wrapper .font-13 {
    font-size: 12px !important;
    margin-bottom: .125rem;
  }

  #customize-product-wrapper .font-11 {
    font-size: 10px !important;
  }
}

.fancybox__container {
  z-index: 1000000;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: auto;
  bottom: 1px;
  outline: none !important;
  box-shadow: none !important;
}

.carousel__button.is-next {
  right: 50%;
  transform: translateX(80px) translateY(0);
}

.carousel__button.is-prev {
  left: 50%;
  transform: translateX(-80px) translateY(0);
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 50%;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 50%;
  }
}

.carousel__button svg {
  width: 18px !important;
  stroke-width: 1 !important;
  stroke: #7a7c7f !important;
}

.fancybox__content > .carousel__button.is-close {
  top: 10px;
  right: 12px;
}

.carousel__slide {
  flex: 0 0 auto;
  max-width: 10px;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: 10px;
  margin: 0 3px;
  padding: 0;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs {
  transform: translateY(-30px);
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  height: 8px;
  padding-top: 0;
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, .1);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-image: none !important;
  border: solid 1px #7a7c7f;
}

.carousel__slide.is-nav-selected .fancybox__thumb {
  background-color: #7a7c7f;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb:after {
  display: none;
}

/*.fancybox__nav .carousel__button {*/
/*  z-index: 40;*/
/*}*/