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

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

.mfp-close-btn-in .mfp-close {
    color: #fff!important;
}

.footer-section i {
    width: 20px;
    text-align: center;
}

.page-right-sidebar .left {
    border: none;
    padding: 0 0 0 15px;
}
	
.mobile-contact-bar {
display:none
}

.pc-contact-bar {
left:30px;
bottom:0;
position:fixed;
z-index:998;
margin-bottom:0
}

.pc-contact-bar li {
width:44px;
height:46px;
overflow:hidden;
margin-bottom:0;
list-style:none
}

.pc-contact-bar li.hotline {
margin-bottom:8px;
background:url(/media/2022/09/call.gif);
background-repeat:no-repeat;
background-size:44px
}


.pc-contact-bar li.facebook {
margin-bottom:8px;
background:url(/media/2022/09/fb.png);
background-repeat:no-repeat
}
.pc-contact-bar li a {
display:block;
width:44px;
height:44px
}


.back-to-top {
    border: none!important;
    background-color: #ff6683!important;
}

.footer-section p {
    margin-bottom: 15px!important;
}

.box-bounce .is-divider {
    display: none;
}

.video-home .is-divider {
    display: none;
}

.entry-header-text {
    padding-bottom: 10px!important;
    border-bottom: 1px solid #e9e9e9;
}

.home .section h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ff6683;
    padding-bottom: 10px;
    border-bottom: 2px solid #02C4C1;
}

.home .section .button {
    background: #FF6683!important;
}

.home .section .button:hover {
    background: #02C4C1!important;
}


.product-small .col-inner {
    box-shadow: 0 0.3125rem 0.625rem rgb(0 0 0 / 20%);
    transition: all 0.5s ease 0s;
    border-radius: 10px;
}

.product-small .col-inner:hover {
   box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.4);
}

.product-small .ux-swatch {
    font-size: 13px;
    border: 1px solid #ff6683;
    display: block;
    padding: 0 5px;
    border-radius: 5px;
}

.product-small .ux-swatch.selected{
    color: #FFF;
    background: #ff6683;
    border-color: #ff6683;
}


.header-bottom-nav a {
    text-shadow: 1px 1px 1px #333;
}
.header-bottom-nav a:hover {
    color: #b0cfff!important;
}

.col-no-padding{
	padding-bottom: 0!important;
}


.searchform input:not(.search-field) {
    border: none;
    height: 30px;
}

.form-flat button, .form-flat input {
    border-radius: 5px!important;
	border: 1px solid #ff9fd1!important;
    border-radius: 5px;
}

.site-hotline {
    font-size: 25px!important;
    color: #ff9fd1 !important;
}

.site-hotline i {
    color: #FFF;
    background: #ff9fd1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
	text-align: center;
}

.entry-meta #breadcrumbs {
    text-align: center;
}
.entry-header-text {
    padding-bottom: 0;
}
.entry-header-text .entry-meta {
    font-style: italic;
}

.related-post .duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

.related-post .is-divider{
	display: none;
}

.related-post .post-title{
	font-size: 13px;
	padding: 5px 0px;
}

.related-post .box-bounce .box-text {
    min-height: 98px;
}


/*************** Title Sidebar Right   ***************/
.post-sidebar .widget ul, #secondary .widget ul, #product-sidebar .widget ul, #shop-sidebar .widget ul{
    padding: 0 10px!important;
    font-size: 15px!important;
}
.post-sidebar, .page-right-sidebar .large-3 {
    padding: 0 15px!important;
}
.sidebar-wrapper .widget-title, #secondary .widget-title, #product-sidebar .widget-title, #shop-sidebar .widget-title{
    display: block;
    text-align: center;
    background-color: #ffb0d9;
    padding: 8px 5px;
    color: #333;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
}

.post-sidebar .widget , #secondary .widget, #product-sidebar .widget, #shop-sidebar .widget {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.post-sidebar .widget .is-divider, #secondary .widget .is-divider, #product-sidebar .widget .is-divider, #shop-sidebar .widget .is-divider{
    display: none;
}

.product .content-row .large-9 {
    border: none!important;
    padding: 0 10px 0 15px;
}

.srpw-ul li {
    margin-left: 0!important;
}

.price_slider_wrapper {
    padding: 5px 15px 0px 15px;
}

#product-sidebar {
   padding: 20px 0 0 10px;
}
/*************** End. Title Sidebar Right   ***************/



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
.tip-suport p {
    font-size: 12px;
}
.tip-suport img {
    width: 45px;
}
	
.page-right-sidebar .left {
    border: none;
    padding: 0 15px;
}
	

.pc-contact-bar {
display:none
}

.mobile-contact-bar {
left:10px;
bottom:10px;
position:fixed;
z-index:998;
margin-bottom:0;
display:block!important
}

.mobile-contact-bar li {
display:inline-block;
float:left;
margin-right:7px;
list-style:none
}

.mobile-contact-bar li.facebook {
margin-bottom:8px;
background:url(/media/2022/09/fb.png);
background-repeat:no-repeat
}

.mobile-contact-bar li a {
display:block;
width:44px;
height:44px
}

.mobile-contact-bar li.hotline {
background:url(/media/2022/09/call.gif);
background-repeat:no-repeat;
background-size:44px
}

}