/* RE-USABLE COMPONENTS */
/* MODAL COMPONENT */
/* line 6, ec-style.scss */
.cxecrt-component-modal-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  transition: all 0s, opacity .2s;
  opacity: 0;
}

/* line 7, ec-style.scss */
.cxecrt-component-modal-popup {
  z-index: 10000;
  transform: scale(0.95) translate(0, 0);
  opacity: 0;
  display: block;
  position: fixed;
  clear: both;
  float: none;
  max-width: 610px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.025), 0 1px 150px rgba(0, 0, 0, 0.04), 0 1px 15px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 480px;
  margin-left: -240px;
  overflow: hidden;
  transition: all 0s, opacity .2s, transform .2s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1) !important;
}

/* PLAY-IN ANIMATIONS */
/* line 10, ec-style.scss */
.cxecrt-component-modal-cover.cxecrt-modal-play-in {
  opacity: 1;
}

/* line 11, ec-style.scss */
.cxecrt-component-modal-popup.cxecrt-modal-play-in {
  opacity: 1;
  transform: scale(1) translate(0);
}

/* HARD HIDES */
/* line 14, ec-style.scss */
.cxecrt-component-modal-cover.cxecrt-component-modal-hard-hide,
.cxecrt-component-modal-popup.cxecrt-component-modal-hard-hide {
  left: 0;
  top: -200%;
}

/* line 16, ec-style.scss */
.cxecrt-component-modal-content-hard-hide {
  left: 0;
  top: -200% !important;
  position: fixed !important;
}

/* MODAL POSITIONS */
/* line 19, ec-style.scss */
.cxecrt-component-modal-popup.cxecrt-modal-position-top-right {
  top: 70px;
  right: 60px;
  left: auto;
  margin: 0 !important;
}

/* line 20, ec-style.scss */
.cxecrt-component-modal-popup.cxecrt-modal-position-top-center {
  top: 70px;
  margin-top: 0 !important;
  transition: all 0s 0s, opacity .2s, transform .2s;
}

/* RESPONSIVE */
@media all and (max-width: 600px) {
  /* line 25, ec-style.scss */
  .cxecrt-component-modal-popup {
    max-width: none;
    width: calc( 100% - 30px );
    margin: 0;
    position: absolute;
    left: 15px;
    right: auto;
    top: 180px;
    bottom: auto;
    border: 0;
    /* border-top: 1px solid rgba(0, 0, 0, 0.11); */
    /* border-radius: 0; */
    /* box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05); */
  }
}
/* SLIDES COMPONENT */
/* line 31, ec-style.scss */
.cxecrt-component-slides {
  position: relative;
}

/* line 32, ec-style.scss */
.cxecrt-component-slide {
  transform: scale(1);
  transition: 0.2s cubic-bezier(0.32, 0, 0, 1);
  box-sizing: border-box;
  position: relative;
  margin: auto;
  padding: 0;
  /* width: auto; */
  /* box-shadow: inset 0 0 10px red; */
  /* background: red; */
}

/* line 33, ec-style.scss */
.cxecrt-component-slide:before,
.cxecrt-component-slide:after {
  display: block;
  content: '';
  float: none;
  clear: both;
  background: red;
}

