@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.aws-container .aws-search-form {
  position: relative;
  width: 100%;
  float: none !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: stretch;
  height: 44px;
}
.aws-container .aws-search-form *,
.aws-search-result {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual;
  border-radius: 0 !important;
}
.aws-container .aws-search-form .aws-loader,
.aws-container .aws-search-form .aws-loader:after {
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
}
.aws-container .aws-search-form .aws-wrapper {
  flex-grow: 1;
  position: relative;
  vertical-align: top;
  padding: 0;
  width: 100%;
}
.aws-container .aws-search-form .aws-loader {
  position: absolute;
  display: none;
  right: 10px;
  top: 50%;
  z-index: 999;
  margin: -10px 0 0;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid #ededed;
  border-right: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  border-left: 3px solid #555;
}
.aws-container .aws-search-form.aws-processing .aws-loader {
  display: block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
}
.aws-container .aws-search-label {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.aws-container .aws-search-field {
  width: 100%;
  max-width: 100%;
  color: #313131;
  padding: 6px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  height: 100%;
  margin: 0 !important;
  border: 1px solid #d8d8d8;
  outline: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px) {
  .aws-container .aws-search-field {
    font-size: 16px;
  }
}
.aws-container .aws-search-field::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.aws-container .aws-search-field::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.aws-container .aws-search-field::-webkit-search-cancel-button,
.aws-container .aws-search-field::-webkit-search-decoration,
.aws-container .aws-search-field::-webkit-search-results-button,
.aws-container .aws-search-field::-webkit-search-results-decoration {
  display: none;
}
.aws-container .aws-search-field:focus {
  background-color: #fff;
}
.aws-container .aws-show-clear .aws-search-field {
  padding-right: 40px;
}
.aws-container .aws-search-field:focus::-webkit-input-placeholder {
  color: transparent;
}
.aws-container .aws-search-field:focus:-moz-placeholder {
  color: transparent;
}
.aws-container .aws-search-field:focus::-moz-placeholder {
  color: transparent;
}
.aws-container .aws-search-field:focus:-ms-input-placeholder {
  color: transparent;
}
.aws-container .aws-search-form .aws-search-clear {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  color: #757575;
  height: 100%;
  width: 38px;
  padding: 0 0 0 10px;
  text-align: left;
}
.aws-container .aws-search-form .aws-search-clear span {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 24px;
  top: 50%;
  margin-top: -12px;
}
.aws-container
  .aws-search-form.aws-show-clear.aws-form-active
  .aws-search-clear {
  display: block !important;
}
.aws-container
  .aws-search-form.aws-form-active.aws-processing
  .aws-search-clear {
  display: none !important;
}
.aws-container .aws-search-form .aws-search-btn {
  padding: 0;
  line-height: 10px;
  width: 42px;
}
.aws-container .aws-search-form .aws-search-btn_icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  line-height: 24px;
  position: relative;
  width: 42px;
  color: #555;
}
.aws-container .aws-search-form .aws-search-btn svg {
  display: block;
  height: 100%;
  width: 100%;
}
.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
  background: #ededed;
  cursor: default;
}
.aws-container .aws-search-form .aws-form-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #ededed;
  border: 1px solid #d8d8d8;
  margin: 0 0 0 -1px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}
