@charset "UTF-8";

/*---------------------------------------------------------------------------------------------------------
## Woocommerce 
-----------------------------------------------------------------------------------------------------------*/
/* Widget */
.site-header .woocommerce-product-search {
  position: absolute;
  bottom: -36px;
  right: 0;
  z-index: 9;
  width: 240px;
  border-radius: 3px;
  background: #FFF;
  overflow: hidden;
}

.site-header .woocommerce-product-search input[type=search] {
  color: #333333;
}

.woocommerce-product-search input[type=search] {
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 4px 39px 4px 10px;
}

.woocommerce-product-search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../images/btsearch.png) center center no-repeat, red;
  text-indent: -9999px;
  border: none;
  width: 29px;
  height: 29px;
  outline: none;
  cursor: pointer;
}

.sidebar .widget_product_categories .product-categories {
  border: 1px solid #cccccc;
  border-top: none;
}

.sidebar .widget_product_categories ul li {
  position: relative;
  padding: 8px 10px;
}

.sidebar .widget_product_categories ul li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.sidebar .widget_product_categories ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}

.sidebar .widget_product_categories .cat-parent .children {
  background: #FFF;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 99;
  min-width: 200px;
  border: 1px solid #cccccc;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  -o-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -moz-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  -webkit-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s;
}

.content-sidebar .sidebar .widget_product_categories .cat-parent .children,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_product_categories .cat-parent .children {
  right: 100%;
  left: initial;
  -webkit-transform: translate(-40px, 0);
  -moz-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}

.sidebar .widget_product_categories .cat-parent:hover .children,
.content-sidebar .sidebar .widget_product_categories .cat-parent:hover .children,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_product_categories .cat-parent:hover .children {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* Widget Recently Viewed Products */
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 15px;
}

