/*
 Theme Name: Magazia Moraritei
 Theme URI: magaziamoraritei.ro
 Author: Webis
 Template: hello-elementor
 Version: 1.0.0
*/

::selection {
  color: #C99E69;
  background: #4C3C30;
}

.link a {
  position: relative;
  overflow: hidden;
  align-self: center;
}

.link a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  bottom: -4px;
  background: black;
  transition: 0.4s ease;
}

.link a:hover:after {
  width: 0%;
  right: 0;
  background: #4C3C30;
}

.stars span a{
	color: #F7C800;
}
.cat-card {
    transition: .3s ease;
    cursor: pointer;
	border-radius: 48px;
}

.cat-img {
    transition: .3s ease;
}

.cat-button {
    transition: .3s ease;
	color: #4C3C30!important;
}

.cat-card:hover {
    transform: translateY(-5px);
	border-radius:24px;
    box-shadow: 0 0px 13.6px rgba(0, 0, 0, 0.03);
}

.cat-card:hover .cat-img {
    transform: scale(1.1) rotate(1deg);
}

.cat-card:hover .cat-button {
    background: #4C3C30 !important;
    color: #fff !important;
}

#elementor-popup-modal-410 .e-focus,
#elementor-popup-modal-410 .e-focus:focus,
#elementor-popup-modal-410 .e-focus:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}