@import url("https://use.typekit.net/zrd0ycu.css");
.transition_0 {
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.transition_300 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.transition_500 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.transition_750 {
  -webkit-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SII.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SII.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SII.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SII.ttf) format('truetype');
}
.a-center {
  text-align: center;
}
.a-center-important {
  text-align: center !important;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.c-pointer {
  cursor: pointer;
}
.c-default {
  cursor: default !important;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.p-static {
  position: static;
}
.p-fixed {
  position: fixed;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline-block;
}
.d-none {
  display: none;
}
.s-italic {
  font-style: italic;
}
.tt-uppercase {
  text-transform: uppercase;
}
.td-underline {
  text-decoration: underline;
}
.td-no-underline {
  text-decoration: none;
}
.td-no-underline-hover {
  text-decoration: none;
}
.td-no-underline-hover-important {
  text-decoration: none !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-border {
  border: 0px !important;
}
.no-background {
  background: none !important;
}
.noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.modal-divider {
  border-top: 1px solid #ebeced;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 20px 0 30px -60px;
  position: relative;
  right: -30px;
}
.modal-segment-header {
  margin: 0 0 20px 0 !important;
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}
.modal-body input[type=text].form-control,
.modal-body textarea.form-control {
  font-weight: 400 !important;
}
.table-flex {
  table-layout: fixed;
  border-collapse: collapse;
}
.table-flex td {
  padding: 0 5px;
}
.table-mini td,
.table-mini th {
  padding: 5px 10px 5px 0;
}
.table-small {
  margin-bottom: 0px !important;
}
.table-small tbody tr td,
.table-small tfoot tr td,
.table-small thead tr td,
.table-small tbody tr th,
.table-small tfoot tr th,
.table-small thead tr th {
  padding: 7px 5px 6px 5px !important;
  font-size: 12px;
}
.tr_disabled {
  color: #D5D6D7;
}
.tr_disabled a {
  color: #D5D6D7;
}
.tr_disabled td {
  background-color: transparent !important;
  color: #D5D6D7 !important;
}
.tr-top td,
.tr-top th {
  vertical-align: top !important;
}
.tr-vertical td,
.tr-vertical th {
  vertical-align: middle !important;
}
.tr-no-hover:hover {
  background: transparent !important;
}
.td-border-left {
  border-left: 1px solid #ebeced;
  padding-left: 10px !important;
}
.td-border-right {
  border-right: 1px solid #ebeced;
  padding-right: 10px !important;
}
.table-item-hover:hover {
  background: #ebeced !important;
}
.tr_new {
  background: #f5f4f0;
  font-weight: 500;
}
.tr_new:hover {
  background: #edeae4 !important;
}
.table-scroll {
  overflow: hidden;
  overflow-x: scroll;
}
.td-2liner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.5em;
  /* Adjust based on font size, should be 2 * line-height */
}
.table-sticky-row {
  position: sticky;
  z-index: 1 !important;
}
.bt {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #D5D6D7;
  color: #1d1d1f;
  padding: 11px 16px 11px 16px;
  font-size: 13px;
  line-height: 13px;
}
.bt:hover {
  color: #1d1d1f;
  text-decoration: none;
  border: 1px solid #bbbdbe;
}
.bt-xss {
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  line-height: 12px;
}
.bt-xs {
  padding: 4px 8px 4px 8px;
  font-size: 12px;
  line-height: 12px;
}
.bt-sm {
  padding: 6px 15px 6px 15px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.bt-md {
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.bt-lg {
  padding: 15px 30px 15px 30px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.bt-xl {
  padding: 25px 50px 25px 50px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
}
.bt-white {
  background: #fff !important;
  border: 1px solid #D5D6D7 !important;
  color: #1d1d1f !important;
}
.bt-white:hover {
  border: 1px solid #aeb0b2 !important;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;
}
.bt-link {
  background: #3F8A4B !important;
  border: 1px solid #3F8A4B !important;
  color: #fff !important;
}
.bt-link:hover {
  background: #4fad5e !important;
  border: 1px solid #4fad5e !important;
}
.bt-green {
  background: #4AB972 !important;
  border: 1px solid #4AB972 !important;
  color: #fff !important;
}
.bt-green:hover {
  background: #3a965b !important;
  border: 1px solid #3a965b !important;
  color: #fff !important;
}
.bt-light-green {
  background: #94d5ab !important;
  border: 1px solid #94d5ab !important;
  color: #010302 !important;
}
.bt-light-green:hover {
  background: #b8e4c8 !important;
  border: 1px solid #b8e4c8 !important;
  color: #010302 !important;
}
.bt-brown {
  background: #ab8259 !important;
  border: 1px solid #ab8259 !important;
  color: #fff !important;
}
.bt-brown:hover {
  background: #8b6946 !important;
  border: 1px solid #8b6946 !important;
  color: #fff !important;
}
.bt-orange {
  background: #ffa355 !important;
  border: 1px solid #ffa355 !important;
  color: #fff !important;
}
.bt-orange:hover {
  background: #ff8722 !important;
  border: 1px solid #ff8722 !important;
  color: #fff !important;
}
.bt-wine {
  background: #bf0ba2 !important;
  border: 1px solid #bf0ba2 !important;
  color: #fff !important;
}
.bt-wine:hover {
  background: #8f0879 !important;
  border: 1px solid #8f0879 !important;
  color: #fff !important;
}
.bt-pink {
  background: #f966aa !important;
  border: 1px solid #f966aa !important;
  color: #fff !important;
}
.bt-pink:hover {
  background: #f7358f !important;
  border: 1px solid #f7358f !important;
  color: #fff !important;
}
.bt-pink-light {
  background: #fdc8e1 !important;
  border: 1px solid #fdc8e1 !important;
  color: #2b0215 !important;
}
.bt-pink-light:hover {
  background: #f7358f !important;
  border: 1px solid #f7358f !important;
  color: #fff !important;
}
.bt-purple {
  background: #9e02ff !important;
  border: 1px solid #9e02ff !important;
  color: #fff !important;
}
.bt-purple:hover {
  background: #7f00ce !important;
  border: 1px solid #7f00ce !important;
  color: #fff !important;
}
.bt-light-purple {
  background: #c568ff !important;
  border: 1px solid #c568ff !important;
  color: #fff !important;
}
.bt-light-purple:hover {
  background: #d99bff !important;
  border: 1px solid #d99bff !important;
  color: #fff !important;
}
.bt-red {
  background: #f44336 !important;
  border: 1px solid #f44336 !important;
  color: #fff !important;
}
.bt-red:hover {
  background: #f77066 !important;
  border: 1px solid #f77066 !important;
  color: #fff !important;
}
.bt-grey {
  background: #ebeced !important;
  border: 1px solid #ebeced !important;
}
.bt-grey:hover {
  background: #d0d3d5 !important;
  border: 1px solid #d0d3d5 !important;
}
.bt-sub {
  background: #EDEAE4 !important;
  border: 1px solid #EDEAE4 !important;
}
.bt-sub:hover {
  background: #e3ded5 !important;
  border: 1px solid #e3ded5 !important;
}
.bt-sub-border {
  background: #D5CDBF !important;
  border: 1px solid #D5CDBF !important;
}
.bt-sub-border:hover {
  background: #cbc1b0 !important;
  border: 1px solid #cbc1b0 !important;
}
.bt-sub-border-dark {
  background: #5a4f3b !important;
  border: 1px solid #5a4f3b !important;
  color: #EDEAE4 !important;
}
.bt-sub-border-dark:hover {
  background: #ad9d81 !important;
  border: 1px solid #ad9d81 !important;
  color: #EDEAE4 !important;
}
.bt-sub-border-outline {
  border: 1px solid #b7a991 !important;
  background: none !important;
  color: #5a4f3b !important;
}
.bt-sub-border-outline:hover {
  border: 1px solid #a29172 !important;
  color: #796a4f !important;
  background: none !important;
}
.bt-black {
  background: #1d1d1f !important;
  border: 1px solid #1d1d1f !important;
  color: #fff !important;
}
.bt-black:hover {
  background: #363639 !important;
  border: 1px solid #363639 !important;
  color: #fff;
}
.bt-yellow {
  background: #FFEA00 !important;
  border: 1px solid #FFEA00 !important;
  color: #332f00 !important;
}
.bt-yellow:hover {
  background: #fff799 !important;
  border: 1px solid #fff799 !important;
}
.bt-hr-light {
  background: #e9ebee !important;
  border: 1px solid #e9ebee !important;
  color: #1d1d1f !important;
}
.bt-hr-light:hover {
  background: #eceef0 !important;
  border: 1px solid #eceef0 !important;
  color: #1d1d1f !important;
}
.bt-hr {
  background: #393F48 !important;
  border: 1px solid #393F48 !important;
  color: #fff !important;
}
.bt-hr:hover {
  background: #505864 !important;
  border: 1px solid #505864 !important;
  color: #fff !important;
}
.bt-turquois {
  background: #00cfbd !important;
  border: 1px solid #00cfbd !important;
  color: #fff !important;
}
.bt-turquois:hover {
  background: #009c8e !important;
  border: 1px solid #009c8e !important;
  color: #fff !important;
}
.bt-blue {
  background: #36b8f4 !important;
  border: 1px solid #36b8f4 !important;
  color: #fff !important;
}
.bt-blue:hover {
  background: #0da4ea !important;
  border: 1px solid #0da4ea !important;
  color: #fff !important;
}
.bt-blue-dark {
  background: #025cff !important;
  border: 1px solid #025cff !important;
  color: #fff !important;
}
.bt-blue-dark:hover {
  background: #0052e8 !important;
  border: 1px solid #0052e8 !important;
  color: #fff !important;
}
.bt-light-border {
  background: #ebeced !important;
  border: 1px solid #ebeced !important;
}
.bt-light-border:hover {
  background: #dedfe1 !important;
  border: 1px solid #dedfe1 !important;
}
.bt-hover-red:hover {
  background: #f44336 !important;
  border: 1px solid #f44336 !important;
  color: #fff !important;
}
.bt-hover-red:hover i {
  color: #fff !important;
}
.bt-hover-green:hover {
  background: #4AB972 !important;
  border: 1px solid #4AB972 !important;
  color: #fff !important;
}
.bt-hover-green:hover i {
  color: #fff !important;
}
.bt-kf-green-active {
  border: 1px solid #2B5640 !important;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.bt-hover-black:hover {
  background: #363639 !important;
  border: 1px solid #363639 !important;
  color: #fff !important;
}
.bt-rounded-xs {
  border-radius: 3px;
}
.bt-rounded {
  border-radius: 5px;
}
.bt-rounded-lg {
  border-radius: 7px;
}
.bt-shadow {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.bt-shadow:hover {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.bt-shadow-lg {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.bt-shadow-lg:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.bt-no-outline:hover,
.bt-no-outline:active,
.bt-no-outline:focus {
  outline: none !important;
  box-shadow: 0px !important;
  -webkit-box-shadow: 0px !important;
  outline-offset: 0px !important;
  border: inherit !important;
}
.bt-shadow-hover:hover {
  border: 1px solid #D5D6D7 !important;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2) !important;
}
.bg-white {
  background: #fff !important;
  color: #1d1d1f !important;
}
.bg-green {
  background: #4AB972 !important;
  color: #fff !important;
}
.bg-green-hover:hover {
  border-color: #4AB972 !important;
  background: #4AB972 !important;
  color: #fff !important;
}
.bg-link {
  background: #3F8A4B !important;
  color: #fff !important;
}
.bg-green-light {
  background: #ddf2e5 !important;
  color: #1e4c2e !important;
}
.bg-red {
  background: #f44336 !important;
  color: #fff !important;
}
.bg-red-hover:hover {
  border-color: #f44336 !important;
  background: #f44336 !important;
  color: #fff !important;
}
.bg-red-light {
  background: #fef3f3 !important;
  color: #1d1d1f !important;
}
.bg-purple {
  background: #9e02ff !important;
  color: #fff !important;
}
.bg-purple-dark {
  background: #7f00ce !important;
  color: #fff !important;
}
.bg-purple-light {
  background: #ecceff !important;
  color: #fff !important;
}
.bg-orange {
  background: #ffa355 !important;
  color: #fff !important;
}
.bg-yellow {
  background: #FFEA00 !important;
  color: #1d1d1f !important;
}
.bg-blue {
  background: #36b8f4 !important;
  color: #fff !important;
}
.bg-blue-dark {
  background: #025cff !important;
  color: #fff !important;
}
.bg-pink {
  background: #f966aa !important;
  color: #fff !important;
}
.bg-pink-dark {
  background: #f7358f !important;
  color: #fff !important;
}
.bg-pink-light {
  background: #fb97c5 !important;
  color: #2b0215 !important;
}
.bg-brown {
  background: #ab8259 !important;
  color: #fff !important;
}
.bg-hr {
  background: #C5BFA8 !important;
  color: #fff !important;
}
.bg-sub-bg-light {
  background: #f3f1ed !important;
  color: #1d1d1f !important;
}
.bg-sub-bg-light-hover:hover {
  background: #f3f1ed !important;
  color: #1d1d1f !important;
}
.bg-sub-bg {
  background: #EDEAE4 !important;
  color: #1d1d1f !important;
}
.bg-sub-bg-hover:hover {
  background: #EDEAE4 !important;
  color: #1d1d1f !important;
}
.bg-sub-border {
  background: #D5CDBF !important;
  color: #1d1d1f !important;
}
.bg-light-border {
  background: #f3f4f4 !important;
  color: #1d1d1f !important;
}
.bg-light-border-hover:hover {
  background: #f3f4f4 !important;
  color: #1d1d1f !important;
}
.bg-border {
  background: #D5D6D7 !important;
  color: #1d1d1f !important;
}
.bg-hr-bg {
  background: #393F48 !important;
  color: #fff !important;
}
.bg-hr-bg-hover:hover {
  border-color: #393F48 !important;
  background: #393F48 !important;
  color: #fff !important;
}
.bg-new-green {
  background: #2B5640;
}
.bg-hover-new-green:hover {
  background: #2B5640 !important;
}
.color-border {
  color: #D5D6D7 !important;
}
.color-grey {
  color: #a1a3a5 !important;
}
.color-link {
  color: #3F8A4B !important;
}
.color-link-hover:hover {
  color: #3F8A4B !important;
}
.color-general {
  color: rgba(0, 0, 0, 0.8) !important;
}
.color-bg {
  color: #393F48 !important;
}
.color-green {
  color: #4AB972 !important;
}
.color-green-hover:hover {
  color: #4AB972 !important;
}
.color-red {
  color: #f44336 !important;
}
.color-blue {
  color: #36b8f4 !important;
}
.color-dark_blue {
  color: #025cff !important;
}
.color-error {
  color: #ff6e6e !important;
}
.color-star {
  color: #e0b32d !important;
}
.color-brown {
  color: #ab8259 !important;
}
.color-pink {
  color: #f966aa !important;
}
.color-purple {
  color: #9e02ff !important;
}
.color-orange {
  color: #ffa355 !important;
}
.color-light_border {
  color: #ebeced !important;
}
.color-sub_bg {
  color: #EDEAE4 !important;
}
.color-sub_border {
  color: #D5CDBF !important;
}
.color-navbar_bg {
  color: #2c7145 !important;
}
.color-hr_bg {
  color: #393F48 !important;
}
.color-hr_link {
  color: #C5BFA8 !important;
}
.color-yellow {
  color: #FFEA00 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-black-hover:hover {
  color: #000000 !important;
}
.color-black-95 {
  color: rgba(0, 0, 0, 0.95) !important;
}
.color-black-9 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.color-black-85 {
  color: rgba(0, 0, 0, 0.85) !important;
}
.color-black-8 {
  color: rgba(0, 0, 0, 0.8) !important;
}
.color-black-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}
.color-black-7 {
  color: rgba(0, 0, 0, 0.7) !important;
}
.color-black-65 {
  color: rgba(0, 0, 0, 0.65) !important;
}
.color-black-6 {
  color: rgba(0, 0, 0, 0.6) !important;
}
.color-black-55 {
  color: rgba(0, 0, 0, 0.55) !important;
}
.color-black-5 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.color-black-45 {
  color: rgba(0, 0, 0, 0.45) !important;
}
.color-black-4 {
  color: rgba(0, 0, 0, 0.4) !important;
}
.color-black-35 {
  color: rgba(0, 0, 0, 0.35) !important;
}
.color-black-3 {
  color: rgba(0, 0, 0, 0.3) !important;
}
.color-black-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}
.color-black-2 {
  color: rgba(0, 0, 0, 0.2) !important;
}
.color-black-15 {
  color: rgba(0, 0, 0, 0.15) !important;
}
.color-black-1 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.color-black-05 {
  color: rgba(0, 0, 0, 0.05) !important;
}
.fill-white {
  fill: #ffffff;
}
.fill-kf-yellow {
  fill: #FBB022;
}
.fill-general {
  fill: #1d1d1f;
}
.fa-m {
  margin-right: 3px;
}
.fa-m-left {
  margin-left: 3px;
}
.fa-m-lg {
  margin-right: 5px;
}
.fa-m-left-lg {
  margin-left: 5px;
}
.weight-100 {
  font-weight: 100 !important;
}
.weight-200 {
  font-weight: 200 !important;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.weight-800 {
  font-weight: 800 !important;
}
.weight-900 {
  font-weight: 900 !important;
}
.size-7 {
  font-size: 7px !important;
}
.size-8 {
  font-size: 8px !important;
}
.size-9 {
  font-size: 9px !important;
}
.size-10 {
  font-size: 10px !important;
}
.size-11 {
  font-size: 11px !important;
}
.size-12 {
  font-size: 12px !important;
}
.size-13 {
  font-size: 13px !important;
}
.size-14 {
  font-size: 14px !important;
}
.size-15 {
  font-size: 15px !important;
}
.size-16 {
  font-size: 16px !important;
}
.size-18 {
  font-size: 18px !important;
}
.size-20 {
  font-size: 20px !important;
}
.size-22 {
  font-size: 22px !important;
}
.size-24 {
  font-size: 24px !important;
}
.size-26 {
  font-size: 26px !important;
}
.size-30 {
  font-size: 30px !important;
}
.size-32 {
  font-size: 32px !important;
}
.size-36 {
  font-size: 36px !important;
}
.size-40 {
  font-size: 40px !important;
}
.size-50 {
  font-size: 50px !important;
}
.size-60 {
  font-size: 60px !important;
}
.size-70 {
  font-size: 70px !important;
}
.size-80 {
  font-size: 80px !important;
}
.size-90 {
  font-size: 90px !important;
}
.size-100 {
  font-size: 100px !important;
}
.size-125 {
  font-size: 125px !important;
}
.size-150 {
  font-size: 150px !important;
}
.size-200 {
  font-size: 200px !important;
}
.line-height-7 {
  line-height: 7px !important;
}
.line-height-8 {
  line-height: 8px !important;
}
.line-height-9 {
  line-height: 9px !important;
}
.line-height-10 {
  line-height: 10px !important;
}
.line-height-11 {
  line-height: 11px !important;
}
.line-height-12 {
  line-height: 12px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-14 {
  line-height: 14px !important;
}
.line-height-15 {
  line-height: 15px !important;
}
.line-height-16 {
  line-height: 16px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-32 {
  line-height: 32px !important;
}
.line-height-36 {
  line-height: 36px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-60 {
  line-height: 60px !important;
}
.line-height-70 {
  line-height: 70px !important;
}
.line-height-80 {
  line-height: 80px !important;
}
.line-height-90 {
  line-height: 90px !important;
}
.line-height-100 {
  line-height: 100px !important;
}
.line-height-125 {
  line-height: 125px !important;
}
.line-height-150 {
  line-height: 150px !important;
}
.line-height-200 {
  line-height: 200px !important;
}
.border-1-border {
  border: 1px solid #D5D6D7 !important;
}
.border-1-dark-border {
  border: 1px solid #c8c9cb !important;
}
.border-1-light-border {
  border: 1px solid #ebeced !important;
}
.border-bottom-1-border {
  border-bottom: 1px solid #D5D6D7 !important;
}
.border-bottom-1-light-border {
  border-bottom: 1px solid #ebeced !important;
}
.border-top-1-border {
  border-top: 1px solid #D5D6D7 !important;
}
.border-top-1-light-border {
  border-top: 1px solid #ebeced !important;
}
.border-left-1-border {
  border-left: 1px solid #D5D6D7 !important;
}
.border-left-1-light-border {
  border-left: 1px solid #ebeced !important;
}
.border-right-1-border {
  border-right: 1px solid #D5D6D7 !important;
}
.border-right-1-light-border {
  border-right: 1px solid #ebeced !important;
}
.no-border-radius {
  border-radius: 0px !important;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-20 {
  border-radius: 20px;
}
.border-radius-30 {
  border-radius: 30px;
}
.border-radius-1000 {
  border-radius: 1000px;
}
.border-radius-tag-5 {
  border-radius: 0 5px 5px 0;
}
.border-radius-tag-10 {
  border-radius: 0 10px 10px 0;
}
.border-radius-tag-20 {
  border-radius: 0 20px 20px 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-95 {
  opacity: 0.95;
}
.opacity-9 {
  opacity: 0.9;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-05 {
  opacity: 0.05;
}
.opacity-hover-100:hover {
  opacity: 1;
}
.opacity-hover-95:hover {
  opacity: 0.95;
}
.opacity-hover-9:hover {
  opacity: 0.9;
}
.opacity-hover-85:hover {
  opacity: 0.85;
}
.opacity-hover-8:hover {
  opacity: 0.8;
}
.opacity-hover-75:hover {
  opacity: 0.75;
}
.opacity-hover-7:hover {
  opacity: 0.7;
}
.opacity-hover-65:hover {
  opacity: 0.65;
}
.opacity-hover-6:hover {
  opacity: 0.6;
}
.opacity-hover-55:hover {
  opacity: 0.55;
}
.opacity-hover-5:hover {
  opacity: 0.5;
}
.opacity-hover-45:hover {
  opacity: 0.45;
}
.opacity-hover-4:hover {
  opacity: 0.4;
}
.opacity-hover-35:hover {
  opacity: 0.35;
}
.opacity-hover-3:hover {
  opacity: 0.3;
}
.opacity-hover-25:hover {
  opacity: 0.25;
}
.opacity-hover-2:hover {
  opacity: 0.2;
}
.opacity-hover-15:hover {
  opacity: 0.15;
}
.opacity-hover-1:hover {
  opacity: 0.1;
}
.opacity-hover-05:hover {
  opacity: 0.05;
}
.w-100 {
  width: 100% !important;
}
.w-90 {
  width: 90% !important;
}
.w-80 {
  width: 80% !important;
}
.w-70 {
  width: 70% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-40 {
  width: 40% !important;
}
.w-30 {
  width: 30% !important;
}
.w-20 {
  width: 20% !important;
}
.w-10 {
  width: 10% !important;
}
.w-auto {
  width: auto !important;
}
.w-400px {
  width: 400px !important;
}
.w-300px {
  width: 300px !important;
}
.w-250px {
  width: 250px !important;
}
.w-200px {
  width: 200px !important;
}
.w-150px {
  width: 150px !important;
}
.w-125px {
  width: 125px !important;
}
.w-100px {
  width: 100px !important;
}
.w-90px {
  width: 90px !important;
}
.w-80px {
  width: 80px !important;
}
.w-70px {
  width: 70px !important;
}
.w-60px {
  width: 60px !important;
}
.w-50px {
  width: 50px !important;
}
.w-40px {
  width: 40px !important;
}
.w-34px {
  width: 34px !important;
}
.w-30px {
  width: 30px !important;
}
.w-20px {
  width: 20px !important;
}
.w-10px {
  width: 10px !important;
}
.h-100 {
  height: 100% !important;
}
.h-90 {
  height: 90% !important;
}
.h-80 {
  height: 80% !important;
}
.h-70 {
  height: 70% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-40 {
  height: 40% !important;
}
.h-30 {
  height: 30% !important;
}
.h-20 {
  height: 20% !important;
}
.h-10 {
  height: 10% !important;
}
.h-auto {
  height: auto !important;
}
.h-400px {
  height: 400px !important;
}
.h-300px {
  height: 300px !important;
}
.h-250px {
  height: 250px !important;
}
.h-200px {
  height: 200px !important;
}
.h-150px {
  height: 150px !important;
}
.h-125px {
  height: 125px !important;
}
.h-100px {
  height: 100px !important;
}
.h-90px {
  height: 90px !important;
}
.h-80px {
  height: 80px !important;
}
.h-70px {
  height: 70px !important;
}
.h-60px {
  height: 60px !important;
}
.h-50px {
  height: 50px !important;
}
.h-40px {
  height: 40px !important;
}
.h-30px {
  height: 30px !important;
}
.h-20px {
  height: 20px !important;
}
.h-10px {
  height: 10px !important;
}
.sq-20 {
  width: 20px;
  height: 20px;
}
.sq-25 {
  width: 25px;
  height: 25px;
}
.sq-30 {
  width: 30px;
  height: 30px;
}
.row-5px {
  margin: 0 -5px !important;
  padding: 0 0 0 0 !important;
}
.row-5px .col-xs-1,
.row-5px .col-xs-2,
.row-5px .col-xs-3,
.row-5px .col-xs-4,
.row-5px .col-xs-5,
.row-5px .col-xs-6,
.row-5px .col-xs-7,
.row-5px .col-xs-8,
.row-5px .col-xs-9,
.row-5px .col-xs-10,
.row-5px .col-xs-11,
.row-5px .col-xs-12,
.row-5px .col-sm-1,
.row-5px .col-sm-2,
.row-5px .col-sm-3,
.row-5px .col-sm-4,
.row-5px .col-sm-5,
.row-5px .col-sm-6,
.row-5px .col-sm-7,
.row-5px .col-sm-8,
.row-5px .col-sm-9,
.row-5px .col-sm-10,
.row-5px .col-sm-11,
.row-5px .col-sm-12,
.row-5px .col-md-1,
.row-5px .col-md-2,
.row-5px .col-md-3,
.row-5px .col-md-4,
.row-5px .col-md-5,
.row-5px .col-md-6,
.row-5px .col-md-7,
.row-5px .col-md-8,
.row-5px .col-md-9,
.row-5px .col-md-10,
.row-5px .col-md-11,
.row-5px .col-md-12,
.row-5px .col-lg-1,
.row-5px .col-lg-2,
.row-5px .col-lg-3,
.row-5px .col-lg-4,
.row-5px .col-lg-5,
.row-5px .col-lg-6,
.row-5px .col-lg-7,
.row-5px .col-lg-8,
.row-5px .col-lg-9,
.row-5px .col-lg-10,
.row-5px .col-lg-11,
.row-5px .col-lg-12 {
  margin: 0 0 0 0 !important;
  padding: 0 5px !important;
}
.row-10px {
  margin: 0 -10px !important;
  padding: 0 0 0 0 !important;
}
.row-10px .col-xs-1,
.row-10px .col-xs-2,
.row-10px .col-xs-3,
.row-10px .col-xs-4,
.row-10px .col-xs-5,
.row-10px .col-xs-6,
.row-10px .col-xs-7,
.row-10px .col-xs-8,
.row-10px .col-xs-9,
.row-10px .col-xs-10,
.row-10px .col-xs-11,
.row-10px .col-xs-12,
.row-10px .col-sm-1,
.row-10px .col-sm-2,
.row-10px .col-sm-3,
.row-10px .col-sm-4,
.row-10px .col-sm-5,
.row-10px .col-sm-6,
.row-10px .col-sm-7,
.row-10px .col-sm-8,
.row-10px .col-sm-9,
.row-10px .col-sm-10,
.row-10px .col-sm-11,
.row-10px .col-sm-12,
.row-10px .col-md-1,
.row-10px .col-md-2,
.row-10px .col-md-3,
.row-10px .col-md-4,
.row-10px .col-md-5,
.row-10px .col-md-6,
.row-10px .col-md-7,
.row-10px .col-md-8,
.row-10px .col-md-9,
.row-10px .col-md-10,
.row-10px .col-md-11,
.row-10px .col-md-12,
.row-10px .col-lg-1,
.row-10px .col-lg-2,
.row-10px .col-lg-3,
.row-10px .col-lg-4,
.row-10px .col-lg-5,
.row-10px .col-lg-6,
.row-10px .col-lg-7,
.row-10px .col-lg-8,
.row-10px .col-lg-9,
.row-10px .col-lg-10,
.row-10px .col-lg-11,
.row-10px .col-lg-12 {
  margin: 0 0 0 0 !important;
  padding: 0 10px !important;
}
.clean-link {
  background: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
}
.clean-link:hover {
  background: transparent !important;
}
.span-link {
  cursor: pointer;
}
.span-link:hover {
  text-decoration: underline;
}
.padding-1 {
  padding: 1px;
}
.padding-2 {
  padding: 2px;
}
.padding-3 {
  padding: 3px;
}
.padding-4 {
  padding: 4px;
}
.padding-5 {
  padding: 5px;
}
.padding-6 {
  padding: 6px;
}
.padding-7 {
  padding: 7px;
}
.padding-8 {
  padding: 8px;
}
.padding-9 {
  padding: 9px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-top-1 {
  padding-top: 1px;
}
.padding-right-1 {
  padding-right: 1px;
}
.padding-bottom-1 {
  padding-bottom: 1px;
}
.padding-left-1 {
  padding-left: -1px;
}
.padding-top-2 {
  padding-top: 2px;
}
.padding-right-2 {
  padding-right: 2px;
}
.padding-bottom-2 {
  padding-bottom: 2px;
}
.padding-left-2 {
  padding-left: 2px;
}
.padding-top-3 {
  padding-top: 3px;
}
.padding-right-3 {
  padding-right: 3px;
}
.padding-bottom-3 {
  padding-bottom: 3px;
}
.padding-left-3 {
  padding-left: 3px;
}
.padding-top-4 {
  padding-top: 4px;
}
.padding-right-4 {
  padding-right: 4px;
}
.padding-bottom-4 {
  padding-bottom: 4px;
}
.padding-left-4 {
  padding-left: 4px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-top-6 {
  padding-top: 6px;
}
.padding-right-6 {
  padding-right: 6px;
}
.padding-bottom-6 {
  padding-bottom: 6px;
}
.padding-left-6 {
  padding-left: 6px;
}
.padding-top-7 {
  padding-top: 7px;
}
.padding-right-7 {
  padding-right: 7px;
}
.padding-bottom-7 {
  padding-bottom: 7px;
}
.padding-left-7 {
  padding-left: 7px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-right-8 {
  padding-right: 8px;
}
.padding-bottom-8 {
  padding-bottom: 8px;
}
.padding-left-8 {
  padding-left: 8px;
}
.padding-top-9 {
  padding-top: 9px;
}
.padding-right-9 {
  padding-right: 9px;
}
.padding-bottom-9 {
  padding-bottom: 9px;
}
.padding-left-9 {
  padding-left: 9px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-top--1 {
  padding-top: -1px;
}
.padding-right--1 {
  padding-right: -1px;
}
.padding-bottom--1 {
  padding-bottom: -1px;
}
.padding-left--1 {
  padding-left: --1px;
}
.padding-top--2 {
  padding-top: -2px;
}
.padding-right--2 {
  padding-right: -2px;
}
.padding-bottom--2 {
  padding-bottom: -2px;
}
.padding-left--2 {
  padding-left: -2px;
}
.padding-top--3 {
  padding-top: -3px;
}
.padding-right--3 {
  padding-right: -3px;
}
.padding-bottom--3 {
  padding-bottom: -3px;
}
.padding-left--3 {
  padding-left: -3px;
}
.padding-top--4 {
  padding-top: -4px;
}
.padding-right--4 {
  padding-right: -4px;
}
.padding-bottom--4 {
  padding-bottom: -4px;
}
.padding-left--4 {
  padding-left: -4px;
}
.padding-top--5 {
  padding-top: -5px;
}
.padding-right--5 {
  padding-right: -5px;
}
.padding-bottom--5 {
  padding-bottom: -5px;
}
.padding-left--5 {
  padding-left: -5px;
}
.padding-top--6 {
  padding-top: -6px;
}
.padding-right--6 {
  padding-right: -6px;
}
.padding-bottom--6 {
  padding-bottom: -6px;
}
.padding-left--6 {
  padding-left: -6px;
}
.padding-top--7 {
  padding-top: -7px;
}
.padding-right--7 {
  padding-right: -7px;
}
.padding-bottom--7 {
  padding-bottom: -7px;
}
.padding-left--7 {
  padding-left: -7px;
}
.padding-top--8 {
  padding-top: -8px;
}
.padding-right--8 {
  padding-right: -8px;
}
.padding-bottom--8 {
  padding-bottom: -8px;
}
.padding-left--8 {
  padding-left: -8px;
}
.padding-top--9 {
  padding-top: -9px;
}
.padding-right--9 {
  padding-right: -9px;
}
.padding-bottom--9 {
  padding-bottom: -9px;
}
.padding-left--9 {
  padding-left: -9px;
}
.padding-top--10 {
  padding-top: -10px;
}
.padding-right--10 {
  padding-right: -10px;
}
.padding-bottom--10 {
  padding-bottom: -10px;
}
.padding-left--10 {
  padding-left: -10px;
}
.padding-top--15 {
  padding-top: -15px;
}
.padding-right--15 {
  padding-right: -15px;
}
.padding-bottom--15 {
  padding-bottom: -15px;
}
.padding-left--15 {
  padding-left: -15px;
}
.padding-top--20 {
  padding-top: -20px;
}
.padding-right--20 {
  padding-right: -20px;
}
.padding-bottom--20 {
  padding-bottom: -20px;
}
.padding-left--20 {
  padding-left: -20px;
}
.padding-top--40 {
  padding-top: -40px;
}
.padding-right--40 {
  padding-right: -40px;
}
.padding-bottom--40 {
  padding-bottom: -40px;
}
.padding-left--40 {
  padding-left: -40px;
}
.padding-top--50 {
  padding-top: -50px;
}
.padding-right--50 {
  padding-right: -50px;
}
.padding-bottom--50 {
  padding-bottom: -50px;
}
.padding-left--50 {
  padding-left: -50px;
}
.margin-1 {
  margin: 1px;
}
.margin-2 {
  margin: 2px;
}
.margin-3 {
  margin: 3px;
}
.margin-4 {
  margin: 4px;
}
.margin-5 {
  margin: 5px;
}
.margin-6 {
  margin: 6px;
}
.margin-7 {
  margin: 7px;
}
.margin-8 {
  margin: 8px;
}
.margin-9 {
  margin: 9px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-20 {
  margin: 20px;
}
.margin-25 {
  margin: 25px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-right-0 {
  margin-right: 0px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-top-1 {
  margin-top: 1px;
}
.margin-right-1 {
  margin-right: 1px;
}
.margin-bottom-1 {
  margin-bottom: 1px;
}
.margin-left-1 {
  margin-left: -1px;
}
.margin-top-2 {
  margin-top: 2px;
}
.margin-right-2 {
  margin-right: 2px;
}
.margin-bottom-2 {
  margin-bottom: 2px;
}
.margin-left-2 {
  margin-left: 2px;
}
.margin-top-3 {
  margin-top: 3px;
}
.margin-right-3 {
  margin-right: 3px;
}
.margin-bottom-3 {
  margin-bottom: 3px;
}
.margin-left-3 {
  margin-left: 3px;
}
.margin-top-4 {
  margin-top: 4px;
}
.margin-right-4 {
  margin-right: 4px;
}
.margin-bottom-4 {
  margin-bottom: 4px;
}
.margin-left-4 {
  margin-left: 4px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-top-6 {
  margin-top: 6px;
}
.margin-right-6 {
  margin-right: 6px;
}
.margin-bottom-6 {
  margin-bottom: 6px;
}
.margin-left-6 {
  margin-left: 6px;
}
.margin-top-7 {
  margin-top: 7px;
}
.margin-right-7 {
  margin-right: 7px;
}
.margin-bottom-7 {
  margin-bottom: 7px;
}
.margin-left-7 {
  margin-left: 7px;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-right-8 {
  margin-right: 8px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-left-8 {
  margin-left: 8px;
}
.margin-top-9 {
  margin-top: 9px;
}
.margin-right-9 {
  margin-right: 9px;
}
.margin-bottom-9 {
  margin-bottom: 9px;
}
.margin-left-9 {
  margin-left: 9px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-top--1 {
  margin-top: -1px;
}
.margin-right--1 {
  margin-right: -1px;
}
.margin-bottom--1 {
  margin-bottom: -1px;
}
.margin-left--1 {
  margin-left: --1px;
}
.margin-top--2 {
  margin-top: -2px;
}
.margin-right--2 {
  margin-right: -2px;
}
.margin-bottom--2 {
  margin-bottom: -2px;
}
.margin-left--2 {
  margin-left: -2px;
}
.margin-top--3 {
  margin-top: -3px;
}
.margin-right--3 {
  margin-right: -3px;
}
.margin-bottom--3 {
  margin-bottom: -3px;
}
.margin-left--3 {
  margin-left: -3px;
}
.margin-top--4 {
  margin-top: -4px;
}
.margin-right--4 {
  margin-right: -4px;
}
.margin-bottom--4 {
  margin-bottom: -4px;
}
.margin-left--4 {
  margin-left: -4px;
}
.margin-top--5 {
  margin-top: -5px;
}
.margin-right--5 {
  margin-right: -5px;
}
.margin-bottom--5 {
  margin-bottom: -5px;
}
.margin-left--5 {
  margin-left: -5px;
}
.margin-top--6 {
  margin-top: -6px;
}
.margin-right--6 {
  margin-right: -6px;
}
.margin-bottom--6 {
  margin-bottom: -6px;
}
.margin-left--6 {
  margin-left: -6px;
}
.margin-top--7 {
  margin-top: -7px;
}
.margin-right--7 {
  margin-right: -7px;
}
.margin-bottom--7 {
  margin-bottom: -7px;
}
.margin-left--7 {
  margin-left: -7px;
}
.margin-top--8 {
  margin-top: -8px;
}
.margin-right--8 {
  margin-right: -8px;
}
.margin-bottom--8 {
  margin-bottom: -8px;
}
.margin-left--8 {
  margin-left: -8px;
}
.margin-top--9 {
  margin-top: -9px;
}
.margin-right--9 {
  margin-right: -9px;
}
.margin-bottom--9 {
  margin-bottom: -9px;
}
.margin-left--9 {
  margin-left: -9px;
}
.margin-top--10 {
  margin-top: -10px;
}
.margin-right--10 {
  margin-right: -10px;
}
.margin-bottom--10 {
  margin-bottom: -10px;
}
.margin-left--10 {
  margin-left: -10px;
}
.margin-top--15 {
  margin-top: -15px;
}
.margin-right--15 {
  margin-right: -15px;
}
.margin-bottom--15 {
  margin-bottom: -15px;
}
.margin-left--15 {
  margin-left: -15px;
}
.margin-top--20 {
  margin-top: -20px;
}
.margin-right--20 {
  margin-right: -20px;
}
.margin-bottom--20 {
  margin-bottom: -20px;
}
.margin-left--20 {
  margin-left: -20px;
}
.margin-top--40 {
  margin-top: -40px;
}
.margin-right--40 {
  margin-right: -40px;
}
.margin-bottom--40 {
  margin-bottom: -40px;
}
.margin-left--40 {
  margin-left: -40px;
}
.margin-top--50 {
  margin-top: -50px;
}
.margin-right--50 {
  margin-right: -50px;
}
.margin-bottom--50 {
  margin-bottom: -50px;
}
.margin-left--50 {
  margin-left: -50px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-1 {
  top: 1px;
}
.right-1 {
  right: 1px;
}
.bottom-1 {
  bottom: 1px;
}
.left-1 {
  left: -1px;
}
.top-2 {
  top: 2px;
}
.right-2 {
  right: 2px;
}
.bottom-2 {
  bottom: 2px;
}
.left-2 {
  left: 2px;
}
.top-3 {
  top: 3px;
}
.right-3 {
  right: 3px;
}
.bottom-3 {
  bottom: 3px;
}
.left-3 {
  left: 3px;
}
.top-4 {
  top: 4px;
}
.right-4 {
  right: 4px;
}
.bottom-4 {
  bottom: 4px;
}
.left-4 {
  left: 4px;
}
.top-5 {
  top: 5px;
}
.right-5 {
  right: 5px;
}
.bottom-5 {
  bottom: 5px;
}
.left-5 {
  left: 5px;
}
.top-6 {
  top: 6px;
}
.right-6 {
  right: 6px;
}
.bottom-6 {
  bottom: 6px;
}
.left-6 {
  left: 6px;
}
.top-7 {
  top: 7px;
}
.right-7 {
  right: 7px;
}
.bottom-7 {
  bottom: 7px;
}
.left-7 {
  left: 7px;
}
.top-8 {
  top: 8px;
}
.right-8 {
  right: 8px;
}
.bottom-8 {
  bottom: 8px;
}
.left-8 {
  left: 8px;
}
.top-9 {
  top: 9px;
}
.right-9 {
  right: 9px;
}
.bottom-9 {
  bottom: 9px;
}
.left-9 {
  left: 9px;
}
.top-10 {
  top: 10px;
}
.right-10 {
  right: 10px;
}
.bottom-10 {
  bottom: 10px;
}
.left-10 {
  left: 10px;
}
.top-15 {
  top: 15px;
}
.right-15 {
  right: 15px;
}
.bottom-15 {
  bottom: 15px;
}
.left-15 {
  left: 15px;
}
.top-20 {
  top: 20px;
}
.right-20 {
  right: 20px;
}
.bottom-20 {
  bottom: 20px;
}
.left-20 {
  left: 20px;
}
.top-40 {
  top: 40px;
}
.right-40 {
  right: 40px;
}
.bottom-40 {
  bottom: 40px;
}
.left-40 {
  left: 40px;
}
.top-50 {
  top: 50px;
}
.right-50 {
  right: 50px;
}
.bottom-50 {
  bottom: 50px;
}
.left-50 {
  left: 50px;
}
.top--1 {
  top: -1px;
}
.right--1 {
  right: -1px;
}
.bottom--1 {
  bottom: -1px;
}
.left--1 {
  left: --1px;
}
.top--2 {
  top: -2px;
}
.right--2 {
  right: -2px;
}
.bottom--2 {
  bottom: -2px;
}
.left--2 {
  left: -2px;
}
.top--3 {
  top: -3px;
}
.right--3 {
  right: -3px;
}
.bottom--3 {
  bottom: -3px;
}
.left--3 {
  left: -3px;
}
.top--4 {
  top: -4px;
}
.right--4 {
  right: -4px;
}
.bottom--4 {
  bottom: -4px;
}
.left--4 {
  left: -4px;
}
.top--5 {
  top: -5px;
}
.right--5 {
  right: -5px;
}
.bottom--5 {
  bottom: -5px;
}
.left--5 {
  left: -5px;
}
.top--6 {
  top: -6px;
}
.right--6 {
  right: -6px;
}
.bottom--6 {
  bottom: -6px;
}
.left--6 {
  left: -6px;
}
.top--7 {
  top: -7px;
}
.right--7 {
  right: -7px;
}
.bottom--7 {
  bottom: -7px;
}
.left--7 {
  left: -7px;
}
.top--8 {
  top: -8px;
}
.right--8 {
  right: -8px;
}
.bottom--8 {
  bottom: -8px;
}
.left--8 {
  left: -8px;
}
.top--9 {
  top: -9px;
}
.right--9 {
  right: -9px;
}
.bottom--9 {
  bottom: -9px;
}
.left--9 {
  left: -9px;
}
.top--10 {
  top: -10px;
}
.right--10 {
  right: -10px;
}
.bottom--10 {
  bottom: -10px;
}
.left--10 {
  left: -10px;
}
.top--15 {
  top: -15px;
}
.right--15 {
  right: -15px;
}
.bottom--15 {
  bottom: -15px;
}
.left--15 {
  left: -15px;
}
.top--20 {
  top: -20px;
}
.right--20 {
  right: -20px;
}
.bottom--20 {
  bottom: -20px;
}
.left--20 {
  left: -20px;
}
.top--40 {
  top: -40px;
}
.right--40 {
  right: -40px;
}
.bottom--40 {
  bottom: -40px;
}
.left--40 {
  left: -40px;
}
.top--50 {
  top: -50px;
}
.right--50 {
  right: -50px;
}
.bottom--50 {
  bottom: -50px;
}
.left--50 {
  left: -50px;
}
.shadow_box {
  border: 1px solid #D5D6D7;
  padding: 40px 40px 34px 40px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.center_box {
  position: relative;
  width: 100%;
}
.center_box .center_box_content {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-content {
  background: #f1f1f1;
  text-align: center;
  width: 100%;
  padding: 100px 0;
}
.svg_variable_border {
  fill: #000000;
}
.svg_variable_inside {
  fill: #ffffff;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
		                                  supported by Chrome, Opera and Firefox */
}
.text-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap-important {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.img-circle {
  height: 30px !important;
  position: static !important;
  top: auto !important;
  display: inline-block;
  width: 30px !important;
  border-radius: 1000px;
}
.img-circle-big {
  height: 50px !important;
  position: static !important;
  top: auto !important;
  display: inline-block;
  width: 50px !important;
  border-radius: 1000px;
}
.img-circle-small {
  height: 24px !important;
  position: static !important;
  top: auto !important;
  display: inline-block;
  width: 24px !important;
  border-radius: 1000px;
}
.filter-tag {
  padding: 3px 7px 3px 7px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
}
.filter-tag-xs {
  padding: 2px 5px 2px 5px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 0 4px 4px 0;
}
.filter-tag-lg {
  padding: 6px 15px 6px 15px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0 10px 10px 0;
}
.notif-bubble {
  font-size: 10px;
  text-align: center;
  display: inline-block;
  weight: 500;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 1000px;
}
body {
  font-family: "greycliff-cf", Arial, sans-serif;
  background: #fff;
  color: #1d1d1f;
  padding: 0px;
  margin: 0px;
}
.new_container {
  margin-right: auto;
  margin-left: auto;
  width: 1430px;
}
@media (max-width: 1600px) {
  .new_container {
    width: 1170px;
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .new_container {
    width: auto;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .new_container {
    width: auto;
    padding: 0 15px;
  }
}
.wide_container {
  margin-right: auto;
  margin-left: auto;
  width: 1430px;
}
@media (max-width: 1600px) {
  .wide_container {
    width: 1350px;
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .wide_container {
    width: auto;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .wide_container {
    width: auto;
    padding: 0 15px;
  }
}
.side_container {
  padding-left: 25px;
  padding-right: 25px;
}
.side_container .side_new {
  background: #4AB972;
  padding: 4px 6px 2px 6px;
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .side_container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .side_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container_fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.wrapper {
  padding: 20px 0 20px 0;
}
.wrapper .wrapper_content {
  padding: 20px;
  border: 1px solid #D5D6D7;
  background: #fff;
}
a {
  color: #3F8A4B;
}
a:hover {
  color: #4AB972;
}
hr {
  border-top: 1px solid #D5CDBF;
}
input:focus,
button:focus,
input:active,
button:active {
  border: none;
  outline: none;
}
.loading {
  text-align: center;
  padding: 50px;
}
.green {
  color: #4AB972;
}
.red {
  color: #f44336;
}
.grey {
  color: #bbbdbe;
}
.capital_letter {
  text-transform: capitalize;
}
.caret {
  margin-bottom: 4px;
}
.form-control {
  border-radius: 0px !important;
}
.form-control:focus {
  border-color: #3F8A4B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select.form-control {
  font-size: 12px;
  border-radius: 0px 0px 0px 0px !important;
}
.selectize-control {
  margin-top: 5px;
}
.selectize-control .selectize-input {
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.selectize-control .selectize-input.focus {
  border-color: #4e4e54 !important;
}
.selectize-control input,
.selectize-control select,
.selectize-control textarea {
  margin-top: 0px;
}
.selectize-control input:focus,
.selectize-control select:focus,
.selectize-control textarea:focus,
.selectize-control input:active,
.selectize-control select:active,
.selectize-control textarea:active {
  border: 0px !important;
}
.bootstrap-select .btn-default {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-select .btn-default:hover {
  background-color: #fff;
  background-image: none;
  border: 1px solid #1d1d1f;
}
.embed-responsive-item {
  width: 711px;
  height: 400px;
  display: inline-block;
  border: 0px;
  border-radius: 10px;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .embed-responsive-item {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 1199px) {
  .embed-responsive-item {
    width: 100%;
    height: 330px;
  }
}
@media (max-width: 991px) {
  .embed-responsive-item {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .embed-responsive-item {
    width: 100%;
    height: 280px;
  }
}
.k_page_title {
  position: absolute;
  z-index: -1;
  top: -200px;
}
.img-responsive-full {
  display: block;
  width: 100%;
  height: auto;
}
.bx {
  margin-top: -1px;
  position: relative;
  top: 1px;
}
.no_content {
  background: #f1f1f1;
  padding: 120px 20px;
  text-align: center;
}
.pagination a {
  border-radius: 0px;
  margin-left: -1px;
}
@media (max-width: 1600px) and (min-width: 1199px) {
  .hidden-xl {
    display: none;
  }
}
.hidden-lg-top {
  display: inline-block;
}
@media (max-width: 1030px) {
  .hidden-lg-top {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-lg-top {
    display: inline-block !important;
  }
}
.table a {
  color: #1d1d1f;
}
@media (max-width: 1199px) {
  .table-mobile {
    width: 100% !important;
    overflow-x: scroll !important;
  }
  .table-mobile .nowrap {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .table-mobile {
    -webkit-box-shadow: inset -20px 20px 10px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset -20px 20px 10px 5px rgba(0, 0, 0, 0.05);
    width: 100% !important;
    overflow-x: scroll !important;
  }
  .table-mobile .nowrap {
    white-space: nowrap;
  }
}
.success {
  background: #42b72a;
}
.error {
  background: #ea3538;
}
.error_msg,
.error_msg_duplicite {
  background: #ff6e6e;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  margin: 8px 0 10px 0;
  border-radius: 5px !important;
  display: none;
  position: relative;
}
.error_msg:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #ff6e6e transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  left: 18px;
  top: -10px;
}
.flash {
  position: fixed;
  bottom: 120px;
  right: 30px;
  cursor: default !important;
  display: none;
  width: auto !important;
  right: 100px;
  z-index: 20;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 900 !important;
}
@media (max-width: 767px) {
  .flash {
    bottom: 0px !important;
    right: 0px !important;
    width: 100% !important;
    padding: 60px 20px !important;
    border-radius: 0px !important;
  }
}
.row-no-margin .row {
  margin: 0 0px !important;
  padding: 0 0px !important;
}
.row-no-margin .row .col-xs-1,
.row-no-margin .row .col-xs-2,
.row-no-margin .row .col-xs-3,
.row-no-margin .row .col-xs-4,
.row-no-margin .row .col-xs-5,
.row-no-margin .row .col-xs-6,
.row-no-margin .row .col-xs-7,
.row-no-margin .row .col-xs-8,
.row-no-margin .row .col-xs-9,
.row-no-margin .row .col-xs-10,
.row-no-margin .row .col-xs-11,
.row-no-margin .row .col-xs-12,
.row-no-margin .row .col-sm-1,
.row-no-margin .row .col-sm-2,
.row-no-margin .row .col-sm-3,
.row-no-margin .row .col-sm-4,
.row-no-margin .row .col-sm-5,
.row-no-margin .row .col-sm-6,
.row-no-margin .row .col-sm-7,
.row-no-margin .row .col-sm-8,
.row-no-margin .row .col-sm-9,
.row-no-margin .row .col-sm-10,
.row-no-margin .row .col-sm-11,
.row-no-margin .row .col-sm-12,
.row-no-margin .row .col-md-1,
.row-no-margin .row .col-md-2,
.row-no-margin .row .col-md-3,
.row-no-margin .row .col-md-4,
.row-no-margin .row .col-md-5,
.row-no-margin .row .col-md-6,
.row-no-margin .row .col-md-7,
.row-no-margin .row .col-md-8,
.row-no-margin .row .col-md-9,
.row-no-margin .row .col-md-10,
.row-no-margin .row .col-md-11,
.row-no-margin .row .col-md-12,
.row-no-margin .row .col-lg-1,
.row-no-margin .row .col-lg-2,
.row-no-margin .row .col-lg-3,
.row-no-margin .row .col-lg-4,
.row-no-margin .row .col-lg-5,
.row-no-margin .row .col-lg-6,
.row-no-margin .row .col-lg-7,
.row-no-margin .row .col-lg-8,
.row-no-margin .row .col-lg-9,
.row-no-margin .row .col-lg-10,
.row-no-margin .row .col-lg-11,
.row-no-margin .row .col-lg-12 {
  margin: 0 0 0px 0 !important;
  padding: 0 0px !important;
}
.filter_black_overlay,
.search_black_overlay,
.black_overlay,
.black_overlay_loader,
.black_overlay_x,
.black_overlay_l,
.black_overlay_ch,
.black_overlay_product {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 1000000000000000000000000000000000;
}
.filter_black_overlay .loader,
.search_black_overlay .loader,
.black_overlay .loader,
.black_overlay_loader .loader,
.black_overlay_x .loader,
.black_overlay_l .loader,
.black_overlay_ch .loader,
.black_overlay_product .loader {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filter_black_overlay .loader .fa-spin,
.search_black_overlay .loader .fa-spin,
.black_overlay .loader .fa-spin,
.black_overlay_loader .loader .fa-spin,
.black_overlay_x .loader .fa-spin,
.black_overlay_l .loader .fa-spin,
.black_overlay_ch .loader .fa-spin,
.black_overlay_product .loader .fa-spin {
  font-size: 100px;
  color: #fff;
}
.black_overlay_x,
.black_overlay_l {
  background: rgba(0, 0, 0, 0.8);
  position: fixed !important;
  z-index: 1000 !important;
}
.filter_black_overlay,
.black_overlay_ch {
  position: fixed !important;
}
.black_overlay_ch {
  z-index: 100000 !important;
}
.black_overlay_ch .black_overlay_ch_text {
  font-size: 30px;
  font-weight: 900;
  padding: 20px 0 0 0;
  color: white;
}
@media (max-width: 767px) {
  .black_overlay_ch .black_overlay_ch_text {
    font-size: 24px;
  }
}
.black_overlay_ch .black_overlay_ch_emoji {
  font-size: 60px;
}
@media (max-width: 767px) {
  .black_overlay_ch .black_overlay_ch_emoji {
    font-size: 50px;
  }
}
.search_black_overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed !important;
  z-index: 9 !important;
}
@media (max-width: 1199px) {
  .search_black_overlay {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .search_black_overlay {
    top: 50px;
  }
}
.overlay_hidden {
  overflow: hidden;
}
.btn {
  border: none;
  padding: 10px 16px;
}
.btn:hover {
  text-decoration: none;
}
.btn-small {
  border-radius: 5px;
  border: none;
  padding: 6px 12px;
}
.btn-small:hover {
  text-decoration: none;
}
.btn-mini-round {
  border-radius: 5px;
  border: none;
  padding: 6px 10px 5px 10px;
  font-size: 12px;
  line-height: 12px;
}
.btn-mini-round:hover {
  text-decoration: none;
}
.btn-medium {
  border-radius: 5px;
  border: none;
  padding: 8px 14px;
}
.btn-medium:hover {
  text-decoration: none;
}
.btn-default {
  border: 1px solid #f3f4f4;
  background: #f3f4f4;
  color: #1d1d1f;
  padding: 9px 14px;
}
.btn-default:hover {
  background: #ebeced;
  border: 1px solid #ebeced;
  color: #1d1d1f;
}
.btn-danger {
  padding: 9px 15px;
  border: 0px solid #b42c27;
}
.btn-selected {
  border: 1px solid #D5CDBF;
  border-radius: 0px;
  background: #EDEAE4;
  padding: 10px 16px;
  color: #1d1d1f;
  cursor: auto;
}
.btn-danger:hover {
  text-decoration: none;
}
.btn-white {
  border: 1px solid #D5D6D7;
  background: #fff;
  color: #1d1d1f;
}
.btn-white:hover {
  background: #ebebeb;
  color: #040405;
}
.btn-dark {
  background: #1d1d1f;
  color: #fff;
}
.btn-dark:hover {
  background: #363639;
}
.btn-preview {
  border: 1px solid #D5D6D7;
  background: #fff;
  color: #1d1d1f;
}
.btn-preview:hover {
  background: #3F8A4B;
  margin: 1px;
  border: 0px;
  color: #fff;
}
.btn-link {
  border: 1px solid #3F8A4B;
  padding: 8px 14px;
  color: #3F8A4B;
}
.btn-link:hover {
  background: #3F8A4B;
  border: 1px solid #3F8A4B;
  color: #fff;
}
.btn-green {
  background: #4AB972 !important;
  border-color: #4AB972 !important;
  color: #fff !important;
}
.btn-green:hover {
  background: #3a965b !important;
  border-color: #3a965b !important;
  color: #fff !important;
}
.btn-follow {
  border: 1px solid #3F8A4B;
  background: #3F8A4B;
  font-weight: 600;
  padding: 10px 14px;
  color: #fff;
  border-radius: 0px;
}
.btn-follow:hover {
  background: #2f6738;
  border: 1px solid #2f6738;
  color: #fff;
}
.btn-buy {
  background: #3F8A4B;
  color: #fff;
  padding: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0px !important;
  border: 1px solid #fff;
  width: 100%;
  margin: 20px 0 10px 0;
}
.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active {
  background: #2f6738;
  color: #fff;
}
.btn-save {
  background: #fff;
  color: #1d1d1f;
  padding: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0px !important;
  border: 1px solid #D5D6D7;
  width: 100%;
  margin: 0px 0 30px 0;
}
.btn-save:hover,
.btn-save:focus,
.btn-save:active {
  border: 1px solid #1d1d1f;
  color: #040405;
}
.btn-primary {
  background: #3F8A4B;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #2f6738;
}
.btn-normal {
  background: #EDEAE4;
  color: #5a4f3b;
}
.btn-normal:hover,
.btn-normal:focus {
  background: #D5CDBF;
}
.btn-edit {
  background: #3F8A4B;
  color: #fff;
}
.btn-edit:hover,
.btn-edit:focus {
  background: #4fad5e;
  color: #fff;
}
.btn-selected {
  opacity: 0.5;
}
.btn_disabled {
  opacity: 0.5;
  background: #D5CDBF !important;
  color: rgba(0, 0, 0, 0.3) !important;
  border-color: #ebeced !important;
}
.btn_disabled:hover {
  background: #D5CDBF !important;
  color: rgba(0, 0, 0, 0.3) !important;
  border-color: #ebeced !important;
}
.divider-segment-title {
  padding: 5px 0px 5px 20px;
  font-weight: 700;
}
.navbar-backend-frame {
  top: 50px !important;
  padding-left: 85px;
  z-index: 90 !important;
}
@media (max-width: 767px) {
  .navbar-backend-frame {
    top: 0px !important;
    padding-left: 0px;
  }
}
.navbar {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  height: 90px;
  border: 0px !important;
  border-bottom: 1px solid #ebeced !important;
  background: #fff !important;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .navbar .pull-right {
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 0px;
    height: 50px;
    background: #000 !important;
    border-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    margin-top: 5px;
    background: #4AB972;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0px;
    border: 0px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    overflow-y: scroll !important;
    position: relative !important;
  }
  .navbar-collapse ul {
    padding: 0px;
    margin: 0px !important;
  }
  .navbar-collapse ul .main_cat a {
    padding: 15px 20px !important;
  }
  .navbar-collapse ul .active a {
    color: #fff !important;
  }
  .navbar-collapse ul li {
    padding: 0px !important;
    margin: 0px !important;
  }
  .navbar-collapse ul li a {
    padding: 15px 20px !important;
    margin: 0px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-collapse ul li a:hover {
    background: #41a866 !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.navbar-information {
  position: absolute;
  background: #fff;
  border-bottom: 0px;
  left: 0px;
  top: 0px;
  padding: 15px 0 11px 0;
  width: 100%;
  font-size: 11px;
}
.navbar-information .clearfix {
  width: 100%;
}
.navbar-information .navbar-information-left-pad {
  margin-left: 20px;
  display: inline-block;
}
.navbar-information .navbar-information-links a {
  margin-left: 20px;
  display: inline-block;
  color: #1d1d1f;
}
.navbar-default {
  background-color: #fff;
}
.navbar-default li a {
  font-weight: 600 !important;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #1d1d1f !important;
}
@media (max-width: 991px) {
  .navbar-default li a {
    font-size: 17px;
  }
}
.navbar-default li a:hover {
  color: #3F8A4B !important;
}
.navbar-default .active a {
  color: #3F8A4B !important;
  background-color: transparent !important;
}
.navbar-nav {
  padding-left: 11px;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  margin: 0px;
}
.navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 5px;
}
.navbar-nav .main_cat_ellipsis:hover .dropdown-menu-general {
  display: block;
}
.navbar-nav .xmas_main_cat {
  margin-right: 5px !important;
}
.navbar-nav .bf_main_cat {
  display: block;
}
@media (max-width: 1250px) {
  .navbar-nav .bf_main_cat {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-nav .bf_main_cat {
    display: block;
  }
}
.navbar-nav .main_cat {
  position: static;
  padding-bottom: 0px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .navbar-nav .main_cat {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.navbar-nav .main_cat .black_friday_man_cat_link,
.navbar-nav .main_cat .ukraine_man_cat_link {
  background: #231F20;
  color: white !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 100px !important;
  font-size: 17px !important;
  line-height: 17px;
  top: 4px !important;
  letter-spacing: -0.5px !important;
}
.navbar-nav .main_cat .black_friday_man_cat_link .fa,
.navbar-nav .main_cat .ukraine_man_cat_link .fa {
  font-size: 15px;
  margin-right: 2px;
}
.navbar-nav .main_cat .black_friday_man_cat_link:hover,
.navbar-nav .main_cat .ukraine_man_cat_link:hover,
.navbar-nav .main_cat .black_friday_man_cat_link:focus,
.navbar-nav .main_cat .ukraine_man_cat_link:focus {
  background: #151314;
  color: white;
}
.navbar-nav .main_cat .ukraine_man_cat_link {
  background: #4f82c7 !important;
}
.navbar-nav .main_cat .ukraine_man_cat_link:hover,
.navbar-nav .main_cat .ukraine_man_cat_link:focus,
.navbar-nav .main_cat .ukraine_man_cat_link:active {
  background: #3d74c0 !important;
  color: white;
}
@media (max-width: 1250px) {
  .navbar-nav .main_cat .ukraine_man_cat_link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav .main_cat .ukraine_man_cat_link {
    font-size: 14px !important;
    line-height: 14px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 6px !important;
    padding-bottom: 4px !important;
    top: 6px !important;
  }
}
.navbar-nav .main_cat .xmas_man_cat_link {
  /*background: @green;*/
  background: #dc2a1c;
  color: white !important;
  padding-top: 8px !important;
  padding-bottom: 6px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 100px !important;
  font-size: 17px !important;
  line-height: 17px;
  top: 3px !important;
  letter-spacing: -0.5px !important;
}
.navbar-nav .main_cat .xmas_man_cat_link .fa {
  font-size: 15px;
  margin-right: 2px;
}
.navbar-nav .main_cat .xmas_man_cat_link:hover,
.navbar-nav .main_cat .xmas_man_cat_link:focus {
  /*background: darken(@green,5%);*/
  background: #c52619;
  color: white;
}
.navbar-nav .main_cat .xmas_man_cat_link .main_cat_emoji {
  display: inline-block;
}
@media (max-width: 1300px) {
  .navbar-nav .main_cat .xmas_man_cat_link .main_cat_emoji {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-nav .main_cat .xmas_man_cat_link .main_cat_emoji {
    display: inline-block;
  }
}
.navbar-nav .main_cat a {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.navbar-nav .main_cat:hover .menu_overlay {
  visibility: visible;
  opacity: 1;
}
.navbar-nav .main_cat:hover .cat_smoother_trans {
  visibility: visible;
}
.navbar-nav .main_cat .cat_smoother_trans {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 40px;
  top: 60px;
  left: 0px;
  z-index: 10;
}
@media (max-width: 991px) {
  .navbar-nav .main_cat .cat_smoother_trans {
    height: 30px;
    top: 50px;
  }
}
.navbar-nav .main_cat .dropdown-menu-general {
  position: relative !important;
  left: -26px !important;
  padding: 0px !important;
  margin-top: -2px !important;
}
.navbar-nav .main_cat .dropdown-menu-general li a {
  padding: 10px 15px !important;
  font-size: 14px !important;
  border-bottom: 1px solid #f3f4f4;
  font-weight: 600 !important;
}
.navbar-nav .main_cat .dropdown-menu-general:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #D5D6D7 transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  left: 27px;
  top: -11px;
}
.hq_menu_overlay_1:after {
  left: 260px !important;
}
@media (max-width: 1199px) {
  .hq_menu_overlay_1:after {
    left: 260px !important;
  }
}
@media (max-width: 991px) {
  .hq_menu_overlay_1:after {
    left: 265px !important;
  }
}
.hq_menu_overlay_2:after {
  left: 350px !important;
}
@media (max-width: 1199px) {
  .hq_menu_overlay_2:after {
    left: 350px !important;
  }
}
@media (max-width: 991px) {
  .hq_menu_overlay_2:after {
    left: 355px !important;
  }
}
.menu_overlay:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #A5906D transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  left: 200px;
  top: 20px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .menu_overlay:after {
    left: 200px;
  }
}
@media (max-width: 991px) {
  .menu_overlay:after {
    left: 190px;
  }
}
.menu_overlay_2:after {
  left: 290px;
  border-color: transparent transparent #ebeced transparent !important;
}
@media (max-width: 991px) {
  .menu_overlay_2:after {
    left: 280px;
  }
}
.menu_overlay_2 .menu_overlay_content {
  background: #3a965b !important;
}
.menu_overlay_2 .menu_overlay_content .menu_overlay_content_bg {
  background: #ebeced !important;
}
.menu_overlay_2 .menu_overlay_content .category_sub_tabs h4 a {
  border-bottom: 0px !important;
}
.menu_overlay_2 .menu_overlay_content .category_sub_tabs a {
  border-bottom: 1px solid #D5D6D7 !important;
}
.menu_overlay_2 .menu_overlay_content .category_sub_tabs a:hover {
  background: #D5D6D7 !important;
}
.menu_overlay_1 .menu_overlay_content .category_sub_tabs a:hover {
  background: #D5CDBF !important;
}
.menu_overlay {
  position: absolute;
  top: 50px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.75s ease;
  transition: visibility 0s, opacity 0.75s ease;
  opacity: 0;
  z-index: 30;
}
@media (max-width: 991px) {
  .menu_overlay {
    top: 40px;
  }
}
.menu_overlay .backend_special_categories {
  left: 60px !important;
}
@media (max-width: 1199px) {
  .menu_overlay .backend_special_categories {
    width: 240px !important;
  }
}
@media (max-width: 991px) {
  .menu_overlay .backend_special_categories {
    width: 240px !important;
  }
}
.menu_overlay .special_categories {
  position: absolute;
  width: 260px;
  top: 40px;
  left: 0px;
  padding: 0px 0 0 0;
  z-index: 31;
}
@media (max-width: 1199px) {
  .menu_overlay .special_categories {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .menu_overlay .special_categories {
    width: 240px;
  }
}
.menu_overlay .special_categories ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu_overlay .special_categories ul li {
  list-style: none;
  padding: 0px;
}
.menu_overlay .special_categories ul li a {
  display: block;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px;
  margin: 0 0 0px 0;
  padding: 20px 35px 20px 35px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: auto;
}
@media (max-width: 1199px) {
  .menu_overlay .special_categories ul li a {
    padding: 15px 25px 15px 25px !important;
    font-size: 14px;
  }
}
.menu_overlay .special_categories ul li a i {
  width: 16px;
}
.menu_overlay .special_categories ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.menu_overlay .backend_menu_overlay_content {
  padding: 0px 0px 0px 320px !important;
}
@media (max-width: 1199px) {
  .menu_overlay .backend_menu_overlay_content {
    padding: 0px 0px 0px 300px !important;
  }
}
@media (max-width: 991px) {
  .menu_overlay .backend_menu_overlay_content {
    padding: 0px 0px 0px 300px !important;
  }
}
.menu_overlay .menu_overlay_content {
  margin-top: 40px;
  overflow-y: scroll;
  background: #A5906D;
  opacity: 1;
  padding: 0px 0px 0px 260px;
  width: 100%;
  height: 462px;
  position: relative;
  -webkit-box-shadow: 0px 100px 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 100px 100px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .menu_overlay .menu_overlay_content {
    padding: 0px 0px 0px 240px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .menu_overlay .menu_overlay_content {
    padding: 0px 0px 0px 240px;
    height: 382px;
  }
}
.menu_overlay .menu_overlay_content .menu_overlay_content_bg {
  background: #EDEAE4;
  padding: 30px 30px 0 30px;
}
.menu_overlay .menu_overlay_content .category_sub_tabs {
  margin-bottom: 30px;
  display: block;
}
.menu_overlay .menu_overlay_content .category_sub_tabs h4 {
  line-height: 14px !important;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 20px;
  padding: 0px;
  border-bottom: 0px;
  overflow: visible;
}
@media (max-width: 991px) {
  .menu_overlay .menu_overlay_content .category_sub_tabs h4 {
    font-size: 16px;
  }
}
.menu_overlay .menu_overlay_content .category_sub_tabs h4 a {
  font-size: 20px;
  border-bottom: 0px;
  color: #000000 !important;
  overflow: visible;
}
@media (max-width: 991px) {
  .menu_overlay .menu_overlay_content .category_sub_tabs h4 a {
    font-size: 16px;
  }
}
.menu_overlay .menu_overlay_content .category_sub_tabs h4 a:hover {
  background: none !important;
  color: #000000 !important;
  text-decoration: none;
}
.menu_overlay .menu_overlay_content .category_sub_tabs .merchant_menu_country img {
  display: inline-block;
  height: 10px !important;
  width: 15px !important;
  margin: -3px 0 0 5px !important;
  padding: 0px !important;
  background: transparent !important;
}
.menu_overlay .menu_overlay_content .category_sub_tabs a {
  display: block;
  color: rgba(0, 0, 0, 0.9) !important;
  line-height: 14px;
  padding: 0px 10px 0px 0px !important;
  font-size: 14px;
  border-bottom: 1px solid #D5CDBF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .menu_overlay .menu_overlay_content .category_sub_tabs a {
    font-size: 12px;
    line-height: 12px;
  }
}
.menu_overlay .menu_overlay_content .category_sub_tabs a img,
.menu_overlay .menu_overlay_content .category_sub_tabs a .menu_ellipsis {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  margin-top: 0px;
  padding: 5px;
  background: #fff;
  border: 0px;
}
@media (max-width: 991px) {
  .menu_overlay .menu_overlay_content .category_sub_tabs a img,
  .menu_overlay .menu_overlay_content .category_sub_tabs a .menu_ellipsis {
    height: 35px;
  }
}
.menu_overlay .menu_overlay_content .category_sub_tabs a .equipment_img {
  padding: 8px !important;
}
.menu_overlay .menu_overlay_content .category_sub_tabs a .menu_ellipsis {
  width: 45px;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  color: #c1b5a0;
}
.menu_overlay .menu_overlay_content .category_sub_tabs a .menu_ellipsis i {
  top: 2px;
  position: relative;
}
@media (max-width: 991px) {
  .menu_overlay .menu_overlay_content .category_sub_tabs a .menu_ellipsis {
    width: 35px;
    font-size: 15px;
  }
  .menu_overlay .menu_overlay_content .category_sub_tabs a .menu_ellipsis i {
    top: 1px;
    position: relative;
  }
}
.menu_overlay .menu_overlay_content .category_sub_tabs a:hover {
  background: #D5CDBF;
  color: #000000 !important;
  text-decoration: none;
}
.menu_overlay .menu_overlay_content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.menu_overlay .menu_overlay_content ul li {
  width: 100%;
}
.menu_overlay .menu_overlay_content ul li a {
  width: 100%;
  font-size: 14px;
  font-weight: 400 !important;
  color: #1d1d1f !important;
  padding: 5px 0;
  display: block;
}
.navbar-fixed-top {
  z-index: 90;
}
#navbar-fixed-top {
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0px;
  /*.transition_500();*/
}
.circle {
  border-radius: 100px;
  cursor: pointer;
  margin-top: 4px;
  width: 56px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #fff;
  margin-left: 0px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .circle {
    width: 46px;
  }
}
@media (max-width: 991px) {
  .circle {
    font-size: 16px;
    margin-top: 8px;
  }
}
.circle:focus,
.circle:focus,
.circle:hover {
  outline: none;
  color: #4AB972;
}
.clickCart {
  position: relative;
}
.clickCart .circle_badge {
  position: absolute;
  background: #f44336;
  border-radius: 10000px;
  color: #fff;
  padding: 5px 0 0 0;
  top: -12px;
  right: -1px;
  width: 21px;
  height: 21px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  display: inline-block;
}
.clickLike {
  position: relative;
}
.clickLike .like_total {
  position: absolute;
  background: #ebeced;
  border-radius: 20px;
  color: #1d1d1f;
  padding: 5px 0 0 0;
  top: -12px;
  right: -1px;
  width: 21px;
  height: 21px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  display: inline-block;
}
.navbar-right li a,
.navbar-right .dropdown a {
  padding-top: 7px;
  padding-bottom: 5px;
  font-weight: 600 !important;
  font-size: 18px;
  color: #1d1d1f !important;
}
@media (max-width: 991px) {
  .navbar-right li a,
  .navbar-right .dropdown a {
    padding-top: 10px;
    font-size: 16px;
  }
}
.navbar-right .auth_btn a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.navbar-right .auth_my_account {
  padding-left: 30px;
  margin-right: -30px;
  /*	@media (max-width: 1199px) {
				    padding-left:25px;
				}*/
}
@media (max-width: 1199px) {
  .navbar-right .auth_my_account {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .navbar-right .auth_my_account {
    padding-left: 15px;
  }
}
.navbar-right .auth_login {
  margin-left: 20px;
}
.navbar-right .auth_register {
  margin-right: -30px !important;
  margin-left: 0px;
}
.navbar-right .auth_register .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
  width: 500px;
  background: transparent;
}
.navbar-right .checkout_help a {
  margin-right: -30px;
  font-weight: 200 !important;
  font-size: 16px;
}
.navbar-right .checkout_help a strong {
  font-weight: 700 !important;
}
.navbar-right .dropdown ul {
  padding: 15px 0px 5px 0;
  margin-right: -10px;
}
.navbar-right .dropdown ul li a {
  font-size: 13px;
  font-weight: 400 !important;
  text-align: left;
  padding: 5px 30px 5px 30px;
}
.navbar-right .dropdown ul .divider {
  border-bottom: 1px solid #ebeced;
}
.navbar-right .dropdown .user_dropdown .fa {
  width: 20px;
}
.navbar-right .dropdown .user_dropdown .dropdown_user_menu_new {
  color: #fff;
  background: #9e02ff;
  padding: 2px 6px 0px 4px;
  margin-left: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  right: 100%;
  margin-right: -15px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.navbar-right .dropdown .user_dropdown .dropdown_user_menu_new i {
  width: auto;
}
.navbar-right .dropdown .user_dropdown .dropdown_user_menu_new:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent transparent #9e02ff;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  right: -10px;
  top: 3px;
}
.navbar-right .dropdown .user_dropdown:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #D5D6D7 transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  right: 7px;
  top: -11px;
}
.navbar-right .dropdown .auth_popup a {
  color: #fff !important;
}
.navbar-right .dropdown .auth_popup .forgotten_psw {
  margin: 4px 0 0 0px !important;
  color: #979797 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding-right: 0px !important;
}
.navbar-right .dropdown .auth_popup .registration_anchor {
  margin: 4px 0 0 0px !important;
  color: #979797 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding-right: 0px !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
}
.navbar-b2b {
  border-color: transparent !important;
}
@media (max-width: 767px) {
  .navbar-b2b .navbar-header {
    text-align: center;
    width: 100%;
  }
  .navbar-b2b .navbar-header .navbar-brand {
    float: none !important;
    display: inline-block;
  }
}
.navbar-b2b .b2b_header_phone {
  padding-right: 15px;
  margin-top: 7px;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 991px) {
  .navbar-b2b .b2b_header_phone {
    padding-right: 13px;
    margin-top: 11px;
    font-size: 13px;
  }
}
.navbar-header {
  padding-top: 3px;
}
@media (max-width: 767px) {
  .navbar-header {
    background: #000;
  }
}
.navbar-header .hamburger {
  padding: 15px 15px 11px 15px;
}
.navbar-header .xs-circles {
  padding: 0px 14px 0 0;
  margin: 0px;
}
.navbar-header .xs-circles .c_cart,
.navbar-header .xs-circles .c_like {
  float: left;
}
.navbar-header .xs-circles .circle {
  cursor: pointer;
  padding: 10px 0 9px 0;
  margin: 0px;
  width: 40px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  background: transparent;
}
@media (max-width: 767px) {
  .navbar-header .xs-circles .circle {
    border: 0px;
    font-size: 20px;
    color: #fff;
  }
  .navbar-header .xs-circles .circle a,
  .navbar-header .xs-circles .circle button {
    color: #fff;
  }
  .navbar-header .xs-circles .circle i:hover {
    opacity: 0.7;
  }
  .navbar-header .xs-circles .circle .circle_badge {
    top: -1px;
  }
}
.navbar-mobile {
  position: fixed;
  top: 50px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
  overflow-y: scroll;
  display: block;
}
.navbar-mobile .svg_border {
  fill: #000000;
}
.navbar-mobile .svg_fill {
  fill: #f3f4f5;
}
.navbar-mobile .btn_mobile_menu_top {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 900 !important;
  display: block;
  background: #fff;
  width: 100%;
  padding: 15px !important;
  margin: 0 0 10px 0;
  cursor: pointer;
  overflow: hidden;
  border: 0px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  text-align: left;
  right: 0px;
  z-index: 999999999999;
}
.navbar-mobile .btn_mobile_menu_top:hover {
  text-decoration: none;
}
.navbar-mobile .btn_mobile_menu_top i {
  margin-right: 10px;
}
.navbar-mobile .btn_mobile_menu_login {
  text-align: center !important;
}
.navbar-mobile .navbar-mobile-subsection {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 50px;
  left: 0px;
  background: #fff;
  z-index: 99999999999;
  padding-top: 0px;
  overflow-y: scroll;
}
.navbar-mobile .navbar-mobile-subsection ul {
  background: #fff;
  padding-bottom: 40px;
}
.navbar-mobile ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 15px 15px 15px !important;
}
.navbar-mobile ul .last_item {
  margin-bottom: 60px;
}
.navbar-mobile ul span,
.navbar-mobile ul a {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 900 !important;
  text-transform: uppercase;
  display: block;
  background: #f3f4f5;
  width: 100%;
  padding: 30px 20px 30px 90px !important;
  margin: 0 0 10px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.navbar-mobile ul span svg,
.navbar-mobile ul a svg,
.navbar-mobile ul span img,
.navbar-mobile ul a img,
.navbar-mobile ul span .bx,
.navbar-mobile ul a .bx {
  position: absolute;
  color: #1d1d1f;
  padding: 0px;
  list-style-type: none;
  display: block;
  left: 15px;
  top: 50%;
  font-size: 20px;
  text-align: left;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  height: 60px;
  width: auto;
}
.navbar-mobile ul span .bx,
.navbar-mobile ul a .bx {
  font-size: 44px !important;
  left: 23px !important;
  top: 60% !important;
}
.navbar-mobile ul span .merchant_img,
.navbar-mobile ul a .merchant_img {
  border-radius: 200px;
  height: 56px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 6px;
}
.navbar-mobile ul span .user_img,
.navbar-mobile ul a .user_img {
  border-radius: 200px;
  height: 56px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 0px;
}
.navbar-mobile ul span .merchant_menu_country,
.navbar-mobile ul a .merchant_menu_country {
  display: inline-block;
}
.navbar-mobile ul span .merchant_menu_country img,
.navbar-mobile ul a .merchant_menu_country img {
  top: 22px;
  left: 54px;
  width: 15px;
  height: 10px;
  margin-top: 0px !important;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-mobile ul span .fa-chevron-right,
.navbar-mobile ul a .fa-chevron-right {
  position: absolute;
  color: #1d1d1f;
  padding: 0px;
  list-style-type: none;
  display: block;
  right: 20px;
  top: 50%;
  font-size: 20px;
  text-align: right;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.navbar-mobile ul span:hover,
.navbar-mobile ul a:hover {
  text-decoration: none;
  background: #4AB972;
  color: #fff !important;
}
.navbar-mobile ul span:hover i,
.navbar-mobile ul a:hover i {
  color: #fff !important;
}
.navbar-hr-brand {
  font-weight: 700 !important;
  font-size: 26px !important;
  color: #1d1d1f !important;
  padding: 6px 0 0 0;
  width: 135px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .navbar-hr-brand {
    /*width:130px;
		        padding:10px 0 0 0;*/
    width: 120px;
    padding: 5px 0 0 0;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-hr-brand {
    padding: 0;
    margin-left: 10px;
    margin-right: 0px;
    width: 120px;
    margin-top: 3px;
    height: auto;
  }
}
@media (max-width: 325px) {
  .navbar-hr-brand {
    margin-left: 5px;
    width: 115px;
  }
}
.navbar-hr-brand span {
  position: absolute;
  top: 1px;
  right: -20px;
  background: #f44336;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 100px;
  padding: 4px 6px 2px 6px;
}
.navbar-hr-brand .navbar-brand-partner {
  font-size: 10px;
  line-height: 10px;
  padding: 4px 7px 3px 7px;
  top: 1px;
  right: -10px;
  background: #DAA520;
}
@media (max-width: 991px) {
  .navbar-hr-brand .navbar-brand-partner {
    font-size: 8px;
    line-height: 8px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .navbar-hr-brand .navbar-brand-partner {
    font-size: 8px;
    line-height: 8px;
    top: -2px;
    padding: 2px 5px 1px 5px;
  }
}
.navbar-brand-xmas {
  padding: 7px 0 0 0 !important;
  width: 136px !important;
}
@media (max-width: 991px) {
  .navbar-brand-xmas {
    width: 125px !important;
    padding: 9px 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  .navbar-brand-xmas {
    padding: 0 !important;
    width: 123px !important;
  }
}
@media (max-width: 325px) {
  .navbar-brand-xmas {
    width: 120px !important;
  }
}
.navbar-brand {
  font-weight: 700 !important;
  font-size: 26px !important;
  color: #1d1d1f !important;
  padding: 7px 0 0 0;
  width: 131px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 120px;
    padding: 9px 0 0 0;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 0;
    margin-left: 10px;
    margin-right: 0px;
    width: 118px;
    margin-top: 3px;
    height: auto;
  }
  .navbar-brand svg {
    overflow: auto !important;
  }
}
@media (max-width: 325px) {
  .navbar-brand {
    margin-left: 5px;
    width: 115px;
  }
}
.navbar-brand span {
  position: absolute;
  top: 3px;
  right: -18px;
  background: #f44336;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 5000px;
  padding: 3px 6px 3px 6px;
}
.navbar-brand .navbar-brand-partner {
  font-size: 10px;
  line-height: 10px;
  padding: 4px 7px 3px 7px;
  top: 1px;
  right: -10px;
  background: #DAA520;
}
@media (max-width: 991px) {
  .navbar-brand .navbar-brand-partner {
    font-size: 8px;
    line-height: 8px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .navbar-brand .navbar-brand-partner {
    font-size: 8px;
    line-height: 8px;
    top: -2px;
    padding: 2px 5px 1px 5px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin: 0px;
    padding: 10px;
    border: 3px solid #1d1d1f !important;
    border-color: #1d1d1f !important;
    color: #1d1d1f !important;
    border-radius: 0px;
  }
}
.navbar-toggle .icon-bar {
  background-color: #1d1d1f !important;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus,
.navbar-toggle:visited {
  background-color: #4AB972 !important;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:active .icon-bar,
.navbar-toggle:focus .icon-bar,
.navbar-toggle:visited .icon-bar {
  background-color: #fff !important;
}
.navbar-mini {
  top: -200px !important;
}
.navbar-default li .gifts {
  background: #ea1c0d;
  border-radius: 50px;
  font-size: 18px;
  padding: 8px 12px 6px 12px;
  margin: 2px 5px 0 5px;
  color: #fff !important;
}
.navbar-default li .gifts i {
  font-size: 16px;
}
.navbar-default li .gifts .fa-tree {
  margin-right: 3px;
}
.navbar-default li .gifts .fa-gift {
  margin-left: 3px;
  margin-right: 1px;
}
.navbar-default li .gifts:hover {
  background: #f44336 !important;
  color: #fff !important;
}
.dropdown-menu-default {
  position: relative !important;
  padding: 10px 0 !important;
}
.dropdown-menu-default li a {
  padding-top: 6px !important;
  padding-bottom: 5px !important;
}
.dropdown-menu-default li a:hover {
  color: #3F8A4B;
}
.dropdown-menu-default:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #ebeced transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  right: 22px;
  top: -11px;
}
.dropdown-menu .backend-username {
  padding: 0px 20px 0px 20px !important;
  font-size: 11px;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.front_search:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #D5CDBF transparent;
  border-style: solid;
  border-width: 8px;
  height: 0;
  width: 0;
  left: 345px;
  top: -15px;
}
@media (max-width: 1199px) {
  .front_search:after {
    left: 425px;
  }
}
@media (max-width: 991px) {
  .front_search:after {
    left: 48px;
    border-width: 6px;
    top: -11px;
  }
}
.front_search {
  position: absolute;
  display: none;
  top: 58px;
  margin-left: -320px;
  z-index: 30000010;
  width: 700px;
  height: 200px;
}
@media (max-width: 1199px) {
  .front_search {
    margin-left: -400px;
  }
}
@media (max-width: 991px) {
  .front_search {
    top: 60px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .front_search {
    top: 50px;
  }
}
.front_search .search_result_block_sub_section {
  margin-bottom: 0px;
}
.front_search .search_result_block_sub_section h5 {
  margin: 0px;
  padding: 15px;
  width: 100%;
  /*background: lighten(@light_border,3%);*/
  background: #D5CDBF;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.front_search .search_result_block_sub_section a {
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 400 !important;
}
.front_search .search_result_block_sub_section .price_old {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: 400;
}
.front_search .search_result_block_sub_section .price_discount {
  background: #f44336;
  display: inline-block;
  color: #fff;
  padding: 4px 6px 1px 6px;
  border-radius: 5px;
  margin-right: 7px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .price_discount {
    font-size: 12px;
  }
}
.front_search .search_result_block_sub_section .tr-search-item-img {
  width: 80px;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .tr-search-item-img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .tr-search-item-title {
    font-size: 13px !important;
  }
}
.front_search .search_result_block_sub_section .tr-search-item-price-gram {
  margin: 3px 0 0 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.front_search .search_result_block_sub_section .tr-search-item-price-gram strong {
  font-weight: 500;
}
@media (max-width: 640px) {
  .front_search .search_result_block_sub_section .tr-search-item-price-gram {
    font-size: 11px;
    line-height: 14px;
  }
}
.front_search .search_result_block_sub_section .tr-search-item-buy {
  width: 170px;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .tr-search-item-buy {
    width: auto;
  }
}
.front_search .search_result_block_sub_section .tr-search-item {
  cursor: pointer;
}
.front_search .search_result_block_sub_section .tr-search-item td {
  border-bottom: 1px solid #f3f1ed;
  font-size: 14px;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .tr-search-item td {
    font-size: 13px;
  }
}
.front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-stock {
  font-size: 12px !important;
  font-weight: 500;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-stock {
    font-size: 11px !important;
    margin-top: 2px;
  }
}
.front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-stock small {
  font-size: 11px !important;
  font-weight: 400;
  display: block;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-stock small {
    font-size: 10px !important;
  }
}
.front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-flavors,
.front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-roast-date {
  font-size: 12px !important;
  font-weight: 400;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-flavors,
  .front_search .search_result_block_sub_section .tr-search-item td .tr-search-item-roast-date {
    margin-top: 2px;
  }
}
.front_search .search_result_block_sub_section .tr-search-item td .btnSimpleAddToCart {
  position: relative;
  top: -1px;
  margin-right: 15px !important;
}
.front_search .search_result_block_sub_section .tr-search-item td .btnSimpleAddToCart span {
  font-weight: 900 !important;
}
.front_search .search_result_block_sub_section .tr-search-item td .btnSimpleAddToCart i {
  margin-left: 0px;
}
.front_search .search_result_block_sub_section .tr-search-item td .btnSimpleAddToCart:hover {
  background: #4AB972 !important;
  color: #fff !important;
}
.front_search .search_result_block_sub_section .tr-search-item:hover {
  color: #000 !important;
  text-decoration: none;
  background: #f3f1ed;
}
.front_search .search_result_block_sub_section .search_result_item {
  padding: 10px 15px;
  border-bottom: 1px solid #EDEAE4;
  width: 100%;
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .front_search .search_result_block_sub_section .search_result_item {
    font-size: 13px;
  }
}
.front_search .search_result_block_sub_section .search_result_item .search_result_table_item_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.front_search .search_result_block_sub_section .search_result_item:hover {
  color: #000 !important;
  text-decoration: none;
  background: #f3f1ed;
}
.front_search .search_result_block_sub_section .search_result_table_item {
  padding: 0px !important;
}
.front_search .search_result_block_sub_section .product_img {
  border: 3px solid #EDEAE4;
  padding: 5px;
  background: #fff;
  border-radius: 500px;
}
.front_search .front_search_center {
  position: relative;
  color: #000 !important;
  background: #fff;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  border-top: 3px solid #D5CDBF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.4);
  /*scrollbar-width: none;
				-ms-overflow-style: none;

				&::-webkit-scrollbar { 
		            width: 0 !important;
		            display: none;
		        }

		        &::-moz-scrollbars-none {
				    width: 0 !important;
				    display: none;
				}*/
}
@media (max-width: 991px) {
  .front_search .front_search_center {
    border-radius: 0px;
    border-top: 1px solid #D5CDBF;
  }
}
.front_search .front_search_center .front_search_center_content {
  position: absolute;
  padding: 0px;
  list-style-type: none;
  display: block;
  left: 50%;
  top: -3px;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.front_search .front_search_center .front_search_center_content table td {
  padding: 15px 0px 15px 15px !important;
}
.front_search .front_search_center .front_search_center_content mark {
  padding: 2px !important;
  background: #e9e5de !important;
  color: #000 !important;
  border-radius: 3px !important;
  font-weight: 500;
}
.front_search .front_search_center .front_search_center_content .front_search_load {
  position: absolute;
  right: 0px;
  font-size: 70px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 200;
  padding-top: 60px;
  color: #D5CDBF;
}
.front_search .front_search_center .front_search_center_content .front_search_load i {
  z-index: 200 !important;
}
.front_search .front_search_center .front_search_center_content .front_search_inp {
  background: #fff;
  border: none;
  border-bottom: 5px solid #1d1d1f;
  color: #000;
  width: 100%;
  height: 100px;
  display: block;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 0 30px;
  margin-bottom: 0px;
}
.front_search .front_search_center .front_search_center_content .front_search_inp::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.front_search .front_search_center .front_search_center_content .front_search_inp:-ms-input-placeholder {
  color: #000;
}
.front_search .front_search_center .front_search_center_content .front_search_inp::-webkit-input-placeholder {
  color: #000;
}
.front_search .front_search_center .front_search_center_content .front_search_result {
  padding: 0px;
}
.front_search .front_search_center .front_search_center_content .front_search_result .complete_results {
  padding-top: 0px !important;
}
.front_search .front_search_center .front_search_center_content .front_search_result h3 {
  width: 100%;
  text-align: center;
  font-weight: 800;
}
.front_search .front_search_center .front_search_center_content .front_search_result button {
  background: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.front_search .front_search_center .front_search_center_content .front_search_result .front_search_actions a {
  color: #000 !important;
}
.searchbar {
  width: 300px;
  display: block;
  float: right;
  position: relative;
  top: 5px;
  right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .searchbar {
    width: 260px !important;
  }
}
@media (max-width: 991px) {
  .searchbar {
    display: none;
    width: 100% !important;
    top: 74px;
    left: 0px;
    right: 0px;
    background: #fff;
    padding: 0 25px 10px 25px;
    border-bottom: 1px solid #ebeced;
    position: fixed;
  }
}
@media (max-width: 767px) {
  .searchbar {
    z-index: 9999;
    top: 50px;
    background: #000;
    padding: 0px 15px 10px 15px;
    border-bottom: 0px;
  }
}
.searchbar input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 3px solid #f3f4f4;
  font-size: 14px;
  font-weight: 200;
  color: #333;
  padding: 13px 33px 11px 53px;
  border-radius: 500px;
  background: #f3f4f4;
}
.searchbar input::-moz-placeholder {
  color: #878a8c;
  opacity: 1;
  font-weight: 400;
}
.searchbar input:-ms-input-placeholder {
  color: #878a8c;
  font-weight: 400;
}
.searchbar input::-webkit-input-placeholder {
  color: #878a8c;
  font-weight: 400;
}
@media (max-width: 991px) {
  .searchbar input {
    padding: 13px 45px 11px 53px;
  }
}
@media (max-width: 767px) {
  .searchbar input {
    background: #fff !important;
    border: 3px solid #fff;
    border-radius: 0px;
    padding: 7px 23px 5px 43px;
    font-size: 16px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
  }
}
.searchbar .fa-search {
  position: absolute;
  top: 16px;
  left: 23px;
  font-size: 18px;
  color: #333;
}
@media (max-width: 991px) {
  .searchbar .fa-search {
    left: 43px;
  }
}
@media (max-width: 767px) {
  .searchbar .fa-search {
    top: 11px;
    left: 30px;
  }
}
.searchbar .searchbar_close {
  position: absolute;
  top: 18px;
  right: 23px;
  color: #bbbdbe;
  font-size: 13px;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
.searchbar .searchbar_close:hover {
  color: #333;
}
@media (max-width: 991px) {
  .searchbar .searchbar_close {
    top: 16px;
    right: 45px;
  }
}
@media (max-width: 767px) {
  .searchbar .searchbar_close {
    top: 13px;
    right: 30px;
  }
}
.searchbar_clicked {
  width: 380px;
}
@media (max-width: 1199px) {
  .searchbar_clicked {
    width: 300px !important;
  }
}
@media (max-width: 991px) {
  .searchbar_clicked {
    width: 200px !important;
  }
}
#Modal {
  z-index: 10000000 !important;
}
#Modal label {
  width: 100%;
}
#Modal .form-control[disabled],
#Modal .selectize-control .selectize-input.disabled {
  background: #f9f9f9 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}
#Modal input,
#Modal select,
#Modal textarea {
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
}
#Modal input:focus,
#Modal select:focus,
#Modal textarea:focus,
#Modal input:active,
#Modal select:active,
#Modal textarea:active {
  border: 1px solid #4e4e54 !important;
}
#Modal .selectize-control .selectize-input {
  font-weight: 400;
  font-size: 13px;
}
#Modal .selectize-control .selectize-input.focus {
  border-color: #4e4e54 !important;
}
#Modal .selectize-control input,
#Modal .selectize-control select,
#Modal .selectize-control textarea {
  margin-top: 0px;
}
#Modal .selectize-control input:focus,
#Modal .selectize-control select:focus,
#Modal .selectize-control textarea:focus,
#Modal .selectize-control input:active,
#Modal .selectize-control select:active,
#Modal .selectize-control textarea:active {
  border: 0px !important;
}
#Modal .modal-dialog {
  width: 700px;
}
#Modal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#Modal .modal-header {
  background: #ebeced;
  padding: 19px 30px 14px 30px;
}
#Modal .modal-header button.close {
  opacity: 0.5;
  margin-top: 1px;
}
#Modal .modal-body {
  padding: 25px 30px;
}
#Modal .modal-footer {
  padding: 20px 30px;
}
#Modal .clearfix {
  margin-bottom: 15px;
}
#Modal .clearfix_last {
  margin-bottom: 0px;
}
#Modal .clearfix_last_hidden {
  margin-bottom: 0px;
  margin-top: 15px;
}
#Modal .row {
  margin: 0 -10px;
  padding: 0 0px;
}
#Modal .row .col-xs-1,
#Modal .row .col-xs-2,
#Modal .row .col-xs-3,
#Modal .row .col-xs-4,
#Modal .row .col-xs-5,
#Modal .row .col-xs-6,
#Modal .row .col-xs-7,
#Modal .row .col-xs-8,
#Modal .row .col-xs-9,
#Modal .row .col-xs-10,
#Modal .row .col-xs-11,
#Modal .row .col-xs-12 {
  margin: 0;
  padding: 0 10px;
}
#Modal .modal_black_overlay_success {
  background: rgba(0, 128, 0, 0.6) !important;
  font-size: 150px !important;
  color: white !important;
}
.modal_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 1000000000000000000000000000000000;
}
.modal_overlay .loader {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal_overlay .loader .fa-spin {
  font-size: 100px;
  color: #fff;
}
.modal_list {
  background: #ebeced;
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.modal_list ul {
  padding: 0px;
  margin: 0px;
}
.modal_list ul li {
  display: inline-block;
  list-style-type: none;
}
.modal_list ul li a {
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 15px 20px 13px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  margin-right: 5px;
}
.modal_list ul li a:hover,
.modal_list ul li a:active,
.modal_list ul li a:focus {
  text-decoration: none;
  background: #4AB972;
  color: #fff;
  border-radius: 5px;
}
.modal_list ul li .active {
  background: #bc44da !important;
  color: #fff !important;
}
.modal-header .close {
  opacity: 0.7 !important;
  margin-top: -6px !important;
  font-size: 26px !important;
}
.footer {
  margin: 0;
  padding: 59px 0 0px 0;
  border-top: 1px solid #ebeced;
  background: #fff;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .footer-block {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
  .footer .footer-block h3 {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }
  .footer .footer-block .footer-block-headline {
    margin-top: 30px;
  }
}
.footer .side_container h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}
.footer .footer_links {
  padding-right: 55px;
}
.footer .footer_links .pull-left {
  padding-left: 100px;
}
@media (max-width: 1300px) {
  .footer .footer_links .pull-left {
    padding-left: 80px;
  }
}
@media (max-width: 1150px) {
  .footer .footer_links .pull-left {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .footer .footer_links .pull-left {
    padding-left: 0px;
  }
}
@media (max-width: 1300px) {
  .footer .footer_links {
    padding-right: 40px;
  }
}
@media (max-width: 1150px) {
  .footer .footer_links {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer_links {
    padding-right: 0px;
  }
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer ul li a {
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
}
.footer .heurekaBadge {
  text-align: right;
  margin-top: 35px;
}
.footer .heurekaBadge .showHeurekaBadgeHere-11 {
  width: 340px;
  float: right !important;
  text-align: right;
  display: inline-block !important;
}
@media (max-width: 767px) {
  .footer .heurekaBadge {
    text-align: center;
  }
}
.footer .footer_servis {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer .footer_servis .pull-left {
    float: none !important;
  }
}
.footer .footer_servis li {
  padding: 0 0 5px 0;
}
.footer .footer_servis li .footer_cx_icon {
  border: 2px solid #D5D6D7;
  background: #fff;
  padding: 6px 0px 0px 0px;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}
.footer .footer_servis li img {
  width: 94px;
  height: auto;
}
.footer .footer_servis li .fa-at {
  background: none;
  padding: 0px;
  border-radius: 0px;
  margin: 0px 2px;
  width: auto;
  font-size: 14px;
}
.footer .footer_servis .footer_social {
  margin-top: 24px;
}
.footer .footer_servis .footer_social a {
  background: #f6f6f7;
  border: 2px solid #f6f6f7;
  border-radius: 100px;
  margin-right: 5px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.footer .footer_servis .footer_social a:hover {
  background: #fff;
  border: 2px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.footer .footer_servis .footer_social a svg {
  width: 20px;
  height: 20px;
  position: absolute;
}
.footer .footer_servis .footer_social .footer-social-fb svg {
  width: 22px;
  height: 22px;
  top: 8px;
  left: 8px;
}
.footer .footer_servis .footer_social .footer-social-ig svg {
  top: 9px;
  left: 9px;
}
.footer .footer_servis .footer_social .footer-social-yt svg {
  width: 22px;
  height: 22px;
  top: 8px;
  left: 8px;
}
.footer .footer_servis .footer_social .footer-social-tw svg {
  width: 16px;
  height: 16px;
  top: 11px;
  left: 11px;
}
.footer .footer_servis .footer_social .footer-social-tt svg {
  width: 18px;
  height: 18px;
  top: 10px;
  left: 10px;
}
.footer .footer_servis .footer_cx_in_servis {
  padding-bottom: 10px !important;
  font-size: 16px;
  font-weight: 700;
}
.footer .footer_servis .footer_cx_phone {
  padding-top: 0px;
}
.footer .footer_servis .footer_cx_mbox {
  padding-top: 9px;
}
.footer .footer_servis .footer_cx_availability {
  font-size: 12px;
  font-weight: 400;
  padding-top: 0px;
}
.footer .footer_servis .footer_cx_availability .footer_cx_availability_title {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 1300px) {
  .footer .footer_servis .footer_cx_availability .footer_cx_availability_title {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer .footer_servis .footer_cx_availability .footer_cx_availability_title {
    display: inline-block;
  }
}
@media (max-width: 1100px) {
  .footer .footer_servis .footer_cx_availability .footer_cx_availability_title {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer .footer_servis .footer_cx_availability .footer_cx_availability_title {
    display: inline-block;
  }
}
.footer a {
  color: #1d1d1f;
}
.footer .disclaimer {
  display: block;
  width: 100%;
  margin: 48px 0 0 0;
  padding: 18px 0 15px 0;
  font-size: 12px;
  line-height: 20px;
  background: #f7f6f3;
  color: rgba(0, 0, 0, 0.7);
}
.footer .disclaimer .language_selector {
  display: inline-block;
  float: right;
  clear: both;
  padding: 8px 15px 6px 15px;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.footer .disclaimer .language_selector img {
  width: 18px;
  height: 11px;
  margin: -3px 5px 0 0;
}
.footer .disclaimer .language_selector i {
  margin-left: 5px;
}
.footer .disclaimer .language_selector:hover {
  text-decoration: none;
  background: #4AB972;
  color: #fff;
}
.footer .disclaimer .language_selector:hover .select_lang {
  border-right: 1px solid #4AB972;
}
.cookies {
  background: #fff;
  border-top: 1px solid #ebeced;
  color: #1d1d1f;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-size: 12px;
  font-weight: 400;
}
.cookies .cookies_content {
  position: relative;
  padding: 0 30px;
}
.cookies .cookies_content i {
  position: absolute;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
}
.cookies a {
  color: #1d1d1f;
}
.cookies button {
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
  padding: 3px 6px;
  background: #408c24;
  color: #fff;
  margin-left: 10px;
}
.cookies button:hover {
  background: #36771f;
}
.cookie-consent {
  position: fixed;
  z-index: 999999999999999999999;
  left: 0px;
  width: 100%;
  background: #EDEAE4;
  padding: 72px 0 58px 0px;
  bottom: 0px;
  border-top: 0px solid #ccc;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .cookie-consent {
    padding: 50px 0 20px 0px;
  }
}
.cookie-consent .cookie-consent-body {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 450px 0 0px;
  color: #3b3427;
}
.cookie-consent .cookie-consent-body strong {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
.cookie-consent .cookie-consent-body a {
  color: #3b3427;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .cookie-consent .cookie-consent-body {
    font-size: 13px;
    line-height: 26px;
    padding: 0 330px 0 0px;
  }
  .cookie-consent .cookie-consent-body strong {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .cookie-consent .cookie-consent-body {
    padding: 0px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cookie-consent .cookie-consent-body {
    padding: 0px 30px;
    font-size: 13px;
    line-height: 22px;
  }
  .cookie-consent .cookie-consent-body strong {
    font-size: 16px;
    line-height: 16px;
  }
}
.cookie-consent .cookie-consent-buttons {
  width: 400px;
  position: absolute;
  right: 0px;
  top: 40px;
}
.cookie-consent .cookie-consent-buttons a,
.cookie-consent .cookie-consent-buttons button {
  width: 48%;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 1600px) {
  .cookie-consent .cookie-consent-buttons {
    width: 310px;
  }
  .cookie-consent .cookie-consent-buttons .bt-lg {
    padding: 15px 0px 15px 0px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    margin-left: 2px;
  }
}
@media (max-width: 1199px) {
  .cookie-consent .cookie-consent-buttons {
    position: static;
    width: 100%;
    padding: 0px;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .cookie-consent .cookie-consent-buttons .bt-lg {
    width: 250px;
    padding: 15px 0px 15px 0px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .cookie-consent .cookie-consent-buttons {
    padding: 0px 30px;
  }
  .cookie-consent .cookie-consent-buttons .bt-lg {
    width: 100%;
  }
  .cookie-consent .cookie-consent-buttons button.bt-lg {
    padding: 22px 0px 22px 0px !important;
  }
  .cookie-consent .cookie-consent-buttons a.bt-lg {
    font-size: 13px !important;
    line-height: 13px !important;
    margin-top: 10px;
    border: 0px !important;
    background: none !important;
    color: #3b3427 !important;
  }
}
.newsletter_subscription {
  background: #4AB972;
  position: relative;
  padding: 57px 25px 55px 0;
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.newsletter_subscription .newsletter_subscription_success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4AB972;
  color: #fff;
  z-index: 20;
}
.newsletter_subscription .newsletter_subscription_success .newsletter_subscription_success_content {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.newsletter_subscription .newsletter_subscription_success .newsletter_subscription_success_content strong {
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 1190px) {
  .newsletter_subscription .newsletter_subscription_success .newsletter_subscription_success_content {
    font-size: 26px;
    line-height: 36px;
  }
  .newsletter_subscription .newsletter_subscription_success .newsletter_subscription_success_content strong {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .newsletter_subscription .newsletter_subscription_success .newsletter_subscription_success_content {
    font-size: 24px;
    line-height: 32px;
  }
  .newsletter_subscription .newsletter_subscription_success .newsletter_subscription_success_content strong {
    font-size: 32px;
    line-height: 44px;
  }
}
.newsletter_subscription .newsletter_subscription_vp {
  position: absolute;
  background: #5cc080;
  height: 100%;
  width: 35%;
  top: 0px;
  left: 0px;
}
@media (max-width: 1300px) {
  .newsletter_subscription .newsletter_subscription_vp {
    width: 40%;
  }
}
@media (max-width: 1150px) {
  .newsletter_subscription .newsletter_subscription_vp {
    width: 45%;
  }
}
.newsletter_subscription .newsletter_subscription_vp_content {
  width: 85%;
  height: 100%;
  position: absolute;
  z-index: 2;
  padding: 61px 25px;
}
.newsletter_subscription .newsletter_subscription_vp_content h5 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px 0;
}
.newsletter_subscription .newsletter_subscription_vp_content p {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
.newsletter_subscription .newsletter_subscription_vp_content ul {
  list-style-type: none;
  padding: 0;
}
.newsletter_subscription .newsletter_subscription_vp_content ul li {
  line-height: 36px;
  font-size: 16px;
}
.newsletter_subscription .newsletter_subscription_vp_content ul li i {
  width: 20px;
  font-weight: bold;
}
.newsletter_subscription .newsletter_subscription_vp_skew {
  position: absolute;
  width: 300px;
  height: 100%;
  -webkit-transform: skewY(100deg);
  transform: skewY(100deg);
  background: #fff;
  z-index: 0;
  right: -150px;
  background: #4AB972;
}
.newsletter_subscription .newsletter_subscription_content {
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0px;
}
.newsletter_subscription .newsletter_subscription_content .row {
  margin: 0 -5px;
  padding: 0 0px;
}
.newsletter_subscription .newsletter_subscription_content .row .col-xs-8,
.newsletter_subscription .newsletter_subscription_content .row .col-xs-4 {
  margin: 0 0 0px 0;
  padding: 0 5px;
}
@media (max-width: 1300px) {
  .newsletter_subscription .newsletter_subscription_content {
    padding-left: 45%;
  }
}
@media (max-width: 1150px) {
  .newsletter_subscription .newsletter_subscription_content {
    padding-left: 50%;
  }
}
@media (max-width: 991px) {
  .newsletter_subscription .newsletter_subscription_content {
    padding-left: 25px;
  }
}
.newsletter_subscription .newsletter_privacy {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.newsletter_subscription .newsletter_privacy input[type=checkbox] {
  margin-right: 5px;
  top: -1px;
  position: relative;
}
.newsletter_subscription .newsletter_privacy a {
  color: #fff;
}
.newsletter_subscription strong {
  font-size: 24px;
  font-weight: 700;
}
.newsletter_subscription button {
  background: #fff;
  color: #3a965b;
  font-size: 20px;
  line-height: 20px;
  border: 0px;
  width: 100%;
  padding: 29px;
  font-weight: 700;
  margin-top: 10px;
}
.newsletter_subscription button i {
  font-size: 18px;
  line-height: 18px;
}
.newsletter_subscription button:hover {
  background: #3a965b;
  color: #fff;
}
.newsletter_subscription input[type=text] {
  border: 5px solid #b8e4c8;
  background: transparent;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
.newsletter_subscription input[type=text]::-moz-placeholder {
  color: #cbebd6;
  opacity: 1;
}
.newsletter_subscription input[type=text]:-ms-input-placeholder {
  color: #cbebd6;
}
.newsletter_subscription input[type=text]::-webkit-input-placeholder {
  color: #cbebd6;
}
.email_subscribe_infomsg {
  color: #fff;
  padding: 100px;
  text-align: center;
  width: 100%;
  position: relative;
}
.email_subscribe_infomsg h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 900;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (max-width: 1190px) {
  .email_subscribe_infomsg h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .email_subscribe_infomsg h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .email_subscribe_infomsg h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.email_subscribe_infomsg h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 1190px) {
  .email_subscribe_infomsg h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .email_subscribe_infomsg h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .email_subscribe_infomsg h2 {
    /*font-size:30px;
					line-height: 40px;*/
  }
}
.email_subscribe_infomsg i {
  font-size: 40px;
  font-weight: bold;
  margin: 0 5px 15px 5px;
}
.email_subscribe_infomsg .email_subscribe_infomsg_content {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.email_subscribe_infomsg_success {
  background: #4AB972;
}
.email_subscribe_infomsg_error {
  background: #ff6e6e;
}
#tidio-chat-iframe {
  bottom: 50px !important;
  z-index: 9 !important;
}
#supportBox-iframe {
  bottom: 0px !important;
  z-index: 10 !important;
  right: 5px !important;
}
#supportBox-iframe .supportBoxWebChat-love-dark {
  padding-bottom: 10px !important;
}
#supportBox-iframe .supportBoxWebChat-love-dark a {
  display: none !important;
}
.back_top {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 64px;
  text-align: center;
  padding: 15px 0;
  border-radius: 100px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #D5CDBF;
  background: #EDEAE4;
  color: #7e7054;
  font-size: 24px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.back_top:hover {
  background: #fff;
  color: #4AB972;
}
.form_wrapper h2 {
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0px;
}
.form_wrapper h3 {
  font-weight: 700;
  margin: 0px 0 15px 0;
  padding: 0px;
  font-size: 20px;
  line-height: 20px;
}
.form_wrapper p {
  display: block;
  margin: 5px 0 0px 0;
  opacity: 0.8;
  font-size: 14px;
  line-height: 24px;
}
.form_wrapper input::-moz-placeholder {
  color: #a1a3a5;
  opacity: 1;
}
.form_wrapper input:-ms-input-placeholder {
  color: #a1a3a5;
}
.form_wrapper input::-webkit-input-placeholder {
  color: #a1a3a5;
}
.form_wrapper .input-group .input-group-addon {
  border-radius: 5px 0px 0px 5px !important;
  color: #1d1d1f !important;
}
@media (max-width: 767px) {
  .form_wrapper .input-group .input-group-addon {
    border-radius: 0px 0px 0px 0px !important;
  }
}
.form_wrapper .input-group .input-group-addon strong,
.form_wrapper .input-group .input-group-addon i {
  width: 20px;
  display: block;
  font-size: 16px;
}
.form_wrapper .input-group .form-control {
  border-radius: 0px 5px 5px 0px !important;
}
.form_wrapper .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  font-size: 14px;
  border: 1px solid #D5D6D7 !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
  color: #1d1d1f !important;
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}
@media (max-width: 767px) {
  .form_wrapper .form-control {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px;
  }
}
.form_wrapper .form-control:focus,
.form_wrapper .form-control:active,
.form_wrapper .form-control:hover {
  border: 1px solid #a1a3a5 !important;
}
.form_wrapper .form-control-textarea {
  height: auto !important;
}
.form_wrapper .selectize-control {
  cursor: pointer;
  margin-top: 0px;
}
.form_wrapper .selectize-control .selectize-input {
  border-radius: 5px !important;
  height: 40px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 500 !important;
  padding: 10px 12px 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D5D6D7 !important;
  color: #1d1d1f !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form_wrapper .selectize-control .selectize-input:after {
  margin-top: -1px;
}
.form_wrapper .selectize-control .selectize-input .item {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  .form_wrapper .selectize-control .selectize-input .item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form_wrapper .selectize-control .selectize-input {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px;
    padding: 8px 12px 0 12px;
  }
}
.form_wrapper .multiple-choice-checkbox input[type=checkbox] {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.form_wrapper .multiple-choice-checkbox label {
  cursor: pointer;
  display: block;
  margin-top: 10px;
}
.form_wrapper .clearfix {
  margin-bottom: 15px;
}
.form_wrapper .clearfix-last {
  margin-bottom: 0px;
}
.form_wrapper .row {
  margin: 0 -10px;
  padding: 0 0px;
}
.form_wrapper .row .col-xs-1,
.form_wrapper .row .col-xs-2,
.form_wrapper .row .col-xs-3,
.form_wrapper .row .col-xs-4,
.form_wrapper .row .col-xs-5,
.form_wrapper .row .col-xs-6,
.form_wrapper .row .col-xs-7,
.form_wrapper .row .col-xs-8,
.form_wrapper .row .col-xs-9,
.form_wrapper .row .col-xs-10,
.form_wrapper .row .col-xs-11,
.form_wrapper .row .col-xs-12,
.form_wrapper .row .col-sm-1,
.form_wrapper .row .col-sm-2,
.form_wrapper .row .col-sm-3,
.form_wrapper .row .col-sm-4,
.form_wrapper .row .col-sm-5,
.form_wrapper .row .col-sm-6,
.form_wrapper .row .col-sm-7,
.form_wrapper .row .col-sm-8,
.form_wrapper .row .col-sm-9,
.form_wrapper .row .col-sm-10,
.form_wrapper .row .col-sm-11,
.form_wrapper .row .col-sm-12,
.form_wrapper .row .col-md-1,
.form_wrapper .row .col-md-2,
.form_wrapper .row .col-md-3,
.form_wrapper .row .col-md-4,
.form_wrapper .row .col-md-5,
.form_wrapper .row .col-md-6,
.form_wrapper .row .col-md-7,
.form_wrapper .row .col-md-8,
.form_wrapper .row .col-md-9,
.form_wrapper .row .col-md-10,
.form_wrapper .row .col-md-11,
.form_wrapper .row .col-md-12,
.form_wrapper .row .col-lg-1,
.form_wrapper .row .col-lg-2,
.form_wrapper .row .col-lg-3,
.form_wrapper .row .col-lg-4,
.form_wrapper .row .col-lg-5,
.form_wrapper .row .col-lg-6,
.form_wrapper .row .col-lg-7,
.form_wrapper .row .col-lg-8,
.form_wrapper .row .col-lg-9,
.form_wrapper .row .col-lg-10,
.form_wrapper .row .col-lg-11,
.form_wrapper .row .col-lg-12 {
  margin: 0 0 0px 0;
  padding: 0 10px;
}
.authorization {
  padding: 40px;
}
.authorization .authorization_content_b2b {
  width: 600px !important;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .authorization .authorization_content_b2b {
    width: 100% !important;
  }
}
.authorization .authorization_content_wide {
  width: 750px !important;
}
.authorization .authorization_content {
  background: #fff;
  border: 1px solid #D5D6D7;
  padding: 40px 40px 34px 40px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  width: 500px;
  margin: 0 auto;
}
.authorization .authorization_content .authorization_box {
  position: relative;
  margin: 25px 0 20px 0;
  font-size: 14px;
  line-height: 14px;
}
.authorization .authorization_content .authorization_box p {
  display: block;
  margin: 5px 0 15px 0;
  color: #f44336;
  font-weight: 500;
}
.authorization .authorization_content .authorization_box .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px !important;
  font-size: 14px !important;
  border: 1px solid #D5D6D7 !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
  color: #1d1d1f !important;
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}
.authorization .authorization_content .authorization_box .form-control:focus,
.authorization .authorization_content .authorization_box .form-control:active,
.authorization .authorization_content .authorization_box .form-control:hover {
  border: 1px solid #a1a3a5 !important;
}
@media (max-width: 767px) {
  .authorization .authorization_content {
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .authorization {
    padding: 10px 15px 0 15px;
    background: white;
  }
}
.auth_popup {
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 9999999;
}
.auth_popup .content {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0px !important;
}
.auth_popup hr {
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.auth_popup input {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.auth_popup form {
  padding: 40px 40px 30px 40px;
}
.auth-item-check p {
  text-align: left !important;
}
.auth-item-check .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px !important;
  font-size: 14px !important;
  border: 1px solid #D5D6D7 !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
  color: #1d1d1f !important;
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}
@media (max-width: 767px) {
  .auth-item-check .form-control {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px !important;
  }
}
.auth_popup:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  right: 24px;
  top: 0px;
}
.auth {
  position: relative;
}
.auth hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #D5D6D7;
}
.auth button:active,
.auth button:focus {
  outline: none !important;
  background: #4eba75 !important;
}
.auth input:focus,
.auth button:focus,
.auth input:active,
.auth button:active {
  border: 1px solid #D5D6D7;
  outline: none;
}
.auth .form-control {
  margin: 0 0 20px 0;
  height: 40px;
  font-size: 16px;
}
.auth p {
  padding: 0 0 10px 0;
  font-size: 1em;
  color: #979797;
  text-align: center;
}
.auth form p {
  padding: 0px !important;
  margin: 10px 0 0px 0 !important;
  color: #f44336 !important;
}
.auth .forgotten_psw {
  margin: 10px 0 0 10px;
  color: #979797;
}
.auth .sign-up-button {
  padding: 14px !important;
  line-height: 20px !important;
  border-radius: 5px !important;
  height: 100%;
  font-size: 16px;
}
.auth .disclaimer {
  font-size: 11px;
  text-align: center;
}
.auth .login {
  width: 500px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -250px;
  margin-bottom: 40px;
}
.auth .login .content {
  background: #fff;
  border: 1px solid #D5D6D7;
  padding: 40px 40px 30px 40px;
}
.auth .login .content h2 {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}
.auth .login .content .social_login {
  padding: 0;
  margin: 0 0 20px 0;
}
.auth .login .content .social_login li {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.auth .login .content .social_login li .btn {
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.auth .login .extra_space {
  text-align: center;
  padding: 20px;
  color: #a1a7ad;
  font-size: 13px;
}
.auth .login .extra_space a {
  color: #62646a;
  text-decoration: underline;
  font-weight: 700;
}
.auth-modal hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.auth-modal .form-control {
  margin: 0 0 20px 0;
}
.auth-modal p {
  padding: 0 0 10px 0;
  font-size: 1em;
  color: #979797;
}
.auth-modal .forgotten_psw {
  margin: 10px 0 0 10px;
}
.auth-modal .login .content h2 {
  margin: 0;
  padding: 10px 0 20px 0;
  font-size: 26px;
}
.auth-modal .login .content .social_login {
  padding: 0;
  margin: 0 0 20px 0;
}
.auth-modal .login .content .social_login li {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.auth-modal .login .content .social_login li .btn {
  border-radius: 3px;
  padding-top: 20px;
  padding-left: 80px;
  padding-bottom: 20px;
  font-size: 18px;
}
.auth-modal .login .extra_space {
  text-align: center;
  padding: 20px;
  color: #a1a7ad;
  font-size: 13px;
}
.auth-modal .login .extra_space a {
  color: #62646a;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 767px) {
  #RewardModal .modal-content {
    padding-bottom: 50px;
  }
}
#RewardModal .modal-dialog {
  width: 90%;
}
@media (max-width: 1600px) {
  #RewardModal .modal-dialog {
    width: 95%;
  }
}
@media (max-width: 767px) {
  #RewardModal .modal-dialog {
    width: 100%;
  }
}
#RewardModal .modal-dialog .pr_editor .new_container {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  #RewardModal .modal-dialog .pr_editor .new_container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  #RewardModal .modal-dialog .pr_editor .container {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
#RewardModal .btRewardModalClose {
  top: 50px;
  right: 6%;
  z-index: 999;
  display: none;
}
@media (max-width: 1600px) {
  #RewardModal .btRewardModalClose {
    right: 4%;
  }
}
@media (max-width: 767px) {
  #RewardModal .btRewardModalClose {
    bottom: 50px;
    top: auto;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    height: auto;
    width: 80%;
    z-index: 999;
  }
}
.cc_redirect {
  position: fixed;
  background: #F7F6F3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.cc_redirect .cc_redirect_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.cc_redirect .cc_redirect_content .cc_redirect_content_inner {
  width: 500px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cc_redirect .cc_redirect_content .cc_redirect_content_inner {
    width: 90%;
  }
}
.cc_redirect .cc_redirect_content .cc_redirect_content_inner i {
  font-size: 80px;
  margin-bottom: 30px;
}
.cc_redirect .cc_redirect_content .cc_redirect_content_inner span {
  font-size: 16px;
  line-height: 24px;
}
.cc_redirect .cc_redirect_content .cc_redirect_content_inner img,
.cc_redirect .cc_redirect_content .cc_redirect_content_inner svg {
  width: 300px;
  height: auto;
  margin-bottom: 30px;
}
#checkout_note {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: auto !important;
  margin-bottom: 10px !important;
}
.checkout_confirmation_padd {
  margin: 100px 0 50px 0;
}
@media (max-width: 767px) {
  .checkout_confirmation_padd {
    margin: 70px 0 50px 0;
  }
}
.checkout_confirmation_padd .voucher_code {
  height: 40px;
  padding: 2px 12px 0px 12px;
  line-height: normal;
}
@media (max-width: 767px) {
  #front_temp_checkout .checkout_loyalty {
    margin: 105px 0 50px 0 !important;
  }
}
.checkout_success {
  width: 100%;
  background: #4AB972;
  color: #fff;
  padding: 60px 0 55px 0;
  margin: 0 0 50px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .checkout_success {
    padding: 50px 0 45px 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .checkout_success {
    margin: 0 0 10px 0;
  }
}
.checkout_success .container {
  position: relative;
}
.checkout_success i {
  font-size: 400px;
  position: absolute;
  color: rgba(255, 255, 255, 0.15);
  top: -125px;
  left: -50px;
}
@media (max-width: 991px) {
  .checkout_success i {
    font-size: 300px;
    top: -100px;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .checkout_success i {
    font-size: 400px;
  }
}
.checkout_success h1 {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 900;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .checkout_success h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .checkout_success h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 13px 0;
  }
}
@media (max-width: 767px) {
  .checkout_success h1 {
    line-height: 36px;
  }
}
.checkout_success h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.checkout_success h2 a,
.checkout_success h2 strong {
  color: #fff;
}
@media (max-width: 1199px) {
  .checkout_success h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .checkout_success h2 {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .checkout_success h2 {
    line-height: 22px;
  }
}
.checkout_success_page {
  margin: 50px 0 50px 0 !important;
}
@media (max-width: 767px) {
  .checkout_success_page {
    margin: 0px 0 50px 0 !important;
  }
}
.checkout_success_page .checkout_success_sumary {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0px;
}
.checkout_success_page .checkout_success_order_status {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 5px 20px 0;
  padding: 0px;
  display: inline-block;
}
.checkout_success_page p {
  margin: 0px;
  padding: 0 0 30px 0;
}
.checkout_success_page .checkout_success_sumary_btns {
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .checkout_success_page .checkout_success_sumary_btns {
    margin: 0 0 40px 0;
  }
}
.checkout_success_page .checkout_success_sumary_btns a,
.checkout_success_page .checkout_success_sumary_btns button {
  padding: 20px 25px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  border: 0px !important;
}
.checkout_success_page .checkout_success_sumary_btns a:hover,
.checkout_success_page .checkout_success_sumary_btns button:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .checkout_success_page .checkout_success_sumary_btns a,
  .checkout_success_page .checkout_success_sumary_btns button {
    padding: 18px 22px;
    font-size: 18px;
    line-height: 18px;
  }
}
.checkout_success_page .checkout_success_sumary_btns .btn_track_order {
  background: #2C738E;
  color: #fff;
}
.checkout_success_page .checkout_success_sumary_btns .btn_track_order i {
  margin-right: 3px;
}
.checkout_success_page .checkout_success_sumary_btns .btn_track_order:hover {
  background: #3893b5;
}
.checkout_success_page .checkout_success_sumary_btns .btn_edit_order {
  background: #ebeced;
  color: #000;
}
.checkout_success_page .checkout_success_sumary_btns .btn_edit_order:hover {
  background: #D5D6D7;
}
.checkout_success_page .checkout_success_sumary_btns .btn_pay_cc {
  background: #f9be3a;
  padding: 22px 25px 20px 25px;
  color: #fff;
}
.checkout_success_page .checkout_success_sumary_btns .btn_pay_cc img {
  position: relative;
  top: -2px;
  margin-right: 3px;
  height: 20px;
  width: auto;
  display: inline-block;
}
.checkout_success_page .checkout_success_sumary_btns .btn_pay_cc:hover {
  background: #f7ae09;
}
.checkout_success_page .checkout_success_sumary_btns .btn_update_payment_method {
  background: #EDEAE4 !important;
  color: #1d1d1f !important;
  margin-top: 10px;
}
.checkout_success_page .checkout_success_sumary_btns .btn_update_payment_method:hover {
  background: #D5CDBF !important;
  color: #1d1d1f !important;
}
@media (max-width: 767px) {
  .checkout-navbar .navbar-brand {
    width: 100% !important;
    text-align: center;
  }
  .checkout-navbar .navbar-brand img,
  .checkout-navbar .navbar-brand svg {
    width: 120px !important;
    height: auto !important;
    display: inline-block;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .final_checkout_step {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: -6px 0 10px 0;
  }
  .checkout_heading {
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 0 0!important;
    padding: 0px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .final_checkout_step {
    margin: 24px 0 10px 0;
  }
  .checkout_loyalty .final_checkout_step {
    margin: 0px 0 10px 0;
  }
}
.checkout_changed_country {
  background: #f44336;
  color: #fff;
  padding: 22px 30px 18px 30px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.checkout-tutorial {
  border: none !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-top: 13px !important;
  float: right;
}
.checkout-tutorial::after {
  content: "";
  clear: both;
  display: table;
}
.checkout-tutorial li {
  margin-left: 10px !important;
  margin-top: 10px !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 14px;
  color: #1d1d1f;
}
@media (max-width: 991px) {
  .checkout-tutorial li {
    font-size: 13px;
    line-height: 13px;
  }
}
.checkout-tutorial li i {
  color: #3F8A4B;
  margin: 0px !important;
  padding: 0px !important;
}
.checkout-tutorial .arrow-divider {
  color: #D5D6D7;
  margin-left: 20px !important;
  margin-right: 10px !important;
  position: relative !important;
  top: -2px !important;
}
.checkout-tutorial .arrow-divider i {
  color: #D5D6D7;
}
.checkout-tutorial .current_step {
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 14px;
  top: -2px !important;
}
@media (max-width: 991px) {
  .checkout-tutorial .current_step {
    font-size: 13px;
    line-height: 13px;
  }
}
.checkout-tutorial .done_step {
  color: #b5b5b9 !important;
  position: relative !important;
  top: -2px !important;
}
.checkout_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding-top: 8px !important;
  padding-bottom: 0px !important;
  height: 70px !important;
}
@media (max-width: 767px) {
  .checkout_header {
    height: 50px !important;
  }
}
.checkout_header .checkout_header_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px 0 50px;
  /*.navbar-brand {
					width: 45px !important;
					padding: 5px 0 0 0 !important;
				}*/
}
.checkout_header .checkout_header_left .tooltip {
  width: 200px !important;
}
.checkout_header .checkout_header_left .tooltip-inner {
  padding: 20px !important;
}
.checkout_header .checkout_header_left .tooltip-inner h5 {
  font-weight: 900 !important;
  display: block !important;
  text-align: center !important;
  margin: 0 0 10px 0 !important;
  padding: 0px !important;
  font-size: 13px !important;
}
@media (max-width: 1199px) {
  .checkout_header .checkout_header_left {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 991px) {
  .checkout_header .checkout_header_left {
    padding: 0 0 0 25px;
    /* .navbar-brand {
					    padding: 3px 0 0 0 !important;
					}*/
  }
}
@media (max-width: 767px) {
  .checkout_header .checkout_header_left {
    padding: 0px;
  }
  .checkout_header .checkout_header_left .navbar-brand {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding: 0px 0 0 0 !important;
  }
  .checkout_header .checkout_header_left .navbar-brand svg {
    width: 110px !important;
  }
}
.checkout_header .checkout_header_right {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding: 0 0 0 50px;
  text-align: left;
}
@media (max-width: 1199px) {
  .checkout_header .checkout_header_right {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .checkout_header .checkout_header_right {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .sh_row_loyalty {
    margin: 50px 0 50px 0 !important;
  }
}
@media (max-width: 550px) {
  .sh_row_loyalty {
    margin: 50px 0 50px 0 !important;
  }
}
.sh_row_address .sh_row_left {
  padding: 35px 110px 0px 110px !important;
}
@media (max-width: 1300px) {
  .sh_row_address .sh_row_left {
    padding: 35px 50px 0px 50px !important;
  }
}
@media (max-width: 1199px) {
  .sh_row_address .sh_row_left {
    padding: 35px 35px 0px 35px !important;
  }
}
@media (max-width: 991px) {
  .sh_row_address .sh_row_left {
    padding: 30px 25px 0px 25px !important;
  }
}
@media (max-width: 767px) {
  .sh_row_address .sh_row_left {
    padding: 45px 15px 0px 15px !important;
  }
}
.sh_row {
  margin: 70px 0 0px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  height: 100%;
}
@media (max-width: 991px) {
  .sh_row {
    margin: 0px 0 0px 0;
    padding: 0px !important;
  }
}
@media (max-width: 767px) {
  .sh_row {
    margin: 0px 0 0 0;
    padding: 0px !important;
  }
}
@media (max-width: 550px) {
  .sh_row {
    margin: 0 0 150px 0;
  }
}
.sh_row .sh_row_left {
  padding: 35px 110px 0px 110px;
  margin-right: 400px;
  width: 100%;
}
@media (max-width: 1300px) {
  .sh_row .sh_row_left {
    padding: 35px 50px 0px 50px;
  }
}
@media (max-width: 1199px) {
  .sh_row .sh_row_left {
    margin-right: 350px;
    padding: 35px 35px 0px 35px;
  }
}
@media (max-width: 991px) {
  .sh_row .sh_row_left {
    margin-right: 300px;
    padding: 30px 25px 0px 25px;
  }
}
@media (max-width: 767px) {
  .sh_row .sh_row_left {
    margin-right: 0px;
    border-right: 0px;
    padding: 45px 15px 0px 15px;
  }
}
.sh_row .sh_row_ship_buffer {
  height: 200px;
}
@media (max-width: 767px) {
  .sh_row .sh_row_ship_buffer {
    height: 150px;
  }
}
.sh_row .sh_row_right {
  position: fixed;
  height: 100%;
  width: 400px;
  right: 0px;
  top: 70px;
  padding: 0px 0px 40px 0px;
  background: #fff;
  border-left: 1px solid #ebeced;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right {
    width: 350px;
    padding: 0px 0px 25px 0px;
  }
}
@media (max-width: 991px) {
  .sh_row .sh_row_right {
    width: 300px;
    padding: 0px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .sh_row .sh_row_right {
    width: 100%;
    position: static;
    height: auto;
    right: 0px;
    top: 0px;
    padding: 0px;
    border-left: 0px;
    margin: 20px 20px 0 20px;
  }
}
.sh_row .sh_row_right .free_shipping_disclaimer {
  margin: 0px 0px 0px 0px;
  position: relative;
  line-height: 20px;
  padding: 16px 40px 18px 40px;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .free_shipping_disclaimer {
    padding: 16px 25px 18px 25px;
  }
}
@media (max-width: 991px) {
  .sh_row .sh_row_right .free_shipping_disclaimer {
    line-height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sh_row .sh_row_right .free_shipping_disclaimer {
    line-height: 26px;
    font-size: 14px;
    padding: 21px 25px 23px 25px;
  }
}
.sh_row .sh_row_right .free_shipping_disclaimer_progressbar {
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sh_row .sh_row_right .free_shipping_disclaimer_progressbar .free_shipping_disclaimer_progressbar__percentage {
  height: 5px;
}
.sh_row .sh_row_right .sh_row_right_padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .sh_row_right_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .sh_row .sh_row_right .sh_row_right_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sh_row .sh_row_right .checkout_subtotal {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .sh_row .sh_row_right .checkout_subtotal {
    margin-top: 23px;
  }
}
.sh_row .sh_row_right .checkout_subtotal p {
  margin: 15px 0 0 0;
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 11px;
  color: #1d1d1f;
}
.sh_row .sh_row_right .checkout_subtotal p a {
  color: #1d1d1f;
}
@media (max-width: 991px) {
  .sh_row .sh_row_right .checkout_subtotal .bt-lg {
    padding: 12px 20px 8px 20px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 767px) {
  .sh_row .sh_row_right .checkout_subtotal .bt-lg {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.sh_row .sh_row_right .checkout_subtotal .btn_disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .checkout_subtotal {
    margin-top: 21px;
  }
}
@media (max-width: 991px) {
  .sh_row .sh_row_right .checkout_subtotal {
    margin-top: 16px;
  }
}
.sh_row .sh_row_right .checkout_more_products_scroll {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow-y: scroll;
  width: 100%;
}
@media (max-width: 767px) {
  .sh_row .sh_row_right .checkout_more_products_scroll {
    border-top: 1px solid #ebeced;
    border-left: 1px solid #ebeced;
    border-right: 1px solid #ebeced;
  }
}
.sh_row .sh_row_right .checkout_more_products_scroll .checkout_more_products_btn {
  background: #fff;
  color: #1d1d1f;
  padding: 10px 16px 8px 16px;
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  border-radius: 10px;
  left: 50%;
  text-align: center;
  border: 1px solid #D5D6D7;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: none;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.sh_row .sh_row_right .checkout_table_padding {
  position: fixed;
  width: 400px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  background: #EDEAE4;
  color: #000;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .checkout_table_padding {
    width: 350px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .sh_row .sh_row_right .checkout_table_padding {
    width: 300px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sh_row .sh_row_right .checkout_table_padding {
    position: static;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -2px;
    background: #F7F6F4;
  }
}
.sh_row .sh_row_right .checkout_table_total {
  margin-top: 11px !important;
}
.sh_row .sh_row_right .checkout_table {
  padding: 10px 0px;
  margin: 2px 0 0 0;
  width: 100%;
}
.sh_row .sh_row_right .checkout_table .tr-vertical .checkout_table_voucher {
  padding: 15px 0 !important;
  border-top: 1px solid #e7e3db;
  border-bottom: 1px solid #e7e3db;
}
.sh_row .sh_row_right .checkout_table td,
.sh_row .sh_row_right .checkout_table th {
  padding: 5px 0 2px 0;
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .checkout_table td,
  .sh_row .sh_row_right .checkout_table th {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sh_row .sh_row_right .checkout_table td,
  .sh_row .sh_row_right .checkout_table th {
    font-size: 14px;
  }
}
.sh_row .sh_row_right .checkout_table .tr-checkout-subtotal td {
  padding: 25px 0 2px 0;
  font-size: 13px;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .checkout_table .tr-checkout-subtotal td {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sh_row .sh_row_right .checkout_table .tr-checkout-subtotal td {
    font-size: 14px;
  }
}
.sh_row .sh_row_right .checkout_table .tr-checkout-finale td {
  padding: 5px 0 15px 0;
  font-size: 13px;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .checkout_table .tr-checkout-finale td {
    font-size: 12px;
  }
}
.sh_row .sh_row_right .checkout_table .tr-checkout-total td {
  border-top: 1px solid #cec6b6;
  padding: 16px 0 0px 0;
  font-size: 18px;
  font-weight: 800;
}
.sh_row .sh_row_right .checkout_table .tr-checkout-total td small {
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .sh_row .sh_row_right .checkout_table .tr-checkout-total td {
    font-size: 16px;
    padding: 16px 0 0px 0;
  }
}
@media (max-width: 991px) {
  .sh_row .sh_row_right .checkout_table .tr-checkout-total td {
    font-size: 16px;
    padding: 16px 0 0px 0;
  }
}
.sh_row .sh_totals {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding-top: 40px;
}
.sh_row .sh_totals table {
  width: 100%;
}
.sh_row .sh_totals table td {
  padding-bottom: 8px;
  font-size: 11px;
}
.sh_row .sh_totals table .sh_totals_summary td {
  font-size: 14px;
  font-weight: 500;
}
.shipping {
  padding-top: 10px !important;
}
@media (max-width: 767px) {
  .shipping {
    margin-top: 20px !important;
  }
}
.shipping h2 {
  text-align: left;
  margin: 3px 0 0 0px;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .shipping h2 {
    margin: 0px 0 20px 0px;
  }
}
.shipping h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin: 2px 0 0 0px;
  padding: 0px;
  color: #000;
}
.shipping .multiple_merchants {
  background: #f44336;
  padding: 20px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}
.shipping .multiple_merchants .close-info {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #fff;
  font-size: 50px;
  border-radius: 100px;
  background: #1d1d1f;
  padding: 2px 5px;
  cursor: pointer;
}
.shipping .multiple_merchants .close-info:hover {
  color: #ebeced;
  cursor: pointer;
}
.shipping .multiple_merchants a {
  color: #fff;
  font-weight: 700;
}
.shipping .btnToCheckout {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.shipping .total_bottom {
  font-size: 18px;
  font-weight: 700;
}
.shipping .total_bottom small {
  font-size: 12px;
  font-weight: 700;
}
.shipping .disclaimer_bottom {
  font-size: 11px;
  margin-top: 2px;
}
.shipping .checkout_divider {
  border: 1px solid #D5D6D7;
  padding: 40px 40px 34px 40px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .shipping .checkout_divider {
    padding: 30px 40px 30px 40px;
  }
}
.shipping .checkout_divider .confirmation_headin_left {
  width: 25%;
}
.shipping .checkout_divider .confirmation_headin_right {
  width: 75%;
}
.shipping .checkout_divider .confirmation_headin_right .row {
  margin: 0 -5px !important;
  padding: 0 0 !important;
}
.shipping .checkout_divider .confirmation_headin_right .row .col-lg-6,
.shipping .checkout_divider .confirmation_headin_right .row .col-sm-9 {
  margin: 0 !important;
  padding: 0 5px !important;
}
.shipping .selection_title {
  border-bottom: 1px solid #ebeced;
  display: block;
  width: 100%;
  margin-bottom: 11px;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .shipping .selection_title {
    position: relative;
  }
  .shipping .selection_title .btn-free {
    position: static;
    display: table;
    float: none !important;
    width: auto;
  }
}
.shipping .estimated {
  font-size: 13px;
  line-height: 20px;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 8px;
}
.shipping .estimated .account_credits {
  padding-left: 21px;
}
@media (max-width: 767px) {
  .shipping .estimated .account_credits {
    padding-left: 2px;
  }
}
.shipping .estimated .selected_zasilkovna {
  display: block;
  margin-bottom: 0px;
}
.shipping .estimated input {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .shipping .estimated .account_credits {
    display: block;
    margin: 0px 0 0 20px;
  }
}
.shipping .shipping_item {
  padding: 30px 30px 10px 30px;
  margin-top: 10px;
  border: 1px solid #ebeced;
  width: 100%;
}
.shipping .shipping_item .seller {
  font-size: 13px;
  margin: 2px 0 10px 0;
}
.shipping .btn-free {
  border: 0px;
  padding: 0px;
  background: #ebeced;
  padding: 5px 10px 3px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #1d1d1f;
  border-radius: 5px;
}
.shipping .btn-free:hover {
  background: #3F8A4B;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1191px) {
  .shipping .btn-free {
    font-size: 11px;
  }
}
.shipping .btn_change_address {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  margin: 0px;
  padding: 0px;
}
.shipping .btn_change_address:hover {
  color: #3F8A4B;
  text-decoration: none;
}
.shipping .add_promo_code,
.shipping .add_note {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  margin: 10px 0 -3px 40px;
  padding: 0px;
  border: 0px;
  background: #fff;
}
@media (max-width: 767px) {
  .shipping .add_promo_code,
  .shipping .add_note {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 30px 0;
    color: #1d1d1f;
  }
}
.shipping .add_promo_code:hover,
.shipping .add_note:hover {
  color: #3F8A4B;
  text-decoration: none;
}
.shipping .product_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeced;
}
.shipping .product_item .row {
  margin: 0 -10px !important;
  padding: 0 0 !important;
}
.shipping .product_item .row .col-xs-3,
.shipping .product_item .row .col-xs-9 {
  margin: 0 !important;
  padding: 0 10px !important;
}
.shipping .product_item .price {
  color: #b0a388;
  font-weight: 700;
  font-size: 12px !important;
  margin: 5px 0 0 0;
  display: block;
}
.shipping .product_item .price_checkout_confirmation {
  margin: 5px 0 0 0;
  color: #1d1d1f;
  font-weight: 500;
  font-size: 12px !important;
  display: block;
}
.shipping .product_item .product_checkout_params li {
  margin: 4px 0 0 0 !important;
}
.shipping .product_item strong {
  font-size: 13px;
}
.shipping .product_item a {
  color: #1d1d1f;
}
.shipping .product_item ul {
  list-style-type: none;
  padding: 0px;
  margin: 3px 0;
}
.shipping .product_item ul li {
  font-size: 11px;
  line-height: 16px;
}
.shipping .product_item .product_buy {
  margin-top: 8px;
}
.shipping .product_item .product_buy .product_buy_amount {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #000;
  opacity: 1;
  color: #000 !important;
  width: 30px;
  height: 30px;
  padding-top: 0px;
  border-radius: 0px !important;
  line-height: 12px !important;
  font-size: 12px;
  border-top: 2px solid #ebeced;
  border-bottom: 2px solid #ebeced;
  border-left: 0px solid #ebeced;
  border-right: 0px solid #ebeced;
}
.shipping .product_item .product_buy .btn_delete {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  border: 0px;
  margin-left: 5px;
  border-radius: 5px;
  background: #f44336;
}
.shipping .product_item .product_buy .btn_delete:hover {
  background: #ea1c0d;
}
.shipping .product_item .product_buy .btn_qty {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  padding: 1px 0 0 0;
}
.shipping .product_item .product_buy input:disabled {
  background: #fff;
  color: #000 !important;
  -webkit-text-fill-color: #000;
  opacity: 1;
}
@media (max-width: 1199px) {
  .shipping .product_item .product_buy input:disabled {
    color: #000 !important;
    -webkit-text-fill-color: #000;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .shipping .product_item .product_buy input:disabled {
    color: #000 !important;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .shipping .product_item .product_buy input:disabled {
    color: #000 !important;
    -webkit-text-fill-color: #000;
    opacity: 1;
  }
}
.shipping .shipping_method strong {
  color: #3a965b;
}
.shipping .shipping_method .select {
  font-weight: 700;
  margin-bottom: 5px;
}
.shipping .shipping_method label {
  font-weight: 400;
  width: 100%;
}
.shipping .product_img {
  border: 3px solid #ebeced;
  padding: 10px;
  background: #fff;
}
.shipping .customer_address {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}
.shipping .customer_address strong {
  display: block;
  margin-bottom: 4px;
  line-height: 13px;
}
.shipping .cod_fee {
  padding-right: 15px;
  font-size: 11px;
  padding-top: 2px;
  color: #808088;
}
.shipping .voucher {
  font-size: 13px;
  /* firefox 19+ */
  /* ie */
}
.shipping .voucher ::-webkit-input-placeholder {
  font-size: 13px;
}
.shipping .voucher ::-moz-placeholder {
  font-size: 13px;
}
.shipping .voucher :-ms-input-placeholder {
  font-size: 13px;
}
.shipping .voucher input:-moz-placeholder {
  font-size: 13px;
}
.shipping .voucher span {
  display: inline-block;
  margin-bottom: 5px;
}
.shipping .voucher .btn-default,
.shipping .voucher .btn-delete-voucher {
  padding: 11px 15px 9px 15px;
  font-size: 13px;
  background: #ebeced;
  border: 1px solid #ebeced;
}
.shipping .voucher .btn-default:hover,
.shipping .voucher .btn-delete-voucher:hover {
  background: #3F8A4B;
  color: #fff !important;
}
.shipping .voucher .btn-delete-voucher {
  background: #EA1B0D !important;
  color: #fff !important;
  font-size: 13px !important;
}
.shipping .voucher .voucher_status {
  margin-top: 10px;
}
.shipping .totals {
  background: #f7f6f3;
  padding: 30px 40px;
}
.shipping .totals .btn-edit {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 10px 11px 10px !important;
}
.shipping .totals h5 {
  font-size: 16px;
  margin: 0 0 17px 0;
  padding: 0px 0 0 0;
}
.shipping .totals table {
  width: 100%;
}
.shipping .totals table td {
  font-size: 13px;
  line-height: 25px;
}
.shipping .totals .sum {
  border-top: 1px solid #e3ded5;
  border-bottom: 1px solid #e3ded5;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.shipping .totals .sum td {
  padding-top: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.shipping .totals .sum td small {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.shipping .totals p {
  text-align: center;
  font-size: 12px;
  padding: 15px 10px 0px 10px;
  margin-bottom: 0px;
}
.shipping input[type=radio] {
  margin-right: 5px;
}
.shipping .continue {
  margin-top: 20px !important;
}
.total_box {
  padding-left: 25px;
}
.total_box_top {
  padding-left: 0px !important;
  margin-bottom: 20px;
}
.btn_disabled_qty {
  cursor: default !important;
}
.btn_disabled_qty:hover {
  background: #ebeced !important;
  border-color: #ebeced !important;
}
.btn_disabled_qty_subscription {
  cursor: default !important;
  opacity: 0.75 !important;
}
.btn_disabled_qty_subscription i {
  opacity: 0.3 !important;
}
.btn_disabled_qty_subscription:hover {
  background: #ebeced !important;
  border-color: #ebeced !important;
}
.total_table {
  font-size: 13px;
  padding: 1px 0 0 0px;
}
.total_table h5 {
  margin: 10px 0 0 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .total_table h5 {
    font-size: 20px;
  }
}
.total_table .total_vat_incl {
  width: 100%;
  text-align: right;
}
.total_table .table {
  margin-bottom: 10px;
}
.total_table .table td {
  vertical-align: middle !important;
  border: 0px;
  padding-bottom: 20px;
  line-height: 16px;
  font-weight: 400;
  font-size: 11px;
  color: #1d1d1f !important;
}
@media (max-width: 767px) {
  .total_table .table td {
    line-height: 20px;
    font-size: 13px;
  }
}
.total_table .table .shipping {
  padding-right: 0px;
  width: 100px;
}
@media (max-width: 991px) {
  .total_table .table .shipping {
    width: 80px;
  }
}
.total_table .table .shipping .product_item {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
@media (max-width: 991px) {
  .total_table .table .shipping .product_item {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .total_table .table .shipping .product_item .product_buy .btn_qty {
    width: 30px;
    line-height: 27px;
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .total_table .table .shipping .product_item .product_buy .product_buy_amount {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 14px;
    padding-top: 1px;
    border-top: 1px solid #ebeced;
    border-bottom: 1px solid #ebeced;
    -webkit-text-fill-color: #000;
    opacity: 1;
    color: #000 !important;
  }
}
.total_table .table .price {
  font-weight: 500 !important;
  font-size: 12px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .total_table .table .price {
    font-size: 14px;
  }
}
.total_table .total_table_pic {
  position: relative;
}
.total_table .total_table_pic img {
  border: 3px solid #ebeced;
  padding: 2px;
  background: #fff;
  width: 44px;
  height: auto !important;
  display: block;
}
.total_table .total_table_title {
  padding-right: 10px !important;
}
@media (max-width: 1199px) {
  .total_table .total_table_title {
    padding-right: 0px !important;
  }
}
.total_table ul {
  padding: 0px;
  margin: 0px;
}
.total_table ul li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.free_shipping_disclaimer {
  margin: 10px 0;
  font-size: 13px;
  background: #f1f1f1;
  color: #000;
  font-weight: 400;
  text-align: center;
  padding: 20px 20px 18px 20px;
  position: relative;
  overflow: hidden;
}
.free_shipping_disclaimer img {
  width: auto;
  height: 13px;
  display: inline-block;
  margin: -3px 3px 0 1px;
}
.free_shipping_disclaimer .btUpdateShoppingCart {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .free_shipping_disclaimer .btUpdateShoppingCart {
    margin: 10px 10px 0 10px;
  }
}
.free_shipping_disclaimer a {
  margin: 0 10px;
  color: #1d1d1f;
  font-weight: 500;
}
.free_shipping_disclaimer_progressbar {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 15px;
  background: #D5D6D7;
}
.free_shipping_disclaimer_progressbar .free_shipping_disclaimer_progressbar__percentage {
  background: #4AB972;
  height: 10px;
  min-width: 1%;
}
.free_shipping_disclaimer_success {
  background: #4ab972 !important;
  color: #fff;
}
.checkout_payment_options {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .total_table_hidden_xs {
    display: none;
  }
}
.checkout_reward_msg {
  position: absolute;
  top: 22px;
  left: 110px;
  background: #f9f5dd;
  padding: 6px 8px 4px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
}
.checkout_reward_msg a {
  font-weight: 700;
  margin-left: 3px;
  color: #1d1d1f !important;
  display: none;
}
.checkout_reward_msg:hover a {
  display: inline-block;
}
@media (max-width: 1199px) {
  .checkout_reward_msg {
    left: 100px;
  }
}
@media (max-width: 991px) {
  .checkout_reward_msg {
    left: 90px;
  }
}
@media (max-width: 767px) {
  .checkout_reward_msg {
    position: fixed;
    top: 70px;
    left: 0px;
    padding: 13px 8px 10px 10px;
    width: 100%;
    text-align: center;
  }
}
.checkout_reward_msg:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent #f9f5dd transparent transparent;
  border-style: solid;
  border-width: 8px;
  height: 0;
  width: 0;
  left: -15px;
  top: 7px;
}
@media (max-width: 767px) {
  .checkout_reward_msg:after {
    border-color: transparent transparent #f9f5dd transparent;
    left: 50%;
    top: -16px;
  }
}
.checkout_shipping_options .shipping_extra_info_estimated {
  width: 200px;
  text-align: left;
}
@media (max-width: 1199px) {
  .checkout_shipping_options .shipping_extra_info_estimated {
    width: 150px;
  }
}
@media (max-width: 1050px) {
  .checkout_shipping_options .shipping_extra_info_estimated {
    float: none !important;
    width: 100%;
    text-align: left !important;
    clear: both;
    padding: 12px 0 0 118px !important;
  }
}
@media (max-width: 991px) {
  .checkout_shipping_options .shipping_extra_info_estimated {
    float: none !important;
    width: 100%;
    text-align: left !important;
    clear: both;
    padding: 10px 0 0 37px !important;
  }
}
@media (max-width: 767px) {
  .checkout_shipping_options .shipping_extra_info_estimated {
    padding: 10px 0 0 37px !important;
  }
}
.checkout_shipping_options .invoice_address_inps {
  display: none;
}
.checkout_shipping_options .checkout_type {
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_type {
    text-align: center;
  }
}
.checkout_shipping_options .checkout_type label {
  margin-right: 10px;
  border: 1px solid #D5D6D7;
  padding: 10px 16px 8px 16px;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  color: #808088;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_type label {
    border-radius: 0px;
  }
}
.checkout_shipping_options .checkout_type label i {
  margin-left: 3px;
  font-size: 13px;
}
.checkout_shipping_options .checkout_type label:hover {
  border: 1px solid #D5CDBF !important;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_type .checkout_type_selected {
  border: 1px solid #D5CDBF !important;
  background: #EDEAE4 !important;
  color: #1d1d1f !important;
}
.checkout_shipping_options .checkout_shipping_options_price {
  width: 100px;
  text-align: right;
}
@media (max-width: 991px) {
  .checkout_shipping_options .checkout_shipping_options_price {
    padding: 10px 0 0 41px !important;
    display: block;
    float: none !important;
    text-align: right;
    clear: both;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_price {
    right: 15px;
    top: 14px;
  }
}
.checkout_shipping_options .checkout_shipping_options_price strong {
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_price strong {
    font-weight: 700 !important;
    font-size: 13px;
  }
}
.checkout_shipping_options .checkout_shipping_options_price .free_shipping_limit {
  font-size: 10px;
  color: #b5b5b9;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_price .free_shipping_limit {
    margin-top: 12px;
  }
}
@media (max-width: 325px) {
  .checkout_shipping_options .checkout_shipping_options_price .free_shipping_limit {
    display: none;
  }
}
@media (max-width: 1199px) {
  .checkout_shipping_options {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .checkout_shipping_options {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .checkout_shipping_options {
    padding-right: 0px;
  }
}
.checkout_shipping_options h2 {
  margin: 2px 0 21px 0;
  padding: 0px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .checkout_shipping_options h2 {
    font-size: 18px;
    margin: 12px 0 21px 0;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .checkout_shipping_options h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 21px 0;
  }
}
.checkout_shipping_options .continue_to_address {
  text-align: right;
  width: 100%;
  padding: 0px;
  margin-top: 20px;
}
.checkout_shipping_options .continue_to_address .btnToCheckout {
  margin: 10px 0 0 0;
  font-size: 20px !important;
}
.checkout_shipping_options .continue_to_address .btnToCheckout i {
  margin-left: 5px;
}
.checkout_shipping_options .checkout_country_options_content .form-control {
  height: auto !important;
}
.checkout_shipping_options .checkout_country_options_content input:focus {
  border-color: #D5D6D7;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .bs-caret .caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  right: 20px;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_country_options_content .bootstrap-select .bs-caret .caret {
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    right: 15px;
  }
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-toggle {
  width: 100%;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  background: #EDEAE4;
  border-radius: 0px;
  padding: 25px 20px 25px 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  height: auto;
}
@media (max-width: 1199px) {
  .checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-toggle {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-toggle {
    font-weight: 700;
  }
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-toggle:hover {
  background-color: #f7f6f3;
  color: #1d1d1f;
  outline: none !important;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-toggle:active {
  background-color: #f7f6f3;
  color: #1d1d1f;
  outline: none !important;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-toggle:visited {
  background-color: #f7f6f3;
  color: #1d1d1f;
  outline: none !important;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-menu .active a {
  background-color: #EDEAE4;
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-menu li a {
  line-height: 30px;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select .dropdown-menu li a:hover {
  background-color: #f7f6f3;
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_country_options_content {
  margin: 0 0 50px 0;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: visible !important;
}
.checkout_shipping_options .checkout_country_options_content .open .dropdown-toggle {
  background-color: #f7f6f3 !important;
  color: #1d1d1f !important;
}
.checkout_shipping_options .checkout_country_options_content .bootstrap-select > select {
  left: 0% !important;
}
.checkout_shipping_options .checkout_shipping_options_content {
  width: 100% !important;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_checked {
  background: #EDEAE4 !important;
  color: #1d1d1f !important;
  cursor: auto !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_checked:hover {
  border-bottom: 1px solid #EDEAE4 !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_checked .checkout_shipping_options_zasilkovna {
  color: #1d1d1f !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_checked .checkout_shipping_options_zasilkovna i {
  color: #1d1d1f !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_checked .checkout_shipping_options_estimated {
  color: #333 !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_checked .free_shipping_limit {
  color: rgba(0, 0, 0, 0.7) !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_checked .checkout_shipping_options_company_title i {
  color: #1d1d1f !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item_last {
  border-bottom-color: #D5D6D7 !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item_last:hover {
  border-bottom-color: #D5D6D7 !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item_show_more {
  padding: 15px 20px 13px 20px !important;
  font-size: 13px !important;
  line-height: 13px !important;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400 !important;
  cursor: pointer;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item_show_more {
    padding: 15px 15px 13px 15px !important;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item_show_more i {
  margin-right: 5px;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item_show_more:hover {
  background: #4AB972 !important;
  color: #fff !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item {
  cursor: pointer;
  font-weight: 400;
  display: block;
  width: 100% !important;
  padding: 25px 20px 22px 20px;
  margin: 0 0 -1px 0;
  font-size: 16px;
  line-height: 16px;
  color: #1d1d1f;
  border-bottom: 1px solid #ebeced;
  position: relative;
}
@media (max-width: 1199px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item {
    font-size: 14px;
    line-height: 14px;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item:hover {
  background: #f7f6f3;
  border-bottom: 1px solid #f7f6f3;
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item:hover .checkout_shipping_options_estimated {
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item:hover .free_shipping_limit {
  color: rgba(0, 0, 0, 0.7);
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item:hover .checkout_shipping_options_company_title i {
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item strong {
    font-weight: 700;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_estimated {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0px;
  font-style: italic;
  font-weight: 400 !important;
  color: #333;
}
@media (max-width: 1199px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_estimated {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_estimated {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_estimated {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_payment_item_pic {
    float: none !important;
  }
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_payment_item_pic .checkout_shipping_item_pic_content img {
    margin: 10px 0 0 35px !important;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_item_pic {
  width: 94px;
  text-align: center;
}
@media (max-width: 1199px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_item_pic {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_item_pic {
    width: 70px;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_item_pic .checkout_shipping_item_pic_content {
  padding: 0px 0px;
  border-radius: 5px;
  margin-top: 0px;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_item_pic .checkout_shipping_item_pic_content img {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: auto;
  margin-top: -3px;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .shipping_options_company_no_pic {
  padding-left: 25px !important;
}
@media (max-width: 991px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .shipping_options_company_no_pic {
    padding-left: 10px !important;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title {
    padding-left: 5px;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title i {
  color: #bbbdbe;
  margin-left: 5px;
  font-size: 13px;
  line-height: 16px;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_company_popular {
  background: #f7ba57;
  display: inline-block;
  padding: 5px 6px 3px 6px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_company_popular {
    font-size: 9px;
    line-height: 9px;
  }
}
@media (max-width: 325px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_company_popular {
    display: none;
  }
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna {
  width: 200px;
  font-size: 11px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: -3px;
  display: block;
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna i {
  margin-right: 3px;
  margin-left: 0px;
  color: #1d1d1f;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna:hover,
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna:focus,
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna:active {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5) !important;
}
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna:hover i,
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna:focus i,
.checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna:active i {
  color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 991px) {
  .checkout_shipping_options .checkout_shipping_options_content .checkout_shipping_options_item .checkout_shipping_options_company_title .checkout_shipping_options_zasilkovna {
    display: block;
    float: none;
    width: 70%;
    padding: 10px 50px 0 32px;
  }
}
.checkout {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.checkout .have_account {
  color: #1d1d1f;
  border: 3px solid #ebeced;
  padding: 20px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.checkout .have_account:hover {
  background: #ebeced;
  text-decoration: none;
}
.checkout input:focus,
.checkout input:active {
  border: 1px solid #4AB972;
}
.checkout .input-group-addon {
  border-radius: 0px;
}
.checkout .checkout_row {
  margin-bottom: 20px;
}
.checkout .checkout_row .showInvoiceAddress {
  margin-left: 20px;
}
.checkout .continue {
  background: #f7f6f3;
  padding: 40px 30px;
  margin-top: 40px;
}
.checkout .continue .btn {
  font-size: 18px;
  font-weight: 500;
}
.checkout .continue .btn-back {
  font-weight: 400;
  font-size: 14px;
  color: #1d1d1f;
  padding-top: 12px;
  display: inline-block;
}
.checkout .bt-confirmation-voucher {
  font-weight: 500;
  padding: 12px 16px 12px 16px;
}
.checkout_address {
  margin: 70px 0 50px 0 !important;
  /*@media (max-width: 1199px) {
			        padding:35px 30px 20px 30px;
			    }

			    @media (max-width: 991px) {
			        
			    }

			    @media (max-width: 767px) {
			        
			    }*/
}
@media (max-width: 991px) {
  .checkout_address {
    margin: 70px 0 50px 0 !important;
  }
}
@media (max-width: 767px) {
  .checkout_address {
    margin: 20px 0 50px 0 !important;
  }
}
.checkout_address .checkout_address_email_ready {
  display: block !important;
}
.checkout_address h2 {
  margin: 2px 0 20px 0;
  padding: 0px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .checkout_address h2 {
    font-size: 18px;
    margin: 4px 0 21px 0;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .checkout_address h2 {
    width: 100%;
    text-align: center;
    margin: 2px 0 21px 0;
  }
}
.checkout_address a {
  color: #1d1d1f;
}
.checkout_address a:hover {
  color: #3F8A4B;
  text-decoration: none;
}
.checkout_address .dropdown-menu {
  z-index: 10000 !important;
}
.checkout_address .btBackToShipment {
  font-weight: 500;
}
.checkout_address .btBackToShipment:hover {
  color: #1d1d1f;
}
.checkout_address .checkout_address_login {
  margin-top: 5px;
  display: block;
}
@media (max-width: 991px) {
  .checkout_address .checkout_address_login {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .checkout_address .checkout_address_login {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    font-size: 13px;
  }
}
.checkout_address .checkout_address_options {
  margin-top: 40px;
}
.checkout_address .checkout_shipping_options_content {
  padding: 35px 40px 20px 40px;
}
@media (max-width: 1199px) {
  .checkout_address .checkout_shipping_options_content {
    padding: 35px 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .checkout_address .checkout_shipping_options_content {
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
}
@media (max-width: 767px) {
  .checkout_address .checkout_email_new_account .checkout_shipping_options_content {
    padding: 35px 30px 20px 30px !important;
  }
}
.checkout_address .checkout_email_login {
  background: #f9f5dd;
  border: 1px solid #e2ceae;
  padding: 13px 15px 9px 15px;
  margin: 10px 0 0px 0;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18px;
}
.checkout_address .checkout_email_login .checkout_email_login_content {
  position: relative;
  padding-left: 20px;
}
.checkout_address .checkout_email_login i {
  color: #906d34;
  position: absolute;
  top: 1px;
  left: 0px;
}
.checkout_address .checkout_email_login strong {
  font-weight: 700;
  color: #000;
}
.checkout_address .checkout_email_login a {
  color: #000 !important;
}
.checkout_address .checkout_email_login a:hover,
.checkout_address .checkout_email_login a:visited,
.checkout_address .checkout_email_login a:focus {
  color: #000 !important;
  text-decoration: none;
}
.checkout_address .checkout_email_login a:hover strong,
.checkout_address .checkout_email_login a:visited strong,
.checkout_address .checkout_email_login a:focus strong {
  text-decoration: underline;
}
.checkout_address .checkout_email_new_account .checkout_shipping_options_content {
  background: #f9f5dd;
  border: 1px solid #e2ceae;
  font-size: 15px;
}
.checkout_address .checkout_email_new_account .checkout_shipping_options_content ul {
  padding: 0px;
  margin: 0 0 20px 0;
  list-style-type: none;
}
.checkout_address .checkout_email_new_account .checkout_shipping_options_content ul li {
  padding: 0px;
  margin: 0 0 10px 0;
}
@media (max-width: 1199px) {
  .checkout_address .checkout_email_new_account .checkout_shipping_options_content {
    font-size: 14px;
  }
}
.checkout_address .row {
  margin: 0 -10px 20px -10px;
  padding: 0 0px;
}
.checkout_address .row .col-xs-1,
.checkout_address .row .col-xs-2,
.checkout_address .row .col-xs-3,
.checkout_address .row .col-xs-4,
.checkout_address .row .col-xs-5,
.checkout_address .row .col-xs-6,
.checkout_address .row .col-xs-7,
.checkout_address .row .col-xs-8,
.checkout_address .row .col-xs-9,
.checkout_address .row .col-xs-10,
.checkout_address .row .col-xs-11,
.checkout_address .row .col-xs-12,
.checkout_address .row .col-sm-1,
.checkout_address .row .col-sm-2,
.checkout_address .row .col-sm-3,
.checkout_address .row .col-sm-4,
.checkout_address .row .col-sm-5,
.checkout_address .row .col-sm-6,
.checkout_address .row .col-sm-7,
.checkout_address .row .col-sm-8,
.checkout_address .row .col-sm-9,
.checkout_address .row .col-sm-10,
.checkout_address .row .col-sm-11,
.checkout_address .row .col-sm-12,
.checkout_address .row .col-md-1,
.checkout_address .row .col-md-2,
.checkout_address .row .col-md-3,
.checkout_address .row .col-md-4,
.checkout_address .row .col-md-5,
.checkout_address .row .col-md-6,
.checkout_address .row .col-md-7,
.checkout_address .row .col-md-8,
.checkout_address .row .col-md-9,
.checkout_address .row .col-md-10,
.checkout_address .row .col-md-11,
.checkout_address .row .col-md-12,
.checkout_address .row .col-lg-1,
.checkout_address .row .col-lg-2,
.checkout_address .row .col-lg-3,
.checkout_address .row .col-lg-4,
.checkout_address .row .col-lg-5,
.checkout_address .row .col-lg-6,
.checkout_address .row .col-lg-7,
.checkout_address .row .col-lg-8,
.checkout_address .row .col-lg-9,
.checkout_address .row .col-lg-10,
.checkout_address .row .col-lg-11,
.checkout_address .row .col-lg-12 {
  margin: 0 0 0px 0;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .checkout_address .row {
    margin: 0 -5px 20px -5px;
    padding: 0 0px;
  }
  .checkout_address .row .col-xs-1,
  .checkout_address .row .col-xs-2,
  .checkout_address .row .col-xs-3,
  .checkout_address .row .col-xs-4,
  .checkout_address .row .col-xs-5,
  .checkout_address .row .col-xs-6,
  .checkout_address .row .col-xs-7,
  .checkout_address .row .col-xs-8,
  .checkout_address .row .col-xs-9,
  .checkout_address .row .col-xs-10,
  .checkout_address .row .col-xs-11,
  .checkout_address .row .col-xs-12,
  .checkout_address .row .col-sm-1,
  .checkout_address .row .col-sm-2,
  .checkout_address .row .col-sm-3,
  .checkout_address .row .col-sm-4,
  .checkout_address .row .col-sm-5,
  .checkout_address .row .col-sm-6,
  .checkout_address .row .col-sm-7,
  .checkout_address .row .col-sm-8,
  .checkout_address .row .col-sm-9,
  .checkout_address .row .col-sm-10,
  .checkout_address .row .col-sm-11,
  .checkout_address .row .col-sm-12,
  .checkout_address .row .col-md-1,
  .checkout_address .row .col-md-2,
  .checkout_address .row .col-md-3,
  .checkout_address .row .col-md-4,
  .checkout_address .row .col-md-5,
  .checkout_address .row .col-md-6,
  .checkout_address .row .col-md-7,
  .checkout_address .row .col-md-8,
  .checkout_address .row .col-md-9,
  .checkout_address .row .col-md-10,
  .checkout_address .row .col-md-11,
  .checkout_address .row .col-md-12,
  .checkout_address .row .col-lg-1,
  .checkout_address .row .col-lg-2,
  .checkout_address .row .col-lg-3,
  .checkout_address .row .col-lg-4,
  .checkout_address .row .col-lg-5,
  .checkout_address .row .col-lg-6,
  .checkout_address .row .col-lg-7,
  .checkout_address .row .col-lg-8,
  .checkout_address .row .col-lg-9,
  .checkout_address .row .col-lg-10,
  .checkout_address .row .col-lg-11,
  .checkout_address .row .col-lg-12 {
    margin: 0 0 0px 0;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .checkout_address .billing_street_node,
  .checkout_address .shipping_street_node {
    margin-bottom: 20px;
  }
}
.checkout_address .checkout_row_email_login .bt {
  margin-top: 25px;
  padding-bottom: 8px !important;
}
.checkout_address .checkout_row {
  width: 85% !important;
  margin-left: 7.5% !important;
  margin-right: 0px !important;
}
@media (max-width: 1199px) {
  .checkout_address .checkout_row {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
.checkout_address .checkout_row .clearfix .input-group .input-group-addon {
  border-radius: 5px 0px 0px 5px !important;
  color: #1d1d1f !important;
}
@media (max-width: 767px) {
  .checkout_address .checkout_row .clearfix .input-group .input-group-addon {
    border-radius: 0px 0px 0px 0px !important;
  }
}
.checkout_address .checkout_row .clearfix .input-group .input-group-addon strong,
.checkout_address .checkout_row .clearfix .input-group .input-group-addon i {
  width: 20px;
  display: block;
  font-size: 16px;
}
.checkout_address .checkout_row .clearfix .input-group .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px 5px 5px 0px !important;
  color: #1d1d1f !important;
}
@media (max-width: 767px) {
  .checkout_address .checkout_row .clearfix .input-group .form-control {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px;
  }
}
.checkout_address .checkout_row .clearfix .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  font-size: 14px;
  border: 1px solid #D5D6D7 !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
  color: #1d1d1f !important;
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}
@media (max-width: 767px) {
  .checkout_address .checkout_row .clearfix .form-control {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px;
  }
}
.checkout_address .checkout_row .clearfix .btn-default {
  height: 40px;
  padding: 8px 12px 6px 12px;
  font-size: 14px;
  color: #1d1d1f;
  font-weight: 500;
  border-color: #D5D6D7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .checkout_address .checkout_row .clearfix .btn-default {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px;
  }
}
.checkout_address .checkout_row .clearfix .btn-default:hover {
  outline: none !important;
}
.checkout_address .checkout_row .clearfix .btn-default:active {
  outline: none !important;
}
.checkout_address .checkout_row .clearfix .btn-default:visited {
  outline: none !important;
}
.checkout_address .checkout_row .clearfix .btn-default:focus {
  outline: none !important;
}
.checkout_address .checkout_row .clearfix input::-moz-placeholder {
  color: #a1a3a5;
  opacity: 1;
}
.checkout_address .checkout_row .clearfix input:-ms-input-placeholder {
  color: #a1a3a5;
}
.checkout_address .checkout_row .clearfix input::-webkit-input-placeholder {
  color: #a1a3a5;
}
.checkout_address .checkout_row .clearfix .selectize-control {
  cursor: pointer;
}
.checkout_address .checkout_row .clearfix .selectize-control .selectize-input {
  border-radius: 5px !important;
  height: 40px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 500 !important;
  padding: 10px 12px 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D5D6D7 !important;
  color: #1d1d1f !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.checkout_address .checkout_row .clearfix .selectize-control .selectize-input:after {
  margin-top: -1px;
}
.checkout_address .checkout_row .clearfix .selectize-control .selectize-input .item {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  .checkout_address .checkout_row .clearfix .selectize-control .selectize-input .item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .checkout_address .checkout_row .clearfix .selectize-control .selectize-input {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px;
    padding: 8px 12px 0 12px;
  }
}
.checkout_address .checkout_address_extra_options {
  margin-bottom: 0px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .checkout_address .checkout_address_extra_options {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.checkout_address .checkout_address_extra_options label {
  font-size: 14px !important;
  display: inline-block;
  width: auto !important;
}
.checkout_address .checkout_address_extra_options .checkout_address_label_selected {
  font-weight: 700 !important;
}
.checkout_address .checkout_address_extra_options .checkout_address_label {
  font-size: 13px !important;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .checkout_address .checkout_address_extra_options .checkout_address_label {
    font-size: 15px !important;
  }
}
.checkout_address .checkout_address_extra_options .checkout_address_label input[type=checkbox] {
  position: relative;
  top: -2px;
}
.checkout_address .checkout_address_extra_options .checkout_address_label:hover {
  font-weight: 700;
}
.cart {
  padding: 40px 0 100px 0 !important;
}
@media (max-width: 767px) {
  .cart {
    padding: 50px 0 150px 0 !important;
  }
}
.cart input[type=text]:disabled {
  background: #fff;
  -webkit-text-fill-color: #000;
  opacity: 1;
  color: #000 !important;
}
.cart th {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 700;
  border-top: 0px !important;
  border-bottom: 1px solid #ebeced !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.cart td {
  border: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.cart h1 {
  text-align: center;
}
.cart .cart_recommended {
  margin: 20px 0 20px 0 !important;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .cart .cart_recommended {
    margin: 20px 0 20px 0 !important;
  }
}
@media (max-width: 767px) {
  .cart .cart_recommended {
    margin: 10px 0 30px 0 !important;
  }
}
.cart .subscription_cart_table td,
.cart .subscription_cart_table th {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.cart .cart_content {
  margin-top: 40px !important;
}
@media (max-width: 1199px) {
  .cart .cart_content .product_buy {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cart .cart_content .product_buy {
    width: auto;
  }
}
.cart .cart_slider {
  padding: 20px 0px 30px 0px !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
  margin-top: 60px;
  width: 100% !important;
  position: relative;
  background: #EDEAE4;
}
@media (max-width: 1199px) {
  .cart .cart_slider {
    padding: 20px 0 20px 0 !important;
  }
}
@media (max-width: 991px) {
  .cart .cart_slider {
    padding: 20px 0 20px 0 !important;
  }
}
@media (max-width: 767px) {
  .cart .cart_slider {
    padding: 30px 0 40px 0 !important;
  }
}
.cart .cart_slider .category_list_arrows button {
  background: #D5CDBF;
}
.cart .cart_slider .slider_list {
  border-left: 100px solid #EDEAE4 !important;
  border-right: 100px solid #EDEAE4 !important;
}
@media (max-width: 1300px) {
  .cart .cart_slider .slider_list {
    border-left: 70px solid #EDEAE4 !important;
    border-right: 70px solid #EDEAE4 !important;
  }
}
@media (max-width: 991px) {
  .cart .cart_slider .slider_list {
    border-left: 0px solid #EDEAE4 !important;
    border-right: 0px solid #EDEAE4 !important;
  }
}
.cart .cart_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic {
  border-radius: 15px;
}
.cart .cart_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic .product_img {
  border-radius: 15px;
}
.cart .cart_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_bottom_addons {
  background: transparent;
}
.cart .cart_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_flavors {
  color: rgba(0, 0, 0, 0.7) !important;
}
.cart .cart_slider .slider_list .btnSimpleAddToCart:hover {
  border-color: #D5CDBF !important;
  color: #1d1d1f !important;
  background: #D5CDBF !important;
}
.cart .gift_product_cart {
  text-align: center;
  padding-right: 70px;
}
@media (max-width: 1199px) {
  .cart .gift_product_cart {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cart .gift_product_cart {
    padding-right: 50px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cart .gift_product_cart {
    padding-right: 0px;
  }
}
.cart .btn-default {
  margin-top: 20px;
}
.cart .btn_disabled {
  background: #ebeced !important;
}
.cart .left_product {
  padding-left: 20px;
  text-align: left;
  width: 120px;
}
.cart .left_product img {
  width: 85px;
}
@media (max-width: 767px) {
  .cart .xs_left_product {
    min-width: 200px;
    padding-left: 20px;
  }
  .cart .xs_left_product .product_buy .product_buy_amount {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .cart .xs_left_product .product_buy .btn_delete {
    line-height: 37px;
    height: 40px;
    font-size: 16px;
  }
  .cart .xs_left_product .product_buy .btn_qty {
    width: 34px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media (max-width: 325px) {
  .cart .xs_left_product .product_buy .product_buy_amount {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }
  .cart .xs_left_product .product_buy .btn_delete {
    line-height: 27px;
    height: 30px;
    width: 30px;
    font-size: 12px;
  }
  .cart .xs_left_product .product_buy .btn_qty {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }
}
.cart .price {
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 400;
}
.cart .price small {
  font-size: 12px;
}
.cart .subtotal {
  font-weight: 700;
}
.cart .cart_item_title {
  margin-bottom: 0px !important;
}
.cart ul li {
  color: #4e4e54;
}
.cart .no_cart_products {
  padding: 0px 30px;
  text-align: center;
}
.cart .no_cart_products .fa-heart {
  color: #f44336;
}
.cart .no_cart_products .fa-cart-plus {
  color: #fff;
  font-size: 20px;
  background: #4AB972;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  padding-right: 2px;
  line-height: 40px;
  margin: 0 2px;
}
.cart .no_products_img {
  width: 100%;
  margin-top: 30px;
  opacity: 0.1;
}
.cart .no_products_img img {
  text-align: center;
  display: inline-block;
}
.cart_subtotal {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 50px 30px 50px;
  text-align: center;
  background: #221e20;
  z-index: 20;
}
@media (max-width: 767px) {
  .cart_subtotal {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .cart_subtotal {
    padding: 15px 20px 25px 20px;
  }
}
.cart_subtotal .total {
  display: inline-block;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
}
.cart_subtotal .total small {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
}
.cart_subtotal .total span {
  font-size: 14px;
  font-weight: 700;
}
.cart_subtotal .bt-lg {
  margin: 0 30px !important;
}
.cart_subtotal .btnToCheckout {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 7px;
  display: inline-block;
  margin: 0 30px;
}
#ModalZasilkovna .modal-dialog {
  width: 70%;
}
@media (max-width: 767px) {
  #ModalZasilkovna .modal-dialog {
    width: 100%;
  }
}
#ModalZasilkovna .zasielkovna_status_error {
  background: #f44336;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 16px;
}
#ModalZasilkovna .modal-content {
  border-radius: 0px;
}
#ModalZasilkovna .modal-content .modal-body {
  padding: 0px !important;
}
#ModalZasilkovna .modal-content .modal-body .table {
  margin-bottom: 0px;
}
#ModalZasilkovna .modal-content .modal-body h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
}
#ModalZasilkovna .modal-content .modal-body .item {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  #ModalZasilkovna .modal-content .modal-body .item {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
#ModalZasilkovna .modal-content .modal-body .item_left {
  width: 65%;
  padding: 20px;
}
@media (max-width: 767px) {
  #ModalZasilkovna .modal-content .modal-body .item_left {
    width: 100%;
  }
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_search {
  position: relative;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_search .fa-search {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 15px;
  left: 16px;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_search .form-control {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 25px 20px 22px 40px;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_search .zasilkovna_search_result {
  position: absolute;
  display: none;
  top: 49px;
  width: 100%;
  max-height: 211px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_search .zasilkovna_search_result button {
  display: block;
  width: 100%;
  color: #1d1d1f;
  text-align: left;
  padding: 10px 10px 10px 17px;
  border-bottom: 1px solid #D5D6D7;
  border-top: 0px;
  border-left: 1px solid #D5D6D7;
  border-right: 1px solid #D5D6D7;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_search .zasilkovna_search_result button:hover {
  background: #ebeced;
  text-decoration: none;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_search .zasilkovna_search_result button img {
  height: 16px;
  width: auto;
  margin-right: 4px;
  margin-top: -2px;
  display: inline-block;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_map {
  width: 100%;
  height: 400px;
  margin-top: 10px;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_map .btnMapPick {
  font-size: 14px;
  font-weight: 700;
  background: #3F8A4B;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_map .btnMapPick i {
  margin-left: 2px;
}
#ModalZasilkovna .modal-content .modal-body .item_left .zasilkovna_map .btnMapPick:hover {
  background: #4AB972;
}
#ModalZasilkovna .modal-content .modal-body .item_left .form-control {
  border: 1px solid #D5D6D7;
}
#ModalZasilkovna .modal-content .modal-body .item_left .form-control:hover {
  border: 1px solid #878a8c;
}
#ModalZasilkovna .modal-content .modal-body .item_right {
  width: 35%;
  padding: 20px;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  #ModalZasilkovna .modal-content .modal-body .item_right {
    width: 100%;
  }
}
#ModalZasilkovna .modal-content .modal-body .item_right h4 {
  margin-top: 35px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  line-height: 20px;
}
#ModalZasilkovna .modal-content .modal-body .item_right .btnSelectPickup {
  font-size: 18px;
  font-weight: 700;
  background: #3F8A4B;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#ModalZasilkovna .modal-content .modal-body .item_right .btnSelectPickup i {
  margin-left: 3px;
}
#ModalZasilkovna .modal-content .modal-body .item_right .btnSelectPickup:hover {
  background: #4AB972;
}
#ModalZasilkovna .modal-content .modal-body .item_right .packetery-hours th,
#ModalZasilkovna .modal-content .modal-body .item_right .packetery-hours td {
  padding: 0 5px 3px 0;
}
.pickup_selector .pickup_selector_item_disabled {
  opacity: 0.5;
  cursor: default !important;
  background: #fff !important;
}
.pickup_selector .pickup_selector_item_disabled a {
  cursor: default !important;
  background: #fff !important;
}
.pickup_selector .pickup_selector_item_disabled:hover {
  background: #fff !important;
}
.pickup_selector .pickup_selector_item_selected {
  border: 1px solid #D5CDBF !important;
  background: #EDEAE4 !important;
  color: #1d1d1f !important;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) !important;
}
.pickup_selector .pickup_selector_item_selected .bt-sub {
  background: #D5CDBF !important;
}
.pickup_selector .pickup_selector_item_selected:hover {
  border: 1px solid #D5CDBF !important;
  background: #4AB972 !important;
  color: #fff !important;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2) !important;
}
.pickup_selector .pickup_selector_item_selected:hover .pickup_selector_notification .s-italic {
  color: #ffff !important;
}
.pickup_selector .pickup_selector_item_selected:hover .bt-sub {
  background: #EDEAE4 !important;
}
.pickup_selector .pickup_selector_item {
  border: 1px solid #ccc;
  display: block;
  padding: 30px 25px 24px 25px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  color: #1d1d1f;
}
.pickup_selector .pickup_selector_item .pickup_radio_selector {
  position: relative;
  top: -3px;
  width: 40px;
}
.pickup_selector .pickup_selector_item .pickup_point_title {
  line-height: 20px;
}
.pickup_selector .pickup_selector_item .pickup_selector_notification {
  margin-top: 25px;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .pickup_selector .pickup_selector_item .pickup_selector_notification {
    float: left;
    text-align: left;
    width: 100%;
    margin-left: 50px;
  }
}
.pickup_selector .pickup_selector_item .pickup_selector_notification .s-italic {
  color: #4AB972;
  margin-top: 3px;
}
.pickup_selector .pickup_selector_item:hover {
  border: 1px solid #D5CDBF;
  background: #4AB972;
  color: #fff !important;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.pickup_selector .pickup_selector_item:hover .pickup_selector_notification .s-italic {
  color: #ffff;
}
.store_checkout_table {
  border: 0px !important;
  margin-top: -20px;
  margin-bottom: -20px;
}
.store_checkout_table .tr-vertical {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #ebeced !important;
}
.store_checkout_table .tr-vertical td,
.store_checkout_table .tr-vertical th {
  border: 0px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.store_checkout_table .tr-vertical:hover {
  background-color: #f9f9f9;
}
.store_checkout_table .store_checkout_td_qty {
  width: 44px;
  padding: 0px;
}
.store_checkout_table .store_checkout_table_qty {
  font-weight: 900;
  padding: 8px 0px 6px 0px;
  width: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  font-size: 14px;
  margin: 0px;
}
.subscription {
  padding-bottom: 80px;
}
.subscription .container {
  padding: 0 0px;
}
.subscription .step_1_header {
  margin-top: 30px;
}
.subscription .sub_faq {
  background: #EDEAE4;
  padding: 50px 0 70px 0;
  margin-bottom: -20px;
  text-align: center;
}
.subscription .sub_faq h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 0px 0;
}
.subscription .sub_faq .questions {
  padding-bottom: 50px;
}
.subscription .sub_faq .questions h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 15px 0;
}
.subscription .sub_faq .questions p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400 !important;
  padding-bottom: 30px;
  margin: 0px;
  border-bottom: 1px solid #D5CDBF;
}
.subscription .sub_main {
  background: #000000;
  background-image: url('../img/sub_main_bg.jpg');
  background-size: cover;
  margin-bottom: 60px;
  color: #fff;
  margin-top: -40px;
}
.subscription .sub_main h1,
.subscription .sub_main h2 {
  color: #fff;
  font-size: 70px;
}
.subscription .sub_main h1 svg,
.subscription .sub_main h2 svg {
  height: 50px;
  width: auto;
  margin: -20px 15px 0 0;
  padding: 0px;
  display: inline-block;
}
.subscription .sub_main h1 {
  text-align: center;
  font-family: good-karma-smooth-upright;
}
.subscription .sub_main h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0px;
  font-weight: 700;
}
.subscription .sub_main .sum_main_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 0 100px 0;
}
.subscription .sub_main .sub_book_gift {
  margin-top: 20px !important;
}
.subscription .sub_main .sub_book_gift .sub_book_btn {
  background: #ad9d81;
  padding: 20px 100px;
}
.subscription .sub_main .sub_book_gift .sub_book_btn:hover {
  background: #a29172;
}
.subscription .sub_main .sub_book {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.subscription .sub_main .sub_book .sub_book_bubble {
  text-align: center;
  position: absolute;
  background: #f44336;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  top: -30px;
  right: -40px;
  text-transform: none;
  height: 90px;
  width: 90px;
  border-radius: 90px;
  padding: 12px 0 0 0;
}
.subscription .sub_main .sub_book .sub_book_bubble span {
  font-size: 12px;
}
.subscription .sub_main .sub_cancel {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}
.subscription .sub_main .sub_main_p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0 40px 40px 40px;
}
.subscription .sub_main .sub_main_adv {
  position: relative;
  height: 200px;
}
.subscription .sub_main .sub_main_adv ul {
  position: absolute;
  padding: 0px;
  list-style-type: none;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.subscription .sub_main .sub_main_adv ul li {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}
.subscription .sub_main .sub_main_adv ul li i {
  width: 25px;
}
.subscription .sub_book_btn {
  background: #4AB972;
  border: 0px;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15) !important;
}
.subscription .sub_book_btn span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.subscription .sub_book_btn:hover {
  background: #41a866;
  text-decoration: none;
}
.subscription .sub_first_delivery {
  margin: 20px 430px;
}
@media (max-width: 1191px) {
  .subscription .sub_first_delivery {
    margin: 20px 250px;
  }
}
@media (max-width: 911px) {
  .subscription .sub_first_delivery {
    margin: 20px 50px;
  }
}
@media (max-width: 767px) {
  .subscription .sub_first_delivery {
    margin: 20px 20px;
  }
}
.subscription .sub_first_delivery input {
  padding: 27px 20px 23px 20px !important;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.subscription .sub_first_delivery input:active,
.subscription .sub_first_delivery input:focus {
  border: 1px solid #3F8A4B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscription .sub_final {
  background: #ebeced;
  padding: 40px;
  text-align: center;
  margin: 0 0 30px 0;
}
.subscription .sub_final h3 {
  margin: 0 0 5px 0;
  padding: 0px;
  font-size: 26px;
  font-weight: 700;
}
.subscription .sub_final p {
  margin: 0px;
  padding: 0px;
}
.subscription .sub_final h4 {
  margin: 20px 0 20px 0;
  padding: 0px;
  font-size: 18px;
  font-weight: 700;
}
.subscription .sub_final .sub_book_btn {
  font-size: 20px;
  -webkit-box-shadow: 2px 5px 10px #c8c9cb !important;
          box-shadow: 2px 5px 10px #c8c9cb !important;
}
.subscription .sub_final_type {
  height: 280px;
}
.subscription .sub_final_type h4 {
  font-size: 24px;
  margin: 15px 0;
}
.subscription .sub_section_last {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}
.subscription .sub_section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 0px;
}
.subscription .sub_section h2 {
  text-align: center;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
}
.subscription .sub_section h3 {
  text-align: center;
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 400;
}
.subscription .sub_section .more_options {
  text-align: center;
  width: 100%;
  display: block;
  color: #1d1d1f;
  cursor: pointer;
}
.subscription .sub_section .gram_option {
  margin-top: 10px;
  font-size: 11px;
  display: block;
}
.subscription .sub_section .go_down {
  width: 100%;
  position: relative;
  text-align: center;
  display: none;
}
.subscription .sub_section .go_down i {
  bottom: -110px;
  font-size: 30px;
  color: #000;
  margin-left: -30px;
  position: absolute;
  background: #fff;
  border: 3px solid #ebeced;
  padding: 15px;
  border-radius: 100px;
  cursor: pointer;
}
.subscription .sub_section .go_down i:hover {
  background: #3F8A4B;
  border: 3px solid #3F8A4B;
  color: #fff;
}
.subscription .sub_section .taste {
  width: 50%;
  margin: 0 auto;
  padding: 0 5px;
}
.subscription .sub_section .row {
  margin: 0 -10px;
  padding: 0 0px;
}
.subscription .sub_section .row .col-lg-3,
.subscription .sub_section .row .col-lg-4,
.subscription .sub_section .row .col-lg-6 {
  margin: 0 0 0px 0;
  padding: 0 10px;
}
.subscription .sub_section .sub_section_option_small {
  margin-bottom: 20px;
}
.subscription .sub_section .sub_section_frequency {
  margin: 20px 0;
}
.subscription .sub_section .sub_section_frequency h4 {
  font-size: 20px;
}
.subscription .sub_section .sub_active {
  border: 1px solid #3F8A4B !important;
  -webkit-box-shadow: 2px 5px 10px #c8c9cb !important;
          box-shadow: 2px 5px 10px #c8c9cb !important;
}
.subscription .sub_section .sub_active .sub_section_check i {
  color: #fff !important;
  background: #3F8A4B !important;
  border: 3px solid #3F8A4B !important;
  padding: 12px!important;
  border-radius: 100px!important;
  cursor: pointer!important;
}
.subscription .sub_section .sub_section_option {
  width: 100%;
  text-align: center;
  border: 1px solid #ebeced;
  padding: 20px 30px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1600px) {
  .subscription .sub_section .sub_section_option .sub_section_option {
    padding: 20px;
  }
}
.subscription .sub_section .sub_section_option:hover {
  -webkit-box-shadow: 2px 5px 10px #c8c9cb;
          box-shadow: 2px 5px 10px #c8c9cb;
}
.subscription .sub_section .sub_section_option:hover .sub_section_check i {
  color: #1d1d1f;
  background: #fff;
  border: 3px solid #ebeced;
  padding: 12px;
  border-radius: 100px;
  cursor: pointer;
}
.subscription .sub_section .sub_section_option .sub_option_header_final {
  padding: 10px !important;
  height: 120px !important;
}
.subscription .sub_section .sub_section_option .sub_option_header_final img {
  position: static;
  height: 90% !important;
  width: auto;
  display: block;
}
.subscription .sub_section .sub_section_option .sub_option_header {
  width: 100%;
  background: none;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.subscription .sub_section .sub_section_option .sub_option_header img {
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
@media (max-width: 1600px) {
  .subscription .sub_section .sub_section_option .sub_option_header {
    height: 200px;
  }
}
.subscription .sub_section .sub_section_option .sub_popular {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  top: 0px !important;
  left: 0px !important;
  bottom: auto !important;
  right: auto !important;
  margin: 0px;
}
.subscription .sub_section .sub_section_option .sub_section_content h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0px;
}
.subscription .sub_section .sub_section_option .sub_section_content h5 i {
  margin: 0 2px;
}
.subscription .sub_section .sub_section_option .sub_section_content p {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.subscription .sub_section .sub_section_option .sub_section_content ul {
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.subscription .sub_section .sub_section_option .sub_section_content ul li {
  line-height: 26px;
}
.subscription .sub_section .sub_section_option .sub_section_content ul li i {
  width: 25px;
}
.subscription .sub_section .sub_section_option .sub_section_content .cups {
  border-top: 1px solid #ebeced;
  margin-top: 20px;
  padding-top: 20px;
}
.subscription .sub_section .sub_section_option .sub_section_check {
  position: absolute;
  top: -30px;
  right: -15px;
  z-index: 2;
}
.subscription .sub_section .sub_section_option .sub_section_check i {
  font-size: 24px;
  color: transparent;
  background: none;
  border: none;
  padding: 12px;
  border-radius: 100px;
  cursor: pointer;
}
.subscription_redeem {
  padding-bottom: 70px;
}
.subscription_redeem h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 70px 0 10px 0;
  padding: 0;
}
.subscription_redeem h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
}
.subscription_redeem .redeem_code {
  margin: 30px 350px 0 350px;
  text-align: center;
}
.subscription_redeem .redeem_code input[type=text] {
  padding: 20px;
  width: 78%;
}
.subscription_redeem .redeem_code input[type=text]:active,
.subscription_redeem .redeem_code input[type=text]:focus {
  border: 1px solid #3F8A4B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscription_redeem .redeem_code button {
  padding: 11px 0px 10px 0px;
  border: 0px;
  text-align: center;
  width: 20%;
}
.subscription_redeem .redeem_content .redeem_subs {
  margin-top: 50px;
}
.subscription_redeem .redeem_content .redeem_subs ul {
  margin-top: -4px;
}
.subscription_redeem .redeem_content .redeem_subs ul li {
  list-style-type: square;
  font-size: 16px;
  line-height: 32px;
}
.subscription_redeem .redeem_content .redeem_subs input {
  padding: 27px 20px 23px 20px !important;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: -10px;
}
.subscription_redeem .redeem_content .redeem_subs input:active,
.subscription_redeem .redeem_content .redeem_subs input:focus {
  border: 1px solid #3F8A4B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product_buy .product_buy_amount {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  width: 50px;
  height: 42px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
  border-top: 2px solid #ebeced;
  border-bottom: 2px solid #ebeced;
  border-right: 1px solid #ebeced;
  border-radius: 0px !important;
  text-align: center;
  float: left;
  padding: 0px 0 0 0;
}
.product_buy .btn_delete {
  width: 40px;
  height: 42px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
  text-align: center;
  float: left;
  background: #f44336;
  color: #fff;
  padding: 0px 0 0 0;
  margin-left: 10px;
  border-radius: 5px;
}
.product_buy .btn_delete:hover {
  background: #f77066;
  border-color: #f77066;
}
.product_buy .btn_qty {
  width: 40px;
  height: 42px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
  text-align: center;
  float: left;
  background: #ebeced;
  padding: 1px 0 0 0;
}
.product_buy .btn_qty:hover {
  background: #d0d3d5;
  border-color: #d0d3d5;
}
.cart_content {
  margin-top: 161px;
  height: auto;
}
.cart_content input[type=text]:disabled {
  background: #fff;
}
.cart_item {
  border-bottom: 1px solid #ebeced;
  padding: 25px 40px 25px 30px;
}
.cart_item:hover {
  background: #fdfdfd;
}
.cart_item img {
  border: 1px solid #EDEAE4;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #fff;
}
.cart_item .cart_item_reward_points .svg_variable_border {
  fill: #9a9aa1;
}
.cart_item .cart_item_title {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 3px;
  display: inline-block;
  /*overflow:hidden;
		    text-overflow:ellipsis;
		    white-space:nowrap;*/
}
.cart_item .stock {
  font-size: 12px;
  color: #4AB972;
  margin-top: 5px;
}
.cart_item .price {
  font-size: 14px;
  font-weight: 500;
  color: #9a9aa1;
}
.cart_item .price small {
  font-size: 11px;
  font-weight: 400;
}
.cart_item ul {
  padding: 0;
  margin-top: 5px;
}
.cart_item ul li {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  list-style-position: inside;
  list-style-type: square;
}
.cart_item .cart_ul_params {
  margin: 0px;
}
.cart_item .cart_ul_params li {
  margin-top: 5px;
}
.cart_item table {
  margin-top: -5px;
}
.cart_item table td {
  padding: 5px 0 0 0;
}
.cart_item .row {
  margin: 0 -10px;
  padding: 0 0px;
}
.cart_item .row .col-xs-4,
.cart_item .row .col-xs-8 {
  margin: 0;
  padding: 0 10px;
}
/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  color: #1d1d1f;
  margin-left: -2px;
  overflow-y: scroll;
  z-index: 100;
}
.cbp-spmenu .push_header {
  position: fixed;
  overflow: hidden;
  width: 400px;
  z-index: 1000;
  margin: 0px;
  height: 101px;
  background: #EDEAE4;
  border-bottom: 1px solid #D5CDBF;
}
.cbp-spmenu .push_header_cart_footer {
  top: auto !important;
  bottom: 0px !important;
}
.cbp-spmenu .push_header_cart {
  position: fixed;
  overflow: hidden;
  width: 400px;
  z-index: 1000;
  top: 0px;
  margin: 0px;
}
.cbp-spmenu .push_header_cart .cart_header_content {
  height: 101px;
}
.cbp-spmenu .push_header_cart .estimated_shipping {
  display: block;
  width: 100%;
  padding: 21px 50px 14px 50px;
  font-size: 13px;
  border-bottom: 1px solid #D5CDBF;
  text-align: center;
  background: #EDEAE4;
  cursor: pointer;
}
.cbp-spmenu .push_header_cart .estimated_shipping i {
  margin-right: 5px;
}
.cbp-spmenu .push_header_cart .estimated_shipping table {
  width: 100%;
  margin-top: 5px;
}
.cbp-spmenu .push_header_cart .estimated_shipping table td {
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px 0;
}
.cbp-spmenu .push_header_cart .estimated_shipping table .td_total {
  border-top: 1px solid #D5CDBF;
  font-weight: 700;
}
.cbp-spmenu .push_header_cart .estimated_shipping table .td_total td {
  padding: 12px 0 5px 0;
}
.cbp-spmenu .push_header_cart .estimated_shipping:hover {
  background: #f3f1ed;
}
.cbp-spmenu .liked_content {
  margin-top: 101px;
  height: auto;
}
.cbp-spmenu .liked_products .no_liked_products,
.cbp-spmenu .cart_products .no_liked_products,
.cbp-spmenu .liked_products .no_cart_products,
.cbp-spmenu .cart_products .no_cart_products {
  padding: 40px 30px;
  text-align: center;
}
.cbp-spmenu .liked_products .no_liked_products .fa-heart,
.cbp-spmenu .cart_products .no_liked_products .fa-heart,
.cbp-spmenu .liked_products .no_cart_products .fa-heart,
.cbp-spmenu .cart_products .no_cart_products .fa-heart {
  color: #f44336;
}
.cbp-spmenu .liked_products .no_liked_products .fa-cart-plus,
.cbp-spmenu .cart_products .no_liked_products .fa-cart-plus,
.cbp-spmenu .liked_products .no_cart_products .fa-cart-plus,
.cbp-spmenu .cart_products .no_cart_products .fa-cart-plus {
  color: #fff;
  font-size: 20px;
  background: #4AB972;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  padding-right: 2px;
  line-height: 40px;
  margin: 0 2px;
}
.cbp-spmenu .liked_products .no_products_img,
.cbp-spmenu .cart_products .no_products_img {
  width: 100%;
  margin-top: 30px;
  opacity: 0.1;
}
.cbp-spmenu .liked_products .no_products_img img,
.cbp-spmenu .cart_products .no_products_img img {
  text-align: center;
  display: inline-block;
}
.cbp-spmenu .like_item {
  border-bottom: 1px solid #EDEAE4;
  padding: 25px 40px 25px 30px;
}
.cbp-spmenu .like_item img {
  border: 3px solid #EDEAE4;
  padding: 5px;
  background: #fff;
}
.cbp-spmenu .like_item .like_item_title {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cbp-spmenu .like_item .stock {
  font-size: 12px;
  color: #4AB972;
  margin-top: 5px;
}
.cbp-spmenu .like_item .price {
  font-size: 14px;
  font-weight: 400;
  color: #9a9aa1;
}
.cbp-spmenu .like_item .btns {
  margin-top: 8px;
}
.cbp-spmenu .like_item .btns a {
  padding: 10px 2px 0px 0;
}
.cbp-spmenu .like_item .btns button {
  padding: 1px 2px 0px 0;
}
.cbp-spmenu .like_item .btns a,
.cbp-spmenu .like_item .btns button {
  border-radius: 100px;
  margin: 0 10px 0 0;
  width: 42px;
  height: 42px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  border: none;
  float: left;
}
.cbp-spmenu .like_item .btns a {
  background: #EDEAE4;
  color: #000;
}
.cbp-spmenu .like_item .btns a:hover {
  background: #c4baa7;
  color: #fff;
}
.cbp-spmenu .like_item .btns .btn_cart {
  background: #3F8A4B;
  color: #fff;
}
.cbp-spmenu .like_item .btns .btn_cart:hover {
  background: #4fad5e;
}
.cbp-spmenu .like_item .btns .btn_like {
  background: #f44336;
  color: #fff;
  padding-left: 2px;
}
.cbp-spmenu .like_item .btns .btn_like:hover {
  background: #ea1c0d;
  padding-left: 2px;
}
.cbp-spmenu .like_item .btns .btn_unlike {
  color: #1d1d1f;
  background: #ebeced;
  padding-left: 2px;
}
.cbp-spmenu .like_item .btns .btn_unlike .fa-times {
  display: none;
}
.cbp-spmenu .like_item .btns .btn_unlike:hover {
  background: #d0d3d5;
  border-color: #d0d3d5;
  padding-left: 2px;
}
.cbp-spmenu .like_item .btns .btn_unlike:hover .fa-times {
  display: inline-block;
}
.cbp-spmenu .like_item .btns .btn_unlike:hover .fa-check {
  display: none;
}
.cbp-spmenu .like_item .row {
  margin: 0 -10px;
  padding: 0 0px;
}
.cbp-spmenu .like_item .row .col-xs-4,
.cbp-spmenu .like_item .row .col-xs-8 {
  margin: 0;
  padding: 0 10px;
}
.cbp-spmenu .close,
.cbp-spmenu .closeLike {
  float: right;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #5a4f3b !important;
  border: 0px;
  background: #D5CDBF;
  border-radius: 0 0 0 30px;
  padding: 12px 12px 8px 16px;
  text-shadow: none !important;
  opacity: 1;
}
.cbp-spmenu .close:hover,
.cbp-spmenu .closeLike:hover {
  background: #5a4f3b;
  color: #fff !important;
}
.cbp-spmenu h3 {
  padding: 39px 30px 0 30px;
  margin: 0px;
  float: left;
  color: #5a4f3b;
  font-weight: 700;
  font-size: 24px;
}
.cbp-spmenu .cart_totals {
  width: 100%;
  margin: 0px;
  background: #EDEAE4;
  height: 101px;
  display: block;
}
.cbp-spmenu .cart_totals .btn-edit {
  width: 100%;
  padding: 0 30px;
  background: #3F8A4B;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  height: 101px;
  line-height: 101px;
}
.cbp-spmenu .cart_totals .btn-edit small {
  font-size: 14px !important;
  margin-left: 5px;
}
.cbp-spmenu .cart_totals .btn-edit:hover {
  background: #4AB972;
}
.cbp-spmenu-vertical {
  width: 400px;
  padding: 0px;
  height: 100%;
  top: 0;
  z-index: 1000000000;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -400px;
}
.cbp-spmenu-right {
  right: -400px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
  right: 0;
}
.cbp-spmenu-push-toright {
  left: 400px;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.cbp-spmenu-push-toright2 {
  padding-left: 400px;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.cbp-spmenu-push-toleft {
  left: -400px;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.cbp-spmenu-push-toleft2 {
  left: -400px;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.cbp-spmenu-push-menu-hide {
  position: absolute !important;
}
.cbp-spmenu-push-front-temp-hide {
  /* margin-top:-100px !important;
		  padding-top:100px !important;*/
  left: 0px;
}
.cbp-spmenu-push-front-temp-hide2 {
  /*margin-top:0px !important;
		  padding-top:100px !important;*/
  left: 0px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right,
  .cbp-spmenu-push-toright {
    right: -190px;
  }
}
.product_top_control_link {
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 0 0 10px;
}
.product_top_control_link a {
  color: rgba(0, 0, 0, 0.85) !important;
  top: -6px;
}
@media (max-width: 767px) {
  .product_top_control_link {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .product_top_control_link a {
    display: inline-block;
  }
}
.product_pad {
  margin-top: 125px !important;
  padding: 0 35px 20px 35px !important;
}
@media (max-width: 991px) {
  .product_pad {
    margin-top: 115px !important;
  }
}
@media (max-width: 767px) {
  .product_pad {
    margin-top: 75px !important;
    padding: 0 15px 20px 15px !important;
  }
}
.product_pad .ribbon {
  margin: 0px -35px 30px -35px;
}
.product_pad .ribbon_single_product {
  margin-top: -35px !important;
}
@media (max-width: 767px) {
  .product_pad .ribbon_single_product {
    margin: -25px -15px 20px -15px !important;
  }
}
.product_pad_higher {
  margin-top: 125px !important;
}
@media (max-width: 767px) {
  .product_pad_higher {
    margin-top: 75px !important;
  }
}
.product_pad_shorter {
  margin-top: 125px !important;
}
@media (max-width: 1199px) {
  .product_pad_shorter {
    margin-top: 125px !important;
  }
}
@media (max-width: 991px) {
  .product_pad_shorter {
    margin-top: 115px !important;
  }
}
@media (max-width: 767px) {
  .product_pad_shorter {
    margin-top: 75px !important;
  }
}
.product_page {
  padding: 0 0 20px 0;
  margin-bottom: 0px;
}
.product_page .product_page_resizer {
  margin-left: -35px;
  margin-right: -35px;
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 2200px) {
  .product_page .product_page_resizer {
    padding-left: 13.5%;
    padding-right: 13.5%;
  }
}
@media (max-width: 1800px) {
  .product_page .product_page_resizer {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 1600px) {
  .product_page .product_page_resizer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1400px) {
  .product_page .product_page_resizer {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .product_page .product_page_resizer {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product_page .subcategories {
  display: block;
  margin-top: -10px;
}
.product_page .subcategories .breadcrumbs ul li a {
  color: #1d1d1f;
}
.product_page .subcategories .breadcrumbs ul li a:hover {
  color: #3f8a4b;
}
.product_page .subcategories .breadcrumbs ul li .kofio_bread {
  color: #b5b5b9;
}
.product_page .product_merchant {
  margin-right: 15px;
  width: 60px;
}
.product_page .product_merchant img {
  height: 60px;
  border: 3px solid #D5CDBF;
}
.product_page .product_page_heading_h1 {
  text-align: left !important;
  display: inline-block !important;
  width: auto !important;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 3px 0 2px 0 !important;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .product_page .product_page_heading_h1 {
    text-align: center !important;
    width: 100% !important;
  }
}
.product_page .product_page_heading_h4 {
  display: inline-block !important;
  width: auto !important;
  font-size: 16px;
  margin: 15px 0 0 5px;
}
@media (max-width: 767px) {
  .product_page .product_page_heading_h4 {
    display: block !important;
    margin: 5px 0 5px 0;
    text-align: center !important;
    width: 100% !important;
  }
}
.product_page .show_all {
  font-size: 14px;
  text-align: left;
  width: 100%;
  display: block;
  color: #1d1d1f;
}
.product_page .show_all:hover {
  text-decoration: none;
  color: #3F8A4B;
}
.product_page .review_header {
  width: 100%;
  text-align: center !important;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 30px;
  padding-top: 40px;
}
.product_page .review_header h1 {
  text-align: center !important;
  display: inline-block;
}
.product_page .review_header h1 a {
  color: #1d1d1f;
  text-align: center !important;
  display: inline-block;
}
.product_page .write_review {
  color: #1d1d1f;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.product_page .write_review .fa {
  color: #e0b32d !important;
}
.product_page .write_review:hover {
  text-decoration: none;
  color: #3F8A4B;
}
@media (max-width: 767px) {
  .product_page .write_review {
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
}
.product_page .product_left {
  margin-top: 20px !important;
}
.product_page .product_left .row {
  margin: 0 -5px;
  padding: 0 0px;
}
.product_page .product_left .row .col-lg-2,
.product_page .product_left .row .col-lg-10,
.product_page .product_left .row .col-lg-12,
.product_page .product_left .row .col-sm-2,
.product_page .product_left .row .col-sm-3,
.product_page .product_left .row .col-sm-4,
.product_page .product_left .row .col-sm-12,
.product_page .product_left .row .col-xs-2,
.product_page .product_left .row .col-xs-3,
.product_page .product_left .row .col-xs-4,
.product_page .product_left .row .col-xs-12 {
  margin: 0;
  padding: 0 5px;
}
.product_page .product_left .venobox:focus,
.product_page .product_left img:focus,
.product_page .product_left .venobox:active,
.product_page .product_left img:active {
  border: none !important;
  outline: none !important;
}
.product_page .product_left:focus,
.product_page .product_left:active {
  border: none !important;
  outline: none !important;
}
.product_page .product_left .product_profile_picture {
  width: 100%;
  background: #fff;
}
.product_page .product_left .product_alternative_picture {
  width: 100%;
  margin-bottom: 5px;
  background: #fff;
}
.product_page .product_left .product_alternative_picture img {
  border: 1px solid #D5D6D7;
  padding: 5px;
  background: #fff;
}
.product_page .product_left .product_alternative_picture img:focus,
.product_page .product_left .product_alternative_picture img:active,
.product_page .product_left .product_alternative_picture img:hover {
  border: 1px solid #a1a3a5 !important;
}
.product_page .product_checkout {
  width: 100%;
  padding-left: 20px;
}
.product_page .product_checkout .product_reward_points {
  margin: 8px 0 0px 0;
  color: #1d1d1f;
  border-bottom: 2px solid #EDEAE4;
}
.product_page .product_checkout .product_reward_points .svg_variable_border {
  fill: #1d1d1f;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_reward_points {
    margin: 18px 0 0px 0;
  }
}
.product_page .product_checkout .product_reward_points:hover {
  color: #58422d;
  border-bottom: 2px solid #D5CDBF;
}
.product_page .product_checkout .product_reward_points:hover .svg_variable_border {
  fill: #58422d;
}
.product_page .product_checkout .product_reward_points .product_reward_point_count {
  top: 1px;
  margin-right: 1px;
  margin-left: 1px;
  position: relative;
}
.product_page .product_checkout .product_buy {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_buy {
    margin-top: 5px;
  }
}
.product_page .product_checkout .product_buy .product_buy_amount {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  border-radius: 0px !important;
  width: 50px;
  height: 42px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  border-top: 2px solid #ebeced;
  border-bottom: 2px solid #ebeced;
  border-left: 0px solid #ebeced;
  border-right: 0px solid #ebeced;
  text-align: center;
  float: left;
  padding: 0px;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_buy .product_buy_amount {
    width: 46px;
    line-height: 48px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 425px) {
  .product_page .product_checkout .product_buy .product_buy_amount {
    width: 42px;
  }
}
@media (max-width: 376px) {
  .product_page .product_checkout .product_buy .product_buy_amount {
    width: 34px;
    line-height: 44px;
    height: 46px;
  }
}
.product_page .product_checkout .product_buy .btn_qty {
  width: 40px;
  height: 42px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
  text-align: center;
  float: left;
  background: #ebeced;
  padding: 2px 0 0 0;
}
.product_page .product_checkout .product_buy .btn_qty:hover {
  background: #d0d3d5;
  border-color: #d0d3d5;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_buy .btn_qty {
    width: 46px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 425px) {
  .product_page .product_checkout .product_buy .btn_qty {
    width: 42px;
  }
}
@media (max-width: 376px) {
  .product_page .product_checkout .product_buy .btn_qty {
    width: 38px;
    line-height: 46px;
    height: 46px;
  }
}
.product_page .product_checkout .product_buy .btn_buy {
  color: #fff;
  padding: 2px 40px 0 40px;
  line-height: 18px;
  height: 42px;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
  background: #3F8A4B;
  float: left;
  margin-left: 5px;
  border-radius: 5px;
}
.product_page .product_checkout .product_buy .btn_buy:hover {
  background: #4AB972;
}
@media (max-width: 1199px) {
  .product_page .product_checkout .product_buy .btn_buy {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_buy .btn_buy {
    padding: 0 40px;
    line-height: 48px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .product_page .product_checkout .product_buy .btn_buy {
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  .product_page .product_checkout .product_buy .btn_buy {
    padding: 0 20px;
  }
}
@media (max-width: 376px) {
  .product_page .product_checkout .product_buy .btn_buy {
    padding: 0 14px;
    line-height: 44px;
    height: 46px;
  }
}
@media (max-width: 320px) {
  .product_page .product_checkout .product_buy .btn_buy {
    padding: 0 18px;
  }
}
.product_page .product_checkout .product_buy .btn_like {
  color: #fff;
  width: 42px;
  line-height: 18px;
  height: 42px;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
  background: #f44336;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  float: left;
  padding: 2px 0 0 0;
}
.product_page .product_checkout .product_buy .btn_like:hover {
  background: #ea1c0d;
  border-color: #ea1c0d;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_buy .btn_like {
    padding: 0 0px 0 0;
    line-height: 48px;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .product_page .product_checkout .product_buy .btn_like {
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 376px) {
  .product_page .product_checkout .product_buy .btn_like {
    width: 42px;
    padding: 0 0px 0 0;
    line-height: 44px;
    height: 46px;
  }
}
@media (max-width: 320px) {
  .product_page .product_checkout .product_buy .btn_like {
    display: none;
  }
}
.product_page .product_checkout .product_buy .btn_unlike {
  color: #1d1d1f;
  border: 3px solid #ebeced;
  background: #ebeced;
  padding: 2px 0px 0 0;
  width: 42px;
  line-height: 18px;
  height: 42px;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  float: left;
}
.product_page .product_checkout .product_buy .btn_unlike .fa-times {
  display: none;
}
.product_page .product_checkout .product_buy .btn_unlike:hover {
  background: #d0d3d5;
  border-color: #d0d3d5;
}
.product_page .product_checkout .product_buy .btn_unlike:hover .fa-times {
  display: block;
}
.product_page .product_checkout .product_buy .btn_unlike:hover .fa-check {
  display: none;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_buy .btn_unlike {
    padding: 0 0px 0 0;
    line-height: 48px;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .product_page .product_checkout .product_buy .btn_unlike {
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 376px) {
  .product_page .product_checkout .product_buy .btn_unlike {
    width: 42px;
    padding: 0 0px 0 0;
    line-height: 44px;
    height: 46px;
  }
}
@media (max-width: 320px) {
  .product_page .product_checkout .product_buy .btn_unlike {
    display: none;
  }
}
.product_page .product_checkout .product_subsription {
  margin-top: 10px;
}
.product_page .product_checkout .product_subsription .btn_buy {
  color: #1d1d1f;
  padding: 0 42px;
  line-height: 38px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  border: 3px solid #ebeced;
  background: #ebeced;
  float: left;
  margin: 10px 0 0 0;
  border-radius: 5px;
}
.product_page .product_checkout .product_subsription .btn_buy:hover {
  background: #d0d3d5;
  border-color: #d0d3d5;
}
.product_page .product_checkout .product_variants {
  margin: 10px 0;
}
.product_page .product_checkout .product_variants h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.product_page .product_checkout .product_variants .row {
  margin: 0 -3px;
  padding: 0 0px;
}
.product_page .product_checkout .product_variants .row .col-lg-6 {
  margin: 0;
  padding: 0 3px;
}
.product_page .product_checkout .product_variants .sale_old {
  font-size: 12px;
  color: #949699;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 5px;
}
.product_page .product_checkout .product_variants .discount_label {
  background: #f44336;
  color: #fff;
  display: inline-block;
  padding: 4px 7px 3px 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  border-radius: 5px;
  position: relative;
  top: -1px;
}
.product_page .product_checkout .product_variants .conn_variant_discount {
  font-size: 11px;
  background: #f44336;
  color: #fff;
  font-weight: 700;
  line-height: 11px;
  padding: 3px 5px;
  border-radius: 10px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.product_page .product_checkout .product_variants .conn_variant_baseline {
  font-size: 11px;
  color: #949699;
  font-weight: 400;
  line-height: 11px;
  padding: 5px 5px 3px 5px;
  margin-left: 2px;
  text-decoration: line-through;
}
.product_page .product_checkout .product_variants .conn_variant_per_unit_value {
  font-size: 11px;
  color: #949699;
  font-weight: 400;
  line-height: 11px;
  margin-left: 2px;
  letter-spacing: -0.3px;
}
.product_page .product_checkout .product_variants .btn-variant-link {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0px 0px 0px 5px !important;
}
.product_page .product_checkout .product_variants .btn-variant-link .variant-link-left {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 50px;
}
.product_page .product_checkout .product_variants .btn-variant-link .variant-link-right {
  margin-left: 50px;
  padding: 8px 10px;
  border-left: 3px solid #EDEAE4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_variants .btn-variant-link .variant-link-right {
    font-size: 13px;
  }
}
.product_page .product_checkout .product_variants .btn-variant-link img {
  height: 30px !important ;
  margin: 12px 0 0 0 !important;
}
.product_page .product_checkout .product_variants .btn-variant-link strong {
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_page .product_checkout .product_variants .btn-variant-link:hover,
.product_page .product_checkout .product_variants .btn-variant-link:active,
.product_page .product_checkout .product_variants .btn-variant-link:focus {
  border: 3px solid #D5CDBF !important;
  background: #fff !important;
  text-decoration: none;
}
.product_page .product_checkout .product_variants .btn-variant-link:hover .variant-link-left,
.product_page .product_checkout .product_variants .btn-variant-link:active .variant-link-left,
.product_page .product_checkout .product_variants .btn-variant-link:focus .variant-link-left {
  background: #fff;
}
.product_page .product_checkout .product_variants .btn-variant-link:hover .variant-link-right,
.product_page .product_checkout .product_variants .btn-variant-link:active .variant-link-right,
.product_page .product_checkout .product_variants .btn-variant-link:focus .variant-link-right {
  border-left: 3px solid #D5CDBF;
  background: #EDEAE4;
}
.product_page .product_checkout .product_variants .btn-variant {
  border: 3px solid #EDEAE4;
  background: #fff;
  color: #1d1d1f;
  padding: 8px 10px;
  margin: 0 0px 5px 0;
  font-size: 14px;
}
.product_page .product_checkout .product_variants .btn-variant img {
  height: 18px;
  margin: -3px 2px 0 -2px;
}
.product_page .product_checkout .product_variants .btn-variant small {
  font-weight: 12px;
  margin-left: 2px;
  color: #4e4e54;
}
.product_page .product_checkout .product_variants .btn-variant:hover {
  background: #EDEAE4;
  border: 3px solid #D5CDBF !important;
}
@media (max-width: 767px) {
  .product_page .product_checkout .product_variants .btn-variant {
    font-size: 16px;
  }
}
.product_page .product_checkout .product_variants .btn-variant-link {
  background: #fff !important;
}
.product_page .product_checkout .product_variants .btn-check {
  background: #f6fbf7;
  border-color: #3F8A4B;
  color: #1d1d1f;
  cursor: default !important;
}
.product_page .product_checkout .product_variants .btn-check .variant-link-right,
.product_page .product_checkout .product_variants .btn-check:hover {
  background: #f6fbf7;
  border-color: #3F8A4B;
  color: #1d1d1f;
}
.product_page .product_checkout .product_variants .btn-check .variant-link-right,
.product_page .product_checkout .product_variants .btn-check:hover {
  background: #f6fbf7;
  border-color: #3F8A4B;
  color: #1d1d1f;
}
.product_page .product_checkout .product_variants .btn-check:hover,
.product_page .product_checkout .product_variants .btn-check:active,
.product_page .product_checkout .product_variants .btn-check:focus {
  text-decoration: none;
  border-color: #3F8A4B !important;
  color: #1d1d1f;
}
.product_page .product_checkout .product_variants .btn-check:hover .variant-link-right,
.product_page .product_checkout .product_variants .btn-check:active .variant-link-right,
.product_page .product_checkout .product_variants .btn-check:focus .variant-link-right {
  border-left: 3px solid #3F8A4B;
  background: #f6fbf7;
}
.product_page .product_checkout .product_price {
  font-size: 26px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_price {
    margin-top: 30px;
  }
}
.product_page .product_checkout .product_price .sale_old {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  font-weight: 400;
}
.product_page .product_checkout .product_price .discount_label {
  background: #f44336;
  color: #fff;
  display: inline-block;
  padding: 4px 7px;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  border-radius: 5px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.product_page .product_checkout .product_price .price_selector_additional {
  color: #b5b5b9;
  font-size: 15px;
  margin-bottom: 10px;
}
.product_page .product_checkout .product_price .price_selector_additional small {
  font-size: 10px;
}
.product_page .product_checkout .product_price strong {
  font-weight: 900;
}
.product_page .product_checkout .product_price strong small {
  font-weight: 400;
  font-size: 16px;
}
.product_page .product_checkout .product_price small {
  font-weight: 400;
  font-size: 16px;
}
.product_page .product_checkout .product_coffee_grind_qa {
  margin-top: 25px;
  color: #1d1d1f;
  font-size: 11px;
  line-height: 11px;
  cursor: pointer;
  display: inline-block;
}
.product_page .product_checkout .product_coffee_grind_qa:hover {
  text-decoration: underline;
}
.product_page .product_checkout .product_availability {
  color: #3f8a4b;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.product_page .product_checkout .product_availability .product_availability_details {
  color: #1d1d1f;
  display: block;
  margin-top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.product_page .product_checkout .product_availability .product_availability_details i {
  margin-right: 3px;
}
.product_page .product_checkout .product_availability .product_availability_details .more_shipping_options {
  font-size: 12px;
}
.product_page .product_checkout .product_availability .product_availability_details .more_shipping_options:hover {
  color: #363639;
}
@media (max-width: 1191px) {
  .product_page .product_checkout .product_availability .product_availability_details .more_shipping_options {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .product_page .product_checkout .product_availability .product_availability_details .more_shipping_options {
    display: inline-block;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .product_page .product_checkout .product_availability .product_availability_details .more_shipping_options {
    display: inline-block;
    margin-top: 2px;
  }
}
.product_page .product_checkout .product_availability .product_availability_details .showroom_availability {
  margin-right: 10px;
}
.product_page .product_checkout .roast_time {
  color: #7e7054;
  margin-bottom: 25px;
  font-weight: 500;
}
.product_page .product_gift_bonus {
  padding: 10px 25px 8px 25px;
  background: #f44336;
  color: #fff;
  text-align: center;
  margin-left: -35px;
  margin-right: -35px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product_page .product_gift_bonus {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product_page .product_gift_bonus {
    font-size: 16px;
    padding: 20px 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product_page .product_gift_bonus .product_gift_bonus_headline {
  display: inline-block;
}
.product_page .product_gift_bonus .product_gift_bonus_headline .special_headline {
  display: inline-block;
  background: #fff;
  padding: 5px 10px 1px 35px;
  border-radius: 5px;
  margin-right: 15px;
  color: #1d1d1f;
  font-weight: 700;
  position: relative;
}
.product_page .product_gift_bonus .product_gift_bonus_headline .special_headline .special_img {
  position: absolute;
  top: 4px;
  left: 8px;
  width: auto;
  height: 20px;
}
@media (max-width: 767px) {
  .product_page .product_gift_bonus .product_gift_bonus_headline .special_headline {
    margin-bottom: 10px;
  }
}
.product_page .product_gift_bonus a {
  color: #fff;
}
.product_page .product_gift_bonus .product_gift_image {
  display: inline-block;
}
.product_page .product_gift_bonus .product_gift_image img {
  height: 70px;
  width: 70px;
  display: inline-block;
  border-radius: 100px;
  margin: 0 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .product_page .product_gift_bonus .product_gift_image img {
    height: 60px;
    width: 60px;
    margin: 10px 0;
  }
}
.product_page .product_attributes {
  margin-left: -35px;
  margin-right: -35px;
  padding: 40px 17.5% 0px 17.5%;
}
.product_page .product_attributes .row {
  margin: 0 -5px;
  padding: 0 0px;
}
.product_page .product_attributes .row .col-lg-3,
.product_page .product_attributes .row .col-lg-4,
.product_page .product_attributes .row .col-lg-6,
.product_page .product_attributes .row .col-lg-8,
.product_page .product_attributes .row .col-lg-9 {
  margin: 0;
  padding: 0 5px;
}
@media (max-width: 1800px) {
  .product_page .product_attributes {
    padding: 40px 15% 0px 15%;
  }
}
@media (max-width: 1600px) {
  .product_page .product_attributes {
    padding: 40px 10% 0px 10%;
  }
}
@media (max-width: 1400px) {
  .product_page .product_attributes {
    padding: 40px 5% 0px 5%;
  }
}
@media (max-width: 1199px) {
  .product_page .product_attributes {
    padding: 40px 35px 0px 35px;
  }
}
@media (max-width: 767px) {
  .product_page .product_attributes {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 15px 0px 15px;
  }
}
.product_page .product_attributes_not_first {
  margin-top: 50px;
}
.product_page .product_bonus_pack_header h2 {
  margin: 0 0 30px 0;
  padding: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}
.product_page .product_bonus_pack_block {
  background: #EDEAE4;
  padding: 30px 20px 20px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.product_page .product_bonus_pack_block img {
  display: inline-block;
  width: 300px;
  height: auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_block img {
    width: 100%;
  }
}
.product_page .product_bonus_pack_block h3 {
  margin: 15px 0 0 0;
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.product_page .product_bonus_pack_block h4 {
  margin: 0px 0 0 0;
  padding: 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_block h4 {
    margin: 5px 0 0 0;
  }
}
.product_page .product_bonus_pack_block a {
  color: #1d1d1f;
}
.product_page .product_bonus_pack_block .product_bonus_pack_block_price {
  margin-top: 4px !important;
  line-height: 14px !important;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_block .product_bonus_pack_block_price {
    margin-top: 10px !important;
  }
}
.product_page .product_bonus_pack_block .product_bonus_pack_block_price strong {
  font-size: 14px !important;
  line-height: 14px !important;
}
.product_page .product_bonus_pack_block .product_bonus_pack_block_price small {
  font-size: 12px !important;
  line-height: 14px !important;
}
.product_page .product_bonus_pack_block .product_bonus_pack_block_count {
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  background: #fff;
  color: #1d1d1f;
  border-radius: 1000px;
  padding: 13px 0 11px 0;
  width: 54px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 15px;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_block .product_bonus_pack_block_count {
    top: 10px;
    left: 25px;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
  }
}
.product_page .product_bonus_pack_block .product_bonus_pack_block_count small {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.product_page .product_bonus_pack_set {
  margin-bottom: 50px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set {
    margin-bottom: -20px;
    margin-top: -40px;
  }
}
.product_page .product_bonus_pack_set .product_checkout {
  margin-top: 0px !important;
}
.product_page .product_bonus_pack_set .product_checkout .product_price {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set .product_checkout .product_price {
    font-size: 20px;
  }
  .product_page .product_bonus_pack_set .product_checkout .product_price .sale_old {
    font-size: 16px;
  }
  .product_page .product_bonus_pack_set .product_checkout .product_price small {
    font-size: 14px;
  }
}
.product_page .product_bonus_pack_set .product_checkout .product_link {
  margin: 10px 0 3px 0 !important;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set .product_checkout .product_link {
    margin: 20px 0 3px 0 !important;
  }
}
.product_page .product_bonus_pack_set .product_checkout .product_link a {
  font-size: 20px;
  line-height: 20px;
  color: #1d1d1f;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set .product_checkout .product_link a {
    font-size: 18px;
    line-height: 18px;
  }
}
.product_page .product_bonus_pack_set .product_bonus_pack_set_main_pic {
  width: 100%;
  text-align: center;
}
.product_page .product_bonus_pack_set .product_bonus_pack_set_main_pic img {
  display: inline-block;
  width: 400px;
  height: auto;
}
.product_page .product_bonus_pack_set .product_bonus_pack_products_plus {
  top: 44%;
  left: -17px;
  font-size: 40px;
  color: #D5CDBF;
  background: #fff;
  border-radius: 1000px;
}
.product_page .product_bonus_pack_set .product_bonus_pack_products_item {
  padding: 30px 40px;
  border: 10px solid #EDEAE4;
  margin: 0 30px 20px 30px;
  display: block;
  color: #1d1d1f;
}
@media (max-width: 1199px) {
  .product_page .product_bonus_pack_set .product_bonus_pack_products_item {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set .product_bonus_pack_products_item {
    margin: 0 0px;
    border: 5px solid #EDEAE4;
    padding: 20px 20px;
  }
}
.product_page .product_bonus_pack_set .product_bonus_pack_products_item:hover,
.product_page .product_bonus_pack_set .product_bonus_pack_products_item:focus,
.product_page .product_bonus_pack_set .product_bonus_pack_products_item:active {
  border: 10px solid #D5CDBF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set .product_bonus_pack_products_item:hover,
  .product_page .product_bonus_pack_set .product_bonus_pack_products_item:focus,
  .product_page .product_bonus_pack_set .product_bonus_pack_products_item:active {
    border: 5px solid #D5CDBF;
  }
}
.product_page .product_bonus_pack_set .product_bonus_pack_products_item .product_bonus_pack_products_item_img {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set .product_bonus_pack_products_item .product_bonus_pack_products_item_img {
    padding: 0;
  }
}
.product_page .product_bonus_pack_set .product_bonus_pack_products_item .product_bonus_pack_products_item_details {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_page .product_bonus_pack_set .product_bonus_pack_products_item .product_bonus_pack_products_item_details a {
  width: 100%;
  padding: 0 0px;
  display: block;
  color: #1d1d1f;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.product_page .product_bonus_pack_set .product_bonus_pack_products_item .product_bonus_pack_products_item_details .product_bonus_pack_products_item_price {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  margin-top: 7px;
}
.product_page .product_bonus_pack_set .btn_bonus_pack {
  width: 160px;
  line-height: 38px;
  height: 42px;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .product_page .product_bonus_pack_set .btn_bonus_pack {
    width: 140px;
    line-height: 34px;
    height: 38px;
    font-size: 16px;
  }
}
.product_page .product_bonus_pack_set .btn_bonus_pack_add_to_cart {
  color: #fff;
  border: 3px solid #3F8A4B;
  background: #3F8A4B;
}
.product_page .product_bonus_pack_set .btn_bonus_pack_add_to_cart:hover {
  background: #2f6738;
  border-color: #2f6738;
  text-decoration: none;
}
.product_page .product_bonus_pack_set .btn_bonus_pack_more_info {
  color: #1d1d1f;
  border: 3px solid #ebeced;
  background: #ebeced;
}
.product_page .product_bonus_pack_set .btn_bonus_pack_more_info:hover {
  background: #d0d3d5;
  border-color: #d0d3d5;
  text-decoration: none;
}
.product_page .product_description {
  margin-left: 20px;
  font-size: 14px;
  line-height: 24px;
}
.product_page .product_description .desc_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .product_page .product_description {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.product_page .product_description ul {
  padding: 0 0 0 14px;
  margin: 0 0 10px 0;
  list-style-type: square;
  font-size: 14px;
  line-height: 30px;
}
.product_page .product_description h2 {
  font-size: 16px;
}
.product_page .product_description .product_description_body h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 35px 0 15px 0px;
  padding: 0px;
  text-align: left !important;
}
.product_page .product_description .product_description_body h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 10px 0px;
  padding: 0px;
  text-align: left !important;
}
.product_page .product_description .product_description_body h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 10px 0px;
  padding: 0px;
  text-align: left !important;
}
.product_page .product_description .product_description_body h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0 10px 0px;
  padding: 0px;
  text-align: left !important;
}
.product_page .product_description .product_video_content {
  width: 70%;
  height: 400px;
}
.product_page .product_description .product_description_content {
  line-height: 30px;
}
.product_page .product_description .product_description_content::first-letter {
  /* font-size: 16px;
				    font-weight: 700;
					color:darken(@sub_bg, 55%);*/
}
.product_page .product_description .farmer_pictures {
  margin-top: 20px;
}
.product_page .product_description .farmer_pictures .row {
  margin: 0 -5px;
  padding: 0 0px;
}
.product_page .product_description .farmer_pictures .row .col-lg-4 {
  margin: 0;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .product_page .product_description {
    font-size: 15px;
    line-height: 34px;
  }
}
.product_page .product_subheader {
  text-align: center;
  width: 100% !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 40px 0 40px 0;
  padding: 21px 0 18px 0;
  background: #ebeced;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .product_page .product_subheader {
    line-height: 30px;
  }
}
.product_page .product_parameters {
  width: 100%;
  text-align: left;
  padding: 25px 40px 25px 40px !important;
  background: #ebeced;
  border-radius: 5px;
  color: #1d1d1f;
}
.product_page .product_parameters .table {
  padding: 0px !important;
  margin: 0px !important;
}
.product_page .product_parameters .table tr .weight-700 {
  padding-right: 20px !important;
}
.product_page .product_parameters .table tr:first-child td {
  border-top: 0px !important;
}
.product_page .product_parameters .product_parameter_item {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.product_page .product_parameters .product_parameter_item a {
  color: #1d1d1f;
  border-bottom: 2px solid #ebeced;
}
.product_page .product_parameters .product_parameter_item a:hover {
  text-decoration: none;
  color: #4AB972;
  border-bottom: 2px solid #4AB972;
}
.product_page .product_parameters .product_parameter_item .xs_product_parameter_item_title {
  display: none;
}
@media (max-width: 767px) {
  .product_page .product_parameters .product_parameter_item .xs_product_parameter_item_title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .product_page .product_parameters .product_parameter_item {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .product_page .product_parameters {
    padding: 30px 30px 30px 30px !important;
  }
}
@media (max-width: 991px) {
  .product_page .product_parameters {
    padding: 20px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product_page .product_parameters {
    padding: 0px !important;
    background: #fff;
  }
  .product_page .product_parameters .product_subheader {
    margin: 20px 0 10px 0 !important;
  }
  .product_page .product_parameters .product_parameter_item {
    padding: 15px 20px 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid #ebeced;
  }
}
.product_page .product_tabs_header {
  margin-top: 40px;
  margin-left: -35px;
  margin-right: -35px;
  background: #ebeced;
}
.product_page .product_tabs_header ul {
  width: 100%;
  text-align: center;
  list-style-type: none;
  padding: 0 10px 0 10px;
  margin: 0 0 0px 0px;
}
.product_page .product_tabs_header ul li {
  display: inline-block;
  font-weight: 600;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #1d1d1f;
  padding: 21px 34px 16px 34px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1600px) {
  .product_page .product_tabs_header ul li {
    font-size: 16px;
    padding: 21px 28px 16px 28px;
  }
}
@media (max-width: 1199px) {
  .product_page .product_tabs_header ul li {
    font-size: 15px;
    line-height: 15px;
    padding: 21px 20px 16px 20px;
  }
}
@media (max-width: 991px) {
  .product_page .product_tabs_header ul li {
    font-size: 14px;
    line-height: 14px;
    padding: 21px 16px 16px 16px;
  }
}
.product_page .product_tabs_header ul li:hover,
.product_page .product_tabs_header ul li:active,
.product_page .product_tabs_header ul li:focus {
  text-decoration: none;
  border-bottom: 3px solid #4AB972;
}
.product_page .product_tabs_header ul .current {
  background: transparent;
  border-bottom: 3px solid #4AB972;
}
.product_page .product_tabs {
  /*margin-top:20px;
				margin-left:-35px;
				margin-right:-35px;*/
}
.product_page .product_tabs .tabContainer {
  width: 100%;
}
.product_page .product_tabs .tabContainer h4 {
  text-align: center;
  width: 100% !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 40px 0 40px 0;
  padding: 21px 20px 18px 20px;
  background: #ebeced;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .product_page .product_tabs .tabContainer h4 {
    line-height: 30px;
    border-radius: 5px;
  }
}
.product_page .product_tabs .tabContainer .xsell_products {
  padding-top: 0px !important;
  /*margin-bottom:-100px;*/
}
@media (max-width: 767px) {
  .product_page .product_tabs .tabContainer .xsell_products {
    margin-bottom: 0px;
  }
}
@media (max-width: 325px) {
  .product_page .product_tabs .tabContainer .xsell_products {
    /*margin-bottom: -30px;*/
  }
}
.product_page .product_tabs .p_tab_row {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
@media (max-width: 767px) {
  .product_page .product_tabs .p_tab_row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .product_page .product_tabs .p_tab_1 {
    position: relative !important;
    top: 30px !important;
  }
}
@media (max-width: 767px) {
  .product_page .product_tabs .p_tab_1 {
    position: relative !important;
    top: 0px !important;
  }
}
.product_page .product_tabs .p_tab_2 {
  margin-top: 20px !important;
}
.product_page .product_tabs .p_tab_2 .p_row {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.product_page .product_tabs .p_tab_6 {
  position: relative !important;
  bottom: -30px !important;
}
@media (max-width: 991px) {
  .product_page .product_tabs .p_tab_6 {
    bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .product_page .product_tabs .p_tab_6 {
    bottom: -50px !important;
  }
}
.product_page .product_tabs .product_tab_block {
  margin-top: 0px;
  margin-left: -35px;
  margin-right: -35px;
}
@media (max-width: 767px) {
  .product_page .product_tabs .product_tab_block {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.product_page .product_tabs .product_tab_block .category_content {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .product_page .product_tabs .product_tab_block .category_content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product_page .product_tabs .product_tab_block .btn-edit {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.product_page .product_tabs .product_tab_block .block_left {
  width: 100%;
  text-align: center;
  border-right: 1px solid #e9e5de;
  padding-right: 40px;
}
@media (max-width: 850px) {
  .product_page .product_tabs .product_tab_block .product_questions_sum .no_q_content {
    padding-bottom: 0px !important;
  }
}
.product_page .product_tabs .product_tab_block .no_questions .no_questions_icon {
  margin: 0 50px;
}
.product_page .product_tabs .product_tab_block .no_questions .fa-question-circle,
.product_page .product_tabs .product_tab_block .no_questions .fa-commenting-o {
  font-size: 130px;
  color: #f1f1f1;
}
@media (max-width: 850px) {
  .product_page .product_tabs .product_tab_block .no_questions .fa-question-circle,
  .product_page .product_tabs .product_tab_block .no_questions .fa-commenting-o {
    margin-bottom: 20px;
  }
}
.product_page .product_tabs .product_tab_block .no_questions .no_q_content {
  padding-bottom: 20px;
}
.product_page .product_tabs .product_tab_block .no_questions .no_q_content .d-inline {
  text-align: left;
}
@media (max-width: 850px) {
  .product_page .product_tabs .product_tab_block .no_questions .no_q_content .d-inline {
    text-align: center;
  }
  .product_page .product_tabs .product_tab_block .no_questions .no_q_content .d-inline .fa-question-circle {
    margin-top: 30px !important;
  }
}
@media (max-width: 991px) {
  .product_page .product_tabs .product_tab_block .no_questions .no_q_content {
    position: relative;
    top: -20px;
  }
}
.product_page .product_tabs .product_tab_block .no_questions .no_q_content media (max-width: 850px) {
  top: 0px;
  padding-bottom: 0px;
}
.product_page .product_tabs .product_tab_block .block_right {
  margin-left: 30px;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars {
  margin: 20px 0 20px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #e9e5de;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars a {
  color: #1d1d1f;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars a:hover {
  text-decoration: none;
  font-weight: 700;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars a .fa-star,
.product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars a .fa-star-o {
  color: #e0b32d;
  font-size: 16px;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars a .count {
  margin-left: 10px;
  display: inline-block;
  text-align: left;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars a .st {
  display: inline-block;
  text-align: right;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .tab_total {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e9e5de;
  border-bottom: 1px solid #e9e5de;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .tab_total .total_title {
  font-size: 14px;
  margin-bottom: 5px;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .tab_total .total_nums {
  font-size: 30px;
  font-weight: 900;
  color: #3F8A4B;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .tab_total .total_nums small {
  font-weight: 24px;
  font-weight: 700;
  color: #D5D6D7;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .tab_total .total_stars {
  color: #e0b32d;
  font-size: 24px;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .tab_total .total_reviews_count {
  font-size: 12px;
  margin-top: 10px;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .tab_total .total_reviews_count a {
  color: #1d1d1f;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .recommend {
  margin: 0;
  padding: 0;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .recommend .recommend_title {
  font-size: 14px;
  margin-bottom: 5px;
}
.product_page .product_tabs .product_tab_block .product_reviews_sum .recommend .recommend_nums {
  font-size: 30px;
  font-weight: 900;
  color: #3F8A4B;
}
.product_page .product_tabs .product_tab_block .product_questions_sum .tab_total {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e9e5de;
}
.product_page .product_tabs .product_tab_block .product_questions_sum .tab_total .total_title {
  font-size: 14px;
  margin-bottom: 5px;
}
.product_page .product_tabs .product_tab_block .product_questions_sum .tab_total .total_nums {
  font-size: 30px;
  font-weight: 900;
  color: #3F8A4B;
}
.product_page .product_tabs .product_tab_block .product_questions_sum .tab_total .total_nums small {
  font-weight: 24px;
  font-weight: 700;
  color: #D5D6D7;
}
.product_questions .question_item {
  padding: 40px 30px !important;
  margin: 0 0 30px 0;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  min-height: 130px;
}
.question_answers {
  margin-left: 0px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .question_answers {
    margin-left: 30px !important;
  }
}
.question_answers .comments_content_item {
  margin: 0 0 20px 0 !important;
}
.question_answers .comments_content_pic {
  width: 80px !important;
}
.question_answers .comments_content_pic .no_name {
  font-size: 35px !important;
  line-height: 35px !important;
  padding-top: 8px !important;
}
.comments_content .comments_content_item {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
}
.comments_content .comments_content_item .question_time_interval {
  font-size: 11px;
}
.comments_content .comments_content_item .question_translation {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 11px;
  position: relative;
  top: -1px;
  color: #1d1d1f;
}
.comments_content .comments_content_item .question_translation .question_translation_title {
  cursor: pointer;
}
.comments_content .comments_content_item .question_translation .question_translation_title:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .comments_content .comments_content_item .question_translation {
    display: inline-block;
    font-size: 11px;
  }
}
.comments_content .comments_content_item .question_author_pic {
  width: 100%;
  border-radius: 100px;
}
.comments_content .comments_content_item .question_author_pic img {
  border-radius: 100px;
  width: 100%;
}
.comments_content .comments_content_item .question_author_pic .no_name {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  padding-top: 8px;
  color: #fff;
  text-transform: uppercase;
}
.comments_content .comments_content_item .comments_content_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  border-radius: 100px;
}
.comments_content .comments_content_item .comments_content_pic img {
  border-radius: 100px;
  width: 100%;
}
.comments_content .comments_content_item .comments_content_pic .no_name {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  padding-top: 8px;
  color: #fff;
  text-transform: uppercase;
}
.comments_content .comments_content_item .comments_content_entries {
  padding-top: 10px;
}
.comments_content .comments_content_item .comments_content_entries .comments_content_author {
  color: #bbbdbe;
}
.comments_content .comments_content_item .comments_content_entries .comments_content_author a,
.comments_content .comments_content_item .comments_content_entries .comments_content_author .no_link_review_author {
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  color: #1d1d1f;
}
.comments_content .comments_content_item .comments_content_entries .comments_content_description {
  line-height: 30px;
  font-size: 14px;
}
.comments_content .comments_content_item .comments_content_entries .comments_content_verified {
  display: inline-block;
  margin-right: 10px;
  background: #4AB972;
  color: white;
  padding: 4px 12px 2px 12px;
  border-radius: 100px;
  font-weight: 500;
  position: relative;
  top: -1px;
}
.comments_content .comments_content_item .comments_content_entries .comments_content_verified .fa {
  color: white !important;
}
@media (max-width: 767px) {
  .comments_content .comments_content_item .comments_content_entries .comments_content_verified {
    display: inline-block;
    margin: 5px 10px 5px 0;
    font-size: 12px;
  }
}
.comments_content .comments_content_item .comments_content_entries .comments_content_manager {
  display: inline-block;
  margin-right: 10px;
  background: #393F48;
  color: white;
  padding: 4px 12px 2px 12px;
  border-radius: 100px;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.comments_content .comments_content_item .comments_content_entries .comments_content_reply button {
  border-radius: 20px;
  border: 0px;
  padding: 0px;
  font-size: 12px;
  color: #808088;
  background: #fff;
  line-height: 24px;
}
.comments_content .comments_content_item .comments_content_entries .comments_content_reply button:hover {
  color: #3F8A4B;
}
@media (max-width: 767px) {
  .review_item_add_star {
    margin-top: 40px !important;
  }
}
.review_item_add_star .review_item_add_star_entry {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .review_item_add_star .review_item_add_star_entry {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .review_item_add_star .review_item_add_star_entry {
    font-size: 18px;
  }
}
.review_item {
  padding: 40px 30px;
  margin: 0 0 30px 0;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.review_item .review_author_pic {
  border-radius: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .review_item .review_author_pic {
    max-width: 150px;
  }
}
.review_item .review_author_pic img {
  border-radius: 100px;
  width: 100%;
}
@media (max-width: 767px) {
  .review_item .review_author_pic img {
    max-width: 150px;
    min-width: 35%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.review_item .review_author_pic .review_brew_type {
  height: 25px;
  width: 25px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  bottom: 10%;
  right: 30%;
  margin-right: -30px;
}
@media (max-width: 1199px) {
  .review_item .review_author_pic .review_brew_type {
    height: 25px !important;
    width: 25px !important;
    max-height: 25px !important;
    max-width: 25px !important;
    min-height: 25px !important;
    min-width: 25px !important;
  }
}
@media (max-width: 767px) {
  .review_item .review_author_pic .review_brew_type {
    right: 8%;
    margin-right: 0px;
    bottom: -10px;
    height: 20px !important;
    width: 20px !important;
    max-height: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    min-width: 20px !important;
  }
}
.review_item .review_author_pic .no_name {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
}
.review_item .review_rating_box {
  position: absolute;
  top: -10px;
  left: 25%;
  margin-left: -25px;
  z-index: 3;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  font-weight: 700;
}
.review_item .review_rating_box i {
  color: #e0b32d;
  font-size: 20px;
}
@media (max-width: 991px) {
  .review_item .review_rating_box {
    height: 45px;
    width: 45px;
  }
  .review_item .review_rating_box i {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.review_item .single_review_rating_box {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 3;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  font-weight: 700;
}
.review_item .single_review_rating_box i {
  color: #e0b32d;
  font-size: 20px;
}
.review_item .review_item_content {
  padding-left: 10px;
}
.review_item .review_item_content .review_author {
  font-size: 13px;
}
.review_item .review_item_content .review_author .review_verified {
  display: inline-block;
  margin-right: 10px;
  background: #4AB972;
  color: white;
  padding: 3px 10px 2px 10px;
  border-radius: 100px;
  font-weight: 500;
  position: relative;
  top: -1px;
  font-size: 11px;
}
.review_item .review_item_content .review_author .review_verified .fa {
  color: white !important;
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_author .review_verified {
    display: inline-block;
    margin: 5px 10px 5px 0;
    font-size: 12px;
  }
}
.review_item .review_item_content .review_author .review_translation {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.review_item .review_item_content .review_author .review_translation .review_translation_title {
  cursor: pointer;
}
.review_item .review_item_content .review_author .review_translation .review_translation_title:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_author .review_translation {
    display: inline-block;
    margin: 5px 10px 5px 0;
    font-size: 11px;
  }
}
.review_item .review_item_content .review_author .review_time {
  color: #4e4e54;
  margin-top: 5px;
  font-size: 11px;
  font-style: italic;
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_author .review_time {
    color: #363639;
    font-size: 11px;
  }
}
.review_item .review_item_content .review_author a,
.review_item .review_item_content .review_author .no_link_review_author {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  color: #1d1d1f;
}
.review_item .review_item_content .review_publish_points {
  margin: 8px 0 15px 0;
}
.review_item .review_item_content .review_stars {
  margin: 8px 0 0 0;
  color: #bbbdbe;
}
.review_item .review_item_content .review_stars .fa-star {
  color: #e0b32d;
}
.review_item .review_item_content .review_stars .fa-star,
.review_item .review_item_content .review_stars .fa-star-o,
.review_item .review_item_content .review_stars .fa-star-half-o {
  color: #e0b32d;
}
.review_item .review_item_content .review_stars .review_recommend {
  margin-left: 1px;
  color: #3F8A4B;
  font-weight: 700;
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_stars .review_recommend {
    margin-left: 0px !important;
    display: block !important;
    margin-top: 10px;
  }
}
.review_item .review_item_content .review_stars .review_recommend_bad {
  margin-left: 1px;
  color: #f55a4e;
  font-weight: 700;
}
.review_item .review_item_content .review_stars .review_recommend_bad .fa {
  color: #f55a4e;
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_stars .review_recommend_bad {
    margin-left: 0px !important;
    display: block !important;
    margin-top: 10px;
  }
}
.review_item .review_item_content .review_product {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 3px 0 ;
}
.review_item .review_item_content .review_product .review_product_merchant {
  display: inline-block;
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_product .review_product_merchant {
    display: block;
  }
}
.review_item .review_item_content .review_product a {
  color: #1d1d1f;
}
.review_item .review_item_content .review_product small {
  font-weight: 400;
  font-size: 13px;
  color: #1d1d1f;
}
.review_item .review_item_content .review_product small a {
  color: #1d1d1f;
}
.review_item .review_item_content .review_pros_cons {
  line-height: 24px;
  text-indent: 0px;
  margin-top: 23px;
}
.review_item .review_item_content .review_pros_cons .review_pros_cons_item {
  position: relative;
  padding-left: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.review_item .review_item_content .review_pros_cons .review_pros_cons_item i {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 24px;
}
.review_item .review_item_content .review_pros_cons .row {
  margin: 0 -20px;
  padding: 0 0px;
}
.review_item .review_item_content .review_pros_cons .row .col-lg-6,
.review_item .review_item_content .review_pros_cons .row .col-md-6,
.review_item .review_item_content .review_pros_cons .row .col-sm-6,
.review_item .review_item_content .review_pros_cons .row .col-xs-12 {
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 1191px) {
  .review_item .review_item_content .review_pros_cons .row {
    margin: 0 -10px;
    padding: 0 0px;
  }
  .review_item .review_item_content .review_pros_cons .row .col-md-6,
  .review_item .review_item_content .review_pros_cons .row .col-sm-6,
  .review_item .review_item_content .review_pros_cons .row .col-xs-12 {
    margin: 0;
    padding: 0 10px;
  }
}
.review_item .review_item_content .review_family_product {
  text-align: left;
  display: inline-block;
  padding: 9px 15px 9px 12px;
  margin: 13px 0 0 0;
  background: #f3f4f4;
  border: 1px solid #f3f4f4;
  border-radius: 7px;
}
.review_item .review_item_content .review_family_product img {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-right: 3px;
  background: white;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_family_product img {
    width: 25px;
  }
}
.review_item .review_item_content .review_family_product .review_family_product_title {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #1d1d1f;
  font-weight: 500;
  font-size: 11px;
  top: 7px;
  position: relative;
}
@media (max-width: 1191px) {
  .review_item .review_item_content .review_family_product .review_family_product_title {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .review_item .review_item_content .review_family_product .review_family_product_title {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .review_item .review_item_content .review_family_product .review_family_product_title {
    max-width: 200px;
  }
}
.review_item .review_item_content .review_family_product:hover,
.review_item .review_item_content .review_family_product:focus,
.review_item .review_item_content .review_family_product:active {
  text-decoration: none;
  border: 1px solid #bbbdbe;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.review_item .review_item_content .review_description {
  line-height: 24px;
  text-indent: 0px;
  margin-top: 16px;
}
.review_item .review_item_content .review_description h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0 10px 0;
  padding: 0px;
}
.review_item .review_item_content .review_description .loadMoreReviewDesc {
  cursor: pointer;
  color: #bbbdbe;
  font-size: 12px;
}
.review_item .review_item_content .review_description .loadMoreReviewDesc:hover {
  color: #4AB972;
}
.review_item .review_item_content .review_importance {
  margin-top: 10px;
  font-size: 12px;
  color: #bbbdbe;
}
.review_item .review_item_content .review_importance button {
  border-radius: 20px;
  border: 1px solid #3F8A4B;
  color: #4AB972;
  background: #fff;
  padding: 0 10px;
  line-height: 24px;
  margin-right: 2px;
  margin-left: 10px;
}
.review_item .review_item_content .review_importance button:hover {
  background: #3F8A4B;
  color: #fff;
}
.review_item .review_item_content .review_importance .importance_no {
  border: 1px solid #f44336;
  color: #f44336;
}
.review_item .review_item_content .review_importance .importance_no:hover {
  background: #f44336;
}
.review_item .row {
  margin: 0 -10px;
  padding: 0 0px;
}
.review_item .row .col-lg-2,
.review_item .row .col-lg-10 {
  margin: 0;
  padding: 0 10px;
}
.btDeleteReview {
  margin-top: 10px;
  display: inline-block;
}
.subcategories {
  background: #fff;
  border-bottom: 0px;
}
.subcategories .active {
  font-weight: 500;
  color: #1d1d1f !important;
}
.subcategories .breadcrumbs {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
}
.subcategories .breadcrumbs .fa-angle-right {
  margin: 0 10px;
  color: #D5D6D7;
}
.subcategories .breadcrumbs a {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  color: #1d1d1f;
}
.subcategories .breadcrumbs .kofio_bread {
  padding: 0;
}
@media (max-width: 991px) {
  .subcategories .breadcrumbs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .subcategories .breadcrumbs {
    overflow: none;
    text-overflow: normal;
    white-space: normal;
  }
}
.subcategories .nav-categories {
  position: relative;
  margin: 0 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.subcategories .nav-categories .divider {
  color: #ccc;
}
.subcategories .nav-categories button {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 10px;
}
.subcategories .nav-categories label {
  padding: 0px 5px 0 5px;
  font-size: 13px;
  font-weight: 400;
  color: #4e4e54 !important;
  cursor: pointer;
  margin-bottom: 0px;
}
.subcategories .nav-categories label:hover {
  color: #3F8A4B !important;
}
.subcategories .nav-categories label input[type="checkbox"] {
  margin: -2px 3px 0 0;
}
.subcategories ul {
  padding: 0px;
  margin: 15px -10px 15px 0px;
}
.subcategories ul li {
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}
.subcategories ul li a {
  padding: 0px 10px 0px 10px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #4e4e54;
}
.subcategories ul li a:hover {
  color: #3F8A4B;
  text-decoration: none;
}
.subcategories ul .price a {
  padding: 0px 2px 0px 2px!important;
}
.filter {
  border-top: 1px solid #D5CDBF;
  border-bottom: 1px solid #D5CDBF;
  margin-bottom: -1px;
  background: #EDEAE4;
  color: #262626 !important;
  position: relative;
}
.filter .show_more {
  display: none;
  position: absolute;
  bottom: -38px;
  z-index: 50;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ad9d81;
  color: #fff;
  border: 0px;
  border-radius: 0 0 5px 5px;
  padding: 5px 20px;
  font-size: 11px;
}
.filter .show_more:hover {
  background: #c1b5a0;
}
.filter .show_less {
  display: none;
  position: absolute;
  bottom: -38px;
  z-index: 50;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ad9d81;
  color: #fff;
  border: 0px;
  border-radius: 0 0 5px 5px;
  padding: 5px 20px;
  font-size: 11px;
}
.filter .show_less:hover {
  background: #c1b5a0;
}
.filter .filter_nav ul {
  padding: 0px;
  margin: 0;
}
.filter .filter_nav ul li {
  display: block;
  padding: 0px;
}
.filter .filter_nav ul li a {
  padding: 17px 20px 15px 20px;
  display: block;
  border-top: 1px solid #D5CDBF;
  margin-top: -1px;
  color: #666666 !important;
}
.filter .filter_nav ul li a:hover,
.filter .filter_nav ul li a:active,
.filter .filter_nav ul li a:focus {
  background: #D5CDBF;
  text-decoration: none;
  border-top: 1px solid #c1b5a0;
}
.filter .filter_nav ul li .active {
  background: #D5CDBF;
}
.filter .filter_box {
  height: 400px;
  overflow: hidden;
}
.filter .filter_box .contents {
  padding: 10px 20px 20px 20px;
  display: none;
}
.filter .filter_box .contents .filter_merchant {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  padding: 2px 5px 0 5px;
  border-radius: 5px;
  font-weight: 700;
}
.filter .filter_box .contents h4 {
  padding: 10px 0 15px 0;
  margin: 0px;
}
.filter .filter_box .contents label {
  margin: 0 10px 5px 0;
  padding: 10px;
  background: #d9d2c5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 13px;
  cursor: poiner;
}
.filter .filter_box .contents label:hover {
  background: #c4baa7;
}
.filter .filter_box .contents .checked {
  background: #b0a388;
  color: #fff;
}
.filter .filter_box .contents ul {
  padding: 0px;
  margin: 0px;
}
.filter .filter_box .contents ul li {
  padding: 0px;
  list-style-type: none;
  display: block;
}
.filter .filter_box .contents ul li a {
  padding: 0px;
  display: table;
}
.coffee {
  padding-top: 0px !important;
}
.extra_param_label {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 4px 7px 3px 7px;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.extra_param_label:hover,
.extra_param_label:active,
.extra_param_label:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .extra_param_label {
    padding: 4px 5px 3px 5px;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
  }
}
.price_discount {
  background: #f44336;
}
.map {
  position: relative;
  width: 100%;
  height: auto;
  background: #EDEAE4;
}
.map .roaster_map {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 550px;
  z-index: 2;
}
.map .roaster_map a {
  font-size: 16px;
  font-weight: 700;
}
.map .map_loader {
  position: absolute;
  display: none;
  width: 100%;
  height: 550px;
  z-index: 3;
}
.noLeftMap {
  position: static !important;
  left: 0px !important;
}
.showMap {
  position: static;
  z-index: 100;
}
.merchant_category {
  padding-bottom: 20px !important;
}
.merchant_category .roaster_heading {
  font-size: 30px;
  font-weight: 700;
  padding: 0px;
  margin: 20px 0 40px 0 !important;
  color: #1d1d1f;
  text-align: center !important;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .merchant_category .category_list {
    padding: 0 15px;
  }
}
.merchant_category .category_list .row {
  margin: 0 -5px !important;
  padding: 0 0px !important;
}
.merchant_category .category_list .row .col-xs-12,
.merchant_category .category_list .row .col-sm-6,
.merchant_category .category_list .row .col-md-4,
.merchant_category .category_list .row .col-lg-3 {
  margin: 0 0 0px 0 !important;
  padding: 0 5px !important;
}
.merchant_category .category_list .category_item {
  height: 380px !important;
  margin-bottom: -15px !important;
}
@media (max-width: 991px) {
  .merchant_category .category_list .category_item {
    height: 370px !important;
  }
}
@media (max-width: 767px) {
  .merchant_category .category_list .category_item {
    height: 300px !important;
  }
}
@media (max-width: 325px) {
  .merchant_category .category_list .category_item {
    height: 260px !important;
  }
}
.merchant_category .category_list .category_item .hover_rating_count {
  color: #1d1d1f;
  font-size: 12px;
}
.merchant_category .category_list .category_item .category_item_footer h3 {
  margin-bottom: 5px !important;
  margin-left: 0px !important;
}
.merchant_category .category_list .category_item .category_item_footer h3 a,
.merchant_category .category_list .category_item .category_item_footer h3 .no_link_anchor {
  font-weight: 700 !important;
}
.merchant_category .category_list .category_item .category_item_footer .category_item_flavors {
  margin-bottom: 0px !important;
}
.merchant_category .category_list .category_item .category_item_footer .hover_rating {
  margin-top: 5px !important;
}
.merchant_category .category_list .category_item .category_item_profile_pic {
  border: 1px solid #D5D6D7 !important;
}
.merchant_category .category_list .category_item .category_item_profile_pic a .roaster_profile_pic {
  height: 200px;
}
@media (max-width: 1450px) {
  .merchant_category .category_list .category_item .category_item_profile_pic a .roaster_profile_pic {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .merchant_category .category_list .category_item .category_item_profile_pic a .roaster_profile_pic {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .merchant_category .category_list .category_item .category_item_profile_pic a .roaster_profile_pic {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .merchant_category .category_list .category_item .category_item_profile_pic a .roaster_profile_pic {
    height: 160px !important;
  }
}
@media (max-width: 325px) {
  .merchant_category .category_list .category_item .category_item_profile_pic a .roaster_profile_pic {
    height: 160px !important;
  }
}
@media (max-width: 325px) {
  .accessories_category .category_item {
    height: 370px !important;
  }
}
.homepage_category {
  border-bottom: 1px solid #ebeced;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.homepage_category h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 0px;
  color: #1d1d1f;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0px 0 40px 0 !important;
}
.homepage_category .roaster_week {
  margin: 0px 0 40px 0 !important;
}
.category_filter_scroll ::-webkit-scrollbar {
  width: 3px;
}
.category_filter_scroll ::-webkit-scrollbar-track {
  background-color: transparent;
}
/* the new scrollbar will have a flat appearance with the set background color */
.category_filter_scroll ::-webkit-scrollbar-thumb {
  background-color: #edeae4;
}
/* this will style the thumb, ignoring the track */
.category_filter_scroll ::-webkit-scrollbar-button {
  background-color: #ffffff;
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.category_filter_scroll ::-webkit-scrollbar-corner {
  background-color: #ffffff;
}
.xs_filter {
  position: fixed;
  bottom: 50px;
  right: 25px;
  width: 64px;
  text-align: center;
  padding: 15px 0;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  background: #4AB972;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}
.xs_filter i {
  margin-right: 3px;
}
@media (max-width: 767px) {
  .xs_filter {
    bottom: 20px;
    right: 15px;
  }
}
@media (max-width: 325px) {
  .xs_filter {
    width: 50px;
    padding: 11px 0;
    font-size: 20px;
    bottom: 20px;
    right: 10px;
  }
}
.xs_filter_parameters {
  color: #fff;
  background: #9e02ff;
}
.xs_filter_parameters:hover {
  background: #a81cff;
  color: #fff;
}
.xs_filter_sort {
  color: #1d1d1f;
  background: #ebeced;
  margin-bottom: 40px;
}
.xs_filter_sort:hover {
  background: #dedfe1;
}
.merchant_category_tabs ul.pull-right {
  padding-right: 0px !important;
}
.merchant_category_tabs ul.pull-right li {
  padding: 0px !important;
}
.merchant_category_tabs ul.pull-right li a {
  font-weight: 600;
}
.product_category_preorder_otw {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 767px) {
  .category_tabs {
    background: #f3f4f4;
    margin: 0 -25px 20px -25px;
    padding: 30px 25px;
  }
}
.category_tabs .category_tabs_header {
  border-bottom: 0px solid #ebeced;
  background: #f3f4f4;
  margin-bottom: 40px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .category_tabs .category_tabs_header {
    margin-bottom: 0px;
  }
}
.category_tabs .category_tabs_header .xs_sort_header {
  display: block;
  margin: 0px;
  padding: 0 0 10px 0px;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .category_tabs .category_tabs_header .xs_sort_header {
    text-align: center;
  }
}
.category_tabs ul.pull-right {
  padding-right: 25px;
}
.category_tabs ul.pull-right li {
  padding: 22px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 13px;
  cursor: auto;
}
@media (max-width: 1199px) {
  .category_tabs ul.pull-right li {
    padding: 20px 0 0 0;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .category_tabs ul.pull-right li {
    padding: 20px 0 0 0;
    font-size: 11px;
  }
}
.category_tabs ul.pull-right li:hover {
  border-color: transparent;
}
.category_tabs ul.sort-left {
  float: left;
  padding-left: 0px;
}
.category_tabs .xs_selector_index {
  width: 100%;
  position: relative;
  height: auto;
  background: #fff;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.category_tabs .xs_selector_index i {
  position: absolute;
  top: 23px;
  right: 25px;
  font-size: 18px;
}
.category_tabs .xs_selector_index ul li a {
  border-bottom: 1px solid #ebeced;
  padding-right: 50px;
  background: #fff;
  color: #1d1d1f;
  border-radius: 0px;
}
.category_tabs .xs_selector_index ul li a:hover,
.category_tabs .xs_selector_index ul li a:active,
.category_tabs .xs_selector_index ul li a:focus {
  border-bottom: 1px solid #ebeced;
  background: #ebeced;
  color: #1d1d1f;
  border-radius: 0px;
}
.category_tabs .xs_selector_index ul li .current {
  display: block !important;
  border-bottom: 1px solid #ebeced;
  padding-right: 50px;
  background: #fff;
  border-radius: 0px;
  color: #1d1d1f;
}
.category_tabs .xs_selector_index ul li .current:hover,
.category_tabs .xs_selector_index ul li .current:active,
.category_tabs .xs_selector_index ul li .current:focus {
  border-bottom: 1px solid #ebeced;
  background: #ebeced;
  border-radius: 0px;
}
.category_tabs ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
@media (max-width: 991px) {
  .category_tabs ul {
    text-align: center !important;
    width: 100% !important;
  }
}
.category_tabs ul li {
  display: inline-block;
  font-weight: 700;
  background: transparent;
  margin-right: 5px;
  font-size: 14px;
  color: #1d1d1f;
  cursor: pointer;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .category_tabs ul li {
    display: block;
    position: static;
    width: 100%;
  }
}
.category_tabs ul li a {
  color: #1d1d1f;
  padding: 21px 24px 16px 24px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .category_tabs ul li a {
    font-size: 15px;
    padding: 21px 20px 16px 20px;
  }
}
@media (max-width: 991px) {
  .category_tabs ul li a {
    font-size: 14px;
    padding: 21px 14px 16px 14px;
  }
}
@media (max-width: 767px) {
  .category_tabs ul li a {
    display: none;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    background: #fff;
  }
}
.category_tabs ul li a:hover,
.category_tabs ul li a:active,
.category_tabs ul li a:focus {
  text-decoration: none;
  border-bottom: 3px solid #4AB972;
}
@media (max-width: 767px) {
  .category_tabs ul li a:hover,
  .category_tabs ul li a:active,
  .category_tabs ul li a:focus {
    border-bottom: 0px;
    background: #4AB972;
    color: #fff;
    border-radius: 5px;
  }
}
.category_tabs ul li .subsorter {
  display: none;
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 5;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.category_tabs ul li .subsorter a {
  color: #1d1d1f;
  padding: 16px 20px 12px 20px;
  display: block;
  border-bottom: 3px solid transparent;
  width: 285px;
  background: #fff;
  text-align: right;
  border-bottom: 1px solid #D5D6D7;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .category_tabs ul li .subsorter a {
    /* font-size:12px;
					            padding-left:8px !important;
					            padding-right:8px !important;*/
  }
}
.category_tabs ul li .subsorter a:hover,
.category_tabs ul li .subsorter a:active,
.category_tabs ul li .subsorter a:focus {
  text-decoration: none;
  background: #4AB972;
  border-bottom: 1px solid #4AB972;
  color: #fff;
}
.category_tabs ul li .subsorter .first_sorter {
  border-radius: 5px 5px 0 0;
}
.category_tabs ul li .subsorter .last_sorter {
  border-radius: 0 0 5px 5px;
}
.category_tabs ul li .subsorter:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #D5D6D7 transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  right: 40px;
  top: -20px;
}
.category_tabs ul li label {
  margin: 0px;
  cursor: pointer;
  font-weight: 400;
}
.category_tabs ul li label input {
  margin-right: 5px;
  cursor: pointer;
}
.category_tabs ul li small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
}
.category_tabs ul .current {
  background: transparent;
  border-bottom: 3px solid #4AB972;
}
.category_bestsellers {
  margin-bottom: 40px;
  margin-top: 40px;
}
.category_bestsellers h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
}
.category_bestsellers table tr,
.category_bestsellers table td {
  border-color: #ebeced !important;
  vertical-align: middle !important;
}
.category_bestsellers table .bestseller_numbering {
  width: 15px;
  padding: 0px;
}
.category_bestsellers table .bestseller_img {
  padding-left: 0px !important;
  width: 60px;
}
.category_bestsellers table .bestseller_img img {
  height: 60px;
}
.category_bestsellers table .bestseller_title {
  padding-left: 0px !important;
  font-weight: 400;
  font-size: 13px;
  color: #363639;
  line-height: 22px;
}
.category_bestsellers table .bestseller_title a {
  color: #1d1d1f;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.category_bestsellers table .bestseller_title small {
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
  color: #3F8A4B;
}
.category_bestsellers table .bestseller_flavors {
  font-size: 13px;
}
@media (max-width: 325px) {
  .category_bestsellers table .bestseller_flavors {
    font-size: 12px;
  }
}
.category_bestsellers table .bestseller_rating {
  width: 130px;
  text-align: right;
}
.category_bestsellers table .bestseller_rating .hover_rating {
  width: 70px;
  text-align: center;
  padding: 8px 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  display: inline-block;
  background: #4AB972;
  color: #fff;
  border-radius: 5px;
}
.category_bestsellers table .bestseller_rating .hover_rating:hover {
  text-decoration: none;
}
.category_bestsellers table .bestseller_price {
  width: auto;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px) {
  .category_bestsellers table .bestseller_price {
    text-align: left;
    margin: 0;
  }
}
.category_bestsellers table .bestseller_price small {
  font-weight: 400;
  font-size: 12px;
  color: #1d1d1f;
}
.category_bestsellers table .bestseller_price .price_old {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-right: 3px;
  text-decoration: line-through;
  font-weight: 400;
}
@media (max-width: 767px) {
  .category_bestsellers table .bestseller_price .price_old {
    margin-right: 5px;
  }
}
.category_bestsellers table .bestseller_stock {
  width: auto;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
  color: #3F8A4B;
}
@media (max-width: 1199px) {
  .category_bestsellers table .bestseller_stock {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .category_bestsellers table .bestseller_stock {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .category_bestsellers table .bestseller_stock {
    font-size: 11px;
  }
}
.banner {
  background: #9ef1bc;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  position: relative;
}
.banner a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner:hover {
  background: #71eb9d;
}
.category_content {
  padding: 40px 0 0 0;
}
.category_content .category_content_heading {
  font-size: 30px;
  font-weight: 700;
  padding: 0px;
  margin: 0px 0 40px 0 !important;
  color: #1d1d1f;
  text-align: left;
  width: 100%;
  display: block;
}
.category_content .no_products_img {
  width: 100%;
  display: block;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  opacity: 1;
}
.category_content .no_products_img span {
  text-align: left;
  display: block;
}
.category_content .no_products_img .row img {
  text-align: center;
  display: inline-block;
}
.category_content #filterTab {
  font-size: 30px;
  font-weight: 700;
  padding: 0px;
  margin: 50px 0 !important;
  color: #1d1d1f;
  text-align: left;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .category_content #filterTab {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .category_content #filterTab {
    margin: 20px 0 30px 0 !important;
  }
}
.category_content .sortable .ui-sortable-helper {
  background: #fff;
  border: 5px dashed #ebeced;
}
.category_content .category_filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .category_content .category_filter {
    display: block;
  }
}
.category_content .category_filter .category_content_filter_results {
  position: relative !important;
  overflow: hidden !important;
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1600px) {
  .category_content .category_filter .category_content_filter_results {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
@media (max-width: 1300px) {
  .category_content .category_filter .category_content_filter_results {
    -ms-flex-preferred-size: 79%;
        flex-basis: 79%;
  }
}
@media (max-width: 1150px) {
  .category_content .category_filter .category_content_filter_results {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
  }
}
@media (max-width: 1000px) {
  .category_content .category_filter .category_content_filter_results {
    -ms-flex-preferred-size: 72.5%;
        flex-basis: 72.5%;
  }
}
@media (max-width: 850px) {
  .category_content .category_filter .category_content_filter_results {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
  }
}
@media (max-width: 767px) {
  .category_content .category_filter .category_content_filter_results {
    -ms-flex-preferred-size: inherit !important;
        flex-basis: inherit !important;
    width: 100% !important;
    display: block !important;
    position: static !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.category_content .category_filter .category_filter_group .category_filter_heading {
  background: transparent;
  display: block;
  margin-bottom: 5px;
}
.category_content .category_filter .category_filter_group .category_filter_heading h4 {
  font-weight: 700 !important;
  font-size: 16px;
  margin: 20px 15px 0px 25px !important;
  padding: 0;
}
@media (max-width: 1199px) {
  .category_content .category_filter .category_filter_group .category_filter_heading h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_group .category_filter_heading h4 {
    font-size: 18px;
  }
}
.category_content .category_filter .category_filter_group .category_filter_heading i {
  font-size: 20px;
  margin: 12px 15px 0 0;
}
.category_content .category_filter .category_filter_group .category_filter_group_search {
  margin: 0px 25px 4px 25px !important;
  position: relative;
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_group .category_filter_group_search {
    margin: 5px 25px 9px 25px !important;
  }
}
.category_content .category_filter .category_filter_group .category_filter_group_search .fa {
  position: absolute;
  top: 12px;
  left: 19px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}
@media (max-width: 1199px) {
  .category_content .category_filter .category_filter_group .category_filter_group_search .fa {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_group .category_filter_group_search .fa {
    top: 12px;
    font-size: 14px;
  }
}
.category_content .category_filter .category_filter_group .category_filter_group_search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 15px 8px 40px;
  color: #1d1d1f;
  border-radius: 5px;
  font-size: 13px;
  line-height: 13px;
}
.category_content .category_filter .category_filter_group .category_filter_group_search input:hover,
.category_content .category_filter .category_filter_group .category_filter_group_search input:active,
.category_content .category_filter .category_filter_group .category_filter_group_search input:focus {
  border: 1px solid #808080 !important;
  outline: 0px !important;
  outline-offset: 0px !important;
}
@media (max-width: 1199px) {
  .category_content .category_filter .category_filter_group .category_filter_group_search input {
    font-size: 12px;
    padding: 10px 15px 7px 39px;
  }
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_group .category_filter_group_search input {
    font-size: 16px;
    padding: 10px 15px 7px 40px;
  }
}
.category_content .category_filter .category_filter_group .category_filter_group_search .category_filter_group_search_no_results {
  margin-top: 10px;
  font-size: 13px;
  padding: 0 0 0 18px;
  display: block;
  display: none;
}
@media (max-width: 1199px) {
  .category_content .category_filter .category_filter_group .category_filter_group_search .category_filter_group_search_no_results {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_group .category_filter_group_search .category_filter_group_search_no_results {
    font-size: 14px;
  }
}
.category_content .category_filter .category_filter_group .bootstrap-select .btn-default {
  height: 34px;
  padding: 5px 12px 5px 19px;
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_group .bootstrap-select .btn-default {
    height: 36px;
    padding: 6px 12px 4px 12px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.category_content .category_filter .category_filter_group .bootstrap-select .dropdown-toggle:focus {
  outline: 0px !important;
}
.category_content .category_filter .category_filter_group .category_filter_range_form {
  padding: 5px 10px 10px 25px;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .row {
  margin: 0 -3px;
  padding: 0 0px;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .row .col-xs-2,
.category_content .category_filter .category_filter_group .category_filter_range_form .row .col-xs-4 {
  margin: 0 0 0px 0;
  padding: 0 3px;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .btn {
  background: #bbbdbe;
  padding: 0px;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 0px;
  font-weight: 14px;
  font-weight: 700;
  height: 34px;
  margin-top: 0px;
  border-radius: 5px;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .btn:hover {
  background: #bbbdbe;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .form-control {
  border-radius: 5px !important;
  font-size: 13px !important;
  padding: 0 10px !important;
  border: 1px solid #ccc !important;
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .form-control:hover,
.category_content .category_filter .category_filter_group .category_filter_range_form .form-control:active,
.category_content .category_filter .category_filter_group .category_filter_range_form .form-control:focus {
  border: 1px solid #808080 !important;
  outline: 0px !important;
  outline-offset: 0px !important;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .form-control::-moz-placeholder {
  color: #1d1d1f !important;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .form-control:-ms-input-placeholder {
  color: #1d1d1f !important;
}
.category_content .category_filter .category_filter_group .category_filter_range_form .form-control::-webkit-input-placeholder {
  color: #1d1d1f !important;
}
.category_content .category_filter .category_filter_group .unloadParamBtn {
  display: block;
  padding-left: 43px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  margin: 3px 0 10px 0;
  color: #3F8A4B;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .category_content .category_filter .category_filter_group .unloadParamBtn {
    font-size: 11px;
  }
}
.category_content .category_filter .category_filter_group .deleteAllFiltersBtn {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  margin: 13px 0 10px 0;
  color: #3F8A4B;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .category_content .category_filter .category_filter_group .deleteAllFiltersBtn {
    font-size: 11px;
  }
}
.category_content .category_filter .category_filter_group .category_filter_scroll {
  position: relative;
  overflow: hidden;
  height: 120px;
}
.category_content .category_filter .category_filter_group .category_filter_scroll .category_filter_scroll_content {
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  display: block;
}
.category_content .category_filter .category_filter_options_accessories {
  background: #f3f4f4 !important;
  /* the new scrollbar will have a flat appearance with the set background color */
  /* this will style the thumb, ignoring the track */
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_options_accessories {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}
.category_content .category_filter .category_filter_options_accessories .category_filter_heading {
  background: transparent !important;
}
.category_content .category_filter .category_filter_options_accessories .category_filter_heading h4 {
  font-weight: 700 !important;
  font-size: 16px;
  margin: 20px 15px 0px 25px !important;
  padding: 0;
}
.category_content .category_filter .category_filter_options_accessories .category_filter_scroll ::-webkit-scrollbar-track {
  background-color: #f0f1f2 !important;
}
.category_content .category_filter .category_filter_options_accessories .category_filter_scroll ::-webkit-scrollbar-thumb {
  background-color: #c8c9cb !important;
}
.category_content .category_filter .category_filter_options_accessories .checked {
  background: #D5D6D7 !important;
}
.category_content .category_filter .category_filter_options_accessories label input[type=checkbox] {
  border: 1px solid #D5D6D7 !important;
}
.category_content .category_filter .category_filter_options_accessories label:hover {
  background: #b8e4c8 !important;
}
.category_content .category_filter .category_filter_selected_opts {
  margin: 0 25px !important;
  font-size: 13px;
  line-height: 13px;
}
.category_content .category_filter .category_filter_selected_opts label {
  padding: 8px 10px 8px 10px !important;
}
.category_content .category_filter .category_filter_selected_opts .checked {
  margin-bottom: 5px;
  border-radius: 3px;
  font-weight: 500 !important;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  color: #1d1d1f;
  background: #fff !important;
  position: relative;
}
.category_content .category_filter .category_filter_selected_opts .checked:hover {
  color: #fff;
  background: #393F48 !important;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.category_content .category_filter .category_filter_selected_opts .checked:hover i {
  color: #ffffff;
}
.category_content .category_filter .category_filter_selected_opts .checked:hover small {
  color: rgba(255, 255, 255, 0.5);
}
.category_content .category_filter .category_filter_selected_opts .checked i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.category_content .category_filter .category_filter_options {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  background: #f7f6f3;
  display: block;
}
@media (max-width: 1600px) {
  .category_content .category_filter .category_filter_options {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media (max-width: 1300px) {
  .category_content .category_filter .category_filter_options {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
  }
}
@media (max-width: 1150px) {
  .category_content .category_filter .category_filter_options {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}
@media (max-width: 1000px) {
  .category_content .category_filter .category_filter_options {
    -ms-flex-preferred-size: 27.5%;
        flex-basis: 27.5%;
  }
}
@media (max-width: 850px) {
  .category_content .category_filter .category_filter_options {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_options {
    -ms-flex-preferred-size: inherit !important;
        flex-basis: inherit !important;
    width: 100% !important;
    display: none;
    position: fixed !important;
    top: 0px !important;
    z-index: 9999;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}
.category_content .category_filter .category_filter_options .confirm_filter_btn {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  color: #fff;
  padding: 23px 0;
  width: 100%;
  text-align: center;
  background: #4AB972;
  border-radius: 0px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}
.category_content .category_filter .category_filter_options .confirm_filter_btn i {
  font-size: 30px;
}
.category_content .category_filter .category_filter_options .confirm_filter_btn:hover {
  background: #5cc080;
  text-decoration: none;
}
.category_content .category_filter .category_filter_options .category_filter_sticky {
  background: transparent;
  padding-bottom: 35px;
  padding-top: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_options .category_filter_sticky {
    width: 100%;
    background: #f7f6f3;
    padding-bottom: 110px;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
  }
}
.category_content .category_filter .category_filter_options .checked {
  font-weight: 700;
  background: #D5CDBF;
}
.category_content .category_filter .category_filter_options label {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
  padding: 6px 0 6px 25px;
  margin: 0px;
}
@media (max-width: 1199px) {
  .category_content .category_filter .category_filter_options label {
    font-size: 12px;
  }
}
.category_content .category_filter .category_filter_options label input[type=checkbox] {
  margin: 0px 6px 0 0px !important;
  border: 1px solid #D5CDBF;
}
.category_content .category_filter .category_filter_options label i {
  width: 15px;
}
.category_content .category_filter .category_filter_options label img {
  width: 15px;
  height: 11px;
  margin: 1px 6px 0 0px;
}
.category_content .category_filter .category_filter_options label small {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 1px;
}
.category_content .category_filter .category_filter_options label .filter_merchant {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  padding: 2px 5px 0 5px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 11px;
}
.category_content .category_filter .category_filter_options label:hover {
  background: #EDEAE4;
}
@media (max-width: 767px) {
  .category_content .category_filter .category_filter_options label {
    font-size: 14px;
  }
}
.category_content .acc_category_sub_tabs {
  padding-bottom: 10px !important;
}
.category_content .category_sub_tabs {
  margin-bottom: 0px;
}
.category_content .category_sub_tabs .row {
  margin: 0 -5px;
  padding: 0 0px;
}
.category_content .category_sub_tabs .row .col-lg-3,
.category_content .category_sub_tabs .row .col-md-4,
.category_content .category_sub_tabs .row .col-sm-6 {
  margin: 0 0 0px 0;
  padding: 0 5px;
}
.category_content .category_sub_tabs .category_sub_tab_val_box_item {
  border: 1px solid #e7afaf !important;
  background: #fff0f0 !important;
}
.category_content .category_sub_tabs .category_sub_tab_val_box_item .category_sub_tab_item_img {
  background: transparent !important;
}
.category_content .category_sub_tabs .category_sub_tab_val_box_item:hover {
  border: 1px solid #e19b9b !important;
  -webkit-box-shadow: 0px 1px 10px #f3d6d6 !important;
          box-shadow: 0px 1px 10px #f3d6d6 !important;
}
.category_content .category_sub_tabs .category_sub_tab_item {
  margin-bottom: 10px;
  display: block;
  border: 1px solid #D5D6D7;
  padding: 0;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  height: 80px;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .category_content .category_sub_tabs .category_sub_tab_item {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1310px) {
  .category_content .category_sub_tabs .category_sub_tab_item {
    font-size: 14px;
    line-height: 18px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .category_content .category_sub_tabs .category_sub_tab_item {
    font-size: 16px;
    line-height: 20px;
    height: 80px;
  }
}
.category_content .category_sub_tabs .category_sub_tab_item .foreign_roaster_flag {
  position: absolute;
  top: 8px;
  right: 7px;
}
.category_content .category_sub_tabs .category_sub_tab_item .foreign_roaster_flag img {
  width: 18px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_new_tag {
  background: #4AB972;
  color: white;
  text-transform: uppercase;
  padding: 4px 5px 2px 5px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 9px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: -2px;
  /* background:@green;
							color:white;
							width: 150px;
							text-transform:uppercase;
							text-align: center;
					        padding: 1px 0 0px 0;
			                transform: rotate(-45deg);
			                position:absolute;
			                top: 11px;
					    	left: -52px;
			                font-size: 9px;
			                z-index:3;
			                font-weight:900;*/
}
.category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_title {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_title .category_sub_tab_item_title_inside {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 20px 0 95px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1400px) {
  .category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_title .category_sub_tab_item_title_inside {
    padding: 0 20px 0 90px;
  }
}
@media (max-width: 1310px) {
  .category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_title .category_sub_tab_item_title_inside {
    padding: 0 20px 0 75px;
  }
}
@media (max-width: 767px) {
  .category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_title .category_sub_tab_item_title_inside {
    padding: 0 20px 0 95px;
  }
}
.category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_img {
  height: 99%;
  width: 90px;
  padding: 10px 0px 10px 20px;
  background: #fff;
  text-align: left;
}
.category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_img img {
  display: inline-block;
  position: static;
  height: 99%;
  width: auto;
  margin-left: 0px;
}
@media (max-width: 1400px) {
  .category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_img {
    width: 85px;
    padding: 10px 0px 10px 15px;
  }
}
@media (max-width: 1310px) {
  .category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_img {
    width: 70px;
    padding: 10px 0px 10px 15px;
  }
}
@media (max-width: 767px) {
  .category_content .category_sub_tabs .category_sub_tab_item .category_sub_tab_item_img {
    width: 90px;
    padding: 10px 0px 10px 20px;
  }
}
.category_content .category_sub_tabs .category_sub_tab_item .acc_category_sub_tab_item_img {
  height: 99%;
  width: 90px;
  padding: 13px 0px 13px 20px !important;
  background: #fff;
  text-align: left;
}
.category_content .category_sub_tabs .category_sub_tab_item .acc_category_sub_tab_item_img img {
  display: inline-block;
  position: static;
  height: 99%;
  width: auto;
  margin-left: 0px;
}
@media (max-width: 1400px) {
  .category_content .category_sub_tabs .category_sub_tab_item .acc_category_sub_tab_item_img {
    width: 85px;
    padding: 10px 0px 10px 15px;
  }
}
@media (max-width: 1310px) {
  .category_content .category_sub_tabs .category_sub_tab_item .acc_category_sub_tab_item_img {
    width: 70px;
    padding: 10px 0px 10px 15px;
  }
}
@media (max-width: 767px) {
  .category_content .category_sub_tabs .category_sub_tab_item .acc_category_sub_tab_item_img {
    width: 90px;
    padding: 10px 0px 10px 20px;
  }
}
.category_content .category_sub_tabs .category_sub_tab_item:hover {
  color: #1d1d1f;
  text-decoration: none;
  border: 1px solid #111112;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.category_content .category_tags {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: -10px;
}
.category_content .category_tags a {
  display: inline-block;
  border: 1px solid #D5D6D7;
  padding: 7px 10px 5px 10px;
  font-size: 12px;
  color: #4e4e54;
  margin: 0 3px 10px 3px;
  border-radius: 10px;
}
.category_content .category_tags a:hover {
  background: #ad9d81;
  border: 1px solid #ad9d81;
  color: #fff;
  text-decoration: none;
}
.category_content .category_list .row {
  margin: 0 -30px;
  padding: 0 0px;
}
@media (max-width: 1350px) {
  .category_content .category_list .row {
    margin: 0 -10px;
  }
}
.category_content .category_list .row .col-lg-3 {
  margin: 0 0 0px 0;
  padding: 0 5px;
}
.category_content .category_list .row .col-lg-4 {
  margin: 0 0 0px 0;
  padding: 0 30px;
}
@media (max-width: 1350px) {
  .category_content .category_list .row .col-lg-4 {
    padding: 0 10px;
  }
}
.category_content .category_list .row .col-lg-6 {
  margin: 0 0 0px 0;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .category_content .category_list .row .col-lg-offset-4 {
    margin-left: 33.33333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category_content .category_list .row .col-md-offset-3 {
    margin-left: 25% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category_content .category_list .row .col-md-offset-3 {
    margin-left: 25% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category_content .category_list .row .col-sm-offset-3 {
    margin-left: 25% !important;
  }
}
@media (max-width: 767px) {
  .category_content .category_list .row .col-xs-offset-3 {
    margin-left: 25% !important;
  }
}
.category_content .category_list .c_item_product_more .category_item .category_item_profile_pic_show_all {
  position: relative;
  background: #ebeced !important;
  margin-top: 15px;
  border: 1px solid #ebeced;
}
.category_content .category_list .c_item_product_more .category_item .category_item_profile_pic_show_all a {
  color: #1d1d1f !important;
}
.category_content .category_list .c_item_product_more .category_item .category_item_profile_pic_show_all:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #D5D6D7;
}
@media (max-width: 1199px) {
  .category_content .category_list .row {
    margin: 0 -15px;
    padding: 0 0px;
  }
  .category_content .category_list .row .col-md-4 {
    margin: 0 0 0px 0;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .category_content .category_list .row {
    margin: 0 0px;
    padding: 0 0px;
  }
  .category_content .category_list .row .col-md-6 {
    margin: 0 0 0px 0;
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  .category_content .category_list .row {
    margin: 0 -10px;
  }
  .category_content .category_list .row .col-md-6 {
    padding: 0 5px;
  }
}
.category_content .category_list .category_item_hover {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  color: #fff;
}
.category_content .category_list .category_item_hover .hover_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.category_content .category_list .category_item_hover .hover_content .total_hover {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions {
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions p {
  padding: 0px 40px 20px 40px;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles {
  padding: 0;
  width: 100%;
  text-align: center;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles a,
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles button {
  border-radius: 100px;
  padding: 1px 2px 0px 0;
  margin: 0 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  border: none !important;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles a:hover,
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles button:hover {
  padding: 1px 2px 0px 0;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .hover_coffee {
  padding: 13px 0px 9px 0px !important;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles a {
  background: #b0a388;
  color: #fff;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles a:hover {
  background: #9b8b6a;
  color: #fff;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_cart {
  background: #4AB972;
  color: #fff;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_cart:hover {
  background: #5cc080;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_like {
  background: #f44336;
  color: #fff;
  padding: 3px 0 0 0px;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_like:hover {
  background: #ea1c0d;
  padding: 3px 0 0 0px;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_unlike {
  color: #fff;
  background: #1d1d1f;
  padding: 3px 0 0 0px;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_unlike .fa-times {
  display: none;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_unlike:hover {
  background: #363639;
  padding: 3px 0 0 0px;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_unlike:hover .fa-times {
  display: inline-block;
}
.category_content .category_list .category_item_hover .hover_content .hover_actions .hover_bubbles .btn_unlike:hover .fa-check {
  display: none;
}
.category_content .category_list .reward_category_item {
  height: 400px !important;
}
@media (max-width: 991px) {
  .category_content .category_list .reward_category_item {
    height: 530px !important;
  }
}
.category_content .category_list .coffee_category_item {
  height: 470px !important;
}
@media (max-width: 991px) {
  .category_content .category_list .coffee_category_item {
    height: 500px !important;
  }
}
@media (max-width: 767px) {
  .category_content .category_list .coffee_category_item {
    height: 400px !important;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .coffee_category_item {
    height: 370px !important;
  }
}
.category_content .category_list .category_item_gift {
  height: 430px !important;
}
@media (max-width: 991px) {
  .category_content .category_list .category_item_gift {
    height: 480px !important;
  }
}
@media (max-width: 767px) {
  .category_content .category_list .category_item_gift {
    height: 410px !important;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item_gift {
    height: 370px !important;
  }
}
.category_content .category_list .category_item_only_gift .btnSimpleAddToCart:hover {
  background: #4AB972 !important;
  color: #fff !important;
}
.category_content .category_list .category_item_only_gift .category_item_footer .category_item_bottom_addons {
  background: #e7e3db !important;
}
.category_content .category_list .category_item {
  text-align: center;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 15px;
  height: 500px;
  top: 0px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
@media (max-width: 991px) {
  .category_content .category_list .category_item {
    height: 500px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .category_content .category_list .category_item {
    padding: 0px;
    height: 400px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item {
    padding: 0px;
    height: 420px;
  }
}
.category_content .category_list .category_item .tooltip {
  z-index: 30;
}
.category_content .category_list .category_item:hover {
  position: relative;
  /*top:-10px;*/
  /*.category_item_hover {
							display:none;
						}*/
}
@media (max-width: 991px) {
  .category_content .category_list .category_item:hover {
    top: 0px;
  }
}
.category_content .category_list .category_item:hover .price_hover {
  display: block !important;
}
.category_content .category_list .category_item:hover .category_product_sorter {
  display: block !important;
}
@media (max-width: 1199px) {
  .category_content .category_list .category_item:hover .category_product_sorter {
    display: none !important;
  }
}
.category_content .category_list .category_item:hover .price {
  display: none;
}
@media (max-width: 991px) {
  .category_content .category_list .category_item:hover .price {
    display: block;
  }
}
.category_content .category_list .category_item:hover .category_item_profile_pic img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.category_content .category_list .category_item .category_item_profile_pic_b_w {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.category_content .category_list .category_item .category_item_profile_pic_b_w:hover {
  -webkit-filter: none !important;
  filter: none !important;
}
.category_content .category_list .category_item .category_item_profile_pic_show_all {
  background: #ebeced !important;
  position: relative;
}
.category_content .category_list .category_item .category_item_profile_pic_show_all a {
  color: #1d1d1f;
  font-size: 16px;
  top: 0px;
  left: 0px;
  height: 100%;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic_show_all a {
    font-size: 14px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic_show_all a i {
  font-size: 80px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic_show_all a i {
    margin-top: 40px;
    font-size: 60px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic_show_all a:hover {
  text-decoration: none;
}
.category_content .category_list .category_item .category_item_profile_pic {
  overflow: hidden !important;
  position: relative;
  height: 250px;
  background: #fff;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic {
    max-height: 170px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_profile_pic {
    max-height: 160px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic img {
  width: auto;
  height: 240px;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic img {
    max-height: 170px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_profile_pic img {
    max-height: 150px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_new_tag {
  background: #4AB972;
  color: white;
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 0 13px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  font-size: 13px;
  left: -60px;
  z-index: 3;
  font-weight: 900;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_profile_pic {
  border-radius: 500px;
}
.category_content .category_list .category_item .category_item_profile_pic .category_item_specials {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 3;
  text-align: left;
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_item_specials {
    display: none;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .price_discount_absolute {
  position: absolute;
  top: 10px;
  right: 25%;
  margin-right: -50px;
  z-index: 2;
  font-size: 18px;
  font-weight: 900;
  height: 60px;
  width: 60px;
  padding-top: 23px;
  -webkit-text-decoration: center;
          text-decoration: center;
  border-radius: 200px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .price_discount_absolute {
    height: 50px;
    width: 50px;
    font-size: 17px;
    padding-top: 20px;
    margin-right: -35px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_profile_pic .price_discount_absolute {
    margin-right: -30px;
    font-size: 16px;
    padding-top: 17px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_item_merchant {
  position: absolute;
  bottom: 10px;
  right: 25%;
  margin-right: -50px;
  z-index: 2;
  text-align: right;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_item_merchant {
    width: 60px;
    height: 60px;
    margin-right: -40px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_item_merchant {
    width: 50px;
    height: 50px;
    margin-right: -35px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_item_merchant img {
  width: 80px;
  height: 80px;
  position: static;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_item_merchant img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_item_merchant img {
    width: 50px;
    height: 50px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_acc_rating_box {
  bottom: 20px !important;
}
.category_content .category_list .category_item .category_item_profile_pic .category_rating_box {
  position: absolute;
  bottom: 75px;
  right: 25%;
  margin-right: -50px;
  z-index: 3;
  border-radius: 100px;
  height: 52px;
  width: 52px;
  font-weight: 700;
}
.category_content .category_list .category_item .category_item_profile_pic .category_rating_box:hover i {
  color: #edd386;
}
.category_content .category_list .category_item .category_item_profile_pic .category_rating_box i {
  color: #e0b32d;
  font-size: 16px;
  line-height: 14px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_rating_box i {
    font-size: 13px;
    line-height: 13px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_rating_box .category_rating_box_avg {
  line-height: 13px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_rating_box .category_rating_box_avg {
    line-height: 11px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_rating_box .category_rating_box_total {
  line-height: 9px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_rating_box .category_rating_box_total {
    font-size: 8px !important;
    line-height: 8px;
  }
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_rating_box {
    bottom: 60px;
    height: 44px;
    width: 44px;
    margin-right: -40px;
    font-size: 10px !important;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_rating_box {
    bottom: 52px;
    margin-right: -35px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_bonus_product {
  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 8;
  text-align: left;
  width: 100px;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_bonus_product {
    width: 60px;
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_bonus_product img {
  width: 100px;
  height: 100px;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  border-top: 1px solid #ebeced;
  position: static;
  -webkit-box-shadow: -3px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_profile_pic .category_bonus_product img {
    width: 60px;
    height: 60px;
    padding: 5px;
    -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
  }
}
.category_content .category_list .category_item .category_item_profile_pic .category_item_flags {
  position: absolute;
  bottom: 70px;
  right: 0px;
  z-index: 2;
}
.category_content .category_list .category_item .category_item_profile_pic .category_item_flags img {
  height: 20px;
  width: 20px;
  margin: 0 0 5px 0;
  position: static;
  display: block;
  border-radius: 100px;
}
.category_content .category_list .category_item .category_item_profile_pic .hover_addeaad {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 2;
  text-align: center;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  display: inline-block;
  background: #EDEAE4;
  color: #1d1d1f;
  border-radius: 0 0 5px 5px;
}
.category_content .category_list .category_item .category_item_profile_pic .hover_added {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  text-align: right;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  background: #4AB972;
  color: #fff;
  border-radius: 5px;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_country {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-block;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_country img {
  width: 30px !important;
  height: 20px !important;
  position: static;
  display: block;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_active_coffee {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_rating_box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  border-radius: 100px;
  height: 58px;
  width: 58px;
  font-weight: 700;
  display: block;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_rating_box:hover {
  text-decoration: none;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_rating_box i {
  color: #e0b32d;
  font-size: 20px;
  line-height: 20px;
  margin-top: 1px;
  margin-bottom: 0px;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_rating_box .roaster_rating_box_avg {
  margin-top: 0px;
  font-size: 14px;
  line-height: 14px;
}
.category_content .category_list .category_item .category_item_profile_pic .roaster_rating_box .roaster_rating_box_total {
  margin-top: 3px;
  line-height: 9px;
}
.category_content .category_list .category_item .merchant_category_item_footer h3 {
  margin-top: 15px !important;
  margin-bottom: 3px !important;
}
.category_content .category_list .category_item .merchant_category_item_footer h3 a,
.category_content .category_list .category_item .merchant_category_item_footer h3 .no_link_anchor {
  font-weight: 500 !important;
}
.category_content .category_list .category_item .merchant_category_item_footer .category_item_flavors {
  margin-top: 0px !important;
}
.category_content .category_list .category_item .category_item_footer h3 {
  padding: 0px;
  margin: 5px 0px 7px 0px;
  color: #3F8A4B;
  position: static !important;
  line-height: 20px;
}
.category_content .category_list .category_item .category_item_footer h3 a,
.category_content .category_list .category_item .category_item_footer h3 .no_link_anchor {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #1d1d1f;
  /*overflow:auto !important;
								text-overflow:auto !important;
								white-space:auto !important;*/
  padding: 0 10px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: block;
}
.category_content .category_list .category_item .category_item_footer h3 a small,
.category_content .category_list .category_item .category_item_footer h3 .no_link_anchor small {
  font-size: 13px;
  color: #3F8A4B;
  font-weight: 700;
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer h3 a,
  .category_content .category_list .category_item .category_item_footer h3 .no_link_anchor {
    font-size: 13px;
    line-height: 18px;
  }
}
.category_content .category_list .category_item .category_item_footer .hover_rating {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FABC32;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
}
.category_content .category_list .category_item .category_item_footer .hover_rating:hover {
  text-decoration: none;
}
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons {
  background: #F3F4F4;
  padding: 15px;
  border-radius: 7px;
  margin-top: 13px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .category_coffee_method_box {
  z-index: 1 !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 100px !important;
  display: block !important;
  position: absolute !important;
  top: -7px !important;
  right: -5px !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 auto;
  padding: 0px !important;
  border: 0px !important;
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .category_item_bottom_addons {
    margin-top: 5px;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .row {
  margin: 0 -3px;
  padding: 0 0px;
}
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .row .col-xs-2,
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .row .col-xs-10 {
  margin: 0 0 0px 0;
  padding: 0 3px;
}
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .btnSingleBuy {
  background: #fff;
  border: 1px solid #D5D6D7;
  color: #1d1d1f;
  border: 0px;
  font-size: 20px;
  padding: 6px 12px 1px 9px;
  border-radius: 5px;
  margin: -5px 0 0 0;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .stock_availability {
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  /*overflow:hidden;
				   				text-overflow:ellipsis;
				   				white-space:nowrap;*/
}
.category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .stock_availability u {
  display: inline-block;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .stock_availability {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .category_item_bottom_addons .stock_availability {
    font-size: 11px;
    line-height: 11px;
  }
}
.category_content .category_list .category_item .category_item_footer .product_availability_details {
  font-size: 12px;
  line-height: 12px;
  margin-top: 7px;
  font-weight: 400;
  /*overflow:hidden;
			   				text-overflow:ellipsis;
			   				white-space:nowrap;*/
  cursor: pointer !important;
}
.category_content .category_list .category_item .category_item_footer .product_availability_details span {
  color: #22562b !important;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_footer .product_availability_details {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .product_availability_details {
    font-size: 10px;
    line-height: 10px;
  }
}
.category_content .category_list .category_item .category_item_footer .coffee_roast_date {
  font-size: 11px;
  line-height: 11px;
  margin: 11px 0 -2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #473524;
}
.category_content .category_list .category_item .category_item_footer .coffee_roast_date i {
  font-size: 10px;
  line-height: 10px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_footer .coffee_roast_date {
    margin: 9px 0 -2px 0;
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .coffee_roast_date {
    font-size: 10px;
    line-height: 10px;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_flavors {
  margin: 5px 0 -5px 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .category_item_flavors {
    font-size: 10px;
    line-height: 15px;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_degree {
  display: inline-block;
  margin: 0px 0;
  color: #1d1d1f;
  font-size: 12px;
  border: 1px solid #D5CDBF;
  background: #fff;
  padding: 5px 10px;
}
.category_content .category_list .category_item .category_item_footer .category_item_degree .icon-coffee-bean {
  float: left;
  margin-right: 3px;
  height: 12px;
  width: 12px;
  background: url(../img/barista/png/barista-icons_coffee-bean-alternative@2x.png);
  background-size: contain;
}
.category_content .category_list .category_item .category_item_footer .extra_stock_availability {
  margin-top: 9px !important;
}
.category_content .category_list .category_item .category_item_footer .stock_availability {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  overflow: hidden;
  /*text-overflow:ellipsis;
			   				white-space:nowrap;
							margin-top:10px;*/
}
@media (max-width: 767px) {
  .category_content .category_list .category_item .category_item_footer .stock_availability {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .stock_availability {
    font-size: 11px;
    line-height: 11px;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_actions {
  width: 100%;
  text-align: center;
}
.category_content .category_list .category_item .category_item_footer .category_item_actions button {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
  font-size: 12px;
}
.category_content .category_list .category_item .category_item_footer .category_item_actions small {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .category_item_actions small {
    font-size: 12px;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_actions .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .category_item_actions .price {
    font-size: 14px;
    line-height: 14px;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_actions .price_hover {
  font-weight: 800;
  display: none;
  text-align: center;
  margin: 0;
  margin-top: -5px;
  margin-bottom: -4px;
}
@media (max-width: 991px) {
  .category_content .category_list .category_item .category_item_footer .category_item_actions .price_hover {
    display: block;
    margin: 5px 0 0 0;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_actions .price_old {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
  display: inline-block;
  text-decoration: line-through;
  font-weight: 400;
}
.category_content .category_list .category_item .category_item_footer .category_item_actions .price_gram {
  margin: 4px 0 0 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.category_content .category_list .category_item .category_item_footer .category_item_actions .price_gram strong {
  font-weight: 500;
}
@media (max-width: 325px) {
  .category_content .category_list .category_item .category_item_footer .category_item_actions .price_gram {
    font-size: 11px;
    line-height: 14px;
  }
}
.category_content .category_list .category_item .category_item_footer .category_item_actions .stock-ready {
  color: #3F8A4B;
  font-weight: 700;
  font-size: 12px;
}
.category_content .category_list .category_item .category_item_footer .category_item_actions .other_variants .other_variant_item {
  display: block;
  border-top: 0px solid #ebeced;
  margin: 5px 0;
  padding: 5px 0 0 0;
}
.category_product_sorter {
  position: absolute;
  top: 24px;
  width: 36px;
  left: 14px;
  background: #EDEAE4;
  border: 0px;
  z-index: 10;
  color: #1d1d1f;
  text-align: left;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  display: none;
}
.category_product_sorter .bt-xs {
  padding: 0px !important;
  font-size: 13px !important;
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 1px 0;
}
.category_product_sorter .bt-xs i {
  height: 30px;
  padding: 6px 0px 0 0px !important;
}
.category_product_sorter .bt-xs .bx {
  font-size: 16px !important;
  padding: 4px 0px 0 0px !important;
}
.category_product_stats {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #ebeced;
  border-top: 1px solid #ebeced;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 100;
  color: #1d1d1f;
  text-align: left;
}
.category_product_stats table {
  width: 100%;
}
.category_product_stats td {
  border-right: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  padding: 8px;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
}
.category_product_stats td small {
  font-weight: 200;
  margin-left: 2px;
}
.btnSimpleRemindStocking {
  top: -5px;
}
.btnSimpleRemindStocking i {
  margin-left: 0px !important;
}
.btnSimpleReminded {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) !important;
  border-color: #1d1d1f !important;
  color: #fff !important;
  background: #1d1d1f !important;
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 5px !important;
}
.btnSimpleReminded i {
  margin-left: 0px !important;
}
.btnSimpleAddToCart {
  background: #fff !important;
  border: 1px solid #D5D6D7 !important;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) !important;
  color: #1d1d1f !important;
  padding: 11px 15px 9px 15px !important;
  border-radius: 5px !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  line-height: 15px !important;
  position: relative;
  margin: 0px;
  text-transform: none !important;
  text-decoration: none !important;
}
.btnSimpleAddToCart i {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .btnSimpleAddToCart i {
    margin-left: 0;
  }
}
.btnSimpleAddToCart span {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}
@media (max-width: 991px) {
  .btnSimpleAddToCart {
    padding: 11px 25px 9px 25px;
  }
}
@media (max-width: 325px) {
  .btnSimpleAddToCart {
    padding: 8px 20px 6px 20px;
    font-size: 13px !important;
  }
}
.btnSimpleAddToCart:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #EDEAE4 !important;
  color: #1d1d1f !important;
  background: #EDEAE4 !important;
  text-decoration: none !important;
}
.btnRewardNoEnoughPoints {
  background: #ebeced !important;
  border: 1px solid #ebeced !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #1d1d1f !important;
  padding: 11px 15px 9px 15px !important;
  border-radius: 5px !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  line-height: 15px !important;
  position: relative;
  margin: 0px;
  text-transform: none !important;
}
.btnRewardNoEnoughPoints i {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .btnRewardNoEnoughPoints i {
    margin-left: 0;
  }
}
.btnRewardNoEnoughPoints span {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}
@media (max-width: 991px) {
  .btnRewardNoEnoughPoints {
    padding: 11px 25px 9px 25px;
  }
}
@media (max-width: 325px) {
  .btnRewardNoEnoughPoints {
    padding: 8px 20px 6px 20px;
    font-size: 13px !important;
  }
}
.bubble_category_blocks a {
  color: #1d1d1f;
}
.bubble_category_blocks .bubble_category_block_item {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .bubble_category_blocks .bubble_category_block_item {
    margin-bottom: 50px;
  }
}
.bubble_category_blocks .bubble_category_block_item .bubble_category_block_item_img {
  padding: 0px 40px;
}
@media (max-width: 767px) {
  .bubble_category_blocks .bubble_category_block_item .bubble_category_block_item_img {
    padding: 0px 10px;
  }
}
@media (max-width: 325px) {
  .bubble_category_blocks .bubble_category_block_item .bubble_category_block_item_img {
    padding: 0px 5px;
  }
}
.bubble_category_blocks .bubble_category_block_item h5 {
  margin: 5px 0 0 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .bubble_category_blocks .bubble_category_block_item h5 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bubble_category_blocks .bubble_category_block_item h5 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 325px) {
  .bubble_category_blocks .bubble_category_block_item h5 {
    font-size: 13px;
    line-height: 18px;
  }
}
.profile input:focus,
.profile input:active {
  border: 1px solid #4AB972;
}
.profile .profile_content {
  padding: 25px 0 30px 0;
}
.profile .profile_content h3 {
  margin: 20px 0 40px 0;
}
.profile .profile_content .not_reviewed_products h4 {
  margin: 40px 0 40px 0;
  font-weight: 700;
}
.profile .profile_content .credit_history {
  font-size: 14px;
}
.profile .profile_content .credit_history i {
  font-weight: bold;
  margin-right: 5px;
}
.profile .profile_content .credit_history .credit_type_down .credit_value {
  color: #f44336;
}
.profile .profile_content .credit_history .credit_type_down .credit_value {
  color: #4AB972;
}
.profile .profile_content .success_pswd_changed {
  background: #4AB972;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.profile .profile_favorite {
  margin-top: 20px;
}
.profile .profile_favorite h3 {
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0px;
}
.profile .profile_submenu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.profile .profile_submenu li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.profile .profile_submenu li a {
  display: inline-block;
  padding: 0 25px;
  margin: 0px 3px -1px 3px;
  color: #1d1d1f;
  font-size: 14px;
  background: #ebeced;
  border: 1px solid #ebeced;
  height: 50px;
  line-height: 50px;
}
.profile .profile_submenu li a:hover {
  background: #fff;
  text-decoration: none;
}
.profile .profile_submenu li .active {
  background: #fff;
  border-bottom: 1px solid #fff !important;
  cursor: default !important;
}
.profile .profile_submenu li .active:hover {
  background: #fff;
  text-decoration: none;
}
.profile .profile_submenu_no_link {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .profile .profile_submenu_no_link {
    overflow-x: scroll;
    white-space: nowrap;
    margin-right: -25px;
  }
}
.profile .profile_submenu_no_link li {
  display: inline-block;
  padding: 0 40px;
  margin: 0px 5px -1px 0px;
  color: #1d1d1f;
  font-size: 14px;
  background: #fff;
  border: 1px solid #D5D6D7;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .profile .profile_submenu_no_link li {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .profile .profile_submenu_no_link li {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .profile .profile_submenu_no_link li {
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
    margin-right: 30px;
    font-size: 15px;
  }
}
.profile .profile_submenu_no_link li:hover {
  background: #EDEAE4;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile .profile_submenu_no_link li:hover {
    background: none;
    border: 0px;
    border-bottom: 5px solid #4AB972;
  }
}
.profile .profile_submenu_no_link .active {
  background: #EDEAE4;
  color: #1d1d1f;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #D5D6D7;
  cursor: default !important;
}
@media (max-width: 767px) {
  .profile .profile_submenu_no_link .active {
    background: none;
    font-weight: 700;
    color: #000;
    border: 0px;
    border-bottom: 5px solid #4AB972;
  }
}
.profile .profile_submenu_no_link .active:hover {
  background: #EDEAE4;
  color: #1d1d1f;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #D5D6D7;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile .profile_submenu_no_link .active:hover {
    background: none;
    border: 0px;
    border-bottom: 5px solid #4AB972;
    color: #000;
  }
}
.profile .profile_item_slider {
  width: auto !important;
  margin: 0px -30px 50px -30px;
}
.profile .profile_item_slider h5 {
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 10px 30px;
  text-align: left;
  padding: 0px;
}
@media (max-width: 767px) {
  .profile .profile_item_slider h5 {
    margin: 0 0 20px 30px;
  }
}
.profile .profile_item_slider .opacity-low {
  opacity: 0 !important;
}
.profile .profile_item_slider .category_list_arrows .category_list_arrow_left {
  border-radius: 0 200px 200px 0;
}
.profile .profile_item_slider .category_list_arrows .category_list_arrow_right {
  border-radius: 200px 0 0 200px;
}
.profile .profile_item_slider .hmpg_slider {
  padding: 0px 0px 0px 0px !important;
}
.profile .profile_item_slider .slider_list {
  border-left: 15px solid #fff !important;
  border-right: 15px solid #fff !important;
}
.profile .profile_item_slider .slider_list .c_item {
  width: 33.3333%;
}
@media (max-width: 991px) {
  .profile .profile_item_slider .slider_list .c_item {
    width: 66.6666%;
  }
}
.profile .profile_item_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic .merchant_profile_img {
  height: 150px;
}
@media (max-width: 1450px) {
  .profile .profile_item_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic .merchant_profile_img {
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .profile .profile_item_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic .merchant_profile_img {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .profile .profile_item_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic .merchant_profile_img {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .profile .profile_item_slider .slider_list {
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
  }
  .profile .profile_item_slider .slider_list .slider_list_content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .profile .profile_item_slider .slider_list .slider_list_content {
    padding: 0 25px;
  }
}
.profile .profile_item_segment {
  margin-bottom: 0px;
}
.profile .profile_item_segment h5 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0px;
}
@media (max-width: 991px) {
  .profile .profile_item_segment h5 {
    margin: 0 0 20px 30px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .profile .profile_item_segment h5 {
    margin: 0 0 20px 30px;
  }
}
.profile .profile_item_segment .review_item {
  /*width:600px;
					display: inline-block;
					text-align: left;*/
}
.profile .profile_item {
  width: 100%;
}
.profile .profile_item .profile_item_content {
  border: 1px solid #D5D6D7;
  padding: 40px 40px 34px 40px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .profile .profile_item .profile_item_content {
    padding: 30px 30px 24px 30px;
  }
}
@media (max-width: 767px) {
  .profile .profile_item .profile_item_content {
    padding: 30px 25px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    border-top: 1px solid #ebeced;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.profile .profile_item .profile_item_content label {
  width: 100%;
}
.profile .profile_item .profile_item_content label input[type=text],
.profile .profile_item .profile_item_content label input[type=password] {
  margin-top: 5px;
}
.profile .profile_item .profile_item_content label p {
  margin: 10px 0 -10px 0;
  color: #f44336;
  font-weight: 500;
}
.profile .profile_item .profile_item_content .errors p {
  color: #f44336;
  font-weight: 500;
}
.profile .profile_item .profile_item_content h4 {
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0px;
}
.profile .profile_item .profile_item_content .btnSettingsSave {
  margin-top: 10px;
  background: #4AB972;
  font-weight: 500;
}
.profile .profile_item .profile_settings_content {
  padding: 40px !important;
}
.profile .profile_item .profile_settings_content .addresses .table td {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .profile .profile_item .profile_settings_content {
    padding: 40px 30px 40px 30px !important;
  }
}
@media (max-width: 767px) {
  .profile .profile_item .profile_settings_content {
    padding: 40px 25px !important;
  }
}
.profile .profile_item .profile_settings_content hr {
  border-color: #ebeced;
  margin: 40px -40px 40px -40px;
}
@media (max-width: 991px) {
  .profile .profile_item .profile_settings_content hr {
    margin: 40px -30px 40px -30px;
  }
}
@media (max-width: 767px) {
  .profile .profile_item .profile_settings_content hr {
    margin: 30px -25px 30px -25px;
  }
}
.profile .no_credits {
  display: inline-block;
  background: #4AB972;
  padding: 40px;
  color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 30px 0 20px 0;
  font-weight: 400;
  font-size: 18px;
}
.profile .no_credits strong {
  font-weight: 900;
  font-size: 24px;
}
.profile .no_credits img {
  width: 150px;
  height: auto;
  margin: 20px 0 0 0;
}
.profile .no_credits:hover {
  text-decoration: none;
  background: #41a866;
}
.user_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .user_profile {
    display: block;
  }
}
.user_profile .user_profile_left {
  width: 25%;
  background: #ebeced;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .user_profile .user_profile_left {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .user_profile .user_profile_left {
    width: 100%;
    -ms-flex-item-align: none;
        -ms-grid-row-align: none;
        align-self: none;
  }
}
.user_profile .user_profile_left .user_menu {
  margin-top: 10px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .user_profile .user_profile_left .user_menu {
    margin-top: 5px;
    padding-bottom: 0px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.user_profile .user_profile_left .user_menu ul {
  padding: 0px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .user_profile .user_profile_left .user_menu ul {
    overflow: auto;
    white-space: nowrap;
    border-bottom: 1px solid #ebeced;
    background: #fff;
  }
}
.user_profile .user_profile_left .user_menu ul .user_menu_active a {
  font-weight: 700 !important;
}
.user_profile .user_profile_left .user_menu ul .li_divider {
  margin-bottom: 20px !important;
  padding-bottom: 0px !important;
}
.user_profile .user_profile_left .user_menu ul li {
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .user_profile .user_profile_left .user_menu ul li {
    display: inline-block;
    padding: 0;
  }
}
.user_profile .user_profile_left .user_menu ul li a {
  color: #1d1d1f;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.user_profile .user_profile_left .user_menu ul li a i {
  font-weight: bold;
  width: 25px;
  position: relative;
  top: -1px;
}
.user_profile .user_profile_left .user_menu ul li a .svg_variable_inside {
  fill: #ebeced;
}
.user_profile .user_profile_left .user_menu ul li a:hover {
  text-decoration: none;
  color: #000;
  color: #3F8A4B;
}
.user_profile .user_profile_left .user_menu ul li a:hover .svg_variable_border {
  fill: #3F8A4B;
}
@media (max-width: 767px) {
  .user_profile .user_profile_left .user_menu ul li a {
    display: inline-block;
    padding: 20px 25px 15px 25px;
  }
}
.user_profile .user_profile_left .user_menu ul li .user_menu_new {
  border: 2px solid #9e02ff;
  color: #9e02ff;
  background: transparent;
  padding: 2px 6px 0px 4px;
  margin-left: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 100px;
  position: relative;
  top: -2px;
  left: 3px;
}
.user_profile .user_profile_left .user_menu ul li .user_menu_new i {
  width: auto;
}
.user_profile .user_profile_left .user_menu ul .user_menu_divider {
  margin: 0 0 40px 0;
}
.user_profile .user_profile_left .merchant_background_pic {
  text-align: left;
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 {
  margin-top: 50px !important;
}
@media (max-width: 1199px) {
  .user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 {
    margin-top: 50px !important;
  }
}
@media (max-width: 991px) {
  .user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 {
    margin-top: 20px !important;
  }
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 a {
  color: #1d1d1f;
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 a i {
  font-size: 20px;
  margin-left: 5px;
  color: #cfcfd2;
  position: relative;
  top: -1px;
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 a i:hover {
  text-decoration: none;
  color: #3F8A4B;
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content_logged h1 a:hover {
  text-decoration: none;
  color: #3F8A4B;
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content h1 {
  font-size: 24px;
  line-height: 24px;
  margin: 50px 0 0 0;
  padding: 0px;
}
@media (max-width: 1199px) {
  .user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content h1 {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content h1 {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content h1 {
    margin: 0;
  }
}
.user_profile .user_profile_left .merchant_background_pic .merchant_title .merchant_title_content small {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.user_profile .user_profile_right {
  width: 75%;
  background: #fff;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0 25px 50px 30px;
  background: #fff !important;
  position: relative !important;
}
@media (max-width: 991px) {
  .user_profile .user_profile_right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .user_profile .user_profile_right {
    width: 100%;
    -ms-flex-item-align: none;
        -ms-grid-row-align: none;
        align-self: none;
  }
}
.user_profile .user_profile_right .user_heading {
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  margin: 25px 0 30px 0 !important;
}
.user_profile .user_profile_right .profile_dashboard {
  margin-bottom: 50px;
}
.user_profile .user_profile_right .profile_dashboard .row {
  margin: 0 -5px !important;
  padding: 0 0 !important;
}
.user_profile .user_profile_right .profile_dashboard .row .col-lg-4,
.user_profile .user_profile_right .profile_dashboard .row .col-lg-6,
.user_profile .user_profile_right .profile_dashboard .row .col-lg-8,
.user_profile .user_profile_right .profile_dashboard .row .col-xs-12 {
  margin: 0 !important;
  padding: 0 5px !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active {
  margin-bottom: 0px !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_claim {
  border-top: 5px solid #9e02ff !important;
  -webkit-box-shadow: 0px 3px 5px #f6e7ff !important;
          box-shadow: 0px 3px 5px #f6e7ff !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_claim .profile_dashboard_order_link:hover {
  color: #9e02ff !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order {
  background: #fff !important;
  display: block;
  -webkit-box-shadow: 0px 3px 5px #ddf2e5;
          box-shadow: 0px 3px 5px #ddf2e5;
  border: 1px solid #ebeced;
  border-top: 5px solid #4AB972;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order img,
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order svg {
  top: 38px;
  right: 40px;
  left: auto;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_heading {
  padding-left: 0px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail {
  padding: 0px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .profile_dashboard_order_detail_products {
  margin-left: -25px;
  margin-top: 15px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .profile_dashboard_order_link {
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: block;
  width: auto;
  height: auto;
  margin: 0px;
  color: #bbbdbe;
  z-index: 10;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .profile_dashboard_order_link i {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .profile_dashboard_order_link:hover {
  color: #3F8A4B;
  text-decoration: none;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .row {
  margin: 0 -10px !important;
  padding: 0 0 !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .row .col-xs-4,
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .row .col-xs-8,
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .row .col-xs-12 {
  margin: 0 !important;
  padding: 0 10px !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .tltp_extra {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #EDEAE4;
  border: none;
  border-radius: 200px;
  color: #1d1d1f;
  position: relative;
  top: 27px;
  margin-left: 20px;
  margin-top: -25px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail .tltp_extra .tltp_extra_content {
  position: absolute;
  top: 21px;
  left: -2px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail a {
  position: static;
  display: inline-block;
  margin-right: -20px;
  margin-left: 0px;
  padding: 0px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order .profile_dashboard_item_active_order_detail a img {
  position: relative;
  top: 0px !important;
  left: 20px;
  display: inline-block;
  border: 3px solid #EDEAE4;
  margin: 0px;
  border-radius: 200px;
  width: 60px;
  padding: 10px;
  background: #fff;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_active .profile_dashboard_item_active_order:hover {
  background: #fff !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item {
  width: 100%;
  padding: 19px 40px 17px 10px;
  background: #EDEAE4;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item img,
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item svg {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 50px;
  height: auto;
  display: block;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item svg {
  top: 28px !important;
  width: 55px !important;
  height: auto;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item .svg_variable_border {
  fill: #52361f;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item .svg_variable_inside {
  fill: #EDEAE4;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item .profile_dashboard_item_heading {
  padding-left: 90px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item .profile_dashboard_item_heading h5 {
  color: #1d1d1f;
  margin: 10px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 900;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item .profile_dashboard_item_heading h5 small {
  font-size: 12px;
  font-weight: 400;
  color: #bbbdbe;
  margin-left: 5px;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item .profile_dashboard_item_heading p {
  color: #1d1d1f;
  margin: 0px 0px 10px 0;
  padding: 0px;
  font-weight: 400;
  font-size: 11px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.user_profile .user_profile_right .profile_dashboard .profile_dashboard_item:hover {
  background: #e7e3db;
  text-decoration: none;
}
.user_profile .user_profile_right .profile_show_map {
  position: absolute;
  top: 25px;
  right: 25px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  background: #1d1d1f;
  padding: 5px;
}
.user_profile .user_profile_right .profile_show_map span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  background: #1d1d1f;
  color: #fff;
  padding: 4px 0px 3px 0px;
  border-radius: 10px;
}
.user_profile .user_profile_right .profile_show_map img {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 0 5px 0;
}
.user_profile .user_profile_right .profile_coffeeshop_item {
  border: 1px solid #D5D6D7;
  padding: 40px 40px 34px 40px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .user_profile .user_profile_right .profile_coffeeshop_item {
    padding: 30px 30px 24px 30px;
  }
}
@media (max-width: 767px) {
  .user_profile .user_profile_right .profile_coffeeshop_item {
    padding: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebeced;
  }
}
.user_profile .user_profile_right .profile_coffeeshop_item h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 5px 0;
  padding: 0px;
}
.user_profile .user_profile_right .profile_coffeeshop_item .coffeeshop_stars {
  display: inline-block;
}
.user_profile .user_profile_right .profile_coffeeshop_item .btnUserCoffeeshopLink {
  display: inline-block;
  width: auto;
  background: #ebeced;
  color: #1d1d1f;
  border: 0px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 15px 8px 15px;
}
.user_profile .user_profile_right .profile_coffeeshop_item .btnUserCoffeeshopLink:hover,
.user_profile .user_profile_right .profile_coffeeshop_item .btnUserCoffeeshopLink:active,
.user_profile .user_profile_right .profile_coffeeshop_item .btnUserCoffeeshopLink:focus {
  background: #4AB972;
  color: #fff;
  text-decoration: none;
}
.user_profile .user_profile_right .profile_coffeeshop_item .btnRemoveCoffeeshop:hover {
  background: #f44336 !important;
  color: #fff !important;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item {
  background: #EDEAE4;
  padding: 20px;
  margin: 20px 0 0 0;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .deleteReviewBtn {
  background: #D5CDBF;
  margin: -5px 0 0 5px !important;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .deleteReviewBtn:hover {
  color: #1d1d1f;
  background: #dfd9ce;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .loadMoreReviewDesc {
  font-size: 12px;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images {
  margin-top: 10px;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images .row {
  margin: 0 -5px !important;
  padding: 0 0 !important;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images .row .col-xs-6,
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images .row .col-xs-12,
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images .row .col-lg-2,
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images .row .col-md-3,
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images .row .col-sm-4 {
  margin: 0 !important;
  padding: 0 5px !important;
}
.user_profile .user_profile_right .profile_coffeeshop_item .review_item .review_images img {
  margin-bottom: 10px;
  border: 5px solid #D5CDBF;
}
.user_profile .user_profile_right .coffeeshop_content .coffeeshop_right {
  width: 100%;
}
.merchant_profile {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .merchant_profile {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .merchant_profile {
    margin-top: 50px;
  }
}
.merchant_profile h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0px;
  margin: 10px 0 30px 0;
  color: #1d1d1f;
  text-align: center;
  width: 100%;
  display: block;
}
.merchant_profile .merchant_background_pic {
  text-align: center;
  padding-bottom: 20px;
}
.merchant_profile .merchant_background_pic .merchant_main_details {
  display: inline-block;
  width: 100%;
  margin: 40px 0 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .merchant_profile .merchant_background_pic .merchant_main_details {
    margin: 40px 0 0 0 !important;
  }
}
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic {
  border: 0px !important;
  position: relative;
}
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic img {
  border-radius: 200px !important;
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_country_flag {
  position: absolute;
  z-index: 10;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_country_flag img {
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  height: 16px !important;
  width: 24px !important;
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_profile_pic,
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic {
  position: relative;
  width: 220px;
  height: 220px;
  padding: 0px;
  display: inline-block;
}
@media (max-width: 767px) {
  .merchant_profile .merchant_background_pic .merchant_main_details .merchant_profile_pic,
  .merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic {
    width: 150px;
    height: 150px;
  }
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_profile_pic button,
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #1d1d1f;
  color: #fff;
  border: 0px;
  font-weight: 500;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 2px 15px 0 15px;
  display: none;
  z-index: 10;
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_profile_pic button:hover,
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic button:hover {
  background: #000;
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_profile_pic img,
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  padding: 5px;
  background: #fff;
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_profile_pic .no_name,
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic .no_name {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 400;
  font-size: 80px !important;
  line-height: 80px !important;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.merchant_profile .merchant_background_pic .merchant_main_details .merchant_profile_pic:hover button,
.merchant_profile .merchant_background_pic .merchant_main_details .user_profile_pic:hover button {
  display: block;
}
.merchant_profile .merchant_background_pic .merchant_title {
  color: #1d1d1f;
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content {
  display: inline-block;
}
@media (max-width: 767px) {
  .merchant_profile .merchant_background_pic .merchant_title .merchant_title_content {
    margin-top: 20px;
  }
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content h1 {
  color: #1d1d1f;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content h1 img {
  margin-left: 10px;
  width: 20px;
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating {
  margin: 0px 0 10px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating .total_nums {
  font-size: 20px;
  font-weight: 900;
  color: #3F8A4B;
  display: inline-block;
  margin-top: 0px;
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating .total_nums small {
  font-weight: 16px;
  font-weight: 700;
  color: #D5D6D7;
}
@media (max-width: 1199px) {
  .merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating {
    margin-bottom: 5px;
  }
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating a {
  color: #e0b32d;
  font-size: 24px;
}
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating a:hover,
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating a:active,
.merchant_profile .merchant_background_pic .merchant_title .merchant_title_content .merchant_rating a:focus {
  text-decoration: none;
  outline: none;
  background: #fff !important;
  color: #eab105;
}
.merchant_profile .merchant_refer_friend {
  display: block;
  background: #ebeced;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  padding: 20px 0;
  color: #1d1d1f;
}
.merchant_profile .merchant_refer_friend:hover {
  text-decoration: none;
  background: #41a866;
  color: #fff;
}
.merchant_profile .merchant_menu {
  background: #fff;
  border-top: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  overflow: auto;
  white-space: nowrap;
}
.merchant_profile .merchant_menu ul {
  padding: 0;
  margin: 0px;
  list-style-type: none;
  text-align: center;
}
.merchant_profile .merchant_menu ul .active a {
  background: #ebeced;
}
.merchant_profile .merchant_menu ul li {
  list-style-type: none;
  display: inline-block;
}
.merchant_profile .merchant_menu ul li a {
  padding: 25px 20px 22px 20px;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.merchant_profile .merchant_menu ul li a:hover {
  background: #4AB972;
  color: #fff;
  text-decoration: none;
}
.merchant_profile .merchant_menu ul li small {
  font-size: 12px;
  display: inline-block;
  margin-left: 2px;
  color: rgba(0, 0, 0, 0.6);
}
.merchant_profile .merchant_content {
  margin-bottom: 0px;
  padding: 25px 0 30px 0;
}
.merchant_profile .merchant_content .merchant_general_info {
  position: relative;
}
.merchant_profile .merchant_content .merchant_general_info .about_us_paragraph {
  margin-left: 10px;
  margin-bottom: -30px;
}
.merchant_profile .merchant_content .merchant_general_info .about_us_paragraph p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .merchant_profile .merchant_content .merchant_general_info .about_us_paragraph {
    padding: 20px 20px;
  }
}
.merchant_profile .merchant_content .merchant_general_info .about_us_paragraph::first-letter {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #6f624a;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info {
  color: #1d1d1f;
  font-size: 13px;
  line-height: 26px;
  background: #EDEAE4;
  padding: 20px 20px 15px 20px;
}
@media (max-width: 767px) {
  .merchant_profile .merchant_content .merchant_general_info .merchant_contact_info {
    margin-bottom: 20px;
  }
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info table,
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info td,
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info tr {
  padding: 0px;
  text-align: left;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info td {
  padding-bottom: 10px;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info .social_boxes .social_node {
  display: inline-block;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info .social_boxes a {
  background: #D5CDBF;
  height: 30px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 30px;
  padding: 2px 10px 0 10px;
  color: #5a4f3b;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info .social_boxes a i {
  margin: 0px;
  padding: 0px;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info .social_boxes a:hover {
  background: #c1b5a0;
  text-decoration: none;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_contact_info a {
  color: #1d1d1f;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content {
  width: 100%;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content .featured_coffees {
  width: 100%;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content .general_block {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content .general_block .row {
  margin: 0 -30px !important;
  padding: 0 0 !important;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content .general_block .row .col-xs-4 {
  margin: 0 !important;
  padding: 0 30px !important;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content .general_block .general_block_about_us {
  line-height: 40px;
  font-size: 15px;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content .general_block .general_block_about_us p {
  text-indent: 10px;
  padding: 0px 0 0 0;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content p {
  padding: 20px 0 0 0px;
  line-height: 26px;
}
.merchant_profile .merchant_content .merchant_general_info .merchant_general_content .category_content {
  padding: 0px 15px;
  margin-bottom: -60px;
}
.profile_v2 h4 {
  font-size: 20px;
  margin: 20px 0 20px 0;
  font-weight: 700;
  padding: 0px;
}
.profile_v2 h4 strong {
  font-weight: 900;
}
.profile_v2 h4 svg {
  position: relative;
  top: 2px;
}
.profile_v2 .profile_sub_menu {
  list-style-type: none;
  padding: 0px;
  margin: -20px 0 30px 0;
}
.profile_v2 .profile_sub_menu li {
  margin-bottom: 10px;
  display: inline-block;
}
.profile_v2 .profile_sub_menu li a .svg_variable_border {
  fill: #fff;
}
.profile_v2 .profile_sub_menu li a .svg_variable_inside {
  fill: #9e02ff;
}
.orders .order_group {
  border: 1px solid #D5D6D7;
  padding: 40px 40px 34px 40px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .orders .order_group {
    padding: 30px 30px 24px 30px;
  }
}
@media (max-width: 767px) {
  .orders .order_group {
    padding: 30px 25px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    border-top: 1px solid #ebeced;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.orders .order_group .order_group_header {
  background: #EDEAE4;
  padding: 40px 40px 14px 40px;
  margin: -40px -40px 40px -40px;
}
.orders .order_group .order_group_header .col-md-3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .orders .order_group .order_group_header {
    padding: 30px 30px 4px 30px;
    margin: -30px -30px 30px -30px;
  }
}
@media (max-width: 767px) {
  .orders .order_group .order_group_header {
    padding: 30px 25px 10px 25px;
    margin: 0 0 30px 0;
    border-radius: 10px;
  }
}
.orders .order_group .order_done {
  font-size: 40px;
  margin-right: 20px;
}
.orders .order_group .order_process {
  font-size: 50px;
  color: #1d1d1f;
  margin-right: 22px;
}
.orders .order_group .waiting_for_payment {
  background: #f44336;
  color: #fff;
  font-size: 14px;
  padding: 40px 40px 34px 40px;
  margin: -40px -40px 40px -40px;
}
@media (max-width: 991px) {
  .orders .order_group .waiting_for_payment {
    padding: 30px 30px 24px 30px;
    margin: -30px -30px 30px -30px;
  }
}
@media (max-width: 767px) {
  .orders .order_group .waiting_for_payment {
    padding: 30px 25px;
    margin: 0 0 30px 0;
    border-radius: 10px;
  }
}
.orders .order_group .tooltip-inner {
  white-space: pre !important;
  max-width: none !important;
  text-align: left !important;
  padding: 10px !important;
}
.orders .order_details .price {
  color: #1d1d1f;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.orders .order_details .title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #1d1d1f;
  display: inline-block;
}
.orders .order_details h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0px;
}
.orders .order_details h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 10px 0;
  padding: 0px;
}
.orders .order_details p {
  margin: 0 0 20px 0;
  padding: 0px;
  font-size: 13px;
  color: #808088;
}
.orders .order_details p a {
  color: #808088;
  font-weight: 700;
}
.orders .order_details .order_actions .bt {
  margin-bottom: 10px;
}
.orders .order_details .order_product_buttons a,
.orders .order_details .order_product_buttons button {
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 3px 0 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border: none !important;
}
.orders .order_details .order_product_buttons a:hover,
.orders .order_details .order_product_buttons button:hover {
  text-decoration: none;
}
.orders .order_details .order_product_buttons i {
  margin-right: 5px;
}
.orders .order_details .order_product_buttons a {
  background: #b0a388;
  color: #fff;
}
.orders .order_details .order_product_buttons a:hover {
  background: #9b8b6a;
  color: #fff;
}
.orders .order_details .order_product_buttons .btn_cart {
  background: #3F8A4B;
  color: #fff;
}
.orders .order_details .order_product_buttons .btn_cart:hover {
  background: #4fad5e;
}
.orders .order_details .order_product_buttons .btn_like {
  background: #f44336;
  color: #fff;
  padding: 1px 10px -1px 10px;
}
.orders .order_details .order_product_buttons .btn_like i {
  margin-right: 0px;
}
.orders .order_details .order_product_buttons .btn_like:hover {
  background: #ea1c0d;
  padding: 1px 10px -1px 10px;
}
.orders .order_details .order_product_buttons .btn_unlike {
  color: #fff;
  background: #1d1d1f;
  padding: 1px 10px -1px 10px;
}
.orders .order_details .order_product_buttons .btn_unlike .fa-times {
  display: none;
}
.orders .order_details .order_product_buttons .btn_unlike i {
  margin-right: 0px;
}
.orders .order_details .order_product_buttons .btn_unlike:hover {
  background: #363639;
  padding: 1px 10px -1px 10px;
}
.orders .order_details .order_product_buttons .btn_unlike:hover .fa-times {
  display: inline-block;
}
.orders .order_details .order_product_buttons .btn_unlike:hover .fa-check {
  display: none;
}
.orders .order_details .order_status_msg {
  margin-bottom: 20px;
}
.orders .order_details .order_products .product_detail {
  margin-bottom: 30px;
}
.orders .order_details .order_products .product_detail img {
  border: 3px solid #EDEAE4;
  padding: 10px;
  border-radius: 100px;
}
.orders .order_details .order_products .product_detail .history_subscription_table {
  font-size: 12px;
}
.profile_claims .shadow_box {
  margin-bottom: 40px;
}
.profile_claims .shadow_box h4 {
  margin-top: 0px;
  padding-top: 0px;
}
.profile_claims .profile_claims_btns a {
  margin-bottom: 10px;
}
.profile_claims .profile_claim_products {
  margin-top: 30px;
  margin-bottom: -30px;
}
.profile_claims table {
  padding: 0;
  margin: 0;
}
.profile_claims td,
.profile_claims th {
  padding: 0 20px 0px 0;
  margin: 0;
  line-height: 24px;
  vertical-align: top;
}
.profile_claims .profile_claim_instructions {
  background: #EDEAE4;
  padding: 30px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  padding-right: 230px;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .profile_claims .profile_claim_instructions {
    padding-right: 180px;
  }
}
@media (max-width: 991px) {
  .profile_claims .profile_claim_instructions {
    padding-right: 30px;
  }
}
.profile_claims .profile_claim_instructions h5 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px 0;
  padding: 0px;
  font-weight: 900;
  text-align: left;
}
.profile_claims .profile_claim_instructions p {
  padding: 0px;
  margin: 0px;
}
.profile_claims .profile_claim_instructions a {
  font-weight: 900;
  text-decoration: underline;
  color: #9e02ff;
}
.profile_claims .profile_claim_instructions a:hover {
  color: #f966aa;
  text-decoration: none;
}
.profile_claims .profile_claim_instructions i {
  position: absolute;
  top: -30px;
  right: -50px;
  font-size: 300px;
  color: #dbd4c8;
}
@media (max-width: 1199px) {
  .profile_claims .profile_claim_instructions i {
    font-size: 240px;
  }
}
@media (max-width: 991px) {
  .profile_claims .profile_claim_instructions i {
    display: none;
  }
}
.profile_claims .profile_claim_product_detail {
  margin-bottom: 30px;
}
.profile_claims .profile_claim_product_detail img {
  border: 3px solid #ebeced;
  padding: 10px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .profile_claims .profile_claim_product_detail img {
    margin-bottom: 10px;
  }
}
.profile_claims .profile_claim_info {
  margin-bottom: 20px;
}
.profile_claims .profile_claim_info select,
.profile_claims .profile_claim_info input,
.profile_claims .profile_claim_info .form-control {
  margin-top: 10px;
  font-weight: 400 !important;
}
.profile_claims .profile_claim_info select::-moz-placeholder,
.profile_claims .profile_claim_info input::-moz-placeholder,
.profile_claims .profile_claim_info .form-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-weight: 400 !important;
}
.profile_claims .profile_claim_info select:-ms-input-placeholder,
.profile_claims .profile_claim_info input:-ms-input-placeholder,
.profile_claims .profile_claim_info .form-control:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: 400 !important;
}
.profile_claims .profile_claim_info select::-webkit-input-placeholder,
.profile_claims .profile_claim_info input::-webkit-input-placeholder,
.profile_claims .profile_claim_info .form-control::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: 400 !important;
}
.profile_rewards {
  background: #fff;
}
.profile_rewards .reward_transactions {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .profile_rewards .reward_transactions {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.profile_rewards .expired_reward_points {
  opacity: 0.3;
}
.profile_rewards .not_enought_points {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.profile_rewards .not_enought_points:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.profile_rewards .reward_balance_table {
  background: #EDEAE4;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.profile_rewards .reward_balance_table td {
  padding-right: 30px;
}
.profile_rewards .reward_balance_table .svg_variable_inside {
  fill: #EDEAE4;
}
.profile_address_book .row {
  margin: 0 -5px !important;
  padding: 0 0 !important;
}
.profile_address_book .row .col-lg-4,
.profile_address_book .row .col-md-6,
.profile_address_book .row .col-sm-12,
.profile_address_book .row .col-xs-12 {
  margin: 0 !important;
  padding: 0 5px !important;
}
.profile_address_book .address_item {
  padding: 20px 60px 20px 20px;
  background: #ebeced;
  margin-top: 10px;
  line-height: 22px !important;
  position: relative;
  height: 200px;
}
.profile_address_book .address_item .bt-xs {
  width: 34px;
}
.profile_address_book .address_default {
  background: #EDEAE4 !important;
}
.profile_address_book .address_buttons {
  position: absolute;
  top: 20px;
  right: 20px;
}
.profile_address_book .address_buttons .bt {
  display: block;
  margin-bottom: 5px;
}
.setting_user_pic {
  text-align: left !important;
  padding-bottom: 0px !important;
}
.setting_user_pic .merchant_main_details {
  margin: 60px 0 0 0 !important;
}
.setting_user_pic .merchant_main_details .merchant_profile_pic button,
.setting_user_pic .merchant_main_details .user_profile_pic button {
  position: absolute !important;
  left: 0px !important;
  top: -45px !important;
  border-radius: 10px;
  display: block !important;
}
.setting_user_pic .merchant_title {
  color: #1d1d1f;
}
.setting_user_pic .merchant_title .merchant_title_content {
  display: inline-block;
}
@media (max-width: 1199px) {
  .setting_user_pic .merchant_title .merchant_title_content {
    margin-top: 40px;
  }
}
.setting_user_pic .merchant_title .merchant_title_content h1 {
  color: #1d1d1f;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.setting_user_pic .merchant_title .merchant_title_content h1 img {
  margin-left: 10px;
  width: 20px;
}
.setting_user_pic .merchant_title .merchant_title_content .merchant_rating {
  margin: 0px 0 15px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .setting_user_pic .merchant_title .merchant_title_content .merchant_rating {
    margin-bottom: 5px;
  }
}
.setting_user_pic .merchant_title .merchant_title_content .merchant_rating a {
  color: #e0b32d;
  font-size: 24px;
}
.setting_user_pic .merchant_title .merchant_title_content .merchant_rating a:hover {
  color: #3F8A4B;
  text-decoration: none;
}
.review_modal_steps {
  /*position:fixed;
			z-index: 999;
			top:20px;
			margin:0 auto;
			width:1000px;
			left:0px;
			right:0px;*/
  margin: 10px 0 20px 0;
  padding: 40px 30px;
  background: #f7f6f3;
}
.review_modal_steps h4,
.review_modal_steps h5 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.review_modal_steps h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px !important;
}
.review_modal_steps h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .review_modal_steps h5 {
    line-height: 28px;
  }
}
.review_modal_steps .row {
  margin: 0 -10px !important;
  padding: 0 0px !important;
}
@media (max-width: 991px) {
  .review_modal_steps .row {
    margin: 0 -5px !important;
  }
}
.review_modal_steps .row .col-lg-3,
.review_modal_steps .row .col-lg-4,
.review_modal_steps .row .col-md-3,
.review_modal_steps .row .col-md-4,
.review_modal_steps .row .col-sm-3,
.review_modal_steps .row .col-sm-4 {
  margin: 0 0px !important;
  padding: 0 10px !important;
}
@media (max-width: 991px) {
  .review_modal_steps .row .col-lg-3,
  .review_modal_steps .row .col-lg-4,
  .review_modal_steps .row .col-md-3,
  .review_modal_steps .row .col-md-4,
  .review_modal_steps .row .col-sm-3,
  .review_modal_steps .row .col-sm-4 {
    padding: 0 5px !important;
  }
}
.review_modal_steps .review_modal_step_item {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  background: white;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #D5D6D7;
}
@media (max-width: 1199px) {
  .review_modal_steps .review_modal_step_item {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .review_modal_steps .review_modal_step_item {
    font-size: 16px;
  }
}
.review_modal_steps .review_modal_step_item span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.addReviewModal {
  width: 100%;
  text-align: center;
}
.addReviewModal .auth_popup {
  position: relative !important;
}
.addReviewModal .auth_popup:after {
  display: none;
}
.addReviewModal .auth .login {
  position: relative !important;
  margin: 20px 5px 0 5px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
}
.addReviewModal .auth .login .content {
  padding: 20px !important;
  text-align: left;
  background: #f9f9f9;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.addReviewModal .auth .login .content label {
  margin-bottom: 0px;
}
.addReviewModal label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.addReviewModal .review_modal_item {
  padding: 0 0 40px 0;
  margin-bottom: 0px !important;
}
.addReviewModal .recommend {
  display: none;
}
.addReviewModal .btn {
  margin: 0 2px !important;
}
.addReviewModal .stars {
  margin-top: 0px;
}
.addReviewModal .recommendYes,
.addReviewModal .recommendNo {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  width: 100px;
  text-align: center;
}
.addReviewModal .review_description {
  display: none;
  padding: 0px 0 20px 0;
}
.addReviewModal .review_pros_cons {
  display: none;
}
.addReviewModal .review_modal_sort {
  font-size: 30px;
  line-height: 30px;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  color: #1d1d1f;
  text-align: center;
}
.addReviewModal .review_modal_sort span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #1d1d1f;
  background: white;
  border-radius: 1000px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  padding: 6px 0 0 0;
}
.addReviewModal .review_modal_divider {
  font-size: 30px;
  display: block;
  width: 100%;
  margin: 20px 0 60px 0;
  color: #D5D6D7;
}
.addReviewModal .review_reward_notice {
  margin: 20px 0 0 0;
  font-size: 13px;
}
.addReviewModal .review_reward_notice .review_reward_notice_content {
  display: inline-block;
  padding: 12px 15px 10px 15px;
  border-radius: 10px;
  background: #ebeced;
}
.addReviewModal button:focus,
.addReviewModal button:active {
  border: 0px;
  outline: 0px;
}
.addReviewModal textarea {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}
.addQuestionModal {
  width: 100%;
  text-align: center;
}
.addQuestionModal .auth_popup {
  position: relative !important;
}
.addQuestionModal .auth_popup:after {
  display: none;
}
.addQuestionModal .auth .login {
  position: relative !important;
  margin: 20px 5px 0 5px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
}
.addQuestionModal .auth .login .content {
  padding: 20px !important;
  text-align: left;
  background: #f9f9f9;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.addQuestionModal .auth .login .content label {
  margin-bottom: 0px;
}
.addQuestionModal label {
  margin-bottom: 10px;
}
.addQuestionModal .btn {
  margin: 0 2px !important;
}
.addQuestionModal .recommendYes,
.addQuestionModal .recommendNo {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  width: 100px;
  text-align: center;
}
.addQuestionModal button:focus,
.addQuestionModal button:active {
  border: 0px;
  outline: 0px;
}
.addQuestionModal textarea {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}
.pros_cons .newInputInactive i {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  width: auto !important;
}
.pros_cons .newInputInactive textarea {
  cursor: auto !important;
}
.pros_cons .newInputActive i:hover {
  color: #1d1d1f !important;
  cursor: pointer;
}
.pros_cons .newInput {
  position: relative;
  overflow: hidden;
}
.pros_cons .newInput i {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 14px !important;
  line-height: 22px !important;
}
.pros_cons .newInput textarea {
  outline: none !important;
  resize: none;
  padding: 0 20px 0 30px;
  border: 0px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: left;
  cursor: text;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-top: 0px !important;
}
.pros_cons .newInput textarea:hover,
.pros_cons .newInput textarea:active,
.pros_cons .newInput textarea:focus {
  outline: none !important;
  border: 0px !important;
}
.pros_cons .pros {
  padding: 20px;
  border: 1px solid #D5D6D7;
}
.pros_cons .pros i {
  color: #4AB972;
}
@media (max-width: 767px) {
  .pros_cons .pros {
    margin-bottom: 20px;
  }
}
.pros_cons .cons {
  padding: 20px;
  border: 1px solid #D5D6D7;
}
.pros_cons .cons i {
  color: #f44336;
}
.modal-reward-total {
  background: #fff6b4;
  text-align: center;
  padding: 22px 20px 20px 20px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  display: block;
}
.modal-review-success {
  text-align: center;
}
.modal-review-success h1 {
  font-weight: 900;
  font-size: 24px;
  margin: 0 0 40px 0;
  padding: 0px;
}
.modal-review-success p {
  padding: 0 0 30px 0;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
}
.modal-review-success i {
  font-size: 80px;
  margin: 30px 0 30px 0;
  color: #4AB972;
}
.tutorial {
  padding-bottom: 20px;
}
.tutorial h2 {
  width: 100%;
  text-align: center;
  margin: 60px 0 50px 0;
  padding: 0px;
  font-weight: 700;
  font-size: 30px;
}
.tutorial .results {
  width: 100%;
  text-align: center;
  font-size: 70px;
  color: #D5CDBF;
}
.tutorial .row {
  margin: 0 -5px;
  padding: 0 0px;
}
.tutorial .row .col-md-3 {
  margin: 0 0 0px 0;
  padding: 0 5px;
}
.tutorial .row .col-sm-6,
.tutorial .row .col-xs-6 {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.tutorial .btn-tutorial {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  background: #4AB972;
  color: #fff;
  border-radius: 10px;
  border: 0px;
}
.tutorial .btn-tutorial:hover {
  text-decoration: none;
  background: #3a965b;
}
.tutorial .tutorial_box {
  position: relative;
}
.tutorial .tutorial_box .tutorial_box_content {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.tutorial .tutorial_box .tutorial_box_content .tutorial_label {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tutorial .tutorial_box .tutorial_box_content:hover {
  background: rgba(0, 0, 0, 0.1);
}
.gifts-category {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  background: #EDEAE4;
  border-top: 1px solid #D5CDBF;
  border-bottom: 1px solid #D5CDBF;
  margin-bottom: -20px;
}
.gifts-category h1 {
  display: inline-block;
  margin: 30px 0 0 0;
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  padding: 20px 40px 18px 40px;
  color: #1d1d1f;
}
.gifts-category .gifts-category-content {
  margin-top: 20px;
}
.gifts-category .gifts-category-content .gift-block {
  display: block;
  width: 100%;
  background: #DC0700;
  color: #fff;
  padding: 20px;
  height: 350px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #fff;
  text-align: center;
  cursor: pointer;
}
.gifts-category .gifts-category-content .gift-block img {
  padding: 20px 50px 0 50px;
}
@media (max-width: 1199px) {
  .gifts-category .gifts-category-content .gift-block img {
    padding: 10px 20px 0 20px;
  }
}
.gifts-category .gifts-category-content .gift-block h3 {
  font-size: 22px;
}
.gifts-category .gifts-category-content .gift-block:hover {
  text-decoration: none;
  background: #fff;
  color: #ea1c0d;
}
.gifts-category .gifts-category-content .gift-1 img {
  padding-top: 5px !important;
}
@media (max-width: 1600px) {
  .gifts-category .gifts-category-content .gift-block {
    height: 300px;
  }
}
.gifts-category .gift-packs {
  margin-top: 100px;
}
.gifts-category .gift-packs h4 {
  font-size: 24px;
  font-weight: 700;
}
.b2b_hero {
  min-height: 600px;
  background: #f9f9f9;
  color: #000;
}
@media (max-width: 991px) {
  .b2b_hero {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .b2b_hero {
    min-height: 500px;
  }
}
@media (max-width: 325px) {
  .b2b_hero {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .b2b_hero .center_box_content {
    padding: 0 15px;
  }
}
.b2b_hero .center_box_content h2 {
  font-size: 60px;
  line-height: 90px;
  font-weight: 900;
  margin: 0;
  padding: 0px;
  display: inline-block;
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content h2 {
    font-size: 44px;
    line-height: 60px;
    margin: 0 0 5px 0;
  }
}
.b2b_hero .center_box_content h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0px;
  display: inline-block;
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.b2b_hero .center_box_content .b2b_alert_question {
  margin: 20px 0 40px 0;
  font-size: 20px;
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content .b2b_alert_question {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content .b2b_alert_cta .bt {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.b2b_hero .center_box_content .b2b_cta {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content .b2b_cta {
    margin-top: 25px;
  }
}
.b2b_hero .center_box_content .b2b_cta .bt {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 26px !important;
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content .b2b_cta .bt {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .b2b_hero .center_box_content .b2b_cta .bt {
    font-size: 17px !important;
  }
}
@media (max-width: 325px) {
  .b2b_hero .center_box_content .b2b_cta .bt {
    font-size: 14px !important;
  }
}
.b2b_hero .center_box_content .b2b_cta .b2b_bubble {
  padding-right: 50px !important;
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content .b2b_cta .b2b_bubble {
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .b2b_hero .center_box_content .b2b_cta .b2b_bubble {
    padding-right: 58px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 325px) {
  .b2b_hero .center_box_content .b2b_cta .b2b_bubble {
    padding-right: 48px !important;
    padding-left: 10px !important;
  }
}
.b2b_hero .center_box_content .b2b_cta .b2b_extra_bonus {
  top: -35px;
  right: -50px;
  border-radius: 10px;
  padding: 15px 12px 13px 12px;
  padding: 1;
  font-weight: 900;
  font-size: 18px;
  text-transform: none;
  line-height: 16px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content .b2b_cta .b2b_extra_bonus {
    top: -30px;
    right: -50px;
    font-size: 16px;
    padding: 10px 8px 8px 8px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .b2b_hero .center_box_content .b2b_cta .b2b_extra_bonus {
    right: -20px;
    font-size: 14px;
    padding: 8px 6px 6px 6px;
    border-radius: 6px;
  }
}
@media (max-width: 325px) {
  .b2b_hero .center_box_content .b2b_cta .b2b_extra_bonus {
    right: -23px;
    font-size: 12px;
    padding: 6px 4px 4px 4px;
  }
}
.b2b_hero .center_box_content .b2b_cta .b2b_extra_bonus .b2b_first_order {
  font-size: 12px;
  margin: 3px 0 0 0 !important;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .b2b_hero .center_box_content .b2b_cta .b2b_extra_bonus .b2b_first_order {
    font-size: 11px;
    margin: 2px 0 0 0 !important;
  }
}
.b2b_hero .center_box_content p {
  margin-top: 60px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .b2b_hero .center_box_content p {
    margin-top: 45px;
    font-size: 13px;
  }
}
.b2b_success {
  margin: 0 0 0 0 !important;
}
@media (max-width: 991px) {
  .b2b_success {
    padding: 50px 0 50px 0;
    margin: 0 0 0px 0;
  }
}
@media (max-width: 767px) {
  .b2b_success {
    margin: 0 0 0px 0;
  }
}
.homepage_value_proposition {
  /*padding:100px 0px 0px 0px;

		    @media (max-width: 1199px) {
		        padding:80px 0px 0px 0px;
		    }

		    @media (max-width: 991px) {
		        padding:60px 0px 0px 0px;
		    }

		    @media (max-width: 767px) {
		        padding:60px 0px 0px 0px;
		    }*/
}
.hmpg_departments {
  padding: 0 35px;
}
.hmpg_departments .row {
  margin: 0 -5px;
  padding: 0 0px;
}
.hmpg_departments .row .col-xs-4,
.hmpg_departments .row .col-xs-12 {
  margin: 0;
  padding: 0 5px;
}
.hmpg_departments .hmpg_department_item {
  width: 100%;
  color: #fff;
  text-align: left;
  position: relative;
}
.hmpg_departments .hmpg_department_item .hmpg_department_item_header {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.hmpg_departments .hmpg_department_item h2 {
  color: #1d1d1f;
  margin: 0px;
  text-align: left;
  font-size: 20px;
  padding: 20px;
}
.hmpg_departments .h_d_i_1 {
  background: #ceb17d;
  margin-bottom: 20px;
  height: 300px;
}
.hmpg_departments .h_d_i_1 h2 {
  color: #fff;
}
.hmpg_departments .h_d_i_2 {
  background: #8fcc9f;
  height: 300px;
  margin-bottom: 20px;
}
.hmpg_departments .h_d_i_3 {
  background: #F5D57A;
}
.hmpg_departments .h_d_i_4 {
  background: #fa6969;
  height: 145px;
  margin-bottom: 10px;
}
.hmpg_departments .h_d_i_5 {
  background: #ebeced;
}
.hmpg_departments .h_d_i_6 {
  background: #7ccbcf;
  height: 145px;
}
.opacity-low {
  opacity: 0.2;
  cursor: default;
}
.opacity-low:hover,
.opacity-low:active,
.opacity-low:focus {
  background: #ebeced !important;
  color: #1d1d1f !important;
}
@media (max-width: 767px) {
  .hmpg_slider_bestsellers {
    border-top: 0px !important;
    margin-top: 0px !important;
  }
}
.hmpg_cat {
  position: relative;
  background: #4AB972;
}
#le_hmpg_link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.ribbon {
  margin: 0;
  background: #4AB972;
  text-align: center;
}
.ribbon p {
  margin: 0px;
  padding: 0px;
}
.ribbon a {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 19px 35px 17px 35px;
  color: #fff;
}
@media (max-width: 991px) {
  .ribbon a {
    font-size: 12px;
    line-height: 12px;
    padding: 15px 35px 13px 35px;
  }
}
@media (max-width: 767px) {
  .ribbon a {
    line-height: 18px;
    padding: 10px 40px 8px 40px;
  }
}
.ribbon a:hover {
  background: #3F8A4B;
  text-decoration: none;
}
.ribbon .ribbon_cancel {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 100%;
  border: 0px;
  background: transparent;
  text-align: center;
  padding: 15px 27px 0 0;
}
@media (max-width: 991px) {
  .ribbon .ribbon_cancel {
    padding: 11px 27px 0 0;
  }
}
@media (max-width: 767px) {
  .ribbon .ribbon_cancel {
    padding: 9px 22px 0 0;
  }
}
.ribbon .ribbon_cancel .fa {
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  font-size: 20px;
  position: absolute;
  margin-top: -10px;
  top: 50%;
  left: 0px;
}
.ribbon .ribbon_cancel:hover .fa {
  color: #ffffff;
}
/*.homepage_banner_blocks {
		    padding-top:0px;

		    .row {
		        margin: 0 -5px;
		        padding: 0 0px;
		            .col-lg-12, .col-lg-6 {
		               margin: 0;
		               padding: 0 5px;
		            }
		            .col-lg-12 {
		                margin-bottom:10px;
		                .hmpg_block_cat {
		                    height:400px;
		                    .hmpg_block_banner_item {
		                        padding:30px 10px 30px 30px;
		                        .hmpg_block_banner_item_content {
		                            position: relative;
		                            .le_banner_left {
		                                width:50%;
		                            }
		                            .le_banner_right {
		                                width:50% !important;
		                                position: absolute !important;
		                                top:10px !important;
		                                right:10px !important;
		                                z-index: 1;
		                                text-align: right;
		                                img {
		                                    height: 360px;
		                                    width:auto;
		                                }
		                            }
		                            .le_headline {
		                                font-size: 24px;
		                                line-height: 38px;
		                                margin: 70px 0 55px 0;
		                            }
		                            .limited_edition {
		                                font-size: 18px;
		                                line-height: 18px;
		                                padding: 0px 0 0px 0;
		                                margin: 0px 0 0px 0;
		                                border-bottom: 3px solid rgba(0, 0, 0, 0.8);
		                            }
		                            .le_btn {
		                                margin: 0px;
		                                padding: 0px;
		                                font-size: 16px;
		                                font-weight: 800;
		                                span {
		                                    font-size:11px;
		                                }
		                            }
		                        }
		                    }
		                }
		            }
		            .col-lg-6 {
		                .hmpg_block_cat {
		                    height:195px;
		                    .hmpg_block_banner_item {
		                        padding:0px;
		                        .hmpg_block_banner_item_content {
		                            position: relative;
		                            .le_banner_left {
		                                width:100% !important;
		                                height:100% !important;
		                                position: absolute !important;
		                                top:0px !important;
		                                left:0px !important;
		                                float:none !important;
		                            }
		                            .le_banner_right {
		                                width:100% !important;
		                                position: absolute !important;
		                                top:10px !important;
		                                right:10px !important;
		                                z-index: 1;
		                                text-align: right;
		                                img {
		                                    height: 180px;
		                                    width:auto;
		                                }
		                            }

		                            .le_headline {
		                                font-size: 14px;
		                                line-height: 24px;
		                                position: absolute;
		                                top:30px;
		                                left:30px;
		                            }
		                            .limited_edition {
		                                font-size: 12px;
		                                padding: 0px 0 0px 0;
		                                margin: 0px 0 0px 0;
		                                border-bottom: 2px solid rgba(0, 0, 0, 0.8);
		                                position: absolute;
		                                top:30px;
		                                left:30px;
		                                display: none;
		                            }
		                            .le_btn {
		                                position: absolute;
		                                top: 155px;
		                                left: 30px;
		                                margin: 0px 0 0 0;
		                                padding: 0px;
		                                font-size: 11px;
		                                font-weight: 800; 
		                                span {
		                                    font-size:11px;
		                                }
		                            }
		                        }
		                    }
		                    
		                }
		            }
		    }

		    .hmpg_block_cat {
		        position: relative;
		        background: @light_border;
		    }

		    .hmpg_block_banner_item {
		        width: 100%;
		        height:auto;
		        margin:0px;
		        background-position: right 0px top;
		        background-repeat: no-repeat;
		        .hmpg_block_banner_item_content {
		            width: 100%;
		            .le_banner_right {
		                float:right;
		            }
		            .le_headline {
		                color:rgba(0,0,0,0.8);
		                    font-size: 60px;
		                    line-height: 80px;
		                    font-weight: 900 !important;
		            }

		            .limited_edition {
		                display: inline-block;
		                color:rgba(0,0,0,0.8);
		                font-weight: 700;
		                text-transform: uppercase;
		            }
		            .le_btn {
		                border:0px;
		                cursor: pointer;
		                color:#fff;
		                text-transform: uppercase;
		                display: inline-block;
		                background: transparent;
		                position:relative;
		                span {
		                    display:block;
		                    font-weight: 400;
		                    text-transform: none;
		                }
		                &:hover, &:active, &:focus {
		                    text-decoration: none;
		                    outline:none;
		                    background: #fff !important;
		                    color:@general !important;
		                }
		            }
		        }
		    }
		}*/
.homepage-megabanner {
  position: relative;
  height: 630px;
  background: #ebeced;
}
@media (max-width: 1599px) {
  .homepage-megabanner {
    height: 549px;
  }
}
@media (max-width: 1199px) {
  .homepage-megabanner {
    height: 453px;
  }
}
@media (max-width: 991px) {
  .homepage-megabanner {
    height: 347px;
  }
}
@media (max-width: 767px) {
  .homepage-megabanner {
    height: auto;
  }
}
.homepage-megabanner .homepage-megabanner-item {
  overflow: hidden;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .homepage-megabanner .homepage-megabanner-item {
    height: auto;
  }
}
.homepage-megabanner .homepage-megabanner-item-active {
  display: block;
}
.homepage-megabanner .homepage-megabanner-xs-button-item-previous,
.homepage-megabanner .homepage-megabanner-xs-button-item-next {
  position: absolute;
  z-index: 10;
  top: 47%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  border: 0px;
  background: transparent;
}
.homepage-megabanner .homepage-megabanner-xs-button-item-previous:hover,
.homepage-megabanner .homepage-megabanner-xs-button-item-next:hover,
.homepage-megabanner .homepage-megabanner-xs-button-item-previous:focus,
.homepage-megabanner .homepage-megabanner-xs-button-item-next:focus,
.homepage-megabanner .homepage-megabanner-xs-button-item-previous:active,
.homepage-megabanner .homepage-megabanner-xs-button-item-next:active {
  background: #1d1d1f;
  color: #fff;
}
.homepage-megabanner .homepage-megabanner-xs-button-item-previous {
  left: 0px;
  border-radius: 0 200px 200px 0;
  padding: 16px 24px 16px 17px;
}
.homepage-megabanner .homepage-megabanner-xs-button-item-next {
  right: 0px;
  border-radius: 200px 0 0 200px;
  padding: 20px;
  padding: 16px 17px 16px 24px;
}
.homepage-megabanner .homepage-megabanner-buttons {
  position: absolute;
  padding: 0px;
  display: block;
  right: 15px;
  top: 47%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
  z-index: 10;
}
@media (max-width: 991px) {
  .homepage-megabanner .homepage-megabanner-buttons {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .homepage-megabanner .homepage-megabanner-buttons {
    bottom: 10px !important;
    top: auto !important;
    right: auto  !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0px;
  }
}
.homepage-megabanner .homepage-megabanner-buttons .homepage-megabanner-button-item {
  background: none;
  border: 0px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.homepage-megabanner .homepage-megabanner-buttons .homepage-megabanner-button-item:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .homepage-megabanner .homepage-megabanner-buttons .homepage-megabanner-button-item {
    display: inline-block;
  }
}
.hmpg_top_banner {
  height: auto;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0px;
  background-position: right 0px top;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .hmpg_top_banner {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .hmpg_top_banner {
    background-position: right top;
  }
}
@media (max-width: 767px) {
  .hmpg_top_banner {
    background-position: right 0px top;
    padding: 0 10px;
  }
}
.hmpg_top_banner .hmpg_top_banner_content {
  width: 100%;
}
.hmpg_top_banner .hmpg_top_banner_content .le_banner_left {
  width: 55%;
}
@media (max-width: 1600px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_left {
    width: 100% !important;
    text-align: center !important;
  }
}
.hmpg_top_banner .hmpg_top_banner_content .le_banner_right {
  width: 45%;
  margin-right: -50px;
  float: right;
}
@media (max-width: 1600px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_right {
    width: 48.5%;
  }
}
@media (max-width: 991px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_right {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_right {
    width: 100% !important;
    text-align: center !important;
    float: none;
    padding: 0 0px;
  }
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_right img {
    margin-bottom: 0px;
  }
}
.hmpg_top_banner .hmpg_top_banner_content .le_headline {
  color: rgba(0, 0, 0, 0.8);
  font-size: 46px;
  line-height: 64px;
  margin-top: 0px;
  font-weight: 800 !important;
}
@media (max-width: 1600px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_headline {
    /*font-size:34px;
		                line-height:55px;*/
  }
}
@media (max-width: 1199px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_headline {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_headline {
    font-size: 26px !important;
    line-height: 34px !important;
    margin: 10px !important;
  }
}
.hmpg_top_banner .hmpg_top_banner_content .limited_edition {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 5px 0 0px 0;
  margin: 110px 0 40px 0;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
@media (max-width: 1600px) {
  .hmpg_top_banner .hmpg_top_banner_content .limited_edition {
    margin: 85px 0 40px 0;
  }
}
@media (max-width: 1199px) {
  .hmpg_top_banner .hmpg_top_banner_content .limited_edition {
    padding: 5px 0 4px 0;
    margin: 75px 0 30px 0;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hmpg_top_banner .hmpg_top_banner_content .limited_edition {
    font-size: 14px;
    margin: 45px 0 20px 0 !important;
  }
}
@media (max-width: 767px) {
  .hmpg_top_banner .hmpg_top_banner_content .limited_edition {
    margin: 20px 0 10px 0 !important;
  }
}
.hmpg_top_banner .hmpg_top_banner_content .le_btn {
  border: 0px;
  cursor: pointer;
  border-radius: 10px;
  margin: 40px 0 10px 0;
  padding: 20px 30px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background: #2c7145;
  position: relative;
}
.hmpg_top_banner .hmpg_top_banner_content .le_btn span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.hmpg_top_banner .hmpg_top_banner_content .le_btn i {
  margin-right: 3px;
}
.hmpg_top_banner .hmpg_top_banner_content .le_btn:hover,
.hmpg_top_banner .hmpg_top_banner_content .le_btn:active,
.hmpg_top_banner .hmpg_top_banner_content .le_btn:focus {
  text-decoration: none;
  outline: none;
  background: #fff !important;
  color: #1d1d1f !important;
}
@media (max-width: 1199px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_btn {
    margin-top: 30px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 800;
  }
}
@media (max-width: 991px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_btn {
    margin-top: 30px !important;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  .hmpg_top_banner .hmpg_top_banner_content .le_btn {
    font-size: 16px !important;
    padding: 12px 16px !important;
    margin: 15px 0 10px 0 !important;
  }
}
.homepage-banner {
  height: 650px;
  background: #000000 url('../img/index_main_bg4.jpg');
  background-size: cover;
  background-repeat: none;
  width: auto;
  position: relative;
}
.no-video .animation-container video,
.touch .animation-container video {
  display: none;
}
.no-video .animation-container .animation,
.touch .animation-container .animation {
  display: block !important;
}
.animation-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.animation-container .animation img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.scroll_down {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.scroll_down img {
  width: 60px;
}
.homepage-small-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('../img/homepage-small-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ebeced;
  z-index: 1;
}
.homepage-small-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.homepage-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.mask {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.mask h1 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 10px;
  text-shadow: 0px 0px 30px #000;
}
.mask h2 {
  font-size: 28px;
  font-weight: 400;
  text-shadow: 0px 0px 30px #000;
}
.animation-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.animation-container video.fillScreen {
  width: 100%;
}
.homepage_events table,
.homepage_events td,
.homepage_events th,
.homepage_events tr {
  border-color: #dedfe1 !important;
}
.homepage_events table {
  border-bottom: 1px solid #dedfe1 !important;
}
.homepage_events td,
.homepage_events th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.homepage_events .event_footer {
  text-align: center;
  margin: 30px 20px 0 0;
}
.homepage_events .event_footer a {
  display: inline-block;
  background: #4AB972;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 5px;
}
.homepage_events .event_footer a:hover {
  background: #41a866;
  text-decoration: none;
}
.homepage_introduction {
  width: 100%;
  text-align: center;
  padding: 80px 0 0 0 !important;
  background: #fff;
  height: auto !important;
}
.homepage_introduction h3 {
  font-size: 20px;
  font-weight: 700;
}
.homepage_introduction .btn-normal {
  font-weight: 700;
  margin-bottom: 90px;
}
.homepage_introduction p {
  padding: 10px 50px;
}
.homepage_introduction .intro_header {
  width: 100%;
  text-align: center;
  padding: 0 100px;
}
.homepage_introduction .intro_header img {
  height: 120px;
  width: auto;
}
@media (max-width: 767px) {
  .hmpg_slider_top_merchants {
    border-top: 0px !important;
  }
}
.homepage_content_all {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -20px;
}
@media (max-width: 1199px) {
  .homepage_content_all {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .homepage_content_all {
    margin-bottom: 20px;
  }
}
.hmpg_subscription {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}
.hmpg_subscription img {
  height: 80px !important;
}
.collection_in_category {
  padding: 0px 0 20px 0 !important;
  margin: 0 0px !important;
}
.contact h1 {
  text-align: center;
}
.contact h5 {
  font-size: 20px;
}
.contact h3 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.contact .details {
  margin-bottom: 20px;
  line-height: 24px;
}
.contact .details .contact_billing {
  text-align: right;
}
@media (max-width: 767px) {
  .contact .details .contact_billing {
    text-align: left;
  }
}
.contact .details .contact_shipping {
  text-align: center;
}
@media (max-width: 767px) {
  .contact .details .contact_shipping {
    text-align: left;
  }
}
.contact .details hr {
  margin: 30px 0 40px 0;
  border-color: #ebeced;
}
.contact .details h4 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 24px;
  line-height: 38px;
  color: #a1a1a1;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 34px;
  padding: 32px 0 26px 0;
}
@media (max-width: 1199px) {
  .contact .details h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .contact .details h4 {
    font-size: 22px;
    line-height: 36px;
  }
}
.contact .details .sub_list {
  padding-left: 30px;
  padding-top: 15px;
}
.contact .details ul {
  padding: 0 0 0 10px;
  margin: 0px;
}
.contact .details ul li {
  list-style-type: square;
  padding: 10px 0;
  margin: 0;
}
.contact .map {
  margin-bottom: -46px;
  position: relative;
  width: 100%;
  height: auto;
}
.contact .map .map_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 2;
}
@media (max-width: 767px) {
  .modal-content .shipping_table {
    font-size: 13px;
  }
}
.modal-content .no_link_style {
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .shipping_table {
    font-size: 11px;
  }
}
.shipping_table_pickups {
  margin-top: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.pr_editor {
  position: relative;
  padding-left: 0px;
  background: #fff;
}
.pr_editor .pr_editor_body .pr_block {
  background: white;
}
.pr_editor .pr_editor_body .pr_editor_block {
  position: relative;
  width: 100%;
}
.pr_editor .pr_editor_body .pr_editor_block .pr_editor_block_control {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.pr_editor .pr_editor_body .pr_editor_block .pr_editor_block_control button {
  width: 34px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.pr_editor .pr_editor_body .pr_editor_block .hmpg_slider {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
.pr_slider_no_padding {
  padding: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  border: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.pr_block_header {
  margin: 0 0 30px 0 !important;
  padding: 0px 250px !important;
  text-align: center;
  width: 100%;
}
.pr_block_header a {
  color: #1d1d1f;
  text-decoration: none;
}
.pr_block_header a:hover {
  text-decoration: none;
  color: #3F8A4B;
}
@media (max-width: 1199px) {
  .pr_block_header {
    padding: 0px 200px !important;
    margin: 0 0 15px 0 !important;
  }
}
@media (max-width: 991px) {
  .pr_block_header {
    padding: 0px 150px !important;
    margin: 0 0 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .pr_block_header {
    padding: 0px 50px !important;
    margin: 0 0 30px 0 !important;
  }
}
.pr_block_header .pr_block_header_h2 {
  margin: -5px 0 0 0;
  padding: 0px;
  text-align: center;
  width: 100%;
  font-size: 26px;
  line-height: 40px;
}
.pr_block_header .pr_block_header_h2 span {
  color: pink;
  border-bottom: 5px solid pink;
}
@media (max-width: 1450px) {
  .pr_block_header .pr_block_header_h2 {
    font-size: 24px;
    line-height: 30px;
    margin: -5px 0 4px 0;
  }
}
@media (max-width: 1199px) {
  .pr_block_header .pr_block_header_h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0 4px 0;
  }
}
@media (max-width: 991px) {
  .pr_block_header .pr_block_header_h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0 4px 0;
  }
}
@media (max-width: 767px) {
  .pr_block_header .pr_block_header_h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0 4px 0;
  }
}
.pr_block_header .pr_block_header_h3 {
  margin: 0px 0 0px 0;
  padding: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1450px) {
  .pr_block_header .pr_block_header_h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .pr_block_header .pr_block_header_h3 {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .pr_block_header .pr_block_header_h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .pr_block_header .pr_block_header_h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.pr_heading_2 {
  margin: -5px 0 5px 0;
  padding: 0px;
  text-align: center;
  width: 100%;
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
}
@media (max-width: 1450px) {
  .pr_heading_2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .pr_heading_2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0px 0 4px 0;
  }
}
@media (max-width: 991px) {
  .pr_heading_2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .pr_heading_2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.pr_heading_3 {
  margin: 0px 0 0px 0;
  padding: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1450px) {
  .pr_heading_3 {
    /* font-size:20px;
		        	line-height:30px;*/
  }
}
@media (max-width: 1199px) {
  .pr_heading_3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .pr_heading_3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .pr_heading_3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.pr_heading_subtitle {
  margin: 0px 0 0px 0;
  padding: 0px;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1450px) {
  .pr_heading_subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .pr_heading_subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .pr_heading_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .pr_heading_subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.pr_paragraph {
  font-size: 17px;
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media (max-width: 1450px) {
  .pr_paragraph {
    font-size: 16px;
    line-height: 42px;
  }
}
@media (max-width: 1199px) {
  .pr_paragraph {
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .pr_paragraph {
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .pr_paragraph {
    font-size: 16px;
    line-height: 42px;
  }
}
.pr_block_product_slider {
  padding: 100px 0px 70px 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 0px;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .pr_block_product_slider {
    padding: 80px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .pr_block_product_slider {
    padding: 60px 0 35px 0;
  }
}
@media (max-width: 767px) {
  .pr_block_product_slider {
    padding: 60px 0 20px 0;
  }
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic {
  height: 210px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic .product_img {
  height: 200px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_specials {
  position: absolute;
  top: 10px;
  left: 10px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_merchant {
  width: 70px;
  height: 70px;
  right: 25%;
  margin-right: -25px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_merchant img {
  width: 70px;
  height: 70px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_rating_box {
  bottom: 70px;
  right: 25%;
  margin-right: -25px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer h3 {
  margin: 5px 0px 9px 0px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_actions .price {
  margin-top: 10px;
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_actions .price_hover {
  margin-top: -5px;
  margin-bottom: -3px;
}
@media (max-width: 991px) {
  .pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_actions .price_hover {
    margin-top: 2px;
    margin-bottom: 0px;
  }
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_bottom_addons {
  background: #fff;
  margin: 15px 0 0 0;
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_bottom_addons {
    margin: 5px 0 0 0;
  }
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_bottom_addons .category_coffee_method_box {
  display: none !important;
}
@media (max-width: 991px) {
  .pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_bottom_addons .stock_availability {
    margin-top: 7px !important;
    font-size: 13px !important;
    line-height: 13px !important;
  }
}
.pr_block_product_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_flavors {
  color: rgba(0, 0, 0, 0.4) !important;
}
.pr_block_product_slider_no_headings {
  padding: 60px 0px 50px 0px !important;
}
@media (max-width: 1199px) {
  .pr_block_product_slider_no_headings {
    padding: 40px 0px 25px 0px !important;
  }
}
@media (max-width: 991px) {
  .pr_block_product_slider_no_headings {
    padding: 25px 0px 35px 0px !important;
  }
}
@media (max-width: 767px) {
  .pr_block_product_slider_no_headings {
    padding: 50px 0px 20px 0px !important;
  }
}
.pr_block_roaster_slider .slider_list {
  height: 310px !important;
}
@media (max-width: 767px) {
  .pr_block_roaster_slider .slider_list {
    height: 260px !important;
  }
}
@media (max-width: 325px) {
  .pr_block_roaster_slider .slider_list {
    height: 240px !important;
  }
}
.pr_block_roaster_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic {
  background: #fff;
  border: 1px solid #D5D6D7;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.pr_block_roaster_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic .merchant_profile_img {
  height: 200px;
  border-radius: 500px;
}
.pr_block_roaster_slider .slider_list .slider_list_content .c_item .category_item .category_item_profile_pic:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.pr_block_roaster_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer h3 {
  margin-bottom: 2px !important;
}
.pr_block_roaster_slider .slider_list .slider_list_content .c_item .category_item .category_item_footer .category_item_flavors {
  margin: 5px 0 0px 0;
}
.pr_block_roaster_slider_no_headings {
  padding: 85px 0px 65px 0px !important;
}
@media (max-width: 1199px) {
  .pr_block_roaster_slider_no_headings {
    padding: 65px 0px 45px 0px !important;
  }
}
@media (max-width: 991px) {
  .pr_block_roaster_slider_no_headings {
    padding: 50px 0px 30px 0px !important;
  }
}
@media (max-width: 767px) {
  .pr_block_roaster_slider_no_headings {
    padding: 65px 0 25px 0 !important;
  }
}
.pr_block_reviews_product {
  background: #fff;
}
.pr_block_reviews_heureka {
  padding: 100px 0 65px 0px;
}
@media (max-width: 1199px) {
  .pr_block_reviews_heureka {
    padding: 80px 0 45px 0;
  }
}
@media (max-width: 991px) {
  .pr_block_reviews_heureka {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_heureka {
    padding: 60px 0 30px 0;
  }
}
.pr_block_reviews_heureka .review_slider_heureka_stats {
  position: relative;
  z-index: 1;
  color: #1d1d1f;
  margin-top: 10px !important;
  display: inline-block;
}
.pr_block_reviews_heureka .review_slider_heureka_stats:hover {
  text-decoration: none;
  color: #000;
}
.pr_block_reviews_heureka .review_slider_heureka_stats:focus,
.pr_block_reviews_heureka .review_slider_heureka_stats:active {
  text-decoration: none;
  outline: none;
  border: 0px;
}
.pr_block_reviews_heureka .review_slider_heureka_badge svg {
  margin: 0 0 10px 0;
  height: 130px;
  display: inline-block;
  width: auto;
}
@media (max-width: 991px) {
  .pr_block_reviews_heureka .review_slider_heureka_badge svg {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_heureka .review_slider_heureka_badge svg {
    height: 130px;
  }
}
.pr_block_reviews_heureka .review_slider_heureka_stars {
  margin: 0 0 5px 0;
}
.pr_block_reviews_heureka .review_slider_heureka_stars svg {
  height: 35px;
  display: inline-block;
  width: auto;
}
@media (max-width: 991px) {
  .pr_block_reviews_heureka .review_slider_heureka_stars svg {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_heureka .review_slider_heureka_stars svg {
    height: 35px;
  }
}
.pr_block_reviews_heureka .review_slider_heureka_recommend {
  font-size: 18px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .pr_block_reviews_heureka .review_slider_heureka_recommend {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_heureka .review_slider_heureka_recommend {
    font-size: 18px;
  }
}
.pr_block_reviews_heureka .review_slider_heureka_recommend strong {
  font-size: 22px;
  font-weight: 700;
  margin-right: 2px;
}
@media (max-width: 991px) {
  .pr_block_reviews_heureka .review_slider_heureka_recommend strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_heureka .review_slider_heureka_recommend strong {
    font-size: 22px;
  }
}
.pr_block_reviews_heureka .review_slider_heureka_total {
  font-size: 18px;
}
@media (max-width: 991px) {
  .pr_block_reviews_heureka .review_slider_heureka_total {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_heureka .review_slider_heureka_total {
    font-size: 18px;
  }
}
.pr_block_reviews_heureka .review_slider_heureka_total strong {
  font-size: 22px;
  font-weight: 700;
  margin-right: 1px;
}
@media (max-width: 991px) {
  .pr_block_reviews_heureka .review_slider_heureka_total strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_heureka .review_slider_heureka_total strong {
    font-size: 22px;
  }
}
.pr_block_reviews_heureka .category_list_arrows button {
  top: 46%;
}
.pr_block_reviews_instagram {
  padding: 100px 0 85px 0px;
}
@media (max-width: 1199px) {
  .pr_block_reviews_instagram {
    padding: 80px 0 65px 0;
  }
}
@media (max-width: 991px) {
  .pr_block_reviews_instagram {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .pr_block_reviews_instagram {
    padding: 60px 0 50px 0;
  }
}
.pr_block_divider {
  background-color: #444;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pr_block_divider .pr_block_divider_overlay {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  min-height: 250px;
}
@media (max-width: 1199px) {
  .pr_block_divider .pr_block_divider_overlay {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .pr_block_divider .pr_block_divider_overlay {
    min-height: 200px;
  }
}
.pr_block_divider a,
.pr_block_divider h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: 'Caveat', cursive;
  color: white;
}
.pr_block_divider a:hover,
.pr_block_divider h2:hover {
  text-decoration: none;
  opacity: 0.95;
}
@media (max-width: 1199px) {
  .pr_block_divider a,
  .pr_block_divider h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .pr_block_divider a,
  .pr_block_divider h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .pr_block_divider a,
  .pr_block_divider h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.pr_block_hero_text h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .pr_block_hero_text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .pr_block_hero_text h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_text h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
.pr_block_hero_text h2 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  font-family: 'Caveat', cursive;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 1199px) {
  .pr_block_hero_text h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 5px 0px 0px 0px;
  }
}
@media (max-width: 991px) {
  .pr_block_hero_text h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_text h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.pr_block_hero_text p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 1199px) {
  .pr_block_hero_text p {
    font-size: 16px;
    line-height: 32px;
    margin: 25px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_text p {
    font-size: 15px;
    line-height: 30px;
  }
}
.pr_block_hero_text .pr_block_hero_cta {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .pr_block_hero_text .pr_block_hero_cta {
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .pr_block_hero_text .pr_block_hero_cta {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_text .pr_block_hero_cta .pr_block_hero_cta_button {
    padding: 9px 20px 9px 20px !important;
    font-size: 16px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
}
.pr_block_hero_video .pr_block_hero_overlay {
  height: 875px;
}
@media (max-width: 1600px) {
  .pr_block_hero_video .pr_block_hero_overlay {
    height: 720px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_video .pr_block_hero_overlay {
    height: 670px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_video .pr_block_hero_overlay {
    height: 670px;
  }
}
.pr_block_hero_video h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .pr_block_hero_video h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_video h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .pr_block_hero_video h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_video h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.pr_block_hero_video h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Caveat', cursive;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 1600px) {
  .pr_block_hero_video h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_video h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .pr_block_hero_video h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_video h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.pr_block_hero_video strong {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .pr_block_hero_video strong {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_video strong {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_video strong {
    font-size: 16px;
    line-height: 16px;
  }
}
.pr_block_hero_video .pr_block_hero_video_iframe_video {
  width: 711px;
  height: 400px;
  display: inline-block;
  border-radius: 7px;
  margin: 40px 0 0 0;
  -webkit-box-shadow: 0.3px 0.6px 1.7px rgba(0, 0, 0, 0.028), 0.7px 1.5px 4px rgba(0, 0, 0, 0.04), 1.4px 2.9px 7.5px rgba(0, 0, 0, 0.05), 2.5px 5.1px 13.4px rgba(0, 0, 0, 0.06), 4.6px 9.6px 25.1px rgba(0, 0, 0, 0.072), 11px 23px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0.3px 0.6px 1.7px rgba(0, 0, 0, 0.028), 0.7px 1.5px 4px rgba(0, 0, 0, 0.04), 1.4px 2.9px 7.5px rgba(0, 0, 0, 0.05), 2.5px 5.1px 13.4px rgba(0, 0, 0, 0.06), 4.6px 9.6px 25.1px rgba(0, 0, 0, 0.072), 11px 23px 60px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .pr_block_hero_video .pr_block_hero_video_iframe_video {
    width: 622px;
    height: 350px;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pr_block_hero_video .pr_block_hero_video_iframe_video {
    width: 533px;
    height: 300px;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_video .pr_block_hero_video_iframe_video {
    width: 100%;
    height: 280px;
    margin: 20px 0 0 0;
  }
}
.pr_block_hero_video .pr_block_hero_arrow_down {
  margin: 40px 0px 0px 0px;
}
@media (max-width: 1600px) {
  .pr_block_hero_video .pr_block_hero_arrow_down {
    margin: 30px 0px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_video .pr_block_hero_arrow_down {
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_video .pr_block_hero_arrow_down {
    margin: 20px 0px 0px 0px;
  }
}
.pr_block_hero_video .pr_block_hero_cta {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .pr_block_hero_video .pr_block_hero_cta {
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .pr_block_hero_video .pr_block_hero_cta {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1600px) {
  .pr_block_hero_video .pr_block_hero_cta .pr_block_hero_cta_button {
    padding: 9px 20px 9px 20px !important;
    font-size: 16px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
}
@media (max-width: 1199px) {
  .pr_block_picture_text {
    font-size: 16px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .pr_block_picture_text {
    font-size: 15px;
    line-height: 33px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pr_block_picture_text {
    font-size: 15px;
    line-height: 33px;
  }
}
.pr_block_picture_text .pr_block_header {
  margin: 0 0 85px 0 !important;
}
@media (max-width: 1450px) {
  .pr_block_picture_text .pr_block_header {
    margin: 0 0 65px 0 !important;
  }
}
@media (max-width: 1199px) {
  .pr_block_picture_text .pr_block_header {
    margin: 0 0 35px 0 !important;
  }
}
@media (max-width: 767px) {
  .pr_block_picture_text .pr_block_header {
    margin: 0 0 50px 0 !important;
  }
}
.pr_block_picture_text .row {
  margin: 0 -50px;
  padding: 0 0px;
}
.pr_block_picture_text .row .col-lg-3,
.pr_block_picture_text .row .col-lg-4,
.pr_block_picture_text .row .col-lg-6,
.pr_block_picture_text .row .col-xs-12,
.pr_block_picture_text .row .col-sm-12,
.pr_block_picture_text .row .col-md-12,
.pr_block_picture_text .row .col-lg-12 {
  margin: 0 0 0px 0;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .pr_block_picture_text .row {
    margin: 0 0px;
    padding: 0 0px;
  }
  .pr_block_picture_text .row .col-lg-3,
  .pr_block_picture_text .row .col-lg-4,
  .pr_block_picture_text .row .col-lg-6,
  .pr_block_picture_text .row .col-xs-12,
  .pr_block_picture_text .row .col-sm-12,
  .pr_block_picture_text .row .col-md-12,
  .pr_block_picture_text .row .col-lg-12 {
    margin: 0 0 0px 0;
    padding: 0 0px;
  }
}
.pr_block_picture_text .pr_heading_subtitle {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
}
@media (max-width: 1450px) {
  .pr_block_picture_text .pr_heading_subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .pr_block_picture_text .pr_heading_subtitle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .pr_block_picture_text .pr_heading_subtitle {
    font-size: 18px;
    line-height: 26px;
    margin: 35px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .pr_block_picture_text .pr_heading_subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.pr_block_picture_text a {
  color: #1d1d1f;
}
.pr_block_picture_text .pr-shadow-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pr_block_picture_text .pr_block_picture_text_cta {
  background: #ebeced;
  border-radius: 5px;
  border: 0px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 20px 13px 20px;
  margin: 20px 0 0 0;
}
.pr_block_picture_text .pr_block_picture_text_cta:hover {
  text-decoration: none;
  background: #D5D6D7;
}
@media (max-width: 1450px) {
  .pr_block_picture_text .pr_block_picture_text_cta {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .pr_block_picture_text .pr_block_picture_text_cta {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .pr_block_picture_text .pr_block_picture_text_cta {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 16px;
  }
}
.pr_block_cta {
  width: 100%;
  text-align: center;
  color: #1d1d1f;
}
.pr_block_cta .pr_block_cta_content {
  background: #f3f1ed;
  border-radius: 20px;
  padding: 60px 50px;
  margin: 0 100px;
}
@media (max-width: 1199px) {
  .pr_block_cta .pr_block_cta_content {
    margin: 0 0;
  }
}
@media (max-width: 991px) {
  .pr_block_cta .pr_block_cta_content {
    margin: 0 0;
    padding: 50px 40px;
  }
}
.pr_block_cta .pr_heading_3 {
  margin: 10px 0 0 0;
}
@media (max-width: 1450px) {
  .pr_block_cta .pr_heading_3 {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .pr_block_cta .pr_heading_3 {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pr_block_cta .pr_heading_3 {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  .pr_block_cta .pr_heading_3 {
    margin: 20px 0 0 0;
  }
}
.pr_block_cta .pr_block_cta_footer {
  margin-top: 20px;
}
.pr_block_cta .pr_block_cta_footer a,
.pr_block_cta .pr_block_cta_footer button {
  border: 0px;
  background: #4AB972;
  color: #fff;
  display: inline-block;
  padding: 17px 30px 17px 30px;
  font-size: 20px;
  font-weight: 900;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.pr_block_cta .pr_block_cta_footer a:hover,
.pr_block_cta .pr_block_cta_footer button:hover,
.pr_block_cta .pr_block_cta_footer a:active,
.pr_block_cta .pr_block_cta_footer button:active,
.pr_block_cta .pr_block_cta_footer a:focus,
.pr_block_cta .pr_block_cta_footer button:focus {
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  background: #5cc080;
}
@media (max-width: 991px) {
  .pr_block_cta .pr_block_cta_footer a,
  .pr_block_cta .pr_block_cta_footer button {
    padding: 12px 25px 12px 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pr_block_cta .pr_block_cta_footer a,
  .pr_block_cta .pr_block_cta_footer button {
    padding: 17px 30px 17px 30px;
    font-size: 20px;
    margin-top: 5px;
  }
}
.pr_block_cta .pr_block_cta_icon {
  margin-right: 5px;
}
.pr_block_text_field {
  background: #ebeced;
}
.pr_block_q_a .pr_block_q_a_content h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
.pr_block_q_a .pr_block_q_a_content .q_answer {
  margin-bottom: 50px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
}
.pr_block_q_a .pr_block_q_a_collapsing_content {
  text-align: left;
}
.pr_block_q_a .pr_block_q_a_collapsing_content h5 {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
.pr_block_q_a .pr_block_q_a_collapsing_content .q_answer {
  padding-bottom: 5px;
  margin: 10px 0 0 0 !important;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
}
.pr_block_q_a .pr_block_q_a_collapsing_content .q_a_icon {
  font-size: 16px;
  top: 3px;
  left: 10px;
  position: absolute;
}
.pr_block_q_a .pr_block_q_a_collapsing_content .q_a_icon_answer {
  top: 2px !important;
  font-size: 14px !important;
}
.pr_block_q_a .pr_block_q_a_collapsing_content .q_a_caret {
  position: absolute;
  font-size: 16px;
  top: 20px;
  right: 20px;
}
.pr_block_q_a .pr_block_q_a_filter_box {
  margin-bottom: 80px;
}
.pr_block_q_a .pr_block_q_a_filter_heading {
  font-size: 24px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0px;
}
.pr_block_table_of_contents .pr_block_table_of_content_wrapper {
  background: #EDEAE4;
  padding: 40px 30px 30px 30px;
}
@media (max-width: 767px) {
  .pr_block_table_of_contents .bt-toc-item {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.pr_block_value_proposition {
  padding: 100px 0 100px 0;
}
@media (max-width: 1199px) {
  .pr_block_value_proposition {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .pr_block_value_proposition {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .pr_block_value_proposition {
    padding: 60px 0 0 0;
  }
}
.pr_block_value_proposition .pr_block_value_proposition_divider {
  height: 100px;
}
@media (max-width: 1199px) {
  .pr_block_value_proposition .pr_block_value_proposition_divider {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .pr_block_value_proposition .pr_block_value_proposition_divider {
    height: 60px;
  }
}
.pr_block_value_proposition .pr_block_header {
  margin: 0 0 50px 0 !important;
}
@media (max-width: 1199px) {
  .pr_block_value_proposition .pr_block_header {
    margin: 0 0 35px 0 !important;
  }
}
@media (max-width: 991px) {
  .pr_block_value_proposition .pr_block_header {
    margin: 0 0 30px 0 !important;
  }
}
@media (max-width: 767px) {
  .pr_block_value_proposition .pr_block_header {
    margin: 0 0 50px 0 !important;
  }
}
.pr_block_value_proposition .pr_block_value_proposition_item {
  width: 100%;
  border: 0px solid #ebeced;
  padding: 0;
  text-align: center;
}
@media (max-width: 1600px) {
  .pr_block_value_proposition .pr_block_value_proposition_item {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .pr_block_value_proposition .pr_block_value_proposition_item {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .pr_block_value_proposition .pr_block_value_proposition_item {
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .pr_block_value_proposition .pr_block_value_proposition_item {
    margin-bottom: 50px;
  }
}
.pr_block_value_proposition .pr_block_value_proposition_item .pr_heading_subtitle {
  padding: 20px 40px 5px 40px;
  font-weight: 900;
}
@media (max-width: 1450px) {
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_heading_subtitle {
    padding: 20px 20px px 20px;
  }
}
@media (max-width: 1199px) {
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_heading_subtitle {
    padding: 15px 15px 0px 15px;
  }
}
@media (max-width: 767px) {
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_heading_subtitle {
    padding: 20px 15px 5px 15px;
  }
}
.pr_block_value_proposition .pr_block_value_proposition_item p {
  padding: 0 35px;
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1450px) {
  .pr_block_value_proposition .pr_block_value_proposition_item p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .pr_block_value_proposition .pr_block_value_proposition_item p {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .pr_block_value_proposition .pr_block_value_proposition_item p {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .pr_block_value_proposition .pr_block_value_proposition_item p {
    font-size: 16px;
    line-height: 32px;
  }
}
.pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img {
  text-align: center;
}
.pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img img,
.pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img svg {
  width: auto;
  height: 120px;
  display: inline-block;
}
@media (max-width: 1450px) {
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img img,
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img svg {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img img,
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img svg {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img img,
  .pr_block_value_proposition .pr_block_value_proposition_item .pr_block_value_proposition_item_img svg {
    height: 120px;
  }
}
.pr_block_picture_rows .pr_block_picture_rows_divider {
  height: 100px;
}
@media (max-width: 1199px) {
  .pr_block_picture_rows .pr_block_picture_rows_divider {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .pr_block_picture_rows .pr_block_picture_rows_divider {
    height: 60px;
  }
}
.pr_block_picture_rows .pr_block_header {
  margin: 0 0 50px 0 !important;
}
@media (max-width: 1199px) {
  .pr_block_picture_rows .pr_block_header {
    margin: 0 0 35px 0 !important;
  }
}
@media (max-width: 991px) {
  .pr_block_picture_rows .pr_block_header {
    margin: 0 0 30px 0 !important;
  }
}
@media (max-width: 767px) {
  .pr_block_picture_rows .pr_block_header {
    margin: 0 0 50px 0 !important;
  }
}
.pr_block_picture_rows .pr_block_picture_row_item img {
  margin-bottom: 20px;
}
.pr_block_picture_rows .pr_block_picture_rows_masonry {
  /* Masonry container */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 767px) {
  .pr_block_picture_rows .pr_block_picture_rows_masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 991px) {
  .pr_block_picture_rows .pr_block_picture_rows_masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.pr_block_picture_rows .pr_block_picture_rows_masonry .pr_block_picture_rows_masonry_item {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pr_block_picture_rows .pr_block_picture_rows_masonry .pr_block_picture_rows_masonry_item img {
  width: 100%;
  height: auto;
  display: block;
}
.pr_block_video_single {
  text-align: center;
  width: 100%;
}
.pr_block_video_single .pr_block_header {
  margin: 0 0 10px 0 !important;
}
@media (max-width: 1199px) {
  .pr_block_video_single .pr_block_header {
    margin: 0 0 10px 0 !important;
  }
}
@media (max-width: 991px) {
  .pr_block_video_single .pr_block_header {
    margin: 0 0 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .pr_block_video_single .pr_block_header {
    margin: 0 0 10px 0 !important;
  }
}
.pr_block_video_single iframe {
  width: 711px;
  height: 400px;
  display: inline-block;
  border-radius: 7px;
  margin: 40px 0 0 0;
  -webkit-box-shadow: 0.3px 0.6px 1.7px rgba(0, 0, 0, 0.028), 0.7px 1.5px 4px rgba(0, 0, 0, 0.04), 1.4px 2.9px 7.5px rgba(0, 0, 0, 0.05), 2.5px 5.1px 13.4px rgba(0, 0, 0, 0.06), 4.6px 9.6px 25.1px rgba(0, 0, 0, 0.072), 11px 23px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0.3px 0.6px 1.7px rgba(0, 0, 0, 0.028), 0.7px 1.5px 4px rgba(0, 0, 0, 0.04), 1.4px 2.9px 7.5px rgba(0, 0, 0, 0.05), 2.5px 5.1px 13.4px rgba(0, 0, 0, 0.06), 4.6px 9.6px 25.1px rgba(0, 0, 0, 0.072), 11px 23px 60px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .pr_block_video_single iframe {
    width: 622px;
    height: 350px;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pr_block_video_single iframe {
    width: 533px;
    height: 300px;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .pr_block_video_single iframe {
    width: 100%;
    height: 280px;
    margin: 20px 0 0 0;
  }
}
.pr_default_block_padding {
  padding: 100px 0px;
}
@media (max-width: 1199px) {
  .pr_default_block_padding {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .pr_default_block_padding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .pr_default_block_padding {
    padding: 60px 0px;
  }
}
.pr_block_filter_bar {
  margin-bottom: 15px;
}
.pr_block_filter_bar button {
  margin-bottom: 5px;
}
.pr_block_search_bar {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.pr_block_search_bar input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 3px solid #f3f4f4;
  font-size: 14px;
  font-weight: 200;
  color: #333;
  padding: 13px 33px 11px 53px;
  border-radius: 500px;
  background: #f3f4f4;
}
.pr_block_search_bar input::-moz-placeholder {
  color: #878a8c;
  opacity: 1;
  font-weight: 400;
}
.pr_block_search_bar input:-ms-input-placeholder {
  color: #878a8c;
  font-weight: 400;
}
.pr_block_search_bar input::-webkit-input-placeholder {
  color: #878a8c;
  font-weight: 400;
}
.pr_block_search_bar .fa-search {
  position: absolute;
  top: 16px;
  left: 23px;
  font-size: 18px;
  color: #333;
}
.pr-shadow-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  -webkit-box-shadow: 0.3px 0.6px 1.7px rgba(0, 0, 0, 0.028), 0.7px 1.5px 4px rgba(0, 0, 0, 0.04), 1.4px 2.9px 7.5px rgba(0, 0, 0, 0.05), 2.5px 5.1px 13.4px rgba(0, 0, 0, 0.06), 4.6px 9.6px 25.1px rgba(0, 0, 0, 0.072), 11px 23px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0.3px 0.6px 1.7px rgba(0, 0, 0, 0.028), 0.7px 1.5px 4px rgba(0, 0, 0, 0.04), 1.4px 2.9px 7.5px rgba(0, 0, 0, 0.05), 2.5px 5.1px 13.4px rgba(0, 0, 0, 0.06), 4.6px 9.6px 25.1px rgba(0, 0, 0, 0.072), 11px 23px 60px rgba(0, 0, 0, 0.1);
}
.pr_compact_container {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}
@media (max-width: 1600px) {
  .pr_compact_container {
    width: 1170px;
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .pr_compact_container {
    width: auto;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .pr_compact_container {
    width: auto;
    padding: 0 40px;
  }
}
.pr_compact_container .pr_block_header {
  padding: 0px !important;
}
@media (max-width: 1199px) {
  .pr_compact_container .pr_block_header {
    padding: 0px !important;
  }
}
@media (max-width: 991px) {
  .pr_compact_container .pr_block_header {
    padding: 0px !important;
  }
}
@media (max-width: 767px) {
  .pr_compact_container .pr_block_header {
    padding: 0px !important;
  }
}
.slider_container {
  margin-right: auto;
  margin-left: auto;
  width: 1800px;
}
@media (max-width: 1900px) {
  .slider_container {
    width: 1600px;
    padding: 0 15px;
  }
}
@media (max-width: 1600px) {
  .slider_container {
    width: auto;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .slider_container {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .slider_container {
    width: auto;
    padding: 0;
  }
}
.pr_block_text {
  width: 100%;
  text-align: center;
  color: #1d1d1f;
}
.pr_block_text .pr_block_text_content {
  margin: 0 100px;
}
@media (max-width: 1199px) {
  .pr_block_text .pr_block_text_content {
    margin: 0 0;
  }
}
.pr_block_text .pr_block_header {
  margin: 0 0 20px 0 !important;
}
@media (max-width: 1199px) {
  .pr_block_text .pr_block_header {
    margin: 0 0 0px 0 !important;
  }
}
@media (max-width: 991px) {
  .pr_block_text .pr_block_header {
    margin: 0 0 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .pr_block_text .pr_block_header {
    margin: 0 0 15px 0 !important;
  }
}
.pr_block_hero {
  background-color: #444;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: white;
}
.pr_block_hero .pr_block_hero_cta .pr_block_hero_cta_button {
  text-align: center;
  display: inline-block;
  padding: 13px 25px 13px 25px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
@media (max-width: 767px) {
  .pr_block_hero .pr_block_hero_cta .pr_block_hero_cta_button {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
.pr_block_hero .pr_block_hero_cta .pr_block_hero_cta_more_info:hover {
  background: #EDEAE4 !important;
  border: 1px solid #EDEAE4 !important;
}
.pr_block_hero_overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 875px;
}
.pr_block_hero_overlay .new_container {
  padding: 0 250px;
}
@media (max-width: 1600px) {
  .pr_block_hero_overlay .new_container {
    padding: 0 150px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_overlay .new_container {
    padding: 0 50px;
  }
}
@media (max-width: 1600px) {
  .pr_block_hero_overlay {
    height: 720px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_overlay {
    height: 670px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_overlay {
    height: 500px;
  }
}
.pr_block_hero_arrow_down {
  margin: 70px 0px 0px 0px;
}
.pr_block_hero_arrow_down button {
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 6px;
  background: rgba(255, 255, 255, 0.3);
  color: #1d1d1f;
  font-size: 20px;
  line-height: 20px;
  border-radius: 1000px;
  border: 0px;
}
@media (max-width: 1199px) {
  .pr_block_hero_arrow_down button {
    width: 50px;
    height: 50px;
    padding-top: 4px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .pr_block_hero_arrow_down {
    margin: 50px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .pr_block_hero_arrow_down {
    font-size: 40px;
    line-height: 50px;
  }
}
.slider_list_equipment {
  margin: 15px 0 !important;
  height: 330px !important;
}
@media (max-width: 1300px) {
  .slider_list_equipment {
    height: 345px !important;
    margin: 15px 0 0 0 !important;
  }
}
@media (max-width: 1199px) {
  .slider_list_equipment {
    height: 370px !important;
  }
}
@media (max-width: 991px) {
  .slider_list_equipment {
    height: 405px !important;
  }
}
@media (max-width: 767px) {
  .slider_list_equipment {
    height: 360px !important;
    margin: 10px 0 0 0 !important;
  }
}
.slider_list {
  margin: 0;
  height: 390px;
  position: relative !important;
  overflow: -moz-scrollbars-none !important;
  border-left: 100px solid #fff;
  border-right: 100px solid #fff;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .slider_list {
    border-left: 70px solid #fff;
    border-right: 70px solid #fff;
    height: 390px;
  }
}
@media (max-width: 1199px) {
  .slider_list {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .slider_list {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    height: 430px;
  }
}
@media (max-width: 767px) {
  .slider_list {
    height: 390px;
  }
}
.slider_list .slider_list_content {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-direction: normal;
  padding: 0;
  margin: 0;
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .slider_list .slider_list_content {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .slider_list .slider_list_content {
    padding: 0 15px;
  }
}
.slider_list .slider_list_content::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.slider_list .slider_list_content .c_item {
  width: 25%;
  min-width: 100px;
  display: block;
  white-space: normal;
  float: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .slider_list .slider_list_content .c_item {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .slider_list .slider_list_content .c_item {
    width: 66.6666%;
    min-width: 200px;
    max-width: 300px;
  }
}
.slider_list .slider_list_content .c_item .category_item {
  height: auto !important;
}
@media (max-width: 767px) {
  .slider_list .slider_list_content .c_item .category_item {
    padding: 0 5px;
  }
}
.category_list_arrows button {
  border: 0px;
  background: none;
  position: absolute;
  font-size: 24px;
  z-index: 2;
  background: #ebeced;
  top: 92px;
}
@media (max-width: 1199px) {
  .category_list_arrows button {
    font-size: 16px;
  }
}
.category_list_arrows button:hover {
  background: #4AB972;
  color: #fff;
}
.category_list_arrows .category_list_arrow_left {
  left: 0px;
  border-radius: 200px;
  padding: 3px 4px 0 0;
  text-align: center;
  height: 60px;
  width: 60px;
}
@media (max-width: 1600px) {
  .category_list_arrows .category_list_arrow_left {
    border-radius: 0 200px 200px 0;
    padding: 16px 24px 16px 17px;
    left: -15px;
  }
}
@media (max-width: 1199px) {
  .category_list_arrows .category_list_arrow_left {
    left: 0px;
  }
}
.category_list_arrows .category_list_arrow_right {
  right: 0px;
  border-radius: 200px;
  padding: 20px;
  padding: 3px 0 0 4px;
  text-align: center;
  height: 60px;
  width: 60px;
}
@media (max-width: 1600px) {
  .category_list_arrows .category_list_arrow_right {
    border-radius: 200px 0 0 200px;
    padding: 16px 17px 16px 24px;
    right: -15px;
  }
}
@media (max-width: 1199px) {
  .category_list_arrows .category_list_arrow_right {
    right: 0px;
  }
}
.review_slider {
  width: 100%;
  text-align: center;
}
.review_slider .review_slider_content {
  position: relative;
  top: -30px;
  z-index: 0;
}
.review_slider .review_slider_content .review_slider_content_swiper {
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 767px) {
  .review_slider .review_slider_content .review_slider_content_swiper {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.review_slider .review_slider_content .review_slider_item {
  height: 300px;
}
@media (max-width: 991px) {
  .review_slider .review_slider_content .review_slider_item {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .review_slider .review_slider_content .review_slider_item {
    height: 300px;
  }
}
.review_slider .swiper-container {
  padding: 100px 0 80px 0 !important;
}
@media (max-width: 991px) {
  .review_slider .swiper-container {
    padding: 80px 0 70px 0 !important;
  }
}
@media (max-width: 767px) {
  .review_slider .swiper-container {
    padding: 60px 0 70px 0 !important;
  }
}
.review_slider .swiper-arrows {
  margin-left: 15%;
  margin-right: 15%;
}
@media (max-width: 767px) {
  .review_slider .swiper-arrows {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.review_slider .swiper-slide {
  opacity: 0.15;
  z-index: 2;
  font-size: 15px;
}
@media (max-width: 991px) {
  .review_slider .swiper-slide {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .review_slider .swiper-slide {
    font-size: 16px;
  }
}
@media (max-width: 325px) {
  .review_slider .swiper-slide {
    font-size: 14px;
  }
}
.review_slider .swiper-slide .fa-quote-right {
  position: absolute;
  top: -32px;
  left: -17px;
  font-size: 80px;
  color: #e0d4be;
  z-index: 0;
  display: none;
}
.review_slider .swiper-slide .shadow_box {
  background: #fff;
  border: 5px solid #D5D6D7;
  color: #000;
  font-weight: 500;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.review_slider .swiper-slide .shadow_box .center_box_content {
  padding: 0px 30px;
}
@media (max-width: 325px) {
  .review_slider .swiper-slide .shadow_box .center_box_content {
    padding: 0px 20px;
  }
}
.review_slider .swiper-slide .shadow_box span {
  line-height: 30px;
  display: inline;
  -webkit-box-shadow: 10px 0 0 #edeae4, -10px 0 0 #edeae4;
          box-shadow: 10px 0 0 #edeae4, -10px 0 0 #edeae4;
  position: relative;
  z-index: 1 !important;
}
.review_slider .swiper-slide .shadow_box .review_slider_item_author {
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  position: relative;
}
.review_slider .swiper-slide .shadow_box .review_slider_item_author:after {
  position: absolute;
  display: block;
  content: "";
  border-color: #edeae4 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  text-align: center;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media (max-width: 767px) {
  .review_slider .swiper-slide .shadow_box .review_slider_item_author:after {
    top: -22px;
  }
}
.review_slider .swiper-slide .shadow_box .review_slider_item_author_city {
  font-weight: 400;
  font-size: 11px;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.8);
}
.review_slider .swiper-slide-active {
  opacity: 1;
  font-size: 16px;
  z-index: 3;
}
@media (max-width: 991px) {
  .review_slider .swiper-slide-active {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .review_slider .swiper-slide-active {
    padding: 0 40px;
    font-size: 16px;
  }
}
@media (max-width: 325px) {
  .review_slider .swiper-slide-active {
    padding: 0 20px;
  }
}
.review_slider .swiper-slide-active .fa-quote-right {
  display: block;
}
.review_slider .swiper-slide-active .shadow_box {
  padding: 20px 20px;
  border: 5px solid #fff;
  font-weight: 700;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
@media (max-width: 767px) {
  .review_slider .swiper-slide-active .shadow_box {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.review_slider .swiper-slide-active .shadow_box span {
  background-color: #edeae4;
  -webkit-box-shadow: 10px 0 0 #edeae4, -10px 0 0 #edeae4;
          box-shadow: 10px 0 0 #edeae4, -10px 0 0 #edeae4;
  padding: 7px 0px 5px 0;
  line-height: 34px;
}
@media (max-width: 991px) {
  .review_slider .swiper-slide-active .shadow_box span {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .review_slider .swiper-slide-active .shadow_box span {
    line-height: 38px;
  }
}
@media (max-width: 325px) {
  .review_slider .swiper-slide-active .shadow_box span {
    line-height: 36px;
  }
}
.review_slider .swiper-pagination {
  bottom: 0px !important;
}
@media (max-width: 767px) {
  .review_slider .swiper-pagination {
    bottom: 30px !important;
  }
}
.review_slider .swiper-pagination-bullet-active {
  background: #ad9d81 !important;
  opacity: 1 !important;
}
.review_slider .swiper-pagination-bullet {
  background: #EDEAE4;
  opacity: 0.8;
  width: 10px;
  height: 10px;
}
.coffeeshop-modal .modal-header {
  position: relative !important;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.coffeeshop-modal .modal-header .modal-header-bg {
  background-image: url('../img/map/coffeeshop_bg.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  /*filter: blur(5px);
		  			-webkit-filter: blur(5px);*/
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.coffeeshop-modal .modal-header .modal-header-bg-overlay {
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.coffeeshop-modal .modal-header .btnEditCoffeeshopModal {
  position: absolute !important;
  top: 30px !important;
  right: 30px !important;
  z-index: 3 !important;
  margin-top: 0px !important;
}
.coffeeshop-modal .modal-header .modal-header-content {
  position: absolute;
  z-index: 3;
  color: #fff;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.coffeeshop-modal .modal-header .modal-header-content h1,
.coffeeshop-modal .modal-header .modal-header-content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin: 5px 0 8px 0;
  padding: 0px;
}
.coffeeshop-modal .modal-header .modal-header-content h1 a,
.coffeeshop-modal .modal-header .modal-header-content h4 a {
  color: #fff;
}
.coffeeshop-modal .modal-header .modal-header-content h1 a:hover,
.coffeeshop-modal .modal-header .modal-header-content h4 a:hover,
.coffeeshop-modal .modal-header .modal-header-content h1 a:active,
.coffeeshop-modal .modal-header .modal-header-content h4 a:active,
.coffeeshop-modal .modal-header .modal-header-content h1 a:focus,
.coffeeshop-modal .modal-header .modal-header-content h4 a:focus {
  color: #fff;
  text-decoration: none;
}
.coffeeshop-modal .modal-header .modal-header-content h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}
.coffeeshop-modal .modal-header .modal-header-content .btnSaveCoffeeshop {
  position: static !important;
  margin: 8px 0 0 0;
}
.coffeeshop-modal .modal-header .modal-header-content .modal-header-content-stars {
  margin-top: 8px;
  color: #e0b32d;
  font-size: 20px;
}
.coffeeshop-modal .modal-body {
  padding: 0px !important;
}
.coffeeshop-modal .modal-body h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0px;
}
.coffeeshop-modal .modal-body .menu_tab_content_1 {
  margin: 0 auto;
  width: 100%;
}
.coffeeshop-modal .modal-body .coffeeshop_disclaimer {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  clear: both;
  font-size: 12px;
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .coffeeshop-modal .modal-body .menu_tab_content .col-xs-12 {
    margin-bottom: 20px !important;
  }
}
.coffeeshop-modal .modal-body .menu_tab_content .pull-left {
  margin-right: 50px;
}
.coffeeshop-modal .modal-body .menu_tab_content .socials .social_node {
  display: inline-block;
  color: #fff;
}
.coffeeshop-modal .modal-body .menu_tab_content .socials .social_node a {
  display: inline-block;
  background: #EDEAE4;
  color: #1d1d1f;
  margin: 5px 5px 0 0;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding-top: 2px;
  width: 40px;
  text-align: center;
}
.coffeeshop-modal .modal-body .menu_tab_content .socials .social_node a:hover {
  background: #4AB972;
  color: #fff;
}
.coffeeshop-modal .modal-body .menu_tab_content .hours td {
  padding: 0px 5px 5px 0;
  font-size: 13px;
  line-height: 18px;
}
.coffeeshop-modal .modal-body .menu_tab_content .hours .day {
  font-weight: 700;
}
.coffeeshop-modal .modal-body .coffeeshop-modal-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ebeced;
}
.coffeeshop-modal .modal-body .coffeeshop-modal-menu ul li {
  display: inline-block;
  padding: 20px 20px 18px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  border: 0px;
  margin-right: -3px;
}
.coffeeshop-modal .modal-body .coffeeshop-modal-menu ul li:hover {
  background: #ebeced;
  color: #1d1d1f;
}
.coffeeshop-modal .modal-body .coffeeshop-modal-menu ul .active {
  background: #ebeced !important;
  color: #1d1d1f !important;
}
.coffeeshop-modal .modal-body .modal-body-content {
  padding: 40px;
}
.coffeeshop-modal .modal-body .modal-body-content .addReviewModal {
  margin-top: 20px;
}
.coffeeshop-modal .modal-body .modal-body-content .addReviewModal .review_description {
  border-top: 0px !important;
}
.coffeeshop-modal .modal-body .modal-body-content .addNewReviewContent {
  text-align: center;
}
.coffeeshop-modal .modal-body .modal-body-content .addNewReview {
  margin: 0 0 -10px 0;
  font-size: 20px;
  line-height: 20px;
  padding: 15px 20px 13px 20px;
}
.coffeeshop-modal .modal-body .modal-body-content .addCoffeeshopReviewFooter p {
  margin: 27px 0 0 -10px !important;
  float: left;
}
.coffeeshop-modal .modal-body .modal-body-content .review_item_content {
  margin-top: 20px;
}
.coffeeshop-modal .modal-body .modal-body-content .clearfix {
  margin: 0px !important;
}
.coffeeshop-modal .modal-body .modal-body-content .review_author .clearfix {
  margin: 0px !important;
  font-size: 13px !important;
  line-height: 18px !important;
}
.coffeeshop-modal .modal-body .modal-body-content .review_author .clearfix a {
  font-size: 18px !important;
  line-height: 18px !important;
  margin-right: 5px !important;
}
.coffeeshop-modal .modal-body .modal-body-content .review_stars {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #000 !important;
}
.coffeeshop-modal .modal-body .modal-body-content .review_stars i {
  font-size: 16px !important;
  line-height: 16px !important;
}
.coffeeshop-modal .modal-body .modal-body-content .review_description {
  margin: 10px 0 !important;
  font-size: 14px;
}
.coffeeshop-modal .modal-body .modal-body-content hr {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  border-top: 1px solid #ebeced;
}
.coffeeshop-modal .modal-body .modal-body-content .review_images {
  margin-top: 10px;
}
.coffeeshop-modal .modal-body .modal-body-content .review_images img {
  cursor: pointer;
  margin-bottom: 20px;
}
.coffeeshop-modal .modal-body .modal-body-content .review_images .row {
  margin: 0 -10px;
  padding: 0 0px;
}
.coffeeshop-modal .modal-body .modal-body-content .review_images .row .col-lg-2,
.coffeeshop-modal .modal-body .modal-body-content .review_images .row .col-md-3,
.coffeeshop-modal .modal-body .modal-body-content .review_images .row .col-sm-4,
.coffeeshop-modal .modal-body .modal-body-content .review_images .row .col-xs-12,
.coffeeshop-modal .modal-body .modal-body-content .review_images .row .col-xs-6 {
  margin: 0;
  padding: 0 10px;
}
.coffeeshop-modal .modal-body .modal-body-content .no_review_images {
  text-align: center;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 22px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .coffeeshop-modal .modal-body .modal-body-content .no_review_images {
    padding: 0;
  }
}
.coffeeshop-modal .modal-body .modal-body-content .no_review_images img {
  text-align: center;
  display: inline-block;
  width: 200px;
  height: auto;
  margin-top: 20px;
}
.coffeeshop-modal .modal-body .menu_tab_content {
  display: none;
}
.coffeeshop-modal .modal-body .insta_content {
  line-height: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .coffeeshop-modal .modal-body .insta_content {
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
}
.coffeeshop-modal .modal-body .insta_content .insta_item {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
.map_overlay_loader {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.map_overlay_loader .loader {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.map_overlay_loader .loader .fa-spin {
  font-size: 100px;
  color: #fff;
}
.coffeeshop_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.coffeeshop_filter {
  background: #333;
  color: #fff;
  padding: 0px 30px;
  height: 80px;
  width: 100%;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 767px) {
  .coffeeshop_filter {
    height: auto;
    padding: 0px 15px 20px 15px;
  }
}
.coffeeshop_filter .pull-left {
  margin-right: 20px;
}
.coffeeshop_filter .addNewCoffeeshop {
  border: 0px;
  background: #4AB972;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  padding: 12px 20px 10px 20px;
  margin: 23px 0 0 0;
  border-radius: 5px;
  display: inline-block;
}
.coffeeshop_filter .addNewCoffeeshop i {
  margin-left: 5px;
}
.coffeeshop_filter .addNewCoffeeshop:hover {
  background: #5cc080;
  text-decoration: none;
}
.coffeeshop_filter h1,
.coffeeshop_filter h2 {
  margin: 28px 20px 0 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.coffeeshop_filter h1 a,
.coffeeshop_filter h2 a {
  color: #fff;
}
.coffeeshop_filter h1 a:hover,
.coffeeshop_filter h2 a:hover,
.coffeeshop_filter h1 a:focus,
.coffeeshop_filter h2 a:focus,
.coffeeshop_filter h1 a:active,
.coffeeshop_filter h2 a:active {
  text-decoration: none;
}
.coffeeshop_filter h1 i,
.coffeeshop_filter h2 i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .coffeeshop_filter h1 a {
    font-size: 32px;
  }
}
.coffeeshop_filter .coffeeshop_filter_customize {
  width: 60%;
  text-align: right;
}
.coffeeshop_filter .fa-checkbox {
  width: 25px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0px;
  border-radius: 100px;
  margin-right: 5px;
  font-size: 16px;
  height: 18px;
  color: #fff;
  display: inline-block;
}
.coffeeshop_filter .fa-checkbox .fa {
  display: inline-block;
  padding: 0px;
}
.coffeeshop_filter .fa-checkbox .fa-check-circle {
  text-align: left !important;
  width: 100%;
}
.coffeeshop_filter .fa-checkbox .fa-times-circle {
  text-align: right !important;
  width: 100%;
}
.coffeeshop_filter .fa-checkbox .fa-active {
  display: inline-block;
}
.coffeeshop_filter .fa-checkbox .fa-inactive {
  display: none;
}
.coffeeshop_filter label {
  font-weight: 200 !important;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  cursor: pointer;
  padding: 32px 0 0 0;
}
.coffeeshop_filter label:hover {
  color: #fff;
}
.coffeeshop_filter .btnEditFilters {
  display: inline-block;
  margin: 28px 0 0 0;
  background: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  border: 0px;
  border-radius: 5px;
  font-weight: 400;
  padding: 6px 10px 4px 10px;
}
.coffeeshop_filter .btnEditFilters:hover {
  background: #4AB972;
  color: #fff;
}
.coffeeshop_filter .resultFound {
  display: inline-block;
  margin: 28px 0 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  border: 0px;
  font-weight: 400;
  padding: 6px 0px 4px 10px;
}
.coffeeshop_filter .coffeeshop_search {
  position: relative;
  margin-top: 15px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .coffeeshop_filter .coffeeshop_search {
    width: 100%;
  }
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results {
  position: absolute;
  top: 48px;
  left: 0px;
  background: #fff;
  width: 100%;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 5px 5px;
  max-height: 300px;
  overflow-y: scroll;
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results ul {
  padding: 0px 0 0 0;
  margin: 0px;
  width: 100%;
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results ul li {
  list-style: none;
  width: 100%;
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results ul li a {
  color: #1d1d1f;
  font-size: 13px;
  padding: 15px 20px 13px 20px;
  border-bottom: 1px solid #ebeced;
  width: 100%;
  display: block;
  cursor: pointer;
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results ul li a i {
  width: 25px;
  text-align: center;
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results ul li a img {
  width: 18px;
  margin-left: 10px;
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results ul li a:hover {
  background: #4AB972;
  color: #fff;
  text-decoration: none;
}
.coffeeshop_filter .coffeeshop_search .coffeeshop_search_results ul li .coffeeshop_search_last_result {
  border-radius: 0px 0px 5px 5px;
}
.coffeeshop_filter .form-control {
  width: 500px;
  padding: 25px 50px 25px 20px;
  border: 0px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  color: #fff;
}
@media (max-width: 1350px) {
  .coffeeshop_filter .form-control {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .coffeeshop_filter .form-control {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .coffeeshop_filter .form-control {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .coffeeshop_filter .form-control {
    width: 100%;
    float: none !important;
    display: block;
    clear: both;
    font-size: 16px;
  }
}
.coffeeshop_filter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.coffeeshop_filter .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.coffeeshop_filter .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.coffeeshop_filter .form-control:hover::-moz-placeholder,
.coffeeshop_filter .form-control:active::-moz-placeholder,
.coffeeshop_filter .form-control:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.coffeeshop_filter .form-control:hover:-ms-input-placeholder,
.coffeeshop_filter .form-control:active:-ms-input-placeholder,
.coffeeshop_filter .form-control:focus:-ms-input-placeholder {
  color: #ffffff;
}
.coffeeshop_filter .form-control:hover::-webkit-input-placeholder,
.coffeeshop_filter .form-control:active::-webkit-input-placeholder,
.coffeeshop_filter .form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.coffeeshop_filter .btnSearchShops {
  background: none;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  text-align: center;
  position: absolute;
  top: 14px;
  right: 20px;
}
.coffeeshop_filter .btnSearchShops:hover {
  color: #ffffff;
}
.coffeeshop {
  height: 100px;
  position: relative;
  background: #EDEAE4;
}
.coffeeshop .coffeeshop_map_infobox {
  position: absolute;
  z-index: 4;
  background: #fff;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  color: #1d1d1f;
  display: none;
}
@media (max-width: 1199px) {
  .coffeeshop .coffeeshop_map_infobox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .coffeeshop .coffeeshop_map_infobox {
    width: 100%;
  }
}
.coffeeshop .coffeeshop_map_infobox .coffeeshop_map_infobox_header {
  background: #ebeced;
  color: #1d1d1f;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: block;
  cursor: pointer;
}
.coffeeshop .coffeeshop_map_infobox .coffeeshop_map_infobox_header i {
  margin-right: 5px;
}
.coffeeshop .btnShowMoreCoffeeshops {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  background: #D5D6D7;
  color: #1d1d1f;
  border: 0px;
}
.coffeeshop .btnShowMoreCoffeeshops:hover {
  background: #e2e3e3;
}
.coffeeshop .coffeeshop_left {
  width: 30%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #fff;
  overflow-x: scroll;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .coffeeshop .coffeeshop_left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .coffeeshop .coffeeshop_left {
    width: 100%;
    z-index: 2;
  }
}
.coffeeshop .coffeeshop_right {
  width: 70%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #EDEAE4;
}
@media (max-width: 1199px) {
  .coffeeshop .coffeeshop_right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .coffeeshop .coffeeshop_right {
    width: 100%;
    z-index: 1;
  }
}
.coffeeshop .coffeeshop_right .coffeeshop_marker {
  position: absolute;
  display: none;
  width: auto;
  top: 37%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -37%);
  transform: translate(-50%, -37%);
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.coffeeshop .coffeeshop_right .coffeeshop_marker a {
  color: #fff;
}
.coffeeshop .coffeeshop_right .coffeeshop_marker a:hover {
  color: #fff;
}
.coffeeshop .coffeeshop_right .coffeeshop_marker a:active,
.coffeeshop .coffeeshop_right .coffeeshop_marker a:focus {
  color: #fff;
  text-decoration: none;
}
.coffeeshop .coffeeshop_right .coffeeshop_marker:after {
  position: absolute;
  display: block;
  content: "";
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -20px;
}
.coffeeshop .coffeeshop_right .coffeeshop_right_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.coffeeshop .coffeeshop_right .coffeeshop_right_content .coffeeshop_loader {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100px;
}
.coffeeshop .coffeeshop_item {
  display: block;
  width: 100%;
  position: relative;
}
.coffeeshop .coffeeshop_item .coffeeshop_item_content {
  padding: 10px 100px 60px 30px;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ebeced;
  border-top: 1px solid #ebeced;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .coffeeshop .coffeeshop_item .coffeeshop_item_content {
    padding: 10px 0 60px 0;
  }
  .coffeeshop .coffeeshop_item .coffeeshop_item_content .coffeeshop_listings_detail_info {
    padding-left: 30px;
    padding-right: 100px;
  }
}
.coffeeshop .coffeeshop_item .coffeeshop_item_content .coffeeshop_item_sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.coffeeshop .coffeeshop_item .coffeeshop_item_content h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.coffeeshop .coffeeshop_item .coffeeshop_item_content p {
  font-size: 13px;
  line-height: 18px;
  color: #1d1d1f;
}
.coffeeshop .coffeeshop_item .coffeeshop_item_content .fa-angle-right {
  font-size: 70px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 30px;
}
.coffeeshop .coffeeshop_item:hover .coffeeshop_item_content {
  background: #4AB972 !important;
  border-color: #4AB972;
  color: #fff;
}
.coffeeshop .coffeeshop_item:hover .coffeeshop_item_content p {
  color: rgba(255, 255, 255, 0.7);
}
.coffeeshop .coffeeshop_item:hover .coffeeshop_item_content .coffeeshop_stars {
  color: rgba(0, 0, 0, 0.5);
}
.coffeeshop .coffeeshop_item:hover .coffeeshop_item_content .coffeeshop_stars .fa {
  color: rgba(0, 0, 0, 0.5) !important;
}
.coffeeshop .coffeeshop_item:hover .coffeeshop_item_content a {
  color: #fff;
}
.coffeeshop .coffeeshop_item:hover .btnSaveCoffeeshop {
  background: #fff;
  color: #1d1d1f;
}
.coffeeshop .coffeeshop_item:hover .btnSaveCoffeeshop:hover {
  background: #e0b32d;
  color: #fff;
}
.btnEditCoffeeshop {
  border-radius: 5px;
  color: #1d1d1f;
  background: none;
  padding: 0px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  border: 0px;
  font-weight: 500;
  background: #D5D6D7;
  padding: 10px 10px 8px 10px;
}
.btnEditCoffeeshop i {
  margin-right: 2px;
}
.btnEditCoffeeshop:hover {
  background: #4AB972;
  color: #fff;
}
.btnSaveCoffeeshop {
  color: #1d1d1f;
  background: #D5D6D7;
  padding: 10px 10px 8px 10px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 5px;
  border: 0px;
  margin-bottom: 19px;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  left: 25px;
  z-index: 3;
}
.btnSaveCoffeeshop i {
  margin-right: 2px;
}
.btnSaveCoffeeshop:hover {
  background: #e0b32d;
  color: #fff;
}
.btnCompleteProfile {
  border: 0px;
  background: #4AB972;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 12px 20px 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  display: inline-block;
}
.btnCompleteProfile i {
  margin-left: 5px;
}
.btnCompleteProfile:hover {
  background: #3a965b;
  text-decoration: none;
  color: #fff;
}
.coffeeshop_sidebox {
  padding: 30px;
}
.coffeeshop_sidebox h2 {
  margin: 0 0 5px 0;
  padding: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #3F8A4B;
}
.coffeeshop_sidebox p {
  font-size: 13px;
  line-height: 18px;
  color: #1d1d1f;
}
.coffeeshop_sidebox .sidebox_socials {
  margin: 10px 0 20px 0;
}
.coffeeshop_sidebox .sidebox_hours {
  margin-top: 20px;
}
.coffeeshop_sidebox .sidebox_hours td {
  padding: 0px 5px 5px 0;
  font-size: 13px;
  line-height: 18px;
}
.coffeeshop_sidebox .sidebox_hours .sidebox_day {
  font-weight: 700;
}
.coffeeshop_sidebox .sidebox_hours h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0px;
}
.coffeeshop_sidebox .social_node {
  display: inline-block;
  color: #fff;
}
.coffeeshop_sidebox .social_node a {
  display: inline-block;
  background: #EDEAE4;
  color: #1d1d1f;
  margin: 5px 5px 0 0;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding-top: 2px;
  width: 40px;
  text-align: center;
}
.coffeeshop_sidebox .social_node a:hover {
  background: #4AB972;
  color: #fff;
}
.coffeeshop_stars {
  margin-bottom: 10px;
  display: block;
  color: #1d1d1f;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.coffeeshop_stars .fa {
  color: #e0b32d !important;
  font-size: 14px;
  line-height: 14px;
}
.coffeeshop_stars:hover,
.coffeeshop_stars:active,
.coffeeshop_stars:focus {
  text-decoration: none;
  color: #1d1d1f;
}
.map_profile_content {
  padding: 30px 25px 50px 30px !important;
}
.coffeeshop_waiting_approval {
  text-align: center;
  font-weight: 500;
  padding: 30px 20px 28px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background-color: #f44336;
}
.event .event_header {
  margin-top: 0px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ebeced;
}
.event .event_header .edit_title {
  position: relative;
  height: 300px;
}
.event .event_header .edit_title .event_category {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.event .event_header .edit_title .event_category a {
  display: inline-block;
  background: #EDEAE4;
  color: #1d1d1f;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
  font-size: 16px;
}
.event .event_header .edit_title .event_category a:hover {
  text-decoration: none;
  background: #f7f6f3;
}
.event .event_header .edit_title .title {
  color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0px 0px 10px #000;
  z-index: 2;
}
.event .event_header .edit_title .title h1 {
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0px;
}
.event .event_header .edit_title .title .event_extra {
  font-size: 26px;
  font-weight: 400;
  margin-top: 5px;
}
.event .event_content {
  margin-top: 50px;
}
.event .event_content .event_description {
  font-size: 16px;
  line-height: 32px;
  text-indent: 10px;
}
.event .event_content .event_host {
  margin-top: 20px;
  font-size: 14px;
}
.event .event_content .event_description::first-letter {
  font-size: 22px;
  font-weight: 700;
  color: #6f624a;
}
.event .event_venue {
  margin: 20px 0 0 0;
  background: #EDEAE4;
  padding: 30px;
}
.event .event_venue h3 {
  margin: 0 0 10px 0;
  padding: 0px;
  font-size: 22px;
  font-weight: 600;
}
.event .venue_details {
  margin-top: 20px;
}
.event .event_infobox {
  margin-right: 40px;
}
.event .event_map {
  height: 400px;
  width: 100%;
  margin: 0px;
  position: relative;
}
.event .event_map .event_map_overlay {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0px;
  z-index: 2;
}
@media (max-width: 991px) {
  .event .event_map {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .event .event_map {
    margin: 20px 0 0 0;
  }
}
.events {
  margin: 0 0 0 0;
  padding-bottom: 40px !important;
}
.events table,
.events td,
.events th,
.events tr {
  border-color: #ebeced !important;
  vertical-align: middle !important;
}
.events table {
  border-bottom: 1px solid #ebeced !important;
}
.events td,
.events th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  vertical-align: middle !important;
}
.events .event_footer {
  text-align: right;
  margin: 30px 20px 0 0;
}
.collection_page .collection_header {
  margin-top: 0px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ebeced;
}
.collection_page .collection_header .edit_title {
  position: relative;
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.collection_page .collection_header .edit_title .title {
  color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0px 0px 10px #000;
  z-index: 2;
}
.collection_page .collection_content .collection_description {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin: 40px 0 0 0;
  font-style: italic;
  color: #6f624a;
  font-weight: 200;
}
.collection_page .collection_products {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.collection_page .collection_products .category_row {
  margin: 0 -30px;
  padding: 0 0px;
}
.collection_page .collection_products .category_row .col-lg-4,
.collection_page .collection_products .category_row .col-md-5,
.collection_page .collection_products .category_row .col-lg-8,
.collection_page .collection_products .category_row .col-md-7 {
  margin: 0 0 0px 0;
  padding: 0 30px;
}
.collection_page .collection_products .collection_products_content {
  text-align: left;
}
.collection_page .collection_products .collection_products_content .product_description {
  line-height: 36px;
  font-size: 14px;
  text-indent: 10px;
  color: #363639;
}
.collection_page .collection_products .collection_products_content .product_description::first-letter {
  font-size: 16px;
  font-weight: 700;
  color: #6f624a;
}
.collection_page .collection_products .category_item_profile_pic {
  border: 0px !important;
}
.collection_page .collection_products .category_item {
  margin-bottom: 0px;
  display: block;
}
.collection_page .collection_products .edit_category_item_flavors {
  margin: 30px 0 0 0;
  color: #1d1d1f;
  font-size: 12px;
  background: #f0f1f2;
  padding: 20px 35px 5px 35px;
}
.collection_page .collection_products .edit_category_item_flavors strong {
  display: block;
  margin-bottom: 5px;
}
.collection_page .collection_products h3 {
  padding: 0px;
  color: #3F8A4B;
  position: static;
}
.collection_page .collection_products .add {
  height: 200px;
  width: 100%;
  text-align: center;
  border: 3px solid #ebeced;
  background: #fff;
  color: #a1a3a5;
  font-size: 20px;
  font-weight: 500;
}
.collection_page .collection_products .add i {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}
.collection_page .collection_products .add:hover {
  background: #ebeced;
  color: #1d1d1f;
}
.collections textarea {
  resize: none;
}
.collections .edit_collection {
  margin-top: 300px;
  padding-bottom: 80px;
  width: 100%;
}
.collections .edit_collection .collection_text,
.collections .edit_collection .collection_text_item {
  width: 100%;
  border: 0px;
  background: none;
  padding: 0px;
  text-align: center;
  height: 100%;
  line-height: 28px;
  font-size: 16px;
  margin: 20px 0 0 0;
}
.collections .edit_collection .collection_text:focus,
.collections .edit_collection .collection_text_item:focus,
.collections .edit_collection .collection_text:active,
.collections .edit_collection .collection_text_item:active {
  border: 0px;
  outline: 0px;
}
.collections .edit_collection .collection_text_item {
  text-align: left;
}
.collections .edit_collection .edit_products {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.collections .edit_collection .edit_products .row {
  margin: 0 -30px;
  padding: 0 0px;
}
.collections .edit_collection .edit_products .row .col-xs-4,
.collections .edit_collection .edit_products .row .col-xs-8 {
  margin: 0 0 0px 0;
  padding: 0 30px;
}
.collections .edit_collection .edit_products .edit_products_content {
  text-align: left;
}
.collections .edit_collection .edit_products .edit_products_content .product_description {
  line-height: 28px;
  font-size: 16px;
  text-indent: 10px;
}
.collections .edit_collection .edit_products .edit_products_content .product_description::first-letter {
  font-size: 16px;
  font-weight: 700;
  color: #6f624a;
}
.collections .edit_collection .edit_products .category_item_profile_pic {
  border: 0px !important;
}
.collections .edit_collection .edit_products .category_item {
  margin-bottom: 30px;
  display: block;
}
.collections .edit_collection .edit_products .edit_category_item_flavors {
  margin: 30px 0 0 0;
  color: #1d1d1f;
  font-size: 12px;
  background: #f0f1f2;
  padding: 20px 35px 5px 35px;
}
.collections .edit_collection .edit_products .edit_category_item_flavors strong {
  display: block;
  margin-bottom: 5px;
}
.collections .edit_collection .edit_products h3 {
  padding: 0px;
  color: #3F8A4B;
  position: static;
}
.collections .edit_collection .edit_products .add {
  height: 200px;
  width: 100%;
  text-align: center;
  border: 3px solid #ebeced;
  background: #fff;
  color: #a1a3a5;
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px !important;
}
.collections .edit_collection .edit_products .add i {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}
.collections .edit_collection .edit_products .add:hover {
  background: #ebeced;
  color: #1d1d1f;
}
.collections .edit_title {
  position: absolute;
  height: 300px;
  text-align: center;
  width: 100%;
  top: 160px;
  z-index: 3;
  left: 0px;
}
.collections .edit_title ::-webkit-input-placeholder {
  color: #fff;
}
.collections .edit_title ::-moz-placeholder {
  color: #fff;
}
.collections .edit_title :-ms-input-placeholder {
  color: #fff;
}
.collections .edit_title input:-moz-placeholder {
  color: #fff;
}
.collections .edit_title input {
  color: #fff;
  width: 100%;
  border: 0px;
  background: none;
}
.collections .edit_title .title {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0px 0px 10px #000;
}
.collections .collection_picture {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 160px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.collections .collection_picture img {
  width: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.collections .edit_collection_actions {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  z-index: 2;
}
.collections .edit_collection_actions .btn {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}
.articles .edit_article {
  padding-top: 300px;
  width: 100%;
}
.articles .article_picture {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.articles .article_picture img {
  width: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.articles .edit_article_actions {
  position: absolute;
  top: 200px;
  z-index: 5;
}
.articles .edit_article_top {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.articles .edit_article_top .edit_article_title {
  position: relative;
  height: 300px;
  width: 100%;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content {
  position: absolute;
  bottom: 34px;
  left: 0px;
  width: 60%;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content ::-webkit-input-placeholder {
  color: #fff;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content ::-moz-placeholder {
  color: #fff;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content :-ms-input-placeholder {
  color: #fff;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content input:-moz-placeholder {
  color: #fff;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content input {
  color: #fff;
  width: 100%;
  border: 0px;
  background: none;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0px;
}
.articles .edit_article_top .edit_article_title .edit_article_title_content .perex {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.winCreditsModal .winCreditsModal_content {
  padding: 50px 50px 0px 50px;
}
.winCreditsModal .winCreditsModal_content h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_subtitle {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin: 30px 0;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_login {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin: 30px 0 0 0;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_disclaimer {
  padding: 15px 0px 0 0px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_kofio_sign {
  width: 40px;
  height: auto;
  top: -10px;
  position: relative;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_login_form,
.winCreditsModal .winCreditsModal_content .winCreditsModal_signup_form {
  display: none;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box {
  margin-bottom: 30px;
  width: 100%;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box input[type=text],
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box input[type=password] {
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box .gdpr {
  font-weight: 400;
  margin-top: 15px;
  width: auto;
  font-size: 13px;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box button {
  border-radius: 5px;
  padding: 15px 10px 14px 10px;
  margin-top: 5px;
  display: block;
  background: #4AB972;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box button:hover {
  background: #3a965b;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box label {
  margin-top: 15px;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box .forgotten_psw,
.winCreditsModal .winCreditsModal_content .winCreditsModal_email_box .registration_anchor {
  font-size: 14px;
  margin: 15px 10px 0 0;
  color: #1d1d1f;
  display: inline-block;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_signup_form {
  margin-top: -15px;
}
.winCreditsModal .winCreditsModal_content .winCreditsModal_signup_form input[type=text],
.winCreditsModal .winCreditsModal_content .winCreditsModal_signup_form input[type=password] {
  padding: 8px 10px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.winCredits {
  padding: 0 140px 20px 150px;
}
.winCredits p {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 24px;
}
.winCredits .winCreditsDisclaimer {
  font-size: 12px;
  color: #8a7e68;
  border-top: 1px solid #D5CDBF;
  padding-top: 30px;
  margin-top: 60px;
}
.winCredits .winCreditsItem {
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.winCredits .winCreditsItem .merchant_pic {
  border-radius: 1000px;
  background: #fff;
  padding: 25px;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 5px solid #fff;
  cursor: pointer;
}
.winCredits .winCreditsItem .merchant_pic img {
  border-radius: 1000px;
}
.winCredits .winCreditsItem .merchant_pic .loading {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1000px;
  color: #fff;
}
.winCredits .winCreditsItem .merchant_pic .loading i {
  font-size: 150px;
  text-align: center;
}
.winCredits .winCreditsItem .roaster_country {
  display: inline-block;
  top: -2px;
  position: relative;
}
.winCredits .winCreditsItem h3 {
  display: inline-block;
  font-size: 18px;
  color: #1d1d1f;
}
.winCredits .winCreditsItem:hover {
  top: -5px;
}
.winCredits .winCreditsItem:hover .merchant_pic {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  border-color: #EDEAE4;
}
.referToFriend {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -50px;
}
.referToFriend .referToFriend_content {
  padding: 50px;
  color: #1d1d1f;
}
.referToFriend .referToFriend_content h1 {
  font-weight: bold;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
}
.referToFriend .referToFriend_content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
}
.referToFriend .referToFriend_content .referToFriend_desc {
  margin: 20px 0 0 0;
  padding: 0px;
  font-weight: 400px;
  font-size: 18px;
  line-height: 30px;
}
.referToFriend .referToFriend_content .referToFriend_emoji {
  height: 26px;
  width: 26px;
  margin: -8px 0px 0 0;
}
.referToFriend .referToFriend_content .referToFriend_link {
  border-radius: 5px;
  width: 100%;
  background: #fff;
  border: 3px solid #b8e4c8;
  padding: 20px 40px 18px 20px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-top: 40px;
  margin-bottom: 0px;
}
.referToFriend .referToFriend_content .referToFriend_sharing {
  padding: 50px 40px;
  margin-top: 40px;
  background: #eff9f3;
  border-radius: 10px;
}
.referToFriend .referToFriend_content .referToFriend_ref_links {
  margin-top: 40px;
  width: 100%;
  font-size: 18px;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul {
  margin: 0px;
  padding: 0px;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul li {
  display: inline-block;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul li a {
  background: #ebeced;
  border-radius: 5px;
  margin-right: 5px;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 0px !important;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul li a:hover {
  background: #D5D6D7;
  text-decoration: none;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul li .promo_fb {
  background: #3b5998;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul li .promo_fb:hover {
  background: #4c70ba;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul li .promo_tw {
  background: #1da1f2;
}
.referToFriend .referToFriend_content .referToFriend_ref_links ul li .promo_tw:hover {
  background: #4db5f5;
}
.referToFriend .referToFriend_content .referToFriend_email {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
}
.referToFriend .referToFriend_content .referToFriend_email label {
  margin: 0 0 0 10px;
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  font-size: 16px;
  background: #ebeced;
}
.referToFriend .referToFriend_content .referToFriend_email .email_text {
  border-radius: 5px;
  background: #fff;
  width: 100%;
  font-size: 14px;
  border: 3px solid #ebeced;
  padding: 30px;
  color: #1d1d1f;
}
.referToFriend .referToFriend_content .referToFriend_email .send_btn {
  background: #ebeced;
  border-radius: 5px;
  font-weight: 700;
  border: 0px;
  width: 100%;
  padding: 24px;
  font-size: 18px;
}
.referToFriend .referToFriend_content .referToFriend_email .send_btn:hover {
  background: #D5D6D7;
}
@media (max-width: 1199px) {
  .tutorial {
    padding-bottom: 0px;
  }
  .tutorial h2 {
    margin: 50px 0 40px 0;
    font-size: 30px;
  }
  .homepage_collections .collection_mask {
    position: relative;
    height: 200px;
  }
  .shipping .multiple_merchants {
    font-size: 13px;
  }
  .shipping .multiple_merchants .close-info {
    font-size: 40px;
  }
  .shipping .totals {
    width: 280px;
    padding: 30px;
  }
  .product_page .product_left .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_left .row .col-md-2,
  .product_page .product_left .row .col-md-10,
  .product_page .product_left .row .col-md-12 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_attributes .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_attributes .row .col-md-3,
  .product_page .product_attributes .row .col-md-9 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_description .product_video_content {
    width: 80%;
  }
  .product_page .product_description .farmer_pictures .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_description .farmer_pictures .row .col-md-4 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_tabs .product_tab_block .block_left {
    width: 100%;
    text-align: center;
    border-right: 1px solid #e9e5de;
    padding-right: 40px;
  }
  .product_page .product_tabs .product_tab_block .block_right {
    margin-left: 30px;
  }
  .product_page .product_tabs .product_tab_block .product_reviews_sum .single_stars {
    padding: 10px 0 20px 0px;
  }
  .product_page .product_tabs .product_tab_block .product_questions .question_item .row {
    margin: 0 -10px;
    padding: 0 0px;
  }
  .product_page .product_tabs .product_tab_block .product_questions .question_item .row .col-md-2,
  .product_page .product_tabs .product_tab_block .product_questions .question_item .row .col-md-10 {
    margin: 0;
    padding: 0 10px;
  }
  .product_page .product_tabs .product_tab_block .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_tabs .product_tab_block .row .col-md-3,
  .product_page .product_tabs .product_tab_block .row .col-md-9 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_tabs .product_tab_block .product_reviews {
    margin-top: 5px;
  }
  .product_page .product_tabs .product_tab_block .product_reviews .review_item .row {
    margin: 0 -10px;
    padding: 0 0px;
  }
  .product_page .product_tabs .product_tab_block .product_reviews .review_item .row .col-md-2,
  .product_page .product_tabs .product_tab_block .product_reviews .review_item .row .col-md-10 {
    margin: 0;
    padding: 0 10px;
  }
  .wrapper {
    margin: 50px 0 0 0;
  }
  .control_bar .btn {
    font-size: 12px;
  }
  .homepage-banner {
    background: url('../img/index_main_bg4_md.jpg');
  }
  .homepage_pic {
    height: 500px;
  }
  .homepage_pic .details {
    bottom: 15px;
    right: 140px;
  }
  .homepage_pic .details a {
    font-size: 13px;
  }
  .homepage_pic .explain {
    height: 450px;
    padding-top: 100px;
  }
  .homepage_pic .explain h2 {
    font-size: 34px;
  }
  .homepage_pic .explain p {
    font-size: 18px;
  }
  .homepage_pic .explain .links {
    margin-top: 80px;
  }
  .homepage_pic .explain .links a {
    font-size: 18px;
  }
  .homepage_pic .explain .links a i {
    font-size: 20px;
  }
  .intro {
    padding: 30px 0 30px 0;
  }
  .intro .bubbles {
    margin: 0 20px;
  }
  .intro .bubbles img {
    height: 120px;
  }
  .intro h3 {
    margin: 0 0 30px 0;
    font-size: 22px;
  }
  .intro .intro_desc {
    margin: 10px 0 0 0;
    font-size: 12px;
  }
  .intro .intro_desc a {
    font-size: 12px;
  }
  .intro .intro_desc a strong {
    font-size: 16px;
  }
  .intro .letsgo {
    margin: 30px 0 10px 0;
  }
  .intro .letsgo a {
    font-size: 18px;
  }
  .pixbook {
    font-size: 14px;
  }
  .pixbook .main_pic .photo_item_btm h2 {
    font-size: 40px;
  }
  .pixbook .main_pic .photo_item_btm h3 {
    font-size: 18px;
  }
  .pixbook .social_bar .btn {
    font-size: 13px;
  }
  .pixbook .social_bar_top .widgets {
    margin: 0 6px 30px 0px;
  }
  .pixbook .node_content {
    font-size: 12px;
    line-height: 16px;
  }
  .pixbook .pixbooks_might_like_top .mag_node .crop img {
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .pixbook .edit_pixbook .mce-btn button {
    padding: 4px 7px;
  }
  .pixbook .edit_pixbook .pix_edit_img {
    min-height: 280px;
  }
  .pixbook .edit_pixbook .photo_drag {
    width: 295px;
    margin: 0 0 20px 10px;
  }
  .homepage_new .photo_node .photo_item .photo_item_top {
    padding: 15px 15px 50px 15px;
    font-size: 13px;
  }
  .homepage_new .photo_node .photo_item .photo_item_btm {
    padding: 50px 15px 15px 15px;
  }
  .homepage_new .mag_node .crop {
    height: 300px;
  }
  .homepage_new .mag_node .crop .mag_top {
    padding: 15px 15px 50px 15px;
  }
  .homepage_new .mag_node .crop .mag_btm {
    padding: 40px 15px 15px 15px;
  }
  .homepage_new .mag_node .crop .mag_btm a {
    font-size: 22px;
  }
  .homepage_new .mag_node .crop .mag_btm .author a {
    font-size: 13px;
  }
  .homepage_new .mag_node .crop .mag_btm .author .mag_comments {
    font-size: 13px;
  }
  .homepage_new .side_widget h3 {
    font-size: 20px;
  }
  .homepage_new .side_widget h3 a {
    font-size: 20px;
  }
  .homepage_new .side_widget a {
    font-size: 13px;
  }
  .homepage_new .side_footer h3 {
    font-size: 20px;
  }
  .homepage_new .side_footer h3 a {
    font-size: 20px;
  }
  .homepage_new .side_footer a {
    font-size: 13px;
  }
  .profile .profile_top .main_bg_pic {
    height: 170px;
  }
  .profile .profile_top .profile_menu_small {
    height: 40px;
    padding: 0 0 0 0px;
  }
  .profile .profile_top .profile_menu_small .profile_links li {
    line-height: 40px;
  }
  .profile .profile_top .profile_menu_small .profile_links li a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 10px;
  }
  .profile .profile_top .profile_img {
    left: 24px;
    width: 170px;
    height: 170px;
  }
  .profile .profile_top .profile_img .img_fill {
    margin: 4px;
    width: 160px;
    height: 160px;
  }
  .profile .profile_top .profile_img .profile_img_dims_height {
    height: 160px;
  }
  .profile .profile_top .profile_img .profile_img_dims_width {
    width: 160px;
  }
  .profile .profile_top .general_info {
    padding: 0px 20px 15px 218px;
  }
  .profile .profile_top .general_info h2 {
    font-size: 28px;
  }
  .profile .profile_top .contact {
    top: 10px;
    right: 20px;
  }
  .profile .profile_top .contact .contact_link {
    font-size: 13px;
  }
  .profile .profile_bottom {
    padding: 10px 10px 0px 15px;
    background: -webkit-gradient(linear, left top, right top, from(#fcfcfc), color-stop(28%, #fcfcfc), color-stop(28%, #fff), to(#fff));
    background: linear-gradient(to right, #fcfcfc, #fcfcfc 28%, #fff 28%, #fff);
  }
  .profile .profile_bottom .profile_info {
    padding: 0 0 20px 20px;
  }
  .profile .profile_bottom .profile_info .photos hr {
    margin: 10px -12px 20px -15px;
    border-top: 1px solid #ebeced;
  }
  .profile .profile_bottom .profile_info .profile_header h3 {
    font-size: 13px;
  }
  .profile .profile_bottom .profile_info .pro_description h4 {
    font-size: 13px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets h3 {
    font-size: 16px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node .node_content .node_name {
    width: 190px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node:hover {
    border: 1px solid #3F8A4B;
    border-bottom: 2px solid #3F8A4B;
    -webkit-box-shadow: 0px 3px 5px #94ce9d;
            box-shadow: 0px 3px 5px #94ce9d;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node .no_pics {
    height: 180px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node .addNewGetAll {
    height: 224px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node .moreNodes {
    height: 224px;
    font-size: 14px;
    padding-top: 85px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node .moreNodes i {
    font-size: 28px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node img {
    height: 180px;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node .nodes_small {
    width: 40%;
  }
  .profile .profile_bottom .profile_info .profile_content .sets .pixbook .node .nodes_small img {
    height: 50px;
    width: 50px;
  }
  .profile .profile_bottom .left-sidebar {
    border-right: 1px solid #ebeced;
    margin: -10px 0 0 -15px;
  }
  .profile .profile_bottom .left-sidebar h4 {
    margin: 0px 0 10px 0;
    font-weight: 600;
    font-size: 16px;
  }
  .profile .profile_bottom .left-sidebar .network {
    padding: 15px 20px 0px 20px;
    margin: 0 0 20px 0;
  }
  .profile .profile_bottom .left-sidebar .network .follow_box .row .col-xs-6 {
    font-size: 13px;
    line-height: 13px;
  }
  .profile .profile_bottom .left-sidebar .contant_info {
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .profile .profile_bottom .left-sidebar .contant_info .btn-share-profile {
    font-size: 12px;
  }
  .profile .profile_bottom .left-sidebar .contant_info .heading {
    width: 76px;
  }
  .profile .profile_bottom .left-sidebar .contant_info .clearfix {
    line-height: 18px;
  }
  .profile .profile_bottom .left-sidebar .social_boxes {
    padding: 20px;
  }
  .profile .profile_bottom .left-sidebar .social_boxes a {
    border-radius: 20px;
    font-size: 14px;
  }
  .profile .profile_bottom .left-sidebar .about-us {
    padding: 20px;
    font-size: 12px;
    line-height: 22px;
  }
  .products_all .col_left {
    width: 230px;
  }
  .products_all .col_right {
    width: 700px;
  }
  .products_all .filter_size .btn {
    padding: 6px 14px;
  }
  .products_all .product_content_pic {
    height: 150px !important;
  }
  .products_all .product_results .product_node {
    padding: 5px 10px 45px 10px;
  }
  .products_all .product_results .product_node .product_actions {
    position: absolute;
    bottom: 9px;
  }
  .products_all .product_results .product_node .product_actions .product_actions_content {
    font-size: 13px;
  }
  .products_all .product_results .product_node .product_actions .product_actions_content .more_info,
  .products_all .product_results .product_node .product_actions .product_actions_content .exit_shop {
    font-size: 13px !important;
  }
  .products_all .inp_range input[type="text"] {
    width: 40px !important;
  }
  .companies .col_left {
    width: 22%;
  }
  .companies .col_right {
    width: 74%;
  }
  .companies .company_node .company_info_content {
    font-size: 12px;
    line-height: 22px;
  }
  .photos .section_content .photo_layout_1 .left_area {
    width: 440px;
  }
  .photos .section_content .photo_layout_1 .right_area {
    margin-left: 460px;
  }
  .photos .section_content .general {
    height: 390px;
  }
  .photos .section_content .photo_info {
    font-size: 12px;
    line-height: 18px;
  }
  .photos .section_content .photo_info_3,
  .photos .section_content .photo_info_4 {
    font-size: 10px;
    line-height: 15px;
  }
  .photos .section_content .photo_share ul li {
    font-size: 12px;
    padding: 6px 10px;
    color: #1d1d1f;
    background: #ebeced;
    margin: 0 1px 0 0;
    cursor: pointer;
  }
  .photos .section_content .photo_share ul li:hover {
    background: #3F8A4B;
    color: #fff;
  }
  .photos .section_content .photo_share ul li button {
    font-size: 12px;
  }
  .photos .section_content .photo_share ul .link {
    padding: 0;
  }
  .photos .section_content .photo_share ul .link a {
    padding: 6px 10px;
    display: block;
    color: #1d1d1f;
    font-size: 12px;
  }
  .photos .section_content .photo_share ul .link a:hover {
    text-decoration: none;
    background: #3F8A4B;
    color: #fff;
  }
  .edit_projects .edit_content {
    padding-left: 10px;
  }
  .edit_projects .photo_drag {
    width: 216px;
    margin: 0 0 10px 10px;
    background: #fff;
    cursor: move;
  }
  .edit_projects .sortable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .edit_projects .handle {
    cursor: move;
  }
  .edit_projects .ui-sortable-placeholder {
    visibility: visible !important;
    background: #ebeced;
  }
  .edit_projects textarea {
    height: 138px;
  }
  .edit_projects .inputs .pull-left a.btn-small {
    font-size: 12px;
  }
  .ui-autocomplete {
    top: 45px !important;
    /* #8656 */
  }
  .filter_size .btn {
    margin: 0 0 0 -1px;
    border-radius: 0px;
    padding: 6px 12px;
    font-size: 12px;
  }
  .christmas {
    background: #ce3939 url(../img/christmas.png) -30px -10px no-repeat !important;
  }
  .christmas .c_mas_top {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 14px 0;
  }
  .christmas .c_mas_body {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    width: 240px;
    margin: 0 0 10px 0;
  }
  .christmas .c_mas_bottom {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
  }
  .christmas .c_more_info {
    padding: 10px 10px;
    width: 120px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }
  .christmas:hover {
    background: #cc1f1f url(../img/christmas.png) -30px -10px no-repeat !important;
  }
  .christmas_upload h1 {
    font-size: 30px;
  }
  .christmas_upload h2 {
    margin: 0 0 0px 0;
    font-size: 16px;
  }
  .competition .competition_header {
    padding: 60px 0 0 0;
  }
  .photo_banner {
    margin-left: 35px;
    font-size: 26px;
    padding: 30px 40px;
  }
  .photo_banner a {
    padding: 20px 40px;
  }
  .single_photo .breadcrubs {
    padding: 10px 15px;
  }
  .single_photo .user_info .user_photo_name {
    width: 210px;
  }
  .single_photo .buttons .btn {
    font-size: 13px;
  }
  .single_photo .ask_question {
    padding: 15px;
  }
  .single_photo .questions .thread_node .thread_body a {
    font-size: 13px;
  }
  .single_photo .questions .thread_node .thread_footer {
    font-size: 12px;
  }
  .single_photo .questions .thread_node .extra_comments a {
    font-size: 12px;
  }
  .single_photo .questions .thread_node .extra_comments:hover {
    background: #eeefef;
  }
  .single_photo .questions .thread_node .thread_write_comment,
  .single_photo .questions .thread_node .comment_node {
    font-size: 12px;
  }
  .single_photo .questions .thread_node .thread_write_comment .comment_space,
  .single_photo .questions .thread_node .comment_node .comment_space {
    width: 520px;
  }
  .single_photo .photos_in_pixbooks .pix_block {
    font-size: 12px;
  }
  .single_photo .photos_in_pixbooks .pix_block .pix_space {
    width: 510px;
    padding-top: 1px;
  }
  .single_photo .other_project_pics_box .row .load_more_photos {
    height: 90px;
    font-size: 12px;
    padding: 30px 5px 0 5px;
  }
  .hm-popup .hm-popup-content .hm-popul-login {
    width: 640px;
  }
  .hm-popup .hm-popup-content .hm-popul-login h4 {
    font-size: 24px;
  }
  .hm-popup .hm-popup-content .hm-popul-login p {
    font-size: 16px;
  }
  .hm-popup .hm-popup-content .hm-popul-login input[type="text"] {
    font-size: 16px;
  }
  .hm-popup .hm-popup-content .hm-popul-login .social_login {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .hm-popup .hm-popup-content .hm-popul-login .social_login li .btn {
    font-size: 16px;
  }
  .for_companies .img-part {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .for_companies .main_pic h2 {
    font-size: 28px;
  }
  .for_companies h3 {
    font-size: 24px;
  }
  .for_companies .section_1 {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .for_companies .section_1 p {
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0;
  }
  .for_companies .section_1 .p_1 {
    font-size: 18px;
  }
  .for_companies .section_1 .btn-edit {
    font-size: 18px;
  }
  .for_companies .section_3 {
    margin-bottom: 80px !important;
  }
  .for_companies .section_5 {
    margin: 60px 0;
  }
  .for_companies .section {
    padding: 40px 0 0 0;
    margin: 30px -5px 0 -5px;
  }
  .for_companies .section p {
    font-size: 18px;
    line-height: 30px;
  }
  .activate_pro .progtrckr {
    font-size: 16px;
  }
  .activate_pro .progtrckr li {
    line-height: 3.4em;
  }
  .subscription .step_1_header {
    margin-top: 30px;
  }
  .subscription .sub_main .sub_main_p {
    font-size: 18px;
  }
  .subscription .sub_section p {
    font-size: 13px;
  }
  .subscription .sub_section .sub_section_option {
    padding: 20px 10px;
  }
  .subscription .sub_section .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .subscription .sub_section .row .col-md-3,
  .subscription .sub_section .row .col-md-4,
  .subscription .sub_section .row .col-md-6 {
    margin: 0 0 0px 0;
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .hmpg_top_banner {
    background-position: right top;
  }
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_left {
    width: 50%;
  }
  .hmpg_top_banner .hmpg_top_banner_content .le_banner_right {
    width: 50%;
  }
  .hmpg_top_banner .hmpg_top_banner_content .le_headline {
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
  }
  .hmpg_top_banner .hmpg_top_banner_content .limited_edition {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0 4px 0;
    margin: 35px 0 20px 0;
  }
  .hmpg_top_banner .hmpg_top_banner_content .le_btn {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 800;
  }
  .gifts-category .gifts-category-content .row {
    margin: 0 -10px;
    padding: 0 0px;
  }
  .gifts-category .gifts-category-content .row .col-sm-4 {
    margin: 0;
    padding: 0 10px;
  }
  .gifts-category .gifts-category-content .gift-block {
    height: 250px;
    padding: 10px;
    cursor: pointer;
  }
  .gifts-category .gifts-category-content .gift-block:hover {
    text-decoration: none;
    background: #fff;
    color: #ea1c0d;
  }
  .gifts-category .gifts-category-content .gift-1 .img-responsive {
    height: 80%;
  }
  .gifts-category .gifts-category-content .gift-2 .img-responsive {
    padding-top: 15px;
  }
  .gifts-category .gifts-category-content .gift-3 .img-responsive {
    padding-top: 5px;
  }
  .subcategories .nav-categories {
    font-size: 11px !important;
  }
  .subcategories .nav-categories a,
  .subcategories .nav-categories label {
    font-size: 11px !important;
  }
  .collection_in_category {
    margin: -15px 0 !important;
  }
  .category_content .category_filter .category_filter_options {
    width: 32%;
  }
  .category_content .category_filter .category_content_filter_results {
    width: 65%;
  }
  .shipping .multiple_merchants {
    font-size: 16px;
  }
  .shipping .multiple_merchants .close-info {
    font-size: 40px;
  }
  .shipping .totals {
    position: static;
    width: 100%;
  }
  .shipping .totals h5 {
    font-size: 18px;
    margin: 0 0 17px 0;
    padding: 0px;
    text-align: center;
  }
  .shipping .totals table {
    width: 100%;
  }
  .shipping .totals table td {
    font-size: 13px;
    line-height: 26px;
  }
  .shipping .totals .sum {
    border-top: 1px solid #e3ded5;
    border-bottom: 1px solid #e3ded5;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .shipping .totals .sum td {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }
  .shipping .totals p {
    text-align: center;
    font-size: 12px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e3ded5;
  }
  .total_box {
    padding-left: 15px;
    margin-top: 20px;
  }
  .product_page .btn-default {
    font-size: 11px;
    padding: 4px 10px;
    margin-top: -5px;
  }
  .product_page .product_left .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_left .row .col-md-2,
  .product_page .product_left .row .col-md-10,
  .product_page .product_left .row .col-md-12 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_attributes .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_attributes .row .col-md-3,
  .product_page .product_attributes .row .col-md-9 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_description .product_video_content {
    width: 100%;
    height: 300px;
  }
  .product_page .product_description .farmer_pictures .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_description .farmer_pictures .row .col-md-4 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_tabs .product_tab_block .block_left {
    border-right: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    text-align: center;
  }
  .product_page .product_tabs .product_tab_block .block_right {
    margin-left: 0px !important;
  }
  .product_page .product_tabs .product_tab_block .product_questions .question_item .row {
    margin: 0 -10px;
    padding: 0 0px;
  }
  .product_page .product_tabs .product_tab_block .product_questions .question_item .row .col-md-2,
  .product_page .product_tabs .product_tab_block .product_questions .question_item .row .col-md-10 {
    margin: 0;
    padding: 0 10px;
  }
  .product_page .product_tabs .product_tab_block .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .product_page .product_tabs .product_tab_block .row .col-md-4,
  .product_page .product_tabs .product_tab_block .row .col-md-8 {
    margin: 0;
    padding: 0 5px;
  }
  .product_page .product_tabs .product_tab_block .product_reviews {
    border-top: 0px;
    margin-top: 20px !important;
    padding-top: 0px !important;
  }
  .top_margin {
    margin-top: 0px;
  }
  .navbar .pull-right {
    margin-left: 60px;
  }
  .control_bar .btn {
    font-size: 11px;
    padding: 9px;
  }
  .homepage-banner {
    background: url('../img/index_main_bg4_sm.jpg');
  }
  .homepage_pic {
    height: 400px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .homepage_pic .details {
    bottom: 10px;
    right: 50px;
  }
  .homepage_pic .details a {
    font-size: 13px;
  }
  .homepage_pic .explain {
    height: 350px;
    padding-top: 50px;
  }
  .homepage_pic .explain h2 {
    font-size: 30px;
  }
  .homepage_pic .explain p {
    font-size: 16px;
  }
  .homepage_pic .explain .links {
    margin-top: 60px;
  }
  .homepage_pic .explain .links a {
    font-size: 16px;
  }
  .homepage_pic .explain .links a i {
    font-size: 20px;
  }
  .hm-popup .hm-popup-content .hm-popul-login {
    width: 640px;
    margin-left: 0;
  }
  .hm-popup .hm-popup-content .hm-popul-login h4 {
    font-size: 24px;
  }
  .hm-popup .hm-popup-content .hm-popul-login p {
    font-size: 16px;
  }
  .hm-popup .hm-popup-content .hm-popul-login input[type="text"] {
    font-size: 16px;
  }
  .hm-popup .hm-popup-content .hm-popul-login .social_login {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .hm-popup .hm-popup-content .hm-popul-login .social_login li .btn {
    font-size: 16px;
  }
  .single_photo .general_info {
    padding-top: 20px;
  }
  .single_photo .buttons .btn {
    font-size: 13px;
  }
  .single_photo .ask_question {
    padding: 15px;
  }
  .single_photo .ask_question input {
    margin-bottom: 10px;
  }
  .single_photo .questions .thread_node .thread_body a {
    font-size: 13px;
  }
  .single_photo .questions .thread_node .thread_footer {
    font-size: 12px;
  }
  .single_photo .questions .thread_node .extra_comments a {
    font-size: 12px;
  }
  .single_photo .questions .thread_node .extra_comments:hover {
    background: #eeefef;
  }
  .single_photo .questions .thread_node .thread_write_comment,
  .single_photo .questions .thread_node .comment_node {
    font-size: 12px;
  }
  .single_photo .questions .thread_node .thread_write_comment .comment_space,
  .single_photo .questions .thread_node .comment_node .comment_space {
    width: 620px;
  }
  .single_photo .photos_in_pixbooks .pix_block {
    font-size: 12px;
  }
  .single_photo .photos_in_pixbooks .pix_block .pix_space {
    width: 300px;
    padding-top: 1px;
  }
  .single_photo .other_project_pics_box .row .load_more_photos {
    height: 226px;
    font-size: 26px;
    padding: 80px 20px 0 20px;
  }
  .pixbooks_all .col_right {
    width: 100%;
  }
  .pixbook .main_pic {
    margin: -19px -19px 20px -19px;
  }
  .pixbook .main_pic .photo_item_btm {
    padding: 0px 0px 40px 0px;
  }
  .pixbook .main_pic .photo_item_btm h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 1px 1px 10px #000;
    line-height: 1.1;
  }
  .pixbook .main_pic .photo_item_btm h3 {
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 10px #000;
    line-height: 1;
  }
  .pixbook .main_pic .overtext {
    padding: 0px;
    height: 300px;
    overflow: hidden;
  }
  .pixbook .pix_name,
  .pixbook .px_heading {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pixbook .edit_pixbook .inputs .pull-left {
    width: 150px;
  }
  .pixbook .edit_pixbook .mce-btn button {
    padding: 4px 3px;
  }
  .pixbook .edit_pixbook .pix_edit_img {
    min-height: 210px;
  }
  .pixbook .edit_pixbook .photo_drag {
    width: 225px;
    margin: 0 0 20px 10px;
  }
  .products_all .col_left {
    width: 0%;
  }
  .products_all .col_right {
    width: 100%;
  }
  .photos .section_content .general {
    height: 419px;
  }
  .photos .section_content .photo_layout_1 .left_area {
    width: 420px;
    position: absolute;
  }
  .photos .section_content .photo_layout_1 .right_area {
    margin-left: 440px;
  }
  .companies .col_left {
    width: 0%;
  }
  .companies .col_right {
    width: 100%;
  }
  .pages .xs-menu {
    margin: 0 10px 20px 10px;
  }
  .pages .col_left {
    width: 100%;
  }
  .pages .col_right {
    width: 100%;
  }
  .xs-menu {
    display: block;
    border: 1px solid #D5D6D7;
    -webkit-box-shadow: 0px 1px 3px #D5D6D7;
            box-shadow: 0px 1px 3px #D5D6D7;
    margin: 0 0px 20px 0px;
    background: #fff;
  }
  .xs-menu h3 {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 20px !important;
    margin: 0px !important;
    cursor: pointer;
  }
  .xs-menu h3:hover {
    color: #fff;
    background: #3F8A4B;
  }
  .xs-menu ul {
    border-top: 1px solid #D5D6D7;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    display: none;
  }
  .xs-menu ul li a {
    padding: 10px 20px;
    border-bottom: 1px solid #D5D6D7;
    font-size: 14px;
    display: block;
    width: 100%;
    color: #1d1d1f;
  }
  .xs-menu ul li a:hover {
    color: #3F8A4B;
    text-decoration: none;
  }
  .for_companies .main_pic h2 {
    font-size: 24px;
    padding: 20px 30px;
  }
  .for_companies h3 {
    font-size: 20px;
  }
  .for_companies .section_1 {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .for_companies .section_1 p {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0;
  }
  .for_companies .section_1 .p_1 {
    font-size: 16px;
  }
  .for_companies .section_1 .btn-edit {
    font-size: 16px;
  }
  .for_companies .section_3 {
    margin-bottom: 80px !important;
  }
  .for_companies .section_5 {
    margin: 60px 0;
  }
  .for_companies .section {
    padding: 40px 30px 0 30px;
  }
  .for_companies .section p {
    font-size: 16px;
  }
  .profile .profile_top .main_bg_pic {
    height: 290px;
  }
  .profile .profile_top .profile_menu_small {
    text-align: center;
    height: auto;
    background: #fff;
    width: 100%;
  }
  .profile .profile_top .profile_menu_small a {
    padding: 0 10px;
    line-height: 45px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    color: #1d1d1f;
  }
  .profile .profile_top .profile_menu_small a:hover {
    text-decoration: none;
    color: #3F8A4B;
  }
  .profile .profile_top .profile_menu_small a small {
    color: #808088;
    font-size: 12px;
  }
  .profile .profile_top .general_info {
    padding: 0px 20px 15px 20px;
    text-align: center;
  }
  .profile .profile_top .general_info h2 {
    font-size: 28px;
  }
  .profile .profile_top .profile_img {
    left: 50%;
    bottom: 90px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .profile .profile_bottom {
    padding: 0;
    background: #fff;
  }
  .profile .profile_bottom .profile_info {
    padding: 20px;
    width: 100%;
    border: 0px;
  }
  .profile .profile_bottom .profile_info .photos hr {
    margin: 10px -12px 20px -15px;
    border-top: 1px solid #ebeced;
  }
  .profile .profile_bottom .left-sidebar {
    border-right: 0px solid #ebeced;
    width: 100%;
    background: #fcfcfc;
    margin: 0;
  }
  .profile .profile_bottom .left-sidebar .social_boxes {
    padding: 20px 20px 50px 20px;
    border-bottom: 1px solid #ebeced;
  }
  .profile .profile_bottom .left-sidebar .social_boxes a {
    border-radius: 20px;
    font-size: 14px;
  }
  .profile .profile_bottom .left-sidebar .settings_list {
    border-bottom: 1px solid #ebeced;
  }
  .profile .profile_bottom .left-sidebar .settings_list ul li a {
    font-size: 12px;
    padding: 5px 0px;
  }
  .subscription .step_1_header {
    margin-top: 30px;
  }
  .subscription .sub_main .sub_main_p {
    font-size: 18px;
    margin: 0 20px 40px 20px;
  }
  .subscription .sub_section_last p {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 12px !important;
  }
  .subscription .sub_section p {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .subscription .sub_section .taste {
    width: 100%;
    margin: 0px;
    padding: 0px -10px;
  }
  .subscription .sub_section .sub_section_option {
    margin-bottom: 10px;
    padding: 20px 10px;
  }
  .subscription .sub_section .sub_section_option .sub_option_header_final img {
    position: static;
  }
  .subscription .sub_section .sub_section_option .sub_option_header {
    width: 100%;
    background: none;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 200px;
  }
  .subscription .sub_section .sub_section_option .sub_option_header img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .subscription .sub_section .row {
    margin: 0 -5px;
    padding: 0 0px;
  }
  .subscription .sub_section .row .col-sm-3,
  .subscription .sub_section .row .col-sm-4,
  .subscription .sub_section .row .col-sm-6 {
    margin: 0 0 0px 0;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  #Modal .modal-dialog {
    width: 100%;
    margin: 0px;
  }
  #Modal .addReviewModal {
    padding: 25px 10px !important;
  }
  .subcategories .breadcrumbs {
    text-align: center;
  }
  .subcategories ul {
    margin-right: 0px;
  }
  .subcategories .attributes {
    text-align: center;
    width: 100%;
    padding: 0px;
  }
  .subcategories .attributes a {
    font-size: 11px !important;
  }
  .checkout {
    padding-top: 30px !important;
  }
  .checkout .checkout_row {
    margin-bottom: 0px;
  }
  .checkout .checkout_row .showInvoiceAddress {
    margin-left: 0px;
    display: block;
    width: 100%;
  }
  .checkout .checkout_row .col-xs-12 {
    margin-bottom: 20px;
  }
  .checkout .product_buy_amount {
    line-height: 30px !important;
    padding: 0px !important;
  }
  .homepage_collections .collection_mask {
    position: relative;
    height: 150px;
  }
  .homepage_collections .collection_mask .collection_mask_content .mask_center {
    font-size: 26px;
    padding: 0 10px;
  }
  .event .event_header .edit_title .title {
    font-size: 36px;
  }
  .event .event_header .edit_title .title .event_extra {
    font-size: 22px;
  }
  .event .event_content {
    margin: 50px 20px 0 20px;
  }
  .event .event_venue {
    margin: 30px 0 0 0;
  }
  .shipping .btnToCheckout {
    width: 100%;
    margin-left: 0px !important;
  }
  .shipping .checkout_divider .confirmation_headin_left {
    width: 100%;
    display: block;
  }
  .shipping .checkout_divider .confirmation_headin_right {
    width: 100%;
    display: block;
  }
  .shipping .checkout_divider .confirmation_headin_right h2 {
    margin-bottom: 10px;
  }
  .shipping .checkout_divider .confirmation_headin_right .btn-free {
    margin-top: 10px;
  }
  .shipping .shipping_item {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    margin-top: 10px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ebeced;
    width: 100%;
  }
  .shipping .shipping_item .estimated {
    font-size: 16px;
    font-weight: 700;
  }
  .shipping .shipping_item .seller {
    font-size: 13px;
    margin: 2px 0 10px 0;
  }
  .shipping .total_box {
    padding-left: 15px;
    margin-top: 20px;
  }
  .auth_popup {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 9;
  }
  .auth_popup .content {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0px !important;
  }
  .auth_popup hr {
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
  .auth_popup input {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
  .auth_popup form {
    padding: 10px;
  }
  .auth_popup:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    right: 48px;
    top: 0px;
  }
  .auth {
    position: relative;
    padding-top: 40px !important;
  }
  .auth hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #D5D6D7;
  }
  .auth input:focus,
  .auth button:focus,
  .auth input:active,
  .auth button:active {
    border: 1px solid #D5D6D7;
    outline: none;
  }
  .auth .form-control {
    margin: 0 0 20px 0;
    height: 40px;
    font-size: 16px;
  }
  .auth label {
    font-size: 16px;
  }
  .auth p {
    padding: 0 0 10px 0;
    font-size: 1em;
    color: #979797;
    text-align: center;
  }
  .auth .forgotten_psw {
    margin: 10px 0 0 10px;
    color: #979797;
  }
  .auth .sign-up-button {
    padding: 14px !important;
    line-height: 20px !important;
    border-radius: 5px !important;
    height: 100%;
    font-size: 16px;
  }
  .auth .disclaimer {
    font-size: 11px;
    text-align: center;
  }
  .auth .login {
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .auth .login .content {
    background: #fff;
    border: 0px;
    padding: 0 20px;
  }
  .auth .login .content h2 {
    margin: 0;
    padding: 0px 0 10px 0;
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
  .auth .login .content .social_login {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .auth .login .content .social_login li {
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
  .auth .login .content .social_login li .btn {
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .auth .login .extra_space {
    text-align: center;
    padding: 20px;
    color: #a1a7ad;
    font-size: 13px;
  }
  .auth .login .extra_space a {
    color: #62646a;
    text-decoration: underline;
    font-weight: 700;
  }
  .auth-modal hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .auth-modal .form-control {
    margin: 0 0 20px 0;
  }
  .auth-modal p {
    padding: 0 0 10px 0;
    font-size: 1em;
    color: #979797;
  }
  .auth-modal .forgotten_psw {
    margin: 10px 0 0 10px;
  }
  .auth-modal .login .content h2 {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 26px;
  }
  .auth-modal .login .content .social_login {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .auth-modal .login .content .social_login li {
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
  .auth-modal .login .content .social_login li .btn {
    border-radius: 3px;
    padding-top: 20px;
    padding-left: 80px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .auth-modal .login .extra_space {
    text-align: center;
    padding: 20px;
    color: #a1a7ad;
    font-size: 13px;
  }
  .auth-modal .login .extra_space a {
    color: #62646a;
    text-decoration: underline;
    font-weight: 700;
  }
  .product_page h4 {
    display: block !important;
    width: 100% !important;
  }
  .product_page .product_description {
    margin: 40px 25px 20px 25px;
  }
  .product_page .product_description .product_video_content {
    width: 100%;
    height: 300px;
  }
  .product_page .product_checkout {
    padding-left: 0px;
  }
  .product_page .product_tab_block .block_left {
    border-right: 0px !important;
    padding-right: 0px !important;
  }
  .product_page .product_tab_block .block_right {
    margin-left: 0px !important;
  }
  .product_page .product_reviews {
    border-top: 1px solid #e9e5de;
    margin-top: 20px !important;
    padding-top: 40px !important;
  }
  .product_page .product_tabs .product_tabs_header ul {
    padding: 0px;
    margin: 0px;
  }
  .product_page .product_tabs .product_tabs_header ul li {
    display: block;
    width: 100%;
    margin: 0px;
    border-top: 2px solid #D5CDBF;
  }
  .category_bestsellers {
    margin-top: 30px;
  }
  .category_bestsellers h3 {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .merchant_category h1 {
    margin: 20px 0 40px 0 !important;
  }
  .product_page h4 {
    display: block !important;
    margin: 5px 0 5px 0px;
  }
  .gifts-category h1 {
    margin: 50px 0 0 0;
    font-size: 26px;
  }
  .gifts-category .gifts-category-content {
    margin-top: 40px;
  }
  .gifts-category .gifts-category-content .gift-block {
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 20px 0 10px 0;
  }
  .gifts-category .gifts-category-content .gift-block:hover {
    text-decoration: none;
    background: #fff;
    color: #ea1c0d;
  }
  .gifts-category .gifts-category-content .gift-1 .img-responsive {
    height: auto;
    padding: 20px 80px;
  }
  .gifts-category .gifts-category-content .gift-2 .img-responsive {
    padding: 20px 80px;
  }
  .gifts-category .gifts-category-content .gift-3 .img-responsive {
    padding: 20px 80px;
  }
  .gifts-category .gift-packs {
    margin-top: 50px;
  }
  .mask {
    padding: 0 20px;
  }
  .mask h1 {
    font-size: 40px;
    font-weight: 900;
  }
  .mask h2 {
    font-size: 30px;
    font-weight: 400;
  }
  .activate_pro {
    padding: 20px 30px;
  }
  .activate_pro .progtrckr {
    font-size: 12px;
  }
  .activate_pro .progtrckr li {
    line-height: 3em;
  }
  .activate_pro .progtrckr li:before {
    display: none;
  }
  .subscription .container {
    padding: 0 20px;
  }
  .subscription .step_1_header {
    margin-top: 70px;
  }
  .subscription .sub_main .sub_book .sub_book_bubble {
    font-size: 16px;
    top: -36px;
    right: 10px;
    height: auto;
    width: auto;
    border-radius: 10px 10px 0 0;
    padding: 8px 10px 6px 10px;
  }
  .subscription .sub_main .sub_book .sub_book_bubble span {
    font-size: 11px;
    display: inline;
  }
  .subscription .sub_main .sub_book .sub_book_btn {
    padding: 20px 33px;
    font-size: 18px;
  }
  .subscription .sub_book_btn {
    padding: 20px 20px;
  }
  .subscription .sub_final {
    padding: 40px 20px;
  }
  .subscription .sub_final h3 {
    margin: 0 0 10px 0;
  }
  .subscription .sub_final h4 {
    line-height: 24px;
  }
  .subscription .sub_final .sub_book_btn {
    font-size: 16px;
    -webkit-box-shadow: 2px 5px 10px #c8c9cb !important;
            box-shadow: 2px 5px 10px #c8c9cb !important;
  }
  .subscription .sub_section h3 {
    line-height: 24px;
  }
  .subscription .sub_section .taste {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
#front_temp {
  margin-top: 90px;
}
@media (max-width: 991px) {
  #front_temp {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #front_temp {
    margin-top: 50px;
  }
}
#front_temp .ias_trigger {
  text-align: center;
  padding: 15px 0 15px 0;
  margin: 10px 0;
}
#front_temp .ias_trigger a {
  background: #3F8A4B;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
}
#front_temp .ias_trigger a:hover {
  text-decoration: none;
  background: #2f6738;
}
#front_temp_checkout {
  margin-top: 40px;
}
@media (max-width: 991px) {
  #front_temp_checkout {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #front_temp_checkout {
    margin-top: 0px;
  }
}
