/*
Theme Name: Điện Lạnh Hòa Phát
Description: Thiết kế bởi Lê Huyên, website Daivietweb.com - Hotline: 0986.777.345
Author: Daivietweb.com
Template: flatsome
Version: 3.0
*/

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


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


}
/*RESET*/
body{font-family: -apple-system, system-UI, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif!important; font-size:14px!important;}
.nav > li > a {font-family: -apple-system, system-UI, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif!important;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: -apple-system, system-UI, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif!important;}
.alt-font{font-family: -apple-system, system-UI, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif!important;}
.widget .is-divider, .badge.post-date, .box-blog-post .is-divider {display:none;}
b, strong {
    font-weight: 700;
}
span.amount {
    font-size: 16px;
    line-height: 20px;
    color: #d0021b;
    display: block;
    margin-top: 5px;
}
h1.entry-title.mb {text-align: center; font-weight: 400;}
:root {
	--c1: #1e428a;
	--c2: #1293cb;
}

/*HEADER*/
.header-search-form-wrapper .form-flat input[type='search']{border-radius: 5px; height: 40px;}
.header-search-form-wrapper .form-flat .flex-row .flex-col {padding-right:0;}
.header-search-form-wrapper .flex-row.container {padding:0 9px;}
.header-bottom-nav > li > a {
    font-size: 16px;
	text-transform: none;
    font-weight: 400!important;
}
.header-bottom-nav > li > a i {
	position: relative;
	top: 2px;
}
.header-bottom-nav > li > a > i {
	padding-right: 5px;
}
#mega-menu-wrap {
	background:var(--secondary-color);
	width: 246px;
}
#mega-menu-title {
	padding: 11px 0 12px 15px;
	text-transform: uppercase;
	background: var(--c2);
}
#mega-menu-title i {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
}

.home #main, .woocommerce-page #main {
	background-color: #f3f3f3;
}
.single-product.woocommerce-page #main {background-color: #fff;}

a.linkkhuyenmai {
    background: #fff355;
    padding: 0 20px 0 70px!important;
    color: #222!important;
    height: 53px;
}
a.linkkhuyenmai:before {
    content: "";
    width: 50px;
    height: 36px;
    background: url(images/icon-hot.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    animation: zoomIn .5s infinite;
}
@-webkit-keyframes zoomIn {
    from {
        transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    }

    100% {
        transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
    }
}

@keyframes zoomIn {
    from {
        transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    }

    100% {
        transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
    }
}
.list_icon_text {
    float: left;
    margin: 0 0 0 20px;
    min-width: 160px;
}
.list_icon_text a {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.icon_box {
    width: 40px;
    height: 40px;
    background: var(--c1);
    color: #fff;
    border-radius: 3px;
    text-align: center;
	line-height: 46px;
    margin: 0 10px 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon_box i {
    font-size: 22px;
}
.text_box {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
}
.text_box strong {
    font-size: 17px;
    color: red;
    bottom: 5px;
    position: relative; 
}
.text_box span {
    font-size: 13px;
    font-weight: 700;
}
/*POLICY*/
.sec-policy {
	margin-top: -20px;
}
.sec-policy .row {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 15px 10px;
    overflow: hidden;
    background-color: #fff;
}
.sec-policy .col-policy h3 {
	font-size: 14px;
    font-weight: 500;
	margin-bottom: 0;
}
.sec-policy .col-policy .icon-box-text {padding-top: 10px;}
/*section san pham*/

.dm-sanpham h2 {
    font-size: 22px;
}
.dm-sanpham a {
    color: #333;
}
.product-small .col-inner {
	background-color: #fff;
    padding: 10px;
	border: 1px solid #fff;
}
.product-small .col-inner:hover {
	border: 1px solid var(--c1)!important;
}
.product-small .product-title a{
	color: #333;
}


.product-small .col-inner {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-small .col-inner::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.product-small .col-inner:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}
@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@keyframes fixedAnim {
    0% {
        right: 125%
	}
    125% {
        right: 0;
	}
}
/*Cateline bar*/
.sec-title {
	padding: 0 15px 0; 
}
.sec-title h2.titlecate {
    font-size: 18px;
    float: left;
    width: unset;
    background: var(--c2);
    padding: 5px 30px;
    border-radius: 5px;
    font-weight: 400;
}
.sec-title h2.titlecate a {
	color: #fff;
}
.menu-button-edit {display: none; }
.sec-title ul {
    float: right;
}
.sec-title ul li {
    float: none;
    display: inline-block;
	margin-left: 0; 
}
.sec-title ul li + li:before {
    content: "/ ";
    padding: 0 20px;
    color: #ccc;
}
.sec-title .viewmoretext {
    color: #b20000;
    float: right;
}
.sec-title .viewmoretext:after {
	content: '\eac7';
    margin-left: 5px;
	font-family: icofont;
}
/*footer*/
.sec-footer {
	padding-bottom: 0!important;
}
.ft-widget li {
    list-style: none;
    margin-left: 0;
}

.ft-widget ul li a {
    font-size: 14px;
    color: #71baff;
}
.ft-widget .widgettitle {
    background: url(images/icon-menubottom.png) no-repeat scroll left bottom;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ft-infocompany {
	background: url(images/bg-footer2.png) no-repeat scroll center center;
    background-repeat: round;
	padding-top: 20px;
    margin-bottom: 20px;
	color: #71baff!important;
    font-size: 13px;
	
}
.ft-widget ul.menu>li+li{
    border-top: none;
}
.ft-infocompany p {
	
}
.ft-infocompany .col {
	padding-bottom: 0;
}
.absolute-footer.dark {
    display: none;
}
.ft-hottags, .ft-hottags a, .ft-infocompany .social-icons {
    color: #71baff;
    font-size: 13px;
}
.liconk {
    margin: 0px -4px 0px 0px;
    padding: 5px;
    padding-left: 3px;
    border-radius: 5px;
    border: 0px solid #CCC;
    width: 45px;
    position: fixed;
    left: 15px;
    bottom: 30px;
    z-index: 9999;
}
.liconk img {
    margin-top: 5px;
}
/*danh muc san pham*/
.page-title-inner {padding-top: 0;}
div#shop-sidebar {
    background: #fff;
    padding: 20px;
}
div#shop-sidebar .widget .is-divider {
	display: none;
}
#shop-sidebar .product-categories, #shop-sidebar .woocommerce-widget-layered-nav-list {padding-top: 20px;}
#shop-sidebar .widget ul li a {
    background: rgba(0, 0, 0, 0) url(images/icon-filter.png) no-repeat scroll left center;
    padding-left: 20px;
	color: #333;
}
#shop-sidebar .widget ul li.chosen a, #shop-sidebar .widget ul li a:hover {
	background: rgba(0, 0, 0, 0) url(images/icon-filter-active.png) no-repeat scroll left center;
    color: #72ae2e;
}
#shop-sidebar .widget li.chosen a:before {
    display: none;
}












