#product_review_block_extra {
    background : inherit;
    font-size  : 12px;
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
    justify-content: space-evenly;
}

.ws_stars_wrapp {
    display: inline-flex;
    margin : 0 20px 0 0;
}

#product_review_block_extra .star_content {
    margin-right: 6px;
}

.review_count_extra {
    line-height: 1.6;
    font-size  : 15px;
}

#product_review_block_extra .comments_advices {
    display      : inline-flex;
    margin-bottom: 0px;
}

#product_review_block_extra .comments_advices li {
    margin-right: 14px;
    list-style: none;
}

#product_review_block_extra .comments_advices a,
.comments_advices .open-ws-review-form {
    border       : 1px solid #ccc;
    cursor       : pointer;
    display      : inline-block;
    font-size    : 13px;
    font-weight  : normal;
    line-height  : 1;
    margin-bottom: 0;

    padding        : 6px 12px;
    text-align     : center;
    vertical-align : middle;
    white-space    : nowrap;
    text-decoration: none !important;
    background     : #e9e9e8;
    color          : #000;
    width: auto;
}

#new_review_tab_btn {
    margin-left: 18px;
}

#product_review_block_extra .comments_advices a:hover,
.comments_advices .open-ws-review-form:hover {
    background: #b3cac4;
}

#product_review_block_extra .comments_advices i,
.comments_advices .open-ws-review-form i {
    padding-right: 17px;
    font-size    : 15px;
}

.hidden {
    display: none;
}

.visually-hidden {
    border           : 0;
    clip             : rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path        : inset(50%);
    height           : 1px;
    margin           : -1px;
    overflow         : hidden;
    padding          : 0;
    position         : absolute;
    width            : 1px;
    word-break       : normal;
}

/* WS_MODAL */

.ws_modal_open {
    overflow: hidden;
}

.ws_modal_review {
    position: fixed;
    top     : 0;
    right   : 0;
    bottom  : 0;
    left    : 0;
    opacity : 0;
}

.ws_modal_backdrop {
    background: #000;
    position  : fixed;
    top       : 0;
    right     : 0;
    bottom    : 0;
    left      : 0;
    z-index   : 1000;
    opacity   : 0;
}

.ws_modal_open .ws_modal_review {
    overflow-x: hidden;
    overflow-y: auto;
    opacity   : 1;
    z-index   : 999;
}

.ws_modal_open .ws_modal_backdrop {
    opacity: 0.5;
}

.ws_modal_dialog {
    position  : relative;
    color     : #000;
    background: #fff;
    max-width : 650px;
    width     : calc(100% - 40px);
    margin    : 56px auto;
    z-index   : 9999;
}

.ws_modal_close {
    position        : absolute;
    right           : -24px;
    top             : 0px;
    width           : 22px;
    height          : 22px;
    border          : none;
    background-color: transparent;
    cursor          : pointer;
    transition      : all 0.4s;
}

.ws_modal_close:before,
.ws_modal_close:after {
    content : "";
    position: absolute;
    top     : 10px;
    left    : 2px;
    width   : 19px;
    height  : 3px;

    background-color: #d0d0d0;
}

.ws_modal_close:before {
    transform: rotate(45deg);
}

.ws_modal_close:after {
    transform: rotate(-45deg);
}

.ws_modal_close:hover {
    transform       : rotate(90deg);
    background-color: transparent;
}

.ws_modal_content {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-around;
}

.ws_modal_product {
    width : 40%;
    padding   : 20px;
    text-align: right;
}

.ws_modal_product img {
    max-width: 100%;
}

.ws_modal_product_name {
    padding-top: 24px;
}

.ws-form__title {
    font-size: 14px;
}

.ws_modal_form_content {
    width: 60%;
    padding  : 20px 20px 0;
}

.ws_product_voucher>i {
    display       : inline-block;
    vertical-align: top;
}

.ws_product_voucher>p {
    display      : inline-block;
    max-width    : 84%;
    margin-bottom: 0;
    padding-left : 6px;
    color        : inherit;
}

.ws_product_voucher small {
    padding-left: 30px;
    color       : #878787;
}

.ws_modal_form_content .form-control-label {
    font-size    : 14px;
    padding-top  : 0.625rem;
    margin-bottom: 0.5rem;
}

.ws_modal_form_content .form-control {
    background: #fff;
}

