@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    height: 100%;
    background-color: #404040;
}

html.with-popup {
    overflow-y: hidden;
    pointer-events: none;
}

body {
    margin: 0;
}

p,
form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: normal;
}

input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

address {
    font-style: normal;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: middle;
}

.circle {
    border-radius: 100%;
}

*:focus {
    outline: none !important;
}

a {
    outline: 0;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

.inline {
    display: inline !important;
}

.list-inline>li {
    display: inline-block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix.clearfix--equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.clearfix--relative {
    position: relative;
}

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

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

.responsive {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.slick-slide:focus,
.slick-slide a,
button:focus,
button a {
    outline: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mobile-only {
    display: none;
}

div.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1366px;
}

div.wrapper.wrapper--full-width {
    max-width: none;
}

div.wrapper.wrapper--no-header {
    padding: 250px 0 120px 0;
}

div.wrapper.wrapper--about-us {
    padding: 250px 0 0 0;
}

div.wrapper-narrow {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1116px;
}

div.wrapper-narrow--alternate {
    max-width: 1176px;
}

div.wrapper.wrapper--return {
    max-width: none;
    background-color: #ffffff;
    text-align: center;
    padding: 45px 0 50px 0;
}

div.wrapper.wrapper--return a {
    display: inline-block;
    background-color: #F3F3F3;
    border: 1px solid #E8E8E8;
    color: #1C1C1C;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 50px 19px 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    transition: 300ms ease;
}

div.wrapper.wrapper--return a i.fa {
    margin-right: 20px;
}

div.wrapper.wrapper--return a:hover {
    background-color: #ffffff;
}

.flex-centered {
    display: flex;
}

.flex-centered * {
    margin: auto;
}

div.clearfix.clearfix--gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.col--gap-10 {
    padding-left: 5px;
    padding-right: 5px;
}

div.clearfix.clearfix--gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.col--gap-20 {
    padding-left: 10px;
    padding-right: 10px;
}

div.clearfix.clearfix--gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.col--gap-30 {
    padding-left: 15px;
    padding-right: 15px;
}

div.clearfix.clearfix--gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.col--gap-40 {
    padding-left: 20px;
    padding-right: 20px;
}

div.clearfix.clearfix--gap-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.col--gap-50 {
    padding-left: 25px;
    padding-right: 25px;
}

div.clearfix.clearfix--gap-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.col--gap-60 {
    padding-left: 30px;
    padding-right: 30px;
}

section {
    padding: 70px 0 70px 0;
}

section.section--no-top-padding {
    padding: 0 0 70px 0;
}

section.section--no-padding {
    padding: 0;
}

section.section--first-of-page {
    padding-top: 5px;
}

section.section--last-of-page {
    padding-bottom: 120px;
}

section.section--with-filters {
    padding-top: 40px;
}

section.section--image-separator {
    position: relative;
    min-height: 65vh;
}

.before-section-title {
    display: block;
    color: #D89D0F;
    font-size: 14px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.section-title {
    font-size: 20px;
    color: #1C1C1C;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.section-title--normal-text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.section-title.section-title--regular {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.section-title.section-title--with-hr::after {
    content: "";
    height: 1px;
    margin: 20px 4px 0 4px;
    position: relative;
    background-color: #909090;
    display: block;
    width: calc(100% - 8px);
}

.section-title.section-title--with-filters {
    position: relative;
    top: 6px;
}

.section-title.section-title--breadcrumb {
    margin-bottom: 8px;
}

.section-title.section-title--normal-case {
    text-transform: none;
}

.section-title.section-title--medium {
    font-size: 24px;
}

.section-title.section-title--large {
    font-size: 36px;
    letter-spacing: 1px;
    color: #1C1C1C;
    margin-bottom: 35px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.section-title.section-title--large-margin {
    margin: 30px 0 30px 0;
}

.section-title.section-title--normal-text.section-title.section-title--large-margin {
    margin: 34px 0 34px 0;
}

ul.breadcrumb {
    padding: 0 0 15px 0;
}

ul.breadcrumb li {
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

ul.breadcrumb li a {
    color: #1C1C1C;
}

ul.breadcrumb li:not(:last-child)::after {
    content: "/";
    padding: 0 4px;
    display: inline;
}

ul.breadcrumb.breadcrumb--no-padding {
    padding: 0;
}

ul.breadcrumb.breadcrumb--text-white {
    color: #ffffff;
    text-shadow: 0px 0px 19px rgba(28, 28, 28, 0.7);
}

ul.breadcrumb.breadcrumb--text-white li a {
    color: #ffffff;
}

/*.section-text p,
.section-text ul,
.section-text a {
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}*/

.section-text,
.section-text a {
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/*.section-text p,*/
.section-text .section-text__group {
    margin: 0 0 24px 0;
}

/*.section-text p:last-of-type,*/
.section-text .section-text__group:last-of-type {
    margin: 0;
}

.section-text .section-text__group {
    line-height: 20px;
}

.section-text .strong {
    font-weight: 700;
}

.section-text .medium {
    font-weight: 500;
}

/*.section-text .section-text__group p {
    margin: 0;
}*/

.section-text .section-text__group span {
    display: block;
}

.section-text .section-text__group a,
.section-text .section-text__group .section-text__group-email {
    color: #D89D0F;
}

.section-text .section-text__group .section-text__group-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.section-text .section-text__group .section-text__group-role {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.section-text .section-text__group .section-text__group-pre-email {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.section-text .section-text__group .section-text__group-pre-email .section-text__group-email {
    display: inline-block;
}

.section-text .section-text__group .section-text__group-email {
    font-size: 14px;
}

.section-text .section-text__group .section-text__group-phone,
.section-text .section-text__group .section-text__group-fax {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.section-text .section-text__group .section-text__group-address,
.section-text .section-text__group .section-text__group-address p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.section-text.section-text--no-p-margins p {
    margin: 0;
}

.section-text.section-text--default-line-height p,
.section-text.section-text--default-line-height ul,
.section-text.section-text--default-line-height a {
    line-height: normal;
}

.hr-01 {
    border: 0;
    border-bottom: 1px solid rgba(28, 28, 28, 0.5);
    margin: 0 0 24px 0;
}

time {
    font-size: 10px;
    letter-spacing: 1px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

ul.link-icons li {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

ul.link-icons li:last-of-type {
    padding: 0;
}

ul.link-icons a {
    color: #1C1C1C;
}

ul.link-icons a i.fa {
    display: inline-block;
    position: relative;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    background-color: #1C1C1C;
    transition: 300ms ease;
}

ul.link-icons a:hover i.fa {
    background-color: #D89D0F;
}

.button-mobile {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.popup-background {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-background,
.popup-container {
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease;
}

.popup-background.visible,
.popup-container.visible {
    opacity: 1;
    pointer-events: auto;
}

.popup-container {
    position: fixed;
    z-index: 111;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup-status {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 600px;
    top: 144px;
    left: calc(50% - 300px);
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(28, 28, 28, 0.3);
}

.popup-status.popup-status--yellow {
    padding: 90px 40px 65px 40px;
}

.popup-status:after {
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: -80px;
    height: 80px;
    width: 100%;
}

.popup-close,
.message-close {
    top: 30px;
    right: 30px;
}

.popup-close,
.message-close,
.account-details-close-trigger {
    z-index: 5;
    position: absolute;
    cursor: pointer;
    transition: 300ms ease;
}

.popup-close:hover,
.message-close:hover,
.account-details-close-trigger:hover {
    opacity: .5;
}

.popup-status__content {
    padding: 90px 30px 40px 60px;
}

.popup-status__content.popup-status__content--alt-padding {
    padding: 65px 100px 50px 65px;
}

.popup-status__content h3 {
    color: #1C1C1C;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.popup-status__content .message,
.popup-status__content .message-section__group p,
.popup-status__content td {
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.popup-status__content .message-section:not(:last-of-type) {
    margin-bottom: 40px;
}

.popup-status__content .message-section__group:not(:last-of-type) {
    margin-bottom: 20px;
}

.popup-status__content .message-section__group .bold {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.popup-status__content .message-section__group .medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.popup-status__content .message-section__group .block {
    display: block;
}

.popup-status__content .message-section__group a {
    color: #D89D0F;
    text-decoration: underline;
}

.popup-status__content .message-section__group.message-section__group--with-p p {
    margin-bottom: 30px;
}

.popup-status__content .message-section__group.message-section__group--padding-top {
    padding-top: 30px;
}

.popup-status__content .message-section__group .message--subtle-margin {
    margin-top: 10px;
}

.popup-status__content .accordion-title {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .65;
    cursor: pointer;
    transition: 300ms ease;
    border-bottom: 1px solid #1C1C1C;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.popup-status__content .accordion-title .ui-icon {
    position: absolute;
    right: 0;
    top: 3px;
}

.popup-status__content .accordion-title:hover,
.popup-status__content .accordion-title.ui-state-active {
    opacity: .85;
}

.popup-status__content .accordion-content {
    padding: 20px 0;
}

.popup-status__content .accordion-content table {
    width: 100%;
}

.popup-status__content .accordion-content .accordion-content__products,
.popup-status__content .accordion-content .accordion-content__subtotal,
.popup-status__content .accordion-content .accordion-content__total {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.popup-status__content .accordion-content .accordion-content__products,
.popup-status__content .accordion-content .accordion-content__subtotal {
    border-bottom: 1px solid rgba(28, 28, 28, 0.5);
}

.popup-status__content .accordion-content .accordion-content__total {
    border-bottom: 1px solid #1C1C1C;
}

.popup-status__content .accordion-content td {
    line-height: 18px;
}

.popup-status__content .accordion-content .value {
    text-align: right;
}

.popup-status__content .item {
    padding: 20px 0;
}

.popup-status__content.popup-status__content--added-to-cart {
    padding: 60px 30px 40px 45px;
}

.popup-status.popup-status--yellow .popup-status__content,
.popup-status.popup-status--yellow .message-status__content,
.message-status .popup-status__content,
.message-status .message-status__content {
    padding: 25px;
    border: 1px solid #D89D0F;
}

.popup-status.popup-status--yellow .popup-status__content>.message,
.popup-status.popup-status--yellow .message-status__content>.message,
.message-status .popup-status__content>.message,
.message-status .message-status__content>.message {
    color: #D89D0F;
}

.message-status {
    position: relative;
    display: none;
}

.message-status.visible {
    display: block;
}

.message-status .message-status__content {
    padding: 40px 30px;
}

.message-status .message-status__content>.message {
    color: #D89D0F;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.message-status.message-status--margin-top {
    margin-top: 30px;
}

.message-status.message-status--margin-bottom {
    margin-bottom: 50px;
}

.message-status.message-status--smaller-padding {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 2;
}

.message-status.message-status--smaller-padding .message-status__content {
    padding: 15px 25px;
    font-size: 15px;
}

.account-bar,
.account-details {
    position: fixed;
    right: 0;
    left: 0;
    transition: 300ms ease;
}

.account-bar .wrapper,
.account-details .wrapper {
    overflow: hidden;
}

.main-link {
    padding: 0 8px;
    margin: 0 -8px;
    position: relative;
}

.main-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 1;
    background-color: #404040;
}

.account-bar {
    /*opacity: 0;
  pointer-events: none;*/
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #F3F3F3;
    overflow: hidden;
    /*transform: translateY(-100%);*/
}

.account-bar .wrapper {
    padding: 0 20px 0 146px;
}

.account-bar::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    background-color: #E5E5E5;
}

/*
  .account-bar.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
    */

.account-bar a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: rgba(28, 28, 28, 0.7);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 32px;
    transition: 300ms ease;
}

.account-bar a:hover {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
    color: #1c1c1c;
}

.account-bar .order-info,
.account-bar .mailing-list {
    float: left;
}

.account-bar .details {
    float: right;
}

.account-bar .order-info {
    margin-right: 7px;
}

.account-bar .order-info:after {
    content: '|';
    position: relative;
    margin-left: 15px;
}

.account-bar .details img {
    margin-left: 10px;
}

/*
header.with-account-bar {
  top: 32px; }

.page.with-account-bar {
  margin-top: 32px; }
*/

.account-details-close-trigger {
    top: 0;
    right: 0;
}

.popup-status a.link,
.account-details a.link,
.sign-in-up a.link,
.cart a.link,
.checkout a.link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    transition: 300ms ease;
}

.popup-status a.link:hover,
.account-details a.link:hover,
.sign-in-up a.link:hover,
.cart a.link:hover,
.checkout a.link:hover {
    color: #ffffff;
}

.popup-status a.link.link--alt,
.account-details a.link.link--alt,
.sign-in-up a.link.link--alt,
.cart a.link.link--alt,
.checkout a.link.link--alt {
    color: #1C1C1C;
    font-size: 16px;
    margin: 20px 0 0 0;
    display: inline-block;
}

.popup-status .button,
.account-details .button,
.sign-in-up .button,
.cart .button,
.checkout .button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding: 0 24px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    transition: 300ms ease;
    cursor: pointer;
}

.popup-status .button:hover,
.account-details .button:hover,
.sign-in-up .button:hover,
.cart .button:hover,
.checkout .button:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.popup-status .button.button--full-width,
.account-details .button.button--full-width,
.sign-in-up .button.button--full-width,
.cart .button.button--full-width,
.checkout .button.button--full-width {
    width: 100%;
}

.popup-status .button.button--text-center,
.account-details .button.button--text-center,
.sign-in-up .button.button--text-center,
.cart .button.button--text-center,
.checkout .button.button--text-center {
    text-align: center;
}

.popup-status .button.button--margin-top,
.account-details .button.button--margin-top,
.sign-in-up .button.button--margin-top,
.cart .button.button--margin-top,
.checkout .button.button--margin-top,
.order-submit {
    margin-top: 24px;
}

.popup-status .button.button--margin-top:not(:first-of-type),
.account-details .button.button--margin-top:not(:first-of-type),
.sign-in-up .button.button--margin-top:not(:first-of-type),
.cart .button.button--margin-top:not(:first-of-type),
.checkout .button.button--margin-top:not(:first-of-type) {
    margin-top: 9px;
}

.popup-status .button.button--margin-medium-top,
.account-details .button.button--margin-medium-top,
.sign-in-up .button.button--margin-medium-top,
.cart .button.button--margin-medium-top,
.checkout .button.button--margin-medium-top {
    margin-top: 50px;
}

.popup-status .button.button--margin-large-top,
.account-details .button.button--margin-large-top,
.sign-in-up .button.button--margin-large-top,
.cart .button.button--margin-large-top,
.checkout .button.button--margin-large-top {
    margin-top: 80px;
}

.popup-status .button.button--margin-right,
.account-details .button.button--margin-right,
.sign-in-up .button.button--margin-right,
.cart .button.button--margin-right,
.checkout .button.button--margin-right {
    margin-right: 18px;
}

.popup-status .button.button--style-02,
.account-details .button.button--style-02,
.sign-in-up .button.button--style-02,
.cart .button.button--style-02,
.checkout .button.button--style-02 {
    background-color: #282828;
    color: rgba(255, 255, 255, 0.5);
    border: none;
}

.popup-status .button.button--style-02:hover,
.account-details .button.button--style-02:hover,
.sign-in-up .button.button--style-02:hover,
.cart .button.button--style-02:hover,
.checkout .button.button--style-02:hover {
    background-color: #101010;
    color: #ffffff;
}

.popup-status .button.button--style-03,
.account-details .button.button--style-03,
.sign-in-up .button.button--style-03,
.cart .button.button--style-03,
.checkout .button.button--style-03 {
    background-color: #545454;
    color: #ffffff;
    border: none;
}

.popup-status .button.button--style-03:hover,
.account-details .button.button--style-03:hover,
.sign-in-up .button.button--style-03:hover,
.cart .button.button--style-03:hover,
.checkout .button.button--style-03:hover {
    background-color: #282828;
}

.popup-status .button.button--style-04,
.account-details .button.button--style-04,
.sign-in-up .button.button--style-04,
.cart .button.button--style-04,
.checkout .button.button--style-04 {
    background-color: #282828;
    color: #ffffff;
    border: none;
}

.popup-status .button.button--style-04:hover,
.account-details .button.button--style-04:hover,
.sign-in-up .button.button--style-04:hover,
.cart .button.button--style-04:hover,
.checkout .button.button--style-04:hover {
    background-color: #545454;
}

.popup-status .button.button--style-05,
.account-details .button.button--style-05,
.sign-in-up .button.button--style-05,
.cart .button.button--style-05,
.checkout .button.button--style-05 {
    border: 1px solid rgba(28, 28, 28, 0.7);
    color: rgba(28, 28, 28, 0.7);
}

.popup-status .button.button--style-05:hover,
.account-details .button.button--style-05:hover,
.sign-in-up .button.button--style-05:hover,
.cart .button.button--style-05:hover,
.checkout .button.button--style-05:hover {
    background-color: #1C1C1C;
    border: 1px solid #1C1C1C;
    color: #ffffff;
}

.popup-status .button.button--style-04-alternate,
.account-details .button.button--style-04-alternate,
.sign-in-up .button.button--style-04-alternate,
.cart .button.button--style-04-alternate,
.checkout .button.button--style-04-alternate {
    text-align: left;
    padding: 0 10px 0 24px;
}

.popup-status .button.button--style-04-alternate img,
.account-details .button.button--style-04-alternate img,
.sign-in-up .button.button--style-04-alternate img,
.cart .button.button--style-04-alternate img,
.checkout .button.button--style-04-alternate img {
    float: right;
    margin-top: 4px;
    margin-left: 20px;
}

.popup-status .button.button--fixed-width,
.account-details .button.button--fixed-width,
.sign-in-up .button.button--fixed-width,
.cart .button.button--fixed-width,
.checkout .button.button--fixed-width {
    width: 190px;
    text-align: center;
}

.popup-status .button.button--fixed-width-smaller,
.account-details .button.button--fixed-width-smaller,
.sign-in-up .button.button--fixed-width-smaller,
.cart .button.button--fixed-width-smaller,
.checkout .button.button--fixed-width-smaller {
    width: 130px;
    text-align: center;
}

.popup-status .button.button--margin-bottom,
.account-details .button.button--margin-bottom,
.sign-in-up .button.button--margin-bottom,
.cart .button.button--margin-bottom,
.checkout .button.button--margin-bottom {
    margin-bottom: 10px;
}

.popup-status .button.button--right,
.account-details .button.button--right,
.sign-in-up .button.button--right,
.cart .button.button--right,
.checkout .button.button--right {
    float: right;
}

.popup-status .button.button--fixed-width-large,
.account-details .button.button--fixed-width-large,
.sign-in-up .button.button--fixed-width-large,
.cart .button.button--fixed-width-large,
.checkout .button.button--fixed-width-large {
    width: 280px;
}

.sign-in-up-radio__item:not(:last-of-type),
.checkout-radio__item:not(:last-of-type) {
    margin-bottom: 15px;
}

.account-details {
    opacity: 0;
    pointer-events: none;
    min-height: 251px;
    transform: translateY(-100%);
    top: 32px;
    z-index: 101;
    background-color: #404040;
    padding: 30px 0;
}

.account-details .account-detail__left {
    padding-left: 144px;
}

.account-details .account-detail__right {
    padding-right: 146px;
}

.account-details.visible {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
}

.account-details.invisible {
    pointer-events: none;
    opacity: 0;
}

.account-details h3 {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.account-details .message {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.account-details .message.message--strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.account-details .message.message--full-width {
    display: block;
}

.account-details ul>li {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.account-details ul>li.name {
    font-size: 15px;
    line-height: 30px;
}

.account-details .remember-me {
    margin: 15px 0;
}

.account-details .remember-me label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

form.account-related .checkbox,
form.account-related .radio {
    display: block;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

form.account-related .checkbox+.checkbox,
form.account-related .checkbox+.radio,
form.account-related .radio+.checkbox,
form.account-related .radio+.radio {
    margin-top: 7px;
}

form.account-related .checkbox.with-img,
form.account-related .radio.with-img {
    margin-top: 5px;
    padding-bottom: 5px;
}

form.account-related .checkbox.with-img img,
form.account-related .radio.with-img img {
    margin: -4px 10px 0 0;
}

form.account-related .checkbox input,
form.account-related .radio input {
    display: none;
}

form.account-related .checkbox input+span,
form.account-related .radio input+span {
    display: inline-block;
    position: relative;
    padding-left: 26px;
}

form.account-related .checkbox input+span:before,
form.account-related .radio input+span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    border: 1px solid #c6c6c6;
    background: transparent;
}

form.account-related .checkbox input+span:after,
form.account-related .radio input+span:after {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    opacity: 0;
    transform: scale(0, 0);
    transition: 300ms ease;
}

form.account-related .checkbox input+span.on-grey:before,
form.account-related .radio input+span.on-grey:before {
    background: #ffffff !important;
}

form.account-related .checkbox input:checked+span:after,
form.account-related .radio input:checked+span:after {
    opacity: .8;
    transform: scale(1, 1);
}

form.account-related .checkbox input+span:after {
    color: #1C1C1C;
    width: 16px;
    height: 16px;
    content: '\f00d';
    top: 0;
    left: 0;
}

form.account-related .radio input+span:after {
    content: '';
    background-color: #1C1C1C;
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
}

form.account-bar-form input[type='text'],
form.account-bar-form input[type='email'],
form.account-bar-form input[type='password'] {
    border: 1px solid #C6C6C6;
    width: 100%;
    max-width: 256px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 32px;
    padding: 0 24px;
    color: #222222;
    line-height: 32px;
}

form.account-bar-form input[type='text'],
form.account-bar-form input[type='text']:-webkit-autofill,
form.account-bar-form input[type='email'],
form.account-bar-form input[type='email']:-webkit-autofill,
form.account-bar-form input[type='password'],
form.account-bar-form input[type='password']:-webkit-autofill {
    background-color: #D9D9D9 !important;
}

form.account-bar-form input[type='text']::placeholder,
form.account-bar-form input[type='email']::placeholder,
form.account-bar-form input[type='password']::placeholder {
    color: rgba(34, 34, 34, 0.5);
}

form.account-bar-form input[type='text']:not(:last-child),
form.account-bar-form input[type='email']:not(:last-child),
form.account-bar-form input[type='password']:not(:last-child) {
    margin-bottom: 15px;
}

form.account-bar-form .checkbox input+span:before,
form.account-bar-form .radio input+span:before {
    border: 1px solid #c6c6c6;
    background: #D9D9D9;
}

.account-details-cart .subtotal {
    overflow: hidden;
    padding: 70px 0 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.account-details-cart .h-account-details-cart-slider {
    width: calc(100% - 244px);
    white-space: nowrap;
    position: absolute;
    font-size: 0;
    height: 100%;
}

.account-details-cart .item {
    display: inline-block;
    /*width: calc((100% / 6) - 5px);*/
    width: 111px;
    font-size: 12px;
    text-align: center;
}

.account-details-cart .item img {
    width: 110%;
    margin: -5%;
    padding-bottom: 20px;
}

.account-details-cart .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 11px;
    margin: 0;
    border-radius: 0 !important;
    background-color: #525252;
}

.account-details-cart .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 11px;
    margin: 0;
    border-radius: 0 !important;
    background-color: #636363;
}

.account-details-cart .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 11px;
}

.fr-window-skin-leopardo .fr-stroke {
    display: none;
}

.fr-window-skin-leopardo .fr-content-background {
    background-color: transparent;
}

.fr-window-skin-leopardo .fr-side {
    top: calc(50% - 15px);
    margin: 0 20px;
}

.fr-window-skin-leopardo .fr-close {
    margin: 20px;
}

.fr-window-skin-leopardo .fr-side,
.fr-window-skin-leopardo .fr-close {
    height: 30px;
    width: 30px;
}

.fr-window-skin-leopardo .fr-side .fr-side-button-background,
.fr-window-skin-leopardo .fr-side .fr-close-background,
.fr-window-skin-leopardo .fr-close .fr-side-button-background,
.fr-window-skin-leopardo .fr-close .fr-close-background {
    background-color: transparent;
}

.fr-window-skin-leopardo .fr-side .fr-side-button-icon::after,
.fr-window-skin-leopardo .fr-side .fr-close-icon::after,
.fr-window-skin-leopardo .fr-close .fr-side-button-icon::after,
.fr-window-skin-leopardo .fr-close .fr-close-icon::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 32px;
    color: #ffffff;
    opacity: .7;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 300ms ease;
}

.fr-window-skin-leopardo .fr-side .fr-side-button-icon:hover::after,
.fr-window-skin-leopardo .fr-side .fr-close-icon:hover::after,
.fr-window-skin-leopardo .fr-close .fr-side-button-icon:hover::after,
.fr-window-skin-leopardo .fr-close .fr-close-icon:hover::after {
    opacity: 1;
}

.fr-window-skin-leopardo .fr-side .fr-close-icon,
.fr-window-skin-leopardo .fr-close .fr-close-icon {
    top: 0;
    left: 0;
}

.fr-window-skin-leopardo .fr-side .fr-close-icon::after,
.fr-window-skin-leopardo .fr-close .fr-close-icon::after {
    content: "\f00d";
}

.fr-window-skin-leopardo .fr-side .fr-close-background,
.fr-window-skin-leopardo .fr-close .fr-close-background {
    display: none;
}

.fr-window-skin-leopardo .fr-side-previous .fr-side-button-icon::after {
    content: "\f060";
}

.fr-window-skin-leopardo .fr-side-next .fr-side-button-icon::after {
    content: "\f061";
}

div.page {
    margin-top: 32px;
    padding: 18px 18px 0 18px;
    background-color: #ffffff;
    color: #1C1C1C;
    overflow: hidden;
    transition: 300ms ease;
}

header {
    position: fixed;
    width: 100%;
    top: 32px;
    /* top: 0; */
    left: 0;
    right: 0;
    z-index: 99;
    transition: 300ms ease;
}

header .mobile-nav-header {
    position: relative;
    display: none;
    z-index: 101;
    height: 72px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background-color: #1C1C1C;
    padding: 16px 20px 16px 16px;
}

header .mobile-nav-header img {
    float: left;
    max-width: 120px;
}

header .mobile-nav-header a.nav-toggle {
    float: right;
    color: #ffffff;
    width: 25px;
    height: 18px;
    display: inline-block;
    top: 12px;
    position: relative;
    cursor: pointer;
    transition: 300ms ease;
}

header .mobile-nav-header a.nav-toggle span {
    display: block;
    position: absolute;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    background-color: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 300ms ease;
}

header .mobile-nav-header a.nav-toggle span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

header .mobile-nav-header a.nav-toggle span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

header .mobile-nav-header a.nav-toggle span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

header .mobile-nav-header a.nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 0;
}

header .mobile-nav-header a.nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

header .mobile-nav-header a.nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 0;
}

header div.wrapper nav.main-nav,
header div.wrapper nav.films-nav {
    min-height: 112px;
}

header div.wrapper div.films-nav-content {
    max-height: 112px;
    position: relative;
}

header div.wrapper nav.main-nav {
    background-color: #1C1C1C;
    z-index: 11;
    position: relative;
}

header div.wrapper nav.main-nav ul {
    padding: 31px 0 31px 125px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

header div.wrapper nav.main-nav ul li.nav-logo img {
    position: relative;
    top: 5px;
}

header div.wrapper nav.main-nav ul li {
    padding: 0 20px;
    vertical-align: bottom;
}

header div.wrapper nav.main-nav ul li a {
    color: #ffffff;
    transition: 300ms ease;
}

header div.wrapper nav.main-nav ul li a.active,
header div.wrapper nav.main-nav ul li a:hover {
    color: #D89D0F;
}

header div.wrapper nav.films-nav ul.films-nav-menu {
    background-color: #D89D0F;
    padding: 16px 20px 16px 40px;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

header div.wrapper nav.films-nav ul.films-nav-menu li a {
    color: #1C1C1C;
    transition: 300ms ease;
}

header div.wrapper nav.films-nav ul.films-nav-menu li a.active,
header div.wrapper nav.films-nav ul.films-nav-menu li a:hover {
    color: #ffffff;
}

header div.wrapper ul.language-toggle {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

header div.wrapper ul.language-toggle li {
    float: left;
    padding: 0 2px;
    text-transform: uppercase;
}

header div.wrapper ul.language-toggle li a,
header div.wrapper ul.language-toggle li span.slash {
    color: #ffffff;
    transition: 300ms ease;
}

header div.wrapper ul.language-toggle li a.active,
header div.wrapper ul.language-toggle li span.slash {
    color: #1C1C1C;
}

header div.wrapper ul.language-toggle li a.active:hover {
    color: #1C1C1C;
}

header div.wrapper ul.search-cart-toggle {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

header div.wrapper ul.search-cart-toggle a {
    padding: 5px;
    color: #ffffff;
    display: block;
    transition: 300ms ease;
}

header div.wrapper ul.search-cart-toggle a:hover {
    color: #1C1C1C;
}

header div.wrapper ul.language-toggle,
header div.wrapper ul.search-cart-toggle {
    z-index: 10;
}

header.unPinned {
    transform: translateY(-100%);
}

header.pinned {
    transform: translateY(0);
}

div.social-sidebar {
    position: fixed;
    z-index: 100;
    top: calc(50% - 40px);
    left: 0;
}

div.social-sidebar li a {
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    transition: 300ms ease;
}

div.social-sidebar li a i {
    color: #ffffff;
    line-height: 40px;
}

div.social-sidebar li a:hover {
    padding-left: 5px;
    width: 45px;
}

div.social-sidebar li:first-child a {
    background-color: #D89D0F;
}

div.social-sidebar li:nth-child(2) a {
    background-color: #1C1C1C;
}

div.scroll-top {
    background-color: #D89D0F;
    position: absolute;
    bottom: calc(100% - 64px);
    right: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate(-46px, -46px) rotate(-90deg);
    transform-origin: 100% top 0;
    z-index: 10;
    transition: 300ms ease;
}

div.scroll-top a {
    display: block;
    padding: 0 15px 0 20px;
    height: 46px;
    line-height: 48px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: 300ms ease;
}

div.scroll-top a i {
    position: relative;
    top: 3px;
    margin: 0 0 0 15px;
    font-size: 18px;
}

div.scroll-top:hover {
    background-color: #1C1C1C;
    bottom: calc(100% + 50px);
}

div.scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
}

ul.slideshow-dots li {
    display: inline-block;
    margin: 0 5px;
}

ul.slideshow-dots li span.slideshow-dots__dot {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #ffffff;
    transition: 300ms ease;
}

ul.slideshow-dots li.slick-active span.slideshow-dots__dot,
ul.slideshow-dots li:hover span.slideshow-dots__dot {
    border-color: #1C1C1C;
}

.shop-button {
    cursor: pointer;
    display: inline-block;
    transition: 300ms ease;
}

.shop-button.shop-button--small {
    width: 70px;
    border: 1px solid #1C1C1C;
    color: #1C1C1C;
    text-align: center;
    background-color: transparent;
    height: 24px;
}

.shop-button.shop-button--small i.fa {
    line-height: 22px;
}

.shop-button.shop-button--small.shop-button--add-to-cart {
    background-color: #1C1C1C;
}

.shop-button.shop-button--small.shop-button--add-to-cart i.fa {
    color: #ffffff;
}

.shop-button.shop-button--small.shop-button--add-to-cart.shop-button--inactive {
    pointer-events: none;
    opacity: .1;
}

.shop-button.shop-button--small.shop-button--view-details {
    background-color: #F3F3F3;
}

.shop-button.shop-button--large {
    height: 36px;
    padding: 0 20px;
    background-color: #1C1C1C;
    color: #ffffff;
    width: 100%;
    margin: 24px 0 0 0;
    position: relative;
    max-width: 600px;
}

.shop-button.shop-button--large span.label {
    display: inline-block;
    font-size: 14px;
    line-height: 37px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.shop-button.shop-button--large i.fa {
    position: absolute;
    right: 20px;
    top: 10px;
}

.shop-button:hover {
    background-color: #D89D0F !important;
}

.shop-button:hover i.fa {
    color: #1C1C1C !important;
}

footer {
    background-color: #1C1C1C;
    margin: 18px -18px 0 -18px;
    padding: 35px 0;
    position: relative;
    z-index: 12;
}

footer div.wrapper div.footer-col nav ul {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer div.wrapper div.footer-col nav ul li a {
    color: #ffffff;
    transition: 300ms ease;
}

footer div.wrapper div.footer-col nav ul li a.active,
footer div.wrapper div.footer-col nav ul li a:hover {
    color: #D89D0F;
}

footer div.wrapper div.footer-col nav ul li:nth-child(n+2) {
    position: relative;
    padding: 0 0 0 30px;
}

footer div.wrapper div.footer-col span.copyrights {
    display: block;
    color: #aaaaaa;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 8px;
}

footer div.wrapper div.footer-col div.social-links {
    float: right;
}

footer div.wrapper div.footer-col div.social-links span.social-links-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

footer div.wrapper div.footer-col div.social-links ul {
    display: inline-block;
}

footer div.wrapper div.footer-col div.social-links ul li a {
    color: #ffffff;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    border: 1px solid #606060;
    transition: 300ms ease;
}

footer div.wrapper div.footer-col div.social-links ul li a i {
    line-height: 34px;
    transition: 300ms ease;
}

footer div.wrapper div.footer-col div.social-links ul li a:hover {
    background-color: #D89D0F;
    border-color: #D89D0F;
}

footer div.wrapper div.footer-col div.social-links ul li a:hover a {
    color: #1C1C1C;
}

footer div.wrapper div.footer-col div.social-links ul li:first-child {
    margin: 0 10px;
}

.item-image .item-image__overlay,
.item-image .item-video__overlay,
.item-video .item-image__overlay,
.item-video .item-video__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .3;
    background-color: #1C1C1C;
}

.item-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slideshow-header,
.featured-header {
    overflow: hidden;
    background-color: #1C1C1C;
    max-height: 660px;
    margin-bottom: 18px;
}

.slideshow-header .h-slick__item,
.featured-header .h-slick__item {
    pointer-events: none;
}

.slideshow-header .h-slick__item .featured-mobile-href,
.featured-header .h-slick__item .featured-mobile-href {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.slideshow-header .h-slick__item.slick-active,
.featured-header .h-slick__item.slick-active {
    pointer-events: auto;
}

.slideshow-header .h-slick__item,
.slideshow-header .featured-header__item,
.featured-header .h-slick__item,
.featured-header .featured-header__item {
    height: 660px;
    position: relative;
}

.slideshow-header .h-slick__item .item-caption,
.slideshow-header .featured-header__item .item-caption,
.featured-header .h-slick__item .item-caption,
.featured-header .featured-header__item .item-caption {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 4;
}

.slideshow-header .h-slick__item .item-caption .item-caption__content,
.slideshow-header .featured-header__item .item-caption .item-caption__content,
.featured-header .h-slick__item .item-caption .item-caption__content,
.featured-header .featured-header__item .item-caption .item-caption__content {
    position: relative;
    display: inline-block;
    cursor: default;
    padding: 40px 90px;
}

.slideshow-header .h-slick__item .item-caption .item-caption__content h1,
.slideshow-header .featured-header__item .item-caption .item-caption__content h1,
.featured-header .h-slick__item .item-caption .item-caption__content h1,
.featured-header .featured-header__item .item-caption .item-caption__content h1 {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 19px rgba(28, 28, 28, 0.7);
}

.slideshow-header .h-slick__item .item-caption .item-caption__content h2,
.slideshow-header .featured-header__item .item-caption .item-caption__content h2,
.featured-header .h-slick__item .item-caption .item-caption__content h2,
.featured-header .featured-header__item .item-caption .item-caption__content h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 19px rgba(28, 28, 28, 0.7);
}

.slideshow-header ul.slideshow-dots,
.featured-header ul.slideshow-dots {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.featured-header.featured-header--transparent {
    background-color: #F3F3F3;
    margin-bottom: 0;
    max-height: 576px;
}

.featured-header.featured-header--transparent .featured-header__item {
    height: 576px;
}

.featured-header.featured-header--transparent .featured-header__item .featured-item__content {
    max-height: calc(100% - 194px);
    margin: 194px auto 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.search-header-form .form-group label,
.section-search-filters .form-group label,
.search-results-form .form-group label {
    color: #1C1C1C;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 8px;
}

.search-header-form .form-group input[type="submit"],
.section-search-filters .form-group input[type="submit"],
.search-results-form .form-group input[type="submit"],
.details__hours .form-group input[type="submit"] {
    font-family: FontAwesome;
    color: #1C1C1C;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 41px;
    width: 41px;
    cursor: pointer;
    transition: 300ms ease;
}

.search-header-form .form-group input[type="submit"]:hover,
.section-search-filters .form-group input[type="submit"]:hover,
.search-results-form .form-group input[type="submit"]:hover,
.details__hours .form-group input[type="submit"]:hover {
    color: #D89D0F;
}

.search-header-form .section-search-filters__filters,
.section-search-filters .section-search-filters__filters,
.search-results-form .section-search-filters__filters,
.details__hours .section-search-filters__filters,
.newsletter-form .section-search-filters__filters {
    text-align: center;
}

.search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
.section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
.search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
.details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
.newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child {
    padding: 0 15px 0 0;
    text-align: right;
}

.search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
.section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
.search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
.details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
.newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child {
    padding: 0 0 0 15px;
    text-align: left;
}

.search-header-form .section-header-form__search,
.search-header-form .section-search-filters__search,
.search-header-form .search-results-form__search,
.section-search-filters .section-header-form__search,
.section-search-filters .section-search-filters__search,
.section-search-filters .search-results-form__search,
.search-results-form .section-header-form__search,
.search-results-form .section-search-filters__search,
.search-results-form .search-results-form__search,
.details__hours .section-header-form__search,
.details__hours .section-search-filters__search,
.details__hours .search-results-form__search,
.newsletter-form .section-header-form__search,
.newsletter-form .section-search-filters__search,
.newsletter-form .search-results-form__search {
    text-align: right;
}

.search-header-form .form-group,
.section-search-filters .form-group,
.search-results-form .form-group,
.details__hours .form-group,
.newsletter-form .form-group {
    position: relative;
}

.search-header-form .form-group select,
.search-header-form .form-group input[type="search"],
.search-header-form .form-group input[type="email"],
.section-search-filters .form-group select,
.section-search-filters .form-group input[type="search"],
.section-search-filters .form-group input[type="email"],
.search-results-form .form-group select,
.search-results-form .form-group input[type="search"],
.search-results-form .form-group input[type="email"],
.details__hours .form-group select,
.details__hours .form-group input[type="search"],
.details__hours .form-group input[type="email"],
.newsletter-form .form-group select,
.newsletter-form .form-group input[type="search"],
.newsletter-form .form-group input[type="email"] {
    min-width: 195px;
    color: #1C1C1C;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 11px 41px 11px 12px;
    border: 1px solid #E8E8E8;
}

.search-header-form .form-group .custom-select,
.section-search-filters .form-group .custom-select,
.search-results-form .form-group .custom-select,
.details__hours .form-group .custom-select,
.newsletter-form .form-group .custom-select {
    position: relative;
    display: inline-block;
}

.search-header-form .form-group .custom-select::after,
.section-search-filters .form-group .custom-select::after,
.search-results-form .form-group .custom-select::after,
.details__hours .form-group .custom-select::after,
.newsletter-form .form-group .custom-select::after {
    content: "\f078";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 41px;
    height: 41px;
    line-height: 41px;
    font-family: FontAwesome;
    color: #1C1C1C;
    text-align: center;
    pointer-events: none;
}

.search-header-form {
    position: relative;
    width: 100%;
    margin-top: -41px;
    opacity: 0;
    transition: 300ms ease;
}

.search-header-form .form-group input[type="search"] {
    width: 100%;
    padding: 11px 12px 11px 12px;
    position: relative;
    left: -1px;
}

.search-header-form .form-group input[type="submit"] {
    display: none;
}

.search-header-form.visible {
    opacity: 1;
    margin-top: 0;
}

.newsletter-form {
    bottom: -209px;
    margin-top: -191px;
    position: relative;
    background-color: #F3F3F3;
    transition: 300ms ease;
}

.newsletter-form h1 {
    top: 6px;
    position: relative;
    text-align: center;
}

.newsletter-form input[type="email"] {
    width: calc(100% - 135px);
    height: 50px;
}

.newsletter-form input[type="submit"] {
    width: 130px;
    height: 50px;
    font-family: 'Roboto Light', FontAwesome, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.newsletter-form.visible {
    bottom: 0;
    margin-top: 18px;
}

.h-isotope {
    transition: 800ms ease;
}

.plyr__control--overlaid {
    background: transparent;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 19px rgba(28, 28, 28, 0.7);
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #D89D0F;
}

.plyr--video .plyr__controls {
    opacity: 0;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded="true"] {
    background: #D89D0F;
    border-radius: 0;
}

.plyr--video:hover .plyr__controls {
    opacity: 1;
}

.plyr--full-ui input[type=range] {
    color: #D89D0F;
}

img.no-image-available {
    opacity: 0;
    pointer-events: none;
}

div.no-image-available {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #E1DFE0;
    text-align: center;
    transition: 300ms ease;
}

div.no-image-available span {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    max-width: 160px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.news {
    background-color: #F3F3F3;
}

.news div.list-news__item {
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    margin: 65px 0 0 0;
}

.news div.list-news__item-body {
    padding: 35px 50px 15px;
}

.news div.list-news__item-body h1 {
    font-size: 20px;
    line-height: 24px;
    color: #1C1C1C;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.news div.list-news__item-body div.list-news__item-body-text {
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.news div.list-news__item-body div.list-news__item-body-footer {
    margin: 10px 0 0 0;
}

.news div.list-news__item-body div.list-news__item-body-footer time {
    float: right;
}

.news div.list-news__item-body div.list-news__item-image {
    overflow: hidden;
}

.news div.list-news__item-body div.list-news__item-image img {
    right: -1px;
    position: relative;
    display: inline;
}

.featured-films,
.featured-dvds,
.all-films,
.all-dvds {
    background-color: #F3F3F3;
}

div.list-films__items {
    opacity: 0;
    margin: 0 -15px 0 -15px;
}

div.list-films__items.-visible {
    opacity: 1;
}

div.list-films__items-film {
    margin: 65px 0 0 0;
}

div.list-films__items-film-content {
    border: 1px solid #E8E8E8;
    background-color: #ffffff;
}

div.list-films__items-film-image {
    position: relative;
}

div.list-films__items-film-content-inside,
div.popup-status__content-inside {
    padding: 30px;
}

div.list-films__items-film-content-inside,
div.popup-status__content-inside,
div.cart-item__content-inside {
    position: relative;
    z-index: 2;
}

div.list-films__items-film-content-inside h1,
div.popup-status__content-inside h1,
div.cart-item__content-inside h1 {
    color: #1C1C1C;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

div.list-films__items-film-content-inside h2,
div.popup-status__content-inside h2,
div.cart-item__content-inside h2 {
    color: #1C1C1C;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0;
}

div.list-films__items-film-content-inside .additional-info,
div.popup-status__content-inside .additional-info,
div.cart-item__content-inside .additional-info {
    display: block;
    margin: 10px 0 0 0;
    letter-spacing: 1px;
    color: #909090;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

div.list-films__items-film-content-inside .additional-info span.label,
div.popup-status__content-inside .additional-info span.label,
div.cart-item__content-inside .additional-info span.label {
    color: #1C1C1C;
}

div.list-films__items-film-content-inside .additional-info.additional-info.additional-info--added-to-cart,
div.popup-status__content-inside .additional-info.additional-info.additional-info--added-to-cart,
div.cart-item__content-inside .additional-info.additional-info.additional-info--added-to-cart {
    margin-bottom: 10px;
    color: #1C1C1C;
}

div.list-films__items-film-content-inside .additional-info.additional-info.additional-info--added-to-cart span.status,
div.popup-status__content-inside .additional-info.additional-info.additional-info--added-to-cart span.status,
div.cart-item__content-inside .additional-info.additional-info.additional-info--added-to-cart span.status {
    color: #909090;
}

div.popup-status__content-image,
div.cart-item__content-image {
    position: relative;
    width: 134%;
    left: -56px;
    top: -6px;
}

div.popup-status__content-image.popup-cart-related img.badge-img,
div.cart-item__content-image.popup-cart-related img.badge-img {
    bottom: -30px;
    right: -34px;
}

div.popup-status__content-image.popup-cart-related img:not(.badge-img),
div.cart-item__content-image.popup-cart-related img:not(.badge-img) {
    margin-left: 20px;
}

div.popup-status__content-image img.badge-img,
div.cart-item__content-image img.badge-img {
    top: auto;
    bottom: -10px;
    right: -10px;
}

div.popup-status__content-image img:not(.badge-img),
div.cart-item__content-image img:not(.badge-img) {
    margin-bottom: -50px;
}

span.list-films__items-film-content-status {
    display: block;
    color: #D89D0F;
    font-size: 14px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

span.list-films__items-film-content-status-before-promo {
    color: #1C1C1C;
    margin: 0 0 0 10px;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.featured-films div.list-films__items,
.featured-dvds div.list-films__items {
    margin-top: 40px;
    margin-bottom: 0;
}

.featured-films div.list-films__items-film,
.featured-dvds div.list-films__items-film {
    margin: 0;
}

.featured-dvds div.list-films__items-film-content,
.all-dvds div.list-films__items-film-content {
    background-color: #F3F3F3;
}

.featured-dvds div.list-films__items-film-content-inside,
.all-dvds div.list-films__items-film-content-inside {
    border-top: 1px solid #E8E8E8;
    background-color: #ffffff;
}

.slideshow-header.slideshow-header--shop-products {
    background-color: #ffffff;
    padding-top: 80px;
    max-height: none;
}

.slideshow-header.slideshow-header--shop-products .shop-item-content {
    padding: 80px 40px 0 40px;
}

.slideshow-header.slideshow-header--shop-products .shop-item-content img.responsive {
    transition: 300ms ease;
}

.slideshow-header.slideshow-header--shop-products .shop-item-content .list-films__items-film-content-cart {
    border: none !important;
    bottom: 0 !important;
    position: relative;
    padding: 0;
    max-width: 195px;
    margin: 15px auto 0 auto;
}

.slideshow-header.slideshow-header--shop-products .slick-arrow {
    position: absolute;
    top: calc(50% - 17px);
    z-index: 4;
    width: 20px;
    height: 36px;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    transition: 300ms ease;
}

.slideshow-header.slideshow-header--shop-products .slick-next {
    right: 0;
    background-image: url(../img/slider-right.png);
}

.slideshow-header.slideshow-header--shop-products .slick-prev {
    left: 0;
    background-image: url(../img/slider-left.png);
}

.slideshow-header.slideshow-header--shop-products img.badge-img {
    top: auto;
    bottom: 10px;
    right: 20px;
}

.slideshow-header.slideshow-header--shop-products div.list-films__items-film-content {
    border: none;
    background-color: transparent !important;
}

.slideshow-header.slideshow-header--shop-products .list-films__items-film-content-inside {
    padding: 5px 40px 25px 40px;
}

.slideshow-header.slideshow-header--shop-products .h-slick__item {
    color: #1C1C1C !important;
    height: auto !important;
}

.slideshow-header.slideshow-header--shop-products h1 {
    text-transform: uppercase;
}

.slideshow-header.slideshow-header--shop-products h1,
.slideshow-header.slideshow-header--shop-products h2,
.slideshow-header.slideshow-header--shop-products .list-films__items-film-content-status {
    text-align: center;
}

.search-results {
    background-color: #F3F3F3;
}

.search-results section.search-results__results {
    background-color: #ffffff;
}

.search-results span.section-title__highlights {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.search-results .form-group {
    top: -8px;
}

div.search-results__results-items {
    padding: 55px 0 0 0;
}

div.search-results__results-items-item {
    padding: 0 0 30px 0;
}

div.search-results__results-items-item-image {
    height: 100px;
    width: 100px;
    text-align: center;
    overflow: hidden;
    border-radius: 100%;
    background-color: #F3F3F3;
}

div.search-results__results-items-item-image img {
    height: 100%;
    width: auto;
}

div.search-results__results-items-item-image-placeholder {
    height: 90px;
    width: 90px;
    position: relative;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 100%;
    overflow: hidden;
}

div.search-results__results-items-item-content {
    padding: 12px 0 12px 25px;
    max-width: calc(100% - 100px);
}

div.search-results__results-items-item-content h1 {
    color: #1C1C1C;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

div.search-results__results-items-item-content h2 {
    color: #1C1C1C;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0;
}

span.search-results__results-item-status {
    display: block;
    color: #D89D0F;
    font-size: 14px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

div.search-results__results-items-item:last-child {
    padding: 0;
}

.about-us {
    background-color: #F3F3F3;
}

.about-us section.about-us__about-01 {
    padding: 5px 0 100px 0;
}

.about-us section.about-us__about-02 {
    padding: 70px 0 100px 0;
}

.about-us section.about-us__team {
    padding: 100px 0 120px 0;
}

.about-us .section-text p,
.about-us .section-text ul,
.about-us .section-text a {
    line-height: 28px;
}

.about-us .about-us__additional-info {
    text-align: right;
}

.about-us .about-us__additional-info div.img-background {
    display: inline-block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.about-us .about-us__additional-info div.img-background img {
    max-width: 100%;
    width: auto;
    border: 5px solid #ffffff;
}

.about-us .about-us__additional-info ul.link-icons li {
    padding: 0 0 25px 0;
}

.about-us .about-us__additional-info ul.link-icons li a {
    color: #1C1C1C;
}

.about-us .about-us__additional-info ul.link-icons li a i.fa {
    color: #ffffff;
    background-color: #D89D0F;
    margin: 0 0 0 5px;
    transition: 300ms ease;
}

.about-us .about-us__additional-info ul.link-icons li a:hover i.fa {
    background-color: #1C1C1C;
}

.about-us .about-us__additional-info ul.link-icons li:last-of-type {
    padding: 0;
}

.about-us .image-additional-col {
    min-width: calc(100% + 125px);
    margin: 8px 0 60px 0;
}

.about-us .image-additional-col figcaption {
    padding: 15px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1C;
    text-align: right;
}

.about-us .read-more {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: 18px;
    margin-top: 24px;
    display: inline-block;
    text-transform: uppercase;
    color: #1C1C1C;
}

.about-us .about-us__team {
    background-color: #ffffff;
}

.about-us .team-items {
    margin-bottom: -30px !important;
}

.about-us .team-item.section-text {
    background-color: #F3F3F3;
    padding: 30px;
    margin-bottom: 30px;
}

.about-us .section-text__group .section-text__group-name:after,
.contacts .section-text__group .section-text__group-name:after {
    content: "";
    height: 13px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.contacts {
    background-color: #F3F3F3;
}

.contacts .section-title {
    margin: 0 0 24px 0;
}

.contacts .contacts__container {
    background-color: #ffffff;
}

.contacts .section-text {
    margin: 0 0 40px 0;
}

.contacts .map {
    min-height: 386px;
}

.details-main {
    background-color: #F3F3F3;
}

.details-main .details-main__with-header {
    position: relative;
    background-color: #1C1C1C;
}

.details-main .details-main__with-header .item-image {
    background-position: center;
}

.details-main .details-main__with-header .wrapper-narrow {
    min-height: 440px;
}

.details-main .details-main__with-header .wrapper-narrow ul.breadcrumb {
    position: absolute;
    bottom: 0;
    z-index: 4;
}

.details-main .details__e-padding:not(.no-padding-top) {
    padding-top: 20px;
}

.details-main .details__e-padding:not(.no-padding-bottom) {
    padding-bottom: 20px;
}

.details-main .details__introduction,
.details-main .details__description {
    position: relative;
}

.details-main .details__introduction .section-title,
.details-main .details__description .section-title {
    text-transform: none;
    margin-bottom: 24px;
}

.details-main .details__introduction time,
.details-main .details__description time {
    display: inline-block;
}

.details-main .details__related h2 {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.details-main .details__related h2::after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.details-main .details__related .details__related-list-item {
    padding: 20px 0;
}

.details-main .details__related .details__related-list-item h3 {
    font-size: 14px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.details-main .details__related .details__related-list-item time {
    color: #909090;
}

.details-main .details__related .details__related-list-item:last-child {
    padding: 20px 0 0 0;
}

.details-main .large-icon-link {
    padding-top: 22px;
}

.details-main .details__related-item.large-icon-link::after {
    content: "";
    height: 45px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.details-main .details-right {
    float: right;
    z-index: 5;
    position: relative;
    top: -118px;
    padding: 8px 8px 30px 8px;
    background-color: #F3F3F3;
}

.details-main .details-right.h-sticky--fixed,
.details-main .details-right.h-sticky--fixed .details__image  {
    background-color: #ffffff!important;
}

.details-main .details-right.details-right--white {
    background-color: #ffffff;
}

.details-main .details-right.details-right--fixed {
    margin-right: 50px;
}

.details-main .details__social {
    text-align: right;
    padding: 30px 8px 0 8px;
}

.details-main .details__social span.details__social-label {
    color: #1C1C1C;
    text-transform: uppercase;
    padding: 0 40px 0 0;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.details-main .details__social ul.link-icons {
    display: inline-block;
}

.details-main .details__social ul.link-icons li {
    display: inline-block;
    margin: 0 0 0 5px;
}

.details-main.details-main--no-header .details {
    background-color: #ffffff;
}

.details-main.details-main--no-header .details__image {
    background-color: #ffffff;
}

/*
.details-main, .details-main.details-main--film {
    .details {
        .details__element--padding-5 { padding: 0 0 5px 0; }
        .details__element--padding-10 { padding: 0 0 10px 0; }
        .details__element--padding-20 { padding: 0 0 20px 0; }
        .details__element--padding-30 { padding: 0 0 30px 0; }
        .details__element--padding-40 { padding: 0 0 40px 0; }
        .details__element--padding-50 { padding: 0 0 50px 0; }
        .details__element--padding-60 { padding: 0 0 60px 0; }
    }
}*/

.details-main.details-main--film .large-icon-link {
    padding: 17px 0 0 0;
    float: right;
}

.details-main.details-main--film .details__introduction .section-title {
    text-transform: uppercase;
    margin-bottom: 5px;
    max-width: 460px;
}

.details-main.details-main--film .details__introduction .section-title .section-title__translation {
    padding: 0 0 0 6px;
    color: #909090;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.details-main.details-main--film .details__crew .film-info-director,
.details-main.details-main--film .details__info .film-info-director {
    margin-bottom: 10px;
}

.details-main.details-main--film .details__crew .film-info-details,
.details-main.details-main--film .details__info .film-info-details {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 21px;
    padding: 0 40px 0 0;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.details-main.details-main--film .details__crew ul.link-icons li,
.details-main.details-main--film .details__info ul.link-icons li {
    display: inline-block;
    padding: 0 30px 0 0;
}

.details-main.details-main--film .details__crew ul.link-icons li a i,
.details-main.details-main--film .details__info ul.link-icons li a i {
    margin: 0 0 0 5px;
    background-color: #D89D0F;
}

.details-main.details-main--film .details__crew ul.link-icons li a:hover i.fa,
.details-main.details-main--film .details__info ul.link-icons li a:hover i.fa {
    background-color: #1C1C1C;
}

.details-main.details-main--film .details__crew ul.link-icons li:last-child,
.details-main.details-main--film .details__info ul.link-icons li:last-child {
    padding: 0;
}

.details-main.details-main--film .details__accordion .section-title.section-title--accordion {
    outline: none !important;
    cursor: pointer;
    padding: 0 0 30px 0;
    position: relative;
    transition: 300ms ease;
}

.details-main.details-main--film .details__accordion .section-title.section-title--accordion span.fa {
    position: absolute;
    right: 0;
    color: #D89D0F;
}

.details-main.details-main--film .details__accordion .section-title.section-title--accordion::after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.details-main.details-main--film .details__accordion .accordion-content {
    padding: 0 0 60px 0;
}

.details-main.details-main--film .details__accordion .accordion-content .h-rating i.fa-star {
    margin: 0 1px;
}

.details-main.details-main--film .section-title.section-title--accordion:hover {
    color: #D89D0F;
}

.details-main.details-main--film .details__accordion .review {
    margin-bottom: 15px;
}

.details-main.details-main--film .details__accordion .review p:last-child {
    font-weight: 700;
}

.details__gallery {
    margin: -6px;
}

.details__gallery .details__gallery-item {
    padding: 6px;
}

.details__gallery .details__gallery-item a {
    display: block;
    overflow: hidden;
}

.details__gallery .details__gallery-item img {
    transition: 300ms ease;
}

.details__gallery .details__gallery-row:last-child {
    margin: 0;
}

.details-main.details-main--film.details-main--with-poster {
    /*
  .details__social {
      padding: 10px 30px 0 30px;
      .details__social-label { float: left; }
  }
  */
}

.details-main.details-main--film.details-main--with-poster .details-right {
    padding: 30px;
}

.details-main.details-main--film.details-main--with-poster .details__image {
    padding-bottom: 30px;
    position: relative;
}

.details-main.details-main--film.details-main--with-poster .details__image.details__image--transparent-bg {
    padding: 30px 0 20px 0;
}

.details-main.details-main--film.details-main--with-poster .details__image .badge-img {
    top: auto;
    bottom: 50px;
    right: 20px;
}

.details-main.details-main--film.details-main--with-poster .details__image,
.details-main.details-main--film.details-main--with-poster .details__video {
    text-align: right;
    background-color: #F3F3F3;
}

.details-main.details-main--film.details-main--with-poster .details__image.details__image--white,
.details-main.details-main--film.details-main--with-poster .details__video.details__image--white {
    background-color: #ffffff;
}

.details-main.details-main--film.details-main--with-poster .details__image.details__image--poster,
.details-main.details-main--film.details-main--with-poster .details__video.details__image--poster {
    /*margin-left: -30px;
    margin-right: -30px;*/
    padding-bottom: 20px;
}

.details-main.details-main--film.details-main--with-poster .details__image.details__image--poster .badge-img,
.details-main.details-main--film.details-main--with-poster .details__video.details__image--poster .badge-img {
    bottom: 5px;
    right: 10px;
}

.details-main.details-main--film.details-main--with-poster .details__hours,
.details-main.details-main--film.details-main--with-poster .details__buy {
    padding-bottom: 20px;
}

.details-main.details-main--film.details-main--with-poster .details__hours .section-title,
.details-main.details-main--film.details-main--with-poster .details__buy .section-title {
    color: #D89D0F;
    display: inline-block;
}

.details-main.details-main--film.details-main--with-poster .details__hours .section-title--label,
.details-main.details-main--film.details-main--with-poster .details__buy .section-title--label {
    line-height: 41px;
}

.details-main.details-main--film.details-main--with-poster .details__hours .custom-select,
.details-main.details-main--film.details-main--with-poster .details__buy .custom-select {
    float: right;
}

.details-main.details-main--film.details-main--with-poster .details__hours .custom-select select,
.details-main.details-main--film.details-main--with-poster .details__buy .custom-select select {
    min-width: 130px;
}

.details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info,
.details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info {
    padding: 30px 0 0 0;
}

.details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info h3,
.details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info span,
.details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info h3,
.details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info span {
    font-size: 15px;
    color: #1C1C1C;
    line-height: 24px;
}

.details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info h3,
.details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info span,
.details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info span a,
.details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info span a:hover,
.details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info span a,
.details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info span a:hover {
    color: #1C1C1C;
    text-decoration: underline;
}

.details-main.details-main--film.details-main--with-poster .details__buy h3 {
    line-height: normal;
}

.details-main.details-main--film.details-main--with-poster .details__buy .buy-item {
    padding: 20px 0 0 0;
}

.details-main.details-main--film.details-main--with-poster .details__buy .buy-item .shop-button.shop-button--small {
    float: right;
    margin: 0 2px;
}

.details-main.details-main--film.details-main--with-poster .details__hours::after,
.details-main.details-main--film.details-main--with-poster .details__buy::after {
    content: "";
    height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.film-info-director,
.film-info-main-cast {
    display: block;
}

.film-info-director {
    font-size: 18px;
    text-transform: uppercase;
    color: #1C1C1C;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.film-info-main-cast {
    font-size: 15px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.film-info-director .label,
.film-info-main-cast .label {
    padding: 0 6px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.large-icon-link {
    padding: 30px 0 0 0;
}

.large-icon-link img.icon {
    padding: 6px;
    border-radius: 4px;
    background-color: #D89D0F;
    transition: 300ms ease;
}

.large-icon-link .large-icon-link__before-title,
.large-icon-link .large-icon-link__title {
    display: block;
}

.large-icon-link .large-icon-link__before-title {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 5px 0 1px 8px;
}

.large-icon-link .large-icon-link__title {
    font-size: 13px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 1px 0 5px 8px;
}

.large-icon-link a:hover img.icon {
    background-color: #1C1C1C;
}

.buy-item label {
    font-size: 15px;
    color: #1C1C1C;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.buy-item .price {
    color: #D89D0F;
}

.buy-item.buy-item--3-cols {
    position: relative;
    padding: 36px 0 0 0;
}

.buy-item.buy-item--3-cols .col:nth-of-type(2) {
    padding: 52px 10px 52px 0;
}

.buy-item.buy-item--3-cols .col:nth-of-type(3) {
    text-align: right;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

.buy-item.buy-item--3-cols img.left-shadow-fix {
    position: relative;
    width: calc(100% + 34px);
    left: -45px;
    transition: 300ms ease;
}

.buy-item.buy-item--3-cols:hover img {
    will-change: transform;
    -moz-transform: scale(1.05);
    -moz-transform-origin: center, center;
    -o-transform: scale(1.05);
    -o-transform-origin: center, center;
    -webkit-transform: scale(1.05);
    -webkit-transform-origin: center, center;
    transform: scale(1.05);
    transform-origin: center, center;
}

.buy-item.buy-item--3-cols span.price__before-promo {
    margin: 0;
}

.price {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

label span.price__before-promo {
    font-size: 10px;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.buy-item span.buy-item__detail,
.popup-status__content-inside span.buy-item__detail {
    display: block;
    line-height: 24px;
    font-size: 15px;
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.buy-item span.buy-item__detail span.buy-item__detail-label,
.popup-status__content-inside span.buy-item__detail span.buy-item__detail-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.buy-item span.buy-item__detail--status,
.popup-status__content-inside span.buy-item__detail--status {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.badge {
    position: absolute;
    top: -34px;
    right: -16px;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 6px rgba(28, 28, 28, 0.3);
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" /></filter></defs></svg>#gaussian_blur');
}

.badge .badge__inside {
    position: absolute;
    background-color: #D89D0F;
    height: 40px;
    width: 40px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    transform: rotate(8deg);
    transform-origin: center;
    box-shadow: 0px 0px 3px rgba(28, 28, 28, 0.3);
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" /></filter></defs></svg>#gaussian_blur');
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.badge.badge--badge-new {
    background-color: transparent;
    text-shadow: none;
    box-shadow: none;
}

.badge.badge--badge-new .badge__inside {
    box-shadow: 0px 0px 6px rgba(28, 28, 28, 0.3);
}

img.badge-img {
    position: absolute;
    top: -34px;
    right: -16px;
    height: 60px;
    width: 60px;
}

.list-films__items-film,
.shop-item-content {
    transition: 300ms ease;
}

.list-films__items-film .list-films__items-film-content,
.shop-item-content .list-films__items-film-content {
    position: relative;
}

.list-films__items-film .list-films__items-film-content .list-films__items-film-content-inside,
.list-films__items-film .list-films__items-film-content .list-films__items-film-image,
/*.list-films__items-film .list-films__items-film-content img,*/
.list-films__items-film .list-films__items-film-content .badge,
.shop-item-content .list-films__items-film-content .list-films__items-film-content-inside,
.shop-item-content .list-films__items-film-content .list-films__items-film-image,
/*.shop-item-content .list-films__items-film-content img,*/
.shop-item-content .list-films__items-film-content .badge {
    transition: 300ms ease;
}

.list-films__items-film .list-films__items-film-content img,
.shop-item-content .list-films__items-film-content img {
    transition:transform 0.3s ease;
}

.list-films__items-film .list-films__items-film-content .list-films__items-film-content-cart,
.shop-item-content .list-films__items-film-content .list-films__items-film-content-cart {
    position: absolute;
    opacity: 0;
    bottom: 0;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-top: none;
    left: -1px;
    width: calc(100% + 2px);
    padding: 5px 30px 30px 30px;
    transition: 300ms ease;
}

.list-films__items-film .list-films__items-film-content .list-films__items-film-content-cart .shop-button.shop-button--small,
.shop-item-content .list-films__items-film-content .list-films__items-film-content-cart .shop-button.shop-button--small {
    width: calc(50% - 4px);
}

.list-films__items-film .list-films__items-film-content .list-films__items-film-content-cart .shop-button.shop-button--small:nth-child(2),
.shop-item-content .list-films__items-film-content .list-films__items-film-content-cart .shop-button.shop-button--small:nth-child(2) {
    float: right;
}

.featured-item {
    display: none;
}

.featured-item {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.featured-item .featured-item__overlay {
    position: absolute;
    top: auto;
    right: 40px;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 174px);
    z-index: 5;
    pointer-events: none;
    transition: 600ms ease;
}

.featured-item .featured-item__content {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: calc(100% - 115px);
    margin-top: 115px;
}

.featured-item .featured-item__content-body,
.featured-item .featured-item__content-media {
    padding-top: 60px;
    padding-bottom: 20px;
}

.featured-item .before-section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.featured-item .section-title {
    margin: 0 0 5px 0;
}

.featured-item .film-info-director {
    margin: 0 0 24px 0;
}

.featured-item .price {
    color: #D89D0F;
}

.featured-item .col--gap-30 .featured-item__content-media {
    position: relative;
    top: -55px;
    left: -26px;
    padding: 8px;
    background-color: #ffffff;
    min-height: 300px;
}

.featured-item .col--gap-30 .featured-item__content-media time {
    float: right;
    padding: 30px 0 0 0;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd {
    text-align: center;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd img {
    width:auto;
    max-height: 325px;
    display: inline-block;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd img.badge-img.badge--badge-promo {
    top: auto;
    right: auto;
    bottom: 40px;
    left: 70px;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd img.badge-img.badge--badge-new {
    top: auto;
    right: auto;
    bottom: 40px;
    left: 70px;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd-bluray img.badge-img.badge--badge-promo {
    top: auto;
    right: auto;
    bottom: 40px;
    left: 30px;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd-bluray img.badge-img.badge--badge-new {
    top: auto;
    right: auto;
    bottom: 40px;
    left: 170px;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd-bluray img.bluray {
    position: absolute;
    top: 72px;
    left: 143px;
}

.featured-item .col--gap-30 .featured-item__content-media.media--dvd-bluray img.dvd,
.featured-item .col--gap-30 .featured-item__content-media.media--dvd-bluray img.bluray {
    width:auto;
    max-height:325px;
}

.featured-item .col--gap-60 .buy-item {
    padding: 40px 0 0 0;
}

.featured-item .col--gap-60 .buy-item::before {
    content: "";
    height: 20px;
    width: 100%;
    display: block;
    border-top: 1px solid rgba(144, 144, 144, 0.5);
}

.featured-item .featured-item__content.featured-item__content--alternate {
    max-height: calc(100% - 55px);
    margin-top: 55px;
}

.featured-item .featured-item__content.featured-item__content--alternate .featured-item__content-media {
    top: auto;
    padding: 40px 0;
}

.featured-item.featured-item-hover .featured-item__overlay {
    opacity: 0;
}

.featured-item.featured-item-hover .featured-item__overlay.visible {
    opacity: 1;
    pointer-events: auto;
}

.list-films__items-film:hover img.responsive,
.details__gallery-item:hover img.responsive,
.shop-item-content:hover img.responsive {
    will-change: transform;
    -moz-transform: scale(1.05);
    -moz-transform-origin: center, center;
    -o-transform: scale(1.05);
    -o-transform-origin: center, center;
    -webkit-transform: scale(1.05);
    -webkit-transform-origin: center, center;
    transform: scale(1.05);
    transform-origin: center, center;
}

.list-films__items-film:hover img.badge-img,
.details__gallery-item:hover img.badge-img,
.shop-item-content:hover img.badge-img {
    width: 66px;
    height: 66px;
    top: -37px;
    right: -19px;
}

.list-films__items-film:hover .list-films__items-film-content-cart,
.details__gallery-item:hover .list-films__items-film-content-cart,
.shop-item-content:hover .list-films__items-film-content-cart {
    opacity: 1;
    bottom: -55px;
}

.shop-item-content:hover img.badge-img {
    width: 66px;
    height: 66px;
    top: auto;
    left: auto;
    bottom: 7px;
    right: 17px;
}

div.no-image-available:hover {
    will-change: transform;
    transform: scale(1.05);
    transform-origin: center, center;
}

.list-news__item div.list-news__item-image {
    transition: 300ms ease;
}

.list-news__item:hover div.list-news__item-image {
    will-change: transform;
    transform: scale(1.05);
    transform-origin: center, center;
}

.details__related-list-item img {
    transition: 300ms ease;
}

.details__related-list-item:hover img {
    will-change: transform;
    transform: scale(1.05);
    transform-origin: center, center;
}

.sign-in-up,
.cart,
.checkout {
    background-color: #F3F3F3;
}

.sign-in-up .form-page,
.cart .form-page,
.checkout .form-page {
    display:none;
    pointer-events: none;
    width: 100%;
    max-height: 0;
}

.sign-in-up .form-page.active,
.cart .form-page.active,
.checkout .form-page.active {
    display:block;
    pointer-events: auto;
    position: relative;
    max-height: none;
}

.sign-in-up .form-page.active.form-page--margin-bottom,
.cart .form-page.active.form-page--margin-bottom,
.checkout .form-page.active.form-page--margin-bottom {
    margin-bottom: 60px;
}

.sign-in-up .sign-in-up__content,
.sign-in-up .cart__content,
.sign-in-up .checkout__content,
.cart .sign-in-up__content,
.cart .cart__content,
.cart .checkout__content,
.checkout .sign-in-up__content,
.checkout .cart__content,
.checkout .checkout__content {
    background-color: #ffffff;
}

.sign-in-up .grey-container,
.cart .grey-container,
.checkout .grey-container {
    background-color: #F3F3F3;
    padding: 40px 20px;
}

/*
.sign-in-up .grey-container.grey-container--min-height,
.cart .grey-container.grey-container--min-height,
.checkout .grey-container.grey-container--min-height {
    min-height: 520px;
}
*/

.sign-in-up .transparent-container,
.cart .transparent-container,
.checkout .transparent-container {
    padding: 35px 25px;
}

.sign-in-up .indented,
.cart .indented,
.checkout .indented {
    padding-left: 20px;
}

.sign-in-up .first-margin,
.cart .first-margin,
.checkout .first-margin {
    margin-top: 24px;
}

.sign-in-up .margin-bottom,
.cart .margin-bottom,
.checkout .margin-bottom {
    margin-bottom: 24px;
    display: inline-block;
}

.sign-in-up .col-32,
.cart .col-32,
.checkout .col-32 {
    width: 32%;
}

.sign-in-up .col-45,
.cart .col-45,
.checkout .col-45 {
    width: 45%;
}

.sign-in-up .col-55,
.cart .col-55,
.checkout .col-55 {
    width: 55%;
}

.sign-in-up .col-68,
.cart .col-68,
.checkout .col-68 {
    width: 68%;
}

.sign-in-up .order-list,
.cart .order-list,
.checkout .order-list {
    width: 100%;
}

.sign-in-up .order-list:not(:last-of-type),
.cart .order-list:not(:last-of-type),
.checkout .order-list:not(:last-of-type) {
    border-bottom: 1px solid rgba(28, 28, 28, 0.5);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.sign-in-up .order-list tr,
.cart .order-list tr,
.checkout .order-list tr {
    width: 100%;
}

.sign-in-up .order-list tr:not(:last-of-type) td,
.cart .order-list tr:not(:last-of-type) td,
.checkout .order-list tr:not(:last-of-type) td {
    padding-bottom: 20px;
}

.checkout .order-list .-disabled {
    text-decoration:line-through;
}

.sign-in-up .order-list td,
.cart .order-list td,
.checkout .order-list td {
    font-size: 15px;
}

.sign-in-up .order-list td.value,
.cart .order-list td.value,
.checkout .order-list td.value {
    text-align: right;
    min-width: 60px;
}

.sign-in-up .order-list td.regular,
.cart .order-list td.regular,
.checkout .order-list td.regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.sign-in-up .order-list td.medium,
.cart .order-list td.medium,
.checkout .order-list td.medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.sign-in-up .order-list td.bold,
.cart .order-list td.bold,
.checkout .order-list td.bold {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.checkout .order-submit.-hidden {
    display:none;
}

button.cart-item-remove,
button.popup-item-remove {
    cursor: pointer;
    border: none;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    top: calc(50% - 11px);
}

button.cart-item-remove>img,
button.popup-item-remove>img {
    opacity: .3;
    transition: 300ms ease;
}

button.cart-item-remove:hover>img,
button.popup-item-remove:hover>img {
    opacity: .6;
}

button.cart-item-remove.popup-item-remove--yellow>img,
button.cart-item-remove.cart-item-remove--yellow>img,
button.popup-item-remove.popup-item-remove--yellow>img,
button.popup-item-remove.cart-item-remove--yellow>img {
    opacity: 1;
}

button.cart-item-remove.popup-item-remove--yellow:hover>img,
button.cart-item-remove.cart-item-remove--yellow:hover>img,
button.popup-item-remove.popup-item-remove--yellow:hover>img,
button.popup-item-remove.cart-item-remove--yellow:hover>img {
    opacity: .6;
}


.cart-summary .section-text { margin: 0 0 24px 0; }
.cart .transparent-container {
    padding: 35px 25px 35px 25px;
}

.cart .transparent-container.transparent-container--alt-padding {
    padding: 0 25px 0 25px;
}

.cart .col-5 {
    width: 5%;
}

.cart .col-10 {
    width: 10%;
}

.cart .col-10h {
    width: 10.5%;
}

.cart .col-11h {
    width: 11.5%;
}

.cart .col-12h {
    width: 12.5%;
}

.cart .col-14h {
    width: 14.5%;
}

.cart .col-21 {
    width: 21%;
}

.cart .col-20 {
    width: 20%;
}

.cart .col-26 {
    width: 26%;
}

.cart .col-33d3 {
    width: 33.33%;
}

.cart .col-34h {
    width: 34.5%;
}

.cart .col-39h {
    width: 39.5%;
}

.cart .col-40 {
    width: 40%;
}

.cart .col-41 {
    width: 41%;
}

.cart .col-51 {
    width: 51%;
}

.cart .col-54 {
    width: 54%;
}

.cart .col-60h {
    width: 60.5%;
}

.cart .col-61h {
    width: 61.5%;
}

.cart .col-64h {
    width: 64.5%;
}

.cart .col-69 {
    width: 69%;
}

.cart .col-95 {
    width: 95%;
}

.cart .col-100 {
    width: 100%;
}

.cart .col-100.col-100--offset {
    width: 69%;
    margin-top: 30px;
}

.cart input[type="type"] {
    width: 30px;
    text-align: center;
    -webkit-appearance: none;
    border: 1px solid #1C1C1C;
}

.cart .ui-spinner {
    position: relative;
    display: inline-block;
    height: 22px;
}

.cart .ui-spinner-button {
    right: -12px;
    cursor: pointer;
    height: 11px;
    width: 12px;
    background-color: #1C1C1C;
    position: absolute;
    transition: 300ms ease;
}

.cart .ui-spinner-button:after {
    position: absolute;
    font-size: 8px;
    font-family: FontAwesome;
    color: #ffffff;
    top: 1px;
    left: 3px;
}

.cart .ui-spinner-button:hover {
    background-color: #d89d0f;
}

.cart .ui-spinner-up {
    top: 0px;
    line-height: 7px;
}

.cart .ui-spinner-up:after {
    content: '\f0d8';
}

.cart .ui-spinner-down {
    bottom: 0px;
    line-height: 8px;
}

.cart .ui-spinner-down:after {
    content: '\f0d7';
}

.cart .medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.cart p,
.cart input {
    color: #1C1C1C;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.cart .cart-items__list .item:not(.item:last-child) {
    margin-bottom: 75px;
}

.cart .cart-items__list .item:first-child:last-child:before {
    content: none !important;
}

.cart .cart-items__list .item,
.cart .cart-items__footer-subtotal .item,
.cart .cart-items__footer-details .item {
    position: relative;
}

.cart .cart-items__list .item:not(:last-child):before,
.cart .cart-items__list .item:first-child:last-child:before,
.cart .cart-items__footer-subtotal .item:not(:last-child):before,
.cart .cart-items__footer-subtotal .item:first-child:last-child:before,
.cart .cart-items__footer-details .item:not(:last-child):before,
.cart .cart-items__footer-details .item:first-child:last-child:before {
    content: '';
    height: 1px;
    background-color: rgba(28, 28, 28, 0.5);
    position: absolute;
    bottom: -35px;
    left: 15px;
    width: calc(100% - 30px);
}

.cart .cart-items__footer-details {
    padding-top: 0;
}

.cart .cart-items__footer-subtotal,
.cart .cart-items__footer-details {
    padding-bottom: 80px;
}

.cart .cart-items__footer-subtotal .item,
.cart .cart-items__footer-details .item {
    position: relative;
}

.cart .cart-items__footer-subtotal .item:not(:last-child):before,
.cart .cart-items__footer-subtotal .item:first-child:last-child:before,
.cart .cart-items__footer-details .item:not(:last-child):before,
.cart .cart-items__footer-details .item:first-child:last-child:before {
    bottom: -40px;
}

.cart .cart-items__footer-total {
    padding: 22px 25px;
    margin-bottom: 35px;
}

.cart div.cart-item__content-image {
    width: 100%;
    left: 0;
    top: 0;
}

.cart div.cart-item__content-image img:not(.badge-img) {
    margin-top: -30px;
    margin-bottom: -30px;
    margin-left: -40px;
    width: 140%;
}

.cart div.cart-item__content-image img.badge-img {
    transform: none;
    right: -22px;
    bottom: -5px;
}

.cart .margin-top-compensation {
    margin-top: 8px;
}

.cart label.cart-item-code {
    float: left;
}

.cart input.cart-item-code {
    float: right;
    margin: 0 !important;
    text-align: left;
}

.cart button.cart-item-update-code {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: transparent;
    border: 1px solid #868585;
}

.payment-methods {
    padding: 35px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.payment-methods img:not(:last-of-type) {
    margin-right: 5px;
}

.shop-page-forms label,
.shop-page-forms .notes {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.shop-page-forms label {
    color: #1C1C1C;
    font-size: 15px;
    display: block;
}

.shop-page-forms label.inline-block {
    display: inline-block;
}

.shop-page-forms label.size-16 {
    font-size: 16px;
}

.shop-page-forms label.medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.shop-page-forms label.bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.shop-page-forms label.password-related {
    font-size: 14px;
    margin-bottom: 8px;
}

.shop-page-forms div.notes-container {
    margin: 30px 2px 0 2px;
}

.shop-page-forms div.notes-container.notes-container--no-margin {
    margin: 0 2px;
}

.shop-page-forms .notes {
    font-size: 14px;
    color: rgba(28, 28, 28, 0.7);
    display: block;
    margin: 8px 0;
}

.shop-page-forms span.notes.notes--no-margin {
    margin: 0;
}

.shop-page-forms .notes strong,
.shop-page-forms .notes b {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.shop-page-forms span.notes.notes--on-radio-check {
    margin: 5px 0 0 26px;
}

.shop-page-forms span.notes.notes--inline {
    display: inline;
    font-size: 15px;
}

.shop-page-forms span.notes.notes--absolute-above {
    position: absolute;
    margin: 0;
    bottom: -20px;
}

.shop-page-forms span.notes.notes--required-fields {
    margin: 14px 0 8px 0;
}

.shop-page-forms span.notes.notes--required-fields.notes--required-fields-alt {
    margin: 4px 0 8px 0;
}

.shop-page-forms a.link {
    color: #1C1C1C;
    font-size: 14px;
    line-height: 140%;
}

.shop-page-forms a.link:hover {
    color: rgba(28, 28, 28, 0.8);
}

.shop-page-forms .form-group:not(.form-group--visible-overflow) {
    overflow: hidden;
}

.shop-page-forms .form-group:first-of-type,
.shop-page-forms .form-group:not(:last-of-type) {
    padding-bottom: 25px;
}

.shop-page-forms .form-group.form-group--no-padding {
    padding: 2px 0;
}

.shop-page-forms .form-group>div:not(col-*) {
    padding-bottom: 10px;
}

.shop-page-forms input[type="text"],
.shop-page-forms input[type="email"],
.shop-page-forms input[type="number"],
.shop-page-forms input[type="password"],
.shop-page-forms select {
    width: 100%;
    color: #1C1C1C;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #E8E8E8;
    margin-top: 10px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.shop-page-forms input[type="text"].no-margin-top,
.shop-page-forms input[type="email"].no-margin-top,
.shop-page-forms input[type="number"].no-margin-top,
.shop-page-forms input[type="password"].no-margin-top,
.shop-page-forms select.no-margin-top {
    margin-top:0;
}

.shop-page-forms input[type="text"].inline-block,
.shop-page-forms input[type="email"].inline-block,
.shop-page-forms input[type="number"].inline-block,
.shop-page-forms input[type="password"].inline-block,
.shop-page-forms select.inline-block {
    width: auto;
    display: inline-block;
}

.shop-page-forms .remember-me {
    margin-top: 20px;
}

.shop-page-forms .remember-me label,
.shop-page-forms .mailing-list label {
    font-size: 14px;
}

.shop-page-forms .remember-me .checkbox input+span:before,
.shop-page-forms .remember-me .radio input+span:before,
.shop-page-forms .mailing-list .checkbox input+span:before,
.shop-page-forms .mailing-list .radio input+span:before {
    background-color: #ffffff;
}

.checkout .checkout-steps .checkout-steps__step {
    background-color: #E9E9E9;
    color: #1C1C1C;
    width: 33.33%;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 15px;
    border-right: 2px solid #ffffff;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.checkout .checkout-steps .checkout-steps__step:last-child:before,
.checkout .checkout-steps .checkout-steps__step:last-child:after {
    content: none;
}

.checkout .checkout-steps .checkout-steps__step:before,
.checkout .checkout-steps .checkout-steps__step:after {
    content: '';
    background-color: #E9E9E9;
    position: absolute;
}

.checkout .checkout-steps .checkout-steps__step:before {
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    z-index: 2;
}

.checkout .checkout-steps .checkout-steps__step:after {
    right: -8px;
    top: 7px;
    width: 12px;
    height: 12px;
    z-index: 1;
    transform-origin: center;
    transform: rotate(45deg);
    border: 2px solid #ffffff;
}

.checkout .checkout-steps .checkout-steps__step.active {
    background-color: #1C1C1C;
    color: #ffffff;
}

.checkout .checkout-steps .checkout-steps__step.active:before,
.checkout .checkout-steps .checkout-steps__step.active:after {
    background-color: #1C1C1C;
}

.checkout .checkout-steps .checkout-steps__step.previous {
    background-color: #D89D0F;
    color: #ffffff;
}

.checkout .checkout-steps .checkout-steps__step.previous:before,
.checkout .checkout-steps .checkout-steps__step.previous:after {
    background-color: #D89D0F;
}

@media screen and (max-device-width: 1474px),
screen and (max-width: 1474px) {
    header div.wrapper nav.main-nav ul {
        padding: 31px 0;
        text-align: center;
        transition: 300ms ease;
    }
    .about-us .image-additional-col {
        min-width: 100%;
    }
}

@media screen and (max-device-width: 1366px),
screen and (max-width: 1366px) {
    div.wrapper,
    div.wrapper.wrapper--no-header {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    div.wrapper-narrow {
        padding-left: 20px;
        padding-right: 20px;
    }
    header div.wrapper nav.main-nav ul li {
        transition: 300ms ease;
    }
}

@media only screen and (max-width: 1224px) {
    .details-main__with-header div.wrapper-narrow {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li {
        transition: 300ms ease;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .featured-item.featured-item-hover {
        display: none;
    }
}

@media only screen and (max-width: 1080px) {
    header div.wrapper nav.main-nav ul.main-nav-menu {
        text-align: left;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li {
        padding: 0 10px;
        will-change: transform;
        transition: none;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li img {
        width: 120px;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li:first-child {
        display: block;
        padding: 0 0 22px 0;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li:nth-child(3) {
        padding: 0 20px 0 0;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu,
    header div.wrapper nav.main-nav ul.films-nav-menu,
    header div.wrapper nav.films-nav ul.main-nav-menu,
    header div.wrapper nav.films-nav ul.films-nav-menu {
        padding: 16px 20px 16px 16px;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child {
        padding: 0 5px 0 0;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child {
        padding: 0 0 0 5px;
    }
}

@media only screen and (max-width: 991px) {
    div.page {
        padding: 0 18px;
        margin-top: 0;
    }
    .popup-status a.link,
    .account-details a.link,
    .sign-in-up a.link,
    .cart a.link,
    .checkout a.link {
        font-size: 14px;
    }
    .popup-status .button,
    .account-details .button,
    .sign-in-up .button,
    .cart .button,
    .checkout .button {
        font-size: 11px;
        height: 32px;
        line-height: 32px;
    }
    .popup-status .button.button--margin-top,
    .account-details .button.button--margin-top,
    .sign-in-up .button.button--margin-top,
    .cart .button.button--margin-top,
    .checkout .button.button--margin-top,
    .order-submit {
        margin-top: 12px;
    }
    .popup-status .button.button--margin-top:not(:first-of-type),
    .account-details .button.button--margin-top:not(:first-of-type),
    .sign-in-up .button.button--margin-top:not(:first-of-type),
    .cart .button.button--margin-top:not(:first-of-type),
    .checkout .button.button--margin-top:not(:first-of-type) {
        margin-top: 5px;
    }
    .popup-status .button.button--margin-medium-top,
    .account-details .button.button--margin-medium-top,
    .sign-in-up .button.button--margin-medium-top,
    .cart .button.button--margin-medium-top,
    .checkout .button.button--margin-medium-top {
        margin-top: 15px;
    }
    .popup-status .button.button--margin-large-top,
    .account-details .button.button--margin-large-top,
    .sign-in-up .button.button--margin-large-top,
    .cart .button.button--margin-large-top,
    .checkout .button.button--margin-large-top {
        margin-top: 30px;
    }
    .popup-status .button.button--fixed-width,
    .account-details .button.button--fixed-width,
    .sign-in-up .button.button--fixed-width,
    .cart .button.button--fixed-width,
    .checkout .button.button--fixed-width {
        max-width: 140px;
        padding: 0;
    }
    .popup-status .button.button--fixed-width-smaller,
    .account-details .button.button--fixed-width-smaller,
    .sign-in-up .button.button--fixed-width-smaller,
    .cart .button.button--fixed-width-smaller,
    .checkout .button.button--fixed-width-smaller {
        max-width: 100px;
        padding: 0;
    }
    .popup-status .button.button--fixed-width-large,
    .account-details .button.button--fixed-width-large,
    .sign-in-up .button.button--fixed-width-large,
    .cart .button.button--fixed-width-large,
    .checkout .button.button--fixed-width-large {
        max-width: 180px;
        padding: 0;
    }
    .popup-status .button.button--style-04-alternate img.button-icon-01,
    .account-details .button.button--style-04-alternate img.button-icon-01,
    .sign-in-up .button.button--style-04-alternate img.button-icon-01,
    .cart .button.button--style-04-alternate img.button-icon-01,
    .checkout .button.button--style-04-alternate img.button-icon-01 {
        width: 30px;
    }
    .popup-status .button.button--style-04-alternate img.button-icon-02,
    .account-details .button.button--style-04-alternate img.button-icon-02,
    .sign-in-up .button.button--style-04-alternate img.button-icon-02,
    .cart .button.button--style-04-alternate img.button-icon-02,
    .checkout .button.button--style-04-alternate img.button-icon-02 {
        width: 24px;
    }
    .popup-status__content .message-section__group:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .popup-status__content .message-section:not(:last-of-type) {
        margin-bottom: 30px;
    }
    div.popup-status__content-image,
    div.cart-item__content-image {
        top: -22px;
    }
    .buy-item span.buy-item__detail,
    .popup-status__content-inside span.buy-item__detail {
        font-size: 12px;
        line-height: 16px;
    }
    .buy-item span.buy-item__detail span.buy-item__detail-label,
    .popup-status__content-inside span.buy-item__detail span.buy-item__detail-label {
        font-size: 12px;
    }
    ul.breadcrumb {
        display: none;
    }
    div.wrapper.wrapper--about-us {
        padding: 142px 0 0 0;
    }
    div.wrapper.wrapper--no-header {
        padding: 112px 0 0 0;
    }
    section {
        padding: 30px 0 30px 0;
    }
    section.section--no-top-padding {
        padding: 0 0 30px 0;
    }
    section.section--last-of-page {
        padding-bottom: 40px;
    }
    section.section--with-filters {
        padding-top: 20px;
    }
    .section-title {
        font-size: 15px;
    }
    .section-title.section-title--medium {
        font-size: 18px;
    }
    .section-title.section-title--large {
        font-size: 20px;
    }
    .section-text p,
    .section-text ul,
    .section-text a {
        font-size: 14px;
        line-height: 20px;
    }
    /*.section-text p,*/
    .section-text .section-text__group {
        margin: 0 0 14px 0;
    }
    .section-text .section-text__group .section-text__group-role {
        font-size: 14px;
    }
    .section-text .section-text__group .section-text__group-pre-email {
        font-size: 14px;
    }
    .section-text .section-text__group .section-text__group-email {
        font-size: 14px;
    }
    .section-text .section-text__group .section-text__group-phone,
    .section-text .section-text__group .section-text__group-fax {
        font-size: 14px;
    }
    .section-text .section-text__group .section-text__group-address,
    .section-text .section-text__group .section-text__group-address p {
        font-size: 14px;
    }
    .mobile-first-padding {
        padding: 135px 20px 20px 20px;
    }
    .mobile-first-padding.mobile-first-padding--bottom {
        padding: 135px 20px 20px 20px;
    }
    .mobile-first-padding.mobile-first-padding--bg-grey {
        background-color: #F3F3F3;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    div.social-sidebar {
        display: none;
    }
    header {
        padding: 0 18px;
        top: 0;
    }
    /*
  header.with-account-bar {
    top: 0; }
  */
    .page.with-account-bar {
        margin-top: 0;
    }
    .account-bar,
    .account-bar.visible {
        display: none;
    }
    .search-header-form .form-group input[type="submit"],
    .section-search-filters .form-group input[type="submit"],
    .search-results-form .form-group input[type="submit"],
    .details__hours .form-group input[type="submit"] {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 13px;
        right: 2px;
    }
    .featured-header.featured-header--transparent {
        max-height: none;
        background-color: #ffffff;
    }
    .featured-header.featured-header--transparent .featured-header__item {
        height: auto;
    }
    .featured-header.featured-header--transparent .featured-header__item .featured-item__content {
        margin: 0 auto;
        padding: 0;
    }
    .featured-item {
        position: relative;
        height: auto;
    }
    .featured-item .before-section-title {
        display: none;
    }
    .featured-item .wrapper-narrow {
        padding: 0;
    }
    .featured-item .featured-item__content {
        position: relative;
        background-color: transparent;
    }
    .featured-item .details {
        display: none;
    }
    .featured-item .col--gap-30 .featured-item__content-media {
        top: 0;
        padding: 0;
        left: 0;
        width: 100%;
        min-height: 0;
    }
    .featured-item .featured-item__content-body {
        padding: 30px 15px;
        background-color: #ffffff;
    }
    .featured-item .featured-item__content-media {
        padding-top: 0;
        padding-bottom: 0;
    }
    .featured-item .section-title.section-title--medium {
        font-size: 16px;
        line-height: 20px;
        text-transform: none;
        margin-bottom: 10px;
    }
    .featured-item .mobile-featured-item-details {
        padding-top: 20px;
    }
    .featured-item .mobile-featured-item-details .date {
        text-align: right;
    }
    .about-us section.about-us__about-01 {
        padding: 0 0 30px 0;
    }
    .about-us section.about-us__about-02 {
        padding: 30px 0;
    }
    .about-us section.about-us__team {
        padding: 30px 0;
    }
    .about-us .about-us__additional-info {
        padding-top: 30px;
    }
    .about-us .about-us__additional-info div.img-background {
        display: none;
    }
    .contacts .contacts__container,
    .contacts .search-results__results,
    .search-results .contacts__container,
    .search-results .search-results__results {
        margin: 0 5px;
    }
    .search-results .form-group {
        top: 0;
    }
    .details-main .mobile-only.mobile-details-title {
        position: absolute;
        bottom: 25px;
        left: 40px;
        width: 100%;
        z-index: 1;
    }
    .details-main .mobile-only.mobile-details-title .section-title {
        color: #ffffff;
    }
    .details-main .mobile-only.details__related-item {
        padding: 0;
    }
    .details-main .details__related-item.large-icon-link::after {
        display: none;
    }
    .details-main div.wrapper.wrapper--no-header {
        padding: 0;
    }
    .details-main div.wrapper.wrapper--no-header .details {
        background-color: transparent;
    }
    .details-main div.wrapper.wrapper--no-header .details.details__-with-mobile-title {
        margin-top: 0;
        padding-top: 0;
    }
    .details-main div.wrapper.wrapper--no-header div.wrapper-narrow {
        background-color: #F3F3F3;
    }
    .details-main .details-main__with-header {
        margin: 0 -18px;
        width: calc(100% + 36px);
    }
    .details-main .details-main__with-header .wrapper-narrow {
        height: 60vw;
        min-height: 245px;
        max-height: 400px;
    }
    .details-main .details {
        position: relative;
        margin-top: -45px;
        padding-top: 70px;
    }
    .details-main .details .wrapper-narrow.wrapper-narrow--details>div {
        background-color: #ffffff;
    }
    .details-main .details .wrapper-narrow.wrapper-narrow--details>div>div:first-child {
        padding: 30px;
    }
    .details-main .details .details__introduction .section-title,
    .details-main .details .details__description .section-title {
        font-size: 18px;
        margin-bottom: 5px;
        max-width: none;
    }
    .details-main .details .details__parent,
    .details-main .details .details__related .details__related-list-item {
        display: flex;
        flex-direction: column-reverse;
    }
    .details-main .details .details-right {
        width: 100%;
        top: 0;
        margin-bottom: 30px;
        padding: 3px;
    }

    .details-main .details .details-right .details__image,
    .details-main .details .details-right .details__video {
        text-align: left;
    }
    .details-main .details .details-right.details-right--mobile-no-border {
        padding: 0;
    }
    .details-main .details .details__social {
        padding: 30px 0;
    }
    .details-main .details .details__social span.details__social-label {
        padding: 0;
    }
    .details-main .details .details__related .details__related-list-item>div:last-of-type {
        margin-bottom: 15px;
    }
    .details-main .details__e-padding:not(.no-padding-top) {
        padding-top: 15px;
    }
    .details-main .details__e-padding:not(.no-padding-bottom) {
        padding-bottom: 15px;
    }
    .details-main.details-main--film {
        margin-top: 118px;
    }
    .details-main.details-main--film .details-right {
        margin-bottom: 30px;
    }
    .details-main.details-main--film .details__introduction .section-title .section-title__translation {
        display: block;
        padding: 0;
    }
    .details-main.details-main--film .details__crew .film-info-director,
    .details-main.details-main--film .details__info .film-info-director {
        margin-bottom: 5px;
    }
    .details-main.details-main--film .details__introduction .large-icon-link {
        position: absolute;
        top: -32px;
        right: 0;
        z-index: 10;
    }
    .details-main.details-main--film .details__introduction .large-icon-link img.icon {
        width: 30px;
        height: 30px;
    }
    .details-main.details-main--film .details__introduction .large-icon-link .large-icon-link__before-title {
        font-size: 7px;
    }
    .details-main.details-main--film .details__introduction .large-icon-link .large-icon-link__title {
        font-size: 10px;
    }
    .details-main.details-main--film.details-main--with-poster .details__introduction .large-icon-link {
        top: -77px;
    }
    .details-main.details-main--film.details-main--with-poster .details__hours,
    .details-main.details-main--film.details-main--with-poster .details__buy {
        padding: 0;
    }
    .details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info,
    .details-main.details-main--film.details-main--with-poster .details__buy .details__hours-info {
        padding: 20px 0 0 0;
    }
    .details-main.details-main--film.details-main--with-poster .details__hours .section-title--label,
    .details-main.details-main--film.details-main--with-poster .details__buy .section-title--label {
        line-height: 31px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .details-main.details-main--film.details-main--with-poster .details__buy.mobile-only:before {
        content: "";
        height: 0;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(144, 144, 144, 0.5);
    }
    .details-main.details-main--film.details-main--with-poster .details__buy.mobile-only:after {
        display: none;
    }
    .details-main.details-main--film.details-main--with-poster .details__buy .buy-item.buy-item--3-cols img.left-shadow-fix {
        width: 100%;
        left: -20px;
    }
    .details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info h3,
    .details-main.details-main--film.details-main--with-poster .details__hours .details__hours-info span {
        font-size: 14px;
        line-height: 20px;
    }
    .details-main.details-main--film.details-main--with-poster .details-right {
        padding: 0;
        background-color: transparent;
    }
    .details-main.details-main--film.details-main--with-poster .details-right .details__image {
        width: calc(100% - 120px);
        max-width: 300px;
        padding-bottom: 0;
    }
    .details-main.details-main--film.details-main--with-poster .details-right .details__image.details__image--poster {
        background-color: transparent !important;
    }
    .details-main.details-main--film.details-main--with-poster .details__social .details__social-label {
        float: none;
    }
    .details-main.details-main--film.details-main--with-poster .details .details__description {
        padding: 0 0 40px 0;
    }
    .details-main.details-main--film.details-main--with-poster .details .details__description:after {
        content: "";
        height: 40px;
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(144, 144, 144, 0.5);
    }
    .details-main.details-main--film .details__crew ul.link-icons li,
    .details-main.details-main--film .details__info ul.link-icons li {
        padding: 0 15px 0 0;
    }
    .details-main.details-main--film.details-main--with-poster .details__image.details__image--white,
    .details-main.details-main--film.details-main--with-poster .details__video.details__image--white {
        background-color: transparent;
    }
    .details-main.details-main--film.details-main--with-poster .details__image.details__image--poster,
    .details-main.details-main--film.details-main--with-poster .details__video.details__image--poster {
        margin-left: -18px !important;
        margin-right: -18px !important;
        padding-bottom: 30px;
    }
    .details-main.details-main--film.details-main--with-poster .details .details__description {
        padding: 0;
    }
    .details-main.details-main--film.details-main--with-poster .details .details__description::after {
        display: none;
    }
    .film-info-director,
    .film-info-main-cast {
        font-size: 12px;
    }
    .film-info-director .label,
    .film-info-main-cast .label {
        font-size: 10px;
        padding: 0 3px 0 0;
    }
    .search-header-form .section-title,
    .section-search-filters .section-title,
    .search-results-form .section-title,
    .details__hours .section-title,
    .newsletter-form .section-title {
        margin-bottom: 30px;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child {
        padding: 0 15px 0 0;
        text-align: left;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child {
        padding: 0 0 0 15px;
    }
    .search-header-form .section-header-form__search,
    .search-header-form .section-search-filters__search,
    .search-header-form .search-results-form__search,
    .section-search-filters .section-header-form__search,
    .section-search-filters .section-search-filters__search,
    .section-search-filters .search-results-form__search,
    .search-results-form .section-header-form__search,
    .search-results-form .section-search-filters__search,
    .search-results-form .search-results-form__search,
    .details__hours .section-header-form__search,
    .details__hours .section-search-filters__search,
    .details__hours .search-results-form__search,
    .newsletter-form .section-header-form__search,
    .newsletter-form .section-search-filters__search,
    .newsletter-form .search-results-form__search {
        padding: 0;
    }
    .search-header-form .form-group label,
    .section-search-filters .form-group label,
    .search-results-form .form-group label,
    .details__hours .form-group label,
    .newsletter-form .form-group label {
        font-size: 12px;
    }
    .search-header-form .form-group select,
    .search-header-form .form-group input[type="search"],
    .search-header-form .form-group input[type="email"],
    .section-search-filters .form-group select,
    .section-search-filters .form-group input[type="search"],
    .section-search-filters .form-group input[type="email"],
    .search-results-form .form-group select,
    .search-results-form .form-group input[type="search"],
    .search-results-form .form-group input[type="email"],
    .details__hours .form-group select,
    .details__hours .form-group input[type="search"],
    .details__hours .form-group input[type="email"],
    .newsletter-form .form-group select,
    .newsletter-form .form-group input[type="search"],
    .newsletter-form .form-group input[type="email"] {
        max-width: 100%;
        min-width: 0;
        font-size: 11px;
        padding: 7px 34px 7px 10px;
    }
    .search-header-form .form-group .custom-select::after,
    .section-search-filters .form-group .custom-select::after,
    .search-results-form .form-group .custom-select::after,
    .details__hours .form-group .custom-select::after,
    .newsletter-form .form-group .custom-select::after {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 13px;
        right: 2px;
    }
    .news div.clearfix.clearfix--gap-30,
    .featured-films div.clearfix.clearfix--gap-30,
    .featured-dvds div.clearfix.clearfix--gap-30,
    .all-films div.clearfix.clearfix--gap-30,
    .all-dvds div.clearfix.clearfix--gap-30 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .news .col--gap-30,
    .featured-films .col--gap-30,
    .featured-dvds .col--gap-30,
    .all-films .col--gap-30,
    .all-dvds .col--gap-30 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .news div.list-news__item,
    .featured-films div.list-news__item,
    .featured-dvds div.list-news__item,
    .all-films div.list-news__item,
    .all-dvds div.list-news__item {
        margin: 20px 0 0 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .news div.list-news__item-body,
    .featured-films div.list-news__item-body,
    .featured-dvds div.list-news__item-body,
    .all-films div.list-news__item-body,
    .all-dvds div.list-news__item-body {
        padding: 30px;
    }
    .news div.list-news__item-body h1,
    .featured-films div.list-news__item-body h1,
    .featured-dvds div.list-news__item-body h1,
    .all-films div.list-news__item-body h1,
    .all-dvds div.list-news__item-body h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .news div.list-news__item-body div.list-news__item-body-text,
    .featured-films div.list-news__item-body div.list-news__item-body-text,
    .featured-dvds div.list-news__item-body div.list-news__item-body-text,
    .all-films div.list-news__item-body div.list-news__item-body-text,
    .all-dvds div.list-news__item-body div.list-news__item-body-text {
        font-size: 14px;
        line-height: 20px;
    }
    .news div.list-news__item-body div.list-news__item-body-footer,
    .featured-films div.list-news__item-body div.list-news__item-body-footer,
    .featured-dvds div.list-news__item-body div.list-news__item-body-footer,
    .all-films div.list-news__item-body div.list-news__item-body-footer,
    .all-dvds div.list-news__item-body div.list-news__item-body-footer {
        margin: 20px 0 0 0;
    }
    div.list-films__items-film-content-inside,
    div.popup-status__content-inside {
        padding: 15px;
    }
    div.list-films__items-film-content-inside h1,
    div.popup-status__content-inside h1,
    div.cart-item__content-inside h1 {
        font-size: 13px;
    }
    div.list-films__items-film-content-inside h2,
    div.popup-status__content-inside h2,
    div.cart-item__content-inside h2 {
        font-size: 12px;
    }
    div.list-films__items-film-content-inside div.list-news__item-body-text,
    div.popup-status__content-inside div.list-news__item-body-text,
    div.cart-item__content-inside div.list-news__item-body-text {
        font-size: 12px;
        line-height: 12px;
    }
    div.list-films__items-film-content-inside .additional-info,
    div.popup-status__content-inside .additional-info,
    div.cart-item__content-inside .additional-info {
        margin: 5px 0 0 0;
        font-size: 7px;
    }
    div.list-films__items-film-content-inside .additional-info.additional-info.additional-info--added-to-cart,
    div.popup-status__content-inside .additional-info.additional-info.additional-info--added-to-cart,
    div.cart-item__content-inside .additional-info.additional-info.additional-info--added-to-cart {
        margin-bottom: 5px;
    }
    span.list-films__items-film-content-status {
        margin: 5px 0 0 0;
        font-size: 10px;
    }
    span.list-films__items-film-content-status-before-promo {
        font-size: 7px;
    }
    .featured-films div.list-films__items,
    .featured-dvds div.list-films__items,
    .list-films div.list-films__items,
    .list-dvds div.list-films__items {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .featured-dvds div.list-films__items-film-content,
    .all-dvds div.list-films__items-film-content {
        background-color: #F3F3F3;
    }
    .featured-dvds div.list-films__items-film-content-inside,
    .all-dvds div.list-films__items-film-content-inside {
        border-top: 1px solid #E8E8E8;
        background-color: #ffffff;
    }
    div.list-films__items-film {
        margin: 30px 0 0 0;
    }
    div.list-films__items-film-content-cart {
        display: none;
    }
    .slideshow-header.slideshow-header--shop-products .shop-item-content {
        padding: 70px 5px 0 5px;
    }
    .message-status .message-status__content {
        padding: 25px 50px 25px 25px;
    }
    .message-status .message-status__content>.message {
        font-size: 12px;
        line-height: 16px;
    }
    .message-status.message-status--margin-bottom {
        margin-bottom: 5px;
    }
    .sign-in-up,
    .cart,
    .checkout {
        background-color: #F3F3F3;
    }
    .sign-in-up .order-list td,
    .cart .order-list td,
    .checkout .order-list td {
        font-size: 12px;
    }
    .sign-in-up .order-list td.bold,
    .cart .order-list td.bold,
    .checkout .order-list td.bold {
        font-size: 13px;
    }
    .sign-in-up .order-list tr:not(:last-of-type) td,
    .cart .order-list tr:not(:last-of-type) td,
    .checkout .order-list tr:not(:last-of-type) td {
        padding-bottom: 12px;
    }
    .sign-in-up .order-list:not(:last-of-type),
    .cart .order-list:not(:last-of-type),
    .checkout .order-list:not(:last-of-type) {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .sign-in-up .form-group>div.col-md-3:not(:last-child),
    .sign-in-up .form-group>div.col-md-4:not(:last-child),
    .sign-in-up .form-group>div.col-md-6:not(:last-child),
    .cart .form-group>div.col-md-3:not(:last-child),
    .cart .form-group>div.col-md-4:not(:last-child),
    .cart .form-group>div.col-md-6:not(:last-child),
    .checkout .form-group>div.col-md-3:not(:last-child),
    .checkout .form-group>div.col-md-4:not(:last-child),
    .checkout .form-group>div.col-md-6:not(:last-child) {
        padding-bottom: 25px;
    }
    .sign-in-up .form-group .mobile-alternate-bg,
    .cart .form-group .mobile-alternate-bg,
    .checkout .form-group .mobile-alternate-bg {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -65px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        background-color: #F3F3F3;
    }
    .sign-in-up a.link,
    .sign-in-up a.link.link--alt,
    .cart a.link,
    .cart a.link.link--alt,
    .checkout a.link,
    .checkout a.link.link--alt {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    .sign-in-up .sign-in-up__content,
    .sign-in-up .cart__content,
    .sign-in-up .checkout__content,
    .cart .sign-in-up__content,
    .cart .cart__content,
    .cart .checkout__content,
    .checkout .sign-in-up__content,
    .checkout .cart__content,
    .checkout .checkout__content {
        background-color: #F3F3F3;
    }
    .sign-in-up .grey-container,
    .cart .grey-container,
    .checkout .grey-container {
        background-color: #ffffff;
    }
    .sign-in-up .margin-bottom,
    .cart .margin-bottom,
    .checkout .margin-bottom {
        margin-bottom: 20px;
        display: block;
    }
    .sign-in-up .col-32,
    .sign-in-up .col-45,
    .sign-in-up .col-55,
    .sign-in-up .col-68,
    .cart .col-32,
    .cart .col-45,
    .cart .col-55,
    .cart .col-68,
    .checkout .col-32,
    .checkout .col-45,
    .checkout .col-55,
    .checkout .col-68 {
        width: 100%;
    }
    .sign-in-up .button.button--style-05,
    .cart .button.button--style-05,
    .checkout .button.button--style-05 {
        background-color: #ffffff;
    }
    .sign-in-up .section-text p,
    .sign-in-up .section-text ul,
    .sign-in-up .section-text a,
    .cart .section-text p,
    .cart .section-text ul,
    .cart .section-text a,
    .checkout .section-text p,
    .checkout .section-text ul,
    .checkout .section-text a {
        font-size: 12px;
    }
    .cart p,
    .cart input {
        font-size: 12px;
    }
    .cart input[type="type"] {
        height: 22px;
    }
    .cart button.cart-item-update-code {
        width: 28px;
        height: 28px;
        padding: 0;
        line-height: 28px;
        text-align: center;
    }
    .cart button.cart-item-update-code img {
        width: 15px;
        height: auto;
    }
    .cart .transparent-container {
        padding: 24px 0 24px 0;
    }
    .cart .cart-items__footer-subtotal .item:not(:last-child)::before,
    .cart .cart-items__footer-subtotal .item:first-child:last-child::before,
    .cart .cart-items__footer-details .item:not(:last-child)::before,
    .cart .cart-items__footer-details .item:first-child:last-child::before {
        bottom: -25px;
    }
    .shop-page-forms label {
        font-size: 12px;
    }
    .shop-page-forms label.size-16 {
        font-size: 13px;
    }
    .shop-page-forms input[type="text"],
    .shop-page-forms input[type="email"],
    .shop-page-forms input[type="number"],
    .shop-page-forms input[type="password"],
    .shop-page-forms select {
        font-size: 12px;
        padding: 6px 16px;
        margin-top: 8px;
    }
    .shop-page-forms .remember-me label {
        font-size: 12px;
    }
    .shop-page-forms span.notes {
        font-size: 11px;
    }
    .shop-page-forms span.notes.notes--required-fields {
        margin: 8px 0;
    }
    .shop-page-forms span.notes.notes--absolute-above {
        position: relative;
        bottom: 0;
    }
    form.account-related .checkbox input+span::before,
    form.account-related .radio input+span::before {
        background-color: #ffffff;
        top: 0px;
    }
    form.account-related .radio input+span::after {
        top: 4px;
    }
    form.account-related .checkbox input+span::after {
        top: 0px;
    }
    .sign-in-up-radio__item:not(:last-of-type),
    .checkout-radio__item:not(:last-of-type) {
        margin-bottom: 12px;
    }
    .checkout .checkout-steps .checkout-steps__step {
        font-size: 11px;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        border-right: 2px solid #F3F3F3;
    }
    .checkout .checkout-steps .checkout-steps__step:before {
        width: 10px;
    }
    .checkout .checkout-steps .checkout-steps__step:after {
        right: -5px;
        top: 6px;
        width: 8px;
        height: 8px;
        border: 2px solid #F3F3F3;
    }
    .newsletter-form {
        bottom: -176px;
        margin-top: -158px;
    }
    .newsletter-form h1 {
        margin-bottom: 30px;
    }
    section.list-news {
        padding-top: 30px;
    }
    footer div.wrapper div.footer-col nav ul li:nth-child(n+2) {
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-first-padding {
        padding: 90px 15px 0 15px;
    }
    .mobile-first-padding.mobile-first-padding--bottom {
        padding: 90px 15px 20px 15px;
    }
    .popup-status {
        top: 72px;
    }
    div.page {
        padding: 0 5px 0 5px;
    }
    div.wrapper-narrow {
        padding-left: 15px;
        padding-right: 15px;
    }
    div.wrapper.wrapper--about-us {
        padding: 112px 0 0 0;
    }
    div.wrapper.wrapper--no-header {
        padding: 72px 0 0 0;
    }
    header {
        padding: 0 5px;
    }
    header .mobile-nav-header {
        display: block;
    }
    header .wrapper.wrapper--header {
        padding: 0;
        left: 5px;
        width: calc(100% - 10px);
    }
    header div.wrapper {
        position: absolute;
        top: -151px;
        transition: 300ms ease;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu {
        text-align: left;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li {
        padding: 0 !important;
        display: block;
        line-height: 20px;
        font-size: 16px;
        will-change: transform;
        transition: none;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }
    header div.wrapper nav.main-nav ul.main-nav-menu li:first-child {
        display: none;
    }
    header div.wrapper.open {
        top: 72px;
    }
    img.badge-img {
        transform: scale(0.8);
    }
    .featured-header.featured-header--transparent {
        padding: 0 5px;
    }
    .section-search-filters__search {
        width: 100%;
        max-width: 480px;
    }
    .search-header-form .section-header-form__search,
    .search-header-form .section-search-filters__search,
    .search-header-form .search-results-form__search,
    .section-search-filters .section-header-form__search,
    .section-search-filters .section-search-filters__search,
    .section-search-filters .search-results-form__search,
    .search-results-form .section-header-form__search,
    .search-results-form .section-search-filters__search,
    .search-results-form .search-results-form__search,
    .details__hours .section-header-form__search,
    .details__hours .section-search-filters__search,
    .details__hours .search-results-form__search,
    .newsletter-form .section-header-form__search,
    .newsletter-form .section-search-filters__search,
    .newsletter-form .search-results-form__search {
        text-align: left;
        padding: 10px 0 0 0;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group {
        width: 100%;
        max-width: 480px;
        text-align: left;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:first-child,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child {
        padding: 0 0 0 0;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child .custom-select,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:first-child .custom-select,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child .custom-select,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:first-child .custom-select,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:first-child .custom-select {
        width: calc(100% - 48px);
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:last-child,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child {
        padding: 10px 0 0 0;
    }
    .search-header-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child .custom-select,
    .section-search-filters .section-search-filters__filters .section-search-filters__filters-filter-group:last-child .custom-select,
    .search-results-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child .custom-select,
    .details__hours .section-search-filters__filters .section-search-filters__filters-filter-group:last-child .custom-select,
    .newsletter-form .section-search-filters__filters .section-search-filters__filters-filter-group:last-child .custom-select {
        width: calc(100% - 59px);
    }
    .search-header-form .form-group select,
    .search-header-form .form-group input[type="search"],
    .search-header-form .form-group input[type="email"],
    .section-search-filters .form-group select,
    .section-search-filters .form-group input[type="search"],
    .section-search-filters .form-group input[type="email"],
    .search-results-form .form-group select,
    .search-results-form .form-group input[type="search"],
    .search-results-form .form-group input[type="email"],
    .details__hours .form-group select,
    .details__hours .form-group input[type="search"],
    .details__hours .form-group input[type="email"],
    .newsletter-form .form-group select,
    .newsletter-form .form-group input[type="search"],
    .newsletter-form .form-group input[type="email"] {
        width: 100%;
    }
    .search-header-form .form-group input[type="search"],
    .section-search-filters .form-group input[type="search"],
    .search-results-form .form-group input[type="search"],
    .details__hours .form-group input[type="search"],
    .newsletter-form .form-group input[type="search"] {
        width: 100%;
    }
    .details-main .mobile-only.mobile-details-title {
        left: 34px;
    }
    .details-main .details {
        padding-top: 30px;
    }
    .details__gallery .details__gallery-item {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .slideshow-header,
    .featured-header {
        margin: 0 -5px 5px -5px;
    }
    .slideshow-header .h-slick__item,
    .slideshow-header .featured-header__item,
    .featured-header .h-slick__item,
    .featured-header .featured-header__item {
        height: 60vw;
        min-height: 300px;
    }
    .slideshow-header .h-slick__item .item-caption .item-caption__content,
    .slideshow-header .featured-header__item .item-caption .item-caption__content,
    .featured-header .h-slick__item .item-caption .item-caption__content,
    .featured-header .featured-header__item .item-caption .item-caption__content {
        padding: 100px 40px 40px 40px;
    }
    .slideshow-header .h-slick__item .item-caption .item-caption__content h1,
    .slideshow-header .featured-header__item .item-caption .item-caption__content h1,
    .featured-header .h-slick__item .item-caption .item-caption__content h1,
    .featured-header .featured-header__item .item-caption .item-caption__content h1 {
        font-size: 24px;
    }
    .slideshow-header .h-slick__item .item-caption .item-caption__content h2,
    .slideshow-header .featured-header__item .item-caption .item-caption__content h2,
    .featured-header .h-slick__item .item-caption .item-caption__content h2,
    .featured-header .featured-header__item .item-caption .item-caption__content h2 {
        font-size: 14px;
    }
    .slideshow-header ul.slideshow-dots,
    .featured-header ul.slideshow-dots {
        width: 100%;
        position: absolute;
        bottom: 20px;
        text-align: center;
    }
    .featured-films div.list-films__items,
    .featured-dvds div.list-films__items,
    .list-films div.list-films__items,
    .list-dvds div.list-films__items {
        margin-bottom: -20px;
    }
    .featured-films div.list-films__items-film,
    .featured-dvds div.list-films__items-film,
    .list-films div.list-films__items-film,
    .list-dvds div.list-films__items-film {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .slideshow-header.slideshow-header--shop-products .shop-item-content {
        padding: 40px 40px 0 40px;
    }
    .slideshow-header.slideshow-header--shop-products .slick-dots {
        text-align: center;
        padding-bottom: 20px;
    }
    .slideshow-header.slideshow-header--shop-products .slick-dots li {
        display: inline-block;
        margin: 3px;
    }
    .slideshow-header.slideshow-header--shop-products .slick-dots li>span {
        cursor: pointer;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #1C1C1C;
        border-radius: 5px;
        border: 2px solid #1C1C1C;
    }
    .slideshow-header.slideshow-header--shop-products .slick-dots li.slick-active>span {
        background-color: transparent;
    }
    .about-us .team-item.section-text {
        padding: 0;
        background-color: transparent;
    }
    .about-us section.about-us__team .section-title.section-title--large {
        margin-bottom: 0;
    }
    .about-us section.about-us__team .section-title.section-title--large:after {
        content: "";
        height: 20px;
        margin-bottom: 20px;
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(144, 144, 144, 0.5);
    }
    .about-us section.about-us__team .section-text .section-text__group .section-text__group-name {
        margin-bottom: 7px;
    }
    .about-us section.about-us__team .section-text .section-text__group .section-text__group-name:after {
        display: none;
    }
    .cart .cart-items {
        margin-top: 24px;
    }
    .cart .cart-items__header {
        display: none;
    }
    .cart div.clearfix.clearfix--gap-30 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .cart .col--gap-30 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cart .col-21 {
        width: 30%;
        min-width: 140px;
    }
    .cart .col-69 {
        width: 60%;
        max-width: calc(90% - 140px);
        padding-left: 30px;
    }
    .cart .col-40,
    .cart .col-20 {
        width: 100%;
        padding: 7px 0;
    }
    .cart .col-5 {
        display: none;
    }
    .cart .col-95 {
        width: 100%;
    }
    .cart .col-34h {
        width: 100%;
    }
    .cart .col-26 {
        width: calc(100% - 58px);
    }
    .cart .col-10h {
        width: 58px;
        text-align: right;
    }
    .cart .col-14h {
        min-width: 80px;
    }
    .cart .col-34h,
    .cart .col-26,
    .cart .col-10h {
        margin-bottom: 15px;
    }
    .cart .cart-items__footer-subtotal .col-14h {
        width: 50%;
    }
    .cart .cart-items__footer-subtotal .col-14h:last-child {
        text-align: right;
    }
    .cart .cart-items__footer-details .col-51,
    .cart .cart-items__footer-details .col-14h {
        width: 50%;
    }
    .cart .cart-items__footer-details .col-14h:last-child {
        text-align: right;
    }
    .cart .cart-items__footer-total .col-34h,
    .cart .cart-items__footer-total .col-26,
    .cart .cart-items__footer-total .col-10h {
        display: none;
    }
    .cart .cart-items__footer-total .col-14h {
        width: 50%;
    }
    .cart .cart-items__footer-total .col-14h:last-child {
        text-align: right;
    }
    .cart .col-100.col-100--offset {
        width: 100%;
    }
    .cart .flex-centered {
        display: block;
    }
    .cart .cart-items__list .item:not(:last-child)::before,
    .cart .cart-items__list .item:first-child:last-child::before,
    .cart .cart-items__footer-subtotal .item:not(:last-child)::before,
    .cart .cart-items__footer-subtotal .item:first-child:last-child::before,
    .cart .cart-items__footer-details .item:not(:last-child)::before,
    .cart .cart-items__footer-details .item:first-child:last-child::before {
        width: calc(100% - 20px);
        left: 10px;
    }
    .cart .cart-items__footer-total {
        margin-bottom: 0;
        margin-top: 40px;
    }
    button.cart-item-remove,
    button.popup-item-remove {
        padding: 0;
    }
    button.cart-item-remove>img,
    button.popup-item-remove>img {
        width: 14px;
    }
    .newsletter-form {
        bottom: -208px;
        margin-top: -203px;
    }
    .newsletter-form .form-group {
        text-align: center;
    }
    .newsletter-form input[type="email"] {
        width: 100%;
    }
    .newsletter-form input[type="submit"] {
        display: inline-block;
    }
    .newsletter-form.visible {
        bottom: 0;
        margin-top: 5px;
    }
    footer {
        margin: 5px -5px 0 -5px;
    }
    footer div.wrapper div.footer-col {
        padding: 15px 0;
        text-align: center;
    }
    footer div.wrapper div.footer-col div.social-links {
        float: none;
    }
    footer div.wrapper .pull-right {
        float: none !important;
    }
    footer div.wrapper div.footer-col:first-child {
        padding: 0 0 15px 0;
    }
    footer div.wrapper div.footer-col:nth-child(2) {
        padding: 15px 0 0 0;
    }
    div.scroll-top {
        bottom: calc(100% - 51px);
    }
}

@media only screen and (max-width: 670px) {
    header div.wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
    header div.wrapper .main-nav,
    header div.wrapper .films-nav {
        width: 100%;
    }
    header div.wrapper .main-nav {
        float: right;
    }
    header div.wrapper .films-nav {
        float: left;
    }
    .slideshow-header.slideshow-header--shop-products .shop-item-content {
        padding: 30px 20px 0 20px;
    }
    footer div.wrapper div.footer-col {
        padding: 15px 0;
        text-align: center;
    }
    footer div.wrapper div.footer-col div.social-links {
        float: none;
    }
    footer div.wrapper div.footer-col nav ul li {
        padding: 5px !important;
    }
    footer div.wrapper div.footer-col:first-child {
        padding: 0 0 15px 0;
    }
    footer div.wrapper div.footer-col:nth-child(2) {
        padding: 15px 0 0 0;
    }
}

@media only screen and (max-width: 600px) {
    .popup-status {
        width: calc(100% - 10px);
        left: 5px;
        right: 5px;
    }
    .popup-status.popup-status--yellow {
        padding: 40px 60px 40px 30px;
    }
    .popup-status .popup-status__content .message,
    .popup-status .popup-status__content .message-section__group p,
    .popup-status .popup-status__content td {
        font-size: 12px;
        line-height: 16px;
    }
    .popup-status .popup-status__content .message.bold,
    .popup-status .popup-status__content .message-section__group p.bold,
    .popup-status .popup-status__content td.bold {
        font-size: 13px;
    }
    .popup-status .popup-status__content .accordion-title {
        padding-right: 60px;
    }
    .popup-status .popup-cart-left {
        width: 40%;
        padding-bottom: 20px;
    }
    .popup-status .popup-cart-right {
        width: 60%;
        padding-bottom: 20px;
    }
    .popup-status:not(.popup-status--yellow) .popup-status__content {
        padding: 60px 30px 40px 30px;
    }
    .popup-close,
    .message-close {
        top: 15px;
        right: 15px;
    }
    .popup-close img,
    .message-close img {
        width: 22px;
    }
}

@media only screen and (max-width: 530px) {
    .slideshow-header.slideshow-header--shop-products .shop-item-content {
        padding: 30px 10px 0 10px;
    }
    .slideshow-header.slideshow-header--shop-products img.badge-img {
        bottom: 0px;
        right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .slideshow-header.slideshow-header--shop-products .shop-item-content {
        padding: 30px 0 0 0;
    }
    .slideshow-header.slideshow-header--shop-products img.badge-img {
        bottom: 0px;
        right: 10px;
    }
    div.popup-status__content-image,
    div.cart-item__content-image {
        top: -15px;
        left: -42px;
    }
    footer div.wrapper div.footer-col {
        padding: 15px 0;
        text-align: center;
    }
    footer div.wrapper div.footer-col div.social-links {
        float: none;
    }
}

/*# sourceMappingURL=styles.css.map */