.widget_berocket_product_brand_widget {
    overflow: auto;
}

.br_brand_letter_element a:active,
.br_brand_letter_element a:focus,
.br_widget_brand_element_slider a:active,
.br_widget_brand_element_slider a:focus,
.br_brand_shop_container a:active, 
.br_brand_shop_container a:focus {
    outline : none;
}

.br_brand_product_container,
.br_brand_shop_container {
    display: inline-block;
}

.berocket_brand_post_image_name {
    margin: 0 2px;
}

.berocket_brand_post_image,
ul.products li.product img.berocket_brand_post_image {
    display: inline-block;
    margin: 5px;
    width: 35%;
}
.berocket_brand_description {
    clear: both;
    max-width: 100%;
    margin: 1em 0;
    overflow: auto;
    text-align: justify;
}
.berocket_brand_description img {
    box-sizing: border-box;
    padding: 1%;
}
.br_widget_brand_element {
    float: left;
    margin-right: 1%;
    margin-top: 0.3em;
    text-align:center;
}
.br_widget_brand_element_slider {
    float: left;
}

/*.br_widget_brand_element_slider a {
    display: block;
    text-align: center;
}*/

div.berocket_brand_name_letters a {
    display: inline-block;
    padding: 0.5em;
    margin-right: 0.25em;
    border: 0;
}

/*.br_after_letter.vertical {
    clear: both;
}
*/
.br_brand_letter_element.vertical {
    /*clear: both;*/
}

.br_brand_letter_block .br_brand_letter_element img.align_above,
.br_brand_letter_block .br_brand_letter_element img.align_under {
    display: block;
}

.br_brand_letter_block .br_brand_letter_element img.align_left,
.br_brand_letter_block .br_brand_letter_element img.align_right {
    display: inline-block;
}

.br_brand_letter_block {
    overflow: auto;
}

.br_brand_letter_block .br_brand_letter_element a {
    display: inline-block;
}
.br_brand_letter_element span {
    padding: 0 0.3em;
    text-indent: 0;
}
.br_brand_letter_element.pos_3 {
    float: left;
    padding: 1em;
}
.br_brand_letter_element.pos_3 span {
    display: block;
    text-align:center;
}
.br_brand_letter_block .br_brand_letter_element.pos_3 img {
    display:block;
    margin: auto;
}
.br_brand_link,
.br_brand_link:active,
.br_brand_link:focus,
.br_brand_link:visited {
    outline : none;
}

