@font-face {
  font-family: 'Luma-Icons';
  src: url("../fonts/Luma-Icons.eot");
  src: local("Luma-Icons"), url("../fonts/Luma-Icons.eot#iefix") format("embedded-opentype"), url("../fonts/Luma-Icons.woff") format("woff2"), url("http://societestore.com/pub/static/version1524228088/frontend/Societe/societe_webshop/hu_HU/css/fonts/Luma-Icons.woff") format("woff"), url("../fonts/Luma-Icons.ttf") format("truetype"), url("../fonts/Luma-Icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Thin';
  src: url("../fonts/Gotham-Thin.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-H';
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Ultra';
  src: url("../fonts/Gotham-Ultra.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Utopia Regular';
  src: url("../fonts/Utopia-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Utopia Bold';
  src: url("../fonts/Utopia-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont_v-4.7.0.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff2"), url("../fonts/fontawesome-webfont_v-4.7.0.woff") format("woff"), url("../fonts/fontawesome-webfont_v-4.7.0.ttf") format("truetype"), url("../fonts/fontawesome-webfont_v-4.7.0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: Gotham-H;
  font-size: 14px;
  line-height: 1.71;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E1E; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border: 1px solid #e1e0e5;
  color: #9b99a9;
  height: 40px;
  line-height: 40px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Utopia Bold"; }

a,
a:hover,
a:visited {
  font-family: Gotham-H;
  text-align: left;
  color: #9b99a9;
  text-decoration: underline; }

button {
  background-image: none;
  background: #fff;
  border: 1px solid semi_black;
  color: #1E1E1E;
  cursor: pointer;
  display: inline-block;
  font-family: Gotham-H;
  margin: 0;
  padding: 7px 15px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  height: 40px !important;
  padding: 0 15px !important;
  text-transform: uppercase !important;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0 !important; }

.small {
  font-size: 12px;
  color: #9b99a9; }

.action.primary,
a.action.primary {
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #fff;
  border-radius: 0; }

.action.primary:hover,
.action.primary:focus,
.action.primary:active,
a.action.primary:hover,
a.action.primary:focus,
a.action.primary:active {
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #fff; }

button.fullwidth {
  width: 100% !important;
  text-align: center !important; }

.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account {
  width: 100% !important;
  min-width: initial !important; }

#password-strength-meter-container {
  display: none; }

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
  padding: 24px !important; }
  .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    content: url("../images/ic-clear-grey-24-px.svg") !important; }

/* .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: url('../images/ic-clear-grey-24-px.svg') !important;
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
} */
.modal-popup .modal-inner-wrap {
  max-width: 960px; }
  .modal-popup .modal-inner-wrap .modal-header {
    padding: 24px;
    border: 1px solid #e1e0e5; }
    .modal-popup .modal-inner-wrap .modal-header .modal-title {
      border: none;
      padding: 0;
      font-family: "Utopia Regular";
      font-size: 20px;
      color: #1E1E1E; }
  .modal-popup .modal-inner-wrap .modal-content {
    padding: 24px;
    color: #9b99a9; }

.modal-popup.without_footer .modal-footer {
  display: none; }

.modal-popup.narrowed .modal-inner-wrap {
  max-width: 468px; }

.modal-popup.login .modal-content .actions-toolbar .primary, .modal-popup.login .modal-content .actions-toolbar .secondary {
  display: block;
  float: none;
  text-align: left; }

.modal-popup.login .modal-content .form-login {
  margin-bottom: 30px; }
  .modal-popup.login .modal-content .form-login button.login {
    margin-bottom: 7px; }

.modal-popup.login .modal-content .login_social_separator {
  text-align: center;
  background-color: #e1e0e5;
  height: 1px; }
  .modal-popup.login .modal-content .login_social_separator .text {
    text-align: center;
    padding-left: 23px;
    padding-right: 23px;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -10px;
    color: #9b99a9;
    font-size: 14px;
    text-transform: uppercase; }

.modal-popup.register .modal-content .actions-toolbar .primary, .modal-popup.register .modal-content .actions-toolbar .secondary {
  display: block;
  float: none;
  text-align: left; }

.modal-popup.register .modal-content .fieldset.create.info {
  margin-bottom: 20px; }

.modal-popup.register .modal-content .fieldset.create.account {
  margin: 0;
  display: none; }

.modal-popup.register .modal-content .actions-toolbar {
  margin-top: 20px; }

.modal-popup.register .modal-content .privacy_link {
  margin: 20px 0; }

.slideup_back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.slideup_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .slideup_wrapper .slideup {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    margin-bottom: -100%;
    -webkit-transition: margin-bottom 0.2s ease-in-out;
    -moz-transition: margin-bottom 0.2s ease-in-out;
    -o-transition: margin-bottom 0.2s ease-in-out;
    transition: margin-bottom 0.2s ease-in-out; }
    .slideup_wrapper .slideup .slideup_inner {
      background: #fff; }
    .slideup_wrapper .slideup#newsletter_slideup {
      margin-bottom: -600px; }
      @media only screen and (max-width: 767px) {
        .slideup_wrapper .slideup#newsletter_slideup {
          height: 100%; } }
      .slideup_wrapper .slideup#newsletter_slideup .slideup_inner {
        width: 640px;
        box-shadow: 0 0 5px 1px rgba(197, 197, 197, 0.8); }
        @media only screen and (max-width: 767px) {
          .slideup_wrapper .slideup#newsletter_slideup .slideup_inner {
            width: 100%; } }
        .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_bg {
          height: 100%;
          background-color: #fff;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url(../images/newsletter_image.jpg);
          width: 240px;
          position: absolute;
          background-position-x: center; }
          @media only screen and (max-width: 767px) {
            .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_bg {
              width: 100%;
              height: 50%; } }
        .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container {
          position: relative;
          height: 100%; }
          .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .header,
          .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .footer {
            border: none;
            height: 60px;
            padding: 0;
            display: block; }
          .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .header {
            display: flex;
            justify-content: flex-end; }
            .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .header button {
              border: none;
              box-shadow: none;
              background: none; }
          .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content {
            width: 464px;
            padding: 20px 56px;
            margin: auto 0 auto auto;
            color: #1E1E1E;
            box-sizing: border-box;
            background: #fff; }
            .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content input {
              padding-left: 15px; }
            @media only screen and (max-width: 767px) {
              .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content {
                width: 100%;
                padding: 0 20px 20px;
                position: absolute;
                bottom: 0; } }
            .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content .field .control:before {
              display: none; }
            .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content .newsletter_title {
              font-size: 24px;
              font-weight: 600;
              font-family: "Utopia Regular";
              margin-top: 0; }
              @media only screen and (max-width: 767px) {
                .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content .newsletter_title {
                  margin-top: 20px; } }
            .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content form {
              display: block;
              margin: 20px auto; }
              .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content form .field {
                margin-bottom: 10px;
                display: block; }
              .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content form .actions {
                display: block; }
              .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content form:after {
                content: "";
                display: table;
                clear: both; }
            .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .slideup_container .content .privacy_text {
              font-size: 12px;
              line-height: 1.5; }
        .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .close_slideup {
          padding: 10px !important; }
          .slideup_wrapper .slideup#newsletter_slideup .slideup_inner .close_slideup:before {
            content: url("../images/ic-clear-grey-16-px.svg") !important;
            position: relative;
            top: -6px;
            right: -1px; }

#newsletter_slideup_wrapper {
  position: absolute;
  height: 460px; }

.modal-popup.newsletter {
  width: 640px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .modal-popup.newsletter {
      width: 100%;
      left: 0;
      background: #fff; } }
  .modal-popup.newsletter .modal-inner-wrap {
    width: 100%;
    max-width: 100%;
    height: 460px;
    position: relative;
    display: block; }
    .modal-popup.newsletter .modal-inner-wrap .bg_container {
      height: 460px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../images/newsletter_image.jpg);
      width: 240px;
      position: absolute;
      background-position-x: center; }
    .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .modal-popup.newsletter .modal-inner-wrap .modal-header,
    .modal-popup.newsletter .modal-inner-wrap .modal-footer {
      border: none;
      height: 60px;
      padding: 0;
      display: block; }
    .modal-popup.newsletter .modal-inner-wrap .modal-footer button {
      display: none; }
  .modal-popup.newsletter .action-close {
    padding: 24px !important; }
    .modal-popup.newsletter .action-close:before {
      content: url("../images/ic-clear-grey-16-px.svg") !important; }
  .modal-popup.newsletter .modal-content {
    width: 100%;
    padding: 0; }
    .modal-popup.newsletter .modal-content .block.newsletter {
      width: 464px;
      padding: 20px 56px;
      margin: auto 0 auto auto;
      color: #1E1E1E;
      box-sizing: border-box;
      background: #fff; }
      .modal-popup.newsletter .modal-content .block.newsletter input {
        padding-left: 15px; }
      @media only screen and (max-width: 767px) {
        .modal-popup.newsletter .modal-content .block.newsletter {
          width: 100%;
          padding: 0 20px 20px; } }
      .modal-popup.newsletter .modal-content .block.newsletter .field .control:before {
        display: none; }
      .modal-popup.newsletter .modal-content .block.newsletter .newsletter_title {
        font-size: 24px;
        font-weight: 600;
        font-family: "Utopia Regular";
        margin-top: 0; }
      .modal-popup.newsletter .modal-content .block.newsletter form {
        display: block;
        margin: 20px auto; }
        .modal-popup.newsletter .modal-content .block.newsletter form .field {
          margin-bottom: 10px;
          display: block; }
        .modal-popup.newsletter .modal-content .block.newsletter form .actions {
          display: block; }
        .modal-popup.newsletter .modal-content .block.newsletter form:after {
          content: "";
          display: table;
          clear: both; }
      .modal-popup.newsletter .modal-content .block.newsletter .privacy_text {
        font-size: 12px;
        line-height: 1.5; }

@media only screen and (max-width: 767px) {
  .modal-popup.newsletter {
    margin: auto;
    width: 100%;
    left: 0;
    background: #fff; }
    .modal-popup.newsletter .modal-inner-wrap {
      width: 100%;
      max-width: 100%;
      height: 50%;
      position: relative;
      display: block; }
      .modal-popup.newsletter .modal-inner-wrap .bg_container {
        height: 50%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/newsletter_image.jpg);
        width: 100%;
        position: absolute;
        background-position-x: center; }
      .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-header {
          border: none;
          height: 60px;
          padding: 0;
          display: block; }
          .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-header .action-close {
            padding: 24px !important; }
            .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-header .action-close:before {
              content: url("../images/ic-clear-grey-16-px.svg") !important; }
        .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-footer {
          display: none; }
        .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content {
          width: 100%;
          top: 40%;
          height: 60%;
          padding: 0 20px;
          position: absolute; }
          .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal {
            height: 100%; }
            .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter {
              width: 100%;
              height: 100%;
              padding: 20px;
              margin: auto 0 auto auto;
              color: #1E1E1E;
              box-sizing: border-box;
              background: #fff; }
              .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter .field .control:before {
                display: none; }
              .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter .newsletter_title {
                font-size: 24px;
                font-weight: 600;
                font-family: "Utopia Regular";
                margin-top: 0; }
              .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter form {
                display: table;
                margin: 20px auto; }
                .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter form .field.newsletter {
                  display: table-cell; }
                .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter form .actions {
                  display: table-cell; }
                .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter form:after {
                  content: "";
                  display: table;
                  clear: both; }
              .modal-popup.newsletter .modal-inner-wrap .popup_newsletter_content_container .modal-content #popup-newsletter-modal .block.newsletter .privacy_text {
                font-size: 12px;
                line-height: 1.5; } }

.lang_switcher,
.currency_switcher {
  font-family: Gotham-H;
  text-transform: uppercase;
  margin-top: 22px; }
  .lang_switcher .dropdown-menu,
  .currency_switcher .dropdown-menu {
    display: none;
    background: #fff;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.57);
    margin-top: 5px; }
    .lang_switcher .dropdown-menu a,
    .currency_switcher .dropdown-menu a {
      font-size: 12px;
      text-decoration: none;
      color: #1E1E1E;
      padding: 5px 15px;
      display: block; }
    .lang_switcher .dropdown-menu a:hover,
    .currency_switcher .dropdown-menu a:hover {
      background: #ddd; }

.page-main,
.header.content,
.breadcrumbs {
  max-width: 1000px !important;
  width: auto; }

.breadcrumbs {
  margin: 25px auto 40px auto !important; }

.cart-totals {
  font-size: 12px; }
  .cart-totals .mark {
    background: transparent; }

@media only screen and (max-width: 767px) {
  .checkout-index-index .header_bottom_container {
    display: none; } }

.checkout-index-index #maincontent {
  background: #f9f9f9;
  max-width: 100% !important; }
  @media only screen and (max-width: 767px) {
    .checkout-index-index #maincontent {
      overflow: hidden; } }
  .checkout-index-index #maincontent .columns {
    max-width: 1000px !important;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .checkout-index-index #maincontent .columns {
        display: block; } }
    .checkout-index-index #maincontent .columns .opc-progress-bar {
      display: none; }
    .checkout-index-index #maincontent .columns .opc-block-summary {
      background: #fff !important;
      border: solid 1px #e1e0e5;
      padding: 25px; }
      .checkout-index-index #maincontent .columns .opc-block-summary .mark {
        background: #fff; }
    .checkout-index-index #maincontent .columns .opc-estimated-wrapper {
      display: flex;
      justify-content: space-between;
      margin: 0 -15px;
      padding: 10px; }
      @media only screen and (min-width: 768px) {
        .checkout-index-index #maincontent .columns .opc-estimated-wrapper {
          display: none; } }
      .checkout-index-index #maincontent .columns .opc-estimated-wrapper > div {
        float: none; }
      .checkout-index-index #maincontent .columns .opc-estimated-wrapper:before, .checkout-index-index #maincontent .columns .opc-estimated-wrapper:after {
        content: none; }
    .checkout-index-index #maincontent .columns #checkout .authentication-wrapper {
      display: none; }
    .checkout-index-index #maincontent .columns #checkoutSteps {
      background: #fff !important;
      border: solid 1px #e1e0e5;
      margin-top: 46px;
      padding: 25px; }
      .checkout-index-index #maincontent .columns #checkoutSteps .step-title {
        border: none; }
      .checkout-index-index #maincontent .columns #checkoutSteps .step-content .methods-shipping {
        border: none;
        background: none;
        padding-top: 0; }
  .checkout-index-index #maincontent .table-checkout-shipping-method {
    font-family: inherit; }
    .checkout-index-index #maincontent .table-checkout-shipping-method .shipping_method_header {
      display: none; }
    .checkout-index-index #maincontent .table-checkout-shipping-method .shipping_method_row {
      font-family: inherit;
      border: 1px solid #e1e0e5;
      padding: 10px;
      margin-bottom: 12px; }
      .checkout-index-index #maincontent .table-checkout-shipping-method .shipping_method_row .top {
        margin-bottom: 5px;
        display: flex; }
        .checkout-index-index #maincontent .table-checkout-shipping-method .shipping_method_row .top .col-radio {
          padding-right: 10px; }
        .checkout-index-index #maincontent .table-checkout-shipping-method .shipping_method_row .top .col-price {
          margin-left: auto; }
      .checkout-index-index #maincontent .table-checkout-shipping-method .shipping_method_row .col-method-data {
        color: #9b99a9; }