.ws_modal_form_content .form-control:focus {
    outline     : 1px solid #000;
    border-color: #000;
}

.ws_modal_form_content textarea.form-control {
    height: 145px;
}

.ws_review_recommend {
    display: flex;
}

.ws_review_recommend>p {
    margin-bottom: 0px;
}

.yes-ws_review {
    padding-right: 18px;
}
.yes-ws_review, .no-ws_review {
    width: 100%;
    display: block;
}
.ws_modal_form_content input#file {
    padding : 0;
    border  : 0;
    overflow: hidden;
}

.ws_modal_form_content .btn {
    margin-left: -4px;
}

.ws_modal_form_content button.delete_attach_btn {
    margin-left: 6px;
    padding    : 2px 6px;
}

.ws_gdrp {
    width     : 100%;
    padding   : 20px;
    text-align: center;
    font-size : 14px;
}

.ws_modal_footer {
    text-align: right;
    padding   : 20px;
}

.ws_modal_buttons {
    margin-bottom: 0px;
}

#file-add-button {
    background: #e5e5e5;
}

#file-add-button:hover {
    background: #a3a3a3;
}

#submitWsReview {
    background : #000;
    box-shadow : none;
    transition : all 0.4s;
    font-weight: normal;
    color: #fff;
}

#submitWsReview:hover {
    background: #666;
}

.ws_modal_close_link {
    color: inherit;
}

body ::-webkit-scrollbar {
    width: 3px;
}

/* TAB COMMENTS ******************************************************************************** */
#product_reviews_block_tab {
    margin-left: auto;
    padding    : 0px;
    flex-grow  : 1;
    font-size  : 14px;
    max-width: 100%;
}

#product_reviews_block_tab .comment_wrapp {
    display: block;
}

#product_reviews_block_tab .comment {
    margin       : 20px 0;
    border-bottom: 1px solid #c4c4c4;
}

#product_reviews_block_tab .comment_author {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}

#product_reviews_block_tab .comment_details {
    flex-grow: 1;
    padding-top: 15px;
}


#product_reviews_block_tab .comment_grade_wrapp {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

#product_reviews_block_tab div.star_on {
    background-position: 0 -12px;
}

#product_reviews_block_tab .comment_author_infos em {
    color: #999;
}


#product_reviews_block_tab div.comment_details p {
    padding-bottom: 10px;
}

.comment_details_content {
    padding-right: 14px;
}

.recommended {
    display       : flex;
    padding-bottom: 8px;
    padding-bottom: 8px;
    align-items   : center;
}

#product_reviews_block_tab .helpful {
    list-style-type: none;
    margin         : 14px 0;
    display        : flex;
    align-items    : baseline;
}

.helpful li {
    min-width: 116px;
}

#product_reviews_block_tab a {
    font-weight: bold;
}

#product_reviews_block_tab a:hover {
    text-decoration: underline;
}

#product_reviews_block_tab button.usefulness_btn {
    cursor     : pointer;
    margin     : 0 0 0 5px;
    display    : inline-block;
    padding    : 0 2px;
    border     : none;
    color      : #000;
    font-weight: normal;
    text-shadow: none;
    background : none;
}

#product_reviews_block_tab span.report_btn {
    cursor     : pointer;
    margin-left: 22px;
    line-height: 2;
}

#product_reviews_block_tab span.report_btn:hover {
    text-decoration: underline;
}

#uniform-file {
    display: none;
}

.star_content {
    overflow: hidden;
}

#ws_img_carousel,
.comment_img_list {
    display              : grid;
    margin               : 14px 0;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap                  : 14px;
}

#ws_img_carousel img {
    cursor   : pointer;
    max-width: 100%;
}

.alert-success .form-group {
    display      : inline-block;
    margin-bottom: 0;
}

/* HOME WIDGET */
.review_on_home {
    display              : grid;
    grid-template-columns: 150px 1fr;
    gap                  : 14px;
}

.review_img_big,
.products-block-image {
    grid-row: span 2;
}

.review_on_home a {
    font-size: 14px;
}

.review_on_home .star_content {
    display: flex;
}

.review_on_home .star_content i {
    font-size: 22px;
}

.reviews-carousel-item .review_title {
    font-weight : bold;
    padding-left: 6px;
    font-size   : 16px;
}

.reviews-carousel-item blockquote {
    display: block;
}

