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

/*************** ADD CUSTOM CSS HERE.   ***************/
.section5 .product-category .box-text-inner {
    background-color: #fff;
    text-align: center;
    padding: 5px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 35px;
    opacity: 85%;
}
.section5 .product-category .box-text-inner { font-weight: 500;
	font-size: 16px;
    color: #555;
}
.bt-danhmuc {

    display: inline-block;
    padding: 0px 40px;
    background-color: #efefef!important;
    color: #555;
    border-radius: 5px;
}
.cart-form {
        max-width: 600px;
    }
 .cart-form {
    border: 1px solid #20535d;
    border-radius: 5px;
    margin-top: 26px;
    padding: 24px 10px 10px 10px;
    position: relative;
}
 .cart-form h3 {
    position: absolute;
    top: 0px;
margin: -20px 20px 0;
    background: #fff;
    padding: 3px 6px;
	max-width: 500px;
	 font-weight: 600;
	
}
.message-now-button.zalo-button {
    background-color: #fff;
    border: 1px solid #0a7cff;
    color: #0a7cff;
}
.message-now-button {
    display: block;
    width: 250px;
    /*margin: 15px auto;*/
    padding: 10px;
    text-align: center;
    background-color: #0a7cff;
    color: #fff;
    font-weight: 600;
    height: 40px;
    border: none;
    border-radius: 5px;
}
.wpcf7-form-control.wpcf7-submit {border-radius:10px;}
.item {
    display: flex
;
}
.guarantee-icon {
    width: 50px;
}
.guarantee-content {
    padding-left: 5px;
    flex: 1;
}
.guarantee-content .guarantee-title {
    color: #20535d;
    font-weight: 600;
}
.guarantee-content>p {
    padding: 5px 0;
    margin: 0;
    text-align: left;
}
.hs-container {
    height: 50px;
    overflow: hidden;
}
.hs-container .hs-items {
    height: 70px;
    padding: 5px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hide;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
.hs-container .hs-item {
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--primary-color);
    margin: 0 5px;
    color: #f0efe9;
    border-radius: 5px;
    height: 40px;
	text-align: center;
}

.contact-info {
    padding: 30px 30px;
}
 .contact-info p {
    font-style: italic;
	  color: #555;
}
.contact-info h2 {
    color: #555;
    font-size: 1.5em;
    font-weight: 600;
}
.footer-collections {
    padding-left: 15px;
}
.footer-collections li {
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-collections li a {
    border-bottom: 1px solid #20535d;
    padding-bottom: 1px;
}
.footer-collections li a:hover { color:#626c13; }
.address-bottom-info {
    margin-top: -95px;
    padding-bottom: 30px !important;
}
.pointer {
    cursor: pointer;
}
.address-bottom-info i { color: #000; }
.absolute-footer {background-color:unset;}
.absolute-footer .image-flower {position:relative; z-index:999;}
#button-contact-vr {
    left: 20px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.cart-form h3 {max-width: 330px; }
}