.woocommerce ul.cart_list li a span,
.woocommerce ul.product_list_widget li a span {
  color: #333333;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 100px;
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.woocommerce ul.product_list_widget .woocommerce-Price-amount {
  font-weight: bold;
  color: #ff0000;
  margin: 0;
}

.woocommerce ul.product_list_widget del span.woocommerce-Price-amount {
  color: #666666;
  font-weight: normal;
}

.woocommerce ul.product_list_widget ins {
  text-decoration: none;
}

/* Button */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #337ab7;
  color: #FFF;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #337ab7;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #337ab7;
  color: #FFF;
  padding: 0 1.2em;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background-color: #337ab7;
  color: #FFF;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
button.loading::after,
input[type='button'].loading::after,
input[type='reset'].loading::after,
input[type='submit'].loading::after,
.button.loading::after,
.added_to_cart.loading::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  vertical-align: -.125em;
  font-family: Font Awesome\ 5 Pro;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f110";
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 1;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.button.loading {
  color: #eeeeee;
}

.button.loading:after {
  color: #333333;
}

.added_to_cart.loading,
.button.loading,
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading {
  opacity: .5;
}

button.loading,
input[type='button'].loading,
input[type='reset'].loading,
input[type='submit'].loading,
.button.loading,
.added_to_cart.loading {
  position: relative;
}

.woocommerce div.product form.cart .button {
  text-transform: uppercase;
  padding: 0 20px;
  min-width: 140px;
  text-align: center;
  background-image: linear-gradient(-180deg, #288ad6 0%, #0e74c3 100%);
}

@media (min-width: 1200px) {
  .woocommerce div.product form.cart .button {
    min-width: 160px;
    padding: 0 30px;
  }
}

.woocommerce div.product form.cart .button.buy_now {
  background: linear-gradient(-180deg, #e52025 2%, #d81116 96%);
}

/* Minicart */
.logged-in .cart-block .shopping-cart-menu-wrapper {
  top: 32px;
  right: -100%;
  opacity: 1;
  visibility: visible;
}

.logged-in .shopping-cart-side-content .pixta-scroll {
  height: calc(100vh - 247px) !important;
}

.cart-block.opened .shopping-cart-menu-wrapper {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.cart-block .shopping-cart-icon-container {
  cursor: pointer;
  display: block;
}

.cart-block .return-to-shop {
  text-align: center;
  padding: 15px 0;
}

.cart-block .return-to-shop .button {
  padding: 10px 15px;
  font-size: 0.8125rem;
  line-height: 1.4;
  background-color: #337ab7;
  color: #FFF;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
}

.overlay-cart {
  opacity: 0;
  filter: alpha(opacity=0);
}

.overlay-cart.opened {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  min-height: 100vh;
  opacity: 0.6;
  filter: alpha(opacity=35);
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.shopping-cart {
  display: inline-block;
}

.shopping-cart .shopping-cart-icon-wrapper {
  display: inline-block;
  position: relative;
}

.shopping-cart .shopping-cart-icon-wrapper img {
  padding: 11px 16px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.shopping-cart .shopping-cart-icon-wrapper:after {
  content: attr(title);
  display: block;
  min-width: 20px;
  padding: 1px;
  background: #ff4612;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.shopping-cart .shopping-cart-menu-title {
  display: inline-block;
  margin-right: 5px;
}

.shopping-cart .shopping-cart-menu-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  min-width: 300px;
  height: 100%;
  width: auto;
  z-index: 9999;
  background: #fff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
  transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
  opacity: 0;
  visibility: hidden;
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 25px 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #2d2a2a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 30px;
  padding-right: 21px;
  cursor: pointer;
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart:hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart:hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart:after,
.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart:before {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  right: 0;
}

.shopping-cart .shopping-cart-menu-wrapper .cart-body {
  border-bottom: 1px solid #ebebeb;
}

.shopping-cart .shopping-cart-menu-wrapper .cart-body .woocommerce-Price-amount {
  font-weight: bold;
  color: #f00;
  font-size: 0.9375rem;
}

.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
  padding: 0 15px;
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .pixta-scroll {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  height: calc(100vh - 215px);
}

.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .pixta-scroll::-webkit-scrollbar {
  width: 0px;
}

.shopping-cart .shopping-cart-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shopping-cart .shopping-cart-menu-wrapper ul li {
  position: relative;
  padding: 10px 20px 10px 10px;
  margin: 0;
  border-bottom: 1px solid #ebeef6;
}

.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media {
  float: left;
  width: 60px;
  margin-right: 10px;
}

.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media img {
  width: 100%;
  height: auto;
}

.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-wrap {
  float: left;
  width: calc(100% - 70px);
}

.shopping-cart .shopping-cart-menu-wrapper p {
  clear: both;
  margin: 0;
  white-space: nowrap;
}

.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
  margin: 10px 0 10px;
}

.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: bold;
  color: #ff0000;
}

.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.shopping-cart .shopping-cart-menu-wrapper .quantity {
  font-size: 0.8125rem;
  display: block;
}

.shopping-cart .shopping-cart-menu-wrapper a.remove.remove_from_cart_button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 1;
  display: inline-block;
  font-size: 1.5em;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.shopping-cart .shopping-cart-menu-wrapper a.remove.remove_from_cart_button:hover {
  background-color: #ff0000;
  color: #FFF;
}

.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-subtotal-title {
  font-size: 14px;
  font-weight: 500;
}

.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
  color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  min-height: 0;
  line-height: 1.4;
  position: relative;
  display: block;
  text-align: center;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ff0000;
}

.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a.checkout {
  background-color: #0065a4;
}

.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__empty-message {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1366px) {
  .shopping-cart .shopping-cart-menu-wrapper {
    min-width: 340px;
  }
}

/*--------------------------------------------------------------
# Category Product
--------------------------------------------------------------*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-color: #337ab7;
}

.woocommerce-message::before {
  color: #337ab7;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 35px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  background: #f5f5f5;
  margin: 0 5px;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 15px;
  font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #1e1e1e;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fbb900;
  color: #FFF;
}

.woocommerce .woocommerce-ordering select {
  padding: 8px 10px;
  background-color: #f5f5f5;
  border: none;
}

.switcher-wrap {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 10px;
}

.switcher-wrap>* {
  margin-bottom: 10px;
}

.switcher-wrap .woocommerce-message {
  flex: 0 0 100%;
}

.switcher-wrap .woocommerce-result-count {
  padding: 0;
  float: none;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.switcher-wrap .woocommerce-ordering {
  float: none;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.switcher-wrap .view-mode-switcher {
  display: flex;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
}

.switcher-wrap .view-mode-switcher a {
  display: inline-block;
  padding: .618em;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  color: #1e1e1e;
  background-color: #f5f5f5;
}

.switcher-wrap .view-mode-switcher a em {
  display: none;
}

.switcher-wrap .view-mode-switcher a:hover,
.switcher-wrap .view-mode-switcher a.active {
  color: #FFF;
  background-color: #337ab7;
}

.switcher-wrap .view-mode-switcher i:before,
.switcher-wrap .view-mode-switcher i {
  font-size: 1em;
  line-height: 1;
  height: 1em;
  width: 1em;
}

/*--------------------------------------------------------------
# Single Product
--------------------------------------------------------------*/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product .product_title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #333333;
  margin: 10px 0;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .summary p.price,
.woocommerce div.product .woocommerce-product-details__short-description {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.woocommerce div.product form.cart .group_table .woocommerce-Price-amount {
  font-size: 14px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product form.cart .group_table .woocommerce-Price-amount {
  font-weight: bold;
  color: #ff0000;
  font-size: 1.25rem;
}

.woocommerce div.product .price {
  margin-bottom: 20px;
}

.woocommerce div.product .price .badge {
  font-size: 0.8125rem;
  padding: 4px 8px;
  background: #ec4855;
  border-radius: 6px;
  margin-left: 20px;
  color: #FFF;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
  margin-left: 15px;
}

.woocommerce div.product .stock {
  font-style: italic;
  color: #000;
}

.woocommerce div.product form.cart label {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select {
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: none;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #ddd;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  text-align: center;
  margin-bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #ccc;
  text-transform: uppercase;
  position: relative;
  padding: 7px 25px;
  /* background: #f4f4f4; */
  border-bottom: 2px solid transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #333;
  border-color: #fbb900;
  background: #fbb900;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce .star-rating span,
.woocommerce p.stars a {
  color: #ffc114;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce table.shop_attributes {
  display: block;
  border: none;
  margin-bottom: 10px;
}

.woocommerce table.shop_attributes tbody {
  display: block;
}

.woocommerce table.shop_attributes tbody * {
  display: inline-block;
}

.woocommerce table.shop_attributes tr {
  display: block;
  margin-bottom: 5px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none;
}

.woocommerce table.shop_attributes td {
  border: none;
}

.woocommerce table.shop_attributes td p {
  padding: 0;
}

.woocommerce table.shop_attributes th {
  padding: 0;
  width: auto;
  border: none;
}

.woocommerce table.shop_attributes th:before {
  color: #ed1c24;
  content: "\f058";
  font-family: Font Awesome\ 5 Pro;
  margin-right: 5px;
  font-size: 0.625rem;
}

.woocommerce table.shop_attributes th:after {
  content: ": ";
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce .wc-tab h2.woocommerce-Reviews-title,
.woocommerce .wc-tab h2.woocommerce-description-title {
  display: none;
}

.woocommerce p.stars a {
  height: 20px;
  width: 20px;
}

.woocommerce p.stars a:before {
  height: 20px;
  width: 20px;
  font-size: 1.25rem;
}

.percent {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  color: #FFF;
  background: #ff0000;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 600;
}

.product_meta {
  margin-bottom: 10px;
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
  display: block;
  margin-bottom: 5px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}

.woocommerce div.product form.cart {
  margin-bottom: 20px;
}

.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
  display: none;
}

.woocommerce .wrap-btn-cart {
  margin-bottom: 20px;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce table.shop_table .quantity.buttons_added {
  position: relative;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  padding: 0 30px;
  display: inline-block;
  float: none;
}

.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number] {
  padding-right: 1.2em;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  width: 60px;
  height: 30px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #d3d3d3;
  font-weight: 500;
  -moz-appearance: textfield;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  overflow: visible;
  font-weight: 700;
  cursor: pointer;
  color: #515151;
  border: 1px solid #d3d3d3;
  background-color: #FFF;
  text-shadow: none;
  line-height: 1;
  background-image: none;
  outline-width: 0;
  z-index: 1;
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
  background-color: #dad8da;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
  top: 0;
  right: 0;
  border-left: none;
}

.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
  bottom: 0;
  left: 0;
  border-right: none;
}

.woocommerce-variation-price {
  margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
  text-align: justify;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.woocommerce-product-details__short-description ul {
  padding: 0;
  list-style-position: inside;
}

.woocommerce-product-details__short-description ul li {
  margin-bottom: 3px;
}

@media (min-width: 992px) {
  .no-sidebar.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 80%;
    float: right;
  }

  .no-sidebar.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 18%;
    float: left;
  }

  .no-sidebar.single-product div.product div.images .flex-control-thumbs {
    margin: -5px 0;
  }

  .no-sidebar.single-product div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding: 5px 0;
  }
}

.heading-related {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.heading-related span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

@media (min-width: 992px) {

  .related .slick-carousel .slick-next,
  .related .slick-carousel .slick-prev {
    top: -40px;
  }

  .related .slick-carousel .slick-next {
    right: 15px;
  }

  .related .slick-carousel .slick-prev {
    left: inherit;
    right: 40px;
  }
}

.up-sells>h2 {
  font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Theo dõi đơn hàng
--------------------------------------------------------------*/
pre .woocommerce {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  white-space: normal;
}

/*--------------------------------------------------------------
# Tài khoản
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}

.u-column1.col-1.woocommerce-Address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #555;
  background-color: #f8f8f8;
  box-shadow: -2px 0 4px -4px #888 inset, 0 1px 0 #fff inset;
  padding: 15px 10px;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.woocommerce-MyAccount-navigation ul li a:before {
  position: relative;
  top: -2px;
  content: "\f192";
  font-family: Font Awesome\ 5 Pro;
  margin-right: 10px;
  font-size: 0.625rem;
  color: #337ab7;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #FFF;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
}

.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07);
}

#customer_login {
  width: auto;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

#customer_login h2 {
  text-transform: uppercase;
}

.woocommerce #customer_login form.checkout_coupon,
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
  margin: 15px 0;
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2,
.woocommerce-page #customer_login .col-1,
.woocommerce-page #customer_login .col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {

  .woocommerce #customer_login .col-1,
  .woocommerce #customer_login .col-2,
  .woocommerce-page #customer_login .col-1,
  .woocommerce-page #customer_login .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  #customer_login .col-2 {
    border-left: 1px solid #ececec;
  }
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  flex: 0 0 100%;
}

.woocommerce table.my_account_orders {
  font-size: 14px;
}

.woocommerce table.my_account_orders .button {
  margin: 0 5px 5px 5px;
}

/*--------------------------------------------------------------
# Giỏ hàng
--------------------------------------------------------------*/
.calculated_shipping h2 {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Thanh toán
--------------------------------------------------------------*/
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: block;
  width: 100%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
  border-radius: 0;
}

@media (min-width: 568px) {

  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 15px;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
  }
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 10px 0;
}

td.product-total,
.shop_table tfoot tr td,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
  text-align: right;
}

.cart_totals>h2,
.cross-sells>h2 {
  font-size: 1.6rem;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

#add_payment_method .woocommerce-checkout #payment,
.woocommerce-cart .woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
}

#add_payment_method .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-cart .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

#add_payment_method .woocommerce-checkout #payment div.payment_box,
.woocommerce-cart .woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
  padding: 12px 18px;
  background-color: #edf7ff;
  border: 1px solid #49aff5;
  margin: 0 0 16px;
}

#add_payment_method .woocommerce-checkout #payment div.payment_box:before,
.woocommerce-cart .woocommerce-checkout #payment div.payment_box:before,
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

#add_payment_method .woocommerce-checkout #payment div.form-row,
.woocommerce-cart .woocommerce-checkout #payment div.form-row,
.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  padding: 1em 0 0 0;
}

#add_payment_method .woocommerce-checkout #payment #place_order,
.woocommerce-cart .woocommerce-checkout #payment #place_order,
.woocommerce-checkout .woocommerce-checkout #payment #place_order {
  display: block;
  width: 100%;
  padding: 6px 15px;
  letter-spacing: .3px;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
}

#add_payment_method .woocommerce-checkout #payment #place_order:hover,
#add_payment_method .woocommerce-checkout #payment #place_order:active,
.woocommerce-cart .woocommerce-checkout #payment #place_order:hover,
.woocommerce-cart .woocommerce-checkout #payment #place_order:active,
.woocommerce-checkout .woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout .woocommerce-checkout #payment #place_order:active {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

#add_payment_method .woocommerce-checkout #payment #place_order:active,
.woocommerce-cart .woocommerce-checkout #payment #place_order:active,
.woocommerce-checkout .woocommerce-checkout #payment #place_order:active {
  top: 1px;
}