/* line 35, ec-style.scss */
.cxecrt-component-slide.cxecrt-component-slide-current {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

/* line 36, ec-style.scss */
.cxecrt-component-slide.cxecrt-component-slide-inactive {
  visibility: none;
  opacity: 0;
  /* z-index: 1; */
  position: absolute;
  top: 0;
  /* box-shadow: inset 0 0 10px #1A00B1; */
  /* background: blue; */
}

/* line 37, ec-style.scss */
.cxecrt-hold-open {
  min-height: 420px;
}

/* TEST BUTTONS */
/* line 40, ec-style.scss */
.cxecrt-test-buttons {
  position: fixed;
  z-index: 100000;
  padding: 20px;
  /* display: none; */
}

/* line 41, ec-style.scss */
.cxecrt-test-buttons a {
  padding: 4px 10px 3px;
  display: inline-block;
  background: #A46497;
  border-radius: 3px;
  color: white;
  transition: .1s;
  font-size: 12px;
  font-weight: normal;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  margin: 0 3px 3px 0;
}

/* line 42, ec-style.scss */
.cxecrt-test-buttons a i {
  opacity: .4;
  font-size: 10px;
  font-style: normal;
}

/* line 43, ec-style.scss */
.cxecrt-test-buttons a:active {
  position: relative;
  top: 1px;
}

/* line 44, ec-style.scss */
.cxecrt-test-buttons a.alt {
  background: #5A5A5A;
}

/* line 45, ec-style.scss */
.cxecrt-test-buttons a:hover {
  background: #925284;
}

/* line 46, ec-style.scss */
.cxecrt-test-buttons a.alt:hover {
  background: #4E4E4E;
}

/* CART UX */
/* BUTTON */
/* line 54, ec-style.scss */
.cxecrt-button-holder {
  clear: both;
  float: none;
  margin: 1.5em 0;
  display: flex;
}
/* line 58, ec-style.scss */
.cxecrt-button-holder a:last-child {
  margin-left: 10px;
}

/* line 63, ec-style.scss */
.cxecrt-button {
  background: none;
}

/* MODAL */
/* line 66, ec-style.scss */
.cxecrt-slide-content a {
  cursor: pointer;
}

/* line 67, ec-style.scss */
.cxecrt-slide-content * {
  box-sizing: border-box;
}

/* line 68, ec-style.scss */
.cxecrt-slide-content {
  padding: 0 20px 10px;
  text-align: center;
  color: #565656;
  width: 100%;
}

/* EXCERPTS */
/* line 72, ec-style.scss */
.cxecrt-form-description.cxecrt-form-description-two {
  max-width: 540px;
  width: 100%;
}

/* line 73, ec-style.scss */
.cxecrt-form-description.cxecrt-form-description-three {
  max-width: 450px;
}

/* line 74, ec-style.scss */
.cxecrt-form-description.cxecrt-form-description-four {
  max-width: 410px;
  width: 100%;
}

/* ACTION BAR */
/* line 78, ec-style.scss */
.cxecrt-top-bar {
  border-bottom: 1px solid #e3e3e3;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -.4px;
}

/* line 79, ec-style.scss */
.cxecrt-top-bar-back {
  float: left;
  font-size: 14px;
  /* text-transform: uppercase; */
  font-weight: normal;
  color: #9F9F9F;
  letter-spacing: normal;
  padding: 0 12px;
  margin: 0 -12px;
  cursor: pointer;
  transition: .2s;
}

/* line 80, ec-style.scss */
.cxecrt-top-bar-back i {
  font-size: 11px;
  margin-right: -1px;
  position: relative;
  top: -1px;
}

/* line 81, ec-style.scss */
.cxecrt-top-bar-back i:before {
  margin: 0;
}

/* line 82, ec-style.scss */
.cxecrt-top-bar-back:hover {
  color: #4C4C4C;
}

/* line 83, ec-style.scss */
.cxecrt-cross {
  line-height: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100px;
  color: #9F9F9F;
  font-size: 11px;
  cursor: pointer;
  /* float: right; */
  font-weight: normal;
  transition: .1s;
  top: 13px;
  right: 14px;
  position: absolute;
}

/* line 84, ec-style.scss */
.cxecrt-cross:hover {
  background: #4c4c4c;
  color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 85, ec-style.scss */
.cxecrt-cross:active {
  background: rgba(0, 0, 0, 0.75);
  color: white;
}

/* FORM */
/* line 89, ec-style.scss */
.cxecrt-cart-form {
  padding: 0 15px 15px !important;
  margin: 0 !important;
  position: relative;
}

/* line 90, ec-style.scss */
.cxecrt-cart-form .cxecrt-row {
  position: relative;
  padding: 0 0 12px;
  margin: 0;
  font-size: 14px;
}

/* line 91, ec-style.scss */
.cxecrt-cart-form .cxecrt-row:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}

/* line 93, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field {
  background: #4c4c4c;
  border-radius: 3px;
  text-align: left;
  min-height: 40px;
}

/* line 94, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field label {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 90px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
  line-height: 22px !important;
  padding: 9px 3px !important;
  box-sizing: border-box !important;
  color: #909090 !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  text-align: center !important;
}

/* line 95, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field input {
  background-color: transparent !important;
  border: 0 !important;
  color: #f1f1f1 !important;
  padding: 9px 2px 9px 102px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03) !important;
  border-radius: 3px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: normal !important;
  width: 100% !important;
  line-height: 23px !important;
  box-sizing: border-box !important;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03) !important;
  margin: 0 !important;
  text-align: left !important;
  height: auto !important;
}

/* line 96, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field select {
  margin-left: 90px !important;
  padding: 9px 30px 9px 10px !important;
  background-color: #4c4c4c !important;
  color: #F1F1F1 !important;
  width: 76% !important;
  border: none !important;
  outline: none !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 22px !important;
}

/* line 97, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field textarea {
  background-color: #4c4c4c !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: #F1F1F1 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  height: 72px !important;
  padding: 12px 30px 6px !important;
  width: 100% !important;
  line-height: 23px !important;
  box-sizing: border-box !important;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03) !important;
  margin: 0 !important;
  text-align: center !important;
}

/* line 99, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field.cxecrt-row-field-full-width input {
  padding-left: 9px !important;
  text-align: center !important;
}

/* line 101, ec-style.scss */
.cxecrt-cart-form .cxecrt-row.cxecrt-submit-block {
  margin: 21px 0 9px;
}

/* line 103, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field input:focus,
.cxecrt-cart-form .cxecrt-row-field textarea:focus {
  border: 0;
  box-shadow: 0 0 0 2px #5AF8CB;
  background: #4C4C4C !important;
  color: #f1f1f1;
}

/* line 106, ec-style.scss */
.cxecrt-form-description {
  color: #A2A2A2;
  margin: 0 auto;
  padding: 22px 15px;
  box-sizing: border-box;
}

/* line 108, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field input::-webkit-input-placeholder {
  color: #909090;
}

/* line 109, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field input:-moz-placeholder {
  color: #909090;
}

/* line 110, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field input::-moz-placeholder {
  color: #909090;
}

/* line 111, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field input:-ms-input-placeholder {
  color: #909090;
}

/* line 113, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field.cxecrt-row-cart-name input {
  padding-left: 140px;
}

/* line 114, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field.cxecrt-row-cart-name label {
  width: 125px;
}

/* line 116, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field.cxecrt-row-with-help input {
  padding-right: 23px !important;
}

/* line 117, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field.cxecrt-row-with-help select {
  width: calc( 100% - 90px ) !important;
}

/* line 118, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field .cxecrt-input-help {
  position: absolute;
  right: 4px;
  top: 8px;
  /* background: rgba(253, 255, 0, 0.21); */
  /* border-radius: 100px; */
  line-height: 14px;
  width: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: bold;
  /* border: 6px solid transparent; */
  box-sizing: border-box;
  cursor: pointer;
  font-family: cxecrt-icon-font;
  width: auto;
  height: auto;
}

