.MyFollow .fas.fa-heart{
    color: red !important;
}
.gray-btn {
  border: medium none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
  border-radius: 4px;
  background: #ddd;
  color: #737373; }
  .gray-btn:hover {
    background: #e76667;
    color: #fff; }

.MyFollow .fas.fa-heart {
    color: red !important;
}

[data-bk-link]{
  cursor: pointer;
}

.custom-onepage-header .custom-onepage-item{
    display: flex;
    flex: 0 0 90%;
    max-width: 90%;
    flex-direction: row-reverse;
    margin-left: 10%;
    padding: 5px 0;
    align-items: center;
}
.custom-onepage-header .top-icon{
    padding: 0;
}

.third_login_text {
   height: 60px;
   line-height: 60px;
   text-align: center;
}
.third_login_text .line {
   display: inline-block;
   width: 20%;
   border-top: 1px solid #ccc ;
}
.third_login_text .txt {
   color: #000;
   font-weight: bold;
   vertical-align: middle;
}

.third_login .third_login_btn{
	width: 50%;
	margin: auto;
	text-align: center;
}

.third_login .fb-login{
    margin: auto;
    text-align: center;
}

.third_login .fb-login img{
	width: 73%;
}

.third_login .google-login img{
	width: 100%;
}

.inside-content{
    min-height: calc(100vh - 243.2px);
}

.img-wrap .img-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact_map iframe{
    width: 100%;
    height: 350px;
}

.section_product_items .img-wrap .img-item::before{
    background: rgba(0, 0, 0, 0);
}
.ck-area{

}

.ck-area img{
    width: 100% !important;
}
.ck-area iframe{
    width: 100% !important;
    height: 350px !important;
}
.s5-slogan p{
    font-size: 33px;
    border: 5px solid #bbb5b7;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.fix-r-btn{
    position: fixed;
    right: 20px;
    bottom: calc(50% + 50px);
    width: 60px;
    height: 60px;
    background-image: url(../images/tel.png);
    background-size: contain;
    transition: .4s;
    background-repeat: no-repeat;
}
.fix-r-btn svg{
    background: rgb(0 132 255)
}

.fix-r-btn3{
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 141px;
}

.header .top-icon .top-icon-list .top-icon-link .search-body{
    top: 77px;
    left: 0;
    z-index: 9999;
}
    
.header .top-icon .top-icon-list .top-icon-link #search-input{
    left: -255px;
}
.header #search-icon{
    z-index: 1;
}

@media only screen and (min-width: 991px){
  .header .custom-onepage-header .logo img{
    width: 40%;
  }
}

@media only screen and (max-width: 768px){
    .btn-item .btn-fav:hover i{
       color: #777;
    }

}