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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* css social share */
.cs-social-share {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    margin: 15px 0 0 0;
    padding: 3px 5px;
}
.cs-social-share .fa {
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.cs-social-share .fa:hover {
    opacity: 0.7;
}

.cs-social-share .fa-facebook {
  background: #3B5998;
  color: white;
}

.cs-social-share .fa-twitter {
  background: #55ACEE;
  color: white;
}

.cs-social-share .fa-linkedin {
  background: #007bb5;
  color: white;
}
.cs-social-share .fa-pinterest {
  background: #cb2027;
  color: white;
}

.cs-social-share .fa-tumblr {
  background: #2c4762;
  color: white;
}

.cs-social-share .fa-reddit {
  background: #ff5700;
  color: white;
}
/* end social share */
/* css trang checkout */
#order_review dl.variation {
    padding-left: 72px;
    vertical-align: bottom !important;
}
#order_review dl.variation dd {
    display: block;
    float: left;
}
#order_review td.product-total {
    vertical-align: top;
}
.woocommerce-billing-fields__field-wrapper p.form-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    vertical-align: middle;
}
.woocommerce-billing-fields__field-wrapper p.form-row label {
    width: 20%;
    text-align: right;
    margin-right: 25px;
}
.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper {
    flex-grow: 1;
}
.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
    box-shadow: none;
    border-radius: 4px;
}

