@charset "UTF-8";
/* Darkgrey */
/* Lightgrey */
/* Grey */
/* White */
/* Red */
/* Green */
/* Black */
/* blue */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400;700");
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes append {
  from {
    height: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes expand-animation {
  0% {
    transform: translate(0px, 20px);
    padding: 0;
    opacity: 0.1;
  }
  100% {
    visibility: visible;
    transform: translate(0px, 0px);
    height: 60px;
    padding: 0;
    opacity: 1;
  }
}
@keyframes collapse-animation {
  0% {
    visibility: visible;
    transform: translate(0px, 0px);
    height: 60px;
  }
  100% {
    visibility: hidden;
    transform: translate(0px, 20px);
    height: 0px;
    z-index: -1;
    opacity: 0.5;
  }
}
@keyframes tooltip {
  100% {
    opacity: 1;
    bottom: calc(100% + 30px);
  }
}
@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-o-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse-popup {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse-popup {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse-popup {
  -webkit-animation-name: pulse-popup;
  animation-name: pulse-popup;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.65rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
:root .otp-theme {
  --loading_icon: url(../images/otp-loading.gif);
}
:root .ggp-theme {
  --loading_icon: url(../images/ggp_loading_100x67.gif);
}
:root .hs-theme {
  --loading_icon: url(../images/hs-loading.gif);
}

#vista-popup, #ab-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#vista-popup .vista-popup-container, #ab-popup .vista-popup-container {
  background: linear-gradient(151.87deg, rgba(213, 151, 181, 0.24) 12.58%, rgba(41, 181, 220, 0.24) 93.4%), rgba(255, 255, 255, 0.74);
}
#vista-popup .closeBt, #ab-popup .closeBt {
  display: block;
  width: 40px;
  height: 40px;
  line-height: unset;
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 999;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  background: none !important;
  border: none !important;
}
#vista-popup .login-cognito, #ab-popup .login-cognito {
  position: relative !important;
  text-align: center !important;
  margin: auto !important;
  width: auto !important;
  background: #D75BA2 !important;
  border-radius: 55px !important;
  padding: 12px 60px !important;
}
#vista-popup .login-cognito img, #ab-popup .login-cognito img {
  border-radius: 55px;
  position: absolute;
  padding: 2px;
  background: #fff;
  top: 6px;
  left: 7px;
  width: 35px;
  border-radius: 55px;
}
#vista-popup .login-cognito span, #ab-popup .login-cognito span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#vista-popup .popup-content, #vista-popup .popup-content-main, #ab-popup .popup-content, #ab-popup .popup-content-main {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  background: #fafafa;
  position: relative;
  width: 864px;
  height: 424px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #vista-popup .popup-content, #vista-popup .popup-content-main, #ab-popup .popup-content, #ab-popup .popup-content-main {
    width: 80% !important;
  }
  #vista-popup .popup-content .left, #vista-popup .popup-content-main .left, #ab-popup .popup-content .left, #ab-popup .popup-content-main .left {
    max-width: 100% !important;
  }
  #vista-popup .popup-content .right, #vista-popup .popup-content-main .right, #ab-popup .popup-content .right, #ab-popup .popup-content-main .right {
    display: none !important;
  }
  #vista-popup .popup-content .ab-popup-container, #vista-popup .popup-content-main .ab-popup-container, #ab-popup .popup-content .ab-popup-container, #ab-popup .popup-content-main .ab-popup-container {
    display: none !important;
  }
  #vista-popup .popup-content .login-cognito-container, #vista-popup .popup-content-main .login-cognito-container, #ab-popup .popup-content .login-cognito-container, #ab-popup .popup-content-main .login-cognito-container {
    padding: 1rem !important;
  }
}
#vista-popup .popup-content div.left, #vista-popup .popup-content-main div.left, #ab-popup .popup-content div.left, #ab-popup .popup-content-main div.left {
  padding: 5rem;
}
#vista-popup .popup-content div.left .popup-main-header, #vista-popup .popup-content-main div.left .popup-main-header, #ab-popup .popup-content div.left .popup-main-header, #ab-popup .popup-content-main div.left .popup-main-header {
  color: #302640;
  font-weight: bolder;
}
#vista-popup .popup-content div.left .second-line-text span, #vista-popup .popup-content-main div.left .second-line-text span, #ab-popup .popup-content div.left .second-line-text span, #ab-popup .popup-content-main div.left .second-line-text span {
  color: #11CEF9;
  font-weight: bold;
}
#vista-popup .popup-content .fa-gift, #vista-popup .popup-content-main .fa-gift, #ab-popup .popup-content .fa-gift, #ab-popup .popup-content-main .fa-gift {
  float: left;
  font-size: 40px;
  color: #11CEF9;
}
#vista-popup .popup-content .always-login-dev-text, #vista-popup .popup-content-main .always-login-dev-text, #ab-popup .popup-content .always-login-dev-text, #ab-popup .popup-content-main .always-login-dev-text {
  float: right;
  width: 83%;
}
#vista-popup .popup-content .always-login-dev-text span, #vista-popup .popup-content-main .always-login-dev-text span, #ab-popup .popup-content .always-login-dev-text span, #ab-popup .popup-content-main .always-login-dev-text span {
  color: #11CEF9;
  font-weight: bold;
}
#vista-popup .popup-content .row, #ab-popup .popup-content .row {
  margin: 0;
  width: 100%;
  height: 100%;
}
#vista-popup .popup-content h2, #ab-popup .popup-content h2 {
  margin-top: 0;
}
#vista-popup .button-container, #ab-popup .button-container {
  justify-content: center;
  margin-top: 20px;
  padding: 0 30px 30px 30px;
  display: flex;
  gap: 16px;
}
#vista-popup .button, #ab-popup .button {
  flex-grow: 1;
  flex-basis: 0;
  padding: 32px 15px 32px 15px;
  border-radius: 4px;
  box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
  background: #FFF;
  position: relative;
  border: 1px solid #FFF;
}
#vista-popup .button:hover, #ab-popup .button:hover {
  cursor: pointer;
  box-shadow: 0 8px 20px 0 rgba(48, 48, 48, 0.19);
  border: 1px #eee solid;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#vista-popup .button:hover img, #ab-popup .button:hover img {
  opacity: 1;
}
#vista-popup .button:hover p, #ab-popup .button:hover p {
  color: #231F20;
}
#vista-popup .button img, #ab-popup .button img {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  height: 72px;
}
#vista-popup .button h3, #ab-popup .button h3 {
  color: #231F20;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#vista-popup .return-img, #ab-popup .return-img {
  width: 60%;
  position: absolute;
  bottom: 0px;
  left: 20%;
}

::-webkit-input-placeholder {
  color: #bbbbbb;
}

:-moz-placeholder {
  color: #bbbbbb;
}

::-moz-placeholder {
  color: #bbbbbb;
}

:-ms-input-placeholder {
  color: #bbbbbb;
}

.box_body .row [class*=col-] {
  padding-bottom: 5px;
}

.box_body .refinement_option .data_option:after,
.box_body .book_binding_option .data_option:after,
.box_body .finishing_option .data_option:after,
.check_price .price_list:after,
.brochure_pages h3:after,
.brochure_pages label:after,
.product_details_box .desc.overview:after,
.product_details .desc:after,
.product_landing .nav ul:after,
.panel.hot_link a:after,
.summay_popup ul li:after,
.check_price .box_body ul li div:after,
.check_price .box_body ul:after,
.box_body .options .dropdown .list_row:after,
.catalog-product-view header:after,
.box_head:after,
.panel_head:after,
.box_body .row:after,
.product_view:after {
  content: "";
  clear: both;
  display: block;
}

body.gogo_product_view.catalog-product-view:before {
  display: none;
}

.gogo_product_view.catalog-product-view header {
  background: #FFFFFF;
}

.gogo_product_view.catalog-product-view .main,
.gogo_product_view.catalog-product-view .page {
  background: #F1F1F1;
}

.otp_wrapper .page {
  background-color: #FFFFFF !important;
}
.otp_wrapper nav {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.12);
}