.woocommerce-checkout #payment .woocommerce #place_order,
.woocommerce-checkout #payment .woocommerce-page #place_order {
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
}

#add_payment_method .woocommerce-checkout #payment .payment_method_paypal .about_paypal,
.woocommerce-cart .woocommerce-checkout #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: none;
  line-height: 1.4;
  font-size: 0.8125rem;
  margin-left: 5px;
}

.woocommerce-checkout #order_review {
  border-width: 0 3px 3px;
}

.woocommerce-checkout .woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  flex-basis: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  width: 100%;
}

.woocommerce-checkout .checkout-order-review {
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #F8F8F8;
}

.woocommerce-checkout .checkout-order-review #order_review_heading {
  text-align: center;
}

.woocommerce-checkout .checkout-order-review:before,
.woocommerce-checkout .checkout-order-review:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
  background-size: 15px 15px;
}

.woocommerce-checkout .checkout-order-review:before {
  top: -10px;
  background-position: -3px -5px, 0 0;
}

.woocommerce-checkout .checkout-order-review:after {
  bottom: -10px;
  background-position: -3px 2px, 0 0;
}

.qhtheme-table-wrapper {
  padding: 5px 15px;
  background-color: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 15px;
}

.woocommerce form .form-row label {
  font-weight: 600;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 34px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: .375rem .75rem;
}

