.black-font-style {
  font-weight: 900;
  font-family: 'Lato'; }

.regular-font-style {
  font-weight: 400;
  font-family: 'Lato'; }

.coffee-header {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.48);
  overflow: hidden; }
  @media (max-width: 960px) {
    .coffee-header {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .coffee-header video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2; }
    @media (max-width: 960px) {
      .coffee-header video {
        height: 476px;
        top: -7px;
        width: auto; } }
  .coffee-header .row {
    padding-left: calc(254px + 30px); }
    @media (max-width: 960px) {
      .coffee-header .row {
        padding-left: 0; } }
    .coffee-header .row .header-title {
      color: #fff;
      font-size: 36px;
      line-height: 45px;
      font-weight: 700; }
      @media (max-width: 960px) {
        .coffee-header .row .header-title {
          font-size: 32px;
          line-height: 1.4;
          opacity: 1 !important; } }
      @media (max-width: 540px) {
        .coffee-header .row .header-title {
          font-size: 23px; } }
    .coffee-header .row .header-button-wrap {
      margin-top: 20px; }
      @media (max-width: 960px) {
        .coffee-header .row .header-button-wrap {
          opacity: 1 !important; } }

.coffee-banner-one {
  margin-top: 70px;
  overflow: hidden; }
  .coffee-banner-one .banner-image-wrap {
    position: relative; }
    @media (max-width: 960px) {
      .coffee-banner-one .banner-image-wrap img.main-image {
        max-width: 100%;
        height: auto; } }
    @media (max-width: 960px) {
      .coffee-banner-one .banner-image-wrap img.decor-image {
        max-width: 100%;
        height: auto;
        left: 0; } }
    .coffee-banner-one .banner-image-wrap .decor-image {
      padding-top: 110px;
      position: absolute;
      left: -190px;
      top: 0;
      z-index: -1; }
  .coffee-banner-one .coffee-banner-left-content h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px; }
    .coffee-banner-one .coffee-banner-left-content h3:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 63px;
      height: 3px;
      background: #A46E43;
      display: inline-block; }
  .coffee-banner-one .coffee-banner-text-content {
    padding-right: 30px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 25px; }

