/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/






#tabs-section .wd-tabs.tabs-design-aside {
    grid-template-columns: var(--wd-side-width, 800px) 1fr;
}


#tabs-section .wd-tabs .wd-tabs-title {
    text-transform: none;
}



 .title-u u {
     color: #4e4e4f !important;
 }








.custom-button {
  border: 3px ridge #149CEA;
  outline: none;
  background-color: transparent;
  color: white;
  transition: 1s;
  padding-right: 60px;
  padding-left: 60px;
  letter-spacing: 2px;
}

.custom-button:hover {
    color: #fff !important;
    border-color: #1972d5 !important;
}

.custom-button::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #0f0f10;
  transition: 0.5s;
  transform-origin: center;
}

.custom-button::before {
  content: "";
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #0f0f10;
  transition: 0.5s;
}

.custom-button:hover::before, .custom-button:hover::after {
  transform: scale(0)
}

.custom-button:hover {
  box-shadow: inset 0px 0px 25px #1972d5;
}













