/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavotheme</a>
* Template: freshio
* Version: 2.2.7
*/

@media (min-width: 768px) {
    ul.products.columns-4 li.product {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 100%;
    }
}
.gridlist-toggle.desktop-hide-down {
    display: none;
}

@media (min-width: 768px) {
    ul.products.columns-3 li.product {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 100%;
    }
}



body, button, input, textarea {
    color: #ffefb5;
    font-family: "Quicksand", sans-serif;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
}

.header-1 {
    background-color: #64646438;
}
.main-navigation .sub-menu
{ background-color: #ffefb5;}
.main-navigation ul > li.menu-item > a, .main-navigation ul.nav-menu > li.menu-item > a {
    font-weight: 700;
    color: #ffefb5;
}
h1, h2, h3, h4, h5, h6, a:hover {
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, a, lockquote, .widget .widget-title {
    font-family: "Quicksand", sans-serif;
    clear: both;
    margin: 0 0 0.5407911001em;
    color: #ffefb5;
}

ul.products li.product .product-block, ul.products .wc-block-grid__product .product-block, .wc-block-grid__products li.product .product-block, .wc-block-grid__products .wc-block-grid__product .product-block {
    
    background-color: #0a0a0a;
   
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    transition: box-shadow 400ms ease-in;
}

ul.products li.product .product-block {
	    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
    transition: opacity 0s ease-in;
    border: 1px solid #2d2d2d;
    text-align: center;
    border-radius: 15px 50px;
    padding: 6px;
	
}
ul.products .product img {
    display: block;
    width: 100%;
    border-radius: 10px 30px;
}

ul.products li.product h2 a, ul.products li.product h3 a, ul.products li.product .woocommerce-loop-product__title a, ul.products li.product .wc-block-grid__product-title a, ul.products .wc-block-grid__product h2 a, ul.products .wc-block-grid__product h3 a, ul.products .wc-block-grid__product .woocommerce-loop-product__title a, ul.products .wc-block-grid__product .wc-block-grid__product-title a, .wc-block-grid__products li.product h2 a, .wc-block-grid__products li.product h3 a, .wc-block-grid__products li.product .woocommerce-loop-product__title a, .wc-block-grid__products li.product .wc-block-grid__product-title a, .wc-block-grid__products .wc-block-grid__product h2 a, .wc-block-grid__products .wc-block-grid__product h3 a, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
 
    color: #ffefb5;
}
ul.products a[class*="product_type_"], .wc-block-grid__products a[class*="product_type_"], .product-list a[class*="product_type_"] {
    background: transparent;
    color: #ffefb5;
   
}
.single-product div.product p.price {
   
    color: #ffefb5;
}
.single-product.freshio-full-width-content div.product .related {
    
    text-transform: uppercase;
}
select:not([size]):not([multiple]) {
    color: #000000;
}
.woosq-product > .product .summary {
    margin: 0;
    padding: 0;
    background-color: #000;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 5px;
}
span.woocommerce-Price-amount.amount {
    color: #ffefb5;
    font-weight: bold;
}

.single-product div.product .single_add_to_cart_button {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.5;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    white-space: nowrap;
    max-width: 50%;
    border-radius: 2px;
    background-color: #c19038;
}
button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt {
    background: #920101;
}
button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt:hover {
    background: #c19038;
}
    .single-product div.product .single_add_to_cart_button:hover {
      background-color: #920101; }

 .single-product div.product form.cart .quantity .qty {
   width: 100%;
    border-radius: 1px;
    padding: .5em 10px 1.6em 1em;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    border: 1px dotted;
    background-color: #000000;
    border-color: #ebebeb;
}
.single-product div.product form.cart .quantity {
    width: 100%;
    max-width: 60px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    
}  
.single-product div.product form.cart .quantity button.minus {
    bottom: 0;
    padding-bottom: 10px;
    color: #fff;
}
.single-product div.product form.cart .quantity button i {
    line-height: 1;
    color: #fff;
}


button.cta-btn.fanpage.uppercase {
    background-color: #3A5A97;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 50%;
    padding: 3px 3px;
    height: 50px;
}

button.cta-btn.fanpage.uppercase img  {
    max-width: 25px;
    margin-right: 10px;
    float: inline-start;
}
button.cta-btn.zalo.uppercase img {
    max-width: 52px;
    margin-right: 10px;
    float: inline-start;
}
button.cta-btn.fanpage.uppercase:hover {
    background: #1777f2;
}
button.cta-btn.zalo.uppercase:hover{ background: #0c9df1;}

button.cta-btn.zalo.uppercase {
  background-color: #0180C7;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
        width: 50%;
}

.group-btn.cta {
    display: flex;
}
blockquote {
    padding: 0 0 0 5px;
    margin: 3px;
    font-style: normal;
    position: relative;
    font-size: 20px;
    color: #fff;
    background: #cea2457a;
    border-left: 4px solid;
    border-color: #cea245;
    font-family: Quicksand, sans-serif;
}
.hentry strong, .hentry th, .hentry dt, .post-style-1 strong, .post-style-1 th, .post-style-1 dt, .post-style-2 strong, .post-style-2 th, .post-style-2 dt, .post-style-3 strong, .post-style-3 th, .post-style-3 dt {
    color: #FFF;
}
.bang-gia .price-content {
                    padding: 10px 0;
                }

                .bang-gia .price-content table tr th, .bang-gia .price-content table tr td {
                    text-align: center;
                    padding: 5px;
                }

                .bang-gia .price-content table tr th {
                    background-color: #ba8732;
                    color: #fff;
                }

                .bang-gia .price-content table td {
                    border: 1px solid #2a2a2a;
                     color: #e8be6f
                }
              
                .page-template-bang-gia .content a {
                    color: #e8be6f
                }

 .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #e8be6f;
    outline: none;
    color: transparent;
    border-color: #e8be6f; }

.col-full {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.elementor-products-grid ul.products.elementor-grid {
    display: grid;
    margin: 0;
    grid-column-gap: 10px !important;
    grid-row-gap: 20px !important;
}
@media (max-width: 767px) {
    .freshio-product-mobile-2 ul.products li.product {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 100%;
    }
}

.single-product div.product form.cart {
    
    display: none !important;
}

ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%
}

td,th {
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    text-align: left
}

td {
    color: #666
}

td:first-child,th:first-child {
    padding-left: 0
}

td:last-child,th:last-child {
    padding-right: 0
}

.dark td,.dark th {
    border-color: hsla(0,0%,100%,.08)
}

td .label,td dl,td form,td input,td label,td p,td select {
    margin: .5em 0
}

label {
    color: #222
}

.table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767px) {
    .bang-gia .price-content table {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .bang-gia .price-content table tr th, .bang-gia .price-content table tr td {
        font-size: 9px;
    }
}