.reviews-carousel-item .read-review-btn {
    text-decoration: underline;
    cursor         : pointer;
    font-size      : 16px;
}

ul.product_list.grid>li .product-container .hook-reviews .comments_note .star_content {
    padding   : 4px 6px 0;
    width     : 94px;
    float     : none;
    margin    : 0 auto;
    text-align: center;
}

.comments_note .star_lable {
    line-height: 2;
}

#reviews_section .material-icons,
.rating>span:hover:before,
.rating>span:hover~span:before {
    width: 20px;
}

#reviews_section .material-icons.no_custom_color {
    color: #999;
}

.ajax_block_product h5 {
    clear: both;
}

.ajax_block_product .star_label {
    margin-left: 2px;
    text-align : center;
}

.star_content .star {
    cursor: default;
    margin: 0 1px 0 0;
}

.star_content .review_filtre .star {
    cursor: pointer;
}

.star {
    position   : relative;
    top        : -1px;
    float      : left;
    width      : 14px;
    overflow   : hidden;
    cursor     : pointer;
    font-size  : 14px;
    font-weight: normal;
}

.star {
    display: block;
}

.star a {
    display    : block;
    position   : absolute;
    text-indent: -5000px;
}

span.star:after,
div.star:after {
    content    : "\f006";
    font-family: "FontAwesome";
    display    : inline-block;
}

span.star.star_on,
div.star.star_on {
    display: block;
}

span.star.star_on:after,
div.star.star_on:after {
    content    : "\f005";
    font-family: "FontAwesome";
    display    : inline-block;
}

span.star.star_hover:after,
div.star.star_hover:after {
    content    : "\f005";
    font-family: "FontAwesome";
    display    : inline-block;
}

div.star.icon-star-half:after {
    content : "\f089\00a0";
    position: absolute;
    top     : 0px;
    left    : 0px;
}

div.star.icon-star-half:before {
    content    : "\f006";
    font-family: "FontAwesome";
    font-size  : 14px;
}

.well {
    min-height        : 20px;
    padding           : 19px;
    margin-bottom     : 20px;
    background-color  : #f5f5f5;
    border            : 1px solid #e3e3e3;
    border-radius     : 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding      : 24px;
    border-radius: 6px;
}

.well-sm {
    padding      : 9px;
    border-radius: 3px;
}

ul.product_list .comments_note {
    width   : 100%;
    overflow: inherit;
}

.star_content .star {
    cursor: default;
    margin: 0 1px 0 0;
}

#reviews_section_wrap {
    display   : flex;
    background: #fff;
}

#reviews_section_wrap p {
    color: #333a40;
}

.star_label {
    margin-top : 4px;
    margin-left: 39px;
}

.score-chart-holder {
    text-align : left;
    padding    : 0 24px;
    flex-shrink: 1;
    flex-basis : 300px;
    min-width  : 300px;
}

.score-chart-holder h3 {
    padding      : 24px 0;
    margin-top   : 0;
    margin-bottom: 0;
}



.rating-holder {
    display         : inline-block;
    vertical-align  : middle;
    zoom            : 1;
    min-height      : 15px;
    max-height      : 22px;
    overflow        : hidden;
    position        : relative;
    background-color: transparent;
}

.rating-graph-container_17 ul {
    padding-left:0px;
}

.rating-graph-container {
    margin: 14px auto;
    width : 124px;
}

.rating-graph-container_17 li,
.rating-graph-container li {
    display: flex;
}

.rating-graph-container_17 .star_content,
.rating-graph-container .star_content {
    margin-right: 5px;
    min-width: 100px;
}

.rating-graph-note {
    line-height: 1.6;
    font-size  : 14px;
}

.rating-graph-container .rating-graph-note {
    line-height: 1.4;
    font-size  : 13px;
}

.btn.open-ws-review-form {
    background: #464d53;
    color     : #fff !important;
}

.btn.open-ws-review-form:hover {
    background: #000;
}

#score-chart-holder .btn.open-ws-review-form i {
    color        : inherit;
    font-size    : 15px;
    padding-right: 4px;
}

.helpful .button.button-small span {
    display: block;
    padding: 3px 8px 3px 8px;
    border : 1px solid #8b8a8a;
}

.helpful .button.button-small span:hover {
    background: #ddd;
}

