.header_wishlist {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wishlist {
    margin-right: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_wishlist {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .header_wishlist {
    margin-right: 19px;
  }
}
.header_wishlist a {
  display: block;
  height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  background: #C70909;
  color: #ffffff;
  border-radius: 4px;
}
.header_wishlist a:hover {
  color: #222222;
}
.header_wishlist a i {
  font-size: 20px;
  line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wishlist a i {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist a i {
    font-size: 18px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header_wishlist a i {
    font-size: 18px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wishlist a {
    height: 46px;
    width: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist a {
    height: 40px;
    line-height: 42px;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header_wishlist a {
    height: 40px;
    line-height: 42px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .header_wishlist a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
.header_wishlist a span.wishlist_count {
  /*background: #ffffff;*/
  background: #C70909;
  /*color: #222222;*/
  color: #ffffff;
  font-size: 13px;
  height: 25px;
  left: -9px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 25px;
  z-index: 9;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist a span.wishlist_count {
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header_wishlist a span.wishlist_count {
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
}

.mini_wishlist_wrapper {
  position: relative;
  margin-right: 20px;
}
.mini_wishlist_wrapper > a {
  background: #157A4A;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  display: inline-block;
  border-radius: 4px;
}
.mini_wishlist_wrapper .mini_wishlist_action {
  background: #157A4A;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mini_wishlist_wrapper > a {
    padding: 0 14px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_wishlist_wrapper > a {
    height: 40px;
    line-height: 40px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_wishlist_wrapper > a {
    height: 40px;
    line-height: 40px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .mini_wishlist_wrapper > a {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
  }
}
.mini_wishlist_wrapper > a:hover {
  color: #222222;
}
.mini_wishlist_wrapper .mini_wishlist_action:hover {
  color: #ffc107;
  cursor: pointer;
}
.mini_wishlist_wrapper > a i.ion-ios-arrow-down {
  margin-left: 4px;
}
.mini_wishlist_wrapper .mini_wishlist_action i.ion-ios-arrow-down {
  margin-left: 4px;
}
.mini_wishlist_wrapper > a i.icon-shopping-bag2 {
  font-size: 20px;
  vertical-align: middle;
}
.mini_wishlist_wrapper .mini_wishlist_action i.icon-shopping-bag2 {
  font-size: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 575px) {
  .mini_wishlist_wrapper > a i.icon-shopping-bag2 {
    font-size: 16px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action i.icon-shopping-bag2 {
    font-size: 16px;
  }
}
.mini_wishlist_wrapper > a span.wishlist_count {
  background: #157A4A;
  color: #ffffff;
  font-size: 13px;
  height: 25px;
  left: -9px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 25px;
  z-index: 9;
  border-radius: 100%;
}
.mini_wishlist_wrapper .mini_wishlist_action span.wishlist_count {
  background: #157A4A;
  color: #ffffff;
  font-size: 13px;
  height: 25px;
  left: -9px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 25px;
  z-index: 9;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_wishlist_wrapper > a span.wishlist_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action span.wishlist_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_wishlist_wrapper > a span.wishlist_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action span.wishlist_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
}
.mini_wishlist_wrapper > a span.wishlist_price {
  font-size: 14px;
  font-weight: 500;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.mini_wishlist_wrapper .mini_wishlist_action span.wishlist_price {
  font-size: 14px;
  font-weight: 500;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_wishlist_wrapper > a span.wishlist_price {
    font-size: 13px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action span.wishlist_price {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_wishlist_wrapper > a span.wishlist_price {
    font-size: 13px;
  }
  .mini_wishlist_wrapper .mini_wishlist_action span.wishlist_price {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .mini_wishlist_wrapper > a span.wishlist_price {
    display: none;
  }
  .mini_wishlist_wrapper .mini_wishlist_action span.wishlist_price {
    display: none;
  }
}
.wishlist_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.wishlist_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: 2px solid #C70909;
}

.mini_wishlist_close > a {
  font-size: 25px;
}
.mini_wishlist_close > a:hover {
  color: #C70909;
}

.mini_wishlist_close > div {
  font-size: 25px;
}
.mini_wishlist_close > div:hover {
  color: #C70909;
  cursor: pointer;
}

.mini_wishlist {
  position: fixed;
  min-width: 450px;
  max-width: 450px;
  height: 100%;
  padding: 18px 28px 33px;
  background: #fff;
  z-index: 1000;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: scroll;
}
.mini_wishlist.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .mini_wishlist {
    /*min-width: 300px;*/
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 18px 18px 33px;
  }
}

.wishlist_img {
  width: 95px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist_img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist_img {
    width: 70px;
  }
}

.wishlist_info {
  width: 63%;
}
.wishlist_info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist_info a {
    font-size: 13px;
  }
}
.wishlist_info a:hover {
  color: #C70909;
}
.wishlist_info p {
  font-size: 13px;
}
.wishlist_info p span {
  font-size: 16px;
  font-weight: 500;
  color: #C70909;
  display: block;
  margin-top: 8px;
}

.wishlist_remove a {
  font-size: 15px;
  border: 1px solid #ebebeb;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}
.wishlist_remove a:hover {
  background: #ffc107;
  border-color: #ffc107;
  color: #C70909;
}

.wishlist_remove div {
  font-size: 15px;
  border: 1px solid #ebebeb;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}
.wishlist_remove div:hover {
  background: #ffc107;
  border-color: #ffc107;
  color: #C70909;
  cursor: pointer;
}

.wishlist_item {
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mini_wishlist_table {
  padding: 23px 0;
}

.wishlist_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wishlist_total span {
  font-size: 14px;
  font-weight: 400;
}
.wishlist_total span.price {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist_total span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist_total span {
    font-size: 13px;
  }
}

.wishlist_button:first-child {
  margin-bottom: 15px;
}
.wishlist_button a {
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background: #eef0f1;
  border: 1px solid #ebebeb;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0px 11px;
}
.wishlist_button a:hover {
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}
.wishlist_button a.active {
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}
.glasses-wrap {
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .6;
  z-index: 222;
}
#glasses_container.nav-expanded .glasses-wrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.we-canvas-cart {
  -webkit-box-pack: center;
  display: flex;
  margin: 5px 5px 10px;
}