/* ===KRAVANH ECO CO LTD===== */
/* ======= SOKHUN =========== */
/* ========================== */
.font-md{
    font-size: 0.875rem
    ;
    font-weight: 600;
}
.bg-fill{
    background-color: #F5F7FA;
}
.text-black{
    color: #000;
}
#modal-1, 
#modal-2,
#modal-3
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.modal__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.5);
}

.modal__content {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 5px 10px #0000004d;
	transform: translateY(-100%);
	transition: 0.5s 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* modal-1 click */ 
#modal-1:target, 
#modal-2:target,
#modal-3:target {
	opacity: 1;
	visibility: visible;
}

#modal-1:target .modal__content {
	transform: scale(1);
}

#modal-2:target .modal__content {
	transform: scale(1);
}
#modal-3:target .modal__content {
	transform: scale(1);
}
.title__modal{
    color: #fff;
    margin: 0;
    padding: 5px 0px 5px 0px;
    font-size: 25px;
}
.content__title {
	padding: 16px;
	text-align: center;
}
.header__modal{
    width: 100%;
    border-radius: 5px 5px 0px 0px ;
    top: 0;
    background-color: #B0B8C3;
}
.body__modal{
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 38rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
    font-size: 20px;
}
.code__coupon{
    max-width: 15rem;
    border: 1.6px solid #144194;
    border-style: dashed;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
}
.share_fri{
    position: relative;
    justify-content: center;
    justify-items: center;
    display: flex;
    border: 1.6px solid #144194;
    border-style: dashed;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 89%;
}
.content__btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff !important;
}
.content__btn-close:hover{
    color: #144194 !important;
}
.fw-500{
    font-weight:500 ;
}
.special-card{
    padding: 10px;
    max-width: 15rem;
    background-color: #F5F6F9;
    border-radius: 10px;
}
ul li{
    list-style: none;
    text-align: left;
}
.ls__number{
    border: 2px solid #144194;
    padding: .2rem .8rem;
    font-weight: 600;
}
.font-20{
    font-size: 1.25rem;
}
.account__items{
    fill: #b0b8c3;
}
.account__items:hover{
    fill: #144194 !important;
    color: #144194;
}
.nav__account{
    fill: #b0b8c3;
    font-weight: 400 !important;
    font-size:1rem !important;
}
.nav__account:hover{
    fill: #144194;
}
.btn-coupon{
    background-color: #DCDFE3;
}
.btn-coupon:active{
    background-color: #a9a9a9;
}

.sh-slider{
    padding-left: 30px !important;
    padding-right: 30px !important;
    z-index: 3;
}
#costom-control{
    align-items: center;
    position: absolute;
    margin-top: 10%;
    z-index: 2;
    padding: 0;
}
.prev{
    position: absolute;
    left: 0;
}
.new{
    position: absolute;
    right: 0;
}
.fa-chevron-left:before {
    font-size: 20px;
    cursor: pointer;
}
.fa-chevron-right:before {
    font-size: 20px;
    cursor: pointer;
}

.img-ptoduct{
    width: 100%;
    height: 29.5rem;
    overflow: hidden;
    padding: 20px;
}
.gallary-image-item{
    padding: 20px;
    border: #666b74 solid 1px;
    padding: 15px;
    border-radius: 10px;
    opacity: 0.5;
}
.gallary-image-item-selected {
    border: #144194 solid 1px;
    opacity: 1;
}
.gallary-image-item:hover {
    border: #144194 solid 1px;
    opacity: 1;
}
.gallary-priview {
   height: 100%;
}
.gallary-priview-item {
    position: relative;
    cursor: pointer;
    margin-right: auto;
    padding-top: 15px;
    margin-left: auto;
    padding-bottom: 15px;
}
.gallary-image {
    width: auto;
    height: 5rem;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
@media only screen and (max-width: 600px) {
    .product-detail .accordion .card .card-body .title {
        min-width: 6rem !important;
    }
    .gallary-image-item{
        padding: 10px;
    }
    .img-ptoduct{
        height: 19.5rem;
    }
    .gallary-image {
        height: 3rem;
        object-fit: contain;
    }
    #costom-control{
        align-items: center;
        position: absolute;
        margin-top: 14%;
        z-index: 2;
        padding: 0;
    }
    .h4-sm{
        font-size: 25px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 426px) {
    .gallary-image-item{
        padding: 5px;
    }
    .img-ptoduct{
        height: 22.5rem;
    }
    .gallary-image {
        height: 4rem;
        object-fit: contain;
    }
    #costom-control{
        margin-top: 10%;
    }
    .text-size-sm{
        font-size: 12px ;
        font-weight: 500;
    }
    .h4-sm{
        font-size: 25px;
        font-weight: 500;
    }
}
@media (min-width: 320px) and (max-width: 376px) { 
    .gallary-image-item{
        padding: 5px;
    }
    .img-ptoduct{
        height: 19.5rem;
    }
    .gallary-image {
        height: 5rem;
        object-fit: contain;
    }
    #costom-control{
        margin-top: 13%;
    }
    .text-size-sm{
        font-size: 12px ;
        font-weight: 500;
    }
    .h4-sm{
        font-size: 25px;
        font-weight: 500;
    }
}


