.theme-mol .main {
  opacity: 1;
}

.theme-mol .main.loading {
  opacity: 0;
}

.theme-mol .sc-inner {
  padding: 50px 0;
}

/* ******************** */
/*   highlight section  */
/* ******************** */
.theme-mol .sc-highlight img {
  width: 100%;
}

/* ******************** */
/*    product section   */
/* ******************** */
.theme-mol .sc-product .col img {
  border-radius: 10px 10px 0 0;
}

.theme-mol .sc-product .col:not(:last-child) {
  margin-bottom: 0;
}

.theme-mol .sc-product .caption {
  padding: 20px;
  background: #F5F5F5;
  border-radius: 0 0 10px 10px;
}

.theme-mol .sc-product .caption ul {
  margin-top: 10px;
}

.theme-mol .sc-product .caption ul li {
  list-style: disc;
  margin-left: 2rem;
}

.theme-mol .sc-product .caption .action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  margin-top: 20px;
  padding: 0 15px;
}

.theme-mol .sc-product .caption .action > a {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  max-width: 140px;
}

/* ******************** */
/*    compare section   */
/* ******************** */
.theme-mol .sc-compare {
  background: #EAFBE9;
}

.theme-mol .sc-compare .cards {
  margin-left: -10px;
  margin-right: -10px;
}

.theme-mol .sc-compare .cards .card {
  padding: 0 10px;
}

.theme-mol .sc-compare .card-title {
  background: #31D225;
  background: -moz-linear-gradient(-45deg, #31D225 0%, #3CAEA3 100%);
  background: -webkit-linear-gradient(-45deg, #31D225 0%, #3CAEA3 100%);
  background: linear-gradient(135deg, #31D225 0%, #3CAEA3 100%);

  padding: 10px;
  border-radius: 10px 10px 0 0;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.theme-mol .sc-compare .card-description {
  padding: 15px;
  background: white;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.theme-mol .sc-compare .card-description p:last-child {
  margin-top: 15px;
}

.theme-mol .sc-compare .card-body .card-row {
  padding: 5px 15px;
  border-top: solid 1px #E6E6E6;
}

.theme-mol .sc-compare .card-body .card-row:nth-child(odd) {
  background: #F8F8F8;
}

.theme-mol .sc-compare .card-body .card-row:nth-child(even) {
  background: white;
}

.theme-mol .sc-compare .card-body .card-row > p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.theme-mol .sc-compare .card-description > p,
.theme-mol .sc-compare .card-body .card-row > p {
 color: #333333;
}

.theme-mol .sc-compare .card-body .card-row > p > span:last-child {
  text-align: right;
}

.theme-mol .sc-compare .card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background: #F2F2F2;
  padding: 15px 30px;
  border-radius: 0 0 10px 10px;
}

/* **************************** */
/*    special product section   */
/* **************************** */
.theme-mol .sc-special .card .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.theme-mol .sc-special .card[data-card-index="0"] {
  background: #018DD9;
}

.theme-mol .sc-special .card[data-card-index="0"] .col:first-child {
  padding: 50px 30px 50px 100px;
}

.theme-mol .sc-special .card[data-card-index="0"] .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.theme-mol .sc-special .card[data-card-index="1"] {
  background: #12C693;
}

.theme-mol .sc-special .card[data-card-index="1"] .col:first-child {
  padding: 80px 30px 89px 100px;
}

.theme-mol .sc-special .card .col:last-child {
  display: flex;
  align-items: flex-end;
}

.theme-mol .sc-special .card .action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.theme-mol .sc-special .card .action > a:first-child {
  margin-right: 40px;
}

.theme-mol .sc-special .slick-slider.arrow {
  position: absolute;
  width: 100%;
  height: 100%;
}

.theme-mol .sc-special .slick-slider.arrow .container {
  position: relative;
  height: 100%;
}

/* **************************** */
/*    related product section   */
/* **************************** */
.theme-mol .sc-related {
  background: #F6F6F6;
}
