/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 06:49:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.she-header img {
  
    transform: scale(0.8);
}
.aws-search-btn.aws-form-btn {
    background-color: #4fbebb !important;
    color: white !important;
	border-color:transparent !important;
}
div#secondary {
    border: none !important;
    margin-top: 100px;
}

div#primary {
    border: none !important;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    fill: white !important;
}

.aws-wrapper input {
    border-color: #4fbebb !important;
}

.main-runtext , .runtext-container {
    background-color: #4fbebb !important;
}

.runtext-container .holder a {
    color: white !important;
}

.text-container a:before {
    background-color: white !IMPORTANT;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button{
	width:100%;
}
.product_title {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;     /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.button.product_type_simple {
    margin: 0 !important;
}

.product_title a {
    font-weight: 600 !important;
}