/*
Theme Name: Crown Theme
Version: 1.0.0
Theme URI: crown jsc
Description: Wesbite Blog
Author: Crown
Author URI: Crown
Template: wp_base
*/
.statis {
	color: #fff;
}
.e-con > .e-con-inner {
  	max-width: none !important;
}
.e-con-full,
.e-con > .e-con-inner {
  	padding-block-start: 0 !important;
 	padding-block-end: 0 !important;
}
.e-con {
  	padding-inline-start: 0 !important;
  	padding-inline-end: 0 !important;
}
.menu_language ul{
	display: flex;
	align-items: center;
}
.menu_language ul li{
	margin-right: 5px;
}
.menu_language ul li img{
	width: 30px !important;
	height: 20px !important;
}
.menu_language ul li a{
	font-weight: bold;
}
.menu_language ul li.current-lang a{
	pointer-events: none;
	filter: grayscale(.5);
	color: var(--cl-red);
}
.section-pro__detail .woosc-added{
	border-radius: 5px;
}
.item-pro .add_to_cart_button,
.item-pro .woosc-btn{
	display: none;
}
.item-pro .pro-content > img{
	display: none;
}
.module-pro__cate .woocommerce-result-count{
	display: none;
}
.chat-mess__fixed {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 50;
    opacity: 0;
    transition: all .25s;
    visibility: hidden;
    pointer-events: none
}
.active-btn__fixeds {
    visibility: visible!important;
    opacity: 1!important;
    pointer-events: all!important
}
.chat-mess__fixed>li {
    position: relative
}
.chat-mess__fixed li:not(:last-child) {
    margin-bottom: 15px
}
.chat-mess__fixed li a {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 1000px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2)!important;
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2)!important;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2)!important
}
.chat-mess__fixed li a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    z-index: 20
}
li.call-rs-fix a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    background: #23bb43;
    color: #fff;
    animation: zic-zac 3s linear infinite reverse
}
@keyframes zic-zac {
    0% {
        transform: rotate(-30deg)
    }
    100% {
        transform: rotate(20deg)
    }
}
.list-icon {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.btn-icon {
    position: relative;
}
.btn-icon[title="Message"] span {
    background: url("theme/frontend/images/mess.png") no-repeat center center;
    background-size: 100% 100%;
}
.btn-icon[title="Hotline"] span {
    background: url("theme/frontend/images/call.png") no-repeat center center;
    background-size: 100% 100%;
}
.btn-icon[title="Zalo"] span {
    background: url("theme/frontend/images/zalo.png") no-repeat center center;
    background-size: 100% 100%;
}
.btn-icon span {
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.btn-icon::before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    z-index: -1;
    background-color: transparent;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    opacity: 0.5;
    animation-iteration-count: infinite;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.btn-icon::after {
    content: "";
    width: 60px;
    height: 60px;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.75;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.btn-icon[title="Youtube"]::before {
    border-color: red;
}
.btn-icon[title="Youtube"]::after {
    background-color: rgba(255, 0, 0, 0.452);
}
.btn-icon[title="Message"]::before,
.btn-icon[title="Zalo"]::before {
    border-color: #1182fc;
}
.btn-icon[title="Message"]::after,
.btn-icon[title="Zalo"]::after {
    background-color: rgba(17, 130, 252, 0.45);
}
.btn-icon[title="Hotline"]::before {
    border-color: #158e45;
}
.btn-icon[title="Hotline"]::after {
    background-color: rgba(94, 255, 0, 0.452);
}
.back-to-top {
    display: none;
    position: fixed;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    z-index: 980;
    width: 40px;
    height: 40px;
    line-height: 38px;
    right: 15px;
    bottom: 35px;
    background: white;
    border-radius: 100%;
    color: #55833d;
    border: solid 1px #55833d;
    right: 20px;
}
.wc-block-checkout__create-account{
    display: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-details__title{
    padding: 10px 20px;
    text-align: center;
    background: #1cbbe3;
    color: #ffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.woocommerce .woocommerce-customer-details address{
    border:none !important;
}
.woocommerce-bacs-bank-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
    flex-basis: 100%;
    font-size: 1.125rem;
}
.woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
    display: none !important;
}
.woocommerce-bacs-bank-details ul.wc-bacs-bank-details {
    background-color: #fff;
    color: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    width: 100%;
}
.woocommerce-bacs-bank-details ul.wc-bacs-bank-details strong {
    color: #000;
}
.bacs-account-info {
    display: flex;
    gap: 1.5rem;
    position: relative;
    align-items: center;
}
.woocommerce-bacs-bank-details ul.wc-bacs-bank-details li {
    float: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    background: #fff;
    border:1px solid #ccc !important;
    padding: 20px 15px !important;
    width: 50%;
    border-radius: 10px;
}
.woocommerce-bacs-bank-details ul.wc-bacs-bank-details strong {
    margin-top: -21px !important;
}
.woocommerce-bacs-bank-details ul.wc-bacs-bank-details span {
    display: inline-block;
    width: 150px;
}
.wc-block-checkout__use-address-for-billing {
    display: none !important;
}
.select_custom_checkout_all {
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em 0;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
    border: 1px solid #ebebeb;
}
label[for="shipping-city"],
label[for="shipping-address_2"]{
    font-size: 14px !important;
    margin-top: -5px !important;
}
#shipping-city,
#shipping-address_2{
    display: none;
}
.wc-blocks-components-select .wc-blocks-components-select__select{
    border-color: #ebebeb !important;
}
#billing-fields{
    display: none;
}
.button_complete_order{
    display: none;
}
@media all and (max-width:576px){
	.list-icon{
		bottom: 70px;
	}
}