.communication-box {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
}

.communication-box {
    position: fixed;
    right: 0;
    top: -webkit-calc(50% - 256px);
    top: calc(50% - 256px);
    z-index: 590;
    width: 49px;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: width 1s ease 0s;
    -o-transition: width 1s ease 0s;
    transition: width 1s ease 0s;
    line-height: 1.4em;
    font-size: 16px;
}

.communication-box.open:not(.hover) {
    width: 430px;
}

.communication-box .communication-box-inner {
    display: inline-block;
    width: 430px;
    height: auto;
    position: relative;
}

.communication-box h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.333rem;
    line-height: 1.333em;
}

.communication-box h3 small,
.communication-box h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

.communication-box h3 small,
.communication-box h3 .small {
    font-size: 65%;
}

.communication-box .communication-content-box {
    vertical-align: top;
    display: inline-block;
    float: left;
    border: 1px solid #dbdcde;
    width: 380px;
    height: 640px !important;
    padding-left: 30px;
    padding-right: 10px;
    background-color: #FFF;
    pointer-events: auto;
}

.communication-box .communication-content-box form {
    margin: 0;
    padding: 1px 0 0 0;
    border: none;
}

.communication-box .communication-content-box input,
.communication-box .communication-content-box textarea {
    font-size: 0.9rem !important;
}

.communication-box .communication-content-box p.formtitle {
    display: none;
}

.communication-box .communication-content-box .close-row {
    display: block;
    height: 40px;
    padding-top: 14px;
    padding-right: 4px;
    margin-bottom: 14px;
}

.communication-box .communication-content-box .close-row .communication-box-icon-cross {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    fill: #000;
}

.communication-box .communication-content-box .title-row {
    display: block;
    padding-top: 0px;
    padding-bottom: 5px;
}

.communication-box .communication-content-box .textarea-box-container {
    margin-top: 20px;
}

.communication-box .communication-content-box .date-picker-container {
    display: none;
}

.communication-box .communication-content-box .communication-channel-container,
.communication-box .communication-content-box .communication-call-container,
.communication-box .communication-content-box .communication-mail-container {
    height: 0;
    overflow: auto;
    margin-right: 15px;
    -webkit-transition: height 250ms;
    -o-transition: height 250ms;
    transition: height 250ms;
}

.communication-box .communication-content-box .communication-channel-container.open,
.communication-box .communication-content-box .communication-call-container.open,
.communication-box .communication-content-box .communication-mail-container.open {
    height: 492px;
    -webkit-transition: height 250ms;
    -o-transition: height 250ms;
    transition: height 250ms;
}

.communication-box .communication-content-box .communication-channel-container.open {
    overflow: hidden;
}

.communication-box .communication-content-box .communication-call-container .btn-default,
.communication-box .communication-content-box .communication-mail-container .btn-default {
    margin-top: 10px;
}

.communication-box .communication-content-box .communication-call-container .medium,
.communication-box .communication-content-box .communication-mail-container .medium {
    font-weight: 600;
}

.communication-box .communication-content-box .communication-call-container .error-message,
.communication-box .communication-content-box .communication-mail-container .error-message {
    font-size: 13px;
    font-size: .867rem;
    line-height: 1.5em;
}

.communication-box .communication-content-box .communication-call-container .alert,
.communication-box .communication-content-box .communication-mail-container .alert {
    font-size: 13px;
    font-size: .867rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 5px;
}

.communication-box .communication-content-box .communication-channel-row {
    display: inline-block;
    padding-top: 30px;
}

.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell {
    float: left;
    padding-right: 18px;
    vertical-align: middle;
}

.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default {
    height: 52px;
    width: 132px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ff6600;
    color: #fff;
    line-height: 24px;
}

.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default .ui-icon--message,
.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default .ui-icon--phone,
.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default .ui-icon--mail {
    float: left;
    vertical-align: middle;
    width: 22px;
    height: 18px;
    margin-right: 5px;
    fill: #ffffff;
    margin-top: 2px;
}

.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default .ui-icon--mail {
    height: 24px;
    margin-top: 0px;
}

.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default .ui-icon--message {
    height: 20px;
    margin-top: 1px;
}

.communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default .button-text {
    text-transform: uppercase;
}

.communication-box .communication-content-box .communication-channel-row .communication-channel-data-cell {
    display: block;
    font-size: .867rem;
    line-height: 1.4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.communication-box .communication-content-box .picture-row {
    display: block;
    padding-top: 50px;
}

.communication-box .communication-content-box .picture-row .image {
    width: 320px;
    height: 220px;
}

@media only screen and (max-width: 767px) {
    .communication-box .communication-content-box .picture-row {
        display: none;
    }
}

.communication-box .communication-content-box .footer-row {
    text-transform: uppercase;
    display: block;
    padding-top: 20px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .communication-box .communication-content-box .footer-row {
        display: none;
    }
}

.communication-box .communication-content-box .footer-row .link-text {
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
}

.communication-box .communication-content-box .footer-row .footer-first-cell {
    display: inline-block;
}

.communication-box .communication-content-box .footer-row .footer-first-cell .ui-icon--location-pin {
    vertical-align: middle;
    width: 10px;
    height: 15px;
    margin-right: 5px;
    fill: #ff6600;
}

.communication-box .communication-content-box .footer-row .footer-second-cell {
    display: inline-block;
    padding-left: 25px;
}

.communication-box .footer-row .footer-first-cell .ui-icon--team,
.communication-box .footer-row .footer-second-cell .ui-icon--faq {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #333333;
}

.communication-box .communication-bar {
    vertical-align: top;
    display: inline-block;
    float: left;
    border: 1px solid #dbdcde;
    background-color: #ff6600;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: width 1s ease 0s, height 1s ease 0s;
    -o-transition: width 1s ease 0s, height 1s ease 0s;
    transition: width 1s ease 0s, height 1s ease 0s;
}

.communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell {
    display: block;
    border-bottom: 1px solid #FFF;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
}

.communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon {
    width: 27px;
    margin-top: 5px;
    margin-bottom: 5px;
    fill: #FFF;
    vertical-align: middle;
    pointer-events: none;
}

.communication-box .communication-bar .communication-bar-contact-person-bar {
    display: block;
}

.communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
}

.communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell .contact-person-image {
    display: block;
    margin: auto;
    width: 40px;
    height: 36px;
    border-radius: 30px;
}

.communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon.ui-icon--phone,
.communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon.ui-icon--mail {
    height: 40px;
    margin-top: 4px !important;
}