.opc-block-summary .mark {
  background: #fff; }

.alert.alert-danger {
  color: #eb3a34;
  line-height: 1.4; }

/******************************************/
/*                   GRID                 */
/******************************************/
@media screen and (max-width: 410px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left; }
  .col-xxs-12 {
    width: 100% !important; }
  .col-xxs-11 {
    width: 91.66666667%; }
  .col-xxs-10 {
    width: 83.33333333%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-8 {
    width: 66.66666667%; }
  .col-xxs-7 {
    width: 58.33333333%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-5 {
    width: 41.66666667%; }
  .col-xxs-4 {
    width: 33.33333333%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-2 {
    width: 16.66666667%; }
  .col-xxs-1 {
    width: 8.33333333%; }
  .col-xxs-pull-12 {
    right: 100%; }
  .col-xxs-pull-11 {
    right: 91.66666667%; }
  .col-xxs-pull-10 {
    right: 83.33333333%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-pull-8 {
    right: 66.66666667%; }
  .col-xxs-pull-7 {
    right: 58.33333333%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-pull-5 {
    right: 41.66666667%; }
  .col-xxs-pull-4 {
    right: 33.33333333%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-pull-2 {
    right: 16.66666667%; }
  .col-xxs-pull-1 {
    right: 8.33333333%; }
  .col-xxs-pull-0 {
    right: auto; }
  .col-xxs-push-12 {
    left: 100%; }
  .col-xxs-push-11 {
    left: 91.66666667%; }
  .col-xxs-push-10 {
    left: 83.33333333%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-push-8 {
    left: 66.66666667%; }
  .col-xxs-push-7 {
    left: 58.33333333%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-push-5 {
    left: 41.66666667%; }
  .col-xxs-push-4 {
    left: 33.33333333%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xxs-push-2 {
    left: 16.66666667%; }
  .col-xxs-push-1 {
    left: 8.33333333%; }
  .col-xxs-push-0 {
    left: auto; }
  .col-xxs-offset-12 {
    margin-left: 100%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-0 {
    margin-left: 0%; } }

/******************************************/
/*                  HEADER                */
/******************************************/
.page-header {
  margin-top: 0 !important; }

.panel .header {
  display: none; }

.header.content {
  height: 80px;
  padding-top: 15px; }
  .header.content:after {
    content: "";
    display: table;
    clear: both; }
  .header.content .nav-toggle {
    top: 17px; }
  .header.content .header.links {
    float: right;
    position: absolute;
    right: 20px; }
    .header.content .header.links li {
      display: inline-block; }
      .header.content .header.links li a {
        color: #1E1E1E;
        text-decoration: none; }
      .header.content .header.links li:last-child:after {
        display: none; }
      .header.content .header.links li:hover {
        text-decoration: underline; }
      .header.content .header.links li.separator {
        color: #e1e0e5;
        padding: 0 8px;
        text-decoration: none !important; }
        .header.content .header.links li.separator:last-child {
          display: none; }
    .header.content .header.links .greet.welcome {
      display: none; }

.page-header {
  border: none; }

.header_bottom_container {
  width: 100%;
  height: 57px;
  border-bottom: 1px solid #e1e0e5; }
  .header_bottom_container .header_bottom {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    /* @media only screen and (max-width: $break_sm2) {
      display: none;
    } */ }
    .header_bottom_container .header_bottom:after {
      content: "";
      display: table;
      clear: both; }
    .header_bottom_container .header_bottom .nav-sections {
      width: auto;
      min-width: 600px;
      margin: 0 auto 0 0;
      order: 1;
      background: transparent !important; }
      .header_bottom_container .header_bottom .nav-sections .ves-menu {
        background: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400; }
        .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu {
          background: #fff !important; }
          .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li {
            position: relative;
            margin: 0; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li .dropdown-menu {
              min-width: 600px; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0 .nav-item.level1 .caret {
              display: none; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0 .nav-item.level1 .submenu {
              display: none; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0 > a {
              line-height: 55px;
              color: #1E1E1E !important; }
              @media only screen and (max-width: 805px) {
                .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0 > a {
                  padding-left: 16px;
                  padding-right: 16px; } }
              .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0 > a .caret {
                display: none; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0:hover > a, .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0.active > a {
              background: #f9f9f9;
              color: #1E1E1E; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li.level0.menu-item-sale a {
              color: #eb3a34 !important; }
          .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu .nav-item.active {
            background: #fff; }
          .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu .nav-item:hover {
            background: #fff;
            text-decoration: underline; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu .nav-item:hover > a {
              background: #fff; }
          .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu .nav-item .megamenu-content .nav-item {
            line-height: 16px;
            padding: 0px; }
            .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu .nav-item .megamenu-content .nav-item a {
              text-decoration: none;
              border: none; }
              .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu .nav-item .megamenu-content .nav-item a span {
                white-space: nowrap; }
    .header_bottom_container .header_bottom .minicart-wrapper {
      line-height: 57px;
      margin-right: 20px;
      order: 3; }
      .header_bottom_container .header_bottom .minicart-wrapper .action.showcart:before {
        vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .header_bottom_container {
    width: 100%;
    height: 0;
    border-top: 1px solid #e1e0e5;
    border-bottom: 1px solid #e1e0e5; }
    .header_bottom_container .header_bottom {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1000px; }
      .header_bottom_container .header_bottom:after {
        content: "";
        display: table;
        clear: both; }
      .header_bottom_container .header_bottom .nav-sections {
        float: inherit;
        width: 80%;
        min-width: inherit;
        margin-bottom: inherit;
        background: #fff !important; }
        .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu li .dropdown-menu {
          min-width: inherit; }
        .header_bottom_container .header_bottom .nav-sections .ves-menu .navigation .ves-megamenu .nav-item .megamenu-content .nav-item a {
          padding-left: 20px; }
        .header_bottom_container .header_bottom .nav-sections .nav-sections-items .nav-sections-item-title {
          width: 50% !important; }
          .header_bottom_container .header_bottom .nav-sections .nav-sections-items .nav-sections-item-title:nth-child(5) {
            display: none !important; }
      .header_bottom_container .header_bottom .minicart-wrapper {
        line-height: 57px;
        margin-right: 0;
        top: 13px;
        position: absolute;
        right: 10px;
        text-align: right; }
        .header_bottom_container .header_bottom .minicart-wrapper .action.showcart:before {
          vertical-align: middle; }
        .header_bottom_container .header_bottom .minicart-wrapper .action.close:before {
          top: 6px;
          position: relative; }
        .header_bottom_container .header_bottom .minicart-wrapper #minicart-content-wrapper {
          text-align: left; }
  .logo {
    margin: 10px 0 10px -75px !important;
    position: absolute;
    left: 50%; }
  .header.links {
    display: none; }
  #store\.links .header.links {
    display: block !important; }
    #store\.links .header.links .greet.welcome {
      display: none; }
    #store\.links .header.links li.separator {
      display: none; }
  .block-collapsible-nav {
    top: 0; }
    .block-collapsible-nav .block-collapsible-nav-title {
      border-top: none; }
  #store\.settings {
    display: none !important; }
    #store\.settings .switcher {
      display: block;
      margin: 0;
      border: 1px solid #ddd;
      width: 80%;
      padding: 0;
      height: 40px;
      line-height: 40px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
      #store\.settings .switcher .options {
        width: 100% !important; }
        #store\.settings .switcher .options .action.toggle {
          width: 100% !important; }
          #store\.settings .switcher .options .action.toggle span {
            width: 100%;
            display: block;
            padding: 0 10px; }
          #store\.settings .switcher .options .action.toggle strong:after {
            display: none; }
        #store\.settings .switcher .options .action.toggle:after {
          position: absolute;
          top: 10px;
          right: 10px; }
        #store\.settings .switcher .options ul.dropdown {
          width: 100% !important;
          position: absolute;
          box-shadow: none !important;
          margin: 0 !important;
          left: -1px !important;
          top: -42px !important;
          bottom: auto !important;
          box-sizing: content-box !important; }
          #store\.settings .switcher .options ul.dropdown li {
            width: 100% !important; }
            #store\.settings .switcher .options ul.dropdown li a {
              width: 100% !important;
              height: 40px;
              line-height: 40px;
              padding: 0 10px !important; }
        #store\.settings .switcher .options ul.dropdown:before,
        #store\.settings .switcher .options ul.dropdown:after {
          display: none !important; } }

@media only screen and (max-width: 375px) {
  .logo {
    margin: 12px 0 10px -60px !important;
    position: absolute;
    left: 50%;
    width: 120px; } }

@media only screen and (max-width: 639px) {
  .header_bottom_container .header_bottom .minicart-wrapper {
    top: 3px; } }

.nav-open .page-wrapper {
  left: 0; }
  @media only screen and (max-width: 767px) {
    .nav-open .page-wrapper .header_bottom_container {
      width: 100%;
      height: 0;
      border-top: 1px solid #e1e0e5;
      border-bottom: 1px solid #e1e0e5; }
      .nav-open .page-wrapper .header_bottom_container .header_bottom {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px; }
        .nav-open .page-wrapper .header_bottom_container .header_bottom:after {
          content: "";
          display: table;
          clear: both; }
        .nav-open .page-wrapper .header_bottom_container .header_bottom .nav-sections {
          float: inherit;
          width: 80%; } }

/******************************************/
/*             AFTER HEADER               */
/******************************************/
.after_header_container {
  display: none; }
  .after_header_container .sticky-notification-bar {
    position: static !important;
    height: 44px;
    line-height: 44px;
    color: #fff;
    width: 100%;
    background: #000;
    height: 44px; }

.cms-home .after_header_container {
  display: block; }

/******************************************/
/*                 FOOTER                 */
/******************************************/
#bitnami-banner {
  display: none !important; }

footer {
  border-top: 1px solid #e1e0e5;
  padding-top: 30px; }

.page-footer {
  background: #fff !important;
  padding-bottom: 15px !important; }

/* .container {
  .row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    .col {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }
  }
} */
.custom_footer {
  font-family: Gotham-H;
  font-size: 14px;
  line-height: 2.29;
  text-align: left; }
  .custom_footer .container {
    width: auto !important; }
  .custom_footer .row {
    margin-bottom: 1em; }
  .custom_footer h6 {
    text-transform: uppercase;
    color: #9b99a9;
    font-weight: normal;
    font-family: inherit;
    font-size: inherit;
    margin: 1em 0; }
  .custom_footer p, .custom_footer p > a {
    color: #1E1E1E;
    text-decoration: none;
    margin: 0; }
    .custom_footer p :hover, .custom_footer p > a :hover {
      text-decoration: underline; }
  .custom_footer .payment_icons {
    margin-top: 15px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap; }
    .custom_footer .payment_icons .payment_icon {
      display: table;
      width: 60px;
      height: 40px;
      margin-right: 7px;
      margin-top: 7px; }
      .custom_footer .payment_icons .payment_icon .cell {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #e1e0e5; }
        .custom_footer .payment_icons .payment_icon .cell img {
          display: block;
          margin: auto; }
  .custom_footer .social_icons {
    margin-top: 22px; }
    .custom_footer .social_icons :after {
      content: "";
      display: table;
      clear: both; }
    .custom_footer .social_icons .social_icon {
      float: left;
      display: table;
      width: 40px;
      height: 40px;
      margin-right: 16px; }
      @media (max-width: 920px) {
        .custom_footer .social_icons .social_icon {
          margin-right: 8px; } }
      @media (max-width: 850px) {
        .custom_footer .social_icons .social_icon {
          margin-bottom: 8px; } }
      .custom_footer .social_icons .social_icon:last-child {
        margin-right: 0; }
      .custom_footer .social_icons .social_icon .cell {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #e1e0e5; }
        .custom_footer .social_icons .social_icon .cell img {
          display: block;
          margin: auto; }
  .custom_footer .switcher {
    display: block;
    margin: 0;
    border: 1px solid #ddd;
    width: 80%;
    padding: 0;
    height: 40px;
    line-height: 40px; }
    .custom_footer .switcher .options {
      width: 100% !important; }
      .custom_footer .switcher .options .action.toggle {
        width: 100% !important; }
        .custom_footer .switcher .options .action.toggle span {
          width: 100%;
          display: block;
          padding: 0 10px; }
      .custom_footer .switcher .options .action.toggle:after {
        position: absolute;
        top: 10px;
        right: 10px; }
      .custom_footer .switcher .options ul.dropdown {
        width: 100% !important;
        position: absolute;
        box-shadow: none !important;
        margin: 0 !important;
        left: -1px !important;
        top: -42px !important;
        bottom: auto !important;
        box-sizing: content-box !important; }
        .custom_footer .switcher .options ul.dropdown li {
          width: 100% !important; }
          .custom_footer .switcher .options ul.dropdown li a {
            width: 100% !important;
            height: 40px;
            line-height: 40px;
            padding: 0 10px !important; }
      .custom_footer .switcher .options ul.dropdown:before,
      .custom_footer .switcher .options ul.dropdown:after {
        display: none !important; }

@media only screen and (max-width: 767px) {
  .page-footer .footer.content .switcher-store {
    background: #fff;
    font-size: 14px;
    margin: 0; }
    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger {
      border: none;
      padding: 0; }
    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
      width: 100% !important;
      position: absolute !important;
      box-shadow: none !important;
      margin: 0 !important;
      left: -1px !important;
      top: -42px !important;
      bottom: auto !important;
      box-sizing: content-box !important;
      border: 1px solid #bbbbbb; }
      .page-footer .footer.content .switcher-store .switcher-options ul.dropdown .switcher-option {
        border: none;
        padding: 0;
        background: #fff; } }

.copyright {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2em;
  width: 100%;
  background-color: #fff !important;
  display: block !important;
  font-size: 12px !important;
  line-height: 2 !important;
  text-align: left !important;
  color: #9b99a9 !important; }

select {
  height: 40px !important; }

/******************************************/
/*                HOME PAGE               */
/******************************************/
.cms-home h3.with_bottom_line {
  font-family: Gotham-H;
  font-weight: 400;
  border-bottom: 1px solid #e1e0e5;
  margin-bottom: 48px;
  margin-top: 100px;
  padding-bottom: 12px; }
  @media only screen and (max-width: 767px) {
    .cms-home h3.with_bottom_line {
      text-align: center;
      border-bottom: none;
      margin-bottom: 40px;
      margin-top: 60px;
      padding-bottom: 0; } }

.cms-home .products a {
  text-decoration: none; }

.cms-home .products .row {
  margin-bottom: 48px; }
  .cms-home .products .row:last-child {
    margin-bottom: 0px; }

.cms-home .products .inner {
  width: 100%; }
  .cms-home .products .inner .price_container {
    text-align: center; }
    .cms-home .products .inner .price_container .price {
      font-family: Gotham-H;
      font-weight: 400 !important;
      font-size: 16px;
      line-height: 1.25 !important;
      color: #000; }
    .cms-home .products .inner .price_container .final_price {
      padding-left: 10px; }
      .cms-home .products .inner .price_container .final_price .price {
        color: #eb3a34; }
    .cms-home .products .inner .price_container .orig_price .price {
      font-size: 14px;
      color: #9b99a9;
      text-decoration: line-through; }
  .cms-home .products .inner .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 222px;
    position: relative; }
    .cms-home .products .inner .image .stockinfo_container {
      position: absolute;
      bottom: 0px;
      z-index: 100;
      width: 100%;
      text-align: center; }
    .cms-home .products .inner .image .stockinfo {
      display: inline-block;
      background: rgba(111, 118, 134, 0.7);
      color: #fff;
      font-size: 12px;
      text-align: center;
      margin: auto;
      padding: 0 10px; }
  .cms-home .products .inner .name {
    text-align: center;
    margin-top: 8px;
    text-decoration: none;
    color: #000;
    font-size: 14px; }
    .cms-home .products .inner .name:hover {
      text-decoration: underline; }
  .cms-home .products .inner .brand {
    text-align: center;
    text-decoration: none;
    color: #9b99a9;
    font-size: 14px; }
    .cms-home .products .inner .brand:hover {
      text-decoration: underline; }
  .cms-home .products .inner .price {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px; }
    .cms-home .products .inner .price:hover {
      text-decoration: underline; }

.cms-home .categories a {
  text-decoration: none; }

.cms-home .categories .row {
  margin-bottom: 48px; }
  .cms-home .categories .row:last-child {
    margin-bottom: 0px; }

.cms-home .categories .inner {
  width: 100%; }
  .cms-home .categories .inner .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 222px; }
  .cms-home .categories .inner .name {
    text-align: center;
    margin-top: 8px;
    text-decoration: none;
    color: #000;
    font-size: 14px; }
    .cms-home .categories .inner .name:hover {
      text-decoration: underline; }

.cms-home .designers .swiper-container-designers {
  position: relative;
  overflow: hidden; }
  .cms-home .designers .swiper-container-designers .swiper-button-prev,
  .cms-home .designers .swiper-container-designers .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    margin-top: -40px;
    -webkit-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear; }
    .cms-home .designers .swiper-container-designers .swiper-button-prev:hover,
    .cms-home .designers .swiper-container-designers .swiper-button-next:hover {
      background: black; }
    .cms-home .designers .swiper-container-designers .swiper-button-prev:before,
    .cms-home .designers .swiper-container-designers .swiper-button-next:before {
      font-family: revicons;
      font-size: 15px;
      color: #fff;
      display: block;
      line-height: 40px;
      text-align: center; }
  .cms-home .designers .swiper-container-designers .swiper-button-prev {
    background-image: none !important;
    left: 10px;
    right: auto; }
    .cms-home .designers .swiper-container-designers .swiper-button-prev:before {
      content: '\e824'; }
  .cms-home .designers .swiper-container-designers .swiper-button-next {
    background-image: none !important;
    right: 10px;
    left: auto; }
    .cms-home .designers .swiper-container-designers .swiper-button-next:before {
      content: '\e825'; }
  .cms-home .designers .swiper-container-designers a {
    text-decoration: none; }
    .cms-home .designers .swiper-container-designers a .inner {
      width: 100%;
      height: 380px; }
      .cms-home .designers .swiper-container-designers a .inner .image {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 330px;
        vertical-align: middle; }
      .cms-home .designers .swiper-container-designers a .inner .name {
        text-align: center;
        background: #fff;
        padding: 8px 11px;
        margin-top: 8px;
        text-decoration: none;
        font-size: 18px;
        line-height: 1.33;
        color: #1E1E1E; }
        .cms-home .designers .swiper-container-designers a .inner .name:hover {
          text-decoration: underline; }

.breadcrumbs {
  margin-bottom: 20px !important; }

.designers_page .row {
  margin-right: -10px;
  margin-left: -10px; }
  .designers_page .row a {
    text-decoration: none;
    padding: 10px; }

.designers_page .inner {
  width: 100%;
  height: 203px;
  display: table; }
  .designers_page .inner .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  .designers_page .inner .name {
    text-align: left;
    background: #fff;
    padding: 8px 11px;
    margin-top: 8px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.33;
    display: inline;
    color: #1E1E1E; }
    .designers_page .inner .name:hover {
      text-decoration: underline; }

/******************************************/
/*             CATEGORY PAGE              */
/******************************************/
.page-title-wrapper h1 {
  font-family: "Utopia Regular";
  font-size: 20px;
  line-height: 1.2;
  color: #1E1E1E;
  padding-bottom: 12px;
  margin-bottom: 25px; }

.category-image-cover {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 312px; }

/******************************************/
/*              PRODUCT PAGE              */
/******************************************/
.page-title-wrapper.product h1 {
  font-family: "Utopia Regular";
  font-size: 20px;
  line-height: 0.9;
  color: #000; }

.page-layout-1column .product-info-main {
  max-width: 386px !important;
  position: relative; }

@media only screen and (max-width: 767px) {
  .columns {
    width: 100%; }
  .page-layout-1column .column.main .product-info-main {
    width: 80%;
    margin: auto; } }

@media only screen and (max-width: 576px) {
  .page-layout-1column .column.main .product-info-main {
    width: 100%;
    margin: auto; } }

.product-info-main .product-social-links {
  position: absolute;
  top: 0;
  right: 0; }
  .product-info-main .product-social-links .product-addto-links {
    border: 1px solid #9b99a9;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center; }
    .product-info-main .product-social-links .product-addto-links a {
      text-align: center;
      margin: 0;
      padding-top: 8px; }
      .product-info-main .product-social-links .product-addto-links a span {
        display: none; }
    .product-info-main .product-social-links .product-addto-links a:before {
      margin: 0; }

.product-info-main .brand {
  font-family: Gotham-H;
  font-size: 14px;
  line-height: 1.29;
  color: #9b99a9;
  margin-bottom: 5px; }

.product-info-main .product-info-price {
  border-bottom: none !important; }
  .product-info-main .product-info-price .price {
    font-family: Gotham-H;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #000; }
  .product-info-main .product-info-price .special-price {
    display: inline-block !important;
    margin-right: 10px; }
    .product-info-main .product-info-price .special-price .price {
      color: #eb3a34; }
  .product-info-main .product-info-price .old-price {
    top: -1px;
    position: relative;
    display: inline-block !important; }
    .product-info-main .product-info-price .old-price .price {
      color: #9b99a9;
      text-decoration: line-through;
      font-size: 14px !important; }
    .product-info-main .product-info-price .old-price .price-label {
      display: none !important; }

.product-info-main .size_guide_container {
  position: absolute;
  right: 0; }

.product-info-main .box-tocart .qty {
  display: none; }

.product-info-main .box-tocart .action.primary {
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 800 !important; }

.product-info-main .product-add-form {
  padding-top: 0px !important; }
  .product-info-main .product-add-form .field {
    font-family: Gotham-H;
    color: #9b99a9; }
  .product-info-main .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 100% !important; }
  .product-info-main .product-add-form .product-options-wrapper select option.disabled {
    opacity: 0.7; }

.product-info-main .product-add-form-message .danger {
  color: #eb3a34; }

.product-info-main .details_block h3 {
  font-family: Gotham-H;
  font-size: 14px;
  line-height: 2.29;
  color: #9b99a9;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer; }

.product-info-main .details_block h3::before {
  font-family: FontAwesome;
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
  width: 10px;
  text-align: center;
  display: inline-block;
  font-size: 12px; }

.product-info-main .details_block.open h3::before {
  content: "\f0d7"; }

.product-info-main .details_block .details_content {
  display: none; }
  .product-info-main .details_block .details_content .cares div {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5.5%;
    background-color: transparent; }
  .product-info-main .details_block .details_content .cares div.ironing_no {
    background-image: url("../images/ic-no-iron-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.ironing_110 {
    background-image: url("../images/ic-iron-1-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.ironing_150 {
    background-image: url("../images/ic-iron-2-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.ironing_200 {
    background-image: url("../images/ic-iron-3-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.washing_no {
    background-image: url("../images/ic-no-wash-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.washing_30 {
    background-image: url("../images/ic-wash-30-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.washing_40 {
    background-image: url("../images/ic-wash-40-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.washing_50 {
    background-image: url("../images/ic-wash-50-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.dryclean_no {
    background-image: url("../images/ic-no-dry-clean-black-24-px.svg"); }
  .product-info-main .details_block .details_content .cares div.dryclean {
    background-image: url("../images/ic-dry-clean-black-24-px.svg"); }

.product-info-main .details_block.open .details_content {
  display: block; }

.product.media .fotorama__nav__frame .fotorama__thumb {
  background-color: transparent !important; }

.product.media .fotorama__thumb-border {
  background-image: none !important;
  border: 2px solid #9b99a9; }

.column.main .product_related {
  clear: both; }
  .column.main .product_related h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #1E1E1E;
    font-family: "Utopia Regular";
    border-bottom: 1px solid #e1e0e5;
    padding-bottom: 12px; }

.column.main .block.related {
  clear: both; }

/******************************************/
/*              PRODUCT LIST              */
/******************************************/
.filter-content .filter-subtitle {
  display: none; }

.filter-content .filter-options .mana-filter-slider {
  background: none; }
  .filter-content .filter-options .mana-filter-slider > .mana-slider-span {
    height: 8px;
    position: absolute;
    background: none;
    border-bottom: 4px solid #000;
    margin: 0;
    top: 2px; }
  .filter-content .filter-options .mana-filter-slider > .mana-slider-to {
    background: #000;
    border-radius: 50%; }
  .filter-content .filter-options .mana-filter-slider > .mana-slider-from {
    background: #000;
    border-radius: 50%; }

.filter-content .filter-options .mana-slider-values .mana-slider-min-value,
.filter-content .filter-options .mana-slider-values .mana-slider-max-value {
  display: none; }

.filter-content .filter-options .filter-options-title {
  font-weight: 400;
  padding: 10px 40px 0 0px;
  color: #9b99a9; }
  .filter-content .filter-options .filter-options-title:after {
    display: none; }
  .filter-content .filter-options .filter-options-title:before {
    font-family: FontAwesome;
    content: "\f0d7";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
    width: 10px;
    text-align: center;
    display: inline-block;
    font-size: 12px; }
  .filter-content .filter-options .filter-options-title.open h3::before {
    content: "\f0d7"; }

.filter-content .filter-options .filter-options-content {
  padding-top: 0;
  padding-left: 0px; }

.filter-content .filter-options li a {
  text-decoration: none;
  color: #1E1E1E;
  margin-left: 0; }
  .filter-content .filter-options li a:hover {
    text-decoration: underline;
    background: none; }

.mana-mobile .m-filter-title {
  background-color: rgba(111, 118, 134, 0.7); }

.toolbar.toolbar-products .toolbar-amount {
  float: right;
  margin-right: 15px;
  text-align: right;
  color: #9b99a9;
  position: relative;
  top: -1px; }

.toolbar.toolbar-products .field.limiter {
  float: right; }

.toolbar.toolbar-products .toolbar-sorter {
  float: right; }
  .toolbar.toolbar-products .toolbar-sorter select {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    height: auto !important;
    margin-left: 0;
    margin-right: -7px; }
    @media screen and (max-width: 767px) {
      .toolbar.toolbar-products .toolbar-sorter select {
        margin-right: -15px; } }
  .toolbar.toolbar-products .toolbar-sorter .sorter_action {
    background: white url(../images/ic-sort-black-16-px.png) left center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px; }

.products_list .price_container .price {
  font-family: Gotham-H;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.25 !important;
  color: #000; }

.products_list .price_container .final_price {
  padding-left: 5px; }
  .products_list .price_container .final_price .price {
    color: #eb3a34; }

.products_list .price_container .orig_price .price {
  font-size: 14px;
  color: #9b99a9;
  text-decoration: line-through; }

.products_list .product-item-photo {
  position: relative;
  display: block; }
  .products_list .product-item-photo .stockinfo_container {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    text-align: center; }
  .products_list .product-item-photo .stockinfo {
    display: inline-block;
    background: rgba(111, 118, 134, 0.7);
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: auto;
    padding: 0 10px; }

.page-main > .page-title-wrapper .page-title {
  font-family: "Utopia Regular";
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #1E1E1E;
  border-bottom: 1px solid #e1e0e5;
  display: block !important;
  padding-bottom: 15px; }

.products_list {
  list-style: none;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px; }
  .products_list:after {
    content: "";
    display: table;
    clear: both; }
  .products_list .product_item {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 40px; }
    .products_list .product_item:nth-child(2n+1) {
      clear: left; }
    .products_list .product_item:nth-child(2n+2) {
      clear: right; }
    .products_list .product_item.centered {
      text-align: center; }
    @media screen and (min-width: 576px) {
      .products_list .product_item {
        width: 33.33333333%; }
        .products_list .product_item:nth-child(3n+1) {
          clear: left; }
        .products_list .product_item:nth-child(3n+2) {
          clear: none; }
        .products_list .product_item:nth-child(3n+3) {
          clear: right; } }
    .products_list .product_item .product-item-info {
      width: auto;
      position: relative; }
      .products_list .product_item .product-item-info:hover, .products_list .product_item .product-item-info:active {
        box-shadow: none;
        border: none;
        margin: auto;
        background: inherit;
        padding: 0; }
      .products_list .product_item .product-item-info .product-item-name > a {
        color: #000;
        font-size: 14px;
        line-height: 18px; }
      .products_list .product_item .product-item-info .product_brand {
        font-family: Gotham-H;
        font-size: 14px;
        line-height: 1.29;
        color: #9b99a9;
        margin-bottom: 5px; }
      .products_list .product_item .product-item-info .addtofavorite {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000; }
        .products_list .product_item .product-item-info .addtofavorite .icon:after {
          content: url("../images/ic-favorite-grey-24-px.svg") !important; }

/******************************************/
/*                   CART                 */
/******************************************/
.minicart-wrapper {
  line-height: 1.71 !important; }
  .minicart-wrapper > a {
    line-height: 57px; }
  @media screen and (min-width: 576px) {
    .minicart-wrapper #btn-minicart-close {
      display: none !important; } }
  .minicart-wrapper .showcart:before {
    content: url("../images/ic-bag-black-24-px.svg") !important; }
  .minicart-wrapper .block-minicart {
    padding: 15px;
    width: 300px !important;
    right: 0px; }
    @media screen and (min-width: 576px) {
      .minicart-wrapper .block-minicart {
        width: 420px !important;
        padding-top: 0; } }
    .minicart-wrapper .block-minicart .items-total {
      float: none;
      width: 100%;
      margin: 0 -25px;
      padding: 0 25px 17px;
      border-bottom: 1px solid #e1e0e5;
      display: none !important; }
    .minicart-wrapper .block-minicart .minicart-items-wrapper {
      border-bottom: 1px solid #e1e0e5;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      margin-left: -25px;
      margin-right: -25px;
      padding: 0 25px;
      overflow-x: auto;
      max-height: 305px; }
      .minicart-wrapper .block-minicart .minicart-items-wrapper .price-container {
        margin-top: 10px; }
      .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li {
        position: relative;
        padding-top: 20px !important; }
        .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details {
          padding-left: 88px; }
          .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .product-item-name {
            margin: 0; }
            .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .product-item-name a {
              color: #000;
              font-size: 14px;
              text-decoration: none; }
          .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .product_brand {
            color: #9b99a9; }
          .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .price-excluding-tax {
            margin: 0 0 15px 0; }
          .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .minicart-price .price {
            font-weight: 400; }
          .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .options_container {
            float: left; }
            .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .options_container .product.options.list {
              font-weight: 400;
              color: #9b99a9;
              margin-bottom: 0; }
              .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .options_container .product.options.list dt.label {
                display: inline-block;
                font-weight: 400; }
              .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .options_container .product.options.list dd.values {
                display: inline-block; }
          .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .pricing_container {
            float: right; }
            .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .pricing_container .label {
              color: #9b99a9; }
            .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .pricing_container .details-qty {
              margin-top: -10px; }
              .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .pricing_container .details-qty .item-qty {
                margin-right: 0;
                height: 30px;
                line-height: 30px;
                margin-top: 5px; }
              .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .pricing_container .details-qty button {
                display: block;
                margin-right: 0;
                right: 102px;
                top: 93px;
                margin-left: auto;
                position: absolute;
                z-index: 100;
                height: 30px !important;
                line-height: 30px !important;
                opacity: 1 !important; }
          .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .actions {
            float: none;
            margin: 0;
            position: absolute;
            top: 20px;
            right: 0; }
            .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li .product-item-details .actions .action.delete:before {
              -webkit-font-smoothing: antialiased;
              font-size: 18px;
              line-height: 20px;
              color: #8f8f8f;
              content: url("../images/ic-clear-grey-16-px.svg") !important;
              font-family: 'luma-icons';
              vertical-align: middle;
              display: inline-block;
              font-weight: normal;
              overflow: hidden;
              speak: none;
              text-align: center; }
    .minicart-wrapper .block-minicart .subtotal {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin: 20px auto;
      text-align: left; }
      .minicart-wrapper .block-minicart .subtotal:after {
        content: "";
        display: table;
        clear: both; }
      .minicart-wrapper .block-minicart .subtotal .label {
        float: left;
        text-align: left; }
      .minicart-wrapper .block-minicart .subtotal .amount.price-container {
        float: right;
        text-align: right; }
        .minicart-wrapper .block-minicart .subtotal .amount.price-container .price-wrapper:first-child .price {
          font-size: 16px;
          font-weight: 600; }
    .minicart-wrapper .block-minicart .actions .primary {
      margin: 12px auto; }
      .minicart-wrapper .block-minicart .actions .primary .action.primary {
        background: #1E1E1E;
        border: 1px solid #1E1E1E;
        width: 100%;
        margin: 0;
        padding: 0;
        font-weight: 800 !important; }
    .minicart-wrapper .block-minicart .actions .secondary {
      margin: 12px auto; }
      .minicart-wrapper .block-minicart .actions .secondary .action.viewcart {
        background: #fff;
        border: 1px solid #9b99a9;
        width: 100%;
        margin: 0;
        padding: 0;
        font-weight: 800 !important;
        color: #1E1E1E;
        display: block;
        text-align: center;
        text-decoration: none;
        height: 40px;
        line-height: 40px; }

.terms_block {
  color: #1E1E1E; }
  .terms_block a {
    text-decoration: underline; }

.checkout-cart-index .cart.table-wrapper {
  margin-bottom: 0; }
  .checkout-cart-index .cart.table-wrapper .item-actions td {
    padding-bottom: 10px; }
  .checkout-cart-index .cart.table-wrapper .price {
    font-size: 14px; }

.checkout-cart-index .cart.main.actions {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 576px) {
    .checkout-cart-index .cart.main.actions {
      flex-direction: column; } }
  .checkout-cart-index .cart.main.actions .action.continue {
    display: block;
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    height: 40px !important;
    padding: 0 15px !important;
    text-transform: uppercase !important; }
    @media screen and (max-width: 767px) {
      .checkout-cart-index .cart.main.actions .action.continue {
        margin-left: 15px; } }
    @media screen and (max-width: 576px) {
      .checkout-cart-index .cart.main.actions .action.continue {
        margin: 10px auto;
        order: 2; } }
  @media screen and (max-width: 767px) {
    .checkout-cart-index .cart.main.actions .action.update {
      margin-right: 15px; } }
  @media screen and (max-width: 576px) {
    .checkout-cart-index .cart.main.actions .action.update {
      margin: 10px auto;
      order: 1; } }

.post-list-container {
  display: block; }
  .post-list-container .row {
    margin-right: -12px;
    margin-left: -12px; }
    .post-list-container .row .post-list-item {
      margin-bottom: 24px;
      padding-left: 12px;
      padding-right: 12px; }
      .post-list-container .row .post-list-item .post-item-wraper {
        padding: 0 !important;
        position: relative;
        border: 1px solid #e1e0e5; }
        .post-list-container .row .post-list-item .post-item-wraper:hover {
          border: 1px solid #e1e0e5;
          box-shadow: none; }
        .post-list-container .row .post-list-item .post-item-wraper .post-image {
          height: 190px;
          min-height: auto; }
          .post-list-container .row .post-list-item .post-item-wraper .post-image a {
            display: block !important;
            width: 100% !important;
            height: 100% !important; }
            .post-list-container .row .post-list-item .post-item-wraper .post-image a .cover {
              background-size: cover;
              width: 100%;
              height: 100%; }
        .post-list-container .row .post-list-item .post-item-wraper .post-info-wraper {
          border-top: 1px solid #e1e0e5;
          height: 85px;
          padding: 13px 16px;
          display: flex;
          /* justify-content: start; */
          /* flex-direction: row; */
          align-items: center; }
          .post-list-container .row .post-list-item .post-item-wraper .post-info-wraper h2.mp-post-title {
            font-size: 14px !important;
            font-weight: normal;
            font-family: Gotham-H;
            color: #000;
            margin: 0;
            line-height: 1.29; }
            .post-list-container .row .post-list-item .post-item-wraper .post-info-wraper h2.mp-post-title a {
              color: #000 !important;
              line-height: inherit; }
        .post-list-container .row .post-list-item .post-item-wraper .mp-post-date {
          position: absolute;
          top: 8px;
          right: 8px;
          font-size: 10px;
          text-align: center;
          color: #9b99a9;
          background: #fff;
          padding: 2px 7.5px; }

#mpblog-list-container .block-products-list .products_list .product_item.centered {
  margin-bottom: 40px; }
  #mpblog-list-container .block-products-list .products_list .product_item.centered a.product-item-photo {
    display: block;
    width: 100%; }
    #mpblog-list-container .block-products-list .products_list .product_item.centered a.product-item-photo .product-image-container {
      display: table;
      height: 370px;
      width: 100% !important; }
      #mpblog-list-container .block-products-list .products_list .product_item.centered a.product-item-photo .product-image-container .product-image-wrapper {
        display: table-cell; }

.mpblog-post-view img[lang="withmargin"] {
  margin-top: 3em;
  margin-bottom: 3em; }

.mpblog-post-view .block.widget.block-products-list {
  margin-top: 3em;
  margin-bottom: 1em; }

.mpblog-post-view .column.main {
  width: 65.766667% !important; }

.mpblog-post-view .sidebar-main {
  width: 23.133333% !important;
  padding: 0 !important;
  margin-left: 11% !important;
  padding-top: 37px !important; }
  @media screen and (min-width: 576px) {
    .mpblog-post-view .sidebar-main {
      padding-top: 0 !important; } }

.mpblog-post-view .page-title-wrapper {
  display: none; }

.mpblog-post-view h1.post-title {
  font-family: "Utopia Regular";
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #1e1e1e;
  border-bottom: 1px solid #e1e0e5;
  display: block !important;
  padding-bottom: 15px;
  margin-bottom: 25px; }

.mpblog-post-view .mp-blog-view.custom_blog_view .mp-blog-rss {
  display: none; }

.mpblog-post-view .sidebar > div {
  display: none; }

.mpblog-post-view .sidebar .mp-sidebar.product.info.detailed {
  display: block; }
  .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-label-popular {
    float: none;
    width: 100% !important;
    text-align: left; }
    .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-label-popular a {
      border: none;
      text-align: left;
      padding-left: 0 !important; }
      .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-label-popular a div {
        color: #9b99a9;
        font-size: 14px;
        line-height: 1.71;
        margin: 0;
        text-transform: uppercase; }
  .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular {
    float: none;
    margin: 0;
    padding: 0 !important;
    border: none; }
    .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item {
      margin-bottom: 24px;
      padding-left: 0;
      padding-right: 0; }
      .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper {
        padding: 0 !important;
        position: relative;
        border: 1px solid #e1e0e5; }
        .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper:hover {
          border: 1px solid #e1e0e5;
          box-shadow: none; }
        .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper .post-image {
          height: 139px;
          min-height: auto; }
          .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper .post-image a {
            display: block !important;
            width: 100% !important;
            height: 100% !important; }
            .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper .post-image a .cover {
              background-size: cover;
              width: 100%;
              height: 100%; }
        .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper .post-info-wraper {
          border-top: 1px solid #e1e0e5;
          height: 66px;
          padding: 13px 16px;
          display: flex;
          /* justify-content: start; */
          /* flex-direction: row; */
          align-items: center; }
          .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper .post-info-wraper h4.mp-post-title {
            font-size: 14px !important;
            font-weight: normal;
            font-family: Gotham-H;
            color: #000;
            margin: 0;
            line-height: 1.29;
            text-align: center; }
            .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper .post-info-wraper h4.mp-post-title a {
              color: #000 !important;
              line-height: inherit; }
        .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-popular .post-list-item .post-item-wraper .mp-post-date {
          position: absolute;
          top: 8px;
          right: 8px;
          font-size: 10px;
          text-align: center;
          color: #9b99a9;
          background: #fff;
          padding: 2px 7.5px; }
  .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-label-mostview {
    display: none; }
  .mpblog-post-view .sidebar .mp-sidebar.product.info.detailed #tab-content-mostview {
    display: none; }

#size-guide-modal {
  /* table {
    margin-bottom: 10px;
    table-layout: fixed;
    tr {
      table-layout: fixed;
      th {
        table-layout: fixed;
        width: 88px;
      }
      td {
        border: 1px solid $border_color;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        color: $semi_black;
        table-layout: fixed;
        width: 88px;
        height: 42px;
        .grey {
          color: $light_grey;
        }
        &:first-child {
          text-align: left;
        }
      }
    }
  } */ }
  #size-guide-modal .sizeguide_block_content .table_title {
    position: relative;
    margin-top: 45px; }
    #size-guide-modal .sizeguide_block_content .table_title h3 {
      text-transform: uppercase;
      font-family: Gotham-H;
      font-size: 14px;
      line-height: 1.29; }
    #size-guide-modal .sizeguide_block_content .table_title .scroll {
      position: absolute;
      top: 0;
      right: 0; }
  #size-guide-modal .sizeguide_block_content table {
    border-spacing: 0;
    border-collapse: collapse; }
  #size-guide-modal .sizeguide_block_content td {
    height: 42px;
    vertical-align: middle; }
  #size-guide-modal .sizeguide_block_content .table_container {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-transform: uppercase;
    color: #1e1e1e; }
    #size-guide-modal .sizeguide_block_content .table_container:after {
      content: "";
      display: table;
      clear: both; }
    #size-guide-modal .sizeguide_block_content .table_container .grey {
      color: #9b99a9; }
    #size-guide-modal .sizeguide_block_content .table_container .left {
      display: table-cell;
      width: 198px; }
      #size-guide-modal .sizeguide_block_content .table_container .left table.labels {
        /* table-layout: fixed;
          overflow: visible;
          width: 1px;  */ }
        #size-guide-modal .sizeguide_block_content .table_container .left table.labels td {
          width: 188px;
          padding-left: 10px;
          text-align: left;
          border: 1px solid #e1e0e5; }
    #size-guide-modal .sizeguide_block_content .table_container .right {
      display: table-cell;
      width: 100%; }
      #size-guide-modal .sizeguide_block_content .table_container .right .scroll {
        overflow-x: auto; }
      #size-guide-modal .sizeguide_block_content .table_container .right table.values {
        table-layout: fixed;
        overflow: visible;
        width: 1px; }
        #size-guide-modal .sizeguide_block_content .table_container .right table.values td {
          width: 88px;
          text-align: center;
          border: 1px solid #e1e0e5; }
          #size-guide-modal .sizeguide_block_content .table_container .right table.values td:first-child {
            border-left: none; }

.checkout-agreements h5 {
  font-weight: bold; }

.checkout-agreements .checkout-agreement button {
  line-height: 1.1 !important;
  text-align: left !important;
  text-transform: unset !important;
  padding-top: 3px !important;
  height: auto !important; }

.checkout-agreements .simplepay_data {
  margin: 20px auto auto; }
  .checkout-agreements .simplepay_data label {
    color: #1979c3;
    font-size: 12px;
    padding: 3px 15px !important; }

#ves_insta {
  margin-bottom: 0; }

.instagram_gallery .items_desktop {
  padding-right: 10px;
  padding-left: 10px;
  display: none; }
  @media screen and (min-width: 576px) {
    .instagram_gallery .items_desktop {
      display: block; } }
  .instagram_gallery .items_desktop .row {
    margin-left: -10px;
    margin-right: -10px; }
    .instagram_gallery .items_desktop .row .col {
      padding: 10px; }
      .instagram_gallery .items_desktop .row .col .item {
        width: 100%;
        height: 100%; }
        .instagram_gallery .items_desktop .row .col .item .item_image {
          background-size: cover;
          width: 100%;
          height: 100%; }
  .instagram_gallery .items_desktop .load_more_container {
    text-align: center;
    margin-top: 20px; }

.instagram_gallery .items_mobile {
  display: block; }
  @media screen and (min-width: 576px) {
    .instagram_gallery .items_mobile {
      display: none; } }
  .instagram_gallery .items_mobile .swiper-container {
    height: 100%; }
    .instagram_gallery .items_mobile .swiper-container .swiper-pagination-bullet-active {
      opacity: 1;
      background: #000 !important; }
    .instagram_gallery .items_mobile .swiper-container .item {
      max-width: 300px;
      height: 100%;
      margin: auto; }
      .instagram_gallery .items_mobile .swiper-container .item .item_image {
        background-size: cover;
        width: 100%;
        height: 100%; }

.fancybox-inner div img {
  margin: auto;
  display: block; }

.fotorama__active:hover {
  cursor: zoom-in !important; }
  .fotorama__active:hover:after {
    content: url("../images/zoomin_en.png") !important;
    position: absolute;
    top: 50%;
    margin-left: -32.5px; }

.lang_hu .fotorama__active:hover:after {
  content: url("../images/zoomin_hu.png") !important; }

.fotorama__nav .fotorama__active:hover:after,
.fotorama--fullscreen .fotorama__active:hover:after {
  content: none !important; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  border: none !important;
  outline: 0 !important;
  background: none !important;
  text-align: right;
  padding-top: 5px;
  padding-right: 13px; }
  .fotorama--fullscreen .fotorama__fullscreen-icon.hu {
    display: none !important; }
  .fotorama--fullscreen .fotorama__fullscreen-icon .text:after {
    content: "close";
    color: #848484; }
  .fotorama--fullscreen .fotorama__fullscreen-icon .icon:after {
    content: url("../images/ic-clear-grey-16-px.svg") !important;
    position: relative;
    left: 5px;
    top: 4px; }

.lang_hu .fotorama--fullscreen .fotorama__fullscreen-icon.hu {
  display: block !important; }

.lang_hu .fotorama--fullscreen .fotorama__fullscreen-icon.en {
  display: none !important; }