/* SHOP | BEGIN */
.c7n-cart {
  margin-bottom: 2rem;
  overflow: auto;
}

#c7n-cart-content,
#c7n-cart-content-fail,
#c7n-cart-error {
  position: fixed;
  width: 100% !important;
  top: -200px !important;
  right: 0 !important;
  padding: 25px 0.75rem !important;
  font-size: 0.9em !important;
  line-height: 1.1em !important;
  text-align: center;
  background-color: var(--color_4);
  color: var(--body_bg);
  opacity: 0;
  -moz-box-shadow: 0 2px 0.75rem 0 rgba(29, 29, 29, 0.25) !important;
  -webkit-box-shadow: 0 2px 0.75rem 0 rgba(29, 29, 29, 0.25) !important;
  box-shadow: 0 2px 0.75rem 0 rgba(29, 29, 29, 0.25) !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
}

#c7n-cart-content.c7n-show,
#c7n-cart-content-fail.c7n-show,
#c7n-cart-error.c7n-show {
  top: 0px !important;
  opacity: 1;
}

.c7n-price {
  padding-bottom: 0.75rem;
  font-size: 1.2em;
  text-align: right;
  color: black !important;
}

.c7n-discount-price .c7n-shop-product-dicount-price,
.c7n-shop-product-currency,
.c7n-normal-price .c7n-shop-product-price {
  font-weight: 500;
  color: black;
}

.c7n-product-gallery a:before {
  position: absolute;
  display: none;
  width: calc(100% - 1.5rem);
  height: 100%;
  padding: calc(100% / 2 + 28px) 0;
  padding-bottom: 0;
  font-family: "FontAwesome";
  font-size: 80px;
  text-align: center;
  background-color: rgba(1, 1, 1, 0.8);
  color: white;
  content: "\f03e";
}

.c7n-product-gallery:hover a:before {
  display: block;
}

.c7n-product-gallery img {
  margin: 0 auto;
}

.c7n-discount-price .c7n-shop-product-price {
  color: #ff0000;
}

.c7n-options-title {
  text-align: right;
}

.shop_options {
  margin-top: 15px;
}

.c7n-options-title a:after {
  padding-left: 5px;
  font-family: 'FontAwesome';
  content: "\f107";
}

.c7n-quantity input {
  width: 60px;
  padding: 0.75rem 0.75rem;
  margin: 0;
  color: rgba(0, 86, 157, 1);
  border: 1px solid rgba(0, 86, 157, 1);
}

input.shop_quantity {
  width: 60px;
  padding: 5px;
  text-align: center;
}

.c7n-add-to-cart {
  padding-left: 0;
  text-align: center;
}

.c7n-add-to-cart input {
  width: 100%;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cart-buttons input {
  margin: 20px 0.75rem 20px 0px;
}

.clx-shop-login-form fieldset > div.row {
  width: 100%;
}

.clx-category {
  margin-bottom: 1.5rem;
}

td.clx-comment {
  font-style: italic;
}

td.clx-total {
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.05);
}

.c7n-image-prop-height {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.c7n-image-prop-height::after {
  display: block;
  padding-bottom: 75%;
  content: " ";
}

.c7n-image-prop-height-cat {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.c7n-image-prop-height-cat::after {
  display: block;
  padding-bottom: 75%;
  content: " ";
}

.clx-category img {
  max-width: 100%;
  height: auto;
}

.clx-category,
.c7n-employee-OFF,
.c7n-gallery-image {
  margin-bottom: 1.5rem;
}

.c7n-button.c7n-large {
  min-width: 100%;
  margin: 0 !important;
  background-color: rgba(0, 86, 157, 1) !important;
  color: white !important;
}

.c7n-button.c7n-large:hover {
  background-color: rgba(0, 86, 157, 0.05) !important;
  color: black !important;
  border: 1px solid rgba(0, 86, 157, 0.05) !important;
}

#shop h2 {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

#shop h3 {
  margin-top: 0 !important;
}

#shop form {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5rem;
}

#shop input[type="submit"] {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.delete-icon {
  border: none !important;
}

#shop table td {
  padding: 0.75rem 15px;
  color: black;
}

.c7n-shipping-address {
  margin-top: 1.5rem;
}

.c7n-customer-address {
  margin-top: 1.5rem;
}

.c7n-account-placeholder {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 15px 1.5rem 15px;
  margin: 0;
  text-align: left;
}

#shop_acc_data label {
  position: unset;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
  font-weight: 400;
}