@media only screen and (max-width: 767px) {
    .communication-box {
        position: fixed;
        right: auto !important;
        top: auto !important;
        bottom: 0;
        left: -webkit-calc(50% - 190px);
        left: calc(50% - 190px);
        width: 380px;
        height: 49px;
        -webkit-transition: height 1s ease 0s, bottom 250ms;
        -o-transition: height 1s ease 0s, bottom 250ms;
        transition: height 1s ease 0s, bottom 250ms;
    }

    .communication-box.open {
        height: 560px;
    }

    .communication-box.moved {
        bottom: 100px;
    }

    .communication-box .communication-bar-way-row .communication-bar-way-cell {
        height: 50px;
    }

    .communication-box .communication-bar-way-row .communication-bar-way-cell .ui-icon {
        margin-top: 12px;
    }

    .communication-box .communication-box-inner {
        width: 380px;
    }

    .communication-box .communication-content-box {
        display: block;
        overflow: hidden;
    }

    .communication-box .communication-content-box .communication-channel-container.open,
    .communication-box .communication-content-box .communication-call-container.open,
    .communication-box .communication-content-box .communication-mail-container.open {
        height: 420px;
    }

    .communication-box .communication-content-box .communication-channel-row .communication-channel-button-cell .btn-default .button-text {
        text-align: center;
    }

    .communication-box .communication-bar {
        display: block;
        float: inherit;
        width: 266px;
        height: 51px;
        margin: auto;
        border-bottom: 0;
    }

    .communication-box .communication-bar .communication-bar-way-row {
        display: inline-block;
        float: left;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell {
        display: inline-block;
        vertical-align: top;
        float: left;
        border-bottom: 0;
        border-right: 1px solid #FFF;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon {
        margin-top: 12px;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar {
        display: inline-block;
        float: left;
        height: 100%;
        padding: 0px !important;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell {
        display: inline-block;
        height: 100%;
        float: left;
        margin-bottom: 0;
        padding-top: 5px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 0px;
        border-right: 1px solid #fff;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell:last-child {
        border-right: none;
    }
}

@media only screen and (min-width: 768px) {
    .communication-box {
        width: 29px;
    }

    .communication-box.open {
        width: 430px !important;
    }

    .communication-box.open .communication-bar {
        width: 50px;
        border-right: 0;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell {
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #fff;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell:last-child {
        border: none;
        margin-bottom: 0;
    }

    .communication-box.open .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell .contact-person-image {
        width: 40px;
        height: 36px;
    }

    .communication-box.open .communication-bar .communication-bar-way-row .communication-bar-way-cell {
        padding-left: 1px;
        padding-right: 1px;
        height: 50px;
    }

    .communication-box.open .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon {
        margin: 12px auto;
        width: 27px;
    }

    .communication-box .communication-bar {
        width: 30px;
        border-right: 0;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell .contact-person-image {
        width: 100%;
        padding: 0 2px;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell {
        padding-left: 1px;
        padding-right: 1px;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon {
        width: 60%;
        margin: 1px auto;
        height: 20px;
    }

    .communication-box.hover:not(.open) {
        width: 49px;
    }

    .communication-box.hover:not(.open) .communication-bar {
        width: 50px;
        border-right: 0;
    }

    .communication-box.hover:not(.open) .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell .contact-person-image {
        width: 40px;
        height: 36px;
    }

    .communication-box.hover:not(.open) .communication-bar .communication-bar-way-row .communication-bar-way-cell {
        padding-left: 1px;
        padding-right: 1px;
        height: 50px;
    }

    .communication-box.hover:not(.open) .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon {
        margin: 12px auto;
        width: 27px;
    }
}

@media only screen and (min-width: 1024px) {
    .communication-box {
        width: 33px;
    }

    .communication-box .communication-bar {
        width: 34px;
        border-right: 0;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell .contact-person-image {
        width: 26px;
        height: 22px;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell {
        padding-left: 1px;
        padding-right: 1px;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon {
        width: 60%;
        margin: 1px auto;
    }
}

@media (min-width: 1470px) {
    .communication-box {
        width: 49px;
    }

    .communication-box.open {
        width: 430px;
    }

    .communication-box .communication-bar {
        width: 50px;
        border-right: 0;
    }

    .communication-box .communication-bar .communication-bar-contact-person-bar .communication-bar-contact-person-cell .contact-person-image {
        width: 40px;
        height: 36px;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell {
        padding-left: 1px;
        padding-right: 1px;
        height: 50px;
    }

    .communication-box .communication-bar .communication-bar-way-row .communication-bar-way-cell .ui-icon {
        margin: 12px auto;
        width: 27px;
    }
}

.communication-bar-big {
    width: 50px;
    border-right: 0;
}

.communication-bar-big .communication-bar-contact-person-bar {
    padding-top: 8px;
    padding-bottom: 8px;
}

.communication-bar-big .communication-bar-contact-person-bar .communication-bar-contact-person-cell {
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.communication-bar-big .communication-bar-contact-person-bar .communication-bar-contact-person-cell .contact-person-image {
    width: 40px;
    height: 36px;
}

.communication-bar-big .communication-bar-way-row .communication-bar-way-cell {
    padding-left: 1px;
    padding-right: 1px;
    height: 50px;
}

.communication-bar-big .communication-bar-way-row .communication-bar-way-cell .ui-icon {
    margin: 12px auto;
    width: 27px;
}

.widget_product_search h4 {
    margin-bottom: 20px;
}

.popularity-search {
    display: inline-block;
}

.popularity-search h4 {
    margin-top: 32px;
    margin-bottom: 20px;
}

.popularity-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popularity-search ul > li {
    list-style: none;
    display: inline-block;
    float: left;
}

.popularity-search ul > li > a {
    font-size: 14px;
    color: #333;
    opacity: 0.9;
}

.popularity-search ul > li:not(:last-child):after {
    content: ", ";
    padding-right: 4px;
}