/*
Theme Name: Aneytis
Theme URI: https://aneytis.com.ua/
Description: OceanWP WordPress theme example child theme.
Author: Stinger
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 3.0.7
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.page-header, .has-transparent-header .page-header {
	border-bottom: 1px solid #f1f1f1;
}
/*service price*/
.priceup {
    font-family: 'Open sans';
    font-size: 30px;
    font-weight: bold;
    color: #325f36;
    text-align: center;
    margin: 30px 0 2px 0;
    padding: 0 0 30px 0;
    /* border-bottom: 1px dashed rgba(50, 95, 54, 1); */
}
.priceup span {
    font-family: 'roboto';
    color: #fff;
    background-color: #f28f79;
    border-radius: 130px/80px;
    margin: 0 10px;
    padding: 2px 28px;
}
span.menu-text {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 5px;
}
.hfe-sub-menu-item img {
    width: 15%;
    height: 15%;
}
@media screen and (max-width: 767px) {
	.hfe-sub-menu-item img {
       width: 10%;
       height: 10%;
    }
	body .oceanwp-row .span_1_of_4 {
		width: 48%!important;
		min-height: 370px!important;
		vertical-align: bottom;
	}
	.woocommerce ul.products .product-inner {
		min-height: 250px;
	}
}
img.card-img {
    margin-right: 15px;
    margin-bottom: 20px;
}
/*additional services widget*/
.product-side {
    display: inline-block;
}
.product-side__item {
    display: flex;
    box-sizing: border-box;
    padding-top: 30px;
}
.product-side__image {
    flex-shrink: 0;
    fill: var(--color-text);
    position: relative;
    top: -20px;
}
.product-side__content {
    flex-grow: 1;
    margin-left: 10px;
}
.product-side__image svg {
    width: 40px;
    height: 40px;
}
.product-side__image {
    flex-shrink: 0;
    fill: var(--color-text);
    position: relative;
    top: -20px;
}
.product-side__title {
    color: var(--color-text);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
}
.product-side__text .wysiwyg {
    font-size: 13px;
    line-height: 1.5em;
    color: var(--color-secondary);
}
.product-side__text .wysiwyg ol, .product-side__text .wysiwyg ul {
    list-style: square;
    padding-left: 16px;
}
.wysiwyg ul li {
    margin-top: 1rem;
}
.wysiwyg p {
    margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
i.fa {
    display: none;
  }
}
#main #content-wrap {
    border-bottom: 1px solid #f1f1f1;
}
/* Курс Макияж */
@media only screen and (max-width: 1440px){
.details-info-list {
    padding-bottom: 52px;
}
}
@media only screen and (max-width: 1600px){
.details-info-list {
    padding-bottom: 100px;
}
}
.details-info-list {
    padding-bottom: 139px;
    color: #fff;
}
.details-info-list li.item {
    overflow: hidden;
    max-width: 70%;
    margin-bottom: 1px;
}
#footer-widgets .footer-box .widget-title {
	color: #ffffff!important;
}
#hfe-menu-cart__toggle_button bdi {
	color: #000!important;
}
.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
	background-color: #ffffff00!important;
}
span.tinvwl_add_to_wishlist-text {
    display: none;
}
.contact-info-widget li {
	margin: 0 0 10px!important;
}
/*карта товара*/
.woocommerce ul.products .product {
    overflow: hidden;
    /* padding-bottom: 20px; */
    border: 1px solid black;
    padding: 5px;
    margin: 2px;
    width: 24%;
    min-height: 320px;
    margin-bottom: 20px;
}
.etww-woo-slider ul.products li.product {
    margin-right: 2px!important;
}