li a .sidebar-item {
    display: flex;
    align-items: center;
    color: #4f4f52;
    fill: #b0b8c3;
    font-weight: 500;
    align-items: center;
}
li a .sidebar-item:hover {
    color: #144194 ;
    fill: #144194;
}
.sidebar-item-active {
    color: #144194;
    fill: #144194;
}
.items-active {
    background-color: #DCDFE3;
    justify-content: space-between;
}
.line-clamp{
    line-height: 30px;
    width: 300px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.line-clamp-1{
    line-height: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.line-clamp-3{
    line-height: 30px;
    width: 300px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.btn-copon{
    background: #F5F5F5 ;
    color: #707070;
}
.btn-copon:hover {
    background: #113780 ;
    color: #f5eeee;
}
.btn-copon:active{
    background-color: #144194;
    color: #ffffff;
}
.btn-copon:focus{
    background-color: #144194;
    color: #ffffff;
}
.btn-copon:not(:disabled):not(.disabled):active,
 .btn-copon:not(:disabled):not(.disabled).active,
  .show>.btn-copon.dropdown-toggle{
    background-color: #144194;
    color: #ffffff;
}
.modal-header{
    background-color: #b0b8c3;
    display: flex;
    justify-content: space-between;
}
.modal-header .close{
    color: white;
    margin: 0 !important;
    padding: 0;
}
.modal-title{
    color: white;
}
.close{
    font-size: 2.125rem;
}
.modal-body{
    font-size: 1.25rem;
}
.modal-footer{
    border-top: 0 solid !important;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff;
}
.alert-dismissible .close{
    position: relative;
    /* top: 15px !important; */
    left: 0px !important;
    padding: 5px !important;
}
.logo-app{
    /* margin-left: 28px; */
    border-radius: 10px;
    width: 50px;
    height: 50px;
}
.fs-14{
    font-size: 14px;
    font-weight: 700;
}
.fs-11{
    font-size: 11px;
}
.fs-10{
    font-size: 10px;
}
.disabled_color{
    border: #000000 solid 1px;
    opacity: 0.6;
}
.product-detail .accordion .card .card-body .title {
    max-width: 12rem !important;
}

#chat-circle {
  position: fixed;
  bottom: 100px;
  right: 24px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  padding: 0px;
  //border: 1px solid #27a3db;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
}


.line-clamp-3 {
    max-width: 100%;
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
    .title-slide-homepage{
        font-size: 1.5rem;
    }
    .des-slide-homepage{
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .title-slide-homepage{
        font-size: 1.5rem;
    }
    .des-slide-homepage{
        font-size: 14px;
    }
    .slide-right img {
        height: 304.3px !important;
        -o-object-fit: cover;
           object-fit: cover;
      }
}

@media (min-width: 1200px) {
    .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
      max-width: 1350px !important;
    }
  
    .home-title {
      font-size: 1.8rem !important;
    }
  
    .row-cols-xl-10 > * {
      flex: 0 0 10% !important;
      max-width: 10% !important;
    }
  
    .home-slide img {
      height: 350px;
    }
  
    .slide-right img {
      height: 396px;
      -o-object-fit: cover !important;
         object-fit: cover;
    }
}