/* 20240701163030 - 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: #0a8de9;
}

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

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.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 */
@media only screen and (min-width: 1000px) {
.list-collection li {
    position: relative;
    z-index: 2;
    width: 23%;
    margin: 62px 0.5% 32px;
  margin-bottom: 5px !important;
}
  .list-collection li{
      border: 5px solid #b0946d;
}
}

.product-container ul li h3 a span{
font-size: 15px; 
font-weight: 400;

}

.product-container ul li h3{
  padding-left: 10%;
padding-right: 10%;
}

.module-aside .list-collection li {
    width: 49%;
}
@media only screen and (max-width: 800px) {

#root .list-collection a{
  
 font-size: 15px; 
}
}

#nav > ul > li > ul img {
    display: block;
    position: relative;
    top: 0px;
    float: left;
    min-width: 18px !important;
    margin: 0 8px 0 0;
    height: 100px !important;
    width: auto;
}

#footer > nav:nth-child(1) > div:nth-child(4){
 display:	none; 
}

#footer > nav:nth-child(1) > div:nth-child(3){
 display:	none; 
}

.subcat-image{
 display: none; 
}

.mobile-nav-image{
 display: none; 
}

/** START CUSTOM PRODUCT FORM **/
 body.ct-open-form .ct-modal-backdrop, body.ct-open-form .ct-modal-container {
        display: block;
    }

    .ct-modal-backdrop {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .ct-modal {
        display: none;
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .ct-modal-container {
      display: none;
        position: absolute;
        z-index: 1002;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        max-width: 450px;
        transform: translate(-50%, -50%);
        background: white;
        padding: 15px;
        border-radius: 4px;
    }

    .ct-modal-content {
        background: white;
    }

    .ct-form-error-message {
        background: red;
    }

    .ct-form-success-message p {
      font-size: 1.1em;
      font-weight: bold;
    }

    .ct-hidden {
        display: none;
    }

    .ct-form-error-message {
        display: none;
    }

    .ct-invalid-row .ct-form-error-message {
        display: block;
    }
  
   .ct-modal-close {
     position: absolute;
     top: 15px;
     right: 15px; 
  	}
  
  	.ct-modal-close button {
      color: #000;
      font-weight: bold;
      background: #f5ebe8;
      width: 35px;
      height: 35px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  	}
  
  	.ct-modal-close-button button {
      color: #000;
      font-weight: bold;
      background: #f5ebe8;
      display: flex;
      align-items: center;
      justify-content: center;
  	}


  	.ct-modal-content form input {
    width: 100%;
    border: 1px solid rgba(150,150,150,0.22);
    background: none;
    z-index: 1;
    padding: 5px 12px;
    color: inherit;
    height: 40px;
    border-radius: 2px;
    border-color: var(--body-text-color-020);
  }

/** END CUSTOM PRODUCT FORM **/
