@import url(https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
.transition, .product-item-info:hover .prod-img, .product-item-info {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

body {
  font-family: "Kanit", serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
  color: #292F36;
}

.fs-kanit {
  font-family: "Kanit", serif !important;
}

.fs-fahkwang {
  font-family: "Fahkwang", serif !important;
}

h1, .h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 150%;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 150%;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 150%;
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 150%;
}

h5, .h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 150%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 150%;
}
p:empty {
  margin: 0;
}

.gd-text, .animated-button-outline label, .animated-button-outline span {
  background: #272262;
  background: linear-gradient(to right, #272262 0%, #00A69C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 0px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1320px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px !important;
  }
}

[class^=col-],
[class*=" col-"] { /* เลือก element ที่มี 'col-' อยู่ใน class name */
  padding-right: 1rem;
  padding-left: 1rem;
}

.flashsale p {
  margin-bottom: 0;
}
.flashsale .countdown-inner {
  display: flex;
  gap: 10px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .flashsale .countdown-inner {
    justify-content: center;
  }
}
.flashsale .insidecontainer-main {
  border-radius: 4px;
  position: relative;
  margin: 0;
}
.flashsale .insidecontainer-main .title-border {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flashsale .insidecontainer-main .title-border {
    margin-bottom: 16px;
  }
}
.flashsale .insidecontainer-main .title-border *:not(img) {
  padding: 10px;
}
.flashsale .footer {
  background-color: white;
  width: 100%;
  border-radius: 4px;
  margin: 24px 0px;
  padding: 24px;
}
.flashsale .flashprogress {
  margin: 5px auto;
  height: 16px;
  background-color: #E62129;
  background-size: cover;
  position: relative;
  border-radius: 4px;
}
.flashsale .flashprogress .bar_text {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 18px;
}
.flashsale .flashprogress .bar-wrapper {
  width: 100%;
  background: transparent;
  overflow: hidden;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  height: 16px;
  border-radius: 4px;
}
.flashsale .shortby {
  display: flex;
  gap: 16px;
  list-style: none;
  align-items: center;
}
.flashsale .sf-flashsale-timer {
  background-color: white;
  margin-bottom: 24px;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .flashsale .sf-flashsale-timer {
    margin-bottom: 16px;
  }
}
.flashsale .sf-flashsale-timer .flashsale-data-box {
  padding: 24px;
  gap: 32px;
  border-radius: 5px;
  background: #DCF1E9;
}
@media screen and (max-width: 768px) {
  .flashsale .sf-flashsale-timer .flashsale-data-box {
    padding: 16px;
  }
}
.flashsale .sf-flashsale-timer .flashsale-data-box .flashsale-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%; /* 36px */
  text-transform: uppercase;
  color: #33584A;
}
@media screen and (max-width: 1040px) {
  .flashsale .sf-flashsale-timer .flashsale-data-box .flashsale-text {
    font-size: 18px;
  }
}
.flashsale .sf-flashsale-timer .flashsale-data-box .see-all-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 1040px) {
  .flashsale .sf-flashsale-timer .flashsale-data-box .see-all-link {
    margin-top: 16px !important;
  }
}
.flashsale .sf-flashsale-timer .flashsale-data-box .timer-box .countdown-inner > div {
  background-color: #27473B;
  color: #fff;
  border-radius: 4px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 150%; /* 36px */
  padding: 4px 8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
}
@media screen and (max-width: 768px) {
  .flashsale .sf-flashsale-timer .flashsale-data-box .timer-box .countdown-inner > div {
    font-size: 1.5rem;
  }
}
.flashsale .sf-flashsale-timer .flashsale-data-box .timer-box .countdown-inner > .colon {
  min-width: auto;
  min-height: auto;
  background-color: transparent;
  color: #000;
  padding: 0px 0px;
}

.slick-arrow {
  font-size: 2rem !important;
}
.slick-arrow.arrowcircle {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}

.sf-product-slider .slick-list, .sf-blog-slider .slick-list {
  padding: 5px 0 10px 0;
}

.sliderdemo .slick-dots.rectangle li {
  border-radius: 0px;
  width: 25px;
  height: 10px;
}

.animated-button {
  position: relative;
  display: inline-block;
  height: 42px;
  padding: 10px 24px 10px 20px;
  font-size: 1rem;
  color: #F8F8F8;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #383D40 0%, #383D40 100%);
  border: none;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
  border: 0px solid transparent !important;
}
.animated-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #272262 0%, #00A69C 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.animated-button:hover {
  color: #fff;
}
.animated-button:hover::after {
  color: #fff;
  opacity: 1;
}
.animated-button:hover .icon-cart {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(204deg) brightness(106%) contrast(107%);
}
.animated-button span, .animated-button svg, .animated-button label, .animated-button i, .animated-button div {
  position: relative;
  z-index: 1;
}
.animated-button:active::after {
  background: linear-gradient(90deg, #383D40 0%, #383D40 100%);
}

.animated-button-outline {
  position: relative;
  display: inline-block;
  height: 42px;
  padding: 10px 24px 10px 20px;
  font-size: 1rem;
  line-height: 100%;
  color: #383D40;
  text-align: center;
  text-decoration: none;
  background: transparent; /* No background */
  border: 2px solid transparent; /* Transparent border initially */
  border-radius: 30px;
  cursor: pointer;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, background-position 0.5s ease-in-out;
  background-image: linear-gradient(white, white), linear-gradient(90deg, #383D40 0%, #383D40 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.animated-button-outline:hover {
  background-size: 120%;
  background-position: 70%;
  background-image: linear-gradient(white, white), linear-gradient(90deg, #272262 0%, #00A69C 100%);
}
.animated-button-outline span, .animated-button-outline svg, .animated-button-outline label, .animated-button-outline i {
  position: relative;
  z-index: 1;
}

.animated-button-color {
  position: relative;
  display: inline-block;
  height: 42px;
  padding: 10px 24px 10px 20px;
  font-size: 1rem;
  color: #F8F8F8;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #272262 0%, #00A69C 100%);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
  border: 0px solid transparent !important;
}
.animated-button-color::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #272262 0%, #00A69C 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.animated-button-color:hover {
  color: #fff;
}
.animated-button-color:hover::after {
  color: #fff;
  opacity: 1;
}
.animated-button-color:hover .icon-cart {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(204deg) brightness(106%) contrast(107%);
}
.animated-button-color span, .animated-button-color svg, .animated-button-color label, .animated-button-color i, .animated-button-color div, .animated-button-color img {
  position: relative;
  z-index: 1;
}
.animated-button-color:active::after {
  background: linear-gradient(90deg, #222526 0%, #222526 100%);
}

.blog-row {
  row-gap: 24px;
}
@media screen and (max-width: 992px) {
  .blog-row {
    row-gap: 16px;
  }
}

.blog-column {
  padding-right: 12px;
  padding-left: 12px;
}

.blog-card {
  height: 100%;
  transition: box-shadow 0.5s ease-out;
  background: #fff;
  overflow: hidden;
}
.blog-card .blog-image-container {
  height: 195px;
  overflow: hidden;
  position: relative;
}
.blog-card .blog-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 195px;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 992px) {
  .blog-card .blog-image-container img {
    height: 100%;
  }
}
.blog-card .blog-image-container .bg-readmore {
  display: flex;
  position: absolute;
  background: linear-gradient(0deg, rgba(72, 117, 99, 0.5) 0%, rgba(72, 117, 99, 0.5) 100%);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  opacity: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  z-index: 1;
}
.blog-card .blog-content {
  padding: 16px 0px 24px 0px;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-out;
  padding: 24px;
}
@media screen and (max-width: 992px) {
  .blog-card .blog-content {
    padding: 24px 16px;
  }
}
.blog-card .blog-content .post-title {
  color: #204269;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
  height: 50px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  transition: color 0.5s ease-out;
}
.blog-card .blog-content .post-short-description {
  color: #909090;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  margin-bottom: 0px;
}
.blog-card .blog-content .view-wraps .readmore {
  color: #11C3BE;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  gap: 5px;
}
.blog-card .blog-content .view-wraps .readmore:hover {
  color: #47C2FE;
}
.blog-card .blog-content .tag-blog {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 8px;
  padding: 2px 0px;
  height: 75px;
}
.blog-card .blog-content .tag-blog::-webkit-scrollbar {
  display: none;
}
.blog-card .blog-content .tag-blog .tag-item {
  width: -moz-max-content;
  width: max-content;
  padding: 4px 12px;
  color: #588C78;
  border-radius: 20px;
  border: 1px solid #588C78;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.blog-card .blog-content .tag-blog .tag-item:hover {
  border: 1px solid #70AE96;
  color: #70AE96;
}
.blog-card:hover {
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .bg-readmore {
  opacity: 1;
}
.blog-card:hover .post-title {
  color: #7DC263;
}

.product-box {
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #89D1B5;
  background: #FFF;
  padding: 16px;
  height: 100%;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .product-box {
    padding: 12px 11px;
  }
}
.product-box:hover {
  border: 2.5px solid #89D1B5;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.product-box:hover .product-image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product-box .product-info {
  width: 100%;
}
.product-box .product-info .model {
  color: #06509D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%; /* 18px */
  word-wrap: break-word;
  margin-top: 8px;
  margin-bottom: 0px;
}
.product-box .product-info .name {
  color: #212121;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%; /* 21px */
  word-wrap: break-word;
  margin-bottom: 8px;
}
.product-box .product-info .name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #33584A;
}
.product-box .product-info .code {
  margin-top: 2px;
  color: #212121;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%; /* 18px */
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product-box .product-info .stock {
  display: none;
  color: #00695A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 18px */
  word-wrap: break-word;
}
.product-box .product-info .price-wrap {
  margin-top: 10px;
}
.product-box .product-info .price-wrap .price-wrap-1 {
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-box .product-info .price-wrap .price-wrap-1 {
    flex-wrap: wrap;
  }
}
.product-box .product-info .price-wrap .price-wrap-2 {
  width: 30%;
  text-align: right;
  display: flex;
  align-items: center;
}
.product-box .product-info .price-wrap .special-price {
  color: #DC0000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
  height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-box .product-info .price-wrap .special-price {
    font-size: 1.125rem;
  }
}
.product-box .product-info .price-wrap .strike-price {
  color: #909090;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 160%;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-box .product-info .price-wrap .strike-price {
    font-size: 0.75rem;
  }
}
.product-box .product-info .price-wrap .price-margin {
  color: #FFFFFF !important;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #DC0000;
  border-radius: 8px !important;
  line-height: 150%; /* 18px */
  margin: 0px;
  padding: 0px 4px;
}
.product-box .product-info .price-wrap .normal-price {
  color: #33584A;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
  word-wrap: break-word;
  height: 25px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-box .product-info .price-wrap .normal-price {
    font-size: 1.125rem;
  }
}
.product-box .product-image {
  width: 100%; /* Makes the container responsive */
  max-width: 600px; /* Set maximum width to limit the container size */
  position: relative; /* Needed for the padding-bottom hack */
  padding-bottom: 100%; /* 16:9 aspect ratio (9 / 16 * 100) */
  overflow: hidden; /* Hide any overflow */
}
.product-box .product-image img {
  position: absolute; /* Position the image absolutely within the container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Adjust how the image fits within the container */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 0s;
}

.product-badges .top-left, .product-badges .top-center, .product-badges .top-right,
.product-badges .middle-left, .product-badges .middle-center, .product-badges .middle-right,
.product-badges .bottom-left, .product-badges .bottom-center, .product-badges .bottom-right {
  max-width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain !important;
  text-align: center;
  /*min-height: 20px; min-width: 50px;*/
  background-repeat: no-repeat !important;
  z-index: 1;
  display: flex;
  align-items: center;
}

.product-badges .top-left {
  top: 0;
  left: 0;
}
.product-badges .top-center {
  top: 0;
  left: 50%;
  right: 50%;
  text-align: center;
}
.product-badges .top-right {
  top: 0;
  right: 0;
}
.product-badges .middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-badges .middle-center {
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.product-badges .middle-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-badges .bottom-left {
  bottom: 0;
  left: 0;
}
.product-badges .bottom-center {
  bottom: 0;
  left: 50%;
  right: 50%;
  text-align: center;
}
.product-badges .bottom-right {
  bottom: 0;
  right: 0;
}

.section-contact {
  padding: 60px 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 992px) {
  .section-contact {
    padding: 24px 0;
  }
}
.section-contact .box-logo {
  border: 1px solid #383D40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .section-contact .box-logo {
    padding: 120px 0px;
  }
}
.section-contact .box-logo .text-1 {
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -4px;
  text-transform: uppercase;
}
.section-contact .box-logo .text-2 {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.section-contact .box-logo .text-3 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.section-contact .box-logo .text-4 {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form {
    margin-top: 24px;
  }
}
.section-contact .box-form h2 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2.6px;
  margin-bottom: 0;
}
.section-contact .box-form h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.6px;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form h3 {
    font-size: 1.875rem;
  }
}
.section-contact .box-form h4 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
}
.section-contact .box-form .contactus .row {
  margin: 40px 0px;
  row-gap: 20px;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form .contactus .row {
    margin: 32px 0px;
  }
}
.section-contact .box-form .contactus .row .form-group {
  margin-bottom: 0;
}
.section-contact .box-form .contactus .row label {
  display: none;
}
.section-contact .box-form .contactus .row .box-radio {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form .contactus .row .box-radio {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.section-contact .box-form .contactus .row .box-radio .list-radio {
  display: flex;
  align-items: center;
}
.section-contact .box-form .contactus .row .box-radio label {
  margin-bottom: 0px;
  margin-right: 40px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.section-contact .box-form .contactus .row .box-radio .show-elements {
  display: inline-block !important;
}
.section-contact .box-form .contactus .row .box-radio .radio-elements {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  accent-color: #383D40;
}
.section-contact .box-form .contactus .row input, .section-contact .box-form .contactus .row textarea {
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.section-contact .box-form .contactus .row .form-group:nth-child(3) {
  padding-right: 8px;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form .contactus .row .form-group:nth-child(3) {
    width: 100% !important;
    padding-right: 0px;
  }
}
.section-contact .box-form .contactus .row .form-group:nth-child(4) {
  padding-left: 8px;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form .contactus .row .form-group:nth-child(4) {
    width: 100% !important;
    padding-left: 0px;
  }
}
.section-contact .box-form .contactus .row .form_category {
  display: none;
}
.section-contact .box-form .contactus .btn-primary {
  border-radius: 20px !important;
  width: 177px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form .contactus .btn-primary {
    width: 100%;
  }
}
.section-contact .box-form .contactus .contactbtn {
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .section-contact .box-form .contactus .contactbtn {
    margin-bottom: 24px;
  }
}

.header-main {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #204269;
}
.header-main.bg-absolute {
  background: transparent;
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.header-main .header-top {
  padding: 16px 0px;
}
.header-main .header-top .header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 24px;
}
.header-main .header-top .header-contact .phoen-bn {
  display: flex;
  height: 42px;
  padding: 0px 32px 0px 28px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 20px;
  background: #A1D0E4;
  color: #204269;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
.header-main .header-top .header-contact .phoen-bn:hover {
  background: #85B4C7;
}
.header-main .header-top .header-contact .line-bn {
  display: flex;
  height: 42px;
  padding: 0px 32px 0px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  background: #54BE34;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
.header-main .header-top .header-contact .line-bn:hover {
  background: #85B4C7;
}
.header-main .header-bottom {
  padding-bottom: 16px;
}
.header-main .header-bottom .side-lang {
  height: 100%;
}
.header-main .header-bottom .side-lang .lang-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  height: 100%;
}
.header-main .header-bottom .side-lang .lang-box a {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.header-main .header-bottom .side-lang .lang-box a.active {
  color: #85B4C7;
  border-radius: 20px;
  border: 1px solid #85B4C7;
  background: #FFF;
}

.side-menu-close {
  height: 100%;
}
.side-menu-close span {
  height: 3px;
  width: 28px;
  background: #fff;
  position: relative;
  opacity: 1;
  margin-bottom: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span span:nth-child(1) {
  top: -5px;
}
.side-menu-close span span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close span:last-child {
  margin-bottom: 0px;
}

.side-menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-110%);
  transition: transform 250ms ease-in-out;
  background: #fff;
  overflow-y: hidden;
  z-index: 10000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  height: 100vh;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-wrap.meun-mb span {
  height: 2px;
  width: 32px;
  background: #fff;
  margin-left: 8px;
}
.side-menu-wrap.meun-mb .side-menu-close {
  height: 40px;
  width: 40px;
}
.side-menu-wrap.meun-mb span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
}
.side-menu-wrap.meun-mb span:nth-child(2) {
  opacity: 0;
}
.side-menu-wrap.meun-mb span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
.side-menu-wrap.opened {
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
  transform: translate(0, 0);
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-wrap .mobile-menu-box {
  padding-bottom: 20px;
  overflow: auto;
  height: calc(100% - 125px);
}
.side-menu-wrap .user-menu {
  border-top: 1px solid #e1e1e1;
  padding: 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  background: white;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
}
.side-menu-wrap #close-frames-mb, .side-menu-wrap #back-frames-mb {
  display: flex;
  align-items: center;
}
.side-menu-wrap .box-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.side-menu-wrap .box-logo .side-menu-close {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M4 8H28M4 16H28M4 24H28' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.footer-main {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #204269;
}
.footer-main .title-footer {
  color: #BAE9FF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-bottom: 16px;
}
.footer-main .footer-one {
  padding: 40px 25px;
}
@media screen and (max-width: 1200px) {
  .footer-main .footer-one {
    padding: 20px 0px;
  }
}
.footer-main .footer-one .row {
  padding: 0px 25px;
}
@media screen and (max-width: 1200px) {
  .footer-main .footer-one .row {
    padding: 0px;
    row-gap: 20px;
  }
}
.footer-main .footer-one .box-detail-all {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .footer-main .footer-one .box-detail-all {
    row-gap: 20px;
  }
}
.footer-main .footer-one .box-detail-all .box-detail .text-address {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin: 0;
}
.footer-main .footer-one .box-detail-all .box-detail .text-link {
  display: block;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 8px;
}
.footer-main .footer-one .box-detail-all .box-detail .text-link:last-child {
  margin-bottom: 0px;
}
.footer-main .footer-one .box-detail-all .box-contact {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.footer-main .footer-one .box-detail-all .box-contact:last-child {
  margin-bottom: 0px;
}
.footer-main .footer-one .box-detail-all .box-contact a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.footer-main .footer-one .footer-datetime .row-datetime {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.footer-main .footer-one .footer-datetime .row-datetime:last-child {
  margin-bottom: 0px;
}
.footer-main .footer-one .footer-datetime .row-datetime .box-date {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.footer-main .footer-one .footer-datetime .row-datetime .box-time {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.footer-main .footer-one .box-contact-social {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-main .footer-one .box-contact-social .instagram-icon, .footer-main .footer-one .box-contact-social .tiktok-w-icon, .footer-main .footer-one .box-contact-social .facebook-icon {
  width: 17px;
  height: 17px;
}
.footer-main .footer-two .box-all-rights {
  padding: 16px 0px;
  margin: 0px 25px;
  border-top: 1px solid #FFF;
}
@media screen and (max-width: 1200px) {
  .footer-main .footer-two .box-all-rights {
    padding: 16px 0px;
    margin: 0px;
  }
}
.footer-main .footer-two .text-all-rights {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .footer-main .footer-two .text-all-rights {
    margin-bottom: 10px;
  }
}
.footer-main .footer-two .box-link-all-rights a {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-right: 40px;
}
.footer-main .footer-two .box-link-all-rights a:last-child {
  margin-right: 0px;
}

.sidebarBackdrop, .sidebarFilterBackdrop, .custom-overlay {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}
.sidebarBackdrop.show, .sidebarFilterBackdrop.show, .custom-overlay.show {
  display: block;
}

.lds-rolling {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .show-des {
    display: none !important;
  }
}

.show-mb {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .show-mb {
    display: block !important;
  }
}

.text-link-none {
  display: none;
}

.link-see-more {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 42px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid #4F7B8E;
  color: #4F7B8E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .link-see-more {
    margin: auto;
  }
}
.link-see-more:hover {
  border: 1px solid #85B4C7;
  color: #85B4C7;
}

.link-bn-arrow {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 42px;
  padding: 0px 28px 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 20px;
  background: #A1D0E4;
  color: #204269;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
.link-bn-arrow::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.37391 19.768C9.11177 19.7685 8.85772 19.68 8.65587 19.5177C8.54226 19.4264 8.44836 19.3142 8.37952 19.1875C8.31069 19.0609 8.26829 18.9224 8.25474 18.7798C8.24119 18.6373 8.25676 18.4935 8.30057 18.3569C8.34438 18.2202 8.41555 18.0932 8.51002 17.9832L13.5363 12.1499L8.68953 6.30575C8.59633 6.19443 8.52674 6.06634 8.48474 5.92885C8.44275 5.79135 8.42918 5.64716 8.44482 5.50456C8.46046 5.36196 8.50499 5.22377 8.57587 5.09792C8.64675 4.97207 8.74257 4.86105 8.85782 4.77125C8.9739 4.67217 9.10984 4.59744 9.25711 4.55174C9.40437 4.50605 9.55979 4.49037 9.7136 4.5057C9.86741 4.52103 10.0163 4.56703 10.1509 4.64082C10.2855 4.71461 10.403 4.81459 10.4958 4.93449L15.9148 11.4643C16.0798 11.659 16.17 11.9033 16.17 12.1554C16.17 12.4074 16.0798 12.6517 15.9148 12.8464L10.3051 19.3762C10.1926 19.5079 10.0496 19.6121 9.8878 19.6801C9.726 19.7482 9.54995 19.7783 9.37391 19.768Z' fill='%23204269'/%3E%3Cpath d='M9.37391 19.768C9.11177 19.7685 8.85772 19.68 8.65587 19.5177C8.54226 19.4264 8.44836 19.3142 8.37952 19.1875C8.31069 19.0609 8.26829 18.9224 8.25474 18.7798C8.24119 18.6373 8.25676 18.4935 8.30057 18.3569C8.34438 18.2202 8.41555 18.0932 8.51002 17.9832L13.5363 12.1499L8.68953 6.30575C8.59633 6.19443 8.52674 6.06634 8.48474 5.92885C8.44275 5.79135 8.42918 5.64716 8.44482 5.50456C8.46046 5.36196 8.50499 5.22377 8.57587 5.09792C8.64675 4.97207 8.74257 4.86105 8.85782 4.77125C8.9739 4.67217 9.10984 4.59744 9.25711 4.55174C9.40437 4.50605 9.55979 4.49037 9.7136 4.5057C9.86741 4.52103 10.0163 4.56703 10.1509 4.64082C10.2855 4.71461 10.403 4.81459 10.4958 4.93449L15.9148 11.4643C16.0798 11.659 16.17 11.9033 16.17 12.1554C16.17 12.4074 16.0798 12.6517 15.9148 12.8464L10.3051 19.3762C10.1926 19.5079 10.0496 19.6121 9.8878 19.6801C9.726 19.7482 9.54995 19.7783 9.37391 19.768Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.link-bn-arrow:hover {
  border-radius: 20px;
  background: #85B4C7;
}

.announcement-bar {
  background: linear-gradient(90deg, #272262 0%, #00A69C 100%);
  display: flex;
  padding: 10px 24px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .announcement-bar {
    justify-content: start;
  }
}
.announcement-bar .announcement-content {
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .announcement-bar .announcement-content {
    font-size: 0.875rem;
    width: 80%;
  }
}
.announcement-bar .close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media screen and (max-width: 768px) {
  .announcement-bar .close-btn {
    top: 20px;
  }
}
.announcement-bar .close-btn::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.20895 7.21806C7.34279 7.08416 7.52428 7.00893 7.71352 7.00893C7.90276 7.00893 8.08425 7.08416 8.21808 7.21806L11.9955 10.9988L15.773 7.21806C15.8388 7.14984 15.9176 7.09543 16.0046 7.05799C16.0917 7.02056 16.1854 7.00085 16.2801 7.00003C16.3749 6.9992 16.4689 7.01728 16.5566 7.05319C16.6443 7.08911 16.724 7.14214 16.791 7.20921C16.858 7.27628 16.911 7.35603 16.9469 7.44381C16.9827 7.53159 17.0008 7.62565 17 7.72049C16.9991 7.81533 16.9795 7.90906 16.9421 7.99621C16.9047 8.08335 16.8503 8.16217 16.7821 8.22806L13.0047 12.0088L16.7821 15.7895C16.9121 15.9242 16.9841 16.1046 16.9824 16.2919C16.9808 16.4792 16.9058 16.6584 16.7734 16.7908C16.6411 16.9232 16.4621 16.9983 16.275 17C16.0879 17.0016 15.9076 16.9296 15.773 16.7995L11.9955 13.0188L8.21808 16.7995C8.08348 16.9296 7.90321 17.0016 7.71609 17C7.52896 16.9983 7.34997 16.9232 7.21765 16.7908C7.08533 16.6584 7.01027 16.4792 7.00864 16.2919C7.00702 16.1046 7.07895 15.9242 7.20895 15.7895L10.9864 12.0088L7.20895 8.22806C7.07516 8.09411 7 7.91247 7 7.72306C7 7.53366 7.07516 7.35201 7.20895 7.21806Z' fill='white'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 100%;
  display: block;
}

#globalSearchModal.search-overlay {
  background: rgba(225, 228, 228, 0.4196078431);
}
#globalSearchModal .search-form input[name=search] {
  width: 90%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#globalSearchModal .search-form .input-group-append {
  width: 10%;
}
#globalSearchModal .search-form .input-group-append .search-btn {
  width: 100%;
}
#globalSearchModal .modal-body {
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
#globalSearchModal .close-btn {
  position: absolute;
  top: 0;
  right: 5px;
}

.box-widget {
  position: fixed;
  z-index: 1000;
  bottom: 9px;
  right: 9px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 50px;
}
.box-widget .icon-phone::after {
  content: "";
  background-image: url("/default_image/w-phone.png");
  width: 50px;
  height: 50px;
  background-size: 100%;
  display: block;
  margin: auto;
}
.box-widget .icon-phone:hover::after {
  background-image: url("/default_image/w-phone-h.png");
}
.box-widget .icon-line {
  color: #00C500;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.box-widget .icon-line::before {
  content: "";
  background-image: url("/default_image/w-line.png");
  width: 50px;
  height: 50px;
  background-size: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.box-widget .icon-line:hover::before {
  background-image: url("/default_image/w-line-h.png");
}
.box-widget .phonee-widget:hover .hover-content {
  display: block;
}
.box-widget .hover-content {
  position: absolute;
  top: -20px;
  right: 85%;
  background: #fff;
  padding: 15px 12px;
  border-radius: 12px;
  z-index: 1;
  width: 240px;
  box-shadow: 0 6px 10px 0 rgba(40, 55, 132, 0.1490196078);
  display: none;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
}
.box-widget .wid-title {
  color: #383D40;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.125rem;
  text-align: left;
  text-align: center;
}
.box-widget .btn-primary {
  width: 100%;
  border-radius: 20px;
}

.line-side-popover {
  height: 300px;
  width: 300px;
  box-shadow: 0 6px 10px 0 rgba(40, 55, 132, 0.1490196078);
  height: 300px;
  width: 300px;
}
.line-side-popover .line-button-container {
  position: fixed;
  right: 20px;
  top: 90%;
  z-index: 20;
}
.line-side-popover .line-button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Crect width='50' height='50' fill='%2300C500' rx='25'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M35.995 30.046c-2.939 3.405-9.5 7.535-10.995 8.169-1.431.606-1.289-.31-1.228-.703l.008-.05c.026-.14.092-.54.197-1.2.052-.37.104-.924-.04-1.28-.157-.396-.774-.594-1.233-.7C15.973 33.398 11 28.66 11 23.012c0-6.295 6.272-11.429 14-11.429 7.715 0 14 5.134 14 11.429 0 2.52-.984 4.79-3.005 7.034Zm-1.872-3.616h-3.936a.264.264 0 0 1-.262-.264v-6.15c0-.145.118-.263.262-.263h3.936c.145 0 .263.118.263.263v1.003a.264.264 0 0 1-.263.264h-2.676v1.043h2.676c.145 0 .263.119.263.264v1.003a.264.264 0 0 1-.263.264h-2.676v1.042h2.676c.145 0 .263.12.263.264v1.003a.264.264 0 0 1-.263.264Zm-18.487 0h3.936a.264.264 0 0 0 .263-.264v-1.003a.264.264 0 0 0-.263-.264h-2.676v-4.883a.264.264 0 0 0-.263-.263h-.997a.264.264 0 0 0-.262.263v6.15c0 .145.118.264.262.264Zm6.298-6.677h-.997a.263.263 0 0 0-.263.263v6.15c0 .146.118.264.263.264h.997a.263.263 0 0 0 .262-.264v-6.15a.263.263 0 0 0-.262-.263Zm7.033 6.413v-6.15a.267.267 0 0 0-.276-.263h-.984c-.144 0-.275.118-.275.263v3.643l-2.795-3.788c0-.009-.004-.017-.013-.026l-.026-.026-.014-.014h-.013c0-.008-.004-.013-.013-.013v-.013h-.026l-.013-.013h-.013c-.009 0-.013-.005-.013-.013H23.43c-.144 0-.276.118-.276.263v6.15c0 .145.132.264.276.264h.984a.267.267 0 0 0 .275-.264v-3.655l2.795 3.8a.23.23 0 0 0 .066.066h.013c0 .01.004.014.013.014l.013.013h.027v.013h.026c.017.009.04.013.065.013h.984a.267.267 0 0 0 .276-.264Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M11 11h28v28H11z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  width: 50px;
}
.line-side-popover .popover-header {
  background-color: #383D40 !important;
  color: #fff;
  text-align: center;
}
.line-side-popover .popover-close {
  color: #fff;
}
.line-side-popover .line-icon-head {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.854 13.604c-2.1 2.432-6.786 5.383-7.854 5.835-1.022.433-.92-.221-.877-.501l.005-.036c.02-.1.066-.387.141-.858.037-.264.075-.66-.028-.914-.113-.283-.553-.424-.881-.5C3.552 16 0 12.615 0 8.58 0 4.084 4.48.417 10 .417c5.51 0 10 3.667 10 8.163 0 1.8-.703 3.422-2.146 5.024Zm-1.337-2.582h-2.812a.188.188 0 0 1-.187-.189V6.44c0-.103.084-.188.187-.188h2.812c.103 0 .187.085.187.188v.717a.189.189 0 0 1-.187.188h-1.912v.745h1.912c.103 0 .187.085.187.189v.716a.189.189 0 0 1-.187.188h-1.912v.745h1.912c.103 0 .187.085.187.189v.716a.189.189 0 0 1-.187.189Zm-13.206 0h2.812a.189.189 0 0 0 .188-.189v-.716a.189.189 0 0 0-.188-.189H4.211V6.44a.189.189 0 0 0-.187-.188H3.31a.189.189 0 0 0-.187.188v4.394c0 .103.084.188.187.188Zm4.499-4.77h-.712a.188.188 0 0 0-.188.188v4.393c0 .104.084.189.188.189h.712a.188.188 0 0 0 .187-.189V6.44a.188.188 0 0 0-.187-.188Zm5.024 4.581V6.44a.19.19 0 0 0-.197-.188h-.703c-.103 0-.197.085-.197.188v2.602L9.741 6.337c0-.007-.003-.013-.01-.02L9.713 6.3l-.01-.01h-.01c0-.006-.002-.009-.008-.009v-.01h-.02l-.009-.009h-.009c-.006 0-.01-.003-.01-.01H8.88a.197.197 0 0 0-.197.19v4.392c0 .104.093.189.197.189h.702a.19.19 0 0 0 .197-.189V8.222l1.996 2.715a.17.17 0 0 0 .047.047h.01c0 .006.003.01.01.01l.009.009h.019v.01h.018a.123.123 0 0 0 .047.009h.703a.19.19 0 0 0 .197-.189Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.line-side-popover .popover-header .popover-close {
  cursor: pointer;
  float: right;
  text-align: right;
}

.phone-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.98138 1.96076L8.1112 1.59955C9.17066 1.26145 10.3026 1.8085 10.7562 2.87742L11.6592 5.00684C12.0519 5.934 11.8335 7.02497 11.1195 7.70327L9.12971 9.5912C9.25256 10.721 9.63267 11.833 10.269 12.9271C10.8732 13.9856 11.6837 14.9122 12.6525 15.6519L15.0423 14.8539C15.9474 14.5525 16.9345 14.9001 17.4889 15.7159L18.7835 17.6164C19.4293 18.5657 19.3127 19.874 18.5116 20.6783L17.6537 21.5403C16.799 22.3982 15.5778 22.71 14.4491 22.3572C11.782 21.5256 9.33236 19.0571 7.09584 14.9515C4.85616 10.8397 4.0655 7.34942 4.72491 4.48499C5.00211 3.27957 5.85997 2.31881 6.98138 1.96076Z' fill='%23292F36'/%3E%3C/svg%3E");
}

.facebook-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.5685 13.4966L18.2628 9.16268H13.9058V6.33915C13.8752 6.01542 13.9212 5.68888 14.0403 5.38442C14.1594 5.07996 14.3488 4.80502 14.5941 4.57996C14.8395 4.35491 15.1345 4.18554 15.4577 4.08433C15.7809 3.98311 16.1237 3.95279 16.4608 3.9954H18.44V0.296415C17.2775 0.115211 16.1027 0.0161746 14.925 0C11.3361 0 8.98776 2.07549 8.98776 5.8449V9.16268H5V13.4966H8.98776V24H13.9058V13.4966H17.5685Z' fill='white'/%3E%3C/svg%3E");
}

.instagram-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2.16094C15.2063 2.16094 15.5859 2.175 16.8469 2.23125C18.0188 2.28281 18.6516 2.47969 19.0734 2.64375C19.6313 2.85938 20.0344 3.12188 20.4516 3.53906C20.8734 3.96094 21.1313 4.35938 21.3469 4.91719C21.5109 5.33906 21.7078 5.97656 21.7594 7.14375C21.8156 8.40937 21.8297 8.78906 21.8297 11.9906C21.8297 15.1969 21.8156 15.5766 21.7594 16.8375C21.7078 18.0094 21.5109 18.6422 21.3469 19.0641C21.1313 19.6219 20.8687 20.025 20.4516 20.4422C20.0297 20.8641 19.6313 21.1219 19.0734 21.3375C18.6516 21.5016 18.0141 21.6984 16.8469 21.75C15.5813 21.8062 15.2016 21.8203 12 21.8203C8.79375 21.8203 8.41406 21.8062 7.15313 21.75C5.98125 21.6984 5.34844 21.5016 4.92656 21.3375C4.36875 21.1219 3.96563 20.8594 3.54844 20.4422C3.12656 20.0203 2.86875 19.6219 2.65313 19.0641C2.48906 18.6422 2.29219 18.0047 2.24063 16.8375C2.18438 15.5719 2.17031 15.1922 2.17031 11.9906C2.17031 8.78438 2.18438 8.40469 2.24063 7.14375C2.29219 5.97187 2.48906 5.33906 2.65313 4.91719C2.86875 4.35938 3.13125 3.95625 3.54844 3.53906C3.97031 3.11719 4.36875 2.85938 4.92656 2.64375C5.34844 2.47969 5.98594 2.28281 7.15313 2.23125C8.41406 2.175 8.79375 2.16094 12 2.16094ZM12 0C8.74219 0 8.33438 0.0140625 7.05469 0.0703125C5.77969 0.126563 4.90313 0.332812 4.14375 0.628125C3.35156 0.9375 2.68125 1.34531 2.01563 2.01562C1.34531 2.68125 0.9375 3.35156 0.628125 4.13906C0.332812 4.90313 0.126563 5.775 0.0703125 7.05C0.0140625 8.33437 0 8.74219 0 12C0 15.2578 0.0140625 15.6656 0.0703125 16.9453C0.126563 18.2203 0.332812 19.0969 0.628125 19.8563C0.9375 20.6484 1.34531 21.3188 2.01563 21.9844C2.68125 22.65 3.35156 23.0625 4.13906 23.3672C4.90313 23.6625 5.775 23.8687 7.05 23.925C8.32969 23.9812 8.7375 23.9953 11.9953 23.9953C15.2531 23.9953 15.6609 23.9812 16.9406 23.925C18.2156 23.8687 19.0922 23.6625 19.8516 23.3672C20.6391 23.0625 21.3094 22.65 21.975 21.9844C22.6406 21.3188 23.0531 20.6484 23.3578 19.8609C23.6531 19.0969 23.8594 18.225 23.9156 16.95C23.9719 15.6703 23.9859 15.2625 23.9859 12.0047C23.9859 8.74688 23.9719 8.33906 23.9156 7.05938C23.8594 5.78438 23.6531 4.90781 23.3578 4.14844C23.0625 3.35156 22.6547 2.68125 21.9844 2.01562C21.3188 1.35 20.6484 0.9375 19.8609 0.632812C19.0969 0.3375 18.225 0.13125 16.95 0.075C15.6656 0.0140625 15.2578 0 12 0Z' fill='white'/%3E%3Cpath d='M12 5.83594C8.59688 5.83594 5.83594 8.59688 5.83594 12C5.83594 15.4031 8.59688 18.1641 12 18.1641C15.4031 18.1641 18.1641 15.4031 18.1641 12C18.1641 8.59688 15.4031 5.83594 12 5.83594ZM12 15.9984C9.79219 15.9984 8.00156 14.2078 8.00156 12C8.00156 9.79219 9.79219 8.00156 12 8.00156C14.2078 8.00156 15.9984 9.79219 15.9984 12C15.9984 14.2078 14.2078 15.9984 12 15.9984Z' fill='white'/%3E%3Cpath d='M19.8469 5.59214C19.8469 6.38902 19.2 7.0312 18.4078 7.0312C17.6109 7.0312 16.9688 6.38433 16.9688 5.59214C16.9688 4.79526 17.6156 4.15308 18.4078 4.15308C19.2 4.15308 19.8469 4.79995 19.8469 5.59214Z' fill='white'/%3E%3C/svg%3E");
}

.tiktok-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.2271 0H10.8565V13.6232C10.8565 15.2464 9.56018 16.5797 7.94691 16.5797C6.33363 16.5797 5.03726 15.2464 5.03726 13.6232C5.03726 12.029 6.30483 10.7246 7.8605 10.6667V7.24639C4.43229 7.30433 1.66669 10.1159 1.66669 13.6232C1.66669 17.1594 4.4899 20 7.97573 20C11.4615 20 14.2847 17.1304 14.2847 13.6232V6.63767C15.5523 7.56522 17.1079 8.11594 18.75 8.14495V4.72464C16.2149 4.63768 14.2271 2.55072 14.2271 0Z' fill='%2333584A'/%3E%3C/svg%3E");
}

.phone-w-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.98138 1.96076L8.1112 1.59955C9.17066 1.26145 10.3026 1.8085 10.7562 2.87742L11.6592 5.00684C12.0519 5.934 11.8335 7.02497 11.1195 7.70327L9.12971 9.5912C9.25256 10.721 9.63267 11.833 10.269 12.9271C10.8732 13.9856 11.6837 14.9122 12.6525 15.6519L15.0423 14.8539C15.9474 14.5525 16.9345 14.9001 17.4889 15.7159L18.7835 17.6164C19.4293 18.5657 19.3127 19.874 18.5116 20.6783L17.6537 21.5403C16.799 22.3982 15.5778 22.71 14.4491 22.3572C11.782 21.5256 9.33236 19.0571 7.09584 14.9515C4.85616 10.8397 4.0655 7.34942 4.72491 4.48499C5.00211 3.27957 5.85997 2.31881 6.98138 1.96076Z' fill='white'/%3E%3C/svg%3E");
}

.mail-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M20 4.43018H4C2.9 4.43018 2.01 5.33018 2.01 6.43018L2 18.4302C2 19.5302 2.9 20.4302 4 20.4302H20C21.1 20.4302 22 19.5302 22 18.4302V6.43018C22 5.33018 21.1 4.43018 20 4.43018ZM19.6 8.68018L12.53 13.1002C12.21 13.3002 11.79 13.3002 11.47 13.1002L4.4 8.68018C4.29973 8.62389 4.21192 8.54784 4.14189 8.45663C4.07186 8.36542 4.02106 8.26095 3.99258 8.14955C3.96409 8.03814 3.9585 7.92211 3.97616 7.80848C3.99381 7.69485 4.03434 7.58599 4.09528 7.48848C4.15623 7.39096 4.23632 7.30683 4.33073 7.24117C4.42513 7.17551 4.53187 7.12969 4.6445 7.10647C4.75712 7.08326 4.87328 7.08314 4.98595 7.10612C5.09863 7.12911 5.20546 7.17471 5.3 7.24018L12 11.4302L18.7 7.24018C18.7945 7.17471 18.9014 7.12911 19.014 7.10612C19.1267 7.08314 19.2429 7.08326 19.3555 7.10647C19.4681 7.12969 19.5749 7.17551 19.6693 7.24117C19.7637 7.30683 19.8438 7.39096 19.9047 7.48848C19.9657 7.58599 20.0062 7.69485 20.0238 7.80848C20.0415 7.92211 20.0359 8.03814 20.0074 8.14955C19.9789 8.26095 19.9281 8.36542 19.8581 8.45663C19.7881 8.54784 19.7003 8.62389 19.6 8.68018Z' fill='white'/%3E%3C/svg%3E");
}

.line-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5616 15.4491C18.2614 18.1137 13.1271 21.3464 11.9565 21.8422C10.8366 22.3165 10.9479 21.5996 10.9956 21.2925L11.0016 21.2535C11.0221 21.1433 11.0734 20.83 11.1556 20.3136C11.1967 20.0244 11.2377 19.5906 11.1248 19.3118C11.0016 19.0019 10.5189 18.847 10.1595 18.7644C4.89178 18.0724 1 14.3646 1 9.94417C1 5.01765 5.90836 1 11.9565 1C17.9944 1 22.913 5.01765 22.913 9.94417C22.913 11.9168 22.1429 13.6933 20.5616 15.4491ZM19.0966 12.6193H16.0161C15.9031 12.6193 15.8107 12.5264 15.8107 12.4128V12.4025V7.59987C15.8107 7.48626 15.9031 7.39331 16.0161 7.39331H19.0966C19.2096 7.39331 19.302 7.48626 19.302 7.59987V8.38481C19.302 8.49842 19.2096 8.59137 19.0966 8.59137H17.0018V9.4073H19.0966C19.2096 9.4073 19.302 9.50025 19.302 9.61386V10.3988C19.302 10.5124 19.2096 10.6054 19.0966 10.6054H17.0018V11.4213H19.0966C19.2096 11.4213 19.302 11.5142 19.302 11.6278V12.4128C19.302 12.5264 19.2096 12.6193 19.0966 12.6193ZM4.62825 12.6193H4.63853H7.70881C7.82177 12.6193 7.91418 12.5264 7.91418 12.4128V11.6278C7.91418 11.5142 7.82177 11.4213 7.70881 11.4213H5.61404V7.59987C5.61404 7.48626 5.52162 7.39331 5.40866 7.39331H4.62825C4.5153 7.39331 4.42288 7.48626 4.42288 7.59987V12.4025V12.4128C4.42288 12.5264 4.5153 12.6193 4.62825 12.6193ZM9.55695 7.39331H8.7767C8.6633 7.39331 8.57137 7.48579 8.57137 7.59987V12.4128C8.57137 12.5269 8.6633 12.6193 8.7767 12.6193H9.55695C9.67035 12.6193 9.76227 12.5269 9.76227 12.4128V7.59987C9.76227 7.48579 9.67035 7.39331 9.55695 7.39331ZM15.0611 12.4128V7.59987C15.0611 7.48626 14.9687 7.39331 14.8455 7.39331H14.0753C13.9624 7.39331 13.8597 7.48626 13.8597 7.59987V10.4504L11.6725 7.48626C11.6725 7.47937 11.6691 7.47249 11.6622 7.4656L11.6417 7.44495L11.6314 7.43462H11.6212C11.6212 7.42773 11.6177 7.42429 11.6109 7.42429V7.41396H11.5904L11.5801 7.40364H11.5698C11.563 7.40364 11.5596 7.4002 11.5596 7.39331H11.5493H11.539H11.5287H11.5185H11.5082H11.4979H10.7278C10.6148 7.39331 10.5122 7.48626 10.5122 7.59987V12.4128C10.5122 12.5264 10.6148 12.6193 10.7278 12.6193H11.4979C11.6212 12.6193 11.7136 12.5264 11.7136 12.4128V9.55189L13.9008 12.5264C13.9145 12.547 13.9316 12.5643 13.9521 12.578H13.9624C13.9624 12.5849 13.9658 12.5884 13.9727 12.5884L13.9829 12.5987H13.9932H14.0035V12.609H14.024C14.0377 12.6159 14.0548 12.6193 14.0753 12.6193H14.8455C14.9687 12.6193 15.0611 12.5264 15.0611 12.4128Z' fill='white'/%3E%3C/svg%3E");
}

