@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
:root {
  --primary: #E3C47E;
  --secondary: #571B33;
  --btn-secondary: #BA2762;
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}
#scroll_to_top {
  position: fixed;
  background-color: var(--primary);
  width: 45px;
  height: 45px;
  z-index: 10000;
  border-radius: 50px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  bottom: 2rem;
  right: 2rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
}
h1,
.h1 {
  font-size: 72px;
  line-height: 88px;
}
h2,
.h2 {
  font-size: 54px;
  line-height: 70px;
}
h3,
.h3 {
  font-size: 42px;
  line-height: 54px;
}
h4,
.h4 {
  font-size: 32px;
  line-height: 42px;
}
h5,
.h5 {
  font-size: 24px;
  line-height: 34px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 26px;
}
.woocommerce h2 {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
.woocommerce h3 {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #1a1a1a;
  padding-top: 5.5rem;
}
@media only screen and (max-width : 1199px) {
  body {
    padding-top: 2.5rem;
  }
}
.small {
  font-size: 12px;
}
a {
  text-decoration: none;
  color: var(--secondary);
}
a:hover {
  text-decoration: underline;
  color: var(--secondary);
}
p {
  font-weight: 400;
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
strong {
  font-weight: 500;
}
.noscroll {
  overflow: hidden;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #2d2d2d;
}
.clear {
  clear: both;
}
.container {
  position: relative;
}
.container-wide {
  max-width: 1400px;
}
@media only screen and (max-width : 991px) {
  .container-wide {
    max-width: 90%;
  }
}
@media only screen and (max-width : 767px) {
  .container-wide {
    max-width: 575px;
  }
}
.container-big {
  max-width: 1460px;
}
@media only screen and (max-width : 767px) {
  .container-big {
    max-width: 575px;
  }
}
.container-mid {
  max-width: 1300px;
}
@media only screen and (max-width : 767px) {
  .container-mid {
    max-width: 575px;
  }
}
.vert_center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
::selection {
  background: #212529;
  color: #fff;
}
::-moz-selection {
  background: #212529;
  color: #fff;
}
.section_title {
  margin-bottom: 2rem;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
}
.btn {
  -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;
  font-size: 15px;
  padding: 0.65rem 2rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  align-content: center;
  flex-direction: row;
  font-weight: 500;
  flex-wrap: wrap;
  width: fit-content;
}
.btn.btn-primary {
  background: var(--primary);
  color: var(--secondary);
}
.btn.btn-primary.btn-arrow:after {
  background-image: url("../images/svg/btn_arrow.svg");
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #a99058;
}
.btn.btn-primary-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:hover {
  background: var(--primary);
  color: var(--secondary);
}
.btn.btn-secondary {
  background: var(--btn-secondary);
  color: #fff;
}
.btn.btn-secondary:after {
  background-image: url("../images/svg/btn_arrow_white.svg");
}
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  background: #8d1d4a;
}
.btn.btn-gray {
  background: #F0F0F0;
  color: #1a1a1a;
}
.btn.btn-gray:focus,
.btn.btn-gray:hover {
  background: #d7d7d7;
  color: #1a1a1a;
}
.btn.btn-arrow:after {
  content: '';
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
.btn.btn-icon span {
  margin-right: 1rem;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-addtocart {
  width: 160px;
  float: right;
  padding: 9px 10px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width : 1399px) {
  .btn.btn-addtocart {
    right: inherit;
    left: 0;
  }
}
@media only screen and (max-width : 575px) {
  .btn.btn-addtocart {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.btn.btn-addtocart span {
  margin-right: 6px;
}
.btn:hover {
  text-decoration: none;
}
.wp-block-button__link {
  -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;
  font-size: 15px;
  padding: 0.65rem 2rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  align-content: center;
  flex-direction: row;
  font-weight: 500;
  flex-wrap: wrap;
  width: fit-content;
  background: var(--primary);
  color: var(--secondary);
}
.wp-block-button__link.btn-primary {
  background: var(--primary);
  color: var(--secondary);
}
.wp-block-button__link.btn-primary.btn-arrow:after {
  background-image: url("../images/svg/btn_arrow.svg");
}
.wp-block-button__link.btn-primary:focus,
.wp-block-button__link.btn-primary:hover {
  background: #a99058;
}
.wp-block-button__link.btn-primary-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.wp-block-button__link.btn-primary-outline:focus,
.wp-block-button__link.btn-primary-outline:hover {
  background: var(--primary);
  color: var(--secondary);
}
.wp-block-button__link.btn-secondary {
  background: var(--btn-secondary);
  color: #fff;
}
.wp-block-button__link.btn-secondary:after {
  background-image: url("../images/svg/btn_arrow_white.svg");
}
.wp-block-button__link.btn-secondary:focus,
.wp-block-button__link.btn-secondary:hover {
  background: #8d1d4a;
}
.wp-block-button__link.btn-gray {
  background: #F0F0F0;
  color: #1a1a1a;
}
.wp-block-button__link.btn-gray:focus,
.wp-block-button__link.btn-gray:hover {
  background: #d7d7d7;
  color: #1a1a1a;
}
.wp-block-button__link.btn-arrow:after {
  content: '';
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
.wp-block-button__link.btn-icon span {
  margin-right: 1rem;
}
.wp-block-button__link.btn-full {
  width: 100%;
}
.wp-block-button__link.btn-addtocart {
  width: 160px;
  float: right;
  padding: 9px 10px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width : 1399px) {
  .wp-block-button__link.btn-addtocart {
    right: inherit;
    left: 0;
  }
}
@media only screen and (max-width : 575px) {
  .wp-block-button__link.btn-addtocart {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.wp-block-button__link.btn-addtocart span {
  margin-right: 6px;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link.btn-arrow:after {
  background-image: url("../images/svg/btn_arrow.svg");
}
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  background: #a99058;
}
.wp-block-button__link:after {
  content: '';
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
.wp-block-button__link:after {
  background-image: url("../images/svg/btn_arrow.svg");
}
.bg_light_gradient {
  background: linear-gradient(90deg, rgba(227, 196, 126, 0.3) 10.33%, rgba(255, 255, 255, 0) 89.75%);
}
a {
  -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;
}
a:after,
a:before {
  -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;
}
#stroll_to_top {
  -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;
  background: #bf9461;
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#stroll_to_top svg {
  width: 20px;
  height: 20px;
}
#stroll_to_top svg path {
  fill: #fff;
}
#stroll_to_top:hover {
  background: #252525;
}
@media only screen and (max-width : 991px) {
  #stroll_to_top {
    display: none;
  }
}
.wp-block-columns h1 {
  margin-bottom: 1.6rem;
}
.wp-block-columns h2 {
  margin-bottom: 1.6rem;
}
.wp-block-columns h3 {
  margin-bottom: 1.6rem;
}
.wp-block-columns h4 {
  margin-bottom: 1.6rem;
}
.wp-block-columns h5 {
  margin-bottom: 1.6rem;
}
.wp-block-columns h6 {
  margin-bottom: 1.6rem;
}
.content_wrap {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.content_wrap .wp-block-button {
  padding-top: 2rem;
}
.content_wrap .wp-block-columns {
  padding-top: 4rem;
}
.content_wrap .wp-block-image img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#crumbs {
  font-size: 12px;
  color: var(--btn-secondary);
  margin-bottom: 2rem;
}
#crumbs a {
  color: var(--btn-secondary);
}
.subpage_header {
  margin-bottom: 2rem;
}
.main_content {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 5rem;
}
.main_content .entry-title {
  color: var(--secondary);
}
#faq_header {
  position: relative;
  margin-bottom: 2rem;
}
#faq_header h6 {
  flex: 1 0 100%;
  margin-bottom: 1rem;
}
hr {
  margin: 2rem 0;
  opacity: 1;
  border-color: #f0f0f0;
  flex: 1 0 100%;
}
.faq_cat_list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.faq_cat_list li {
  position: relative;
  margin-bottom: 0.75rem;
  margin-right: 1rem;
}
.faq_cat_list li a,
.faq_cat_list li span,
.faq_cat_list li button {
  background: #F0F0F0;
  color: #1a1a1a;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.faq_cat_list li a:focus,
.faq_cat_list li span:focus,
.faq_cat_list li button:focus,
.faq_cat_list li a:active,
.faq_cat_list li span:active,
.faq_cat_list li button:active {
  background: #F0F0F0;
  color: #1a1a1a;
}
.faq_cat_list li a:hover,
.faq_cat_list li span:hover,
.faq_cat_list li button:hover {
  background: #d7d7d7;
  color: #1a1a1a;
}
.faq_cat_list li a.active,
.faq_cat_list li span.active,
.faq_cat_list li button.active {
  background-color: var(--primary);
  color: #fff;
}
.faq_cat_list li a.active:after,
.faq_cat_list li span.active:after,
.faq_cat_list li button.active:after {
  content: '+';
  font-weight: 100;
  font-size: 20px;
  line-height: 14px;
  margin-left: 5px;
  transform: rotate(45deg);
}
.input_wrap {
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width : 991px) {
  .input_wrap {
    margin-bottom: 2rem;
  }
}
.input_wrap .faq_search_input {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 9px 30px 9px 10px;
  margin-bottom: 0;
  width: 100%;
}
.input_wrap .search_icon {
  opacity: 0.2;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width : 767px) {
  #faq_sidebar {
    padding-top: 2rem;
  }
}
@media only screen and (max-width : 575px) {
  #faq_sidebar {
    display: none;
  }
}
#faq_sidebar h5 {
  margin-bottom: 2rem;
}
#faq_sidebar .faq_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.font-weight-bold {
  font-weight: bold;
}
.faq_questions {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
}
.faq_questions li {
  color: var(--btn-secondary);
  padding: 0.5rem 0;
}
.faq_questions li:hover {
  cursor: pointer;
  text-decoration: underline;
}
.faq_answers {
  padding: 0;
  margin: 0;
}
.faq_answers li {
  border: 1px solid #f0f0f0;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
}
.faq_answers.filtered_answers li {
  display: none;
}
.faq_answers.filtered_answers li.active_answer {
  display: block;
}
.filter-visible {
  display: block;
}
.filter-hidden {
  display: none;
}
.filter-no-results {
  display: none;
}
.blog_item {
  padding-bottom: 2rem;
}
.blog_item h2 {
  margin-top: 20px;
}
.blog_item p {
  margin-bottom: 0;
}
.blog_item hr {
  margin: 1rem 0;
}
#cart_decrease {
  padding: 12px 1.2rem;
}
#cart_increase {
  padding: 12px 1.2rem;
}
.shop_table thead th {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #f3f3f3 !important;
}
.add_info {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2rem;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}
.cart_item .product-quantity {
  position: relative;
}
.cart_item .product-quantity .quantity_control {
  display: flex;
}
.cart_item .product-quantity .quantity input {
  height: 100%;
  margin: 0 8px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  width: 65px;
  padding: 12px;
  text-align: center;
}
.woocommerce-cart-form__contents {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 2rem;
}
#cart_subtotal_small {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
}
#coupon_submit {
  border-radius: 12px;
}
.coupon .input-group input {
  height: 100%;
  margin: 0 1rem 0 0;
  border: 1px solid #F0F0F0;
  border-radius: 8px!important;
  width: 65px;
  padding: 12px;
  text-align: left;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
  position: relative;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_need_invoice_field {
  padding-top: 0.5rem;
}
#order_comments_field {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#order_comments_field span {
  width: 100%;
}
#order_comments_field span textarea {
  border: 1px solid #D1D1D1;
  border-radius: 8px!important;
  width: 100%;
  padding: 1rem;
  min-height: 172px;
}
.woocommerce-checkout .subpage_header {
  margin-bottom: 0rem;
}
.woocommerce-checkout .form-row label {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="text"] {
  border: 1px solid #D1D1D1;
  border-radius: 8px!important;
  padding: 0.7rem 0.75rem !important;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #595959 !important;
}
.checkout-left {
  padding-right: 2.5rem;
}
@media only screen and (max-width : 767px) {
  .checkout-left {
    padding-right: initial;
  }
}
.form-check.create-account {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding-left: 0;
}
.form-check.create-account input {
  display: none;
}
.form-check.create-account label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.form-check.create-account label:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2px solid #1a1e21;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.form-check.create-account input:checked + label:after {
  content: '✔';
  position: absolute;
  background-color: var(--btn-secondary);
  border: 2px solid var(--btn-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 3px;
}
.woocommerce-shipping-fields {
  margin-bottom: 1.5rem;
}
.woocommerce-shipping-fields #ship-to-different-address {
  line-height: inherit;
  font-size: inherit;
  margin-bottom: 1rem;
}
.woocommerce-shipping-fields #ship-to-different-address label span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
#payment .wc_payment_methods {
  padding: 1rem 0 1.5rem;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#payment .wc_payment_methods .wc_payment_method {
  width: 100%;
}
#payment .wc_payment_methods .wc_payment_method input {
  display: none;
}
#payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked + label {
  background: rgba(227, 196, 126, 0.2);
  border: 1px solid rgba(227, 196, 126, 0.2);
}
#payment .wc_payment_methods .wc_payment_method label {
  padding: 15px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width : 991px) {
  #payment .wc_payment_methods .wc_payment_method label {
    display: block;
  }
}
@media only screen and (max-width : 767px) {
  #payment .wc_payment_methods .wc_payment_method label {
    display: flex;
  }
}
#payment .wc_payment_methods .wc_payment_method label img {
  margin-left: auto;
  display: block;
}
@media only screen and (max-width : 991px) {
  #payment .wc_payment_methods .wc_payment_method label img {
    margin: 5px 0 0 0;
  }
}
@media only screen and (max-width : 767px) {
  #payment .wc_payment_methods .wc_payment_method label img {
    margin: 0 0 0 auto;
    max-width: 80px;
  }
}
#payment .wc_payment_methods .wc_payment_method p {
  padding-left: 17px;
  font-size: 12px;
  padding-top: 6px;
}
#payment .wc_payment_methods .wc_payment_method .payment_box input {
  display: inline-block;
}
#payment .wc_payment_methods .wc_payment_method .payment_box label {
  border-width: 0;
  display: block;
  padding: 0 15px;
  cursor: inherit;
}
#payment .wc_payment_methods .wc_payment_method .payment_box label#agreements_bylaw {
  position: relative;
  cursor: pointer;
  padding: 5px 5px 5px 45px!important;
}
#payment .wc_payment_methods .wc_payment_method .payment_box label#agreements_bylaw input {
  display: none;
}
#payment .wc_payment_methods .wc_payment_method .payment_box label#agreements_bylaw a:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2px solid #1a1e21;
  left: 15px;
  top: 4px;
  border-radius: 3px;
}
#payment .wc_payment_methods .wc_payment_method .payment_box label#agreements_bylaw a span {
  padding-left: 0;
}
#payment .wc_payment_methods .wc_payment_method .payment_box label#agreements_bylaw a span:before,
#payment .wc_payment_methods .wc_payment_method .payment_box label#agreements_bylaw a span:after {
  display: none;
}
#payment .wc_payment_methods .wc_payment_method .payment_box label#agreements_bylaw input:checked + a:after {
  content: '✔';
  position: absolute;
  background-color: var(--btn-secondary);
  border: 2px solid var(--btn-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  top: 4px;
  width: 21px;
  height: 21px;
  border-radius: 3px;
}
#payment .wc_payment_methods .wc_payment_method .payment_box .SelectChennelInfo {
  color: var(--secondary) !important;
  padding-left: 17px!important;
  font-size: 12px!important;
  padding-top: 6px!important;
}
#payment .wc_payment_methods .wc_payment_method .payment_box .channelSelect {
  color: #881920 !important;
}
.shop_table .summary-order {
  padding: 7px 15px;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
}
.shop_table .summary-order .order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.shop_table .summary-order .cart_item {
  padding-bottom: 0.5rem;
  align-items: flex-start;
}
.shop_table .summary-order .cart_item:last-child {
  padding-bottom: 0;
}
.shop_table .summary-order .order-title {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 15px;
}
.shop_table .summary-order .order-total .amount {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 24px;
}
#shipping_method {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#shipping_method .form-check {
  width: calc(50% - 10px);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width : 991px) {
  #shipping_method .form-check {
    width: 100%;
  }
}
@media only screen and (max-width : 767px) {
  #shipping_method .form-check {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width : 480px) {
  #shipping_method .form-check {
    width: 100%;
  }
}
#shipping_method .form-check input {
  display: none;
}
#shipping_method .form-check input[type="radio"]:checked + label {
  background: rgba(227, 196, 126, 0.2);
  border: 1px solid rgba(227, 196, 126, 0.2);
}
#shipping_method .form-check label {
  padding: 15px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#shipping_method .form-check .form-check-label .amount {
  padding-left: 5px;
}
#order_review #amp-map-button {
  margin: 0!important;
  border-radius: 8px;
}
#order_review #amp-delivery-point-desc {
  margin-top: 1rem;
}
#order_review .shop_table {
  width: 100%;
}
.customization_option .no-label {
  padding: 0 !important;
}
@media only screen and (max-width : 767px) {
  .customization_option .no-label {
    display: inline !important;
  }
}
.customization_option .input-field {
  padding: 0 0 0 1rem !important;
  font-size: 15px !important;
  width: 100% !important;
}
.customization_option .input-field .if-text {
  margin-right: 1rem;
}
.customization_option .input-field .btn {
  padding: 0.65rem 1rem;
}
.customization_option .input-field .btn span {
  margin-right: 0.5rem;
}
.place-order #place_order {
  -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;
  font-size: 15px;
  padding: 0.65rem 2rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  align-content: center;
  flex-direction: row;
  font-weight: 500;
  flex-wrap: wrap;
  width: fit-content;
  background: var(--btn-secondary);
  color: #fff;
  width: 100%;
}
.place-order #place_order.btn-primary {
  background: var(--primary);
  color: var(--secondary);
}
.place-order #place_order.btn-primary.btn-arrow:after {
  background-image: url("../images/svg/btn_arrow.svg");
}
.place-order #place_order.btn-primary:focus,
.place-order #place_order.btn-primary:hover {
  background: #a99058;
}
.place-order #place_order.btn-primary-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.place-order #place_order.btn-primary-outline:focus,
.place-order #place_order.btn-primary-outline:hover {
  background: var(--primary);
  color: var(--secondary);
}
.place-order #place_order.btn-secondary {
  background: var(--btn-secondary);
  color: #fff;
}
.place-order #place_order.btn-secondary:after {
  background-image: url("../images/svg/btn_arrow_white.svg");
}
.place-order #place_order.btn-secondary:focus,
.place-order #place_order.btn-secondary:hover {
  background: #8d1d4a;
}
.place-order #place_order.btn-gray {
  background: #F0F0F0;
  color: #1a1a1a;
}
.place-order #place_order.btn-gray:focus,
.place-order #place_order.btn-gray:hover {
  background: #d7d7d7;
  color: #1a1a1a;
}
.place-order #place_order.btn-arrow:after {
  content: '';
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
.place-order #place_order.btn-icon span {
  margin-right: 1rem;
}
.place-order #place_order.btn-full {
  width: 100%;
}
.place-order #place_order.btn-addtocart {
  width: 160px;
  float: right;
  padding: 9px 10px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width : 1399px) {
  .place-order #place_order.btn-addtocart {
    right: inherit;
    left: 0;
  }
}
@media only screen and (max-width : 575px) {
  .place-order #place_order.btn-addtocart {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.place-order #place_order.btn-addtocart span {
  margin-right: 6px;
}
.place-order #place_order:hover {
  text-decoration: none;
}
.place-order #place_order:after {
  background-image: url("../images/svg/btn_arrow_white.svg");
}
.place-order #place_order:focus,
.place-order #place_order:hover {
  background: #8d1d4a;
}
#amp-map-button {
  margin-top: 1rem!important;
  margin-bottom: 1.5rem !important;
  padding: 0.6rem 1.4rem !important;
  display: inline-block !important;
  cursor: pointer!important;
  background-color: #ee8f23 !important;
  color: #fff !important;
  width: 100%!important;
  text-align: center!important;
}
.woocommerce .product-remove a {
  opacity: 0.4;
}
.woocommerce .product-remove a:hover {
  opacity: 0.6;
}
.channels-wrapper .dotpay-channels-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.channels-wrapper .channel-container {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  margin: 0!important;
  width: calc(25% - 6px) !important;
  min-width: auto!important;
}
@media only screen and (max-width : 1199px) {
  .channels-wrapper .channel-container {
    width: calc(33.3333% - 6px) !important;
  }
}
@media only screen and (max-width : 991px) {
  .channels-wrapper .channel-container {
    width: calc(50% - 6px) !important;
  }
}
@media only screen and (max-width : 767px) {
  .channels-wrapper .channel-container {
    width: calc(33.3333% - 6px) !important;
  }
}
@media only screen and (max-width : 480px) {
  .channels-wrapper .channel-container {
    width: calc(50% - 6px) !important;
  }
}
.channels-wrapper .channel-container.selected {
  margin: 0 auto!important;
  background: rgba(227, 196, 126, 0.2) !important;
  border: 1px solid rgba(227, 196, 126, 0.2) !important;
}
.channels-wrapper .image-container {
  top: 0!important;
  padding: 0!important;
  position: relative!important;
}
.channels-wrapper .image-container img {
  min-width: 10px!important;
  min-height: 10px!important;
  width: 100%!important;
  height: auto!important;
}
.select2-container .select2-selection--single {
  height: 48px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #D1D1D1;
  border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
  line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #D1D1D1;
}
.select2-dropdown {
  border: 1px solid #D1D1D1;
}
.shipping_address {
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 40px;
}
.shipping_address .update_totals_on_change .woocommerce-input-wrapper {
  display: block;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 0.7rem 0.75rem;
  background: #f9f9f9;
  cursor: not-allowed;
}
.shipping_address .update_totals_on_change .woocommerce-input-wrapper strong {
  font-weight: 400;
}
.wppp-select {
  background: #F0F0F0;
  border: none;
  border-radius: 6px;
  padding: 7px 30px 7px 12px;
  color: #BA2762;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wppp-select option {
  background: #F0F0F0;
  color: #BA2762;
}
.anim {
  -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;
}
.anim_fast {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.anim_slow {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.anim_very_slow {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.anim_cubic {
  -webkit-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  -moz-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  -o-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
}
.anim_cubic_slow {
  -webkit-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  -moz-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  -o-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
}
.preloader_home {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 100;
  animation: subpage_mask_hor 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_main {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10000;
  animation: main_initial 0.6s 0.3s ease-in-out both;
}
.preloader_main.bye-bye {
  animation: main_initial_rev 0.6s 0.3s ease-in-out both;
}
.reveal {
  animation: text-clip 1s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_2 {
  animation: text-clip 1s 1.3s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_01 {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--blue);
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: subpage_mask 2s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_01 {
  animation: text-clip 0.5s 0.2s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_photo {
  position: absolute;
  top: 0;
  right: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 1.7s 2s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_02 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.4s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_02 {
  animation: text-clip 2s 1.4s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_03 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--blue);
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.8s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_03 {
  animation: text-clip 1s 0.8s cubic-bezier(0.5, 0, 0.1, 1) both;
}
@keyframes subpage_mask {
  from {
    width: 100%;
  }
  to {
    width: 0.00001%;
  }
}
@keyframes subpage_mask_hor {
  from {
    height: 100%;
  }
  to {
    height: 0.00001%;
  }
}
@keyframes main_initial {
  from {
    width: 100%;
  }
  to {
    width: 0.00001%;
  }
}
@keyframes main_initial_rev {
  from {
    width: 0.00001%;
  }
  to {
    width: 100%;
  }
}
@keyframes subpage_mask_hor_rev {
  from {
    height: 0.00001%;
  }
  to {
    height: 100%;
  }
}
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/*!
 * animate.css -https://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.home .custom_list_header {
  display: none;
}
#top_bar {
  background: #F0F0F0;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 12px;
}
@media only screen and (max-width : 1199px) {
  #top_bar {
    display: none;
  }
}
#top_bar p {
  font-weight: 300;
}
#top_bar p a {
  color: var(--secondary) !important;
  font-weight: 400!important;
}
#top_bar .top_bar_left {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: flex-start;
}
#top_bar .top_bar_left h1 {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  line-height: unset;
  margin: 0 0.2rem 0 0;
}
#top_bar .top_bar_left p {
  margin: 0;
  padding: 0;
}
#top_bar .top_bar_left p a {
  color: var(--primary);
}
#top_bar .top_bar_right {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  flex-direction: row;
}
#top_bar .top_bar_right > ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
}
#top_bar .top_bar_right > ul > li .tbr_inner,
#top_bar .top_bar_right > ul > li > a {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
#top_bar .top_bar_right > ul > li .tbr_inner > img,
#top_bar .top_bar_right > ul > li > a > img {
  width: 20px;
}
#top_bar .top_bar_right > ul > li .split_list {
  width: 1px;
  height: 15px;
  background: lightgrey;
  position: relative;
  display: block;
  margin: 0 7px;
}
#top_bar .top_bar_right > ul > li.tbr_link .tbr_inner,
#top_bar .top_bar_right > ul > li.tbr_link > a {
  margin-left: 0.75rem;
}
#top_bar .top_bar_right > ul > li.tbr_link.register_link {
  margin-left: 10px;
}
#top_bar .top_bar_right > ul > li.cart_link > img {
  margin-right: 8px;
}
.full_cart_wrap {
  position: relative;
}
.full_cart_wrap .cart-customlocation {
  background-color: #e00d00;
  color: #fff;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  font-size: 12px;
  font-family: 'EB Garamond', sans-serif;
  position: absolute;
  top: -3px;
  left: 20px;
  flex-wrap: nowrap;
}
.full_cart_wrap:hover {
  cursor: pointer;
}
.mini_cart_wrap {
  position: absolute;
  width: 300px;
  max-height: 80vh;
  z-index: 10;
  display: none;
  top: 29px;
  right: 0;
  background: #fff;
  box-shadow: 0 6px 19px -18px #000;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 10px 20px 20px;
}
.mini_cart_wrap .woocommerce-mini-cart {
  padding: 0 1rem 0 0;
  margin: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 300px;
  overflow: scroll;
}
.mini_cart_wrap .woocommerce-mini-cart::-webkit-scrollbar-track {
  background-color: transparent;
}
.mini_cart_wrap .woocommerce-mini-cart::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.mini_cart_wrap .woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
}
.mini_cart_wrap .woocommerce-mini-cart li {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
}
.mini_cart_wrap .woocommerce-mini-cart li .main_link_mc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.mini_cart_wrap .woocommerce-mini-cart li .main_link_mc .mini_cart_img_wrap {
  margin-right: 5px;
}
.mini_cart_wrap .woocommerce-mini-cart li .main_link_mc .mini_cart_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  text-align: left;
}
.mini_cart_wrap .woocommerce-mini-cart li .main_link_mc .mini_cart_text_wrap h6 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.mini_cart_wrap .woocommerce-mini-cart li .main_link_mc .mini_cart_text_wrap .quantity {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 13px;
  color: #1A1A1A;
}
.mini_cart_wrap .woocommerce-mini-cart li .remove {
  color: #BB8E28;
  font-size: 34px;
}
.mini_cart_wrap .woocommerce-mini-cart li a img {
  width: 50px;
  height: auto;
}
.mini_cart_wrap .minicart_footer {
  border-top: 1px solid #dadada;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.mini_cart_wrap .minicart_footer p {
  margin-bottom: 0.5rem;
}
.mini_cart_wrap .minicart_footer .btn {
  margin-left: 0;
}
.mini_cart_wrap.open {
  display: flex;
}
.empty_cart_wrap {
  display: none;
}
.empty_cart_info {
  position: absolute;
  z-index: 10;
  background: red;
  top: 2rem;
}
#main_header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  padding-bottom: 1rem;
}
.mn_shadow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 27px solid #e2e2e2;
  bottom: 7px;
  filter: blur(7px);
}
#main_nav {
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-top: 0;
  box-shadow: 0 20px 19px -22px #acacac;
}
#main_nav:after {
  position: absolute;
  content: url(../images/svg/bg_nav.svg);
  height: 19px;
  width: 300px;
  left: calc(50% - 150px);
}
#main_nav .nav_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
}
#main_nav .nav_inner .nav-click {
  display: none;
}
#main_nav .nav_inner > ul {
  padding: 0;
  margin: 0;
  width: calc(50% - 35px);
}
#main_nav .nav_inner > ul.main_nav_left {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
@media only screen and (max-width : 1199px) {
  #main_nav .nav_inner > ul.main_nav_left {
    display: none;
  }
}
#main_nav .nav_inner > ul.main_nav_left li a {
  margin-right: 1.5rem;
}
#main_nav .nav_inner > ul.main_nav_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
}
@media only screen and (max-width : 1199px) {
  #main_nav .nav_inner > ul.main_nav_right {
    display: none;
  }
}
#main_nav .nav_inner > ul.main_nav_right li a {
  margin-left: 1.5rem;
}
#main_nav .nav_inner > ul > li {
  padding: 17px 0;
}
#main_nav .nav_inner > ul > li > .sub-menu {
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  top: 95px;
  width: 100%;
  max-width: 1400px;
  background: white;
  height: auto;
  z-index: -1;
  box-shadow: 0 26px 54px -17px #acacac, inset 0 37px 21px -45px #acacac;
  padding: 1rem 2rem 2rem;
  min-height: 420px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0 0 5px 5px;
}
#main_nav .nav_inner > ul > li > .sub-menu > li a {
  color: var(--btn-secondary);
  display: flex;
  padding: 3px 0 7px;
}
#main_nav .nav_inner > ul > li > .sub-menu > li.menu-item-has-children > a {
  font-family: 'EB Garamond', serif;
  font-weight: 900;
  color: #595959;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 1.5rem;
  display: inline-flex;
}
#main_nav .nav_inner > ul > li > .sub-menu > li:not(:last-child) {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-width: calc(100% - 350px);
}
#main_nav .nav_inner > ul > li > .sub-menu > li:not(:last-child).poziom-1 > .sub-menu {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-gap: 0px 2rem;
  grid-auto-flow: column;
}
#main_nav .nav_inner > ul > li > .sub-menu > li:last-child {
  position: absolute;
  top: 2rem;
  right: 2rem;
  border-left: 1px solid #e7e7e7;
  padding-left: 3rem;
  padding-bottom: 2rem;
  width: 300px;
}
#main_nav .nav_inner > ul > li > .sub-menu > li:last-child > ul {
  display: flex;
  flex-direction: column;
}
#main_nav .nav_inner > ul > li > .sub-menu > li > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
#main_nav .nav_inner > ul > li > .sub-menu > li > ul > li.menu-item-has-children {
  position: relative;
}
#main_nav .nav_inner > ul > li > .sub-menu > li > ul > li.menu-item-has-children > a {
  font-weight: 600;
  font-size: 14px;
  color: var(--btn-secondary);
}
#main_nav .nav_inner > ul > li > .sub-menu > li > ul > li > ul {
  padding: 0.5rem 2rem 0 0;
  margin: 0 0 2rem 0;
  column-count: 2;
  column-gap: 2rem;
}
#main_nav .nav_inner > ul > li:hover > .sub-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#main_nav .nav_inner .logo_nav {
  position: relative;
}
#main_nav .nav_inner .logo_nav a {
  display: block;
  position: relative;
}
#main_nav .nav_inner .logo_nav a img {
  padding-top: 7px;
  height: 55px;
  padding-bottom: 4px;
}
.mobile_nav {
  display: none;
}
.mobile_nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.mobile_nav ul li {
  width: 50px;
  height: 50px;
  padding: 10px;
}
.mobile_nav ul li img {
  -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;
  filter: saturate(1);
}
.mobile_nav ul li.selected img {
  filter: saturate(3.5);
}
@media only screen and (max-width : 767px) {
  .mobile_nav ul li {
    width: 50px;
    padding: 9px;
  }
}
@media only screen and (max-width : 1199px) {
  .mobile_nav {
    display: flex;
  }
}
.mobile_left ul {
  justify-content: flex-start;
}
.mobile_left ul li {
  position: relative;
  margin-right: 1rem;
}
@media only screen and (max-width : 767px) {
  .mobile_left ul li {
    margin-right: 0.5rem;
  }
}
.mobile_right ul {
  justify-content: flex-end;
}
.mobile_right ul li {
  position: relative;
  margin-left: 1rem;
}
@media only screen and (max-width : 767px) {
  .mobile_right ul li {
    margin-left: 0.5rem;
  }
}
#close_mm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
#close_mm svg {
  -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;
  opacity: 0;
}
#close_mm.active {
  display: block;
}
#close_mm.active svg {
  opacity: 1;
}
#cart_trigger .cart-customlocation {
  background-color: #e00d00;
  color: #fff;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  font-size: 12px;
  font-family: 'EB Garamond', sans-serif;
  position: absolute;
  top: 7px;
  left: auto;
  flex-wrap: nowrap;
  right: 7px;
  box-shadow: 0 0 0 2px #fff;
}
.mobile_nav_element {
  display: none;
  background: white;
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  padding: 4rem 0.5rem 2rem 1.5rem;
  top: 0;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  box-shadow: 0 0 15px -2px #000;
  border-radius: 5px;
}
.mobile_nav_element h4 {
  color: var(--secondary);
}
.mobile_nav_element.open {
  display: flex;
}
#mm_cart .mini_cart_wrap {
  position: relative;
  height: auto;
  max-height: none;
  display: block;
  padding: 0;
  top: 0;
  width: 100%;
  box-shadow: none;
}
#mm_search .search_form {
  width: 100%;
  position: relative;
}
#mm_search .search_form input {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  padding: 12px;
}
#mm_search .search_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: none;
  border: none;
  padding: 10px;
}
#mm_search.dt_open {
  background: white;
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  padding: 2rem 3rem 2rem 3rem;
  top: 5rem;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  box-shadow: 0 0 15px -2px #000;
  border-radius: 5px;
  display: flex;
}
#mm_wrap {
  height: 100%;
}
#mm_wrap > ul {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
#mm_wrap > ul li {
  position: relative;
}
#mm_wrap > ul li a {
  position: relative;
  padding: 10px 0;
  display: inline-block;
  color: var(--btn-secondary);
}
#mm_wrap > ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
#mm_wrap > ul li.menu-item-has-children.open .nav-click {
  transform: rotate(180deg);
}
#mm_wrap > ul li.menu-item-has-children.open .sub-menu {
  max-height: 900px;
  transition: max-height 0.25s ease-in;
}
#mm_wrap .nav-click {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: var(--btn-secondary);
}
#mm_wrap .nav-click svg {
  fill: var(--btn-secondary);
}
#hero {
  position: relative;
  padding-top: 0;
}
@media only screen and (max-width : 1199px) {
  #hero {
    padding-top: 4rem;
  }
}
#hero .hero_inner {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  max-height: 550px;
}
@media only screen and (max-width : 767px) {
  #hero .hero_inner {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
#hero .hero_inner .hero_text {
  width: 40%;
  color: var(--secondary);
}
@media only screen and (max-width : 767px) {
  #hero .hero_inner .hero_text {
    width: 90%;
    text-align: center;
  }
}
#hero .hero_inner .hero_text .h3 {
  margin-bottom: 1rem;
}
@media only screen and (max-width : 575px) {
  #hero .hero_inner .hero_text .h3 {
    font-size: 28px !important;
  }
}
@media only screen and (max-width : 480px) {
  #hero .hero_inner .hero_text .h3 {
    font-size: 26px !important;
  }
}
@media only screen and (max-width : 359px) {
  #hero .hero_inner .hero_text .h3 {
    font-size: 25px !important;
  }
}
#hero .hero_inner .hero_text p {
  margin-bottom: 2rem;
}
#hero .hero_inner .hero_img {
  width: 50%;
}
@media only screen and (max-width : 767px) {
  .hero_img {
    position: absolute;
    top: -1rem;
    width: 80%;
    opacity: 0.2;
    z-index: -1;
  }
}
.hero_img img {
  mix-blend-mode: multiply;
}
.ornament {
  width: 90px;
  display: flex;
  position: relative;
  margin: 0 auto 0;
  top: 1rem;
}
#promowane_produkty {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
#home_zestawy {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
#home_zestawy .hero_text {
  display: flex;
  width: 60%;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media only screen and (max-width : 991px) {
  #home_zestawy .hero_text {
    width: 100%;
  }
}
@media only screen and (max-width : 575px) {
  #home_zestawy .hero_text h2,
  #home_zestawy .hero_text p {
    text-align: center;
  }
}
#home_zestawy .hero_text ul {
  margin-bottom: 1.5rem;
}
#home_zestawy .hero_text ul li {
  position: relative;
  padding-left: 2.5rem;
}
#home_zestawy .hero_text ul li span {
  position: absolute;
  left: 0.6rem;
  top: 0;
}
@media only screen and (max-width : 575px) {
  #home_zestawy .hero_text ul li p {
    text-align: left;
  }
}
#home_zestawy .hero_img {
  width: 40%;
}
@media only screen and (max-width : 991px) {
  #home_zestawy .hero_img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 3rem;
    opacity: 0.1;
  }
}
@media only screen and (max-width : 991px) {
  #home_zestawy .hero_img img {
    height: 100%;
  }
}
@media only screen and (max-width : 575px) {
  #home_zestawy .btn {
    width: 100%;
  }
}
#hz_wrap {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}
#home_zestawy_products {
  position: relative;
  margin-top: -5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width : 1199px) {
  #home_zestawy_products {
    margin-top: -2rem;
  }
}
#kategorie {
  position: relative;
  padding-bottom: 5rem;
}
#kategorie .section_subbheader {
  display: flex;
  position: relative;
  padding-top: 2rem;
  background-color: var(--secondary);
  background-image: url('../images/bg_kategorie.jpg');
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#kategorie .section_subbheader .section_title {
  color: #fff;
}
#kategorie .ornament {
  margin-bottom: 2rem;
}
#kategorie_inner {
  position: relative;
  margin-top: -5rem;
}
#kategorie_inner .cat_box {
  margin-bottom: 2rem;
}
@media only screen and (max-width : 767px) {
  #kategorie_inner .cat_box {
    margin-bottom: 1rem;
  }
}
#kategorie_inner .cat_box img {
  margin-bottom: 1rem;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
}
#kategorie_inner .cat_box h5 {
  margin-bottom: 1rem;
}
#kategorie_inner .cat_box p {
  line-height: 24px;
}
#kategorie_inner .btn {
  margin-top: 1rem;
}
#czym-jest-polski-podarek {
  background-size: cover;
  background-position: center;
  padding-top: 4rem;
  padding-bottom: 9rem;
}
@media only screen and (max-width : 767px) {
  #czym-jest-polski-podarek {
    background-size: auto 75%;
    background-position: top center;
    padding-bottom: 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width : 575px) {
  #czym-jest-polski-podarek {
    padding-top: 1rem;
  }
}
#czym-jest-polski-podarek .ornament {
  display: none;
}
@media only screen and (max-width : 767px) {
  #czym-jest-polski-podarek .ornament {
    display: block;
  }
}
#czym-jest-polski-podarek .cjpp_text {
  padding-right: 6rem;
  padding-top: 2rem;
}
@media only screen and (max-width : 1199px) {
  #czym-jest-polski-podarek .cjpp_text {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width : 767px) {
  #czym-jest-polski-podarek .cjpp_text .section_title {
    text-align: center;
  }
}
#czym-jest-polski-podarek .cjpp_text .section_title span {
  color: var(--secondary);
}
.image-over {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width : 991px) {
  .image-over {
    align-items: flex-start;
  }
}
@media only screen and (max-width : 767px) {
  .image-over {
    justify-content: center;
  }
}
.image-over img:nth-of-type(1) {
  box-shadow: 0 0 30px -15px #000;
}
.image-over img:nth-of-type(2) {
  position: absolute;
  bottom: -5rem;
  left: 4rem;
  box-shadow: 0 0 30px -15px #000;
}
@media only screen and (max-width : 1199px) {
  .image-over img:nth-of-type(2) {
    bottom: -3rem;
    left: 2rem;
  }
}
@media only screen and (max-width : 991px) {
  .image-over img:nth-of-type(2) {
    bottom: 0;
    left: unset;
  }
}
@media only screen and (max-width : 767px) {
  .image-over img:nth-of-type(2) {
    display: none;
  }
}
#nasze-atuty {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
#nasze-atuty .ornament {
  margin-bottom: 1rem;
}
.na_item {
  display: inline-flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media only screen and (max-width : 991px) {
  .na_item {
    margin-bottom: 2rem;
  }
}
.na_item img {
  margin-right: 1.5rem;
}
#info_articles {
  padding-top: 2rem;
}
@media only screen and (max-width : 767px) {
  #info_articles .btn {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
#info_articles .ha_row {
  padding-top: 4rem;
}
#info_articles .ha_row:nth-of-type(odd) .ha_img {
  text-align: right;
}
#masz-pytania {
  background: #3D5048;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width : 767px) {
  #masz-pytania .btn {
    margin-bottom: 2rem;
  }
}
#newsletter {
  position: relative;
  background: #3D5048;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width : 767px) {
  #newsletter {
    padding-top: 5rem;
  }
}
#newsletter .corner_ornament {
  position: absolute;
  display: none;
  top: 3rem;
}
@media only screen and (max-width : 767px) {
  #newsletter .corner_ornament {
    display: block;
  }
}
#newsletter .corner_ornament .section_title {
  width: 80%;
  margin: 0 auto 2rem;
}
#newsletter .corner_ornament.co_left {
  left: 1rem;
}
#newsletter .corner_ornament.co_right {
  right: 1rem;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#newsletter form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  padding-top: 2rem;
}
#newsletter form input {
  font-size: 15px;
  padding: 0.65rem 1.3rem;
  border: none;
  border-radius: 6px;
  width: 100%;
  max-width: 22rem;
  margin-bottom: 1rem;
}
#newsletter form button {
  width: 100%;
  max-width: 22rem;
}
footer {
  color: #fff;
}
footer h5 {
  margin-bottom: 1rem;
}
footer .foot_main {
  background: #1a1a1a;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
footer .foot_info a {
  color: #fff;
}
footer .foot_info .btn-icon {
  display: none;
  margin-bottom: 3rem;
}
footer .foot_info .btn-icon.btn-full {
  width: fit-content;
}
@media only screen and (max-width : 991px) {
  footer .foot_info .btn-icon {
    display: block;
  }
}
footer .foot_info .foot_logo {
  margin-bottom: 2rem;
}
@media only screen and (max-width : 991px) {
  footer .foot_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .foot_social {
  display: inline-flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
footer .foot_social li a img {
  width: 30px;
}
footer .foot_links {
  font-size: 15px;
}
footer .foot_links a {
  color: var(--primary);
  margin-bottom: 1rem;
  display: inline-flex;
}
@media only screen and (max-width : 991px) {
  footer .foot_links {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
  }
}
footer .foot_other ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width : 991px) {
  footer .foot_other ul {
    justify-content: center;
  }
}
footer .foot_other ul li {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width : 991px) {
  footer .foot_other ul li {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}
@media only screen and (max-width : 991px) {
  footer .foot_other {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
}
footer .bottom {
  background: #000;
  padding: 1.3rem 0;
}
footer .bottom a {
  color: #fff;
}
footer .bottom a:hover {
  text-decoration: underline;
  color: var(--primary);
}
footer .bottom .copyrights span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
footer .bottom .seo_links p {
  font-size: 10px;
  line-height: 1.8;
  color: #787878;
}
footer .bottom .seo_links p a {
  color: #787878;
}
footer .bottom .seo_links p a:hover {
  color: #fff;
}
@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/WooCommerce.eot);
  src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
.search .main_content,
.page .main_content,
.single-post .main_content,
.single-product .main_content {
  padding-top: 3rem;
}
.woocommerce-notices-shortcode,
.woocommerce-notices-wrapper {
  position: fixed;
  top: 7rem;
  right: 3rem;
  z-index: 99;
  font-family: 'EB Garamond', serif;
}
.woocommerce-notices-shortcode > div,
.woocommerce-notices-wrapper > div {
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 100;
}
.woocommerce-notices-shortcode > div a,
.woocommerce-notices-wrapper > div a {
  color: #E3C47E;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  margin-left: 1rem;
}
.woocommerce-notices-shortcode > div a:hover,
.woocommerce-notices-wrapper > div a:hover {
  text-decoration: underline;
}
.woocommerce-notices-shortcode .alert-success,
.woocommerce-notices-wrapper .alert-success {
  background: #571B33;
  color: #fff;
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}
.woocommerce-message.alert-danger {
  background: #571b33;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.product_box {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width : 1399px) {
  .product_box {
    padding-bottom: 4.5rem;
  }
}
@media only screen and (max-width : 575px) {
  .product_box {
    padding-bottom: 0;
  }
}
.product_box .stock_info {
  position: absolute;
  top: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  left: 24px;
}
.product_box .stock_info:before {
  content: '';
  display: inline-flex;
  width: 14px;
  border-radius: 20px;
  height: 14px;
  margin-right: 7px;
}
.product_box .stock_info.instock:before {
  background-color: #17D713;
}
.product_box .stock_info.outofstock:before {
  background-color: #E00D00;
}
.product_box .fw-button {
  position: absolute;
  top: 6px;
  right: 16px;
  left: unset;
}
.product_box .fw-button .fw-button-icon:before {
  color: var(--btn-secondary);
}
.product_box .woocommerce-loop-product__link .onsale {
  display: none;
}
.product_box .woocommerce-loop-product__link img {
  width: 100%;
  height: auto;
  border: 1px solid #ededed;
  margin-bottom: 0.8rem;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s;
  overflow: hidden;
}
.product_box .woocommerce-loop-product__link h3 {
  position: relative;
  text-decoration: none;
  /*background-image: linear-gradient(var(--secondary), var(--secondary));*/
  background-repeat: no-repeat;
  background-position: 0px 25px;
  background-size: 100% 2px;
  transition: all 0.3s;
  display: initial;
}
.product_box .woocommerce-loop-product__link .price {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-content: center;
  font-family: 'EB Garamond', serif;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width : 1399px) {
  .product_box .woocommerce-loop-product__link .price {
    bottom: 45px;
  }
}
@media only screen and (max-width : 575px) {
  .product_box .woocommerce-loop-product__link .price {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.product_box .woocommerce-loop-product__link .price > span > bdi {
  font-size: 20px;
  text-decoration: none;
  color: var(--btn-secondary);
}
.product_box .woocommerce-loop-product__link .price ins {
  font-size: 20px;
  text-decoration: none;
  color: var(--btn-secondary);
  margin-right: 8px;
}
.product_box .woocommerce-loop-product__link .price del {
  position: relative;
  font-size: 14px;
  color: #595959;
}
.product_box .woocommerce-loop-product__link .price del > span {
  display: block;
}
.product_box .woocommerce-loop-product__link .price del > span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #8f8f8f;
  position: absolute;
  top: 50%;
}
.product_box .woocommerce-loop-product__link .price del,
.product_box .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
.product_box .woocommerce-loop-product__link .price del span,
.product_box .woocommerce-loop-product__link .price ins span {
  text-decoration: none;
}
.product_box .woocommerce-loop-product__link:hover {
  text-decoration: none;
}
.product_box .woocommerce-loop-product__link:hover .price {
  text-decoration: none !important;
}
.product_box .woocommerce-loop-product__link:hover .price del,
.product_box .woocommerce-loop-product__link:hover .price ins {
  text-decoration: none !important;
}
.product_box .woocommerce-loop-product__link:hover .price del span,
.product_box .woocommerce-loop-product__link:hover .price ins span {
  text-decoration: none !important;
}
.product_box .added_to_cart {
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  bottom: -32px;
  left: 15px;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  border-top: 1px solid #e9e9e9;
  padding-top: 2px;
}
.product_box:hover img.attachment-woocommerce_thumbnail {
  transform: scale3d(1.03, 1.03, 1);
}
.product_box:hover h3.woocommerce-loop-product__title {
  background-size: 100% 2px;
  background-position: 0px 22px;
  /*background-image: linear-gradient(var(--secondary), var(--secondary));*/
  color: inherit;
}
#single_product_gallery .onsale {
  display: none;
}
#single_product_gallery .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width : 991px) {
  #single_product_gallery {
    margin-bottom: 1rem;
  }
}
#product_thumbs {
  position: relative;
  margin-top: 1rem;
}
#product_thumbs .dC_thumbs {
  position: relative;
  padding: 0;
  margin: 0;
}
#product_thumbs .dC_thumbs li {
  -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;
  display: inline;
  width: 20%;
  /*float: left;*/
  /*margin-right: 4%;*/
  opacity: 0.8;
}
#product_thumbs .dC_thumbs li:hover {
  opacity: 1;
  cursor: pointer;
}
#single_product_info .stock_info {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
#single_product_info .stock_info:before {
  content: '';
  display: inline-flex;
  width: 14px;
  border-radius: 20px;
  height: 14px;
  margin-right: 7px;
}
#single_product_info .stock_info.instock:before {
  background-color: #17D713;
}
#single_product_info .stock_info.outofstock:before {
  background-color: #E00D00;
}
#single_product_info .price {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-content: center;
  font-family: 'EB Garamond', serif;
  align-items: center;
  margin: 0;
}
#single_product_info .price > span > bdi {
  font-size: 32px;
  text-decoration: none;
  color: var(--btn-secondary);
}
#single_product_info .price ins {
  font-size: 32px;
  text-decoration: none;
  color: var(--btn-secondary);
  margin-right: 8px;
}
#single_product_info .price del {
  position: relative;
  font-size: 18px;
  color: #595959;
}
#single_product_info .price del > span {
  display: block;
}
#single_product_info .price del > span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #8f8f8f;
  position: absolute;
  top: 50%;
}
#single_product_info .price del,
#single_product_info .price ins {
  text-decoration: none;
}
#single_product_info .price del span,
#single_product_info .price ins span {
  text-decoration: none;
}
#single_product_info .add_to_cart_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}
#single_product_info .add_to_cart_wrap .product_customization {
  flex: 1 0 100%;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem;
}
#single_product_info .add_to_cart_wrap small {
  flex: 1 0 100%;
  margin-top: 1rem;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  line-height: 1;
}
#single_product_info .add_to_cart_wrap p:not(.price) {
  flex: 1 0 100%;
  margin-top: 1rem;
}
@media only screen and (max-width : 767px) {
  #single_product_info .add_to_cart_wrap .price {
    flex: 1 0 100%;
    margin-bottom: 1rem;
  }
}
#single_product_info .add_to_cart_wrap .cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width : 767px) {
  #single_product_info .add_to_cart_wrap .cart {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    /*margin-top: -3rem;*/
    margin-top: initial !important;
  }
}
#single_product_info .add_to_cart_wrap .quant_btn {
  padding: 12px 1.2rem;
}
#single_product_info .add_to_cart_wrap .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  #single_product_info .add_to_cart_wrap .quantity {
    height: auto;
  }
}
#single_product_info .add_to_cart_wrap .quantity input {
  height: 100%;
  margin: 0 8px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  width: 65px;
  padding: 12px;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  #single_product_info .add_to_cart_wrap .quantity input {
    height: auto;
    padding: 12px 1.2rem;
  }
}
#single_product_info .add_to_cart_wrap button[type=submit] {
  font-size: 15px;
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  padding: 12px 1.2rem;
  margin-left: 1rem;
  position: relative;
  right: inherit;
  bottom: inherit;
}
@media only screen and (max-width : 767px) {
  #single_product_info .add_to_cart_wrap button[type=submit] {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.custom-tooltip {
  background-color: var(--secondary);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 10px;
}
.info_btn {
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: var(--secondary);
  border: none;
  text-align: center;
  font-size: 10px;
  padding: 0;
  border-radius: 15px;
  line-height: 1px;
  margin-left: 5px;
}
.customization_option {
  margin-bottom: 1rem;
}
.customization_option .btns-wrap {
  text-align: left;
}
.customization_option .btns-wrap select {
  position: relative;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  background: #fff;
  padding: 12px 1rem;
  margin-bottom: 3px;
  max-width: 400px;
  width: 100%;
}
.customization_option h5 {
  color: var(--secondary);
}
.customization_option h6 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 15px;
}
.customization_option input[type="radio"] {
  display: none;
}
.customization_option textarea {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  background: #fff;
  padding: 12px 1rem;
  margin-bottom: 3px;
}
.customization_option input[type="text"] {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
}
.customization_option label {
  -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;
  font-size: 15px;
  padding: 0.65rem 2rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  align-content: center;
  flex-direction: row;
  font-weight: 500;
  flex-wrap: wrap;
  width: fit-content;
  background: #F0F0F0;
  color: #1a1a1a;
}
.customization_option label.btn-primary {
  background: var(--primary);
  color: var(--secondary);
}
.customization_option label.btn-primary.btn-arrow:after {
  background-image: url("../images/svg/btn_arrow.svg");
}
.customization_option label.btn-primary:focus,
.customization_option label.btn-primary:hover {
  background: #a99058;
}
.customization_option label.btn-primary-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.customization_option label.btn-primary-outline:focus,
.customization_option label.btn-primary-outline:hover {
  background: var(--primary);
  color: var(--secondary);
}
.customization_option label.btn-secondary {
  background: var(--btn-secondary);
  color: #fff;
}
.customization_option label.btn-secondary:after {
  background-image: url("../images/svg/btn_arrow_white.svg");
}
.customization_option label.btn-secondary:focus,
.customization_option label.btn-secondary:hover {
  background: #8d1d4a;
}
.customization_option label.btn-gray {
  background: #F0F0F0;
  color: #1a1a1a;
}
.customization_option label.btn-gray:focus,
.customization_option label.btn-gray:hover {
  background: #d7d7d7;
  color: #1a1a1a;
}
.customization_option label.btn-arrow:after {
  content: '';
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
.customization_option label.btn-icon span {
  margin-right: 1rem;
}
.customization_option label.btn-full {
  width: 100%;
}
.customization_option label.btn-addtocart {
  width: 160px;
  float: right;
  padding: 9px 10px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width : 1399px) {
  .customization_option label.btn-addtocart {
    right: inherit;
    left: 0;
  }
}
@media only screen and (max-width : 575px) {
  .customization_option label.btn-addtocart {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.customization_option label.btn-addtocart span {
  margin-right: 6px;
}
.customization_option label:hover {
  text-decoration: none;
}
.customization_option label:focus,
.customization_option label:hover {
  background: #d7d7d7;
  color: #1a1a1a;
}
.customization_option label:hover {
  cursor: pointer;
}
.customization_option label.no-label {
  background: none;
  padding-left: 0;
  font-size: 18px;
}
.customization_option .logo-file-text {
  text-align: left;
  margin-bottom: 10px;
}
.customization_option .inner_text {
  display: none;
  flex-direction: column;
  padding: 1rem 0;
  max-width: 400px;
  text-align: right;
}
.customization_option .inner_text input {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  background: #fff;
  padding: 12px 1rem;
  margin-bottom: 3px;
}
.customization_option .inner_text small {
  font-size: 12px;
}
.customization_option .inner_text.activeInput {
  display: flex;
}
.customization_option input[type="radio"]:checked + label {
  background-color: var(--primary);
}
#alco_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 101;
  top: 0;
  left: 0;
  display: none;
}
#alco_box.open {
  display: block;
}
#alco_box #search_close {
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 60px;
  height: 40px;
  vertical-align: middle;
  z-index: 10;
}
@media only screen and (max-width : 575px) {
  #alco_box #search_close {
    width: 50px;
    height: 40px;
  }
}
#alco_box #search_close span {
  -webkit-transition: all 0.11s ease-in-out;
  -moz-transition: all 0.11s ease-in-out;
  -o-transition: all 0.11s ease-in-out;
  transition: all 0.11s ease-in-out;
  display: block;
  width: 50px;
  position: absolute;
  left: 5px;
  height: 4px;
  background: var(--secondary);
  transform-origin: center center;
}
#alco_box #search_close span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
#alco_box #search_close span:nth-child(2) {
  top: 18px;
  transform: rotate(-45deg);
}
@media only screen and (max-width : 575px) {
  #alco_box #search_close span {
    width: 40px;
  }
}
#alco_box #search_close:hover span:nth-child(1) {
  transform: rotate(-45deg);
}
#alco_box #search_close:hover span:nth-child(2) {
  transform: rotate(45deg);
}
#alco_box .sb_inner {
  position: relative;
  height: 100%;
}
#alco_box .sb_inner form {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
}
#alco_box .sb_inner form input {
  position: relative;
  width: 100%;
  padding: 1.3rem 2rem;
  border: none;
  border-radius: 50px;
}
#alco_box .sb_inner form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10%;
  right: 5px;
  height: 80%;
  padding: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#alco_box .sb_inner form button svg {
  width: 40px;
  height: 100%;
}
#alco_box .sb_inner form ::placeholder {
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
#alco_box .sb_inner form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
#alco_box .sb_inner form ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
#crumbs,
.woocommerce-breadcrumb {
  font-size: 12px;
  color: var(--btn-secondary);
  margin-bottom: 2rem;
}
@media only screen and (max-width : 767px) {
  #crumbs,
  .woocommerce-breadcrumb {
    padding-bottom: 10px;
  }
}
#crumbs a,
.woocommerce-breadcrumb a {
  color: var(--btn-secondary);
}
@media only screen and (max-width : 1199px) {
  #crumbs,
  .woocommerce-breadcrumb {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
  }
}
#crumbs::-webkit-scrollbar-track,
.woocommerce-breadcrumb::-webkit-scrollbar-track {
  background-color: transparent;
}
#crumbs::-webkit-scrollbar,
.woocommerce-breadcrumb::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
#crumbs::-webkit-scrollbar-thumb,
.woocommerce-breadcrumb::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
}
.product_title {
  font-family: 'EB Garamond', serif;
  color: var(--secondary);
}
@media only screen and (max-width : 767px) {
  .product_title {
    font-size: 24px;
    line-height: 34px;
  }
}
.owl-nav {
  display: none;
}
#product_availability_rating {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
#product_availability_rating .stock_info {
  margin-right: 1rem;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-top: 1px solid #F0F0F0;
  margin-top: 2rem;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 2rem;
}
@media only screen and (max-width : 991px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 1rem;
    padding-bottom: 3rem;
    margin-top: 1rem;
  }
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li {
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: 'EB Garamond', serif;
  font-size: 18px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a {
  color: #595959;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #a6a6a6;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active a {
  color: var(--secondary);
  border-bottom: 2px solid var(--primary);
}
.related {
  margin-bottom: 4rem;
}
.related .ornament {
  margin-bottom: 2rem;
}
.related .section_title {
  color: var(--secondary);
}
.category_header {
  position: relative;
  min-height: 250px;
  padding-top: 6rem;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width : 767px) {
  .category_header {
    flex-direction: column;
  }
}
.category_header:before {
  background: linear-gradient(90deg, rgba(227, 196, 126, 0.3) 10.33%, rgba(255, 255, 255, 0) 89.75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  position: absolute;
  z-index: -1;
  content: '';
}
.category_header h1 {
  color: var(--secondary);
}
.category_header p {
  font-family: 'Poppins', sans-serif;
  color: var(--secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.category_header .woocommerce-breadcrumb {
  flex: 1 0 100%;
  margin-bottom: 0;
  position: absolute;
  top: 3rem;
}
.category_header .ch_text {
  width: 50%;
  margin-top: 20px;
}
@media only screen and (max-width : 767px) {
  .category_header .ch_text {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.category_header .ch_img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  height: 100%;
  right: 0;
}
@media only screen and (max-width : 767px) {
  .category_header .ch_img {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    height: 100%;
  }
}
.category_header .ch_img img {
  mix-blend-mode: multiply;
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width : 991px) {
  .category_header .ch_img img {
    width: 100%;
  }
}
.naglowek > a {
  pointer-events: none;
}
#close_filters {
  position: absolute;
  z-index: 1000;
  width: 45px;
  height: 45px;
  right: 1rem;
  top: 1rem;
  padding: 10px;
  display: none;
}
@media only screen and (max-width : 767px) {
  #close_filters {
    display: block;
  }
}
.search_form_mobile {
  width: 100%;
  position: relative;
  display: none;
}
@media only screen and (max-width : 767px) {
  .search_form_mobile {
    display: flex;
  }
}
.search_form_mobile input {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  padding: 12px;
  padding-right: 50px;
}
.search_form_mobile button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: none;
  border: none;
  padding: 10px;
}
.fw-popup-footer input {
  margin-right: 0.5em;
  min-width: 0;
  border: 1px solid #f2f2f2;
  padding: 1px 8px;
  border-radius: 6px;
}
.fw-popup-footer button {
  font-size: 15px;
  padding: 5px 2rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  align-content: center;
  flex-direction: row;
  font-weight: 500;
  flex-wrap: wrap;
  color: #fff;
  width: fit-content;
  background-color: var(--btn-secondary);
}
.fw-popup-footer button:hover {
  background-color: var(--secondary);
}
#pl_sidebar .wc-block-components-price-slider__actions {
  justify-content: space-between;
}
#pl_sidebar .wp-block-button__link:after {
  background-image: none;
}
#pl_sidebar .wp-block-button__link:after {
  content: none;
}
@media only screen and (max-width : 767px) {
  #pl_sidebar {
    display: none;
    position: fixed;
    z-index: 100000;
    background: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 1.3rem 2rem;
    left: 0;
  }
  #pl_sidebar.open {
    display: flex;
  }
}
#pl_sidebar h2 {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
#pl_sidebar a {
  color: #1a1a1a;
}
#pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:before,
#pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:after {
  position: absolute;
  width: 100px;
  top: 0;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width : 991px) {
  #pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:before,
  #pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:after {
    width: 72px;
    font-size: 16px;
  }
}
#pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:before {
  content: 'Cena od:';
  left: 0;
}
@media only screen and (max-width : 767px) {
  #pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:before {
    width: 45%;
  }
}
#pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:after {
  content: 'Cena do:';
  right: 0;
}
@media only screen and (max-width : 767px) {
  #pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls:after {
    width: 45%;
  }
}
#pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 100px;
  text-align: left;
  padding: 10px;
  border: 1px solid #f0f0f0 !important;
}
@media only screen and (max-width : 767px) {
  #pl_sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 45%;
    width: 100%;
  }
}
#pl_sidebar .wc-block-components-price-slider__range-input-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#pl_sidebar .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
  --range-color: var(--btn-secondary);
}
#pl_sidebar .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  border: 2px solid var(--btn-secondary);
  background: #ffffff !important;
}
#pl_sidebar .sidebar_wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pl_sidebar .sidebar_wrap .widget-container p,
#pl_sidebar .sidebar_wrap .widget-container .h3 {
  font-size: 18px;
}
#pl_sidebar .widget_nav_menu div > ul {
  padding: 0;
  margin: 0;
}
#pl_sidebar .widget_nav_menu div > ul .menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 37px;
  flex-wrap: nowrap;
  flex-direction: row;
  white-space: normal;
}
#pl_sidebar .widget_nav_menu div > ul .menu-item a:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2px solid #1a1e21;
  left: 0;
  border-radius: 3px;
}
#pl_sidebar .widget_nav_menu div > ul .menu-item a:hover:before {
  border: 2px solid var(--btn-secondary);
}
#pl_sidebar .widget_nav_menu div > ul .menu-item.current-menu-item > a:before {
  content: '✔';
  background-color: var(--btn-secondary);
  border: 2px solid var(--btn-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#pl_sidebar .widget_nav_menu div > ul .menu-item.current-product_cat-ancestor > a:before {
  content: '✔';
  background-color: var(--btn-secondary);
  border: 2px solid var(--btn-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#pl_sidebar .widget_nav_menu div > ul li {
  position: relative;
}
#pl_sidebar .widget_nav_menu div > ul li > ul {
  padding-left: 37px;
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children {
  position: relative;
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children a {
  position: relative;
  display: flex;
  padding-right: 35px;
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children .nav-click {
  -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;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children .nav-click svg {
  -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;
  position: relative;
  top: 0;
  width: 12px;
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children .nav-click:hover svg {
  top: 3px;
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children .sub-menu {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children.current-menu-ancestor .nav-click,
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children.open .nav-click {
  transform: rotate(180deg);
}
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children.current-menu-ancestor .sub-menu,
#pl_sidebar .widget_nav_menu .menu .menu-item-has-children.open .sub-menu {
  max-height: 900px;
  transition: max-height 0.25s ease-in;
}
#pl_sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: var(--btn-secondary);
  border-color: var(--btn-secondary);
}
#pl_sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  background-color: #fff;
  border: 2px solid #1a1a1a;
}
#pl_sidebar .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff;
  height: 20px;
  margin-left: 1px;
  margin-top: -1px;
  width: 20px;
}
.woocommerce-form__label-for-checkbox {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400!important;
}
.woocommerce-form__label-for-checkbox input {
  display: none;
}
.woocommerce-form__label-for-checkbox span {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.woocommerce-form__label-for-checkbox span:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2px solid #1a1e21;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.woocommerce-form__label-for-checkbox span span {
  padding-left: 0;
}
.woocommerce-form__label-for-checkbox span span:before,
.woocommerce-form__label-for-checkbox span span:after {
  display: none;
}
.woocommerce-form__label-for-checkbox input:checked + span:after {
  content: '✔';
  position: absolute;
  background-color: var(--btn-secondary);
  border: 2px solid var(--btn-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 3px;
}
.woocommerce-input-wrapper .checkbox {
  position: relative;
  padding-left: 30px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400!important;
  font-style: normal;
  cursor: pointer;
}
.woocommerce-input-wrapper .checkbox input {
  display: none;
}
.woocommerce-input-wrapper .checkbox span:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2px solid #1a1e21;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.woocommerce-input-wrapper .checkbox span span {
  padding-left: 0;
}
.woocommerce-input-wrapper .checkbox span span:before,
.woocommerce-input-wrapper .checkbox span span:after {
  display: none;
}
.woocommerce-input-wrapper .checkbox input:checked + span:after {
  content: '✔';
  position: absolute;
  background-color: var(--btn-secondary);
  border: 2px solid var(--btn-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 3px;
}
#mobile_filters_trigger {
  display: none;
}
#mobile_filters_trigger svg {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
@media only screen and (max-width : 767px) {
  #mobile_filters_trigger {
    display: flex;
    min-width: 50%;
    align-items: center;
    align-content: center;
    color: var(--btn-secondary);
    margin-bottom: 0.5rem;
  }
}
.custom_list_header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
@media only screen and (max-width : 991px) {
  .custom_list_header {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width : 575px) {
  .custom_list_header {
    flex-wrap: nowrap;
  }
}
.custom_list_header .products-per-page {
  position: relative;
}
.custom_list_header .products-per-page:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #BA2762;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 991px) {
  .custom_list_header .products-per-page:after {
    top: calc(50% - 0.2rem);
  }
}
@media only screen and (max-width : 991px) {
  .custom_list_header .products-per-page {
    margin-left: 0!important;
    width: 100%;
  }
  .custom_list_header .products-per-page select {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width : 575px) {
  .custom_list_header .products-per-page {
    display: none;
  }
}
.custom_list_header .products-per-page select {
  background: #F0F0F0;
  border: none;
  border-radius: 6px;
  padding: 7px 30px 7px 12px;
  color: #BA2762;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom_list_header .woocommerce-ordering {
  position: relative;
}
.custom_list_header .woocommerce-ordering:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #BA2762;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 991px) {
  .custom_list_header .woocommerce-ordering {
    width: 100%;
  }
}
@media only screen and (max-width : 575px) {
  .custom_list_header .woocommerce-ordering {
    width: auto;
  }
}
.custom_list_header .woocommerce-ordering select {
  background: #F0F0F0;
  border: none;
  border-radius: 6px;
  padding: 7px 30px 7px 12px;
  color: #BA2762;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width : 991px) {
  .custom_list_header .woocommerce-ordering select {
    width: 100%;
  }
}
@media only screen and (max-width : 575px) {
  .custom_list_header .woocommerce-ordering select {
    width: 100%;
  }
}
#category_more_info {
  background: linear-gradient(0deg, rgba(227, 196, 126, 0.5), rgba(227, 196, 126, 0.5));
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#category_more_info .cmi_left {
  padding-right: 2rem;
}
@media only screen and (max-width : 767px) {
  #category_more_info .cmi_left {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}
#cat_includes {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
#cat_includes .ornament {
  margin-bottom: 1rem;
}
#cat_includes .section_header_wrap {
  margin-bottom: 3rem;
}
#cat_includes .na_item {
  margin-bottom: 2rem;
}
#more_links {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#more_links ul {
  position: relative;
  column-count: 4;
  padding-top: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width : 1199px) {
  #more_links ul {
    column-count: 3;
  }
}
@media only screen and (max-width : 991px) {
  #more_links ul {
    column-count: 2;
  }
}
@media only screen and (max-width : 767px) {
  #more_links ul {
    column-count: 1;
  }
}
#more_links ul li {
  position: relative;
  list-style: disc;
  margin-left: 1rem;
  color: #BB8E28;
}
#more_links ul li a {
  position: relative;
  color: #BB8E28;
  padding: 5px 0px;
  display: block;
}
.woocommerce-pagination {
  position: relative;
  padding: 3rem 0 0;
}
.woocommerce-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
@media only screen and (max-width : 767px) {
  .woocommerce-pagination ul li {
    margin-bottom: 15px;
  }
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  border-radius: 8px;
  margin: 0 5px;
}
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a.current {
  background: #E3C47E;
  color: #571B33;
  font-weight: 500;
}
.woocommerce-pagination ul li span:hover,
.woocommerce-pagination ul li a:hover {
  background: #d7d7d7;
  color: #1a1a1a;
  text-decoration: none;
}
.woocommerce-pagination ul li span.prev,
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li span.next,
.woocommerce-pagination ul li a.next {
  background-color: transparent;
}
.woocommerce-pagination ul li a {
  background: #F0F0F0;
}
.woocommerce-cart-form [data-fw-table] img {
  height: auto;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #BB8E28;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce abbr[title] {
  text-decoration: none;
  color: #E00D00;
}
.woocommerce .note-required {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
}
.woocommerce-cart-form__contents {
  width: 100%;
}
.woocommerce-cart-form__contents .product-thumbnail img {
  max-width: 100px;
  height: auto;
}
@media (max-width: 768px) {
  .woocommerce-cart-form .product-quantity .quantity {
    margin-left: auto;
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
@media (max-width: 768px) {
  .shop_table_responsive .actions button:not(.input-group button) {
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon input {
    width: 1%;
  }
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid;
}
.woocommerce table.shop_attributes td {
  border-bottom: 1px solid;
}
.woocommerce table.shop_attributes th {
  border-bottom: 1px solid;
}
.woocommerce table.shop_attributes {
  border-top: 1px solid;
}
.woocommerce table.shop_table td {
  border-top: 1px solid;
}
#product_list .product-category {
  display: none;
}
.woocommerce-Tabs-panel ul li,
.woocommerce-product-details__short-description ul li {
  list-style: square;
}
#customer_login .customer-login_left form,
#customer_login .customer-login_right form {
  border: 1px solid #f1f1f1;
  padding: 2rem;
}
#customer_login .customer-login_left a,
#customer_login .customer-login_right a {
  text-decoration: underline;
}
#customer_login .woocommerce-form-login__rememberme {
  margin-bottom: 1rem;
}
.woocommerce form .form-row .woocommerce-Input {
  width: 100%;
  margin: 0;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  text-align: left;
  padding: 12px;
}
.lost_reset_password {
  border: 1px solid #f1f1f1;
  padding: 2rem;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width : 991px) {
  .lost_reset_password {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */