/* line 2, ep.scss */
.easy-protect-after-product {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 6, ep.scss */
.easy-protect-after-product > div {
  max-width: 600px;
  margin: auto;
}
/* line 10, ep.scss */
.easy-protect-after-product .ep-top {
  background: #f6f6f6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
/* line 17, ep.scss */
.easy-protect-after-product .ep-top > img {
  width: 120px;
  height: auto;
}
/* line 21, ep.scss */
.easy-protect-after-product .ep-top .ep-title {
  color: #3E1E6D;
  font-weight: 700;
  margin: 15px 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  /* line 21, ep.scss */
  .easy-protect-after-product .ep-top .ep-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  /* line 21, ep.scss */
  .easy-protect-after-product .ep-top .ep-title {
    font-size: 24px;
  }
}
/* line 32, ep.scss */
.easy-protect-after-product .ep-top .ep-title + p {
  font-size: 18px;
  color: #1A1A18;
  margin: 0 0 20px !important;
}
/* line 38, ep.scss */
.easy-protect-after-product .ep-top .ep-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  color: #565655;
  outline: 0;
}
/* line 45, ep.scss */
.easy-protect-after-product .ep-top .ep-more img {
  width: 30px;
  height: auto;
  margin-bottom: 8px;
  transition: all 250ms;
}
/* line 53, ep.scss */
.easy-protect-after-product .ep-bottom {
  background: #fff;
  display: flex;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
/* line 60, ep.scss */
.easy-protect-after-product .ep-bottom:after {
  content: '';
  width: 75%;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 12%;
  background: #3E1E6D;
  z-index: 1;
}
/* line 70, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single {
  flex: 1;
  cursor: pointer;
}
/* line 73, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label {
  display: block;
  margin: unset;
  font-weight: unset;
  width: unset;
  max-width: unset;
}
/* line 79, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label input {
  display: none;
}
/* line 83, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label input:checked + span:after {
  content: '';
  background: #3E1E6D;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 94, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label > span {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #3E1E6D;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}
/* line 105, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label > div {
  display: flex;
  flex-direction: column;
}
/* line 108, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label > div span {
  margin: auto;
  font-size: 13px;
}
@media (min-width: 768px) {
  /* line 108, ep.scss */
  .easy-protect-after-product .ep-bottom .ep-single label > div span {
    font-size: 15px;
  }
}
/* line 115, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label > div .warranty-top {
  color: #565655;
  margin-top: 8px;
}
/* line 119, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label > div .name {
  color: #1A1A18;
}
/* line 122, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label > div .cost {
  font-weight: 700;
  color: #3E1E6D !important;
  margin-top: 12px;
  font-size: 16px;
}
@media (min-width: 768px) {
  /* line 122, ep.scss */
  .easy-protect-after-product .ep-bottom .ep-single label > div .cost {
    font-size: 22px;
  }
}
/* line 130, ep.scss */
.easy-protect-after-product .ep-bottom .ep-single label > div .cost span {
  color: #3E1E6D !important;
  font-size: 16px !important;
}
@media (min-width: 768px) {
  /* line 130, ep.scss */
  .easy-protect-after-product .ep-bottom .ep-single label > div .cost span {
    font-size: 22px !important;
  }
}

/* line 143, ep.scss */
.ep-go-to-warranties-list {
  display: block;
  color: #3E1E6D;
  padding: 7px;
  margin: 8px 0 8px 0;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none !important;
  border: 1px solid #3E1E6D;
  background: #fff;
}
@media (min-width: 768px) {
  /* line 143, ep.scss */
  .ep-go-to-warranties-list {
    position: absolute;
  }
}
@media (min-width: 992px) {
  /* line 143, ep.scss */
  .ep-go-to-warranties-list {
    position: unset;
  }
}

