
:root {
  --blue: #3259ea;
  --indigo: #a200fc;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f75454;
  --orange: #fd7e14;
  --yellow: #fced70;
  --green: #88cf00;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #7f7f83;
  --gray-dark: #232f3e;
  --primary: #f75454;
  --secondary: #161619;
  --success: #88cf00;
  --info: #17a2b8;
  --warning: #fced70;
  --danger: #f75454;
  --light: #f8f9fa;
  --dark: #161619;
  --primary-green: #88cf00;
  --primary-yellow: #fced70;
  --yellow-darker: #ffbd00;
  --primary-home-v3: #041e42;
  --primary-indigo: #a200fc;
  --indigo-light: #faf1ff;
  --tangerine: #f79400;
  --tangerine-light: #faf4eb;
  --chili: #f01000;
  --chili-light: #f4e6e5;
  --carolina: #00cdef;
  --carolina-light: #e6f2f4;
  --punch: #ff8e8e;
  --punch-light: #fff6f6;
  --secondary-gray-700: #7c6e65;
  --secondary-gray-800: #232f3e;
  --secondary-gray-1080: #cccccc;
  --secondary-gray-1090: #7e7e7e;
  --secondary-black-100: #19110b;
  --secondary-black-200: #1c2633;
  --dark-1: #2d3942;
  --red-1: #ff7160;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-wd: 1480px;
  --font-family-sans-serif: "Inter", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #161619;
}

a {
  color: #f75454;
}
a:hover {
    color: #f30b0b;
}

caption {
  color: #7f7f83;
}

.blockquote-footer {
  color: #7f7f83;
}

.img-thumbnail {
  border-color: #eae8e4;
}

.figure-caption {
  color: #7f7f83;
}

kbd {
  background-color: #161619;
}

pre {
  color: #161619;
}


.container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
  @media (min-width: 576px) {
    .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments {
      max-width: 540px;
      }
}
  @media (min-width: 768px) {
    .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments {
      max-width: 720px;
      }
}
  @media (min-width: 992px) {
    .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments {
      max-width: 960px;
      }
}
  @media (min-width: 1200px) {
    .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments {
      max-width: 1200px;
      }
}
  @media (min-width: 1480px) {
    .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments {
      max-width: 1430px;
      }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-wd {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm {
    max-width: 540px;
    }
}

@media (min-width: 768px) {
  .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm, .container-md {
    max-width: 720px;
    }
}

@media (min-width: 992px) {
  .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm, .container-md, .container-lg {
    max-width: 960px;
    }
}

@media (min-width: 1200px) {
  .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
    }
}

@media (min-width: 1480px) {
  .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm, .container-md, .container-lg, .container-xl, .container-wd {
    max-width: 1430px;
    }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1480px) {
  .col-wd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    }
  .row-cols-wd-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
    }
  .row-cols-wd-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
    }
  .row-cols-wd-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
  .row-cols-wd-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
    }
  .row-cols-wd-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
    }
  .row-cols-wd-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
  .col-wd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    }
  .col-wd-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    }
  .col-wd-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
  .col-wd-3 {
    flex: 0 0 25%;
    max-width: 25%;
    }
  .col-wd-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
  .col-wd-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    }
  .col-wd-6 {
    flex: 0 0 50%;
    max-width: 50%;
    }
  .col-wd-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    }
  .col-wd-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    }
  .col-wd-9 {
    flex: 0 0 75%;
    max-width: 75%;
    }
  .col-wd-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    }
  .col-wd-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    }
  .col-wd-12 {
    flex: 0 0 100%;
    max-width: 100%;
    }
  .order-wd-first {
    order: -1;
    }
  .order-wd-last {
    order: 13;
    }
  .order-wd-0 {
    order: 0;
    }
  .order-wd-1 {
    order: 1;
    }
  .order-wd-2 {
    order: 2;
    }
  .order-wd-3 {
    order: 3;
    }
  .order-wd-4 {
    order: 4;
    }
  .order-wd-5 {
    order: 5;
    }
  .order-wd-6 {
    order: 6;
    }
  .order-wd-7 {
    order: 7;
    }
  .order-wd-8 {
    order: 8;
    }
  .order-wd-9 {
    order: 9;
    }
  .order-wd-10 {
    order: 10;
    }
  .order-wd-11 {
    order: 11;
    }
  .order-wd-12 {
    order: 12;
    }
  .offset-wd-0 {
    margin-left: 0;
    }
  .offset-wd-1 {
    margin-left: 8.3333333333%;
    }
  .offset-wd-2 {
    margin-left: 16.6666666667%;
    }
  .offset-wd-3 {
    margin-left: 25%;
    }
  .offset-wd-4 {
    margin-left: 33.3333333333%;
    }
  .offset-wd-5 {
    margin-left: 41.6666666667%;
    }
  .offset-wd-6 {
    margin-left: 50%;
    }
  .offset-wd-7 {
    margin-left: 58.3333333333%;
    }
  .offset-wd-8 {
    margin-left: 66.6666666667%;
    }
  .offset-wd-9 {
    margin-left: 75%;
    }
  .offset-wd-10 {
    margin-left: 83.3333333333%;
    }
  .offset-wd-11 {
    margin-left: 91.6666666667%;
    }
}

.table, .widget_calendar table, .woocommerce-MyAccount-content .shop_table:not(.order_details), table.wishlist_table, table {
  width: 100%;
  margin-bottom: 1rem;
  color: #161619;
}
  .table th, .widget_calendar table th, .woocommerce-MyAccount-content .shop_table:not(.order_details) th, table.wishlist_table th, table th,
  .table td,
  .widget_calendar table td,
  .woocommerce-MyAccount-content .shop_table:not(.order_details) td,
  table.wishlist_table td,
  table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eae8e4;
}
  .table thead th, .widget_calendar table thead th, .woocommerce-MyAccount-content .shop_table:not(.order_details) thead th, table.wishlist_table thead th, table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eae8e4;
}
  .table tbody + tbody, .widget_calendar table tbody + tbody, .woocommerce-MyAccount-content .shop_table:not(.order_details) tbody + tbody, table.wishlist_table tbody + tbody, table tbody + tbody {
    border-top: 2px solid #eae8e4;
}



@media (max-width: 575.98px) {
  .table-responsive-sm, .single-product .woocommerce-grouped-product-list, table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered, .single-product .woocommerce-grouped-product-list > .table-bordered, table > .table-bordered {
      border: 0;
    }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
      border: 0;
    }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
}

@media (max-width: 1479.98px) {
  .table-responsive-wd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-wd > .table-bordered {
      border: 0;
    }
}



.form-control, .widget-content select,
footer .widget select,
.blog-sidebar .widget select,
.widget-area .widget select, .widget_search .search-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.688rem + 2px);
  padding: 0.844rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7c6e65;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdcd7;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  @media (prefers-reduced-motion: reduce) {
    .form-control, .widget-content select,
    footer .widget select,
    .blog-sidebar .widget select,
    .widget-area .widget select, .widget_search .search-field {
      transition: none;
      }
}
  .form-control::-ms-expand, .widget-content select::-ms-expand,
  footer .widget select::-ms-expand,
  .blog-sidebar .widget select::-ms-expand,
  .widget-area .widget select::-ms-expand, .widget_search .search-field::-ms-expand {
    background-color: transparent;
    border: 0;
}
  .form-control:-moz-focusring, .widget-content select:-moz-focusring,
  footer .widget select:-moz-focusring,
  .blog-sidebar .widget select:-moz-focusring,
  .widget-area .widget select:-moz-focusring, .widget_search .search-field:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #7c6e65;
}
  .form-control:focus, .widget-content select:focus,
  footer .widget select:focus,
  .blog-sidebar .widget select:focus,
  .widget-area .widget select:focus, .widget_search .search-field:focus {
    color: #7c6e65;
    background-color: #fff;
    border-color: #161619;
    outline: 0;
    box-shadow: none;
}
  .form-control::placeholder, .widget-content select::placeholder,
  footer .widget select::placeholder,
  .blog-sidebar .widget select::placeholder,
  .widget-area .widget select::placeholder, .widget_search .search-field::placeholder {
    color: #7f7f83;
    opacity: 1;
}
  .form-control:disabled, .widget-content select:disabled,
  footer .widget select:disabled,
  .blog-sidebar .widget select:disabled,
  .widget-area .widget select:disabled, .widget_search .search-field:disabled, .form-control[readonly], .widget-content select[readonly],
  footer .widget select[readonly],
  .blog-sidebar .widget select[readonly],
  .widget-area .widget select[readonly], .widget_search .search-field[readonly] {
    background-color: #fff6f6;
    opacity: 1;
}