.coffee-banner-two {
  margin-bottom: 80px;
  position: relative; }
  @media (max-width: 960px) {
    .coffee-banner-two {
      margin-top: 20px;
      padding-bottom: 30px; } }
  .coffee-banner-two:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 0;
    width: 100%;
    height: calc(100% - 25px);
    background: #EEEEEE;
    -webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%); }
  .coffee-banner-two .banner-two-title {
    margin-top: 45px;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 25px; }
    @media (max-width: 960px) {
      .coffee-banner-two .banner-two-title {
        font-size: 20px; } }
    .coffee-banner-two .banner-two-title span {
      font-size: 50px; }
      @media (max-width: 960px) {
        .coffee-banner-two .banner-two-title span {
          font-size: 35px; } }
    @media (max-width: 960px) {
      .coffee-banner-two .banner-two-title {
        margin-top: 60px; } }
    .coffee-banner-two .banner-two-title:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 63px;
      height: 3px;
      background: #A46E43;
      display: inline-block; }
  .coffee-banner-two ul {
    padding-left: 0; }
    .coffee-banner-two ul li {
      padding-top: 12px;
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .coffee-banner-two ul li:before {
        position: absolute;
        content: '';
        background: #A46E43;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        left: 0;
        top: calc(50% + 6px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .coffee-banner-two img {
    max-width: 100%; }

.coffee-tabs-section .title .arrows-nav {
  display: none; }
  .coffee-tabs-section .title .arrows-nav.active {
    display: inline-block; }
  .coffee-tabs-section .title .arrows-nav i {
    font-size: 23px; }
  .coffee-tabs-section .title .arrows-nav .slider-nav-left, .coffee-tabs-section .title .arrows-nav .slider-nav-right {
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .coffee-tabs-section .title .arrows-nav .slider-nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.coffee-tabs-section .tabs-nav-wrap {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 45px; }
  .coffee-tabs-section .tabs-nav-wrap .nav-coffee-item {
    cursor: pointer;
    position: relative;
    line-height: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-transform: uppercase;
    display: inline-block; }
    .coffee-tabs-section .tabs-nav-wrap .nav-coffee-item:before {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      position: absolute;
      top: -40px;
      content: '';
      display: inline-block;
      width: 146px;
      height: 82px;
      background: url("images/coffee/nav-tabs-item-active-decor.svg") center center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1;
      left: 50%;
      -webkit-transform: translateX(calc(-50% + 5px));
      -ms-transform: translateX(calc(-50% + 5px));
      transform: translateX(calc(-50% + 5px)); }
    .coffee-tabs-section .tabs-nav-wrap .nav-coffee-item.active {
      color: #A46E43;
      text-decoration: underline; }
      .coffee-tabs-section .tabs-nav-wrap .nav-coffee-item.active:before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .coffee-tabs-section .tabs-nav-wrap .nav-coffee-item:hover {
      color: #A46E43;
      text-decoration: underline; }
  .coffee-tabs-section .tabs-nav-wrap .nav-delimiter {
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 400; }
.coffee-tabs-section .tabs-item-wrap {
  position: relative; }
  .coffee-tabs-section .tabs-item-wrap .button-category-wrap {
    margin-top: 40px; }
  .coffee-tabs-section .tabs-item-wrap .item-wrap {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: none; }
    .coffee-tabs-section .tabs-item-wrap .item-wrap:nth-child(2) {
      visibility: hidden;
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      position: absolute;
      display: inline-block; }
    .coffee-tabs-section .tabs-item-wrap .item-wrap.active {
      top: 0;
      left: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      display: inline-block;
      opacity: 1;
      visibility: visible;
      position: relative; }
.coffee-tabs-section .slider-coffee-wrap {
  margin: 0 -15px; }
  .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content {
    padding: 0 15px;
    position: relative; }
    .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content a.product-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content .image-product-wrap {
      border: 1px solid #EEEEEE;
      min-height: 357px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content .image-product-wrap .entry-image-content {
        overflow: hidden; }
        .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content .image-product-wrap .entry-image-content img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%;
          height: auto;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          width: 263px; }
          @media (max-width: 1280px) {
            .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content .image-product-wrap .entry-image-content img {
              height: auto; } }
    .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content .product__title {
      padding: 3px;
      background: #EEEEEE;
      margin-top: -1px;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      text-align: center;
      color: #1B0C0D;
      margin-bottom: 0;
      min-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content .product-description {
      background: #1B0C0D;
      color: #fff;
      font-size: 12px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      min-height: 25px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .coffee-tabs-section .slider-coffee-wrap .product-item .entry-content .product-description p {
        margin: 0;
        line-height: 1; }
  .coffee-tabs-section .slider-coffee-wrap .product-item:hover .image-product-wrap .entry-image-content img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.instagram-section {
  margin-top: 70px; }
  .instagram-section h3 {
    font-size: 30px;
    text-transform: uppercase; }
  .instagram-section .instagram-image-wrap {
    margin-top: 20px;
    position: relative; }
    .instagram-section .instagram-image-wrap .insta-tag {
      position: absolute;
      left: 35px;
      top: 20px;
      z-index: 2; }
      .instagram-section .instagram-image-wrap .insta-tag a {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase; }
    .instagram-section .instagram-image-wrap img {
      max-width: 100%;
      height: auto; }

.consultation-section {
  margin-top: 80px;
  padding-top: 110px;
  padding-bottom: 65px;
  position: relative; }
  .consultation-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -2;
    background: url("images/coffee/consult-image-background-min.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .consultation-section:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    background: rgba(39, 39, 39, 0.6); }
  .consultation-section .title-section {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative; }
    .consultation-section .title-section:before {
      position: absolute;
      content: '';
      width: 593px;
      height: 330px;
      background: url("images/coffee/consult-title-decor-bg.svg") center center;
      top: -65px;
      left: -130px;
      z-index: -2; }
      @media (max-width: 540px) {
        .consultation-section .title-section:before {
          width: 100%;
          height: 335px;
          background-repeat: no-repeat;
          background-size: cover;
          left: 0; } }
  .consultation-section form > div {
    position: relative; }
    .consultation-section form > div .form-notice {
      position: absolute;
      bottom: -30px;
      left: 0; }
  .consultation-section form .input {
    background: transparent;
    border: 2px solid #fff;
    margin-bottom: 20px;
    color: #fff; }
    .consultation-section form .input::-webkit-input-placeholder {
      color: #fff; }
    .consultation-section form .input::-moz-placeholder {
      color: #fff; }
    .consultation-section form .input:-ms-input-placeholder {
      color: #fff; }
    .consultation-section form .input::-ms-input-placeholder {
      color: #fff; }
    .consultation-section form .input::placeholder {
      color: #fff; }
  .consultation-section form button {
    padding-left: 70px;
    padding-right: 70px; }
    .consultation-section form button.loading:before {
      border-radius: 30px; }

.product-cats-coffee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  margin-bottom: 35px; }
  .product-cats-coffee .category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px; }
    .product-cats-coffee .category .image-wrap {
      overflow: hidden; }
      .product-cats-coffee .category .image-wrap img {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        max-width: 80px;
        height: auto;
        margin-bottom: 15px; }
    .product-cats-coffee .category a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .product-cats-coffee .category .product-coffee-title-category {
      font-size: 13px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .product-cats-coffee .category:hover {
      cursor: pointer; }
      .product-cats-coffee .category:hover .image-wrap img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .product-cats-coffee .category:hover a {
        color: #1b0c0d; }

.payment_method_liqpay img {
  display: none !important; }
.payment_method_liqpay .payment_box {
  display: none !important; }

form.checkout .parent-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
form.checkout .form-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px; }
  @media (max-width: 960px) {
    form.checkout .form-row {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; } }
  form.checkout .form-row label {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    color: #1b0c0d;
    font-size: 14px;
    font-weight: 700; }
    form.checkout .form-row label .optional {
      display: none; }
    form.checkout .form-row label.screen-reader-text {
      height: auto !important;
      margin-bottom: 12px !important;
      -webkit-clip-path: none !important;
      clip-path: none !important;
      clip: unset !important;
      position: relative !important; }
  form.checkout .form-row input {
    width: 100%;
    display: block;
    padding: 14px 20px;
    border: 1px solid #eee;
    outline: 0;
    background: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 28px;
    color: #828282;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    form.checkout .form-row input:active, form.checkout .form-row input:focus {
      border-color: #a46e43 !important; }
  form.checkout .form-row.hidden-row {
    display: none !important; }
form.checkout .woocommerce-additional-fields {
  margin: 0 -15px; }
  form.checkout .woocommerce-additional-fields .form-row {
    margin-top: 10px; }
    form.checkout .woocommerce-additional-fields .form-row.notes {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      form.checkout .woocommerce-additional-fields .form-row.notes textarea {
        display: block;
        width: 100%;
        padding: 14px 20px;
        border: 1px solid #eee;
        outline: 0;
        background: #f9f9f9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 28px;
        color: #828282;
        font-size: 14px;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        form.checkout .woocommerce-additional-fields .form-row.notes textarea:active, form.checkout .woocommerce-additional-fields .form-row.notes textarea:focus {
          border-color: #a46e43 !important; }
    @media (max-width: 960px) {
      form.checkout .woocommerce-additional-fields .form-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%; } }
  form.checkout .woocommerce-additional-fields .j-wcus-warehouse-block, form.checkout .woocommerce-additional-fields .j-wcus-np-custom-address-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    form.checkout .woocommerce-additional-fields .j-wcus-warehouse-block .form-row, form.checkout .woocommerce-additional-fields .j-wcus-np-custom-address-block .form-row {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
form.checkout .col .styled-block tr th:last-child {
  min-width: 40%;
  width: 40%; }
form.checkout .col .styled-block .place-order {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0; }
form.checkout .wc-ukr-shipping-checkbox {
  min-width: 100%;
  padding: 0 15px; }
  form.checkout .wc-ukr-shipping-checkbox input {
    display: inline-block !important;
    visibility: hidden; }
    form.checkout .wc-ukr-shipping-checkbox input:before {
      visibility: visible;
      display: inline-block;
      content: '\f0c8';
      margin-right: 12px;
      vertical-align: middle;
      font-family: Font Awesome\ 5 Free;
      color: #828282;
      font-size: 18px; }
    form.checkout .wc-ukr-shipping-checkbox input:checked:before {
      content: '\f14a';
      color: #28a745; }

.wc-ukr-shipping-checkbox {
  min-width: 100%;
  padding: 0 15px;
  padding-left: 35px !important;
  margin: 0;
  cursor: pointer;
  color: #1b0c0d;
  font-size: 14px; }
  .wc-ukr-shipping-checkbox input {
    display: inline-block !important;
    width: 0;
    height: 0;
    position: relative;
    border: none;
    visibility: hidden; }
    .wc-ukr-shipping-checkbox input:before {
      visibility: visible;
      display: inline-block;
      content: '\f0c8';
      font-family: Font Awesome\ 5 Free;
      color: #828282;
      font-size: 18px;
      position: absolute;
      left: -20px;
      top: -20px;
      display: inline-block;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 15px;
      height: 15px; }
    .wc-ukr-shipping-checkbox input:checked:before {
      content: '\f14a';
      color: #28a745; }

.wc-ukr-shipping-np-fields h3 {
  font-size: 17px;
  padding: 0 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative; }
  .wc-ukr-shipping-np-fields h3:before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 190px;
    background: #a46e43;
    position: absolute;
    left: 15px;
    bottom: 0; }
  .wc-ukr-shipping-np-fields h3:after {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 15px);
    height: 1px;
    bottom: 1.5px;
    left: 15px;
    z-index: -1;
    background: #eeeeee; }
.wc-ukr-shipping-np-fields .form-row {
  display: inline-block;
  width: 50%;
  float: left; }
  @media (max-width: 960px) {
    .wc-ukr-shipping-np-fields .form-row {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; } }

#wcus-shipping-cost {
  font-size: 14px;
  color: #1b0c0d; }

.form-row .select2-container--default .select2-selection--single {
  width: 100%;
  display: block;
  padding: 0 20px;
  padding-right: 45px;
  border: 1px solid #eee;
  outline: 0;
  background: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 28px;
  color: #828282;
  font-size: 14px;
  min-height: 51px; }
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px; }
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px; }
.form-row .select2-results__option {
  padding: 6px 15px !important; }

.select2-container--default .select2-results__option[data-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  color: #222 !important; }

.select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a46e43 !important;
  color: #fff !important;
  -webkit-transition: 0.3s ease !important;
  -o-transition: 0.3s ease !important;
  transition: 0.3s ease !important; }

.select2-dropdown {
  background: #f9f9f9 !important;
  border: 1px solid #a46e43 !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 31px;
  border: 1px solid #eee; }
  .select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #a46e43 !important;
    outline: 0 !important; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-color: #a46e43;
  border-right-color: #a46e43;
  border-left-color: #a46e43; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-color: #a46e43;
  border-right-color: #a46e43;
  border-left-color: #a46e43; }

.woocommerce-order .woocommerce-order-overview {
  padding-left: 0;
  list-style: none; }
.woocommerce-order .woocommerce-order-details {
  display: none; }
.woocommerce-order .woocommerce-customer-details {
  display: none; }
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .woocommerce-order .woocommerce-customer-details .woocommerce-columns .col-1, .woocommerce-order .woocommerce-customer-details .woocommerce-columns .col-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
.woocommerce-order p {
  display: none; }
  .woocommerce-order p.woocommerce-notice {
    display: block; }

.single-product .d-none .title {
  margin-bottom: 25px; }
.single-product .stock-label-product {
  margin-bottom: 20px; }
  .single-product .stock-label-product span {
    border-radius: 31px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 35px;
    font-weight: 700;
    font-size: 13px; }
    .single-product .stock-label-product span i, .single-product .stock-label-product span svg {
      margin-right: 5px; }
    .single-product .stock-label-product span i {
      font-size: 15px; }
  .single-product .stock-label-product.in-stock-product span {
    background: #83b738;
    color: #fff;
    opacity: .8; }
  .single-product .stock-label-product.out-stock-product span {
    background: #e42e2d;
    color: #fff;
    opacity: .8; }
    .single-product .stock-label-product.out-stock-product span svg {
      fill: #fff; }
@media (max-width: 540px) {
  .single-product > .row .col-12.col-md-6 .row.mb-5 .col-2 {
    display: none !important; } }
@media (max-width: 540px) {
  .single-product > .row .col-12.col-md-6 .row.mb-5 .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .single-product > .row .col-12.col-md-6 .row.mb-5 .col-10 .slick-slider {
      margin-right: 0;
      margin-left: 0; } }

.footer-payment-image img {
  margin-right: 15px;
  max-width: 80px; }
  .footer-payment-image img:nth-child(2) {
    max-width: 60px; }
  .footer-payment-image img:last-child {
    margin-right: 0; }

.footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer__nav ul li {
    padding: 5px 0; }
    .footer__nav ul li a {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      display: inline-block;
      color: inherit;
      text-decoration: none !important;
      position: relative;
      padding-left: 10px; }
      .footer__nav ul li a:before {
        content: '\f0da';
        position: absolute;
        top: 0;
        left: 0;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900; }
      .footer__nav ul li a:hover {
        color: #fff; }
    .footer__nav ul li.current-menu-item a {
      color: #fff; }

@media (max-width: 960px) {
  .coffee-banner-two {
    margin-top: 20px; } }

@media (max-width: 960px) {
  .coffee-banner-two:before {
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%); } }

@media (max-width: 960px) {
  .banner-two-title {
    margin-top: 20px; } }

@media (max-width: 960px) {
  .full-wdt-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 960px) {
  .hidden-md {
    display: none; } }

@media (max-width: 540px) {
  .hidden-sm {
    display: none; } }

/*# sourceMappingURL=coffee-page-style.css.map */