/* line 119, ec-style.scss */
.cxecrt-cart-form .cxecrt-row-field .cxecrt-input-help:before {
  margin: 5px;
}

/* FORM ERRORS */
/* line 123, ec-style.scss */
.cxecrt-form-error {
  position: absolute;
  top: -5px;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  background: #e2401c;
  padding: 10px 8px;
  margin-top: 0;
  line-height: 20px;
  color: white;
  border-radius: 3px;
  /* margin: 0 0 10px; */
  position: relative;
  overflow: visible !important;
  transition: .2s .2s ease-in-out, margin .2s 0s ease-in-out;
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* line 124, ec-style.scss */
.cxecrt-form-error.cxecrt-form-error-hide {
  transform: translateY(6px);
  opacity: 0;
  margin-top: -40px;
  transition: .2s ease-in-out;
}

/* line 125, ec-style.scss */
.cxecrt-form-error:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-bottom: 0;
  border-color: #E2401C transparent transparent transparent;
  top: 100%;
  left: 8%;
}

/* FORM BUTTONS */
/* line 129, ec-style.scss */
.cxecrt-button.cxecrt-button-loading,
.woocommerce-page .cxecrt-button.cxecrt-button-loading {
  color: transparent !important;
  background: url("../images/button-loader.gif") no-repeat 50% 50% !important;
  pointer-events: none;
  text-indent: -9999px;
  box-shadow: none !important;
  /* border: 11px solid #c8c8c8; */
}