.gogo_product_view.catalog-product-view .banneroption {
  background: linear-gradient(#FFFFFF, #e6e6e6);
  height: 425px;
  font-weight: 400;
  overflow: hidden;
}
.gogo_product_view.catalog-product-view .banneroption.new_banneroption {
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--info {
    display: block;
  }
  .gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--info .pd-name,
  .gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--info .description {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--block {
    max-width: 550px;
    float: right;
    margin-bottom: 50px;
  }
}
.gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--block .artwork-guide {
  border-radius: 4px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin: 20px 8px 10px 8px;
  font-weight: 700;
}
.gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--block .artwork-guide p {
  font-size: 12px;
  color: #333333;
  padding: 7px 4px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--block .artwork-guide p {
    font-size: 10px;
  }
}
.gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--block .artwork-guide a {
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #E84FA5;
  border-radius: 4px;
  color: #E84FA5;
  margin: 2px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--block .artwork-guide a {
    font-size: 10px;
  }
}
.gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--block .artwork-guide a:hover {
  background: transparent;
}
.gogo_product_view.catalog-product-view .banneroption.new_banneroption .banneroption--image {
  padding: 0;
}
.gogo_product_view.catalog-product-view .banneroption.new_banneroption .option_img_product {
  width: 550px;
  margin: 55px auto;
}
.gogo_product_view.catalog-product-view .banneroption--card {
  width: 100%;
  margin: 5% 0;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.15);
  height: 371px;
  overflow: hidden;
  border-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .gogo_product_view.catalog-product-view .banneroption--card {
    max-width: 550px;
    float: right;
  }
}
.gogo_product_view.catalog-product-view .banneroption--card__heading {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.gogo_product_view.catalog-product-view .banneroption--card__heading span {
  color: #D20271;
  font-weight: bolder;
  font-style: italic;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption {
    height: auto;
  }
}
.gogo_product_view.catalog-product-view .banneroption--nav {
  margin: 15px 20px;
}
.gogo_product_view.catalog-product-view .banneroption--nav li span {
  cursor: pointer;
  background-color: #D9EDF7;
  border-radius: unset;
  color: #010101;
  font-size: 0.75rem;
  display: block !important;
  border-top: 2px solid #d5eeff;
  border-bottom: 2px solid #d5eeff;
}
.gogo_product_view.catalog-product-view .banneroption--nav li span.nav-link {
  padding: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--nav li span {
    font-size: 0.68rem;
  }
}
.gogo_product_view.catalog-product-view .banneroption--nav li span:hover {
  background: #97CEEA;
  border: 2px solid #97CEEA;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .gogo_product_view.catalog-product-view .banneroption--nav li span:hover {
    transition: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption--nav li span.active {
  background: #29B5DC;
  color: #FFFFFF;
  font-weight: bold;
  border: 2px solid #29B5DC;
  position: relative;
}
.gogo_product_view.catalog-product-view .banneroption--nav li span.active::after {
  content: url(../images/triangular_product_banner.png);
  position: absolute;
  bottom: -14px;
  left: 45%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .gogo_product_view.catalog-product-view .banneroption--nav li span.active::after {
    transition: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption--nav li.nav-item > span {
  border: none !important;
}
.gogo_product_view.catalog-product-view .banneroption--content__infomation__heading {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  margin: 12px 22px;
}
.gogo_product_view.catalog-product-view .banneroption--content__infomation__blocklist p {
  font-size: 14px;
  margin: 6px 0 5px 20px;
  line-height: 19px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--content__infomation__blocklist p {
    font-size: 12px;
  }
}
.gogo_product_view.catalog-product-view .banneroption--content__infomation__blocklist p span {
  background: #6ef7c8;
  border-radius: 47%;
}
.gogo_product_view.catalog-product-view .banneroption--content__infomation__blocklist p span i {
  padding: 2px;
  color: #FFFFFF;
}
.gogo_product_view.catalog-product-view .banneroption--content__infomation__detail {
  font-size: 14px;
  line-height: 19px;
  padding: 17px 20px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--content__infomation__detail {
    font-size: 12px;
  }
}
.gogo_product_view.catalog-product-view .banneroption--content__infomation__detail::after {
  content: "";
  width: 100%;
  max-height: 200rem;
  position: absolute;
  bottom: 48px;
  left: 0;
  height: 4rem;
  background: -webkit-linear-gradient(90deg, #FFFFFF 0, hsla(0, 0%, 100%, 0) 100%);
  background: linear-gradient(0deg, #FFFFFF 0, hsla(0, 0%, 100%, 0) 100%);
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__detail, .gogo_product_view.catalog-product-view .banneroption--content__faq__detail {
  font-size: 14px;
  line-height: 19px;
  padding: 12px 20px;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__detail a, .gogo_product_view.catalog-product-view .banneroption--content__faq__detail a {
  color: #000000;
  font-size: 12px;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li .on__collapse, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li .on__collapse {
  padding: 9px 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  display: block !important;
  border-left: 3px solid #FFFFFF;
  border-top: 1px solid #E0E0E0;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li .on__collapse span, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li .on__collapse span {
  position: absolute;
  right: 8%;
  color: #999999;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li .on__collapse span:after, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li .on__collapse span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  content: "\f067";
  transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -moz-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -o-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}
@media screen and (prefers-reduced-motion: reduce) {
  .gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li .on__collapse span:after, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li .on__collapse span:after {
    transition: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li .on__collapse.enable, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li .on__collapse.enable {
  font-weight: bold;
  color: #29B5DC;
  border-right: 1px solid #d5eeff;
  border-left: 3px solid #29B5DC;
  background: #D9EDF7;
  margin-bottom: -7px;
  border-top: 1px solid #d5eeff;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li .on__collapse.enable span:after, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li .on__collapse.enable span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  content: "\f068";
  color: #2bace2;
  transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -moz-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -o-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}
@media screen and (prefers-reduced-motion: reduce) {
  .gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li .on__collapse.enable span:after, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li .on__collapse.enable span:after {
    transition: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list ul li:hover, .gogo_product_view.catalog-product-view .banneroption--content__faq__list ul li:hover {
  background: #EAEAEE;
  cursor: pointer;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list .collapse.show, .gogo_product_view.catalog-product-view .banneroption--content__faq__list .collapse.show {
  border-right: 1px solid #d5eeff;
  border-left: 3px solid #29B5DC;
  background: #D9EDF7;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list .collapse.show .card-body, .gogo_product_view.catalog-product-view .banneroption--content__faq__list .collapse.show .card-body {
  background: unset;
  border: unset;
  padding: 0 21px 18px;
  font-size: 13px;
}
.gogo_product_view.catalog-product-view .banneroption--content__artwork__list .collapse.show .card-body var, .gogo_product_view.catalog-product-view .banneroption--content__faq__list .collapse.show .card-body var {
  font-style: normal;
  text-transform: lowercase;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__detail {
  font-size: 12px;
  padding: 12px 20px;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li {
  border-top: 1px solid #E0E0E0;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template {
  padding: 9px 20px;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template a {
  display: inline-flex;
  text-transform: capitalize;
  font-size: 12px;
  justify-content: center;
  width: 23%;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template a img {
  margin: -2px 6px 0 0;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template a span {
  display: flex;
  justify-content: center;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template p {
  font-size: 12px;
  margin-top: 2px;
  font-weight: bold;
  color: #000000;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template__pdf {
  color: #df6070;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template__psd {
  color: #2ebde0;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template__ai {
  color: #f57e00;
}
.gogo_product_view.catalog-product-view .banneroption--content__templates__files ul li .download_template__id {
  color: #d1559b;
}
.gogo_product_view.catalog-product-view .banneroption--button {
  margin-bottom: -15px;
  padding: 13px 0;
  position: absolute;
  bottom: 14px;
  width: 100%;
  background: #FFFFFF;
  left: 0;
  right: 0;
}
.gogo_product_view.catalog-product-view .banneroption--button .button-control {
  display: flex;
  justify-content: center;
}
.gogo_product_view.catalog-product-view .banneroption--button .button-control a {
  font-size: 12px;
  color: #29B5DC;
  border: 2px solid #29B5DC;
  padding: 6px 32px;
  border-radius: 4px;
}
.gogo_product_view.catalog-product-view .banneroption--button .button-control a:hover {
  text-decoration: none;
  background: #29B5DC;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .gogo_product_view.catalog-product-view .banneroption--button .button-control a:hover {
    transition: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption .option_img_product {
  margin: 4% 0;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption .option_img_product img {
    width: 100%;
  }
}
.gogo_product_view.catalog-product-view .banneroption .option__right {
  display: flex;
}
.gogo_product_view.catalog-product-view .banneroption .option__right div {
  display: -webkit-box;
  height: 33px;
}
.gogo_product_view.catalog-product-view .banneroption .option__right div p {
  padding-left: 11px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--info {
    display: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption--info .pd-name {
  font-weight: 600;
  margin: 12px 0;
  color: #333333;
  line-height: 28px;
  font-size: 22px;
}
.gogo_product_view.catalog-product-view .banneroption--info .description {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option .heading {
    margin: 10px 0;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option h3 {
  font-weight: 600;
  margin: 12px 0;
  color: #333333;
  margin: 14px 0;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option h3 {
    margin: 0;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option h3 span {
  color: #e852a5;
}
.gogo_product_view.catalog-product-view .banneroption--option .row {
  marding: 0 -10px;
}
.gogo_product_view.catalog-product-view .banneroption--option .row > div {
  padding: 0 8px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row > div {
    margin: 7px 0;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card {
  border-radius: 4px;
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card:hover, .gogo_product_view.catalog-product-view .banneroption--option .row .card.selected {
  cursor: pointer;
  border: 1px solid #2bace2;
  box-shadow: 4px 4px 12px 0px rgba(108, 112, 118, 0.8);
  transition: box-shadow 300ms;
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card-body {
  padding: 8px;
  height: 148px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row .card-body {
    height: 93px;
    margin-left: 23%;
  }
}
@media screen and (max-width: 768px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row .card-body {
    height: 82px;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card-footer {
  background: #FFFFFF;
  border: none;
  padding: 0 7px 7px 7px;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row .card-footer {
    display: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card-footer .btn {
  width: 100%;
  background-color: #2bace2;
  color: #FFFFFF;
  font-size: 12px;
  padding: 3px;
  border-radius: 4px;
  border-color: #2bace2;
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card-footer .btn i {
  color: #FFFFFF;
  margin-right: 8px !important;
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card img {
  margin: 10px auto;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row .card img {
    width: 41px;
    height: 47px;
    position: absolute;
    left: 11px;
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row .card img {
    left: 23px;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card-title {
  font-size: 12px;
  text-align: center;
  color: #333333;
  font-weight: 600;
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card h3 {
  font-size: 14px;
  text-align: center;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row .card h3 {
    font-size: 12px;
    text-align: left;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card-subtitle {
  text-align: center;
  font-size: 10px;
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
@media screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--option .row .card p {
    font-size: 10px;
    text-align: left;
  }
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card.active {
  border: 2px solid #2bace2;
}
.gogo_product_view.catalog-product-view .banneroption--option .row .card.disabled {
  pointer-events: none;
}
.gogo_product_view.catalog-product-view .banneroption--guide {
  border: none;
  height: 475px;
  overflow: hidden;
}
.gogo_product_view.catalog-product-view .banneroption--guide--header {
  background-color: #f7e9a3;
  border-bottom: none;
  padding: 16px 22px;
}
.gogo_product_view.catalog-product-view .banneroption--guide--header h1 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 2px;
}
.gogo_product_view.catalog-product-view .banneroption--guide--header h3 {
  font-size: 11px;
  margin-bottom: 0;
}
.gogo_product_view.catalog-product-view .banneroption--guide--header img {
  position: absolute;
  right: 56px;
  top: 37px;
  width: 30px;
}
@media only screen and (max-width: 991.98px) {
  .gogo_product_view.catalog-product-view .banneroption--guide--header img {
    display: none;
  }
}
.gogo_product_view.catalog-product-view .banneroption--guide .card-body {
  padding: 0;
}
.gogo_product_view.catalog-product-view .banneroption--guide .nav {
  margin-top: 0;
  background-color: #f7e9a3;
}
.gogo_product_view.catalog-product-view .banneroption--guide .nav li span {
  background-color: #f7e9a3;
  color: #333333;
  font-size: 12px;
}
.gogo_product_view.catalog-product-view .banneroption--guide .nav li span.active {
  background-color: #FFFFFF;
  color: #333333;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.gogo_product_view.catalog-product-view .banneroption--guide .nav li span.active:after {
  content: "";
}
.gogo_product_view.catalog-product-view .banneroption--modal .tab-content {
  padding-top: 12px;
  max-height: 450px;
  overflow: scroll;
}
.gogo_product_view.catalog-product-view .banneroption--modal .tab-content .banneroption--content__infomation__detail::after {
  content: "";
  width: 100%;
  max-height: 200rem;
  position: absolute;
  bottom: 48px;
  left: 0;
  height: 4rem;
  background: unset;
}

#products_popup_option {
  background: rgba(65, 91, 117, 0.57);
}
#products_popup_option .modal-content {
  box-shadow: 1px 0 16px #264563;
  overflow: hidden;
}
#products_popup_option .modal-footer {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  #products_popup_option .modal-footer {
    border-top: none;
    padding: 0 15px;
    display: flex;
    margin-bottom: 12px;
  }
  #products_popup_option .modal-footer button {
    padding: 4px 14px;
    font-size: 10px;
    background: #FFFFFF;
    color: #333333;
    border: none;
    box-shadow: 0px 0 4px #e1e5ea;
  }
}

.gogo_product_view.catalog-product-view .banner_cover {
  background: url(../images/banners/images_banner_products.png) no-repeat center center;
  height: 180px;
  margin-bottom: 40px;
}

.gogo_product_view.catalog-product-view .banner_cover .img {
  width: 360px;
}

.box {
  margin-top: 30px;
}
.box_head {
  position: relative;
  border-bottom: 3px solid #e0197d;
}
.box_head__tag {
  position: absolute;
  right: 0;
  top: -4px;
}
.box_head__tag .icon {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .box_head__tag .icon img {
    width: 50%;
    height: 50%;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .box_head__tag .icon img {
    margin-right: 6px;
  }
}
.box_head__tag .icon p {
  font-size: 13px;
  padding-top: 5px;
  color: #00000d;
  line-height: 1.38;
  font-weight: normal;
}
.box_head__tag .icon i {
  padding: 6px;
  color: #1E9DC3;
}
.box_head__tag .icon i:hover {
  cursor: pointer;
}
.box_head h2 {
  display: block;
  height: 26px;
  float: left;
  padding: 0 11px 0 20px;
  background: #e0197d;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  position: relative;
}
.box_head h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  position: absolute;
  top: 0;
  right: -30px;
  background: url(https://www.gogoprint.co.th/skin/frontend/ggp/default/images/product_view/box_title_corner.png) no-repeat;
}
.box_body {
  border-top: 0;
  border-bottom: 0;
  padding: 10px 20px;
  background: #FFFFFF;
}
@media screen and (max-width: 991.98px) {
  .box_body {
    /*   padding:10px;
       height: 550px;
       overflow: scroll*/
  }
}
.box_tail {
  border: 1px solid #DDDDDD;
  border-top: 1px dashed #DDDDDD;
  background: #f5f5f5;
  padding: 10px 20px;
}
.box_tail h4 {
  font-size: 12px;
  color: #646464;
  font-weight: 600;
}
.box_tail ul {
  list-style-position: outside;
  margin-left: 30px;
  line-height: 13px;
  margin-bottom: 10px;
}
.box_tail li {
  color: #636363;
  font-size: 11px;
}
.box_tail li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #2ac2e3;
  position: absolute;
  font-size: 5px;
  line-height: 15px;
  left: 50px;
}

a.radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* for the evenr hover,active is in line 819 */
a.radio i {
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 12px;
  color: #FFFFFF;
  display: none;
  opacity: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  a.radio i {
    transition: none;
  }
}

.mainstage a.radio.active,
.mainstage a.radio:hover {
  background: #3bc947;
  border: 1px solid #3bc947;
}

a.radio:hover,
a.radio:hover i {
  text-decoration: none !important;
}

.premium_icon {
  display: block;
  position: absolute;
  width: 14px;
  height: 28px;
  background: url(../images/product_view/icon_popular2.png) no-repeat;
  top: 0;
  right: 5px;
}

i.premium_icon {
  right: -4px;
  width: 30px;
  height: 50px;
  background: url(../images/product_view/premium-paper-icon.png) no-repeat;
  top: 3px;
}

.premium_text {
  position: absolute;
  color: #e0197d;
  font-size: 7pt;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  top: 4px;
  line-height: 9px;
  left: 100%;
}

.gogo_product_view .box_body .custom_format {
  float: none;
  text-align: left;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 100%;
  background: transparent;
  border-radius: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.box_body .row {
  padding: 10px 0;
  border-top: 1px solid #f9f9f9;
}

.box_body .row:first-child {
  border: 0;
}

.box_body .row.warning {
  margin-top: 0;
}

.box_body h3 {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #000000;
}

.box_body .options {
  position: relative;
  width: 100%;
}

.box_body .options .dropdown {
  margin: auto;
  float: none;
  background-color: transparent;
  background: none;
  height: auto;
  position: inherit;
}

.box_body .options .dropdown.cover img {
  float: none;
}

.box_body .options .dropdown.pages {
  overflow: visible;
}

.box_body .options .dropdown p {
  display: block;
  width: 100%;
  height: 31px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #8a8a8a;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  overflow: hidden;
  border-radius: 4px;
}
.box_body .options .dropdown p i {
  position: absolute;
  right: 10px;
  top: 7px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .box_body .options .dropdown p i {
    transition: none;
  }
}
.box_body .options .dropdown:hover p {
  border: 1px solid rgb(55, 151, 239);
  -webkit-box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  -moz-box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  background: #FFFFFF;
}
.box_body .options .dropdown.readonly:hover p {
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #FFFFFF;
  cursor: default;
}

.box_body .pages_option.readonly .data_option:hover {
  border: 2px solid #FFFFFF !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #FFFFFF;
}

.box_body .pages_option.readonly .data_option {
  background: transparent !important;
  border: 2px solid #FFFFFF !important;
  cursor: default !important;
}

.box_body .pages_option.readonly .data_option:hover a.radio,
.box_body .pages_option.readonly .data_option.selected a.radio {
  background: #a0a0a0 !important;
  border: 1px solid #e5e5e5 !important;
  cursor: default !important;
}

.box_body .pages_option.readonly .data_option:hover a.radio {
  text-indent: -100px;
  overflow: hidden;
  background: transparent !important;
}

.box_body .pages_option .data_option.selected:hover a.radio {
  text-indent: 0;
  background: #a0a0a0 !important;
  border: 1px solid #e5e5e5 !important;
}

.box_body .options .dropdown.readonly p {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  cursor: default;
}

.box_body .options .dropdown.readonly p i {
  display: none;
}

.box_body .options.disabled .dropdown:hover p {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  cursor: default;
}

.box_body .options .dropdown:hover p i {
  color: #e0197d;
}

.box_body .options.disabled .dropdown:hover p i {
  color: #8a8a8a;
}

.box_body .options .dropdown.active p i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.box_body .options.disabled .dropdown.active p i {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.box_body .options .dropdown p span.height,
.box_body .options .dropdown p span.width {
  font-weight: 600;
  padding: 0 5px;
  color: #000000;
}

.box_body .options .dropdown .list {
  border: 1px solid #dddddd;
  width: 100%;
  position: absolute;
  top: 29px;
  background: #FFFFFF;
  z-index: 999;
  display: none;
  opacity: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(100, 100, 100, 0.7);
  -moz-box-shadow: 4px 4px 10px 0 rgba(100, 100, 100, 0.7);
  box-shadow: 4px 4px 10px 0 rgba(100, 100, 100, 0.7);
}
@media screen and (prefers-reduced-motion: reduce) {
  .box_body .options .dropdown .list {
    transition: none;
  }
}

.box_body .options.disabled .dropdown .list {
  display: none;
  border: 1px solid #dddddd;
  width: 320px;
  position: absolute;
  top: 57px;
  background: none;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .box_body .options.disabled .dropdown .list {
    transition: none;
  }
}

.box_body .options .dropdown.active .list {
  display: block;
  opacity: 1;
}

.box_body .options .dropdown .filter_option,
.box_body .options .dropdown .list_row {
  cursor: pointer;
  position: relative;
}
.box_body .options .dropdown .filter_option:before,
.box_body .options .dropdown .list_row:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .box_body .options .dropdown .filter_option:before,
  .box_body .options .dropdown .list_row:before {
    border-top: 1px solid #F1F1F1;
  }
}
@media only screen and (min-width: 992px) {
  .box_body .options .dropdown .list_row {
    min-height: 60px;
  }
}
.box_body .options .dropdown .filter_option:before,
.box_body .options.disabled .dropdown .list_row:before {
  border-top: 0;
}

.box_body .options .dropdown .filter_option:first-child:before,
.box_body .options .dropdown .list_row:first-child:before {
  border: 0;
}

.box_body .options .dropdown .list_row .img-option {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 5px;
}

.box_body .options .dropdown .disable_thumb .list_row .img-option {
  display: none;
}

.box_body .options .dropdown.format .list_row .img-option {
  margin: 5px;
}

.box_body .options .dropdown .list_row .img-option a span {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  color: #FFFFFF;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  overflow: hidden;
  margin: 5px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .box_body .options .dropdown .list_row .img-option a span {
    transition: none;
  }
}

.box_body .options .dropdown.format .list_row .img-option a span {
  margin: 0;
}

.box_body .options .dropdown.standard i.popular_icon {
  width: 14px;
  height: 28px;
  background: url(../images/product_view/icon_popular2.png) no-repeat;
}

#filetype_designer a {
  display: block;
  position: absolute;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  width: 85px;
  height: 18px;
  background: #df197d;
  color: #FFFFFF;
  line-height: 19px;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
  top: 9px;
  right: 8px;
}

#filetype_designer a:hover {
  background: #f45baf;
}

.box_body .options .dropdown.format .img-option i {
  right: 0;
}

.box_body .options .dropdown .list_row .img-option img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.box_body .options .dropdown.format .list_row .img-option img {
  display: block;
  width: 90%;
  height: auto;
  margin: 2px;
}

.box_body .options .dropdown .list_row .img-option img.no_video {
  margin: 5px;
}

.box_body .options .dropdown .list_row .img-option a i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 11px;
  text-align: center;
  background: #bbbcbe;
  color: #FFFFFF;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  top: 35px;
  right: -5px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .box_body .options .dropdown .list_row .img-option a i {
    transition: none;
  }
}

.box_body .options .dropdown.format .list_row .img-option a i {
  top: 30px;
  right: -5px;
}

.box_body .options.disabled .dropdown .list_row .img-option a i {
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .box_body .options.disabled .dropdown .list_row .img-option a i {
    transition: none;
  }
}

.box_body .options .dropdown .list_row.selected .img-option a span,
.box_body .options .dropdown .list_row .img-option a:hover span {
  border-color: #e0197d;
}

.box_body .options.disabled .dropdown .list_row .img-option a:hover span {
  border-color: transparent;
}

.box_body .options .dropdown .list_row.selected .img-option a i,
.box_body .options .dropdown .list_row .img-option a:hover i {
  background: #e0197d;
}

.box_body .options.disabled .dropdown .list_row .img-option a:hover i {
  background: transparent;
}

.box_body .options .dropdown .filter_option .desc,
.box_body .options .dropdown .list_row.filter .desc {
  position: static;
  height: auto;
}

.box_body .options .dropdown .filter_option .desc,
.box_body .options .dropdown.refinement .list_row .desc,
.box_body .options .dropdown.paper .list_row .desc {
  width: 250px;
}

.box_body .options .dropdown .list_row .desc {
  float: left;
}
.box_body .options .dropdown .list_row .desc span {
  font-size: 9px;
  line-height: 12px;
  display: block;
  margin-left: 10px;
  word-break: break-word;
  padding-right: 15px;
  font-weight: 400;
  padding-top: 2px;
}

.box_body .options .dropdown.format .list_row .desc, .box_body .options .dropdown.refinement .list_row .desc, .box_body .options .dropdown.paper .list_row .desc {
  width: 250px;
  text-align: left;
}
.box_body .options .dropdown .list_row .video {
  width: 26px;
  float: right;
  margin-right: 15px;
}
.box_body .options .dropdown .list_row.selected {
  background: #29B5DC;
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .list_row.selected {
    background-color: #FFFFFF;
    color: #29B5DC;
  }
}
@media screen and (min-width: 992px) {
  .box_body .options .dropdown .list_row.selected:before {
    border-top: 1px solid #29B5DC;
  }
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .list_row.selected .desc span,
  .box_body .options .dropdown .list_row.selected .desc h4 {
    color: #29B5DC;
    background-color: #FFFFFF;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .box_body .options .dropdown .list_row:hover {
    background: #29B5DC;
  }
}
.box_body .options .dropdown .list_row:hover .desc span,
.box_body .options .dropdown .list_row:hover .desc h4 {
  color: #FFFFFF;
}
.box_body .options .dropdown .list_row:hover:before {
  border-top: 1px solid #29B5DC;
}
.box_body .options .dropdown .list_row:hover .premium_text {
  color: #FFFFFF;
}
.box_body .options .dropdown .list_row:hover .premium_icon {
  background: url(../images/product_view/premium-paper-icon-hover.png) no-repeat;
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .list {
    min-height: 20px;
    overflow: scroll;
    opacity: 1;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .box_body .options .dropdown .list::-webkit-scrollbar {
    width: 2px;
  }
  .box_body .options .dropdown .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
  }
  .box_body .options .dropdown .list::-webkit-scrollbar-thumb {
    background: #bbbbbb;
  }
}
.box_body .options .dropdown .list .filter_option .desc h4 {
  padding-right: 30px;
  font-weight: 600;
  color: #4a4a4a;
}
@media only screen and (max-width: 991.98px) {
  .box_body .options .dropdown .list .filter_option .desc h4 {
    margin-bottom: 0;
    color: #bbbbbb;
  }
}
.box_body .options .dropdown .list .desc h4 {
  padding-right: 30px;
  font-weight: 600;
  color: #000000;
  margin: 6px 0;
  font-size: 12px;
}
@media only screen and (max-width: 991.98px) {
  .box_body .options .dropdown .list .desc h4 {
    margin-bottom: 0;
  }
  .box_body .options .dropdown .list .desc h4.for-desktop {
    display: none;
  }
  .box_body .options .dropdown .list .desc h4.for-mobile {
    display: block;
    padding-left: 21px;
    font-weight: 400;
    color: #4a4a4a;
  }
  .box_body .options .dropdown .list .desc h4.for-mobile label {
    margin: 0px;
    font-size: 12px;
    padding: 8px 0;
  }
}
@media only screen and (min-width: 992px) {
  .box_body .options .dropdown .list .desc h4.for-desktop {
    display: block;
    margin: 0;
    font-size: 12px;
    padding-left: 12px;
    color: #4a4a4a;
  }
  .box_body .options .dropdown .list .desc h4.for-mobile {
    display: none;
  }
}
.box_body .options .dropdown .filter_option .sub_list_row {
  background: #FFFFFF;
  left: 100%;
  width: 100%;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .box_body .options .dropdown .filter_option .sub_list_row {
    position: absolute;
    display: none;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(100, 100, 100, 0.7);
    -moz-box-shadow: 4px 4px 10px 0 rgba(100, 100, 100, 0.7);
    box-shadow: 4px 4px 10px 0 rgba(100, 100, 100, 0.7);
  }
  .box_body .options .dropdown .filter_option .sub_list_row .selected {
    background: #29B5DC;
  }
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .filter_option .sub_list_row {
    top: 33px;
    left: 0;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .box_body .options .dropdown .filter_option .sub_list_row .product-opts-row {
    display: flex;
    align-items: flex-start;
    min-height: 60px;
  }
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .filter_option .sub_list_row .product-opts-row {
    min-height: 25px;
    padding-left: 17px;
  }
}
.box_body .options .dropdown .filter_option .sub_list_row .product-opts-row .img-option {
  align-self: flex-start !important;
}
.box_body .options .dropdown .filter_option .sub_list_row .product-opts-row .desc {
  width: 80%;
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .filter_option .sub_list_row .product-opts-row .desc {
    width: 100%;
  }
}
.box_body .options .dropdown .filter_option .sub_list_row .product-opts-row .desc h4 {
  width: 80%;
  font-size: 12px;
  font-weight: 600;
  color: #010101;
  margin-top: 2px;
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .filter_option .sub_list_row .product-opts-row .desc h4 {
    font-weight: 400;
    font-size: 12px;
  }
}
.box_body .options .dropdown .filter_option .sub_list_row .product-opts-row .desc span {
  width: 80%;
  color: #010101;
}
.box_body .options .dropdown .filter_option .sub_list_row .desc {
  padding: 3px 20px;
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .filter_option .sub_list_row .desc {
    padding: 2px 0px;
  }
}
.box_body .options .dropdown .filter_option .sub_list_row .desc h4.for-mobile:before {
  content: "-";
  padding-right: 10px;
}
.box_body .options .dropdown .filter_option .desc {
  padding: 3px 20px;
}
@media screen and (max-width: 991.98px) {
  .box_body .options .dropdown .filter_option .desc {
    padding: 7px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .box_body .options .dropdown .filter_option .desc h4.for-desktop {
    display: none;
  }
  .box_body .options .dropdown .filter_option .desc h4.for-mobile {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .box_body .options .dropdown .filter_option .desc h4.for-desktop {
    display: block;
  }
  .box_body .options .dropdown .filter_option .desc h4.for-mobile {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .box_body .options .dropdown.filecheck, .box_body .options .dropdown.file_format {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .box_body .options .dropdown.filecheck .list, .box_body .options .dropdown.file_format .list {
    padding: 12px 0;
    top: 43px;
  }
}
.box_body .options .dropdown.filecheck .list_row h4, .box_body .options .dropdown.file_format .list_row h4 {
  padding: 12px 0 0 17px;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .box_body .options .dropdown.filecheck .list_row h4, .box_body .options .dropdown.file_format .list_row h4 {
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .box_body .options .dropdown.filecheck .list_row .desc, .box_body .options .dropdown.file_format .list_row .desc {
    height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .box_body .options .dropdown.filecheck .list_row.data_option, .box_body .options .dropdown.file_format .list_row.data_option {
    min-height: 0;
  }
}
.box_body .col-4 .options .dropdown .list_row .desc {
  width: 186px;
}
.box_body .col-4 .options .dropdown .list_row .desc span {
  width: 170px;
}
.box_body .request_custom_quotation {
  font-size: 12px;
  font-weight: 800;
  color: #000000;
}
.box_body .request_custom_quotation p {
  padding-bottom: 12px;
}
.box_body .request_custom_quotation a {
  color: #29B5DC;
}
.box_body .request_custom_quotation a:hover {
  text-decoration: none;
  color: #294766;
}

/*.box_body .options .dropdown .list_row.selected:before,
.box_body .options .dropdown .list_row:hover:before {border-top: 1px solid #2ac2e3;}*/
.box_body .options .dropdown .list_row.selected .video a,
.box_body .options .dropdown .list_row:hover .video a {
  background: #FFFFFF;
  color: #2ac2e3;
}

.box_body .options .dropdown .list_row .video a:hover {
  background: #e0197d;
  color: #FFFFFF;
}

.box_body .options .dropdown .list_row.selected .img-option a span,
.box_body .options .dropdown .list_row:hover .img-option a span {
  background: #FFFFFF;
}

.box_body .options .dropdown .list_row:hover .sub_list_row .desc h4,
.box_body .options .dropdown .filter_option .sub_list_row .desc {
  color: #000000;
}

.box_body .options .dropdown .list_row:hover .sub_list_row .desc span {
  color: #AAAAAA;
}

.box_body .options .dropdown .filter_option:hover .sub_list_row {
  display: block;
}

.brochure_pages label a,
.custom_pages a.bt,
.gogo_product_view .custom_qty a.bt,
.gogo_product_view .box_body .options.custom_format a.bt {
  display: inline-block;
  background: #2bace2;
  height: 28px;
  width: 190px;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  margin: 28px auto 0;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .brochure_pages label a,
  .custom_pages a.bt,
  .gogo_product_view .custom_qty a.bt,
  .gogo_product_view .box_body .options.custom_format a.bt {
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .brochure_pages label a,
  .custom_pages a.bt,
  .gogo_product_view .custom_qty a.bt,
  .gogo_product_view .box_body .options.custom_format a.bt {
    width: unset;
    display: block;
    margin-top: unset;
  }
}

.custom_pages a.bt {
  margin: 27px auto 0;
  display: block;
}

.gogo_product_view .custom_qty a.bt {
  margin: 0;
}

.brochure_pages label a:hover,
.custom_pages a.bt:hover,
.gogo_product_view .custom_qty a.bt:hover,
.gogo_product_view .box_body .options.custom_format a.bt:hover {
  background: #269acb;
  text-decoration: none;
}

.custom_pages p,
.gogo_product_view .custom_qty p,
.gogo_product_view .box_body .options.custom_format p {
  width: 270px;
  margin: 29px auto 5px;
  opacity: 0;
  display: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom_pages p,
  .gogo_product_view .custom_qty p,
  .gogo_product_view .box_body .options.custom_format p {
    transition: none;
  }
}

.custom_pages p {
  display: block;
  opacity: 1;
  text-align: center;
}

.gogo_product_view .custom_qty p {
  width: auto;
  margin: 0;
}

.gogo_product_view .box_body .options.custom_format.active a.bt {
  opacity: 0;
  display: none;
}

.gogo_product_view .custom_qty.active p,
.gogo_product_view .box_body .options.custom_format.active p {
  opacity: 1;
  display: block;
}

.gogo_product_view .box_body .options.custom_format label {
  position: relative;
  display: block;
  float: left;
  width: 105px;
  height: 26px;
}

.gogo_product_view .box_body .options.custom_format input {
  width: 100px;
  height: 26px;
  text-align: center;
  border: 2px solid rgb(55, 151, 239);
  -webkit-box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  -moz-box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
}

.gogo_product_view .custom_qty em,
.gogo_product_view .box_body .options.custom_format em {
  font-style: normal;
  display: block;
  height: 26px;
  position: absolute;
  top: 0;
  right: 5px;
  color: #aaa;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}

.gogo_product_view .box_body .options.custom_format .add_format {
  height: 26px;
  display: block;
  float: left;
  margin-left: 5px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  background: #ccc;
  cursor: default;
}

.gogo_product_view .box_body .options.custom_format .add_format.ready {
  background: #2ac2e3;
  cursor: pointer;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .gogo_product_view .box_body .options.custom_format .add_format.ready {
    transition: none;
  }
}

.gogo_product_view .box_body .options.custom_format .add_format.ready:hover {
  background: #e0197d;
}

.gogo_product_view .box_body .options.custom_format span {
  float: left;
  margin-top: 3px;
  display: block;
  width: 22px;
}

.gogo_product_view .custom_qty p.minmax {
  display: block;
  color: #777;
  opacity: 1;
  text-align: center;
  font-size: 11px;
  margin: 3px 0 0;
}

.box_body .pages_option .data_option {
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.box_body .pages_option .data_option a {
  margin: 0 !important;
}
.box_body .print-side-option-image .card {
  border: 2px solid #E0E0E0;
  margin: 0.47rem;
  padding: 0;
}
.box_body .print-side-option-image .card img {
  margin: 0 !important;
  width: 150px !important;
}
.box_body .print-side-option-image .card .radio {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  border-radius: 4px 0 0 0;
  border: none;
  width: 0;
  height: 0;
  padding: 6px;
}
.box_body .print-side-option-image .card.selected {
  background: #FFFFFF !important;
  border: 3px solid #2bace2 !important;
  border-radius: 4px !important;
}
.box_body .print-side-option-image .card.selected .radio {
  background: #2bace2 !important;
  border: 1px solid #2bace2 !important;
  color: #FFFFFF;
}
.box_body .print-side-option-image .card .desc h4 {
  max-width: 150px;
  text-align: center;
  min-height: 30px;
  padding: 6px;
}
.box_body .print-side-option-image .card .desc span {
  text-align: center;
}
.box_body .print-side-option-image .card:hover {
  border: 3px solid #2bace2 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.box_body .print-side-option-image .card:hover .radio {
  background: #2bace2 !important;
  border: 1px solid #2bace2 !important;
  color: #FFFFFF;
}

.box_body .pages_option .data_option a {
  float: left;
  margin: 5px 0 0 0;
}

.box_body .pages_option .data_option img {
  width: auto;
  height: auto;
  display: block;
  float: left;
  margin: -4px 10px 0;
}

.box_body .pages_option .data_option .desc {
  float: left;
}

.box_body .pages_option .data_option h4 {
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #000;
  margin-bottom: -2px;
}

.box_body .pages_option .data_option span {
  font-size: 13px;
  line-height: 13px;
}

html[lang=th] .box_body .pages_option .data_option span {
  font-size: 11px;
}

.box_body .pages_option .data_option.selected {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.box_body .pages_option .data_option.disabled,
.box_body .pages_option .data_option.disabled a {
  cursor: not-allowed;
}

.box_body .pages_option .data_option.disabled a,
.box_body .pages_option .data_option.disabled a i {
  color: #eeeeee;
  background-color: #eeeeee;
}

.disabled a:hover i {
  color: #FFFFFF;
  color: transparent;
}

.box_body .pages_option .data_option:not(.disabled):hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgb(55, 151, 239);
  -webkit-box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  -moz-box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  box-shadow: 0 0 10px 0 rgba(55, 151, 239, 0.9);
  background: #FFFFFF;
}

.box_body .pages_option .data_option.selected:hover {
  background: #f5f5f5;
}

.check_price .box_body {
  min-height: 696px;
}

.check_price .head li {
  float: left;
}

.check_price .head li:first-child {
  width: 20%;
}

.check_price .head li + li {
  width: 80%;
  border-right: none;
}

.check_price .head.ch_3 li + li, .check_price .head.ch_2 li + li {
  border-right: 1px solid #E0E0E0;
}

.check_price .head.ch_1 li ul li {
  width: 100% !important;
}

.check_price .head.ch_1 ul.deliever_date li div {
  width: 131px;
  margin: auto;
  text-align: center;
}

.check_price .head.ch_1 ul.deliever_date li div p {
  padding-left: 0;
}

.alt_print_style {
  background: #f4f5f5;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
}

.alt_print_style li div {
  float: left;
}

ul.alt_print_style li {
  padding: 8px 0;
  float: left;
}

ul.alt_print_style li p a,
.alt_print_style p {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #e0197d;
  height: auto;
  padding-top: 10px;
}

ul.alt_print_style li:first-child p {
  margin-left: 30px;
}

ul.alt_print_style li:nth-child(2) {
  padding: 8px 0 8px 15%;
}

.alt_print_style li div:first-child {
  width: 68px;
  height: 58px;
}

.digitallogo {
  background: url(../images/product_view/brochures_digital.png) no-repeat;
}

.offsetlogo {
  background: url(../images/product_view/brochures_offset.png) no-repeat;
}

.check_price .box_body p.note {
  margin-top: 15px;
  font-size: 12px;
  color: #e0197d;
  background: #feeef5;
  padding: 12px;
  margin-bottom: 19px;
}

.check_price .box_body .catalog-discount-ribbon {
  font-size: 16px !important;
  width: 55%;
  height: 70px;
  position: relative;
  background: #f4dd25;
  color: #000000;
  padding: 1em 2em;
  margin: 1em -36px 1em;
}
@media screen and (max-width: 991.98px) {
  .check_price .box_body .catalog-discount-ribbon {
    display: none;
  }
}
.check_price .box_body .catalog-discount-ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0em;
  border: 35px solid #f4dd25;
  z-index: -1;
  height: 70px;
  right: -3em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #d6bd00 transparent transparent transparent;
  bottom: -1em;
  left: 0;
  border-width: 1em 0 0 1em;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content span.discount_amount {
  font-size: 30px;
  width: 100%;
  margin: 0 auto;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content span.discount_amount_number {
  color: #D20271;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content span.discount_end_date {
  width: 100%;
  text-align: left;
  display: block;
  margin: 0 auto;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  text-align: center;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 10px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #D20271 71%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #D20271 71%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content .burst-12 {
  background: #D20271;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  z-index: 1;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content .burst-12:before, .check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content .burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background: #D20271;
  z-index: -1;
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content .burst-12:before {
  transform: rotate(30deg);
}
.check_price .box_body .catalog-discount-ribbon .ribbon-content .discount-content .burst-12:after {
  transform: rotate(60deg);
}
.check_price .box_body .catalog-ribbon-protector {
  position: relative;
  z-index: 1;
}
.check_price .box_body .ribbon-discount {
  background: #5c5c5c;
  width: 40%;
  border-radius: 0 4px 4px 4px;
  display: flex;
  padding: 0 12px;
  height: 45px;
  position: relative;
  margin-bottom: 25px;
}
.check_price .box_body .ribbon-discount__tag {
  background: #ffcf03;
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: 600;
  font-size: 11px;
  padding: 2px 8px;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  color: #010101;
}
.check_price .box_body .ribbon-discount__amount {
  color: #FFFFFF;
  width: 63px;
  margin-top: -4px;
}
.check_price .box_body .ribbon-discount__amount p {
  font-size: 35px;
  letter-spacing: -2px;
  display: flex;
}
.check_price .box_body .ribbon-discount__amount p span {
  font-size: 23px;
  width: 15px;
  display: flow-root;
  line-height: 10px;
  margin-top: 16px;
  letter-spacing: initial;
}
.check_price .box_body .ribbon-discount__amount p span label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: initial;
}
.check_price .box_body .ribbon-discount__des {
  color: #FFFFFF;
  padding-top: 7px;
}
.check_price .box_body .ribbon-discount__des span {
  font-size: 11px;
  display: block;
  width: 100%;
}

.alt_print_style li {
  width: 80%;
}

ul.alt_print_style li:first-child {
  width: 20%;
}

.check_price .box_body ul.last.body {
  border-width: 0 1px 1px 0;
  padding-bottom: 0;
}

.check_price .box_body .price_list ul.body.discounted_by_catalogue li.quantity.ct {
  display: table !important;
}

.check_price .box_body .price_list ul.body.discounted_by_catalogue li.quantity.ct span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.check_price .box_body .price_list {
  border-bottom: 1px solid #E0E0E0;
}
.check_price .box_body .price_list ul.body {
  border: 1px solid #ddd;
  border-width: 0 1px 0 0;
}
.check_price .box_body .price_list ul.body.hover {
  background: #ebf8fc;
}
.check_price .box_body .price_list ul.body.ch_1 li {
  width: 80%;
}
.check_price .box_body .price_list ul.body.ch_1 li:first-child {
  width: 20%;
}
.check_price .box_body .price_list ul.body.ch_5 li {
  width: 16.66666667%;
  border-right: none;
  border-left: 1px solid #E0E0E0;
}
.check_price .box_body .price_list ul.body.ch_5 li span {
  font-size: 11px;
}
.check_price .box_body .price_list ul.body.ch_5 li.big_price span {
  font-size: 10px;
}
.check_price .box_body .price_list ul.body.ch_5 li.deny_qty {
  border-left: none;
}
.check_price .box_body .price_list ul.body li {
  float: left;
  width: 20%;
  height: 60px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #E0E0E0;
}
.check_price .box_body .price_list ul.body li.quantity:hover, .check_price .box_body .price_list ul.body li.deny_qty:hover {
  background: #FFFFFF !important;
}
.check_price .box_body .price_list ul.body li.quantity:hover div, .check_price .box_body .price_list ul.body li.deny_qty:hover div {
  background: #FFFFFF !important;
}
.check_price .box_body .price_list ul.body li:hover {
  background: #a1e2f6 !important;
}
.check_price .box_body .price_list ul.body li:hover div {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  background: #a1e2f6;
}
.check_price .box_body .price_list ul.body li.before_enter_code:hover {
  background: #FFFFFF !important;
}
.check_price .box_body .price_list ul.body li.quantity span {
  padding-top: 10px;
}
.check_price .box_body .price_list ul.body li.selected div {
  border-top: 2px solid #E0E0E0;
  border-bottom: 2px solid #E0E0E0;
  background: #f5f5f5;
  width: 100%;
  display: flex;
  justify-content: center;
}
.check_price .box_body .price_list ul.body li .recommend__price {
  position: absolute;
  top: 0;
  left: 8%;
  display: -webkit-box !important;
  width: auto !important;
}
.check_price .box_body .price_list ul.body li .recommend__icon {
  display: block;
  width: 14px;
  height: 28px;
  background: url(../images/product_view/icon_popular2.png) no-repeat;
  top: 0;
  right: 5px;
}
.check_price .box_body .price_list ul.body li .recommend__text {
  position: absolute;
  color: #D20271;
  font-size: 7pt;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  top: 26px;
  line-height: 9px;
  width: 100px;
  left: 40px;
}
.check_price .box_body .price_list ul.body li div {
  padding-top: 8px;
}
.check_price .box_body .price_list ul.body li.before_enter_code div p img {
  margin: 9px auto;
}
.check_price .box_body .price_list ul.body li.before_enter_code div p:first-child span {
  color: #e0197d;
  font-size: 12px;
}
.check_price .box_body .price_list.preload_superfast .recommend__price {
  left: 0% !important;
}

.check_price .box_body ul.body li.big_price span {
  font-size: 11px;
}

.check_price .preload_superfast ul.body li.deny_qty.l1 div {
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  cursor: default;
}
@media screen and (prefers-reduced-motion: reduce) {
  .check_price .preload_superfast ul.body li.deny_qty.l1 div {
    transition: none;
  }
}

.check_price .preload_superfast ul.body li.deny_qty.l1:hover div {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.box_body .refinement_option .data_option.selected a.radio,
.box_body .refinement_option .data_option:not(.disabled):hover a.radio,
.box_body .book_binding_option .data_option.selected a.radio,
.box_body .book_binding_option .data_option:not(.disabled):hover a.radio,
.box_body .finishing_option .data_option.selected a.radio,
.box_body .finishing_option .data_option:not(.disabled):hover a.radio,
.box_body .pages_option .data_option.selected a.radio,
.box_body .pages_option .data_option:not(.disabled):hover a.radio {
  background: #3bc947;
  border: 1px solid #3bc947;
}

.box_body .refinement_option .data_option.selected a.radio i,
.box_body .refinement_option .data_option:not(.disabled):hover a.radio i,
.box_body .book_binding_option .data_option.selected a.radio i,
.box_body .book_binding_option .data_option:not(.disabled):hover a.radio i,
.box_body .finishing_option .data_option.selected a.radio i,
.box_body .finishing_option .data_option:not(.disabled):hover a.radio i,
.box_body .pages_option .data_option.selected a.radio i,
.box_body .pages_option .data_option:not(.disabled):hover a.radio i {
  display: block;
  opacity: 1;
}

.box_body .refinement_option,
.box_body .book_binding_option,
.box_body .finishing_option {
  height: 75px;
  margin-bottom: 10px;
}

.box_body .refinement_option h3,
.box_body .book_binding_option h3,
.box_body .finishing_option h3 {
  margin-left: 0;
}

.box_body .refinement_option .data_option,
.box_body .book_binding_option .data_option,
.box_body .book_binding_option .data_option,
.box_body .finishing_option .data_option {
  cursor: pointer;
}

.box_body .refinement_option .data_option .radio,
.box_body .book_binding_option .data_option .radio,
.box_body .finishing_option .data_option .radio {
  float: left;
  margin-top: 5px;
}

.box_body .refinement_option .data_option .desc,
.box_body .book_binding_option .data_option .desc,
.box_body .finishing_option .data_option .desc {
  float: left;
  margin-left: 15px;
  width: 250px;
}

/*------------------------------------------------------------------ C U S T O  M   F O  R  I N D O N E S I A ---------------------------------------------------------------*/
html[lang=id] .check_price .box_body ul.body li a {
  float: left;
  margin: 1px 5px 0 0;
}

/*------------------------------------------------------------------ C U S T O  M   F O  R  I N D O N E S I A ---------------------------------------------------------------*/
.check_price .box_body ul.body li.before_enter_code div {
  cursor: default;
  padding: 0;
  border: 0;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .check_price .box_body ul.body li.before_enter_code div {
    transition: none;
  }
}

.check_price .box_body ul.body li.before_enter_code div {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.check_price .box_body ul.body li.before_enter_code div p {
  float: none;
}

.check_price .box_body ul.body li.before_enter_code div p a,
.check_price .box_body ul.body li.before_enter_code div p span {
  display: inline-block;
  margin-top: 0;
}

.check_price .box_body .preload_superfast ul.body li.before_enter_code div p:first-child a {
  color: #1b9cc2;
  font-size: 10px;
  float: none;
  text-decoration: underline;
  margin: 18px 0 0 !important;
}

.check_price .preload_superfast .head ul.deliever_type li i.super_fast,
.superfast_warning i.super_fast,
#checkout-agreements {
  position: relative;
  margin-right: 4px;
  display: inline-block;
  height: 7px;
}

.check_price .preload_superfast .head ul.deliever_type li i.super_fast:before,
.check_price .preload_superfast .head ul.deliever_type li i.super_fast:after,
.superfast_warning i.super_fast:before,
.superfast_warning i.super_fast:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1.5pt;
  background: #FFFFFF;
  top: 0;
  right: 0;
}

.check_price .preload_superfast .head ul.deliever_type li i.super_fast:after,
.superfast_warning i.super_fast:after {
  width: 5px;
  top: 4px;
}

.check_price .box_body .preload_superfast ul.body li div {
  padding: 5px;
}

.check_price .box_body .preload_superfast ul.body li div.superfast_price {
  padding-left: 3px !important;
}

.check_price .box_body .preload_superfast ul.body li a {
  margin: 3px 5px 0 0 !important;
}

.check_price .box_body ul.body.discounted_by_catalogue li a,
.check_price .box_body .preload_superfast ul.body.discounted_by_catalogue li a {
  margin: 21px 8px 0 0 !important;
}

.check_price .preload_superfast .head ul.deliever_type li:first-child {
  background: #26c1e2;
  color: #FFFFFF;
  padding-top: 9px;
}

html[lang=th] .check_price .preload_superfast .head ul.deliever_type li:first-child {
  line-height: 12px;
}

.check_price .preload_superfast .head ul.deliever_type li div {
  display: none;
}

.check_price .preload_superfast.exist .head ul.deliever_type li.hover div,
.check_price .preload_superfast.exist .head ul.deliever_type li.active div {
  display: block;
}

.check_price .preload_superfast .head ul.deliever_date li:first-child,
.check_price .preload_superfast ul.body li.fast_qty,
.check_price .preload_superfast .head .truck {
  background-position: 25px 20px;
}

.check_price .box_body ul.body li.before_enter_code,
.check_price .box_body .preload_superfast ul.body li.before_enter_code div,
.check_price .preload_superfast ul.body li.deny_qty.l1,
.check_price .preload_superfast ul.deliever_date li:first-child {
  background-color: #f9f6de;
}

.check_price .box_body .preload_superfast.exist ul.body li.before_enter_code,
.check_price .box_body .preload_superfast.exist ul.body li.before_enter_code div,
.check_price .preload_superfast.exist ul.body li.deny_qty.l1,
.check_price .preload_superfast.exist ul.deliever_date li:first-child {
  background-color: #FFFFFF;
}

.check_price .box_body .preload_superfast.not_exist ul.body li.before_enter_code,
.check_price .box_body .preload_superfast.not_exist ul.body li.before_enter_code div,
.check_price .preload_superfast.not_exist ul.body li.deny_qty.l1,
.check_price .preload_superfast.not_exist ul.deliever_date li:first-child {
  background-color: #f9eaea;
}

.post_code_box .current {
  height: 50px;
  background: url(../images/product_view/big_pin.png) no-repeat 0 center;
  padding-left: 45px;
  padding-top: 10px;
}
@media only screen and (max-width: 991.98px) {
  .post_code_box .current {
    margin-bottom: 34px;
  }
}
.post_code_box .current p:first-child {
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
}
.post_code_box .current p + p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.post_code_box .current p + p a {
  color: #e0197d;
  font-size: 12px;
  margin-left: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 991.98px) {
  .post_code_box .current p + p a {
    display: block;
    margin-left: 0px;
  }
}
.post_code_box .current p + p span {
  text-transform: capitalize;
}
.post_code_box .input_box p {
  color: #636363;
  font-size: 12px;
  margin-bottom: 5px;
}
.post_code_box .input_box p span {
  color: #D20271;
  font-weight: bolder;
}

.price_list {
  position: relative;
}
.price_list .over {
  display: none !important;
}
.price_list .disabled_box {
  position: absolute;
  width: 100%;
  height: 101%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  top: 0;
  left: 0;
}
.price_list .disabled_box.loading {
  background-image: var(--loading_icon);
  background-repeat: no-repeat;
  background-position: center center;
}
.price_list .stick {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 20px;
  height: 30px;
  line-height: 30px;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
}
.price_list .stick i {
  transform: scale(1.3);
}
.price_list .stick.right {
  right: 0;
  background-color: #2ac2e3;
  border-bottom-left-radius: 16%;
  border-top-left-radius: 16%;
}
@media screen and (max-width: 991.98px) {
  .price_list .stick.right {
    display: block;
  }
}
.price_list .stick.right:after {
  content: "";
  width: 50px;
  position: absolute;
  bottom: 48px;
  left: -28px;
  height: 550px;
  top: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1671043417) 21%, rgba(255, 255, 255, 0.7161239496) 56%, rgb(255, 255, 255) 100%);
}
.price_list .stick.left {
  display: none;
  left: 0;
  background-color: #2ac2e3;
  border-bottom-right-radius: 16%;
  border-top-right-radius: 16%;
}

.error_postal {
  color: #e0197d;
  font-weight: bold;
}

.box_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: scroll;
}
.box_overlay .box {
  min-height: 520px;
  max-width: 700px;
  width: 80%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .box_overlay .box {
    margin-top: 38px;
    width: 90%;
  }
}
.box_overlay .box .closePopup {
  background: #FFFFFF url(../images/product_view/icon_close.png) no-repeat center center;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: -15px;
  z-index: 10;
  border: 2px solid #bbbbbb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.box_overlay .box .closePopup:hover {
  border-color: #e0197d;
}

.summay_popup {
  padding: 0px !important;
}

.summay_popup .box_body .options .dropdown .list_row .desc {
  width: auto;
}

html[lang=id] .summay_popup .options .dropdown p em {
  position: absolute;
  width: 50%;
  margin-left: 4px;
}

html[lang=th] .summay_popup ul span {
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
}

.filecheck_tooltip {
  font-size: 12px;
}

.tooltip-inner.animated-tooltip {
  animation-name: fadeIn;
}

.summay_popup ul p.comment {
  z-index: 999999;
  position: absolute;
  width: 225px;
  margin-top: 2rem;
  right: 0;
  background: white;
  border: solid 1px;
  text-align: left;
  padding: 1rem;
  background: #29B5DC;
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 10px;
}
.summay_popup ul p.comment span {
  width: auto;
  display: inline;
  color: #FFFFFF;
  float: none;
}
.summay_popup ul p.comment:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 20px 20px 20px;
  border-color: transparent transparent #29B5DC transparent;
  position: absolute;
  top: -14px;
  right: 1rem;
}
.summay_popup .box_body {
  padding: 20px 0;
}
@media screen and (max-width: 991.98px) {
  .summay_popup .box_body {
    padding: 8px 16px;
  }
}
.summay_popup .add_to_quote_manager {
  border-radius: 4px;
  width: 200px;
  background-color: #29B5DC !important;
}
.summay_popup .box_foot {
  padding-bottom: 16px;
  background: #EEEEEE;
}
.summay_popup .box_foot h2 {
  margin-bottom: 10px;
}
.summay_popup .box_foot [class*=col-] h3 {
  margin-left: 0;
}
.summay_popup .box_foot [class*=col-] ul {
  border-bottom: 0;
  padding-left: 0;
}
.summay_popup .box_foot [class*=col-] ul li {
  background: url("../images/bullet_pink.png") 0 3px no-repeat;
  padding-left: 18px;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
}
.summay_popup .box_foot h3 {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #000000;
}
.summay_popup .box_foot .terms [class*=col-] > :first-child {
  padding-left: 60px;
}
.summay_popup .box_foot .payment {
  background: url("../images/card_icon.png") left top no-repeat;
  background-size: 30px;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}
.summay_popup .box_foot div.upload_file {
  background: url("../images/artwork_icon.png") 20px top no-repeat;
  background-size: 25px;
  padding-right: 25px;
}
.summay_popup .box_foot button.bt {
  background: #e84fa5;
  color: #FFFFFF;
  text-align: center;
  margin: 20px auto 0;
  text-decoration: none;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 10px 20px;
  border: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .summay_popup .box_foot button.bt {
    transition: none;
  }
}
@media screen and (max-width: 991px) {
  .summay_popup .box_foot button.bt {
    font-size: 12px;
  }
}
.summay_popup .box_foot button.bt:hover {
  text-decoration: none;
  background: #d04794;
  cursor: pointer;
}
.summay_popup .box_foot a.bt.download_quotation {
  background: #29B5DC;
  margin-bottom: 0;
}
.summay_popup .box_foot a.bt.download_quotation:hover {
  background: #29B5DC;
}
.summay_popup .box_foot a.bt.add_to_cart:hover {
  background: #D20271;
}
.summay_popup .box_foot .button_group {
  clear: both;
  text-align: center;
  padding: 20px 0 10px;
}
.summay_popup .box_foot .button_group a:not(.bt) {
  display: block;
  font-size: 12px;
}
.summay_popup .box_foot .button_group .bt {
  border: 0;
  color: #FFFFFF;
  background: #e0197d;
}
.summay_popup .box_foot span {
  display: inline;
  width: auto;
  float: none;
  color: #999;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  .summay_popup .box_foot .bottom {
    background: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .summay_popup .box_foot .add_to_cart_button_container {
    flex-wrap: unset;
    flex-direction: column;
    padding: 0px 16px 20px 16px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 768px) {
  .summay_popup .box_foot .add_to_cart_button_container .box-upload-now {
    display: none;
  }
}
.summay_popup .box_foot .add_to_cart_button_container button.bt {
  display: inline-block;
  background: #FFFFFF;
  height: 30px;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  margin: 15px 20px 10px;
  opacity: 1;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 4px;
  border: 1px solid #e0197d;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding-top: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .summay_popup .box_foot .add_to_cart_button_container button.bt {
    transition: none;
  }
}
.summay_popup .box_foot .add_to_cart_button_container button.bt.secoundary {
  color: #e0197d;
}
.summay_popup .box_foot .add_to_cart_button_container button.bt.secoundary:hover {
  color: #e750a3;
  border-color: #e750a3;
  background: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .summay_popup .box_foot .add_to_cart_button_container button.bt.secoundary {
    height: auto;
    padding: 8px;
  }
}
.summay_popup .box_foot .add_to_cart_button_container button.bt.primary {
  border: 0;
  color: #FFFFFF;
  background: #e0197d;
}
.summay_popup .box_foot .add_to_cart_button_container button.bt.primary:hover {
  background: #e750a3;
  cursor: pointer;
}
.summay_popup .box_foot .add_to_cart_button_container .add_to_cart_sub_button {
  width: 250px;
  float: left;
}
@media screen and (max-width: 768px) {
  .summay_popup .box_foot .add_to_cart_button_container .add_to_cart_sub_button {
    width: 100%;
    margin: 0px auto;
  }
}
.summay_popup .box_foot .add_to_cart_button_container .add_to_cart_sub_button p {
  font-size: 11px;
  color: #919395;
  line-height: 13px;
  width: 210px;
  margin: 0 auto;
}
.summay_popup .modal-content {
  border: none;
}
.summay_popup .modal-header {
  background: #f9f9f9;
  border-bottom: none;
}
.summay_popup .modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.summay_popup .modal-body {
  padding: 0;
}
.summay_popup .modal-body .addition {
  border-right: 2px solid #EEEEEE;
}
.summay_popup .modal-body .addition.loading {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.summay_popup .modal-body h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
}
.summay_popup .modal-body .options {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .summay_popup .modal-body .options {
    margin-bottom: 8px;
  }
}
.summay_popup .modal-body .options h3 {
  margin-top: 24px;
}
.summay_popup .modal-body .options h3 a.tip_bt {
  color: #2ac2e3;
  font-size: 15px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .summay_popup .modal-body .options h3 a.tip_bt {
    transition: none;
  }
}
.summay_popup .modal-body .options h3 a.tip_bt:hover {
  color: #e0197d;
}
.summay_popup .modal-body .options h3 label {
  position: relative;
  display: inline-block;
}
.summay_popup .modal-body .options h3 label mark {
  position: absolute;
  top: 35px;
  left: 5px;
  display: none;
  width: 420px;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  background: #2ac2e3;
  color: #FFFFFF;
  padding: 15px;
  opacity: 0;
  z-index: 9999;
  text-align: left;
  font-style: normal;
  transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
  -webkit-transition: opacity 400ms linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .summay_popup .modal-body .options h3 label mark {
    transition: none;
  }
}
.summay_popup .modal-body .options h3 label mark a {
  color: #e0197d;
}
.summay_popup .modal-body .options h3 label mark b {
  display: block;
  margin-top: 15px;
}
.summay_popup .modal-body .options h3 label mark b:first-child {
  margin-top: 0;
}
.summay_popup .modal-body .options h3 label mark span {
  display: block;
}
.summay_popup .modal-body .options h3 label mark ins {
  font-style: normal;
  font-size: 13px;
  display: block;
  text-decoration: none;
}
.summay_popup .modal-body .options h3 label mark em {
  margin: 0 0 0 10px;
  display: block;
  font-style: normal;
  font-size: 13px;
}
.summay_popup .modal-body .options h3 label mark em.last {
  margin-bottom: 10px;
}
.summay_popup .modal-body .options h3 label mark emfirst {
  margin-top: 10px;
}
.summay_popup .modal-body .options h3 label mark:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 30px;
  border-color: transparent transparent transparent #2ac2e3;
  position: absolute;
  top: -20px;
  left: 0;
}
.summay_popup .modal-body .options h3 label:hover mark {
  display: block;
  opacity: 1;
}
.summay_popup .modal-body .options .dropdown {
  position: relative;
}
.summay_popup .modal-body .options .dropdown p {
  padding-left: 14px;
}
.summay_popup .modal-body .options .dropdown p em {
  font-style: normal;
  margin-left: 15px;
  color: #e0197d;
  font-weight: 600;
}
.summay_popup .modal-body .options .dropdown .list_row .desc {
  height: 35px;
  line-height: 35px;
  float: none;
}
.summay_popup .modal-body .options .dropdown .list_row .desc h4 em {
  float: right;
  font-style: normal;
  margin-right: 15px;
  color: #e0197d;
}
.summay_popup .modal-body .options .dropdown .list {
  top: 30px;
}
.summay_popup .modal-body .options .form-check .icon {
  font-size: 16px;
  position: absolute;
  margin-left: 5px;
  color: #666666;
}
.summay_popup .modal-body .options .form-check .icon:hover {
  cursor: pointer;
}
.summay_popup .modal-body .options .form-check h4 {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  margin-bottom: 0;
}
.summay_popup .modal-body .options .form-check h4 label {
  color: #e0197d;
  padding-left: 6px;
}
.summay_popup .modal-body .options .form-check h4:before {
  font-family: "Material Icons";
  content: "\e836";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.summay_popup .modal-body .options .form-check {
  margin-top: 5px;
}
.summay_popup .modal-body .options .additional-option {
  overflow: hidden;
}
.summay_popup .modal-body .options .additional-option .data_option {
  z-index: 1;
  background: #FFFFFF;
}
.summay_popup .modal-body .options .additional-option .data_option.selected h4:before, .summay_popup .modal-body .options .additional-option .data_option.otp_section h4:before {
  font-family: "Material Icons";
  content: "\e837";
  color: #2bace2;
}
.summay_popup .modal-body .options .additional-option .collapsible-section {
  visibility: hidden;
  background-color: #FFFFFF;
  margin: 0px;
  position: relative;
  height: 0px;
  padding: 0px;
  z-index: -1;
  font-size: 12px;
  color: #666666;
}
.summay_popup .modal-body .options .additional-option .expand-animate {
  animation: expand-animation 0.5s 1 linear forwards;
}
.summay_popup .modal-body .options .additional-option .collapse-animate {
  animation: collapse-animation 0.5s 1 linear forwards;
}
.summay_popup .modal-body .options .additional-option.readonly .data_option:not(.selected) {
  display: none;
}
.summay_popup .modal-body ul {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 5px;
  padding-bottom: 0;
}
.summay_popup .modal-body ul li {
  margin: 5px 0;
}
.summay_popup .modal-body ul span {
  width: 42%;
  display: block;
  float: left;
  color: #999999;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.summay_popup .modal-body ul span + span {
  float: right;
  color: #000000;
  text-align: right;
}
.summay_popup .modal-body ul span em,
.summay_popup .modal-body ul span strong {
  font-style: normal;
  margin-left: 5px;
}
.summay_popup .modal-body ul span.delivery_date em,
.summay_popup .modal-body ul span.delivery_date strong {
  display: block;
}
.summay_popup .modal-body ul span.delivery_date .reception_comment {
  color: #29B5DC;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  margin: 0 0.2rem;
  cursor: pointer;
}
.summay_popup .modal-body ul span.delivery_date .reception_comment:hover {
  color: #D20271;
}
.summay_popup .modal-body ul.grandtotal {
  border-bottom: 0;
}
.summay_popup .modal-body .grandtotal span + span {
  font-size: 18px;
  color: #e0197d;
  width: 58%;
}
.summay_popup .modal-body .box_body {
  padding-bottom: 0;
}
.summay_popup .modal-body .box_body .row {
  padding: 5px 15px;
}
.summay_popup .modal-body .box_body .row .col-6 {
  padding: 0;
}

.product_landing {
  margin: 40px 0;
}

.product_landing .nav {
  background: #FFFFFF;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .product_landing .nav {
    transition: none;
  }
}

.product_landing .nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  opacity: 1;
}

.product_landing .nav ul {
  display: table;
  width: 100%;
}

.product_landing .nav ul li {
  width: 16.66%;
  text-align: center;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.product_landing .nav ul li a {
  color: #8b8b8c;
  background: #FFFFFF;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .product_landing .nav ul li a {
    transition: none;
  }
}

html[lang=th] .product_landing .nav ul li a {
  font-size: 13px;
}

.product_landing .nav ul li:first-child a,
.product_landing .nav ul li:first-child a.active {
  color: #FFFFFF;
  background: #e0197d;
  font-weight: 300;
  padding: 8px 10px;
  white-space: nowrap;
}

.product_landing .nav ul li:first-child a:hover {
  color: #FFFFFF;
}

.product_landing .nav ul li a:hover {
  text-decoration: none;
  color: #5a5758;
}

.product_landing .nav ul li a.active {
  color: #000;
  font-weight: 700;
}

.product_landing h2 {
  padding: 90px 0 30px;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .product_landing h2 {
    font-size: 18px;
    padding-top: 0;
  }
}

.product_landing h2 span {
  color: #28b5dc;
  margin: 0 5px;
  display: inline-block;
}

.product_landing .second-section {
  padding: 0;
}

.product_details_box .menu li {
  float: left;
  position: relative;
  height: 50px;
  background: #e0197d;
}

.product_details_box .menu li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #e0197d transparent transparent transparent;
  top: 30px;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.product_details_box .menu li.active:after,
.product_details_box .menu li:hover:after {
  top: 50px;
  opacity: 1;
}

.product_details_box .menu li a {
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 50px;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .product_details_box .menu li a {
    transition: none;
  }
}

.product_details_box .menu li.active a,
.product_details_box .menu li a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.product_details_box .desc {
  display: none;
  background: #FFFFFF;
  padding: 40px 58px 0;
}

.product_details_box .desc.active {
  display: block;
}

.product_details_box table,
.product_details_box .cell_4 {
  width: 100%;
  float: none;
  text-align: left;
}

.product_details_box .cell_4 th {
  width: 25%;
}

.product_details_box .cell_5 th {
  width: 20%;
}

.product_details_box .cell_6 th {
  width: 16.6666667%;
}

.product_details_box .cell_7 th {
  width: 14.2857142857%;
}

.product_details_box .cell_5 th,
.product_details_box .cell_4 th,
.product_details_box .cell_6 th,
.product_details_box .cell_7 th {
  padding: 20px 10px 15px;
  font-size: 15px;
  font-weight: 400;
}

.product_details_box .desc p {
  margin-bottom: 20px;
  color: #000;
}

.product_details_box .desc .parts {
  padding-bottom: 20px;
}

.product_details_box .desc .parts td {
  padding: 0 10px 0;
  font-size: 12px;
  line-height: 13px;
  vertical-align: top;
  border-left: 1px solid #eaeaea;
}

.product_details_box .desc .parts td:first-child {
  border-left: 0;
}

.product_details_box .desc .parts td span {
  display: block;
  margin-bottom: 10px;
}

.portfolio_box ul,
.portfolio_box .lSSlideWrapper {
  position: relative;
  list-style: none !important;
  margin: 0;
}
.portfolio_box .lSSlideWrapper {
  overflow: hidden;
  height: 300px;
  margin-left: 50px;
  margin-right: 50px;
}
.portfolio_box .lSPager.lSpg {
  display: none !important;
}
.portfolio_box ul:after {
  content: "";
  display: table;
  clear: both;
}
.portfolio_box ul > li {
  position: relative;
  text-align: center;
  width: 25%;
  float: left;
  padding: 0 5px 40px 5px;
  margin: 0 0 40px !important;
}
.portfolio_box ul .image {
  width: 100%;
  height: 190px;
  overflow: hidden;
  display: block;
  background-color: #dedcde;
}
.portfolio_box ul .image img {
  width: 100%;
  height: auto;
}
.portfolio_box ul .box {
  border: 1px solid rgba(100, 100, 100, 0.1);
  border-top: 1px solid #FFFFFF;
}
.portfolio_box ul .box:hover {
  border-color: #e0197d;
}
.portfolio_box ul .box .info {
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  height: 140px;
  padding: 20px 0 0 30px;
  text-align: left;
}
.portfolio_box ul .info p {
  color: #4A4A4A;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

/*
.portfolio_box ul .box .info {
  height: 85px;
  padding: 10px 20px 0;
  background: $white;
}*/
.portfolio_box ul a.view_all {
  display: block;
  width: 120px;
  height: 32px;
  background: #2ac3e3;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  margin: 25px auto 70px;
}

.portfolio_box .paging {
  display: block;
  position: absolute;
  top: 120px;
  width: 40px;
  height: 40px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  text-align: center;
}
@media screen and (prefers-reduced-motion: reduce) {
  .portfolio_box .paging {
    transition: none;
  }
}

.portfolio_box .paging i {
  font-size: 2em;
  line-height: 38px;
  color: #bfbfbf;
}

.portfolio_box .paging.left {
  left: 0;
  padding-right: 4px;
}

.portfolio_box .paging.right {
  right: 0;
  padding-left: 4px;
}

.portfolio_box .paging:hover {
  border-color: #e0197d;
}

.portfolio_box .paging:hover i {
  color: #e0197d;
}

.portfolio_box .contents div.slide_cover {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.product_landing .btn-cover {
  margin: 10px auto 0;
  height: 45px;
  position: relative;
}

.product_landing .hide-button-wrapper {
  padding: 12px;
  background: #29b5dc;
  border-radius: 64px;
  margin: 16px auto;
  width: 150px;
  text-align: center;
  font-weight: 600;
}
.product_landing .hide-button-wrapper.btn-sm-show {
  background-color: #eef9fd;
}
@media only screen and (max-width: 992px) {
  .product_landing .hide-button-wrapper.btn-sm-show {
    width: 50px !important;
  }
}
.product_landing .hide-button-wrapper .hide-button {
  color: #FFFFFF;
}
.product_landing .hide-button-wrapper .hide-button:hover {
  color: #FFFFFF;
}
.product_landing .hide-button-wrapper .hide-button .sb-icon {
  display: none !important;
}
.product_landing .hide-button-wrapper .show-button {
  color: #29b5dc;
}
.product_landing .hide-button-wrapper .show-button .sb-icon {
  display: none;
}
@media only screen and (max-width: 992px) {
  .product_landing .hide-button-wrapper .show-button .sb-txt {
    display: none;
  }
  .product_landing .hide-button-wrapper .show-button .sb-icon {
    display: block;
  }
}
.product_landing .hide-button-wrapper .show-button:hover {
  color: #29b5dc;
}
.product_landing .hide-button-wrapper:hover {
  cursor: pointer;
}

.product_landing .start_config,
.product_landing .section-button {
  position: absolute;
  display: block;
  padding: 0 15px;
  min-height: 34px;
  background: #666666;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  border-radius: 25px;
  line-height: 34px;
  right: 0;
  font-size: 12px;
  border: none !important;
  outline: none !important;
}
.product_landing .start_config:hover,
.product_landing .section-button:hover {
  background: #5b5b5b;
  cursor: pointer;
}

.product_landing .start_config {
  -webkit-animation-name: scale_bt;
  animation-name: scale_bt;
  -moz-animation-name: scale_bt;
  -o-animation-name: scale_bt;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
}

.product_landing .start_config:hover,
.comment_input .comment_input_wrapper .share_button:hover {
  background: #f40086;
}

.portfolio_box center a {
  color: #e0197d;
}

@keyframes scale_bt {
  20%, 40%, 100%, 0% {
    width: 220px;
    height: 34px;
    line-height: 34px;
    margin-top: 0;
    font-size: 14px;
    margin-left: -110px;
  }
  10%, 30% {
    width: 230px;
    height: 38px;
    line-height: 38px;
    margin-top: -2px;
    font-size: 15px;
    margin-left: -115px;
  }
}
@-o-keyframes scale_bt {
  20%, 40%, 100%, 0% {
    width: 220px;
    height: 34px;
    line-height: 34px;
    margin-top: 0;
    font-size: 14px;
    margin-left: -110px;
  }
  10%, 30% {
    width: 230px;
    height: 38px;
    line-height: 38px;
    margin-top: -2px;
    font-size: 15px;
    margin-left: -115px;
  }
}
@-moz-keyframes scale_bt {
  20%, 40%, 100%, 0% {
    width: 220px;
    height: 34px;
    line-height: 34px;
    margin-top: 0;
    font-size: 14px;
    margin-left: -110px;
  }
  10%, 30% {
    width: 230px;
    height: 38px;
    line-height: 38px;
    margin-top: -2px;
    font-size: 15px;
    margin-left: -115px;
  }
}
.advanges_box table + table {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.advanges_box table td {
  width: 530px;
}

.advanges_box table td + td {
  width: 170px;
  border: solid #df197d;
  border-width: 0 2px;
}

.advanges_box table td + td + td {
  width: 256px;
  border: 0;
}

.advanges_box thead td h3 {
  height: 48px;
  background: #df197d;
  color: #FFFFFF;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}

.advanges_box thead td:nth-child(1),
.advanges_box thead td:nth-child(3) {
  vertical-align: bottom;
}

.advanges_box thead td:nth-child(2) {
  border-width: 2px 2px 0 2px;
  height: 88px;
  background: #FFFFFF url(../images/product_view/logo_80x_54.png) no-repeat center 25px;
  vertical-align: middle;
  text-align: center;
}

.advanges_box tbody td {
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
}

.advanges_box tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}

.advanges_box tbody td:first-child {
  padding: 24px 50px;
}

.advanges_box tbody tr td:nth-child(2) {
  background-color: #FFFFFF;
  background-image: url(../images/product_view/checked.png);
}

.advanges_box tbody td:nth-child(3) {
  background-image: url(../images/product_view/not_checked.png);
}

.advanges_box tbody td.last {
  position: relative;
}

.advanges_box tbody td.last:after {
  content: "";
  width: 172px;
  height: 20px;
  bottom: -20px;
  left: -2px;
  background: #FFFFFF;
  border: solid #df197d;
  border-width: 0 2px 2px 2px;
  position: absolute;
}

.advanges_box tbody td h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}

.advanges_box tbody td p {
  font-size: 12px;
  line-height: 16px;
}

.step_4 .step_tab em {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
}

.sale_mode_switch {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.sale_mode_switch strong,
.sale_mode_switch a,
.sale_mode_switch span {
  display: block;
  float: left;
  margin-left: 5px;
  line-height: 30px;
}

.sale_mode_switch a,
.sale_mode_switch span {
  width: 60px;
  height: 30px;
  padding: 0 10px;
  text-decoration: none;
  background: #f5f5f5;
  color: #000;
}

.sale_mode_switch a i,
.sale_mode_switch span i {
  margin-right: 5px;
}

.sale_mode_switch a.on {
  color: #707070;
}

.sale_mode_switch a.off {
  color: #707070;
}

.sale_mode_switch a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.sale_mode_switch a.on:hover {
  background: #8bc34a;
}

.sale_mode_switch a.off:hover {
  background: #ff0080;
}

.sale_mode_switch span.on {
  color: #8bc34a;
}

.sale_mode_switch span.off {
  color: #ff0080;
}

.disabled_box.opacity60 {
  width: 80%;
  height: auto;
  top: 50px;
  left: 20%;
  opacity: 0.6;
  cursor: pointer;
}

.preload_superfast .disabled_box.opacity60 {
  width: 83%;
  left: 129px;
}

/*milti part*/
.multipart h2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  color: #25b3da;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f7;
  margin-top: 15px;
}

.multipart h3 {
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}

.multipart .row {
  border: 0;
  margin-right: -15px !important;
}

.multipart .pp {
  margin-bottom: 10px;
  position: relative;
}

.multipart h2 i {
  display: block;
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.multipart h2 {
  padding-bottom: 5px;
}

.multipart.content_box h2 i,
.multipart .content_box h2 i {
  background-image: url(../images/product_view/brochure_contents.png);
  width: 34px;
}

.multipart.cover_box h2 i,
.multipart .cover_box h2 i {
  background-image: url(../images/product_view/brochure_cover.png);
}

.box_body .multipart .content_box .options .dropdown.active .list,
.box_body .multipart .cover_box .options .dropdown.active .list {
  top: 30px;
}

.box_body .multipart .cover_box .options .dropdown.active .sublist {
  left: 320px;
}

.box_body .multipart .cover_box .options .dropdown.active .sublist.filter1 {
  top: 90px;
}

.box_body .multipart .cover_box .options .dropdown.active .sublist.filter2 {
  top: 150px;
}

.box_body .multipart .cover_box .options .dropdown.active .sublist.filter3 {
  top: 210px;
}

.box_body .multipart .cover_box .options .dropdown.active .sublist.filter4 {
  top: 270px;
}

.summary h4 {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
}

.summary h4 a {
  float: right;
  color: #e0197d;
  text-decoration: none;
  font-size: 10px;
}

.summary h4 a:hover {
  color: #25b3da;
  text-decoration: none;
}

.summary .display_none {
  padding-bottom: 5px;
}

.summary .cover_infomation.display_none {
  border-bottom: 1px solid #eee;
}

html[lang=th] .summary h4 a {
  font-size: 11px;
}

.review_box .rating_star_box {
  background-color: #FFFFFF;
  padding: 0;
  height: 120px;
  min-width: 100%;
  display: flex;
  margin-bottom: 16px;
  box-shadow: 0px 4px 4px rgba(202, 202, 202, 0.25);
  border-radius: 4px;
}
.review_box .rating_star_box .rating-section {
  align-items: center;
  padding: 20px;
  text-align: right;
  font-size: 18px;
  color: #000000;
}
.review_box .rating_star_box .rating-section strong {
  font-weight: 800;
}
.review_box .rating_star_box .rating-section p {
  font-size: 14px;
  color: #666666;
}
@media only screen and (max-width: 991.98px) {
  .review_box .rating_star_box .rating-section .btn-cover .section-button {
    position: unset;
    margin: 0px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .review_box .rating_star_box .rating-section .btn-cover {
    margin: 3px auto 0;
    height: auto;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 991.98px) {
  .review_box .rating_star_box .rating-section {
    padding: 32px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.review_box .rating_star_box .reviews_details {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.review_box .rating_star_box .reviews_details strong {
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .review_box .rating_star_box .reviews_details {
    flex-grow: 1;
    text-align: right;
  }
}
@media only screen and (max-width: 991.98px) {
  .review_box .rating_star_box {
    flex-direction: column;
    height: auto;
  }
}

.review_box .review_comment_box {
  max-height: 300px;
  min-width: 100%;
  background-color: #f7f7f7;
  overflow-y: scroll;
  padding: 0 16px;
}

.star-section {
  padding: 5%;
  padding-right: 0;
  font-size: 12px;
  font-weight: 800;
  background-color: #fdfbf3;
  align-self: center;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .star-section {
    padding: 32px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.star_box:not(.otp-review-ignore) {
  width: 110px;
  height: 27px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .star_box:not(.otp-review-ignore) {
    margin-top: 5px;
  }
}
.star_box:not(.otp-review-ignore).primary {
  color: #ffc107;
  width: 160px;
}
.star_box:not(.otp-review-ignore).primary .star_percent {
  font-size: 27px !important;
  height: 30px !important;
  line-height: 28px !important;
  margin-top: -5px !important;
}
@media only screen and (max-width: 991.98px) {
  .star_box:not(.otp-review-ignore).primary .star_percent {
    font-size: 18px !important;
  }
}
.star_box:not(.otp-review-ignore).primary:before {
  font-size: 27px;
}
@media only screen and (max-width: 991.98px) {
  .star_box:not(.otp-review-ignore).primary:before {
    font-size: 18px;
  }
}
.star_box:not(.otp-review-ignore).default {
  color: #666666;
  margin: 0 30px 0 15px;
}
@media only screen and (max-width: 776px) {
  .star_box:not(.otp-review-ignore).default {
    transform: scale(0.65);
    margin-right: 8px;
  }
}
.star_box:not(.otp-review-ignore):before {
  display: block;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #f1f1f1;
}
.star_box:not(.otp-review-ignore) .star_percent {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 18px;
  line-height: 18px;
}

.rating_table {
  width: 100%;
}

.rating_table tr th {
  padding: 10px 5px;
}

.rating_table tbody tr td {
  padding: 5px;
  position: relative;
}

.rating_table tbody tr:first-child td {
  padding-top: 15px;
}

.rating_table tr th {
  border-bottom: 1px solid #ececec;
}

.rating_table tr th:last-child {
  font-size: 12px;
}

.rating_table .pecentage {
  background-color: #f1f1f1;
  border-radius: 3px;
  height: 5px;
  margin-top: 8px;
  padding: 0;
}

.rating_table .pecentage div:first-child {
  background-color: #666666;
  height: 5px;
  margin-left: 0;
}

.rating_table .pecentage-value {
  width: 30px;
  position: absolute;
  right: -35px;
  top: -10px;
  font-size: 12px;
  font-weight: 400;
}

.rating_table tbody tr:first-child td .pecentage-value {
  top: 14px;
}

.review_comment_box .comment {
  border-bottom: 1px solid #ececec;
  padding: 20px;
  margin: 16px 0;
  background-color: #FFFFFF;
}

.review_comment_box .comment.pending {
  background-color: #ffe;
}

.review_comment_box .comment .headder {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.review_comment_box .comment .headder .profile_img {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #f1f1f1;
  border-radius: 25px;
  padding: 10px;
  color: #b6b6b6;
}
.review_comment_box .comment .headder .profile_img .material-icons-outlined {
  font-size: 20px;
}

.review_comment_box .comment .headder div.star_box {
  position: absolute;
  right: -25px;
  top: 8px;
}
@media screen and (max-width: 992px) {
  .review_comment_box .comment .headder div.star_box {
    top: 0;
  }
}
@media screen and (max-width: 776px) {
  .review_comment_box .comment .headder div.star_box {
    top: 0;
  }
}

.review_comment_box .comment .headder .name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-left: 47px;
  margin-bottom: 10px;
}
@media screen and (max-width: 476px) {
  .review_comment_box .comment .headder .name {
    max-width: 128px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.review_comment_box .comment .headder .name span {
  font-style: normal;
  font-weight: 600;
  color: #000000;
}

.review_comment_box .comment .headder .name .date {
  font-size: 10px;
  color: #666666;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
}

.review_comment_box .comment .comment_text {
  margin-top: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
}

.review_comment_box .comment .comment_text strong {
  font-size: 12px;
}

.review_comment_box .empty {
  text-align: center;
  line-height: 300px;
  font-style: italic;
  font-size: 12px;
}

.review_box .box_shadow {
  position: relative;
  flex-direction: column;
  box-shadow: none;
  align-items: center;
  margin: 0 15%;
}
@media only screen and (max-width: 768px) {
  .review_box .box_shadow {
    margin: auto;
  }
}

.review_box .review_loading {
  position: absolute;
  display: none;
  width: 580px;
  height: 100%;
  top: 0;
  left: 400px;
}

.review_box .review_loading.icon {
  background-image: var(--loading_icon);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  z-index: 4;
}
@media screen and (prefers-reduced-motion: reduce) {
  .review_box .review_loading.icon {
    transition: none;
  }
}

.review_box .review_loading.background {
  background: #FFFFFF;
  opacity: 0;
  z-index: 3;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .review_box .review_loading.background {
    transition: none;
  }
}

.modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 9999;
  display: none;
}

body.modal-active-cont {
  overflow-y: hidden;
  position: static;
}

.review_box .comment_input {
  max-height: 0;
  overflow: hidden;
  z-index: 2;
  transition: max-height 0.2s;
  -moz-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  -webkit-transition: max-height 0.2s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .review_box .comment_input {
    transition: none;
  }
}

.review_box .comment_input .box_shadow {
  background-color: #f3f3f3;
}

.review_box .comment_input:before {
  content: "";
  width: 100%;
  height: 2px;
}

.modal-zoom-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.modal-zoom-in.show {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-custom {
  max-width: 540px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 476px) {
  .modal-custom {
    width: 90% !important;
    margin: 0px auto;
  }
}
.modal-custom .mc-header {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
  flex: none;
  background: #f8f8f8;
}
.modal-custom .mc-header .mc-header-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  flex-grow: 1;
  margin: 4px 8px 4px 0px;
}
.modal-custom .mc-header .mc-close-btn {
  font-size: 24px;
  color: #aaa;
  text-align: center;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  border: none !important;
  padding: 8px;
  cursor: pointer;
  background: transparent !important;
  border-radius: 4px;
}
.modal-custom .mc-header .mc-close-btn:hover {
  color: #666;
}
.modal-custom .mc-body {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px;
}
.modal-custom .mc-body form {
  width: 100%;
  margin: auto;
}
.modal-custom .mc-body form .review-input-label,
.modal-custom .mc-body form .rate-us-label {
  text-align: left;
  width: 100%;
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  flex: none;
}
.modal-custom .mc-body form .rate-us {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 20px;
}
.modal-custom .mc-body form .rate-us .rating_input_wrapper {
  width: 100%;
  margin: 0px auto;
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.modal-custom .mc-body form .rate-us .rating_input_wrapper .rating_input_label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 19px;
  font-size: 14px;
  text-align: left;
}
.modal-custom .mc-body form .rate-us .rating_input_wrapper:last-child {
  border-bottom: unset;
}
.modal-custom .mc-body form .mc-inputs {
  width: 100%;
  margin: 0px auto;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal-custom .mc-body form .mc-inputs .form-input {
  width: 100%;
  margin: 8px auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  resize: vertical;
}
.modal-custom .mc-body form .mc-inputs .form-input.txt-area {
  max-height: 200px;
  min-height: 130px;
}
.modal-custom .mc-body form .button-submit {
  width: 100%;
  margin: 8px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 8px;
  border-top: 1.2px solid rgba(222, 222, 222, 0.5);
}
.modal-custom .mc-body form .button-submit .btn-modal {
  margin: 4px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  text-align: center;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  border: none !important;
  padding: 8px 12px;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 4px;
}
.modal-custom .mc-body form .button-submit .btn-modal:hover {
  background: #e7e7e7;
}
.modal-custom .mc-body form .button-submit .btn-modal.btn-action {
  background: #2bace2;
  color: white;
}
.modal-custom .mc-body form .button-submit .btn-modal.btn-action:hover {
  background: #2083ad;
}

.review_box .comment_input {
  max-height: 0;
  overflow: hidden;
  z-index: 2;
  transition: max-height 0.2s;
  -moz-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  -webkit-transition: max-height 0.2s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .review_box .comment_input {
    transition: none;
  }
}

.review_box .comment_input .box_shadow {
  background-color: #f3f3f3;
}

.review_box .comment_input:before {
  content: "";
  width: 100%;
  height: 2px;
}

.review_box .comment_input .comment_input_inner {
  padding: 20px 50px;
}
@media screen and (max-width: 992px) {
  .review_box .comment_input .comment_input_inner {
    padding: 20px 10px;
  }
}

.rating_input {
  display: inline-block;
  line-height: 17px;
  font-size: 14px;
}

.rating_input > input {
  display: none;
}

.rating_input label:before {
  margin: 2px 6px;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  content: "\f005";
  font-style: normal;
  letter-spacing: -10px;
}

.rating_input_label {
  float: left;
  display: inline-block;
  margin-right: 15px;
  line-height: 17px;
  font-size: 14px;
  width: 70px;
  text-align: right;
}

.rating_input > label {
  color: #ddd;
  float: right;
}
.rating_input > label:hover {
  cursor: pointer;
}

.rating_input > input:checked ~ label:before {
  content: "\f005";
}

.rating_input > input:checked ~ label,
.rating_input:not(:checked) > label:hover,
.rating_input:not(:checked) > label:hover ~ label {
  color: #d40271;
}

/* hover previous stars in list */
.rating_input > input:checked + label:hover,
.rating_input > input:checked ~ label:hover,
.rating_input > label:hover ~ input:checked ~ label,
.rating_input > input:checked ~ label:hover ~ label {
  color: #f40086;
}

.comment_input .rating_input_wrapper {
  padding: 0 10px;
}

.comment_input .comment_input_wrapper {
  margin-top: 10px;
}

.comment_input .comment_input_wrapper textarea[name=detail] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  padding: 4px;
}
.comment_input .comment_input_wrapper textarea[name=detail]:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .comment_input .comment_input_wrapper textarea[name=detail] {
    width: 100%;
  }
}

.comment_input .comment_input_wrapper input[name=title] {
  width: 100%;
  margin-bottom: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}
.comment_input .comment_input_wrapper input[name=title]:focus {
  outline: none;
}

.comment_input .comment_input_wrapper .share_button {
  float: right;
  width: 150px;
  height: 28px;
  background: #e0197d;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  line-height: 28px;
  border: 0;
  outline: none;
  font-size: 12px;
}

.box_body .multipart .options .dropdown .list_row .desc {
  position: static;
}

.box_body .multipart .options .dropdown .list_row .desc em {
  right: 20px;
}

.box_body .options.full_width .dropdown.pages .list_row .img-option,
.brochure_pages .dropdown.pages .list_row .img-option {
  display: none !important;
}

.box_body .options.full_width .dropdown.pages .list_row h4,
.brochure_pages .dropdown.pages .list_row h4 {
  font-size: 12px;
}

.box_body .options.full_width .dropdown.pages .list_row .desc {
  height: 30px;
  margin-left: 10px;
  display: contents;
}
.box_body .options.full_width .dropdown .list {
  padding: 0 20px;
}

.brochure_pages .dropdown.pages .list_row .desc {
  height: 30px;
  margin-left: 10px;
  display: contents;
}

.box_body .options.full_width h3 span,
.brochure_pages h3 span {
  float: left;
}

.box_body .options.full_width label input,
.brochure_pages label input {
  height: 26px;
  width: 150px;
  line-height: 26px;
  float: left;
  webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-width: 1px;
}

.box_body .options.full_width label a,
.brochure_pages label a {
  float: left;
  width: 40px;
  height: 26px;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 0;
}

.box_body .options.full_width label span,
.brochure_pages label span {
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  margin-right: 5px;
}

.box_body .options.full_width .dropdown .list,
.box_body .full_width .options .dropdown .list {
  width: 100%;
}

.box_body .options.full_width .dropdown .list_row .desc,
.box_body .full_width .options .dropdown .list_row .desc {
  width: inherit;
}

.box_body .options.full_width .dropdown.pages .list_row .desc,
.box_body .full_width .options .dropdown.pages .list_row .desc {
  height: 35px;
}

.box_body .options.full_width .dropdown .list_row .desc span,
.box_body .full_width .options .dropdown .list_row .desc span {
  width: inherit;
}

.box_body .options.full_width .dropdown .list_row:before,
.box_body .full_width .options .dropdown .list_row:before {
  width: 660px;
}

.gogo_product_view .box_body .options.custom_format.active p.minmax {
  margin: 0 auto;
}

.options.custom_format p small {
  font-weight: 400;
  font-size: 9px;
  line-height: 9px;
}

.gogo_product_view .box_body .options.custom_format p.minmax label {
  height: 18px;
}

.box_body .options .dropdown .list_row.coming {
  opacity: 0.4;
}

.box_body .options .dropdown .list_row.coming .desc h4 {
  color: #636363;
}

.proof_print_helper,
.file_format_description {
  display: none;
  padding: 10px;
  padding-left: 20px;
  background: #FBECAB;
  color: #3e3e3e;
  font-size: 11px;
  margin: 10px 5px;
  margin-top: 18px;
  font-weight: 400;
  position: relative;
  border-left: 5px solid #ffcf00;
  line-height: 18px;
}

.proof_print_helper:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffcf00;
  border-right: none;
}

.brochure_table .desc h4,
.brochures_table_full .desc h4,
#brochure_table_full .desc h4 {
  text-align: left;
}

.brochure_table .desc span.pagetext,
.brochures_table_full .desc span.pagetext,
#brochure_table_full .desc span.pagetext {
  visibility: visible;
  display: inline;
  font: inherit;
  margin-left: 0;
}

.brochure_table {
  width: 25%;
  float: left;
}

.brochure_table:before {
  width: 25%;
}

.brochure_table .desc {
  margin: 0;
}

.brochure_table .desc span,
.brochures_table_full .desc span,
.brochures_table_full .pagetext {
  margin-left: 0 !important;
}

.desc .premium_text {
  color: #a8813d;
  margin-right: 8px;
}

/*.brochures_table_full,
#brochure_table_full {width:112px;float:left;}
.brochures_table_full .desc,
#brochure_table_full .desc {width:100%;}
.brochures_table_full .desc h4,
#brochure_table_full .desc h4 {margin:10px 0 0 5px;}
.brochures_table_full.list_row:hover:before,
#brochure_table_full.list_row:hover:before {border-top: none;left:0;}
.brochures_table_full.list_row:before,
#brochure_table_full.list_row:before {border-width: 0;visibility: hidden;}
.brochures_table_full .desc h4,
#brochure_table_full .desc h4 {margin-right: 12px;}*/
.brochure_pages .col-6 .brochures_table_full,
.brochure_pages .col-6 #brochure_table_full {
  width: 100%;
  float: none;
}

.brochure_pages .col-6 .brochures_table_full .desc,
.brochure_pages .col-6 #brochure_table_full .desc {
  width: auto;
}

.brochure_pages .col-6 .brochure_table .desc h4,
.brochure_pages .col-6 .brochures_table_full .desc h4,
.brochure_pages .col-6 #brochure_table_full .desc h4 {
  text-align: left;
  margin-right: 0;
}

#brochure_table_full,
.brochures_table_full {
  width: 92px;
  float: left;
  margin-right: 0px;
  min-height: 35px !important;
}
#brochure_table_full .desc,
.brochures_table_full .desc {
  width: 100%;
}
#brochure_table_full .desc h4,
.brochures_table_full .desc h4 {
  margin: 0 0 0 5px;
  padding-right: 0;
}
#brochure_table_full .desc span:not(.pagetext),
.brochures_table_full .desc span:not(.pagetext) {
  display: none !important;
}
#brochure_table_full.list_row:hover:before,
.brochures_table_full.list_row:hover:before {
  border-top: none;
  left: 0;
}
#brochure_table_full.list_row:before,
.brochures_table_full.list_row:before {
  border-width: 0;
  visibility: hidden;
}

.price_list .body .quantity {
  position: relative;
}

.price_list .body .quantity i {
  top: 10px;
  left: 9px;
}

.price_list .body .quantity .bestseller_text {
  top: 23px;
  left: 28%;
  text-transform: none;
}

.check_price .box_body ul.body li.no_price p {
  float: initial;
  text-align: center;
}

.desc .premium_text {
  color: #a8813d;
  margin-right: 8px;
}

.hidden {
  display: none !important;
}

div.list.sublist {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list_row_parent {
  width: 650px;
  position: relative;
}

.box_body .multipart .content_box .options .dropdown.active.filterdropdown .list_row_parent div.list,
.box_body .multipart .cover_box .options .dropdown.active.filterdropdown .list_row_parent div.list,
.box_body .options .dropdown .list_row_parent .list {
  top: 0;
}

.list_row_parent .list.submenu {
  right: 0;
}

.box_body .options .dropdown .list_row.filter .desc {
  height: 30px;
}

.arrow-right {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 9px;
  height: 10px;
  background: url("/skin/frontend/ggp/default/images/icon/right-arrow.png") no-repeat;
  background-size: cover;
}

.box_body .options .dropdown .list_row:hover .arrow-right {
  background: url("/skin/frontend/ggp/default/images/icon/right-arrow-hover.png") no-repeat;
  background-size: cover;
}

.multipart h3.custom-format-price-warning {
  color: red;
  line-height: 12px;
  text-align: center;
}

.superfast_warning {
  position: absolute !important;
  left: 130px;
  z-index: 1;
  border: solid 1px #ffd200 !important;
  width: 165px;
  background: #f5f5aa !important;
  top: -10px;
  pointer-events: none;
  padding: 8px 15px !important;
}

.superfast_warning:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -30px;
  border: solid 15px transparent;
  border-right-color: #ffd200;
  z-index: 1;
}

.superfast_warning:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -29px;
  border: solid 15px transparent;
  border-right-color: #f5f5aa;
  z-index: 1;
}

.superfast_warning i.super_fast:before,
.superfast_warning i.super_fast:after {
  background: #f60076;
}

.superfast_warning h3 {
  color: #f60076;
  margin: 0 0 0 15px;
}

.superfast_warning p {
  font-size: 10px;
  line-height: 12px;
}

.superfast_warning:hover {
  all: unset;
}

.mixed .dropdown_box {
  padding-left: 0;
}

.gogo_product_view .banner_cover .img,
.gogo_product_view .banner_cover .ads_text,
.gogo_product_view .banner_cover .more_info {
  float: left;
}

.gogo_product_view .banner_cover .ads_text {
  width: 300px;
  position: relative;
}

.gogo_product_view .banner_cover .ads_text h1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  margin-top: 26px;
  line-height: 1.2;
}

.gogo_product_view .banner_cover .ads_text h1 strong {
  font-weight: 300;
  color: #e0197d;
}

.gogo_product_view .banner_cover .ads_text p {
  display: block;
  width: 75px;
  height: 75px;
  background: #df177d;
  position: absolute;
  top: 85px;
  right: 30px;
  -webkit-border-radius: 0 22px 0 22px;
  -moz-border-radius: 0 22px 0 22px;
  border-radius: 0 22px 0 22px;
  color: #FFFFFF;
  padding-top: 10px;
}

.gogo_product_view .banner_cover .ads_text p * {
  display: block;
  text-align: center;
  width: 100%;
}

.gogo_product_view .banner_cover .ads_text p small {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
}

.gogo_product_view .banner_cover .ads_text p span {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
}

.gogo_product_view .banner_cover .more_info {
  margin-top: 30px;
}

.gogo_product_view .banner_cover .more_info p {
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
  display: block;
  color: #000;
  padding-left: 40px;
}

.gogo_product_view .banner_cover .more_info p strong {
  font-size: 14px;
  font-weight: 600;
}

.gogo_product_view .banner_cover .more_info p span {
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.gogo_product_view .banner_cover .more_info p:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  left: 0;
  top: 5px;
}

.gogo_product_view .banner_cover .more_info p.delivery:before {
  background-image: url(../images/product_view/banner_truck.jpg);
}

.gogo_product_view .banner_cover .more_info p.guarantee:before {
  background-image: url(../images/product_view/banner_like.jpg);
}

.gogo_product_view .banner_cover .more_info p.price:before {
  background-image: url(../images/product_view/banner_tag.jpg);
}

.gogo_product_view .banner_cover .more_info p:after,
.product_details_box .desc .part_video_list ul:after,
.product_details_box .desc.overview .parts ul:after,
.product_details_box .desc.overview .text li:after {
  content: "";
  clear: both;
  display: block;
}

.product_details_box .desc.overview {
  color: #000;
  background: #f4f4f4;
  padding: 40px 0 0;
}

.product_details_box .desc.overview .cms_view {
  padding: 0 58px;
}

.product_details_box .desc.overview .img {
  float: left;
  width: 365px;
}

.product_details_box .desc.overview .text {
  float: left;
  padding: 40px 25px 0;
}

.product_details_box .desc.overview .text p {
  font-size: 20px;
  margin-bottom: 20px;
}

.product_details_box .desc.overview .text li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}

.product_details_box .desc.overview .text li span {
  float: left;
}

.product_details_box .desc.overview .text li span:first-child {
  display: inline-block;
  background: #e0197d;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-right: 15px;
  font-size: 9px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}

.product_details_box .desc.overview .text li span + span {
  width: 418px;
  display: block;
}

.product_details_box .desc.overview .text li span + span {
  width: 400px;
}

.product_details_box .desc.overview .parts {
  background: #FFFFFF;
  padding: 10px 0 40px;
}

.product_details_box .desc.overview .parts td {
  vertical-align: top;
}

.product_details_box .desc.overview .parts span {
  display: block;
}

.product_details_box .desc.overview .parts thead span {
  color: #000;
  font-size: 18px;
}

.product_details_box .desc.overview .parts tbody td {
  color: #808285;
  font-size: 14px;
  border-left: 1px solid #eaeaea;
}

.product_details_box .desc.overview .parts tbody td:first-child {
  border-left: 0;
}

.product_details_box .desc .part_video_list li {
  float: left;
  padding: 20px 0;
}

.product_details_box .desc .part_video_list li:first-child {
  width: 240px;
  text-align: center;
}

.product_details_box .desc .part_video_list li:first-child a {
  position: relative;
  display: inline-block;
}

.product_details_box .desc .part_video_list li:first-child a span:first-child {
  display: block;
  width: 110px;
  height: 110px;
  border: 4px solid #FFFFFF;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .product_details_box .desc .part_video_list li:first-child a span:first-child {
    transition: none;
  }
}

.product_details_box .desc .part_video_list li:first-child a:hover span:first-child {
  border-color: #28b5dc;
}

.product_details_box .desc .part_video_list li:first-child a span + span {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  line-height: 42px;
  font-size: 20px;
  bottom: 0;
  right: -10px;
  color: #FFFFFF;
  background: #28b5dc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.product_details_box .desc .part_video_list li:first-child a:hover span + span {
  background: #1a9dc3;
}

.product_details_box .desc .part_video_list li + li {
  width: 620px;
}

.product_details_box .desc .part_video_list li + li h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
}

.product_details_box .desc .part_video_list li + li p {
  margin-bottom: 0;
}

.product_details_box .desc .part_video_list ul:nth-child(odd) {
  background: #eee;
}

.product_details_box .desc.paper,
.product_details_box .desc.refinement {
  padding: 0;
}

.product_details_box .desc.more_information {
  padding-bottom: 98px;
}

.product_details_box .desc .parts {
  clear: both;
}

.ads_text.freedesign {
  margin-left: 13px;
}

.ads_text.freedesign h1 strong {
  margin-left: 116px;
}

.ads_text.freedesign div.free_design_text {
  padding: 3px;
  background-color: #df177d;
  width: 271px;
  border-radius: 400px 100px 100px 400px;
}

.ads_text.freedesign div.free_design_text p {
  width: 250px;
  background-color: transparent;
  left: 87px;
  top: 97px;
  font-size: 16px;
}

.ads_text.freedesign div.free_design_text img {
  width: 60px;
}

.gogo_product_view .banner_cover div.more_info.freedesign {
  height: 150px;
  width: auto;
  margin: 10px 0;
}

.more_info.freedesign p.freedesign:before {
  display: none;
}

.more_info.freedesign p.topic {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 10px 0 1px 40px;
}

.more_info.freedesign p.detail {
  font-size: 10px;
  color: #000;
  margin: 0 40px;
  line-height: 10px;
}

.freedesign_image {
  margin-top: 20px;
  width: 2px;
  height: 128px;
  border-left: #df177d 2px solid;
  float: left;
  margin-left: 50px;
}

.freedesign_circle_image {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50px;
  border: solid 2px #df177d;
  margin-left: -21px;
  margin-bottom: 10px;
  position: relative;
}

.freedesign_circle_image div {
  background-color: #e0197d;
  border-radius: 70px;
  width: 17px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: -7px;
  top: -4px;
}

.freedesign_circle_image img {
  height: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}

/* .data_option .options {
  float: left;
} */
.pages_option.one_color .options {
  width: 100%;
  float: left;
}

.box_body .pages_option.one_color .data_option .desc {
  width: auto;
}

.box_body .pages_option.one_color .data_option a {
  margin-left: 5px;
}

.pages_option.two_colors .options {
  width: 45%;
  float: left;
  margin: 0 2%;
}

.box_body .pages_option.two_colors .data_option {
  padding: 10px 4px;
}

.box_body .pages_option.two_colors .data_option img {
  margin: -4px 8px 0;
}

.box_body .pages_option.two_colors .data_option h4 {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
}

.box_body .pages_option .data_option span {
  font-size: 11px;
  line-height: 13px;
  display: block;
  margin-top: 5px;
}

/*
CSS for Template Panel
*/
.template_download {
  background: #e0197d;
}

.download_block {
  overflow: auto;
  padding: 5px 0 5px;
  min-height: 100px;
}

.download_tab.left {
  position: relative;
  float: left;
  width: 50%;
}

.template_download_link {
  height: 24px;
  width: 24px;
  background: url("../images/download_button.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 24px;
  right: 23px;
}

.download_tab.right {
  position: relative;
  float: right;
  width: 50%;
}

.download_tab.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.template_download_image {
  height: 36px;
  margin: 15px 20px;
}

.template_tutorial {
  margin: 0 10px;
  overflow: auto;
  clear: both;
  border-top: dashed 1px #bbbbbb;
}

.template_video_button {
  margin: 7px 0 0 35px;
  float: left;
  height: 26px;
}

div.template_tutorial a.tutorial_link {
  float: left;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
}

.template_download_link:hover {
  background: url("../images/download_button_hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.image img.template_download_logo {
  width: 48px;
}

/*
END CSS for TEMPLATE SECTION
*/
.group_info .options {
  margin-bottom: 10px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.switch_products .img-option a {
  display: block;
  margin-top: 5px !important;
}

.switch_products a:hover {
  text-decoration: none;
}

.switch_products .data_option:hover a {
  color: #000;
}

.datatool {
  width: 100%;
}
.datatool__heading {
  font-size: 11px;
}
.datatool__detail {
  font-size: 9px;
}
.datatool__detail span {
  font-size: 9px;
}
.datatool__detail__superfast span {
  display: none;
}

.start_configurating .select_option .row .dropdown_inline .options {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 2rem 0;
}
.start_configurating .select_option .row .dropdown_inline .options h3 {
  width: 135px;
  margin-left: 0;
}
.start_configurating .select_option .row .dropdown_inline .options h3 span {
  background: #b3b3b3;
  display: inline-block;
  padding: 1px 6px;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 12px;
  float: right;
  margin-right: 12px;
}
.start_configurating .select_option .row .dropdown_inline .options .dropdown {
  width: 64%;
  background-color: transparent;
  background: none;
  height: auto;
  position: inherit;
}
.start_configurating .select_option .row :not(.col-4) .list_row .desc {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .start_configurating .select_option .row :not(.col-4) .list_row .desc {
    width: 80%;
    padding: 7px;
  }
}
.start_configurating .select_option .row :not(.col-4) .list_row .popular_text,
.start_configurating .select_option .row :not(.col-4) .list_row .premium_text,
.start_configurating .select_option .row :not(.col-4) .list_row .bestseller_text {
  left: unset;
  right: 18%;
}
.start_configurating .select_option .row :not(.col-4) .img-option {
  min-width: 50px;
}
.start_configurating .select_option .more {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 11px;
  text-align: center;
  overflow: hidden;
  background: #1E9DC3;
  color: #FFFFFF !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  margin: -2px 7px;
  font-size: 11px;
  padding: 2px 0;
}
.start_configurating .title {
  display: block;
  width: 100%;
  border-bottom: 2px solid #29B5DC;
  font-weight: bold;
  color: #29B5DC !important;
  margin: 5px 14px 14px;
}

.entercode {
  text-align: left;
}
.entercode__heading {
  font-size: 13px;
  font-weight: bold;
}
.entercode__sub {
  font-size: 12px;
  line-height: 14px;
}

.tooltip-inner.bounce {
  animation-name: bounceIn;
  animation-duration: 250ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

.tooltip {
  z-index: 99999;
}
.tooltip.fade {
  transition: none !important;
}

.panel__option .sample-box,
.panel__option .price-match {
  height: 70px;
  border: none;
  margin: 10px 0 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.panel__option .sample-box .text-body,
.panel__option .price-match .text-body {
  padding: 8px;
  padding-right: 0;
  align-self: center;
  min-height: 100%;
}
.panel__option .sample-box .text-body p.main-cta,
.panel__option .price-match .text-body p.main-cta {
  font-weight: 700;
  color: #020202;
  font-size: 12px;
  margin-bottom: 5px;
}
.panel__option .sample-box .text-body p.cta-details,
.panel__option .price-match .text-body p.cta-details {
  font-size: 10px;
  color: #666666;
  font-weight: 400;
}
.panel__option .sample-box .text-body p.cta-details i,
.panel__option .price-match .text-body p.cta-details i {
  color: #28b5dc;
}
.panel__option .sample-box img,
.panel__option .price-match img {
  right: 0;
  height: 100%;
}
.panel__option .card {
  border-radius: 0 !important;
}
.panel__option--header {
  padding: 8px 12px !important;
  background: #FFFFFF;
  border-bottom: none;
}
.panel__option--header:hover {
  cursor: pointer;
  color: #294766 !important;
  background: #eff0f4;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .panel__option--header:hover {
    transition: none;
  }
}
.panel__option--header:hover img:not(hover_only) {
  display: none;
}
.panel__option--header:hover img.hover_only {
  display: block;
}
.panel__option--header .hover_only {
  display: none;
}
.panel__option--header a {
  display: flex;
  font-size: 12px;
  /* &:after{
    @include transition(all .6s cubic-bezier(0.080, 1.090, 0.320, 1.275));
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    content: "\f078";
    right: 18px;
    position: absolute;
    top:14px;
    color:$icon;
  } */
}
.panel__option--header a:hover {
  font-size: 12px;
  text-decoration: underline;
}
.panel__option--header a span {
  padding: 2px 8px;
}
.panel__option--header.enable {
  background: #eff0f4;
}
.panel__option--header.enable a:after {
  transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -moz-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -o-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  content: "\f078";
  right: 18px;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  .panel__option--header.enable a:after {
    transition: none;
  }
}
.panel__option--body {
  font-size: 11px;
  padding: 12px 24px !important;
}
.panel__option--body .row div {
  padding: 2px;
  line-height: 14px;
}
.panel__option--body__detail {
  height: 75px;
  overflow-y: scroll;
}
.panel__option--body__detail::-webkit-scrollbar {
  width: 2px;
}
.panel__option--body__detail::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
}
.panel__option--body__detail::-webkit-scrollbar-thumb {
  background: #29B5DC;
}
.panel__option--body .img-thumbnail {
  border: none;
}
.panel__option__link {
  color: #D20271;
  font-weight: bold;
}
.panel__option__link:hover {
  color: #D20271;
}
.panel__option__link:hover:hover {
  cursor: pointer;
}

.desc .topsell_block {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
}
.desc .topsell_block .popular_text {
  color: #D20271;
  font-size: 9px;
  font-style: normal;
  margin-right: 22px;
  text-transform: uppercase;
  line-height: 12px;
  display: block;
}
.desc .topsell_block .popular_icon {
  position: absolute;
  display: block;
  width: 14px;
  height: 28px;
  background: url(../images/product_view/icon_popular2.png) no-repeat;
  top: 0;
  right: 0;
}

.pricing .row {
  margin-left: unset;
  margin-right: unset;
}
.pricing [class*=col] {
  border: none;
  padding: unset;
}
.pricing [class*=col]:first-of-type {
  border-right: 1px solid #E0E0E0;
}
.pricing ul {
  display: flex;
  justify-content: space-around;
}
.pricing ul li {
  border-right: 1px solid #E0E0E0;
  width: 100%;
}
.pricing ul li .month {
  color: #d20271;
  font-weight: 700;
}
.pricing-header {
  text-align: center;
}
.pricing-header .truck {
  display: inline;
  padding: 30px 0;
}
.pricing-header ul {
  height: 98px;
}
.pricing-header h3 {
  background: #dddddd;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  color: #000000;
  margin: 0;
}
.pricing-header h4 {
  font-size: 0.75rem;
  padding: 2px 0;
  color: #000000;
  font-weight: bolder;
}
.pricing-header p:first-of-type {
  font-size: 10px;
}
.pricing-header p + p {
  font-weight: 600;
}
.pricing-header p + p span {
  color: #D20271;
}
.pricing-header p + p span:first-of-type {
  font-size: 25px;
}
.pricing-content.row {
  border: none;
}
.pricing-content.row [class*=col]:first-of-type {
  border-left: 1px solid #E0E0E0;
}
.pricing-content.row.end {
  border-bottom: 1px solid #E0E0E0 !important;
}
.pricing-content .qty {
  text-align: center;
  padding-top: 1rem;
  display: block;
  font-size: 11px;
}
.pricing-content .qty span + span {
  display: none;
}
.pricing-content .qty.best-seller {
  position: relative;
}
.pricing-content .qty.best-seller:before {
  position: absolute;
  display: block;
  width: 14px;
  height: 28px;
  content: url(../images/product_view/icon_popular2.png);
  top: 8px;
  left: 5px;
}
.pricing-content .qty.best-seller span + span {
  display: block;
  position: absolute;
  text-transform: uppercase;
  color: #D20271;
  font-size: 0.5rem;
  right: 34%;
}
@media only screen and (max-width: 992px) {
  .pricing-content .qty.best-seller span + span {
    right: 31%;
    font-size: 7px;
  }
}
.pricing-content ul li {
  text-align: center;
  position: relative;
}
.pricing-content ul li span.price-not-available {
  height: 39px;
  display: block;
  padding-top: 9%;
  font-size: 11px;
}
@media only screen and (max-width: 991px) {
  .pricing-content ul li span.price-not-available {
    padding-top: 16%;
  }
}
.pricing-content ul li.deny_qty > a {
  display: none;
}
.pricing-content ul li.enter_postcode_before p {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: auto;
}
.pricing-content ul li.enter_postcode_before p img {
  margin: 0 auto 1vh;
}
.pricing-content ul li.enter_postcode_before p span {
  color: #D20271;
  font-size: 0.75rem;
  display: block;
}
.pricing-content ul li.enter_postcode_before p a {
  font-size: 0.65rem;
  text-decoration: underline;
  margin: 1vh auto 0 !important;
  text-align: center;
  cursor: pointer;
}
.pricing-content ul li .block_product {
  width: 100%;
  display: block;
}
.pricing-content ul li .block_product * {
  padding-left: 20%;
  display: block;
}
.pricing-content ul li .block_product a {
  padding: 0.75rem 0;
  line-height: 0.75rem;
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .pricing-content ul li .block_product a {
    width: 100%;
  }
}
.pricing-content ul li .block_product a:not(#enter_postal_code_link):before {
  position: absolute;
  top: 0.75rem;
  right: 67%;
  border-radius: 2rem;
  border: 1px solid #e5e5e5;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 992px) {
  .pricing-content ul li .block_product a:not(#enter_postal_code_link):before {
    right: 74%;
  }
}
.pricing-content ul li .block_product a.re_enter_postal_code:before {
  display: none;
}
.pricing-content ul li .block_product a span {
  color: #636363;
  font-size: 12px;
  font-weight: 600;
}
.pricing-content ul li .block_product a span.discount {
  text-decoration-line: line-through;
  font-size: 0.6rem;
}
@media screen and (max-width: 991.98px) {
  .pricing-content ul li .block_product a span.discount {
    display: none;
  }
}
.pricing-content ul li .block_product a small {
  color: #bbbbbb;
  font-size: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .pricing-content ul li .block_product a small {
    font-size: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .pricing-content ul li .block_product a span {
    font-size: 11px;
  }
  .pricing-content ul li .block_product a span,
  .pricing-content ul li .block_product a small {
    padding-left: 1.2rem;
  }
}
.pricing-content ul li.selected {
  background: #f5f5f5;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
.pricing-content ul li.selected a:before {
  content: "\f00c" !important;
}
.pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover {
  background: #a1e2f6;
}
@media screen and (max-width: 991.98px) {
  .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover {
    background: transparent;
  }
}
@media screen and (max-width: 991.98px) {
  .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover:before {
    background: transparent !important;
    border-color: #e5e5e5 !important;
    content: "" !important;
  }
}
.pricing-content ul li:not(.selected) a.re_enter_postal_code:hover {
  background: transparent !important;
}
.pricing-content ul li:not(.selected) a.re_enter_postal_code:hover:before {
  display: none !important;
}
.pricing-content.one_column .block_product a:not(#enter_postal_code_link):before {
  right: 55%;
}
@media only screen and (max-width: 992px) {
  .pricing-content.one_column .block_product a:not(#enter_postal_code_link):before {
    right: 65%;
  }
}

@media screen and (max-width: 991.98px) {
  html[lang=id] .pricing-content ul li .block_product a span {
    font-size: 10px;
  }
}

.pricing .row.pricing-header, .pricing .row.pricing-content {
  padding: 0;
}
.pricing .row.hover {
  background: #ebf8fc;
}
.pricing .row.hover ul li.deny_qty {
  background: #FFFFFF;
}
.pricing .row.end ul > li a.hover {
  border-bottom: 2px solid #29B5DC;
  margin-bottom: -1px;
}
.pricing ul > li.hover {
  border-left: 1px solid #29B5DC !important;
  border-right: 1px solid #29B5DC !important;
}
.pricing ul > li.hover h4 {
  background: #29B5DC;
  color: #FFFFFF;
}
.pricing ul > li.hover:not(.selected) {
  background: #ebf8fc;
}

.pricing-content ul li.selected a:before, .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #FFFFFF;
  background: #3bc947;
  padding: 0.15rem;
  border-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .options .dropdown .data_option .desc span {
    display: none !important;
  }
}

.product_panel {
  z-index: 0;
}

#price_table .option-notification {
  display: none;
  line-height: 30px;
  background-color: #f2dc52;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #price_table .option-notification {
    display: block;
  }
}
#price_table .product_panel_selector .panel_head h3 {
  font-size: 16px;
}

.design_service_box {
  background: white;
  border: 1px solid #dddddd;
}
.design_service_box.box_shadow {
  margin-bottom: 20px;
}
.design_service_box .brief-info {
  background-color: rgba(255, 193, 7, 0.28);
  color: black;
  margin: 0 25px;
  padding: 8px;
  font-size: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.design_service_box .brief-info .material-icons {
  display: block;
  position: relative;
  background-color: transparent;
  color: black;
  width: auto;
  font-size: 16px;
  margin-right: 10px;
}
.design_service_box .brief-info .text-message {
  color: #000000;
  background: transparent;
  width: auto;
  text-align: left;
  border-radius: unset;
  padding: unset;
  bottom: unset;
  display: contents;
  margin-top: unset;
  font-size: 12px;
}
.design_service_box .box_body {
  display: flex;
  flex-direction: row;
}
.design_service_box .box_body .box {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: auto;
  min-height: 150px;
  width: auto;
  padding: 8px;
  display: unset;
  cursor: pointer;
  margin: 8px;
  flex-basis: 0;
  flex-grow: 1 !important;
}
@media only screen and (max-width: 768px) {
  .design_service_box .box_body .box {
    max-width: unset;
    margin-bottom: 8px;
    max-width: unset;
    flex-grow: unset !important;
    flex-basis: auto;
  }
}
.design_service_box .box_body .box:hover, .design_service_box .box_body .box.selected {
  background: #F7F7F7;
}
.design_service_box .box_body .box a {
  display: block;
  height: 100%;
  position: relative;
}
.design_service_box .box_body .box a > * {
  margin-left: 30px;
}
.design_service_box .box_body .box a .title {
  color: #000000 !important;
  border-bottom: 0;
  font-weight: 600;
  width: 85%;
  margin-bottom: 10px;
}
.design_service_box .box_body .box a .description {
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: inline-block;
  margin-left: 0;
}
.design_service_box .box_body .box a .description li {
  margin-bottom: 2px;
  color: #444;
  font-weight: 300;
  font-size: 12px;
}
.design_service_box .box_body .box a .price {
  color: #29B5DC;
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  margin-left: 0;
}
.design_service_box .box_body .box a:before {
  position: absolute;
  border-radius: 2rem;
  border: 2px solid #dddddd;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
}
.design_service_box .box_body .box:hover a:before, .design_service_box .box_body .box.selected a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #FFFFFF;
  background: #3bc947;
  padding: 0.08rem;
  border-color: #FFFFFF;
}
.design_service_box .box_body.design_service_box_title {
  padding-bottom: 0;
}
.design_service_box .box_body.design_service_box_title h3 {
  margin-bottom: 0;
}
.design_service_box .box_body.design_service_box_title .more_text {
  z-index: 999999;
  position: absolute;
  width: 225px;
  margin-top: 1rem;
  border: solid 1px;
  text-align: left;
  padding: 1rem;
  background: #2ac2e3;
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 10px;
  margin-left: -2rem;
}
.design_service_box .box_body.design_service_box_title .more_text ins {
  text-decoration: none;
}
.design_service_box .box_body.design_service_box_title .more_text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 20px 20px 20px;
  border-color: transparent transparent #2ac2e3 transparent;
  position: absolute;
  top: -14px;
  left: 1rem;
}
@media screen and (max-width: 991.98px) {
  .design_service_box .box_body {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .design_service_box .box_body {
    flex-direction: column;
  }
  .design_service_box .box_body .box a {
    min-height: 130px;
  }
}

.gogo_product_view .box_body .options.custom_format a.bt {
  margin-top: 28px;
  border-radius: 4px;
}
@media screen and (max-width: 767.98px) {
  .gogo_product_view .box_body .custom-size-section > div:nth-child(1) {
    float: left;
  }
  .gogo_product_view .box_body .custom-size-section > div:nth-child(1) h3 {
    line-height: 28px;
  }
  .gogo_product_view .box_body .custom-size-section .custom_format {
    float: right;
    width: 50%;
    margin-bottom: 16px;
  }
  .gogo_product_view .box_body .options.custom_format a.bt {
    margin-top: unset;
    width: 100%;
  }
}

.cookie_postcode .input-group-append {
  width: 100px;
}
.cookie_postcode .input-group-text {
  color: #FFFFFF;
  background-color: #29B5DC;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin: auto;
  display: table;
}
.cookie_postcode .form-control:focus {
  box-shadow: none;
}

.error_postal .messages.warning {
  margin-top: 8px;
}
.error_postal .messages.warning li li {
  color: #636363;
  font-size: 80%;
}

.custom_qty .btn-custom-qty {
  font-size: 14px;
  background-color: #2bace2;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: none;
  width: 100%;
  font-weight: 600;
}
.custom_qty .btn-custom-qty:hover, .custom_qty .btn-custom-qty:focus, .custom_qty .btn-custom-qty:not(:disabled):not(.disabled):active {
  background-color: #269acb;
  box-shadow: none;
}
.custom_qty .messages.warning li li {
  color: #636363;
  font-size: 80%;
}

@media screen and (max-width: 767.98px) {
  .post_code_box {
    margin-bottom: 8px;
  }
  .post_code_box .input_box p {
    text-align: center;
  }
  .post_code_box .input_box p span {
    display: block;
  }
  .has_custom_format {
    order: 2;
  }
  .has_custom_format h3 {
    display: none;
  }
}
.breadcrumb-bar {
  background-color: #fff !important;
}
.breadcrumb-bar .container {
  padding: 5px;
}

.breadcrumb {
  padding: 0;
  margin: 0;
}
.breadcrumb nav {
  box-shadow: none;
  background: transparent;
}
.breadcrumb nav ol.breadcrumb {
  background: transparent;
  margin: 9px 0;
  padding: 0;
}
.breadcrumb nav ol.breadcrumb li a,
.breadcrumb nav ol.breadcrumb li strong {
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #636363;
  padding-top: 3px;
}
.breadcrumb nav ol.breadcrumb li a {
  display: contents;
}
.breadcrumb a {
  padding: 0 !important;
  border: none !important;
}

.custom_qty .messages.warning li li {
  color: #636363;
  font-size: 80%;
}

ul {
  list-style: none;
}

.step_4 h2 {
  font-size: 36px;
  color: #39393F;
  height: 118px;
  text-align: center;
  line-height: 118px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .step_4 h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.step_4 h2 span {
  color: #29B5DC;
  margin-right: 15px;
}
.step_4 .step_tab {
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .step_4 .step_tab {
    height: 170px;
  }
}
.step_4 .step_tab .bgline {
  position: absolute;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: url("../images/homepage/icon_dashed.png") repeat-x 0 -2px;
  z-index: 0;
  top: 50px;
  left: 110px;
  z-index: 0;
  width: 75%;
}
.step_4 .step_tab .bgline div {
  position: absolute;
  height: 2px;
  display: block;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab .bgline {
    display: none;
  }
}
.step_4 .step_tab li {
  margin-left: 0;
}
.step_4 .step_tab li a.active.current span {
  font-weight: 700;
}
.step_4 .step_tab li a span {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab li a span {
    display: none;
  }
}
.step_4 .step_tab em {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #f4f5f5;
  background-repeat: no-repeat;
  background-position: -3px -3px;
  position: relative;
  border: 3px solid #f4f5f5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab em {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-color: #e6e7e5;
  }
}
.step_4 .step_tab small {
  font-size: 12px;
  position: absolute;
  top: -5px;
  left: -5px;
  color: #000000;
  font-style: normal;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: #ede22a;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab small {
    height: 19px;
    width: 19px;
    line-height: 19px;
  }
}
.step_4 #config_product em {
  background-image: url("../images/homepage/home_step_1.png");
}
.step_4 #make_payment em {
  background-image: url("../images/homepage/home_step_2.png");
}
.step_4 #upload_files em {
  background-image: url("../images/homepage/home_step_3.png");
}
.step_4 #receive_products em {
  background-image: url("../images/homepage/home_step_4.png");
}
.step_4 .step_tab_content .image {
  float: left;
  text-align: right;
  padding: 26px 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab_content .image {
    padding: 39px 0 0 0;
  }
}
.step_4 .step_tab_content .image img {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab_content .image img {
    width: 100%;
  }
}
.step_4 .step_tab_content .text p {
  margin-bottom: 10px;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab_content .text p {
    display: inline-flex;
  }
}
.step_4 .step_tab_content .text span {
  float: left;
  display: block;
  width: 300px;
  padding-left: 15px;
  line-height: 18px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .step_4 .step_tab_content .text span {
    width: 235px;
  }
}

.step_4 .step_tab a {
  display: block;
}

.step_4 .step_tab a:hover {
  text-decoration: none;
}

.step_4 .step_tab li a:hover em,
.step_4 .step_tab li a.active em {
  border: 3px solid #dd167d;
}

.step_4 .step_tab li a:hover small,
.step_4 .step_tab li a.active small {
  background: #dd167d;
  color: #FFFFFF;
}

.step_4 .tab_content {
  display: none;
}

.step_4 .tab_content.active {
  display: block;
}

.step_4 .step_tab_content .text {
  padding-top: 26px;
  width: 40%;
  float: left;
}

.step_4 .step_tab_content .text em {
  display: block;
  width: 75px;
  height: 54px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
}

.step_4 .step_tab_content .text strong {
  color: #39393f;
  font-weight: 600;
}

.step_4 .step_tab_content .text span span {
  padding-left: 0px;
  padding-top: 0px;
}

.step_4 .step_tab_content .text span u {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #636363;
  margin-bottom: 5px;
}

.step_4 .step_tab_content .text em.select_product {
  background-image: url("../images/homepage/icon_select_product.png");
}

.step_4 .step_tab_content .text em.produce {
  background-image: url("../images/homepage/icon_shipping.png");
}

.step_4 .step_tab_content .text em.price {
  background-image: url("../images/homepage/icon_price.png");
}

.step_4 .step_tab_content .text em.help {
  background-image: url("../images/homepage/icon_help.png");
}

.step_4 .step_tab_content .text em.bank_transfer {
  background-image: url("../images/homepage/icon_bank_transfer.png");
}

.step_4 .step_tab_content .text em.credit_card {
  background-image: url("../images/homepage/icon_credit_card.png");
}

.step_4 .step_tab_content .text em.cash_delivery {
  background-image: url("../images/homepage/icon_cash_delivery.png");
}

.step_4 .step_tab_content .text em.credit_terms {
  background-image: url("../images/homepage/icon_credit_terms.png");
}

.step_4 .step_tab_content .text em.upload_file {
  background-image: url("../images/homepage/icon_upload_file.png");
}

.step_4 .step_tab_content .text em.design_service {
  background-image: url("../images/homepage/icon_design_service.png");
}

.step_4 .step_tab_content .text em.delivery {
  background-image: url("../images/homepage/icon_delivery.png");
}

.step_4 .step_tab_content .text em.produce {
  background-image: url("../images/homepage/icon_produce.png");
}

.step_4 .step_tab_content .text em.tracking {
  background-image: url("../images/homepage/icon_tracking.png");
}

.block-contact {
  height: 180px;
  border: 2px solid #f2dc52;
  border-radius: 8px;
  background-color: rgba(242, 220, 82, 0.22);
  margin: 100px -118px 0 -118px;
}
.block-contact img {
  position: absolute;
  top: 13px;
  left: 46px;
  width: 19%;
}

p.first-line {
  position: absolute;
  top: 51%;
  text-align: center;
  left: 38%;
  font-size: 32px;
  color: #010101;
  font-weight: bolder;
}
p.second-line {
  position: absolute;
  top: 64%;
  left: 35%;
  font-size: 20px;
  color: #636363;
}

.block-call {
  position: absolute;
  display: -webkit-inline-box;
  top: 74%;
  left: 48%;
  color: #29b5dc;
  font-size: 22px;
}

.block-call img {
  width: 42px;
  height: 42px;
  background: #29b5dc;
  border-radius: 50%;
  padding: 10px;
}

.block-call p {
  padding-top: 7%;
  padding-left: 5%;
  font-weight: bold;
}

.advanges_box_about table {
  -webkit-box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.advanges_box_about table td {
  width: 553px;
}
@media only screen and (max-width: 991.98px) {
  .advanges_box_about table td {
    width: 198px;
  }
}
.advanges_box_about table td + td {
  width: 170px;
  border: solid #df197d;
  border-width: 0 2px;
}
.advanges_box_about table td.list_about img {
  margin-right: 15px;
}
@media only screen and (max-width: 991.98px) {
  .advanges_box_about table td.list_about img {
    margin-right: 1px;
  }
}
.advanges_box_about table td.list_about h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  padding: 8px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  .advanges_box_about table td.list_about h3 {
    font-size: 11px;
    text-align: left;
  }
}
.advanges_box_about table thead tr td h3 {
  height: 48px;
  color: #FFFFFF;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  background-color: #D20271;
}
@media only screen and (max-width: 991.98px) {
  .advanges_box_about table thead tr td h3 {
    font-size: 12px;
    font-weight: bolder;
  }
}
.advanges_box_about table thead tr td:nth-child(2) {
  border-width: 2px 2px 0px 2px;
  height: 88px;
  background: #FFFFFF url(../images/product_view/logo_80x_54.png) no-repeat center 25px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .advanges_box_about table thead tr td:nth-child(2) {
    height: 65px;
    background-size: 40%;
  }
}
.advanges_box_about table tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}
.advanges_box_about table tbody td {
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
}
.advanges_box_about table tbody td:nth-child(1) {
  display: flex;
}
.advanges_box_about table tbody td:nth-child(1), .advanges_box_about table tbody td:nth-child(3) {
  vertical-align: bottom;
}
.advanges_box_about table tbody td:nth-child(2) {
  background-color: #FFFFFF;
  background-image: url(../images/product_view/checked.png);
  background-size: 19%;
}
.advanges_box_about table tbody td:nth-child(3) {
  background-image: url(../images/product_view/not_checked.png);
  background-size: 12%;
}
.advanges_box_about table tbody td.last {
  position: relative;
}
.advanges_box_about table tbody td.last:after {
  content: "";
  width: 172px;
  height: 20px;
  bottom: -20px;
  left: -2px;
  background: #FFFFFF;
  border: solid #D20271;
  border-width: 0 2px 2px 2px;
  position: absolute;
}
@media only screen and (max-width: 991.98px) {
  .advanges_box_about table tbody td.last:after {
    width: 106%;
  }
}
.advanges_box_about table tbody td p {
  font-size: 12px;
  line-height: 16px;
}

.advanges_box_about table td + td + td {
  width: 256px;
  border: 0;
}
@media only screen and (max-width: 991.98px) {
  .advanges_box_about table td + td + td {
    width: 170px;
  }
}

.helpCover {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.helpCover div {
  margin: auto;
  position: relative;
  min-height: 320px;
  display: none;
}

.helpCover div a.helpClose {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_close.png");
  background-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -100px;
  overflow: hidden;
}

.helpCover .innerHelper {
  top: 50%;
  transform: translateY(-50%);
}

.helpCover .innerHelper .page {
  display: inline-block;
  background-color: #2bb6de;
  width: 320px;
  min-height: 320px;
  padding-top: 265px;
  font-size: 15px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border: solid #FFFFFF;
  border-width: 0 12px 0 0;
}

.helpCover .innerHelper .page:last-child {
  border-width: 0;
}

@media only screen and (max-width: 698.98px) {
  .helpCover .innerHelper .page {
    border-width: 0 0 2px 0;
  }
  .helpCover .innerHelper .page:first-child::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d60a72;
    line-height: 20px;
    border: 2px solid #FFFFFF;
    font-size: 12px;
  }
}
@media only screen and (min-width: 700px) {
  .helpCover .innerHelper .page:last-child::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e0197d;
    line-height: 20px;
    border: 2px solid #FFFFFF;
    font-size: 12px;
  }
}
.guarantee-price {
  display: inline-flex;
  max-height: 250px;
  padding: 12px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 991.98px) {
  .guarantee-price {
    width: 100%;
  }
}
.guarantee-price img {
  margin-right: 12px;
  width: 230px;
}
.guarantee-price__content h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  padding: 15% 0 0 0;
}
.guarantee-price__content h2 span {
  color: #e0197d;
}
.guarantee-price__content p {
  font-size: 95%;
  font-weight: normal;
  color: #333333;
}
.guarantee-price__content .btn {
  font-size: 12px;
  background-color: #2bace2;
  border: 1px solid #2bace2;
  color: #FFFFFF;
  width: 120px;
  padding: 4px 0;
  margin-top: 7px;
}
.guarantee-price__content .btn:hover {
  cursor: pointer;
  color: #2bace2;
  background-color: #FFFFFF;
  border: 1px solid #2bace2;
}

.product-custom {
  display: inline-flex;
  max-height: 250px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .product-custom {
    width: 100%;
  }
}
.product-custom__content {
  position: absolute;
  padding: 12px;
}
.product-custom__content h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  padding: 9% 0 0 0;
}
.product-custom__content h2 span {
  color: #e0197d;
}
.product-custom__content p {
  font-size: 95%;
  font-weight: normal;
}
.product-custom__content .btn {
  font-size: 12px;
  background-color: #2bace2;
  border: 1px solid #2bace2;
  color: #FFFFFF;
  width: 120px;
  padding: 4px 0;
  margin-top: 7px;
}
.product-custom__content .btn:hover {
  cursor: pointer;
  color: #2bace2;
  background-color: #FFFFFF;
  border: 1px solid #2bace2;
}
.product-custom img {
  width: 100%;
}

.our-slider .leftLst,
.our-slider .rightLst {
  background-color: transparent;
}
.our-slider h2 {
  padding-top: 45px;
}

.product-config-block {
  padding: 0;
}
.product-config-block .box {
  margin: 0;
  background-color: #FFFFFF;
  padding: 0 15px;
}
.product-config-block .box_body > .row {
  border-top: none !important;
}
.product-config-block .group_info .options {
  margin-bottom: 0;
}
.product-config-block .options {
  z-index: 0.5;
}
.product-config-block .options .config {
  position: relative;
}
.product-config-block .options.artwork-option h3 {
  color: #333333;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}
.product-config-block .options.artwork-option .aw-section,
.product-config-block .options.artwork-option .pr-section {
  padding: 27px 0 20px 0;
}
.product-config-block .options.artwork-option .aw-section .list,
.product-config-block .options.artwork-option .pr-section .list {
  margin-top: 0 !important;
}
.product-config-block .options.artwork-option .pr-sectionn {
  border-bottom: 1px solid #E0E0E0;
}
.product-config-block .options.artwork-option .col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  max-width: 33.33%;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .options.artwork-option .col {
    min-width: 50%;
  }
}
.product-config-block .options.artwork-option .card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  color: #333333;
  font-family: "Manrope", "Prompt", sans-serif;
  padding: 11px 17px 34px;
  margin: 6px;
  font-weight: 600;
  width: auto;
}
.product-config-block .options.artwork-option .card .desc {
  font-size: 11px;
  font-weight: normal;
  padding: 4px 0 !important;
}
.product-config-block .options.artwork-option .card span {
  color: #2bace2;
  display: block;
  margin-top: 9px;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  bottom: 12px;
}
.product-config-block .options.artwork-option .card span.free {
  font-weight: 400 !important;
  color: #FFFFFF;
  background: #E84FA5;
  width: 50px;
  text-align: center;
  border-radius: 17px;
  padding: 3px 6px;
}
.product-config-block .options.artwork-option .card:hover {
  cursor: pointer;
  border: 2px solid #2bace2;
}
.product-config-block .options.artwork-option .card.selected {
  pointer-events: none;
}
.product-config-block .options.artwork-option .request_custom_quotation p {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.product-config-block .row {
  margin: 0;
  padding: 0;
}
.product-config-block h5 {
  font-weight: 600 !important;
  color: #333333;
  padding: 25px 35px 12px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block h5 {
    padding: 25px 15px 5px;
  }
}
.product-config-block .list,
.product-config-block div.data_option {
  width: 100%;
  margin-top: 20px;
}
.product-config-block .list .sub-option .nav-link,
.product-config-block div.data_option .sub-option .nav-link {
  display: -webkit-inline-box;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.product-config-block .list .sub-option .nav-link label,
.product-config-block div.data_option .sub-option .nav-link label {
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s ease-in;
}
.product-config-block .list .sub-option .nav-link label:hover,
.product-config-block div.data_option .sub-option .nav-link label:hover {
  border-color: #DDDDDD;
  transition: border-color 0.15s ease-in;
  cursor: pointer;
}
.product-config-block .list .sub-option .nav-link span,
.product-config-block div.data_option .sub-option .nav-link span {
  width: 23px;
  height: 23px;
  border-radius: 17px;
  background-color: #FFFFFF;
  border: 2px solid #dddddd;
  display: block;
  margin-right: 9px;
}
.product-config-block .list .sub-option .nav-link.active,
.product-config-block div.data_option .sub-option .nav-link.active {
  background-color: #FFFFFF;
}
.product-config-block .list .sub-option .nav-link.active span,
.product-config-block div.data_option .sub-option .nav-link.active span {
  background-color: #2bace2;
  border-color: #2bace2;
}
.product-config-block .list .sub-option .nav-link.active span:before,
.product-config-block div.data_option .sub-option .nav-link.active span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  margin: 0px 0 0 3px;
}
.product-config-block .list .tab-content,
.product-config-block div.data_option .tab-content {
  width: 100%;
}
.product-config-block .list .card,
.product-config-block div.data_option .card {
  padding: 0;
  border: 1px solid #E0E0E0;
  width: 32%;
  height: 100%;
  margin: 4px;
  display: block;
}
.product-config-block .list .card.disabled_isotope,
.product-config-block div.data_option .card.disabled_isotope {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list .card,
  .product-config-block div.data_option .card {
    width: 47%;
  }
}
.product-config-block .list .card .img-option img,
.product-config-block div.data_option .card .img-option img {
  width: 100%;
}
.product-config-block .list .card-body,
.product-config-block div.data_option .card-body {
  height: 96px;
  overflow-y: hidden;
  padding: 8px 7px;
}
.product-config-block .list .card-body h4,
.product-config-block div.data_option .card-body h4 {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .product-config-block .list .card-body .for-desktop,
  .product-config-block div.data_option .card-body .for-desktop {
    display: none;
  }
  .product-config-block .list .card-body .for-mobile,
  .product-config-block div.data_option .card-body .for-mobile {
    display: block;
    padding-left: 21px;
    font-weight: 400;
    color: #4a4a4a;
  }
}
@media only screen and (min-width: 992px) {
  .product-config-block .list .card-body .for-mobile,
  .product-config-block div.data_option .card-body .for-mobile {
    display: none;
  }
}
.product-config-block .list .card-body span,
.product-config-block div.data_option .card-body span {
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
  display: block;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list .card-body span,
  .product-config-block div.data_option .card-body span {
    font-size: 10px;
  }
}
.product-config-block .list .card-body .topsell_block,
.product-config-block div.data_option .card-body .topsell_block {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #f4d114;
  font-size: 12px;
  color: #000000;
  padding: 3px 9px 4px;
  border-radius: 15px;
  font-family: "Quicksand", "Prompt", sans-serif;
  font-weight: 600;
}
.product-config-block .list .card .img-option,
.product-config-block div.data_option .card .img-option {
  position: relative;
}
.product-config-block .list .card .img-option i,
.product-config-block div.data_option .card .img-option i {
  background-color: #dedede;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  border-top-left-radius: 5px;
  font-size: 15px;
  color: #FFFFFF;
}
.product-config-block .list .card:hover,
.product-config-block div.data_option .card:hover {
  cursor: pointer;
  border: 1px solid #2bace2 !important;
}
.product-config-block .list .card.selected,
.product-config-block div.data_option .card.selected {
  border-radius: 5px;
  border: 1px solid #29B5DC !important;
  background: rgba(41, 181, 220, 0.02);
}
.product-config-block .list .card.selected:after,
.product-config-block div.data_option .card.selected:after {
  content: "\e876";
  font-family: "Material Icons";
  font-size: 16px;
  color: #2bace2;
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 1px 3px 0px 5px;
  border-top-left-radius: 4px;
}
.product-config-block .list .card.has_custom_format,
.product-config-block div.data_option .card.has_custom_format {
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list .card.has_custom_format,
  .product-config-block div.data_option .card.has_custom_format {
    height: auto;
  }
}
.product-config-block .list .card.has_custom_format .card-body,
.product-config-block div.data_option .card.has_custom_format .card-body {
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list .card.has_custom_format .card-body,
  .product-config-block div.data_option .card.has_custom_format .card-body {
    padding: 12px;
  }
}
.product-config-block .list .card.has_custom_format p,
.product-config-block div.data_option .card.has_custom_format p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 12px 15px;
  text-align: center;
  margin-top: 21%;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list .card.has_custom_format p,
  .product-config-block div.data_option .card.has_custom_format p {
    margin-top: 0;
    font-size: 12px;
    padding: 6px 0;
  }
}
.product-config-block .list .card.has_custom_format .btn,
.product-config-block div.data_option .card.has_custom_format .btn {
  width: 100% !important;
  text-align: center !important;
  margin-top: 15px !important;
  background-color: #2bace2;
  color: #FFFFFF;
  line-height: unset !important;
  height: auto !important;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list .card.has_custom_format .btn,
  .product-config-block div.data_option .card.has_custom_format .btn {
    padding: 2px;
    margin-top: 0 !important;
    font-size: 10px !important;
  }
}
.product-config-block .list .card.hide,
.product-config-block div.data_option .card.hide {
  display: block !important;
  opacity: 0.2;
  pointer-events: none;
}
.product-config-block .list .card.hide:hover,
.product-config-block div.data_option .card.hide:hover {
  cursor: pointer;
}
.product-config-block .list .card.hide:after,
.product-config-block div.data_option .card.hide:after {
  content: "not available";
  background: #000000;
  font-size: 12px;
  padding: 3px 9px 4px;
  border-radius: 15px;
  color: #FFFFFF;
  position: absolute;
  top: 4px;
  right: 4px;
  line-height: 1;
}
.product-config-block .list .data_option,
.product-config-block div.data_option .data_option {
  padding: 0px;
}
.product-config-block .list .data_option .img-block,
.product-config-block div.data_option .data_option .img-block {
  position: relative;
}
.product-config-block .list .data_option .img-block a.radio,
.product-config-block div.data_option .data_option .img-block a.radio {
  margin: 0;
  position: absolute;
  border-top-left-radius: 4px !important;
  border-radius: 0;
  top: 75px;
  right: 0;
  border: 0;
}
.product-config-block .list .data_option img,
.product-config-block div.data_option .data_option img {
  margin: 0px;
}
.product-config-block .list .data_option:not(.disabled):hover,
.product-config-block div.data_option .data_option:not(.disabled):hover {
  border: 0;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list .data_option.custom_format .img-option,
  .product-config-block div.data_option .data_option.custom_format .img-option {
    display: none;
  }
}
.product-config-block .list .no-image-option .card-body h4,
.product-config-block .list .no-image-option .card-body span,
.product-config-block div.data_option .no-image-option .card-body h4,
.product-config-block div.data_option .no-image-option .card-body span {
  text-align: left;
}
.product-config-block .list .no-image-option.brochures_table_full,
.product-config-block div.data_option .no-image-option.brochures_table_full {
  width: 10% !important;
}
.product-config-block .list .no-image-option.brochures_table_full .card-body,
.product-config-block div.data_option .no-image-option.brochures_table_full .card-body {
  height: auto !important;
}
.product-config-block .list .no-image-option.brochures_table_full .card-body h4,
.product-config-block .list .no-image-option.brochures_table_full .card-body span,
.product-config-block div.data_option .no-image-option.brochures_table_full .card-body h4,
.product-config-block div.data_option .no-image-option.brochures_table_full .card-body span {
  text-align: center !important;
}
.product-config-block .list .note,
.product-config-block div.data_option .note {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  width: 100%;
  margin: 6px 0 14px 4px;
}
.product-config-block .list .note span,
.product-config-block div.data_option .note span {
  color: #2bace2;
}
.product-config-block .list .note label,
.product-config-block div.data_option .note label {
  font-weight: normal;
}
.product-config-block .list.default_option,
.product-config-block div.data_option.default_option {
  border-radius: 5px;
  border: 2px solid #2bace2 !important;
  background: #f5f5f5;
}
.product-config-block .list.default_option:after,
.product-config-block div.data_option.default_option:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  background: #2bace2;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  right: 0;
  padding: 1px 3px 0px 5px;
  border-top-left-radius: 4px;
}
.product-config-block .list.default_option .for-mobile label.default_option,
.product-config-block div.data_option.default_option .for-mobile label.default_option {
  border: none !important;
}
.product-config-block .list #customsize-section,
.product-config-block div.data_option #customsize-section {
  /*  position: absolute;
  width: 100%;
  background-color: $iron;
  height: 94%;
  z-index: 2;
  border-radius: 5px;*/
  margin-top: 10%;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section,
  .product-config-block div.data_option #customsize-section {
    height: 82%;
    margin-top: 50%;
  }
}
.product-config-block .list #customsize-section .modal-header,
.product-config-block div.data_option #customsize-section .modal-header {
  margin: 0 15px;
  padding: 8px 0;
}
.product-config-block .list #customsize-section .modal-title,
.product-config-block div.data_option #customsize-section .modal-title {
  padding: 9px 0;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section .modal-title,
  .product-config-block div.data_option #customsize-section .modal-title {
    font-size: 14px;
  }
}
.product-config-block .list #customsize-section .modal-body .box_body,
.product-config-block div.data_option #customsize-section .modal-body .box_body {
  padding: 0 !important;
}
.product-config-block .list #customsize-section .modal-dialog,
.product-config-block div.data_option #customsize-section .modal-dialog {
  max-width: 600px;
}
.product-config-block .list #customsize-section #custom-format-box,
.product-config-block div.data_option #customsize-section #custom-format-box {
  opacity: 1 !important;
  margin: 0 !important;
  width: 100% !important;
}
.product-config-block .list #customsize-section #custom-format-box h3,
.product-config-block div.data_option #customsize-section #custom-format-box h3 {
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box h3,
  .product-config-block div.data_option #customsize-section #custom-format-box h3 {
    font-size: 12px;
  }
}
.product-config-block .list #customsize-section #custom-format-box .box_head,
.product-config-block div.data_option #customsize-section #custom-format-box .box_head {
  border-bottom: none;
}
.product-config-block .list #customsize-section #custom-format-box .box_head h3,
.product-config-block div.data_option #customsize-section #custom-format-box .box_head h3 {
  background: unset;
  height: auto;
  float: none;
  padding: 0;
  color: #333333;
}
.product-config-block .list #customsize-section #custom-format-box .box_head h3:after,
.product-config-block div.data_option #customsize-section #custom-format-box .box_head h3:after {
  display: none;
}
.product-config-block .list #customsize-section #custom-format-box .box_body,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body {
  background: unset;
  border: none;
  color: #333333;
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row {
  margin-top: 10px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row,
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row {
    margin-top: 5px;
  }
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row [class*=col-],
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row [class*=col-] {
  padding: 0 0 5px 0;
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row .notice,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row .notice {
  color: #333333;
  min-width: 170px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row .notice,
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row .notice {
    min-width: 0;
  }
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row input,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row input {
  padding: 1px 12px;
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row input,
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row input {
    font-size: 12px;
  }
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row ::placeholder,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row ::placeholder {
  color: #333333;
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row .form-text,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row .form-text {
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row .form-text,
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row .form-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row .invalid-feedback,
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row .invalid-feedback {
    font-size: 8px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row [class*=col-xs],
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row [class*=col-xs] {
    padding: 0;
  }
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row .multiplied,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row .multiplied {
  margin: 35px 20px 0 20px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row .multiplied,
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row .multiplied {
    margin: 27px 20px 0 20px;
  }
}
.product-config-block .list #customsize-section #custom-format-box .box_body .btn.cancel,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .btn.cancel {
  border: none;
  background-color: #DDDDDD;
  color: #333333;
}
.product-config-block .list #customsize-section #custom-format-box .box_body .dd .btn-outline-secondary,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .dd .btn-outline-secondary {
  color: #333333;
  background-color: #FFFFFF;
}
.product-config-block .list #customsize-section #custom-format-box .box_body .btn.highlight,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .btn.highlight {
  background-color: #2bace2;
  opacity: 1 !important;
  border: 1px solid #2bace2;
  margin-right: 12px;
}
.product-config-block .list #customsize-section #custom-format-box .box_body .btn.highlight.disabled,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .btn.highlight.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row {
  border: 0;
  /* &.messages {
    position: absolute;
    bottom: 53px;
    left: 3px;
    width: 505px;

    @media screen and (max-width:991.98px) {
      bottom: 52px;
      left: 0;
    }

    li {
      ul , li{
        background-color: transparent;
        border:none !important;
        color: $red_valvat;
        font-size: 10px;
        display: inline;
        padding: 0;
        @media screen and (max-width:991.98px) {
          font-size: 8px;
        }

      }
      li:before{
        content: '\f05a';
        border: none;
        font-family: 'Font Awesome 5 Free';
      }

      &.height {
        float: right;
        margin-top: 4px;
      }
    }
  }*/
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row.action-cf,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row.action-cf {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .box_body .row.action-cf,
  .product-config-block div.data_option #customsize-section #custom-format-box .box_body .row.action-cf {
    margin-top: 24px;
  }
}
.product-config-block .list #customsize-section #custom-format-box .box_body .row.action-cf .btn,
.product-config-block div.data_option #customsize-section #custom-format-box .box_body .row.action-cf .btn {
  min-width: 0;
}
.product-config-block .list #customsize-section #custom-format-box .btn,
.product-config-block div.data_option #customsize-section #custom-format-box .btn {
  text-transform: capitalize !important;
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list #customsize-section #custom-format-box .btn,
  .product-config-block div.data_option #customsize-section #custom-format-box .btn {
    font-size: 12px;
    height: 25px;
    line-height: 14px;
  }
}
.product-config-block .list #customsize-section #custom-format-box .messages ul li,
.product-config-block div.data_option #customsize-section #custom-format-box .messages ul li {
  display: table-row-group;
}
.product-config-block .list.collapse.loading:before,
.product-config-block div.data_option.collapse.loading:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 12%;
  text-align: center;
  letter-spacing: 6px;
  z-index: 3;
  text-shadow: -2px 0 #294766, 0 2px #294766, 2px 0 #294766, 0 -2px #294766;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991.98px) {
  .product-config-block .list.collapse.loading:before,
  .product-config-block div.data_option.collapse.loading:before {
    height: 100%;
  }
}
.product-config-block .box_shadow {
  box-shadow: none;
  border: none;
  min-height: unset !important;
}
.product-config-block .box_shadow#collapse-pricetable {
  margin-top: 20px;
  position: relative;
}
.product-config-block .box_shadow#collapse-pricetable .need_postal {
  width: 100%;
  padding: 2px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 10px rgba(170, 170, 170, 0.3);
}
.product-config-block .box_shadow#collapse-pricetable .need_postal .content {
  padding: 8px;
  background: #FFFFFF;
  position: relative;
}
.product-config-block .box_shadow#collapse-pricetable .need_postal .content img {
  position: absolute;
  top: 12px;
}
.product-config-block .box_shadow#collapse-pricetable .need_postal .content p {
  margin-left: 61px;
  font-size: 12px;
}
.product-config-block .box_shadow#collapse-pricetable .need_postal .content .heading {
  color: #000000;
  font-weight: 700;
}
.product-config-block .box_shadow#collapse-pricetable .need_postal .content .sub {
  font-weight: normal;
  color: #333333;
}
.product-config-block .box_shadow#collapse-pricetable .need_postal .content .sub span {
  color: #e0197d;
}
.product-config-block .box_shadow#collapse-pricetable .need_postal .content .btn {
  float: right;
  margin-top: -34px;
  font-size: 12px;
  background: #eaf8fc;
  color: #8fd8ec;
}
.product-config-block .box_shadow .box_body {
  border: none;
  padding: 0 20px;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .box_shadow .box_body {
    padding: 0;
  }
}
.product-config-block .check_price,
.product-config-block .check_option {
  padding: 0 35px;
  background: #FFFFFF;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .check_price,
  .product-config-block .check_option {
    padding: 0 15px;
  }
}
.product-config-block .check_option {
  padding-bottom: 25px;
}
.product-config-block .post_code_box .current .btn {
  padding: 4px 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .post_code_box .current .btn {
    width: 50%;
    display: inline;
  }
}
.product-config-block .post_code_box .current #not_in_postal_link {
  background-color: #2bace2;
  color: #FFFFFF;
}
.product-config-block .post_code_box .current #not_in_postal_link:hover {
  text-decoration: none;
  background: #333333;
}
.product-config-block .post_code_box .current #correct_postal {
  background-color: #e0197d;
  color: #FFFFFF;
}
.product-config-block .post_code_box .current #correct_postal:hover {
  text-decoration: none;
  background: #333333;
  color: #FFFFFF;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .post_code_box .current p + p span {
    width: 100%;
    display: block;
  }
}
.product-config-block .post_code_box .input_box p {
  font-size: 14px;
}
.product-config-block .post_code_box input {
  width: 200px !important;
}
.product-config-block .post_code_box .submit-postal-code {
  padding: 5px 12px !important;
  margin-left: 10px;
  background-color: #2bace2;
  color: #FFFFFF !important;
  font-weight: normal !important;
}
.product-config-block .post_code_box .submit-postal-code:hover {
  cursor: pointer;
  text-shadow: 0px 0px 0px #FFFFFF;
  text-decoration: underline;
}
.product-config-block .filter_option {
  width: 100%;
}
.product-config-block .filter_option .default_option {
  border-radius: 5px;
  border: 2px solid #2bace2 !important;
  background: #f5f5f5;
}
.product-config-block .filter_option .desc h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 25px 0 12px 5px;
}
.product-config-block .group .options {
  margin-bottom: 0 !important;
}
.product-config-block .goto-next {
  background: #2bace2;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 48px;
}
.product-config-block .goto-next:hover {
  background: #333333;
  color: #FFFFFF;
}
.product-config-block .goto-next.disabled {
  background: #dedede;
  cursor: not-allowed;
  pointer-events: none;
  visibility: hidden;
}
.product-config-block .tools-options {
  display: inline-flex;
}
.product-config-block .tools-options p {
  border: none;
  background: none;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
  margin-right: 30px;
}
.product-config-block .tools-options p:hover {
  cursor: pointer;
  color: #2bace2;
}
.product-config-block .custom-quantity-section {
  margin: 20px 0;
}
.product-config-block .custom-quantity-section .modal {
  margin-top: 10%;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .custom-quantity-section .modal {
    margin-top: 50%;
  }
}
.product-config-block .custom-quantity-section .info {
  font-size: 14px;
  display: block;
  opacity: 1;
  font-weight: normal;
  margin: 5px 0 31px;
  background: #eaf8fc;
  padding: 9px;
  border-radius: 4px;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .custom-quantity-section .info {
    font-size: 12px;
  }
}
.product-config-block .custom-quantity-section .info p {
  margin-left: 22px;
  line-height: 19px;
}
.product-config-block .custom-quantity-section .info span {
  color: #212529;
  position: absolute;
  top: 15px;
  font-size: 16px;
}
.product-config-block .custom-quantity-section .info:hover {
  cursor: default;
}
.product-config-block .custom-quantity-popup {
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .custom-quantity-popup {
    width: auto;
  }
}
.product-config-block .custom-quantity-popup .modal-header {
  margin: 0 15px;
  padding: 8px 0;
}
.product-config-block .custom-quantity-popup .modal-header .btn {
  padding: 26px 15px 0 0;
}
.product-config-block .custom-quantity-popup .modal-title {
  padding: 9px 0;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .custom-quantity-popup .modal-title {
    font-size: 14px;
  }
}
.product-config-block .custom-quantity-popup .block .form-group input {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .product-config-block .custom-quantity-popup .block .form-group input {
    font-size: 12px;
    padding: 1px 12px;
  }
}
.product-config-block .custom-quantity-popup .block .custom-btn {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
  margin-top: 20px;
}
.product-config-block .custom-quantity-popup .block .custom-btn button {
  font-size: 16px;
}
.product-config-block .custom-quantity-popup .block .custom-btn .add_custom_qty {
  background: #2bace2;
  margin-right: 12px;
  color: #FFFFFF;
}
.product-config-block .custom-quantity-popup .block .custom-btn .cancel_add_custom_qty {
  background: #e0e0e0;
  color: #333333;
}
.product-config-block .custom-quantity-popup .messages.warning {
  margin-top: 0;
}
.product-config-block .custom-quantity-popup .messages ul li {
  background: unset;
  color: #D12327;
  font-size: 12px;
  border: none;
}
.product-config-block .custom-quantity-popup .messages ul li:before {
  border: none;
}
.product-config-block .custom-quantity-popup .messages li li {
  padding: 0;
}
.product-config-block .options-design-service {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.product-config-block .options-design-service .brief-info {
  background-color: rgba(255, 193, 7, 0.28);
  color: black;
  margin: 0 25px;
  padding: 8px;
  font-size: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.product-config-block .options-design-service .brief-info .material-icons {
  display: block;
  position: relative;
  background-color: transparent;
  color: black;
  width: auto;
  font-size: 16px;
}
.product-config-block .options-design-service .brief-info .text-message {
  color: #000000;
  background: transparent;
  width: auto;
  text-align: left;
  border-radius: unset;
  padding: unset;
  bottom: unset;
  display: contents;
  margin-top: unset;
  font-size: 12px;
}
.product-config-block .options-design-service .design_service_option:hover {
  background: rgba(41, 181, 220, 0.02);
}
.product-config-block .options-design-service .row {
  padding: 10px 20px;
}
.product-config-block .options-design-service .box {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin: 0 5px;
  padding: 9px 9px 39px;
  cursor: pointer;
}
.product-config-block .options-design-service .box .head {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-config-block .options-design-service .box .description {
  font-size: 12px;
  color: #4a4a4a;
  text-align: justify;
}
.product-config-block .options-design-service .box .description li {
  list-style-type: none;
}
.product-config-block .options-design-service .box .description li::before {
  content: "•";
  font-weight: 800;
  margin-right: 5px;
}
.product-config-block .options-design-service .box .price {
  font-weight: 600;
  color: #2bace2;
  position: absolute;
  bottom: 5px;
  font-size: 12px;
}
.product-config-block .options-design-service .box.selected {
  border-radius: 5px;
  border: 1px solid #29B5DC !important;
  background: rgba(41, 181, 220, 0.02);
}
.product-config-block .options-design-service .box.selected:after {
  content: "\e876";
  font-family: "Material Icons";
  font-size: 16px;
  color: #2bace2;
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 1px 3px 0px 5px;
  border-top-left-radius: 4px;
}
.product-config-block .options-design-service span {
  font-weight: 400 !important;
  color: #FFFFFF;
  background: #E84FA5;
  width: 50px;
  text-align: center;
  border-radius: 17px;
  padding: 3px 6px;
  position: absolute;
  bottom: 5px;
  display: block;
  margin-top: 9px;
  font-size: 12px;
}
.product-config .card {
  border: none;
}
.product-config .card .btn {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  padding: 10px 0;
}
.product-config .card .btn span {
  background-color: #333333;
  padding: 2px 8px;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  margin-right: 10px;
}
.product-config .card-header {
  padding: 0;
  background-color: #FFFFFF;
}
.product-config .card-header:first-child {
  border-bottom: none;
}
.product-config .card.disabled {
  display: none;
}
.product-config-heading-collapse {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  padding: 13px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.125);
  border-left: none;
  border-right: none;
  border-radius: unset;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
.product-config-heading-collapse.selected, .product-config-heading-collapse.active {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.product-config-heading-collapse.selected > span, .product-config-heading-collapse.active > span {
  background-color: #2bace2;
}
.product-config-heading-collapse.selected > span {
  background-color: #2bace2;
  padding: 4px 6px;
  font-size: 13px;
}
.product-config-heading-collapse > span {
  background-color: #333333;
  padding: 2px 8px;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  margin-right: 10px;
}
.product-config-heading-collapse a {
  float: right;
  font-size: 12px;
  color: #AAAAAA !important;
  font-weight: normal;
  padding-top: 2px;
  display: none;
}
.product-config-heading-collapse a:hover {
  text-decoration: underline !important;
  color: #4a4a4a !important;
}
.product-config-heading-collapse label {
  font-size: 14px;
  font-weight: 600;
  color: #2bace2;
  margin-right: 15px;
  position: absolute;
  margin-left: 36px;
  margin-bottom: 0;
  display: block;
  line-height: 11px;
}
.product-config .addtocart-section {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.product-config .addtocart-section .add_to_cart_sub_button {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .product-config .addtocart-section .add_to_cart_sub_button {
    display: none;
  }
}
.product-config .addtocart-section .add_to_cart_sub_button .btn {
  background: #2bace2;
  color: #FFFFFF;
  font-size: 14px;
}
.product-config .addtocart-section .add_to_cart_sub_button .btn:hover {
  background: #FFFFFF;
  color: #2bace2;
  border: 1px solid #2bace2;
}
@media screen and (max-width: 768px) {
  .product-config .addtocart-section .box-upload-later {
    width: 100%;
    margin: 0px auto;
  }
}
.product-config .addtocart-section .box-upload-later .btn {
  background: #FFFFFF;
  color: #2bace2;
  font-size: 14px;
  border: 1px solid #2bace2;
}
.product-config .addtocart-section .box-upload-later .btn:hover {
  background: #2bace2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-config .addtocart-section .box-upload-later .btn {
    text-align: center;
    width: 100%;
    margin: 0px auto;
  }
}
.product-config .addtocart-section.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.product-config .rrrrr {
  position: fixed;
  background: #fff;
  padding: 16px 7px;
  top: 12%;
  right: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  border-radius: 12px 0 0 12px;
}
.product-config .product-summary {
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 95%;
  height: 100%;
  background: #FFFFFF;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .product-config .product-summary {
    display: none;
  }
}
.product-config .product-summary.active {
  top: 0;
  z-index: 9999;
  background: #FFFFFF;
  height: 100%;
  transition: all 0.3s ease-out;
}
.product-config .product-summary-toggle {
  padding: 6px 19px;
  background: linear-gradient(#5c5c5c, #333333);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 40px;
}
.product-config .product-summary-toggle span {
  font-size: 14px;
  float: right;
  margin-top: 4px;
  transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -moz-transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -o-transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  .product-config .product-summary-toggle span {
    transition: none;
  }
}
.product-config .product-summary-toggle.active span {
  transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -moz-transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -o-transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transition: all 0.9s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  .product-config .product-summary-toggle.active span {
    transition: none;
  }
}
.product-config .product-summary__detail {
  padding: 0 15px;
}
.product-config .box-design-service {
  text-align: right;
}
.product-config .box-design-service .btn {
  background: #2bace2;
  color: #FFFFFF;
  font-size: 14px;
}

.delivery-code .btn {
  padding: 0;
}

.price-render .pricing-header h4 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 1200px) {
  .price-render .pricing-header h4 {
    font-size: 12px;
  }
}
.price-render .pricing-header p + p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.price-render .pricing-header .x-axis {
  border-right: none !important;
  align-self: center;
}
.price-render .pricing-header .x-axis h3 {
  font-size: 18px;
  background: #FFFFFF !important;
  color: #000000 !important;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 1200px) {
  .price-render .pricing-header .x-axis h3 {
    font-size: 14px;
  }
}
.price-render .pricing-header .x-axis .custom-quantity-popup {
  color: #29b5dc;
  font-size: 12px;
  margin: 10px 10px 0 10px;
  max-width: 90%;
  border: 1px solid #29b5dc;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
  font-weight: 600;
}
.price-render .pricing-header .x-axis .custom-quantity-popup:hover {
  background-color: #29b5dc;
  color: white;
}
.price-render .pricing-header-ul {
  height: auto !important;
}
.price-render .pricing-header-ul li {
  border-left: 1px solid #f0f0f0;
  min-height: 100px;
  background-color: #fcfcfc;
  padding-top: 5%;
}
.price-render .pricing-header-ul .date_text_recieve span {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .price-render .pricing-header-ul .date_text_recieve span {
    font-size: 14px;
  }
}
.price-render .pricing-header-ul .date_text_recieve span.weekday {
  color: #666666 !important;
}
.price-render.price_list {
  border-bottom: none !important;
}
.price-render.pricing ul li {
  border-right: none;
}
.price-render.pricing .row {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.price-render.pricing .row.hover {
  border: 1px solid #2bace2;
  background: #FFFFFF;
}
.price-render.pricing .row.hover + .row {
  border-top: 1px solid transparent;
}
.price-render .pricing-header p span {
  color: #00ad28;
  font-size: 14px !important;
  font-weight: 600;
}
.price-render .pricing-content {
  border-top: 1px solid #dedede;
}
.price-render .pricing-content .qty {
  border-left: none !important;
  padding-top: 10px !important;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .price-render .pricing-content .qty {
    font-size: 12px;
  }
}
.price-render .pricing-content .qty.best-seller {
  background: linear-gradient(90deg, rgba(232, 79, 165, 0.08) 0%, rgba(243, 111, 86, 0) 100%);
}
.price-render .pricing-content .qty.best-seller:before {
  top: 12px;
  left: 5px;
  content: url("../images/product_view/bestseller-badge.svg");
}
@media screen and (max-width: 991.98px) {
  .price-render .pricing-content .qty.best-seller:before {
    top: 10px;
    left: 6px;
  }
}
.price-render .pricing-content .qty.best-seller span + span {
  text-transform: none;
  color: #e84fa5;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
}
.price-render .pricing-content .enter_postcode_before p {
  background: #FFFFFF;
  padding: 13px 3px;
}
.price-render .pricing-content.row [class*=col]:first-of-type {
  border-right: none;
}
.price-render .pricing-content .block_product a:not(#enter_postal_code_link):before {
  top: 14px !important;
  right: 80%;
  width: 16px;
  height: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.price-render .pricing-content ul li .block_product a {
  text-align: left;
  padding: 5% 10%;
}
.price-render .pricing-content ul li .block_product a span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (max-width: 1200px) {
  .price-render .pricing-content ul li .block_product a span {
    font-size: 14px;
  }
}
.price-render .pricing-content ul li .block_product a small {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.price-render .pricing-content ul li .block_product a {
  border-left: 1px solid #f0f0f0;
}
.price-render .pricing-content ul li.selected {
  border: none;
}
.price-render .pricing-content ul li.selected a span:not(.discount) {
  color: #2bace2;
}
.price-render .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover {
  background: #2bace2;
  color: #FFFFFF;
  border-color: #2bace2;
}
.price-render .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover span,
.price-render .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover small {
  color: #FFFFFF;
}
.price-render .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-size: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.price-render .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):before {
  border: 1px solid #2bace2;
}
.price-render .pricing-content ul li.selected a:before,
.price-render .pricing-content ul li:not(.selected) a:not(#enter_postal_code_link):hover:before {
  color: #2bace2;
  background: #FFFFFF;
}
.price-render .pricing-content.row [class*=col]:first-of-type {
  border-left: none;
}

.filters {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .line-widget {
    display: none;
  }
}

.ordering-detail {
  margin-bottom: 20px;
  background: #FAFAFA;
  border-radius: 4px;
  overflow: hidden;
  /* #expand {
    max-height: 0px;
    overflow: hidden;
    color: $white;
    //transition: max-height 0.15s ease-out;
    transition: max-height 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #toggle:checked ~ #expand {
    max-height: 500px;
    transition: max-height 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);

    section {
      visibility: visible;
      opacity: 1;
      transition: opacity 500ms linear;
    }
  }
  #toggle:checked ~ label {
    span.word-toggle {
      float: right;

      &:before {
        content: attr(data-word-hide);
        padding-right: 8px;
        color: $mediumgray;
      }

      &:after {
        color: $mediumgray;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        display: inline-block;
        @include transition(all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275));
      }
    }
  }*/
}
.ordering-detail h2 {
  text-align: center;
}
.ordering-detail p {
  font-size: 13px;
}
.ordering-detail input {
  display: none;
  visibility: hidden;
}
.ordering-detail label {
  display: block;
  padding: 12px 12px 12px 23px;
  text-align: left;
  color: #000000;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 700;
  /* span.word-toggle {
    float: right;

    &:before {
      content: attr(data-word-show);
      padding-right: 8px;
      font-size: 10px;
      font-weight: normal;
      color: $lava;
    }
    &:after {
      font-family: "Font Awesome 5 Free";
      content: "\f078";
      display: inline-block;
      color: $lava;
      @include transition(all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275));
    }
  }*/
}
.ordering-detail label span.icon {
  color: #29B5DC;
  font-size: 14px;
  position: absolute;
  left: 21px;
}
.ordering-detail label:hover {
  cursor: pointer;
}
.ordering-detail section {
  padding: 0 12px;
}
.ordering-detail section h4 {
  display: none;
}
.ordering-detail section ul {
  list-style-position: outside;
  margin-left: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}
.ordering-detail section li {
  color: #636363;
  font-size: 11px;
}
.ordering-detail section li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000000;
  position: absolute;
  font-size: 5px;
  line-height: 15px;
  left: 26px;
  font-weight: 700;
  color: #000000;
}

.offer-block {
  margin-bottom: 20px;
  background: #FAFAFA;
  border-radius: 4px;
  overflow: hidden;
}
.offer-block h2 {
  text-align: center;
}
.offer-block p {
  font-size: 13px;
}
.offer-block input {
  display: none;
  visibility: hidden;
}
.offer-block label {
  display: block;
  padding: 12px 12px 12px 23px;
  text-align: left;
  color: #000000;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 700;
}
.offer-block label span.icon {
  color: #29B5DC;
  font-size: 14px;
  position: absolute;
  left: 21px;
}
.offer-block label span.word-toggle {
  float: right;
}
.offer-block label span.word-toggle:before {
  content: attr(data-word-show);
  padding-right: 8px;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
}
.offer-block label span.word-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  color: #999999;
  transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -moz-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -o-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}
@media screen and (prefers-reduced-motion: reduce) {
  .offer-block label span.word-toggle:after {
    transition: none;
  }
}
.offer-block label:hover {
  cursor: pointer;
}
.offer-block section {
  padding: 0 12px;
  visibility: hidden;
  opacity: 0.5;
  transition: visibility 0s 700ms, opacity 700ms linear;
  color: #000000;
}
.offer-block #expand-more {
  max-height: 0px;
  overflow: hidden;
  color: #FFFFFF;
  transition: max-height 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.offer-block #showmore:checked ~ #expand-more {
  max-height: 500px;
  transition: max-height 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.offer-block #showmore:checked ~ #expand-more section {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms linear;
}
.offer-block #showmore:checked ~ label span.word-toggle {
  float: right;
}
.offer-block #showmore:checked ~ label span.word-toggle:before {
  content: attr(data-word-hide);
  padding-right: 8px;
  color: #34495E;
}
.offer-block #showmore:checked ~ label span.word-toggle:after {
  color: #34495E;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -moz-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -o-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  -webkit-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}