.nav-review {
    border-bottom  : 1px solid #e3e3e3;
    margin-bottom  : 14px;
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.nav-review.nav_review--bottom {
    border-bottom: 0;
    justify-content: end;
}

#sortingOrder {
    border: none;
    padding: 5px;
}

.paging-container,
.sortby-container {
    display    : flex;
    align-items: center;
}

.nav-review a {
    display   : inline-block;
    padding   : 14px 0;
    height    : 20px;
    text-align: center;
    border    : 1px solid #e3e3e3;
    min-width : 46px;
    height    : 47px;
}

.nav-review a.paging-selected {
    background: #e3e3e3;
}

#reviewscarousel-column .widget_photo img {
    width: 100%;
}

.reviews_section_17 .label {
    display      : block;
    padding-right: 16px;
}

.respond {
    margin    : 14px 20px 14px 0;
    padding   : 14px 18px;
    background: #7bb3b557;
}

.review_filtre {
    display: block;
    width  : 100%;
    cursor : pointer;
    padding: 0 8px;
}

.review_filtre_current,
.rating-graph-container li:hover,
.rating-graph-container_17 li:hover {
    background: #e9e9e8;
}

.verified {
    line-height: 1.6;
    padding-top: 6px;
}

.verified_icon {
    display      : inline-block;
    border-radius: 10px;
    padding      : 0 2px 2px;
    line-height  : 1.2;
    margin-right : 4px;
}

#product_reviews_block_tab .comment .verified .verified_icon i {
    color    : #fff;
    font-size: 12px;
    width    : 11px;
}

.rating-graph-container_17,
.rating-graph-container {
    color    : #999;
    font-size: 14px;
    margin   : 14px 0;
    width    : 183px;
}

.idTabHrefShort.page-product-heading {
    font-size: 1.25rem;
    margin   : 30px 10px 25px;
}

#review_head {
    display        : flex;
    justify-content: space-between;
    border-bottom  : 2px solid;
}

#review_head>span {
    font-size: 28px;
}

#review_head .all_review {
    font-size      : 16px;
    color          : #000;
    text-decoration: none;
    font-weight    : normal;
    line-height    : 1.8;
}

#review_head .all_review:hover {
    color: #555454;
}

#criterions_review_list {
    margin-left: 0;
    padding-left: 0;
}

#criterions_review_list .criterion {
    display: flex;
    flex-wrap: wrap;
}

#criterions_review_list .criterion__wrapper {
    margin-left: 14px;
    line-height: 1;
    font-size: 30px;
    position: relative;
    min-width: 125px;
}

#criterions_review_list .criterion__wrapper:before {
    content: '★★★★★';
    display: block;
}

#criterions_review_list .criterion__items {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#criterions_review_list .criterion__item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

#criterions_review_list .criterion__label {
    flex: 0 0 20%;
    height: 100%;
    width: 100%;
    font-size: inherit;
    font-weight: normal;
    cursor: pointer;
    color: #000;
}

#criterions_review_list .criterion__label:before {
    content: '★';
    display: block;
    transition: color 0.3s ease 0s;
}

#criterions_review_list .criterion__label:hover,
#criterions_review_list .criterion__label:hover~.criterion__label,
#criterions_review_list .criterion__label:checked ~ .criterion__label:hover,
#criterions_review_list .criterion__label.clicked,
#criterions_review_list .criterion__label.clicked ~.criterion__label {
    color: #ffd222 !important;
}

#criterions_review_list .star_content .star {
    cursor: pointer;
}

#criterions_review_list div.radio {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.total_advice {
    line-height: 2;
}

#product_reviews_block_tab.review_in_tab {
    width : 100%;
    margin: 0;
}

.yes-ws_review label,
.yes_ws_recommend {
    color      : inherit;
    font-weight: bold;
    font-size  : 14px;
}

.no_ws_recommend,
.no-ws_review label {
    color      : inherit;
    font-weight: bold;
    font-size  : 14px;
}

.yes-ws_review i,
#ws_reviewList .yes_ws_recommend i,
#ws_reviewList .no_ws_recommend i,
.no-ws_review i {
    padding  : 0 4px;
    font-size: 14px;
    width    : 16px;

}
#ws_reviewList .yes_ws_recommend i {
    color: #437466;
}

#idTab15 {
    display  : flex;
    flex-flow: row;
}

