.quickview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(118,119,104,0.9);
  z-index: 99999;
}
.quickview option:disabled {
  display: none;
}
.quickview .slick-prev {
  left: -25px;
}
.quickview .slick-next {
  right: -15px;
}
.quickview .disabled {
  position: relative;
}
.quickview .disabled:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  z-index: 100;
}
.quickview .prices {
  border: none;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
}
.quickview .prices > span {
  display: block;
}
.quickview .prices .from {
  color: #767767;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.quickview .to {
  color: #f00;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.quickview .payment {
  color: #767767;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  text-transform: uppercase;
}
.quickview .payment span {
  color: #f00;
  font-weight: 600;
}
.quickview .variant label {
  display: block;
  font-size: 11px;
  color: #a7a7a7;
  margin: 8px 0;
  background: #fff;
  color: #767767;
  cursor: hand;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 25px;
  line-height: 25px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  transition: all 150ms ease-in-out;
  width: auto;
}
.quickview .variant select {
  border: none;
  background: #eef0f2;
  width: 100%;
  font-size: 12px;
  color: #5f6263;
  line-height: 25px;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
}
.quickview[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.quickview[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.quickview[aria-hidden=false] .quickview__container {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}
.quickview__container {
  display: flex;
  background: #fff;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  padding: 40px;
  max-height: 90vh;
  max-width: 80vw;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .quickview__container {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 700px) {
  .quickview__container {
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 440px) {
  .quickview__container {
    padding: 40px 0;
  }
}
.quickview__images {
  height: 100%;
  margin: 0;
  max-height: 400px;
  flex: 0 0 400px;
  width: 490px;
}
@media (max-width: 700px) {
  .quickview__images {
    max-width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
  }
}
.quickview__image {
  align-items: center;
  display: flex;
  height: 320px;
  justify-content: center;
  max-height: 320px;
  position: relative;
  overflow: hidden;
}
.quickview__image img {
  position: static;
  width: auto;
  max-width: 100%;
  max-height: 320px;
}
.quickview__main {
  min-width: 280px;
  max-width: 100%;
  margin: 0 20px;
}
@media (max-width: 700px) {
  .quickview__main {
    flex: 0 0 calc(100% - 40px);
    margin-top: 20px;
  }
}
.quickview__images--more {
  margin: 20px 0;
}
.quickview__images--more img {
  max-width: 150px;
  cursor: pointer;
  cursor: hand;
}
.quickview__images--more ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.quickview__images--more li {
  list-style: none;
  margin: 5px 10px;
}
.quickview__button--close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none !important;
  border: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
}
.quickview__button--close svg {
  width: 20px;
  height: 20px;
  fill: #dcdcdc;
  position: relative;
  z-index: 1;
}
.quickview__button--close:hover {
  background-color: transparent;
}
.quickview__button--close:hover svg {
  fill: #dcdcdc;
}
.quickview__button--close:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: rgba(0,0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quickview__name {
  color: #2e353b;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.quickivew__sku {
  margin: 0;
  color: #767768;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}
.quickview__small-description {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 15px;
}
.quickview__quantity {
  display: none;
}
.quickview__button--addcart,
.quickview__button--finish {
  background-color: #2ecc71;
  border: 1px solid #2ecc71;
  border-radius: 2px;
  box-shadow: 2px 2px 10px 0 rgba(92,19,30,0.1);
  color: #fff;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  text-align: center;
  transition: all 150ms ease-in-out;
  max-width: 146px;
  min-width: 146px;
  text-align: center;
  padding: 0;
}
.quickview__button--addcart:hover,
.quickview__button--finish:hover {
  background-color: #fff;
  color: #2ecc71;
}
.quickview__button--addcart:disabled {
  background: #929292;
  border-color: #929292;
  color: #fff;
  opacity: 0.5;
}
.quickview__button--addcart:disabled:hover {
  color: #fff;
}
.quickview__button--finish {
  font-size: 14px;
  margin: 0;
  height: 55px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickview__link--more {
  background: #fff;
  border: 2px solid #2ecc71;
  border-radius: 3px;
  max-width: 150px;
  width: 100%;
  height: 2.875rem;
  margin-left: 0.3125rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #28292b;
  font-weight: 700;
  flex-wrap: wrap;
  line-height: 0.8125rem;
  padding: 0;
  text-align: center;
}
.quickview__link--more:hover {
  background: #2ecc71;
  color: #fff;
}
.quickview__button--continue {
  background: #e2b22b;
  border: 1px solid #e2b22b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 150ms ease-in-out;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  flex: 1 1 auto;
  border-radius: 3px;
  margin: 0 20px 0 0;
  cursor: pointer;
  cursor: hand;
}
.quickview__button--continue:hover {
  background: #fff;
  border-color: #e2b22b;
  color: #e2b22b;
}
.quickview__error,
.quickview__unavailable {
  padding: 20px;
  font-size: 13px;
  font-weight: 400;
  background: #fe8b8b;
  color: #fff;
  margin: 20px 0;
}
.button-quickview {
  font-size: 11px;
  color: #a89797;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.button-quickview .icon svg {
  fill: #cacaca;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
.button-quickview:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
}
.button-quickview:hover {
  color: #000;
}
.button-quickview:hover .icon svg {
  fill: #000;
}
.showcase ul li:hover .border {
  background: #fff;
}
.showcase ul li:hover .button-quickview {
  visibility: visible;
  opacity: 1;
}
.quickview--loaded {
  overflow: hidden;
}
.quickview__actions {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}
.variant__title {
  color: #767767;
  font-size: 11px;
  font-weight: 500;
}
.variants--open .variant {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px;
}
.variants--open .variant__radio {
  display: none;
}
.variants--open .variant__label {
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  color: #2b2b2b;
  border: solid 1px #2b2b2b;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  cursor: hand;
}
.variant__radio:checked + .variants--open .variant__label,
.variants--open .variant__label:hover {
  background: #2b2b2b;
  color: #fff;
}
.quickview--loaded {
  overflow: auto;
}
.quickview__finish {
  max-width: 550px;
  width: 80vw;
}
.quickview__finish .quickview__actions {
  display: flex;
}
.variant__title {
  color: #767767;
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
}
.variant__radio[type="radio"] {
  border: none;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.variant__radio[type="radio"]:checked {
  background: #f1f0e9;
  box-shadow: none;
}
.variant__label {
  color: #787878;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.variants--radio {
  margin-bottom: 25px;
}
.minicart__delete {
  font-size: 12px;
  color: #6e6e6e;
  height: 17px;
  line-height: 15px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  padding: 0;
  background: transparent;
  margin-right: 4px;
}
.minicart__delete:hover {
  text-decoration: underline;
  color: var(--color2, #e52e06);
}
.minicart__delete svg {
  margin-bottom: -3px;
  margin-left: 2px;
}
@media mobile {
  .minicart__delete:hover {
    color: var(--color2, #e52e06);
  }
}
@media (max-width: 991px) {
  .cart__dropdown {
    visibility: hidden;
  }
  .minicart--fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .minicart {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .minicart.minicart--actived {
    visibility: visible;
    opacity: 1;
  }
  .minicart__container {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 500px;
    width: 85%;
    height: 100%;
    padding: 30px 15px;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
  }
  .minicart--actived .minicart__container {
    transform: translateX(0);
  }
  .minicart__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
    border-bottom: 1px solid #f3f3f3;
  }
  .minicart__title {
    color: #b53b96;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
  }
  .minicart__close {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b53b96;
    font-size: 20px;
  }
  .minicart__empty {
    font-weight: 500;
    text-align: center;
    padding: 20px;
  }
  .minicart__list {
    margin: 0;
    padding: 0;
  }
  .minicart__item {
    position: relative;
    max-height: 130px;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    display: flex;
  }
  .minicart__item + .minicart__item {
    border-top: solid 1px #eee;
  }
  .minicart__details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .minicart__link {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 10px;
    flex: 0 0 30%;
    color: #666;
  }
  .minicart__link:hover {
    text-decoration: none;
  }
  .minicart__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .minicart__name {
    font-size: 14px;
    flex: 0 0 100%;
    color: #2d2b2b;
    font-weight: 500;
  }
  .minicart__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    position: relative;
  }
  .minicart__qty {
    font-size: 10px;
  }
  .minicart__price {
    font-size: 14px;
    color: var(--color1, #e52e06);
    font-weight: bold;
  }
  .minicart__total {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
  }
  .minicart__total-price {
    color: var(--color1, #e52e06);
  }
  .minicart__main {
    height: calc(100% - 140px);
    max-height: 500px;
    overflow-y: auto;
  }
  .minicart__finish {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
  }
  .minicart__delete {
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    margin: 0;
    max-height: 0;
    transition: all 150ms ease-in-out;
    position: absolute;
    right: 20px;
  }
  .minicart__delete:hover {
    text-decoration: underline;
    color: var(--color2, #f39e3f);
  }
  .minicart__qty {
    padding: 10px;
    color: #6e6e6e;
    font-weight: 500;
  }
}
@media mobile and (max-width: 991px) {
  :hover {
    color: var(--color2, #f39e3f);
  }
  :hover svg {
    fill: #fff;
  }
}
@media (min-width: 992px) {
  #cart .dropdown:hover .cart__dropdown {
    opacity: 1;
    visibility: visible;
  }
  .minicart__list {
    border-bottom: 1px solid #ededed;
    margin-bottom: 23px;
    max-height: 270px;
    overflow: auto;
  }
  .minicart__item {
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0;
    display: flex;
  }
  .minicart__item:last-child {
    border-bottom: 0 none;
  }
  .minicart__link {
    align-items: center;
    display: flex;
  }
  .minicart__link:hover {
    text-decoration: none !important;
  }
  .minicart__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    position: relative;
  }
  .minicart__image img {
    max-height: 80px;
    max-width: 60px;
  }
  .minicart__info {
    flex: 1 1 auto;
    position: relative;
    padding-right: 30px;
  }
  .minicart__name {
    color: #2d2b2b;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin: 0 0 15px;
    text-decoration: none;
  }
  .minicart__name:hover {
    text-decoration: none;
  }
  .minicart__details {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .minicart__details:hover {
    text-decoration: none;
  }
  .minicart__price {
    color: #ea3232;
    font-size: 12px;
    font-weight: 700;
  }
  .minicart__qty {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }
  .minicart__qty:hover {
    text-decoration: none;
  }
  .minicart__total {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .minicart__total-label {
    color: #2d2b2b;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    margin-right: 5px;
  }
  .minicart__total-price {
    color: #e52e06;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
  }
  .minicart__finish {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 16px 18px;
    text-align: center;
    text-transform: uppercase;
    max-width: 310px;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: 0.2s ease-in;
  }
  .minicart__finish .bt-cart {
    flex: 0 0 48px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAABHNCSVQICAgIfAhkiAAAAddJREFUSEu1lo1RAjEQhS8VCBWIFYgVeFagdoAVSAlYAViBdCB2gBUAFXhWoFaA72MSJpz54Y5zZ3buL9n39mWzObPdbr+LojiTY2v5gzGGa6dmBDRQRBwbyW/lFwKDQGdm6pEEXOndREDzzlAUKAQ00/tr+eJIIDLPSb0JAQ01cSXfyNvI19O8yxrJpz9ADLDyjSXfsVlFk9/HCo3QR+TrCYjiaG220D4UoB/LCPmWAkKG1iYgiKLMMAjUlXwC2lUuyqSATpbP3yopoDuReRGbfhvtvPVh81dRICsf5T1qUn0CKDWHljaRv2vueCdfiq2vse4pEAJQINxjXHkeWHfhPnXD+sxcK8sBId9rjQxBKrnfEegMPFfIFCKfAyL9Uk7vW6ayz33LAdEZ1gIB8CTLAY0UfSq//9eMSMG2o8em6YjYQRLJjJoGT43PSUfVUdJvuRPXlj/Hwyb0K5DqDJQse4SyPZffxP4lBEKxsDGZw6HJf8fczzDWvSkCJg/JRIF255LuyfDA9A0yX/IriNiOPa23rhgQIKUGl0S1jPfPPpKVbOUW3/W4o4rBa4gAIgcyPMf2k8YzhgOOjo//OJKOVGqNyAYgpFmkNq0lBsDAEuOwY2339gvpetX+rO79UQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #fff;
    width: 25px;
    height: 25px;
  }
  .minicart__finish .bt-txt {
    flex: 0 0 237px;
  }
}
.minicart__header {
  display: none;
}
.minicart__close {
  display: none;
}
.cart__dropdown {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 99999999;
  width: 370px;
  padding: 30px;
  border: none;
  top: 100%;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.cart {
  position: relative;
}
.cart:hover .cart__dropdown {
  display: block;
}
.minicart__finish {
  background: #2ecc71;
  color: #fff;
  border-radius: 4px;
}
.minicart__finish:hover {
  color: #fff;
  background: #1d8d4c;
}