.woocommerce form .form-row textarea {
  height: 124px;
  padding: 1rem .75rem;
}

.woocommerce form .form-row.notes label {
  font-weight: normal;
}

.woocommerce ul.order_details {
  margin: 0 0 2em;
  padding: 0;
}

.woocommerce ul.order_details li {
  font-size: 0.9em;
}

.woocommerce table.shop_table.order_details {
  border: 1px solid #ddd;
}

.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.order_details th {
  padding: 10px 12px;
}

.woocommerce table.shop_table.order_details address {
  border-color: #ddd;
}

.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.continue_shopping {
  margin-bottom: 10px;
  overflow: hidden;
}

.continue_shopping a {
  float: right;
}

/*---------------------------------------------------------------------------------------------------------
## Woocommerce Blocks
-----------------------------------------------------------------------------------------------------------*/
.wc-block-grid__products {
  margin: 0 -15px 30px;
}

.wc-block-grid__product {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
  line-height: 1.4;
  overflow: hidden;
}

.wc-block-grid__product .wc-block-grid__product-title a {
  color: #333333;
}

.wc-block-grid__product .wc-block-grid__product-title a:hover {
  color: #337ab7;
}

.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 0;
  background: #337ab7;
}

.wc-block-grid__product-price .wc-block-grid__product-price__value {
  color: #ff0000;
  font-size: 14px;
  letter-spacing: 0;
}