@media all and (max-width: 639px) {
    #idTab15 {
        flex-direction: column;
    }
}

.reviews_section_17.review_tab #idTab15 {
    display: block;
}

.reviews_section_17.review_tab #product_reviews_block_tab div.comment div.comment_author,
.reviews_section_17.review_tab .comment_details {
    width: 100%;
}

.product_img_review {
    float: left;
    width: 120px;
}

#product_comments_block_tab .comment {
    margin-bottom : 24px;
    border-bottom : 1px solid #7a7a7a;
    padding-bottom: 14px;
}

.score-chart-holder .no-registered {
    margin     : 0px auto;
    font-weight: 100;
    font-size  : 14px;
    line-height: 1.4;
    max-width  : 300px;
}

#product_review_block_extra .open-ws-review-form.open-review-form-mobile {
    display: none;
}

.modal-footer #product_review_block_extra .comments_advices .open-ws-review-form.open-review-form-desctop {
    display: none;
}

.modal-footer #product_review_block_extra .comments_advices .open-ws-review-form.open-review-form-mobile {
    display: block;
}

#reviews_section .verified_icon .star.star_on:after {
    color      : #fff;
    padding-top: 2px;
}

#reviews_section .verified_icon .star {
    text-align: center;
}

.submitReviewAfter {
    padding: 18px;
}


#module-ws_productreviews-default #score-chart-holder {
    width     : 205px;
    margin    : 0 auto;
    text-align: center;
}

#module-ws_productreviews-default .score {
    margin     : 23px 0 14px;
    font-size  : 34px;
    font-family: inherit;
    font-weight: 700;
}

.category_footer_block {
    clear        : both;
    margin-bottom: 14px;
}

.cat_review_item {
    overflow      : hidden;
    margin-bottom : 8px;
    padding-bottom: 8px;
    border-bottom : 1px solid #7a7a7a;
}


.reviews_widget_footer {
    font-size     : 14px;
    text-transform: none;
}

#reviewscarousel_module {
    margin-bottom: 24px;
}

#reviewscarousel_module .page-heading {
    display        : flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#left-column #reviewscarousel_module .product-content {
    padding: 14px 0;
}

#left-column #reviewscarousel_module .reviews-owl-carousel .owl-item {
    border: none;
}

#left-column .reviews-carousel-item .read-review-btn {
    padding-left: 0px;
}

#reviews_section_click {
    overflow: hidden;
    clear   : both;
    margin-bottom: 24px;
}

@media (max-width: 414px) {
    #right_carusel_column .star_content .material-icons {
        font-size: 12px;
    }
}

.ws_p_criterions {
    clear    : both;
    width    : 100%;
    font-size: 12px;
    padding  : 14px 0px;
}

.ws_p_criterions .material-icons {
    font-size: 17px;
}

#reviews_section .ws_p_criterions .material-icons {
    width: 10px;
}

.comments_note {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: start;
}

.comments_note .star_label {
    margin-top: 0px;
}

.reviews_section {
    width   : 100%;
    overflow: hidden;
}

.ws_product_voucher {
    padding         : 15px;
    margin-bottom   : 15px;
    text-align: left;
    background-color: #ddf0de;
}

#new_review_form_error {
    border: 1px solid red;
}

#id_new_review_form label.required:before {
    content: "";
    display: none;
}

#id_new_review_form .form-group {
    text-align: left;
}

@media (max-width: 992px) {
    #product_reviews_block_tab .comment_wrapp {
        flex-wrap: wrap;
        padding  : 24px;
        flex-grow: 1;
    }
}

@media (max-width: 1024px) {
    #reviews_section_wrap {
        flex-wrap: wrap;
    }

    #product_reviews_block_tab,
    #score-chart-holder {
        flex-grow    : 1;
        margin       : 0;
        margin-bottom: 34px;
    }
}

@media (min-width: 768px) {
    .ws_modal_close {
        right: -34px;
    }

    .ws-form__title {
        font-size: 18px;
    }
}


/* GALERY */
.ws_customers_imgs--main {
    height: 230px;
}

.ws_customers_imgs {
    position: relative;
    width   : 95%;
    margin  : 14px auto;
}

.ws_carousel__track-container {
    position: relative;
    height  : 100%;
    overflow: hidden;
}

.ws_carousel__track {
    position  : relative;
    height    : 100%;
    transition: transform 250ms ease-in;
}