.c7n-personal-email {
  margin-bottom: 1.5rem;
}

#shopJsCart {
  display: inline-block;
  float: left;
}

#shopJsCart a {
  position: relative;
  padding: 15px;
  font-size: 1.125rem;
  line-height: 23px;
  text-align: center;
  color: var(--body_color);
  border: none !important;
  outline: 0;
  cursor: pointer;
}



#shopJsCart a:focus {
  text-decoration: none !important;
}

.clx-product-content p {
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.clx-product-content a {
  white-space: pre;
}

.c7n-shop-product-price-mwst {
  display: block;
  font-size: 0.75rem;
}

#shopJsCart a:hover {
  text-decoration: none !important;
  background-color: white;
  color: var(--link_color_hover) !important;
  border: none;
}

#shopJsCart ul {
  display: none;
}

.shopJsCartNumItems {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 3px;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 0.8rem;
  line-height: 22px;
  text-align: center;
  background-color: var(--color_6);
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 99;
}

/* BREADCRUMB */
ul.breadcrumb {
  padding: 0.75rem 16px;
  list-style: none;
  background-color: #eeeeee;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  text-decoration: none;
  color: rgba(0, 86, 157, 1);
}

.c7n-breadcrumb ul > li {
  display: inline-block;
}

.c7n-breadcrumb ul {
  margin-bottom: 1.5rem;
  text-align: center;
}

.error {
  color: red;
}

#c7n-shop {
  padding: 0;
}

.c7n-shop-nav {
  width: auto;
  padding: 20px;
  font-family: 'TexGyre', 'Lato', sans-serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: rgba(0, 86, 157, 1);
  color: white !important;
  border: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
}

.c7n-shop-nav:hover {
  text-decoration: none !important;
  background-color: white;
  color: rgba(0, 86, 157, 1) !important;
  border: 0 !important;
}

.c7n-shopnav {
  position: fixed;
  display: flex;
  width: 100%;
  top: 120px;
  right: 0;
  padding: 0;
  margin: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 99;
}

.cart-count {
  display: block;
}

.c7n-online-shop-link {
  display: none !important;
}

.c7n-online-shop-teaser {
  display: none !important;
}

.c7n-shop-lead {
  display: block;
  width: auto;
  padding: 0;
  margin: 0px 16.666% 5% 16.666%;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
  float: none;
}

.c7n-shop-back-btn {
  display: block;
  width: auto;
  padding: 0;
  margin: 0px 16.666% 0px 16.666%;
  text-align: center;
  float: none;
}

.c7n-cart-content-fail {
  position: fixed;
  display: none;
  height: 50px;
  top: 50%;
  left: 50%;
  padding: 0px 15px;
  font-size: 1.3em;
  line-height: 50px;
  text-align: center;
  background-color: var(--color_5);
  color: var(--body_bg);
  box-shadow: 3px 3px 0.75rem 0px var(--color_4);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.c7n-cart-content {
  position: fixed;
  width: 300px;
  top: 40%;
  left: 50%;
  padding: 0.75rem 15px;
  font-size: 1.3em;
  text-align: center;
  background-color: var(--color_5);
  color: var(--body_bg);
  box-shadow: 3px 3px 0.75rem 0px var(--color_4);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.c7n-cart-content p {
  margin-bottom: 0;
}

.c7n-btn-teaser-slide {
  padding: 15px;
  text-decoration: none !important;
  background-color: rgba(0, 86, 157, 1) !important;
  color: white !important;
}

.c7n-teaser-slide-content {
  position: absolute;
  width: 100%;
  height: auto;
  top: 70%;
  padding: 1% 1% 1% 1%;
  font-size: 1.7em;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  color: rgb(0, 77, 117) !important;
}

.c7n-teaser-btn {
  width: 100%;
  padding: 0.75rem 20px;
  margin: 0px 0.75rem 0.75rem 0;
  font-family: 'TexGyre', 'Lato', sans-serif;
  text-transform: uppercase;
  background-color: rgba(0, 86, 157, 0);
  color: rgba(0, 86, 157, 1);
  border: 0px;
  border: 1px solid rgba(0, 86, 157, 1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c7n-teaser-btn:hover {
  text-decoration: none !important;
  background-color: rgba(0, 86, 157, 1) !important;
  color: white !important;
}

#c7n-shop table {
  width: 100%;
  background-color: #f5f5f5;
}

thead,
.c7n-shop-cart-total {
  padding: 15px;
  margin-bottom: 1.5rem;
  background-color: #ce0036;
  color: #ffffff;
  border: 1px solid var(--select_bg);
}

.c7n-cart-product-option {
  font-family: 'AmsiPro-Regular', arial, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
}

.c7n-cart-product-quantity {
  font-size: 0.8em;
  font-weight: 300;
}

/* .c7n-shop-cart-update { */
/*   position: absolute; */
/*   left: -12px; */
/* } */
.c7n-error, .c7n-shop-success-message.error {
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.8em;
  text-align: center;
  background-color: #ce0036;
  color: #ffffff;
  border-radius: 8px;
}

#c7n-shop {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#c7n-shop h3 {
  margin-bottom: 15px;
}

#c7n-shop textarea.c7n-floating-input {
  height: auto;
  padding: 0.2rem 0.3em;
  line-height: normal;
}

.c7n-confirm-massage {
  margin: 1.5rem 0 45px 0;
}

.c7n-shop-menu {
  width: 100%;
  margin-bottom: 1.5rem;
}

.c7n-shop-menu .c7n-button {
  display: inline-block;
  padding: 4px 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #b5ae31;
  border: 2px solid;
  border-radius: 25px;
  transition: background-color 200ms ease-in, border-color 200ms ease-in, color 200ms ease-in;
  cursor: pointer;
}

.c7n-detail-button {
  margin-bottom: 1.5rem;
}

select#shipperId,
select#paymentId {
  height: 55px;
  padding: 0 1.75rem 0 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1em;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  background: url(/images/content/layout/icons/arrow_black.svg) no-repeat 98% center;
  background-size: 0.75rem;
  /* font-family: 'Montserrat', arial, sans-serif; */
  background-color: #ffffff;
  border: 2px solid #b5ae31;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: var(--main_color);
}

