/*=========================================================*/
/*Tho dang*/
/*=========================================================*/
/*========================================================*/
/*========================================================*/
.color-blue-2 {
  color: #0056B8; }

.woocommerce form .form-row input.input-text, .woocommerce .comment-form input[type='text'], .woocommerce .comment-form input[type='number'],
.woocommerce .comment-form input[type='email'], .woocommerce .comment-form input[type='tel'],
.woocommerce .comment-form input[type='url'], .woocommerce .comment-form input[type='password'],
.woocommerce .comment-form input[type='search'],
.woocommerce .comment-form textarea {
  font-family: 'DINRoundOT', sans-serif; }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce .wc-block-grid__products li.product .woocommerce-loop-product__title, .woocommerce .woocommerce-table.shop_table.order_details .product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name,
.woocommerce table.shop_table.cart .product-name, .categories_list, .woocommerce-order h1 {
  font-family: 'SFU Futura'; }

.return-to-shop .button.wc-backward, .site-header-cart .widget_shopping_cart .buttons a, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce ul.products li.product.item-ef .add_to_cart_button, .woocommerce .woocommerce-table.shop_table.order_details .button,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .button,
.woocommerce table.shop_table.cart .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #0056B8;
  border: 1px solid #0056B8;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  .return-to-shop .button.wc-backward:hover, .site-header-cart .widget_shopping_cart .buttons a:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce ul.products li.product.item-ef .add_to_cart_button:hover, .woocommerce .woocommerce-table.shop_table.order_details .button:hover,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .button:hover,
  .woocommerce table.shop_table.cart .button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    color: #0056B8;
    background: #fff; }

.woocommerce .widget_shopping_cart .product_list_widget li a.remove, .woocommerce .woocommerce-table.shop_table.order_details a.remove,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table a.remove,
.woocommerce table.shop_table.cart a.remove {
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 100%;
  border: 1px solid #858585;
  border-radius: 50%;
  color: #858585 !important;
  font-weight: normal; }
  .woocommerce .widget_shopping_cart .product_list_widget li a.remove:hover, .woocommerce .woocommerce-table.shop_table.order_details a.remove:hover,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table a.remove:hover,
  .woocommerce table.shop_table.cart a.remove:hover {
    color: #fff !important;
    background-color: #68BE42; }

.woocommerce .commentlist .comment_container .comment-text .woocommerce-review__author {
  font-size: 22px;
  color: #0056B8; }

.site-header-cart .widget_shopping_cart, .woocommerce ul.products li.product,
.woocommerce .wc-block-grid__products li.product, .woocommerce ul.products li.product .product__title__wrapper,
.woocommerce .wc-block-grid__products li.product .product__title__wrapper, .woocommerce ul.products li.product.item-ef .text-wrapper, .woocommerce .cart-menu li, .woocommerce .cart-menu li:hover a, .woocommerce .cart-menu li.active a, .categories_list li .image-wrapper.bg-img {
  -webkit-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s; }

.woocommerce form .form-row input.input-text, .woocommerce .comment-form input[type='text'], .woocommerce .comment-form input[type='number'],
.woocommerce .comment-form input[type='email'], .woocommerce .comment-form input[type='tel'],
.woocommerce .comment-form input[type='url'], .woocommerce .comment-form input[type='password'],
.woocommerce .comment-form input[type='search'],
.woocommerce .comment-form textarea {
  background-color: #fff;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C9F1B7;
  border-radius: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 50px;
  padding: 0 20px; }
  .woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce .comment-form input[type='text']::-webkit-input-placeholder, .woocommerce .comment-form input[type='number']::-webkit-input-placeholder,
  .woocommerce .comment-form input[type='email']::-webkit-input-placeholder, .woocommerce .comment-form input[type='tel']::-webkit-input-placeholder,
  .woocommerce .comment-form input[type='url']::-webkit-input-placeholder, .woocommerce .comment-form input[type='password']::-webkit-input-placeholder,
  .woocommerce .comment-form input[type='search']::-webkit-input-placeholder,
  .woocommerce .comment-form textarea::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #858585;
    opacity: 1;
    /* Firefox */ }
  .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce .comment-form input[type='text']:-ms-input-placeholder, .woocommerce .comment-form input[type='number']:-ms-input-placeholder,
  .woocommerce .comment-form input[type='email']:-ms-input-placeholder, .woocommerce .comment-form input[type='tel']:-ms-input-placeholder,
  .woocommerce .comment-form input[type='url']:-ms-input-placeholder, .woocommerce .comment-form input[type='password']:-ms-input-placeholder,
  .woocommerce .comment-form input[type='search']:-ms-input-placeholder,
  .woocommerce .comment-form textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #858585;
    opacity: 1;
    /* Firefox */ }
  .woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce .comment-form input[type='text']::-ms-input-placeholder, .woocommerce .comment-form input[type='number']::-ms-input-placeholder,
  .woocommerce .comment-form input[type='email']::-ms-input-placeholder, .woocommerce .comment-form input[type='tel']::-ms-input-placeholder,
  .woocommerce .comment-form input[type='url']::-ms-input-placeholder, .woocommerce .comment-form input[type='password']::-ms-input-placeholder,
  .woocommerce .comment-form input[type='search']::-ms-input-placeholder,
  .woocommerce .comment-form textarea::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #858585;
    opacity: 1;
    /* Firefox */ }
  .woocommerce form .form-row input.input-text::placeholder, .woocommerce .comment-form input[type='text']::placeholder, .woocommerce .comment-form input[type='number']::placeholder,
  .woocommerce .comment-form input[type='email']::placeholder, .woocommerce .comment-form input[type='tel']::placeholder,
  .woocommerce .comment-form input[type='url']::placeholder, .woocommerce .comment-form input[type='password']::placeholder,
  .woocommerce .comment-form input[type='search']::placeholder,
  .woocommerce .comment-form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #858585;
    opacity: 1;
    /* Firefox */ }
  .woocommerce form .form-row input.input-text :-ms-input-placeholder, .woocommerce .comment-form input[type='text'] :-ms-input-placeholder, .woocommerce .comment-form input[type='number'] :-ms-input-placeholder, .woocommerce .comment-form input[type='email'] :-ms-input-placeholder, .woocommerce .comment-form input[type='tel'] :-ms-input-placeholder, .woocommerce .comment-form input[type='url'] :-ms-input-placeholder, .woocommerce .comment-form input[type='password'] :-ms-input-placeholder, .woocommerce .comment-form input[type='search'] :-ms-input-placeholder, .woocommerce .comment-form textarea :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #858585; }
  .woocommerce form .form-row input.input-text ::-ms-input-placeholder, .woocommerce .comment-form input[type='text'] ::-ms-input-placeholder, .woocommerce .comment-form input[type='number'] ::-ms-input-placeholder, .woocommerce .comment-form input[type='email'] ::-ms-input-placeholder, .woocommerce .comment-form input[type='tel'] ::-ms-input-placeholder, .woocommerce .comment-form input[type='url'] ::-ms-input-placeholder, .woocommerce .comment-form input[type='password'] ::-ms-input-placeholder, .woocommerce .comment-form input[type='search'] ::-ms-input-placeholder, .woocommerce .comment-form textarea ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #858585; }