@media screen and (prefers-reduced-motion: reduce) {
  .offer-block #showmore:checked ~ label span.word-toggle:after {
    transition: none;
  }
}

.button-container {
  width: 107%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background: linear-gradient(to right, rgba(243, 243, 243, 0), rgba(62, 60, 60, 0.34));
}
.button-container a {
  min-width: 120px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 500px;
  font-family: "Manrope", "Prompt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  background: #e84fa5 !important;
  border: 2px solid #e84fa5 !important;
  outline: none !important;
  box-shadow: 0 0 0 0 rgba(207, 72, 149, 0.8235294118);
  cursor: pointer;
  -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}
.button-container a span {
  margin-left: 8px;
  font-size: 16px;
}
.button-container a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  min-width: 130px;
}
.button-container a:hover span {
  font-size: 20px;
  transition: font-size 0.2s ease-in-out;
}

.popup-main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11111;
}
.popup-main #popup {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  border-radius: 4px;
}
.popup-main .ifm {
  width: 80%;
  height: 80%;
}
.popup-main .ifm iframe {
  width: 101%;
  height: 94%;
  box-shadow: 0 0 13px 0 #010101;
  background: #000000;
}
.popup-main .ifm .close-ifm {
  position: absolute;
  right: -14px;
  top: -19px;
}
.popup-main .ifm .close-ifm:after {
  content: "\e888";
  font-family: "Material Icons";
  color: #575757;
  cursor: pointer;
  font-size: 1.75rem;
  padding-left: 1px;
}
.popup-main .ifm .close-ifm:hover:after {
  color: #FFFFFF;
}