select#shipperId,
select#paymentId,
.c7n-shop-lsv {
  margin-bottom: 0 !important;
}

select.c7n-shop-select:hover {
  background-color: var(--body_bg);
  outline: 0;
  cursor: pointer;
}

select.c7n-shop-select:focus {
  outline: 0;
}

.c7n-shop-payment-textarea {
  width: 100%;
}

.shop_options_click select {
  width: auto;
  min-width: 300px;
  height: 48px;
  right: 0.75rem !important;
  padding: 0px 1.5rem 0 0.75rem;
  margin-bottom: 15px;
  line-height: 48px;
  background: url(/images/content/layout/icons/arrow_black.svg) no-repeat 97% center;
  background-size: 0.75rem;
  background-color: var(--body_bg);
  color: var(--body_color);
  border: 1px solid var(--color_2);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  outline: 0;
  caret-color: var(--body_color);
}

.shop_options_click select:focus {
  width: max-content !important;
  height: 48px;
  right: 0.75rem !important;
  padding: 0px 1.5rem 0 0.75rem;
  margin-bottom: 15px;
  line-height: 48px;
  background: url(/images/content/layout/icons/arrow_black.svg) no-repeat 97% center;
  background-size: 0.75rem;
  background-color: var(--body_bg);
  color: var(--body_color);
  border: 1px solid var(--color_2);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  outline: 0;
  caret-color: var(--body_color);
}

input.shop_cart_input-coupon {
  height: 48px;
  right: 0.75rem !important;
  padding: 0px 0.75rem;
  margin-bottom: 15px;
  line-height: 48px;
  background-size: 0.75rem;
  background-color: var(--body_bg);
  color: var(--body_color);
  border: 1px solid var(--color_2);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  outline: 0;
  caret-color: var(--body_color);
}

label {
  display: initial;
  margin-bottom: .5rem;
}

.c7n-shop-account_details input[type=checkbox],
.c7n-shop-shipping-address input[type=checkbox] {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  margin-right: 0.75rem;
  font-size: 1em !important;
  -webkit-appearance: checkbox !important;
}

input.c7n-shop-input {
  width: 100%;
  height: 55px;
  padding: 0 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1em;
  font-style: normal;
  font-stretch: normal;
  line-height: 55px;
  /* font-family: 'Montserrat', arial, sans-serif; */
  letter-spacing: normal;
  background-color: #ffffff;
  border: 2px solid #b5ae31;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  caret-color: var(--main_color);
}

select.c7n-shop-select, select.c7n-shop-select-menu {
  width: 100%;
  height: 55px;
  padding: 0 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1em;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  background: url(/images/content/layout/icons/arrow_black.svg) no-repeat 98% center;
  /* font-family: 'Montserrat', arial, sans-serif; */
  background-size: 0.75rem;
  background-color: #ffffff;
  border: 2px solid #b5ae31;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: var(--main_color);
}