.youtube-icon {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Cpath d='M19.8008 3.43018C19.8008 3.43018 19.6055 2.05127 19.0039 1.4458C18.2422 0.648926 17.3906 0.645019 17 0.598144C14.2031 0.395019 10.0039 0.39502 10.0039 0.39502H9.99609C9.99609 0.39502 5.79688 0.395019 3 0.598144C2.60938 0.645019 1.75781 0.648926 0.996094 1.4458C0.394531 2.05127 0.203125 3.43018 0.203125 3.43018C0.203125 3.43018 0 5.05127 0 6.66846V8.18408C0 9.80127 0.199219 11.4224 0.199219 11.4224C0.199219 11.4224 0.394531 12.8013 0.992187 13.4067C1.75391 14.2036 2.75391 14.1763 3.19922 14.2622C4.80078 14.4146 10 14.4614 10 14.4614C10 14.4614 14.2031 14.4536 17 14.2544C17.3906 14.2075 18.2422 14.2036 19.0039 13.4067C19.6055 12.8013 19.8008 11.4224 19.8008 11.4224C19.8008 11.4224 20 9.80518 20 8.18408V6.66846C20 5.05127 19.8008 3.43018 19.8008 3.43018ZM7.93359 10.0239V4.40283L13.3359 7.22314L7.93359 10.0239Z' fill='white'/%3E%3C/svg%3E");
}

.instagram-w-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M10 2.23096C12.6719 2.23096 12.9883 2.24268 14.0391 2.28955C15.0156 2.33252 15.543 2.49658 15.8945 2.6333C16.3594 2.81299 16.6953 3.03174 17.043 3.37939C17.3945 3.73096 17.6094 4.06299 17.7891 4.52783C17.9258 4.8794 18.0898 5.41064 18.1328 6.3833C18.1797 7.43799 18.1914 7.7544 18.1914 10.4224C18.1914 13.0942 18.1797 13.4106 18.1328 14.4614C18.0898 15.438 17.9258 15.9653 17.7891 16.3169C17.6094 16.7817 17.3906 17.1177 17.043 17.4653C16.6914 17.8169 16.3594 18.0317 15.8945 18.2114C15.543 18.3481 15.0117 18.5122 14.0391 18.5552C12.9844 18.6021 12.668 18.6138 10 18.6138C7.32812 18.6138 7.01172 18.6021 5.96094 18.5552C4.98438 18.5122 4.45703 18.3481 4.10547 18.2114C3.64062 18.0317 3.30469 17.813 2.95703 17.4653C2.60547 17.1138 2.39062 16.7817 2.21094 16.3169C2.07422 15.9653 1.91016 15.4341 1.86719 14.4614C1.82031 13.4067 1.80859 13.0903 1.80859 10.4224C1.80859 7.75049 1.82031 7.43408 1.86719 6.3833C1.91016 5.40674 2.07422 4.8794 2.21094 4.52783C2.39062 4.06299 2.60937 3.72705 2.95703 3.37939C3.30859 3.02783 3.64062 2.81299 4.10547 2.6333C4.45703 2.49658 4.98828 2.33252 5.96094 2.28955C7.01172 2.24268 7.32812 2.23096 10 2.23096ZM10 0.430176C7.28516 0.430176 6.94531 0.441895 5.87891 0.48877C4.81641 0.535645 4.08594 0.707519 3.45312 0.953613C2.79297 1.21143 2.23438 1.55127 1.67969 2.10986C1.12109 2.66455 0.78125 3.22315 0.523437 3.8794C0.277344 4.51611 0.105469 5.24268 0.0585938 6.30518C0.0117188 7.37549 0 7.71533 0 10.4302C0 13.145 0.0117188 13.4849 0.0585938 14.5513C0.105469 15.6138 0.277344 16.3442 0.523437 16.9771C0.78125 17.6372 1.12109 18.1958 1.67969 18.7505C2.23438 19.3052 2.79297 19.6489 3.44922 19.9028C4.08594 20.1489 4.8125 20.3208 5.875 20.3677C6.94141 20.4146 7.28125 20.4263 9.99609 20.4263C12.7109 20.4263 13.0508 20.4146 14.1172 20.3677C15.1797 20.3208 15.9102 20.1489 16.543 19.9028C17.1992 19.6489 17.7578 19.3052 18.3125 18.7505C18.8672 18.1958 19.2109 17.6372 19.4648 16.981C19.7109 16.3442 19.8828 15.6177 19.9297 14.5552C19.9766 13.4888 19.9883 13.1489 19.9883 10.4341C19.9883 7.71924 19.9766 7.3794 19.9297 6.31299C19.8828 5.25049 19.7109 4.52002 19.4648 3.88721C19.2187 3.22314 18.8789 2.66455 18.3203 2.10986C17.7656 1.55518 17.207 1.21143 16.5508 0.95752C15.9141 0.711426 15.1875 0.539551 14.125 0.492676C13.0547 0.441895 12.7148 0.430176 10 0.430176Z' fill='white'/%3E%3Cpath d='M10 5.29346C7.16406 5.29346 4.86328 7.59424 4.86328 10.4302C4.86328 13.2661 7.16406 15.5669 10 15.5669C12.8359 15.5669 15.1367 13.2661 15.1367 10.4302C15.1367 7.59424 12.8359 5.29346 10 5.29346ZM10 13.7622C8.16016 13.7622 6.66797 12.27 6.66797 10.4302C6.66797 8.59033 8.16016 7.09814 10 7.09814C11.8398 7.09814 13.332 8.59033 13.332 10.4302C13.332 12.27 11.8398 13.7622 10 13.7622Z' fill='white'/%3E%3Cpath d='M16.5391 5.09033C16.5391 5.7544 16 6.28955 15.3398 6.28955C14.6758 6.28955 14.1406 5.75049 14.1406 5.09033C14.1406 4.42627 14.6797 3.89111 15.3398 3.89111C16 3.89111 16.5391 4.43018 16.5391 5.09033Z' fill='white'/%3E%3C/svg%3E");
}

.facebook-w-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M14.8437 11.6773L15.3875 8.06575H11.9751V5.7128C11.9511 5.44302 11.9871 5.17091 12.0804 4.91719C12.1737 4.66348 12.322 4.43436 12.5142 4.24681C12.7064 4.05926 12.9375 3.91813 13.1906 3.83378C13.4437 3.74944 13.7122 3.72417 13.9762 3.75968H15.5263V0.677189C14.6159 0.526185 13.6957 0.443655 12.7733 0.430176C9.96246 0.430176 8.12324 2.15975 8.12324 5.30093V8.06575H5V11.6773H8.12324V20.4302H11.9751V11.6773H14.8437Z' fill='white'/%3E%3C/svg%3E");
}

.tiktok-w-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M12.0931 0H9.22811V11.5797C9.22811 12.9594 8.12622 14.0928 6.75493 14.0928C5.38365 14.0928 4.28174 12.9594 4.28174 11.5797C4.28174 10.2246 5.35917 9.11592 6.68149 9.06667V6.15943C3.76751 6.20868 1.41675 8.59855 1.41675 11.5797C1.41675 14.5855 3.81648 17 6.77943 17C9.74234 17 12.1421 14.5609 12.1421 11.5797V5.64202C13.2195 6.43044 14.5418 6.89855 15.9376 6.9232V4.01594C13.7827 3.94203 12.0931 2.16811 12.0931 0Z' fill='white'/%3E%3C/svg%3E");
}

