/*
* Campaign TH co.,ltd.
* https://www.campaign.co.th/
Mar,Apr-2023
Primary #FE5A5A
Primary hover #e75858
******************************************************************************/

.bd-highlight {
    background-color: rgba(86,61,124,.15);
    /* border: 1px solid rgba(86,61,124,.15); */
}

@charset "UTF-8";
:root {
--bs-font-sans-serif: 'Noto Sans Thai', sans-serif;
--bs-font-monospace: 'Noto Sans Thai', sans-serif;
--bs-gradient: linear-gradient(180deg, rgb(254, 88, 88), rgb(239, 146, 146));
--bs-root-font-size: 16px;
}


body {
    font-family: 'Noto Sans Thai', sans-serif;
    
}

.font-chonburi {
    font-family: 'Chonburi', cursive;
}
.font-poppins {
    font-family: 'Poppins', sans-serif;
}

/* Link */
a {
    color: #FE5A5A;
}
a:hover {
/* color: #FE5A5A; */
}

/* Text */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
font-weight: 700;
}
.text-primary {
    color: #FE5A5A !important;
}
.text-black {color: black !important;}
.text-normalprice {
    text-decoration: line-through;
}
.text-product-description {
    font-size: 16px;
    color: black;
}
.text-product-description h4{
    color: black;
}

.breadcrumb-item a{
    color: #FE5A5A !important;
}
.text-danger {
    color: red !important;
}
.text-product-intromessage {
    color: black;
    font-size: 16px;
}

.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: 1px solid #FE5A5A !important;
  border-left: 1px solid #FE5A5A !important;
}

/*-------------- Mobile */
@media only screen and (max-width: 992px) {

}

/*-------------- Desktop */
@media only screen and (min-width: 992px) {

}

/* Color */
.bg-primary {background-color: #FE5A5A !important;}
.bg-light-gray {background-color: #F7F8FA;}
.bg-robot-sq {
    background-image: url(../img/bg-robot-1.png);
    background-color: #F7F8FA;
    background-position: bottom left;
    background-size: cover;
}


/* banner */

/* /banner */

/* card */
.card-product {
    transition:  .2s ease-out;
}
.card-product:hover {
    transform: scale(1.02) translateY(-3px);
    transition:  0.3s ease-in-out;
    /* transition-duration: 0.5s; */
}
.card-title {
    font-weight: 700;
    color: rgb(41, 41, 41);
}
.card-subtitle{
    font-size: 0.8rem;
}
.card-img-cover{
    border: solid 1px #e7e7e7;
    height: 14rem;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
  }
.flag-red {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 0.8rem;
    color: white;
    text-align: center;
    padding: 4px 9px;
    background: linear-gradient(90deg, rgba(237,0,0,1) 85%, rgb(201, 0, 0) 100%);
    /* background-color: #FF2F2F; */
    border-radius: 4px 0px 0px 4px;
    width: auto;
    position: absolute;
    right: 0;
    box-shadow: -1px 1px 2px #27272730;
}

/* /card */

/* Modal */
.modal-backdrop {
    --bs-backdrop-bg: #222222 !important;
}
/* /Modal */

/* button */
.btn-primary {
    color: #fff;
    background-color: #FE5A5A;
    border-color: #FE5A5A;
}
.btn-primary:hover {
color: #fff !important;
background-color: #e75858 !important;
border-color: #e75858 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #FE5A5A;
    border-color: #FE5A5A;
    box-shadow: none;
  }
.btn-outline-primary {
    color: #FE5A5A;
    border-color: #FE5A5A;
    background: transparent;
}
.btn-outline-primary.waves-effect .waves-ripple {
    background: radial-gradient(#fe5a5a7b 0, #fe5a5a2d 40%, #fe5a5a69 50%, #fe5a5a73 60%, #fe5a5a9e 70%);
}
.btn-outline-primary:hover {
    color: #FE5A5A !important;
    background-color: #ffeeee !important;
    border-color: #FE5A5A !important;
}
.btn-hover-zoom:hover {
    transform: scale(1.1);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    color: #FE5A5A;
    background-color: #FFF;
    border-color: #FE5A5A;
    box-shadow: none;
}
.btnViewmore {
    font-size: 1rem;
    font-weight: 600;
    color: #FE5A5A;
    background-color: white;
    border-color: #FE5A5A;
    border: 1px solid;
    border-radius: 3rem;
    padding: 0.3rem 2rem;
}

.btnViewmore a:hover{
    color: #FE5A5A;
    background-color: white;
    border-color: #FE5A5A;
    transform: scale(1.1) !important;
}

/* /button */



/* header */
.bg-category-header {
    background-image: url(../img/bg-header.jpg);
    background-position: center;
    background-size: cover;
    height: 150px;
}
/* /header */


/* form */
.form-label {
  font-size: 18px;
}
.form-control:focus,
.form-select:focus {
  border-color: #FE5A5A;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #FE5A5A;
}

.form-check-input:focus {
  border-color: #FE5A5A;
}
.form-check-input:focus {
    border-color: #FE5A5A;
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #FE5A5A;
    border-color: #FE5A5A;
}
  
/* /form */





/* nav, footer */
.dropdown-toggle::after {
    color : #FFF;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #5d596c;
    background-color: rgba(231, 88, 88, 0.208);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #FE5A5A;
}
.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: #FE5A5A;
}
.navbar-toggler {
    color: white !important;
    border: 1px solid #FFF !important;
  }

.bg-navbar-theme {
    color: rgba(217, 217, 217, 1) !important;
    background-color: rgba(254, 90, 90, 1) !important;
    box-shadow: 0px 2px 5px 0px #4d4d4d5d;
}
.bg-navbar-theme .navbar-brand, .bg-navbar-theme .navbar-brand a {
    font-weight: 700;
    color: white;
}
.bg-navbar-theme-sub {
    color: rgba(53, 53, 53, 1) !important;
    background-color: white !important;
    box-shadow: 0px 0px 5px 0px #46464670;
}
.bg-navbar-theme-sub a{
    color: rgba(53, 53, 53, 1);
}
.bg-navbar-theme-sub a:hover{
    box-shadow: 0 -2px 0 #fe5a5a inset !important;
}
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: white;
}
.footer-bg-color {
    background-color: rgb(246, 246, 246);
    box-shadow: 0px 0px 8px 0px #46464635;
}
.footer-bg-color-secondary{
    color: white;
    background-color: #FE5A5A;
}
.footer-text-link {
    color: #5C5A5A;
}
.footer-text-link a{
    color: #5C5A5A;
}
.footer-text-link a:hover{
    color: #FE5A5A !important;
}
.footer-app-banner {
    max-width: 150px;
    padding: 0.2rem;
}
.footer-ico-dbd {
    max-width: 100px;
    padding: 0.2rem;
}
.footer-link-copyright{
    color: white;
}
.footer-link-copyright a{
    color: white !important;
}
.footer-link-copyright a:hover{
    color: white !important;
}