select.c7n-shop-select-menu {
  width: 100% !important;
}

.c7n-shop-input:focus-within,
input.c7n-shop-input:hover,
select.c7n-shop-select:hover,
select.c7n-shop-select-menu:hover {
  background-color: var(--body_slave_color);
  border: 2px solid var(--select_bg);
  /* width: max-content !important; */
}

#c7n-shop input#agb {
  top: 0;
  margin-right: 0.75rem;
}

.table-sm > :not(caption) > * > * {
  padding: 0.5rem .75rem;
  font-size: 1.25rem;
}

/* input.c7n-button { */
/*   display: inline-block; */
/*   !* width: 100%; *! */
/*   width: auto; */
/*   height: 48px; */
/*   line-height: 48px; */
/*   appearance: none; */
/*   -moz-appearance: none; */
/*   -webkit-appearance: none; */
/*   -webkit-appearance: none; */
/*   color: var(--body_slave_color); */
/*   background-color: var(--link_color_hover); */
/*   border-radius: 0; */
/*   border: transparent; */
/*   margin: 0.75rem auto 0 auto; */
/*   padding: 0 1rem; */
/* } */
.c7n-buttons {
  display: flex;
  justify-content: space-between;
}

.c7n-cart input.c7n-button,
input.c7n-cart.c7n-shop-continue-button,
.c7n-shop-cart-update input.c7n-button,
.c7n-shop-buttom-account input.c7n-button {
  text-decoration: none;
  color: #999100;
}

input.c7n-button:hover {
  text-decoration: none;
  color: #999100;
}

.c7n-shop-product-image {
  width: 100%;
  height: auto;
}

.c7n-shop-product-image-left {
  padding-right: 5px;
}

.c7n-shop-product-image-right {
  padding-left: 5px;
}

.c7n-shop-category-cell {
  position: relative;
  height: 100%;
}

.c7n-shop-category-cell:hover {
  cursor: pointer;
}

.c7n-shop-category-cell:after {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--color_2) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--color_2) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--color_2) 100%);
  content: '';
}

article.c7n-shop-category-box {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

h5.c7n-shop-category-name {
  /*color: var(--body_slave_color) !important;*/
  position: absolute;
  bottom: 0.75rem;
  padding: 0 0.75rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  z-index: 1;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);*/
  z-index: 2;
}

.c7n-shop-product-image-box {
  margin-bottom: 1.5rem;
}

.c7n-shop-product-box {
  padding: 1rem;
  margin-bottom: 0.5rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  border: 2px solid #f0f0f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img.c7n-shop-product-image-box {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 8px;
  object-fit: cover;
}