.ws_carousel--simple{
    display: flex;
}

.ws_carousel__slide {
    cursor    : pointer;
    width     : 150px;
    height    : 100%;
    transition: all 0.3s ease-out;
    object-fit: cover;
}

.ws_slider .ws_carousel__slide_wrapper {
    position  : absolute;
    top       : 0;
    left      : 0;
}

.ws_carousel__slide_wrapper {
    width: 150px;
    overflow: hidden;
}

.ws_carousel__slide:hover {
    transform: scale(1.2);
}

.ws_carousel__button {
    position  : absolute;
    top       : 45%;
    background: transparent;
    border    : 0;
    cursor    : pointer;
    z-index   : 999;
}

.ws_carousel__button:focus {
    outline: 0;
}

.ws_carousel__button--left {
    left: -28px;
}

.ws_carousel__button--right {
    right: -28px;
}

.overlay {
    position: fixed;
    top     : 0;
    left    : 0;
    z-index : 99;

    -webkit-box-sizing: border-box;
    box-sizing        : border-box;

    width      : 100%;
    height     : 100%;
    padding-top: 60px;
    overflow   : auto;

    background-color: rgba(0, 0, 0, 0.8);
}

.cancel {
    display: block;
    margin : 0;
    padding: 0;

    width : 42px;
    height: 42px;

    font-size: 0;

    background-color   : rgba(255, 255, 255, 0.2);
    background-image   : url("../img/icon-cross.svg");
    background-position: center;
    background-repeat  : no-repeat;

    border       : 0;
    border-radius: 2px;

    opacity: 0.6;
}

.cancel:hover,
.cancel:focus {
    background-color: rgba(255, 255, 255, 0.4);
    opacity         : 1;
}

.cancel:active {
    -webkit-transform: translateY(1px);
    -ms-transform    : translateY(1px);
    transform        : translateY(1px);
}

.big-picture__preview {
    position: absolute;
    left    : 50%;
    top: 50%;
    max-width : 600px;
    height: 90%;
    width: 85%;
    display: flex;
    transform: translate(-50%, -50%);
}

.big-picture__img {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}

.grabbing {
    cursor: grabbing;
}

.big-picture__img img {
    display: block;
}

.big-picture__cancel {
    position: absolute;
    top     : 0;
    left    : 100%;
    margin-left: 10px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.big-picture__arrow {
    position: absolute;
    top     : 45%;
    left    : -30px;
    cursor: pointer;
    padding: 8px;
    background: rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    opacity: 0.6;
}

.big-picture__arrow--right {
    left  : auto;
    right : -30px;
    rotate: 180deg;
}

.big-picture__arrow:hover{
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.big-picture__arrow:focus {
    outline: none;
}

/* MODULE UPLOAD PHOTO */
#ws_file {
    display: none;
}

.add_photo_btn {
    transition: all 0.4s;
}

.add_photo_btn:hover {
    background-color: #707b85;
    color           : #fff;
}

.upload_photo_btn {
    margin-right: 24px;
}

.preview {
    display  : flex;
    flex-wrap: wrap;
    padding  : .5rem;
}

.preview-image {
    position     : relative;
    margin-bottom: .5rem;
    margin-right : .5rem;
    overflow     : hidden;
}

.preview-image.removing {
    transform : scale(0);
    transition: transform .3s;
}

.preview-image img {
    display   : block;
    max-width : 180px;
    max-height: 200px;
}

.preview-image:hover .preview-remove {
    opacity: 1;
}

.preview-image:hover .preview-info {
    bottom: 0px;
}

.preview-remove {
    opacity        : 0;
    width          : 20px;
    height         : 20px;
    position       : absolute;
    right          : 0;
    top            : 0;
    font-weight    : bold;
    background     : rgba(255, 255, 255, .5);
    display        : flex;
    align-items    : center;
    justify-content: center;
    cursor         : pointer;
    transition     : opacity .22s;
}

.preview-info {
    position       : absolute;
    right          : 0;
    bottom         : -30px;
    left           : 0;
    height         : 24px;
    font-size      : .8rem;
    background     : rgba(255, 255, 255, .5);
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 0 5px;
    transition     : bottom .22s;
}

.preview-info-complete {
    height    : 30px;
    margin    : 0 auto;
    width     : 30px;
    background: url("../img/complete.svg") center no-repeat;
}