.tRes_120::before {
  padding-top: 120%; }

.max-w570 {
  width: 570px;
  max-width: 100%;
  margin: 0 auto; }

/**
 * Widgets
 */
.product_list_widget {
  list-style: none;
  margin-left: 0; }
  .product_list_widget li {
    padding: 1em 0;
    border-bottom: 0.5px solid #C1C1C1; }
    .product_list_widget li img {
      max-width: ms(5);
      float: right; }
    .product_list_widget li > a {
      display: block; }
  .product_list_widget a:hover {
    color: #68BE42; }

.cart-empty.woocommerce-info {
  border: none;
  text-align: center;
  background: none; }
  .cart-empty.woocommerce-info::before {
    font-family: 'icomoon' !important;
    line-height: inherit;
    vertical-align: baseline;
    content: '\e966';
    font-size: 90px;
    display: block;
    position: static; }

.return-to-shop {
  text-align: center; }

.woocommerce-breadcrumb {
  color: #0056B8;
  font-weight: bold; }
  .woocommerce-breadcrumb a {
    font-size: 14px;
    color: #858585;
    font-weight: normal; }
  .woocommerce-breadcrumb .icon {
    width: 20px;
    margin: 0 8px;
    color: #858585;
    font-weight: normal; }
    .woocommerce-breadcrumb .icon:nth-last-of-type(2) {
      color: #0056B8;
      font-weight: bold; }
    .woocommerce-breadcrumb .icon:last-of-type {
      display: none;
      margin: 0;
      visibility: hidden; }

.woocommerce .widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }
  .woocommerce .widget_shopping_cart .product_list_widget li {
    padding-left: 2em;
    position: relative; }
    .woocommerce .widget_shopping_cart .product_list_widget li a {
      font-weight: normal; }
    .woocommerce .widget_shopping_cart .product_list_widget li .quantity {
      font-size: 13px;
      color: #858585; }
    .woocommerce .widget_shopping_cart .product_list_widget li a.remove {
      position: absolute;
      top: 50%;
      right: 15px;
      opacity: 1;
      float: none;
      left: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.woocommerce .widget_shopping_cart p.total,
.woocommerce .widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center; }

.woocommerce .widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: ms(-2); }
  .woocommerce .widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0; }
  .woocommerce .widget_shopping_cart .buttons a img {
    margin-left: auto;
    margin-right: auto; }

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0 15px;
  margin-bottom: 0; }
  .site-header-cart .cart-contents {
    display: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
    .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
      margin: ms(2); }
    .site-header-cart .widget_shopping_cart .product_list_widget img {
      float: left;
      margin-right: 1em; }
    .site-header-cart .widget_shopping_cart .buttons a {
      display: inline-block; }
    .site-header-cart .widget_shopping_cart p.total {
      text-align: left;
      color: #0056B8;
      padding: 16px; }
  @media (min-width: 768px) {
    .site-header-cart {
      /**
        * Header Elements
        */
      position: relative; }
      .site-header-cart .cart-contents {
        display: block;
        position: relative;
        background-color: transparent;
        height: auto;
        width: auto;
        text-indent: 0; }
        .site-header-cart .cart-contents .amount {
          margin: 0;
          display: none; }
        .site-header-cart .cart-contents .count {
          font-weight: 400;
          position: absolute;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          top: 0;
          right: -7px;
          display: inline-block;
          background: #68BE42;
          overflow: hidden;
          color: #fff;
          text-align: center;
          font-size: 10px; }
        .site-header-cart .cart-contents span {
          display: inline; }
        .site-header-cart .cart-contents::after {
          font-family: 'icomoon' !important;
          line-height: inherit;
          vertical-align: baseline;
          content: '\e966';
          font-size: 20px;
          color: #858585; }
      .site-header-cart .widget_shopping_cart {
        min-width: 270px;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0745098);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0745098);
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        font-size: ms(-1);
        left: -999em;
        display: block; }
        .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
          display: none;
          left: 0; }
        .site-header-cart .widget_shopping_cart h2.widgettitle {
          display: none; }
        .site-header-cart .widget_shopping_cart .product_list_widget {
          height: 0;
          padding: 0;
          max-height: 250px;
          overflow-y: auto; }
          .site-header-cart .widget_shopping_cart .product_list_widget li {
            padding: 16px 33px 16px 16px; }
            .site-header-cart .widget_shopping_cart .product_list_widget li a {
              color: #0056B8;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
              float: none;
              right: 5px; }
              .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
                text-align: left; }
            .site-header-cart .widget_shopping_cart .product_list_widget li .quantity {
              margin-left: 53px; }
      .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        right: 0;
        left: auto;
        display: block; }
        .site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
          height: auto; } }

