.action_item {
    position: relative;
    margin-bottom: 20px;
}
.action_item_desc {
    position: absolute;
    bottom: 0;
    background: #ffffffb3;
    padding: 20px;
    text-align: center;
    line-height: 1.2;
	left: 0;
    width: 100%;
}
.action_item a {
    color: inherit;
    display: block;
    line-height: 1px;
    position: relative;
}
.action_item_desc_t {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
}
.action_item a:hover .action_item_desc {
    background: #ffcf00;
}
.action_wrapper.action_insta {
    margin-top: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.action_item .col_title {
    margin-top: 0;
    margin-bottom: 20px;
}
.action_top_desc {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.action_bottom_desc {
    font-size: 16px;
    line-height: 1.2;
	margin-bottom: 10px;
}
.action_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.action_buttons a {
    line-height: 1;
    width: 48%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}
a.action_insta_other {
    color: #fff;
    background: #000;
}
a.action_insta_link {
    background: url(insta_bg.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.action_insta_link svg {
    margin-top: -2px;
    margin-left: 10px;
}
.action_buttons {
    margin-top: 40px;
}
a.action_insta_other:hover {
    color: #000;
    background: #ffcf00;
}
.action_share {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: auto;
    padding-top: 20px;
    font-size: 16px;
}
.action_item.content_item {
    display: flex;
    flex-direction: column;
}
.share_title {
    margin-right: 10px;
}
.action_map {
    margin-top: 40px;
}
a.action_search_link {
    background: #ffcf00;
    color: #000;
}
.star_item.active svg path{
    stroke: #ffcf00;
    fill: #ffcf00;
}
.star_item {
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
}
button.submit_review {
    width: 177px;
    margin-top: 10px;
    padding: 8px 10px;
    text-transform: uppercase;
    background: #ff0000;
    color: #fff;
    cursor: pointer;
}
button.submit_review.disabled_review {
    cursor: no-drop;
    background: #999;
}
.rait_services a {
    display: inline-block;
    margin: 10px 20px;
    height: 90px;
    width: 200px;
}
.page_wrapper.page_shop_review button.submit_review.disabled_review {
    max-width: 300px;
    min-width: 300px;
}
.rait_services a img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.reviews_wrapper {
    align-items: center;
}
.rait_services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
.rait_services a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.rait_more {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px;
    min-width: 100%;
    text-align: center;
}
.page_wrapper.page_shop_review .review_form {
    display: block;
}
.editor .reviews_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor .reviews_wrapper .review_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_wrapper.page_shop_review {
    min-height: 50vh;
}
@media screen and (max-width:1100px){
.action_buttons {
    flex-flow: wrap;
}
.action_buttons a {
    width: 100%;
    margin-bottom: 10px;
}
}
@media screen and (max-width:768px){
.action_item.item_img {
    text-align: center;
    margin-bottom: 20px;
}
.reviews_wrapper.row > div {
    text-align: center;
    justify-content: center;
}
.rait_services a {
    margin-top: 10px;
}
}
@media screen and (max-width:480px){
.action_share {
    flex-direction: column;
}
}
