/*
Theme Name: 123Web.vn
Description: Web đồng hồ
Author: 123Web.vn
Author URI: https://123web.vn/ 
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ss-quality ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.ss-quality ul li {
    list-style: none;
	margin-left: 0;
}
.ss-quality ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    margin-right: 6px;
    color: #fa9507;
    font-weight: 300;
}

.badge-frame .badge-inner {
	border: none !important;
}
.badge-container {
	margin: 0;
}
.badge-frame {
	margin: 0;
}
.on-sale {
    background: #ff0000 !important;
    color: #fff !important;
}
.product-small.productBorder .box-image {
    padding: 0px;
}
.row.productBorder > .col {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.product1 {
    border-top: 1px solid #000;
}
.row.productBorder > .col:nth-child(1) {
	border-left: 1px solid #000;
}
.row .row-xsmall:not(.row-collapse), .container .row-xsmall:not(.row-collapse) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.product1 > .col-inner {
    display: flex;
    flex-wrap: nowrap;
}
.product1 > .col-inner .bannerLeft {
    flex: 2;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.product1 > .col-inner .productBorder {
    flex: 4;
}

.ct-title-left a, .ct-title-center a {
	display: none;
}

.ct-title-left .section-title-normal {
	border: none;
}
.ct-title-left span {
    border: none !important;
}
span.section-title-main {
    text-transform: none;
}
.ct-title-left .section-title-normal > span {
    position: relative;
	margin: 0;
	padding: 0;
}
.ct-title-left .section-title-normal > span:after, .ct-title-left .section-title-normal > span:before {
    content: "";
    background: #ff0000;
    position: absolute;
}
.ct-title-left .section-title-normal > span:before {
    width: 1px;
    height: 60px;
    top: -15px;
    left: -15px;
}
.ct-title-left .section-title-normal > span:after {
    height: 1px;
    width: 60px;
    top: -5px;
    left: -25px;
}
.ct-title-center b {
    background: transparent;
}
.ct-title-center .section-title-center > span {
    position: relative;
	margin: 0;
}
.ct-title-center .section-title-center > span:after, .ct-title-center .section-title-center > span:before {
    content: "";
    background: #ff0000;
    position: absolute;
}
.ct-title-center .section-title-center > span:after {
    height: 1px;
    width: 60px;
    top: -5px;
    left: -25px;
}
.ct-title-center .section-title-center > span:before {
    width: 1px;
    height: 60px;
    top: -15px;
    left: -15px;
}

/*** SINGLE PRODUCT ***/
.posts-single-product .post-item .box {
	background: #fafafa;
}
.posts-single-product .post-item .box-text {
	padding: 0 5px 0 5px;
	vertical-align: middle;
}
.product-section {
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.product-section h5 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product-section h5:before {
    position: absolute;
    left: 0;
    margin-top: 2px;
    width: 3px;
    height: 21px;
    background-color: #333;
    content: "";
}
.posts-single-product h5.post-title {
    font-weight: normal;
    font-size: 14px;
    -webkit-line-clamp: 3;
    margin-top: 0;
    margin-bottom: 0;
}
.posts-single-product h5.post-title:before {
	display: none;
}
.posts-single-product .is-divider {
	display: none;
}
.product-short-description {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #1435c3;
    background-color: rgba(20,53,195,.08);
    padding: .5rem 1.25rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    border-radius: .5rem;
}
.bgNews {
    background-image: url(/wp-content/uploads/2021/08/product-banner-scaled.jpeg);
    background-repeat: no-repeat;
	background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bgNews:after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.bgNews .container {
	z-index: 1;
	text-align: center;
}
.bgNews h1 {	
	color: #fff;
	margin-bottom: 0;
}
.bgNews nav.rank-math-breadcrumb .last {
    color: #fa9507;
}
.bgNews nav.rank-math-breadcrumb a, .bgNews nav.rank-math-breadcrumb .separator {
    color: #fff;
}
.bgNews nav.rank-math-breadcrumb p {
	margin-bottom: 0;
}
#footer .widget li {
    font-size: 13px!important;
    background: url(/wp-content/themes/123web-vn/assets/img/bg-li-footer.png) left 13px no-repeat;
    display: block;
    padding-left: 25px;
    border: none;
    color: #FFF;
	margin-left: 0;
}
#footer .col-1 li {
    margin-bottom: 0;
    height: 33px;
    line-height: 33px;
}
#footer .is-divider {
    background: #ff0000;
    height: 1px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.posts-single-product .post-item .box, .mh-list-blog .box {
		display: flex;
		flex-wrap: wrap;
	}
	
	.posts-single-product .post-item .box-image, .mh-list-blog .box-image {
		flex: 1;
	}
	
	.posts-single-product .post-item .box-text, .mh-list-blog .box-text {
		flex: 2;
	}
	.entry-content iframe {
		height: 200px;
	}

}