.product-template-default #content {
  overflow: hidden; }

.product-template-default .content-area {
  width: 73.9130434783%;
  float: left;
  margin-right: 4.347826087%; }

.product-template-default #secondary {
  width: 21.7391304348%;
  float: right;
  margin-right: 0; }

.product-template-default.single-product #primary {
  width: 100%;
  margin-right: 0; }

.product-template-default.single-product #secondary {
  display: none;
  visibility: hidden; }

.woocommerce figure.woocommerce-product-gallery__wrapper {
  max-width: unset; }

.woocommerce .pswp__container {
  position: absolute;
  z-index: auto; }

.woocommerce .c-breadcrumbs + .container {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 10%; }
  .woocommerce .c-breadcrumbs + .container::before {
    content: "";
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
    background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
    background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
    background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
    z-index: -1; }

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em;
  background: -webkit-gradient(linear, right top, left top, from(rgba(234, 234, 234, 0.5)), to(rgba(246, 246, 246, 0.5))) no-repeat top left;
  background: -webkit-linear-gradient(right, rgba(234, 234, 234, 0.5), rgba(246, 246, 246, 0.5)) no-repeat top left;
  background: -o-linear-gradient(right, rgba(234, 234, 234, 0.5), rgba(246, 246, 246, 0.5)) no-repeat top left;
  background: linear-gradient(to left, rgba(234, 234, 234, 0.5), rgba(246, 246, 246, 0.5)) no-repeat top left; }