select.form-control:focus::-ms-value, .widget-content select:focus::-ms-value,
footer .widget select:focus::-ms-value,
.blog-sidebar .widget select:focus::-ms-value,
.widget-area .widget select:focus::-ms-value, .widget_search select.search-field:focus::-ms-value {
  color: #7c6e65;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

select.form-control[size], .widget-content select[size],
footer .widget select[size],
.blog-sidebar .widget select[size],
.widget-area .widget select[size], .widget_search select.search-field[size], select.form-control[multiple], .widget-content select[multiple],
footer .widget select[multiple],
.blog-sidebar .widget select[multiple],
.widget-area .widget select[multiple], .widget_search select.search-field[multiple] {
  height: auto;
}

textarea.form-control, .widget_search textarea.search-field {
  height: auto;
}

.was-validated .form-control:valid, .was-validated .widget-content select:valid, .widget-content .was-validated select:valid,
.was-validated footer .widget select:valid, footer .widget .was-validated select:valid,
.was-validated .blog-sidebar .widget select:valid, .blog-sidebar .widget .was-validated select:valid,
.was-validated .widget-area .widget select:valid, .widget-area .widget .was-validated select:valid, .was-validated .widget_search .search-field:valid, .widget_search .was-validated .search-field:valid, .form-control.is-valid, .widget-content select.is-valid,
footer .widget select.is-valid,
.blog-sidebar .widget select.is-valid,
.widget-area .widget select.is-valid, .widget_search .is-valid.search-field {
    border-color: #88cf00;
    padding-right: calc(1.5em + 1.688rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2388cf00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.422rem) center;
    background-size: calc(0.75em + 0.844rem) calc(0.75em + 0.844rem);
}
.was-validated .form-control:valid:focus, .was-validated .widget-content select:valid:focus, .widget-content .was-validated select:valid:focus,
.was-validated footer .widget select:valid:focus, footer .widget .was-validated select:valid:focus,
.was-validated .blog-sidebar .widget select:valid:focus, .blog-sidebar .widget .was-validated select:valid:focus,
.was-validated .widget-area .widget select:valid:focus, .widget-area .widget .was-validated select:valid:focus, .was-validated .widget_search .search-field:valid:focus, .widget_search .was-validated .search-field:valid:focus, .form-control.is-valid:focus, .widget-content select.is-valid:focus,
footer .widget select.is-valid:focus,
.blog-sidebar .widget select.is-valid:focus,
.widget-area .widget select.is-valid:focus, .widget_search .is-valid.search-field:focus {
    border-color: #88cf00;
    box-shadow: 0 0 0 0.2rem rgba(136, 207, 0, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .widget_search textarea.search-field:valid, .widget_search .was-validated textarea.search-field:valid, textarea.form-control.is-valid, .widget_search textarea.is-valid.search-field {
  padding-right: calc(1.5em + 1.688rem);
  background-position: top calc(0.375em + 0.422rem) right calc(0.375em + 0.422rem);
}

.was-validated .custom-select:valid, .was-validated .select2.select2-container .select2-selection--single:valid, .select2.select2-container .was-validated .select2-selection--single:valid, .was-validated .select2.select2-container .select2-selection--multiple:valid, .select2.select2-container .was-validated .select2-selection--multiple:valid, .custom-select.is-valid, .select2.select2-container .is-valid.select2-selection--single, .select2.select2-container .is-valid.select2-selection--multiple {
  border-color: #88cf00;
  padding-right: calc(0.75em + 3.266rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232f3e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2388cf00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.844rem) calc(0.75em + 0.844rem);
}
.was-validated .custom-select:valid:focus, .was-validated .select2.select2-container .select2-selection--single:valid:focus, .select2.select2-container .was-validated .select2-selection--single:valid:focus, .was-validated .select2.select2-container .select2-selection--multiple:valid:focus, .select2.select2-container .was-validated .select2-selection--multiple:valid:focus, .custom-select.is-valid:focus, .select2.select2-container .is-valid.select2-selection--single:focus, .select2.select2-container .is-valid.select2-selection--multiple:focus {
    border-color: #88cf00;
    box-shadow: 0 0 0 0.2rem rgba(136, 207, 0, 0.25);
}


.was-validated .form-control:invalid, .was-validated .widget-content select:invalid, .widget-content .was-validated select:invalid,
.was-validated footer .widget select:invalid, footer .widget .was-validated select:invalid,
.was-validated .blog-sidebar .widget select:invalid, .blog-sidebar .widget .was-validated select:invalid,
.was-validated .widget-area .widget select:invalid, .widget-area .widget .was-validated select:invalid, .was-validated .widget_search .search-field:invalid, .widget_search .was-validated .search-field:invalid, .form-control.is-invalid, .widget-content select.is-invalid,
footer .widget select.is-invalid,
.blog-sidebar .widget select.is-invalid,
.widget-area .widget select.is-invalid, .widget_search .is-invalid.search-field {
  border-color: #f75454;
  padding-right: calc(1.5em + 1.688rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f75454' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f75454' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.422rem) center;
  background-size: calc(0.75em + 0.844rem) calc(0.75em + 0.844rem);
}
  .was-validated .form-control:invalid:focus, .was-validated .widget-content select:invalid:focus, .widget-content .was-validated select:invalid:focus,
  .was-validated footer .widget select:invalid:focus, footer .widget .was-validated select:invalid:focus,
  .was-validated .blog-sidebar .widget select:invalid:focus, .blog-sidebar .widget .was-validated select:invalid:focus,
  .was-validated .widget-area .widget select:invalid:focus, .widget-area .widget .was-validated select:invalid:focus, .was-validated .widget_search .search-field:invalid:focus, .widget_search .was-validated .search-field:invalid:focus, .form-control.is-invalid:focus, .widget-content select.is-invalid:focus,
  footer .widget select.is-invalid:focus,
  .blog-sidebar .widget select.is-invalid:focus,
  .widget-area .widget select.is-invalid:focus, .widget_search .is-invalid.search-field:focus {
    border-color: #f75454;
    box-shadow: 0 0 0 0.2rem rgba(247, 84, 84, 0.25);
}


.btn, .shop_table.cart .button, .woocommerce-MyAccount-content .button, .single-product .related.products .yith-wcwl-add-to-wishlist a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist a, .single_add_to_cart_button {
  display: inline-block;
  font-weight: 400;
  color: #161619;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  @media (prefers-reduced-motion: reduce) {
    .btn, .shop_table.cart .button, .woocommerce-MyAccount-content .button, .single-product .related.products .yith-wcwl-add-to-wishlist a,
    .single-product .upsells.products .yith-wcwl-add-to-wishlist a, .single_add_to_cart_button {
      transition: none;
      }
}
  .btn:hover, .shop_table.cart .button:hover, .woocommerce-MyAccount-content .button:hover, .single-product .related.products .yith-wcwl-add-to-wishlist a:hover,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist a:hover, .single_add_to_cart_button:hover {
    color: #161619;
    text-decoration: none;
}
  .btn:focus, .shop_table.cart .button:focus, .woocommerce-MyAccount-content .button:focus, .single-product .related.products .yith-wcwl-add-to-wishlist a:focus,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist a:focus, .single_add_to_cart_button:focus, .btn.focus, .shop_table.cart .focus.button, .woocommerce-MyAccount-content .focus.button, .single-product .related.products .yith-wcwl-add-to-wishlist a.focus,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist a.focus, .focus.single_add_to_cart_button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 84, 84, 0.25);
}
  .btn.disabled, .shop_table.cart .disabled.button, .woocommerce-MyAccount-content .disabled.button, .single-product .related.products .yith-wcwl-add-to-wishlist a.disabled,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist a.disabled, .disabled.single_add_to_cart_button, .btn:disabled, .shop_table.cart .button:disabled, .woocommerce-MyAccount-content .button:disabled, .single-product .related.products .yith-wcwl-add-to-wishlist a:disabled,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist a:disabled, .single_add_to_cart_button:disabled {
    opacity: 0.65;
}

a.btn.disabled, .shop_table.cart a.disabled.button, .woocommerce-MyAccount-content a.disabled.button, .single-product .related.products .yith-wcwl-add-to-wishlist a.disabled,
.single-product .upsells.products .yith-wcwl-add-to-wishlist a.disabled, a.disabled.single_add_to_cart_button,
fieldset:disabled a.btn,
fieldset:disabled .shop_table.cart a.button,
.shop_table.cart fieldset:disabled a.button,
fieldset:disabled .woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content fieldset:disabled a.button,
fieldset:disabled .single-product .related.products .yith-wcwl-add-to-wishlist a,
.single-product .related.products .yith-wcwl-add-to-wishlist fieldset:disabled a,
fieldset:disabled .single-product .upsells.products .yith-wcwl-add-to-wishlist a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist fieldset:disabled a,
fieldset:disabled a.single_add_to_cart_button {
  pointer-events: none;
}

.dropdown-menu {
  color: #161619;
}

@media (min-width: 1480px) {
  .dropdown-menu-wd-left {
    right: auto;
    left: 0;
    }
  .dropdown-menu-wd-right {
    right: 0;
    left: auto;
    }
}

.dropdown-item {
    color: #161619;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #0a0a0b;
    background-color: #f7f7f7;
}
.dropdown-item.active, .dropdown-item:active {
    color: #161619;
    background-color: #f7f7f7;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #7f7f83;
}

.dropdown-header {
  color: #7f7f83;
}

.dropdown-item-text {
  color: #161619;
}


.btn-primary, .woocommerce-MyAccount-content .button.delete {
  color: #fff;
  background-color: #f75454;
  border-color: #f75454; }
  .btn-primary:hover, .woocommerce-MyAccount-content .button.delete:hover {
    color: #fff;
    background-color: #f52f2f;
    border-color: #f52323; }
  .btn-primary:focus, .woocommerce-MyAccount-content .button.delete:focus, .btn-primary.focus, .woocommerce-MyAccount-content .focus.button.delete {
    color: #fff;
    background-color: #f52f2f;
    border-color: #f52323;
    box-shadow: 0 0 0 0.2rem rgba(248, 110, 110, 0.5); }
  .btn-primary.disabled, .woocommerce-MyAccount-content .disabled.button.delete, .btn-primary:disabled, .woocommerce-MyAccount-content .button.delete:disabled {
    color: #fff;
    background-color: #f75454;
    border-color: #f75454; }
  .btn-primary:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .button.delete:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-content .button.delete:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .woocommerce-MyAccount-content .show > .dropdown-toggle.button.delete {
    color: #fff;
    background-color: #f52323;
    border-color: #f41717; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-content .button.delete:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-content .button.delete:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .woocommerce-MyAccount-content .show > .dropdown-toggle.button.delete:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 110, 110, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #161619;
  border-color: #161619; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #040405;
    border-color: black; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #040405;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(57, 57, 60, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #161619;
    border-color: #161619; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 57, 60, 0.5); }

.btn-success {
  color: #161619;
  background-color: #88cf00;
  border-color: #88cf00; }
  .btn-success:hover {
    color: #fff;
    background-color: #6fa900;
    border-color: #669c00; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #6fa900;
    border-color: #669c00;
    box-shadow: 0 0 0 0.2rem rgba(119, 179, 4, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #161619;
    background-color: #88cf00;
    border-color: #88cf00; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #669c00;
    border-color: #5e8f00; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 179, 4, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #161619;
  background-color: #fced70;
  border-color: #fced70; }
  .btn-warning:hover {
    color: #161619;
    background-color: #fbe84b;
    border-color: #fbe73e; }
  .btn-warning:focus, .btn-warning.focus {
    color: #161619;
    background-color: #fbe84b;
    border-color: #fbe73e;
    box-shadow: 0 0 0 0.2rem rgba(218, 205, 99, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #161619;
    background-color: #fced70;
    border-color: #fced70; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #161619;
    background-color: #fbe73e;
    border-color: #fbe532; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 205, 99, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f75454;
  border-color: #f75454; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f52f2f;
    border-color: #f52323; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f52f2f;
    border-color: #f52323;
    box-shadow: 0 0 0 0.2rem rgba(248, 110, 110, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f75454;
    border-color: #f75454; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f52323;
    border-color: #f41717; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 110, 110, 0.5); }

.btn-light {
  color: #161619;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #161619;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #161619;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(214, 215, 216, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #161619;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #161619;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 215, 216, 0.5); }

.btn-dark, .woocommerce-MyAccount-content .button, .single_add_to_cart_button {
  color: #fff;
  background-color: #161619;
  border-color: #161619; }
  .btn-dark:hover, .woocommerce-MyAccount-content .button:hover, .single_add_to_cart_button:hover {
    color: #fff;
    background-color: #040405;
    border-color: black; }
  .btn-dark:focus, .woocommerce-MyAccount-content .button:focus, .single_add_to_cart_button:focus, .btn-dark.focus, .woocommerce-MyAccount-content .focus.button, .focus.single_add_to_cart_button {
    color: #fff;
    background-color: #040405;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(57, 57, 60, 0.5); }
  .btn-dark.disabled, .woocommerce-MyAccount-content .disabled.button, .disabled.single_add_to_cart_button, .btn-dark:disabled, .woocommerce-MyAccount-content .button:disabled, .single_add_to_cart_button:disabled {
    color: #fff;
    background-color: #161619;
    border-color: #161619; }
  .btn-dark:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active, .single_add_to_cart_button:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active, .single_add_to_cart_button:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle,
  .woocommerce-MyAccount-content .show > .dropdown-toggle.button,
  .show > .dropdown-toggle.single_add_to_cart_button {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active:focus, .single_add_to_cart_button:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active:focus, .single_add_to_cart_button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus,
    .woocommerce-MyAccount-content .show > .dropdown-toggle.button:focus,
    .show > .dropdown-toggle.single_add_to_cart_button:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 57, 60, 0.5); }

.btn-primary-green {
  color: #161619;
  background-color: #88cf00;
  border-color: #88cf00; }
  .btn-primary-green:hover {
    color: #fff;
    background-color: #6fa900;
    border-color: #669c00; }
  .btn-primary-green:focus, .btn-primary-green.focus {
    color: #fff;
    background-color: #6fa900;
    border-color: #669c00;
    box-shadow: 0 0 0 0.2rem rgba(119, 179, 4, 0.5); }
  .btn-primary-green.disabled, .btn-primary-green:disabled {
    color: #161619;
    background-color: #88cf00;
    border-color: #88cf00; }
  .btn-primary-green:not(:disabled):not(.disabled):active, .btn-primary-green:not(:disabled):not(.disabled).active,
  .show > .btn-primary-green.dropdown-toggle {
    color: #fff;
    background-color: #669c00;
    border-color: #5e8f00; }
    .btn-primary-green:not(:disabled):not(.disabled):active:focus, .btn-primary-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 179, 4, 0.5); }

.btn-primary-yellow {
  color: #161619;
  background-color: #fced70;
  border-color: #fced70; }
  .btn-primary-yellow:hover {
    color: #161619;
    background-color: #fbe84b;
    border-color: #fbe73e; }
  .btn-primary-yellow:focus, .btn-primary-yellow.focus {
    color: #161619;
    background-color: #fbe84b;
    border-color: #fbe73e;
    box-shadow: 0 0 0 0.2rem rgba(218, 205, 99, 0.5); }
  .btn-primary-yellow.disabled, .btn-primary-yellow:disabled {
    color: #161619;
    background-color: #fced70;
    border-color: #fced70; }
  .btn-primary-yellow:not(:disabled):not(.disabled):active, .btn-primary-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-primary-yellow.dropdown-toggle {
    color: #161619;
    background-color: #fbe73e;
    border-color: #fbe532; }
    .btn-primary-yellow:not(:disabled):not(.disabled):active:focus, .btn-primary-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 205, 99, 0.5); }

.btn-yellow-darker {
  color: #161619;
  background-color: #ffbd00;
  border-color: #ffbd00; }
  .btn-yellow-darker:hover {
    color: #161619;
    background-color: #d9a100;
    border-color: #cc9700; }
  .btn-yellow-darker:focus, .btn-yellow-darker.focus {
    color: #161619;
    background-color: #d9a100;
    border-color: #cc9700;
    box-shadow: 0 0 0 0.2rem rgba(220, 164, 4, 0.5); }
  .btn-yellow-darker.disabled, .btn-yellow-darker:disabled {
    color: #161619;
    background-color: #ffbd00;
    border-color: #ffbd00; }
  .btn-yellow-darker:not(:disabled):not(.disabled):active, .btn-yellow-darker:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-darker.dropdown-toggle {
    color: #fff;
    background-color: #cc9700;
    border-color: #bf8e00; }
    .btn-yellow-darker:not(:disabled):not(.disabled):active:focus, .btn-yellow-darker:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-darker.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 164, 4, 0.5); }

.btn-primary-home-v3 {
  color: #fff;
  background-color: #041e42;
  border-color: #041e42; }
  .btn-primary-home-v3:hover {
    color: #fff;
    background-color: #020e1e;
    border-color: #010812; }
  .btn-primary-home-v3:focus, .btn-primary-home-v3.focus {
    color: #fff;
    background-color: #020e1e;
    border-color: #010812;
    box-shadow: 0 0 0 0.2rem rgba(42, 64, 94, 0.5); }
  .btn-primary-home-v3.disabled, .btn-primary-home-v3:disabled {
    color: #fff;
    background-color: #041e42;
    border-color: #041e42; }
  .btn-primary-home-v3:not(:disabled):not(.disabled):active, .btn-primary-home-v3:not(:disabled):not(.disabled).active,
  .show > .btn-primary-home-v3.dropdown-toggle {
    color: #fff;
    background-color: #010812;
    border-color: #000306; }
    .btn-primary-home-v3:not(:disabled):not(.disabled):active:focus, .btn-primary-home-v3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-home-v3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(42, 64, 94, 0.5); }

.btn-primary-indigo {
  color: #fff;
  background-color: #a200fc;
  border-color: #a200fc; }
  .btn-primary-indigo:hover {
    color: #fff;
    background-color: #8900d6;
    border-color: #8100c9; }
  .btn-primary-indigo:focus, .btn-primary-indigo.focus {
    color: #fff;
    background-color: #8900d6;
    border-color: #8100c9;
    box-shadow: 0 0 0 0.2rem rgba(176, 38, 252, 0.5); }
  .btn-primary-indigo.disabled, .btn-primary-indigo:disabled {
    color: #fff;
    background-color: #a200fc;
    border-color: #a200fc; }
  .btn-primary-indigo:not(:disabled):not(.disabled):active, .btn-primary-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-primary-indigo.dropdown-toggle {
    color: #fff;
    background-color: #8100c9;
    border-color: #7900bc; }
    .btn-primary-indigo:not(:disabled):not(.disabled):active:focus, .btn-primary-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(176, 38, 252, 0.5); }

.btn-indigo-light {
  color: #161619;
  background-color: #faf1ff;
  border-color: #faf1ff; }
  .btn-indigo-light:hover {
    color: #161619;
    background-color: #eccbff;
    border-color: #e8beff; }
  .btn-indigo-light:focus, .btn-indigo-light.focus {
    color: #161619;
    background-color: #eccbff;
    border-color: #e8beff;
    box-shadow: 0 0 0 0.2rem rgba(216, 208, 221, 0.5); }
  .btn-indigo-light.disabled, .btn-indigo-light:disabled {
    color: #161619;
    background-color: #faf1ff;
    border-color: #faf1ff; }
  .btn-indigo-light:not(:disabled):not(.disabled):active, .btn-indigo-light:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-light.dropdown-toggle {
    color: #161619;
    background-color: #e8beff;
    border-color: #e3b1ff; }
    .btn-indigo-light:not(:disabled):not(.disabled):active:focus, .btn-indigo-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 208, 221, 0.5); }

.btn-tangerine {
  color: #161619;
  background-color: #f79400;
  border-color: #f79400; }
  .btn-tangerine:hover {
    color: #fff;
    background-color: #d17d00;
    border-color: #c47500; }
  .btn-tangerine:focus, .btn-tangerine.focus {
    color: #fff;
    background-color: #d17d00;
    border-color: #c47500;
    box-shadow: 0 0 0 0.2rem rgba(213, 129, 4, 0.5); }
  .btn-tangerine.disabled, .btn-tangerine:disabled {
    color: #161619;
    background-color: #f79400;
    border-color: #f79400; }
  .btn-tangerine:not(:disabled):not(.disabled):active, .btn-tangerine:not(:disabled):not(.disabled).active,
  .show > .btn-tangerine.dropdown-toggle {
    color: #fff;
    background-color: #c47500;
    border-color: #b76e00; }
    .btn-tangerine:not(:disabled):not(.disabled):active:focus, .btn-tangerine:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tangerine.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 129, 4, 0.5); }

.btn-tangerine-light {
  color: #161619;
  background-color: #faf4eb;
  border-color: #faf4eb; }
  .btn-tangerine-light:hover {
    color: #161619;
    background-color: #f2e3cc;
    border-color: #f0dec2; }
  .btn-tangerine-light:focus, .btn-tangerine-light.focus {
    color: #161619;
    background-color: #f2e3cc;
    border-color: #f0dec2;
    box-shadow: 0 0 0 0.2rem rgba(216, 211, 204, 0.5); }
  .btn-tangerine-light.disabled, .btn-tangerine-light:disabled {
    color: #161619;
    background-color: #faf4eb;
    border-color: #faf4eb; }
  .btn-tangerine-light:not(:disabled):not(.disabled):active, .btn-tangerine-light:not(:disabled):not(.disabled).active,
  .show > .btn-tangerine-light.dropdown-toggle {
    color: #161619;
    background-color: #f0dec2;
    border-color: #edd8b8; }
    .btn-tangerine-light:not(:disabled):not(.disabled):active:focus, .btn-tangerine-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tangerine-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 211, 204, 0.5); }

.btn-chili {
  color: #fff;
  background-color: #f01000;
  border-color: #f01000; }
  .btn-chili:hover {
    color: #fff;
    background-color: #ca0d00;
    border-color: #bd0d00; }
  .btn-chili:focus, .btn-chili.focus {
    color: #fff;
    background-color: #ca0d00;
    border-color: #bd0d00;
    box-shadow: 0 0 0 0.2rem rgba(242, 52, 38, 0.5); }
  .btn-chili.disabled, .btn-chili:disabled {
    color: #fff;
    background-color: #f01000;
    border-color: #f01000; }
  .btn-chili:not(:disabled):not(.disabled):active, .btn-chili:not(:disabled):not(.disabled).active,
  .show > .btn-chili.dropdown-toggle {
    color: #fff;
    background-color: #bd0d00;
    border-color: #b00c00; }
    .btn-chili:not(:disabled):not(.disabled):active:focus, .btn-chili:not(:disabled):not(.disabled).active:focus,
    .show > .btn-chili.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 52, 38, 0.5); }

.btn-chili-light {
  color: #161619;
  background-color: #f4e6e5;
  border-color: #f4e6e5; }
  .btn-chili-light:hover {
    color: #161619;
    background-color: #e9ccca;
    border-color: #e5c4c1; }
  .btn-chili-light:focus, .btn-chili-light.focus {
    color: #161619;
    background-color: #e9ccca;
    border-color: #e5c4c1;
    box-shadow: 0 0 0 0.2rem rgba(211, 199, 198, 0.5); }
  .btn-chili-light.disabled, .btn-chili-light:disabled {
    color: #161619;
    background-color: #f4e6e5;
    border-color: #f4e6e5; }
  .btn-chili-light:not(:disabled):not(.disabled):active, .btn-chili-light:not(:disabled):not(.disabled).active,
  .show > .btn-chili-light.dropdown-toggle {
    color: #161619;
    background-color: #e5c4c1;
    border-color: #e1bbb8; }
    .btn-chili-light:not(:disabled):not(.disabled):active:focus, .btn-chili-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-chili-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 199, 198, 0.5); }

.btn-carolina {
  color: #fff;
  background-color: #00cdef;
  border-color: #00cdef; }
  .btn-carolina:hover {
    color: #fff;
    background-color: #00acc9;
    border-color: #00a1bc; }
  .btn-carolina:focus, .btn-carolina.focus {
    color: #fff;
    background-color: #00acc9;
    border-color: #00a1bc;
    box-shadow: 0 0 0 0.2rem rgba(38, 213, 241, 0.5); }
  .btn-carolina.disabled, .btn-carolina:disabled {
    color: #fff;
    background-color: #00cdef;
    border-color: #00cdef; }
  .btn-carolina:not(:disabled):not(.disabled):active, .btn-carolina:not(:disabled):not(.disabled).active,
  .show > .btn-carolina.dropdown-toggle {
    color: #fff;
    background-color: #00a1bc;
    border-color: #0096af; }
    .btn-carolina:not(:disabled):not(.disabled):active:focus, .btn-carolina:not(:disabled):not(.disabled).active:focus,
    .show > .btn-carolina.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 213, 241, 0.5); }

.btn-carolina-light {
  color: #161619;
  background-color: #e6f2f4;
  border-color: #e6f2f4; }
  .btn-carolina-light:hover {
    color: #161619;
    background-color: #cbe4e8;
    border-color: #c3e0e4; }
  .btn-carolina-light:focus, .btn-carolina-light.focus {
    color: #161619;
    background-color: #cbe4e8;
    border-color: #c3e0e4;
    box-shadow: 0 0 0 0.2rem rgba(199, 209, 211, 0.5); }
  .btn-carolina-light.disabled, .btn-carolina-light:disabled {
    color: #161619;
    background-color: #e6f2f4;
    border-color: #e6f2f4; }
  .btn-carolina-light:not(:disabled):not(.disabled):active, .btn-carolina-light:not(:disabled):not(.disabled).active,
  .show > .btn-carolina-light.dropdown-toggle {
    color: #161619;
    background-color: #c3e0e4;
    border-color: #badbe1; }
    .btn-carolina-light:not(:disabled):not(.disabled):active:focus, .btn-carolina-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-carolina-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(199, 209, 211, 0.5); }

.btn-punch {
  color: #161619;
  background-color: #ff8e8e;
  border-color: #ff8e8e; }
  .btn-punch:hover {
    color: #fff;
    background-color: #ff6868;
    border-color: #ff5b5b; }
  .btn-punch:focus, .btn-punch.focus {
    color: #fff;
    background-color: #ff6868;
    border-color: #ff5b5b;
    box-shadow: 0 0 0 0.2rem rgba(220, 124, 124, 0.5); }
  .btn-punch.disabled, .btn-punch:disabled {
    color: #161619;
    background-color: #ff8e8e;
    border-color: #ff8e8e; }
  .btn-punch:not(:disabled):not(.disabled):active, .btn-punch:not(:disabled):not(.disabled).active,
  .show > .btn-punch.dropdown-toggle {
    color: #fff;
    background-color: #ff5b5b;
    border-color: #ff4e4e; }
    .btn-punch:not(:disabled):not(.disabled):active:focus, .btn-punch:not(:disabled):not(.disabled).active:focus,
    .show > .btn-punch.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 124, 124, 0.5); }

.btn-punch-light {
  color: #161619;
  background-color: #fff6f6;
  border-color: #fff6f6; }
  .btn-punch-light:hover {
    color: #161619;
    background-color: #ffd0d0;
    border-color: #ffc3c3; }
  .btn-punch-light:focus, .btn-punch-light.focus {
    color: #161619;
    background-color: #ffd0d0;
    border-color: #ffc3c3;
    box-shadow: 0 0 0 0.2rem rgba(220, 212, 213, 0.5); }
  .btn-punch-light.disabled, .btn-punch-light:disabled {
    color: #161619;
    background-color: #fff6f6;
    border-color: #fff6f6; }
  .btn-punch-light:not(:disabled):not(.disabled):active, .btn-punch-light:not(:disabled):not(.disabled).active,
  .show > .btn-punch-light.dropdown-toggle {
    color: #161619;
    background-color: #ffc3c3;
    border-color: #ffb6b6; }
    .btn-punch-light:not(:disabled):not(.disabled):active:focus, .btn-punch-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-punch-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 212, 213, 0.5); }

.btn-secondary-gray-700 {
  color: #fff;
  background-color: #7c6e65;
  border-color: #7c6e65; }
  .btn-secondary-gray-700:hover {
    color: #fff;
    background-color: #675b54;
    border-color: #60554e; }
  .btn-secondary-gray-700:focus, .btn-secondary-gray-700.focus {
    color: #fff;
    background-color: #675b54;
    border-color: #60554e;
    box-shadow: 0 0 0 0.2rem rgba(144, 132, 124, 0.5); }
  .btn-secondary-gray-700.disabled, .btn-secondary-gray-700:disabled {
    color: #fff;
    background-color: #7c6e65;
    border-color: #7c6e65; }
  .btn-secondary-gray-700:not(:disabled):not(.disabled):active, .btn-secondary-gray-700:not(:disabled):not(.disabled).active,
  .show > .btn-secondary-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #60554e;
    border-color: #594f48; }
    .btn-secondary-gray-700:not(:disabled):not(.disabled):active:focus, .btn-secondary-gray-700:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary-gray-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(144, 132, 124, 0.5); }

.btn-secondary-gray-800 {
  color: #fff;
  background-color: #232f3e;
  border-color: #232f3e; }
  .btn-secondary-gray-800:hover {
    color: #fff;
    background-color: #151c26;
    border-color: #11161d; }
  .btn-secondary-gray-800:focus, .btn-secondary-gray-800.focus {
    color: #fff;
    background-color: #151c26;
    border-color: #11161d;
    box-shadow: 0 0 0 0.2rem rgba(68, 78, 91, 0.5); }
  .btn-secondary-gray-800.disabled, .btn-secondary-gray-800:disabled {
    color: #fff;
    background-color: #232f3e;
    border-color: #232f3e; }
  .btn-secondary-gray-800:not(:disabled):not(.disabled):active, .btn-secondary-gray-800:not(:disabled):not(.disabled).active,
  .show > .btn-secondary-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #11161d;
    border-color: #0c1015; }
    .btn-secondary-gray-800:not(:disabled):not(.disabled):active:focus, .btn-secondary-gray-800:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary-gray-800.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(68, 78, 91, 0.5); }

.btn-secondary-gray-1080 {
  color: #161619;
  background-color: #cccccc;
  border-color: #cccccc; }
  .btn-secondary-gray-1080:hover {
    color: #161619;
    background-color: #b9b9b9;
    border-color: #b3b2b2; }
  .btn-secondary-gray-1080:focus, .btn-secondary-gray-1080.focus {
    color: #161619;
    background-color: #b9b9b9;
    border-color: #b3b2b2;
    box-shadow: 0 0 0 0.2rem rgba(177, 177, 177, 0.5); }
  .btn-secondary-gray-1080.disabled, .btn-secondary-gray-1080:disabled {
    color: #161619;
    background-color: #cccccc;
    border-color: #cccccc; }
  .btn-secondary-gray-1080:not(:disabled):not(.disabled):active, .btn-secondary-gray-1080:not(:disabled):not(.disabled).active,
  .show > .btn-secondary-gray-1080.dropdown-toggle {
    color: #161619;
    background-color: #b3b2b2;
    border-color: #acacac; }
    .btn-secondary-gray-1080:not(:disabled):not(.disabled):active:focus, .btn-secondary-gray-1080:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary-gray-1080.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 177, 177, 0.5); }

.btn-secondary-gray-1090 {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e; }
  .btn-secondary-gray-1090:hover {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #656464; }
  .btn-secondary-gray-1090:focus, .btn-secondary-gray-1090.focus {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #656464;
    box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5); }
  .btn-secondary-gray-1090.disabled, .btn-secondary-gray-1090:disabled {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e; }
  .btn-secondary-gray-1090:not(:disabled):not(.disabled):active, .btn-secondary-gray-1090:not(:disabled):not(.disabled).active,
  .show > .btn-secondary-gray-1090.dropdown-toggle {
    color: #fff;
    background-color: #656464;
    border-color: #5e5e5e; }
    .btn-secondary-gray-1090:not(:disabled):not(.disabled):active:focus, .btn-secondary-gray-1090:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary-gray-1090.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5); }

.btn-secondary-black-100 {
  color: #fff;
  background-color: #19110b;
  border-color: #19110b; }
  .btn-secondary-black-100:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-secondary-black-100:focus, .btn-secondary-black-100.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(60, 53, 48, 0.5); }
  .btn-secondary-black-100.disabled, .btn-secondary-black-100:disabled {
    color: #fff;
    background-color: #19110b;
    border-color: #19110b; }
  .btn-secondary-black-100:not(:disabled):not(.disabled):active, .btn-secondary-black-100:not(:disabled):not(.disabled).active,
  .show > .btn-secondary-black-100.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-secondary-black-100:not(:disabled):not(.disabled):active:focus, .btn-secondary-black-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary-black-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(60, 53, 48, 0.5); }

.btn-secondary-black-200 {
  color: #fff;
  background-color: #1c2633;
  border-color: #1c2633; }
  .btn-secondary-black-200:hover {
    color: #fff;
    background-color: #0e141a;
    border-color: #0a0d12; }
  .btn-secondary-black-200:focus, .btn-secondary-black-200.focus {
    color: #fff;
    background-color: #0e141a;
    border-color: #0a0d12;
    box-shadow: 0 0 0 0.2rem rgba(62, 71, 82, 0.5); }
  .btn-secondary-black-200.disabled, .btn-secondary-black-200:disabled {
    color: #fff;
    background-color: #1c2633;
    border-color: #1c2633; }
  .btn-secondary-black-200:not(:disabled):not(.disabled):active, .btn-secondary-black-200:not(:disabled):not(.disabled).active,
  .show > .btn-secondary-black-200.dropdown-toggle {
    color: #fff;
    background-color: #0a0d12;
    border-color: #05070a; }
    .btn-secondary-black-200:not(:disabled):not(.disabled):active:focus, .btn-secondary-black-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary-black-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 71, 82, 0.5); }

.btn-dark-1 {
  color: #fff;
  background-color: #2d3942;
  border-color: #2d3942; }
  .btn-dark-1:hover {
    color: #fff;
    background-color: #1d252b;
    border-color: #181f24; }
  .btn-dark-1:focus, .btn-dark-1.focus {
    color: #fff;
    background-color: #1d252b;
    border-color: #181f24;
    box-shadow: 0 0 0 0.2rem rgba(77, 87, 94, 0.5); }
  .btn-dark-1.disabled, .btn-dark-1:disabled {
    color: #fff;
    background-color: #2d3942;
    border-color: #2d3942; }
  .btn-dark-1:not(:disabled):not(.disabled):active, .btn-dark-1:not(:disabled):not(.disabled).active,
  .show > .btn-dark-1.dropdown-toggle {
    color: #fff;
    background-color: #181f24;
    border-color: #13181c; }
    .btn-dark-1:not(:disabled):not(.disabled):active:focus, .btn-dark-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 87, 94, 0.5); }

.btn-red-1 {
  color: #161619;
  background-color: #ff7160;
  border-color: #ff7160; }
  .btn-red-1:hover {
    color: #fff;
    background-color: #ff4f3a;
    border-color: #ff432d; }
  .btn-red-1:focus, .btn-red-1.focus {
    color: #fff;
    background-color: #ff4f3a;
    border-color: #ff432d;
    box-shadow: 0 0 0 0.2rem rgba(220, 99, 85, 0.5); }
  .btn-red-1.disabled, .btn-red-1:disabled {
    color: #161619;
    background-color: #ff7160;
    border-color: #ff7160; }
  .btn-red-1:not(:disabled):not(.disabled):active, .btn-red-1:not(:disabled):not(.disabled).active,
  .show > .btn-red-1.dropdown-toggle {
    color: #fff;
    background-color: #ff432d;
    border-color: #ff3820; }
    .btn-red-1:not(:disabled):not(.disabled):active:focus, .btn-red-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 99, 85, 0.5); }


.btn-group > .btn, .shop_table.cart .btn-group > .button, .woocommerce-MyAccount-content .btn-group > .button, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a, .btn-group > .single_add_to_cart_button,
.btn-group-vertical > .btn,
.shop_table.cart .btn-group-vertical > .button,
.woocommerce-MyAccount-content .btn-group-vertical > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a,
.btn-group-vertical > .single_add_to_cart_button {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:hover, .shop_table.cart .btn-group > .button:hover, .woocommerce-MyAccount-content .btn-group > .button:hover, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a:hover,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a:hover, .btn-group > .single_add_to_cart_button:hover,
.btn-group-vertical > .btn:hover,
.shop_table.cart .btn-group-vertical > .button:hover,
.woocommerce-MyAccount-content .btn-group-vertical > .button:hover,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:hover,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:hover,
.btn-group-vertical > .single_add_to_cart_button:hover {
      z-index: 1;
}
.btn-group > .btn:focus, .shop_table.cart .btn-group > .button:focus, .woocommerce-MyAccount-content .btn-group > .button:focus, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a:focus,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a:focus, .btn-group > .single_add_to_cart_button:focus, .btn-group > .btn:active, .shop_table.cart .btn-group > .button:active, .woocommerce-MyAccount-content .btn-group > .button:active, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a:active,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a:active, .btn-group > .single_add_to_cart_button:active, .btn-group > .btn.active, .shop_table.cart .btn-group > .active.button, .woocommerce-MyAccount-content .btn-group > .active.button, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a.active,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a.active, .btn-group > .active.single_add_to_cart_button,
.btn-group-vertical > .btn:focus,
.shop_table.cart .btn-group-vertical > .button:focus,
.woocommerce-MyAccount-content .btn-group-vertical > .button:focus,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:focus,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:focus,
.btn-group-vertical > .single_add_to_cart_button:focus,
.btn-group-vertical > .btn:active,
.shop_table.cart .btn-group-vertical > .button:active,
.woocommerce-MyAccount-content .btn-group-vertical > .button:active,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:active,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:active,
.btn-group-vertical > .single_add_to_cart_button:active,
.btn-group-vertical > .btn.active,
.shop_table.cart .btn-group-vertical > .active.button,
.woocommerce-MyAccount-content .btn-group-vertical > .active.button,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a.active,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a.active,
.btn-group-vertical > .active.single_add_to_cart_button {
      z-index: 1;
}


.btn-group > .btn:not(:first-child), .shop_table.cart .btn-group > .button:not(:first-child), .woocommerce-MyAccount-content .btn-group > .button:not(:first-child), .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a:not(:first-child),
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a:not(:first-child), .btn-group > .single_add_to_cart_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .shop_table.cart .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content .btn-group > .button:not(:last-child):not(.dropdown-toggle), .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a:not(:last-child):not(.dropdown-toggle),
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .single_add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.shop_table.cart .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-MyAccount-content .btn-group > .btn-group:not(:last-child) > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > .btn-group:not(:last-child) > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > .btn-group:not(:last-child) > a,
.btn-group > .btn-group:not(:last-child) > .single_add_to_cart_button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .shop_table.cart .btn-group > .button:not(:first-child), .woocommerce-MyAccount-content .btn-group > .button:not(:first-child), .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > a:not(:first-child),
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > a:not(:first-child), .btn-group > .single_add_to_cart_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.shop_table.cart .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-MyAccount-content .btn-group > .btn-group:not(:first-child) > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group > .btn-group:not(:first-child) > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group > .btn-group:not(:first-child) > a,
.btn-group > .btn-group:not(:first-child) > .single_add_to_cart_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .shop_table.cart .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce-MyAccount-content .btn-group-sm > .button + .dropdown-toggle-split, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-sm > a + .dropdown-toggle-split, .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .single_add_to_cart_button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .shop_table.cart .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce-MyAccount-content .btn-group-lg > .button + .dropdown-toggle-split, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-lg > a + .dropdown-toggle-split, .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .single_add_to_cart_button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

  .btn-group-vertical > .btn,
  .shop_table.cart .btn-group-vertical > .button,
  .woocommerce-MyAccount-content .btn-group-vertical > .button,
  .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a,
  .btn-group-vertical > .single_add_to_cart_button,
  .btn-group-vertical > .btn-group {
    width: 100%;
}
  .btn-group-vertical > .btn:not(:first-child), .shop_table.cart .btn-group-vertical > .button:not(:first-child), .woocommerce-MyAccount-content .btn-group-vertical > .button:not(:first-child), .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:not(:first-child),
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .single_add_to_cart_button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .shop_table.cart .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .single_add_to_cart_button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .shop_table.cart .btn-group-vertical > .btn-group:not(:last-child) > .button,
  .woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:last-child) > .button,
  .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > .btn-group:not(:last-child) > a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > .btn-group:not(:last-child) > a,
  .btn-group-vertical > .btn-group:not(:last-child) > .single_add_to_cart_button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
  .btn-group-vertical > .btn:not(:first-child), .shop_table.cart .btn-group-vertical > .button:not(:first-child), .woocommerce-MyAccount-content .btn-group-vertical > .button:not(:first-child), .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:not(:first-child),
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .single_add_to_cart_button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .shop_table.cart .btn-group-vertical > .btn-group:not(:first-child) > .button,
  .woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:first-child) > .button,
  .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-vertical > .btn-group:not(:first-child) > a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-vertical > .btn-group:not(:first-child) > a,
  .btn-group-vertical > .btn-group:not(:first-child) > .single_add_to_cart_button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .shop_table.cart .btn-group-toggle > .button, .woocommerce-MyAccount-content .btn-group-toggle > .button, .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-toggle > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-toggle > a, .btn-group-toggle > .single_add_to_cart_button,
.btn-group-toggle > .btn-group > .btn,
.shop_table.cart .btn-group-toggle > .btn-group > .button,
.woocommerce-MyAccount-content .btn-group-toggle > .btn-group > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-toggle > .btn-group > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-toggle > .btn-group > a,
.btn-group-toggle > .btn-group > .single_add_to_cart_button {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .shop_table.cart .btn-group-toggle > .button input[type="radio"], .woocommerce-MyAccount-content .btn-group-toggle > .button input[type="radio"], .single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-toggle > a input[type="radio"], .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-toggle > a input[type="radio"], .btn-group-toggle > .single_add_to_cart_button input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.shop_table.cart .btn-group-toggle > .button input[type="checkbox"],
.woocommerce-MyAccount-content .btn-group-toggle > .button input[type="checkbox"],
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-toggle > a input[type="checkbox"],
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-toggle > a input[type="checkbox"],
.btn-group-toggle > .single_add_to_cart_button input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.shop_table.cart .btn-group-toggle > .btn-group > .button input[type="radio"],
.woocommerce-MyAccount-content .btn-group-toggle > .btn-group > .button input[type="radio"],
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-toggle > .btn-group > a input[type="radio"],
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-toggle > .btn-group > a input[type="radio"],
.btn-group-toggle > .btn-group > .single_add_to_cart_button input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.shop_table.cart .btn-group-toggle > .btn-group > .button input[type="checkbox"],
.woocommerce-MyAccount-content .btn-group-toggle > .btn-group > .button input[type="checkbox"],
.single-product .related.products .yith-wcwl-add-to-wishlist .btn-group-toggle > .btn-group > a input[type="checkbox"],
.single-product .upsells.products .yith-wcwl-add-to-wishlist .btn-group-toggle > .btn-group > a input[type="checkbox"],
.btn-group-toggle > .btn-group > .single_add_to_cart_button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group > .form-control, .widget-content .input-group > select,
footer .widget .input-group > select,
.blog-sidebar .widget .input-group > select,
.widget-area .widget .input-group > select, .widget_search .input-group > .search-field,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.select2.select2-container .input-group > .select2-selection--single,
.select2.select2-container .input-group > .select2-selection--multiple,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control, .widget-content .input-group > select + .form-control, footer .widget .input-group > select + .form-control, .blog-sidebar .widget .input-group > select + .form-control, .widget-area .widget .input-group > select + .form-control, .widget_search .input-group > .search-field + .form-control, .widget-content .input-group > .form-control + select, .widget-content .input-group > select + select, .widget_search .widget-content .input-group > .search-field + select, .widget-content .widget_search .input-group > .search-field + select,
footer .widget .input-group > .form-control + select,
.widget-content footer .widget .input-group > select + select, footer .widget .widget-content .input-group > select + select,
footer .widget .input-group > select + select,
.widget_search footer .widget .input-group > .search-field + select, footer .widget .widget_search .input-group > .search-field + select,
.blog-sidebar .widget .input-group > .form-control + select, .blog-sidebar .widget .widget-content .input-group > select + select,
.blog-sidebar .widget .input-group > select + select,
.widget_search .blog-sidebar .widget .input-group > .search-field + select, .blog-sidebar .widget .widget_search .input-group > .search-field + select,
.widget-area .widget .input-group > .form-control + select, .widget-area .widget .widget-content .input-group > select + select,
.widget-area .widget .input-group > select + select,
.widget_search .widget-area .widget .input-group > .search-field + select, .widget-area .widget .widget_search .input-group > .search-field + select, .widget_search .input-group > .form-control + .search-field, .widget-content .widget_search .input-group > select + .search-field, .widget_search .widget-content .input-group > select + .search-field, footer .widget .widget_search .input-group > select + .search-field, .widget_search footer .widget .input-group > select + .search-field, .blog-sidebar .widget .widget_search .input-group > select + .search-field, .widget_search .blog-sidebar .widget .input-group > select + .search-field, .widget-area .widget .widget_search .input-group > select + .search-field, .widget_search .widget-area .widget .input-group > select + .search-field, .widget_search .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.widget-content .input-group > select + .custom-select,
footer .widget .input-group > select + .custom-select,
.blog-sidebar .widget .input-group > select + .custom-select,
.widget-area .widget .input-group > select + .custom-select,
.widget_search .input-group > .search-field + .custom-select,
.select2.select2-container .input-group > .form-control + .select2-selection--single,
.widget-content .select2.select2-container .input-group > select + .select2-selection--single,
.select2.select2-container .widget-content .input-group > select + .select2-selection--single,
footer .widget .select2.select2-container .input-group > select + .select2-selection--single,
.select2.select2-container footer .widget .input-group > select + .select2-selection--single,
.blog-sidebar .widget .select2.select2-container .input-group > select + .select2-selection--single,
.select2.select2-container .blog-sidebar .widget .input-group > select + .select2-selection--single,
.widget-area .widget .select2.select2-container .input-group > select + .select2-selection--single,
.select2.select2-container .widget-area .widget .input-group > select + .select2-selection--single,
.widget_search .select2.select2-container .input-group > .search-field + .select2-selection--single,
.select2.select2-container .widget_search .input-group > .search-field + .select2-selection--single,
.select2.select2-container .input-group > .form-control + .select2-selection--multiple,
.widget-content .select2.select2-container .input-group > select + .select2-selection--multiple,
.select2.select2-container .widget-content .input-group > select + .select2-selection--multiple,
footer .widget .select2.select2-container .input-group > select + .select2-selection--multiple,
.select2.select2-container footer .widget .input-group > select + .select2-selection--multiple,
.blog-sidebar .widget .select2.select2-container .input-group > select + .select2-selection--multiple,
.select2.select2-container .blog-sidebar .widget .input-group > select + .select2-selection--multiple,
.widget-area .widget .select2.select2-container .input-group > select + .select2-selection--multiple,
.select2.select2-container .widget-area .widget .input-group > select + .select2-selection--multiple,
.widget_search .select2.select2-container .input-group > .search-field + .select2-selection--multiple,
.select2.select2-container .widget_search .input-group > .search-field + .select2-selection--multiple,
.input-group > .form-control + .custom-file,
.widget-content .input-group > select + .custom-file,
footer .widget .input-group > select + .custom-file,
.blog-sidebar .widget .input-group > select + .custom-file,
.widget-area .widget .input-group > select + .custom-file,
.widget_search .input-group > .search-field + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.widget-content .input-group > .form-control-plaintext + select,
footer .widget .input-group > .form-control-plaintext + select,
.blog-sidebar .widget .input-group > .form-control-plaintext + select,
.widget-area .widget .input-group > .form-control-plaintext + select,
.widget_search .input-group > .form-control-plaintext + .search-field,
.input-group > .form-control-plaintext + .custom-select,
.select2.select2-container .input-group > .form-control-plaintext + .select2-selection--single,
.select2.select2-container .input-group > .form-control-plaintext + .select2-selection--multiple,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.select2.select2-container .input-group > .select2-selection--single + .form-control,
.select2.select2-container .input-group > .select2-selection--multiple + .form-control,
.widget-content .input-group > .custom-select + select,
.select2.select2-container .widget-content .input-group > .select2-selection--single + select,
.widget-content .select2.select2-container .input-group > .select2-selection--single + select,
.select2.select2-container .widget-content .input-group > .select2-selection--multiple + select,
.widget-content .select2.select2-container .input-group > .select2-selection--multiple + select,
footer .widget .input-group > .custom-select + select,
.select2.select2-container footer .widget .input-group > .select2-selection--single + select,
footer .widget .select2.select2-container .input-group > .select2-selection--single + select,
.select2.select2-container footer .widget .input-group > .select2-selection--multiple + select,
footer .widget .select2.select2-container .input-group > .select2-selection--multiple + select,
.blog-sidebar .widget .input-group > .custom-select + select,
.select2.select2-container .blog-sidebar .widget .input-group > .select2-selection--single + select,
.blog-sidebar .widget .select2.select2-container .input-group > .select2-selection--single + select,
.select2.select2-container .blog-sidebar .widget .input-group > .select2-selection--multiple + select,
.blog-sidebar .widget .select2.select2-container .input-group > .select2-selection--multiple + select,
.widget-area .widget .input-group > .custom-select + select,
.select2.select2-container .widget-area .widget .input-group > .select2-selection--single + select,
.widget-area .widget .select2.select2-container .input-group > .select2-selection--single + select,
.select2.select2-container .widget-area .widget .input-group > .select2-selection--multiple + select,
.widget-area .widget .select2.select2-container .input-group > .select2-selection--multiple + select,
.widget_search .input-group > .custom-select + .search-field,
.select2.select2-container .widget_search .input-group > .select2-selection--single + .search-field,
.widget_search .select2.select2-container .input-group > .select2-selection--single + .search-field,
.select2.select2-container .widget_search .input-group > .select2-selection--multiple + .search-field,
.widget_search .select2.select2-container .input-group > .select2-selection--multiple + .search-field,
.input-group > .custom-select + .custom-select,
.select2.select2-container .input-group > .select2-selection--single + .custom-select,
.select2.select2-container .input-group > .select2-selection--multiple + .custom-select,
.select2.select2-container .input-group > .custom-select + .select2-selection--single,
.select2.select2-container .input-group > .select2-selection--single + .select2-selection--single,
.select2.select2-container .input-group > .select2-selection--multiple + .select2-selection--single,
.select2.select2-container .input-group > .custom-select + .select2-selection--multiple,
.select2.select2-container .input-group > .select2-selection--single + .select2-selection--multiple,
.select2.select2-container .input-group > .select2-selection--multiple + .select2-selection--multiple,
.input-group > .custom-select + .custom-file,
.select2.select2-container .input-group > .select2-selection--single + .custom-file,
.select2.select2-container .input-group > .select2-selection--multiple + .custom-file,
.input-group > .custom-file + .form-control,
.widget-content .input-group > .custom-file + select,
footer .widget .input-group > .custom-file + select,
.blog-sidebar .widget .input-group > .custom-file + select,
.widget-area .widget .input-group > .custom-file + select,
.widget_search .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.select2.select2-container .input-group > .custom-file + .select2-selection--single,
.select2.select2-container .input-group > .custom-file + .select2-selection--multiple,
.input-group > .custom-file + .custom-file {
      margin-left: -1px;
}
.input-group > .form-control:focus, .widget-content .input-group > select:focus,
footer .widget .input-group > select:focus,
.blog-sidebar .widget .input-group > select:focus,
.widget-area .widget .input-group > select:focus, .widget_search .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.select2.select2-container .input-group > .select2-selection--single:focus,
.select2.select2-container .input-group > .select2-selection--multiple:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:last-child), .widget-content .input-group > select:not(:last-child),
footer .widget .input-group > select:not(:last-child),
.blog-sidebar .widget .input-group > select:not(:last-child),
.widget-area .widget .input-group > select:not(:last-child), .widget_search .input-group > .search-field:not(:last-child),
.input-group > .custom-select:not(:last-child),
.select2.select2-container .input-group > .select2-selection--single:not(:last-child),
.select2.select2-container .input-group > .select2-selection--multiple:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .widget-content .input-group > select:not(:first-child),
footer .widget .input-group > select:not(:first-child),
.blog-sidebar .widget .input-group > select:not(:first-child),
.widget-area .widget .input-group > select:not(:first-child), .widget_search .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child),
.select2.select2-container .input-group > .select2-selection--single:not(:first-child),
.select2.select2-container .input-group > .select2-selection--multiple:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
  .input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
  .input-group-prepend .btn, .input-group-prepend .shop_table.cart .button, .shop_table.cart .input-group-prepend .button, .input-group-prepend .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .input-group-prepend .button, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a,
  .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a, .input-group-prepend .single_add_to_cart_button,
  .input-group-append .btn,
  .input-group-append .shop_table.cart .button,
  .shop_table.cart .input-group-append .button,
  .input-group-append .woocommerce-MyAccount-content .button,
  .woocommerce-MyAccount-content .input-group-append .button,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a,
  .input-group-append .single_add_to_cart_button {
    position: relative;
    z-index: 2;
}
    .input-group-prepend .btn:focus, .input-group-prepend .shop_table.cart .button:focus, .shop_table.cart .input-group-prepend .button:focus, .input-group-prepend .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content .input-group-prepend .button:focus, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a:focus, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a:focus,
    .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a:focus, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a:focus, .input-group-prepend .single_add_to_cart_button:focus,
    .input-group-append .btn:focus,
    .input-group-append .shop_table.cart .button:focus,
    .shop_table.cart .input-group-append .button:focus,
    .input-group-append .woocommerce-MyAccount-content .button:focus,
    .woocommerce-MyAccount-content .input-group-append .button:focus,
    .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a:focus,
    .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a:focus,
    .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a:focus,
    .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a:focus,
    .input-group-append .single_add_to_cart_button:focus {
      z-index: 3;
}
  .input-group-prepend .btn + .btn, .input-group-prepend .shop_table.cart .button + .btn, .shop_table.cart .input-group-prepend .button + .btn, .input-group-prepend .woocommerce-MyAccount-content .button + .btn, .woocommerce-MyAccount-content .input-group-prepend .button + .btn, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a + .btn, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .btn, .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .btn, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .btn, .input-group-prepend .single_add_to_cart_button + .btn, .input-group-prepend .shop_table.cart .btn + .button, .shop_table.cart .input-group-prepend .btn + .button, .input-group-prepend .shop_table.cart .button + .button, .shop_table.cart .input-group-prepend .button + .button, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist .shop_table.cart a + .button, .shop_table.cart .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a + .button, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend .shop_table.cart a + .button, .shop_table.cart .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .button, .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist .shop_table.cart a + .button, .shop_table.cart .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .button, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend .shop_table.cart a + .button, .shop_table.cart .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .button, .input-group-prepend .shop_table.cart .single_add_to_cart_button + .button, .shop_table.cart .input-group-prepend .single_add_to_cart_button + .button, .input-group-prepend .woocommerce-MyAccount-content .btn + .button, .woocommerce-MyAccount-content .input-group-prepend .btn + .button, .input-group-prepend .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .input-group-prepend .button + .button, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a + .button, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .button, .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .button, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .button, .input-group-prepend .woocommerce-MyAccount-content .single_add_to_cart_button + .button, .woocommerce-MyAccount-content .input-group-prepend .single_add_to_cart_button + .button, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist .btn + a, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend .btn + a, .input-group-prepend .shop_table.cart .single-product .related.products .yith-wcwl-add-to-wishlist .button + a, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend .shop_table.cart .button + a, .shop_table.cart .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist .button + a, .single-product .related.products .yith-wcwl-add-to-wishlist .shop_table.cart .input-group-prepend .button + a, .input-group-prepend .woocommerce-MyAccount-content .single-product .related.products .yith-wcwl-add-to-wishlist .button + a, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend .woocommerce-MyAccount-content .button + a, .woocommerce-MyAccount-content .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist .button + a, .single-product .related.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content .input-group-prepend .button + a, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a + a, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a + a, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist .single_add_to_cart_button + a, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend .single_add_to_cart_button + a,
  .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn + a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend .btn + a,
  .input-group-prepend .shop_table.cart .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend .shop_table.cart .button + a, .shop_table.cart .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .shop_table.cart .input-group-prepend .button + a,
  .input-group-prepend .woocommerce-MyAccount-content .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend .woocommerce-MyAccount-content .button + a, .woocommerce-MyAccount-content .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content .input-group-prepend .button + a,
  .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a + a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a + a,
  .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist .single_add_to_cart_button + a, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend .single_add_to_cart_button + a, .input-group-prepend .btn + .single_add_to_cart_button, .input-group-prepend .shop_table.cart .button + .single_add_to_cart_button, .shop_table.cart .input-group-prepend .button + .single_add_to_cart_button, .input-group-prepend .woocommerce-MyAccount-content .button + .single_add_to_cart_button, .woocommerce-MyAccount-content .input-group-prepend .button + .single_add_to_cart_button, .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a + .single_add_to_cart_button, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .single_add_to_cart_button, .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .single_add_to_cart_button, .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .single_add_to_cart_button, .input-group-prepend .single_add_to_cart_button + .single_add_to_cart_button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .shop_table.cart .button + .input-group-text,
  .shop_table.cart .input-group-prepend .button + .input-group-text,
  .input-group-prepend .woocommerce-MyAccount-content .button + .input-group-text,
  .woocommerce-MyAccount-content .input-group-prepend .button + .input-group-text,
  .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist a + .input-group-text,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .input-group-text,
  .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .input-group-text,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend a + .input-group-text,
  .input-group-prepend .single_add_to_cart_button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .shop_table.cart .input-group-text + .button,
  .shop_table.cart .input-group-prepend .input-group-text + .button,
  .input-group-prepend .woocommerce-MyAccount-content .input-group-text + .button,
  .woocommerce-MyAccount-content .input-group-prepend .input-group-text + .button,
  .input-group-prepend .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-text + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-prepend .input-group-text + a,
  .input-group-prepend .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-text + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-prepend .input-group-text + a,
  .input-group-prepend .input-group-text + .single_add_to_cart_button,
  .input-group-append .btn + .btn,
  .input-group-append .shop_table.cart .button + .btn,
  .shop_table.cart .input-group-append .button + .btn,
  .input-group-append .woocommerce-MyAccount-content .button + .btn,
  .woocommerce-MyAccount-content .input-group-append .button + .btn,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a + .btn,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a + .btn,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .btn,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a + .btn,
  .input-group-append .single_add_to_cart_button + .btn,
  .input-group-append .shop_table.cart .btn + .button,
  .shop_table.cart .input-group-append .btn + .button,
  .input-group-append .shop_table.cart .button + .button,
  .shop_table.cart .input-group-append .button + .button,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist .shop_table.cart a + .button,
  .shop_table.cart .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a + .button,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append .shop_table.cart a + .button,
  .shop_table.cart .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a + .button,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist .shop_table.cart a + .button,
  .shop_table.cart .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .button,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append .shop_table.cart a + .button,
  .shop_table.cart .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a + .button,
  .input-group-append .shop_table.cart .single_add_to_cart_button + .button,
  .shop_table.cart .input-group-append .single_add_to_cart_button + .button,
  .input-group-append .woocommerce-MyAccount-content .btn + .button,
  .woocommerce-MyAccount-content .input-group-append .btn + .button,
  .input-group-append .woocommerce-MyAccount-content .button + .button,
  .woocommerce-MyAccount-content .input-group-append .button + .button,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content a + .button,
  .woocommerce-MyAccount-content .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a + .button,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append .woocommerce-MyAccount-content a + .button,
  .woocommerce-MyAccount-content .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a + .button,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content a + .button,
  .woocommerce-MyAccount-content .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .button,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append .woocommerce-MyAccount-content a + .button,
  .woocommerce-MyAccount-content .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a + .button,
  .input-group-append .woocommerce-MyAccount-content .single_add_to_cart_button + .button,
  .woocommerce-MyAccount-content .input-group-append .single_add_to_cart_button + .button,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist .btn + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append .btn + a,
  .input-group-append .shop_table.cart .single-product .related.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append .shop_table.cart .button + a,
  .shop_table.cart .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .shop_table.cart .input-group-append .button + a,
  .input-group-append .woocommerce-MyAccount-content .single-product .related.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append .woocommerce-MyAccount-content .button + a,
  .woocommerce-MyAccount-content .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content .input-group-append .button + a,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a + a,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist .single_add_to_cart_button + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append .single_add_to_cart_button + a,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist .btn + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append .btn + a,
  .input-group-append .shop_table.cart .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append .shop_table.cart .button + a,
  .shop_table.cart .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .shop_table.cart .input-group-append .button + a,
  .input-group-append .woocommerce-MyAccount-content .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append .woocommerce-MyAccount-content .button + a,
  .woocommerce-MyAccount-content .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist .button + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .woocommerce-MyAccount-content .input-group-append .button + a,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a + a,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist .single_add_to_cart_button + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append .single_add_to_cart_button + a,
  .input-group-append .btn + .single_add_to_cart_button,
  .input-group-append .shop_table.cart .button + .single_add_to_cart_button,
  .shop_table.cart .input-group-append .button + .single_add_to_cart_button,
  .input-group-append .woocommerce-MyAccount-content .button + .single_add_to_cart_button,
  .woocommerce-MyAccount-content .input-group-append .button + .single_add_to_cart_button,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a + .single_add_to_cart_button,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a + .single_add_to_cart_button,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .single_add_to_cart_button,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a + .single_add_to_cart_button,
  .input-group-append .single_add_to_cart_button + .single_add_to_cart_button,
  .input-group-append .btn + .input-group-text,
  .input-group-append .shop_table.cart .button + .input-group-text,
  .shop_table.cart .input-group-append .button + .input-group-text,
  .input-group-append .woocommerce-MyAccount-content .button + .input-group-text,
  .woocommerce-MyAccount-content .input-group-append .button + .input-group-text,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist a + .input-group-text,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append a + .input-group-text,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist a + .input-group-text,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append a + .input-group-text,
  .input-group-append .single_add_to_cart_button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .shop_table.cart .input-group-text + .button,
  .shop_table.cart .input-group-append .input-group-text + .button,
  .input-group-append .woocommerce-MyAccount-content .input-group-text + .button,
  .woocommerce-MyAccount-content .input-group-append .input-group-text + .button,
  .input-group-append .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-text + a,
  .single-product .related.products .yith-wcwl-add-to-wishlist .input-group-append .input-group-text + a,
  .input-group-append .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-text + a,
  .single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-append .input-group-text + a,
  .input-group-append .input-group-text + .single_add_to_cart_button {
    margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.844rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7c6e65;
  text-align: center;
  white-space: nowrap;
  background-color: #fff6f6;
  border: 1px solid #dfdcd7;
  border-radius: 0;
}
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .widget-content .input-group-lg > select:not(textarea),
footer .widget .input-group-lg > select:not(textarea),
.blog-sidebar .widget .input-group-lg > select:not(textarea),
.widget-area .widget .input-group-lg > select:not(textarea), .widget_search .input-group-lg > .search-field:not(textarea),
.input-group-lg > .custom-select,
.select2.select2-container .input-group-lg > .select2-selection--single,
.select2.select2-container .input-group-lg > .select2-selection--multiple {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .widget-content .input-group-lg > select,
footer .widget .input-group-lg > select,
.blog-sidebar .widget .input-group-lg > select,
.widget-area .widget .input-group-lg > select, .widget_search .input-group-lg > .search-field,
.input-group-lg > .custom-select,
.select2.select2-container .input-group-lg > .select2-selection--single,
.select2.select2-container .input-group-lg > .select2-selection--multiple,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.shop_table.cart .input-group-lg > .input-group-prepend > .button,
.woocommerce-MyAccount-content .input-group-lg > .input-group-prepend > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group-lg > .input-group-prepend > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-prepend > .single_add_to_cart_button,
.input-group-lg > .input-group-append > .btn,
.shop_table.cart .input-group-lg > .input-group-append > .button,
.woocommerce-MyAccount-content .input-group-lg > .input-group-append > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group-lg > .input-group-append > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-lg > .input-group-append > a,
.input-group-lg > .input-group-append > .single_add_to_cart_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .widget-content .input-group-sm > select:not(textarea),
footer .widget .input-group-sm > select:not(textarea),
.blog-sidebar .widget .input-group-sm > select:not(textarea),
.widget-area .widget .input-group-sm > select:not(textarea), .widget_search .input-group-sm > .search-field:not(textarea),
.input-group-sm > .custom-select,
.select2.select2-container .input-group-sm > .select2-selection--single,
.select2.select2-container .input-group-sm > .select2-selection--multiple {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .widget-content .input-group-sm > select,
footer .widget .input-group-sm > select,
.blog-sidebar .widget .input-group-sm > select,
.widget-area .widget .input-group-sm > select, .widget_search .input-group-sm > .search-field,
.input-group-sm > .custom-select,
.select2.select2-container .input-group-sm > .select2-selection--single,
.select2.select2-container .input-group-sm > .select2-selection--multiple,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.shop_table.cart .input-group-sm > .input-group-prepend > .button,
.woocommerce-MyAccount-content .input-group-sm > .input-group-prepend > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group-sm > .input-group-prepend > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-prepend > .single_add_to_cart_button,
.input-group-sm > .input-group-append > .btn,
.shop_table.cart .input-group-sm > .input-group-append > .button,
.woocommerce-MyAccount-content .input-group-sm > .input-group-append > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group-sm > .input-group-append > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group-sm > .input-group-append > a,
.input-group-sm > .input-group-append > .single_add_to_cart_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}


.input-group-lg > .custom-select,
.select2.select2-container .input-group-lg > .select2-selection--single,
.select2.select2-container .input-group-lg > .select2-selection--multiple,
.input-group-sm > .custom-select,
.select2.select2-container .input-group-sm > .select2-selection--single,
.select2.select2-container .input-group-sm > .select2-selection--multiple {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn, .shop_table.cart .input-group > .input-group-prepend > .button, .woocommerce-MyAccount-content .input-group > .input-group-prepend > .button, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group > .input-group-prepend > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group > .input-group-prepend > a, .input-group > .input-group-prepend > .single_add_to_cart_button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.shop_table.cart .input-group > .input-group-append:not(:last-child) > .button,
.woocommerce-MyAccount-content .input-group > .input-group-append:not(:last-child) > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group > .input-group-append:not(:last-child) > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .single_add_to_cart_button,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.shop_table.cart .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-MyAccount-content .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .single_add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .shop_table.cart .input-group > .input-group-append > .button, .woocommerce-MyAccount-content .input-group > .input-group-append > .button, .single-product .related.products .yith-wcwl-add-to-wishlist .input-group > .input-group-append > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group > .input-group-append > a, .input-group > .input-group-append > .single_add_to_cart_button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.shop_table.cart .input-group > .input-group-prepend:not(:first-child) > .button,
.woocommerce-MyAccount-content .input-group > .input-group-prepend:not(:first-child) > .button,
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group > .input-group-prepend:not(:first-child) > a,
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .single_add_to_cart_button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.shop_table.cart .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.woocommerce-MyAccount-content .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.single-product .related.products .yith-wcwl-add-to-wishlist .input-group > .input-group-prepend:first-child > a:not(:first-child),
.single-product .upsells.products .yith-wcwl-add-to-wishlist .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .single_add_to_cart_button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f75454;
    background-color: #f75454;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #161619;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #7f7f83;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #fff6f6;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #f75454;
  background-color: #f75454;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 84, 84, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(247, 84, 84, 0.5);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 84, 84, 0.5);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 84, 84, 0.5);
}

.custom-select, .select2.select2-container .select2-selection--single, .select2.select2-container .select2-selection--multiple {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.688rem + 2px);
  padding: 0.844rem 2rem 0.844rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7c6e65;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232f3e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #dfdcd7;
  border-radius: 0.25rem;
  appearance: none;
}
  .custom-select:focus, .select2.select2-container .select2-selection--single:focus, .select2.select2-container .select2-selection--multiple:focus {
    border-color: #161619;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 84, 84, 0.25);
}
    .custom-select:focus::-ms-value, .select2.select2-container .select2-selection--single:focus::-ms-value, .select2.select2-container .select2-selection--multiple:focus::-ms-value {
      color: #7c6e65;
      background-color: #fff;
}
  .custom-select[multiple], .select2.select2-container .select2-selection--single[multiple], .select2.select2-container .select2-selection--multiple[multiple], .custom-select[size]:not([size="1"]), .select2.select2-container .select2-selection--single[size]:not([size="1"]), .select2.select2-container .select2-selection--multiple[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none;
}
  .custom-select:disabled, .select2.select2-container .select2-selection--single:disabled, .select2.select2-container .select2-selection--multiple:disabled {
    color: #7f7f83;
    background-color: #fff6f6;
}
  .custom-select::-ms-expand, .select2.select2-container .select2-selection--single::-ms-expand, .select2.select2-container .select2-selection--multiple::-ms-expand {
    display: none;
}
  .custom-select:-moz-focusring, .select2.select2-container .select2-selection--single:-moz-focusring, .select2.select2-container .select2-selection--multiple:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #7c6e65;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #161619;
    box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #fff6f6;
}


.navbar .container, .navbar .single-product .woocommerce-notices-wrapper, .single-product .navbar .woocommerce-notices-wrapper, .navbar .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.left-sidebar) .single-product__v4 .navbar .woocommerce-tabs, .navbar .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar .woocommerce-tabs, .navbar .page-template-default.page #comments, .page-template-default.page .navbar #comments,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-wd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}




@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .single-product .navbar-expand-sm > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-sm > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-sm > .woocommerce-tabs, .page-template-default.page .navbar-expand-sm > #comments,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-wd {
    padding-right: 0;
    padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm > .container, .single-product .navbar-expand-sm > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-sm > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-sm > .woocommerce-tabs, .page-template-default.page .navbar-expand-sm > #comments,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-wd {
      flex-wrap: nowrap;
    }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .single-product .navbar-expand-md > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-md > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-md > .woocommerce-tabs, .page-template-default.page .navbar-expand-md > #comments,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-wd {
    padding-right: 0;
    padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md > .container, .single-product .navbar-expand-md > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-md > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-md > .woocommerce-tabs, .page-template-default.page .navbar-expand-md > #comments,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-wd {
      flex-wrap: nowrap;
    }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .single-product .navbar-expand-lg > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-lg > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-lg > .woocommerce-tabs, .page-template-default.page .navbar-expand-lg > #comments,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-wd {
    padding-right: 0;
    padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg > .container, .single-product .navbar-expand-lg > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-lg > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-lg > .woocommerce-tabs, .page-template-default.page .navbar-expand-lg > #comments,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-wd {
      flex-wrap: nowrap;
    }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .single-product .navbar-expand-xl > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-xl > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-xl > .woocommerce-tabs, .page-template-default.page .navbar-expand-xl > #comments,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-wd {
    padding-right: 0;
    padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl > .container, .single-product .navbar-expand-xl > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-xl > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-xl > .woocommerce-tabs, .page-template-default.page .navbar-expand-xl > #comments,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-wd {
      flex-wrap: nowrap;
    }
}

@media (max-width: 1479.98px) {
  .navbar-expand-wd > .container, .single-product .navbar-expand-wd > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-wd > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-wd > .woocommerce-tabs, .page-template-default.page .navbar-expand-wd > #comments,
  .navbar-expand-wd > .container-fluid, .navbar-expand-wd > .container-sm, .navbar-expand-wd > .container-md, .navbar-expand-wd > .container-lg, .navbar-expand-wd > .container-xl, .navbar-expand-wd > .container-wd {
    padding-right: 0;
    padding-left: 0;
    }
}

@media (min-width: 1480px) {
    .navbar-expand-wd > .container, .single-product .navbar-expand-wd > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand-wd > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand-wd > .woocommerce-tabs, .page-template-default.page .navbar-expand-wd > #comments,
    .navbar-expand-wd > .container-fluid, .navbar-expand-wd > .container-sm, .navbar-expand-wd > .container-md, .navbar-expand-wd > .container-lg, .navbar-expand-wd > .container-xl, .navbar-expand-wd > .container-wd {
      flex-wrap: nowrap;
    }
}

.navbar-expand > .container, .single-product .navbar-expand > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand > .woocommerce-tabs, .page-template-default.page .navbar-expand > #comments,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-wd {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand > .container, .single-product .navbar-expand > .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .navbar-expand > .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .navbar-expand > .woocommerce-tabs, .page-template-default.page .navbar-expand > #comments,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-wd {
    flex-wrap: nowrap;
}

.page-link {
    color: #f75454;
}
.page-link:hover {
    color: #f30b0b;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 84, 84, 0.25);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f75454;
  border-color: #f75454;
}

.page-item.disabled .page-link {
  color: #7f7f83;
}

.badge-primary {
    background-color: #f75454;
}
a.badge-primary:hover, a.badge-primary:focus {
    background-color: #f52323;
}
a.badge-primary:focus, a.badge-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 84, 84, 0.5);
}

.badge-secondary {
    background-color: #161619;
}
a.badge-secondary:hover, a.badge-secondary:focus {
    background-color: black;
}
a.badge-secondary:focus, a.badge-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 22, 25, 0.5);
}

.alert-primary {
    color: #802c2c;
    background-color: #fddddd;
    border-color: #fdcfcf;
}
.alert-primary hr {
    border-top-color: #fcb7b7;
}
.alert-primary .alert-link {
    color: #5a1f1f;
}

.alert-secondary {
    color: #0b0b0d;
    background-color: #d0d0d1;
    border-color: #bebebf;
}
.alert-secondary hr {
    border-top-color: #b1b1b2;
}
.alert-secondary .alert-link {
    color: black;
}

.progress-bar {
  background-color: #f75454;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    color: #f75454;
}
.list-group-item-action:active {
    color: #f75454;
}
.list-group-item.active {
    background-color: #f75454;
    border-color: #f75454;
}

@media (min-width: 1480px) {
  .list-group-horizontal-wd {
    flex-direction: row;
    }
    .list-group-horizontal-wd .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-wd .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-wd .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-wd .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
      .list-group-horizontal-wd .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-item-primary {
    color: #802c2c;
    background-color: #fdcfcf;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #802c2c;
    background-color: #fcb7b7;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #802c2c;
    border-color: #802c2c;
}

.list-group-item-secondary {
    color: #0b0b0d;
    background-color: #bebebf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #0b0b0d;
    background-color: #b1b1b2;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #0b0b0d;
    border-color: #0b0b0d;
}


.tooltip {
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

.popover {
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

.bg-primary {
  background-color: #f75454 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #f52323 !important;
}

.bg-secondary {
  background-color: #161619 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}

.bg-success, .wishlist-fragment .hidden-title-form .save-title-form {
  background-color: #88cf00 !important;
}

a.bg-success:hover, .wishlist-fragment .hidden-title-form a.save-title-form:hover, a.bg-success:focus, .wishlist-fragment .hidden-title-form a.save-title-form:focus,
button.bg-success:hover,
.wishlist-fragment .hidden-title-form button.save-title-form:hover,
button.bg-success:focus,
.wishlist-fragment .hidden-title-form button.save-title-form:focus {
  background-color: #669c00 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #fced70 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fbe73e !important;
}

.bg-danger, .wishlist-fragment .hidden-title-form .hide-title-form {
  background-color: #f75454 !important;
}

a.bg-danger:hover, .wishlist-fragment .hidden-title-form a.hide-title-form:hover, a.bg-danger:focus, .wishlist-fragment .hidden-title-form a.hide-title-form:focus,
button.bg-danger:hover,
.wishlist-fragment .hidden-title-form button.hide-title-form:hover,
button.bg-danger:focus,
.wishlist-fragment .hidden-title-form button.hide-title-form:focus {
  background-color: #f52323 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #161619 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-primary-green {
  background-color: #88cf00 !important;
}

a.bg-primary-green:hover, a.bg-primary-green:focus,
button.bg-primary-green:hover,
button.bg-primary-green:focus {
  background-color: #669c00 !important;
}

.bg-primary-yellow {
  background-color: #fced70 !important;
}

a.bg-primary-yellow:hover, a.bg-primary-yellow:focus,
button.bg-primary-yellow:hover,
button.bg-primary-yellow:focus {
  background-color: #fbe73e !important;
}

.bg-yellow-darker {
  background-color: #ffbd00 !important;
}

a.bg-yellow-darker:hover, a.bg-yellow-darker:focus,
button.bg-yellow-darker:hover,
button.bg-yellow-darker:focus {
  background-color: #cc9700 !important;
}

.bg-primary-home-v3 {
  background-color: #041e42 !important;
}

a.bg-primary-home-v3:hover, a.bg-primary-home-v3:focus,
button.bg-primary-home-v3:hover,
button.bg-primary-home-v3:focus {
  background-color: #010812 !important;
}

.bg-primary-indigo {
  background-color: #a200fc !important;
}

a.bg-primary-indigo:hover, a.bg-primary-indigo:focus,
button.bg-primary-indigo:hover,
button.bg-primary-indigo:focus {
  background-color: #8100c9 !important;
}

.bg-indigo-light {
  background-color: #faf1ff !important;
}

a.bg-indigo-light:hover, a.bg-indigo-light:focus,
button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
  background-color: #e8beff !important;
}

.bg-tangerine {
  background-color: #f79400 !important;
}

a.bg-tangerine:hover, a.bg-tangerine:focus,
button.bg-tangerine:hover,
button.bg-tangerine:focus {
  background-color: #c47500 !important;
}

.bg-tangerine-light {
  background-color: #faf4eb !important;
}

a.bg-tangerine-light:hover, a.bg-tangerine-light:focus,
button.bg-tangerine-light:hover,
button.bg-tangerine-light:focus {
  background-color: #f0dec2 !important;
}

.bg-chili {
  background-color: #f01000 !important;
}

a.bg-chili:hover, a.bg-chili:focus,
button.bg-chili:hover,
button.bg-chili:focus {
  background-color: #bd0d00 !important;
}

.bg-chili-light {
  background-color: #f4e6e5 !important;
}

a.bg-chili-light:hover, a.bg-chili-light:focus,
button.bg-chili-light:hover,
button.bg-chili-light:focus {
  background-color: #e5c4c1 !important;
}

.bg-carolina {
  background-color: #00cdef !important;
}

a.bg-carolina:hover, a.bg-carolina:focus,
button.bg-carolina:hover,
button.bg-carolina:focus {
  background-color: #00a1bc !important;
}

.bg-carolina-light {
  background-color: #e6f2f4 !important;
}

a.bg-carolina-light:hover, a.bg-carolina-light:focus,
button.bg-carolina-light:hover,
button.bg-carolina-light:focus {
  background-color: #c3e0e4 !important;
}

.bg-punch {
  background-color: #ff8e8e !important;
}

a.bg-punch:hover, a.bg-punch:focus,
button.bg-punch:hover,
button.bg-punch:focus {
  background-color: #ff5b5b !important;
}

.bg-punch-light {
  background-color: #fff6f6 !important;
}

a.bg-punch-light:hover, a.bg-punch-light:focus,
button.bg-punch-light:hover,
button.bg-punch-light:focus {
  background-color: #ffc3c3 !important;
}

.bg-secondary-gray-700 {
  background-color: #7c6e65 !important;
}

a.bg-secondary-gray-700:hover, a.bg-secondary-gray-700:focus,
button.bg-secondary-gray-700:hover,
button.bg-secondary-gray-700:focus {
  background-color: #60554e !important;
}

.bg-secondary-gray-800 {
  background-color: #232f3e !important;
}

a.bg-secondary-gray-800:hover, a.bg-secondary-gray-800:focus,
button.bg-secondary-gray-800:hover,
button.bg-secondary-gray-800:focus {
  background-color: #11161d !important;
}

.bg-secondary-gray-1080 {
  background-color: #cccccc !important;
}

a.bg-secondary-gray-1080:hover, a.bg-secondary-gray-1080:focus,
button.bg-secondary-gray-1080:hover,
button.bg-secondary-gray-1080:focus {
  background-color: #b3b2b2 !important;
}

.bg-secondary-gray-1090 {
  background-color: #7e7e7e !important;
}

a.bg-secondary-gray-1090:hover, a.bg-secondary-gray-1090:focus,
button.bg-secondary-gray-1090:hover,
button.bg-secondary-gray-1090:focus {
  background-color: #656464 !important;
}

.bg-secondary-black-100 {
  background-color: #19110b !important;
}

a.bg-secondary-black-100:hover, a.bg-secondary-black-100:focus,
button.bg-secondary-black-100:hover,
button.bg-secondary-black-100:focus {
  background-color: black !important;
}

.bg-secondary-black-200 {
  background-color: #1c2633 !important;
}

a.bg-secondary-black-200:hover, a.bg-secondary-black-200:focus,
button.bg-secondary-black-200:hover,
button.bg-secondary-black-200:focus {
  background-color: #0a0d12 !important;
}

.bg-dark-1 {
  background-color: #2d3942 !important;
}

a.bg-dark-1:hover, a.bg-dark-1:focus,
button.bg-dark-1:hover,
button.bg-dark-1:focus {
  background-color: #181f24 !important;
}

.bg-red-1 {
  background-color: #ff7160 !important;
}

a.bg-red-1:hover, a.bg-red-1:focus,
button.bg-red-1:hover,
button.bg-red-1:focus {
  background-color: #ff432d !important;
}

.bg-white, #wpsl-wrap.bookworm-wpsl-custom-template .input-group .wpsl-search-btn-wrap #wpsl-search-btn {
  background-color: #fff !important;
}

.bg-transparent, .site-footer_v3 input[type="text"] {
  background-color: transparent !important;
}


.border-primary {
  border-color: #f75454 !important;
}

.border-secondary {
  border-color: #161619 !important;
}

.border-success {
  border-color: #88cf00 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #fced70 !important;
}

.border-danger {
  border-color: #f75454 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #161619 !important;
}

.border-primary-green {
  border-color: #88cf00 !important;
}

.border-primary-yellow {
  border-color: #fced70 !important;
}

.border-yellow-darker {
  border-color: #ffbd00 !important;
}

.border-primary-home-v3 {
  border-color: #041e42 !important;
}

.border-primary-indigo {
  border-color: #a200fc !important;
}

.border-indigo-light {
  border-color: #faf1ff !important;
}

.border-tangerine {
  border-color: #f79400 !important;
}

.border-tangerine-light {
  border-color: #faf4eb !important;
}

.border-chili {
  border-color: #f01000 !important;
}

.border-chili-light {
  border-color: #f4e6e5 !important;
}

.border-carolina {
  border-color: #00cdef !important;
}

.border-carolina-light {
  border-color: #e6f2f4 !important;
}

.border-punch {
  border-color: #ff8e8e !important;
}

.border-punch-light {
  border-color: #fff6f6 !important;
}

.border-secondary-gray-700 {
  border-color: #7c6e65 !important;
}

.border-secondary-gray-800 {
  border-color: #232f3e !important;
}

.border-secondary-gray-1080 {
  border-color: #cccccc !important;
}

.border-secondary-gray-1090 {
  border-color: #7e7e7e !important;
}

.border-secondary-black-100 {
  border-color: #19110b !important;
}

.border-secondary-black-200 {
  border-color: #1c2633 !important;
}

.border-dark-1 {
  border-color: #2d3942 !important;
}

.border-red-1 {
  border-color: #ff7160 !important;
}

.border-white {
  border-color: #fff !important;
}


.rounded-0, .site-footer_v3 input[type="text"],
.site-footer_v3 input[type="submit"],
.site-footer_v3 button[type="submit"], .site-footer_v9.bg-punch-light input[type="text"],
.site-footer_v9.bg-punch-light input[type="submit"],
.site-footer_v9.bg-punch-light button[type="submit"] {
  border-radius: 0 !important;
}

.clearfix::after, .clear::after, .article-post::after,
article.post::after,
.comment-content::after,
.article__page::after,
.page__content > :last-child::after,
.article-post .article-post__inner > .ml-xl-4::after {
  display: block;
  clear: both;
  content: "";
}

.d-block, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-search-wrap form .wpsl-select-wrap.row #wpsl-radius {
  display: block !important;
}

@media (min-width: 1480px) {
  .d-wd-none {
    display: none !important;
    }
  .d-wd-inline {
    display: inline !important;
    }
  .d-wd-inline-block {
    display: inline-block !important;
    }
  .d-wd-block {
    display: block !important;
    }
  .d-wd-table {
    display: table !important;
    }
  .d-wd-table-row {
    display: table-row !important;
    }
  .d-wd-table-cell {
    display: table-cell !important;
    }
  .d-wd-flex {
    display: flex !important;
    }
  .d-wd-inline-flex {
    display: inline-flex !important;
    }
}

.embed-responsive, .is-type-video.wp-block-embed .wp-block-embed__wrapper, .wp-block-embed-facebook .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
  .embed-responsive::before, .is-type-video.wp-block-embed .wp-block-embed__wrapper::before, .wp-block-embed-facebook .wp-block-embed__wrapper::before {
    display: block;
    content: "";
}
  .embed-responsive .embed-responsive-item, .is-type-video.wp-block-embed .wp-block-embed__wrapper .embed-responsive-item, .wp-block-embed-facebook .wp-block-embed__wrapper .embed-responsive-item, .is-type-video.wp-block-embed .wp-block-embed__wrapper iframe, .wp-block-embed-facebook .wp-block-embed__wrapper iframe,
  .embed-responsive iframe,
  .is-type-video.wp-block-embed .wp-block-embed__wrapper iframe,
  .wp-block-embed-facebook .wp-block-embed__wrapper iframe,
  .embed-responsive embed,
  .is-type-video.wp-block-embed .wp-block-embed__wrapper embed,
  .wp-block-embed-facebook .wp-block-embed__wrapper embed,
  .embed-responsive object,
  .is-type-video.wp-block-embed .wp-block-embed__wrapper object,
  .wp-block-embed-facebook .wp-block-embed__wrapper object,
  .embed-responsive video,
  .is-type-video.wp-block-embed .wp-block-embed__wrapper video,
  .wp-block-embed-facebook .wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before, .is-type-video.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before, .is-type-video.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before, .is-type-video.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before, .is-type-video.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.align-items-center, .single-product__v6 .single-product-wrapper {
  align-items: center !important;
}


.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-search-wrap form .wpsl-select-wrap.row #wpsl-radius {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1480px) {
  .flex-wd-row {
    flex-direction: row !important;
    }
  .flex-wd-column {
    flex-direction: column !important;
    }
  .flex-wd-row-reverse {
    flex-direction: row-reverse !important;
    }
  .flex-wd-column-reverse {
    flex-direction: column-reverse !important;
    }
  .flex-wd-wrap {
    flex-wrap: wrap !important;
    }
  .flex-wd-nowrap {
    flex-wrap: nowrap !important;
    }
  .flex-wd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
    }
  .flex-wd-fill {
    flex: 1 1 auto !important;
    }
  .flex-wd-grow-0 {
    flex-grow: 0 !important;
    }
  .flex-wd-grow-1 {
    flex-grow: 1 !important;
    }
  .flex-wd-shrink-0 {
    flex-shrink: 0 !important;
    }
  .flex-wd-shrink-1 {
    flex-shrink: 1 !important;
    }
  .justify-content-wd-start {
    justify-content: flex-start !important;
    }
  .justify-content-wd-end {
    justify-content: flex-end !important;
    }
  .justify-content-wd-center {
    justify-content: center !important;
    }
  .justify-content-wd-between {
    justify-content: space-between !important;
    }
  .justify-content-wd-around {
    justify-content: space-around !important;
    }
  .align-items-wd-start {
    align-items: flex-start !important;
    }
  .align-items-wd-end {
    align-items: flex-end !important;
    }
  .align-items-wd-center {
    align-items: center !important;
    }
  .align-items-wd-baseline {
    align-items: baseline !important;
    }
  .align-items-wd-stretch {
    align-items: stretch !important;
    }
  .align-content-wd-start {
    align-content: flex-start !important;
    }
  .align-content-wd-end {
    align-content: flex-end !important;
    }
  .align-content-wd-center {
    align-content: center !important;
    }
  .align-content-wd-between {
    align-content: space-between !important;
    }
  .align-content-wd-around {
    align-content: space-around !important;
    }
  .align-content-wd-stretch {
    align-content: stretch !important;
    }
  .align-self-wd-auto {
    align-self: auto !important;
    }
  .align-self-wd-start {
    align-self: flex-start !important;
    }
  .align-self-wd-end {
    align-self: flex-end !important;
    }
  .align-self-wd-center {
    align-self: center !important;
    }
  .align-self-wd-baseline {
    align-self: baseline !important;
    }
  .align-self-wd-stretch {
    align-self: stretch !important;
    }
}

@media (min-width: 1480px) {
  .float-wd-left {
    float: left !important;
    }
  .float-wd-right {
    float: right !important;
    }
  .float-wd-none {
    float: none !important;
    }
}

.sr-only, .screen-reader-text, .single-product .related.products .yith-wcwl-add-to-wishlist a .text,
.single-product .upsells.products .yith-wcwl-add-to-wishlist a .text, ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.text,
ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span.text,
.products .product__hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.text,
.products .product__hover .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span.text,
.product__hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.text,
.product__hover .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span.text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.w-100, #wpsl-wrap.bookworm-wpsl-custom-template form > .wpsl-search-btn-wrap > input, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-search-input, #wpsl-wrap.bookworm-wpsl-custom-template .wpsl-dropdown, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list, #wpsl-wrap.bookworm-wpsl-custom-template .wpsl-gmap-canvas {
  width: 100% !important;
}

.w-auto, #wpsl-wrap.bookworm-wpsl-custom-template .wpsl-select-wrap {
  width: auto !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.h-100, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-search-input, #wpsl-wrap.bookworm-wpsl-custom-template .wpsl-gmap-canvas {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.mr-0, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-search-btn,
#wpsl-wrap.bookworm-wpsl-custom-template #wpsl-search-wrap div, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0, .single-product__v2 .product-actions-wrapper .bg-white-100 .price, .single-product__v3 .cart-form-wrap .sharedaddy .sd-sharing, .bookworm-recent-post:last-child, footer .widget:last-child, .single-product .sharedaddy .sd-content ul,
.article__single .sharedaddy .sd-content ul, .single-product .sharedaddy .sd-sharing,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .single-product__v7 .single_add_to_cart_button,
.mx-0 {
  margin-left: 0 !important;
}

.mb-1, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list .wpsl-store-location > p > span,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .article__single .sharedaddy h3.sd-title,
.article__single .sharedaddy .sharing-title,
.mx-1 {
  margin-left: 0.25rem !important;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 1rem !important;
}

.mb-3, ul.woocommerce-thankyou-order-details li, .comment-author .avatar, .article-post__inner h1, .article-post__inner h2, .article-post__inner h3, .article-post__inner h4, .article-post__inner h5, .article-post__inner h6:not(.font-size-10),
.comment .comment-text h1,
.comment .comment-text h2,
.comment .comment-text h3,
.comment .comment-text h4,
.comment .comment-text h5,
.comment .comment-text h6:not(.font-size-10),
.my-3,
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 1rem !important;
}

.mr-4, .list-view ul.products li.product a.add_to_cart_button,
.list-view ul.products li.product a.added_to_cart,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mt-5, .article-post__inner h1, .article-post__inner h2, .article-post__inner h3, .article-post__inner h4, .article-post__inner h5, .article-post__inner h6:not(.font-size-10),
.comment .comment-text h1,
.comment .comment-text h2,
.comment .comment-text h3,
.comment .comment-text h4,
.comment .comment-text h5,
.comment .comment-text h6:not(.font-size-10),
.my-5 {
  margin-top: 2rem !important;
}


.mb-5, .bookworm-recent-post, .single-post .page-header, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list li,
.my-5 {
  margin-bottom: 2rem !important;
}

.mb-2d75 {
  margin-bottom: 0.75rem !important;
}

.mb-4d75 {
  margin-bottom: 1.75rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7, .comment-list .comment-form .form-submit,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

.m-10 {
  margin: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}

.m-11 {
  margin: 5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}

.m-12 {
  margin: 6rem !important;
}

.mt-12,
.my-12 {
  margin-top: 6rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 6rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 6rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 6rem !important;
}

.m-13 {
  margin: 7rem !important;
}

.mt-13,
.my-13 {
  margin-top: 7rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 7rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 7rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 7rem !important;
}

.m-14 {
  margin: 8.29rem !important;
}

.mt-14,
.my-14 {
  margin-top: 8.29rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 8.29rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 8.29rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 8.29rem !important;
}

.p-0, .single-product__v2 .single-product-jumbotron .site-features, .select2-container--default .select2-selection--single .select2-selection__rendered, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list li {
  padding: 0 !important;
}

.pr-1, .select2.select2-container .select2-selection--multiple .select2-selection__choice__remove,
.px-1 {
  padding-right: 0.25rem !important;
}

.p-3, .single_add_to_cart_button {
  padding: 1rem !important;
}

.pt-3,
.py-3,
.woocommerce-MyAccount-content .shop_table:not(.order_details) thead th {
  padding-top: 1rem !important;
}

.pr-3, #wpsl-wrap.bookworm-wpsl-custom-template .input-group .wpsl-search-btn-wrap #wpsl-search-btn,
.px-3,
.woocommerce-order-received .woocommerce-order p:not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
  padding-right: 1rem !important;
}

.pb-3,
.py-3,
.woocommerce-MyAccount-content .shop_table:not(.order_details) thead th {
  padding-bottom: 1rem !important;
}

.pl-3, .woocommerce-MyAccount-content .shop_table:not(.order_details) td:first-child, .woocommerce-MyAccount-content .shop_table:not(.order_details) th:first-child,
.px-3,
.woocommerce-order-received .woocommerce-order p:not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
  padding-left: 1rem !important;
}

.p-4, #wpsl-wrap .wpsl-search {
  padding: 1.5rem !important;
}

.pt-4, .single-product .classic-nav .tab-content > .woocommerce-Tabs-panel,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4,
.single-product__v6 .single-product-container {
  padding-right: 1.5rem !important;
}

.pl-4, .single-product .classic-nav .tab-content > .woocommerce-Tabs-panel,
.px-4,
.single-product__v6 .single-product-container {
  padding-left: 1.5rem !important;
}

.pr-5,
.px-5,
#wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list ul {
  padding-right: 2rem !important;
}

.pb-5, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list li,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5,
#wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list ul {
  padding-left: 2rem !important;
}

.py-2d75 {
  padding-top: 0.75rem !important;
}

.p-4d75 {
  padding: 1.75rem !important;
}

.p-4d875 {
  padding: 1.875rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9, .single-product .classic-nav .tab-content > .woocommerce-Tabs-panel,
.py-9 {
  padding-top: 4rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}

.p-11 {
  padding: 5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 5rem !important;
}

.p-12 {
  padding: 6rem !important;
}

.pt-12,
.py-12 {
  padding-top: 6rem !important;
}

.pr-12,
.px-12 {
  padding-right: 6rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 6rem !important;
}

.pl-12,
.px-12 {
  padding-left: 6rem !important;
}

.p-13 {
  padding: 7rem !important;
}

.pt-13,
.py-13 {
  padding-top: 7rem !important;
}

.pr-13,
.px-13 {
  padding-right: 7rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 7rem !important;
}

.pl-13,
.px-13 {
  padding-left: 7rem !important;
}

.p-14 {
  padding: 8.29rem !important;
}

.pt-14,
.py-14 {
  padding-top: 8.29rem !important;
}

.pr-14,
.px-14 {
  padding-right: 8.29rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 8.29rem !important;
}

.pl-14,
.px-14 {
  padding-left: 8.29rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

.m-n8 {
  margin: -3.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important;
}

.m-n10 {
  margin: -4.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -4.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -4.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -4.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -4.5rem !important;
}


.mr-auto, .added_to_cart,
.mx-auto,
.site-header__v10 .site-branding .header-custom-logo-link {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto,
.site-header__v10 .site-branding .header-custom-logo-link {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
    }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
    }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
    }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
    }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
    }
  .m-sm-1 {
    margin: 0.25rem !important;
    }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
    }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    }
  .m-sm-2 {
    margin: 0.5rem !important;
    }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
    }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    }
  .m-sm-3 {
    margin: 1rem !important;
    }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
    }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
    }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
    }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
    }
  .m-sm-4 {
    margin: 1.5rem !important;
    }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
    }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    }
  .m-sm-5 {
    margin: 2rem !important;
    }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
    }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
    }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
    }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
    }
  .m-sm-6 {
    margin: 2.5rem !important;
    }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
    }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
    }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
    }
  .m-sm-7 {
    margin: 3rem !important;
    }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
    }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
    }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
    }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
    }
  .m-sm-8 {
    margin: 3.5rem !important;
    }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important;
    }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important;
    }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important;
    }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important;
    }
  .m-sm-9 {
    margin: 4rem !important;
    }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important;
    }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important;
    }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important;
    }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important;
    }
  .m-sm-10 {
    margin: 4.5rem !important;
    }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem !important;
    }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem !important;
    }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem !important;
    }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem !important;
    }
  .m-sm-11 {
    margin: 5rem !important;
    }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5rem !important;
    }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5rem !important;
    }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5rem !important;
    }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5rem !important;
    }
  .m-sm-12 {
    margin: 6rem !important;
    }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 6rem !important;
    }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 6rem !important;
    }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 6rem !important;
    }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 6rem !important;
    }
  .m-sm-13 {
    margin: 7rem !important;
    }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 7rem !important;
    }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 7rem !important;
    }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 7rem !important;
    }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 7rem !important;
    }
  .m-sm-14 {
    margin: 8.29rem !important;
    }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 8.29rem !important;
    }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 8.29rem !important;
    }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 8.29rem !important;
    }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 8.29rem !important;
    }
  .p-sm-0 {
    padding: 0 !important;
    }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
    }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
    }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
    }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
    }
  .p-sm-1 {
    padding: 0.25rem !important;
    }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
    }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
    }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
    }
  .p-sm-2 {
    padding: 0.5rem !important;
    }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
    }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
    }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
    }
  .p-sm-3 {
    padding: 1rem !important;
    }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
    }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
    }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
    }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
    }
  .p-sm-4 {
    padding: 1.5rem !important;
    }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
    }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
    }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
    }
  .p-sm-5 {
    padding: 2rem !important;
    }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
    }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
    }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
    }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
    }
  .p-sm-6 {
    padding: 2.5rem !important;
    }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
    }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
    }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
    }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
    }
  .p-sm-7 {
    padding: 3rem !important;
    }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
    }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
    }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
    }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
    }
  .p-sm-8 {
    padding: 3.5rem !important;
    }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important;
    }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important;
    }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important;
    }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important;
    }
  .p-sm-9 {
    padding: 4rem !important;
    }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important;
    }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important;
    }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important;
    }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important;
    }
  .p-sm-10 {
    padding: 4.5rem !important;
    }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem !important;
    }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem !important;
    }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem !important;
    }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem !important;
    }
  .p-sm-11 {
    padding: 5rem !important;
    }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5rem !important;
    }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5rem !important;
    }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5rem !important;
    }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5rem !important;
    }
  .p-sm-12 {
    padding: 6rem !important;
    }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 6rem !important;
    }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 6rem !important;
    }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 6rem !important;
    }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 6rem !important;
    }
  .p-sm-13 {
    padding: 7rem !important;
    }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 7rem !important;
    }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 7rem !important;
    }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 7rem !important;
    }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 7rem !important;
    }
  .p-sm-14 {
    padding: 8.29rem !important;
    }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 8.29rem !important;
    }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 8.29rem !important;
    }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 8.29rem !important;
    }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 8.29rem !important;
    }
  .m-sm-n1 {
    margin: -0.25rem !important;
    }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
    }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
    }
  .m-sm-n2 {
    margin: -0.5rem !important;
    }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
    }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
    }
  .m-sm-n3 {
    margin: -1rem !important;
    }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
    }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
    }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
    }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
    }
  .m-sm-n4 {
    margin: -1.5rem !important;
    }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
    }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
    }
  .m-sm-n5 {
    margin: -2rem !important;
    }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
    }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
    }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
    }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
    }
  .m-sm-n7 {
    margin: -3rem !important;
    }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
    }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
    }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
    }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
    }
  .m-sm-n8 {
    margin: -3.5rem !important;
    }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.5rem !important;
    }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
    }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.5rem !important;
    }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.5rem !important;
    }
  .m-sm-n10 {
    margin: -4.5rem !important;
    }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -4.5rem !important;
    }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
    }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -4.5rem !important;
    }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -4.5rem !important;
    }
  .m-sm-auto {
    margin: auto !important;
    }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
    }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
    }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
    }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
    }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
    }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
    }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
    }
  .mb-md-0, .single-product__v3 form.cart .quantity, .single-product__v6 form.cart .quantity, .single-product__v6.single-product__content .cart .quantity, .comment-author .avatar,
  .my-md-0 {
    margin-bottom: 0 !important;
    }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
    }
  .m-md-1 {
    margin: 0.25rem !important;
    }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
    }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
    }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
    }
  .m-md-2 {
    margin: 0.5rem !important;
    }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
    }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
    }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
    }
  .m-md-3 {
    margin: 1rem !important;
    }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
    }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
    }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
    }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
    }
  .m-md-4 {
    margin: 1.5rem !important;
    }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
    }
  .mr-md-4, .single-product .summary__footer > *:not(:last-child), .single-product__v5 .wishlist-share-wrap > *:not(:last-child), .single-product__v7 .wishlist-share-wrap > *:not(:last-child),
  .mx-md-4 {
    margin-right: 1.5rem !important;
    }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    }
  .ml-md-4, .single-product__v3 form.cart .single_add_to_cart_button,
  .mx-md-4 {
    margin-left: 1.5rem !important;
    }
  .m-md-5 {
    margin: 2rem !important;
    }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
    }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
    }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
    }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
    }
  .ml-md-5d25 {
    margin-left: 2.25rem !important;
    }
  .m-md-6 {
    margin: 2.5rem !important;
    }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
    }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
    }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
    }
  .ml-md-6, .single-product__v1 .yith-wcwl-add-to-wishlist + .sharedaddy, .single-product__v3 .yith-wcwl-add-to-wishlist + .sharedaddy,
  .mx-md-6 {
    margin-left: 2.5rem !important;
    }
  .m-md-7 {
    margin: 3rem !important;
    }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
    }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
    }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
    }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
    }
  .m-md-8 {
    margin: 3.5rem !important;
    }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
    }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
    }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
    }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
    }
  .m-md-9 {
    margin: 4rem !important;
    }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
    }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
    }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
    }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
    }
  .m-md-10 {
    margin: 4.5rem !important;
    }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
    }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
    }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
    }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
    }
  .m-md-11 {
    margin: 5rem !important;
    }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important;
    }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem !important;
    }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important;
    }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem !important;
    }
  .m-md-12 {
    margin: 6rem !important;
    }
  .mt-md-12,
  .my-md-12 {
    margin-top: 6rem !important;
    }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 6rem !important;
    }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 6rem !important;
    }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 6rem !important;
    }
  .m-md-13 {
    margin: 7rem !important;
    }
  .mt-md-13,
  .my-md-13 {
    margin-top: 7rem !important;
    }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 7rem !important;
    }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 7rem !important;
    }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 7rem !important;
    }
  .m-md-14 {
    margin: 8.29rem !important;
    }
  .mt-md-14,
  .my-md-14 {
    margin-top: 8.29rem !important;
    }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 8.29rem !important;
    }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 8.29rem !important;
    }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 8.29rem !important;
    }
  .p-md-0 {
    padding: 0 !important;
    }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
    }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
    }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
    }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
    }
  .p-md-1 {
    padding: 0.25rem !important;
    }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
    }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
    }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
    }
  .p-md-2 {
    padding: 0.5rem !important;
    }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
    }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
    }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
    }
  .p-md-3 {
    padding: 1rem !important;
    }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
    }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
    }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
    }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
    }
  .p-md-4 {
    padding: 1.5rem !important;
    }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
    }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
    }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
    }
  .p-md-5 {
    padding: 2rem !important;
    }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
    }
  .pr-md-5,
  .px-md-5,
  .woocommerce-order-received .woocommerce-order p:not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
    padding-right: 2rem !important;
    }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
    }
  .pl-md-5, .woocommerce-MyAccount-content .shop_table:not(.order_details) td:first-child, .woocommerce-MyAccount-content .shop_table:not(.order_details) th:first-child,
  .px-md-5,
  .woocommerce-order-received .woocommerce-order p:not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
    padding-left: 2rem !important;
    }
  .p-md-4d875 {
    padding: 1.875rem !important;
    }
  .p-md-6 {
    padding: 2.5rem !important;
    }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
    }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
    }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
    }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
    }
  .p-md-7 {
    padding: 3rem !important;
    }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
    }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
    }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
    }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
    }
  .p-md-8 {
    padding: 3.5rem !important;
    }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
    }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
    }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
    }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
    }
  .p-md-9 {
    padding: 4rem !important;
    }
  .pt-md-9, #wpsl-wrap .wpsl-search,
  .py-md-9 {
    padding-top: 4rem !important;
    }
  .pr-md-9,
  .px-md-9,
  #wpsl-wrap .wpsl-search,
  #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list ul {
    padding-right: 4rem !important;
    }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
    }
  .pl-md-9,
  .px-md-9,
  #wpsl-wrap .wpsl-search,
  #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list ul {
    padding-left: 4rem !important;
    }
  .p-md-10 {
    padding: 4.5rem !important;
    }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
    }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
    }
  .pb-md-10, #wpsl-wrap .wpsl-search,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
    }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
    }
  .p-md-11 {
    padding: 5rem !important;
    }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important;
    }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem !important;
    }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important;
    }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem !important;
    }
  .p-md-12 {
    padding: 6rem !important;
    }
  .pt-md-12,
  .py-md-12 {
    padding-top: 6rem !important;
    }
  .pr-md-12,
  .px-md-12 {
    padding-right: 6rem !important;
    }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 6rem !important;
    }
  .pl-md-12,
  .px-md-12 {
    padding-left: 6rem !important;
    }
  .p-md-13 {
    padding: 7rem !important;
    }
  .pt-md-13,
  .py-md-13 {
    padding-top: 7rem !important;
    }
  .pr-md-13,
  .px-md-13 {
    padding-right: 7rem !important;
    }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 7rem !important;
    }
  .pl-md-13,
  .px-md-13 {
    padding-left: 7rem !important;
    }
  .p-md-14 {
    padding: 8.29rem !important;
    }
  .pt-md-14,
  .py-md-14 {
    padding-top: 8.29rem !important;
    }
  .pr-md-14,
  .px-md-14 {
    padding-right: 8.29rem !important;
    }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 8.29rem !important;
    }
  .pl-md-14,
  .px-md-14 {
    padding-left: 8.29rem !important;
    }
  .m-md-n1 {
    margin: -0.25rem !important;
    }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
    }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
    }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
    }
  .m-md-n2 {
    margin: -0.5rem !important;
    }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
    }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
    }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
    }
  .m-md-n3 {
    margin: -1rem !important;
    }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
    }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
    }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
    }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
    }
  .m-md-n4 {
    margin: -1.5rem !important;
    }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
    }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
    }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
    }
  .m-md-n5 {
    margin: -2rem !important;
    }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
    }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
    }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
    }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
    }
  .m-md-n7 {
    margin: -3rem !important;
    }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
    }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
    }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
    }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
    }
  .m-md-n8 {
    margin: -3.5rem !important;
    }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important;
    }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important;
    }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important;
    }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important;
    }
  .m-md-n10 {
    margin: -4.5rem !important;
    }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -4.5rem !important;
    }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -4.5rem !important;
    }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -4.5rem !important;
    }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -4.5rem !important;
    }
  .m-md-auto {
    margin: auto !important;
    }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
    }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
    }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
    }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
    }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
    }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
    }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
    }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
    }
  .ml-lg-0, .single-product form.cart.grouped_form .single_add_to_cart_button, .product-type-external .single_add_to_cart_button,
  .mx-lg-0 {
    margin-left: 0 !important;
    }
  .m-lg-1 {
    margin: 0.25rem !important;
    }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
    }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    }
  .m-lg-2 {
    margin: 0.5rem !important;
    }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
    }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    }
  .m-lg-3 {
    margin: 1rem !important;
    }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
    }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
    }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
    }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
    }
  .m-lg-4 {
    margin: 1.5rem !important;
    }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
    }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    }
  .ml-lg-4, .single_add_to_cart_button,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    }
  .m-lg-5 {
    margin: 2rem !important;
    }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
    }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
    }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
    }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
    }
  .m-lg-6 {
    margin: 2.5rem !important;
    }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
    }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
    }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
    }
  .m-lg-7 {
    margin: 3rem !important;
    }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
    }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
    }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
    }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
    }
  .m-lg-8 {
    margin: 3.5rem !important;
    }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
    }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
    }
  .mb-lg-8, .single-post .page-header,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
    }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
    }
  .m-lg-9 {
    margin: 4rem !important;
    }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
    }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
    }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
    }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
    }
  .m-lg-10 {
    margin: 4.5rem !important;
    }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
    }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
    }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
    }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
    }
  .m-lg-11 {
    margin: 5rem !important;
    }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important;
    }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important;
    }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important;
    }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important;
    }
  .m-lg-12 {
    margin: 6rem !important;
    }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 6rem !important;
    }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 6rem !important;
    }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 6rem !important;
    }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 6rem !important;
    }
  .m-lg-13 {
    margin: 7rem !important;
    }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 7rem !important;
    }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 7rem !important;
    }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 7rem !important;
    }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 7rem !important;
    }
  .m-lg-14 {
    margin: 8.29rem !important;
    }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 8.29rem !important;
    }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 8.29rem !important;
    }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 8.29rem !important;
    }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 8.29rem !important;
    }
  .p-lg-0 {
    padding: 0 !important;
    }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
    }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
    }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
    }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
    }
  .p-lg-1 {
    padding: 0.25rem !important;
    }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
    }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
    }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
    }
  .p-lg-2 {
    padding: 0.5rem !important;
    }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
    }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
    }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
    }
  .p-lg-3 {
    padding: 1rem !important;
    }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
    }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
    }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
    }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
    }
  .p-lg-4 {
    padding: 1.5rem !important;
    }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
    }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
    }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
    }
  .p-lg-5 {
    padding: 2rem !important;
    }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
    }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
    }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
    }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
    }
  .p-lg-6 {
    padding: 2.5rem !important;
    }
  .pt-lg-6, .single-product .classic-nav .tab-content > .woocommerce-Tabs-panel,
  .py-lg-6 {
    padding-top: 2.5rem !important;
    }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
    }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
    }
  .pl-lg-6, .single-product .classic-nav .tab-content > .woocommerce-Tabs-panel,
  .px-lg-6 {
    padding-left: 2.5rem !important;
    }
  .p-lg-7 {
    padding: 3rem !important;
    }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
    }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
    }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
    }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
    }
  .p-lg-8 {
    padding: 3.5rem !important;
    }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
    }
  .pr-lg-8,
  .px-lg-8,
  .single-product__v6 .single-product-container {
    padding-right: 3.5rem !important;
    }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
    }
  .pl-lg-8,
  .px-lg-8,
  .single-product__v6 .single-product-container {
    padding-left: 3.5rem !important;
    }
  .p-lg-9 {
    padding: 4rem !important;
    }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
    }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
    }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
    }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
    }
  .p-lg-10 {
    padding: 4.5rem !important;
    }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
    }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
    }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
    }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
    }
  .p-lg-11 {
    padding: 5rem !important;
    }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important;
    }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important;
    }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important;
    }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important;
    }
  .p-lg-12 {
    padding: 6rem !important;
    }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 6rem !important;
    }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 6rem !important;
    }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 6rem !important;
    }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 6rem !important;
    }
  .p-lg-13 {
    padding: 7rem !important;
    }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 7rem !important;
    }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 7rem !important;
    }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 7rem !important;
    }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 7rem !important;
    }
  .p-lg-14 {
    padding: 8.29rem !important;
    }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 8.29rem !important;
    }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 8.29rem !important;
    }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 8.29rem !important;
    }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 8.29rem !important;
    }
  .m-lg-n1 {
    margin: -0.25rem !important;
    }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
    }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
    }
  .m-lg-n2 {
    margin: -0.5rem !important;
    }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
    }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
    }
  .m-lg-n3 {
    margin: -1rem !important;
    }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
    }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
    }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
    }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
    }
  .m-lg-n4 {
    margin: -1.5rem !important;
    }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
    }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
    }
  .m-lg-n5 {
    margin: -2rem !important;
    }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
    }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
    }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
    }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
    }
  .m-lg-n7 {
    margin: -3rem !important;
    }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
    }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
    }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
    }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
    }
  .m-lg-n8 {
    margin: -3.5rem !important;
    }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important;
    }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
    }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
    }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important;
    }
  .m-lg-n10 {
    margin: -4.5rem !important;
    }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.5rem !important;
    }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
    }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.5rem !important;
    }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.5rem !important;
    }
  .m-lg-auto {
    margin: auto !important;
    }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
    }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
    }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
    }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
    }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
    }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
    }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
    }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
    }
  .m-xl-1 {
    margin: 0.25rem !important;
    }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
    }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    }
  .m-xl-2 {
    margin: 0.5rem !important;
    }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
    }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    }
  .m-xl-3 {
    margin: 1rem !important;
    }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
    }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
    }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
    }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
    }
  .m-xl-4 {
    margin: 1.5rem !important;
    }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
    }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    }
  .m-xl-5 {
    margin: 2rem !important;
    }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
    }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
    }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
    }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
    }
  .m-xl-6 {
    margin: 2.5rem !important;
    }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
    }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
    }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
    }
  .m-xl-7 {
    margin: 3rem !important;
    }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
    }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
    }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
    }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
    }
  .m-xl-8 {
    margin: 3.5rem !important;
    }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
    }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
    }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
    }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
    }
  .m-xl-9 {
    margin: 4rem !important;
    }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important;
    }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important;
    }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important;
    }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important;
    }
  .m-xl-10 {
    margin: 4.5rem !important;
    }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important;
    }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important;
    }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important;
    }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important;
    }
  .m-xl-11 {
    margin: 5rem !important;
    }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem !important;
    }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5rem !important;
    }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem !important;
    }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5rem !important;
    }
  .m-xl-12 {
    margin: 6rem !important;
    }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 6rem !important;
    }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 6rem !important;
    }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 6rem !important;
    }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 6rem !important;
    }
  .m-xl-13 {
    margin: 7rem !important;
    }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 7rem !important;
    }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 7rem !important;
    }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 7rem !important;
    }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 7rem !important;
    }
  .m-xl-14 {
    margin: 8.29rem !important;
    }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 8.29rem !important;
    }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 8.29rem !important;
    }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 8.29rem !important;
    }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 8.29rem !important;
    }
  .p-xl-0 {
    padding: 0 !important;
    }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
    }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
    }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
    }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
    }
  .p-xl-1 {
    padding: 0.25rem !important;
    }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
    }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
    }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
    }
  .p-xl-2 {
    padding: 0.5rem !important;
    }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
    }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
    }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
    }
  .p-xl-3 {
    padding: 1rem !important;
    }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
    }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
    }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
    }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
    }
  .p-xl-4 {
    padding: 1.5rem !important;
    }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
    }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
    }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
    }
  .p-xl-5 {
    padding: 2rem !important;
    }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
    }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
    }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
    }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
    }
  .p-xl-6 {
    padding: 2.5rem !important;
    }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
    }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
    }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
    }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
    }
  .p-xl-7 {
    padding: 3rem !important;
    }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
    }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
    }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
    }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
    }
  .p-xl-8 {
    padding: 3.5rem !important;
    }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
    }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
    }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
    }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
    }
  .px-xl-8d75 {
    padding-left: 3.75rem !important;
    }
  .p-xl-9 {
    padding: 4rem !important;
    }
  .pt-xl-9, .single-product .classic-nav .tab-content > .woocommerce-Tabs-panel,
  .py-xl-9 {
    padding-top: 4rem !important;
    }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important;
    }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important;
    }
  .pl-xl-9, .single-product .classic-nav .tab-content > .woocommerce-Tabs-panel,
  .px-xl-9 {
    padding-left: 4rem !important;
    }
  .p-xl-10 {
    padding: 4.5rem !important;
    }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important;
    }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important;
    }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important;
    }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important;
    }
  .p-xl-11 {
    padding: 5rem !important;
    }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem !important;
    }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5rem !important;
    }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem !important;
    }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5rem !important;
    }
  .p-xl-12 {
    padding: 6rem !important;
    }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 6rem !important;
    }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 6rem !important;
    }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 6rem !important;
    }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 6rem !important;
    }
  .p-xl-13 {
    padding: 7rem !important;
    }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 7rem !important;
    }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 7rem !important;
    }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 7rem !important;
    }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 7rem !important;
    }
  .p-xl-14 {
    padding: 8.29rem !important;
    }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 8.29rem !important;
    }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 8.29rem !important;
    }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 8.29rem !important;
    }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 8.29rem !important;
    }
  .m-xl-n1 {
    margin: -0.25rem !important;
    }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
    }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
    }
  .m-xl-n2 {
    margin: -0.5rem !important;
    }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
    }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
    }
  .m-xl-n3 {
    margin: -1rem !important;
    }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
    }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
    }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
    }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
    }
  .m-xl-n4 {
    margin: -1.5rem !important;
    }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
    }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
    }
  .m-xl-n5 {
    margin: -2rem !important;
    }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
    }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
    }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
    }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
    }
  .m-xl-n7 {
    margin: -3rem !important;
    }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
    }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
    }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
    }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
    }
  .m-xl-n8 {
    margin: -3.5rem !important;
    }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important;
    }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
    }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important;
    }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important;
    }
  .m-xl-n10 {
    margin: -4.5rem !important;
    }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -4.5rem !important;
    }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
    }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -4.5rem !important;
    }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -4.5rem !important;
    }
  .m-xl-auto {
    margin: auto !important;
    }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
    }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
    }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
    }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
    }
}