.shop_options a {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  background-color: var(--button_color_hover) !important;
  color: var(--button_bg) !important;
  border: 1px solid var(--button_bg);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.shop_options a:hover {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  background-color: var(--button_bg) !important;
  color: var(--button_color_hover) !important;
  border: 1px solid var(--button_bg);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.shop_options_click label:hover {
  cursor: pointer;
}

.shop_options_click input[type="radio"] {
  position: relative;
  width: unset;
  height: unset;
  margin-left: 0 !important;
  font-size: initial;
  -webkit-appearance: radio;
}

.c7n-customer-address {
  width: 100%;
}

#c7n-shop-customer-address,
#c7n-shop-shipping-address,
.c7n-shop-account_details {
  width: 100%;
  margin-bottom: 45px;
}

.c7n-shop-shipping-address {
  width: 100%;
  margin-bottom: 0;
}

.c7n-shop-buttom-account input.c7n-button {
  width: auto;
}

.c7n-shop-country {
  width: 100%;
  width: 100%;
  height: 48px;
  height: 55px;
  padding: 0 0.5rem;
  padding: 0 0.75rem;
  margin-bottom: 0;
  margin-bottom: 0.5rem;
  font-size: 1em;
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-stretch: normal;
  font-stretch: normal;
  line-height: 48px;
  line-height: 1.67;
  line-height: 55px;
  letter-spacing: normal;
  letter-spacing: normal;
  background-color: #e9e9e9;
  border: 1px solid var(--select_bg);
  border: 2px solid #d6d6d6;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  caret-color: var(--main_color);
  caret-color: var(--main_color);
}

.c7n-shop-country:hover {
  cursor: not-allowed;
}

form.c7n-shop-account-form {
  width: 100%;
}

.c7n-paging {
  font-family: 'Arial', sans-serif;
}

.c7n-description {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.9375rem;
}

.c7n-price {
  text-align: right;
}

span.shop-product-discount-price {
  color: var(--color_6);
}

.c7n-add-cart-button {
  text-align: right;
}

.c7n-add-to-cart {
  text-align: right;
}

.c7n-button.c7n-add-to-cart-button {
  display: inline-block;
  height: 55px;
  padding: 4px 20px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #b5ae31;
  border: 2px solid;
  border-radius: 30px;
  transition: background-color 200ms ease-in, border-color 200ms ease-in, color 200ms ease-in;
  cursor: pointer;
}

.c7n-button.c7n-add-to-cart-button:focus {
  outline: 0;
}

.c7n-button.c7n-add-to-cart-button:hover,
.c7n-detail-link.c7n-button:hover {
  text-decoration: none;
  color: #999100;
}

.c7n-detail-link.c7n-button {
  display: inline-block;
  padding: 4px 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #b5ae31;
  border: 2px solid;
  border-radius: 25px;
  transition: background-color 200ms ease-in, border-color 200ms ease-in, color 200ms ease-in;
  cursor: pointer;
}

.c7n-detail-link.c7n-button:focus {
  outline: 0;
}

.c7n-shop-product-box a {
  border: none !important;
}

.c7n-short-description {
  font-size: 0.9em;
  font-style: italic;
}

.c7n-shop-product-image-bottom {
  margin-top: 0.75rem;
}

img.c7n-shop-product-image-box-small {
  width: 100%;
  height: auto;
}

input.c7n-shop-select-quantity {
  display: inline-block;
  width: 60px;
  height: 35px;
  padding: 3px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  color: var(--button_bg) !important;
  border: 1px solid var(--button_bg);
  border-radius: 0;
  -webkit-appearance: none !important;
}

span#helpBlock {
  font-size: 1rem;
}

#c7n-shop input.c7n-button, #c7n-shop a.c7n-button_shop {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 55px;
  padding: 4px 20px;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #b5ae31;
  border: 2px solid;
  border-radius: 30px;
  transition: background-color 200ms ease-in, border-color 200ms ease-in, color 200ms ease-in;
  cursor: pointer;
}

#c7n-shop input.c7n-button:hover, #c7n-shop a.c7n-button_shop:hover {
  text-decoration: none;
  color: #999100;
}

.c7n-shop-th-1 {
  width: 100%;
  min-width: 270px;
}

.c7n-shop-th-2 {
  width: 100%;
  min-width: 180px;
}

.c7n-shop-th-3 {
  width: 100%;
  min-width: 150px;
}

.c7n-shop-th-4 {
  width: 100%;
  min-width: 150px;
  text-align: right;
}

.c7n-coupon-field {
  margin: 0 !important;
}

#shop table {
  height: 100%;
  overflow: hidden;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
  border: 2px solid #f0f0f0;
}

@media only screen and (min-width: 768px) {
  .c7n-add-to-cart input {
    font-size: 0.9em !important;
  }

  .c7n-lead {
    width: auto !important;
    margin: 0 16.6666%;
    font-size: 1.3em;
  }

  .c7n-shop-nav {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .c7n-product-gallery a:before {
    display: block;
  }

  .c7n-product-gallery {
    margin-bottom: 20px;
  }

  .c7n-add-to-cart {
    padding-right: 15px !important;
    padding-left: 0;
    text-align: center;
  }

  #shop h3 {
    margin-top: 1.5rem !important;
    margin-bottom: 15px;
  }

  .c7n-shop-nav {
    padding: 20px 20px 19px 20px !important;
    font-size: 16px !important;
  }

  #shopJsCart a {
    padding: 20px 20px 18px 20px;
  }
}

@media screen and (max-width: 1200px) {
  #shopJsCart a {
    padding: 20px 20px 17px 20px;
  }

  .shopJsCartNumItems {
    bottom: 17px;
  }

  .c7n-shop-nav {
    padding: 19px;
  }
}

@media screen and (max-width: 500px) {
  .c7n-product-gallery a:before {
    display: none;
  }

  .c7n-teaser-slide-content {
    top: 5vh !important;
  }

  .c7n-shop-nav {
    display: none;
  }

  .c7n-online-shop-link {
    display: block !important;
  }

  .c7n-online-shop-teaser {
    display: block !important;
  }
}

/* SHOP | END */
