
.woocommerce-product-details__short-description p {
    color: #666666;
}

.woocommerce-Tabs-panel h2 {
	color: #012646;
	font-size: 16px;
    line-height: 1.33333;
    letter-spacing: 0.16667rem;
}
.woocommerce ul.products li.product{
	text-align:left;
}


.woocommerce ul.products li.product a img {
	width:200px;
}

.woocommerce ul.products li.product a img:hover {
  opacity: 0.3;
   background-color: rgba(255, 255, 255, 0.75);
}

span.woocommerce-Price-amount.amount {
    color: #666;
    font-size: 15px;
}
.woocommerce ul.products li.product, .woocommerce-page 
ul.products li.product {
    display: flex;
    justify-content: flex-end;
	
}
.woocommerce ul.products li.product, .woocommerce-page 
ul.products li.product {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: flex;
    flex-wrap: wrap;

}

.woocommerce-loop-product__title {
    color: #222;
    font-size: 15px !important;
	position:relative;
	word-break: break-all;
}

.woocommerce-loop-product__title span{
	position:relative;
}

.woocommerce-loop-product__title span::after {
  content: "";
  position: absolute;
  background-color: #222;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 50%;
  transition: width cubic-bezier(.215, .61, .355, 1) .2s,
              left cubic-bezier(.215, .61, .355, 1) .2s;
}

.woocommerce-loop-product__title span:hover::after {
  width:100%;
  left: 0;
}

.m-site-search__form__icon input {
	display:none;
}

li.product {
	background-color:inherit !important;
	border:0 !important;
}
.woocommerce ul.products li.product:after{
	display:none;
}
form.woocommerce-product-search.search-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
}


.woocommerce select, .woocommerce form .form-row select {
    padding-right: 0;
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    padding-top: 4px ;
    padding-bottom: 4px ;
}

.csf-sidebar {
    width: 250px;
    background: #f7f7f7;
    padding: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
}
aside.csf-sidebar h3 {
    padding-top: 15px;
}

.woocommerce .search-field {
	width:170px;
	margin-right:20px;
}

.csf-shop-layout {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: flex-start;
}




.wpcf7-form .wpcf7-form-control {
	display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    border-radius: 0;
    -webkit-transition: border-color 
	cubic-bezier(.215, .61, .355, 1) .3s;
    -o-transition: border-color cubic-bezier(.215,.61,.355,1) .3s;
    transition: border-color 
	cubic-bezier(.215, .61, .355, 1) .3s;
	
}


select.wpcf7-select {
    background-size: 10px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    background-position: 90% 56%;
    background-repeat: no-repeat;
    padding: 10px 10px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.297 12 8'%3E%3Cpath d='M1.406,0L6,4.594L10.594,0L12,1.406l-6,6l-6-6L1.406,0z'/%3E%3C/svg%3E");
}



.wpcf7-form .wpcf7-form-control:focus-visible {
	outline: 1px solid #6BB8C3;
}

.wpcf7-form-control::placeholder {
  color: #222;       
  opacity:0.3;  
}

.wpcf7-form-control.wpcf7-submit {
    width: auto;/*it was 120px before was affecting at fr/analyse-daroma/ at this page*/
	color:#fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0; 
	background-color:inherit;
	padding: 6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs  {
	padding:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 20px 20px;
	color: #000;
}
.woocommerce ul.products li.product .button {
	text-align:center;
	line-height:20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	 background: #fff;
    color: #6bb8c3;
    z-index: 2;
     border-bottom: 2px solid #6bb8c3;
    text-decoration: underline;
	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
	background: #fff;
    color: #6bb8c3;
    z-index: 2;
    border-bottom: 2px solid #6bb8c3; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    color: #6bb8c3;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
    /* padding: 0px; */
    padding-left:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #6bb8c3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: none;
	bottom:none;
	content:inherit;
}

.entry-summary span.woocommerce-Price-amount{
	 color: #6bb8c3;
	 font-size:30px;
}

.woocommerce div.product form.cart .button {
	background:#6BB8C3 ;
	font-size:12px;
}
.woocommerce div.product form.cart .button:hover {
	background:#012646  ;
	font-size:12px;
}
.woocommerce-message a.button.wc-forward:hover {
    background: #012646;
}

.quantity-div {
    display: flex;
	margin-bottom:30px;
	
}
.quantity{
	display: flex;
}
.quantity {
    margin: 0 0 0 10px !important;
}


button.plus {
	padding: 5px;
}

button.minus {
	padding: 5px;
}

.woocommerce-message {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
}

input.wpcf7-form-control.wpcf7-text.titlefield {
    display: none;
}

input#datefd {
    display: none;
}

.elementor-element-populated p a{
	color:#666666;
}
 .elementor-element.elementor-element-52449ac > 
 .elementor-element-populated{
	padding: 0 !important;
}

.woocommerce-cart-form .button {
    background: #6BB8C3 !important;
	opacity: 1 !important;
	padding: 11px 35px !important; 
}
.shop_table .button{
	color:#ffffff !important;
}
.shop_table .button:hover{
	background:#012646 !important;
	color:#ffffff !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	width:100%;
}
.checkout-button:hover {
	background:#012646 !important;
}
a.shipping-calculator-button {
	 color: #6BB8C3 !important;
	 text-decoration:none;
}

.lost_password a {
    color:#666666;
}
.lost_password a:hover {
    color:#666666;
}

.woocommerce a.remove {
	font-size: 1.66667rem;
    font-weight: 300;
    color: #222222 !important;
}
.woocommerce-cart-form .product-name a {
	 color: #222222 !important;
	 text-decoration:none;
}
.woocommerce-cart-form .product-price {
	 color: #222222 !important;
}
.shop_table.shop_table_responsive 
.woocommerce-Price-amount {
	font-size: 30px;
    color: #6BB8C3;
	font-weight:400;
}

.woocommerce-cart-form table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width:80px;
}
.woocommerce a.remove:hover {
    color: #6BB8C3 !important;
    background: #ffffff;
}
.cart-collaterals .shop_table td {
	text-align:right;
}
.wc-proceed-to-checkout {
	float: right;
    font-size: 12px;
}
.woocommerce-error {
	background-color: #f7d9d9  !important;
    color: #222222!important;
    border: 2px solid #f5c6cb;
    border-radius: 0!important;
  
}
.woocommerce-error .woocommerce-Price-amount {
	color:#721c24 !important;
	font-weight:600;
}
.woocommerce-info::before{
	color:#6BB8C3 !important;
}
.woocommerce-info a {
	color:#6BB8C3 !important;
}
.woocommerce-info a.button  {
	color:#ffffff !important;
}
.woocommerce-privacy-policy-text a {
	color:#6BB8C3 !important;
}
.woocommerce-checkout-payment 
.button {
	background:#6BB8C3 !important;
}
.woocommerce-checkout-payment 
.button:hover {
	background:#012646 !important;
	color:#ffffff !important;
}

@media screen and (max-width:991px) { 
	.csf-shop-layout {
		display:block;
	}
	.csf-sidebar {
		width:100%;
	}
	
	.csf-products {
		width:100%;
	}
	.woocommerce .search-field {
		width:90%;
		margin-right:20px;
	}
	

	.woocommerce ul.products li.product .button {
		width: 100%;
		line-height: 20px;
	}
	.woocommerce-cart-form .button {
		line-height: 20px !important;
		position:relative;
		top:10px!important;
		width:100%;
		padding: 10px !important;
	}
}