/* 
    base colors
    blue : #262262
    white : #ffffff
    red : #9C1D21
*/

.btn-primary {
    background-color: #262162 !important;
    border: #ddd solid 1px !important;
}
.btn-primary:hover {
  background-color: #1b7ce1 !important;
  border: #ddd solid 1px !important;
}

.text-clrmain {
  color: #262261;
}

html,
body {
  overflow-x: hidden;
}

.bg-base {
  background-color: #262262;
}

div {
  transition: 0.2s;
}

.detailcontact {
  padding-top: 88px;
}

@media (max-width: 766.98px) {
  .detailcontact {
    padding-top: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .slidemenu {
    background-color: #fff;
    width: 300px;
    position: absolute;
    right: 0px;
    top: 86px;
    padding: 15px;
    right: -500px;
    transition: 0.7s;
    /* height: 100rem; */
    /* overflow: hidden; */
    box-shadow: 5px 5px 7px rgb(0 0 0 / 24%);
    border: 1px solid #262262;
    border-radius: 10px;
    margin: 7px;
    display: block !important;
    z-index: 9;
  }

  .slidemenu-r-0 {
    right: 0;
    display: block !important;
  }

  .nav-link {
    color: #333 !important;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #262262;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}

.bg-dark {
  background-color: #262262 !important;
}

.footer-heading {
  color: #555;
  font-family: "LINESeedSansTH_W_Rg", sans-serif;
  font-weight: bold;
  font-size: 19px;
}

.footer {
  background-color: #262262 !important;
  color: #fff;
}

.footer-menu {
  background-color: #eff0f6 !important;
  color: #abb8c3;
}

.address {
  font-family: "LINESeedSansTH_W_Rg", sans-serif;
  font-weight: normal;
  color: #262261;
}

.nav-top {
  font-family: "LINESeedSansTH_W_Rg", sans-serif;
}

.fml {
  font-size: 15px;
  font-family: "LINESeedSansTH_W_Rg", sans-serif;
  font-weight: normal;
  color: #334862 !important;
  text-decoration: none !important;
}

.fml:hover {
  color: #111 !important;
}

/* Smaller screens */
@media only screen and (max-width: 600px) {
  .text-footer {
    font-size: 3vw;
  }
}

/* Larger screens */
@media only screen and (min-width: 601px) {
  .text-footer {
    font-size: 15px;
  }
}

.mwd {
  max-width: 1140px;
}

.logo {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.product-cover {
  /* overflow: hidden; */
}

.product-hover {
  transform: scale(1);
  transition: 0.3s;
}
.product-hover:hover {
  /* transform: scale(1.2) rotate(5deg); */
  transform: scale(1.1);
  /* transition: 0.3s; */
  transition: 0.3s;
  /* margin-top: -20px; */
  cursor: pointer;
}

.card {
  border: none !important;
}

.bg-product {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(248, 249, 250, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(248, 249, 250, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(248, 249, 250, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f8f9fa",GradientType=1);
}