.woocommerce.single-product div.product div.images.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: calc(100% / 3) !important;
  background: -webkit-gradient(linear, right top, left top, from(rgba(234, 234, 234, 0.5)), to(rgba(246, 246, 246, 0.5))) no-repeat top left;
  background: -webkit-linear-gradient(right, rgba(234, 234, 234, 0.5), rgba(246, 246, 246, 0.5)) no-repeat top left;
  background: -o-linear-gradient(right, rgba(234, 234, 234, 0.5), rgba(246, 246, 246, 0.5)) no-repeat top left;
  background: linear-gradient(to left, rgba(234, 234, 234, 0.5), rgba(246, 246, 246, 0.5)) no-repeat top left;
  padding: 10px; }

.woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background: -webkit-gradient(linear, right top, left top, from(#eaeaea), to(#f6f6f6)) no-repeat top left;
  background: -webkit-linear-gradient(right, #eaeaea, #f6f6f6) no-repeat top left;
  background: -o-linear-gradient(right, #eaeaea, #f6f6f6) no-repeat top left;
  background: linear-gradient(to left, #eaeaea, #f6f6f6) no-repeat top left; }

.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger {
  background-color: transparent; }

.woocommerce.single-product .review-ratings .woocommerce-product-rating .star-rating {
  width: 100%; }

.woocommerce.single-product .review-ratings .woocommerce-product-rating .woocommerce-review-link {
  display: block; }

.woocommerce.single-product .review-ratings .reviews-total-count .total {
  color: #194009;
  font-size: 38px; }

.woocommerce.single-product .review-ratings .reviews-total-count .item-counter a {
  display: block;
  overflow: hidden;
  padding: 5px 0; }

.woocommerce.single-product .review-ratings .reviews-total-count .item-counter .counter-label {
  float: left;
  margin-right: 16px;
  color: #858585; }
  .woocommerce.single-product .review-ratings .reviews-total-count .item-counter .counter-label .icon::before {
    color: inherit; }

.woocommerce.single-product .review-ratings .reviews-total-count .item-counter .counter-back {
  height: 8px;
  width: 100px;
  background-color: #f5F5F5;
  float: left;
  border-radius: 4px;
  min-width: 213px;
  margin-top: 6px; }
  .woocommerce.single-product .review-ratings .reviews-total-count .item-counter .counter-back .counter-bar {
    border-radius: 4px;
    height: 8px;
    background-color: #68BE42;
    float: left; }

.woocommerce.single-product .review-ratings .reviews-total-count .item-counter .counter-count {
  margin-left: 5px; }

.woocommerce div.product p.price {
  color: #0056B8; }
  .woocommerce div.product p.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product p.price .woocommerce-Price-amount.amount {
    font-weight: normal; }

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart div.quantity {
  float: none; }

.woocommerce div.product form.cart .single_add_to_cart_button {
  display: block;
  margin-top: 30px; }

.woocommerce .quantity {
  display: inline-block;
  margin: 0; }
  .woocommerce .quantity .minus,
  .woocommerce .quantity .plus {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #858585;
    text-align: center;
    line-height: 20px;
    -webkit-appearance: none;
    background: transparent;
    color: #858585;
    cursor: pointer; }
    .woocommerce .quantity .minus:hover,
    .woocommerce .quantity .plus:hover {
      color: #0056B8; }
  .woocommerce .quantity .qty {
    height: 25px;
    border: none;
    width: 15px;
    text-align: center; }

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff; }

.woocommerce .product_meta {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C9F1B7; }
  .woocommerce .product_meta .tagged_as {
    display: none; }
  .woocommerce .product_meta .posted_in {
    font-size: 17px;
    color: #494949; }
    .woocommerce .product_meta .posted_in a {
      margin-left: 3px;
      color: #0056B8;
      text-transform: capitalize; }

.woocommerce .woocommerce-product-details__short-description > ul {
  padding: 0;
  margin: 0; }
  .woocommerce .woocommerce-product-details__short-description > ul > li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    font-size: 16px;
    list-style-type: none; }
    .woocommerce .woocommerce-product-details__short-description > ul > li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 16px;
      height: 22px;
      background: url(../images/drop.png) no-repeat top left; }

.woocommerce .woocommerce-product-details__short-description ol li {
  padding: .5rem 0; }

.woocommerce .p-item1__box2 .list1 > li li:before {
  display: none; }

.woocommerce .woocommerce-product-attributes .featured .list2__item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 16px;
  color: #fff;
  background-color: #0056B8;
  border-radius: 5px; }
  .woocommerce .woocommerce-product-attributes .featured .list2__item1 h4 {
    font-weight: 900;
    color: inherit;
    font-size: 24px; }
  .woocommerce .woocommerce-product-attributes .featured .list2__item1 p {
    color: inherit; }

.woocommerce .woocommerce-product-attributes .list2__card1:not(.featured) .list2__item1 {
  min-height: 162px; }

.woocommerce .star-rating span::before,
.woocommerce p.stars a::before,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before {
  color: #0056B8; }

.woocommerce .woocommerce-noreviews,
.woocommerce #review_form_wrapper {
  width: 572px;
  max-width: 100%;
  margin: 0 auto; }

.woocommerce .woocommerce-noreviews {
  display: none;
  visibility: hidden; }

.woocommerce #reply-title {
  font-weight: bold;
  margin-bottom: 15px; }

.woocommerce #review_form #respond p {
  padding: 0 15px; }

.woocommerce #review_form #respond label[for="rating"] {
  padding-left: 15px; }

.woocommerce #review_form #respond .comment-form-email input,
.woocommerce #review_form #respond .comment-form-author input {
  width: 100%; }

.woocommerce .commentlist {
  list-style: none;
  max-width: 82%;
  width: 946px;
  margin: 0 auto; }
  .woocommerce .commentlist .comment_container {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    .woocommerce .commentlist .comment_container .avatar {
      border-radius: 50%;
      width: 70px;
      height: 70px; }
    .woocommerce .commentlist .comment_container .comment-text {
      padding-left: 30px;
      width: calc(100% - 70px - 34px); }
      .woocommerce .commentlist .comment_container .comment-text .woocommerce-review__author {
        display: block; }

.woocommerce .comment-form .form-submit {
  text-align: right; }

.woocommerce .comment-form label[for="comment"] {
  display: none; }

.woocommerce .comment-form label[for="rating"] {
  display: block;
  margin-bottom: 8px; }

.woocommerce .comment-form span.required {
  display: none; }

.woocommerce .comment-form .comment-form-email,
.woocommerce .comment-form .comment-form-author {
  float: left;
  margin: 0;
  width: 50%; }

.woocommerce #reviews #comment {
  height: 154px;
  resize: none;
  padding: 15px; }

.woocommerce .related.products,
.woocommerce .woocommerce-Reviews {
  clear: both; }

.woocommerce .woocommerce-Reviews {
  padding-bottom: 8vw; }

.woocommerce ul.products li.product:hover,
.woocommerce .wc-block-grid__products li.product:hover {
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(98.62%, #F9FFF6));
  background: -webkit-linear-gradient(right, #FFFFFF 0%, #F9FFF6 98.62%);
  background: -o-linear-gradient(right, #FFFFFF 0%, #F9FFF6 98.62%);
  background: linear-gradient(270deg, #FFFFFF 0%, #F9FFF6 98.62%);
  -webkit-box-shadow: 0px 5px 15px rgba(25, 64, 9, 0.2);
  box-shadow: 0px 5px 15px rgba(25, 64, 9, 0.2); }
  .woocommerce ul.products li.product:hover .product__title__wrapper,
  .woocommerce .wc-block-grid__products li.product:hover .product__title__wrapper {
    background-color: #E8FFDF; }

.woocommerce ul.products li.product .product__title__wrapper,
.woocommerce .wc-block-grid__products li.product .product__title__wrapper {
  overflow: hidden; }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce .wc-block-grid__products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  margin: 21px 20px;
  padding: 0;
  font-weight: normal;
  color: #0056B8;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.woocommerce ul.products li.product a img,
.woocommerce .wc-block-grid__products li.product a img {
  -o-object-fit: contain;
  object-fit: contain;
  text-align: center;
  padding: 15px;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100%; } }

.woocommerce ul.products .product-category img {
  max-width: 57px; }

.woocommerce ul.products li.product.item-ef {
  height: 400px;
  overflow: hidden;
  border: 1px solid #C9F1B7;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* background: rgba(246, 245, 246, 0.93); */
  /* margin: 0 auto 5rem; */
  min-height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto; }
  .woocommerce ul.products li.product.item-ef:hover {
    border: 1px solid #68BE42; }
    .woocommerce ul.products li.product.item-ef:hover .product__title__wrapper {
      background: transparent; }
  .woocommerce ul.products li.product.item-ef .product__title__wrapper {
    max-width: 270px; }
  .woocommerce ul.products li.product.item-ef .text-wrapper {
    padding: 15px;
    text-align: center; }
    .woocommerce ul.products li.product.item-ef .text-wrapper .woocommerce-loop-product__title {
      margin: 0; }
  .woocommerce ul.products li.product.item-ef .woocommerce-loop-product__title {
    margin: 0 0 18px;
    font-size: 22px;
    height: 63px;
    color: #0056B8; }
  .woocommerce ul.products li.product.item-ef .price {
    font-size: 100%; }

.woocommerce .related.products li.product .button,
.woocommerce .related.products li.product .price {
  display: none;
  visibility: hidden; }

.woocommerce .related.products li.product .woocommerce-placeholder {
  border: none;
  max-width: 100%;
  max-height: 257px; }

.woocommerce .related.products li.product .img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-height: 257px; }

.woocommerce .cart-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 550px;
  margin: 4vw auto 8vw auto;
  padding: 15px; }
  .woocommerce .cart-menu li {
    border-bottom: 4px solid transparent;
    padding-bottom: 20px; }
    .woocommerce .cart-menu li:hover, .woocommerce .cart-menu li.active {
      border-color: #68BE42; }
      .woocommerce .cart-menu li:hover a, .woocommerce .cart-menu li.active a {
        color: #0056B8; }

.woocommerce .woocommerce-table.shop_table.order_details,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.cart {
  border: none;
  border-collapse: collapse; }
  .woocommerce .woocommerce-table.shop_table.order_details th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
  .woocommerce table.shop_table.cart th {
    color: #0056B8; }
  .woocommerce .woocommerce-table.shop_table.order_details td,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
  .woocommerce table.shop_table.cart td {
    padding: 2vw 12px; }
  .woocommerce .woocommerce-table.shop_table.order_details .product-name,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name,
  .woocommerce table.shop_table.cart .product-name {
    font-size: 15px;
    max-width: 240px; }
    .woocommerce .woocommerce-table.shop_table.order_details .product-name a,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name a,
    .woocommerce table.shop_table.cart .product-name a {
      color: #0056B8; }
    .woocommerce .woocommerce-table.shop_table.order_details .product-name .desc,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name .desc,
    .woocommerce table.shop_table.cart .product-name .desc {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; }
      .woocommerce .woocommerce-table.shop_table.order_details .product-name .desc ul,
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name .desc ul,
      .woocommerce table.shop_table.cart .product-name .desc ul {
        margin: 0; }
  .woocommerce .woocommerce-table.shop_table.order_details .product-thumbnail,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-thumbnail,
  .woocommerce table.shop_table.cart .product-thumbnail {
    max-width: 165px; }
  .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon,
  .woocommerce table.shop_table.cart td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon label,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon label,
    .woocommerce table.shop_table.cart td.actions .coupon label {
      display: inline-block !important;
      color: #0056B8;
      font-size: 15px;
      padding-right: 50px; }
    .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon .button,
    .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon .input-text,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon .button,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon .input-text,
    .woocommerce table.shop_table.cart td.actions .coupon .button,
    .woocommerce table.shop_table.cart td.actions .coupon .input-text {
      background: #FFFFFF;
      border: 1px solid #C9F1B7;
      border-radius: 4px;
      float: none;
      height: 40px;
      margin: 0;
      width: 40px; }
    .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon .input-text,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon .input-text,
    .woocommerce table.shop_table.cart td.actions .coupon .input-text {
      border-radius: 4px 0 0 4px;
      border-right: none; }
      .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon .input-text[name="coupon_code"],
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon .input-text[name="coupon_code"],
      .woocommerce table.shop_table.cart td.actions .coupon .input-text[name="coupon_code"] {
        width: 90px !important; }
    .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon .button,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon .button,
    .woocommerce table.shop_table.cart td.actions .coupon .button {
      border-radius: 0 4px 4px 0;
      border-left: none;
      font-size: 0; }
      .woocommerce .woocommerce-table.shop_table.order_details td.actions .coupon .button:before,
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.actions .coupon .button:before,
      .woocommerce table.shop_table.cart td.actions .coupon .button:before {
        font-size: 16px;
        color: #68BE42;
        content: "\2713"; }

.woocommerce .cart-collaterals .cart_totals {
  width: 38%;
  color: #0056B8;
  font-size: 15px; }
  .woocommerce .cart-collaterals .cart_totals > h2 {
    display: none; }
  .woocommerce .cart-collaterals .cart_totals table {
    border: none; }
  .woocommerce .cart-collaterals .cart_totals a.checkout-button {
    float: right; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block; }

.woocommerce-cart table.cart img {
  width: 165px; }

.categories_list {
  padding-top: 15px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 15px;
  margin-bottom: 4vw; }
  .categories_list li {
    text-align: center; }
    .categories_list li .image-wrapper {
      margin: 0 auto 8px auto;
      max-width: 57px; }
      .categories_list li .image-wrapper.bg-img {
        width: 30px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: -13px -1px; }
        .categories_list li .image-wrapper.bg-img img {
          display: none; }
      .categories_list li .image-wrapper img {
        display: block; }
    .categories_list li a {
      color: #0056B8; }
    .categories_list li.active a, .categories_list li:hover a {
      color: #68BE42; }
    .categories_list li.active .bg-img, .categories_list li:hover .bg-img {
      background-position: -69px -1px; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0; }

.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield; }

/**
    * Checkout
    */
#ship-to-different-address {
  position: relative; }
  #ship-to-different-address label {
    font-weight: 300; }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0; }

.checkout.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.form-row-wide {
  clear: both;
  width: 100%; }

.checkout.woocommerce-checkout .col2-set {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px; }
  .checkout.woocommerce-checkout .col2-set > .col-2,
  .checkout.woocommerce-checkout .col2-set > .col-1 {
    display: block !important;
    max-width: 100%;
    width: 100%;
    float: none; }

.checkout.woocommerce-checkout #billing_country_field,
.checkout.woocommerce-checkout .woocommerce-additional-fields,
.checkout.woocommerce-checkout p#billing_company_field {
  display: none;
  visibility: hidden; }

.checkout.woocommerce-checkout textarea {
  resize: none; }

.checkout.woocommerce-checkout .select2-container .select2-selection--single {
  height: 50px;
  border-color: #C9F1B7; }

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px; }

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 50px; }
  .checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0056B8 transparent transparent transparent; }

.checkout.woocommerce-checkout #order_review {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: -webkit-box-shadow ease 0.4s;
  transition: -webkit-box-shadow ease 0.4s;
  -o-transition: box-shadow ease 0.4s;
  transition: box-shadow ease 0.4s;
  transition: box-shadow ease 0.4s, -webkit-box-shadow ease 0.4s; }

.checkout.woocommerce-checkout h3 {
  font-size: 22px;
  color: #0056B8; }

.checkout.woocommerce-checkout label[for="ship_fee_custom"] .optional {
  display: none;
  visibility: hidden; }

.checkout.woocommerce-checkout #ship_fee_custom {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkout.woocommerce-checkout #billing_first_name_field, .checkout.woocommerce-checkout #shipping_first_name_field {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.checkout.woocommerce-checkout #billing_last_name_field, .checkout.woocommerce-checkout #shipping_last_name_field {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%; }

.checkout.woocommerce-checkout p#ship_fee_custom_field {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.checkout.woocommerce-checkout #billing_email_field,
.checkout.woocommerce-checkout #shipping_email_field {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.checkout.woocommerce-checkout #billing_phone_field, .checkout.woocommerce-checkout #shipping_phone_field,
.checkout.woocommerce-checkout #ship_fee_custom_field {
  width: 50%; }

.col2-set .col-1,
.col2-set .col-2 {
  margin-bottom: ms(3); }

.col2-set + #customer_details {
  display: none; }

.col2-set .woocommerce-billing-fields::after {
  display: block;
  clear: both;
  content: ""; }

.col2-set.addresses {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  .col2-set.addresses .col-1 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col2-set.addresses .col-2 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

#customer_details + #wc_checkout_add_ons {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

#wc_checkout_add_ons input[type=radio] {
  float: left;
  margin-right: ms(-3);
  clear: left;
  margin-top: 0.35em; }

.woocommerce-order-pay #order_review,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
  width: 100%;
  float: none; }
  .woocommerce-order-pay #order_review #payment h3,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em; }
  .woocommerce-order-pay #order_review #payment .form-row,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em; }
  .woocommerce-order-pay #order_review .payment_methods + .form-row,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em; }
  .woocommerce-order-pay #order_review .button#place_order,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: ms(2); }

.max-w400 {
  width: 400px;
  max-width: 100%;
  margin: 0 auto; }

.mb-30 {
  margin-bottom: 30px; }

.woocommerce-order h1 {
  font-size: 38px;
  color: #0056B8;
  text-align: center;
  text-transform: none; }

.woocommerce-order .woocommerce-customer-details,
.woocommerce-order .woocommerce-order-details {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px; }
  @media only screen and (max-width: 767px) {
    .woocommerce-order .woocommerce-customer-details,
    .woocommerce-order .woocommerce-order-details {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.woocommerce-order ul.woocommerce-thankyou-order-details.order_details {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li {
    padding: 15px;
    text-align: left;
    float: none;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .woocommerce-order ul.woocommerce-thankyou-order-details.order_details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-order-details__title {
  font-size: 22px;
  color: #0056B8; }

.woocommerce-order .woocommerce-column__title {
  margin-bottom: 60px; }

.woocommerce-order .woocommerce-customer-details address {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce-order .woocommerce-customer-details--phone {
  border-top: 1px solid #ddd;
  margin-top: 15px; }

.woocommerce-order .woocommerce-customer-details--email, .woocommerce-order .woocommerce-customer-details--phone {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }
  .woocommerce-order .woocommerce-customer-details--email::before, .woocommerce-order .woocommerce-customer-details--phone::before {
    color: #0056B8;
    font-weight: bold !important; }

.type-filter.nav-inline li.active {
  color: #0056B8; }

.store-form {
  /* Checkboxes
   ========================================================================== */
  /* Remove default checkbox */ }
  .store-form [type="radio"]:not(:checked),
  .store-form [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .store-form [type="radio"]:not(:checked) + span,
  .store-form [type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .store-form [type="radio"] + span:before,
  .store-form [type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease; }
  .store-form [type="radio"]:not(:checked) + span:before,
  .store-form [type="radio"]:not(:checked) + span:after,
  .store-form [type="radio"]:checked + span:before,
  .store-form [type="radio"]:checked + span:after,
  .store-form [type="radio"].with-gap:checked + span:before,
  .store-form [type="radio"].with-gap:checked + span:after {
    border-radius: 50%; }
  .store-form [type="radio"]:not(:checked) + span:before,
  .store-form [type="radio"]:not(:checked) + span:after {
    border: 2px solid #5a5a5a; }
  .store-form [type="radio"]:not(:checked) + span:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .store-form [type="radio"]:checked + span:before {
    border: 2px solid transparent; }
  .store-form [type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .store-form [type="radio"]:checked + span:after,
  .store-form [type="radio"].with-gap:checked + span:before,
  .store-form [type="radio"].with-gap:checked + span:after {
    border: 2px solid #68BE42; }
  .store-form [type="radio"]:checked + span:after,
  .store-form [type="radio"].with-gap:checked + span:after {
    background-color: #68BE42; }
  .store-form [type="radio"]:checked + span {
    color: #68BE42; }
  .store-form [type="checkbox"]:not(:checked),
  .store-form [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .store-form [type="checkbox"] {
    /* checkbox aspect */ }
    .store-form [type="checkbox"] + span:not(.lever) {
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      font-size: 1rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .store-form [type="checkbox"] + span:not(.lever):before,
    .store-form [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #68BE42;
      border-radius: 1px;
      margin-top: 3px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .store-form [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
      border: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .store-form [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
      border: none;
      background-color: #ddd; }
  .store-form [type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .store-form [type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd; }
  .store-form [type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px; }
  .store-form [type="checkbox"].filled-in + span:not(.lever):before,
  .store-form [type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  .store-form [type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .store-form [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #68BE42;
    top: 0px;
    z-index: 0; }
  .store-form [type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .store-form [type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #68BE42;
    background-color: #68BE42;
    z-index: 0; }

.store-locator .item .badge {
  background-color: rgba(104, 190, 66, 0.8); }

.img-wrapper.tRes_70 {
  width: 300px;
  height: 300px; }
  .img-wrapper.tRes_70 > img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    padding: 0;
    margin: 0; }

.woocommerce .sub-category {
  padding: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #0056B8;
  text-transform: uppercase; }

.woocommerce ul.products.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .woocommerce ul.products.center li.product {
    margin: 15px; }
    @media only screen and (max-width: 767px) {
      .woocommerce ul.products.center li.product {
        width: 100%; } }

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .woocommerce ul.products.center li.product {
    width: 45%; } }