/* line 131, ec-style.scss */
.cxecrt-button,
.woocommerce-page .cxecrt-button {
  border-radius: 3px;
  box-shadow: none;
  border: none;
  padding: 9px 15px;
  margin: 0;
  transition: .1s ease-in-out;
  background-position: 50% 50%;
  outline: 0 !important;
  display: block;
  width: 100%;
  line-height: 22px;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  max-width: none;
  text-align: center;
  background: #96588a;
  color: white;
  font-size: 14px;
  font-weight: normal;
}

/* line 133, ec-style.scss */
.cxecrt-button:hover,
.woocommerce-page .cxecrt-button:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 135, ec-style.scss */
.cxecrt-button:active,
.woocommerce-page .cxecrt-button:active,
.cxecrt-cross:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  transform: translate(0px, 1px);
  transition: 0s;
}

/* line 138, ec-style.scss */
.cxecrt-button i:before,
.woocommerce-page .cxecrt-button i:before {
  font-weight: normal;
  opacity: 0.5;
}

/* line 141, ec-style.scss */
.cxecrt-double-buttons .cxecrt-button,
.woocommerce-page .cxecrt-double-buttons .cxecrt-button {
  width: 49%;
  float: left;
  margin: 0;
}

/* line 143, ec-style.scss */
.cxecrt-double-buttons .cxecrt-button:last-child,
.woocommerce-page .cxecrt-double-buttons .cxecrt-button:last-child {
  margin-left: 2%;
}

/* line 145, ec-style.scss */
.cxecrt-button.cxecrt-button-large,
.woocommerce-page .cxecrt-button.cxecrt-button-large {
  padding: 14px 20px;
}

/* NOTIFICATION */
/* line 151, ec-style.scss */
.cxecrt-sent-notification {
  background: #FFF7DB;
  padding: 15px 30px;
  font-size: 14px;
  color: rgba(165, 108, 66, 0.76);
  border: 1px solid rgba(142, 77, 29, 0.12);
  border-radius: 3px;
  font-weight: bold;
  /* margin: 5px 0 15px; */
}

/* RESPONSIVE */
@media all and (max-width: 600px) {
  /* line 156, ec-style.scss */
  .cxecrt-slide-content .cxecrt-cart-form {
    padding: 3px;
  }

  /* line 157, ec-style.scss */
  .cxecrt-cross {
    background: #5f5f5f;
    color: white;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 12px;
    right: 11px;
  }

  /* line 158, ec-style.scss */
  .cxecrt-cross:hover {
    background: #a46497;
    color: white;
    box-shadow: none;
  }

  /* line 159, ec-style.scss */
  .cxecrt-double-buttons .cxecrt-button, .woocommerce-page .cxecrt-double-buttons .cxecrt-button {
    width: 100%;
    margin: 0 0 6px;
  }

  /* line 160, ec-style.scss */
  .cxecrt-double-buttons .cxecrt-button:last-child, .woocommerce-page .cxecrt-double-buttons .cxecrt-button:last-child {
    margin: 0;
  }
}
/* TIP-TIP */
/* line 165, ec-style.scss */
div#cxecrtTipTip_holder {
  z-index: 9999999;
}

