/*Header icon*/
header .d-none img
{
max-width:28px;    
max-height:28px;
}

header .social_block i, header .phone_block i, .top-comparison i, .top-favorites i
{
   font-size:28px !important; 
}

/*Body*/

.btn-popular, .btn-sale 
{
   width:auto !important; 
}


/*Footer->Subscribe*/
.subscribe .form-subscribe-text
{
    font-size:1rem;
    color:#42B9DE;
    padding-bottom:10px;
    
}

.subscribe .btn-success
{
    background-color: #88D364;
    color:#FFFFFF;
    font-weight: 700;
    font-size:12px;
    font-family: Montserrat;
    border-radius: 5px;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.subscribe input[type="text"]
{
   border-radius: 5px; 
   width:100%;    
    
}
.subscribe input[type="text"] placeholder
{
   color:#42B9DE;
   opacity:0.5;
   padding:10px 0px 0px 0px;
      
    
}

.form-subscribe ul.flex > li
{
    width:auto;
}
.form-subscribe ul.flex > li:first-child
{
    width:60%;   
}

.padding-lr {
	padding: 20px;
} 


.form-subscribe ul.flex > li:nth-child(2)
{
    margin-left:10px;
}
.footerws
{
    margin-right:0px;
}

.order-1 .mb-4
{
  font-size:0.7rem;  
}
/*Service*/
.servic-img img{
    border-radius: 16px;
}
.service_link
{
    text-decoration: none;
}
a.service_link:hover
{
    text-decoration: underline;
}



/*Cotent*/
.img-fluid
{
    border-radius:16px;
}

/*Card product*/
.my-card-table td
{
/*   font-weight:500; */
 
}
.my-card-table tr td:first-child
{
       font-weight:400;
    color:#000000;   
}

/*Cart*/
.btn-danger
{
   /*background-color:#ffc107; */
   background-color:unset;
   background-color:#7bce53;
   border: 0px;
}

.btn-danger:hover {
    box-shadow: none;
    transition: all .3s;
     background-color:unset;
    background-color: #7BCE53;
    color:#000;
}
h1.title
{
    all: unset;   
}

h1.title a
{
     color:#000;
    font-size:1rem;
    text-decoration:none;
    font-weight: 500 ;
}
h1.title a:hover
{
    text-decoration: underline;
}
/*Search*/
.ui-widget.ui-widget-content
{
    z-index:999;
    margin-top:40px;
}


/* ServiceStyle*/


.allcls
{
  all:unset;   
}

.ma
{
    margin:auto;
}

.d-inline
{
    display:inline-block !important;
}


.fl-end
{
  display: flex;
  justify-content: flex-end;
  height: 100%;

}
.alert-warning
{
background: #FFF;
    border: #fff;
        color: #000;
}
.modal{
	    z-index: 99999999 !important;
}