.products .product .product_thumbnail.et-image-hover {
  border-radius: 20px !important;
  box-shadow: 0px 10px 20px 0px rgba(186,148,110,16%);
  border: 1px solid #FFFFFF;
}
.et-header-text.text-1 p {
	display: none !important;
}
.selectron23-container .selectron23-option[data-selected='1'], .selectron23-container .selectron23-option{
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
}

.footer-link{
  display: flex;
  align-items: center;
  
}
.footer-link p{
  margin-right: 30px;
  margin-bottom: 0 !important;
  font-size: 17px !important;
}
.footer-link p a{
  color: #454545 !important;
}
.footer-link p a:hover{
  color: #000 !important;
}

.follow-us h2{
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.footer-form h2{
  font-size: 20px;
  margin-top: 20px;
}

.footer-widgets .container .row{
  align-items: center !important;
}
.social-icn{
  display: flex;
  justify-content: flex-end;
}
.social-icn li{
  list-style: none;
  margin-right: 30px !important;
  margin-bottom: 0 !important;
}
.social-icn li a br{
  display: none !important;
}
.soc-icn{
  width: 36px !important;
}





@media screen and (max-width: 768px){
  
.footer-link p {
  font-size: 16px !important;
}
}
@media screen and (max-width: 500px){
  .woocs_auto_switcher_link .woocs_add_field{
     display: none !important;
   }
   
   .woocs_auto_switcher_link .woocs_base_text img, .woocs_auto_switcher .flag_auto_switcher{
     width: 30%;
   }
   
  .abt-us{
    text-align: center;
    margin-bottom: 40px;
  }
  
.footer-link2 {
  margin-bottom: 40px;
}
.footer-link {
  display: inline;
  text-align: center;
}
.footer-link p {
  margin-bottom: 15px !important;
}
#icn-box{
      margin-bottom: 34px !important;
}
.social-icn {
    justify-content: center;
}
.footer-widgets {
  padding-bottom: 0 !important;
}

}