/*
#shop-sidebar .widget ul li a:before {
    content: '\eed6';
    font-family: "icofont";
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -wwebkit-border-radius: 2px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

#shop-sidebar .widget ul li a:hover:before{
	border-color: var(--c1);
	background: var(--c1);
	
}
#shop-sidebar .widget ul li a:hover {
	color: var(--c1);
}
#shop-sidebar .widget ul li.chosen a:before {
	border-color: var(--c1);
	background: var(--c1);
	display: inline;
    opacity: 1;
}
#shop-sidebar .widget ul li.chosen a:hover:before {
	content: '\eee1';
}
#shop-sidebar .widget ul li.chosen a {
	color: var(--c1);
}
*/
.product-small.box .box-text .product-title {
	min-height: 51px;
}
.product-small.box .box-text {
	border-top: 1px solid #ddd;
	min-height: 105px;
}
/*chi tiet san pham*/
.prd-image .col-inner {
    border: 1px solid #d6d6d6;
}
.mid_infosp h1.product-title {
    color: var(--c1);
    font-size: 22px;
    font-weight: 600;
}
.mid_infosp span.amount {
    color: #d0021b;
    font-size: 22px;
    font-weight: 700;
}
.mid_infosp span.amount:before {
    content: 'Giá bán:';
    color: #333;
    font-size: 15px;
    padding-right: 15px;
}
.sidebar_box {
    margin-bottom: 10px;
    border: solid 1px #ebebeb;
    padding: 15px;
    border-radius: 5px;
}
.sidebar_box h4 {
    color: #ed1c24;
	text-transform: uppercase;
}
.sidebar_box ul li {
	list-style: none;
	margin-left: 0;
	display: inline-block;
}
.icons {
    display: inline-block;
    background-image: url(images/spike.png);
    background-repeat: no-repeat;
    vertical-align: middle;
	width: 31px;
    height: 31px;
    float: left;
    background-position: -144px -1px;
    margin-right: 5px;
	position: relative;
}
.icons.ico_gia {
	background-position: -144px -1px;
}
.icons.ico_doihang {
    background-position: -144px -41px;
}
.icons.ico_giaohang {
	background-position: -144px -78px;
}
.icons.ico_quatang {
    background-position: -144px -118px;
}
.icons.ico_chinhhang {background-position: -4px -52px;}
.icons.ico_giauudai {background-position: -37px -52px;}
.icons.ico_vanchuyen { background-position: -73px -52px; }
.icons.ico_haumai {background-position: -106px -52px;}
.tt-mtsp {
    padding-bottom: 10px;
}
.product-short-description ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.product-short-description ul li:before {
	content: "\f021";
	font-family: icofont;
    position: relative;
    color: var(--c1);
	padding-right: 5px;
}
.blog_ctsp h5 {
    font-weight: normal;
}
/*post - pages*/
.post-sidebar span.widget-title {
    display: block;
    background-color: var(--c1);
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.post-sidebar .widget_product_categories .product-categories {
    background-color: #F3F3F3;
    padding: 20px;
	margin-top: -20px;
}