.widget_sp_image {
  margin-bottom: 40px;
}
.widget_sp_image:hover img {
  opacity: 0.85;
}
.widget_sp_image img {
  width: 100%;
}
h1.page-title {
  font-weight: 700 !important;
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.products-wrapper {
  padding: 35px 0;
}
.products-wrapper .products-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.products-wrapper .products-nav:last-child .sw-filter-button {
  display: block;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav .woocommerce-result-count {
  line-height: 33px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  float: left;
}
.products-wrapper .products-nav .view-mode-wrap {
  margin-left: 20px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 34px;
  height: 34px;
  float: left;
  border: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 2px;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover {
  border: 1px solid var(--color);
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view > span {
  background: url(../assets/img/icon-grid.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  height: 14px;
  width: 14px;
  padding: 2px 0;
  margin: 9px 0;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:hover > span,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view.active > span {
  background: url(../assets/img/default/icon-grid.svg) no-repeat center center;
  background-size: cover;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view2 > span {
  background: url(../assets/img/icon-list.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  height: 14px;
  width: 14px;
  padding: 2px 0;
  margin: 9px 0;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view2:hover > span,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view2.active > span {
  background: url(../assets/img/default/icon-list.svg) no-repeat center center;
  background-size: cover;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering {
  display: inline-block;
  position: relative;
  z-index: 1;
  float: right;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  line-height: 32px;
  margin: 0;
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count {
  min-width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  text-align: right;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
  line-height: 32px;
  display: block;
  border: 0;
  padding: 0 20px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #222;
  float: left;
  margin-right: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li > span {
  font-size: 14px;
  color: #222;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li > span:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 10px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li > span:after {
  right: auto;
  left: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  position: absolute;
  top: 32px;
  left: -15px;
  transition: all .3s;
  border: 1px solid #ededed;
  background-color: #fff;
  width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li {
  line-height: 34px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a {
  display: block;
  font-size: 14px;
  color: #222;
  padding: 0;
  position: relative;
  text-align: center;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li:last-child a:before {
  width: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li.current a,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li:hover a {
  color: var(--color);
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.products-wrapper .products-nav .product-sortby .sort-by {
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  color: #222;
  line-height: 34px;
}
.rtl .products-wrapper .products-nav .product-sortby .sort-by {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .products-wrapper .products-nav .product-sortby .sort-by:before {
  left: -15px;
  right: auto;
}
.products-wrapper .products-nav form.woocommerce-ordering {
  float: right;
  margin: 0 10px 0 0;
}
.rtl .products-wrapper .products-nav form.woocommerce-ordering {
  float: left;
  margin: 0 0 0 10px;
}
.products-wrapper .products-nav form.woocommerce-ordering select.orderby {
  height: 34px;
  padding: 0 10px;
  -webkit-appearance: listbox;
  appearance: listbox;
  -ms-appearance: listbox;
  border-color: transparent;
  border-radius: 0;
}
.products-wrapper .woocommerce-pagination .note {
  line-height: 40px;
  padding: 0 15px;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: #fff;
  border: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li {
  float: left;
  border: 0;
  margin: 0 4px;
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ededed;
  display: block;
  font-size: 14px;
  padding: 0;
  color: #999;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  font-size: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 14px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f105";
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f104";
}
.products-wrapper .products-loop {
  list-style-type: none;
}
.products-wrapper .products-loop >li {
  margin-bottom: 30px;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .item-img .item-bottom .wcfmmp_sold_by_container {
  display: none;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .item-content .sw-variation-wrapper {
  display: none;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .sw-variation-wrapper {
  text-align: left;
  margin-top: 15px;
  padding: 0;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  display: block;
  margin: 0 0 5px;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation .sw-radio-variation {
  margin: 0 2px 6px;
  border-radius: 50%;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation .sw-radio-variation > span {
  border-radius: 50%;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation .sw-radio-variation > span:after {
  border-radius: 50%;
}
.products-wrapper .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation .sw-radio-variation span.variation-color {
  margin: 0;
  min-width: 18px;
  min-height: 18px;
}
.products-wrapper .products-loop.grid >li {
  display: inline-block;
  vertical-align: top;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img {
  padding: 0 0 15px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img a {
  width: 100%;
  max-width: auto;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img a img {
  margin-bottom: 0;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img .item-bottom {
  overflow: initial;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img .item-bottom .cart .quantity {
  position: absolute;
  background-color: #666;
  z-index: 9;
  left: 0;
  bottom: -35px;
  margin: 0 !important;
  height: 30px;
  border-radius: 4px;
  display: block;
}
.rtl .products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img .item-bottom .cart .quantity {
  right: 0;
  left: auto;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img .item-bottom .cart .quantity .qty {
  color: #fff;
  top: 5px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img .item-bottom .cart .quantity .plus {
  top: 5px;
  right: 5px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img .item-bottom .cart .quantity .minus {
  left: 5px;
  top: 5px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-img .sw-variation-wrapper {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content {
  padding: 0 20px 15px;
  background-color: transparent;
  text-align: left;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-categories {
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-categories a {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
  line-height: 20px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-categories a:hover {
  color: var(--color);
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 {
  margin: 0 0 10px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .reviews-content {
  float: none;
  padding: 5px 0 4px;
  display: block;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .reviews-content .star {
  height: 12px;
  width: 80px;
  margin-left: -2px;
  background: url("../assets/img/star-list.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .reviews-content .star span {
  background: url('../assets/img/star-list1.png') repeat;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price {
  margin: 0 0 6px;
  font-weight: 500;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price ins {
  font-weight: 500;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price del {
  font-weight: 400;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price del .amount {
  font-size: 12px;
  color: #999;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-bottom {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .sw-variation-wrapper {
  display: block;
}
.products-wrapper .products-loop.grid >li .item-wrap28 .item-detail .item-content {
  padding: 0px 0 23px;
}
.products-wrapper .products-loop.grid >li .item-wrap28 .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap28 .item-detail .item-content .item-categories a:after {
  content: '';
  margin: 0;
}
.products-wrapper .products-loop.grid >li .item-wrap28 .item-detail .item-content .item-price {
  margin-bottom: 10px;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price del {
  float: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins {
  float: none;
}
.products-wrapper .products-loop.list2 .item {
  width: 100% !important;
  margin: 0 0 30px;
}
.products-wrapper .products-loop.list2 .item .item-detail {
  padding: 20px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .sw-variation-wrapper {
  margin-bottom: 20px;
}
.products-wrapper .products-loop.list2 .item .item-wrap {
  text-align: left;
  background: transparent;
  border: 1px solid #ededed;
}
.rtl .products-wrapper .products-loop.list2 .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail {
  background-color: transparent;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 30px;
}
.rtl .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb img {
  margin: 0;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .item-bottom {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .item-bottom .button,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .item-bottom .button.add_to_cart_button,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .item-bottom a.product_type_simple,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .item-bottom .product_type_variable {
  display: block;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .products-thumb .sw-variation-wrapper {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content {
  padding: 20px 0 0;
  background-color: transparent;
  text-align: left;
  width: auto;
  display: block;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-categories {
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-categories a {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
  line-height: 20px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-categories a:hover {
  color: var(--color);
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content h4 {
  margin: 0 0 10px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .reviews-content {
  float: none;
  padding: 5px 0 4px;
  display: block;
  margin: 0 0 15px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .reviews-content .star {
  height: 12px;
  width: 80px;
  margin-left: -2px;
  background: url("../assets/img/star-list.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .reviews-content .star span {
  background: url('../assets/img/star-list1.png') repeat;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-price {
  margin: 0 0 6px;
  font-weight: 500;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-price ins {
  font-weight: 500;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-price del {
  font-weight: 400;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-price del .amount {
  font-size: 12px;
  color: #999;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-description {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  margin: 0 0 15px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  display: flex;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  display: none;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  padding: 0 40px;
  font-size: 16px;
  text-transform: uppercase;
  height: 44px;
  text-align: center;
  border-radius: 0;
  line-height: 44px;
  float: none;
  order: 1;
  margin: 0 0 9px;
  border: 1px solid #222;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before {
  color: #fff;
  content: '';
  margin: 0;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:hover,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading {
  background-color: var(--color);
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:before {
  background-size: auto;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:after {
  display: none;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.added:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after {
  display: inline-block;
  margin-right: 0;
  margin-left: 5px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  order: 2;
  margin: 0 10px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .single_add_to_wishlist {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background-color: transparent;
  color: #222;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .single_add_to_wishlist:before {
  content: '\f08a';
  font-size: 16px;
}
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .single_add_to_wishlist:hover:before {
  color: var(--color);
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail {
  display: flex;
  padding: 0;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .products-thumb {
  max-width: 330px;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content {
  padding: 30px 40px 0px;
  text-align: left;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content h4 {
  margin-bottom: 20px;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content h4 a {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content .item-description {
  font-size: 16px;
  line-height: 22px;
  color: #888;
  font-weight: 400;
  margin-bottom: 10px;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content .item-price {
  font-size: 24px;
  margin-bottom: 15px;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content .item-price ins {
  font-size: 24px;
}
.products-wrapper .products-loop.list2 .item .item-wrap28 .item-detail .item-content .item-price del {
  font-size: 20px;
}
.woocommerce .products-wrapper ul.products {
  margin: 0 -15px;
}
.product-categories-listing {
  margin: 0 -15px;
  list-style: none;
}
.product-categories-listing .product-category {
  margin-bottom: 30px;
}
.product-categories-listing .product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.product-categories-listing .product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.product-categories-listing .product-category:hover h2.woocommerce-loop-category__title {
  color: var(--color);
}
.product-categories-listing .product-category:hover h2.woocommerce-loop-category__title mark {
  color: var(--color);
}
.product-categories-listing .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.product-categories-listing .product-category a img {
  margin: 0 auto 10px;
}
.product-categories-listing .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #464646;
}
.product-categories-listing .product-category a h3 .count {
  display: none;
}
.product-categories-listing .product-category a:hover h3 {
  background-color: var(--color);
  color: #fff;
}
.sidebar .widget_layered_nav {
  border: 1px solid #ebebeb;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar .widget_layered_nav .block-title-widget h2 {
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
  border-bottom: 0;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 0;
}
.widget_price_filter {
  border: 1px solid #ebebeb;
  padding: 0 0px 20px;
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.widget_price_filter .price_slider_wrapper {
  padding: 0 20px;
}
.widget_price_filter .block-title-widget h2 {
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
  border-bottom: 0;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 30px 20px 0;
}
.elementor-products-grid .pagination-ajax {
  display: none;
}
.woocommerce .product-countdown {
  padding: 10px 0 20px;
  text-align: left;
}
.woocommerce .product-countdown .countdown-row .countdown-section {
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 6px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 18px;
  color: #222;
  text-align: center;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-period {
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
  display: block;
  text-align: center;
  font-weight: 400;
}
.home-style1 .product-countdown .countdown-row .countdown-section {
  border: 0 !important;
}
.rtl.woocommerce .product-countdown .countdown-row .countdown-section {
  margin-left: 14px;
  margin-right: 0;
}
.woocommerce.single-product .product-countdown {
  padding: 5px 0 30px;
}
.woocommerce nav.woocommerce-pagination {
  float: none !important;
  margin: 20px 0 60px;
}
.sw-filter-button {
  color: #222;
  float: left;
  height: 34px;
  padding: 0 15px 0 35px;
  background-color: #fff;
  line-height: 34px;
  border: 1px solid #222;
  margin: 0 35px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.1rem;
}
.sw-filter-button:hover {
  color: var(--color);
  border: 1px solid var(--color);
  background-color: #fff;
}
.sw-filter-button:hover i {
  background: url(../assets/img/default/settings.svg) no-repeat center center;
  background-size: cover;
}
.sw-filter-button i {
  position: absolute;
  left: 13px;
  top: 10px;
  width: 13px;
  height: 13px;
  background-size: cover;
  background: url(../assets/img/settings.svg) no-repeat center center;
}
.sw-filter-button i:before {
  content: '';
}
.sw-filter-button.off {
  color: var(--color);
  border: 1px solid var(--color);
  background-color: #fff;
}
.sw-filter-button.off i {
  background: url(../assets/img/default/close.svg) no-repeat center center;
  background-size: cover;
  width: 11px;
  height: 11px;
}
.sw-filter-button.off:hover i {
  background: url(../assets/img/default/close.svg) no-repeat center center;
  background-size: cover;
}
.rtl .sw-filter-button {
  float: right;
  margin: 0 0 0 35px;
}
@media (max-width: 480px) {
  .sw-filter-button {
    padding: 0 10px;
  }
}
.sw-filter-button i {
  padding: 0 0 0 10px;
}
.rtl .sw-filter-button i {
  padding: 0 10px 0 0;
}
.filter-content {
  position: relative;
  transition: all 0.3s;
  display: block;
  line-height: 30px;
}
.filter-content form {
  display: inline-block;
}
.filter-content form .price_slider_wrapper .ui-slider {
  margin-top: 10px;
}
.filter-content .widget-inner h3 {
  margin-bottom: 20px;
}
.filter-content .price_slider_wrapper .price_label >span {
  padding: 0 5px;
}
.filter-content ul {
  margin: 0;
  list-style: none;
}
.filter-content h3 {
  text-transform: capitalize;
  font-size: 14.22px;
  color: #222;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .filter-content {
    display: none;
  }
}
.filter-content .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
  color: #222;
}
.filter-content .widget_rating_filter ul li .star-rating {
  margin: 10px 0 0;
}
.filter-content .widget_rating_filter .widget-inner ul li span {
  color: var(--color);
}
.rtl .elementor-widget-post-info .elementor-post-info .elementor-icon-list-icon {
  margin-left: 10px;
}
.products-wrapper>.view-mode-wrap {
  display: none;
}
.pagination-ajax {
  text-align: center;
}
.pagination-ajax .button-ajax {
  display: inline-block;
  border: 1px #ebebeb solid;
  text-align: center;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: 20px auto 60px;
  background: #fff;
  font-weight: 700;
}
.pagination-ajax .button-ajax:hover {
  background: #fff;
  color: var(--color);
  border: 1px solid var(--color);
}
.pagination-ajax .button-ajax:before {
  content: attr(data-title);
}
.pagination-ajax .button-ajax.loading {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 1px solid var(--color);
}
.pagination-ajax .button-ajax.loading:before {
  content: "";
  background: none;
}
.pagination-ajax .button-ajax.loaded:before {
  content: attr(data-loaded);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content {
    padding: 30px 20px 0 20px !important;
    text-align: left;
  }
  .rtl .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content {
    text-align: right;
  }
  .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content h4 {
    width: 100%;
  }
  .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content h4 a {
    font-size: 18px;
  }
  .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-price {
    clear: none;
    float: none !important;
    display: block;
    margin-top: 0;
  }
  .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-description {
    clear: none;
    float: none;
    width: 100%;
  }
  .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom {
    float: left;
    margin: 20px 0;
  }
  .rtl .products-wrapper .products-loop.list2 .item .item-wrap .item-detail .item-content .item-bottom {
    float: right;
  }
}
.woocommerce .elementor-element.elementor-wc-products ul.products {
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
  color: var(--color);
  font-weight: 700;
}
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  margin: 0 10px;
  color: var(--color);
  text-decoration: none;
  opacity: 1;
}
.woocommerce div.product .product_detail  form.cart .variations th {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.woocommerce button.button.loading::after {
  top: 0;
}
.woocommerce div.product form.cart .variations label {
  color: #222;
  font-size: 14px;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.woocommerce div.product .product_detail .content_product_detail .out-of-stock {
  color: #fff !important;
}
.product-full-bg .emarket_breadcrumbs {
  margin-bottom: 0;
  padding-bottom: 35px;
}
.product-full-bg .single-product>.product {
  background-color: #f7f7f7;
  position: relative;
}
.product-full-bg .single-product>.product:before {
  content: '';
  height: 100%;
  width: 125px;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: -125px;
}
.product-full-bg .single-product>.product:after {
  content: '';
  height: 100%;
  width: 125px;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  right: -125px;
}
.product-full-bg .single-product>.product .product_detail {
  padding-bottom: 80px;
}
.product-full-bg .single-product>.tabs {
  margin-top: 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
}
.elementor-widget-woocommerce-product-images .elementor-widget-container >.onsale {
  display: none !important;
}
.product_detail.elementor-element .elementor-widget-woocommerce-product-price .sku_wrapper {
  display: none;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  width: 64px !important;
  height: 30px !important;
  border-radius: 0;
  padding: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-left: 0;
}
.rtl .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-right: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  width: 0;
  height: 0;
  border: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover {
  background-color: transparent;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid var(--color);
  background-color: transparent;
  color: var(--color);
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span:before,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span:before {
  opacity: 1;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span {
  font-size: 14px;
  color: #999;
  border-radius: 0;
  font-weight: 400;
  border: 1px solid #ddd;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color {
  background-color: transparent !important;
  height: auto;
  width: auto;
  border-radius: 0;
  text-indent: 0;
  font-weight: 400;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:after {
  border: 0;
  border-radius: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:before {
  content: '';
  width: 0;
  height: 0;
  bottom: 0px;
  right: -1px;
  top: auto;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #ff3c20;
  opacity: 0;
}
.product_detail.single-design .content_product_detail .product-designer-editor-link {
  display: block;
}
.product_detail .slider_img_productd {
  position: relative;
  z-index: 1;
}
.product_detail .onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ff5c00;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
.product_detail .slider_img_productd {
  margin-bottom: 30px;
}
.product_detail .slider_img_productd .product-images .product-images-container {
  position: relative;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  margin-bottom: 10px;
  overflow: hidden;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-dots {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-dots >li {
  float: left;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid transparent;
  margin: 0 0 0 5px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-dots >li.slick-active {
  border: 2px solid #000;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-dots >li.slick-active button {
  background-color: #000;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-dots button {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 0;
  margin: 5px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
  text-align: center;
  height: 80px;
  width: 80px;
  border: 0;
  margin-left: -40px;
  margin-top: -40px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button i {
  font-size: 18px;
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button:hover i {
  background-color: var(--color);
  color: #fff;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next {
  opacity: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  border: 1px solid transparent;
  margin: 0 5px;
  cursor: pointer;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-current .thumbnail-wrapper {
  border-color: var(--color);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  z-index: 3;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  background-color: #fff;
  color: #ebebeb;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 14px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  border: 2px solid var(--color);
  color: var(--color);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -14px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f0d9";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -14px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f0da";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right {
  display: flex;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  width: 20%;
}
.no-sidebar .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.no-sidebar .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  min-width: 145px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product {
  padding: 7px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top {
  display: flex;
  flex-wrap: wrap;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .content_product_detail {
  position: relative;
}
.product_detail .content_product_detail .product_title {
  font-size: 30px;
  color: #222;
  font-weight: 500 !important;
  line-height: 35px;
  margin-bottom: 12px;
  text-transform: capitalize;
  padding-top: 0px !important;
}
.product_detail .content_product_detail .social-share {
  overflow: hidden;
}
.product_detail .content_product_detail .social-share .title-share {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  text-transform: capitalize;
  float: left;
  margin-right: 20px;
  line-height: 30px;
}
.product_detail .content_product_detail .social-share .wrap-content .item-social {
  float: left;
}
.product_detail .content_product_detail .social-share .wrap-content .item-social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #e7e7e7;
  border-radius: 50%;
  color: #000;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
}
.product_detail .content_product_detail .social-share .wrap-content .item-social a:hover {
  background-color: var(--color);
  color: #fff;
}
.product_detail .content_product_detail .sku_wrapper {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
}
.product_detail .content_product_detail .sku_wrapper .sku {
  color: #777;
  padding: 0 5px;
}
.product_detail .content_product_detail .reviews-content {
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
.rtl .product_detail .content_product_detail .reviews-content {
  float: right;
}
.product_detail .content_product_detail .reviews-content .star {
  background: url(../assets/img/star-single.png) repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 15px;
  width: 85px;
}
.product_detail .content_product_detail .reviews-content .star span {
  background: url(../assets/img/star-single-active.png) repeat-x scroll 0 0 rgba(0,0,0,0);
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link,
.product_detail .content_product_detail .reviews-content .woocommerce-write-review {
  display: inline-block;
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link:hover,
.product_detail .content_product_detail .reviews-content .woocommerce-write-review:hover {
  color: var(--color);
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  margin: 0 6px;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .single-price {
  clear: both;
}
.product_detail .content_product_detail .our-price {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
  display: block;
  margin: 0 0 3px;
}
.product_detail .content_product_detail .price {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: var(--color);
}
.product_detail .content_product_detail .price ins {
  float: left;
  margin-left: 0 !important;
  font-size: 30px;
  font-weight: 500 !important;
  text-decoration: none;
}
.rtl .product_detail .content_product_detail .price ins {
  float: right;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.product_detail .content_product_detail .price del {
  line-height: 37px;
  opacity: 1;
  margin: 0 10px;
  color: #a6a6a6;
  text-decoration: none;
}
.product_detail .content_product_detail .price del span {
  font-size: 20px !important;
  color: #a6a6a6 !important;
}
.product_detail .content_product_detail .item-brand {
  float: none;
  display: flex;
  align-items: center;
  margin: 0 38px 20px 0;
  position: relative;
}
.product_detail .content_product_detail .item-brand.item-brand:before {
  width: 0;
  height: 0;
}
.rtl .product_detail .content_product_detail .item-brand {
  float: right;
  margin: 0 0 20px 38px;
}
.rtl .product_detail .content_product_detail .item-brand:before {
  left: -20px;
  right: auto;
}
.product_detail .content_product_detail .item-brand:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ddd;
  position: absolute;
  right: -20px;
  top: 4px;
}
@media (max-width: 640px) {
  .product_detail .content_product_detail .item-brand:before {
    width: 0;
    height: 0;
  }
}
.product_detail .content_product_detail .item-brand >span {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.product_detail .content_product_detail .item-brand >a {
  display: inline-block;
  padding: 0 5px 0 0;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.product_detail .content_product_detail .item-brand >a:hover {
  color: var(--color);
}
.product_detail .content_product_detail .item-brand >a img {
  max-width: 80px;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 30px 0 35px;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: #6ca40c;
  text-transform: capitalize;
  position: relative;
  margin-right: 60px;
  padding-left: 24px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: right;
  margin-left: 60px;
  margin-right: 0;
  padding-right: 24px;
  padding-left: 0;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  content: '\f058';
  font-family: 'FontAwesome';
  position: absolute;
  left: 1px;
  top: 2px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  right: 1px;
  left: auto;
}
.product_detail .content_product_detail .product-info .shipping-text {
  position: relative;
  font-size: 14px;
  color: #777;
  float: left;
}
.rtl .product_detail .content_product_detail .product-info .shipping-text {
  float: right;
}
.product_detail .content_product_detail .product-info .shipping-text:after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #ededed;
  position: absolute;
  top: -3px;
  left: -30px;
}
.rtl .product_detail .content_product_detail .product-info .shipping-text:after {
  right: -30px;
  left: auto;
}
.product_detail .content_product_detail .product-info .shipping-text i {
  margin-right: 10px;
}
.rtl .product_detail .content_product_detail .product-info .shipping-text i {
  margin-left: 10px;
  margin-right: 0;
}
.product_detail .content_product_detail .product-info.out-stock {
  border: 0;
  padding: 0;
}
.product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock {
  margin: 25px 0 0;
}
.product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock h4 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin: 0 0 12px;
}
.product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock .mc4wp-form input {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock .mc4wp-form input[type="email"] {
  height: 46px;
  background-color: #f7f7f7;
  min-width: 360px;
  float: left;
  margin-right: 6px;
  padding: 0 20px;
  color: #bbb;
  margin-bottom: 10px;
}
.rtl .product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock .mc4wp-form input[type="email"] {
  float: right;
  margin-left: 6px;
  margin-right: 0;
}
.product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock .mc4wp-form input[type=submit] {
  float: left;
  height: 46px;
  padding: 0 30px;
  background-color: var(--color);
  line-height: 46px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.rtl .product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock .mc4wp-form input[type=submit] {
  float: right;
}
.product_detail .content_product_detail .product-info.out-stock .subscribe-form-out-stock .mc4wp-form input[type=submit]:hover {
  background-color: var(--darken5);
}
.product_detail .content_product_detail .out-of-stock {
  display: inline-block;
  height: 26px;
  background-color: #b2b2b2;
  padding: 0 15px;
  border-radius: 13px;
  line-height: 26px;
  color: #fff;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown {
  margin: 10px 0 40px;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time {
  display: flex;
  align-items: center;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .title-deals {
  width: 40%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222;
  text-transform: uppercase;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .product-countdown {
  width: 60%;
  padding: 0px 0 30px;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .product-countdown .countdown-show4 .countdown-section {
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 23px;
  position: relative;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .product-countdown .countdown-show4 .countdown-section:after {
  content: ':';
  font-size: 28px;
  color: #222;
  line-height: 56px;
  position: absolute;
  right: -15px;
  top: -2px;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .product-countdown .countdown-show4 .countdown-section .countdown-amount {
  width: 62px;
  height: 56px;
  border: 1px solid #ededed;
  font-size: 22px;
  font-weight: 700;
  color: var(--color);
  line-height: 54px;
  text-align: center;
  margin: 0 0 8px;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .product-countdown .countdown-show4 .countdown-section .countdown-period {
  text-transform: capitalize;
  font-size: 12px;
  color: #222;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .product-countdown .countdown-show4 .countdown-section:last-child {
  margin: 0;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .countdown-time .product-countdown .countdown-show4 .countdown-section:last-child:after {
  font-size: 0;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .sold-item {
  display: flex;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .sold-item .emarket-stock {
  width: 40%;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .sold-item .emarket-stock .stock-sold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222;
  text-transform: uppercase;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .sold-item .sales-bar {
  margin-bottom: 0px;
  width: 60%;
  max-width: 320px;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .sold-item .sales-bar .sales-bar-total {
  width: 100%;
  position: relative;
  height: 14px;
  border-radius: 0px;
  background: #eee;
  margin-bottom: 7px;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .sold-item .sales-bar .sales-bar-total >span {
  display: block;
  position: absolute;
  left: 0;
  height: 14px;
  top: 0;
  background: var(--color);
  border-radius: 0px;
}
.product_detail .content_product_detail .single-countdown .wrap-countdown .sold-item .sales-bar > span {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  line-height: 20px;
}
.product_detail .content_product_detail .description,
.product_detail .content_product_detail .woocommerce-product-details__short-description {
  line-height: 22px;
  color: #7d7d7d;
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 24px;
}
.product-type-grouped .product_detail .content_product_detail .description,
.product-type-grouped .product_detail .content_product_detail .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .description h4,
.product_detail .content_product_detail .woocommerce-product-details__short-description h4 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.product_detail .content_product_detail .woocommerce-product-details__short-description {
  margin-top: 0;
}
.product_detail .content_product_detail .stock {
  font-size: 13px !important;
  color: var(--color) !important;
}
.product_detail .content_product_detail .in-stock {
  color: #6ca40c !important;
}
.product_detail .content_product_detail .out-stock {
  color: #ff3c20 !important;
}
.product_detail .content_product_detail .item-meta .posted_in,
.product_detail .content_product_detail .item-meta .tagged_as {
  font-size: 14px;
  color: #777;
  display: block;
  margin: 0 0 10px;
}
.product_detail .content_product_detail .item-meta .posted_in a,
.product_detail .content_product_detail .item-meta .tagged_as a {
  color: #222;
}
.product_detail .content_product_detail .item-meta .posted_in a:hover,
.product_detail .content_product_detail .item-meta .tagged_as a:hover {
  color: var(--color);
}
.product_detail .content_product_detail .wc-soldby-start .wcvendors_sold_by_in_loop {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.product_detail .content_product_detail .wc-soldby-start .wcvendors_sold_by_in_loop a {
  color: #222;
}
.product_detail .content_product_detail .wc-soldby-start .wcvendors_sold_by_in_loop a:hover {
  color: var(--color);
}
.product_detail .content_product_detail a.goto_more_offer_tab {
  border-radius: 0;
  color: #fff;
  background-color: var(--color);
}
.product_detail .content_product_detail a.goto_more_offer_tab:hover {
  background-color: var(--darken5);
}
.product_detail .content_product_detail .cart {
  margin-bottom: 0 !important;
}
.product_detail .content_product_detail .cart .qty {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  position: relative;
  margin-bottom: -12px;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  border: 0;
  border: 1px solid #ededed;
  height: 56px;
  width: 133px;
  padding-top: 0;
  margin: 0 10px 0px 0 !important;
}
.product_detail .content_product_detail .cart .quantity:before {
  content: '';
  margin: 0;
}
.rtl .product_detail .content_product_detail .cart .quantity {
  float: right;
  margin: 0 0 0px 10px !important;
}
.product_detail .content_product_detail .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  background-color: #fff;
  width: 41px;
  height: 56px;
}
.product_detail .content_product_detail .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product_detail .content_product_detail .cart .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail .content_product_detail .cart .quantity .input-text {
  height: 54px !important;
}
.product_detail .content_product_detail .cart .quantity .minus,
.product_detail .content_product_detail .cart .quantity .plus {
  font-size: 0;
  color: #898989;
}
.product_detail .content_product_detail .cart .quantity .minus:hover,
.product_detail .content_product_detail .cart .quantity .plus:hover {
  opacity: 0.5;
}
.product_detail .content_product_detail .cart .quantity .minus {
  background: url(../assets/img/icon-minus.png) no-repeat top 16px center;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/icon-plus.png) no-repeat top 16px center;
}
.product_detail .content_product_detail .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
}
.product_detail .content_product_detail .cart .quantity input.qty {
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
}
.product_detail .content_product_detail .cart.grouped_form {
  margin-bottom: 40px;
  width: 100%;
}
.product_detail .content_product_detail .cart.grouped_form .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart.grouped_form .addcart-wrapper {
  margin-top: 0px;
}
.product_detail .content_product_detail .cart.grouped_form .yith-wcwl-add-to-wishlist {
  margin: 0 10px;
}
.product_detail .content_product_detail .cart.grouped_form .group_table {
  border: 0;
  width: 100%;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity >.qty {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--color);
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price span.amount {
  font-size: 16px;
  color: var(--color);
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
  display: block;
  margin: 5px 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins span.amount {
  font-size: 16px;
  color: var(--color);
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del {
  display: block;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del span.amount {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price .stock {
  clear: both;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.label {
  white-space: normal;
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form .price {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form .price span>.amount,
.product_detail .content_product_detail .cart.grouped_form .price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
}
.product_detail .content_product_detail .cart.grouped_form .price ins {
  font-size: 24px;
  color: var(--color);
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.product_detail .content_product_detail .cart.variations_form .variations td.label label {
  color: #888;
  font-size: 12px;
  margin-bottom: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  margin: 0 3px 10px;
  border-radius: 50%;
  padding: 3px;
  border: 0;
  width: auto !important;
  height: auto !important;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.sw-radio-variation-image {
  margin: 0 20px 10px;
  position: relative;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.sw-radio-variation-image:before {
  content: '';
  height: 30px;
  width: 1px;
  background-color: #ededed;
  position: absolute;
  left: -20px;
  top: 6px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.sw-radio-variation-image:first-child:before {
  width: 0;
  height: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-left: -3px;
}
.rtl .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-right: -3px;
  margin-left: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span.variation-color:after,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span.variation-color:after {
  content: '';
  width: 14px;
  height: 11px;
  left: 50%;
  top: 50%;
  margin-top: -5.5px;
  margin-left: -7px;
  color: #fff;
  font-size: 16px;
  display: block;
  background: url("../assets/img/check.png") center;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected .variation-image,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover .variation-image {
  border: 1px solid var(--color);
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span {
  background-color: #f5f5f5;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  top: 6px;
  right: 50%;
  height: 27px;
  transform: rotate(90deg);
  background-color: #777;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span.variation-color:before {
  top: 0px;
  right: 15px;
  height: 100%;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span.variation-color:after {
  content: '';
  position: absolute;
  width: 2px;
  background: #ff5c00;
  height: 100%;
  transform: rotate(-45deg);
  top: -1px;
  left: 15px;
  opacity: 1;
  background-color: #fff;
  display: block;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation >span {
  border-radius: 50%;
  border: 1px solid #ededed;
  min-width: 54px;
  min-height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation >span:after {
  border-radius: 3px;
  border: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color {
  min-width: initial;
  min-height: initial;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color:after {
  display: none;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  min-width: 60px;
  min-height: 60px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 70px;
  height: 70px;
  border: 1px solid transparent;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:before,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:after {
  opacity: 0 !important;
}
.product_detail .content_product_detail .cart.variations_form .single_variation_wrap .disabled {
  padding: 0 50px;
}
.product_detail .content_product_detail .cart .clear {
  display: none;
}
.product_detail .content_product_detail .item-bottom .clear {
  clear: none;
}
.product_detail .content_product_detail .product-designer-editor-link {
  padding: 15px;
  font-size: 16px;
  border-radius: 0;
  display: none;
}
.product_detail .content_product_detail .product-designer-editor-link .fa-crop {
  display: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  margin: 0;
  float: left;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
    margin: 0 5px;
  }
  .single-buynow .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
    margin: 0;
  }
}
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  float: right;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 16px;
  content: "\f08a";
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: var(--color);
  color: #fff;
}
.product_detail .content_product_detail .compare {
  float: left;
}
.rtl .product_detail .content_product_detail .compare {
  float: right;
}
.product_detail .content_product_detail .compare:before {
  font-size: 16px;
  content: "\f021";
  margin-right: 5px;
}
@media (max-width: 1680px) {
  .product_detail .content_product_detail .compare:before {
    margin: 0;
  }
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product_detail .content_product_detail a.compare {
  color: #222;
  font-weight: 500;
  height: 56px;
  line-height: 56px;
  padding: 0;
  background-color: #fff;
  border: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 20px;
  float: left;
  margin: 0px;
  text-align: center;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .fa-heart,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .fa-heart,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .fa-heart,
.product_detail .content_product_detail a.compare .fa-heart {
  display: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product_detail .content_product_detail a.compare:before {
  font-family: fontawesome;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.product_detail .content_product_detail a.compare:hover {
  background-color: #fff;
  color: var(--color);
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product_detail .content_product_detail a.compare:hover:before {
  color: var(--color);
}
@media (min-width: 1680px) {
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .product_detail .content_product_detail a.compare {
    border: 0;
    font-size: 12px;
    color: #222;
    height: auto;
    line-height: 50px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 0;
  }
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
  .product_detail .content_product_detail a.compare:before {
    font-size: 16px;
  }
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
  .product_detail .content_product_detail a.compare:hover {
    background: none;
    color: var(--color);
  }
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
  .product_detail .content_product_detail a.compare:hover:before {
    color: var(--color);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .product_detail .content_product_detail a.compare {
    margin: 0;
  }
}
.product_detail .content_product_detail .add_to_cart_button,
.product_detail .content_product_detail .product_type_external,
.product_detail .content_product_detail .product_type_grouped,
.product_detail .content_product_detail .single_add_to_cart_button,
.product_detail .content_product_detail .wc-variation-is-unavailable {
  height: 56px;
  line-height: 56px;
  text-transform: capitalize;
  background-color: var(--color) !important;
  color: #fff;
  font-size: 16px;
  padding: 0 50px;
  margin-right: 5px;
  font-weight: 500;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .product_detail .content_product_detail .add_to_cart_button,
  .product_detail .content_product_detail .product_type_external,
  .product_detail .content_product_detail .product_type_grouped,
  .product_detail .content_product_detail .single_add_to_cart_button,
  .product_detail .content_product_detail .wc-variation-is-unavailable {
    margin-bottom: 20px;
  }
  .rtl .product_detail .content_product_detail .add_to_cart_button,
  .rtl .product_detail .content_product_detail .product_type_external,
  .rtl .product_detail .content_product_detail .product_type_grouped,
  .rtl .product_detail .content_product_detail .single_add_to_cart_button,
  .rtl .product_detail .content_product_detail .wc-variation-is-unavailable {
    margin-left: 5px;
    margin-right: 0;
  }
}
.product_detail .content_product_detail .add_to_cart_button:hover,
.product_detail .content_product_detail .product_type_external:hover,
.product_detail .content_product_detail .product_type_grouped:hover,
.product_detail .content_product_detail .single_add_to_cart_button:hover,
.product_detail .content_product_detail .wc-variation-is-unavailable:hover {
  background-color: var(--darken10) !important;
  color: #fff !important;
}
.product_detail .content_product_detail .single-buynow.sticky-detail-buton .item-bottom {
  margin: 0 !important;
}
.product_detail .content_product_detail .single-buynow .button-buynow {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 50px;
  height: 56px;
  text-transform: capitalize;
  background-color: var(--color);
  line-height: 56px;
  color: #fff;
  margin: 0 15px 20px;
  float: left;
}
@media (min-width: 1360px) and (max-width: 1500px) {
  .product_detail .content_product_detail .single-buynow .button-buynow {
    padding: 0 30px;
  }
}
.product_detail .content_product_detail .single-buynow .button-buynow:hover {
  background: var(--darken10);
}
.product_detail .content_product_detail .single-buynow .button-buynow.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.product-type-external .product_detail .content_product_detail .cart {
  margin: 0 0 40px;
}
.product-type-external .product_detail .content_product_detail .single_add_to_cart_button {
  background-color: var(--color) !important;
  color: #fff !important;
  padding: 0 50px;
}
.product-type-external .product_detail .content_product_detail .single_add_to_cart_button:before {
  background: none;
}
.product-type-external .product_detail .content_product_detail .single_add_to_cart_button:hover {
  background-color: var(--darken5) !important;
}
.product_detail .slider_img_productd .product-images.sidebar-single .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images.sidebar-single .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  min-width: 100px;
}
.product_detail .slider_img_productd .product-images.no-sidebar .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images.no-sidebar .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  min-width: 145px;
}
.swpb-bundled-products-container {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.swpb-bundled-products-container h4 {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin: 0 0 30px;
}
.swpb-bundled-products-container .swpb-bundled-product {
  margin-bottom: 10px;
  float: left;
  padding-right: 40px;
  position: relative;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product {
  float: right;
  padding-left: 40px;
  padding-right: 0;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product:before {
  left: 20px;
  right: auto;
}
.swpb-bundled-products-container .swpb-bundled-product:before {
  content: '+';
  font-size: 24px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 25px;
}
.swpb-bundled-products-container .swpb-bundled-product:last-child:before {
  content: '';
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 10px;
  width: 75px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 0;
  margin-left: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info {
  overflow: hidden;
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category a {
  font-size: 13px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 {
  margin-bottom: 3px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a {
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a:hover {
  color: var(--color);
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  margin: 0 0 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price {
  color: var(--color);
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 18px !important;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price ins {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock {
  font-size: 12px;
  text-transform: capitalize;
  color: #6ca40c;
  font-weight: 600;
}
.single-product .wc-soldby-start {
  padding: 0;
}
.single-product .wc-soldby-start small {
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
}
.single-product .wc-soldby-start small >a {
  font-weight: 400;
  color: #222;
  text-transform: capitalize;
  padding: 0 3px;
}
.single-product .wc-soldby-start small >a:hover {
  color: var(--color);
}
.single-product >.tabs,
.single-product .tabs-elementor {
  margin-bottom: 80px;
  margin-top: 100px;
  border: 0;
  border-radius: 0;
}
.single-product >.tabs .tabbable,
.single-product .tabs-elementor .tabbable {
  text-align: center;
}
.single-product >.tabs .tabbable .nav.nav-tabs,
.single-product .tabs-elementor .tabbable .nav.nav-tabs {
  margin: 0;
  background-color: #fff;
  border: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
}
.single-product >.tabs .tabbable .nav.nav-tabs li,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0 20px;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li,
.rtl .single-product .tabs-elementor .tabbable .nav.nav-tabs li {
  float: right;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li a {
  border: 0;
  padding: 14px 0px;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  color: #222;
  font-weight: 500;
  background-color: #fff;
  margin: 0;
  position: relative;
  border-radius: 30px;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a:before,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li a:before {
  content: '';
  height: 1px;
  background-color: var(--color);
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a:before,
.rtl .single-product .tabs-elementor .tabbable .nav.nav-tabs li a:before {
  left: 0;
  right: auto;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li.active a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li:hover a {
  background-color: #fff;
  color: var(--color);
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a:before,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a:before,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li.active a:before,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li:hover a:before {
  width: 100%;
}
.single-product >.tabs .tabbable .tab-content,
.single-product .tabs-elementor .tabbable .tab-content {
  border-top: 1px solid #ededed;
}
.single-product >.tabs .tabbable .tab-content #tab-description p,
.single-product .tabs-elementor .tabbable .tab-content #tab-description p {
  margin-bottom: 0;
}
.single-product >.tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub .vendor_name,
.single-product .tabs-elementor .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub .vendor_name {
  float: left;
}
.single-product >.tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub .star-rating,
.single-product .tabs-elementor .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub .star-rating {
  margin-top: 3px;
}
.single-product >.tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins,
.single-product .tabs-elementor .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins {
  text-decoration: none;
  font-weight: 700;
}
.single-product >.tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins span,
.single-product .tabs-elementor .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins span {
  color: var(--color);
  margin: 0 5px;
}
.single-product >.tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.product_type_simple,
.single-product >.tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.buttongap,
.single-product .tabs-elementor .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.product_type_simple,
.single-product .tabs-elementor .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.buttongap {
  border-radius: 0;
  background-color: var(--color);
  color: #fff;
  margin: 0 5px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane {
  padding: 40px 150px 50px;
  text-align: left;
  line-height: 27px;
  color: #555;
  font-size: 16px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane h2 {
  display: none;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone,
.rtl .single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone.image-content,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product >.tabs #reviews,
.single-product .tabs-elementor #reviews {
  color: #333;
}
.single-product >.tabs #reviews .form-submit .submit,
.single-product .tabs-elementor #reviews .form-submit .submit {
  padding: 12px 30px !important;
  background-color: #222 !important;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product >.tabs #reviews .form-submit .submit:hover,
.single-product .tabs-elementor #reviews .form-submit .submit:hover {
  background-color: var(--color) !important;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr:first-child td.label {
  padding-top: 0;
}
.variations tr td.label {
  display: block;
  line-height: 30px;
  text-align: left;
  padding: .5em 1em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #222;
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}
.variations tr td.value {
  padding: 0;
  display: block;
}
.variations tr td.value select {
  width: 200px !important;
  width: 100%;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: 0;
  text-transform: uppercase;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 0;
  text-align: center;
  color: #fc2a2a;
  display: block !important;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .variations tr .reset_variations {
  text-align: right;
  margin-right: 10px;
  margin-left: 0;
}
.variations tr .reset_variations:before {
  font-family: FontAwesome;
  content: '\f00d';
  margin-right: 8px;
}
.bottom-single-product .most-viewed6.style2 {
  padding-bottom: 35px;
  border-bottom: 1px solid #ededed;
  margin: 0 0 80px;
}
.bottom-single-product .most-viewed6.style2 .box-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 30px;
  font-weight: 400;
  font-family: Roboto !important;
}
.bottom-single-product .most-viewed6.style2 .box-title h3:before {
  width: 0;
  height: 0;
}
.bottom-single-product .most-viewed6.style2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content {
  padding: 20px 0;
  text-align: center;
}
.rtl .bottom-single-product .most-viewed6.style2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content {
  text-align: center;
}
.single_variation {
  margin-bottom: 15px;
}
.woo-slider-default {
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: center;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-bottom: 0;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: right;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child>a {
  padding-left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child>a {
  padding-right: 0;
  padding-left: 20px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover {
  border: 0;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a {
  color: #222;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li >a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 0 20px;
  background-color: transparent;
  font-size: 24px;
  color: #999;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap {
  border: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content {
  padding: 20px 0px 15px;
  background-color: transparent;
  text-align: left;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-categories {
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-categories a {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
  line-height: 20px;
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-categories a:after {
  content: ',';
  margin-right: 3px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-categories a:hover {
  color: var(--color);
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-categories a:last-child:after {
  content: '';
  margin: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content h4 {
  margin: 0 0 10px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content h4 a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content h4 a:hover {
  color: var(--color);
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .reviews-content {
  float: none;
  padding: 5px 0 4px;
  display: block;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .reviews-content .star {
  height: 12px;
  width: 80px;
  margin-left: -2px;
  background: url("../assets/img/star-list.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .reviews-content .star span {
  background: url('../assets/img/star-list1.png') repeat;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-price {
  margin: 0 0 6px;
  font-weight: 500;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-price ins {
  font-weight: 500;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-price del {
  font-weight: 400;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-price del .amount {
  font-size: 12px;
  color: #999;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-description {
  display: none;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .slider .item .item-wrap .item-content .item-bottom {
  display: none;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 80px;
  position: relative;
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider {
  border: 0;
  margin: 0 -15px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item {
  padding: 0 15px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap {
  border: 1px solid #ebebeb;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-img .sw-custom-variation {
  text-align: left;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  left: auto;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  font-size: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background-color: var(--color);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background-size: cover;
  background: url('../assets/img/zoom-in-hover.svg') no-repeat center center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: '';
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '';
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 15px;
  height: 15px;
  vertical-align: top;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: contain;
  background: url('../assets/img/zoom-in.svg') no-repeat center center;
  border-radius: 50%;
}
.woocommerce div.product .slider_img_productd div.images.woocommerce-product-gallery {
  direction: ltr;
}
.product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper {
  align-items: center;
  display: flex;
}
.product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper .quantity {
  margin: 0 20px 0 0 !important;
}
.rtl .product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper .quantity {
  margin: 0 20px 0 0 !important;
}
.product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper .quantity:before {
  display: none;
}
.sticky-detail-buton.addcart-wrapper {
  position: fixed;
  top: 0;
  z-index: 998;
  right: 0;
  height: 100px;
  align-items: center;
  margin: 0 auto;
  left: 0;
  justify-content: flex-end;
}
.sticky-detail-buton.addcart-wrapper.single-buynow .button-buynow {
  margin: 0 20px;
}
.sticky-detail-buton.addcart-wrapper a.compare {
  margin-left: 0;
}
.single-bottom .sticky-detail-buton.addcart-wrapper {
  bottom: 0;
  top: auto;
}
@media (min-width: 768px) {
  .sticky-detail-buton.addcart-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .sticky-detail-buton.addcart-wrapper {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .sticky-detail-buton.addcart-wrapper {
    max-width: 1650px;
  }
}
.single-bottom #emarket-totop {
  bottom: 115px;
}
.single-bottom .ztb-tab-container {
  bottom: 110px !important;
}
.sticky-detail {
  visibility: hidden;
  opacity: 0;
  height: 100px;
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  align-items: center;
}
.sticky-detail .author-listing-product {
  margin: 0;
}
.sticky-detail.sticky {
  visibility: visible;
  opacity: 1;
}
.sticky-detail.sticky .product_meta,
.sticky-detail.sticky .woocommerce-review-link,
.sticky-detail.sticky .woocommerce-write-review,
.sticky-detail.sticky .our-price {
  display: none;
}
.sticky-detail .product-info.product_meta,
.single-bottom .sticky-detail {
  bottom: 0;
  top: auto;
}
.sticky-detail .review-text,
.sticky-detail .sale-off.has-newicon,
.sticky-detail .onsale,
.sticky-detail .sale-off,
.sticky-detail .sw-newlabel {
  display: none !important;
}
.sticky-detail .container {
  width: 100%;
  max-width: 1680px;
  padding: 13px 20px;
}
.sticky-detail .container >a img {
  max-width: 77px;
  float: left;
  border-radius: 0;
}
.rtl .sticky-detail .container >a img {
  float: right;
}
.sticky-detail .container >.item-content {
  padding: 0 20px;
  display: inline-block;
}
@media (max-width: 480px) {
  .sticky-detail .container >.item-content {
    padding: 0 10px;
  }
}
.sticky-detail .container >.item-content h1 {
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
  text-transform: capitalize;
  color: #222;
  font-weight: 700;
}
@media (max-width: 480px) {
  .sticky-detail .container >.item-content h1 {
    font-size: 13px;
  }
}
.sticky-detail .container >.item-content .reviews-content {
  margin: 0;
}
.sticky-detail .container >.item-content .reviews-content >a {
  font-size: 12px;
  color: #7d7d7d;
}
.sticky-detail .container >.item-content .reviews-content >a .count {
  padding: 0 2px;
  margin-left: 10px;
  display: inline-block;
  line-height: 15px;
  vertical-align: top;
}
.sticky-detail .container >.item-content .price {
  margin: 0;
  color: #ff3c20;
  font-weight: normal;
  font-size: 18px;
  display: block !important;
  font-weight: 700;
}
.sticky-detail .container >.item-content .price ins {
  float: left;
  text-decoration: none;
  font-size: 18px;
  color: #ff3c20;
  font-weight: 700;
}
.sticky-detail .container >.item-content .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  padding: 0 7px;
}
.sticky-detail .container >.item-content .product-info {
  display: none;
}
.single-product-style1.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style1.woocommerce div.product form.cart .variations tr td.label {
  line-height: 1em;
}
.single-product-style1.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style1 .single-product>.tabs {
  border: 0;
  margin: 60px 0 30px;
}
.single-product-style1 .single-product>.tabs .tabbable .nav.nav-tabs {
  border: 0;
}
.single-product-style1 .single-product>.tabs .tabbable .nav.nav-tabs >li >a {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: none;
  margin: 0 5px;
  color: #999;
  text-transform: capitalize;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
.single-product-style1 .single-product>.tabs .tabbable .nav.nav-tabs >li.active>a,
.single-product-style1 .single-product>.tabs .tabbable .nav.nav-tabs >li:hover>a {
  background: #eee;
  border-color: #333;
  color: #333;
}
.single-product-style1 .single-product>.tabs .tabbable .nav.nav-tabs >li.active>a:before,
.single-product-style1 .single-product>.tabs .tabbable .nav.nav-tabs >li:hover>a:before {
  width: 0;
}
.single-product-style1 .single-product>.tabs .tab-content {
  border: 0;
}
.single-product-style1 .single-product>.tabs .tab-content .tab-pane {
  padding: 40px 50px 50px;
}
.single-product-style2 .single-product,
.single-product-style3 .single-product {
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs,
.single-product-style3 .single-product .tabs {
  border: 0;
  margin: 30px 0 60px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel,
.single-product-style3 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel +.panel,
.single-product-style3 .single-product .tabs .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 >a,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 >a {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color);
  font-size: 14px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 >a:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 >a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 >a.collapsed,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 >a.collapsed {
  color: #111;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 >a.collapsed:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 >a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  padding: 15px;
  line-height: 22px;
  max-height: 144px;
  overflow-y: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body >h2,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments>h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body >h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments>h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  display: none;
}
.single-product-style2 .tabs-elementor .single-accordion .panel,
.single-product-style3 .tabs-elementor .single-accordion .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.single-product-style2 .tabs-elementor .single-accordion .panel +.panel,
.single-product-style3 .tabs-elementor .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .panel-heading,
.single-product-style3 .tabs-elementor .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .panel-heading h4,
.single-product-style3 .tabs-elementor .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .panel-heading h4 >a,
.single-product-style3 .tabs-elementor .single-accordion .panel .panel-heading h4 >a {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color);
  font-size: 14px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .panel-heading h4 >a:after,
.single-product-style3 .tabs-elementor .single-accordion .panel .panel-heading h4 >a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .panel-heading h4 >a.collapsed,
.single-product-style3 .tabs-elementor .single-accordion .panel .panel-heading h4 >a.collapsed {
  color: #111;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .panel-heading h4 >a.collapsed:after,
.single-product-style3 .tabs-elementor .single-accordion .panel .panel-heading h4 >a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .content-body,
.single-product-style3 .tabs-elementor .single-accordion .panel .content-body {
  padding: 15px;
  line-height: 22px;
  max-height: 144px;
  overflow-y: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.single-product-style2 .tabs-elementor .single-accordion .panel .content-body >h2,
.single-product-style2 .tabs-elementor .single-accordion .panel .content-body #comments>h2,
.single-product-style3 .tabs-elementor .single-accordion .panel .content-body >h2,
.single-product-style3 .tabs-elementor .single-accordion .panel .content-body #comments>h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  display: none;
}
.single-product-style4.rtl .content_product_detail {
  padding-left: 0px;
  padding-right: 30px;
}
.single-product-style4.rtl .slider_img_productd,
.single-product-style4.rtl .content_product_detail {
  float: right;
}
.single-product-style4 .slider_img_productd,
.single-product-style4 .content_product_detail {
  width: 50%;
  float: left;
}
.single-product-style4 .content_product_detail {
  padding-left: 30px;
}
.single-product-style4 .product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  height: auto;
  display: block;
}
.single-product-style4 .product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper .quantity {
  margin: 0 20px 20px 0 !important;
}
.single-product-style4 .product_detail .tabs {
  margin-bottom: 50px;
  margin-top: 80px;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  clear: both;
}
.single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs {
  margin: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  display: inline-block;
  border-radius: 30px;
  margin: -30px 100px 0;
}
.single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0;
}
.rtl .single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs li {
  float: right;
}
.single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs li:last-child a:before {
  width: 0;
  height: 0;
}
.single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs li a {
  border: 0;
  padding: 14px 40px;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
  color: #999;
  font-weight: 700;
  background-color: #fff;
  margin: 0;
  position: relative;
  border-radius: 30px;
}
.single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs li a:before {
  content: '';
  height: 24px;
  width: 1px;
  background-color: #ededed;
  position: absolute;
  top: 18px;
  right: 0;
}
.single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs li.active a,
.single-product-style4 .product_detail .tabs .tabbable .nav.nav-tabs li:hover a {
  background-color: #fff;
  color: #222;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content #tab-description p {
  margin-bottom: 0;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub .vendor_name {
  float: left;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub .star-rating {
  margin-top: 3px;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins {
  text-decoration: none;
  font-weight: 700;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins span {
  color: var(--color);
  margin: 0 5px;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.product_type_simple,
.single-product-style4 .product_detail .tabs .tabbable .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.buttongap {
  border-radius: 0;
  background-color: var(--color);
  color: #fff;
  margin: 0 5px;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content .tab-pane {
  padding: 40px 100px 50px;
  line-height: 27px;
  color: #444;
  font-size: 15px;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content .tab-pane h2 {
  display: none;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product-style4 .product_detail .tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product-style4 .product_detail .tabs .tabbable .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product-style4 .product_detail .tabs #reviews {
  color: #333;
}
.single-product-style4 .product_detail .tabs #reviews .form-submit .submit {
  padding: 12px 30px !important;
  background-color: #222 !important;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product-style4 .product_detail .tabs #reviews .form-submit .submit:hover {
  background-color: var(--color) !important;
}
.single-product-style5.rtl .content_product_detail {
  padding-right: 40px;
  padding-left: 0;
}
.single-product-style5.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  opacity: 0 !important;
  visibility: hidden !important;
}
.single-product-style5.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style5.woocommerce div.product form.cart .variations tr td.label {
  line-height: 1em;
}
.single-product-style5.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style5.woocommerce div.product div.images.woocommerce-product-gallery {
  overflow: hidden;
}
.single-product-style5.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  margin: -5px -15px 0;
}
.single-product-style5.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 50%;
  float: left;
  padding: 15px;
}
.single-product-style5.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 0;
  position: relative;
  border: 1px solid #fff;
}
.single-product-style5.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover {
  border: 1px solid var(--color);
}
.single-product-style5.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover:before {
  background: var(--color);
}
.single-product-style5 .woocommerce-product-gallery__image {
  opacity: 1 !important;
}
.single-product-style5 #single-right.fixed h1.entry-title {
  margin-top: 30px;
}
.single-product-style5 .content_product_detail {
  padding-left: 40px;
}
.single-product-style5 .product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper {
  position: relative;
  top: auto;
  right: auto;
}
.single-product-style8.rtl .product_detail .tabs ul>li {
  float: right;
}
.single-product-style8.rtl .product_detail .tabs ul>li:first-child a {
  padding-right: 0;
  padding-left: 50px;
}
.single-product-style8.rtl .product_detail .tabs .tab-content {
  left: 0;
  right: auto;
}
.single-product-style8.rtl .product_detail .tabs .tab-content .tab-pane h2 {
  text-align: left;
}
.single-product-style8.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  opacity: 0 !important;
  visibility: hidden !important;
}
.single-product-style8.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style8.woocommerce div.product form.cart .variations tr td.label {
  line-height: 1em;
}
.single-product-style8.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style8.woocommerce div.product div.images.woocommerce-product-gallery {
  overflow: hidden;
  padding: 0 95px;
}
.single-product-style8.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  margin: -5px -5px 0;
}
.single-product-style8.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 50%;
  float: left;
  padding: 5px;
}
.single-product-style8.woocommerce div.product div.images.woocommerce-product-gallery .style-gall:nth-child(3n +1) {
  width: 100%;
}
.single-product-style8.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 0;
  position: relative;
  border: 1px solid #fff;
}
.single-product-style8.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover {
  border: 1px solid var(--color);
}
.single-product-style8.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover:before {
  background: var(--color);
}
.single-product-style8 .woocommerce-product-gallery__image {
  opacity: 1 !important;
}
.single-product-style8 #single-right.fixed h1.entry-title {
  margin-top: 30px;
}
.single-product-style8 .product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  display: block;
  height: auto;
}
.single-product-style8 .product_detail .content_product_detail .cart .sticky-detail-buton.addcart-wrapper .quantity {
  margin: 0 20px 20px 0 !important;
}
.single-product-style8 .product_detail {
  margin: 0 0 80px;
}
.single-product-style8 .product_detail .tabs {
  margin: 80px 0 0;
}
.single-product-style8 .product_detail .tabs ul {
  margin: 0;
  border: 0;
}
.single-product-style8 .product_detail .tabs ul >li:first-child a {
  padding-left: 0;
}
.single-product-style8 .product_detail .tabs ul >li >a {
  border: 0;
  border-radius: 0;
  padding: 0 50px;
  font-size: 11px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.single-product-style8 .product_detail .tabs ul >li.active a,
.single-product-style8 .product_detail .tabs ul >li:hover a {
  color: var(--color);
  background-color: transparent;
}
.single-product-style8 .product_detail .tabs .tab-content {
  position: fixed;
  width: 320px;
  height: 100%;
  background-color: #fff;
  top: 0px;
  right: 0;
  z-index: 999;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
}
.single-product-style8 .product_detail .tabs .tab-content.open {
  opacity: 1;
  visibility: visible;
}
.single-product-style8 .product_detail .tabs .tab-content.open .close-tab {
  float: right;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: cover;
  background: url('../assets/img/close.svg') no-repeat center center;
  margin: 20px;
}
.rtl .single-product-style8 .product_detail .tabs .tab-content.open .close-tab {
  float: left;
}
.single-product-style8 .product_detail .tabs .tab-content.open .close-tab:hover {
  background-size: cover;
  background: url(../assets/img/default/close.svg) no-repeat center center;
}
.single-product-style8 .product_detail .tabs .tab-content #tab-description p {
  margin-bottom: 0;
}
.single-product-style8 .product_detail .tabs .tab-content #tab-singleproductmultivendor .rowbody .rowsub .vendor_name {
  float: left;
}
.single-product-style8 .product_detail .tabs .tab-content #tab-singleproductmultivendor .rowbody .rowsub .star-rating {
  margin-top: 3px;
}
.single-product-style8 .product_detail .tabs .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins {
  text-decoration: none;
  font-weight: 700;
}
.single-product-style8 .product_detail .tabs .tab-content #tab-singleproductmultivendor .rowbody .rowsub ins span {
  color: var(--color);
  margin: 0 5px;
}
.single-product-style8 .product_detail .tabs .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.product_type_simple,
.single-product-style8 .product_detail .tabs .tab-content #tab-singleproductmultivendor .rowbody .rowsub a.buttongap {
  border-radius: 0;
  background-color: var(--color);
  color: #fff;
  margin: 0 5px;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane {
  padding: 29px;
  line-height: 22px;
  color: #999999;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane h2 {
  display: block;
  font-size: 18px;
  color: #222;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product-style8 .product_detail .tabs .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane #reviews .woocommerce-noreviews {
  padding: 0;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane #reviews .form-submit .submit {
  padding: 12px 30px !important;
  background-color: #222 !important;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product-style8 .product_detail .tabs .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background-color: var(--color) !important;
}
.single-product-style8.logged-in .product_detail .tabs .tab-content {
  top: 32px;
}
.product-designer .designer .canvas-container >.lower-canvas {
  padding: 0 2px 2px 1px;
}
.single-product-style9 .product_detail .content_product_detail .product_title {
  color: #000;
  font-weight: 500 !important;
}
.single-product-style9 .product_detail .content_product_detail .reviews-content {
  margin-bottom: 15px;
}
.single-product-style9 .product_detail .content_product_detail .single-price .our-price {
  display: none;
}
.single-product-style9 .product_detail .content_product_detail .single-price .price span.amount {
  font-size: 24px !important;
  color: #000;
}
.single-product-style9 .product_detail .content_product_detail .single-price .price del span.amount {
  font-size: 18px !important;
  color: #666;
}
.single-product-style9 .product_detail .content_product_detail .description {
  font-size: 16px;
  color: #222;
  line-height: 26px;
}
.single-product-style9 .product_detail .content_product_detail .description h4 {
  display: none;
}
.single-product-style9 .product_detail .content_product_detail .cart {
  display: none;
}
.single-product-style9 .product_detail .content_product_detail .cart .quantity,
.single-product-style9 .product_detail .content_product_detail .cart .add_to_cart_button,
.single-product-style9 .product_detail .content_product_detail .cart .product_type_external,
.single-product-style9 .product_detail .content_product_detail .cart .product_type_grouped,
.single-product-style9 .product_detail .content_product_detail .cart .single_add_to_cart_button,
.single-product-style9 .product_detail .content_product_detail .cart .wc-variation-is-unavailable {
  display: none;
}
.single-product-style9 .product_detail .content_product_detail .item-meta {
  clear: both;
}
.single-product-style9 .product_detail .content_product_detail .product-designer-editor-link {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.single-product-style9 .product_detail .content_product_detail .product-designer-editor-link a {
  display: inline-block;
  margin-bottom: 40px;
  height: 45px;
  padding: 0 45px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background-color: #000;
  line-height: 47px;
}
.single-product-style9 .product_detail .content_product_detail .product-designer-editor-link a:hover {
  background-color: var(--color);
}
.single-product-style9 .product_detail .content_product_detail item-meta .tagged_as {
  color: #999;
}
.single-product-style9 .product_detail .content_product_detail item-meta .tagged_as a {
  color: #000;
}
.single-product-style9 .product_detail .content_product_detail item-meta .tagged_as a:hover {
  color: var(--color);
}
.single-product-style9 .single-product>.tabs {
  border: 0;
  border-radius: 0;
}
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs {
  border: 0;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #ededed;
  display: block;
}
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li >a {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 25px 8px;
  margin-right: 10px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  position: relative;
  border-radius: 0;
}
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li >a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #2994d1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li >a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li.active a,
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li:hover a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li.active a:before,
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li.active a:after,
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li:hover a:before,
.single-product-style9 .single-product>.tabs .tabbable .nav.nav-tabs >li:hover a:after {
  opacity: 1;
}
.single-product-style9 .single-product>.tabs .tab-content .tab-pane {
  padding: 40px 0 0;
  color: #555;
  line-height: 28px;
}
.sw_related_upsell_widget .related-products2 {
  margin-bottom: 30px;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .box-slider-title h2 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 20px;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item {
  margin: 10px 0;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail {
  position: relative;
  padding-bottom: 90px;
  background-color: #fff;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content {
  text-align: center;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  bottom: 0;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content h4 {
  margin: 0 0 5px;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content h4 a {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content .item-price {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content .item-price .title-price {
  float: left;
  margin-right: 5px;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content .product-designer-editor-link {
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
  border-radius: 0;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content .product-designer-editor-link a {
  color: var(--color);
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content .product-designer-editor-link a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps .item-detail .item-content .product-designer-editor-link a i {
  display: none;
}
.sw_related_upsell_widget .related-products2 .resp-slider-container .slider .slick-list .item .item-wraps:hover .item-detail .item-content .product-designer-editor-link {
  margin: 0;
  opacity: 1;
  height: auto;
  visibility: visible;
}
.content_extra_sidebar .widget,
.content_brand_sidebar .widget {
  margin: 0 0 30px;
}
.store-coupon-code {
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 20px;
}
.store-coupon-code h4 {
  font-size: 13px;
  color: #444;
  margin: 0 0 15px;
}
.store-coupon-code .wrap-content .item-code {
  display: block;
  box-shadow: 1px 0 6px rgba(0,0,0,0.08);
  margin: 0 0 12px;
  overflow: hidden;
}
.store-coupon-code .wrap-content .item-code:last-child {
  margin: 0;
}
.store-coupon-code .wrap-content .item-code .item-left {
  float: left;
  width: 80%;
  padding: 15px 30px;
  text-align: left;
  border-right: 1px dashed #ededed;
  position: relative;
}
.rtl .store-coupon-code .wrap-content .item-code .item-left {
  float: right;
  text-align: right;
  border-left: 1px dashed #ededed;
  border-right: 0;
}
.rtl .store-coupon-code .wrap-content .item-code .item-left:before {
  right: 0;
  left: auto;
}
.store-coupon-code .wrap-content .item-code .item-left:before {
  content: '';
  background: url(../assets/img/icon-coup.png) repeat left center;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.store-coupon-code .wrap-content .item-code .item-left h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color);
  text-transform: uppercase;
  margin: 0 0 3px;
}
.store-coupon-code .wrap-content .item-code .item-left .text1 {
  font-size: 11px;
  color: var(--color);
  font-weight: 400;
  display: block;
  margin: 0 0 13px;
}
.store-coupon-code .wrap-content .item-code .item-left .text2 {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}
.store-coupon-code .wrap-content .item-code .item-right {
  float: left;
  width: 20%;
  position: relative;
}
.rtl .store-coupon-code .wrap-content .item-code .item-right {
  float: right;
}
.store-coupon-code .wrap-content .item-code .item-right a {
  display: inline-block;
  height: 25px;
  padding: 0;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background-color: var(--color);
  position: absolute;
  top: 45px;
  left: -3px;
  min-width: 75px;
  transform: rotate(90deg);
}
.store-coupon-code .wrap-content .item-code .item-right a:hover {
  background-color: var(--darken10);
}
.promotion-extra-sidebar .wrap-content ul {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 10px 25px;
}
.promotion-extra-sidebar .wrap-content ul >li {
  display: block;
  font-size: 13px;
  color: #222;
  line-height: 22px;
  margin: 10px 0;
  padding-left: 30px;
}
.rtl .promotion-extra-sidebar .wrap-content ul >li {
  padding-right: 30px;
  padding-left: 0;
}
.promotion-extra-sidebar .wrap-content ul >li.shipping {
  background: url(../assets/img/world.svg) no-repeat;
  background-position: left center;
  background-size: 20px;
}
.rtl .promotion-extra-sidebar .wrap-content ul >li.shipping {
  background-position: right center;
}
.promotion-extra-sidebar .wrap-content ul >li.return {
  background: url(../assets/img/refund.svg) no-repeat;
  background-position: left center;
  background-size: 20px;
}
.rtl .promotion-extra-sidebar .wrap-content ul >li.return {
  background-position: right center;
}
.promotion-extra-sidebar .wrap-content ul >li.bills {
  background: url(../assets/img/bill.svg) no-repeat;
  background-position: left center;
  background-size: 20px;
}
.rtl .promotion-extra-sidebar .wrap-content ul >li.bills {
  background-position: right center;
}
.promotion-extra-sidebar .wrap-content ul >li.pay {
  background: url(../assets/img/pay.svg) no-repeat;
  background-position: left center;
  background-size: 20px;
}
.rtl .promotion-extra-sidebar .wrap-content ul >li.pay {
  background-position: right center;
}
.promotion-extra-sidebar .wrap-content .sell-on {
  display: inline-block;
  margin-top: 20px;
  padding-left: 23px;
  background: url(../assets/img/market.svg) no-repeat;
  background-position: left center;
  background-size: 16px;
}
.promotion-extra-sidebar .wrap-content .sell-on a {
  font-size: 13px;
  color: #1874dc;
}
.promotion-extra-sidebar .wrap-content .sell-on a:hover {
  text-decoration: underline;
}
.sw-top-brand-product .childcat-slider-content {
  border-left: 1px solid #ededed;
  padding-left: 30px;
}
.rtl .sw-top-brand-product .childcat-slider-content {
  padding-right: 30px;
  padding-left: 0;
  border-right: 1px solid #ededed;
  border-left: 0;
}
.sw-top-brand-product .childcat-slider-content .wrap-banner {
  text-align: center;
}
.sw-top-brand-product .childcat-slider-content .wrap-banner .item-brand a {
  display: inline-block;
  vertical-align: top;
}
.sw-top-brand-product .childcat-slider-content .wrap-banner .item-brand a:hover img {
  opacity: 0.85;
}
.sw-top-brand-product .childcat-slider-content .box-title h3 {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.sw-top-brand-product .childcat-slider-content .resp-slider-container .slider {
  position: relative;
  margin: 0;
  padding: 0 7.5px;
}
.sw-top-brand-product .childcat-slider-content .resp-slider-container .slider .item {
  float: left;
  width: 50%;
  padding: 0 7.5px;
  margin: 0 0 20px;
}
.sw-top-brand-product .childcat-slider-content .resp-slider-container .slider .item .item-detail .item-img a:hover img {
  opacity: 0.85;
}
.sw-latest-product .box-title h3 {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  padding: 0 0 12px;
  margin: 0 0 23px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.sw-latest-product .box-title h3:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.rtl .sw-latest-product .box-title h3:before {
  right: 0;
  left: auto;
}
.sw-latest-product .content-wrap .item .item-detail {
  overflow: hidden;
  margin-bottom: 20px;
}
.sw-latest-product .content-wrap .item .item-detail:hover .item-img img {
  opacity: 0.85;
}
.sw-latest-product .content-wrap .item .item-detail .item-content {
  padding: 0;
  overflow: hidden;
}
.sw-latest-product .content-wrap .item .item-detail .item-content .reviews-content {
  margin-bottom: 7px;
}
.sw-latest-product .content-wrap .item .item-detail .item-content h4 a {
  font-size: 14px;
  font-weight: normal;
  color: #222;
  text-transform: capitalize;
}
.sw-latest-product .content-wrap .item .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.sw-latest-product .content-wrap .item .item-detail .item-content .item-price {
  font-size: 16px;
  color: var(--color);
}
.sw-latest-product .content-wrap .item .item-detail .item-content .item-price del {
  font-size: 12px;
  color: #999;
  margin-top: 0;
}
.sw-latest-product .content-wrap .item .item-detail .item-content .item-price ins {
  font-size: 16px;
  color: var(--color);
}
.sw-latest-product .content-wrap .item .item-detail .item-content .item-price p {
  margin-bottom: 5px;
}
.sw-latest-product .content-wrap .item .item-detail .item-img {
  width: 85px;
  float: left;
  margin-right: 15px;
}
.rtl .sw-latest-product .content-wrap .item .item-detail .item-img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.sidebar.sticky-canvas {
  position: fixed;
  width: 350px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0;
  display: none;
}
.rtl .sidebar.sticky-canvas {
  right: 0;
  left: auto;
}
.sidebar.sticky-canvas a.sw-sidebar-close {
  float: right;
  display: inline-block;
  height: 12px;
  width: 12px;
  cursor: pointer;
  background-size: cover;
  background: url('../assets/img/close.svg') no-repeat center center;
  margin: 20px;
}
.rtl .sidebar.sticky-canvas a.sw-sidebar-close {
  float: left;
}
.sidebar.sticky-canvas a.sw-sidebar-close:hover {
  background-size: cover;
  background: url(../assets/img/default/close.svg) no-repeat center center;
}
.sidebar.sticky-canvas .wrap-content {
  padding: 20px 30px 30px;
  display: block;
  border: 0;
  overflow: visible;
  width: 100%;
  margin: 0;
}
.sidebar.sticky-canvas .wrap-content .widget {
  float: none;
  width: 100%;
  padding: 0;
}
.sidebar.sticky-canvas.open {
  display: block;
}
.sidebar.sticky-canvas.open .wrap-content {
  max-height: 900px;
  overflow-y: scroll;
}
.single-product-style7.rtl .sw-sidebar-button {
  right: 20px;
  left: auto;
}
.single-product-style7.open {
  overflow-y: hidden;
}
.single-product-style7.open:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 998;
}
.single-product-style7 .sw-sidebar-button {
  display: inline-block;
  height: 56px;
  width: 56px;
  top: 50%;
  margin-top: -28px;
  border-radius: 50%;
  border: 1px solid #ededed;
  text-align: center;
  padding: 5px;
  position: fixed;
  left: 20px;
}
.single-product-style7 .sw-sidebar-button span {
  width: 19px;
  height: 19px;
  background-size: cover;
  font-size: 0;
  background: url('../assets/img/settings.svg') no-repeat center center;
  display: inline-block;
}
.single-product-style7 .sw-sidebar-button:hover {
  border-color: var(--color);
}
.single-product-style7 .sw-sidebar-button:hover span {
  background: url(../assets/img/default/settings.svg) no-repeat center center;
}
.sw-vendor-container-slider7 {
  border: 1px solid #ededed;
}
.sw-vendor-container-slider7 .box-title h3 {
  font-size: 13px;
  color: #444;
  padding: 20px;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap {
  border-bottom: 1px solid #ededed;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap:last-child {
  border-bottom: 0;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap .item-img {
  text-align: center;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap .item-img >a {
  display: inline-block;
  vertical-align: top;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap .item-img >a img {
  width: auto;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap .item-content {
  padding-bottom: 20px;
  background-color: transparent;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap .item-content h4 a {
  font-size: 14px;
  color: #222;
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap .item-content h4 a:hover {
  color: var(--color);
}
.sw-vendor-container-slider7 .resp-slider-container .slider .item .item-wrap .item-content .reviews-content {
  display: block;
  float: none;
  padding: 5px 0 10px;
}
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  max-height: initial;
  overflow-y: visible;
}
.single-product.product-thumbnail-right .slider_img_productd .span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off {
  left: 10px;
  right: auto;
}
.single-product.product-thumbnail-right .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: auto;
  right: 10px;
}
.content_vendor_info {
  border-left: 1px solid #ededed;
}
.rtl .content_vendor_info {
  border-right: 1px solid #ededed;
  border-left: 0;
}
.content_vendor_info .single-vendor-info-top {
  margin: 0 0 30px;
  padding: 20px 25px 0px;
}
.content_vendor_info .single-vendor-info-top .wrap-content {
  border-bottom: 1px solid #f0f0ed;
  overflow: hidden;
  padding-bottom: 30px;
}
.content_vendor_info .single-vendor-info-top .wrap-content .item-top {
  margin: 0 0 15px;
}
.content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image {
  float: left;
  width: 45px;
  border-radius: 50%;
  margin-right: 12px;
}
.content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image img {
  border-radius: 50%;
  margin: 0;
}
.content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name {
  text-align: left;
  padding-top: 10px;
}
.content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name a {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}
.content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name a:hover {
  color: var(--color);
}
.content_vendor_info .single-vendor-info-top .wrap-content .joined,
.content_vendor_info .single-vendor-info-top .wrap-content .product {
  font-size: 12px;
  color: #555;
  margin: 0 0 8px;
}
.content_vendor_info .single-vendor-info-top .wrap-content .joined span,
.content_vendor_info .single-vendor-info-top .wrap-content .product span {
  color: #999;
}
.content_vendor_info .single-vendor-info-top .wrap-content >a {
  width: 100%;
  background-color: var(--color);
  height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 35px;
  margin: 20px 0 0;
}
.content_vendor_info .single-vendor-info-top .wrap-content >a:hover {
  background-color: var(--darken5);
}
.content_vendor_info .single-vendor-info-bottom .wrap-content {
  padding: 0px 25px 20px;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #777;
  line-height: 24px;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content img.alignnone {
  margin-bottom: 0;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content ul {
  margin: 0 0 23px;
  padding: 0 0 15px;
  border-bottom: 1px solid #f0f0ed;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content ul >li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 25px;
}
.rtl .content_vendor_info .single-vendor-info-bottom .wrap-content ul >li {
  padding-right: 25px;
  padding-left: 0;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content ul >li .text1 {
  font-size: 12px;
  color: #222;
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content ul >li .text2 {
  font-size: 12px;
  color: #999;
  display: block;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content ul >li.money {
  background: url(../assets/img/icon-s1.png) no-repeat left center;
}
.rtl .content_vendor_info .single-vendor-info-bottom .wrap-content ul >li.money {
  background-position: right center;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content ul >li.lifetime {
  background: url(../assets/img/icon-s2.png) no-repeat left center;
}
.rtl .content_vendor_info .single-vendor-info-bottom .wrap-content ul >li.lifetime {
  background-position: right center;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content ul >li.free-shipping {
  background: url(../assets/img/icon-s3.png) no-repeat left center;
}
.rtl .content_vendor_info .single-vendor-info-bottom .wrap-content ul >li.free-shipping {
  background-position: right center;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content .need-purchase h3 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content .need-purchase a {
  font-size: 14px;
  color: #222;
  font-weight: 700;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content .need-purchase a span {
  color: #999;
  font-weight: 400;
}
.content_vendor_info .single-vendor-info-bottom .wrap-content .need-purchase a:hover {
  color: var(--color);
}
.content_vendor_info .single-vendor-info-bottom .wrap-content .need-purchase a:hover span {
  color: #999;
}
.guide_size_block .guide_size {
  width: 100%;
  float: left;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 27px 0 0;
}
.guide_size_block .guide_size .fa-file {
  margin: 0 5px 0 0;
  font-size: 14px;
}
.rtl .guide_size_block .guide_size .fa-file {
  margin: 0 0 0 5px;
}
.guide_size_block .guide_size:hover {
  color: #ff3c20;
}
.guide_size_block .block-up {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  transition: all 0.3s;
}
.guide_size_block .block-up.open {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  width: 500px;
  margin: -200px -250px 0;
  top: 50%;
  height: 400px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}
.sw-quickview-bottom .social-share {
  display: none !important;
}
.fix-colorbg {
  background-color: var(--color);
}
.fix-color {
  color: var(--color);
}
.search.rtl .jet-smart-filters-radio .jet-filter-label:before,
.search .jet-smart-filters-range .jet-filter-label:before,
.search .jet-smart-filters-color-image .jet-filter-label:before,
.search .jet-smart-filters-checkboxes .jet-filter-label:before,
.woocommerce-page.rtl .jet-smart-filters-radio .jet-filter-label:before,
.woocommerce-page .jet-smart-filters-range .jet-filter-label:before,
.woocommerce-page .jet-smart-filters-color-image .jet-filter-label:before,
.woocommerce-page .jet-smart-filters-checkboxes .jet-filter-label:before {
  right: 0;
  left: auto;
}
.search .jet-checkboxes-list__checked-icon,
.woocommerce-page .jet-checkboxes-list__checked-icon {
  font-weight: 400;
}
.search .jet-range__slider .ui-slider-range,
.search .jet-range__slider .ui-slider-handle,
.woocommerce-page .jet-range__slider .ui-slider-range,
.woocommerce-page .jet-range__slider .ui-slider-handle {
  background-color: var(--color);
}
.search .price-filter .apply-filters__button,
.woocommerce-page .price-filter .apply-filters__button {
  margin: 0;
  border: none;
  position: absolute;
  bottom: 0;
  background-color: var(--color);
}
.search .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*,
.woocommerce-page .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>* {
  border-color: transparent;
}
.search .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*:before,
.woocommerce-page .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.search .sidebar.sb-right .jet-smart-filters-radio .jet-filter-label:before,
.search .sidebar.sb-right .jet-smart-filters-range .jet-filter-label:before,
.search .sidebar.sb-right .jet-smart-filters-color-image .jet-filter-label:before,
.search .sidebar.sb-right .jet-smart-filters-checkboxes .jet-filter-label:before,
.woocommerce-page .sidebar.sb-right .jet-smart-filters-radio .jet-filter-label:before,
.woocommerce-page .sidebar.sb-right .jet-smart-filters-range .jet-filter-label:before,
.woocommerce-page .sidebar.sb-right .jet-smart-filters-color-image .jet-filter-label:before,
.woocommerce-page .sidebar.sb-right .jet-smart-filters-checkboxes .jet-filter-label:before {
  right: 0;
  left: auto;
}
.search .tags-filter .jet-checkboxes-list__label:hover,
.woocommerce-page .tags-filter .jet-checkboxes-list__label:hover {
  color: var(--color);
  text-decoration: underline;
}
.search .tags-filter .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__label,
.woocommerce-page .tags-filter .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__label {
  color: var(--color);
  text-decoration: underline;
}
.products-loop {
  list-style: none;
}
.box-remove .elementor-element {
  float: left;
  width: auto;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb > a {
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  color: #222 !important;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb > a:hover {
  color: var(--color) !important;
}
.elementor-widget-woocommerce-breadcrumb.breadcrumb-cat .woocommerce-breadcrumb > a {
  color: #fff !important;
}
.box-shop .product-sortby {
  display: none !important;
}
.box-shop.shop-new-v2 .product-nav {
  display: none !important;
}
.box-shop.shop-new-v2 .woocommerce-pagination {
  margin: 50px 0;
}
.box-shop .elementor-widget-jet-smart-filters-pagination {
  text-align: center;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination {
  display: inline-block;
  margin: 40px 0 0;
  vertical-align: top;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div {
  margin: 0 4px;
  float: left;
}
.rtl .box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div {
  float: right;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div .jet-filters-pagination__link {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ededed;
  display: block;
  font-size: 14px;
  padding: 0;
  color: #999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.jet-filters-pagination__current .jet-filters-pagination__link,
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div:hover .jet-filters-pagination__link {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.next {
  position: relative;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.next .jet-filters-pagination__link {
  font-size: 0;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.next:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  left: 50%;
  line-height: 40px;
  margin-left: -3px;
}
.rtl .box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.next:before {
  content: "\f104";
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.next:hover {
  color: #fff !important;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.prev {
  position: relative;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.prev .jet-filters-pagination__link {
  font-size: 0;
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.prev:before {
  font-family: fontawesome;
  font-size: 16px;
  content: "\f104";
  position: absolute;
  left: 50%;
  line-height: 40px;
  margin-left: -3px;
}
.rtl .box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.prev:before {
  content: "\f105";
}
.box-shop .elementor-widget-jet-smart-filters-pagination .jet-filters-pagination > div.prev:hover {
  color: #fff !important;
}
.box-shop .sorting-custom {
  width: auto;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  z-index: 9;
}
.jet-range__slider {
  background-color: #ccc !important;
}
.full-filter >.elementor-container {
  padding: 30px 15px;
  border: 1px solid #ebebeb;
}
.shop-default-v2 .products-wrapper ul.products-loop.grid {
  padding: 30px 0 0;
  border: 1px solid #ededed;
  margin: 0;
}
.shop-default-v2 .products-wrapper ul.products-loop.grid >li {
  margin: 0 0 30px;
}
.shop-default-v2 .products-wrapper ul.products-loop.grid >li:before {
  width: 1px;
  content: '';
  height: calc(100% - 30px);
  background-color: #ededed;
  position: absolute;
  top: 0;
  right: 0;
}
.shop-default-v2 .products-wrapper ul.products-loop.grid >li.col-lg-4:nth-child( 3n ):before {
  width: 0;
  height: 0;
}
.shop-default-v2 .products-wrapper ul.products-loop.grid >li .item-wrap {
  margin: 0 15px;
  border-bottom: 1px solid #ededed;
}
.shop-default-v2 .products-wrapper ul.products-loop.grid >li .item-wrap .item-detail .item-content {
  padding: 0 0px 20px;
}
.shop-default-v2 .products-wrapper ul.products-loop.list2 .item .item-wrap {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.shop-default-v2 .products-wrapper ul.products-loop.list2 .item .item-wrap .item-detail {
  padding-bottom: 30px;
}
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(10),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(11),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(12),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(22),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(23),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(24),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(34),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(35),
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(36) {
  margin-bottom: 0;
}
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(10) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(11) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(12) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(22) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(23) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(24) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(34) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(35) .item-wrap,
.shop-default-v2 .woocommerce.columns-3 ul.products-loop.grid > li:nth-child(36) .item-wrap {
  border-bottom: 0;
}
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(9),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(10),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(11),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(12),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(21),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(22),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(23),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(24),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(33),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(34),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(35),
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(36) {
  margin-bottom: 0;
}
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(9) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(10) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(11) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(12) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(21) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(22) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(23) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(24) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(33) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(34) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(35) .item-wrap,
.shop-default-v2 .woocommerce.columns-4 ul.products-loop.grid > li:nth-child(36) .item-wrap {
  border-bottom: 0;
}
.box-content-archive.style2 {
  margin: 0;
}
.box-content-archive.style2 .full-filter .elementor-column>.elementor-element-populated,
.box-content-archive.style2 .box-shop.back-ground .elementor-column>.elementor-element-populated {
  padding: 15px !important;
}
.box-content-archive.style2 .full-filter >.elementor-container {
  background-color: #fff;
  border: 0;
}
.box-content-archive.style2 .box-remove .elementor-widget-jet-smart-filters-active,
.box-content-archive.style2 .box-remove .elementor-widget-jet-smart-filters-remove-filters {
  margin: 30px 30px 0;
}
.box-content-archive.style2 .sw-filter-button {
  display: none !important;
}
.box-content-archive.style2 .box-shop,
.box-content-archive.style2 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0;
}
.box-content-archive.style2 .box-shop.back-ground .elementor-column>.elementor-element-populated {
  padding: 30px !important;
}
.box-content-archive .elementor-row .elementor-column>.elementor-element-populated {
  padding: 10px 0;
}
@media (max-width: 480px) {
  .box-content-archive .elementor-row {
    flex-direction: column-reverse;
  }
  .box-content-archive .elementor-row .products-loop  .product-category {
    width: 50%;
    float: left;
  }
}
.box-content-archive .elementor-row .jet-smart-filters-checkboxes,
.box-content-archive .elementor-row .jet-smart-filters-range,
.box-content-archive .elementor-row .jet-smart-filters-color-image {
  padding: 20px;
  border: 1px solid #ebebeb;
}
.box-content-archive .elementor-row .jet-smart-filters-checkboxes:empty {
  display: none;
  padding: 0;
  border: 0;
}
.box-content-archive .elementor-row .sw-filter-above-shop {
  display: none !important;
}
.box-content-archive .elementor-row .products-loop.list2 {
  display: block !important;
}
.box-content-archive .elementor-row .products-loop.list2 > li {
  width: 100% !important;
  margin: 0 0 40px !important;
}
.box-content-archive .elementor-row .jet-list-tree__children {
  padding-left: 20px !important;
}
.rtl .box-content-archive .elementor-row .jet-list-tree__children {
  padding-right: 20px !important;
  padding-left: 0;
}
.box-content-archive .elementor-row .jet-list-tree__children .jet-checkboxes-list__row {
  position: relative;
}
.box-content-archive .elementor-row .jet-list-tree__children .jet-checkboxes-list__row:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #555;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -0.5px;
}
.sorting-custombuttom {
  bottom: 0;
}
.pagination-custombuttom {
  bottom: 0;
  top: auto !important;
}
.box-content-archive .jet-checkboxes-list .jet-filter-items-moreless .jet-more-btn {
  position: relative;
}
.box-content-archive .jet-checkboxes-list .jet-filter-items-moreless .jet-more-btn:after {
  content: '\f103';
  font-family: FontAwesome;
  margin-left: 8px;
}
.box-content-archive .jet-checkboxes-list .jet-filter-items-moreless .jet-less-btn {
  position: relative;
}
.box-content-archive .jet-checkboxes-list .jet-filter-items-moreless .jet-less-btn:after {
  content: '\f102';
  font-family: FontAwesome;
  margin-left: 8px;
}
@keyframes fadeOutFromBlock {
  0% {
    position: relative;
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    position: relative;
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    position: absolute;
    opacity: 0;
    transform: translateX(-999px);
  }
}
@keyframes fadeInFromNone {
  0% {
    position: absolute;
    opacity: 0;
    transform: translateX(-999px);
  }
  1% {
    position: relative;
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    position: relative;
    opacity: 1;
    transform: translateX(0);
  }
}
.filter-top-full {
  position: absolute;
  opacity: 0;
  transform: translateX(-999px);
  animation: fadeOutFromBlock 0.5s ease-out;
  will-change: opacity, transform;
}
.filter-top-full.open {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  animation: fadeInFromNone 1s ease-in;
  will-change: opacity, transform;
}
.full-width-filter .elementor-element.elementor-products-grid .product-nav {
  margin-bottom: 0 !important;
}
.full-width-filter .filter-text {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
  padding-left: 18px;
  background: url("../assets/img/icon-filter.png") no-repeat left center;
}
.full-width-filter .filter-text:hover .elementor-heading-title {
  color: var(--color) !important;
}
.full-width-filter .filter-text.active {
  background: url("../assets/img/close-icon11.png") no-repeat left center;
  background-size: 12px;
}
.full-width-filter .filter-text.active .elementor-heading-title {
  color: var(--color) !important;
}
.full-width-filter .products-wrapper .products-nav .number-count-product {
  margin-left: 100px;
}
.shop-filter-top .jet-range__slider {
  margin: 0 0 7px;
}
.top-filter .product-nav {
  display: none !important;
}
.top-filter .elementor-widget-container:before {
  top: 0 !important;
}
.elementor.product .slider_img_productd .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
  overflow: visible;
}
.elementor-product-variable .single_variation_wrap .woocommerce-variation-price {
  margin: 0 0 10px;
}
.single-product-style5.woocommerce div.product .elementor-element div.images.woocommerce-product-gallery {
  overflow: visible;
}
.single-product-style5.woocommerce div.product .elementor-element div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin-left: 0;
  margin-right: 0;
}
.elementor-element .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__label::focus {
  color: var(--color) !important;
  display: inline-block;
}
.elementor-element .box-shop .woocommerce-pagination {
  display: none;
}
.elementor-element .box-shop.shop-new-v2 .woocommerce-pagination {
  display: block;
}
.elementor-element .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button {
  color: var(--color);
}
.elementor-element .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button .jet-radio-list__decorator {
  background-color: var(--color);
  border-color: var(--color);
}
.elementor-element .elementor-products-grid .elementor-row .products-loop {
  margin-top: 45px;
}
.elementor-element .box-shop {
  padding: 10px 0;
}
.elementor-element .box-content-archive .elementor-row .products-loop {
  margin-top: 35px;
}
.elementor-element .elementor-widget-shortcode:empty {
  margin: 0;
}
.elementor-element .content_product_detail {
  padding: 0 !important;
}
.elementor-element .content_product_detail .elementor-widget-heading {
  width: auto;
  float: left;
}
.elementor-element .content_product_detail .elementor-widget-share-buttons {
  width: auto;
  float: left;
}
.elementor-element .content_product_detail .reviews-content {
  margin-bottom: 15px;
}
.elementor-element .content_product_detail .item-brand {
  margin-bottom: 10px;
}
.elementor-element .content_product_detail .cart .quantity .plus {
  background-position: center;
}
.elementor-element .content_product_detail .cart .quantity .minus {
  background-position: center;
}
.elementor-element .content_product_detail .product_meta {
  display: block;
  font-size: 0;
}
.elementor-element .content_product_detail .product_meta .detail-container {
  display: block;
  font-size: 16px;
  color: #222;
  margin: 0;
}
.elementor-element .content_product_detail .product_meta .detail-container .detail-label {
  font-size: 16px;
  color: #222;
  display: inline-block;
  margin: 10px 0px 0px;
  font-weight: 400;
  position: relative;
}
.elementor-element .content_product_detail .product_meta .detail-container .detail-label:after {
  content: ':';
}
.elementor-element .content_product_detail .product_meta .detail-container .detail-content a {
  color: #555;
  font-size: 16px;
}
.elementor-element .content_product_detail .product_meta .detail-container .detail-content a:hover {
  color: var(--color);
}
.elementor-element .content_product_detail .product_meta .posted_in {
  margin: 0;
}
.elementor-element .content_product_detail .product_meta .posted_in .product_meta .sku_wrapper.detail-container {
  display: none;
}
.blog-list-elementor .elementor-widget-archive-posts article .elementor-post__text p {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.elementor-widget-wp-widget-categories .elementor-widget-container,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container {
  padding: 20px 20px 10px;
  border: 1px solid #ebebeb;
}
.elementor-widget-wp-widget-categories .elementor-widget-container h5,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  border-bottom: 0;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 0 0;
}
.elementor-widget-wp-widget-categories .elementor-widget-container ul,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul {
  margin: 0;
}
.elementor-widget-wp-widget-categories .elementor-widget-container ul > li,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul > li {
  padding: 9px 0;
}
.elementor-widget-wp-widget-categories .elementor-widget-container ul > li a,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul > li a {
  font-size: 14px;
  display: block;
  color: #464646;
}
.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.current-cat a,
.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:hover a,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul > li.current-cat a,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul > li:hover a {
  color: var(--color);
}
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul > li a {
  font-size: 13px;
  line-height: 22px;
}
.single.single-post .elementor-location-single .elementor-widget-wp-widget-tag_cloud .elementor-widget-container,
.archive.category .elementor-location-archive .elementor-widget-wp-widget-tag_cloud .elementor-widget-container {
  padding: 20px;
  border: 1px solid #ebebeb;
}
.single.single-post .elementor-location-single .elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5,
.archive.category .elementor-location-archive .elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  border-bottom: 0;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 0 0;
  margin-bottom: 20px;
}
.single.single-post .elementor-location-single .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud > a,
.archive.category .elementor-location-archive .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud > a {
  font-size: 12px !important;
  padding: 5px 8px;
  border: 1px solid #ebebeb;
  margin: 0 5px 8px 0;
  color: #464646;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
.single.single-post .elementor-location-single .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud > a:hover,
.archive.category .elementor-location-archive .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud > a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.archive-templates {
  text-align: center;
}
.archive-templates .elementor-post__text {
  text-align: left;
}
.rtl .archive-templates .elementor-post__text {
  text-align: right;
}
.elementor-pagination {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0 0;
}
.elementor-pagination span.page-numbers.prev,
.elementor-pagination span.page-numbers.next {
  font-size: 0;
}
.elementor-pagination span.page-numbers.current {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid var(--color);
  display: block;
  font-size: 14px;
  padding: 0;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.elementor-pagination a.page-numbers {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ededed;
  display: block;
  font-size: 14px;
  padding: 0;
  color: #999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.elementor-pagination a.page-numbers.next {
  position: relative;
  font-size: 0;
}
.elementor-pagination a.page-numbers.next:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  left: 50%;
  line-height: 38px;
  margin-left: -3px;
}
.elementor-pagination a.page-numbers.prev {
  position: relative;
  font-size: 0;
}
.elementor-pagination a.page-numbers.prev:before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  left: 50%;
  line-height: 38px;
  margin-left: -3px;
}
.elementor-pagination a.page-numbers:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.elementor-post__thumbnail__link:hover img {
  opacity: 0.85;
}
.elementor-post__title a:hover {
  color: var(--color) !important;
}
.elementor-post__excerpt {
  margin-bottom: 20px;
  border-bottom: 0;
  padding-bottom: 15px;
}
.elementor-post__read-more {
  color: var(--color) !important;
  position: relative;
}
.elementor-post__read-more:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 5px;
}
.elementor-post__read-more:hover {
  padding-left: 10px;
}
.elementor-post__meta-data >* {
  padding: 0 20px 0 0;
}
.rtl .elementor-post__meta-data >* {
  padding: 0 0 0 20px;
}
.elementor-post__meta-data .elementor-post-author:before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-post__meta-data .elementor-post-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-post__meta-data .elementor-post-avatar:before {
  content: "\f086";
  font-family: FontAwesome;
  margin-right: 5px;
}
.jet-remove-all-filters .jet-remove-all-filters__button {
  background-color: #bec4c9;
  transition: all 0.3s;
  color: #fff;
  border-color: #bec4c9;
  margin: 0;
  height: 26px;
  line-height: 26px;
}
.jet-remove-all-filters .jet-remove-all-filters__button:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.pagination-custom1 .jet-filters-pagination__item .jet-filters-pagination__link {
  width: 30px;
}
.pagination-custom1 .jet-filters-pagination__item.prev-next .jet-filters-pagination__link {
  width: auto;
  padding: 0px 20px 0px 20px;
  border-radius: 20px;
}
.post_category .jet-radio-list__item {
  width: 100%;
  margin: 0;
}
.post_category .jet-radio-list__item .jet-radio-list__button {
  width: 100%;
}
.post_category .jet-radio-list__item .jet-radio-list__button .jet-radio-list__decorator {
  display: none;
  margin: 0;
}
.tags-custom .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button {
  background-color: var(--color) !important;
  border-color: var(--color) !important;
  color: #fff !important;
}
.remove-ft {
  float: left;
  width: auto !important;
}
.post-grid .elementor-post__meta-data {
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.post-grid .jet-filters-pagination__current .jet-filters-pagination__link:hover,
.post-grid .jet-filters-pagination__current .jet-filters-pagination__link {
  background-color: var(--color) !important;
  color: #FFFFFF;
  border-color: var(--color) !important;
}
.home-style3 .elementor-element .sw-category-slider3 {
  margin: 0;
}
@media (max-width: 767px) {
  .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
    display: none !important;
  }
}
.box-search1.box-search2 .elementor-container .elementor-row {
  background-color: transparent;
}
.box-search1.box-search2  .elementor-container .elementor-row {
  opacity: 1;
}
.bt-search1.bt-search2 .apply-filters__button {
  background-color: var(--color) !important;
}
.woocommerce div.product form.cart .variations .reset_variations {
  visibility: visible;
}
.single-product .elementor-element .tabs-elementor {
  margin-top: 50px;
}
.single-product .tabs-elementor.full-backgound {
  margin: -10px 0 0 !important;
  border: 0;
}
.single-product .tabs-elementor.full-backgound .elementor-widget-woocommerce-product-data-tabs {
  margin-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}
.pagination-custom-post .jet-filters-pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link {
  width: auto;
  padding: 0 15px;
  border-radius: 20px;
}
.pagination-custom-post .jet-filters-pagination .jet-filters-pagination__item .jet-filters-pagination__link {
  width: 30px;
  height: 30px;
}
.footer-style3.style4 .elementor-widget-container h5 {
  color: var(--color) !important;
}
.elementor-section  .responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day {
  line-height: 30px;
}
.elementor-element .view-mode >* {
  margin-left: 3px;
}
.elementor-element .view-mode .grid-view {
  order: 1;
}
.elementor-element .view-mode .list-view {
  order: 2;
}
.button-filter {
  display: none;
}
.elementor-element .button-filter {
  display: block;
  transition: all 0.3s;
}
.elementor-element .button-filter:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.full-product .sw-filter-button {
  display: none;
}
.box-shop .elementor-widget-container {
  position: relative;
}
.box-shop .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  height: 2px;
  width: 0%;
  background: var(--color);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  display: block;
}
.box-shop .elementor-widget-container.jet-filters-loading:before {
  width: 100%;
  -webkit-transition: all 950ms ease;
  -moz-transition: all 950ms ease;
  -o-transition: all 950ms ease;
  transition: all 950ms ease;
}
.box-content-archive {
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .box-content-archive.active_filters .products-loop.grid .item {
    width: 25%;
    clear: initial !important;
  }
}
.box-content-archive .button-filter {
  margin: 0;
  z-index: 0;
  background-color: #252525;
  color: #fff;
  border-radius: 0;
  position: relative;
  text-transform: capitalize;
  padding: 0 30px 0 10px;
  border-color: #252525;
  height: 40px;
}
.box-content-archive .button-filter:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 15px;
  top: 18px;
  border-top: 2px solid #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box-content-archive .button-filter:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 15px;
  top: 18px;
  border-top: 2px solid #fff;
}
.box-content-archive .button-filter.closex {
  background-color: var(--color);
  border-color: var(--color);
}
.box-content-archive .button-filter.closex:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box-content-archive.active_filters .sidebar {
  visibility: hidden;
  opacity: 0;
  margin-left: -25%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  height: 0;
}
.box-content-archive .sidebar {
  margin-left: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.box-content-archive.active_filters .content {
  width: 100%;
}
.box-content-archive .content {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.elementor-4955 .elementor-element.elementor-element-f70b8d6 .jet-range__slider {
  margin: 0 4px;
}
.jet-range__slider {
  margin: 0;
}
.jet-range .jet-range__values {
  float: left;
}
.jet-select {
  position: relative;
}
@media (min-width: 767px) {
  .jet-select {
    flex: 1;
  }
}
.jet-select:before {
  content: "\f0d7";
  position: absolute;
  right: 20px;
  font-family: fontawesome;
  font-size: 14px;
  top: 50%;
  margin-top: -7px;
  color: #999;
  pointer-events: none;
}
.rtl .jet-select:before {
  right: auto;
  left: 25px;
}
.jet-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.jet-select select:hover {
  color: #222222 !important;
  cursor: pointer;
}
.elementor-element-17bea75 {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .cusom-menu-mobile .foot7-store .elementor-element .elementor-widget-container {
    background-color: transparent;
  }
  .footer .footer-style1.style7 .elementor-widget-container {
    padding: 0;
  }
  .footer .footer-style1.style7 .elementor-widget-container h5 {
    margin: 0;
    padding: 10px !important;
  }
  .footer .footer-style1.style7 .elementor-widget-container ul li a.item-link {
    color: #000;
  }
}
.more-shop {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.more-shop:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
.more-shop.less i:before {
  content: "\f102";
}
.more-shop {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-widget-container {
  background-color: transparent;
}
@media (max-width: 767px) {
  .elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-element-cefd1f7 .elementor-widget-container {
    background-color: #ccc;
  }
}
@media (max-width: 767px) {
  .elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-widget-container h5,
  .elementor-foonter-mid-style13.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .sticky-menu {
    position: initial !important;
  }
}
@media (max-width: 767px) {
  .header-style11.elementor-element-955c633 .elementor-row >div {
    width: 50%;
    float: left;
  }
  .header-style11.elementor-element-955c633 .elementor-row >div.elementor-element-b0f6479 {
    display: none;
  }
}
.jet-select .jet-select__control:visited {
  color: var(--color) !important;
}
.jet-range__slider {
  margin: 0 5px;
}
.jet-active-filter {
  margin-top: 5px;
}
.jet-active-filter .jet-active-filter__label {
  display: none !important;
}
.jet-active-filter .jet-active-filter__remove {
  top: -2px !important;
}
.jet-active-filter:hover .jet-active-filter__val,
.jet-active-filter:hover .jet-active-filter__remove {
  color: var(--color) !important;
}
.elementor-5418 .elementor-element.elementor-element-6b9911fe > .elementor-widget-container {
  padding: 0 5px;
}
.elementor-4432 .box-banner2  .elementor-element .jet-select__control {
  border-width: 1px 1px 1px 1px;
  border-color: #DDDDDD;
}
.saerch-mobile .top {
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  margin: -5px 0 0;
  z-index: 9;
}
.saerch-mobile .mid {
  background-color: var(--lighten15) !important;
}
.saerch-mobile .mid .jet-filters-group .jet-select {
  width: 50%;
  float: left;
  margin: 0 0 10px !important;
  padding: 0 5px;
}
.saerch-mobile .bottom {
  background-color: var(--lighten15) !important;
}
.saerch-mobile .bottom .apply-filters__button {
  width: 100%;
  margin: 0;
}
.border-custom {
  position: relative;
}
.border-custom:before {
  background-color: #d2d2d2;
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}
.border-custom:after {
  background-color: #d2d2d2;
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 5px;
}
.elementor-element .sw-woo-tab-cat2 .banner-inner {
  width: 265px;
}
.elementor-element .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content {
  padding: 15px 15px 30px;
}
.home-style13 .elementor-section.bg-image-home13_elementor.fixed:before,
.home-style13 .elementor-section.bg-image-home13_elementor.fixed:after,
.home-style13 .elementor-section.bg-image-home13.fixed:before,
.home-style13 .elementor-section.bg-image-home13.fixed:after {
  right: -10px;
}
.home-style13 .elementor-section.bg-image-home13_elementor:after,
.home-style13 .elementor-section.bg-image-home13:after {
  right: 5px;
}
.mobile-layout .box-shop .elementor-widget-container:before {
  top: 28px;
}
.mobile-layout .box-content-archive12 h4 {
  height: 40px;
}
.mobile-layout .box-content-archive .products-wrapper .products-nav .filter-product {
  display: none;
}
@media (max-width: 1199px) {
  .single-post-template .content,
  .blog-list-elementor .content {
    order: 1;
  }
  .single-post-template .sidebar,
  .blog-list-elementor .sidebar {
    order: 2;
  }
}
@media (max-width: 991px) {
  .elementor.product .content-product {
    order: 1;
  }
  .elementor.product .sidebar1 {
    order: 2;
  }
  .elementor.product .product_detail .slider_img_productd,
  .elementor.product .product_detail .content_product_detail {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-element-1c1b063 >div >.elementor-widget-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .elementor-row .products-loop {
    display: list-item !important;
  }
  .elementor-row .products-loop li.product {
    margin: 0 0 30px !important;
  }
}
@media (max-width: 360px) {
  .elementor-section	.product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
    width: 120px;
  }
  .elementor-section form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    float: left;
    padding: 0 20px 0 0 !important;
  }
  .product_detail .content_product_detail .cart .group_table tbody tr td label {
    font-weight: 500;
  }
}
.woocommerce .woocommerce-breadcrumb {
  color: #7d7d7d;
  font-size: 0;
}
.woocommerce .woocommerce-breadcrumb >a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.single-product .yith-wcwl-add-button>a i {
  margin: 0;
}
.woocommerce .elementor-element.elementor-products-grid .product-nav {
  margin: 0 0 30px;
}
.aslq-product-buttons {
  height: 20px;
  display: inline-block;
  width: 100%;
  margin: 28px 0 0;
}
.aslq-product-buttons .aslq-qty {
  display: inline-block;
}
.aslq-product-buttons .quantity_input_wrapper {
  display: inline-block !important;
}
.item >div:not(.item-wrap16 ) form.cart {
  flex-direction: row-reverse;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 !important;
}
.item >div:not(.item-wrap16 ) form.cart .quantity {
  margin: 0 10px !important;
}
.item-bottom form.cart {
  width: 100%;
  display: inline-block;
}
.item-bottom form.cart .screen-reader-text {
  display: none;
}
.item-bottom form.cart .input-text {
  width: 40px;
  text-align: center;
}
.item-bottom form.cart .quantity {
  width: 80px;
  height: 20px;
  margin: 10px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  float: left;
}
.item-bottom form.cart .quantity::before {
  display: none;
}
.item-bottom form.cart .quantity .minus {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  margin: 0;
  border: 1px solid #dedede;
  background-color: transparent;
  color: #999;
  padding: 0 0 2px 0;
  text-align: center;
  line-height: 17px;
}
.item-bottom form.cart .quantity .minus:hover {
  color: #fff;
  background-color: var(--color);
}
.item-bottom form.cart .quantity .input-text {
  position: absolute;
  width: 30px;
  margin: 0;
  left: 20px;
  border: none;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-appearance: textfield;
  height: auto;
  background-color: transparent;
}
.item-bottom form.cart .quantity .plus {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  margin: 0;
  border: 1px solid #dedede;
  background-color: transparent;
  color: #999;
  padding: 0 0 2px 0;
  text-align: center;
  line-height: 17px;
}
.item-bottom form.cart .quantity .plus:hover {
  color: #fff;
  background-color: var(--color);
}
.shop-with-flters .woocommerce-pagination {
  display: none;
}
.style-watch-home42 .products-loop >li .item-wrap .item-detail .sw-variation-wrapper {
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.style-watch-home42 .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  margin: 0;
}
.style-watch-home42 .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation .sw-radio-variation {
  background-color: #fff;
  color: #272727;
  margin: 0 2px;
}
.style-watch-home42 .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation .sw-radio-variation span:after {
  border: 0;
}
.style-watch-home42 .products-loop >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation .sw-radio-variation.selected span {
  background-color: #222;
  color: #fff;
}
.style-watch-home42 .products-loop.list2 .item .item-wrap .item-detail .sw-variation-wrapper {
  margin: 0;
}
