/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
:root {
	--blue : #0E4094;
	--yellow : #febb12;
	--radius: .75rem;
	--xam: #7b899d;
	--xanh : #3c83f6;
	--vang : #facc15;
	--xanhlc : #21d5ed;
}
.r-medium {color: #facc15}
.r-high {color: #dc2828;}
.r-low {color : #28d785;}
.xanh {color: var(--xanh); background: #3c83f640;}
.vang {color: var(--vang);background: #fabf3140;}
.xanhlc {color: var(--xanhlc); background: #21d8f240;}
p{margin-bottom: 5px}
.col-border-radius .col-inner {
	padding: .5rem 1rem!important;
    border-radius: var(--radius)!important;
    border: 1px solid #ffffff1a!important;
	background: #0e0e0e!important;
}
.text-gradient, .text-gradient strong {
	background: linear-gradient(to right, #3c83f6, #21d5ed);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
	background-clip: text;
}

.btn-gradient, .add_to_cart_inline a, #place_order, .return-to-shop a{
	padding: .5rem 1rem!important;
	text-transform: capitalize!important;
    color: #fff!important;
    transition-property: all!important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)!important;
    transition-duration: .3s!important;
    animation-duration: .3s!important;
    background: linear-gradient(135deg, #3c83f6, #8347eb)!important;
	border-radius: var(--radius)!important;
	font-size: 14px; 
	font-weight: 600;
}
.btn-outline{
	text-transform: capitalize!important;
	padding: .5rem 1rem!important;
    border-radius: var(--radius)!important;
    border: 1px solid #ffffff1a!important;
    background-color: #ffffff08!important;
	color: #fff!important;
	transition-property: all!important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)!important;
    transition-duration: .3s!important;
    animation-duration: .3s!important;
	font-size: 14px;
	font-weight: 600;
}

.bg-effect {
	background-image: linear-gradient(#e7ebef 1px, transparent 1px), linear-gradient(90deg, #e7ebef 1px, transparent 1px);
    background-size: 60px 60px;
}



ul.header-nav.nav-left {justify-content: center!important}
.html_topbar_right a {margin: 0 10px}

.jet-accordion.accordion .toggle {	left: auto;	right: 0}

.jet-accordion .accordion-title {padding: .6em 2.3em .6em 0; border: 0;font-size: 14px;  font-weight: 600; color: #fff;}
.jet-accordion button.toggle i {font-size: 16px}
.jet-accordion .accordion-item {border: 1px solid #222222; border-radius: 10px; padding: 10px; margin-bottom: 5px}
.jet-accordion .accordion-inner {padding: .5em .3em;    font-size: 14px;}

.table-strategy {border: 1px solid var(--xam); border-radius: 10px}
.table-strategy tbody tr:nth-child(3) td, .table-strategy tbody tr:nth-child(4) td, .table-strategy tbody tr:nth-child(5) td{color: #28d785}
.table-strategy thead tr th:first-child, .table-strategy tbody tr td:first-child {font-size: 12px; color : var(--xam)}
.table-strategy tbody tr td {border-bottom: 0; padding: 20px 10px; font-size: 13px; text-align: center; color: #e7ebef;}
.table-strategy tbody tr:nth-child(2n+1){background:#ffffff03}

.table-strategy thead tr th {border-bottom: 1px solid var(--xam); padding: 10px;}
.table-strategy thead tr th {color: #e7ebef; font-size: 13px; text-transform: capitalize}

.woocommerce-checkout #main {background:#fff!important}
.am-plan-price span.amount, #am-btn-price .amount {color: #fff}
.s-button a span {display: none;}
.remove-product-wat:hover {background-color:transparent!important}
#footer a {font-size: 14px; transition: padding .3s ease-in-out}
#footer a:hover {color: var(--xam); padding-left: 5px}


/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  height: 10px;
  --c:no-repeat radial-gradient(farthest-side,#fff 93%,#0000);
  background:
    var(--c) 0    0,
    var(--c) 50%  0;
  background-size: 8px 8px;
  position: relative;
  clip-path: inset(-200% -100% 0 0);
  animation: l6-0 1.5s linear infinite;
}
.loader:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  background: #fff;
  left: -16px;
  top: 0;
  animation: 
    l6-1 1.5s linear infinite,
    l6-2 0.5s cubic-bezier(0,200,.8,200) infinite;
}
.loader:after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff; 
  animation: l6-3 1.5s linear infinite;
}
@keyframes l6-0 {
  0%,30%  {background-position: 0  0   ,50% 0   }
  33%     {background-position: 0  100%,50% 0   }
  41%,63% {background-position: 0  0   ,50% 0   }
  66%     {background-position: 0  0   ,50% 100%}
  74%,100%{background-position: 0  0   ,50% 0   }
}
@keyframes l6-1 {
  90%  {transform:translateY(0)}
  95%  {transform:translateY(15px)}
  100% {transform:translateY(15px);left:calc(100% - 8px)}
}
@keyframes l6-2 {
  100% {top:-0.1px}
}
@keyframes l6-3 {
  0%,80%,100% {transform:translate(0)}
  90%         {transform:translate(26px)}
}

/* CSS STRAGERY */
.s-column {
	padding: .5rem 1rem!important;
    border-radius: var(--radius)!important;
    border: 1px solid #ffffff1a!important;
	background: #0e0e0e!important;
}

.s-header {
	display: flex;
	align-items: center
}

.s-header .s-icon { background: linear-gradient(135deg, #3c83f6, #8347eb)!important; text-align:center; 
font-weight: 600; color: #fff; border-radius: 99px; margin-right: 10px;    padding: 5px 7px;}
.s-header .s-name {width: 70%; color: #fff; font-size: 14px;}
.s-header .s-name i {background: #5959f3; border-radius: 99px;    padding: 3px;    font-size: 8px;}
.s-header .s-name span {font-size: 12px;color: var(--xam)}
.s-header .s-follower {width: 20%; text-align: right }
.s-header .s-follower {color: #fff; font-size: 14px;}
.s-header .s-follower span {font-size: 12px;color: var(--xam)}
.s-header .s-follower.s-product {width: 30%}

.s-column .label-warning {margin: 10px 0; font-size: 13px}
.s-column .label-warning span {margin-right: 10px;}

.s-column .xanh, .s-column .vang, .s-column .xanhlc, .s-column .r-medium, .s-column .r-high, .s-column .r-low {
	border-radius: 99px; padding: 3px 10px
}


.s-column .r-medium {background: #f3c71640;}
.s-column .r-high {background: #d6282b40;}
.s-column .r-low {background: #22d28540;}
.s-column .s-content-text {font-size: 12px; color : var(--xam); margin: 10px 0}

.s-column .s-day {background:#1a1d2380; display: flex;align-items: center;    justify-content: space-evenly;    text-align: center;    font-size: 14px; border-radius: 10px; padding: 10px}
.s-column .s-day div {border-right:1px solid var(--xam); padding: 0 20px}
.s-column .s-day div:last-child {border:0}
.s-column .s-day span {color: #28d785; font-weight: 600}
.s-column .s-day .sday {font-size: 12px; color: var(--xam)}

.s-column .s-total {display:flex; align-items: center; justify-content: space-between; padding-bottom: 10px}
.s-column .s-total span:first-child {font-size: 12px; color: var(--xam)}
.s-column .s-total span:last-child {font-size: 14px; color :#fff; font-weight: 600}
.s-column .s-button{margin-bottom: 10px; }
.s-column .s-button a {width: 47%; margin:0 1%; display: inline-block; text-align: center}


/*CSS CUSTOME WOOCOMMERCE*/
.checkout-page-title .breadcrumbs, .woocommerce-NoticeGroup, .author-box-container h3 {
	display: none;
}

#customer_details input, #customer_details textarea {
	border-radius: 10px;
	height: 45px;
}

/* checkout */
.woocommerce-billing-fields {
	border-top: 0px
}

.checkout-product-image-container-wat {
	    display: flex;
    align-items: end;
}

.checkout .product-quantity, .woocommerce-bacs-bank-details {
	display: none
}

.checkout .has-border, .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	border: 0px;
}

#billing_first_name_field {
	width: 100%;
}

.shop_table .order-total th, .order-total td bdi{
	font-size: 14px; 
	color: #dd3333
}

.woocommerce a.remove, .cart-item a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after,
.cart-item a.remove:before,
.cart-item a.remove:after{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}

.woocommerce a.remove:before, .cart-item a.remove:before {
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}

.woocommerce a.remove:after, .cart-item a.remove:after {
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}

.woocommerce a.remove:hover:before, .cart-item a.remove:hover:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover, .cart-item a.remove:hover {
    background: transparent;
}