: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); }

/* Darkgrey */
/* Lightgrey */
/* Grey */
/* White */
/* Red */
/* Green */
/* Black */
/* blue */
.product-config .panel,
.new-panel .panel {
  margin-bottom: 0; }
.product-config .panel_head,
.new-panel .panel_head {
  background: #f0f0f0;
  border-bottom: none; }
.product-config .panel_body,
.new-panel .panel_body {
  font-size: 12px;
  padding: 0 0 10px; }
  .product-config .panel_body ul li,
  .new-panel .panel_body ul li {
    position: relative;
    display: flex;
        /*&:after {
					content: '\f044';
					font-family: "Font Awesome 5 Free";
					position: absolute;
					top: 1px;
					right: 13px;
					color: $darkgray-medium;
				}*/ }
  .product-config .panel_body ul span,
  .new-panel .panel_body ul span {
    font-size: 10px;
    display: block;
    width: 100%;
    line-height: 19px;
    text-align: left;
    line-height: 12px; }
    .product-config .panel_body ul span:first-child,
    .new-panel .panel_body ul span:first-child {
      float: unset;
      width: 140px; }
    .product-config .panel_body ul span + span,
    .new-panel .panel_body ul span + span {
      color: #666666;
      font-weight: 600;
      float: unset;
      text-align: right;
      font-size: 11px;
      overflow: hidden; }
      .product-config .panel_body ul span + span label,
      .new-panel .panel_body ul span + span label {
        color: #5a5a5a; }
      .product-config .panel_body ul span + span span,
      .new-panel .panel_body ul span + span span {
        font-size: 11px;
        width: auto !important; }
  .product-config .panel_body ul.update_file_type span + span, .product-config .panel_body ul.update_file_check span + span,
  .new-panel .panel_body ul.update_file_type span + span,
  .new-panel .panel_body ul.update_file_check span + span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.product-config .main-panel,
.new-panel .main-panel {
  min-height: 650px; }
  @media only screen and (max-width: 768px) {
    .product-config .main-panel,
    .new-panel .main-panel {
      min-height: auto; } }

.panel {
  margin-bottom: 10px; }

.panel_head {
  background: #FFFFFF;
  padding: 11px 8px 10px;
  border-bottom: 2px solid #e0197d;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .panel_head h3 {
    color: #5a5a5a;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0; }
  .panel_head span {
    display: block;
    font-size: 12px;
    color: #030c0e; }
  .panel_head h2 {
    font-size: 16px;
    color: #333;
    margin: 0 0 -3px; }
  .panel_head a {
    color: #e0197d;
    font-size: 12px;
    text-decoration: none; }
    .panel_head a:hover {
      color: #e0197d;
      text-decoration: underline;
      font-size: 12px; }
  .panel_head .name {
    float: left;
    margin-left: 10px; }
    .panel_head .name.no_popup {
      margin-top: 6px; }
  .panel_head .image {
    float: left;
    height: 52px;
    width: 52px;
    text-align: center; }
    .panel_head .image img {
      display: inline-block;
      width: 100%;
      height: auto; }
      .panel_head .image img.let_us_icon {
        width: 80%;
        margin-top: 10px; }
  .panel_head h4 a:hover {
    color: #25b3da;
    text-decoration: none; }
  .panel_head .display_none {
    padding-bottom: 5px; }
  .panel_head .cover_infomation.display_none {
    border-bottom: 1px solid #eee; }

.panel_head:after,
.panel_body ul li:after {
  content: "";
  clear: both;
  display: block; }

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

.panel_body {
  min-height: 170px;
  background: #fff;
  padding: 15px 0 10px; }
  .panel_body h4 {
    font-size: 11px;
    padding: 5px 0;
    border-top: 1px solid #EEEEEE;
    margin: auto 15px; }
    .panel_body h4:first-child {
      border-top: 0;
      padding-top: 0; }
  .panel_body li {
    padding: 0px 15px 12px; }
    .panel_body li:first-child {
      padding-top: 0px; }
  .panel_body ul span {
    font-size: 10px;
    display: block;
    width: 50%;
    line-height: 13px; }
    .panel_body ul span:first-child {
      color: #999999;
      text-transform: capitalize;
      float: left; }
  .panel_body ul span + span {
    float: left;
    color: #000;
    text-align: right; }
  .panel_body .more_options {
    clear: both; }
    .panel_body .more_options li {
      padding: 0 15px; }
      .panel_body .more_options li:first-child {
        border-top: 1px solid #eee;
        padding: 8px 0px 5px;
        margin: 0 15px; }
    .panel_body .more_options .quantities * {
      font-style: normal;
      font-family: inherit;
      font-weight: 300;
      margin-left: 5px; }
  .panel_body.download_block {
    min-height: 0px;
    margin-top: -30px;
    border-top: 1px solid #f9f9f9; }
    .panel_body.download_block h4 {
      color: #e0197d;
      font-size: 13px; }
  .panel_body .option-service {
    margin: 0 10px 14px;
    padding: 15px 0 15px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*	&:after {
                content: '\f044';
                font-family: "Font Awesome 5 Free";
                position: absolute;
                top: 20px;
                right: 0;
                color: $darkgray-medium;
            }*/ }
    .panel_body .option-service .image {
      width: 45px;
      height: 41px; }
      .panel_body .option-service .image img {
        width: 100%;
        height: 100%; }
    .panel_body .option-service .name {
      margin-left: 10px; }
      .panel_body .option-service .name p {
        font-size: 14px;
        color: #333333;
        margin-left: 0;
        font-weight: 600; }
      .panel_body .option-service .name a {
        margin-left: 0;
        float: unset !important;
        color: #2bace2;
        font-size: 12px;
        font-weight: 600; }
        .panel_body .option-service .name a:hover {
          text-decoration: underline; }
  .panel_body .update_amount {
    font-size: 10px;
    display: block;
    width: 100%; }
    .panel_body .update_amount > p {
      line-height: 25px;
      color: #999999;
      padding: 0 15px; }
      .panel_body .update_amount > p span {
        float: right;
        color: #666666;
        font-size: 12px;
        font-weight: 600; }
      .panel_body .update_amount > p.grand-total {
        font-weight: 600;
        color: #000000;
        font-size: 15px;
        border-top: 1px solid #e0e0e0;
        padding-top: 9px;
        margin-top: 9px; }
        .panel_body .update_amount > p.grand-total span {
          color: #000000;
          font-weight: 600;
          font-size: 14px; }
      .panel_body .update_amount > p.file-file_type {
        font-size: 12px !important; }
  .panel_body .line {
    border-bottom: 1px solid #e0e0e0;
    margin: 0px 15px 13px 15px; }

.product_panel {
  position: relative; }
  .product_panel .row {
    margin: 0; }

.panel_scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear; }

.panel_body h4 {
  font-size: 12px;
  padding: 5px 0;
  border-top: 1px solid #eee;
  margin: auto 15px; }

.panel_body h4:first-child {
  border-top: 0;
  padding-top: 0; }

.panel_body li:first-child {
  padding-top: 0px; }

html[lang="th"] .panel_body ul span {
  font-size: 11px; }

.panel.hot_link .panel_body li {
  padding: 0px 15px; }

.panel.hot_link.bg .panel_body {
  background-color: #f7f7f7; }

.panel.hot_link.no_bg {
  box-shadow: none; }

.panel.hot_link.no_bg .panel_body {
  background: transparent; }

.panel.hot_link .img {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  border: 1px solid #e1dfdf;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.panel.hot_link .img.document {
  background-image: url(../images/product_view/document.png); }

.panel.hot_link .img.design {
  background-image: url(../images/product_view/help.png);
  background-size: 11px; }

.panel.hot_link .img.help {
  background-image: url(../images/product_view/design.png);
  background-size: 18px; }

.panel.hot_link .img.paper {
  background-image: url(../images/product_view/paper_sample.png); }

.panel.hot_link .img.chat {
  background-image: url(../images/product_view/chat.png); }

.panel.hot_link .img.like {
  background-color: #fff;
  background-image: url(../images/product_view/like.png);
  background-size: 18px; }

.panel.hot_link .img.delivery {
  background-color: #fff;
  background-image: url(../images/product_view/truck.png);
  background-size: 25px; }

.panel.hot_link li a {
  display: block;
  border-top: 1px solid #e1dfdf;
  padding: 8px 0; }

.panel.hot_link li:first-child a {
  border: 0; }

.panel.hot_link .desc {
  margin-left: 25px;
  display: block;
  text-align: left;
  width: 125px; }

.panel.hot_link .desc strong {
  display: block;
  margin: 5px 0 2px;
  font-weight: 300; }

.panel.hot_link .desc em {
  font-style: normal;
  color: #87898c;
  font-weight: 300;
  font-size: 11px; }

.panel.hot_link.bg a:hover .img {
  border-color: #e0197d; }

.panel.hot_link.bg a:hover strong {
  color: #e0197d; }

.panel.hot_link.no_bg a {
  cursor: default; }

.panel_head.template_download h2 {
  font-size: 15px; }

.panel_head.template_download .name {
  margin-top: 6px; }

.box_shadow {
  -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); }

.hide {
  display: none !important; }

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