/* line 168, ec-style.scss */
#cxecrtTipTip_holder #cxecrtTipTip_content {
  max-width: 210px;
  padding: 12px 18px;
  font-size: 12px;
  line-height: 17px;
  box-shadow: none;
  border: 0;
  background: #292929;
  color: #C1C1C1;
}

/* line 178, ec-style.scss */
#cxecrtTipTip_holder.tip_top #cxecrtTipTip_arrow {
  border-top-color: rgba(255, 255, 255, 0.35);
}

/* line 181, ec-style.scss */
#cxecrtTipTip_holder.tip_bottom #cxecrtTipTip_arrow {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* line 184, ec-style.scss */
#cxecrtTipTip_holder.tip_right #cxecrtTipTip_arrow {
  border-right-color: rgba(255, 255, 255, 0.35);
}

/* line 187, ec-style.scss */
#cxecrtTipTip_holder.tip_left #cxecrtTipTip_arrow {
  border-left-color: rgba(255, 255, 255, 0.35);
}

/* line 190, ec-style.scss */
#cxecrtTipTip_holder.tip_top #cxecrtTipTip_arrow_inner {
  margin-top: -6px;
  border-top-color: #292929;
}

/* line 194, ec-style.scss */
#cxecrtTipTip_holder.tip_bottom #cxecrtTipTip_arrow_inner {
  margin-top: -6px;
  border-bottom-color: #292929;
}

/* line 198, ec-style.scss */
#cxecrtTipTip_holder.tip_right #cxecrtTipTip_arrow_inner {
  margin-left: -6px;
  border-right-color: #292929;
}

/* line 202, ec-style.scss */
#cxecrtTipTip_holder.tip_left #cxecrtTipTip_arrow_inner {
  margin-left: -6px;
  border-left-color: #292929;
}

/* line 208, ec-style.scss */
.ssc-please-login a {
  color: #f07231;
}

/* line 213, ec-style.scss */
.hog-buttons-after-save {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 217, ec-style.scss */
.hog-buttons-after-save a {
  max-width: 49%;
  margin-top: 10px !important;
}
/* line 220, ec-style.scss */
.hog-buttons-after-save a:nth-child(2), .hog-buttons-after-save a:nth-child(4) {
  margin-left: 2% !important;
}

/* line 226, ec-style.scss */
.saved-cart-summary .heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
/* line 230, ec-style.scss */
.saved-cart-summary .heading div {
  width: 33%;
}
/* line 233, ec-style.scss */
.saved-cart-summary .heading .number {
  text-align: center;
  font-size: 30px;
}
/* line 237, ec-style.scss */
.saved-cart-summary .heading .dates {
  text-align: right;
}
/* line 241, ec-style.scss */
.saved-cart-summary .shop-info {
  margin-bottom: 30px;
}
/* line 244, ec-style.scss */
.saved-cart-summary .buyer {
  display: flex;
  margin-bottom: 30px;
}
/* line 247, ec-style.scss */
.saved-cart-summary .buyer div {
  width: 50%;
}
/* line 251, ec-style.scss */
.saved-cart-summary .products {
  margin-bottom: 30px;
}
/* line 254, ec-style.scss */
.saved-cart-summary .products table img {
  width: 50px;
  height: auto;
}
/* line 260, ec-style.scss */
.saved-cart-summary .summary {
  display: flex;
  text-align: center;
  margin: 0 -15px 30px;
}
/* line 264, ec-style.scss */
.saved-cart-summary .summary > div {
  width: 50%;
  padding: 0 15px;
}

/* line 271, ec-style.scss */
.no-saved-orders .woocommerce-message {
  text-align: center !important;
  justify-content: center !important;
}

/* line 276, ec-style.scss */
.cxecrt-row-with-help, #cxecrt_submit_get_link {
  display: none !important;
}

/* line 279, ec-style.scss */
.hog-buttons-after-save {
  margin-top: -30px !important;
}
/* line 281, ec-style.scss */
.hog-buttons-after-save a {
  background: #000 !important;
}