@media (min-width: 1480px) {
  .m-wd-0 {
    margin: 0 !important;
    }
  .mt-wd-0,
  .my-wd-0 {
    margin-top: 0 !important;
    }
  .mr-wd-0,
  .mx-wd-0 {
    margin-right: 0 !important;
    }
  .mb-wd-0,
  .my-wd-0 {
    margin-bottom: 0 !important;
    }
  .ml-wd-0,
  .mx-wd-0 {
    margin-left: 0 !important;
    }
  .m-wd-1 {
    margin: 0.25rem !important;
    }
  .mt-wd-1,
  .my-wd-1 {
    margin-top: 0.25rem !important;
    }
  .mr-wd-1,
  .mx-wd-1 {
    margin-right: 0.25rem !important;
    }
  .mb-wd-1,
  .my-wd-1 {
    margin-bottom: 0.25rem !important;
    }
  .ml-wd-1,
  .mx-wd-1 {
    margin-left: 0.25rem !important;
    }
  .m-wd-2 {
    margin: 0.5rem !important;
    }
  .mt-wd-2,
  .my-wd-2 {
    margin-top: 0.5rem !important;
    }
  .mr-wd-2,
  .mx-wd-2 {
    margin-right: 0.5rem !important;
    }
  .mb-wd-2,
  .my-wd-2 {
    margin-bottom: 0.5rem !important;
    }
  .ml-wd-2,
  .mx-wd-2 {
    margin-left: 0.5rem !important;
    }
  .m-wd-3 {
    margin: 1rem !important;
    }
  .mt-wd-3,
  .my-wd-3 {
    margin-top: 1rem !important;
    }
  .mr-wd-3,
  .mx-wd-3 {
    margin-right: 1rem !important;
    }
  .mb-wd-3,
  .my-wd-3 {
    margin-bottom: 1rem !important;
    }
  .ml-wd-3,
  .mx-wd-3 {
    margin-left: 1rem !important;
    }
  .m-wd-4 {
    margin: 1.5rem !important;
    }
  .mt-wd-4,
  .my-wd-4 {
    margin-top: 1.5rem !important;
    }
  .mr-wd-4,
  .mx-wd-4 {
    margin-right: 1.5rem !important;
    }
  .mb-wd-4,
  .my-wd-4 {
    margin-bottom: 1.5rem !important;
    }
  .ml-wd-4,
  .mx-wd-4 {
    margin-left: 1.5rem !important;
    }
  .m-wd-5 {
    margin: 2rem !important;
    }
  .mt-wd-5,
  .my-wd-5 {
    margin-top: 2rem !important;
    }
  .mr-wd-5,
  .mx-wd-5 {
    margin-right: 2rem !important;
    }
  .mb-wd-5,
  .my-wd-5 {
    margin-bottom: 2rem !important;
    }
  .ml-wd-5,
  .mx-wd-5 {
    margin-left: 2rem !important;
    }
  .m-wd-6 {
    margin: 2.5rem !important;
    }
  .mt-wd-6,
  .my-wd-6 {
    margin-top: 2.5rem !important;
    }
  .mr-wd-6,
  .mx-wd-6 {
    margin-right: 2.5rem !important;
    }
  .mb-wd-6,
  .my-wd-6 {
    margin-bottom: 2.5rem !important;
    }
  .ml-wd-6,
  .mx-wd-6 {
    margin-left: 2.5rem !important;
    }
  .m-wd-7 {
    margin: 3rem !important;
    }
  .mt-wd-7,
  .my-wd-7 {
    margin-top: 3rem !important;
    }
  .mr-wd-7,
  .mx-wd-7 {
    margin-right: 3rem !important;
    }
  .mb-wd-7,
  .my-wd-7 {
    margin-bottom: 3rem !important;
    }
  .ml-wd-7,
  .mx-wd-7 {
    margin-left: 3rem !important;
    }
  .m-wd-8 {
    margin: 3.5rem !important;
    }
  .mt-wd-8,
  .my-wd-8 {
    margin-top: 3.5rem !important;
    }
  .mr-wd-8,
  .mx-wd-8 {
    margin-right: 3.5rem !important;
    }
  .mb-wd-8,
  .my-wd-8 {
    margin-bottom: 3.5rem !important;
    }
  .ml-wd-8,
  .mx-wd-8 {
    margin-left: 3.5rem !important;
    }
  .m-wd-9 {
    margin: 4rem !important;
    }
  .mt-wd-9,
  .my-wd-9 {
    margin-top: 4rem !important;
    }
  .mr-wd-9,
  .mx-wd-9 {
    margin-right: 4rem !important;
    }
  .mb-wd-9,
  .my-wd-9 {
    margin-bottom: 4rem !important;
    }
  .ml-wd-9,
  .mx-wd-9 {
    margin-left: 4rem !important;
    }
  .m-wd-10 {
    margin: 4.5rem !important;
    }
  .mt-wd-10,
  .my-wd-10 {
    margin-top: 4.5rem !important;
    }
  .mr-wd-10,
  .mx-wd-10 {
    margin-right: 4.5rem !important;
    }
  .mb-wd-10,
  .my-wd-10 {
    margin-bottom: 4.5rem !important;
    }
  .ml-wd-10,
  .mx-wd-10 {
    margin-left: 4.5rem !important;
    }
  .m-wd-11 {
    margin: 5rem !important;
    }
  .mt-wd-11,
  .my-wd-11 {
    margin-top: 5rem !important;
    }
  .mr-wd-11,
  .mx-wd-11 {
    margin-right: 5rem !important;
    }
  .mb-wd-11,
  .my-wd-11 {
    margin-bottom: 5rem !important;
    }
  .ml-wd-11,
  .mx-wd-11 {
    margin-left: 5rem !important;
    }
  .m-wd-12 {
    margin: 6rem !important;
    }
  .mt-wd-12,
  .my-wd-12 {
    margin-top: 6rem !important;
    }
  .mr-wd-12,
  .mx-wd-12 {
    margin-right: 6rem !important;
    }
  .mb-wd-12,
  .my-wd-12 {
    margin-bottom: 6rem !important;
    }
  .ml-wd-12,
  .mx-wd-12 {
    margin-left: 6rem !important;
    }
  .m-wd-13 {
    margin: 7rem !important;
    }
  .mt-wd-13,
  .my-wd-13 {
    margin-top: 7rem !important;
    }
  .mr-wd-13,
  .mx-wd-13 {
    margin-right: 7rem !important;
    }
  .mb-wd-13,
  .my-wd-13 {
    margin-bottom: 7rem !important;
    }
  .ml-wd-13,
  .mx-wd-13 {
    margin-left: 7rem !important;
    }
  .m-wd-14 {
    margin: 8.29rem !important;
    }
  .mt-wd-14,
  .my-wd-14 {
    margin-top: 8.29rem !important;
    }
  .mr-wd-14,
  .mx-wd-14 {
    margin-right: 8.29rem !important;
    }
  .mb-wd-14,
  .my-wd-14 {
    margin-bottom: 8.29rem !important;
    }
  .ml-wd-14,
  .mx-wd-14 {
    margin-left: 8.29rem !important;
    }
  .p-wd-0 {
    padding: 0 !important;
    }
  .pt-wd-0,
  .py-wd-0 {
    padding-top: 0 !important;
    }
  .pr-wd-0,
  .px-wd-0 {
    padding-right: 0 !important;
    }
  .pb-wd-0,
  .py-wd-0 {
    padding-bottom: 0 !important;
    }
  .pl-wd-0,
  .px-wd-0 {
    padding-left: 0 !important;
    }
  .p-wd-1 {
    padding: 0.25rem !important;
    }
  .pt-wd-1,
  .py-wd-1 {
    padding-top: 0.25rem !important;
    }
  .pr-wd-1,
  .px-wd-1 {
    padding-right: 0.25rem !important;
    }
  .pb-wd-1,
  .py-wd-1 {
    padding-bottom: 0.25rem !important;
    }
  .pl-wd-1,
  .px-wd-1 {
    padding-left: 0.25rem !important;
    }
  .p-wd-2 {
    padding: 0.5rem !important;
    }
  .pt-wd-2,
  .py-wd-2 {
    padding-top: 0.5rem !important;
    }
  .pr-wd-2,
  .px-wd-2 {
    padding-right: 0.5rem !important;
    }
  .pb-wd-2,
  .py-wd-2 {
    padding-bottom: 0.5rem !important;
    }
  .pl-wd-2,
  .px-wd-2 {
    padding-left: 0.5rem !important;
    }
  .p-wd-3 {
    padding: 1rem !important;
    }
  .pt-wd-3,
  .py-wd-3 {
    padding-top: 1rem !important;
    }
  .pr-wd-3,
  .px-wd-3 {
    padding-right: 1rem !important;
    }
  .pb-wd-3,
  .py-wd-3 {
    padding-bottom: 1rem !important;
    }
  .pl-wd-3,
  .px-wd-3 {
    padding-left: 1rem !important;
    }
  .p-wd-4 {
    padding: 1.5rem !important;
    }
  .pt-wd-4,
  .py-wd-4 {
    padding-top: 1.5rem !important;
    }
  .pr-wd-4,
  .px-wd-4 {
    padding-right: 1.5rem !important;
    }
  .pb-wd-4,
  .py-wd-4 {
    padding-bottom: 1.5rem !important;
    }
  .pl-wd-4,
  .px-wd-4 {
    padding-left: 1.5rem !important;
    }
  .p-wd-5 {
    padding: 2rem !important;
    }
  .pt-wd-5,
  .py-wd-5 {
    padding-top: 2rem !important;
    }
  .pr-wd-5,
  .px-wd-5 {
    padding-right: 2rem !important;
    }
  .pb-wd-5,
  .py-wd-5 {
    padding-bottom: 2rem !important;
    }
  .pl-wd-5,
  .px-wd-5 {
    padding-left: 2rem !important;
    }
  .p-wd-6 {
    padding: 2.5rem !important;
    }
  .pt-wd-6,
  .py-wd-6 {
    padding-top: 2.5rem !important;
    }
  .pr-wd-6,
  .px-wd-6 {
    padding-right: 2.5rem !important;
    }
  .pb-wd-6,
  .py-wd-6 {
    padding-bottom: 2.5rem !important;
    }
  .pl-wd-6,
  .px-wd-6 {
    padding-left: 2.5rem !important;
    }
  .p-wd-7 {
    padding: 3rem !important;
    }
  .pt-wd-7,
  .py-wd-7 {
    padding-top: 3rem !important;
    }
  .pr-wd-7,
  .px-wd-7 {
    padding-right: 3rem !important;
    }
  .pb-wd-7,
  .py-wd-7 {
    padding-bottom: 3rem !important;
    }
  .pl-wd-7,
  .px-wd-7 {
    padding-left: 3rem !important;
    }
  .p-wd-8 {
    padding: 3.5rem !important;
    }
  .pt-wd-8,
  .py-wd-8 {
    padding-top: 3.5rem !important;
    }
  .pr-wd-8,
  .px-wd-8 {
    padding-right: 3.5rem !important;
    }
  .pb-wd-8,
  .py-wd-8 {
    padding-bottom: 3.5rem !important;
    }
  .pl-wd-8,
  .px-wd-8 {
    padding-left: 3.5rem !important;
    }
  .p-wd-9 {
    padding: 4rem !important;
    }
  .pt-wd-9,
  .py-wd-9 {
    padding-top: 4rem !important;
    }
  .pr-wd-9,
  .px-wd-9 {
    padding-right: 4rem !important;
    }
  .pb-wd-9,
  .py-wd-9 {
    padding-bottom: 4rem !important;
    }
  .pl-wd-9,
  .px-wd-9 {
    padding-left: 4rem !important;
    }
  .p-wd-10 {
    padding: 4.5rem !important;
    }
  .pt-wd-10,
  .py-wd-10 {
    padding-top: 4.5rem !important;
    }
  .pr-wd-10,
  .px-wd-10 {
    padding-right: 4.5rem !important;
    }
  .pb-wd-10,
  .py-wd-10 {
    padding-bottom: 4.5rem !important;
    }
  .pl-wd-10,
  .px-wd-10 {
    padding-left: 4.5rem !important;
    }
  .p-wd-11 {
    padding: 5rem !important;
    }
  .pt-wd-11,
  .py-wd-11 {
    padding-top: 5rem !important;
    }
  .pr-wd-11,
  .px-wd-11 {
    padding-right: 5rem !important;
    }
  .pb-wd-11,
  .py-wd-11 {
    padding-bottom: 5rem !important;
    }
  .pl-wd-11,
  .px-wd-11 {
    padding-left: 5rem !important;
    }
  .p-wd-12 {
    padding: 6rem !important;
    }
  .pt-wd-12,
  .py-wd-12 {
    padding-top: 6rem !important;
    }
  .pr-wd-12,
  .px-wd-12 {
    padding-right: 6rem !important;
    }
  .pb-wd-12,
  .py-wd-12 {
    padding-bottom: 6rem !important;
    }
  .pl-wd-12,
  .px-wd-12 {
    padding-left: 6rem !important;
    }
  .p-wd-13 {
    padding: 7rem !important;
    }
  .pt-wd-13,
  .py-wd-13 {
    padding-top: 7rem !important;
    }
  .pr-wd-13,
  .px-wd-13 {
    padding-right: 7rem !important;
    }
  .pb-wd-13,
  .py-wd-13 {
    padding-bottom: 7rem !important;
    }
  .pl-wd-13,
  .px-wd-13 {
    padding-left: 7rem !important;
    }
  .p-wd-14 {
    padding: 8.29rem !important;
    }
  .pt-wd-14,
  .py-wd-14 {
    padding-top: 8.29rem !important;
    }
  .pr-wd-14,
  .px-wd-14 {
    padding-right: 8.29rem !important;
    }
  .pb-wd-14,
  .py-wd-14 {
    padding-bottom: 8.29rem !important;
    }
  .pl-wd-14,
  .px-wd-14 {
    padding-left: 8.29rem !important;
    }
  .m-wd-n1 {
    margin: -0.25rem !important;
    }
  .mt-wd-n1,
  .my-wd-n1 {
    margin-top: -0.25rem !important;
    }
  .mr-wd-n1,
  .mx-wd-n1 {
    margin-right: -0.25rem !important;
    }
  .mb-wd-n1,
  .my-wd-n1 {
    margin-bottom: -0.25rem !important;
    }
  .ml-wd-n1,
  .mx-wd-n1 {
    margin-left: -0.25rem !important;
    }
  .m-wd-n2 {
    margin: -0.5rem !important;
    }
  .mt-wd-n2,
  .my-wd-n2 {
    margin-top: -0.5rem !important;
    }
  .mr-wd-n2,
  .mx-wd-n2 {
    margin-right: -0.5rem !important;
    }
  .mb-wd-n2,
  .my-wd-n2 {
    margin-bottom: -0.5rem !important;
    }
  .ml-wd-n2,
  .mx-wd-n2 {
    margin-left: -0.5rem !important;
    }
  .m-wd-n3 {
    margin: -1rem !important;
    }
  .mt-wd-n3,
  .my-wd-n3 {
    margin-top: -1rem !important;
    }
  .mr-wd-n3,
  .mx-wd-n3 {
    margin-right: -1rem !important;
    }
  .mb-wd-n3,
  .my-wd-n3 {
    margin-bottom: -1rem !important;
    }
  .ml-wd-n3,
  .mx-wd-n3 {
    margin-left: -1rem !important;
    }
  .m-wd-n4 {
    margin: -1.5rem !important;
    }
  .mt-wd-n4,
  .my-wd-n4 {
    margin-top: -1.5rem !important;
    }
  .mr-wd-n4,
  .mx-wd-n4 {
    margin-right: -1.5rem !important;
    }
  .mb-wd-n4,
  .my-wd-n4 {
    margin-bottom: -1.5rem !important;
    }
  .ml-wd-n4,
  .mx-wd-n4 {
    margin-left: -1.5rem !important;
    }
  .m-wd-n5 {
    margin: -2rem !important;
    }
  .mt-wd-n5,
  .my-wd-n5 {
    margin-top: -2rem !important;
    }
  .mr-wd-n5,
  .mx-wd-n5 {
    margin-right: -2rem !important;
    }
  .mb-wd-n5,
  .my-wd-n5 {
    margin-bottom: -2rem !important;
    }
  .ml-wd-n5,
  .mx-wd-n5 {
    margin-left: -2rem !important;
    }
  .m-wd-n7 {
    margin: -3rem !important;
    }
  .mt-wd-n7,
  .my-wd-n7 {
    margin-top: -3rem !important;
    }
  .mr-wd-n7,
  .mx-wd-n7 {
    margin-right: -3rem !important;
    }
  .mb-wd-n7,
  .my-wd-n7 {
    margin-bottom: -3rem !important;
    }
  .ml-wd-n7,
  .mx-wd-n7 {
    margin-left: -3rem !important;
    }
  .m-wd-n8 {
    margin: -3.5rem !important;
    }
  .mt-wd-n8,
  .my-wd-n8 {
    margin-top: -3.5rem !important;
    }
  .mr-wd-n8,
  .mx-wd-n8 {
    margin-right: -3.5rem !important;
    }
  .mb-wd-n8,
  .my-wd-n8 {
    margin-bottom: -3.5rem !important;
    }
  .ml-wd-n8,
  .mx-wd-n8 {
    margin-left: -3.5rem !important;
    }
  .m-wd-n10 {
    margin: -4.5rem !important;
    }
  .mt-wd-n10,
  .my-wd-n10 {
    margin-top: -4.5rem !important;
    }
  .mr-wd-n10,
  .mx-wd-n10 {
    margin-right: -4.5rem !important;
    }
  .mb-wd-n10,
  .my-wd-n10 {
    margin-bottom: -4.5rem !important;
    }
  .ml-wd-n10,
  .mx-wd-n10 {
    margin-left: -4.5rem !important;
    }
  .m-wd-auto {
    margin: auto !important;
    }
  .mt-wd-auto,
  .my-wd-auto {
    margin-top: auto !important;
    }
  .mr-wd-auto,
  .mx-wd-auto {
    margin-right: auto !important;
    }
  .mb-wd-auto,
  .my-wd-auto {
    margin-bottom: auto !important;
    }
  .ml-wd-auto,
  .mx-wd-auto {
    margin-left: auto !important;
    }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
    }
  .text-sm-right {
    text-align: right !important;
    }
  .text-sm-center {
    text-align: center !important;
    }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
    }
  .text-md-right {
    text-align: right !important;
    }
  .text-md-center {
    text-align: center !important;
    }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
    }
  .text-lg-right {
    text-align: right !important;
    }
  .text-lg-center {
    text-align: center !important;
    }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
    }
  .text-xl-right {
    text-align: right !important;
    }
  .text-xl-center {
    text-align: center !important;
    }
}

