.body_logged_out .header {
    display: none;
}

.service {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
    width: 300px;
    background-color: #ffffff;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-bottom: 1px;
    display: inline-block;
    vertical-align: middle;
}

.service_visual:hover, .service_title:hover  {
    background-color: #f9f9f9;
}

.service .service_visual {
    width: 100%;
    height: 140px;
    display: block;
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.service .service_title {
	font-size: 16px;
	padding: 10px 10px;
	min-height: 40px;
    cursor: pointer;
}

.service .service_title a {
	color: #666;
}

.service .service_title a:hover {
	text-decoration: none;
}

.service .service_visual:hover a, .service .service_title:hover a {
    color: #33B2E9;
}

.service .service_info {
	display: table;
	border-spacing: 10px;
	width: 100%;
	border-top: 1px solid #ebebeb;
}

.service .service_info_avatar {
	display: table-cell;
	width: 30px;
	vertical-align: middle;
}

.service .service_info_avatar img {
	display: block;
	vertical-align: middle;
}

.service .service_info_name {
	display: table-cell;
	vertical-align: middle;
}

.service .service_info_price {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	text-align: right;
	padding-right: 0px;
	font-weight: bold;
	color: #33bab0;
}

.info_price_container {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50px;
}

.info_favo_container {
    display: none;
}

.service .service_info_rating {
	display: table-cell;
	vertical-align: middle;
	display: none;
	transition: opacity 1s ease-out;
    opacity: 0; 
}

.service:hover .service_info_name, .service:hover .info_price_container {
    display: none;
}

.service:hover .service_info_rating{
    display: table-cell;
    -webkit-animation: slideRatingIn 0.5s;
    animation: slideRatingIn 0.5s;
    opacity: 1;
}

.service:hover .info_favo_container {
    display: block;
    -webkit-animation: slideRatingIn 0.5s;
    animation: slideRatingIn 0.5s;
    opacity: 1;
}

@-webkit-keyframes slideRatingIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes slideRatingIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.service .service_info_rating img {
	width: 16px;
	height: 16px;
	vertical-align: sub;
	display: inline-block;
}

.service .service_info_rating .rating_count {
	color: #c5c8ca;
	padding-left: 2px;
	vertical-align: middle;
}

.info_name_container {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 153px;
}

.info_favo_container .btn {
    padding: 4px 6px;
}

.filter_services {
    padding: 10px 10px 10px 20px;
    background-color: #8A9FA5;
    color: #ffffff;
    margin-bottom: 15px;
    max-width: 763px;
}

.filter_services select {
    width: 150px;
}

.content_search {
    max-width: 750px;
}

select#language {
    float: right;
}

.filter_services svg.svg_filter {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

.filter_services svg.svg_filter path {
    fill: #ffffff;
}

svg path.head_services {
    fill:#33B2E9;
}

.app_box_services a {
    color:#33B2E9;
}

.app_box_services svg path,
.app_box_services svg circle {
    fill:#33B2E9 !important;
}

.service_info_name svg.svg_verified {
    width: 15px;
    height: 15px;
    vertical-align: sub;
}


.order_delivery {
    vertical-align: middle;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0px 15px 8px;
}

.order_delivery svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    color: #424851;
    margin-right: 5px;
}

.order_delivery svg path, .order_delivery svg rect {
    fill: #424851;
}

.service_user {
        margin-top: 15px;
        display: table;
        width: 100%;
        border-spacing: 0px;
    }

    .service_user_avatar {
        display: table-cell;
        width: 60px;
        vertical-align: middle;
    }

    .service_info_name {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }

    .service_info_name a {
    }

    .service_info_name i {
        color: #cccccc;
    }

.order_quantity {
    line-height: 30px;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0px 10px 5px;
}

.order_quantity select{
    float: right;
    margin-top: 5px;
    font-size: 30px;
}

.order_extra_container {
    display: block;
    background-color: #f7f7f7;
    padding: 5px 5px 5px 5px;
}

.order_extra {
    display: table;
    width: 100%;
    border-spacing: 5px;
    }

    .order_extra_check {
        display: table-cell;
        width: 20px;
        vertical-align: middle;
    }

    .order_extra_text {
        display: table-cell;
        vertical-align: middle;
    }

    .order_extra_quantity {
        display: table-cell;
        width: 100px;
        vertical-align: middle;
        text-align: right;
    }

    .order_extra_quantity select {
    }