.service-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service-card .over-card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAB/CAYAAADRn43aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAdpSURBVHgB7Z1PjBNVHMd/M9vdtssu27LyZyUbgYgKAbNq4kEOmMCBgxi4qAcSTYwXY6IHD9706A0vejNwMESjkURJwASCJHIzwUhCIgIbKIImsF3a2k53247vN6WmKZ32NzNvZt6b/j4J2dLOhs1++L35ve+8NwPAMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMEQWi7UtBjCJYbFo58ZN65IJTCJAoSmzft4G2MJSE8L4mHUUwF7A1yw1AdwqW0dtG97q/J2lak6hXP/YaNkfdL/HjZLGoFBotT7pfZ+lasrtysqbdrN5vN9nLFVDCsXyy2Cmzrt9zudUzbhdrCyAOXZy0DEpYLQB0yJRhig0N+g4Hn41AYWOm+CEC8OOZaka0In/KEIRPqcqTnf8R/0elqo43fEfFZaqML3xHxWWqij94j8q3CgpiFv8R4WlKsag+I8KS1WIYfEfFT6nKgIl/qPCMaECUOM/Kjz8xoyX+I8KS40Rr/EfFT6nxoSf+I8KS40JP/EfFZYaA37jPyosNWKCxH9UuFGKkKDxHxWWGhGFivU+NO3PIAJYagTcKv57yDBNKWkRBZYaMhj/2aYp8lxDSlpEgWPCEJEd/1HhSg2JMOI/Kiw1BOIUivA8VTLt+M84GZdQhKVKJjVWOxZW/EeFpUoE4z+wjUMQMyxVElHEf1S4UZJAVPEfFZYakCjjPyosNQBRx39UWKpP4oj/qHBM6IO44j8qXKkeiTstosBSPaCDUITnqURUiP+osFQiKsR/VFgqAVXiPyosdQgqxX9UuFEagGrxHxWW6oKK8R8VltoHVeM/Kiy1hyDx37K1CuV6E4ria2WlAY2W7fzpRkyLIJMyxZ8xmJ4Yg3x2AnIZucEeS+3CT7iA0goPLCiUao8IpIKSc5lx2JbPOrKDwlIf4lUoChTf48iUyaapdGC5LBW8C8XKXFyu+q7MYWDlbs1Nwtx0GvwQvNY1px3/NU+Ll89Qjv/zftURGpJPB/zPcq+6Aqvi6+zkBHhl5Cu1UKqepKRF+Iv+/Z+y0wxFyZRopp6fm3EaLCojXakY/xnEzb+/3nkApXoDomalaTv/rpeheGSlPoz/PqIci0MuDodxYTVanobikZTqJf67W6nD9WIV4garNWWaMEOY045coO/Ef0ShVqMpGqn4hXagdtwjValO/AfGcerxV5eqojGK/jzqBvps2sOH4ZGpVIz/DNM4Rj0eq/Tvch1U43bJGlqtIyG1vfoPb+ZIz3NvLMtNimSC4ccgEi/V72Kx5Vqw+ahVrcEvZy9A8d4SyGZYNJnoc6pvoSJgKJQsCMLPp8/BT9+fgiu/XYadC7shO5kFWeDoi1d3ME7sR2IrNcjqv2IteGq087ndkBEii/eX4KsvvgTZlOvuP2NipQZZ/VdebUJQHp/fDK+8fth5fafwF5z6Ru4190FdeSKHXy/xXz9uLlsinmtBUFAssnj1GhRu3ARDxLfbnn4SZNASU5v5mf5DeuKkeon/3LgurpPiL00GKBGH4LuiWm/8cc0RvX5uI8jgiVx/qYkafmWt/mu0gldpNwfFMNyp2m+Pn5DSEQ+aqyamUtvxn/0pSGBR8hw1NT4OT+3aAVcuXYZKqex0xC+89KLzfhC25if7vp+ISsX4T/XlnPnZdf9Pa3A4DhPtpXqN/+ICu1/sghHsijMS5629aC3VT/xHAS9xyeTcj2fgokiXkH0HD8Ce/XshKINWQmgrNcy9oimJncbFcxfg7A9nnNd79u2F/a8eABkMWm2opdSwN/9OTchZXO2EDl+3QwcnjHjjMMgim3JXp53UKDb/5tPBulLEiQc/b8eD2CQdefdtkAkuSHNDO6lRbP6dTgcff787dsIRi0Lf+fA9yD+2DmSCgb4bWs1Tg8Z/VPB8VSjVA6VK2WwWVhsNOHTkNdggKUHqgD/f9tlJ18+1Wfcb9V5RXJu0qOiF8rmpNOxYP+X6uRbDbxybf93CchVwS5I6KC/Vy+o/meA8cH5tBlQDqzSTGqxNaalxx39YEbKDiCDguXRYlSLKNkrtJ//ibm4jtnIxxQVQU1TsUi3a/TNubF+3RnS9w6dbSkrFcGHMNE8LoZsgZmbSKecyVxz7aLqZn8m4Xj/tRTmpKt4qDhdPF62Gs6clDjDhenbjNPl4paSqfO+/9Wsm4L4YhmUsc/EC3jZgYdNa51RARRmpXjf/Rg3+UjeLbjjKoRiH3F0bpj0JRZS5368T/9mG8vf+2z67BqbEeRbv94BbM8IAO+6t+YyYUvmbKytRqVHFf7KYFuc4HI4bIkasrMgVi9WJ5898xv9FhdhjQl1vFdcBmyfcYlisNXxXLlbm/EzaqUwvtwFwI1apugvtBbdr4Op+rN6akI3Ce1cmokAMhLDasQnCK0K5TPBLfd3EJlXne/+pTixSdb/3n+pELlXlR38khUinNKo/+iMpRFapujwpIglEIpWFRkvoFwt1evRHUghdqk6P/kgKoUrV7dEfSSE0qTo++iMphNIoJS3+0w3pUjn+i5//AEPUe8UUXZy0AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  bottom: -50px; /* เริ่มจากล่างและขวา เผื่อ offset เลย */
  right: -50px;
  transition: 0.6s all ease;
}
.service-card:hover {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.service-card:hover .over-card {
  bottom: 0;
  right: 0;
}
.service-card img {
  z-index: 1;
  width: 100%;
  height: 100%;
}
.service-card .box-service-detail {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 40px;
  width: 100%;
}
.service-card .box-service-detail .text-service-card {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 4px;
}
.service-card .box-service-detail .title-card {
  color: #204269;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%; /* 36px */
  margin-bottom: 24px;
}
.service-card .box-service-detail .text-detail-card {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.box-head-title {
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #A0D0E4;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .box-head-title {
    margin-bottom: 40px;
  }
}
.box-head-title .box-left {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.box-head-title .box-left .title-head {
  color: #204269;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-bottom: 0px;
}
.box-head-title .box-left .title-sub-head {
  color: #292F36;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.box-head-title .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.list-about-block {
  padding-left: 0px;
  margin-bottom: 0px;
}
.list-about-block li {
  list-style: none;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.list-about-block li:last-child {
  margin-bottom: 0px;
}
.list-about-block li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3C16.9707 3 21 7.0293 21 12C21 16.9707 16.9707 21 12 21C7.0293 21 3 16.9707 3 12C3 7.0293 7.0293 3 12 3ZM14.898 9.273L10.875 13.296L9.102 11.523C8.97404 11.4038 8.8048 11.3389 8.62993 11.3419C8.45506 11.345 8.28821 11.4159 8.16454 11.5395C8.04087 11.6632 7.97003 11.8301 7.96694 12.0049C7.96386 12.1798 8.02877 12.349 8.148 12.477L10.398 14.727C10.5246 14.8534 10.6961 14.9244 10.875 14.9244C11.0539 14.9244 11.2254 14.8534 11.352 14.727L15.852 10.227C15.9183 10.1652 15.9715 10.0907 16.0084 10.0079C16.0453 9.92508 16.0651 9.8357 16.0667 9.74507C16.0683 9.65444 16.0517 9.56441 16.0177 9.48036C15.9838 9.39631 15.9332 9.31996 15.8691 9.25587C15.805 9.19177 15.7287 9.14124 15.6446 9.10729C15.5606 9.07334 15.4706 9.05667 15.3799 9.05827C15.2893 9.05987 15.1999 9.0797 15.1171 9.1166C15.0343 9.15349 14.9598 9.20668 14.898 9.273Z' fill='%237DC263'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 0 0 auto;
}

.header-bg-page {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.header-bg-page img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 101%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bg-page .header-box-text {
  position: absolute;
  width: 100%;
  bottom: 96px;
}
@media screen and (max-width: 1200px) {
  .header-bg-page .header-box-text {
    bottom: 103px;
  }
}
.header-bg-page .header-box-text .header-text {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 10px;
}
.header-bg-page .header-box-text .header-text-sub {
  color: #FFF;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 150%; /* 75px */
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .header-bg-page .header-box-text .header-text-sub {
    font-size: 2.5rem;
  }
}

.box-show-img-text {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.box-show-img-text img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 101%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-show-img-text .text-top-img {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0px 16px;
}
.box-show-img-text .text-top-img .text-happiness {
  color: #FFF;
  font-size: 50px;
  font-weight: 500;
  line-height: 150%; /* 75px */
  margin-bottom: 0px;
  text-align: center;
}

.title-sub-page {
  color: #204269;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 48px */
}

.slick-slider .slick-dots {
  z-index: 111;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.slick-slider .slick-dots li {
  margin: 4px;
  opacity: 0.5;
  background: #C2C2C2;
}

.desktop_banner .slick-dots, .mobile_banner .slick-dots {
  bottom: 36px;
}

.grid-1 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.grid-1 .item-box {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 767.98px) {
  .grid-1 .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .grid-1 .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.grid-2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.grid-2 .item-box {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 767.98px) {
  .grid-2 .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .grid-2 .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.grid-3 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.grid-3 .item-box {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (max-width: 767.98px) {
  .grid-3 .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .grid-3 .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.grid-4 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.grid-4 .item-box {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767.98px) {
  .grid-4 .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .grid-4 .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.grid-5 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.grid-5 .item-box {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 767.98px) {
  .grid-5 .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .grid-5 .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.grid-6 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.grid-6 .item-box {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 767.98px) {
  .grid-6 .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .grid-6 .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.slider-sg .slider-category-page {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  row-gap: 40px;
}
.slider-sg .slider-category-page .item-box {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 767.98px) {
  .slider-sg .slider-category-page .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .slider-sg .slider-category-page .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .slider-sg .slider-category-page {
    row-gap: 24px;
  }
}
.slider-sg .slider-category-page .banner-slider {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 100px;
}
.slider-sg .cat-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
.slider-sg .cat-info:hover .prod-img {
  border: 2px solid #FEC618;
}
.slider-sg .cat-info .prod-img {
  max-width: 160px;
  max-height: 160px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #E1E1E1;
  border-radius: 100%;
}
.slider-sg .cat-info .prod-img img {
  width: 100%;
}
.slider-sg .cat-info .link-cat {
  color: #212121;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}

.text-title-block {
  color: #7DC263;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 8px;
}

.about-block {
  padding: 60px 0px;
  background: #EAF2FF;
}
@media screen and (min-width: 1200px) {
  .about-block .box-detail-left {
    padding-right: 12px;
  }
}
.about-block .box-detail-left .text-welcome {
  color: #204269;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-bottom: 8px;
}
.about-block .box-detail-left .text-morgen-clinic {
  color: #204269;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 100%; /* 55px */
  margin-bottom: 32px;
}
.about-block .box-detail-left .text-about-detail {
  color: #292F36;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
}
.about-block .box-img-about {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 1200px) {
  .about-block .box-img-about {
    margin: 44px 0px;
  }
}
.about-block .box-img-about img {
  border-radius: 5px;
}
.about-block .box-img-about .box-img-top {
  padding-right: 72px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .about-block .box-img-about .box-img-top {
    padding-right: 55px;
  }
}
.about-block .box-img-about .box-img-bottom {
  padding-left: 72px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .about-block .box-img-about .box-img-bottom {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .about-block .box-detail-right {
    padding-left: 12px;
  }
}
.about-block .box-detail-right .text-morgen-clinic-right {
  color: #204269;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-bottom: 32px;
}

.our-technic {
  padding: 80px 0px;
}
@media screen and (max-width: 1200px) {
  .our-technic .our-technic-img-slider {
    margin-bottom: 72px;
  }
}
.our-technic .title-technic {
  color: #204269;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-bottom: 16px;
}
.our-technic .title-sub-technic {
  color: #204269;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
}
.our-technic .title-sub-technic .text-sub-technic {
  font-size: 1.5rem;
}
.our-technic .group-list-technic {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.our-technic .group-list-technic .head-list {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #75C556;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.our-technic .group-list-technic .head-list.mini-fn {
  font-size: 0.875rem;
}
.our-technic .group-list-technic .text-list {
  color: #292F36;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.our-technic .box-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border-radius: 10px;
  background: rgba(125, 194, 99, 0.2);
}
@media screen and (max-width: 1200px) {
  .our-technic .box-service {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .our-technic .box-service .box-service-left {
    width: 100%;
  }
}
.our-technic .box-service .box-service-left .title-service {
  color: #292F36;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.our-technic .box-service .box-service-left .text-service {
  color: #707070;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .our-technic .box-service .box-service-right {
    width: 100%;
  }
}
.our-technic .box-service .box-service-right .link-service {
  color: #4F7B8E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 2px;
  transition: none;
}
.our-technic .box-service .box-service-right .link-service::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.37391 19.768C9.11177 19.7685 8.85772 19.68 8.65587 19.5177C8.54226 19.4264 8.44836 19.3142 8.37952 19.1875C8.31069 19.0609 8.26829 18.9224 8.25474 18.7798C8.24119 18.6373 8.25676 18.4935 8.30057 18.3569C8.34438 18.2202 8.41555 18.0932 8.51002 17.9832L13.5363 12.1499L8.68953 6.30575C8.59633 6.19443 8.52674 6.06634 8.48474 5.92885C8.44275 5.79135 8.42918 5.64716 8.44482 5.50456C8.46046 5.36196 8.50499 5.22377 8.57587 5.09792C8.64675 4.97207 8.74257 4.86105 8.85782 4.77125C8.9739 4.67217 9.10984 4.59744 9.25711 4.55174C9.40437 4.50605 9.55979 4.49037 9.7136 4.5057C9.86741 4.52103 10.0163 4.56703 10.1509 4.64082C10.2855 4.71461 10.403 4.81459 10.4958 4.93449L15.9148 11.4643C16.0798 11.659 16.17 11.9033 16.17 12.1554C16.17 12.4074 16.0798 12.6517 15.9148 12.8464L10.3051 19.3762C10.1926 19.5079 10.0496 19.6121 9.8878 19.6801C9.726 19.7482 9.54995 19.7783 9.37391 19.768Z' fill='%234F7B8E'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.our-technic .box-service .box-service-right .link-service:hover {
  color: #85B4C7;
}
.our-technic .box-service .box-service-right .link-service:hover::after {
  filter: brightness(0) saturate(100%) invert(78%) sepia(97%) saturate(1414%) hue-rotate(169deg) brightness(91%) contrast(68%);
}
.our-technic .slick-dots {
  position: relative;
  bottom: 0px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .our-technic .slick-dots {
    margin-top: 20px;
  }
}
.our-technic .slick-dots li {
  width: 33.75px;
  height: 4.43px;
}
.our-technic .slick-dots li.slick-active {
  width: 33.75px;
  height: 4.43px;
  background-color: #7DC263;
}

.our-service {
  background-color: #EAF2FF;
  padding: 60px 0px;
}
.our-service .service-group {
  row-gap: 24px;
}
.our-service [class^=col-],
.our-service [class*=" col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.our-service .slick-dots {
  position: relative;
  bottom: 0px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .our-service .slick-dots {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.our-service .slick-dots li {
  width: 33.75px;
  height: 4.43px;
}
.our-service .slick-dots li.slick-active {
  width: 33.75px;
  height: 4.43px;
  background-color: #7DC263;
}

.promotion-block {
  padding: 58px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #204269;
}
@media screen and (min-width: 1200px) {
  .promotion-block .container {
    width: 1096px;
  }
}
.promotion-block .box-left .text-promotion-one {
  color: var(--White, #FFF);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 0px;
}
.promotion-block .box-left .text-promotion-two {
  color: #FFF;
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 150%; /* 102px */
  margin-bottom: 0px;
}
.promotion-block .box-left .list-promotion {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.promotion-block .box-left .link-bn-arrow {
  margin-top: 20px;
}
.promotion-block .box-img {
  padding-left: 56px;
}
@media screen and (max-width: 1200px) {
  .promotion-block .box-img {
    padding-top: 88px;
    padding-left: 0px;
  }
  .promotion-block .box-img img {
    width: 100%;
  }
}

.doctor-profile-block {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
.doctor-profile-block .container {
  position: relative;
}
.doctor-profile-block .bg-doctor {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 922px) {
  .doctor-profile-block .row-doctor-profile {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .doctor-profile-block .box-left {
    position: absolute;
    left: 0;
  }
}
.doctor-profile-block .box-img {
  position: relative;
  z-index: 1;
}
.doctor-profile-block .box-img img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 1200px) {
  .doctor-profile-block .box-img img {
    width: 425px;
    margin-left: 88px;
    border-radius: 10px;
  }
}
.doctor-profile-block .box-img .doctor-name {
  background: #161C2D;
  box-shadow: 0px 62px 64px -10px rgba(1, 23, 48, 0.12);
  padding: 16px 26px;
}
@media screen and (min-width: 1200px) {
  .doctor-profile-block .box-img .doctor-name {
    position: absolute;
    bottom: 40px;
    width: 351px;
    border-radius: 10px;
  }
}
.doctor-profile-block .box-img .doctor-name .text-position {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.doctor-profile-block .box-img .doctor-name .text-doctor-name {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.doctor-profile-block .box-right {
  max-width: 1036px !important;
}
.doctor-profile-block .box-right .box-detail {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 16px;
}
@media screen and (min-width: 1200px) {
  .doctor-profile-block .box-right .box-detail {
    border-radius: 10px;
    margin-top: 22px;
    padding: 32px 32px 32px 270px;
  }
}
.doctor-profile-block .box-right .box-detail .title-officer {
  color: #7DC263;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 4px;
}
.doctor-profile-block .box-right .box-detail .title-doctor-name {
  color: #204269;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%; /* 60px */
  margin-bottom: 4px;
}
.doctor-profile-block .box-right .box-detail .title-doctor-name-th {
  color: #204269;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 4px;
}
.doctor-profile-block .box-right .box-detail .title-doctor-name-en {
  color: #204269;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 24px;
}
.doctor-profile-block .box-right .box-detail .link-bn-arrow {
  margin-top: 40px;
}
.doctor-profile-block .box-right .box-detail .list-about-block li {
  margin-bottom: 16px;
}

.tiktok-block {
  padding: 60px 0px;
  background-color: #EAF2FF;
  background-image: url("/default_image/tiktok-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .tiktok-block {
    padding: 40px 0px;
  }
}
.tiktok-block .title-tiktok {
  color: #204269;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-top: 20px;
  margin-bottom: 20px;
}
.tiktok-block .text-tiktok {
  color: #292F36;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  max-width: 536px;
  margin-bottom: 20px;
}
.tiktok-block .link-tiktok {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .tiktok-block .link-tiktok {
    padding-bottom: 10px;
    border-bottom: 1px solid #A0D0E4;
    margin-bottom: 24px;
  }
}
.tiktok-block .link-tiktok::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M12.0931 0H9.22811V11.5797C9.22811 12.9594 8.12622 14.0928 6.75493 14.0928C5.38365 14.0928 4.28174 12.9594 4.28174 11.5797C4.28174 10.2246 5.35917 9.11592 6.68149 9.06667V6.15943C3.76751 6.20868 1.41675 8.59855 1.41675 11.5797C1.41675 14.5855 3.81648 17 6.77943 17C9.74234 17 12.1421 14.5609 12.1421 11.5797V5.64202C13.2195 6.43044 14.5418 6.89855 15.9376 6.9232V4.01594C13.7827 3.94203 12.0931 2.16811 12.0931 0Z' fill='%23292F36'/%3E%3C/svg%3E");
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.tiktok-block .iframe-tiktok {
  padding-right: 24px;
}
.tiktok-block .slick-dots {
  position: relative;
  bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .tiktok-block .slick-dots {
    margin-top: 24px;
  }
}
.tiktok-block .slick-dots li {
  width: 33.75px;
  height: 4.43px;
}
.tiktok-block .slick-dots li.slick-active {
  width: 33.75px;
  height: 4.43px;
  background-color: #7DC263;
}

.reivew-block {
  padding-bottom: 60px;
}
.reivew-block.reivew-one-block {
  padding-top: 80px;
}
.reivew-block.reivew-last {
  padding-bottom: 80px;
}
.reivew-block .box-img-review {
  padding: 0px 12px;
}
.reivew-block .box-img-review img {
  width: 100%;
}
.reivew-block .slick-dots {
  position: relative;
  bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .reivew-block .slick-dots {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.reivew-block .slick-dots li {
  width: 33.75px;
  height: 4.43px;
}
.reivew-block .slick-dots li.slick-active {
  width: 33.75px;
  height: 4.43px;
  background-color: #7DC263;
}

.contact-form-box {
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.contact-form-box .contact-bg {
  position: absolute;
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-box .box-text-contact {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.contact-form-box .box-text-contact .title-contact {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 150%; /* 75px */
  margin-bottom: 10px;
}
.contact-form-box .box-text-contact .text-contact {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .contact-form-box .box-form {
    width: 365px;
    margin-left: auto;
  }
}
.contact-form-box .box-form .form-row-inner label {
  display: none;
}
.contact-form-box .box-form .form-group {
  margin-bottom: 24px;
}
.contact-form-box .box-form button {
  width: 100%;
  border-radius: 20px;
  color: #204269;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}

.promotion-slider {
  text-align: center;
  position: relative;
}
.promotion-slider.promotion-slider-page {
  background: #EAF2FF;
  background-image: url("/default_image/promotion-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .promotion-slider.promotion-slider-page {
    background-image: url("/default_image/promotion-mb-bg.png");
  }
}
.promotion-slider ul {
  padding-inline-start: 0px;
}
.promotion-slider .promotion-slider-list {
  padding: 60px 0px !important;
  margin: 0px !important;
}
.promotion-slider .promotion-slider-list li {
  display: inline-block;
  text-align: center;
}
.promotion-slider .promotion-slider-list .product-item {
  padding: 16px 16px 24px 16px;
  border-radius: 20px !important;
}
.promotion-slider .promotion-slider-list .product-item:hover,
.promotion-slider .promotion-slider-list .product-item.active {
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.promotion-slider .promotion-slider-list .product-item:hover .link-detail,
.promotion-slider .promotion-slider-list .product-item.active .link-detail {
  opacity: 1;
}
.promotion-slider .promotion-slider-list .product-item .link-detail {
  opacity: 0;
}
.promotion-slider .promotion-slider-list .prod-img {
  margin-bottom: 16px;
  border-radius: 10px;
}
.promotion-slider .promotion-slider-list .date {
  margin-bottom: 16px;
  color: #707070;
}
.promotion-slider .promotion-slider-list .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.promotion-slider .promotion-slider-list .slick-slide img {
  width: 100%;
}
.promotion-slider .promotion-slider-list .slick-slide:not(.slick-center) {
  transform: scale(0.94);
  margin-bottom: 40px;
}
.promotion-slider .promotion-slider-list .slick-current.slick-center {
  transform: scale(1.05);
}
.promotion-slider .promotion-slider-list .slick-current .product-item {
  background: #FFF;
  border-radius: 5px;
}
.promotion-slider .promotion-slider-list .slick-current .link-detail {
  opacity: 1;
  font-weight: 500;
}
.promotion-slider .promotion-slider-list .slick-dots {
  bottom: 0;
  position: relative;
}
.promotion-slider .promotion-slider-list .slick-list {
  position: relative;
  padding-bottom: 50px;
}
.promotion-slider .promotion-slider-list .slick-center {
  margin-bottom: 50px;
}
.promotion-slider .slick-slider .slick-dots li {
  width: 34px;
  height: 5px;
  margin: 4px;
  opacity: 0.5;
  border-radius: 10px;
  background: #333333;
}
.promotion-slider .slick-slider .slick-dots li.slick-active {
  background: #7DC263;
  opacity: 0.5;
}
.promotion-slider .slick-slider .slick-dots li button {
  display: none;
}
.promotion-slider .rounded-img {
  border-radius: 5px;
}

.blog-home {
  padding: 60px 0px;
  background-color: #EAF2FF;
}
.blog-home .banner-slider {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.blog-home .title-head {
  color: #204269;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-bottom: 0px;
  text-align: left !important;
}
.blog-home .title-border {
  padding: 10px 0px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .blog-home .item-box {
    width: 312px !important;
  }
}
.blog-home .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog-home .link-see-more {
  display: flex;
  height: 42px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  color: #204269 !important;
  background: #A1D0E4;
  border: 0px;
}
.blog-home .slick-dots {
  position: relative;
  bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .blog-home .slick-dots {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.blog-home .slick-dots li {
  width: 33.75px;
  height: 4.43px;
}
.blog-home .slick-dots li.slick-active {
  width: 33.75px;
  height: 4.43px;
  background-color: #7DC263;
}

.banner-main {
  position: relative;
}
.banner-main .header-text-category {
  position: absolute;
  z-index: 100;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #12365A;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cl-pr {
  color: #1A8CA9 !important;
}

.box-contant-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 24px 46px 60px;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .box-contant-left {
    padding: 24px 16px 40px 16px;
  }
}

.box-contant-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 60px 46px 24px;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .box-contant-right {
    padding: 24px 16px 40px 16px;
  }
}

.minicart-item {
  display: flex;
  align-items: flex-start;
}
.minicart-item .placeholder {
  flex: 0 0 30%;
  max-width: 30%;
  order: 1;
}
.minicart-item .product-item-details {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 15px;
  order: 2;
}
.minicart-item .product-item-details .title {
  line-height: 100%;
}
.minicart-item .product-item-details .sku-wrap {
  display: none;
}
.minicart-item .product-item-details .minicart_price {
  margin-top: 8px;
}
.minicart-item .mini-cart-icon-remove {
  flex: 0 0 5%;
  max-width: 5%;
  position: unset !important;
  order: 3;
  font-size: 1.75rem;
}

.user-name-menu {
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.product-grid-view .fpo {
  position: relative;
  margin: 1% auto;
  display: block;
}
.product-grid-view .block {
  height: 12px;
  margin-bottom: 8px;
}
.product-grid-view .block2 {
  width: 30%;
}
.product-grid-view .block3 {
  width: 50%;
}
.product-grid-view .block4 {
  width: 60%;
}
.product-grid-view .block5 {
  width: 80%;
}
.product-grid-view .block6 {
  width: 100%;
}
.product-grid-view #prthumb {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  position: relative;
  margin: auto;
}
.product-grid-view .pr-image {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 200px;
}
.product-grid-view .pr-content {
  clear: both;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}

.product-list-view .fpo {
  position: relative;
  margin: 0 auto;
  display: block;
}
.product-list-view .block {
  height: 12px;
  margin-bottom: 8px;
}
.product-list-view .block2 {
  width: 30%;
}
.product-list-view .block3 {
  width: 50%;
}
.product-list-view .block4 {
  width: 60%;
}
.product-list-view .block5 {
  width: 80%;
}
.product-list-view .block6 {
  width: 100%;
}
.product-list-view #prthumb {
  box-sizing: border-box;
  min-width: 250px;
  background: #fff;
  position: relative;
  margin: auto;
  display: flex;
}
.product-list-view .pr-image {
  box-sizing: border-box;
  display: block;
  width: 250px;
  min-width: 250px;
  padding: 16px;
}
.product-list-view .pr-content {
  clear: both;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
  width: 100%;
}

.pulsate {
  background: linear-gradient(-45deg, #DDDDDD, #F0F0F0, #DDDDDD, #F0F0F0);
  background-size: 400% 400%;
  animation: Gradient 2.25s ease infinite;
}

.skelton-listing-title {
  height: 50px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-filter-title {
  height: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.skelton-filter-title.w-50 {
  width: 50%;
}
.skelton-filter-title.w-70 {
  width: 70%;
}
.skelton-filter-title.w-90 {
  width: 90%;
}

.skelton-filter-contents {
  height: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.skelton-filter-contents.w-50 {
  width: 50%;
}
.skelton-filter-contents.w-70 {
  width: 70%;
}
.skelton-filter-contents.w-90 {
  width: 90%;
}

.filter-bar {
  height: 40px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-product-img-box {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 500px;
}

.skelton-product-name {
  height: 50px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-short_desc {
  height: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-sku-name {
  height: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-review-wrap {
  height: 20px;
  width: 100%;
  margin-top: 0;
  margin: 1rem 0;
}

.skelton-outer-price {
  display: flex;
  margin: 0;
}

.skelton-price-offer {
  height: 20px;
  width: 30%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-qty-box {
  height: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-option-add-cart {
  height: 50px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-social-share {
  height: 30px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-product-desc-title {
  height: 20px;
  width: 30%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.skelton-product-description {
  height: 150px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media all and (max-width: 767px) {
  .skelton-product-img-box {
    height: 300px;
  }
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
}
.badge:empty {
  display: none;
}
.badge.badge-primary {
  background-color: #A0D0E4;
  color: #fff;
}
.badge.badge-danger {
  background-color: #ff0000;
  color: #fff;
}
.badge.badge-success {
  background-color: #28a745;
  color: #fff;
}
.badge.badge-warning, .badge.badge-info {
  background-color: #ffc107;
  color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrapper {
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
}

.table-primary th {
  border-bottom: 2px solid #000;
  border-top: none;
  color: #000;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.75rem;
}
.table-primary tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-primary tr:nth-of-type(even) {
  background-color: #fff;
}
.table-primary td {
  border-bottom: 1px solid #CECECE;
  border-top: none;
  font-size: 0.75rem;
  padding: 0.75rem;
}
.table-primary .btn {
  padding: 10px 18px;
  width: 100%;
}

.table-header, .table-content {
  display: table-row-group;
  width: 100%;
}
.table-header li, .table-content li {
  display: table-cell;
  padding: 0.75rem;
  vertical-align: middle;
}
.table-header li li, .table-content li li {
  border: none;
}
.table-header li:first-child, .table-content li:first-child {
  text-align: left !important;
  padding-left: 0 !important;
}
.table-header ul, .table-content ul {
  margin: 0;
  padding: 0;
  display: table-row;
}
.table-header ul ul, .table-content ul ul {
  display: block;
}
.table-header ul ul li, .table-content ul ul li {
  display: block;
}

.cart-table, .table-secondary {
  background-color: #fff;
  font-size: 0.875rem;
}
.cart-table .table-header li, .table-secondary .table-header li {
  padding: 0.75rem;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #A0D0E4;
  font-size: 0.75rem;
  font-weight: normal;
}
.cart-table .table-header li:after, .table-secondary .table-header li:after {
  display: none;
}
.cart-table .table-content .cart-item-list:not(:last-child), .table-secondary .table-content .cart-item-list:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.cart-table .table-content li, .table-secondary .table-content li {
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.cart-table .table-content li.product, .table-secondary .table-content li.product {
  text-align: left;
}
.cart-table .table-content li.product .cart-img, .table-secondary .table-content li.product .cart-img {
  max-width: 80px;
}
.cart-table .table-content li.product img, .table-secondary .table-content li.product img {
  margin-right: 0;
  /*border: 1px solid $border;*/
  max-width: 100%;
}
.cart-table .box-border .table, .table-secondary .box-border .table {
  margin-bottom: 0;
}
.cart-table .number-spinner button i, .table-secondary .number-spinner button i {
  color: #A0D0E4;
}
.cart-table .number-spinner button:hover i, .table-secondary .number-spinner button:hover i {
  color: #fff;
}

.cart-col .table {
  border: 1px solid #CECECE;
}

.table-header {
  font-weight: 500;
  color: #A0D0E4;
  border: none;
  padding: 0.75rem;
}

.table-content {
  background: #fff;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}

.cart-img {
  float: left;
  margin-right: 10px;
  max-width: 70px;
}

.cart-item-desc {
  padding-left: 90px;
}
.cart-item-desc .link-product-name {
  font-size: 0.75rem;
  color: #292F36;
  font-weight: normal;
}
.cart-item-desc .link-product-name:hover, .cart-item-desc .link-product-name:active, .cart-item-desc .link-product-name.active {
  color: black !important;
}
.cart-item-desc .sku-wrap .sku, .cart-item-desc .sku-wrap label {
  margin-bottom: 0.25rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0.75rem;
}
.cart-item-desc .sku-wrap .gtext {
  color: #292F36;
  margin-left: 5px;
}

.cart-item-list .normal-price {
  font-size: 0.75rem;
  color: #292F36;
}
.cart-item-list .icon-cart-remove:hover {
  background-color: transparent;
  opacity: 0.8;
}
.cart-item-list .icon-cart-remove .fa-trash-alt {
  font-size: 1.5rem;
  font-weight: 500;
}
.cart-item-list .icon-cart-remove .fa-trash-alt:before {
  content: "\f057";
}

.scroll-table {
  overflow-x: auto;
  padding: 0 1px 15px 1px;
}
.scroll-table .table {
  width: 1500px;
}

.table-wrapper {
  display: inline-block;
  width: 100%;
}

.table, .table-resize {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table .active-btn, .table .inactive-btn {
  padding: 2px 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  min-width: 42px;
}
.table .active-btn {
  background: #A0D0E4;
}
.table .edit-view {
  color: #A0D0E4;
}
.table .edit-view a {
  color: #A0D0E4;
}
.table .head-border li {
  border: none;
}
.table .active {
  background: #A0D0E4;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem;
}
.table .inactive {
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem;
}
.table .spinner {
  display: inline-block;
}
.table .product img {
  float: left;
  margin-right: 10px;
}
.table .product .name {
  color: #A0D0E4;
  font-weight: bold;
  padding-top: 2px;
}
.table .price .chk-label {
  color: #A0D0E4;
  margin-top: 2px;
}

.shop-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.shop-table .table-head {
  display: table-row;
  background-color: #E6E6E6;
}
.shop-table .table-head .box {
  padding: 8px;
  border: 1px solid #CECECE;
  font-weight: 700;
}
.shop-table .table-row {
  display: table-row;
}
.shop-table .table-row:nth-child(odd) .box {
  padding: 8px;
  border: 1px solid #CECECE;
}
.shop-table .table-row:nth-child(even) .box {
  padding: 8px;
  border: 1px solid #CECECE;
}
.shop-table .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-table .box .inner-box {
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 0.875rem;
}
.shop-table .chk-wrap {
  display: inline-block;
}
.shop-table .chk-wrap .chkmark {
  margin: 0 auto;
}
.shop-table .price-wrap .price {
  font-weight: 700;
}
.shop-table .price-wrap .old-price {
  padding: 0;
  font-size: 0.875rem;
}
.shop-table .qty-wrap {
  min-width: 200px;
}

.table-footer .form-row {
  padding: 0.5rem 0;
  margin: 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}
.table-footer .form-row .col-6 + .col-6 {
  text-align: right;
}
.table-footer .form-row h4, .table-footer .form-row h5 {
  margin: 0;
}
.table-footer .form-row:not(:last-child) {
  border-bottom: 1px solid #CECECE !important;
}
.table-footer .total, .table-footer .total-price {
  font-size: 1rem;
  color: #292F36;
}
.table-footer .total.primary, .table-footer .total-price.primary {
  font-size: 1rem;
  color: #292F36;
}
.table-footer ul, .table-footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-footer .promo-dis {
  font-size: 1rem;
  color: #ff0000;
}

.view-footer-row {
  cursor: pointer;
  color: #292F36;
  font-size: 0.75rem;
}
.view-footer-row i {
  vertical-align: baseline;
}

.group-acc-description {
  border-bottom: 1px solid #CECECE;
}
.group-acc-description:first-child {
  border-top: 1px solid #CECECE;
}
.group-acc-description .accordion-btn {
  padding-left: 0;
  padding-right: 0;
}
.group-acc-description .accordion-btn:not(.collapsed) .fa-plus:before {
  content: "\f068";
}
.group-acc-description .card-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion_plus .set {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #CECECE;
}
.accordion_plus .set > a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #292F36;
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 1.125rem;
  letter-spacing: -0.45px;
}
.accordion_plus .set:first-child {
  border-top: 1px solid #CECECE;
}
.accordion_plus .contents {
  display: none;
  position: relative;
  padding: 15px 0;
  line-height: 1.5;
}
.accordion_plus .contents p {
  margin: 0;
  letter-spacing: 1px;
}

.accordion_arrow {
  margin: 30px auto;
  max-width: 560px;
}
.accordion_arrow .set {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.accordion_arrow .set > a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #292F36;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 1.125rem;
  letter-spacing: -0.45px;
  font-weight: bold;
}
.accordion_arrow .contents {
  display: none;
  position: relative;
  padding: 15px 0;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 1px;
}
.accordion_arrow .contents p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 1rem;
}
.accordion_arrow .review-star {
  margin-left: auto;
}
.accordion_arrow p {
  margin: 0;
}

.fr-table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}
.fr-table th {
  background-color: #E6E6E6;
  border: 1px solid #f2f2f2;
  padding: 8px 10px;
}
.fr-table td {
  padding: 8px 10px;
  border: 1px solid #f2f2f2;
}

@media all and (max-width: 768px) {
  .cart-table .unit-price {
    line-height: 1.25;
  }
  .cart-table .total .normal-price {
    line-height: 1.25;
  }
}
html {
  box-sizing: border-box;
  height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #292F36;
  transition: all 0.5s ease-in-out 0s;
}
a:hover, a:active, a.active {
  color: #204269;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CECECE;
  margin: 1em 0;
  padding: 0;
}

img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template, .hide {
  display: none !important;
}

h1, .h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.2;
}

html[lang=th] h1, html[lang=th] h2, html[lang=th] h3, html[lang=th] h4, html[lang=th] h5 {
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
p:empty {
  margin: 0;
}

iframe {
  max-width: 100%;
}

address {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.fontweight_400 {
  font-weight: 400;
}

.fontweight_500 {
  font-weight: 500;
}

.fontweight_bold {
  font-weight: bold;
}

.w_break {
  word-break: break-word;
}

.main-title {
  font-size: 1.5rem;
  color: #292F36;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  border: none;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
.main-title .total-item, .main-title .gift-popup-handler {
  font-weight: 400;
  font-size: 0.875rem;
  color: #292F36;
  white-space: nowrap;
  margin-left: 5px;
}
.main-title.center {
  text-align: center;
}
.main-title.more_tspace {
  margin-top: 30px;
}
.main-title.more_bspace {
  margin-bottom: 30px;
}
.main-title.both_space {
  margin: 30px 0px;
}
.main-title.right {
  text-align: right;
}

.sub-title {
  font-size: 1.125rem;
  color: #292F36;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1.2;
  margin: 0;
  border: none;
}
.sub-title.center {
  text-align: center;
}
.sub-title.more_tspace {
  margin-top: 30px;
}
.sub-title.more_bspace {
  margin-bottom: 30px;
}
.sub-title.bspace_15 {
  margin-bottom: 15px;
}
.sub-title.both_space {
  margin: 30px 0px;
}
.sub-title.right {
  text-align: right;
}
.sub-title.main_title {
  color: #292F36;
  margin-bottom: 10px;
}

.small-title {
  color: #292F36;
  margin: 0 0 10px 0;
  border: none;
}
.small-title.center {
  text-align: center;
}
.small-title.more_tspace {
  margin-top: 30px;
}
.small-title.more_bspace {
  margin-bottom: 30px;
}
.small-title.both_space {
  margin: 30px 0px;
}
.small-title.right {
  text-align: right;
}
.small-title.bg {
  background-color: #E6E6E6;
  padding: 10px;
}

.mini-title {
  font-size: 0.75rem;
  color: #292F36;
}
.mini-title.center {
  text-align: center;
}
.mini-title.more_tspace {
  margin-top: 30px;
}
.mini-title.more_bspace {
  margin-bottom: 30px;
}
.mini-title.both_space {
  margin: 30px 0px;
}
.mini-title.right {
  text-align: right;
}

.text-mini {
  font-size: 0.75rem;
  color: #292F36;
  font-family: helvetica;
}

.text-small {
  font-size: 0.875rem;
  color: #292F36;
  font-family: helvetica;
}

.text-normal {
  font-size: 1rem;
  color: #292F36;
  font-family: helvetica;
}

.text-large {
  font-size: 1.5rem;
  color: #292F36;
  font-family: helvetica;
}

.text-xlarge {
  font-size: 2rem;
  color: #292F36;
  font-family: helvetica;
}

.text-xxlarge {
  font-size: 2.5rem;
  color: #292F36;
  font-family: helvetica;
}

.strike-price {
  font-size: 0.75rem;
  color: #D8D8D8;
  text-decoration: line-through;
}

.special-price {
  font-size: 1rem;
  color: #292F36;
}

.price-margin {
  font-size: 0.75rem;
  color: #fff !important;
  background-color: #ff0000;
  padding: 0px 5px;
  margin: 0 8px;
  display: inline-flex;
  align-items: center;
}

.normal-price {
  font-size: 0.875rem;
  color: #292F36;
}

.bg-default {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #CECECE;
}

.bg-primary {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #A0D0E4;
  border: 1px solid #CECECE;
}

.bg-secondary {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #416D7F;
  border: 1px solid #CECECE;
}

.text-default-color, .text-default {
  color: #292F36;
}

.text-primary-color, .text-primary {
  color: #A0D0E4;
}

.text-secondary-color, .text-secondary {
  color: #416D7F;
}

.text-success-color, .text-success {
  color: #28a745;
}

.text-danger-color, .text-danger, .text-failed, .text-red {
  color: #ff0000;
}

.text-warning-color, .text-warning, .text-pending {
  color: #ffc107;
}

.text-info-color, .text-info {
  color: #17a2b8;
}

.text-light-color, .text-light {
  color: #f8f9fa;
}

.text-dark-color, .text-dark {
  color: #343a40;
}

.text-muted-color, .text-muted {
  color: #416D7F;
}

.text-white-color, .text-white {
  color: #fff;
}

.text-processing {
  color: #17a2b8;
}

.link-mini {
  font-size: 0.7rem;
  color: #292F36;
}

.link-small {
  font-size: 0.85rem;
  color: #292F36;
}

.link-normal {
  font-size: 1rem;
  color: #292F36;
}

.link-large {
  font-size: 1.5rem;
  color: #292F36;
}

.link-xlarge {
  font-size: 2rem;
  color: #292F36;
}

.link-xxlarge {
  font-size: 2.5rem;
  color: #292F36;
}

.link-default-color, .link-default {
  color: #292F36;
}
.link-default-color:hover, .link-default-color:active, .link-default-color.active, .link-default:hover, .link-default:active, .link-default.active {
  color: black !important;
}

.link-primary-color, .link-primary {
  color: #A0D0E4;
}
.link-primary-color:hover, .link-primary-color:active, .link-primary-color.active, .link-primary:hover, .link-primary:active, .link-primary.active {
  color: #3490b7 !important;
}

.link-secondary-color, .link-secondary {
  color: #416D7F;
}
.link-secondary-color:hover, .link-secondary-color:active, .link-secondary-color.active, .link-secondary:hover, .link-secondary:active, .link-secondary.active {
  color: #0d161a !important;
}

.link-success-color, .link-success {
  color: #28a745;
}
.link-success-color:hover, .link-success-color:active, .link-success-color.active, .link-success:hover, .link-success:active, .link-success.active {
  color: #0a2c12 !important;
}

.link-danger-color, .link-danger {
  color: #ff0000;
}
.link-danger-color:hover, .link-danger-color:active, .link-danger-color.active, .link-danger:hover, .link-danger:active, .link-danger.active {
  color: #660000 !important;
}

.link-warning-color, .link-warning {
  color: #ffc107;
}
.link-warning-color:hover, .link-warning-color:active, .link-warning-color.active, .link-warning:hover, .link-warning:active, .link-warning.active {
  color: #6d5200 !important;
}

.link-info-color, .link-info {
  color: #17a2b8;
}
.link-info-color:hover, .link-info-color:active, .link-info-color.active, .link-info:hover, .link-info:active, .link-info.active {
  color: #062a30 !important;
}

.link-light-color, .link-light {
  color: #f8f9fa;
}
.link-light-color:hover, .link-light-color:active, .link-light-color.active, .link-light:hover, .link-light:active, .link-light.active {
  color: #9fadba !important;
}

.link-dark-color, .link-dark {
  color: #343a40;
}
.link-dark-color:hover, .link-dark-color:active, .link-dark-color.active, .link-dark:hover, .link-dark:active, .link-dark.active {
  color: black !important;
}

.link-muted-color, .link-muted {
  color: #416D7F;
}
.link-muted-color:hover, .link-muted-color:active, .link-muted-color.active, .link-muted:hover, .link-muted:active, .link-muted.active {
  color: #0d161a !important;
}

.link-white-color, .link-white {
  color: #fff;
}
.link-white-color:hover, .link-white-color:active, .link-white-color.active, .link-white:hover, .link-white:active, .link-white.active {
  color: #b3b3b3 !important;
}

.link-product-name {
  color: #292F36;
  font-size: 0.875rem;
  font-weight: bold;
}
.link-product-name:hover, .link-product-name:active, .link-product-name.active {
  color: black !important;
}

.label-default {
  background-color: #292F36;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #131619;
}

.label-primary {
  background-color: #A0D0E4;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #78bcd9;
}

.label-success {
  background-color: #28a745;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #1e7e34;
}

.label-info {
  background-color: #17a2b8;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #117a8b;
}

.label-warning {
  background-color: #ffc107;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d39e00;
}

.label-danger {
  background-color: #ffc107;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d39e00;
}

.line-default {
  border-bottom: 1px solid #CECECE;
  display: block;
}

.line-primary {
  border-bottom: 1px solid #A0D0E4;
  display: block;
}

.line-secondary {
  border-bottom: 1px solid #416D7F;
  display: block;
}

.primary-font {
  font-family: helvetica;
}

.secondary-font {
  font-family: cursive;
}

.emphasis-default {
  font-weight: 700;
}

.color_schema {
  width: 80px;
  height: 80px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 7px;
}
.color_schema.default {
  background-color: #292F36;
}
.color_schema.primary {
  border-color: #CECECE;
  background-color: #A0D0E4;
}
.color_schema.secondary {
  background-color: #416D7F;
}
.color_schema.success {
  background-color: #28a745;
}
.color_schema.danger {
  background-color: #ff0000;
}
.color_schema.warning {
  background-color: #ffc107;
}
.color_schema.info {
  background-color: #17a2b8;
}
.color_schema.light {
  border-color: #CECECE;
  background-color: #f8f9fa;
}
.color_schema.dark {
  background-color: #343a40;
}
.color_schema.placeholder_color {
  background-color: #D8D8D8;
}
.color_schema.gray_dark {
  background-color: #E6E6E6;
}

/*Custom ScrollBar*/
.chscroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.chscroll::-webkit-scrollbar:vertical {
  width: 10px;
}

.chscroll::-webkit-scrollbar:horizontal {
  height: 10px;
}

.chscroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.chscroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

@media all and (max-width: 767px) {
  .main-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.breadcrumb {
  background: transparent;
  color: #000;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  margin: 0;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 1rem 0;
  color: #707070;
}
.breadcrumb li + li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin: 0 5px;
}
.breadcrumb li a {
  padding: 0;
  color: #A0D0E4;
}
.breadcrumb li a:hover, .breadcrumb li a:active, .breadcrumb li a.active {
  color: #3490b7 !important;
}
.breadcrumb li.active {
  color: #f0f0f0;
}
.breadcrumb li.active a {
  color: #f0f0f0;
}
.breadcrumb p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

input[type=submit], input[type=button], .btn, .btn-primary, .btn-success, .btn-secondary, .btn-danger, .btn-warning, .btn-info, .btn-ternary, .btn-light,
.btn-outline-default, .btn-outline-primary, .btn-outline-secondary, .btn-outline-info, .btn-outline-success, .btn-icon, .btn-link,
.btn-outline-warning, .btn-outline-danger, .btn-outline-light, .btn-outline-dark, .btn-outline, .btn-default, .btn-dark, .btn-back, .facebook-btn,
.btn-white, .overlay-icon {
  display: inline-block;
  text-align: center;
  font-weight: 300;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 0rem;
  transition: background-color 0.4s 0.3s, color 0.8s;
  /*min-width: 85px;*/
}
input[type=submit]:not(:disabled):not(.disabled), input[type=button]:not(:disabled):not(.disabled), .btn:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled), .btn-ternary:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled),
.btn-outline-default:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled), .btn-icon:not(:disabled):not(.disabled), .btn-link:not(:disabled):not(.disabled),
.btn-outline-warning:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled), .btn-outline:not(:disabled):not(.disabled), .btn-default:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled), .btn-back:not(:disabled):not(.disabled), .facebook-btn:not(:disabled):not(.disabled),
.btn-white:not(:disabled):not(.disabled), .overlay-icon:not(:disabled):not(.disabled) {
  cursor: pointer;
}
input[type=submit].disabled, input[type=button].disabled, .btn.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-secondary.disabled, .btn-danger.disabled, .btn-warning.disabled, .btn-info.disabled, .btn-ternary.disabled, .btn-light.disabled,
.btn-outline-default.disabled, .btn-outline-primary.disabled, .btn-outline-secondary.disabled, .btn-outline-info.disabled, .btn-outline-success.disabled, .btn-icon.disabled, .btn-link.disabled,
.btn-outline-warning.disabled, .btn-outline-danger.disabled, .btn-outline-light.disabled, .btn-outline-dark.disabled, .btn-outline.disabled, .btn-default.disabled, .btn-dark.disabled, .btn-back.disabled, .facebook-btn.disabled,
.btn-white.disabled, .overlay-icon.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=submit] .btn-icons, input[type=submit] i, input[type=button] .btn-icons, input[type=button] i, .btn .btn-icons, .btn i, .btn-primary .btn-icons, .btn-primary i, .btn-success .btn-icons, .btn-success i, .btn-secondary .btn-icons, .btn-secondary i, .btn-danger .btn-icons, .btn-danger i, .btn-warning .btn-icons, .btn-warning i, .btn-info .btn-icons, .btn-info i, .btn-ternary .btn-icons, .btn-ternary i, .btn-light .btn-icons, .btn-light i,
.btn-outline-default .btn-icons,
.btn-outline-default i, .btn-outline-primary .btn-icons, .btn-outline-primary i, .btn-outline-secondary .btn-icons, .btn-outline-secondary i, .btn-outline-info .btn-icons, .btn-outline-info i, .btn-outline-success .btn-icons, .btn-outline-success i, .btn-icon .btn-icons, .btn-icon i, .btn-link .btn-icons, .btn-link i,
.btn-outline-warning .btn-icons,
.btn-outline-warning i, .btn-outline-danger .btn-icons, .btn-outline-danger i, .btn-outline-light .btn-icons, .btn-outline-light i, .btn-outline-dark .btn-icons, .btn-outline-dark i, .btn-outline .btn-icons, .btn-outline i, .btn-default .btn-icons, .btn-default i, .btn-dark .btn-icons, .btn-dark i, .btn-back .btn-icons, .btn-back i, .facebook-btn .btn-icons, .facebook-btn i,
.btn-white .btn-icons,
.btn-white i, .overlay-icon .btn-icons, .overlay-icon i {
  vertical-align: baseline;
}

.more-height {
  padding: 0.75rem !important;
}

.btn:focus, .btn.focus, .btn.active, a:focus, a.active {
  box-shadow: none !important;
}

.remove-space {
  display: none;
}

.btn-default {
  color: #fff;
  background-color: #292F36;
  border-color: #292F36;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #131619;
  border-color: black;
}
.btn-default:hover {
  color: #fff;
  background-color: #131619;
  border-color: #0f1113;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #131619;
  border-color: #0f1113;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #040405;
  border-color: black;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #292F36;
  border-color: #292F36;
}
.btn-default .badge {
  color: #292F36;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #A0D0E4;
  border-color: #A0D0E4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #78bcd9;
  border-color: #3d9fc8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #78bcd9;
  border-color: #70b8d6;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #78bcd9;
  border-color: #70b8d6;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #5cafd1;
  border-color: #3d9fc8;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #A0D0E4;
  border-color: #A0D0E4;
}
.btn-primary .badge {
  color: #A0D0E4;
  background-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #416D7F;
  border-color: #416D7F;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #30505d;
  border-color: #16252b;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #30505d;
  border-color: #2c4a57;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #30505d;
  border-color: #2c4a57;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #243c46;
  border-color: #16252b;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #416D7F;
  border-color: #416D7F;
}
.btn-secondary .badge {
  color: #416D7F;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #1e7e34;
  border-color: #0f401b;
}
.btn-success:hover {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7631;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7631;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #176128;
  border-color: #0f401b;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success .badge {
  color: #28a745;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #117a8b;
  border-color: #093e47;
}
.btn-info:hover {
  color: #fff;
  background-color: #117a8b;
  border-color: #107282;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #107282;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #0d5e6b;
  border-color: #093e47;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info .badge {
  color: #17a2b8;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d39e00;
  border-color: #876500;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d39e00;
  border-color: #c99700;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c99700;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #af8300;
  border-color: #876500;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning .badge {
  color: #ffc107;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e20;
  border-color: #e20;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #bb1b00;
  border-color: #6f1000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb1b00;
  border-color: #b11900;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bb1b00;
  border-color: #b11900;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #971600;
  border-color: #6f1000;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #e20;
  border-color: #e20;
}
.btn-danger .badge {
  color: #e20;
  background-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #1d2124;
  border-color: black;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1d2124;
  border-color: #191b1e;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #191b1e;
}
.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: #0d0f10;
  border-color: black;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark .badge {
  color: #343a40;
  background-color: #fff;
}

.btn-light {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #bcc7d0;
  border-color: #8999a9;
}
.btn-light:hover {
  color: #212529;
  background-color: #bcc7d0;
  border-color: #b0bac5;
}
.btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #bcc7d0;
  border-color: #b0bac5;
}
.btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .open > .btn-light.dropdown-toggle:hover, .open > .btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle.focus {
  color: #212529;
  background-color: #a7b5c1;
  border-color: #8999a9;
}
.btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
  background-image: none;
}
.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus {
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light .badge {
  color: #dae0e5;
  background-color: #212529;
}

.btn-icon {
  color: #000;
  background-color: #fff;
  border-color: #CECECE;
}
.btn-icon:focus, .btn-icon.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #8e8e8e;
}
.btn-icon:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #afafaf;
}
.btn-icon:active, .btn-icon.active, .open > .btn-icon.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #afafaf;
}
.btn-icon:active:hover, .btn-icon:active:focus, .btn-icon:active.focus, .btn-icon.active:hover, .btn-icon.active:focus, .btn-icon.active.focus, .open > .btn-icon.dropdown-toggle:hover, .open > .btn-icon.dropdown-toggle:focus, .open > .btn-icon.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #8e8e8e;
}
.btn-icon:active, .btn-icon.active, .open > .btn-icon.dropdown-toggle {
  background-image: none;
}
.btn-icon.disabled:hover, .btn-icon.disabled:focus, .btn-icon.disabled.focus, .btn-icon[disabled]:hover, .btn-icon[disabled]:focus, .btn-icon[disabled].focus, fieldset[disabled] .btn-icon:hover, fieldset[disabled] .btn-icon:focus, fieldset[disabled] .btn-icon.focus {
  background-color: #fff;
  border-color: #CECECE;
}
.btn-icon .badge {
  color: #fff;
  background-color: #000;
}

.btn-link {
  color: #000;
  background-color: #fff;
  border-color: #CECECE;
}
.btn-link:focus, .btn-link.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #8e8e8e;
}
.btn-link:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #afafaf;
}
.btn-link:active, .btn-link.active, .open > .btn-link.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #afafaf;
}
.btn-link:active:hover, .btn-link:active:focus, .btn-link:active.focus, .btn-link.active:hover, .btn-link.active:focus, .btn-link.active.focus, .open > .btn-link.dropdown-toggle:hover, .open > .btn-link.dropdown-toggle:focus, .open > .btn-link.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #8e8e8e;
}
.btn-link:active, .btn-link.active, .open > .btn-link.dropdown-toggle {
  background-image: none;
}
.btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
  background-color: #fff;
  border-color: #CECECE;
}
.btn-link .badge {
  color: #fff;
  background-color: #000;
}

.btn-outline-default {
  color: #292F36;
  background-image: none;
  background-color: transparent;
  border-color: #292F36;
}
.btn-outline-default:hover {
  color: #fff;
  background-color: #292F36;
  border-color: #292F36;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  color: #fff;
  background-color: #292F36;
  border-color: #292F36;
}
.btn-outline-default:active, .btn-outline-default.active, .open > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #292F36;
  border-color: #292F36;
}
.btn-outline-default:active:hover, .btn-outline-default:active:focus, .btn-outline-default:active.focus, .btn-outline-default.active:hover, .btn-outline-default.active:focus, .btn-outline-default.active.focus, .open > .btn-outline-default.dropdown-toggle:hover, .open > .btn-outline-default.dropdown-toggle:focus, .open > .btn-outline-default.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#292F36, 17%);
  border-color: dark(#292F36, 25%);
}
.btn-outline-default.disabled:focus, .btn-outline-default.disabled.focus, .btn-outline-default:disabled:focus, .btn-outline-default:disabled.focus {
  border-color: light(#292F36, 20%);
}
.btn-outline-default.disabled:hover, .btn-outline-default:disabled:hover {
  border-color: light(#292F36, 20%);
}

.btn-outline-primary {
  color: #A0D0E4;
  background-image: none;
  background-color: transparent;
  border-color: #A0D0E4;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #A0D0E4;
  border-color: #A0D0E4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #A0D0E4;
  border-color: #A0D0E4;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #A0D0E4;
  border-color: #A0D0E4;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#A0D0E4, 17%);
  border-color: dark(#A0D0E4, 25%);
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: light(#A0D0E4, 20%);
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: light(#A0D0E4, 20%);
}

.btn-outline-secondary {
  color: #416D7F;
  background-image: none;
  background-color: transparent;
  border-color: #416D7F;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #416D7F;
  border-color: #416D7F;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #416D7F;
  border-color: #416D7F;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #416D7F;
  border-color: #416D7F;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#416D7F, 17%);
  border-color: dark(#416D7F, 25%);
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: light(#416D7F, 20%);
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: light(#416D7F, 20%);
}

.btn-outline-info {
  color: #17a2b8;
  background-image: none;
  background-color: transparent;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#17a2b8, 17%);
  border-color: dark(#17a2b8, 25%);
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: light(#17a2b8, 20%);
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: light(#17a2b8, 20%);
}

.btn-outline-success {
  color: #28a745;
  background-image: none;
  background-color: transparent;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#28a745, 17%);
  border-color: dark(#28a745, 25%);
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: light(#28a745, 20%);
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: light(#28a745, 20%);
}

.btn-outline-warning {
  color: #ffc107;
  background-image: none;
  background-color: transparent;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#ffc107, 17%);
  border-color: dark(#ffc107, 25%);
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: light(#ffc107, 20%);
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: light(#ffc107, 20%);
}

.btn-outline-danger {
  color: #e20;
  background-image: none;
  background-color: transparent;
  border-color: #e20;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e20;
  border-color: #e20;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #e20;
  border-color: #e20;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e20;
  border-color: #e20;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#e20, 17%);
  border-color: dark(#e20, 25%);
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: light(#e20, 20%);
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: light(#e20, 20%);
}

.btn-outline-light {
  color: #dae0e5;
  background-image: none;
  background-color: transparent;
  border-color: #dae0e5;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #dae0e5;
  border-color: #dae0e5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  color: #fff;
  background-color: #dae0e5;
  border-color: #dae0e5;
}
.btn-outline-light:active, .btn-outline-light.active, .open > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #dae0e5;
  border-color: #dae0e5;
}
.btn-outline-light:active:hover, .btn-outline-light:active:focus, .btn-outline-light:active.focus, .btn-outline-light.active:hover, .btn-outline-light.active:focus, .btn-outline-light.active.focus, .open > .btn-outline-light.dropdown-toggle:hover, .open > .btn-outline-light.dropdown-toggle:focus, .open > .btn-outline-light.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#dae0e5, 17%);
  border-color: dark(#dae0e5, 25%);
}
.btn-outline-light.disabled:focus, .btn-outline-light.disabled.focus, .btn-outline-light:disabled:focus, .btn-outline-light:disabled.focus {
  border-color: light(#dae0e5, 20%);
}
.btn-outline-light.disabled:hover, .btn-outline-light:disabled:hover {
  border-color: light(#dae0e5, 20%);
}

.btn-outline-dark {
  color: #343a40;
  background-image: none;
  background-color: transparent;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:active:hover, .btn-outline-dark:active:focus, .btn-outline-dark:active.focus, .btn-outline-dark.active:hover, .btn-outline-dark.active:focus, .btn-outline-dark.active.focus, .open > .btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#343a40, 17%);
  border-color: dark(#343a40, 25%);
}
.btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark:disabled:focus, .btn-outline-dark:disabled.focus {
  border-color: light(#343a40, 20%);
}
.btn-outline-dark.disabled:hover, .btn-outline-dark:disabled:hover {
  border-color: light(#343a40, 20%);
}

.btn-outline {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000;
}
.btn-outline:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline:focus, .btn-outline.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus, .open > .btn-outline.dropdown-toggle:hover, .open > .btn-outline.dropdown-toggle:focus, .open > .btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#000, 17%);
  border-color: dark(#000, 25%);
}
.btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline:disabled:focus, .btn-outline:disabled.focus {
  border-color: light(#000, 20%);
}
.btn-outline.disabled:hover, .btn-outline:disabled:hover {
  border-color: light(#000, 20%);
}

.btn-outline-icon {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000;
}
.btn-outline-icon:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-icon:focus, .btn-outline-icon.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-icon:active, .btn-outline-icon.active, .open > .btn-outline-icon.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-icon:active:hover, .btn-outline-icon:active:focus, .btn-outline-icon:active.focus, .btn-outline-icon.active:hover, .btn-outline-icon.active:focus, .btn-outline-icon.active.focus, .open > .btn-outline-icon.dropdown-toggle:hover, .open > .btn-outline-icon.dropdown-toggle:focus, .open > .btn-outline-icon.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#000, 17%);
  border-color: dark(#000, 25%);
}
.btn-outline-icon.disabled:focus, .btn-outline-icon.disabled.focus, .btn-outline-icon:disabled:focus, .btn-outline-icon:disabled.focus {
  border-color: light(#000, 20%);
}
.btn-outline-icon.disabled:hover, .btn-outline-icon:disabled:hover {
  border-color: light(#000, 20%);
}

.btn-outline-link {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000;
}
.btn-outline-link:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-link:focus, .btn-outline-link.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-link:active, .btn-outline-link.active, .open > .btn-outline-link.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-link:active:hover, .btn-outline-link:active:focus, .btn-outline-link:active.focus, .btn-outline-link.active:hover, .btn-outline-link.active:focus, .btn-outline-link.active.focus, .open > .btn-outline-link.dropdown-toggle:hover, .open > .btn-outline-link.dropdown-toggle:focus, .open > .btn-outline-link.dropdown-toggle.focus {
  color: #fff;
  background-color: dark(#000, 17%);
  border-color: dark(#000, 25%);
}
.btn-outline-link.disabled:focus, .btn-outline-link.disabled.focus, .btn-outline-link:disabled:focus, .btn-outline-link:disabled.focus {
  border-color: light(#000, 20%);
}
.btn-outline-link.disabled:hover, .btn-outline-link:disabled:hover {
  border-color: light(#000, 20%);
}

.btn-xxlg {
  padding: 2rem 1rem;
  line-height: 2;
  font-size: 1.75rem;
  border-radius: 0.9rem;
}

.btn-xlg {
  padding: 1.8rem 1rem;
  line-height: 1.7;
  font-size: 1.5rem;
  border-radius: 0.7rem;
}

.btn-lg {
  padding: 1.5rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  font-size: 0.875rem;
  border-radius: 0.4rem;
}

.btn-xsm {
  padding: 0.15rem 0.5rem;
  line-height: 1rem;
  font-size: 0.675rem;
  border-radius: 0.3rem;
}

.btn-back {
  color: #333;
  background-color: #ACACAC;
  border-color: #8a8a8a;
}
.btn-back:focus, .btn-back.focus {
  color: #333;
  background-color: #939393;
  border-color: #4a4a4a;
}
.btn-back:hover {
  color: #333;
  background-color: #939393;
  border-color: #6b6b6b;
}
.btn-back:active, .btn-back.active, .open > .btn-back.dropdown-toggle {
  color: #333;
  background-color: #939393;
  border-color: #6b6b6b;
}
.btn-back:active:hover, .btn-back:active:focus, .btn-back:active.focus, .btn-back.active:hover, .btn-back.active:focus, .btn-back.active.focus, .open > .btn-back.dropdown-toggle:hover, .open > .btn-back.dropdown-toggle:focus, .open > .btn-back.dropdown-toggle.focus {
  color: #333;
  background-color: #818181;
  border-color: #4a4a4a;
}
.btn-back:active, .btn-back.active, .open > .btn-back.dropdown-toggle {
  background-image: none;
}
.btn-back.disabled:hover, .btn-back.disabled:focus, .btn-back.disabled.focus, .btn-back[disabled]:hover, .btn-back[disabled]:focus, .btn-back[disabled].focus, fieldset[disabled] .btn-back:hover, fieldset[disabled] .btn-back:focus, fieldset[disabled] .btn-back.focus {
  background-color: #ACACAC;
  border-color: #8a8a8a;
}
.btn-back .badge {
  color: #ACACAC;
  background-color: #333;
}

.facebook-btn {
  color: #fff;
  background-color: #4e71a4;
  border-color: #466593;
  color: #fff !important;
}
.facebook-btn:focus, .facebook-btn.focus {
  color: #fff;
  background-color: #3e5981;
  border-color: #1d2a3c;
}
.facebook-btn:hover {
  color: #fff;
  background-color: #3e5981;
  border-color: #324969;
}
.facebook-btn:active, .facebook-btn.active, .open > .facebook-btn.dropdown-toggle {
  color: #fff;
  background-color: #3e5981;
  border-color: #324969;
}
.facebook-btn:active:hover, .facebook-btn:active:focus, .facebook-btn:active.focus, .facebook-btn.active:hover, .facebook-btn.active:focus, .facebook-btn.active.focus, .open > .facebook-btn.dropdown-toggle:hover, .open > .facebook-btn.dropdown-toggle:focus, .open > .facebook-btn.dropdown-toggle.focus {
  color: #fff;
  background-color: #324969;
  border-color: #1d2a3c;
}
.facebook-btn:active, .facebook-btn.active, .open > .facebook-btn.dropdown-toggle {
  background-image: none;
}
.facebook-btn.disabled:hover, .facebook-btn.disabled:focus, .facebook-btn.disabled.focus, .facebook-btn[disabled]:hover, .facebook-btn[disabled]:focus, .facebook-btn[disabled].focus, fieldset[disabled] .facebook-btn:hover, fieldset[disabled] .facebook-btn:focus, fieldset[disabled] .facebook-btn.focus {
  background-color: #4e71a4;
  border-color: #466593;
}
.facebook-btn .badge {
  color: #4e71a4;
  background-color: #fff;
}
.facebook-btn:hover {
  color: #fff !important;
  background-color: #2b73d1;
  border-color: #2b73d1;
}

.radius-20 {
  border-radius: 20px !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #333;
  background-color: #A0D0E4;
  border-color: #64b2d3;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active.focus {
  color: #333;
  background-color: #78bcd9;
  border-color: #28708e;
}
.btn-primary:not(:disabled):not(.disabled):active:hover {
  color: #333;
  background-color: #78bcd9;
  border-color: #3799c2;
}
.btn-primary:not(:disabled):not(.disabled):active:active, .btn-primary:not(:disabled):not(.disabled):active.active, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle {
  color: #333;
  background-color: #78bcd9;
  border-color: #3799c2;
}
.btn-primary:not(:disabled):not(.disabled):active:active:hover, .btn-primary:not(:disabled):not(.disabled):active:active:focus, .btn-primary:not(:disabled):not(.disabled):active:active.focus, .btn-primary:not(:disabled):not(.disabled):active.active:hover, .btn-primary:not(:disabled):not(.disabled):active.active:focus, .btn-primary:not(:disabled):not(.disabled):active.active.focus, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle:hover, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle:focus, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle.focus {
  color: #333;
  background-color: #5cafd1;
  border-color: #28708e;
}
.btn-primary:not(:disabled):not(.disabled):active:active, .btn-primary:not(:disabled):not(.disabled):active.active, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle {
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active.disabled:hover, .btn-primary:not(:disabled):not(.disabled):active.disabled:focus, .btn-primary:not(:disabled):not(.disabled):active.disabled.focus, .btn-primary:not(:disabled):not(.disabled):active[disabled]:hover, .btn-primary:not(:disabled):not(.disabled):active[disabled]:focus, .btn-primary:not(:disabled):not(.disabled):active[disabled].focus, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active:hover, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active:focus, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active.focus {
  background-color: #A0D0E4;
  border-color: #64b2d3;
}
.btn-primary:not(:disabled):not(.disabled):active .badge {
  color: #A0D0E4;
  background-color: #333;
}

.btn-block {
  display: block;
  width: 100%;
}

.button-switch {
  font-size: 1rem;
  line-height: 1.5;
  height: 1.5rem;
  margin-bottom: 0.625em;
  position: relative;
  width: 4.5em;
  padding: 0 !important;
  margin: 0 0.5rem 0 0;
}
.button-switch .lbl-off,
.button-switch .lbl-on {
  cursor: pointer;
  position: absolute;
  transition: opacity 0.25s ease-out 0.1s;
  margin-bottom: 0;
  color: #fff;
}
.button-switch .lbl-off {
  right: 20px;
}
.button-switch .lbl-on {
  opacity: 0;
  left: 15px;
}
.button-switch .switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  font-size: 1em;
  left: 0;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0;
  border-width: 0;
}
.button-switch .switch:before, .button-switch .switch:after {
  content: "";
  font-size: 1em;
  position: absolute;
}
.button-switch .switch:before {
  border-radius: 1.25em;
  background: #416D7F;
  color: #fff;
  height: 1.875em;
  left: 0;
  top: -0.1875em;
  transition: background-color 0.25s ease-out 0.1s;
  width: 4.5em;
}
.button-switch .switch:after {
  border-radius: 50%;
  background: #fff;
  height: 1.5em;
  left: 0.25em;
  transform: translate(0, 0);
  transition: transform 0.25s ease-out 0.1s;
  width: 1.5em;
  z-index: 9;
}
.button-switch .switch:checked:after {
  transform: translate(2.5em, 0);
}
.button-switch .switch:checked ~ .lbl-off {
  opacity: 0;
}
.button-switch .switch:checked ~ .lbl-on {
  opacity: 1;
  color: #fff;
}
.button-switch .switch.switch-orange:checked:before {
  background: #A0D0E4;
}

* {
  outline: none;
}

input[type=text], input[type=email], input[type=password],
input[type=tel], input[type=number], input[type=search], textarea, select, .form-elements {
  width: 100%;
  padding: 12px 16px 15px 16px;
  line-height: 1.5;
  height: auto;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 3px;
  color: #3b3939;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text]:disabled, input[type=text].disabled, input[type=email]:disabled, input[type=email].disabled, input[type=password]:disabled, input[type=password].disabled,
input[type=tel]:disabled,
input[type=tel].disabled, input[type=number]:disabled, input[type=number].disabled, input[type=search]:disabled, input[type=search].disabled, textarea:disabled, textarea.disabled, select:disabled, select.disabled, .form-elements:disabled, .form-elements.disabled {
  background-color: #292F36;
  opacity: 1;
  /*pointer-events: none;*/
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder, input[type=text].disabled::-moz-placeholder, input[type=email]:disabled::-moz-placeholder, input[type=email].disabled::-moz-placeholder, input[type=password]:disabled::-moz-placeholder, input[type=password].disabled::-moz-placeholder, input[type=tel]:disabled::-moz-placeholder, input[type=tel].disabled::-moz-placeholder, input[type=number]:disabled::-moz-placeholder, input[type=number].disabled::-moz-placeholder, input[type=search]:disabled::-moz-placeholder, input[type=search].disabled::-moz-placeholder, textarea:disabled::-moz-placeholder, textarea.disabled::-moz-placeholder, select:disabled::-moz-placeholder, select.disabled::-moz-placeholder, .form-elements:disabled::-moz-placeholder, .form-elements.disabled::-moz-placeholder {
  color: #707070;
}
input[type=text]:disabled::placeholder, input[type=text].disabled::placeholder, input[type=email]:disabled::placeholder, input[type=email].disabled::placeholder, input[type=password]:disabled::placeholder, input[type=password].disabled::placeholder,
input[type=tel]:disabled::placeholder,
input[type=tel].disabled::placeholder, input[type=number]:disabled::placeholder, input[type=number].disabled::placeholder, input[type=search]:disabled::placeholder, input[type=search].disabled::placeholder, textarea:disabled::placeholder, textarea.disabled::placeholder, select:disabled::placeholder, select.disabled::placeholder, .form-elements:disabled::placeholder, .form-elements.disabled::placeholder {
  color: #707070;
}
input[type=text]:not(:disabled):not(.disabled):focus, input[type=text]:not(:disabled):not(.disabled).focus, input[type=text]:not(:disabled):not(.disabled):hover, input[type=text]:not(:disabled):not(.disabled).hover, input[type=text]:not(:disabled):not(.disabled):active, input[type=text]:not(:disabled):not(.disabled).active, input[type=email]:not(:disabled):not(.disabled):focus, input[type=email]:not(:disabled):not(.disabled).focus, input[type=email]:not(:disabled):not(.disabled):hover, input[type=email]:not(:disabled):not(.disabled).hover, input[type=email]:not(:disabled):not(.disabled):active, input[type=email]:not(:disabled):not(.disabled).active, input[type=password]:not(:disabled):not(.disabled):focus, input[type=password]:not(:disabled):not(.disabled).focus, input[type=password]:not(:disabled):not(.disabled):hover, input[type=password]:not(:disabled):not(.disabled).hover, input[type=password]:not(:disabled):not(.disabled):active, input[type=password]:not(:disabled):not(.disabled).active,
input[type=tel]:not(:disabled):not(.disabled):focus,
input[type=tel]:not(:disabled):not(.disabled).focus,
input[type=tel]:not(:disabled):not(.disabled):hover,
input[type=tel]:not(:disabled):not(.disabled).hover,
input[type=tel]:not(:disabled):not(.disabled):active,
input[type=tel]:not(:disabled):not(.disabled).active, input[type=number]:not(:disabled):not(.disabled):focus, input[type=number]:not(:disabled):not(.disabled).focus, input[type=number]:not(:disabled):not(.disabled):hover, input[type=number]:not(:disabled):not(.disabled).hover, input[type=number]:not(:disabled):not(.disabled):active, input[type=number]:not(:disabled):not(.disabled).active, input[type=search]:not(:disabled):not(.disabled):focus, input[type=search]:not(:disabled):not(.disabled).focus, input[type=search]:not(:disabled):not(.disabled):hover, input[type=search]:not(:disabled):not(.disabled).hover, input[type=search]:not(:disabled):not(.disabled):active, input[type=search]:not(:disabled):not(.disabled).active, textarea:not(:disabled):not(.disabled):focus, textarea:not(:disabled):not(.disabled).focus, textarea:not(:disabled):not(.disabled):hover, textarea:not(:disabled):not(.disabled).hover, textarea:not(:disabled):not(.disabled):active, textarea:not(:disabled):not(.disabled).active, select:not(:disabled):not(.disabled):focus, select:not(:disabled):not(.disabled).focus, select:not(:disabled):not(.disabled):hover, select:not(:disabled):not(.disabled).hover, select:not(:disabled):not(.disabled):active, select:not(:disabled):not(.disabled).active, .form-elements:not(:disabled):not(.disabled):focus, .form-elements:not(:disabled):not(.disabled).focus, .form-elements:not(:disabled):not(.disabled):hover, .form-elements:not(:disabled):not(.disabled).hover, .form-elements:not(:disabled):not(.disabled):active, .form-elements:not(:disabled):not(.disabled).active {
  background-color: #fff;
  border-color: #296FDE;
  outline: 0;
}
input[type=text].error, input[type=text].is-invalid, input[type=email].error, input[type=email].is-invalid, input[type=password].error, input[type=password].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid, input[type=number].error, input[type=number].is-invalid, input[type=search].error, input[type=search].is-invalid, textarea.error, textarea.is-invalid, select.error, select.is-invalid, .form-elements.error, .form-elements.is-invalid {
  border-color: #e20;
}
input[type=text].error ~ .error-msg, input[type=text].is-invalid ~ .error-msg, input[type=email].error ~ .error-msg, input[type=email].is-invalid ~ .error-msg, input[type=password].error ~ .error-msg, input[type=password].is-invalid ~ .error-msg,
input[type=tel].error ~ .error-msg,
input[type=tel].is-invalid ~ .error-msg, input[type=number].error ~ .error-msg, input[type=number].is-invalid ~ .error-msg, input[type=search].error ~ .error-msg, input[type=search].is-invalid ~ .error-msg, textarea.error ~ .error-msg, textarea.is-invalid ~ .error-msg, select.error ~ .error-msg, select.is-invalid ~ .error-msg, .form-elements.error ~ .error-msg, .form-elements.is-invalid ~ .error-msg {
  display: block;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .form-elements::-moz-placeholder {
  color: #707070;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder,
input[type=tel]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, textarea::placeholder, select::placeholder, .form-elements::placeholder {
  color: #707070;
}
input[type=text].small, input[type=email].small, input[type=password].small,
input[type=tel].small, input[type=number].small, input[type=search].small, textarea.small, select.small, .form-elements.small {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
input[type=text].large, input[type=email].large, input[type=password].large,
input[type=tel].large, input[type=number].large, input[type=search].large, textarea.large, select.large, .form-elements.large {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.small:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

select.large:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0 !important;
  font-size: inherit;
  line-height: 1.5;
}

.error, .red, .strick {
  color: #ff0000;
  font-size: 0.75rem;
  font-weight: 500;
}

.error-msg {
  color: #ff0000;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

.inputgroup {
  position: relative;
}
.inputgroup.icons-left .fc-inner-iocns {
  left: 0;
}
.inputgroup.icons-left .form-elements {
  padding-left: 35px;
}
.inputgroup.icons-left .form-elements.fc-lg {
  padding-left: 40px;
}
.inputgroup.icons-left i:after {
  right: -90%;
}
.inputgroup.icons-right .fc-inner-iocns {
  right: 0;
}
.inputgroup.icons-right .form-elements {
  padding-right: 35px;
}
.inputgroup.icons-right i:after {
  left: -90%;
}
.inputgroup.icons-both .fc-inner-iocns.left {
  left: 0;
}
.inputgroup.icons-both .fc-inner-iocns.left i:after {
  right: -90%;
}
.inputgroup.icons-both .form-elements {
  padding-right: 35px;
  padding-left: 35px;
}
.inputgroup.icons-both .form-elements.fc-lg {
  padding-right: 40px;
  padding-left: 40px;
}
.inputgroup.icons-both .fc-inner-iocns.right {
  right: 0;
}
.inputgroup.icons-both .fc-inner-iocns.right i:after {
  left: -90%;
}

.fc-inner-iocns {
  position: absolute;
  top: 0;
  /*z-index: 2;*/
  display: block;
  height: calc(2.5rem + 4px);
  line-height: calc(2.5rem + 4px);
  min-width: 35px;
  text-align: center;
  /*pointer-events: none;*/
}
.fc-inner-iocns.left-pos {
  left: 0;
}
.fc-inner-iocns.right-pos {
  right: 0;
}
.fc-inner-iocns i {
  position: relative;
  font-style: normal;
  font-weight: 400;
}
.fc-inner-iocns i:after {
  content: "";
  position: absolute;
  border-right: 1px solid #CECECE;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
}

.inputgroup-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inputgroup-icon > .form-elements,
.inputgroup-icon > .custom-select,
.inputgroup-icon > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.inputgroup-icon > .form-elements + .form-control,
.inputgroup-icon > .form-elements + .custom-select,
.inputgroup-icon > .form-elements + .custom-file,
.inputgroup-icon > .custom-select + .form-control,
.inputgroup-icon > .custom-select + .custom-select,
.inputgroup-icon > .custom-select + .custom-file,
.inputgroup-icon > .custom-file + .form-control,
.inputgroup-icon > .custom-file + .custom-select,
.inputgroup-icon > .custom-file + .custom-file {
  margin-left: -1px;
}
.inputgroup-icon > .form-control:not(:last-child),
.inputgroup-icon > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inputgroup-icon > .form-control:not(:first-child),
.inputgroup-icon > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inputgroup-icon:hover .inputgroup-text, .inputgroup-icon:hover .form-elements, .inputgroup-icon.hover .inputgroup-text, .inputgroup-icon.hover .form-elements {
  border-color: #CECECE;
}

.inner-icon .icon-append .inputgroup-text {
  border-right: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inner-icon .icon-append + .form-elements {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.outer-icon .icon-prepend .inputgroup-text {
  border: none;
}
.outer-icon .icon-append .inputgroup-text {
  border: none;
}

.inputgroup-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /*color: $inputgroup-icon-color;*/
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 3px;
}
.inputgroup-text input[type=radio],
.inputgroup-text input[type=checkbox] {
  margin-top: 0;
}

.icon-prepend {
  display: flex;
  margin-right: -1px;
}

.icon-append {
  display: flex;
  margin-left: -1px;
}

textarea {
  margin: 0;
  padding: 9px 10px;
  height: 80px;
  resize: vertical;
  width: 100%;
  border-radius: 5px;
}
textarea.mid-height {
  height: 50px;
}

.live-search-list {
  background: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #CECECE;
  border-radius: 3px;
  margin-top: 5px;
}
.live-search-list li {
  margin: 10px;
  padding: 0;
}
.live-search-list:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 500ms;
}

.fileupload {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.fileupload input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  line-height: 35px;
}
.fileupload .lable-file {
  cursor: pointer;
  margin-right: 10px;
}

.file-name-wrap {
  color: #ACACAC;
  display: block;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}
.file-name-wrap .error-msg {
  color: #ACACAC;
}

.form-rows {
  margin-bottom: 12px;
  clear: both;
}

.form-row label, .form-group label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.form-group {
  margin-bottom: 1rem;
}

.chk-group .chk-wrap, .chk-group .custom-radio, .radio-group .chk-wrap, .radio-group .custom-radio, .custom-radio-group .chk-wrap, .custom-radio-group .custom-radio {
  margin-right: 10px;
  display: inline-flex;
}
.chk-group .radio-wrap, .radio-group .radio-wrap, .custom-radio-group .radio-wrap {
  margin-right: 10px;
}

.chk-groupd, .radio-groupd {
  margin-right: 10px;
  display: inline-flex !important;
}

.chk-wrap {
  padding-bottom: 0;
}
.chk-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.chk-wrap .chkmark {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 28px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.chk-wrap .chkmark:before {
  border: 1px solid #CECECE;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  content: "";
  margin: 2px 10px 0 0;
  float: left;
  cursor: pointer;
  border-radius: 5px;
}
.chk-wrap input[type=checkbox]:checked + .chkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #A0D0E4;
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 1.125rem;
}
.chk-wrap.check-wrap-inline label {
  display: inline-block;
}
.chk-wrap .bg-color, .chk-wrap .bg-img {
  display: inline-block;
  width: 25px;
  border-radius: 5px;
  height: 25px;
  margin-right: 5px;
}

.custom-chk {
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.custom-chk > span {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #292F36;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #292F36;
  background-color: #e9ecef;
}
.custom-chk > span:hover {
  background: #A0D0E4;
  color: #fff;
}
.custom-chk > span figure {
  text-align: center;
}
.custom-chk input[type=checkbox] {
  display: none;
}
.custom-chk input[type=checkbox]:checked + span {
  background-color: #A0D0E4;
  color: #fff;
  border-color: #A0D0E4;
}
.custom-chk input[type=checkbox]:disabled + span {
  background-color: #e9ecef;
  border-color: #ced4da;
  pointer-events: none;
}
.custom-chk input[type=checkbox].error + span {
  border: 1px solid #ff0000;
}
.custom-chk i {
  margin-right: 8px;
}

.radio-wrap input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-wrap .radio-label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  padding-top: 2px;
}
.radio-wrap .radio-label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 1px solid #CECECE;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
}
.radio-wrap .radio-label i {
  display: none;
}
.radio-wrap input[type=radio]:checked + .radio-label:after {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background: #A0D0E4;
  border-radius: 50%;
}

.custom-radio {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.custom-radio > span {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #292F36;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin-left: -20px;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #292F36;
  background-color: #e9ecef;
}
.custom-radio > span:hover {
  background: #A0D0E4;
  color: #fff;
}
.custom-radio > span figure {
  text-align: center;
}
.custom-radio input[type=radio] {
  opacity: 0;
}
.custom-radio input[type=radio]:checked + span, .custom-radio input[type=radio].checked + span {
  background-color: #A0D0E4;
  color: #fff;
  border-color: #A0D0E4;
}
.custom-radio input[type=radio]:disabled + span, .custom-radio input[type=radio].disabled + span {
  background-color: #e9ecef;
  border-color: #ced4da;
  pointer-events: none;
}
.custom-radio input[type=radio].error + span {
  border: 1px solid #ff0000;
}
.custom-radio i {
  margin-right: 8px;
}

.switch-vertical {
  width: 115px;
}
.switch-vertical .web-status {
  color: #000;
  padding-left: 25px;
}
.switch-vertical label {
  font-size: 0.875rem;
  line-height: 18px;
  display: block;
  width: 128px;
  height: 18px;
  margin: 0px;
  padding-left: 25px;
  text-transform: uppercase;
}
.switch-vertical .toggle-outside {
  background: #28a745;
  position: absolute;
  width: 16px;
  height: 34px;
  left: 0;
  top: 3px;
}
.switch-vertical .toggle-inside {
  height: 16px;
  left: 0px;
  top: 0px;
  width: 16px;
  transition: all 0.25s ease-in-out;
}
.switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
  top: 18px;
}
.switch-vertical .trv-bottom {
  top: 18px;
  transition: all 0.25s ease-in-out;
}
.switch-vertical .switch-open {
  background: #28a745;
}
.switch-vertical .switch-close {
  background: #292F36;
}

.chosen-container-single .chosen-single {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CECECE;
}
.chosen-container-single .chosen-results li {
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
}

.chosen-container {
  max-width: 250px;
  min-width: 250px;
}
.chosen-container .chosen-drop {
  border: 1px solid #CECECE;
  border-top: 0;
}
.chosen-container.chosen-with-drop .chosen-drop {
  margin-top: -1px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #A0D0E4;
  color: #fff;
}

.chosen-disabled .chosen-single {
  /*background-color: $input-disabled-bg;*/
  opacity: 1;
  pointer-events: none;
}

.chosen-container-multi .chosen-results li {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
}
.chosen-container-multi .chosen-results li.search-choice {
  background-color: #A0D0E4;
  padding: 15px;
}
.chosen-container-multi .chosen-choices li {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-color: #292F36;
  margin: 1px;
  border-radius: 3px;
}

.date-pickers {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CECECE;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.file-wrapper {
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
}
.file-wrapper input[type=file] {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  bottom: 0;
}
.file-wrapper i {
  display: inline-block;
  font-size: 1rem;
}
.file-wrapper .btn {
  display: block;
  background: #A0D0E4;
  margin-top: 0;
  padding: 10px 15px;
  border-color: #A0D0E4;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.search-wrap {
  position: relative;
  display: block;
}
.search-wrap input[type=text] {
  padding-left: 40px;
}
.search-wrap .icon-search {
  position: absolute;
  left: 10px;
  bottom: 12px;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  color: #CECECE;
}
.search-wrap .icon-search:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
}
.search-wrap .icon-search:hover {
  color: #416D7F;
}
.search-wrap button {
  padding: 0;
  border: none;
}

.qty-box .product-label {
  padding-right: 10px;
  display: none;
}

.spinergroup, .number-spinner {
  position: relative;
  width: 180px;
  background-color: #fff;
  max-width: 180px;
  min-width: 150px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.spinergroup .spinNum, .number-spinner .spinNum {
  border: none;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  text-align: center;
}
.spinergroup .spinNum:hover, .spinergroup .spinNum:active, .spinergroup .spinNum:focus, .number-spinner .spinNum:hover, .number-spinner .spinNum:active, .number-spinner .spinNum:focus {
  box-shadow: none !important;
}
.spinergroup .decrease, .spinergroup .increase, .number-spinner .decrease, .number-spinner .increase {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  z-index: 9;
  padding: 0;
}
.spinergroup .decrease span, .spinergroup .increase span, .number-spinner .decrease span, .number-spinner .increase span {
  line-height: 45px;
  height: 45px;
  display: block;
  z-index: -1;
  position: relative;
}
.spinergroup .increase, .number-spinner .increase {
  right: 0;
  border-left: 1px solid #CECECE;
}
.spinergroup .decrease, .number-spinner .decrease {
  left: 0;
  border-right: 1px solid #CECECE;
}
.spinergroup.cart-spiner, .number-spinner.cart-spiner {
  border-radius: 0;
}
.spinergroup.cart-spiner .decrease, .number-spinner.cart-spiner .decrease {
  border-right: none;
}
.spinergroup.cart-spiner .increase, .number-spinner.cart-spiner .increase {
  border-left: none;
}

/*.number-spinner {
	//@include inline-flex;
	display:  inline-flex !important;
	@include align-items(center);
	border: 1px solid $border;
	input, button, .spinNum, .input-text {
		border:none; background: transparent;
		height: 45px;text-align: center;
		min-width: 60px;width: 60px;
		border-radius: 0;
		max-width: 60px;
		&:focus {
			box-shadow: none !important; outline: none !important;
		} 
	}
	button {
		cursor: pointer;
		transition: all 0.5s;
		i {
			vertical-align: baseline;
		}
		&:hover {
			color: $white;
			background: $primary;
		}
	}
	button:disabled {
		cursor: not-allowed;
	}
	&:after {
		display: none;
	}
}*/
.coupan {
  display: flex;
}
.coupan .form-elements {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.coupan .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

select {
  height: 40px;
  min-height: 40px;
}

select {
  background-color: white;
  /* inline SVG */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 30%;
  border-radius: 2px;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

select.unselected {
  color: #707070;
}

.custom-select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAABFCAMAAABJ0DU0AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAPUExURXR0dM3NzcPDw3l5ef///yUnomoAAAMHSURBVHjaYmBiGByACSCAGFgYmQcDYGQBCCAGlkHhFEYWFoAAArpkEDgF6BAWgAACuWTAnQJyCAtAAIFdMsBOATuEBSCAIC4ZUKdAHMICEEBQlwygU6AOYQEIIJhLBswpMIewAAQQ3CUD5BS4Q1gAAgjhkgFxCsIhLAABhOSSAXAKkkNYAAII2SV0dwqyQ1gAAgjFJXR2CopDWAACCNUldHUKqkNYAAIIzSV0dAqaQ1gAAgjdJXRzCrpDWAACCMMldHIKhkNYAAII0yV0cQqmQ1gAAgiLS+jgFCwOYQEIIGwuoblTsDmEBSCAsLqExk7B6hAWgADC7hKaOgW7Q1gAAgiHS2joFBwOYQEIIFwuoZlTcDmEBSCAcLqERk7B6RAWgADC7RKaOAW3Q1gAAgiPS2jgFDwOYQEIIHwuobpT8DmEBSCA8LqEyk7B6xAWgADC7xKqOgW/Q1gAAoiAS6joFAIOYQEIIEIuoZpTCDmEBSCACLqESk4h6BAWgAAi7BKqOIWwQ1gAAogIl1DBKUQ4hAUggIhxCcVOIcYhLAABRJRLKHQKUQ5hAQgg4lxCkVOIcwgLQAAR6RIKnEKkQ1gAAohYl5DtFGIdwgIQQES7hEynEO0QFoAAIt4lZDmFeIewAAQQCS4hwykkOIQFIIBIcQnJTiHFISwAAUSSS0h0CkkOYQEIINJcQpJTSHMIC0AAkegSEpxCokNYAAKIVJcQ7RRSHcICEEAku4RIp5DsEBaAACLdJUQ5hXSHsAAEEBkuIcIpZDiEBSCAyHEJQaeQ4xAWgAAiyyUEnEKWQ1gAAog8l+B1CnkOYQEIIDJdgscpZDqEBSCAyHUJTqeQ6xAWgAAi2yU4nEK2Q1gAAoh8l2B1CvkOYQEIIApcgsUpFDiEBSCAKHEJhlMocQgLQABR5BI0p1DkEBaAAKLMJShOocwhLAABRKFLkJxCoUNYAAKIUpfAnUKpQ1gAAohil0CdQrFDWAACiHKXgJ1CuUNYAAKICi4BOoUKDmEBCCBquISFiRqGAAQYAEQxfnijrllqAAAAAElFTkSuQmCC");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
  color: #929292;
  padding-right: 25px;
}

.date-select, .date-picker {
  position: relative;
  background: #fff;
  cursor: pointer;
  padding-right: 30px !important;
  background-size: 13px !important;
}

.date-select-new {
  position: relative;
  cursor: pointer;
  background-size: 40px !important;
}

.drop-size-wrap {
  display: block;
}

.drop-size-wrap, .qty_dropdown {
  position: relative;
  display: inline;
}

select::-ms-expand {
  display: none;
}

.lte8 .tooltipwrap .tooltip {
  display: none;
}
.lte8 .tooltipwrap:hover .tooltip {
  display: block;
}

.searchbtn-form {
  width: 100%;
}
.searchbtn-form .input-group {
  position: relative;
}
.searchbtn-form input[type=text] {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.searchbtn-form .btn {
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.searchbtn-form .btn i {
  color: #A0D0E4;
  vertical-align: baseline;
  font-weight: 600;
}

.select_country {
  border-radius: 3px;
  border: 1px solid #CECECE;
  display: flex;
  align-items: center;
}
.select_country .form-elements {
  border: none;
  opacity: 0;
  width: 0 !important;
  padding-left: 85px !important;
}
.select_country input[type=text] {
  border: none;
}
.select_country input[type=text]:not(:disabled):not(.disabled):focus, .select_country input[type=text]:not(:disabled):not(.disabled).focus {
  box-shadow: none;
}
.select_country input[type=text]:not(:disabled):not(.disabled):hover, .select_country input[type=text]:not(:disabled):not(.disabled).hover {
  box-shadow: none;
}
.select_country .iti {
  border-right: 1px solid #CECECE;
  background: rgba(0, 0, 0, 0.05);
  max-width: 100px;
}

.securephone_wrap .iti, .reservephone_wrap .iti {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 85px;
  padding: 0.5rem 0.75rem;
}
.securephone_wrap .iti .country_flag, .reservephone_wrap .iti .country_flag {
  max-width: 20px;
}

.dropdown-toggle {
  padding-right: 27px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(360deg);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: absolute;
  right: 10px;
  border: none;
}
.dropdown-toggle.no-icon:after {
  display: none;
}

option {
  color: #000;
}
option:disabled {
  color: #e2e2e2;
  opacity: 0.5;
}

.form-groups {
  margin-bottom: 10px;
}

.btns-group {
  display: flex;
  margin-top: 1rem;
}
.btns-group .first-btn {
  margin-right: 1rem;
}
.btns-group .last-btn {
  margin-left: 1rem;
}

.alert {
  transition: all 0.4s ease-in-out 0s;
  border-radius: 10px;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  position: relative;
}
.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1 !important;
  font-size: 20px !important;
  height: 100%;
  line-height: 100%;
  text-shadow: none;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-dismissable {
  position: relative;
  padding-right: 4rem;
}

.alert-success, .alert-successs {
  border: solid 1px #c3e6cb;
  background: #d4edda;
  color: #155724;
}

.alert-primary {
  border: solid 1px #b8daff;
  background: #cce5ff;
  color: #004085;
}

.alert-warning {
  border: solid 1px #ffeeba;
  background: #fff3cd;
  color: #856404;
}

.alert-danger, .alert-dangers {
  border: solid 1px #f5c6cb;
  background: #f8d7da;
  color: #721c24;
}

.alert-light {
  border: solid 1px #fdfdfe;
  background: #fefefe;
  color: #818182;
}

.alert-dark {
  border: solid 1px #c6c8ca;
  background: #d6d8d9;
  color: #1b1e21;
}

.swal2-content .alert {
  text-align: left;
}
.swal2-content .alert > .glyphicon {
  text-align: center;
  width: 50px;
}

.toast {
  background-color: #030303;
}
.toast.toast-success {
  background-color: #51A351;
}
.toast.toast-error {
  background-color: #BD362F;
}
.toast.toast-info {
  background-color: #2F96B4;
}
.toast.toast-warning {
  background-color: #F89406;
}

.modal-header .modal-title {
  font-size: 1rem;
  color: #292F36;
  font-weight: bold;
  display: inline-block;
}
.modal-header .modal-title img {
  max-height: 50px;
}
.modal-header .close {
  background: none;
  border: none;
  float: right;
  font-weight: normal;
  line-height: 1;
  color: #000;
  padding: 0px;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 1rem;
}

.modal-backdrop {
  background-color: #416D7F;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.6;
}

.bg-overlay-default {
  background: #6c757d;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bg-overlay {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #416D7F;
  opacity: 0.6;
  border: 1px solid #CECECE;
}

.bg-overlay-dark {
  background: #212529;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-fixed-footer .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-fixed-footer .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}
.modal-fixed-footer .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
}

.modal-content .modal-header {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
}

.scroll_modal .modal-body {
  max-height: 500px;
  overflow-y: auto;
}

.sucess-msg .ok, .error-msg .ok {
  font-size: 3rem;
}

.sucess-msg .ok {
  color: #28a745;
}

.icon-close {
  cursor: pointer;
}

.swal2-container {
  z-index: 99999999 !important;
}

#toast-container {
  z-index: 999999999 !important;
}

.or-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pagenum {
  display: block;
  text-align: center;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
}
.pagination ul.pagination {
  padding: 0;
  margin: 0;
}
.pagination li {
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 8px 8px 0;
  display: inline-block;
  position: relative;
}
.pagination li a, .pagination li span {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  display: block;
  outline: none;
  color: #D8D8D8;
  border: 1px solid #f2f2f2;
}
.pagination li a:hover, .pagination li a:active, .pagination li a.active, .pagination li span:hover, .pagination li span:active, .pagination li span.active {
  color: #fff;
  border-color: #ddd;
}
.pagination li.active a, .pagination li.active span {
  color: #A0D0E4;
  border: 1px solid black;
}
.pagination li.pagination-next a, .pagination li.pagination-prev a {
  padding: 0 15px;
  border: 1px solid #f2f2f2;
}
.pagination li.pagination-next a:hover, .pagination li.pagination-prev a:hover {
  position: relative;
}
.pagination .next a, .pagination .prev a, .pagination .previous a {
  text-indent: -9999px;
  position: relative;
  display: block;
  outline: none;
}
.pagination .next a:after, .pagination .prev a:after, .pagination .previous a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 0px;
  text-indent: -1px;
  font-size: 1.125rem;
  width: 100%;
}
.pagination .next a:before, .pagination .prev a:before, .pagination .previous a:before {
  display: none;
}
.pagination .next:hover:after, .pagination .prev:hover:after, .pagination .previous:hover:after {
  height: 0;
}
.pagination .next.disabled, .pagination .prev.disabled, .pagination .previous.disabled {
  display: none;
}
.pagination .next a:after {
  content: "\f061";
  text-indent: 2px;
}
.pagination .prev a:after, .pagination .previous a:after {
  content: "\f060";
}
.pagination .pagination-first, .pagination .pagination-last {
  display: none;
}
.pagination.second_type li a, .pagination.second_type li span {
  border: none;
  background: none;
}
.pagination.second_type li a:hover, .pagination.second_type li span:hover {
  border: none;
  background: none;
  font-weight: bold;
  color: inherit;
}
.pagination.second_type li.active {
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.pagination.second_type li:first-child a, .pagination.second_type li:first-child span, .pagination.second_type li:last-child a, .pagination.second_type li:last-child span {
  font-size: 0;
}
.pagination.second_type li:first-child span:after, .pagination.second_type li:first-child a:after {
  content: "\f100" !important;
}
.pagination.second_type li:last-child span:after, .pagination.second_type li:last-child a:after {
  content: "\f101" !important;
}

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
  opacity: 1 !important;
  border-radius: 0;
  border: none;
}
[uib-popover-popup].popover .varient-tooltip > span,
[uib-popover-html-popup].popover .varient-tooltip > span,
[uib-popover-template-popup].popover .varient-tooltip > span {
  border-radius: 4px;
}

.varient-tooltip {
  transition: none !important;
}
.varient-tooltip span, .varient-tooltip img {
  padding: 5px;
  border: 1px solid #f2f2f2;
  width: 120px;
  height: 120px;
}
.varient-tooltip span:not(:empty), .varient-tooltip img:not(:empty) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 0.75rem;
  font-weight: bold;
}

.slick-arrow {
  font-size: 2rem !important;
}
.slick-arrow.arrowcircle {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrapper {
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
}

.table-primary th {
  border-bottom: 2px solid #000;
  border-top: none;
  color: #000;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.75rem;
}
.table-primary tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-primary tr:nth-of-type(even) {
  background-color: #fff;
}
.table-primary td {
  border-bottom: 1px solid #CECECE;
  border-top: none;
  font-size: 0.75rem;
  padding: 0.75rem;
}
.table-primary .btn {
  padding: 10px 18px;
  width: 100%;
}

.table-header, .table-content {
  display: table-row-group;
  width: 100%;
}
.table-header li, .table-content li {
  display: table-cell;
  padding: 0.75rem;
  vertical-align: middle;
}
.table-header li li, .table-content li li {
  border: none;
}
.table-header li:first-child, .table-content li:first-child {
  text-align: left !important;
  padding-left: 0 !important;
}
.table-header ul, .table-content ul {
  margin: 0;
  padding: 0;
  display: table-row;
}
.table-header ul ul, .table-content ul ul {
  display: block;
}
.table-header ul ul li, .table-content ul ul li {
  display: block;
}

.cart-table, .table-secondary {
  background-color: #fff;
  font-size: 0.875rem;
}
.cart-table .table-header li, .table-secondary .table-header li {
  padding: 0.75rem;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #A0D0E4;
  font-size: 0.75rem;
  font-weight: normal;
}
.cart-table .table-header li:after, .table-secondary .table-header li:after {
  display: none;
}
.cart-table .table-content .cart-item-list:not(:last-child), .table-secondary .table-content .cart-item-list:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.cart-table .table-content li, .table-secondary .table-content li {
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.cart-table .table-content li.product, .table-secondary .table-content li.product {
  text-align: left;
}
.cart-table .table-content li.product .cart-img, .table-secondary .table-content li.product .cart-img {
  max-width: 80px;
}
.cart-table .table-content li.product img, .table-secondary .table-content li.product img {
  margin-right: 0;
  /*border: 1px solid $border;*/
  max-width: 100%;
}
.cart-table .box-border .table, .table-secondary .box-border .table {
  margin-bottom: 0;
}
.cart-table .number-spinner button i, .table-secondary .number-spinner button i {
  color: #A0D0E4;
}
.cart-table .number-spinner button:hover i, .table-secondary .number-spinner button:hover i {
  color: #fff;
}

.cart-col .table {
  border: 1px solid #CECECE;
}

.table-header {
  font-weight: 500;
  color: #A0D0E4;
  border: none;
  padding: 0.75rem;
}

.table-content {
  background: #fff;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}

.cart-img {
  float: left;
  margin-right: 10px;
  max-width: 70px;
}

.cart-item-desc {
  padding-left: 90px;
}
.cart-item-desc .link-product-name {
  font-size: 0.75rem;
  color: #292F36;
  font-weight: normal;
}
.cart-item-desc .link-product-name:hover, .cart-item-desc .link-product-name:active, .cart-item-desc .link-product-name.active {
  color: black !important;
}
.cart-item-desc .sku-wrap .sku, .cart-item-desc .sku-wrap label {
  margin-bottom: 0.25rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0.75rem;
}
.cart-item-desc .sku-wrap .gtext {
  color: #292F36;
  margin-left: 5px;
}

.cart-item-list .normal-price {
  font-size: 0.75rem;
  color: #292F36;
}
.cart-item-list .icon-cart-remove:hover {
  background-color: transparent;
  opacity: 0.8;
}
.cart-item-list .icon-cart-remove .fa-trash-alt {
  font-size: 1.5rem;
  font-weight: 500;
}
.cart-item-list .icon-cart-remove .fa-trash-alt:before {
  content: "\f057";
}

.scroll-table {
  overflow-x: auto;
  padding: 0 1px 15px 1px;
}
.scroll-table .table {
  width: 1500px;
}

.table-wrapper {
  display: inline-block;
  width: 100%;
}

.table, .table-resize {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table .active-btn, .table .inactive-btn {
  padding: 2px 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  min-width: 42px;
}
.table .active-btn {
  background: #A0D0E4;
}
.table .edit-view {
  color: #A0D0E4;
}
.table .edit-view a {
  color: #A0D0E4;
}
.table .head-border li {
  border: none;
}
.table .active {
  background: #A0D0E4;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem;
}
.table .inactive {
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem;
}
.table .spinner {
  display: inline-block;
}
.table .product img {
  float: left;
  margin-right: 10px;
}
.table .product .name {
  color: #A0D0E4;
  font-weight: bold;
  padding-top: 2px;
}
.table .price .chk-label {
  color: #A0D0E4;
  margin-top: 2px;
}

.shop-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.shop-table .table-head {
  display: table-row;
  background-color: #E6E6E6;
}
.shop-table .table-head .box {
  padding: 8px;
  border: 1px solid #CECECE;
  font-weight: 700;
}
.shop-table .table-row {
  display: table-row;
}
.shop-table .table-row:nth-child(odd) .box {
  padding: 8px;
  border: 1px solid #CECECE;
}
.shop-table .table-row:nth-child(even) .box {
  padding: 8px;
  border: 1px solid #CECECE;
}
.shop-table .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-table .box .inner-box {
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 0.875rem;
}
.shop-table .chk-wrap {
  display: inline-block;
}
.shop-table .chk-wrap .chkmark {
  margin: 0 auto;
}
.shop-table .price-wrap .price {
  font-weight: 700;
}
.shop-table .price-wrap .old-price {
  padding: 0;
  font-size: 0.875rem;
}
.shop-table .qty-wrap {
  min-width: 200px;
}

.table-footer .form-row {
  padding: 0.5rem 0;
  margin: 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}
.table-footer .form-row .col-6 + .col-6 {
  text-align: right;
}
.table-footer .form-row h4, .table-footer .form-row h5 {
  margin: 0;
}
.table-footer .form-row:not(:last-child) {
  border-bottom: 1px solid #CECECE !important;
}
.table-footer .total, .table-footer .total-price {
  font-size: 1rem;
  color: #292F36;
}
.table-footer .total.primary, .table-footer .total-price.primary {
  font-size: 1rem;
  color: #292F36;
}
.table-footer ul, .table-footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-footer .promo-dis {
  font-size: 1rem;
  color: #ff0000;
}

.view-footer-row {
  cursor: pointer;
  color: #292F36;
  font-size: 0.75rem;
}
.view-footer-row i {
  vertical-align: baseline;
}

.group-acc-description {
  border-bottom: 1px solid #CECECE;
}
.group-acc-description:first-child {
  border-top: 1px solid #CECECE;
}
.group-acc-description .accordion-btn {
  padding-left: 0;
  padding-right: 0;
}
.group-acc-description .accordion-btn:not(.collapsed) .fa-plus:before {
  content: "\f068";
}
.group-acc-description .card-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion_plus .set {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #CECECE;
}
.accordion_plus .set > a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #292F36;
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 1.125rem;
  letter-spacing: -0.45px;
}
.accordion_plus .set:first-child {
  border-top: 1px solid #CECECE;
}
.accordion_plus .contents {
  display: none;
  position: relative;
  padding: 15px 0;
  line-height: 1.5;
}
.accordion_plus .contents p {
  margin: 0;
  letter-spacing: 1px;
}

.accordion_arrow {
  margin: 30px auto;
  max-width: 560px;
}
.accordion_arrow .set {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.accordion_arrow .set > a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #292F36;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 1.125rem;
  letter-spacing: -0.45px;
  font-weight: bold;
}
.accordion_arrow .contents {
  display: none;
  position: relative;
  padding: 15px 0;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 1px;
}
.accordion_arrow .contents p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 1rem;
}
.accordion_arrow .review-star {
  margin-left: auto;
}
.accordion_arrow p {
  margin: 0;
}

.fr-table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}
.fr-table th {
  background-color: #E6E6E6;
  border: 1px solid #f2f2f2;
  padding: 8px 10px;
}
.fr-table td {
  padding: 8px 10px;
  border: 1px solid #f2f2f2;
}

@media all and (max-width: 768px) {
  .cart-table .unit-price {
    line-height: 1.25;
  }
  .cart-table .total .normal-price {
    line-height: 1.25;
  }
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > a.active > a, .nav-tabs > a.active > a:hover, .nav-tabs > a.active > a:focus {
  color: #eeeeee;
  background-color: #337ab7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0.25rem;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #eeeeee;
  background-color: #eeeeee;
}

.banner_slider_container {
  position: relative;
}
.banner_slider_container .loader_wrapper {
  min-height: 400px;
}
.banner_slider_container .loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 180px;
  z-index: 1000;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.loader-wrapper {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}
.loader-wrapper .loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 180px;
  z-index: 1000;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.lds-rolling {
  position: relative;
  display: none;
}

.lds-rolling div, .lds-rolling div:after {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 5px solid #A0D0E4;
  border-top-color: #fff;
  border-radius: 50%;
}

.lds-rolling div {
  animation: lds-rolling 1s linear infinite;
  top: 50px;
  left: 50px;
}

.lds-rolling div:after {
  transform: rotate(90deg);
}

.lds-rolling {
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto;
}

.loader {
  text-align: center;
}

@keyframes lds-rolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.products .lazy-image-loader, .products img[src$=".gif"], .blog-img .lazy-image-loader, .blog-img img[src$=".gif"], .MagicScroll .lazy-image-loader, .MagicScroll img[src$=".gif"] {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: block !important;
}

.lazyloaded { /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
.banner, .popin {
  bottom: 0 !important;
  left: 0 !important;
  position: fixed !important;
  background-color: rgb(61, 61, 61) !important;
  box-sizing: content-box !important;
  display: block;
  width: 100%;
  z-index: 16777002 !important;
}

.ccb-banner-container {
  margin: 10px 40px !important;
}

.ccb-top {
  padding: 10px 0 0 0 !important;
  overflow: hidden !important;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.ccb-title {
  float: left !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-transform: none !important;
  color: #fff;
  font-size: 1.125rem;
}

.ccb-info {
  border-radius: 25px !important;
  border-style: solid !important;
  border-width: 2px !important;
  cursor: pointer !important;
  float: left !important;
  overflow: hidden !important;
  padding: 1px 6px !important;
  position: relative !important;
  left: 15px !important;
  top: 0px !important;
  white-space: nowrap !important;
  min-width: 8px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 20px;
}

.ccb-banner-family-heading {
  color: rgb(255, 255, 255) !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  text-align: justify;
}

.ccb-info-link {
  display: inline-block !important;
  max-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  top: 4px !important;
}

.ccb-info-link a {
  color: #fff !important;
}

.ccb-info div {
  transition: all 0.5s !important;
}

.ccb-info-icon {
  display: inline-block !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  left: -2px !important;
  position: relative !important;
  top: -1px !important;
}

.ccb-info:hover .ccb-info-link {
  max-width: 1000px !important;
  color: #fff;
}

.ccb-banner-middle {
  margin: 10px 0 !important;
}

.ccb-bottom {
  overflow: hidden;
}

.ccb-banner-bottom-part-2, .ccb-banner-bottom-part-3 {
  display: inline-block;
}

.ccb-banner-button {
  background-color: rgb(61, 61, 61);
  color: rgb(255, 255, 255);
  font-size: 0.875rem !important;
  margin: 10px 10px 10px 0 !important;
  border-color: #fff !important;
  border-style: solid !important;
  border-radius: 25px !important;
  border-width: 1px !important;
  cursor: pointer;
  display: inline-block !important;
  padding: 5px 10px !important;
  text-align: center !important;
}
.ccb-banner-button.update-cookie {
  display: none !important;
}
.ccb-banner-button.update-cookie.updateactive {
  display: inline-block !important;
}

.ccb-banner-middle {
  margin: 10px 0 !important;
  color: #fff;
}
.ccb-banner-middle.scrolled {
  max-height: 100px;
  overflow-y: auto !important;
  line-height: normal;
  display: none;
}
.ccb-banner-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ccb-banner-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(61, 61, 61);
}

.ccb-banner-toggle-panel {
  color: rgb(255, 255, 255) !important;
  font-size: 0.875rem !important;
}

.ccb-banner-toggle-panel {
  float: right;
  cursor: pointer;
  margin-top: 15px !important;
}

.ccb-sticky {
  bottom: 0 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer !important;
  position: fixed !important;
  padding: 6px 8px !important;
  z-index: 16777001 !important;
  background-color: rgb(61, 61, 61) !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  cursor: pointer;
}
.ccb-sticky.right {
  right: 0;
}
.ccb-sticky .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.ccb-sticky .ccb-sticky-label {
  font-size: 0.875rem;
  color: #fff;
}

.cookies_wrap .cat-name {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.cookies_wrap .cookie-contents {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.cookies_wrap .toggle_links {
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.cookies_wrap .toggle_links a {
  color: #fff;
}
.cookies_wrap .toggle_contents {
  display: none;
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.cookies_wrap .toggle_contents td {
  padding: 5px 0;
}
.cookies_wrap .cookie_wrapper_option {
  margin-top: 0 !important;
  margin-left: 15px;
}
.cookies_wrap .privacy-list {
  display: flex;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cookies_wrap .button-switch {
  margin-left: 5px;
}
.cookies_wrap ::-webkit-scrollbar {
  width: 6px;
}
.cookies_wrap ::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 40px;
}
.cookies_wrap ::-webkit-scrollbar-track {
  background-color: #656565;
  border-radius: 40px;
}
.cookies_wrap .button-switch {
  font-size: 8px;
}

@media all and (max-width: 767px) {
  .ccb-banner-container {
    margin: 10px 20px !important;
  }
}
.product-info {
  text-align: left;
}

.product-item-info {
  position: relative;
  margin-bottom: 12.5px;
  text-align: center;
  display: block;
  width: 100%;
}
.product-item-info:hover .prod-img {
  opacity: 0.7;
}

.grid-container {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.products.product-grid-view {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.products.product-grid-view > li {
  padding: 7.5px;
  background: transparent;
}
.products.product-grid-view .prod-img {
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 10px;
  text-align: center;
}
.products.product-grid-view .prod-img a {
  display: block;
  height: 100%;
}
.products.product-grid-view .prod-img .delete-item {
  padding: 4px 8px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.products.product-grid-view .prod-img .badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ff0000;
  color: #fff;
  padding: 4px 10px;
}
.products.product-grid-view .prod-img > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products.product-grid-view .prod-img:hover .content-overlay, .products.product-grid-view .prod-img:hover .add-to-links {
  opacity: 1;
}
.products.product-grid-view.item_4 > li {
  width: 25%;
}
.products.product-list-view {
  position: relative;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
  list-style: none;
  padding: 0;
}
.products.product-list-view li {
  padding: 1rem;
  margin-bottom: 20px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  vertical-align: top;
  width: 100%;
  display: flex;
}
.products.product-list-view li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.products.product-list-view .prod-img {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
  width: 180px;
  min-width: 180px;
}
.products.product-list-view .prod-img a {
  display: block;
  height: 100%;
}
.products.product-list-view .prod-img:hover .content-overlay, .products.product-list-view .prod-img:hover .add-to-links {
  opacity: 1;
}
.products.product-list-view .product-item-info {
  margin-bottom: 0;
}
.products.product-list-view .product-info {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  padding: 0 0 0 16px;
}
.products.product-list-view .prod-subimg > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products.product-list-view .addtocart-btn {
  display: block;
}
.products .prod-img:hover .content-overlay, .products .prod-img:hover .add-to-links, .products .prod-img.hover .content-overlay, .products .prod-img.hover .add-to-links {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  cursor: pointer;
}

.banner-onerow-slider .prod-img, .banner-tworow-slider .prod-img {
  position: relative;
  transition: none;
  margin-bottom: 3px;
  text-align: center;
}
.banner-onerow-slider .prod-img .delete-item, .banner-tworow-slider .prod-img .delete-item {
  padding: 4px 8px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.banner-onerow-slider .prod-img .badge, .banner-tworow-slider .prod-img .badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ff0000;
  color: #fff;
  padding: 4px 10px;
}
.banner-onerow-slider .prod-img > a, .banner-tworow-slider .prod-img > a {
  display: block;
  height: 100%;
}
.banner-onerow-slider .prod-img:hover .content-overlay, .banner-onerow-slider .prod-img:hover .add-to-links, .banner-onerow-slider .prod-img.hover .content-overlay, .banner-onerow-slider .prod-img.hover .add-to-links, .banner-tworow-slider .prod-img:hover .content-overlay, .banner-tworow-slider .prod-img:hover .add-to-links, .banner-tworow-slider .prod-img.hover .content-overlay, .banner-tworow-slider .prod-img.hover .add-to-links {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  cursor: pointer;
}

.content-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none !important;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /*bottom: 0;*/
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
}

.add-to-links {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  height: 56px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.add-to-links a {
  padding: 5px;
  width: 56px !important;
  max-height: 56px !important;
  height: 56px !important;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: static !important;
  transition: all 0.5s;
  white-space: normal;
  line-height: normal;
}
.add-to-links .btn-icons i {
  color: #fff;
  font-size: 2rem;
}

.product-title {
  margin-bottom: 5px;
}

.sku-name {
  color: #292F36;
  font-size: 0.75rem;
  text-decoration: none;
  font-style: normal;
}

.prod-desc {
  color: #292F36;
  font-size: 1rem;
  height: 48px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 5px;
  white-space: initial;
}

.prod-fulldesc {
  font-size: 0.75rem;
  white-space: initial;
}

.custom-info {
  font-size: 0.75rem;
}

.stock-availability {
  font-size: 0.75rem;
  color: #292F36;
}
.stock-availability .in-stock {
  color: #A0D0E4;
}
.stock-availability .out-stock {
  color: #ff0000 !important;
}
.stock-availability .morethanqn {
  color: #17a2b8;
}
.stock-availability .btn {
  width: 100%;
}

.price-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.price-wrap .strike-price {
  margin-left: 10px;
  margin-right: 10px;
}

.total-review {
  color: #292F36;
  font-weight: 400;
  font-size: 0.875rem;
}

.addtocart-btn {
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: nowrap;
}
.addtocart-btn .btn-primary {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.addtocart-btn .btn-icon {
  margin-left: 5px;
}

.review-wrap {
  transition: all 0.5s ease-in-out 0s;
  line-height: 1.5rem;
  height: 50px;
  max-height: 50px;
}

.review-star {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.875rem;
  text-align: left;
}
.review-star .grey-stars {
  height: 100%;
  position: relative;
}
.review-star .grey-stars:before {
  color: #292F36;
}
.review-star .filled-stars {
  position: absolute;
  overflow: hidden;
}
.review-star .filled-stars:before {
  color: #A0D0E4;
  font-weight: bold;
}
.review-star .filled-stars:before,
.review-star .grey-stars:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  letter-spacing: 4px;
  line-height: 18px;
}
.review-star.fright {
  float: right;
}

.promomain-title {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.promotiongiftpopup {
  padding: 24px 8px 24px 24px;
}
.promotiongiftpopup .product-info-row {
  display: flex;
  flex-wrap: wrap;
}
.promotiongiftpopup .product-info-row .sku {
  font-size: 0.75rem;
  color: #707070;
  margin-bottom: 0.75rem;
  width: 100%;
}
.promotiongiftpopup .prod-share {
  margin-left: auto;
  margin-top: 0.75rem !important;
  padding-left: 1rem;
}
.promotiongiftpopup .product-title {
  margin-bottom: 0.1rem;
  line-height: 1.25;
}
.promotiongiftpopup .promosub-title {
  font-size: 1rem;
  /*border-bottom: 1px solid $border;
  padding-bottom: 10px;*/
  margin-bottom: 0.5rem;
  color: #D8D8D8;
}
.promotiongiftpopup .search-box-pop-up {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  max-width: 323px;
  overflow: hidden;
}
.promotiongiftpopup .search-box-pop-up .srchIcon {
  position: absolute;
  left: 3px;
  top: 8px;
  width: 24px;
  height: 24px;
}
.promotiongiftpopup .search-box-pop-up input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  padding-left: 32px;
}
.promotiongiftpopup .get-free {
  font-size: 1.5rem;
  color: #ff0000;
}
.promotiongiftpopup .disable-button {
  opacity: 0.6;
  cursor: not-allowed;
}
.promotiongiftpopup .product-view {
  border-bottom: 1px solid #CECECE;
  padding: 1rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  padding-right: 1rem;
}
.promotiongiftpopup .product-view:last-child {
  margin-bottom: 1rem;
}
.promotiongiftpopup .product-view .price-wrap {
  margin-bottom: 0.5rem;
  display: block;
}
.promotiongiftpopup .product-view .price-wrap .old-price {
  margin: 0 5px;
  color: #D8D8D8;
  text-decoration: line-through;
}
.promotiongiftpopup .product-view .price-wrap .new-price {
  color: #000;
}
.promotiongiftpopup .product-view .price-wrap .discount-price {
  font-size: 0.75rem;
  color: #fff !important;
  background-color: #ff0000;
  padding: 0px 5px;
  margin: 0 8px;
  display: inline-flex;
  align-items: center;
}
.promotiongiftpopup .product-view .product-media img {
  max-width: 105px;
  min-width: 105px;
}
.promotiongiftpopup .product-info-row {
  border-bottom: none;
}
.promotiongiftpopup .promo-price-cart-wrap {
  flex-wrap: wrap;
}
.promotiongiftpopup .prod-share {
  min-width: 200px;
  max-width: 200px;
  margin-top: 0px !important;
}
.promotiongiftpopup .prod-share .btn {
  width: 100%;
}
.promotiongiftpopup .product-view-wrap {
  max-height: 475px;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100% - 150px);
}
.promotiongiftpopup .size-wrap {
  flex-wrap: wrap;
}
.promotiongiftpopup .size-wrap .color-choose li {
  margin-left: 0px;
  margin-right: 8px;
  margin-bottom: 4px;
}
.promotiongiftpopup .size-wrap .color-choose li:last-child {
  margin-right: 0;
}
.promotiongiftpopup .size-wrap .color-choose li .product-img {
  border-radius: 4px;
}
.promotiongiftpopup .special-price {
  font-weight: 400;
}
.promotiongiftpopup .select-row .form-group {
  margin-bottom: 0.25rem;
}
.promotiongiftpopup .price-wrap .strike-price {
  line-height: 1;
}

.promotiongiftpopup .product-view-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
}

.promotiongiftpopup .product-view-wrap::-webkit-scrollbar:vertical {
  width: 10px;
}

.promotiongiftpopup .product-view-wrap::-webkit-scrollbar:horizontal {
  height: 10px;
}

.promotiongiftpopup .product-view-wrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: #D8D8D8;
}

.promotiongiftpopup .product-view-wrap::-webkit-scrollbar-track {
  background-color: #F6F6F8;
  border-radius: 8px;
}

.fancybox-iframe, .fancybox-video {
  max-width: 600px;
}

.fancybox-slide--iframe .fancybox-content {
  margin-bottom: 0;
}

.fancybox-slide {
  overflow: hidden !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pager {
  display: none;
}

.product-view {
  display: flex;
  margin-bottom: 30px;
}
.product-view .product-media {
  margin-right: 15px;
  max-width: 120px;
  text-align: left;
}
.product-view .product-media img {
  max-width: 100px;
}
.product-view .product-info-main {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.product-view .product-title {
  height: auto;
}
.product-view .price-wrap {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin: 8px 0;
}
.product-view .pdetail-row h3 {
  font-size: 1rem;
  font-weight: bold;
}

.product-info-row {
  border-bottom: 1px solid #CECECE;
}

.buffet-promo-total {
  /*text-align: right;
  font-weight: bold;
  font-size: $font-medium;
  border-top: 1px solid $border;
  background-color: #F7F7F7;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CECECE;
  border-radius: 0px;
  font-size: 1.125rem;
  background-color: #FFF5FA !important;
  padding: 4px 8px;
  font-weight: 700;
}
.buffet-promo-total .buffet-promo-price {
  font-weight: 600;
}

.size-wrap {
  margin-bottom: 12px;
}
.size-wrap .font_bold {
  padding-right: 10px;
}
.size-wrap select {
  min-width: 300px;
}
.size-wrap .size-choose li {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin: 2px;
}
.size-wrap .size-choose li input[type=radio] {
  position: absolute;
  width: 100%;
  height: 36px;
  left: 0;
  top: -1px;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
}
.size-wrap .size-choose li .size {
  min-width: 35px;
  height: 35px;
  line-height: 28px;
  border: 1px solid #CECECE;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.size-wrap .size-choose li .product-img {
  color: #707070;
  border-color: #707070 !important;
}
.size-wrap .size-choose li input[type=radio]:checked + .color-wrapper .product-img,
.size-wrap .size-choose li .select-color-checked {
  /* outline:2px solid $black; */
  border-color: #707070;
  display: inline-block;
  border-radius: 10px;
  background-color: #707070;
  color: #fff;
}
.size-wrap .color-choose li {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin-right: 5px;
  margin-left: 5px;
}
.size-wrap .color-choose li input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -1px;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
}
.size-wrap .color-choose li .size {
  min-width: 35px;
  height: 35px;
  line-height: 28px;
  border: 1px solid #CECECE;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.size-wrap .color-choose li .product-img {
  color: #707070;
  border-color: #707070 !important;
}
.size-wrap .color-choose li input[type=radio]:checked + .color-wrapper .product-img, .size-wrap .color-choose li .select-color-checked {
  border-color: #707070;
  display: inline-block;
  padding: 3px; /*@include border-radius(10px);*/
  background-color: #707070;
  color: #fff;
}
.size-wrap .color-choose .color-wrapper {
  display: inline-block;
  height: 100%;
}
.size-wrap .color-choose .color-wrapper .product-img {
  border: 1px solid #CECECE;
  display: inline-block;
  padding: 3px;
  /*@include border-radius(10px);*/
}
.size-wrap .color-choose .color-wrapper .product-img > div {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  text-align: center;
}
.size-wrap .color-choose .color-wrapper .product-img.color-text > div, .size-wrap .color-choose .color-wrapper .product-img.color-text .taxt-value {
  /*padding-left: 3px;padding-right: 3px;*/
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  color: #343a40;
}
.size-wrap .prd-out-of-stock {
  position: relative;
  /*&:before {
      content: " ";
      display: block;
      border-top: 1px solid rgba(211, 211, 211, 1);
      height: 12px;
      position: absolute;
      bottom: 0;
      left: -2px;
      transform: rotate(-45deg);
      width: 44px;
      top: 15px;
  }*/
}
.size-wrap .prd-out-of-stock:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f05e";
  width: 40px;
  height: 40px;
  line-height: 47px;
  font-size: 40px;
  position: absolute;
  color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
}
.size-wrap .prd-out-of-stock .product-img {
  opacity: 0.5;
}
.size-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.promowraps .table-header .complete-section li.product .cart-img, .promowraps .table-content .complete-section li.product .cart-img {
  max-width: 50px;
  max-height: 50px;
}
.promowraps .table {
  margin-top: 1rem;
}
.promowraps .table_footer_wrap {
  margin-top: 1rem;
}
.promowraps .table_footer_wrap > .row {
  margin-left: 0;
  margin-right: 0;
}
.promowraps .promo-dis {
  width: 100% !important;
  padding: 0 !important;
  display: block !important;
}
.promowraps .number-spinner {
  border: 1px solid #CECECE;
}
.promowraps .number-spinner button.disabled {
  background-color: #F1F1F1;
  opacity: 0.4;
}
.promowraps .number-spinner button.disabled [data-dir=dwn] {
  border-right: 1px solid #CECECE;
}
.promowraps .number-spinner button.disabled [data-dir=up] {
  border-left: 1px solid #CECECE;
}
.promowraps .number-spinner input:-moz-read-only {
  opacity: 0.4;
}
.promowraps .number-spinner input:read-only {
  opacity: 0.4;
}
.promowraps .complete-section {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: none;
}
.promowraps .add-morewrap .product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.promowraps .add-morewrap .product .cart-img.add-more {
  width: 100%;
  text-align: right;
  margin-right: 0;
}
.promowraps .buffet-promo-total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.promowraps .cart-item-list {
  font-size: 0.875rem;
  /*        border: none; */
  /*        border-radius: 0; */
  list-style: none;
  padding: 1rem 1.5rem 0.9rem 1.5rem;
  align-items: end;
  /* margin-bottom: 0; */
}
.promowraps .cart-item-list:not(:first-child) {
  /*border-top: 1px solid $border;*/
}
.promowraps .cart-item-list.head-top + .cart-item-list {
  border-top: none;
}
.promowraps .cart-img.add-more {
  max-width: inherit;
}

ul.cart-item-list.head-top {
  background-color: #E0E2EE;
  border: none !important;
  border-radius: 0;
  margin-top: -1px;
}

.cart-box .promo-head {
  margin: 0 !important;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 4px 8px;
}

ul.cart-item-list.head-top li {
  font-weight: 700;
  padding: 0;
  margin-top: -1px;
  font-size: 14px;
  line-height: 21px;
}

.promowraps .promo-head {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0 0 0 0;
}
.promowraps .promo-head a, .promowraps .promo-head .link-primary {
  margin-left: 1rem;
  text-decoration: underline;
}
.promowraps .promo-head li {
  padding: 0 !important;
}
.promowraps .cart-promo-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #E0E2EE;
  /*border: 1px solid $border;*/
  /*border-bottom: none;*/
  padding: 4px 8px;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.promowraps .cart-promo-item.not-applied-step-up {
  background-color: #FEF0F6;
  /* margin-bottom: .5rem;
  border-radius: 0px;*/
}
.promowraps .cart-promo-item.not-applied-step-up .promo-head {
  color: #B93421;
  font-weight: 700;
}
.promowraps .cart-promo-item.not-applied-step-up + .cart-item-list {
  /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
}
.promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion .cart-item-list-promotion {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  margin-top: -17px;
}
.promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .add-morewrap, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .add-morewrap, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .add-morewrap, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .add-morewrap, .promowraps .cart-promo-item + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion + .cart-item-list-promotion .cart-item-list-promotion + .add-morewrap {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  margin-top: -17px;
  padding: 4px 8px;
  line-height: 20px;
}
.promowraps .cart-promo-item .cart-item-list-promotion + .add-morewrap {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  margin-top: -17px;
  padding: 5px 16px;
}
.promowraps .cart-promo-item + .cart-item-list {
  /* border-top: none;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /*margin-bottom: 0px;

  & + .cart-item-list {
      margin-top: -4px; border-top: none;
  }*/
}
.promowraps .cart-promo-item + .cart-item-list + .cart-item-list {
  /* margin-top: -20px; */
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /* & + .add-morewrap { 
      border-top: none; margin-top: -20px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;

  } */
}
.promowraps .cart-promo-item + .cart-item-list + .add-morewrap, .promowraps .cart-promo-item + .cart-item-list + .buffet-promo-total {
  border-top: none;
  margin-top: -18px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.promowraps .cart-promo-item + .cart-item-list + .cart-promo-item {
  margin-top: 1rem;
}
.promowraps .promo-del-wrap {
  display: flex;
  align-items: center;
}
.promowraps .promo-del-wrap .link-primary {
  text-decoration: underline;
  font-size: 0.875rem;
}
.promowraps .promo-del-wrap .link-primary:hover {
  text-decoration: none;
}
.promowraps .promo-del-wrap .icon-cart-remove {
  padding: 0;
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}
.promowraps .promo-del-wrap .icon-cart-remove i {
  font-weight: 300;
}
.promowraps .promo-del-wrap.checkout_remove_item {
  display: none;
}
.promowraps .table-content li, .promowraps .table-header li {
  vertical-align: top;
}
.promowraps .table-content li.del-record, .promowraps .table-header li.del-record {
  padding: 0;
  position: absolute;
  right: 0;
}
.promowraps .table-content li.del-record .no-button, .promowraps .table-header li.del-record .no-button {
  background: transparent;
  -webkit-appearance: none;
}
.promowraps .table-content li.del-record .no-button i, .promowraps .table-header li.del-record .no-button i {
  font-size: 1.5rem;
}
.promowraps .table-content li.product .cart-img {
  width: 90px;
  max-width: 100px !important;
  min-height: 90px;
  margin: 0;
}
.promowraps .table-content li.product .cart-img.add-more {
  width: 90px;
  max-width: 90px !important;
  min-height: 90px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.promowraps .table-content li.product .link-product-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 300px;
}
.promowraps .cart-item-list {
  position: relative;
  /*&.complete-promotion {
      li.product {
          padding-left: 121px;
          .cart-img {
              max-width: 50px !important;
              max-height: 50px;
          }
          .cart-item-desc {
              padding-left: 65px;
          }
      }
  } */
}
.promowraps .cart-item-list.complete-promotion {
  /*margin-bottom: 1rem;*/
}
.promowraps .cart-item-list.add-morewrap li {
  padding-bottom: 0.75rem;
}
.promowraps .cart-item-list.head-top {
  background-color: #FFF5FA !important;
  border-top: 15px solid #fff;
  position: relative;
}
.promowraps .cart-item-list.head-top .link-primary {
  font-size: 0.875rem;
}
.promowraps .add-more {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.promowraps .add-more input[type=file] {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100px;
  left: 0;
  top: 0;
}
.promowraps .add-more .icons {
  margin: 10px 0 5px;
  color: #416D7F;
  font-size: 1.5rem;
}
.promowraps .add-more .upload-text {
  color: #416D7F;
  font-size: 0.625rem;
}
.promowraps .promo_name .cart-item-list {
  border-top: none;
}
.promowraps .promo_name .cart-item-list:not(:last-child) {
  border-bottom: none !important;
}
.promowraps .promo_name .link-primary {
  text-decoration: underline;
}
.promowraps .promo_name .table-header ul {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background-color: #FFF5FA;
  padding: 0;
}
.promowraps .promo_name .table-header ul li {
  background-color: #FFF5FA;
  padding: 0;
}
.promowraps .promo_name h4 {
  font-size: 1.125rem;
  display: inline-block;
  margin: 0;
  padding: 10px;
}
.promowraps .promo_name .promo-complete {
  padding: 0 0 5px;
  font-weight: bold;
  margin-top: -30px;
  margin-left: -65px;
  font-size: 1rem;
}
.promowraps .promo_name .complete-promotion {
  border-top: 2px solid #CECECE;
}
.promowraps .promo_name .complete-promotion .product {
  padding-top: 50px;
}
.promowraps .promo_name .complete-promotion .product .cart-img {
  max-width: 50px;
  width: 50px;
  min-height: 60px;
  max-height: 60px;
}
.promowraps .promo_name .complete-promotion .cart-img {
  margin-left: 100px;
}
.promowraps .promo_name .complete-promotion .cart-item-desc {
  padding-left: 100px;
}
.promowraps .promo_name .complete-promotion .add-more {
  background-color: #fff;
}

.cart-item-list.add-morewrap {
  padding: 0.25rem 0.5rem;
  line-height: 20px;
}

.cart-item-inner-row {
  display: flex;
  width: 100%;
}
.cart-item-inner-row .cart-img {
  width: 100px;
  min-width: 100px;
}
.cart-item-inner-row .cart-item-info {
  width: 100%;
  position: relative;
}
.cart-item-inner-row .cart-item-info h3 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.cart-item-inner-row .del-record {
  text-align: right;
}
.cart-item-inner-row .del-record .remove {
  padding: 0 5px;
  line-height: 1;
  font-size: 1.125rem;
}
.cart-item-inner-row .sku-wrap {
  margin-bottom: 0.5rem;
}
.cart-item-inner-row .sku-wrap .sku, .cart-item-inner-row .sku-wrap > label {
  display: block;
}

.qty-price-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.qty-price-wrap .total:not(.inclusive_total) {
  display: none;
}
.qty-price-wrap .unit-price, .qty-price-wrap .price {
  font-size: 1.125rem;
}
.qty-price-wrap .inclusive_total {
  font-size: 1.25rem;
}
.qty-price-wrap .qty, .qty-price-wrap .show_desk, .qty-price-wrap .show_mob {
  font-size: 1rem;
}

html[lang=en] .qty-price-wrap .unit-price, html[lang=en] .qty-price-wrap .price {
  font-size: 1rem;
}
html[lang=en] .thankspage-container .price_wrap, html[lang=en] .order_payment .price_wrap {
  font-size: 1rem;
}

.thailang .promomain-title {
  font-size: 23px;
}
.thailang .product-title {
  line-height: 1;
}
.thailang .promosub-title, .thailang .search-box-pop-up, .thailang .product-title,
.thailang .special-price {
  font-size: 20px;
}
.thailang .prod-share .btn {
  font-size: 1.125rem;
}
.thailang .product-info-row .sku,
.thailang .strike-price {
  font-size: 1rem;
}

.promo-slider {
  padding: 16px 24px;
  background-color: #E6E6E6;
  margin-bottom: 1.5rem;
}
.promo-slider .promo-wrap {
  text-align: left;
  /* @include flexbox; */
  align-items: center;
}
.promo-slider .promo-wrap .mini-title {
  /* width: 28%; */
  margin-bottom: 8px;
}
.promo-slider .promo-wrap .promo-list {
  overflow-x: auto; /* width: 42%; */
  width: 100%;
  /* padding: 0 1%; */
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.promo-slider .promo-list > li:first-child {
  padding-left: 0px;
}
.promo-slider .promo-list > li {
  margin-bottom: 0.5rem;
}
.promo-slider .promo-list + .main-title, .promo-slider .promo-list + .mini-title {
  display: none;
}
.promo-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promo-slider .img-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promo-slider .img-list li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 8px;
}
.promo-slider .img-list li:not(:last-child) {
  margin-right: 8px;
}
.promo-slider .img-list li img {
  max-width: 60px;
  border: 1px solid #C9CCDE;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-slider .img-list li.placeholder-plus i {
  border: 1px dashed #C9CCDE;
  height: 58px;
  width: 58px;
  line-height: 58px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  color: #b6bad2;
}
.promo-slider .img-list .img-list li {
  margin-bottom: 0;
}
.promo-slider .img-list .arrow i {
  color: #D8D8D8;
}
.promo-slider .img-list + .mini-title {
  display: none;
}
.promo-slider .mini-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.promo-slider .mini-title + .promo-list {
  padding-left: 0px;
}
.promo-slider .promo-list {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.promo-slider .promo-list > li {
  display: inline-block;
  padding: 0 24px;
  text-align: center;
}
.promo-slider .slick-dots {
  bottom: 0;
}
.promo-slider .slick-dots li {
  background-color: #416D7F;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
}
.promo-slider .slick-dots li.slick-active {
  background-color: #A0D0E4;
}
.promo-slider .slick-dots > li {
  display: inline-block;
}
.promo-slider .slick-dots > li:only-child {
  display: none;
}
.promo-slider .promo-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.promo-slider .promo-overlay i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.promo-slider .img-wrap:hover .promo-overlay {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  cursor: pointer;
}
.promo-slider .uploadfield {
  position: relative;
  border: 2px dashed #CECECE;
  text-align: center;
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  color: #ACACAC;
}
.promo-slider .uploadfield .add-icons {
  margin-top: 5px;
}
.promo-slider .uploadfield p {
  margin: 0;
  font-size: 0.75rem;
}
.promo-slider .uploadfield input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}
.promo-slider .img-wrap {
  position: relative;
}
.promo-slider .img-wrap .thumb {
  text-align: center;
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.main-title.promotion {
  font-size: 1rem;
  margin-bottom: 0rem;
}
.main-title.promotion.category {
  font-size: 1.125rem;
}

.filter-list .total-view .grid-switcher {
  display: none;
}
.filter-list .shortby {
  list-style: none;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.filter-list .shortby .sort-icon {
  display: none;
}

/*Promotion coupon Modal Style*/
#promoCuponModal {
  color: #000;
}
#promoCuponModal .modal-header {
  flex-direction: column;
  display: block;
  border: none;
  padding-bottom: 8px;
}
#promoCuponModal .modal-content {
  border-radius: 4px !important;
}
#promoCuponModal .modal-dialog-wrap {
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
#promoCuponModal .modal-dialog {
  /*box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.10);*/
  border-radius: 4px;
  /*background-color: #FFF;*/
}
#promoCuponModal .couponsmodal_title {
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 25px 0 16px 0;
  text-transform: uppercase;
}

.coupons_wrap {
  max-height: 456px;
  overflow-x: hidden;
  overflow-y: auto;
}
.coupons_wrap .text-complete, .coupons_wrap #promo-collected-coupon {
  text-align: center;
  margin-bottom: 24px;
}
.coupons_wrap .coupons_list {
  height: 136px;
  margin-bottom: 1rem;
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.coupons_wrap .coupons_list.fully_fedeemed, .coupons_wrap .coupons_list.used_expired {
  background-size: cover;
}
.coupons_wrap .coupons_list.fully_fedeemed .coupons_title, .coupons_wrap .coupons_list.used_expired .coupons_title {
  color: #707070;
}
.coupons_wrap .coupons_list.fully_fedeemed .min_spend, .coupons_wrap .coupons_list.used_expired .min_spend {
  color: #25282A;
}
.coupons_wrap .coupons_list.fully_fedeemed .coupons_code span, .coupons_wrap .coupons_list.used_expired .coupons_code span {
  opacity: 0.6;
  border-color: #C6C6C6;
  color: #C6C6C6;
}
.coupons_wrap .coupons_list.fully_fedeemed .coupons_period, .coupons_wrap .coupons_list.used_expired .coupons_period {
  color: #8E8E8E;
}
.coupons_wrap .coupons_list.fully_fedeemed .coupons_usage, .coupons_wrap .coupons_list.used_expired .coupons_usage {
  color: #C6C6C6;
}
.coupons_wrap .coupons_list.expired .coupons_title {
  color: #707070;
}
.coupons_wrap .coupons_list.expired .coupons_code span {
  color: #C6C6C6;
}
.coupons_wrap .coupons_list .coupons_left {
  flex-grow: 1;
}
.coupons_wrap .coupons_list .coupons_right {
  width: 40%;
  display: flex;
  justify-content: center;
}
.coupons_wrap #collect_coupon {
  font-size: 0.875rem;
}
.coupons_wrap .coupons_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #A0D0E4;
  line-height: 30px;
}
.coupons_wrap .min_spend {
  color: #25282A;
  font-size: 12px;
  margin-bottom: 6px;
}
.coupons_wrap .coupons_code {
  margin-bottom: 6px;
}
.coupons_wrap .coupons_code span {
  font-weight: 700;
  text-transform: uppercase;
  border: 0.6px solid rgba(86, 76, 155, 0.6);
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  color: #564C9B;
  font-size: 13px;
}
.coupons_wrap .coupons_period {
  font-size: 11px;
  color: #8E8E8E;
  text-transform: uppercase;
}
.coupons_wrap .coupons_img {
  margin-bottom: 1rem;
  text-align: center;
}
.coupons_wrap .coupons_img .btn {
  font-size: 12px;
}
.coupons_wrap .coupons_usage {
  color: #8E8E8E;
  font-size: 13px;
  text-align: center;
}
.coupons_wrap .coupons_usage {
  position: absolute;
  bottom: 16px;
}

#pdpaDescModal .pdpa_title {
  font-size: 41px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  display: block;
  width: 100%;
  line-height: 49.2px;
  color: #25282A;
  margin-bottom: 24px;
}
#pdpaDescModal .pdpa_para {
  text-align: center;
}
#pdpaDescModal .pdpa_modal_footer {
  margin-top: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#pdpaDescModal .modal-header {
  padding-bottom: 8px;
  margin: 0;
}
#pdpaDescModal .modal-body {
  padding-left: 0;
  padding-right: 0;
}
#pdpaDescModal .modal-content {
  padding: 40px;
}
#pdpaDescModal .modal-footer, #pdpaDescModal .modal-header {
  border: none !important;
}

html[lang=th] #pdpaDescModal .pdpa_title {
  font-size: 2.5rem;
  line-height: 50.04px;
  font-weight: 500;
  margin-bottom: 16px;
}
html[lang=th] #pdpaDescModal .pdpa_para {
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 400;
}
html[lang=th] #pdpaDescModal .btn {
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 400;
}
html[lang=th] .coupons_wrap .coupons_title {
  font-size: 27px;
}
html[lang=th] .coupons_wrap .min_spend {
  font-size: 16px;
}
html[lang=th] .coupons_wrap .coupons_code span {
  font-size: 16px;
}
html[lang=th] .coupons_wrap .coupons_period, html[lang=th] .coupons_wrap .coupons_usage {
  font-size: 14px;
}
html[lang=th] .coupons_wrap .coupons_img .btn {
  font-size: 1rem;
}
html[lang=th] .coupons_wrap .coupons_usage {
  position: absolute;
  bottom: 10px;
}

#coupon_div #coupon_code {
  /*pointer-events: none;*/
}

.order_payment .table-footer {
  max-width: 100%;
}
.order_payment .cart-box .promo-head {
  padding: 5px 8px 4px 8px;
}
.order_payment .table .cart-item-list {
  list-style: none;
}
.order_payment .table .cart-item-list.head-top {
  display: block;
  position: relative;
  margin-top: -1px;
  padding: 0;
}
.order_payment .table .cart-item-list li.product {
  flex-grow: 1;
}

.price_wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.price_sub_range {
  display: flex;
  flex-direction: column;
}

.blank_td {
  display: none !important;
}

html[lang=th] .table-footer .form-row {
  font-size: 1.125rem;
}
html[lang=th] .checkout-item-title h3 {
  font-size: 1.125rem;
}
html[lang=th] .cart-box .promo-head {
  font-size: 1rem;
}
html[lang=th] .cart-item-desc label {
  font-size: 16px;
}
html[lang=th] .buyer-info-thank .buy-info-content address {
  font-size: 1.125rem;
}
html[lang=th] .price_wrap .price {
  font-size: 20px;
}

@media all and (min-width: 767px) {
  #pdpaDescModal .btn {
    min-width: 219px;
    width: 219px;
    max-width: 100%;
  }
  #pdpaDescModal .modal-dialog {
    min-width: 630px;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  #promoCuponModal .modal-content {
    min-width: 373px;
  }
  #promoCuponModal .modal-dialog {
    max-width: 373px;
  }
  .promo-slider promo-list > li:not(:last-child) {
    border-right: 1px solid #CECECE;
  }
  .cart-item-inner-row .cart-item-info h3 {
    font-size: 1rem;
  }
}
@media all and (max-width: 560px) {
  .promotiongiftpopup {
    padding: 1rem;
  }
  .promotiongiftpopup .product-view-wrap {
    padding-right: 9px;
    margin-right: -11px;
  }
  .promotiongiftpopup .product-view {
    padding: 1rem 0;
    padding-bottom: 0.75rem;
  }
  .promotiongiftpopup .product-view .product-media {
    margin-right: 8px;
  }
  .price_sub_range .strike-price {
    font-size: 0.875rem;
  }
  .cart-item-list .normal-price {
    font-size: 1.125rem;
  }
  .cart-item-inner-row .cart-item-info h3 {
    font-size: 0.875rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.875rem;
  }
  .cart-item-inner-row .sku-wrap {
    margin-bottom: 1rem;
  }
  .cart-item-inner-row .sku-wrap .sku, .cart-item-inner-row .sku-wrap > label {
    font-size: 0.875rem;
  }
  .promotiongiftpopup .product-view .size-wrap ul {
    flex-wrap: wrap;
  }
  .promotiongiftpopup .prod-share {
    margin-top: 0.5rem !important;
    margin-left: 0px;
    padding-left: 0;
    min-width: 150px;
  }
  html[lang=th] #pdpaDescModal .pdpa_para {
    font-size: 17px;
  }
  html[lang=th] .cart-item-inner-row .cart-item-info h3 {
    font-size: 1.125rem;
  }
  html[lang=th] .cart-item-inner-row .sku-wrap .sku, html[lang=th] .cart-item-inner-row .sku-wrap > label {
    font-size: 1rem;
  }
  html[lang=th] .cart-item-inner-row .strike-price, html[lang=th] .cart-item-inner-row .normal-price {
    font-size: 0.875rem;
  }
  html[lang=th] #promoCuponModal .modal-content {
    min-width: 320px;
  }
  html[lang=th] .coupons_wrap .coupons_usage {
    white-space: nowrap;
    bottom: 21px;
  }
  #promoCuponModal .modal-dialog-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 382px;
  }
  #promoCuponModal .modal-content {
    padding: 1rem;
  }
  .modal-dialog {
    margin: 24px;
  }
  #pdpaDescModal .modal-content {
    padding: 16px;
  }
  .coupons_wrap {
    max-height: 520px;
  }
  .coupons_wrap .coupons_list {
    height: 160px;
  }
  .coupons_wrap .coupons_title {
    font-size: 22px;
    line-height: 33px;
  }
  .coupons_wrap .min_spend {
    font-size: 12px;
  }
  .coupons_wrap .coupons_code span {
    font-size: 13px;
  }
  .coupons_wrap .coupons_usage {
    bottom: 27px;
  }
  #pdpaDescModal .pdpa_para {
    text-align: left;
  }
  #pdpaDescModal .pdpa_title {
    font-size: 26px;
    line-height: 130%;
  }
  #pdpaDescModal .btn {
    width: 100%;
    max-width: 120px;
  }
  .promowraps .cart-table {
    padding: 0;
  }
  .promowraps .promo-col {
    display: none;
  }
  .promowraps .cart-item-list {
    padding: 4px 8px;
  }
  .promowraps .head-top a {
    font-size: 0.75rem !important;
  }
  .promo-wrap .mini-title, .promo-wrap .promo-list {
    width: 100% !important;
    /* text-align: center; */
  }
  .promo-wrap .mini-title + .mini-title, .promo-wrap .promo-list + .mini-title {
    margin-bottom: 0;
  }
  .buffet-promo-total li {
    width: 50% !important;
    text-align: center !important;
    font-size: 0.875rem;
  }
  .buffet-promo-total li.promo-col, .buffet-promo-total li.product {
    display: none !important;
  }
  .cart-table.promo_name .table-content .complete-promotion .cart-img {
    /*margin-left: 0;*/
  }
  .cart-table.promo_name .table-content .complete-promotion .cart-item-desc {
    padding-left: 100px;
  }
  .cart-table.promo_name .promo-complete {
    margin-left: -50px;
  }
  .product-view .price-wrap {
    display: block;
  }
  .promo-slider .mini-title {
    font-size: 1.125rem;
  }
  .promo-slider .promo-list > li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 5px 15px;
  }
  .promo-slider .img-list li:not(:last-child) {
    margin-right: 8px;
  }
  .main-title.promotion.category {
    font-size: 1rem;
  }
  /**/
}
@media all and (max-width: 576px) {
  .promotiongiftpopup .product-view {
    padding-bottom: 1rem;
  }
  .promotiongiftpopup .product-view .product-media {
    max-width: 100px;
  }
  .promotiongiftpopup .prod-share {
    width: 100%;
  }
  .promotiongiftpopup .prod-share .btn {
    width: auto;
    min-width: 180px;
  }
  .promotiongiftpopup .promo-price-cart-wrap {
    flex-wrap: wrap;
  }
  .promotiongiftpopup .promo-price-cart-wrap > div, .promotiongiftpopup .promo-price-cart-wrap .prod-share {
    width: 100%;
  }
  .promowraps .table-footer-left {
    padding: 10px;
  }
  .promowraps .table-content li.product .link-product-name {
    max-width: 150px;
    white-space: normal;
  }
  .promowraps .table-content .unit-price, .promowraps .table-content .total, .promowraps .table-content .discount, .promowraps .table-content .qty {
    padding-left: 115px !important;
  }
  .promowraps .table-content li.del-record {
    top: 0;
    width: auto;
  }
  .promowraps .cart-item-list.head-top li:not(:first-child), .promowraps .cart-item-list.head-top li:not(:last-child) {
    /*display: none;*/
  }
  .promowraps .cart-item-list.complete-promotion li.product {
    padding-left: 20px;
  }
  .promowraps .add-morewrap li:not(.product) {
    padding-left: 115px;
  }
}
.fr-view .fr-video.fr-dvi {
  display: block;
}

.fr-video {
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.fr-video.fr-fvl {
  text-align: left;
}
.fr-video.fr-fvr {
  text-align: right;
}

img.fr-dib {
  margin: 0 auto 5px auto;
  display: block;
  float: none;
}
img.fr-dib.fr-fir {
  margin-right: 0;
}
img.fr-dib.fr-fil {
  margin-left: 0;
}
img.fr-fic {
  margin-bottom: 5px;
}

.fr-view {
  word-wrap: break-word;
}
.fr-view ol, .fr-view ul {
  padding-left: 25px;
  margin: 10px 0 3px 0;
}
.fr-view ol li, .fr-view ul li {
  margin-bottom: 5px;
}
.fr-view ol {
  list-style: decimal;
}
.fr-view ul {
  list-style: disc;
}
.fr-view table {
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table td, .fr-view table th {
  border: 1px solid #CECECE;
  padding: 8px 10px;
}

.fr-emoticon {
  background-repeat: no-repeat !important;
  max-width: 75px;
  max-height: 75px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
}

.fr-toolbar.fr-desktop.fr-inline {
  max-width: 400px;
  white-space: normal;
}
.fr-toolbar.fr-desktop.fr-inline button {
  min-width: auto;
}

.fr-text-bordered {
  border-top: solid 1px #CECECE;
  border-bottom: solid 1px #CECECE;
  padding: 10px 0;
}

.fr-file:after {
  content: "📎";
}

.fr-emoticon-img {
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat !important;
}

.flashprogress {
  margin: 5px auto;
  height: 16px;
  /*background: url(../images/flashsale.png) 0 no-repeat;*/
  background-color: #A0D0E4;
  background-size: cover;
  position: relative;
  border-radius: 8px;
}
.flashprogress .bar_text {
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 18px;
}
.flashprogress .bar-wrapper {
  width: 100%;
  background: transparent;
  overflow: hidden;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  height: 16px;
  border-radius: 8px;
}
.flashprogress .progress-width {
  background: #fff;
  /*float: right;*/
  position: relative;
  height: 18px;
}
.flashprogress .complement-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #262d25;
}
.flashprogress .fire {
  width: 18px;
  height: 21px;
  background-size: contain;
  position: absolute;
  left: 3px;
}

.soldout_badge {
  display: block;
  height: 18px;
  border-radius: 8px;
  margin: 5px auto;
  line-height: 18px;
  background-color: #7f201C;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: center;
}
.soldout_badge .sold-img {
  max-width: 30px;
  display: none;
}

.product-badges .top-left, .product-badges .top-center, .product-badges .top-right,
.product-badges .middle-left, .product-badges .middle-center, .product-badges .middle-right,
.product-badges .bottom-left, .product-badges .bottom-center, .product-badges .bottom-right {
  max-width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain !important;
  text-align: center;
  background-repeat: no-repeat !important;
  z-index: 1;
  display: flex;
  align-items: center;
}

.product-badges .top-left {
  top: 0;
  left: 0;
}
.product-badges .top-center {
  top: 0;
  left: 50%;
  right: 50%;
  text-align: center;
}
.product-badges .top-right {
  top: 0;
  right: 0;
}
.product-badges .middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-badges .middle-center {
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.product-badges .middle-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-badges .bottom-left {
  bottom: 0;
  left: 0;
}
.product-badges .bottom-center {
  bottom: 0;
  left: 50%;
  right: 50%;
  text-align: center;
}
.product-badges .bottom-right {
  bottom: 0;
  right: 0;
}

.products.blog.product-grid-view > li {
  margin-bottom: 10px;
}

.container .banner-slider.container {
  padding-left: 0;
  padding-right: 0;
}

.blogslider-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.home-container .slick-slider img {
  width: 100%;
}

.g-recaptcha > div, .g-recaptcha .rc-anchor-normal {
  width: 100% !important;
}

.banner-innerImg {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.banner-innerImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerimg.col-sm-12 .banner-innerImg img {
  position: static;
  transform: none;
  width: auto;
  text-align: center;
}

.slider-sg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider-sg .products.product-grid-view {
  margin-left: 0px;
  margin-right: 0px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.slider-sg .product-grid-view .prod-img {
  margin-top: 0;
  padding: 0px;
  text-align: left;
}
.slider-sg .sldr-thumblist .slick-track {
  min-width: 100%;
}
.slider-sg .item-box {
  list-style: none;
}

ul.disc {
  list-style: disc;
  padding-left: 20px;
}

body .MagicScroll img[src$=".gif"] {
  padding-top: 50%;
}
body .MagicScroll .mcs-item:first-child img[src$=".gif"] {
  padding: 50% !important;
  width: 100%;
  min-height: 190px;
}
body .MagicScroll .mcs-item {
  white-space: normal !important;
  line-height: initial;
  font-size: inherit;
}

.banner-tworow-slider li > .product-item-info:first-child {
  margin-bottom: 10px;
}

.banner-onerow-slider .product-item-info {
  margin-bottom: 0px;
}

.product-main-img .mz-nav-controls {
  display: none;
}

.MagicScroll .product-item-info {
  margin-bottom: 0;
}
.MagicScroll .prod-img,
.MagicScroll .blog-img {
  position: relative !important;
  height: initial;
  line-height: 0;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.banner-slider {
  overflow: hidden;
}

.zoom-gallery .MagicScroll .mcs-item img {
  max-height: initial;
  -o-object-fit: contain;
     object-fit: contain;
}

.popular-products-contain {
  margin: 0;
}
.popular-products-contain .slider-sg {
  padding: 0;
}

.MagicScroll .prod-img a, .MagicScroll .blog-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow, .MagicScroll.MagicScroll-arrows-outside .mcs-button-arrow, .MagicScroll.MagicScroll-arrows-true .mcs-button-arrow {
  width: 30px;
  height: 40px;
  opacity: 1;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
}
.MagicScroll .mcs-loader {
  display: none;
}

.btn-groups .back_cart {
  margin-right: 1rem;
}
.btn-groups .btn:first-child {
  margin-right: 1rem;
}

@media all and (max-width: 768px) {
  .banner-innerImg img {
    height: auto;
    position: static;
    transform: translate(0);
    max-width: 100%;
  }
  .content .banner-slider.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner-slider .bannerimg {
    margin-bottom: 10px;
    padding: 0;
  }
  .MagicScroll-horizontal .mcs-item li {
    padding: 5px 7.5px;
  }
  .slider-sg .product-grid-view .prod-img, .slider-sg .product-grid-view .product-info {
    text-align: center;
    padding: 5px;
  }
}
.modal .empty-cart {
  padding: 1rem;
}
#miniCart .modal-header {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
#miniCart .modal-header .modal-count {
  margin: 0 0 0 auto;
}
#miniCart .modal-header .close {
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 16px;
  vertical-align: bottom;
  font-weight: bold;
  opacity: 1;
  margin-left: inherit;
}

#mini_cart_detail {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  height: calc(100% - 69px);
  pointer-events: auto;
  background-color: #fff;
  outline: 0;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#mini_cart_detail .bottom-container {
  border-top: 1px solid #CECECE;
  padding: 0 20px;
}
#mini_cart_detail ul, #mini_cart_detail ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 10px 20px;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  transform: translate(100%, 0) scale(1);
  transition: all 0.5s;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
  border: 0;
}

.bottom-container {
  /*border-top: 1px solid $border;*/
}
.bottom-container .link-primary {
  text-transform: uppercase;
}
.bottom-container .img-left img {
  max-width: 20px;
  padding: 0 2px;
  vertical-align: baseline;
}

.cartaction {
  text-align: center;
  margin: 10px 0;
}

.cartactionbtn {
  text-align: center;
  margin-bottom: 10px;
}

.cart-details {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.cart-details .total-items {
  text-align: left;
}
.cart-details .subtotle {
  text-align: right;
}
.cart-details .subtotal {
  display: flex;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.cart-details .total {
  margin-left: auto;
}

.price-container {
  padding: 10px 0;
  font-size: 1.125rem;
  border-bottom: 1px solid #CECECE;
}

.minicart-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  float: left;
  text-align: left;
  border-bottom: 1px solid #CECECE;
  padding-top: 0;
  position: relative;
}
.minicart-item > * {
  line-height: 1rem;
}
.minicart-item .title a {
  color: #292F36;
  font-weight: bold;
  display: inline-block;
}
.minicart-item .title a:hover, .minicart-item .title a:active, .minicart-item .title a.active {
  color: black !important;
}
.minicart-item .mini-cart-icon-remove {
  position: absolute;
  top: 15px;
  right: 15px;
}
.minicart-item .product-item-details p {
  margin-bottom: 6px;
}
.minicart-item .product-item-details .remove {
  float: right;
}
.minicart-item .product-item-details .pr-option {
  font-weight: 400;
  margin-bottom: 2px;
}
.minicart-item .product-item-details .pr-option i {
  font-weight: 500;
}
.minicart-item:last-child {
  border: none;
}

.placeholder {
  float: left;
  text-align: center;
  padding: 0;
  max-width: 80px;
}

.product-item-details {
  padding-top: 0;
  padding-left: 88px;
}
.product-item-details p {
  margin-bottom: 0.5rem;
  color: #292F36;
  font-size: 1rem;
}
.product-item-details .strike-price {
  color: #909090;
  font-size: 13px;
}
.product-item-details .mini_qty {
  margin-bottom: 0.5rem;
}
.product-item-details .pr-option {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.product-item-details .pr-title {
  font-weight: 500;
  margin: 3px 0;
}
.product-item-details .sku-wrap div {
  margin-bottom: 0.5rem;
  color: #292F36;
}
.product-item-details .qty-wrap, .product-item-details .sku-wrap {
  margin-bottom: 0.5rem;
}

@media all and (max-width: 480px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 300px;
  }
}
.main-title.order-payment {
  margin-top: 30px;
}

.product-item-info .review-wrap, .product-item-info .prod-desc, .product-item-info .addtocart-btn {
  display: none;
}
.product-item-info .product-title {
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.insidecontainer {
  border: 1px solid #CECECE;
  border-radius: 20px;
  position: relative;
  margin: 40px 0;
}
.insidecontainer .title-border {
  margin-bottom: 15px;
  position: relative;
  position: absolute;
  bottom: calc(100% - 10px);
  background: #fff;
  padding: 0 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
.insidecontainer h3 {
  margin: 0 !important;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.insidecontainer p {
  margin-bottom: 0;
}
.insidecontainer .countdown-inner {
  padding-left: 10px;
}

.see-all {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-left: auto;
}
.see-all img {
  vertical-align: middle;
  margin-left: 20px;
}
.see-all:after {
  display: block;
  content: "";
  border-bottom: solid 3px;
  transform: scaleX(0);
  border-color: inherit;
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.see-all:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.title-border h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.title-border h3 p {
  margin: 0;
}

.banner-slider {
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  /*.title_style {
      font-size: $font-large;
      margin: 0;padding: 0;
      position: relative;
      text-transform: uppercase;
      &:after {
          content: "";
          width: 100%;
          height: 2px;
          background: #0094d9;
          position: absolute;
          left: 0;
          bottom: -1px;
      } 
  }*/
}
.banner-slider .title-border {
  margin-bottom: 20px;
}
.banner-slider .title-border span {
  line-height: 24px;
  font-size: 1rem;
}
.banner-slider .title-border span.title_style {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.banner-slider p {
  margin: 0;
}
.banner-slider h3 {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0;
}
.banner-slider .flash-timer {
  font-size: 0.875rem;
  background-color: #0094d9;
  padding: 4px 10px 4px 10px;
  border-radius: 50px;
  margin-left: 10px;
  color: #fff;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.banner-slider .flash-timer .countdown-inner {
  margin: 0;
  padding: 0 0 0 5px;
  display: inline-flex;
  list-style: none;
}
.banner-slider .flash-timer .countdown-inner li {
  padding: 0 2px;
}
.banner-slider .number {
  position: relative;
}
.banner-slider .number:not(:last-child, :first-child):after {
  content: ":";
  padding: 0 5px;
}
.banner-slider .see-all {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-left: auto;
  padding: 0;
  color: #A0D0E4;
}
.banner-slider .see-all:after {
  display: block;
  content: "";
  border-bottom: solid 3px;
  transform: scaleX(0);
  border-color: inherit;
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.banner-slider .see-all:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.banner-slider .see-all img {
  vertical-align: middle;
  margin: 0px 0px 0 24px;
}

.cat-info .product-title {
  text-align: center;
}

.brand-wrap .product-title {
  font-weight: normal;
  text-align: center;
}

body .selectors.MagicScroll .mcs-item {
  width: auto !important;
  margin: 0 5px;
}

html[lang=th] .banner-slider .title-border span {
  font-size: 20px;
}
html[lang=th] .banner-slider .title-border span.title_style {
  font-size: 40px;
}
html[lang=th] .banner-slider .title-border span .see-all {
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .banner-slider .title-border h3, .banner-slider .title-border h2 {
    display: block;
    text-align: center;
  }
  .banner-slider .title-border span.title_style {
    display: block;
  }
  .see-all {
    text-transform: uppercase;
    font-size: 0.875rem;
  }
}
.ui-menu {
  z-index: 99999999;
}
.ui-menu .ui-menu-item {
  margin: 10px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
}
.ui-menu .ui-menu-item-wrapper {
  display: block;
}
.ui-menu .search-img {
  float: left;
  margin-right: 10px;
  max-width: 50px;
}
.ui-menu .search-result {
  padding: 15px;
  text-align: right;
  clear: both;
  overflow: hidden;
  position: sticky;
  background: #fff;
  bottom: 0;
}
.ui-menu .search-prod-desc {
  padding-left: 65px;
}
.ui-menu .search-prod-desc .name {
  padding-bottom: 5px;
  word-break: break-all;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 95%;
}
.ui-menu .search-prod-desc .price-wrap {
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}
.ui-menu .search-prod-desc .price-wrap span {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.ui-menu.search-dropdown {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  max-width: 500px;
}

.ui-menu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.ui-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.ui-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #A0D0E4;
}

.full-banner {
  text-align: center;
}
.full-banner .slide {
  background-repeat: no-repeat;
}
.full-banner .slide.bannerheight {
  background-size: auto 100%;
}
.full-banner .slide.bannerheight.bannerheightstart {
  background-position: center left;
}
.full-banner .slide.bannerheight.bannerheightmiddle {
  background-position: center center;
}
.full-banner .slide.bannerheight.bannerheightend {
  background-position: center right;
}
.full-banner .slide.bannerwidth {
  background-size: 100% auto;
}
.full-banner .slide.bannerwidth.bannerwidthstart {
  background-position: center top;
}
.full-banner .slide.bannerwidth.bannerwidthmiddle {
  background-position: center center;
}
.full-banner .slide.bannerwidth.bannerwidthend {
  background-position: center bottom;
}
.full-banner .slide.stratched {
  background-size: 100% 100%;
}

.banner_slider_container {
  position: relative;
}
.banner_slider_container .loader_wrapper {
  min-height: 400px;
}
.banner_slider_container .loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 180px;
  z-index: 1000;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

/* Hide all the slide except first slide */
.desktop_banner .slide:nth-child(n+2) {
  display: none;
}

/* Once slick is initialized show all the the slides */
.desktop_banner.slick-initialized .slide {
  display: block;
}

/* Hide all the slide except first slide */
.mobile_banner .slide:nth-child(n+2) {
  display: none;
}

/* Once slick is initialized show all the the slides */
.mobile_banner.slick-initialized .slide {
  display: block;
}

.desktop_banner {
  display: block !important;
}

.mobile_banner {
  display: none !important;
}

.prod-cat-label {
  display: flex;
  flex-wrap: wrap;
  /*@include justify-content(space-between);*/
  align-items: center;
  margin: 30px 0;
}
.prod-cat-label.nospace {
  margin: 0;
}
.prod-cat-label h2, .prod-cat-label h4 {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.prod-cat-label h2 span, .prod-cat-label h4 span {
  color: #1446c4;
  font-weight: 300;
  font-size: 90%;
  vertical-align: middle;
  margin-left: auto;
}
.prod-cat-label h2 span.icon, .prod-cat-label h4 span.icon {
  margin-left: auto;
  margin-right: 10px;
  background: #123dad;
  color: #fff;
  border-radius: 6px;
  padding: 3px 5px;
}
.prod-cat-label h2 .icon-img, .prod-cat-label h4 .icon-img {
  display: inline-block;
  vertical-align: middle;
}
.prod-cat-label h2 .icon-img img, .prod-cat-label h4 .icon-img img {
  max-height: 40px;
}
.prod-cat-label h2 + span, .prod-cat-label h4 + span {
  margin-left: auto;
}

/* Aspect ratio */
.aspect-ratio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.aspect-ratio img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}

@media all and (max-width: 767px) {
  .aspect-ratio {
    padding-bottom: 100%;
  }
  .desktop_banner {
    display: none !important;
  }
  .mobile_banner {
    display: block !important;
  }
  .banner_slider_container .loader_wrapper {
    min-height: 200px;
  }
  .full-banner {
    text-align: center;
  }
  .full-banner .slide {
    background-repeat: no-repeat;
  }
  .full-banner .slide.bannerheight {
    background-size: contain;
  }
  .full-banner .slide.bannerheight.bannerheightstart {
    background-position: center left;
  }
  .full-banner .slide.bannerheight.bannerheightmiddle {
    background-position: center center;
  }
  .full-banner .slide.bannerheight.bannerheightend {
    background-position: center right;
  }
  .full-banner .slide.bannerwidth {
    background-size: 100% auto;
  }
  .full-banner .slide.bannerwidth.bannerwidthstart {
    background-position: center top;
  }
  .full-banner .slide.bannerwidth.bannerwidthmiddle {
    background-position: center center;
  }
  .full-banner .slide.bannerwidth.bannerwidthend {
    background-position: center bottom;
  }
  .full-banner .slide.stratched {
    background-size: 100% 100%;
  }
  .full-banner {
    padding-right: 0;
    padding-left: 0;
  }
}
.tablist .cms-tab-data {
  font-size: 0.875rem;
  border-radius: 0;
  margin-right: 8px;
}
.tablist .nav-tabs {
  flex-wrap: nowrap;
  overflow-y: auto;
  white-space: nowrap;
}
.tablist .nav-tabs::-webkit-scrollbar {
  display: none;
}

.grid-1 li {
  width: 100%;
}

.grid-2 li {
  width: 50%;
}

.grid-3 li {
  width: 33.33%;
}

.grid-4 li {
  width: 25%;
}

.grid-5 li {
  width: 20%;
}

.grid-6 li {
  width: 16.666%;
}

.box-border {
  border: 1px solid #CECECE;
  padding: 25px;
}

.box-border-stop {
  border: 1px solid #CECECE;
  padding: 25px;
  margin-top: 30px;
}

.box-border-sbottom {
  border: 1px solid #CECECE;
  padding: 25px;
  margin-bottom: 30px;
}

.box-wrap {
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.box-wrap.no_shadow {
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
.box-wrap.gray_bg {
  background-color: #f7f7f7;
}

.custom-message {
  margin-top: 0;
  position: fixed;
  top: 10px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9999;
}

.blog-social {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.blog-social li a, .blog-social li .tinyLink {
  padding: 0;
  font-size: 1.5rem;
}
.blog-social li:not(:last-child) {
  margin-right: 24px;
}

@media all and (min-width: 768px) {
  .m-view {
    display: none;
  }
}
@media all and (min-width: 1550px) {
  .header-search .categories {
    height: 33px;
  }
}
@media all and (max-width: 992px) {
  .grid-2 li,
  .grid-3 li,
  .grid-4 li,
  .grid-5 li,
  .grid-6 li {
    width: 25% !important;
  }
}
@media all and (max-width: 767px) {
  .m-txt-center {
    text-align: center;
  }
  .m-txt-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .grid-2 li,
  .grid-3 li,
  .grid-4 li,
  .grid-5 li,
  .grid-6 li {
    width: 50% !important;
  }
  .review-star {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.125rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
}