@media (min-width: 1480px) {
  .text-wd-left {
    text-align: left !important;
    }
  .text-wd-right {
    text-align: right !important;
    }
  .text-wd-center {
    text-align: center !important;
    }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .added_to_cart {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal, .article__single .sharedaddy h3.sd-title,
.article__single .sharedaddy .sharing-title, #wpsl-wrap.bookworm-wpsl-custom-template #wpsl-result-list .wpsl-store-location > p > span {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white, .single-product .related.products .onsale,
.single-product .upsells.products .onsale, #wpsl-wrap.bookworm-wpsl-custom-template form > .wpsl-search-btn-wrap > input {
  color: #fff !important;
}

.text-primary {
  color: #f75454 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #f30b0b !important;
}

.text-secondary {
  color: #161619 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #88cf00 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #568300 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #fced70 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #fae425 !important;
}

.text-danger {
  color: #f75454 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f30b0b !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark, .added_to_cart {
  color: #161619 !important;
}

a.text-dark:hover, a.added_to_cart:hover, a.text-dark:focus, a.added_to_cart:focus {
  color: black !important;
}

.text-primary-green {
  color: #88cf00 !important;
}

a.text-primary-green:hover, a.text-primary-green:focus {
  color: #568300 !important;
}

.text-primary-yellow {
  color: #fced70 !important;
}

a.text-primary-yellow:hover, a.text-primary-yellow:focus {
  color: #fae425 !important;
}

.text-yellow-darker {
  color: #ffbd00 !important;
}

a.text-yellow-darker:hover, a.text-yellow-darker:focus {
  color: #b38400 !important;
}

.text-primary-home-v3 {
  color: #041e42 !important;
}

a.text-primary-home-v3:hover, a.text-primary-home-v3:focus {
  color: black !important;
}

.text-primary-indigo {
  color: #a200fc !important;
}

a.text-primary-indigo:hover, a.text-primary-indigo:focus {
  color: #7100b0 !important;
}

.text-indigo-light {
  color: #faf1ff !important;
}

a.text-indigo-light:hover, a.text-indigo-light:focus {
  color: #dfa5ff !important;
}

.text-tangerine {
  color: #f79400 !important;
}

a.text-tangerine:hover, a.text-tangerine:focus {
  color: #ab6600 !important;
}

.text-tangerine-light {
  color: #faf4eb !important;
}

a.text-tangerine-light:hover, a.text-tangerine-light:focus {
  color: #ebd2ae !important;
}

.text-chili {
  color: #f01000 !important;
}

a.text-chili:hover, a.text-chili:focus {
  color: #a40b00 !important;
}

.text-chili-light {
  color: #f4e6e5 !important;
}

a.text-chili-light:hover, a.text-chili-light:focus {
  color: #ddb2af !important;
}

.text-carolina {
  color: #00cdef !important;
}

a.text-carolina:hover, a.text-carolina:focus {
  color: #008ba3 !important;
}

.text-carolina-light {
  color: #e6f2f4 !important;
}

a.text-carolina-light:hover, a.text-carolina-light:focus {
  color: #b1d6dd !important;
}

.text-punch {
  color: #ff8e8e !important;
}

a.text-punch:hover, a.text-punch:focus {
  color: #ff4242 !important;
}

.text-punch-light {
  color: #fff6f6 !important;
}

a.text-punch-light:hover, a.text-punch-light:focus {
  color: #ffaaaa !important;
}

.text-secondary-gray-700 {
  color: #7c6e65 !important;
}

a.text-secondary-gray-700:hover, a.text-secondary-gray-700:focus {
  color: #524943 !important;
}

.text-secondary-gray-800 {
  color: #232f3e !important;
}

a.text-secondary-gray-800:hover, a.text-secondary-gray-800:focus {
  color: #070a0d !important;
}

.text-secondary-gray-1080 {
  color: #cccccc !important;
}

a.text-secondary-gray-1080:hover, a.text-secondary-gray-1080:focus {
  color: #a6a6a6 !important;
}

.text-secondary-gray-1090 {
  color: #7e7e7e !important;
}

a.text-secondary-gray-1090:hover, a.text-secondary-gray-1090:focus {
  color: #585858 !important;
}

.text-secondary-black-100 {
  color: #19110b !important;
}

a.text-secondary-black-100:hover, a.text-secondary-black-100:focus {
  color: black !important;
}

.text-secondary-black-200 {
  color: #1c2633 !important;
}

a.text-secondary-black-200:hover, a.text-secondary-black-200:focus {
  color: #010102 !important;
}

.text-dark-1 {
  color: #2d3942 !important;
}

a.text-dark-1:hover, a.text-dark-1:focus {
  color: #0e1215 !important;
}

.text-red-1 {
  color: #ff7160 !important;
}

a.text-red-1:hover, a.text-red-1:focus {
  color: #ff2d14 !important;
}

.text-body {
  color: #161619 !important;
}

.text-muted, .article__single .comment-text dl, .article__single .comment-text ul, .article__single .comment-text ol, .article__single .comment-text address, .article__single .comment-text table, .article__single .comment-text pre, .article__single .comment-text p, .wp-caption .wp-caption-text {
  color: #7f7f83 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
    }
  a:not(.btn):not(.single_add_to_cart_button) {
    text-decoration: underline;
    }
  abbr[title]::after {
    content: " (" attr(title) ")";
    }
  pre {
    white-space: pre-wrap !important;
    }
  pre,
  blockquote {
    border: 1px solid #838889;
    page-break-inside: avoid;
    }
  thead {
    display: table-header-group;
    }
  tr,
  img {
    page-break-inside: avoid;
    }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    }
  h2,
  h3 {
    page-break-after: avoid;
    }
  @page {
    size: a3;
    }
  body {
    min-width: 992px !important;
    }
  .container, .single-product .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments {
    min-width: 992px !important;
    }
  .navbar {
    display: none;
    }
  .badge {
    border: 1px solid #000;
    }
  .table, .widget_calendar table, .woocommerce-MyAccount-content .shop_table:not(.order_details), table.wishlist_table, table {
    border-collapse: collapse !important;
    }

    .table td,
    .widget_calendar table td,
    .woocommerce-MyAccount-content .shop_table:not(.order_details) td,
    table.wishlist_table td,
    table td, .table th, .widget_calendar table th, .woocommerce-MyAccount-content .shop_table:not(.order_details) th, table.wishlist_table th, table th {
      background-color: #fff !important;
    }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eae8e4 !important;
    }
  .table-dark {
    color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #eae8e4;
    }
  .table .thead-dark th, .widget_calendar table .thead-dark th, .woocommerce-MyAccount-content .shop_table:not(.order_details) .thead-dark th, table.wishlist_table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #eae8e4;
    }
}