.brcs_slider_brands ul li .br_widget_brand_element_slider {
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.br_widget_brand_element_slider .brand_slider_image {
    text-align: center;
}

.brand_slider_image a {
    display: inline-block;
}
/*.br_widget_brand_element_slider .brand_slider_image img {
    display: inline-block;
}*/
div.unslider a.unslider-arrow.next,
div.unslider a.unslider-arrow.prev {
    text-decoration: none;
}
.unslider-arrow {
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -50px;
    left: auto;
    margin-top: -10px;
    overflow: hidden;
    background: rgba(0,0,0,.2) no-repeat 50% 50%;
    font: normal normal normal 14px/1 FontAwesome;
    background-size: 7px 11px;
    border-radius: 32px;
    opacity: .6;
    transition: opacity .2s;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
.unslider-arrow.prev:after{
    content: "\f053";
}
.unslider-arrow.next:after{
    content: "\f054";
}
.unslider{
    position: relative;
}
.unslider .brcs_slider {
    margin: 0 20px;
}
.unslider .unslider-arrow.prev {
    left: 0;
}
.unslider .unslider-arrow.next {
    right: 0;
}
.unslider .unslider-nav {
    display:none;
}
.unslider .brcs_slider_brands .unslider-wrap li {
    clear: none;
}

.br_brand_link {
    clear: both;
    display: block;
}

.berocket_brand_list {
    clear: both;
    overflow: auto;
}

.br-brands-product-list li.product {
    float: left;
    margin-right: 5%;
}

.br_brands_hide_brands .br_brand_shop_container {
    display: none;
}

.widget_berocket_product_list_widget .woocommerce-pagination {
    margin-bottom: 5px;
}

.widget ul.br_brands_children {
    margin-left: 15px;
}

.br_brand_children_arrow_right {
    font-size: 0.7em;
    margin-right: 5px;
}

.br_brands_hierarchy_by_click .br_brands_children {
    display: none;
}

.br_brand_children_arrow {
    margin-left: 5px;
}

.br_brand_children_arrow:hover {
    color: #000;
    cursor: pointer;
}

.br_brand_children_arrow{
    transform: rotate(0deg);
    transition: transform 0.5s linear;
}

.br_brand_children_arrow.open{
    transform: rotate(180deg);
    transition: transform 0.5s linear;
}

.single-product .brands_in_title {
    font-size: 14px;
}

.post-type-archive-product .brands_in_title {
    font-size: 12px;
}

.br_brand_info_categories ul,
.br_brand_info_categories li {
    display: inline-block;
}

.br_brand_info_categories li {
    margin-right: 3px;
}

.br_brand_info_categories li:not(:last-child):after {
    content: ',';
}

@media (max-width: 734px) {
    .br-brands-product-list li.product {
        min-width: 28%;
    }
}

@media (max-width: 412px) {
    .br_brand_letter_block.horizontal {
        min-width: 50%;
    }

    .br_widget_brand_element_slider.list {
        min-width: calc(50% - 6px);
    }

    .br-brands-product-list li.product {
        min-width: 100%;
        margin-right: 0;
    }
}/* Default Message */
.storeclosing_show {
  background-color: #f00;
  color: #fff;
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  font-size: large;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Icon */
#storeclosing_icon {
  float: left;
}
/* Shortcode */
.storeclosing_shortcode .storeclosing_show {
  width: inherit;
}
/* Table */
.storeclosing_table {
  border: solid 1px #999;
  border-radius: 5px;
  background-color: white;
  color: black;
  -webkit-box-shadow: 5px 3px 3px #999;
  -moz-box-shadow: 5px 3px 3px #999;
  box-shadow: 5px 3px 3px #999;
  padding: 0px !important;
}
/* Table Row Dark */
.storeclosing_table_row_dark {
  background-color: #e3e3e3;
}
/* Table Row Light */
.storeclosing_table_row_light {
  background-color: #f6f6f6;
}
/* Upcoming Closing Title */
.storeclosing_upcoming_table_title_closing {
  background-color: #6e25bc;
  color: white !important;
}
/* Upcoming Opening Title */
.storeclosing_upcoming_table_title_opening {
  background-color: #ff00d9;
  color: white !important;
}
/* Upcoming Titles */
.storeclosing_upcoming_table_title_closingdate,
.storeclosing_upcoming_table_title_closingtime,
.storeclosing_upcoming_table_title_openingdate,
.storeclosing_upcoming_table_title_openingtime {
  background-color: #999;
  color: white !important;
  line-height: 1px !important;
  border-bottom: solid 3px white;
}
/* Upcoming Rows */
.storeclosing_upcoming_table_closingdate,
.storeclosing_upcoming_table_closingtime,
.storeclosing_upcoming_table_openingdate,
.storeclosing_upcoming_table_openingtime {
  font-weight: normal !important;
}
/* Daily Title */
.storeclosing_daily_table_title {
  background-color: #6e25bc;
  color: #fff !important;
  line-height: 1px !important;
  border-bottom: solid 3px white;
}
/* Daily Rows */
.storeclosing_daily_table_row {
  font-weight: normal !important;
}
/* Daily Active Day */
.storeclosing_active_day {
  border: solid 3px #6e25bc;
}
/* Upcoming Closing Active Message*/
.storeclosing_upcoming_close {
  background-color: #6e25bc;
  color: #fff;
  border: solid 1px #ff00d9;
  height: auto;
  padding: 9px !important;
  margin-bottom: 15px !important;
  font-size: large;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(158, 96, 149, 0.5);
  -moz-box-shadow: 4px 4px 4px 0px rgba(158, 96, 149, 0.5);
  box-shadow: 4px 4px 4px 0px rgba(158, 96, 149, 0.5);
}
/* Upcoming Closing Active Message Inframe*/
.storeclosing_upcoming_close .storeclosing_inframe {
  border: solid 1px #ff00d9;
  height: auto;
  padding: 10px !important;
}
/* Upcoming Opening Active Message*/
.storeclosing_upcoming_open {
  background-color: #ff00d9;
  color: #fff;
  border: solid 1px #6e25bc;
  height: auto;
  padding: 9px !important;
  margin-bottom: 15px !important;
  font-size: large;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(110, 37, 188, 0.5);
  -moz-box-shadow: 4px 4px 4px 0px rgba(110, 37, 188, 0.5);
  box-shadow: 4px 4px 4px 0px rgba(110, 37, 188, 0.5);
}
/* Upcoming Opening Active Message Inframe*/
.storeclosing_upcoming_open .storeclosing_inframe {
  border: solid 1px #6e25bc;
  height: auto;
  padding: 10px !important;
}
/* Timeline*/
.storeclosing-timeline {
  width: 95% !important;
  border: 1px solid #8c8f94;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
}
.storeclosing-timeline-active {
  background-color: #219247;
}
.storeclosing-timeline-passive {
  background-color: #434540;
}
/* Countdown */
.storeclosing_countdown {
  font-weight: bold;
}
/* Popup */
.storeclosing_popup .storeclosing_show {
  position: relative !important;
  display: flex;
  align-items: center;
}
.storeclosing_default {
  justify-content: space-around;
}
.storeclosing_custom {
  justify-content: space-between;
}
.storeclosing_popup {
  width: 100%;
  position: fixed;
  z-index: 9999999;
  text-align: -webkit-center;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
.storeclosing_popup_close {
  top: 0;
  right: 0;
  z-index: 99999999999999;
  overflow: auto;
  position: absolute;
  font-size: small;
  cursor: pointer;
}
.storeclosing_popup_close:hover {
  color: black;
}
.storeclosing_popup_top {
  top: -100px;
  -webkit-animation-name: silde_to_top;
}
/* Exclude */
.exclude_message {
  background-color: #9e6095;
  padding: 15px !important;
  border: none !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 18px !important;
  margin: 0 0 2em;
}
@-webkit-keyframes silde_to_top {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.storeclosing_popup_bottom {
  bottom: -100px;
  -webkit-animation-name: silde_to_bottom;
}
@-webkit-keyframes silde_to_bottom {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0px;
  }
}

/* RemindMe */
.remindme_table {
  width: 100%;
}
.remindme_form {
  width: 80%;
  justify-content: center;
}
#remindme_button {
  padding: 5px;
}
#remindme_button:hover {
  filter: brightness(50%);
  cursor: pointer;
}
#remindme_email {
  width: 100%;
}
.list_title {
  background-color: #9e6095;
  padding: 5px;
  color: #ffffff;
}
.list_footer {
  border-top: solid 1px darkgray;
  padding: 0px 10px !important;
  color: darkgray;
  padding-bottom: 10px !important;
}
.list_footer a:hover {
  color: #9e6095;
}
.first_page,
.previous_page,
.next_page,
.last_page {
  font-size: 18px;
  text-decoration: none;
  padding: 2px;
}
.list_row {
  padding: 5px;
}
.list_dark {
  background-color: #f5eff4;
}
.list_light {
  background-color: #ffffff;
}
.remindme-delete {
  border: none;
  background-color: transparent;
}
.remindme-delete:hover {
  color: red;
  cursor: pointer;
}
/* Bell */
.storeclosing_bell {
  cursor: pointer;
}
.storeclosing_bell:hover {
  filter: brightness(50%);
}
/* Bell Animation */
.storeclosing_bell_animation:hover {
  -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.storeclosing_bell_animation {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 70% 1px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 70% 1px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 70% 1px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}/* Disable Tags */
.woocommerce li.product .entry-header .button,
.woocommerce-page li.product .entry-header .button,
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce .single_add_to_cart_button,
.woocommerce-page .single_add_to_cart_button,
.woocommerce-page .checkout-button,
.woocommerce #payment,
.add_to_cart_button,
.single_add_to_cart_button,
#place_order,
.ajax_add_to_cart {
  display: none !important;
}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}