.review-status {
  width: 100%;
  margin: 8px auto 16px auto;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-status .icon-container {
  flex: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 48px;
}
@media screen and (max-width: 768px) {
  .review-status .icon-container {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.review-status .icon-container .icon {
  font-size: 24px;
  color: #fff;
}
.review-status .rs-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.review-status .rs-content .rs-title,
.review-status .rs-content .rs-sub {
  width: 100%;
  margin: 1px auto !important;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .review-status .rs-content .rs-title,
  .review-status .rs-content .rs-sub {
    text-align: center;
  }
}
.review-status .rs-content .rs-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.review-status .rs-content .rs-sub {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
.review-status.success {
  background: rgba(4, 196, 35, 0.04);
}
.review-status.success .icon-container {
  background: #04c323;
}
.review-status.danger {
  background: rgba(243, 111, 86, 0.04);
}
.review-status.danger .icon-container {
  background: #f36f56;
}
.review-status.hidden {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .review-status {
    flex-direction: column;
    align-items: center;
  }
}

#vista-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#vista-popup .vista-popup-container {
  background: linear-gradient(151.87deg, rgba(213, 151, 181, 0.24) 12.58%, rgba(41, 181, 220, 0.24) 93.4%), rgba(255, 255, 255, 0.74);
}
#vista-popup .closeBt {
  display: block;
  width: 40px;
  height: 40px;
  line-height: unset;
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 999;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  background: none !important;
  border: none !important;
}
#vista-popup .login-cognito {
  position: relative !important;
  text-align: center !important;
  margin: auto !important;
  width: auto !important;
  background: #27374d !important;
  background: linear-gradient(333deg, #27374d 0%, rgba(41, 71, 102, 0.8870141807) 97%) !important;
  border-radius: 55px !important;
  padding: 12px 60px !important;
}
#vista-popup .login-cognito img {
  border-radius: 55px;
  position: absolute;
  padding: 2px;
  background: #fff;
  top: 6px;
  left: 7px;
  width: 35px;
  border-radius: 55px;
}
#vista-popup .login-cognito span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#vista-popup .button-container {
  justify-content: center;
  margin-top: 20px;
  padding: 0 30px 30px 30px;
  display: flex;
  gap: 16px;
}
#vista-popup .button {
  flex-grow: 1;
  flex-basis: 0;
  padding: 32px 15px 32px 15px;
  border-radius: 4px;
  box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
  background: #fff;
  position: relative;
  border: 1px solid #fff;
}
#vista-popup .button:hover {
  cursor: pointer;
  box-shadow: 0 8px 20px 0 rgba(48, 48, 48, 0.19);
  border: 1px #eee solid;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#vista-popup .button:hover img {
  opacity: 1;
}
#vista-popup .button:hover p {
  color: #231f20;
}
#vista-popup .button img {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  height: 72px;
}
#vista-popup .button h3 {
  color: #231f20;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.toggle_tax_container {
  display: flex;
  justify-content: flex-end;
}
.toggle_tax_container .toggle_tax {
  cursor: pointer;
  display: inline-block;
}
.toggle_tax_container .toggle_switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle_tax_container .toggle_switch:before,
.toggle_tax_container .toggle_switch:after {
  content: "";
}
.toggle_tax_container .toggle_switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle_tax_container .toggle_tax:hover .toggle_switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle_tax_container .toggle_checkbox:checked + .toggle_switch {
  background: #56c080;
}
.toggle_tax_container .toggle_checkbox:checked + .toggle_switch:before {
  left: 30px;
}
.toggle_tax_container .toggle_checkbox {
  position: absolute;
  visibility: hidden;
}
.toggle_tax_container .toggle_label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.product-config-internal {
  margin-top: 4%;
}