/* line 162, ep.scss */
.ep-after-cart {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
}
/* line 166, ep.scss */
.ep-after-cart .single {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  padding: 5px 0;
  border-bottom: 1px solid #3E1E6D;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  /* line 166, ep.scss */
  .ep-after-cart .single {
    flex-wrap: nowrap;
  }
}
/* line 177, ep.scss */
.ep-after-cart .single:first-child {
  padding-top: 0;
}
/* line 180, ep.scss */
.ep-after-cart .single:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 184, ep.scss */
.ep-after-cart .single.blink {
  background-color: #3E1E6D;
  transition: background-color .5s;
}
/* line 187, ep.scss */
.ep-after-cart .single.blink .ep-name {
  color: #fff;
}
/* line 190, ep.scss */
.ep-after-cart .single.blink .price {
  color: #fff;
}
/* line 194, ep.scss */
.ep-after-cart .single > div {
  padding: 0 12px;
}
/* line 197, ep.scss */
.ep-after-cart .single .ep-logo {
  width: 50%;
}
@media (min-width: 992px) {
  /* line 197, ep.scss */
  .ep-after-cart .single .ep-logo {
    width: 10%;
  }
}
/* line 202, ep.scss */
.ep-after-cart .single .ep-logo img {
  width: 100%;
  height: auto;
}
/* line 207, ep.scss */
.ep-after-cart .single .ep-name {
  color: #565655;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  width: 50%;
}
@media (min-width: 992px) {
  /* line 207, ep.scss */
  .ep-after-cart .single .ep-name {
    width: 25%;
  }
}
/* line 216, ep.scss */
.ep-after-cart .single .ep-name span {
  display: block;
  font-size: 11px;
  color: #ccc;
  font-weight: normal;
}
/* line 223, ep.scss */
.ep-after-cart .single .icon {
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 992px) {
  /* line 223, ep.scss */
  .ep-after-cart .single .icon {
    width: 5%;
    padding: 0 12px;
  }
}
/* line 230, ep.scss */
.ep-after-cart .single .icon img {
  height: auto;
  width: 20%;
}
@media (min-width: 992px) {
  /* line 230, ep.scss */
  .ep-after-cart .single .icon img {
    width: 100%;
    transform: rotate(-90deg);
  }
}
/* line 239, ep.scss */
.ep-after-cart .single .quantity {
  width: 25%;
}
@media (min-width: 992px) {
  /* line 239, ep.scss */
  .ep-after-cart .single .quantity {
    width: 8%;
  }
}
/* line 244, ep.scss */
.ep-after-cart .single .quantity select {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 0 !important;
  height: 35px !important;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 244, ep.scss */
  .ep-after-cart .single .quantity select {
    text-align: unset;
  }
}
/* line 257, ep.scss */
.ep-after-cart .single .options {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (min-width: 992px) {
  /* line 257, ep.scss */
  .ep-after-cart .single .options {
    width: 25%;
  }
}
/* line 264, ep.scss */
.ep-after-cart .single .options label {
  font-size: 14px;
  cursor: pointer;
}
/* line 268, ep.scss */
.ep-after-cart .single .options label.selected p {
  border: 1px solid #3E1E6D;
}
/* line 272, ep.scss */
.ep-after-cart .single .options label p {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  margin: 3px;
  padding: 4px 6px;
  text-align: center;
  color: #1A1A18;
}
/* line 281, ep.scss */
.ep-after-cart .single .options label p span {
  color: #3E1E6D;
}
/* line 285, ep.scss */
.ep-after-cart .single .options label:first-child {
  margin-top: 0;
}
/* line 288, ep.scss */
.ep-after-cart .single .options label:last-child {
  margin-bottom: 0;
}
/* line 293, ep.scss */
.ep-after-cart .single .price {
  color: #3E1E6D;
  text-align: center;
  width: 30%;
}
@media (min-width: 992px) {
  /* line 293, ep.scss */
  .ep-after-cart .single .price {
    width: 12%;
  }
}
/* line 300, ep.scss */
.ep-after-cart .single .price .ep-price-placeholder {
  font-size: 10px;
}
/* line 304, ep.scss */
.ep-after-cart .single .add {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 304, ep.scss */
  .ep-after-cart .single .add {
    width: 15%;
    margin-top: unset;
  }
}
/* line 314, ep.scss */
.ep-after-cart .single .add button {
  height: 35px !important;
  display: flex !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6 !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  color: #3E1E6D !important;
  text-decoration: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 4px 8px !important;
}

/* line 331, ep.scss */
.ep-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
/* line 341, ep.scss */
.ep-popup > div {
  width: 100%;
  background: #fff;
  position: relative;
}
@media (min-width: 992px) {
  /* line 341, ep.scss */
  .ep-popup > div {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  /* line 341, ep.scss */
  .ep-popup > div {
    width: 50%;
  }
}
@media (min-width: 1450px) {
  /* line 341, ep.scss */
  .ep-popup > div {
    width: 600px;
  }
}
/* line 354, ep.scss */
.ep-popup > div .ep-close-popup {
  position: absolute;
  top: -19px;
  right: -19px;
  background: #fff;
  border: 2px solid #3E1E6D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
/* line 363, ep.scss */
.ep-popup > div .ep-close-popup img {
  width: 30px;
  height: 30px;
}
/* line 368, ep.scss */
.ep-popup > div .ep-add-to-cart {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 10px;
}
/* line 374, ep.scss */
.ep-popup > div .ep-add-to-cart form input {
  display: none !important;
}
/* line 378, ep.scss */
.ep-popup > div .ep-add-to-cart button {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  color: #3E1E6D;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 16px;
  margin-left: auto;
  margin-right: 10px;
}
