/*
Theme Name: HVH Shop
Theme URI: http://wordpress.org/
Author: CAN LEE
Author URI: http://wordpress.org/
Description: Theme edit by CAN LEE
Version: 1.0
Tags: basic, two-columns
Textdomain: hvh
Languages Folder: /languages;
*/
/*Phan Trang*/

.pagenavi
{
	text-align: center;
}
.pagenavi a{
	display: inline-block;
	height: 35px;
	width: 35px;
	background-color: #da2625;
	color: #fff;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
}
span.page-numbers.current {
	background-color: #da2625;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #ff0;
	line-height: 35px;
	text-align: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border: 1px solid #ededed;
	text-align: center;
	width: 23%;
	margin: 0;
	padding-bottom: 10px;
	margin-right: 2%;
	margin-bottom: 3%;
}

.woocommerce ul.products li.product a img
{
	height: 200px;
	object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	height: 45px;
	overflow: hidden;
	line-height: 18px;
	font-size: 15px;
	color: #333;
}

.woocommerce-billing-fields__field-wrapper label{
	display: block !important;
	width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper, .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="text"], .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="email"], .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="tel"], .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="password"], .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper select, .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper textarea, .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="text"], .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="email"], .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="tel"], .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper input[type="password"], .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper select, .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper textarea {
	display: block !important;
	width: 100% !important;
	border: 1px solid #afafaf;
	border-radius: 3px;
	min-height: 40px;
	padding: 5px;
}
.woocommerce .col-1, .woocommerce .col-2 {
    max-width: none;
}
.woocommerce-info {
    border-top-color: #da2625;
}


.box-footer a {
    color: white;
    text-decoration: none;
}
.box-footer p {
    color: white;
    margin-top: 20px;
}
i.fa {
    margin-right: 20px;
}

.footer-img {
    text-align: center;
}

.logo a {
    font-size: 24px;
    font-weight: 900;
    color: #da2625;
}
.logo {
    margin-top: 5px;
}
.btn-info{
	color: #fff;
	background-color: #da2625;
	border-color: #da2625;
}
.btn-info:hover {
    color: #ff0;
    	background-color: #da2625;
	border-color: #da2625;
}
h1.page-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 25px;
}
h1.single-title {
    margin-top: 25px;
    font-size: 30px;
	text-transform: capitalize;
}
.single-meta {
    margin-bottom: 10px;
}
.single-meta  span{
	margin-right: 10px;
}

/* BREADCRUMB */
#breadcrumb {
    width: 100%;
}
#breadcrumb .breadLink {
    width: 100%;
    border-bottom: 1px solid #da2625;
    padding: 12px;
}
#breadcrumb .breadLink li {
    display: inline-block;
    vertical-align: top;   
    background-color: white;   

}
#breadcrumb .breadLink li span{
	color: #333;
}
#breadcrumb .breadLink li:after {
    content: "/";  
    font-size: 14px;
    display: inline-block;
    margin-left: 4px;
}
#breadcrumb .breadLink li + li {
    margin-left: 8px;
}
#breadcrumb .breadLink li:last-child:after {
    display: none;
}

.woocommerce .woocommerce-breadcrumb{
	border-bottom: 1px solid #da2625;
    padding: 12px;
    color: #333;
    font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #333;
}

/* PHONE FIX BOX */
#phoneFixBox {
    position: fixed;
    bottom: 30px;
    left: 15px;
    text-align: center;
    z-index: 99;
}
#phoneFixBox .phoneBtn {
    display: block;
    width: 55px;
    margin: 0 auto;
    background-color: #da2625;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    font-size: 23px;
    border-radius: 50%;
    -webkit-animation: phonerotate 0.8s infinite alternate;
    -moz-animation: phonerotate 0.8s infinite alternate;
    animation: phonerotate 0.8s infinite alternate;
}
#phoneFixBox .phoneText {
    display: inline-block;
    color: #FFF;
    background-color: #da2625;
    padding: 2px 10px;
    border-radius: 5px;
    margin-top: 5px;
} 
.phoneBtn i.fa.fa-phone {
    margin: 0;
}
@media (max-width: 768px) {
	#phoneFixBox
	{
		display: none;
	}
	.logo {
		margin-top: 5px;
		text-align: center;
		margin-bottom: 20px;
	}
}