/* Add custom CSS styles below */ 

/*Start Header Styling*/
.circle-action {
    border: 1px solid #e8b176!important;
    border-radius: 5px!important;
    color: #e8b176!important
}

.store-notify {
background-color: #2d2749 !important;
    color: rgb(255, 255, 255);
}
/*End Header Styling*/
@media (min-width: 992px){
.col-md-4 { 
    width: 50% !important;
}
.section:nth-child(-n+5) .col-md-4{
width: 33.33333333% !important;
}
}
@media (min-width: 992px){
footer .col-md-4 { 
   width: 33.33333333333333% !important;
}
}
.footer-main {
    padding: 1rem 0;
    border-top: 2px solid #e8a431;
    background-color: #1e3b64;
}
.footer-title {
    color: white!important;
    text-align: center!important;
    background-color: #e8b176!important;
    padding: 5px!important;
    border-radius: 5px!important;
}
.salla-theme_4 footer ul.footer-links {
    text-align: center!important;
}
.footer-item p,.footer-links li a {
  color:#e8b176 !important;
}
.store-contact a,.store-contact a:hover {
    color: #e8b176!important;
}
.social__item a {
    color: rgb(232 177 118) !important;
    border: 1px solid rgb(232 177 118)!important;
}
/* Stop hover zoom (Tailwind group-hover scale) */
.group:hover .group-hover\:scale-110,
.group:hover .group-hover\:scale-105,
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: none !important;
  transition: none !important;
}
.group:hover img {
  transform: translateY(0px);
  filter: drop-shadow(0 3px 3px rgba(0,0,0,0.25));
}