/* Darkgrey */
/* Lightgrey */
/* Grey */
/* White */
/* Red */
/* Green */
/* Black */
/* blue */
: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);
}

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

.custom-quotation {
  position: relative;
}
.custom-quotation__banner {
  height: 390px;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__banner {
    height: 300px;
  }
}
.custom-quotation__banner .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: transparent;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  background-color: #D20271;
  padding: 7px 29px;
  width: 250px;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__banner .btn {
    font-size: 14px;
    padding: 4px 15px;
    width: 198px;
  }
}
.custom-quotation__banner .btn:last-child {
  background-color: #29B5DC;
  margin-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__banner .btn:last-child {
    margin-left: 0;
    margin-top: 12px;
  }
}
.custom-quotation__banner .container {
  padding: 8% 1%;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__banner .container {
    padding: 20% 1%;
  }
}
.custom-quotation__banner .container h1 {
  font-size: 28px;
  font-weight: 600;
  color: #010101;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__banner .container h1 {
    font-size: 18px;
  }
}
.custom-quotation__banner .container h1 strong {
  font-size: 35px;
  font-weight: 800;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__banner .container h1 strong {
    font-size: 24px;
  }
}
.custom-quotation__banner .container h1 span {
  color: #29B5DC;
  font-size: 35px;
  font-weight: 800;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__banner .container h1 span {
    font-size: 24px;
  }
}
.custom-quotation__content {
  padding: 19px 15px;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content__header {
    padding-top: 12px;
  }
}
.custom-quotation__content .quotation-form {
  padding-bottom: 20px;
  border-radius: 4px;
  border: solid 1px #E0E0E0;
  background-color: #FFFFFF;
  margin: 3% 0;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form {
    border: none;
  }
}
.custom-quotation__content .quotation-form .requirements_heading {
  margin: 35px 0;
}
.custom-quotation__content .quotation-form .requirements_heading h2 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .requirements_heading h2 {
    font-size: 12px;
  }
}
.custom-quotation__content .quotation-form .requirements_heading h2 span {
  color: #4a4a4a;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #f5f6f6;
  margin-right: 10px;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .requirements_heading h2 span {
    padding: 9px 11px;
  }
}
.custom-quotation__content .quotation-form label {
  font-size: 14px;
  line-height: 1.38;
  font-weight: 600;
  color: #4a4a4a;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form label {
    font-size: 12px;
  }
}
.custom-quotation__content .quotation-form label.necessary:after {
  content: "*";
  color: #f73859;
}
.custom-quotation__content .quotation-form .form-group {
  margin-bottom: 22px;
}
.custom-quotation__content .quotation-form .form-group select {
  border-radius: 4px;
  font-size: 14px;
  height: 42px;
  color: #4a4a4a;
  width: 35%;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .form-group select {
    width: 100%;
    font-size: 12px;
    height: 34px;
  }
}
.custom-quotation__content .quotation-form .form-group input {
  border-radius: 4px;
  font-size: 14px;
  height: 42px;
  color: #4a4a4a;
  width: 35%;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .form-group input {
    width: 100%;
    font-size: 12px;
    height: 34px;
  }
}
.custom-quotation__content .quotation-form .form-group textarea {
  height: 280px;
  width: 70%;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .form-group textarea {
    width: 100%;
  }
}
.custom-quotation__content .quotation-form .form-group .input-helper {
  color: #DBDAD7;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .form-group .input-helper {
    font-size: 12px;
  }
}
.custom-quotation__content .quotation-form .form-group .input-helper:before {
  content: "-";
  padding-right: 4px;
}
.custom-quotation__content .quotation-form .form-group .dropdown .btn {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 12px;
  color: #4a4a4a;
  min-width: 250px;
  text-align: left;
  height: 42px;
}
.custom-quotation__content .quotation-form .form-group .dropdown.show .btn:hover, .custom-quotation__content .quotation-form .form-group .dropdown.show .btn:focus {
  outline: none;
}
.custom-quotation__content .quotation-form .form-group .dropdown:hover, .custom-quotation__content .quotation-form .form-group .dropdown:focus {
  outline: none;
}
.custom-quotation__content .quotation-form .form-group .dropdown-menu.show {
  min-width: 250px;
}
.custom-quotation__content .quotation-form .form-group .dropdown-item {
  color: #4a4a4a;
  font-size: 12px;
}
.custom-quotation__content .quotation-form .form-group .dropdown-item:disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.custom-quotation__content .quotation-form .form-group .dropdown-item:disabled:before {
  content: "";
  padding-right: 0;
}
.custom-quotation__content .quotation-form .form-group .dropdown-item:before {
  content: "-";
  padding-right: 6px;
}
.custom-quotation__content .quotation-form .form-group .dropdown-item:active {
  background-color: #f0f0f0;
  color: #636363;
  outline: none;
}
.custom-quotation__content .quotation-form .form-group .files-supported {
  font-size: 11px;
  display: block;
  margin-top: -7px;
  color: #9B9B9B;
}
.custom-quotation__content .quotation-form .remark {
  font-weight: 600;
  font-size: 16px;
  color: #4a4a4a;
}
.custom-quotation__content .quotation-form .btn-request-quotation-submit {
  background-color: #D20271;
  border-radius: 4px;
  color: #FFFFFF;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .btn-request-quotation-submit {
    width: 100%;
  }
}
.custom-quotation__content .quotation-form .form {
  padding-left: 70px;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .quotation-form .form {
    padding-left: 0;
  }
}
.custom-quotation__content .quotation-form .confirm-paragraph {
  padding: 10px 0;
}
.custom-quotation__content__header h2 {
  font-weight: 600;
  color: #010101;
  font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content__header h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.custom-quotation__content__header p {
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content__header p {
    font-size: 10px;
  }
}
.custom-quotation__content .watch-video-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4% 0;
  border-bottom: 1px solid #E0E0E0;
}
@media only screen and (max-width: 991.98px) {
  .custom-quotation__content .watch-video-button {
    padding: 7% 0;
  }
}
.custom-quotation__content .watch-video-button .btn {
  background-color: #FFFFFF;
  border: 1px solid #29B5DC;
  color: #29B5DC;
  font-size: 14px;
  padding: 8px 30px;
  font-weight: 600;
}
.custom-quotation__content .quotation-case-1-slider, .custom-quotation__content .quotation-case-2-form {
  padding: 15px;
  margin-bottom: 20px;
}
.custom-quotation .quotation-slider {
  margin-bottom: 3%;
  overflow: hidden;
}
.custom-quotation .quotation-slider__number {
  border: 2px solid #D20271;
  padding: 5px 10px;
  border-radius: 17px;
  position: absolute;
}
.custom-quotation .uploader {
  border-radius: 4px;
  border: solid 1px #E0E0E0;
  background-color: #FFFFFF;
  min-height: 90px;
  padding: 20px;
}
.custom-quotation .uploader .btn {
  font-size: 14px;
  padding: 10px 35px;
  border: 1px solid #29B5DC;
  border-radius: 4px;
  color: #29B5DC;
}
.custom-quotation .file_name_preview {
  font-weight: 400;
  font-weight: bolder;
  width: 100%;
  color: #4a4a4a;
  margin-top: 3px;
  font-size: 16px;
  text-align: left;
  padding: 10px 0 30px;
  margin-bottom: 5px;
  background: none;
  border-bottom: solid 1px #E0E0E0;
}
.custom-quotation .file_name_preview span {
  font-weight: 400;
  color: #4a4a4a;
}
.custom-quotation .file_name_preview:last-child {
  margin-bottom: 16px;
}
.custom-quotation .btn-delete {
  position: absolute;
  z-index: 999;
  background: none;
  border-radius: 18px;
  color: #4a4a4a;
  text-align: right;
  right: 20px;
  margin-top: 0;
  padding: 0;
}
.custom-quotation__success__banner {
  background-image: url("/skin/frontend/ggp/default/images/custom_quotation/success_page_custome_quotation_banner.png");
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}
.custom-quotation__success__banner h1 {
  font-size: 48px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 20px;
}
.custom-quotation__success__banner h1 span {
  color: #29B5DC;
}
.custom-quotation__success__banner p {
  font-size: 16px;
  color: #4a4a4a;
}
.custom-quotation__success__banner .container {
  padding: 80px 0;
}
.custom-quotation__success__content .block-top {
  margin: 15px 0;
}
.custom-quotation__success__content .block-top__list {
  border-radius: 4px;
  box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
  border: 1px solid #FFFFFF;
  padding: 12px;
  min-height: 120px;
}
.custom-quotation__success__content .block-top__list .heading {
  font-size: 14px;
  font-weight: 600;
  padding-left: 20%;
}
.custom-quotation__success__content .block-top__list .description {
  font-size: 12px;
  color: #4A4A4A;
  padding-left: 20%;
}
.custom-quotation__success__content .block-top__list:hover {
  border: 1px solid #ffb3dc;
  box-shadow: 0 8px 10px 0 rgba(224, 28, 125, 0.15);
  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) {
  .custom-quotation__success__content .block-top__list:hover {
    transition: none;
  }
}
.custom-quotation__success__content .block-top__list:hover .heading {
  color: #D20271;
}
.custom-quotation__success__content .block-top__list img {
  position: absolute;
}
.custom-quotation__success__content .block-bottom {
  margin: 35px 0;
}
.custom-quotation__success__content__heading {
  font-weight: 600;
  font-size: 24px;
  color: #4a4a4a;
  text-align: center;
  margin: 35px 0;
}
.custom-quotation__success__content__heading span {
  color: #29B5DC;
}
.custom-quotation__success__content__heading number {
  color: #00b67a;
}

