/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{
	src: url('fonts/Muli.ttf');
	font-family: "Muli";
}
*{
	font-family: "Muli", sans-serif !important;
}
}
p, span, a, h1, h2, h3, h4, h5, div {
	font-family: "Muli", sans-serif !important;
}
#logo img {
    padding: 7px 0 !important;
}
.is-divider,
.footer-secondary {
	display: none;
}
.f li,
.f li a,
.f p,
.f p img{
	font-size: 15px;
	list-style: none;
	margin-left: 0 !important;
	margin-bottom: 4px !important;
}
 .post-item .col-inner {
    background: white;
    box-shadow: 2px 2px 20px #00000017;
    border-radius: 10px;
}
.post-item .box-image{
	 border-radius: 10px 10px 0 0;
}
.post-item .box-text {
    padding: 15px;
}
.flickity-prev-next-button .arrow {
    fill: #ee3e80;
}
.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 100%;
    border: none;
}
.danhmuc .icon .icon-inner{
    border-radius: 17px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
    -webkit-mask-image: none;
}
.danhmuc .icon .icon-inner img{
	border-radius: 20px;
}
.product-small .box-image:hover {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%) !important;
}
.product-small .box-image {
    border: #eee solid 1px;
    border-radius: 8px;
}
.product-small.box .product-title a {
    color: black;
    margin-top: 15px;
}
.product-small.box .product-title a:hover {
    color: #e13475;
}
.product-small.box .product-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.price-wrapper .price span.amount {
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    color: #ee3e80;
}
.text-green h1 {
    color: #fff;
    background: #6c3;
    padding: 11px 21px;
    width: 100%;
    font-size: 31px;
    margin-bottom: 22px;
    border-radius: 10px;
}
.product-small.col{
	padding-bottom: 0 !important;
} 
.col.large-12{
	padding-bottom: 0;
}
.giuseart-nav {
    position: fixed;
    right: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.giuseart-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.giuseart-nav ul li {
    list-style: none !important;
}
.giuseart-nav ul>li a {
    border: 0;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.giuseart-nav ul>li a i.ticon-heart {
    background: url('/wp-content/uploads/2022/04/icon-map.png') no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
	margin: 0 auto;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url('/wp-content/uploads/2022/04/icon-zl.png') no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
	margin: 0 auto;
}
.giuseart-nav ul>li a i.ticon-messenger {
    background: url('/wp-content/uploads/2022/04/icon-ms-facebook.png') no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
	margin: 0 auto;
}
.giuseart-nav ul>li a i.ticon-angle-up {
    background: url('/wp-content/uploads/2022/04/icon-angle-up.png') no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
	margin: 0 auto;
}
.col.medium-7 .amount {
    font-size: 25px !important;
}
.image-tools {
	display: none;
}
.hang{
    color: #3567d7 !important;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 10px;
}
.quantity {
    margin-top: 10px;
    display: block;
	margin-bottom: 1em;
}
.is-form, button.is-form, input[type='submit'].is-form, input[type='reset'].is-form, input[type='button'].is-form {
    overflow: hidden;
    position: relative;
    background-color: #ffe9f1;
    text-shadow: 1px 1px 1px #fff;
    color: #d9125d;
    border: 1px solid #ffaaca;
    text-transform: none;
    font-weight: bold;
    width: 40px;
    border-radius: 8px;
}
.quantity input[type="number"] {
    font-weight: bold;
    border-radius: 8px !important;
}
.quantity .qty {
    border: 1px solid #ffaaca !important;
    border-radius: 8px !important;
}
.buy_now_button{
	background: #3567d7;
	border-radius: 30px;
	padding: 2px 50px;
	font-size: 17px;
	text-transform: none;
	margin-left: 10px;
}
.single_add_to_cart_button {
	border-radius: 30px;
	padding: 2px 50px;
	font-size: 17px;
	text-transform: none;
	opacity: 0.7;
}
.product-section {
    border-top: none;
}
.product-short-description {
    font-size: 15px;
    padding: 10px;
    background: #e1f9de;
    border-radius: 8px;
    margin-bottom: 15px;
}
.product-short-description p{
	margin-bottom: 0;
}
.related-products-wrapper .amount{
	font-size: 18px !important;
}
.related-products-wrapper .category {
	display: none;
}
.img-top{
	height: 30px;
}
.toptop img{
	width: 16px;
}
.toptop .sdt{
	font-weight: bold;
    font-size: 16px;
}
.icon.primary.button{
	 background-color: #e13475 !important;
}
.header-nav-main > .nav-icon {
    display: none;
}
.stuck .header-nav-main > .nav-icon {
   display: initial;
}
.archive .shop-page-title {
    background: whitesmoke;
}
.archive .shop-page-title .page-title-inner {
    position: relative;
    padding-top: 9px;
    min-height: 60px;
    padding-bottom: 10px;
}
.orderby{
	border-radius: 16px;
}
.orderby:hover{
	border: 1px solid #FD679F;
}
.woocommerce-breadcrumb  {
   display: none;
}
.shop-page-title .is-xlarge {
    color: #3567d7 !important;
}
.woof_list li {
    width: 50%;
    float: left;
    margin: 0 0px 0 0px !important;
}
.woof_container_inner h4 {
    font-size: 16px;
    color: #ee3e80;
}
.woof_list label {
    font-size: 13.5px;
    padding: 0;
    margin-bottom: 0;
    font-weight: Normal;
}
.woof_redraw_zone {
    padding: 8px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 2px 2px 40px #0000000d;
}
.border-block {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    border: #eee solid 1px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 5%);
    padding: 10px 8px;
    margin-bottom: 17px;
}
.checked-list {
    padding-left: 0;
    list-style: none;
}
.checked-list li {
    margin-left: 0 !important;
    padding-left: 22px;
    margin-bottom: 3px;
    min-height: 14px;
    background: url('/wp-content/uploads/2022/04/check.png') no-repeat 0 2px;
    background-size: 14px 14px;
    font-size: 13px;
}
.hotline-dat-hang {
    font-size: 14px;
}
.hotline-num {
    color: #ee3e80!important;
    font-size: 22px;
}