/*
Theme Name: Biển chức danh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.tax-product_cat .text-price,
.related-products-wrapper .text-price{display:none}

.product-template-default .price.product-page-price{display:flex}
.product-template-default .price.product-page-price del{order:2;font-size:16px;}
.product-template-default .price.product-page-price span.amount{color:red; margin: 0 5px}
.product-template-default .price.product-page-price del span.amount{color:#333;}



body .echbay-sms-messenger {
    display:none !important;
    z-index: -1;
}

#float-contacts {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

#float-contacts:after {
        content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    background-color: #35ac19;
    z-index: 1000;
}
#float-contacts .open-button {
    width: 70px;
    height: 70px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    cursor:pointer;
}

#float-contacts .open-button  .static-icon {
    color:#fff;
    text-align:center;
    opacity:0;

    transition:all 0.3s;
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
}
#float-contacts .open-button  .static-icon.active {
        opacity:1;
    transform: translate(-50%, -50%) scale(1);
}

#float-contacts .open-button  .static-icon .label {
    display:block;
    font-size:10px;
}

#float-contacts  .close-button {
    position: absolute;
    inset: 0;
    background: red;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



#float-contacts  .icon-list-wrapper {
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:start;
    overflow:hidden;
    display:none;
    transform: scale(0);
    transition:all 0.3s;
}



#float-contacts  .icon-list-wrapper.active {
    display:block;
    transform: scale(1);
}


#float-contacts .icon-list-wrapper .icon-list {
    display: flex;
    align-items: center;
    transition:all 0.3s;

}

#float-contacts .icon-list-wrapper .icon-list svg {
  color:red;
}



#float-contacts .icon-list .icon-wrapper {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#float-contacts svg {
    width:24px;
}

#float-contacts .pulsation {
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: contact-pulse 2s infinite;
    animation: contact-pulse 2s infinite;
}

#float-contacts .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@keyframes contact-pulse {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

#float-contacts  .contacts-container {
      background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    border-radius: 8px;
    position:relative;
    min-width:300px;
    transition:all 0.3s;
    transform:translateY(-100px);
    opacity:0;
    z-index:-111;
    position: absolute;
    left: 0;
    bottom: 90px;
}

#float-contacts  .contacts-container.active {
    transform:translateY(0px);
        opacity:1;
    z-index:1000;
}

#float-contacts  .contacts-container:before {
    position: absolute;
    bottom: -7px;
    left: 25px;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

#float-contacts  .contacts-container  .contact-list-wrapper {
     overflow:hidden;
}


#float-contacts  .contacts-container .contact-list  {
    list-style: none;
    padding:15px 0;
    margin-bottom:0;
    transform: translateY(100%);
    transition:all 0.3s;
    transition-delay:0.2s;
}

#float-contacts  .contacts-container.active .contact-list  {
    transform: translateY(0%);
}
 

#float-contacts  .contacts-container .contact-list .contact-item a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    font-size:15px;
    color:#fff;
    padding: 8px 15px;
    transition:all 0.3s;
}

#float-contacts  .contacts-container .contact-list .contact-item a:hover{
    background-color:#ececec
}


#float-contacts  .contacts-container .contact-list .contact-item a .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: red;
    display:flex ;
    align-items:center;
    justify-content:center;
}

#float-contacts  .contacts-container .contact-list .contact-item a .icon svg {
    width: 24px;
}


#float-contacts  .contacts-container .contact-list .contact-item a .label {
    color:#333;
}


@media (max-width: 576px) {
	.box-text.text-center {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.category-page-row .product-small .box-text .add-to-cart-button a{padding-left:5px; padding-right: 5px;}
}