<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-header-tc-range {
    float: left;
    width: 100%;
    position: relative;
}

.box-welcome-out {
    position: absolute;
    left: 110px;
    bottom: 35px;
}

.box-header-name-desc {
    float: left;
    width: 100%;
    padding: 35px 55px;
    background: rgba(0,0,0,0.80);
}

.box-welcome-inner-out {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.box-header-name-desc h1 {
    font-family: 'brandon_grotesquebold', sans-serif;
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 37px;
}

.box-header-name-desc h2 {
    font-family: 'brandon_grotesquemedium', sans-serif;
    font-size: 28px;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
    text-align: center;
}

.header-small-text {
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'brandon_grotesque_regularRg', sans-serif;
    font-size: 18px;
    text-align: center;
}

.link-inquiry {
    font-family: 'brandon_grotesquebold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #e71d30;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 40px;
    transition: all linear 0.2s;
}

.link-inquiry:hover, .link-inquiry:focus {
    color: #fff;
    background: #c71728;
}

.box-tc-page-text-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

.box-tc-page-text-inner {
    margin: 0px auto;
    width: 1040px;
}

.box-tc-page-text-inner p {
    font-size: 22px;
    color: #393b3c;
    line-height: 28px;
}

.box-tc-download-out {
    float: left;
    width: 100%;
    margin-bottom: 69px;
}

.box-tc-download-inner {
    position: relative;
    width: 1557px;
    height: 355px;
    margin: 0px auto;
    /*background: url(/img/bg_download_caffee.jpg) no-repeat center center;*/
}

.link_download {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #8f6e5c;
    color: #fff;
    font-family: 'brandon_grotesquemedium', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 32px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all linear 0.2s;
}

.link_download:hover, .link_download:focus {
    color: #fff;
    background: #795e4e;
}

.box-tc-out-brands-out {
    float: left;
    width: 100%;
    background: #5a4e48;
}

.box-title-brands {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-family: 'BodoniSvtyTwoSCITCTTBook-Regular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}

.box-list-brands-out {
    float: left;
    width: 100%;
    padding-bottom: 42px;
}

.box-list-brands-inner {
    width: 1589px;
    margin: 0px auto;
}

.link-item-brand-out {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 15px;
}

.link-item-brand {
    position: relative;
    max-width: 486px;
    float: left;
    margin-bottom: 55px;
}

.brand_name, .brand_desc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px;
    text-align: center;
    text-shadow: -1px -2px 3px #3E3E3E;
}

.brand_name {
    font-family: 'brandon_grotesquebold', sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.brand_desc {
    font-family: 'brandon_grotesquemedium', sans-serif;
    font-size: 22px;
    display: none;
}

.link-item-brand:hover .brand_name, .link-item-brand:focus .brand_name {
    display: none;
}

.link-item-brand:hover .brand_desc, .link-item-brand:focus .brand_desc {
    display: flex;
}

.box-brand-all-out {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -15px;
}

.box-brand-all-out a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 11px 66px;
    transition: all linear 0.2s;
}

.box-brand-all-out a:hover, .box-brand-all-out a:focus {
    background: #fff;
    color: #5a4e48;
}

.box-order-online-out {
    float: left;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 67px;
}

.box-order-online-inner {
    width: 1470px;
    margin: 0px auto;
}

.box-online-list {
    float: left;
    width: 100%;
}

.box-online-list .banner-medium-half {
    max-width: 700px;
}

.box-online-title-out {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.box-online-title {
    font-family: 'brandon_grotesquebold', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #8f6e5c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 14px 57px;
    margin-bottom: 68px;
}

.banner-medium-half-out {
    float: left;
    width: 100%;
    padding: 0px 15px;
}

.hiddenShop {
    display: none;
}

.mobile-shopping {
    display: none;
    float: left;
    width: 100%;
}

.shopping-out {
    display: flex;
    flex-direction: column;
}

.shopping-item {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #393b3c;
    margin-bottom: 20px;
}

.shopping-item-inner {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.shopping-item-text {
    width: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.bot-text {
    flex-direction: row;
    padding-bottom: 20px;
}

.products__item-img.__medium {
    width: 240px;
    height: 300px;
}

#modal-popup .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-popup {
    position: relative;
    border:2px !important;
    padding: 2px;
}

.close-popup {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.close-popup:hover, .close-popup:focus {
    color: #000;
}

.popup-bottom-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}

.popup-bottom-text p {
    color: #fff;
    font-size: 24px;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:not(.no-center-mobile):before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal:not(.no-center-mobile) .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width: 1600px) {
    .box-list-brands-inner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1560px) {
    .box-tc-download-inner {
        width: 100%;
    }
    .link-item-brand {
        max-width: 450px;
    }
}

@media screen and (max-width: 1500px) {
    .box-order-online-inner {
        width: 100%;
    }
}

@media screen and (max-width: 1225px) {
    .box-welcome-out {
        top: 30px;
    }
    .box-header-tc-range {
        background: url(/img/bg_tc_range.jpg) no-repeat center center;
        background-size: cover;
    }
    .box-header-tc-range img {
        min-height: 419px;
        visibility: hidden;
    }
    .box-welcome-out {
        left: 20px;
        width: calc(100% - 40px);
    }
    .box-header-tc-range {
        border-bottom: 1px solid #ccc;
    }
    .box-online-list .banner-medium-half {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1160px) {
    .box-tc-page-text-inner {
        width: 100%;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .no-mobile {
        display: none;
    }
    .mobile-shopping {
        display: block;
    }
}


@media screen and (max-width: 760px) {
    .box-welcome-out {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .box-header-name-desc h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .box-header-name-desc h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 660px) {
    .brand_name {
        font-size: 41px;
        line-height: 44px;
    }
}

@media screen and (max-width: 500px) {
    .box-header-tc-range img {
        height: 490px !important;
    }
    .box-header-name-desc {
        padding: 21px 16px;
    }
    .brand_desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 412px) {
    .link_download {
        font-size: 16px;
        width: calc(100% - 33px);
    }
}

/* COOKIE_POLICY */
.bottom-cookie-out { position: fixed; left: 0px; bottom: 0px; float: left; width: 100%; border-top: 1px solid #6b6b6b; border-bottom: 1px solid #6B6B6B; background: #fff; z-index: 999999; }
.bottom-cookie-inner { width: 1042px; margin: 0px auto; display: flex; height: 100%; justify-content: space-between; }
.bottom-cookie-inner-one { display: flex; align-items: center; justify-content: center; padding: 15px 0px; }
.bottom-cookie-inner .bottom-cookie-inner-one:first-child { padding-right: 10px; font-size: 13px; line-height: 18px; }
.bottom-cookie-inner .bottom-cookie-inner-one:first-child a { display: inline; color: #63544c; }
.bottom-cookie-inner .bottom-cookie-inner-one:first-child a:hover { text-decoration: underline; }
.btn-cookies-got-it { padding: 15px 50px; background: #63544c; color: #fff; transition: all linear 0.2s; }
.btn-cookies-got-it:hover, .btn-cookies-got-it:focus { background: #63544c; color: #fff; text-decoration: none; }
.no-show-cookie-policy { display: none; }

@media screen and (max-width: 1068px) {
    .bottom-cookie-inner {
        width: 100%;
        padding: 0px 15px;
    }
    .bottom-cookie-inner-one {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .bottom-cookie-inner {
        flex-direction: column;
    }
    .bottom-cookie-inner-one {
        width: 100%;
        text-align: center;
    }
}

.cookies {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-sizing: border-box
}

.cookies.show-cookies {
  -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookies .cookie-left {
  width: calc(100% - 320px);
  padding: 0 60px 0 0;
}

.cookies .cookie-left .title {
  font-size: 24px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.cookies .buttons {
  max-width: 320px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
}

.cookies .buttons a {
  min-height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  text-align: center;
  justify-content: center;
}

.cookies .cookie-left span {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}


.cookies .settings {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.cookies .settings:hover {
  text-decoration: none;
}

.cookie-modal .modal-head {
  height: 50px;
  padding: 10px 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.cookie-modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-modal .modal-body .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.cookie-modal .modal-body .description {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}

.cookie-modal .modal-footer {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.cookie-modal .btn-red,
.cookie-modal .btn-white {
  min-height: 45px;
  min-width: 120px;
  padding: 0 10px !important;
  display: inline-flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  justify-content: center;
}

.cookie-modal .modal-body .js-allow {
  margin: 0 auto 20px;
  display: table;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  min-width: 140px;
}

.cookie-modal .modal-body .collapse-title {
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  font-weight: bold;
  border: none;
}

.cookie-modal .modal-body .collapse-title span {
  color: #8f6e5c;
}

.cookie-modal .plus-minus {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.cookie-modal .plus-minus span:nth-child(1) {
  height: 10px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.cookie-modal .left-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.cookie-modal .plus-minus span:nth-child(2) {
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal .collapse-title .plus-minus span:nth-child(1) {
  background: transparent;
}

.cookie-modal .left-side.collapsed .plus-minus span:nth-child(1) {
  background: #000;
}

.cookie-modal .left-side {
  width: calc(100% - 120px);
}

.cookie-modal .left-side.collapsed {
  border-bottom: 1px solid transparent;
}

.cookie-modal .manage-item {
    border: 1px solid #ededed;
}

.cookie-modal .manage-item .collapsing p,
.cookie-modal .manage-item .collapse p {
  padding: 10px 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-modal .modal-title {
  padding-top: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
}

input:checked + .slider {
  background-color: #8f6e5c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #194586;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#checkout-form .form-group:after {
  content: none;
}

.cookie-modal .modal-dialog {
    max-width: 600px;
}

.cookie-modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.cookie-modal .modal-content {
    padding: 25px !important;
}

.cookie-modal .modal-footer .btn {
  min-height: 50px;
  min-width: 250px;
  text-align: center;
  line-height: 50px;
  width: auto;
  display: table;
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  .cookies {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
  }
  .cookies .cookie-left {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .cookies .cookie-left .title {
    font-size: 18px;
  }
  .cookies .cookie-left span {
    font-size: 14px;
  }
  .cookies .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cookies .settings {
    font-size: 16px;
    margin: 0 0 10px;
  }
}


@media (max-width: 767px) {
  .cookie-modal .modal-body .title {
    font-size: 16px;
  }
  .cookie-modal .modal-body .description {
    font-size: 14px;
  }
  .cookie-modal .btn-black {
    margin: 5px 0;
    min-width: 100%;
  }
  .cookie-modal .modal-body {
    padding: 10px 5px;
  }
  .cookie-modal .left-side,
  .cookie-modal .left-side.collapsed {
    font-size: 12px;
    text-align: left;
  }
  .cookie-modal .modal-body .collapse-title span {
    font-size: 10px;
  }
  .cookie-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
  }</pre></body></html>