.checkout .large-5.col .col-inner.has-border{
	background: #fff;
	border: 2px solid #dc0719;
}
.checkout.woocommerce-checkout h3{color: #dc0719;}
.checkout.woocommerce-checkout .product-name , .checkout.woocommerce-checkout .product-total{color: #000; border: none;}
.checkout.woocommerce-checkout span.woocommerce-Price-amount.amount, .checkout.woocommerce-checkout span.woocommerce-Price-amount.amount a{font-size: 15px;}
.woocommerce-billing-fields{border: none;}
#customer_details{
	padding: 0 15px;
	border: 1px solid #dc0719;
	background: #fff
}
p.woocommerce-customer-details--phone {
    margin-bottom: 0;
}
/* end checkout */
ul.woocommerce-widget-layered-nav-list li span.count {
    display: none;
}

ul.woocommerce-widget-layered-nav-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.woocommerce-widget-layered-nav-list li {
    width: 50%;
}

aside#woocommerce_layered_nav-2 ul.woocommerce-widget-layered-nav-list li {
    width: 50%;
    text-align: center;
    padding: 2px;
}
aside#woocommerce_layered_nav-2 ul.woocommerce-widget-layered-nav-list li a {
    border: 1px solid #e8e8e8;
}
.section-title-normal span {
    margin: 0;
    border-bottom: 0;
    padding: 0;
}
.section-title-normal {
    border-bottom: 0;
    margin: 0;
}
.title-sale .section-title-normal:before {
    content: '\f0e7';
    font-family: 'FontAwesome';
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    background: #000000;
    color: #d60000;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
}
.title-sale .section-title-normal {
    position: relative;
    text-align: left;
    display: inline-block;
	    font-size: 30px;
}
.flash-sale h3 {
    margin-bottom: 0;
    font-size: 25px;
}
.ux-timer span {
    width: auto;
    height: auto;
    padding: 10px 5px 5px;
}
.ux-timer {
    margin: 0;
}
.flash-sale .ux-timer span strong {
    line-height: 18px;
    opacity: 1;
}
.flash-sale .ux-timer span {
    width: auto;
    height: auto;
    padding: 10px 5px 0px;
    display: inline-block;
    min-width: 40px;
    margin: 0 5px;
    line-height: 20px;
}
.box-text {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1em;
}
p.product-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: 600;
    font-size: 1.1em;
}
.banner-top .box-push .box-text {
    box-shadow: 0px 2px 10px 2px #e6e6e6;
}
.banner-top .box-push .box-text h3 {
    font-size: 25px;
    margin-top: 8px;
}
.banner-top .banner .text-box {
    height: 93%;
}
.banner-top .banner .text-box-square .text{
	height: 100%;
}
.banner-top .banner .text-box h3 {
    font-size: 25px;
    margin: 15px 0px;
}
.banner-top .banner .text-box h2.percent {
    font-size: 100px;
    color: #7b7b7b;
	margin: 5px 0px;
}
.banner-top .banner .text-box h4 {
    font-size: 22px;
    font-weight: 500;
	    margin: 0;
}
.banner-top .banner .text-box a.button {
    font-size: 16px;
}
.tabbed-content h4 {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0;
    padding: 10px 0px;
    margin-right: 20px;
    font-size: 25px;
}
.tabbed-content .nav.nav-left {
    width: auto;
    display: inline-block;
}
.tabbed-content {
    display: block;
}
.tabbed-content .nav.nav-left li a {
    font-size: 0.9em;
    color: black;
}
.tabbed-content .nav.nav-left li.active>a {
    color: #d40101;
}
.tabbed-content .nav li {
    margin: 0px 20px;
}
.banner-top {
    margin-bottom: 15px;
}
.tab-panels {
    padding-top: 1.5em;
}
.badge {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}
.badge-container {
    margin: 10px 0 0px 10px;
}
.badge-inner {
    display: block;
    line-height: 40px;
	font-weight: 400;
}
.badge-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    transform: rotate(30deg);
    z-index: -1;
}
.badge-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    transform: rotate(60deg);
    z-index: -1;
}
.badge-inner {
    transform: rotate(-20deg);
}
.banner-mid-text h4 {
    font-size: 25px;
}
.banner-mid-text h2 {
    font-size: 45px;
}
.banner-mid {
    margin-top: -170px !important;
    box-shadow: 0px 5px 10px 2px #e6e6e6cc;
    z-index: 999;
    position: relative;
    background: #fff;
    padding: 20px 10px;
}
.box-blog-post .is-divider {
    display: none;
}
h5.post-title {
    display: -webkit-box;
    overflow: hidden;
    max-height: 3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home .icon-box .icon img {
    max-width: 30px;
    opacity: 1;
}
.home .icon-box .icon {
    background: #a50000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}
.home .icon-box h5 {
    margin: 0;
}
.absolute-footer {
    padding: 10px 0 10px;
}
li.html.custom h4 {
    margin: 0;
	line-height: 20px;
}
.nav>li.html {
    font-size: 1em;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: rgb(0 0 0);
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0;
}
.nav-column li>a, .nav-dropdown>li>a {
    padding: 6px 20px;
    line-height: 1.3;
}
.nav-dropdown .menu-item-has-children>a {
    font-size: 1em;
}
.nav-dropdown .nav-dropdown-col>a {
    font-size: 1.1em;
}
.nav-column li>a:hover {
    color: rgb(233 27 27);
}
 .nav-dropdown>li>a:hover {
    color: #e70303;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: 0;
}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 0.7em;
}
.banner-mid h4 {
    text-align: center;
    font-size: 30px;
}
.banner-mid .col {
    padding-bottom: 0;
}
.prdctfltr_filter.prdctfltr_orderby .prdctfltr_regular_title {
    display: inline-block;
}.prdctfltr_orderby .prdctfltr_add_scroll.prdctfltr_max_height {
    display: inline-block;
    margin-left: 10px;
}
label, legend {
    font-weight: 500;
    display: block;
    font-size: 1em;
	margin-bottom: 0;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"] {
    margin-bottom: 5px;
}
.prdctfltr_terms_customized_text .prdctfltr_customize, .prdctfltr_terms_customized_color .prdctfltr_customize, .prdctfltr_terms_customized_image .prdctfltr_customize {
    margin: 0 5px 0px 0;
}
.prdctfltr_wc {
    margin-bottom: 0 !important;
}
.product-footer ul.tabs a {
    font-size: 1em;
}
.breadcrumbs a {
    color: rgb(86 86 86);
    font-weight: normal;
}
.product-info .breadcrumbs {
    font-size: 1em;
    margin: 0 0 .5em;
}
html {
    font-size: 17px;
}
.flash-sale .ux-timer span {
		font-size: 25px;
	}
@media screen and (max-width: 767px){
	html {
		font-size: 15px;
	}	
	.flash-sale .ux-timer span {
		padding: 5px 5px 0px;
		display: inline-block;
		min-width: 30px;
		line-height: 20px;
		font-size: 25px;
	}
	.ux-timer {
		text-align: center;
	}
	.flash-sale .col {
		padding-bottom: 0;
	}
	.flash-sale .section-title-container {
		margin: 0;
		text-align: center;
	}
	.title-sale .section-title-normal {
		text-align: center;
		font-size: 25px;
	}
	.title-sale .section-title-normal:before {
		width: 30px;
		line-height: 30px;
		height: 30px;
		font-size: 20px;
	}
	p.product-title a {
		font-size: 0.9em;
	}
	.price-wrapper .price {
		display: block;
		font-size: 13px;
	}
	.box-push .box-text {
		padding: 10px 10px;
	}
	.banner-top .box-push .box-text h3 {
		font-size: 18px;
		margin-top: 8px;
	}
	.banner-top a.button {
		font-size: 12px;
		margin: 7px 0 0;
	}
	.banner-top .banner .text-box h2.percent {
		font-size: 70px;
	}
	.banner-top .banner .text-box a.button {
		font-size: 13px;
	}
	.tabbed-content h4 {
		display: block;
		float: none;
		width: auto;
		margin: 0;
		padding: 0px 0px;
		margin-right: 0;
		font-size: 20px;
		text-align: center;
	}
	.tabbed-content .nav.nav-left {
		width: 100%;
		display: inline-block;
		overflow: auto;
		white-space: nowrap;
	}
	.tabbed-content .nav.nav-left li a {
		font-size: 13px;
	}
	.tabbed-content .nav li {
		margin: 0px 10px;
	}
	.tab-panels {
		padding-top: 1em;
	}
	.banner-mid-text h2 {
		font-size: 30px;
	}
	.banner-mid-text h4 {
		font-size: 20px;
		margin: 0;
	}
	.banner-mid {
    	margin-top: -140px !important;
	}
	.banner-mid h4 {
		text-align: center;
		font-size: 25px;
	}
	.off-canvas .nav-vertical>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.category-page-row {
		padding-top: 0px;
	}
	.product-main {
		padding: 40px 0 0;
	}
	.tabbed-content .product-tabs.nav li {
		display: inline-block;
		width: auto;
		margin-right: 10px !important;
	}
}