.product-config-external {
  background-color: #FFFFFF;
}
.product-config-external #artwork-guide-section {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .product-config-external #artwork-guide-section {
    display: 20px;
  }
}
.product-config-external .artwork-guide-section {
  position: relative;
}
.product-config-external .artwork-guide-section .collapse.show {
  background-color: #FFFFFF;
  border-right: none;
  border-left: #D20271;
}
.product-config-external .tab-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #fdfdfd, #fdfdfd), #FFFFFF;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #E0E0E0;
}
.product-config-external .tab-header .nav {
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 996px !important;
  border: none !important;
}
.product-config-external .tab-header .nav-item {
  height: 56px;
  flex-basis: 0;
  flex-grow: 1;
  gap: 8px;
  cursor: pointer;
  text-align: center;
}
.product-config-external .tab-header .nav-item .nav-link {
  width: auto !important;
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none !important;
  border: none;
  border-bottom: 3px solid transparent;
  color: #000000;
}
.product-config-external .tab-header .nav-item .nav-link.active {
  border-color: #D20271;
  color: #D20271;
}
.product-config-external .tab-header .nav-item .nav-link:hover {
  border-color: rgba(210, 2, 113, 0.2);
}
@media screen and (max-width: 768px) {
  .product-config-external .tab-header {
    display: none;
  }
}
.product-config-external .tab-content {
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 996px;
}
@media screen and (max-width: 768px) {
  .product-config-external .tab-content {
    margin-top: 24px;
  }
}
.product-config-external .tab-content .tab-pane-wrapper {
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-config-external .tab-content .tab-pane-wrapper {
    border-bottom: 1px solid #eeeeee;
  }
  .product-config-external .tab-content .tab-pane-wrapper:last-of-type {
    border: none;
  }
}
.product-config-external .tab-content .tab-pane-wrapper .content-nav-item {
  width: 100%;
  margin: 0px auto;
  border-bottom: 1px solid #eeeeee;
}
.product-config-external .tab-content .tab-pane-wrapper .content-nav-item:last-of-type {
  border: none;
}
.product-config-external .tab-content .tab-pane-wrapper .content-nav-item .nav-link {
  width: 100% !important;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: none !important;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 16px;
  cursor: pointer;
  color: #000000;
  background: #FAFAFA;
}
.product-config-external .tab-content .tab-pane-wrapper .content-nav-item .nav-link::after {
  position: absolute;
  content: "\f0140";
  font-family: "Material Design Icons";
  font-size: 22px;
  color: #4A4A4A;
  flex: none;
  transition: all 0.2s ease-in-out;
  right: 12px;
}
.product-config-external .tab-content .tab-pane-wrapper .content-nav-item .nav-link.active::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .product-config-external .tab-content .tab-pane-wrapper .content-nav-item {
    display: none;
  }
}
.product-config-external .tab-content .tab-pane {
  width: 100% !important;
  margin: 0px auto !important;
  display: none;
  padding: 24px 0px;
}
.product-config-external .tab-content .tab-pane.show.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .product-config-external .tab-content .tab-pane {
    padding: 16px 4px;
  }
}
.product-config-external .tab-content .tab-pane .banneroption--content__artwork__list ul li .on__collapse,
.product-config-external .tab-content .tab-pane .banneroption--content__faq__list ul li .on__collapse {
  position: relative !important;
}
.product-config-external .tab-content .tab-pane .banneroption--content__artwork__list ul li .on__collapse span,
.product-config-external .tab-content .tab-pane .banneroption--content__faq__list ul li .on__collapse span {
  position: absolute;
  right: 16px !important;
}
.product-config-external .banneroption--button {
  display: none;
}
.product-config-external .banneroption--content__infomation__detail::after {
  display: none;
}
.product-config-external .contact-widget-floating {
  position: fixed;
  z-index: 9999;
  display: flex;
  right: 3.5%;
  top: 79%;
  animation: float 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
  will-change: transform;
}
.product-config-external .contact-widget-floating:before {
  content: " ";
  position: absolute;
  bottom: calc(50% - 7rem);
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.product-config-external .contact-widget-floating img {
  width: 60px;
  height: 60px;
}
.product-config-external .contact-widget-floating a:hover .wg-text {
  visibility: visible;
}
.product-config-external .contact-widget-floating a .wg-text {
  visibility: hidden;
  position: absolute;
  right: 79px;
  top: 15px;
  font-size: 13px;
  padding: 8px 14px;
  color: #000;
  border-radius: 4px;
  width: 149px;
  transition: all 0.2s ease-in-out;
}
.product-config-external .contact-widget-floating a .wg-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 173, 40, 0.12);
}

.details-container {
  width: 100%;
  margin: 24px auto 0px auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.details-container .details-content {
  width: 100%;
  margin: 0px auto;
  max-width: 996px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(232, 79, 165, 0.03);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 24px;
}
.details-container .details-content > section {
  width: 100%;
  margin: 0px auto;
}
.details-container .details-content h4 {
  width: 100%;
  margin: 0px auto 8px auto;
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.details-container .details-content ul {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  list-style-position: inside;
  list-style-type: none;
}
.details-container .details-content ul li {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  padding-left: 16px;
  text-align: left;
  list-style-type: none;
  position: relative;
}
.details-container .details-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 8px;
  background: #575757;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .details-container .details-content {
    max-width: 930px;
  }
}
@media screen and (max-width: 992px) {
  .details-container .details-content {
    max-width: 720px;
    padding: 16px;
  }
}

#ggp-product-config-root {
  background-color: #FFFFFF;
  padding-top: 40px;
}

/*# sourceMappingURL=product_view.css.map */
