/* Custom CSS Giao dien Website Best Wines
 => 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
*/
/** == Menu top == **/
header .desktop-header {
    background-image: none;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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;
}

.menu-parent-box .header-menu .parent-1 a:hover,
.menu-parent-box .header-menu .parent-2 a:hover,
.menu-parent-box .header-menu .parent-3 a:hover {
    background: none!important;
    color: #fff;
    transition: all .5s ease;
}

.menu-parent-box .header-menu .parent-1,
.menu-parent-box .header-menu .parent-2,
.menu-parent-box .header-menu .parent-3 {
    display:inline-block;
    background-color: none!important;
}
.header-menu .parent-1 a, .header-menu .parent-2 a, .header-menu .parent-3 a {
  display: block;
  padding: 0 10px;
  color: #fff!important;
  font-size: 16px;
  line-height: 68px;
  text-decoration: none;
  background-color: #b61c10!important;
  white-space: nowrap;
  border-top: .2px solid var(--color-primary);
  z-index: 9999;
  overflow: hidden;
}

.stuck-menu-parent-box .mainMenuTop .dropdown-catalog-menu a{
	color: #fff!important;
}

.stuck-nav .stuck-menu-parent-box .header-menu > ul > li.selected > a,
.stuck-nav .stuck-menu-parent-box .header-menu > ul > li.active > a {
  color:  fff!important;
}

.icon__home{
	display: none!important;
}

.main-parent-cart{
	display: none!important;
}
.stuck-nav{
	background-color: #b61c10!important; 
}
.stuck-cart-parent-box{
	display: none!important;
}

.header-menu > ul > li > a {
  color: #fff!important;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 16px;
  display: inline-block;
  padding: 23px 21px 22px 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: transparent;
  position: relative;
}
header .mobile-header .top-line .menu-mobile{
	margin-top: 10px;
}

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

@media (max-width: 767px) {
/** XS Creen **/
  
  .stuck-nav{
    background-color: #fff!important; 
  }
  .stuck-nav .stuck-menu-parent-box{
  	margin-top: 7px;
  }
    .container, .container-fluid {
        margin-top: 0px;
    }
}
.tp-caption1-wd-3{
    display: normal!important;
}

#product-menu{
    display: normal!important;
}

.catalog-menu{
     background: "none";
}

.rotator > li > div {
    background: #fff!important;
  }
  
  .slide_hieuqua .feature-body .feature-body-des .info-author a,
  .slide_hieuqua .feature-body .feature-body-des .content-body a{
      color: var(--color-primary)!important;
  }
  
  .slide_hieuqua .feature-body .feature-body-des .content-body p {
    margin: 0px;
    line-height: 25px;
    color: var(--color-primary)!important;
    float: left;
    text-align: center;
  }


/*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: #1f93c8;
	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: 258px;
    width: 50px;
    float: right;
    display: inline-block;
}
/*end Nhãn liên hệ*/