.aws-container .aws-search-form .aws-form-btn:hover {
  background: #dcdcdc;
}
.aws-container .aws-search-form .aws-form-btn:active {
  background: #d8d8d8;
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper {
  -webkit-order: 2;
  order: 2;
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn {
  margin: 0 -1px 0 0;
}
.aws-search-result {
  position: absolute;
  text-align: left;
  z-index: 9999999999999;
  background: #fff;
  width: 100%;
  margin-top: -1px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 16px;
}
.aws-search-result ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 400px;
  overflow-y: auto;
}
.aws-search-result ul::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #ededed;
}
.aws-search-result ul::-webkit-scrollbar {
  width: 7px;
  background-color: #ededed;
}
.aws-search-result ul::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
}
.aws-search-result ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  margin: 0 !important;
  position: relative;
}
.aws-search-result ul li:last-child {
  border-bottom: 0;
}
.aws-search-result .aws_result_link {
  display: block;
  cursor: pointer;
  padding: 10px 8px;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  border: 0;
}
.aws-search-result .aws_result_item.hovered,
.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_search_more a:hover {
  background: #f5f5f5;
}
.aws-search-result .aws_results .aws_result_item {
  position: relative;
}
.aws-search-result .aws_result_item .aws_result_link_top {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  outline: 0;
  text-decoration: none;
}
.aws-search-result .aws_result_item [data-link],
.aws-search-result .aws_result_item a,
.aws-search-result .aws_result_item button,
.aws-search-result .aws_result_item span[href] {
  position: relative;
  z-index: 2;
}
.aws-search-result .aws_result_content {
  overflow: hidden;
  display: block;
}
.aws-search-result .aws_result_title {
  display: block;
  font-weight: 400;
  margin-bottom: 3px;
  color: #21759b;
}
.aws-search-result .aws_result_featured {
  margin: 0 6px 0 0;
  position: relative;
  top: -2px;
  left: 3px;
}
.aws-search-result .aws_result_featured svg {
  width: 13px;
  height: 13px;
  fill: #fa0;
  vertical-align: bottom;
}
.aws-search-result .aws_result_sku,
.aws-search-result .aws_result_stock {
  display: block;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 5px;
  color: #7ad03a;
}
.aws-search-result .aws_result_stock.out {
  color: #a44;
}
.aws-search-result .aws_result_sku {
  margin-top: 3px;
  color: #222;
}
.aws-search-result .aws_result_cat .aws_result_title,
.aws-search-result .aws_result_tag .aws_result_title {
  margin-bottom: 2px;
}
.aws-search-result .aws_result_excerpt {
  display: block;
  color: #222;
}
.aws-search-result .aws_result_price {
  display: block;
  padding: 2px 0;
  color: #222;
}
.aws-search-result .aws_result_price del {
  background: 0 0;
  padding: 0 12px 0 0;
  opacity: 0.8;
  text-decoration: line-through !important;
}
.aws-search-result .aws_result_price ins {
  background: 0 0;
  padding: 0 12px 0 0;
  opacity: 1;
}
.aws-search-result .aws_result_cats {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.aws-search-result .aws_result_image {
  display: block;
  height: 100%;
  float: left;
  padding: 0 10px 0 0;
}
.aws-search-result .aws_result_image img {
  width: 50px;
  height: auto;
  box-shadow: none;
}
.aws-search-result .aws_result_sale {
  display: block;
  height: 42px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
}
.aws-search-result .aws_onsale {
  background: #77a464 0 0;
  color: #fff;
  display: block;
  float: right;
  height: 20px;
  padding-top: 2px;
  position: relative;
  right: -25px;
  text-align: center;
  top: 3px;
  transform: rotate(45deg);
  width: 77px;
}
.aws-search-result .aws_no_result {
  line-height: 1.5;
  padding: 10px 6px;
  cursor: auto;
}
.aws-search-result .aws_search_more a {
  line-height: 40px;
  display: block;
  text-decoration: none;
  border: 0;
  text-align: center;
  color: #21759b;
}
body.aws-overlay {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
.aws-container.aws-mobile-fixed {
  position: fixed !important;
  z-index: 9999999 !important;
  top: 10px !important;
  left: 20px !important;
  width: 100%;
  width: calc(100% - 40px) !important;
}
.aws-mobile-fixed-close {
  padding: 15px;
  margin-right: -10px;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.aws-overlay-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #fff;
  z-index: 9999998 !important;
}
.aws-overlay .aws-overlay-mask {
  opacity: 1;
}
.et_search_outer .aws-container {
  width: 60%;
}
.et_search_outer .aws-container .aws-search-form {
  max-width: 100% !important;
}
.et_vertical_nav .et_search_outer .aws-container {
  width: auto;
  margin: 0 20px 0 0;
}
.et_fixed_nav .et-fixed-header .et_search_outer .aws-container {
  top: 7px;
}
.et_pb_menu__search .aws-container {
  width: 100%;
}
#et-boc .aws-container .aws-search-field {
  border: 1px solid #d8d8d8;
  padding: 6px 15px;
}
#et-boc .aws-container .aws-search-form .aws-form-btn {
  background: #ededed;
  border: 1px solid #d8d8d8;
  margin: 0 0 0 -1px;
}
#et-boc .aws-container .aws-search-form .aws-wrapper .aws-loader {
  border-top: 3px solid #ededed;
  border-right: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  border-left: 3px solid #555;
  margin: -10px 0 0;
}
#et-boc .aws-container .aws-search-form .aws-search-clear span {
  margin-top: -12px;
}
#et-boc .aws-container .aws-search-form .aws-search-clear {
  padding: 0 0 0 10px;
}
.aws-search-result .aws_result_title .advanced-woo-labels {
  position: relative !important;
  width: auto !important;
  margin: 0 5px 5px 0 !important;
  transform: none !important;
}
.aws-search-result .aws_result_title .advanced-woo-labels:last-child {
  margin-bottom: 0 !important;
}
.aws-search-result .aws_result_title .aws_result_labels {
  display: flex;
  margin: 0 !important;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: left;
  justify-content: flex-start;
}
.hide_default_price {
  display: none;
}
html.yith_wacp_open,
html.yith_wacp_open body {
  overflow: hidden !important;
}
#yith-wacp-popup .yith-wacp-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#yith-wacp-popup .yith-wacp-wrapper {
  position: fixed;
  width: auto;
  height: auto;
  z-index: 20000;
  visibility: hidden;
}
#yith-wacp-popup .yith-wacp-main {
  padding: 25px 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  height: 100%;
  box-sizing: border-box;
}
#yith-wacp-popup.open .yith-wacp-wrapper {
  visibility: visible;
}
#yith-wacp-popup.open .yith-wacp-overlay {
  visibility: visible;
}
#yith-wacp-popup.open .yith-wacp-main {
  opacity: 1;
}
#yith-wacp-popup.tred-flip-v .yith-wacp-wrapper,
#yith-wacp-popup.tred-flip-h .yith-wacp-wrapper {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
#yith-wacp-popup.fade-in .yith-wacp-main {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
#yith-wacp-popup.fade-in.open .yith-wacp-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#yith-wacp-popup.slide-in-right .yith-wacp-main {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
#yith-wacp-popup.slide-in-right.open .yith-wacp-main {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#yith-wacp-popup.slide-in-bottom .yith-wacp-main {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
#yith-wacp-popup.slide-in-bottom.open .yith-wacp-main {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#yith-wacp-popup.slide-in-left .yith-wacp-main {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
#yith-wacp-popup.slide-in-left.open .yith-wacp-main {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#yith-wacp-popup.slide-in-top .yith-wacp-main {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
#yith-wacp-popup.slide-in-top.open .yith-wacp-main {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#yith-wacp-popup.scale-up .yith-wacp-main {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
#yith-wacp-popup.scale-up.open .yith-wacp-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#yith-wacp-popup.tred-flip-v .yith-wacp-main {
  webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
}
#yith-wacp-popup.tred-flip-v.open .yith-wacp-main {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#yith-wacp-popup.tred-flip-h .yith-wacp-main {
  --webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
}
#yith-wacp-popup.tred-flip-h.open .yith-wacp-main {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#yith-wacp-popup .yith-wacp-close {
  position: absolute;
  top: -30px;
  right: -5px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