.wc-block-sort-select__select {
  padding: 8px 10px;
  background-color: #f5f5f5;
  border: none;
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
  padding: 5px 5px;
}

/*--------------------------------------------------------------
# Block Woocommerce Product Filter
--------------------------------------------------------------*/
.wc-block-active-filters .wc-block-active-filters-list {
  padding-left: 0;
}

.wc-block-active-filters .wc-block-active-filters-list li {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  display: inline-block;
  padding: 10px 26px 10px 10px;
  margin-right: .5em;
  margin-bottom: .5em;
}

.wc-block-active-filters .wc-block-active-filters-list button {
  right: 6px;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
  --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: #949494;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  height: 14px;
  line-height: 14px;
  font-size: 0.625rem;
  padding: 0 2px;
  border: 1px solid #aaa;
  color: #aaa;
  background-color: #fff;
  border-radius: 2px;
  min-width: 12px;
  text-align: center;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:before,
.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:after {
  content: '';
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/*--------------------------------------------------------------
# Custom Css
--------------------------------------------------------------*/
.list-categories__item {
  margin-bottom: 30px;
}

.list-categories__item h2 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}

.list-categories__item h2 a {
  color: #333333;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.list-categories__item h2 a:hover {
  color: #337ab7;
}

.list-categories__item .img {
  display: block;
  margin-bottom: 10px;
}

.list-categories__item img {
  width: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.list-categories__item:hover img {
  opacity: .7;
}

.product-template-default.sidebar-left .content-sidebar-wrap .site-main {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.product-template-default.sidebar-left .content-sidebar-wrap .sidebar-primary {
  display: none;
}

.pixtadev-gallery .slick-prev,
.pixtadev-gallery .slick-next {
  display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 1.2em;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 1.5em;
  border: 1px solid #ebebeb;
  padding: 20px 20px;
  background: #FFF;
}

@media (min-width: 1024px) {

  .related.product-shortcode .slick-carousel .slick-next,
  .related.product-shortcode .slick-carousel .slick-prev {
    top: 45%;
  }

  .related.product-shortcode .slick-carousel .slick-prev {
    left: -25px;
  }

  .related.product-shortcode .slick-carousel .slick-next {
    right: -25px;
  }
}

@media (min-width: 810px) {

  .related.product-shortcode .slick-carousel .slick-prev,
  .related.product-shortcode .slick-carousel .slick-next {
    display: none;
  }
}

.related.product-shortcode .slick-carousel .slick-next::before,
.related.product-shortcode .slick-carousel .slick-prev::before {
  font-size: 44px;
}

.related.product-shortcode .slick-carousel .slick-arrow {
  width: max-content;
}

.related.product-shortcode li.product .field-item {
  display: none;
}

.catalog-product .item-catalog img {
  margin: 0 auto 20px;
}