.order_service_container {
    margin: 0px -5px;
}

.order_service {
    display: table;
    width: 100%;
    vertical-align: middle;
    border-spacing: 5px;
}

.order_now, .order_cart {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    background-color: #33bab0;
    padding: 10px 0px;
    text-align: left;
    cursor: pointer;
    line-height: 30px;
    padding-left: 15px;
}

.order_now {
    font-size: 18px;
}

.order_now:hover, .order_cart:hover {
    background-color: #6DCAC3;
}

.order_cart {
    width: 60px;
}

.order_cart svg {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 15px;
}

.order_cart svg path, .order_cart svg circle {
    fill: #ffffff;
}

.service_detail {
    padding: 0px 0px;
    display: table;
    border-spacing: 25px;
    width: 100%;
}

.service_detail_left, .service_detail_right {
    display: table-cell;
    vertical-align: top;
}

.service_detail_right {
    border-left:1px solid #E8E8E8;
    width: 250px;
    padding-left: 25px;
}

.service_detail .main_visual {
    width: 100%;
    height: 300px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.small_visuals_container {
    margin: 0px -4px;
    display: block;
}

.service_detail .small_visuals {
    width: 100%;
    height: 100px;
    display: table;
    cursor: pointer;
    table-layout: fixed;
    border-spacing: 4px;
}

.service_detail .small_visuals .small_visual {
    display: table-cell;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    padding-left: 5px;
}

.service_description {
    padding-top: 15px;
}

.service_description a.btn_svg_favorites {
    float: right;
    font-size: 18px;
    margin-top: -5px;
}

.edit_settings {
    margin-top: 0px;
}

#cart_template {
    display: none;
}

.product_added {
    vertical-align: middle;
    font-size: 24px;
    color: #33bab0;
    background-color: #E9EAED;
    margin: -29px -25px -25px -25px;
    padding: 25px 25px;
}

.product_added svg {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 5px;
}

.popup_content h1 {
    vertical-align: middle;
}

.popup_content h1 svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.popup_content h1 svg path, .popup_content h1 svg circle {
    fill: #ffffff;
}

.popup_content .product_added svg path {
    fill: #33bab0;
}

.product_added a.green {
    float: right;
}

.popup_cart_container {
    margin-top: 25px;
}

.cart_loader {
    text-align: center;
    padding: 25px 0px;
}

.popup_cart {
    display: none;
}

.popup_cart {
    padding-top: 14px;
}

.cart_product, .cart_product_option {
    display: table;
    width: 100%;
    border-spacing: 0px;
    border-bottom: 1px #e9eaed solid ;
}

.cart_product_option {
    background-color: #f7f7f7;
    border-bottom: 1px #cccccc solid ;
}

.cart_image, .cart_details , .cart_options , .cart_price, .cart_amount {
    display: table-cell;
    vertical-align: middle;
}

.cart_image {
    width: 100px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
}

.cart_options {
    width: 20px;
    text-align: right;
}

.cart_options svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.cart_price {
    width: 70px;
    text-align: right;
}

.cart_details {
    padding: 15px 0px 15px 15px;
}

.cart_details a {
    font-size: 16px;
}

.cart_details p {
    margin: 7px 0px 0px 0px;
}

.cart_amount {
    padding: 10px 0px 10px 10px;
    width: 50px;
}

.cart_price {
    padding-right: 10px;
}

.cart_total {
    display: table;
    width: 100%;
}

.cart_total_text, .cart_total_price {
    display: table-cell;
    text-align: right;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
}

.cart_total_price {
    text-align: right;
    padding-right: 10px;
    width: 70px;
}

.breadcrumbs {
    margin-top: 15px;
}

@media (max-width: 767px) {

	.service {
		width: 100%;
	}

    .filter_services select {
        width: 100%;
        margin-bottom: 15px;
    }

}


@media (min-width: 550px) {

	.service {
		width: 240px;
	}

	.list_pager ul {
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width: 758px) {

	.service {
		width: 240px;
	}

}

@media (min-width: 1024px) {

	.service {
		width: 255px;
	}

    .list_pager ul {
        margin-left: 0px;
    }

    .content_search {
        max-width: 670px;
    }

    .body_logged_out .content_search {
        max-width: 100%;
    }

}

@media (min-width: 1350px){
	
	.content_left {
	    width: 300px;
	}

}