#yith-wacp-popup .yith-wacp-content {
  padding: 0 25px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.yith-wacp-content .yith-wacp-message {
  margin-bottom: 25px;
  font-size: 14px;
  padding: 10px 15px;
}
.yith-wacp-content .yith-wacp-message:after {
  display: table;
  content: "";
  clear: both;
}
.yith-wacp-content .yith-wacp-message span {
  display: inline-block;
  vertical-align: middle;
}
.yith-wacp-content .yith-wacp-message span.message-icon {
  margin: 0 10px;
}
.yith-wacp-content h3.cart-list-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}
.yith-wacp-content .product-thumb {
  float: left;
  margin-right: 20px;
}
.yith-wacp-content .product-thumb img {
  max-width: 100%;
  height: auto;
}
.yith-wacp-content .info-box {
  overflow: hidden;
  background: none;
  border: none;
}
.yith-wacp-content .product-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.yith-wacp-content .product-price del {
  font-size: 80%;
  opacity: 0.6;
  display: inline-block !important;
}
.yith-wacp-content .product-price ins {
  background-color: transparent;
  text-decoration: none;
}
.yith-wacp-content .cart-info {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.yith-wacp-content .popup-actions {
  clear: both;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.yith-wacp-content .popup-actions .button {
  min-width: 30%;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px;
  border-radius: 0;
  line-height: normal;
}
.yith-wacp-content h3.product-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
}
.yith-wacp-content .product-price {
  font-size: 20px;
  text-align: left;
}
.yith-wacp-content .cart-info > div {
  font-size: 15px;
  text-transform: uppercase;
  clear: both;
  font-weight: 700;
}
.yith-wacp-content .cart-info > div > span {
  float: right;
}
.yith-wacp-content .product-variation dl,
.yith-wacp-content .product-variation dd,
.yith-wacp-content .product-variation dt,
.yith-wacp-content .product-variation p {
  margin-bottom: 0;
  font-size: 90%;
}
.yith-wacp-content .product-variation p {
  display: inline-block;
  vertical-align: bottom;
}
.yith-wacp-content .product-variation dt {
  float: left;
  margin-right: 5px;
  clear: left;
}
.yith-wacp-content .yith-wacp-related {
  margin-top: 20px;
}
.yith-wacp-content .yith-wacp-related > h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}
.yith-wacp-content .yith-wacp-related ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yith-wacp-content .yith-wacp-related ul.products.columns-2 li.product {
  width: 48%;
}
.yith-wacp-content .yith-wacp-related ul.products.columns-3 li.product {
  width: 30.6%;
}
.yith-wacp-content .yith-wacp-related ul.products.columns-4 li.product {
  width: 22%;
}
.yith-wacp-content .yith-wacp-related ul.products.columns-5 li.product {
  width: 16.8%;
}
.yith-wacp-content .yith-wacp-related ul.products.columns-6 li.product {
  width: 13.3%;
}
.yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product {
  margin-bottom: 0;
  margin-right: 4%;
  float: left;
  clear: none;
  position: relative;
}
.yith-wacp-content
  .yith-wacp-related
  li.product.yith-wacp-related-product.first {
  clear: both;
}
.yith-wacp-content
  .yith-wacp-related
  li.product.yith-wacp-related-product
  span.onsale-icon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.yith-wacp-content
  .yith-wacp-related
  li.product.yith-wacp-related-product.last {
  margin-right: 0;
}
.yith-wacp-content
  .yith-wacp-related
  li.product.yith-wacp-related-product
  .product-image {
  margin-bottom: 10px;
  position: relative;
}
.yith-wacp-content
  .yith-wacp-related
  li.product.yith-wacp-related-product
  .product-image
  .onsale {
  position: absolute;
  right: 0;
  top: 0;
}
.yith-wacp-content
  .yith-wacp-related
  li.product.yith-wacp-related-product
  .product-price {
  font-size: 15px;
  text-align: center;
}
.yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product img {
  max-width: 100%;
}
.yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product h3 {
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.yith-wacp-content table.cart-list {
  width: 100%;
  border: none;
  margin-bottom: 0;
  border-collapse: collapse;
}
.yith-wacp-content table.cart-list tr {
  border-bottom: 1px solid #e0e0e0;
}
.yith-wacp-content table.cart-list tr.bundled_table_item:last-child {
  border-bottom: 1px solid #e0e0e0 !important;
}
.yith-wacp-content
  table.cart-list
  tr.bundled_table_item
  + tr:not(.bundled_table_item) {
  border-top: 1px solid #e0e0e0;
}
.yith-wacp-content table.cart-list tr.bundled_table_item td.item-remove:after {
  font-family: "FontAwesomePB";
  font-size: 1rem;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  margin: 0 12px 0 3px;
  opacity: 0.25;
}
.yith-wacp-content table.cart-list td {
  padding: 15px 10px;
  border: none;
  vertical-align: middle;
}
.yith-wacp-content table.cart-list tr.bundled_table_item td.item-remove:before {
}
.yith-wacp-content table.cart-list td.item-remove {
  padding-left: 0;
  width: 34px;
}
.yith-wacp-content table.cart-list td.item-remove a {
  text-indent: -9999px;
  background: url("../images/remove-icon.svg")
    no-repeat center;
  background-size: contain;
  width: 24px;
  height: 20px;
  display: block;
  outline: none;
}
.yith-wacp-content table.cart-list td.item-remove a.nitro-lazy {
  background-image: none !important;
}
.yith-wacp-content table.cart-list td.item-remove a:before {
  display: none;
}
.yith-wacp-content table.cart-list td.item-remove a:hover {
  background: url("../images/remove-icon-hover.svg")
    no-repeat center;
  background-size: contain;
}
.yith-wacp-content table.cart-list td.item-remove a:hover.nitro-lazy {
  background-image: none !important;
}
.yith-wacp-content table.cart-list td.item-thumb {
  width: 90px;
  text-align: center;
}
.yith-wacp-content table.cart-list td.item-thumb img {
  max-width: 70px;
  height: auto;
}
.yith-wacp-content table.cart-list td.item-info {
  font-size: 15px;
}
.yith-wacp-content table.cart-list td.item-info .item-name {
  display: block;
}
.yith-wacp-content table.cart-list td.item-info .item-price {
  font-weight: 700;
}
.yith-wacp-content
  table.cart-list
  td.item-info
  .bundled_table_item_price:before {
  display: none;
}
.yith-wacp-content table.cart-list td.item-info dl,
.yith-wacp-content table.cart-list td.item-info dd,
.yith-wacp-content table.cart-list td.item-info p {
  margin-bottom: 0;
}
.yith-wacp-content table.cart-list td.item-info dt,
.yith-wacp-content table.cart-list td.item-info dd {
  display: inline-block;
}
.yith-wacp-content table.cart-list td.item-price,
.yith-wacp-content table.cart-list td.item-quantity {
  text-align: center;
}
.yith-wacp-content table.cart-list td.item-subtotal {
  text-align: right;
}
table.cart-list .blockUI.blockOverlay:before,
table.cart-list .loader:before {
  background: none;
}
#yith-wacp-mini-cart {
  position: fixed;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 8px #ccc;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
.yith-wacp-mini-cart-icon {
  width: 45px;
  height: 45px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.yith-wacp-mini-cart-count {
  position: absolute;
  top: -13px;
  left: -15px;
  background: #ff171a;
  color: #fff;
  min-width: 25px;
  height: 25px;
  padding: 0 5px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #yith-wacp-popup .yith-wacp-content {
  }
  .yith-wacp-content
    .yith-wacp-related
    li.product.yith-wacp-related-product:nth-of-type(2n) {
    float: left;
    clear: none;
  }
  .yith-wacp-content .yith-wacp-related li.product a.button {
    display: block;
    white-space: initial;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .yith-wacp-content .product-thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .yith-wacp-content .product-thumb img {
    max-width: 80px;
  }
  .yith-wacp-content .info-box {
    overflow: visible;
  }
  .yith-wacp-content .product-info {
    padding-bottom: 10px;
  }
  .yith-wacp-content h3.product-title {
    font-size: 18px;
  }
  .yith-wacp-content .product-price {
    font-size: 15px;
  }
  .yith-wacp-content .cart-info > div {
    font-size: 12px;
  }
  .yith-wacp-content .cart-info {
    padding: 10px 0;
  }
  .yith-wacp-content .popup-actions {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .yith-wacp-content .popup-actions .button {
    font-size: 11px;
    width: 100%;
    margin: 0 0 5px;
    box-sizing: border-box;
  }
  #yith-wacp-popup .yith-wacp-content {
  }
  .yith-wacp-content .yith-wacp-related {
    margin-top: 10px;
  }
  .yith-wacp-content .yith-wacp-related > h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .yith-wacp-content .yith-wacp-related ul.products.columns-3 li.product,
  .yith-wacp-content .yith-wacp-related ul.products.columns-4 li.product,
  .yith-wacp-content .yith-wacp-related ul.products.columns-5 li.product,
  .yith-wacp-content .yith-wacp-related ul.products.columns-6 li.product {
    width: 48%;
    margin-bottom: 10px;
  }
  .yith-wacp-content
    .yith-wacp-related
    ul.products
    li.product:nth-of-type(2n + 1) {
    float: left;
    clear: both !important;
  }
  .yith-wacp-content .yith-wacp-related ul.products li.product:nth-of-type(2n) {
    float: right;
    margin-right: 0;
    clear: none !important;
  }
  .yith-wacp-content table.cart-list,
  .yith-wacp-content table.cart-list tbody {
    display: block;
  }
  .yith-wacp-content table.cart-list tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .yith-wacp-content table.cart-list td {
    padding: 10px 10px;
  }
  .yith-wacp-content table.cart-list td.item-thumb {
    width: 70px;
    flex: 30%;
  }
  .yith-wacp-content table.cart-list td.item-thumb img {
    width: 50px;
  }
  .yith-wacp-content table.cart-list td.item-remove {
    width: 25px;
    flex: 10%;
  }
  .yith-wacp-content table.cart-list td.item-quantity {
    flex: 30%;
  }
  .yith-wacp-content table.cart-list td.item-subtotal {
    flex: 70%;
    text-align: center;
  }
  .yith-wacp-content table.cart-list td.item-info {
    flex: 60%;
  }
  .yith-wacp-content table.cart-list td.item-info,
  .yith-wacp-content table.cart-list td.item-subtotal,
  .yith-wacp-content table.cart-list td.item-quantity input {
    font-size: 13px;
  }
  .yith-wacp-content table.cart-list td.item-price {
    display: none;
  }
  .yith-wacp-content table.cart-list td.item-quantity .quantity {
    margin: 0 !important;
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .yith-wacp-content table.cart-list td.item-thumb {
    display: none;
  }
  .yith-wacp-content table.cart-list td.item-info,
  .yith-wacp-content table.cart-list td.item-subtotal,
  .yith-wacp-content table.cart-list td.item-quantity input {
    font-size: 12px;
  }
  .yith-wacp-content .yith-wacp-related ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
