/* Custom CSS Giao dien Website My Shop
 => Tai trinh duyet, bam F12 -> Copy class va CSS -> dan vao trinh soan thao đe code lai giao dien
 => Trinh soan thao chi cho phep code CSS. Cac thuộc tinh PHP, Javascript... se khong đuoc thuc thi
*/

/*Background Menu Header */

header .desktop-header {
    background-image: url("");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .desktop-header .top-line .top-line-menu{
    background-color: #fff; 
    width: 100%; 
    height: 75px; 
    padding: 0 60px;
}

header .desktop-header .top-line{
    background-color: var(--color-primary);
}

header .desktop-header .header-menu .home-icon a,
header .stuck-nav .header-menu .home-icon a{
  padding: 10px;
  background: none!important;
  height: 55px; border: none; 
  font-size: 35px; 
  color: var(--color-primary)!important;
  line-height: 45px;
}

#product-menu{
    /* display: none!important; */
}
.dropdown-catalog-menu{
    /* display: none!important; */
}

header .mobile-header .top-line .menu-mobile{
	margin-top: 10px;
}

header .mobile-header .mobile-parent-cart {
  margin-right: 5px;
  margin-top: -22px;
}

footer{
    background: #ffffff;
    color: #888888;
    margin: 0px;
    padding: 0px ;
}
footer .footer-top-area {
    position: relative;
    overflow: hidden;
    /* background-image: url("/files/thammy/belles_spa/background/bg_khang.jpg") repeat; */
    background-size: cover;
    background-position: center;
    border-top: 1px solid #e8e8e8;
    background-color: var(--color-primary);
    padding-top: 30px;
}
footer .footer-top-area .footer_content .cols .info-body {
    background-color: var(--color-title);
    padding: 35px;
}
footer .footer-top-area .footer_content .cols .info-body h4, 
footer .footer-top-area .footer_content .cols .info-body p a
{
    color: #fff!important;
}

footer .copyrightText{
    text-align: center;
    background-color: var(--color-title);
    color: #fff;
    margin: 0px;
    padding: 12px;
}
.border-text {
    text-shadow: 2px 0 0 
    #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
 }

/*Nhãn liên hệ*/
.icon-phone:before {
    content: "\f095";
    padding: 0;
    color: #df2e1b;
    font-size: 40px;
    height: 35px;
    line-height: 35px;
    padding: 4px;
    text-align: center;
    width: 35px;
    margin-right: 6px;
    padding-top: 9px;
}
.call-now {
    z-index: 9999;
	left: 0;
	bottom: 25px;
	height: 50px;
	min-width: 200px;
	position: fixed;
	background-color: var(--color-primary)!important;
	border-radius: 0 25px 25px 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
}

.call-now p {
    margin: 5px 0 0 0px;
    padding-top: 0px;
    line-height: 20px;
}

.btn-contact-phone{
    color: #fff!important;
}
.btn-contact-email{
    color: #fff!important;
}

.call-now-2 {
    z-index: 9999;
	bottom: 25px;
	position: fixed;
    left: 270px!important;
    width: 50px;
    float: right;
    display: inline-block;
}
/*end Nhãn liên hệ*/