/* 20240904185401 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #5d1974;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #5d1974;
  box-shadow: 0 0 2px #5d1974;
}

.gui-select.gui-focus .gui-handle {
  border-color: #5d1974;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
.nav-style li a {
  font-weight: 400;
  transition: color .3s ease;
  position: relative;
  font-size: 14px;
}
.page-title {
    font-size: 35px;
  }

#brandCustomFilter {
  max-height: 192px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  input, textarea {
  border-radius: 3px !important;
  margin-top: 0px !important;
}
  .has-search-bar .nav-style.main-nav {
  padding-top: 80px;
}
  .menu-bottom-layout .nav-style.main-nav > ul > li {
    border-color: transparent;
  }
  .main-nav-wrapper {
  border-bottom: none !important;
}
}
body .site-header-main-wrapper input[type="text"] {
  border-color: #4E214E;
  border-radius: 3px 0px 0px 3px;
}
.content p {
  margin-bottom: 15px;
}
.text-page h3{
color:#3b3b3b;
}
.blog-sidebar {
  display: none;
}
.nav-style.main-nav li > ul a {
  padding: 0;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.button {
  border-radius: 3px !important;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
}
.faq-topic p {
  margin-bottom: 10px;
  font-size: 15px;
}

.faq-topic-item .faq-topic-item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cart-block {
  background: #F4EBF4;
  margin-bottom: 20px;
  border-radius: 3px;
  color: #4E214E;
}
.search-header form .button {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px 3px 3px 0px;
}
.product-text-block {
  border-radius: 3px;
}
#addtocart {
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  border-radius: 4px;
  background-color: black;
}
.button-disabled {
  font-weight: 400;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid black;
  color: black;
  background-color: transparent;
}
.button-disabled:hover {
  background-color: #e3e3e3;
}

#addtocart:hover {
  background-color: #4E214E;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.price-update {
  font-weight: 500;
}
.filter-title {
  font-weight: 500 !important;
}
.nav-style li a:hover {
  color:#E0A4E0 !important
}
.product-content.single-product-content > h1 {
  font-size: 30px;
}
.collection-top-wrapper {
  border-top: none;
  padding-top: 10px;
  margin-top: 20px;
}
.main-nav-wrapper {
  border-bottom: 1px solid #4E214E7D;
  border-top: 1px solid #4E214E7D !important;
}

@media(min-width:600px){
  .main-nav-wrapper {
  border-bottom: 1px solid #4E214E7D !important;
  }
}

footer {
  font-size: 14px !important;
}


.white-button-custom{
cursor:pointer; 
padding:10px 25px; 
border-radius:5px; 
background-color:white; 
color:#3b3b3b; 
text-decoration:none; 
margin-top:15px; 
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05); 
}

.white-button-custom:hover{
background-color:#e3e3e3;
}

.primary-button-custom{
cursor:pointer; 
padding:10px 25px; 
border-radius:3px; 
background-color:#4E214E; 
color:white; 
text-decoration:none; 
margin-top:15px; 
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05); 
}

.primary-button-custom:hover{
background-color:#3E193E;
}
.footer-menu li a {
  font-weight: 400;
}
.featured-categories .categories a img {
  max-width: 100%;
  display: block;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.featured-categories .categories a h3 {
  font-size: 16px;
  text-align: center;
  color: #3b3b3b;
}

 .featured-categories.catalog-list .categories a .category-content {
    padding: 20px 0px;
  }


@media only screen and (min-width: 850px) {
  .contact-faq-content {
  margin-top: 100px;
}
  .footer-menu {
    margin-right: 150px;
  }
  
   .footer-content {
    margin-right: 100px;
  }
}
@media (min-width: 1200px){
.hero .hero-content h2 {
    font-size: 45px !important;
  }
}
.text-page h1 {
    font-size: 30px;
    font-weight: 500;
  }

.about-us-image-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}
@media (min-width: 600px) and (max-width:1200px){
  .hero .hero-content.hero-content-left {
    max-width: 273px;
    top: 50%;
  }
  

   .hero-content > a > h2 {
    font-size: 30px !important;
  }
  
    .hero-content > a > p {
    font-size: 14px !important;
  }
}
.text-page h3 {
  color: #3b3b3b;
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
}
 .about-us-bra-spa {
  width: 80%;
}
@media(max-width:600px){
  .price-per-unit .product-element {
  margin-bottom: 0;
}
  .contact-faq-content {
  margin-top: 100px;
}
  .product-content.single-product-content > h1 {
  font-size: 25px;
    line-height: 35px;
}
  .about-us-image-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 25px;
  flex-direction: column;
}
  .text-page h3 {
  color: #3b3b3b;
  line-height: 40px;
  font-weight: 400;
}
  .about-us-bra-spa {
  width: 100%;
}
.hero .hero-image {
  padding-bottom: 125% !important;
}
  
  .hero-content {
  position: absolute;
  top: 10px;
}
}

.outline-button-custom{
  cursor:pointer;
font-size:14px;
  font-weight:400;
  border:1px solid #4E214E;
  background-color:transparent;
  border-radius:3px;
  color:#4E214E;
}

.outline-button-custom:hover{
 color:white !important;
  background-color:#4E214E;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.outline-button-custom > a:hover{
  color:white !important;
}

.product-title{
font-size:16px;
}

.featured-categories {
  margin-bottom: 40px !important;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 35px;
}

.product-element .product-title {
    max-height: 500px;
    font-size: 16px;
    line-height: 25px;
  }

.product-label {
  background-color: #4E214E;
  font-weight: 400;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  font-size: 16px;
  padding: 5px 20px;
}

.featured-categories.catalog-list .categories a {
  padding: 0px;
  border: 0;
  margin-bottom: 0px;
}

.site-header-main-wrapper > .secondary-nav > ul > .item {
  display: none;
}

.gui-form .gui-field > label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  color: #3b3b3b;
}

input, textarea {
  border-radius: 3px !important;
  margin-top: 10px;
}