.quotation-slider .carousel .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.quotation-slider .carousel .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
}
.quotation-slider .carousel .carousel-indicators .active {
  background: #707070;
}
.quotation-slider .carousel .carousel-item {
  display: none;
}
.quotation-slider .carousel .carousel-item.active {
  display: inherit;
}
.quotation-slider .carousel a.carousel-control-prev, .quotation-slider .carousel a.carousel-control-next {
  position: absolute;
  top: 50px;
  text-decoration: none;
  font-size: 30px;
  color: #a5a5a5;
}
.quotation-slider .carousel a.carousel-control-prev:hover, .quotation-slider .carousel a.carousel-control-next:hover {
  color: #FFFFFF;
}
.quotation-slider .carousel a.carousel-control-prev {
  left: 20px;
}
.quotation-slider .carousel a.carousel-control-next {
  right: 20px;
}
.quotation-slider .carousel .carousel-controls a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  height: 150px;
}
@media (min-width: 992px) {
  .quotation-slider .carousel {
    /* show 4 items */
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */
  }
  .quotation-slider .carousel .carousel-inner .active,
.quotation-slider .carousel .carousel-inner .active + .carousel-item,
.quotation-slider .carousel .carousel-inner .active + .carousel-item + .carousel-item,
.quotation-slider .carousel .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .quotation-slider .carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.quotation-slider .carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
.quotation-slider .carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
.quotation-slider .carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  .quotation-slider .carousel .carousel-inner .carousel-item-next,
.quotation-slider .carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .quotation-slider .carousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .quotation-slider .carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
.quotation-slider .carousel .carousel-item-next.carousel-item-left + .carousel-item,
.quotation-slider .carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
.quotation-slider .carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
.quotation-slider .carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .quotation-slider .carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .quotation-slider .carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.quotation-slider .carousel .carousel-item-prev.carousel-item-right + .carousel-item,
.quotation-slider .carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
.quotation-slider .carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
.quotation-slider .carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

span.file_size {
  float: left;
  display: block;
  position: absolute;
  opacity: 0.7;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.upload-quotation-files {
  margin-top: 20px;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #29B5DC;
  padding: 5px;
  width: 200px;
}

.waiting-loading {
  width: 100%;
  height: 100%;
  background: rgba(244, 243, 243, 0.7);
  position: fixed;
  top: 0;
}
.waiting-loading .loader {
  display: flex;
  padding: 40% 46%;
}
@media only screen and (max-width: 991.98px) {
  .waiting-loading .loader {
    padding: 90% 35%;
  }
}
.waiting-loading .loader .text {
  color: #010101;
  font-size: 23px;
  font-weight: 600;
  padding-top: 9px;
}
.waiting-loading .loader .dots {
  display: flex;
  position: relative;
  top: 20px;
  left: -10px;
  width: 100px;
  animation: dots 4s ease infinite 1s;
}
.waiting-loading .loader .dots div {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: black;
}
.waiting-loading .loader .dots div:nth-child(1) {
  width: 0px;
  height: 0px;
  margin: 5px;
  margin-right: 15px;
  animation: show-dot 4s ease-out infinite 1s;
}
.waiting-loading .loader .dots div:nth-child(4) {
  background-color: transparent;
  animation: dot-fall-left 4s linear infinite 1s;
}
.waiting-loading .loader .dots div:nth-child(4):before {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: black;
  content: "";
  animation: dot-fall-top 4s cubic-bezier(0.46, 0.02, 0.94, 0.54) infinite 1s;
}

@keyframes dots {
  0% {
    left: -10px;
  }
  20%, 100% {
    left: 10px;
  }
}
@keyframes show-dot {
  0%, 20% {
    width: 0px;
    height: 0px;
    margin: 5px;
    margin-right: 15px;
  }
  30%, 100% {
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-right: 10px;
  }
}
@keyframes dot-fall-left {
  0%, 5% {
    left: 0px;
  }
  100% {
    left: 500px;
  }
}
@keyframes dot-fall-top {
  0%, 5% {
    top: 0px;
  }
  30%, 100% {
    top: 50vh;
  }
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  /*  -webkit-appearance: none;
    display: none;*/
}

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